.hero-section {
    background-color: #0C1855;
    color: white;
    text-align: center;
    padding: 120px 20px 180px;
    position: relative;
    /* clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%); */
    /* clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%); */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 92%, 0 100%);
}
@media (max-width: 575.98px) {
    .hero-section {
      padding: 30px 15px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 97%, 0 100%);
    }
  }

  /* Medium Devices (Tablets, 576px to 991px) */
  @media (min-width: 576px) and (max-width: 991.98px) {
    .hero-section {
      padding: 40px 20px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 88%, 0 100%);
    }
  }

  /* Large Devices (Desktops, > 992px) */
  /* @media (min-width: 992px) {
    .hero-section {
      padding: 50px 30px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
    }
  } */


.welcome-text {


    /* margin-bottom: 10px; */
    color: rgba(255, 255, 255, 0.9);
    font-family: Creato Display;
font-size: 30px;
font-weight: 500;
line-height: 39px;
letter-spacing: -0.04em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
margin-top: 65px;

}

.brand-name {
    /* font-size: 64px;
    font-weight: 500;
    margin-bottom: 15px; */
    /* letter-spacing: -1px; */
    font-family: 'Creato Display';
font-size: 100px;
font-weight: 500;
line-height: 81px;
letter-spacing: -0.04em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.tagline {
    /* font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.5px; */
    font-family: 'Creato Display';
font-size: 36px;
font-weight: 400;
line-height: 90px;
letter-spacing: -0.04em;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.hero-image {
    max-width: 800px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 2;
}

.hero-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.hero-description {
    font-size: 16px;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    padding: 0 20px;
    font-family: 'Poppins';
font-size: 18px;
font-weight: 400;
line-height: 43.2px;
text-align:justify;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

@media (max-width: 768px) {
    .hero-section {
        padding: 30px 20px 140px;
    }

    .brand-name {
        font-size: 48px;
    }

    .tagline {
        font-size: 20px;
        padding: 0 20px;
    }

    .hero-image {
        max-width: 90%;
    }

    .hero-description {
        font-size: 14px;
        padding: 0 15px;
    }
}

.our-story {
    padding: 80px 20px;
    background-color: white;
}

.story-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.story-content {
    flex: 1;
    max-width: 600px;
}

.story-title {

    font-weight: 600;
    color: #0C1855;
    margin-bottom: 0px;
    font-family: 'Creato Display';
font-size: 50px;
font-weight: 500;
line-height: 120px;
letter-spacing: -0.04em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;


}

.story-text {
    /* font-size: 16px;
    line-height: 1.6; */
    color: #000000;
    font-family: 'Poppins';
font-size: 18px;
font-weight: 400;
line-height: 43.2px;
text-align: justify;
text-underline-position: from-font;
text-decoration-skip-ink: none;


}

.story-image {
    flex: 0 0 400px;
}

.story-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-color: #0A1451;
    padding: 40px;
}

@media (max-width: 968px) {
    .story-container {
        flex-direction: column;
        gap: 40px;
    }

    .story-content {
        max-width: 100%;
    }

    .story-image {
        flex: 0 0 300px;
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .our-story {
        padding: 60px 20px;
    }

    .story-title {
        font-size: 28px;
    }

    .story-text {
        font-size: 15px;
    }
}

.features {
    padding: 80px 20px;
    background-color: white;
}

.features-title {
    text-align: center;
    font-size: 32px;
    color: #0C1855;
    margin-bottom: 60px;
    font-weight: 600;
    font-family: 'Creato Display';
font-size: 60px;
font-weight: 500;
line-height: 50px;
letter-spacing: -1px;
text-underline-position: from-font;
text-decoration-skip-ink: none;


}

.features-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 20px;
}

.feature-card {
    background: white;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    transition: transform 0.3s ease;
    border: 1px solid #00000033
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-card h3 {
    color: #0C1855;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Creato Display';
font-size: 24px;
font-weight: 700;
line-height: 33px;
letter-spacing: -0.5208333134651184px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.feature-card p {
    color: #000000B2;
    font-size: 14px;
    line-height: 1.6;
    font-family: Poppins;
font-size: 18px;
font-weight: 400;
line-height: 33px;
letter-spacing: -0.5208333134651184px;
text-align: justify;
text-underline-position: from-font;
text-decoration-skip-ink: none;


}

/* Responsive Design */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .features {
        padding: 60px 15px;
    }

    .features-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
}

@media (max-width: 580px) {
    .features-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }

    .feature-card {
        padding: 20px;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
    }

    .feature-card h3 {
        font-size: 16px;
    }
}

.team-section {
    padding: 80px 20px;
    background-color: white;
    overflow: hidden;
}

.team-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.team-content {
    flex: 1;
    max-width: 600px;
}

.team-title {
    /* font-size: 32px;
    font-weight: 600; */
    color: #0C1855;
    margin-bottom: 24px;
    font-family: Creato Display;
font-size: 50px;
font-weight: 500;
line-height: 120px;
letter-spacing: -0.04em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;


}

.team-description {
    /* font-size: 16px;
    line-height: 1.6; */
    color: #000000;
    font-family: 'Poppins';
font-size: 18px;
font-weight: 400;
line-height: 48.6px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.team-image {
    flex: 0 0 400px;
    position: relative;
}

.team-image img {
    width: 100%;
    height: auto;
    max-width: 400px;
    display: block;
    object-fit: contain;
}

/* Animation for image (optional) */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.team-image img {
    animation: float 3s ease-in-out infinite;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .team-container {
        gap: 40px;
    }

    .team-image {
        flex: 0 0 350px;
    }
}

@media (max-width: 768px) {
    .team-section {
        padding: 60px 20px;
    }

    .team-container {
        flex-direction: column;
        text-align: center;
    }

    .team-content {
        max-width: 100%;
    }

    .team-title {
        font-size: 28px;
    }

    .team-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .team-section {
        padding: 40px 20px;
    }

    .team-title {
        font-size: 24px;
    }

    .team-description {
        font-size: 14px;
    }

    .team-image {
        max-width: 250px;
    }
}

/* .expert-section {
    background-color: #F1FAFB;
    padding: 4rem 2rem;
    margin: 2rem 0 4rem;
    border-radius: 20px;

} */
.expert-section {
    background-color: #F1FAFB;
    padding: 4rem; /* Equal padding on all sides */
    margin: 10rem auto; /* Equal margin on top/bottom and auto-centering left/right */
    border-radius: 20px;
    max-width: 1200px; /* Optional: Limit the width to keep it responsive */
    width: 90%; /* Optional: Set a relative width for responsiveness */
}

.expert-section h2 {
    color: #14213D;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
    position: relative;
}

.underline {
    width: 200px;
    height: 4px;
    background-color: #FCA311;
    margin: 1rem auto 2rem;
    border-radius: 2px;
}

.description {
    max-width: 800px;
    margin: 0 auto;
    text-align:justify;
    color: #4A4A4A;
    font-size: 1rem;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .expert-section {
        padding: 2.5rem 1.5rem;
    }

    .expert-section h2 {
        font-size: 1.75rem;
    }

    .underline {
        width: 150px;
        margin: 0.75rem auto 1.5rem;
    }

    .description {
        font-size: 0.95rem;
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .expert-section {
        margin: 1.5rem 0 3rem;
        padding: 2rem 1rem;
    }

    .expert-section h2 {
        font-size: 1.5rem;
    }

    .underline {
        width: 120px;
    }

    .description {
        font-size: 0.9rem;
    }
}
