body {
    overflow-x: hidden;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}


.about-main {
    position: relative;
    height: 100vh;
    background-image: url("../images/about/main.jpg");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* Overlay */
.about-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(13 27 54 / 45%);
    z-index: 1;
    pointer-events: none; /* MUST */
}

/* Logo wrapper */
.logo {
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 5;           /* higher than overlay */
}

/* Anchor MUST receive pointer events */
.logo a {
    display: inline-block;
    pointer-events: auto; /* FORCE click */
}

/* Logo image */
.logo img {
    width: 175px;
    margin-left: 50px;
    display: block;
}

/* Center content */
.about-main-desc {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}


.about-main-desc h1 {
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 12px;
}

.about-main-desc p {
    font-size: 20px;
    opacity: 0.9;
    color: white;
}

.section-about-one,
.section-mission {
    padding: 75px 50px;
}

.section-about-one h2 {
    font-size: 48px;
    font-weight: 600;
    width: 80%;
    margin: auto;
}

p {
    font-size: 18px;
    font-weight: 500;
    color: #606577;
}

.section-vision {
    position: relative;
    height: 100vh;
    width: 94%;
    margin: 0 auto 25px;
    border-radius: 18px;
    background-image: url("../images/about/about-001.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.vision-content {
    position: absolute;
    bottom: 0;
    margin: 25px;
}

.vision-content p,
.vision-content h2 {
    color: white;
}

.vision-content h2,
.mission-content h2 {
    font-weight: 600;
    font-size: 44px;
    margin-bottom: 15px;
}

.vision-content p {
    font-weight: 400;
}

.section-mission {
    text-align: center;
}

/* 
.section-about-company {
    background: #003049;
    position: relative;
    width: 94%;
    padding: 45px 50px 25px;
    margin: 75px auto 150px;
    border-radius: 15px;
}

.about-row {
    display: flex;
}

.about-col-one {
    width: 70%;
    padding-right: 50px;
}

.section-about-company h2 {
    width: 60%;
    color: white;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 1.25;
}

.section-about-company p {
    color: white;
    font-weight: 300;
}


.about-absolute-image {
    position: absolute;
    top: -15%;
}

.about-absolute-image img {
    width: 100%;
} */


/* Desktop version - show above 1200px */
.desktop-about {
    display: block;
}

.mobile-about {
    display: none;
}

/* Keep your existing .section-about-company styles */
.section-about-company {
    background: #003049;
    position: relative;
    width: 94%;
    padding: 45px 50px 25px;
    margin: 75px auto 150px;
    border-radius: 15px;
}



.about-row {
    display: flex;
}

.about-col-one {
    width: 80%;
    padding-right: 50px;
}

.section-about-company h2 {
    width: 60%;
    color: white;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 1.25;
}

.section-about-company p {
    color: white;
    font-weight: 300;
}

.about-absolute-image {
    position: absolute;
    top: -15%;
}

.about-absolute-image img {
    width: 100%;
    border-radius: 12px;
}


@media screen and (max-width: 1500px) {
    .about-col-one {
        width: 70%;
    }
}

/* Mobile version - show below 1200px */
@media screen and (max-width: 1399px) {

    /* Hide desktop version */
    .desktop-about {
        display: none;
    }

    /* Show mobile version */
    .mobile-about {
        display: block;
    }

    .section-mission {
        padding: 75px 50px 50px;
    }

    /* Mobile section styling */
    .section-about-company-mobile {
        background: linear-gradient(to bottom,
                #f3f6fb 0%,
                #f3f6fb 35%,
                #003049 35%,
                #003049 100%);
        width: 94%;
        margin: 0 auto 75px;
        border-radius: 15px;
        overflow: hidden;
    }

    .mobile-about-image {
        width: 100%;
        height: 450px;
        overflow: hidden;
        background: transparent;
        /* Remove gradient from here */
        text-align: center;
    }

    .mobile-about-image img {
        border-radius: 12px;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .mobile-about-content {
        padding: 40px 30px;
        text-align: center;
    }

    .mobile-about-content h2 {
        color: white;
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 20px;
        line-height: 1.25;
    }

    .mobile-about-content p {
        color: white;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.6;
    }
}

@media screen and (max-width:992px) {
    .section-about-one h2 {
        font-size: 40px;
        margin-bottom: 35px;
        line-height: 1.25;
        text-align: center;
    }

    p {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {

    .about-main .logo img {
        margin-left: 25px;
        object-fit: contain;
    }
    .section-about-company-mobile {
        width: 90%;
        margin: 0px auto 50px;
    }

    .mobile-about-image {
        height: 400px;
    }

    .mobile-about-content {
        padding: 30px 20px;
    }

    .mobile-about-content h2 {
        font-size: 28px;
    }

    .mobile-about-content p {
        font-size: 15px;
    }
}

@media screen and (max-width: 576px) {

    .mobile-about-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .mobile-about-content p {
        font-size: 14px;
    }
}