@import url(reset.css);
*{box-sizing: border-box;
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif}

.body{
    width: 100%;
    background-color: #F0E4E4;
}
.hero {
   width: 100%;
    height: 400px; 
  background-image:url("../Images/ChatGPT Image Dec 4, 2025, 08_50_24 AM.png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center; 

}

.hero-content h1 {
    font-size: 4rem;
    margin-bottom: 10px;
    align-items: center;
    font-style: italic;
    color:#1db3ae;
}

.hero-content p {
    font-size: 1.5rem;
    margin-top: 50px;
    margin-bottom:50px ;
    font-style: italic;
    color: #1db3ae;
}
.Nav {
    width: 100%;
    padding: 20px 40px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}
.Nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
}
.Nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
}
.Cta {
    display: block;
    margin: 20px auto 0 auto; 
    padding: 12px 30px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
      background-color: #F0E4E4;
    border-radius: 25px;
    font-style: italic;
     color: #1db3ae;
      box-shadow: 0 8px 10px rgba(0, 0, 0, 0.699);
       transition: transform 0.5s ease, box-shadow 0.2s ease;
}
.hero-content {
    text-align: center;
}
.about-image-large img {
 width: 600px;
    height: 400px;
    margin-bottom: 5px;
    border-radius: 10px;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.699);
}
.about-image img {
 width: 400px;
    height: 250px;
    margin-bottom: 5px;
    border-radius: 10px;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.699);
}

.Nav ul button {
     display: block;
    padding: 4px 10px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
      background-color: #F0E4E4;
    border-radius: 25px;
    font-style: italic;
     color: #1db3ae;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.63);
     transition: transform 0.5s ease, box-shadow 0.2s ease;
}
.Nav ul button:hover {
     transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.534);
}
.Cta:hover {
     transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.575);
}
.hero-content {
    color:#1db3ae;
    text-shadow: 0 3px 8px rgba(0,0,0,0.5);}

    .about-us {
    background-color: #ffffff;
    padding: 80px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-container {
    max-width: 900px;
    text-align: center;
    color: #1db3ae;
}


.about-us h2 {
    font-size: 3rem;
    font-style: italic;
    color: #1db3ae;
    margin-bottom: 20px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}


.about-subtitle {
    font-size: 1.8rem;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #1db3ae;
}


.about-container p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
    font-style: italic;
}


.about-values {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px 0;
}

.about-values li {
    background: #F0E4E4;
    padding: 12px 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 1.1rem;
    color: #1db3ae;
    font-style: italic;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.about-cta {
    margin-top: 30px;
}

.about-cta .Cta {
    padding: 12px 30px;
    background-color: #F0E4E4;
    color: #1db3ae;
    font-size: 1.2rem;
    font-style: italic;
    border: none;
    border-radius: 25px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
    transition: transform 0.5s ease, box-shadow 0.2s ease;
}

.about-cta .Cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.35);
}
a {
    text-decoration: none;
    color: inherit; 
}
.team-section {
    text-align: center;
}

.team-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.team-member {
    width: 25%;
}

.team-member img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.team-member h3 {
    margin-top: 15px;
    font-size: 1.2rem;
    color: #1db3ae;
}

.team-member p {
    margin-top: 5px;
    font-size: 1rem;
    color: #555;
}
