body {
    margin: 0;

    font-weight: 400;
    background-color: #FFFFFF;
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: transparent;
    padding: 0.5% 2%;
    margin-bottom: 1%;
    z-index: 1001;
}


.nav-menu ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    transition: color 0.3s;
}

/* .main-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: transparent;
    padding: 0.5%;
    margin-bottom: 1%;
} */


.our-story {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFD885;
    border-radius: 40px;
    padding: 40px;
    margin: 40px;
    flex-wrap: wrap;
}

.our-story2 {
    background-color: #0e6fb5;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 40px;
    padding: 30px 0px;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .our-story2 {
        margin: auto;
        width: 96%;
        border-radius: 15px;
    }
}

.content {
    max-width: 55%;
}

.section-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.section-title .icon {
    margin-left: 5px;
}

.headline {
    font-size: 28px;
    font-weight: normal;
    margin: 0;
}

.headline .highlight {
    color: #1A91DA;
    font-weight: 700;
}

.description-our {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.6;
    color: #000;
}

.image-container {
    flex-shrink: 0;
    margin-left: 20px;
}

.image-container img {
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
    margin-right: -40px;
}

.ceo-section {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 3rem 1rem;
}

.ceo-section .image-container {
    flex: 1;
    max-width: 50%;
}

.ceo-section .image-container img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.ceo-section .content {
    flex: 1;
}

.section-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.headline2 {
    font-size: 32px;
    /* margin-bottom: 1rem; */
    color: #ffb100;
}

.highlight {
    color: #ffb100;
    font-size: 32px;
    /* Example highlight color */
}

.description {
    font-size: 16px;
    line-height: 1.6;
    color: white;
    font-weight: 500;
}

.ceo-name {
    font-style: italic;
    margin-top: 1rem;
    color: #ffffff;
}


@media (max-width: 768px) {
    .main-header {
        position: sticky;
        top: 0;
        width: 100%;
        justify-content: space-between;

    }

    .nav-menu ul li a {
        text-decoration: none;
        color: #000000;
        font-weight: 600;
        transition: color 0.3s;
    }

    .our-story {
        flex-direction: column;
        padding: 30px 20px;
        /* margin: 40px 15px; */
        border-radius: 20px;
        gap: 20px;
        margin-top: 5% !important;
    }

    .content {
        max-width: 100%;
        text-align: center;
    }

    .section-title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .headline {
        font-size: 24px;
        line-height: 1.3;
    }

    .highlight {
        font-size: 20px;
    }

    .headline2 {
        font-size: 20px;
        /* margin-bottom: 1rem; */
        color: #ffb100;
    }

    .description {
        font-size: 14px;
        margin-top: 15px;
        line-height: 1.5;
    }

    .image-container {
        margin: 0;
        width: 100%;
        display: flex;
        height: 100%;
        justify-content: center;
    }

    .image-container img {
        height: 100%;
        /* width: 100%; */
        max-width: 400px;
        margin: 0;
        border-radius: 15px;
        object-fit: contain;
        /* margin-right: -55%; */
    }
}

@media (max-width: 480px) {
    .our-story {
        padding: 20px 15px;
        margin: 15px 10px;
        border-radius: 15px;
    }

    .headline {
        font-size: 20px;
    }

    .description {
        font-size: 13px;
    }

    .image-container img {
        height: 200px;
    }

}

/* section2 */
.stats-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* height: 20vh; */
    background: #fff8ed;
    padding: 20px;
    border-radius: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.stat-card {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 6px 4px rgba(255, 180, 0, 0.5);
    width: 300px;
    height: 100%;
    text-align: center;
    padding: 2%;
    /* padding: 30px 20px; */
    transition: transform 0.3s ease;
}

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

.stat-card img {
    width: 120px;
    margin-bottom: 20px;
}

.stat-card h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #000;
}

.stat-card p {
    font-size: 16px;
    color: #000000;
    margin-top: 5px;
    font-weight: 700;
}

/* section3 */
.why-choose {
    background: url('../images/tesimonial-bg.png') no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 5%;
    border-radius: 20px;
    margin: 2%;
}

