.navbar{
    background-color:#f0ebd8;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 15px;
    margin: 30px;
    border: 1px solid;
    background-image: url("ChatGPT Image Feb 13, 2026, 10_14_15 AM.png") ;
}
.navdiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo a{
    font-size:35px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    margin: 30px;
}
li{
    display: inline-block;
    list-style: none;
}
li a{
    font-size: 18px;
    font-weight: bold;
    margin-right: 25px;
    color: #000000;

}
body{
    background-color: #D8DBE2;
}
.intro{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 700;
    
}
form{
    max-width: 600px;
    margin: 2rem auto;
    padding: 1.5rem;
    border-radius: 10px;
}
label{
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
    color: #3e5c76;
}
input,
select,
textarea {
  width: 100%;
  padding: 0.7rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 0.95rem;
  color: #3e5c76;
}
button[type="submit"] {
  width: 100%;
  padding: 0.8rem;
  background-color: #3498db;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  margin-top: 0.5rem;
  transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #2980b9;
}

.header{
    text-align: center;
    color: #3e5c76;

}
.footer{
    text-align: center;
    color: #000000;
}
.identify{
    color: #2980b9;
}
#about{
    font-style: italic;
    font-weight: 400;
    font-family:'Times New Roman', Times, serif;
    color: #f0ebd8;
}
.four-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 40px;
    background-color: #58A4B0;;
}
.grid-card{
    background-color: #373F51;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.grid-card h3{
    color: #2980b9;
    margin-bottom: 10px;
    font-size: 1.3rem;
}
.grid-card p{
    color: #000000;
    font-size: 0.95rem;
    line-height: 1.6;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;
}
.grid-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
#request{
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}
.about{
    color: #2980b9;
    text-align: center; 
    font-size:xx-large;   
    padding-top: 70px;
}
.us{
    
    font-size: medium;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.services{
    font-size: medium;
}
.service-header{
    color: #DAA49A;
}