.about-banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.about-banner-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 50px;
    color: #fff;
    margin-bottom: 1rem;
}

.about-banner-content h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}

.about-page-content .section-para {
    width: 75%;
    margin: auto;
}


/* Testimonial Section Styles */

/* Testimonial Section Styles */

.testimonial-section {
    padding: 80px 20px;
    background: url('../images/leadership/team-slider-bg.png');
    background-repeat: repeat;
    background-size: 100% 100%;
    text-align: center;
}

.testimonial-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #016481;
    margin-bottom: 40px;
}

.testimonial-subtitle {
    color: #757577;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px;
}


.testimonial-slider .testimonial-box {
    background: url('../images/career/testi-border.png');
    border-radius: 12px;
    padding: 20px;
    /* box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05); */
    text-align: left;
    margin: 0 10px;
    /* space between slides */
    box-sizing: border-box;
    background-repeat: repeat;
    background-size: 100% 100%;
    position: relative;
}

.testimonial-slider .testimonial-box {
    display: grid;
    /*grid-template-columns: 120px 1fr;*/
    grid-template-columns: 90px 1fr;
    grid-template-areas:
        "img name"
        "desc desc"
        "info info";
    column-gap: 16px;
    row-gap: 12px;
    align-items: center;
    /* important for vertical centering */
    background: url('../images/career/testi-border.png');
    border-radius: 12px;
    padding: 20px;
    margin: 0 10px;
    box-sizing: border-box;
    background-repeat: repeat;
    background-size: 100% 100%;
    height: 500px;
    /* flexible height */
}




/* place items into the grid areas */
.testimonial-image {
    grid-area: img;
    margin: 0;
}

.testimonial-image img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    /* make 50% if you want circle */
    object-fit: cover;
    display: block;
}

.testimonial-name {
    grid-area: name;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
    align-self: center;
    /* vertically aligns with image */
}

.testimonial-desc {
    grid-area: desc;
    margin: 0;
    /* description full width below */
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 30px;
    color: #000;
    height: 250px;
    overflow: auto;
    padding-right: 15px;
}

/* move designation/info block into normal flow under desc */
.testimonial-info {
    grid-area: info;
    position: static;
    /* IMPORTANT: remove absolute positioning */
    width: 65%;
    /* let it span full width */
    margin-top: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

/* Optional: lighter designation style */
.testimonial-designation {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #838383;
    display: inline-block;
}

/* keep dots visible under cards */
.slick-dots {
    position: static;
    margin-top: 20px;
}

/* Gallery Section */
.gallery-section {
    padding: 60px 20px 40px;
    text-align: center;
    background: url('../images/leadership/Frame\ 2351.png');
    background-repeat: repeat;
    background-size: 100% 100%;
}

.gallery-section .container {
    max-width: 100%;
    width: 90%;
}

.gallery-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #016481;
    margin-bottom: 40px;
}

/* Slider items */
.gallery-item {
    padding: 10px;
}

.gallery-item img {
    width: 100%;
    object-fit: contain;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.gallery-item img:hover {
    transform: scale(1.05);
}


/* Grid */

.map-section {
    padding: 30px 20px 80px;
}

.logo-grid-image {
    width: 800px;
    display: block;
    margin: 2rem auto 0;
}


.grid-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #000000;
    margin-bottom: 2rem;
}

/* Grid */


/* CTA Bottom Section */
.cta-section {
    position: relative;
}

.cta-content {
    position: absolute;
    top: 30%;
    right: 10%;
    width: 35%;
    /* transform: translate(0, -50%); */
}

.cta-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #016481;
    margin-bottom: 10px;
}

.cta-content span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 50px;
    color: #016481;
}

.label-text {
    position: absolute;
    top: 7px;
    right: 5px;
    padding: 8px;
    background: #BF2D61;
    color: #fff;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border-radius: 44px;
    text-transform: capitalize;
}

/* CTA Bottom Section */



@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) {
    .testimonial-slider .testimonial-box {
        height: 780px !important;
    }

    .cta-content span {
        font-size: 28px;
    }

    .cta-content h2 {
        font-size: 28px;

    }

    .cta-content {
        position: absolute;
        top: 25%;
        right: -3%;
        width: 40% !important;
        padding-left: 1rem;
        /* transform: translate(0, -50%); */
    }

}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) {
    .cta-content span {
        font-size: 35px;
    }

    .cta-content h2 {
        font-size: 35px;

    }
}

@media (max-width: 1024px) {
    .cta-content h2 {
        line-height: 1.5;
    }
    .cta-content h2,
    .cta-content h2 span {
        font-size: 35px;
    }
}

@media (max-width: 900px) {
    .why-work-main {
        flex-direction: column;
        align-items: center;
    }

    .send-message-btn {
        font-size: 16px;
    }

    .map-section h4,
    .map-section h4,
    .form-section h4 {
        font-size: 28px;
    }

    .why-work-image {
        margin: 30px 0 0 0;
    }

    .why-work-grid {
        grid-template-columns: 1fr;
    }

    .cta-content h2, .cta-content h2 span {
        font-size: 28px;

    }

    .cta-content {
        position: absolute;
        top: 25%;
        right: 3%;
        width: 40% !important;
        padding-left: 1rem;
        /* transform: translate(0, -50%); */
    }
}


@media (max-width: 768px) {
    .second-banner-content {
        top: 50%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        text-align: center;
        max-width: 90%;
    }

    .second-banner-heading {
        font-size: 22px;
    }

    .second-banner-heading strong {
        font-size: 22px;

    }

    .testimonial-designation {
        font-size: 14px;
    }

    .testimonial-desc {
        font-size: 17px;
        line-height: 30px;
    }

    .testimonial-slider .testimonial-box {
        height: 600px;
    }

    .testimonial-info {
        margin-top: 10px !important;
        bottom: 25px;
    }

    .testimonial-comma {
        bottom: 30px;
        width: 25%;
    }

    .banner-img {
        width: 100%;
        height: 200px;
        display: block;
    }

    map-section h4,
    .map-section h4,
    .form-section h4 {
        font-size: 25px;
        width: 100%;
    }

    body .container {
        max-width: 100%;
        width: 100%;
    }

    .cta-content {
        position: absolute;
        top: 60%;
        right: 0%;
        width: 100% !important;
        padding-left: 1rem;
        /* transform: translate(0, -50%); */
    }

    /*.cta-content h2 {*/
    /*    font-size: 36px;*/

    /*}*/

    /*.cta-content span {*/
    /*    font-size: 36px;*/

    /*}*/

    .testimonial-name {
        right: 8%;
        top: 10%;
        font-size: 16px;
    }

    .about-banner-content h5 {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 17px;
        color: #fff;
    }

    .about-banner-content h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 35px;
        color: #fff;
        margin-bottom: 1rem;
    }

    .testimonial-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 35px;
        font-weight: 800;
        color: #016481;
        margin-bottom: 34px;
    }

    .grid-text {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600 !important;
        font-size: 24px;
    }

    .testimonial-desc {
        height: 300px;
        overflow-y: auto;
        padding-right: 18px;
    }
}





@media (max-width: 600px) {
    .about-banner-content {
        top: 81%;
        z-index: 1;
        display: block;
    }

    .testimonial-desc {
        height: 300px;
    }

    .send-message-btn {
        right: 0;
    }
}