.section-title {
    font-size: 45px;
    /* margin-bottom: 10px; */
    color: #ffffff;
}

.section-title .highlight {
    color: #F4B400;
}

@media screen and (max-width:768px) {
    .section-title .highlight {
        color: #F4B400;
        font-size: 45px;
    }



}

.subtitle {
    color: #d3d3d3;
    font-size: 16px;
    margin-bottom: 40px;
}

.why-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.left-column,
.right-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    min-width: 1cap;
}

.center-image img {
    width: 100%;
    max-width: 355px;
    height: auto;
    border-radius: 20px;
    height: 508px;
    object-fit: conver;
    background-size: cover;
    object-fit: cover;
    height: 100%;
}

.info-card {
    background: #fff6dc;
    color: #000;
    padding: 20px;
    border-radius: 16px;
    text-align: left;
    width: 100%
}

.info-card img {
    width: 40px;
    margin-bottom: 10px;
}

.info-card h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}

.info-card p {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.small-image {
    width: 100%;
    border-radius: 16px;
    max-width: 400px;
    height: 180px;
    align-self: center;
}

.cta-button {
    margin-top: 40px;
}

.cta-button a {
    background-color: #F4B400;
    color: #000;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.cta-button a:hover {
    background-color: #e3a700;
}

/* vision and mission */
.vision-mission-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    padding: 40px 30px;
    flex-wrap: wrap;
}

.card {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    border-radius: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 320px
}

.card {
    height: auto;

}

.vision-card {
    background-color: #FFD885;
    color: #000;
}

.mission-card {
    background-color: #0e6fb5;
    color: #fff;
}

.card-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-header h2 {
    font-size: 28px;
    margin: 0;
}

.card-header img {
    width: 70px;
    height: 70px;
}

.highlight-blue {
    color: #0e6fb5;
}

.highlight-yellow {
    color: #FFD885;
}

.card p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* HD Screens (1366x768) */
@media screen and (min-width: 1366px) and (max-width: 1919px) {
    .about-hero {
        max-width: 1200px;
        margin: 40px auto;
        padding: 50px;
    }

    .about-content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 25px;
    }

    .about-text h2 {
        font-size: 2.2rem;
    }

    .about-text p {
        font-size: 1.1rem;
    }

    .our-story {
        max-width: 1200px;
        margin: 40px auto;
        padding: 40px;
    }

    .our-story h2 {
        font-size: 32px;
        font-weight: 700;
    }

    .description-our {
        font-size: 16px;
        font-weight: 500;
        color: #000000;
    }
}

/* Full HD Screens (1920x1080) */
@media screen and (min-width: 1920px) {
    .about-hero {
        max-width: 1600px;
        margin: 50px auto;
        padding: 60px;
    }

    .about-content {
        max-width: 1600px;
        margin: 0 auto;
        padding: 50px 30px;
    }

    .about-text h2 {
        font-size: 2.8rem;
    }

    .about-text p {
        font-size: 1.2rem;
    }

    .our-story {
        max-width: 1600px;
        margin: 50px auto;
        padding: 50px;
    }

    .our-story h2 {
        font-size: 2.8rem;
    }

    .our-story p {
        font-size: 1.2rem;
    }
}

/* Mac Devices */
@media screen and (min-width: 1440px) and (max-width: 2560px) {
    .about-hero {
        max-width: 1400px;
        margin: 45px auto;
        padding: 55px;
    }

    .about-content {
        max-width: 1400px;
        margin: 0 auto;
        padding: 45px 28px;
    }

    .about-text h2 {
        font-size: 2.5rem;
    }

    .about-text p {
        font-size: 1.15rem;
    }

    .our-story {
        max-width: 92%;
        margin: 45px auto;
        padding: 45px;
    }

    .our-story h2 {
        font-size: 2.5rem;
    }

    .our-story p {
        font-size: 1.15rem;
    }
}

/* Retina Displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .about-hero {
        background-image: url('../images/about-bg.png');
        background-size: cover;
    }
}