:root {
    --bg: #0b0f17;
    /* page bg */
    --ring: #ffffff;
    /* control bg */
    --ink: #000000;
    /* control icon */
    --ink-inv: #ffffff;
    /* inverted icon */
    --accent: #3b82f6;
    /* focus ring */
    --shadow: 0 10px 24px rgba(0, 0, 0, .35), 0 2px 8px rgba(0, 0, 0, .2);
}

.home-about-content p {
    font-family: 'Lato', sans-serif;

color: #101113;
    font-size: 1.0rem;
    line-height: 2.0;
    margin-bottom: 1.5rem;
}
.home-about-content1 p {
    font-family: 'Montserrat', sans-serif;
    /*font-size: 17px;*/
        color: #c8cbd1;
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}


.blue-text {
    color: #016380;
}
.data-slide img {
    border-radius: 12px;
    
}


/* Slide container */
.data-slide {
    width: 100%;
    height: 320px;        /* desktop height */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;    /* prevent cutting */
}

/* Image behavior */
.slider-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* Responsive fix for zoom / smaller screens */
@media (max-width: 1200px) {
    .data-slide {
        height: auto;     /* let height grow */
        min-height: 240px;
    }
}
    .section-title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 30px;
        vertical-align: middle;
        color: #3b4a7a;
        margin-top: 25px;
    }
    
    .section-para {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 16px;
        vertical-align: middle;
        color: var(--text-light);
        line-height: 1.6;
        margin-bottom: 15px;
        text-align: justify;
    }
    
    .vision-mission-section {
        padding: 2rem 2rem;
        padding-bottom: 5rem;
        background-color: #eff5ff;
    }
    
    .vision-mission-content {
        color: #3b4a7a;
    }
    .vision-mission-heading-module h4 {
        color: #3b4a7a;
    }
        .my-navbar {
        background: #006380;
        padding: 0.5rem 1rem;
        position: relative;
        z-index: 1000;
    }

.about-banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 2;
}

.about-banner-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 50px;
    color: #fff;
    margin-bottom: 1rem;
        font-size: xx-large;
}

.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;
}


.map-section {
    background: linear-gradient(180deg, #FDFEFF -14.42%, #016481 100%);
    padding: 6rem 1.5rem;
}


.map-section-heading {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    color: #006380;
    width: 50%;
    margin: auto;
    text-align: center;
}

.map-section-heading span {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 70px;
    color: #006380;
    padding-top: 16px;
}

.map-section h4 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    vertical-align: middle;
    color: #fff;
    width: 60%;
    margin-bottom: 10px;
}

.map-section p {
    font-weight: 400;
}

.measurable-outcome-slider {
    /* position: absolute;
    top: 54px;
    right: 20px; */
    width: 100%;
    border-radius: 30px;
}

.measurable-outcome-text h5 {
    font-family: 'Montserrat', sans-serif;
   
}

.data-slide img {
    border-radius: 12px;
}

.slick-track,
.slick-list {
    height: 28rem;
    border-radius: 12px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}

.logo-grid-image {
    width: 600px;
    display: block;
    margin: 2rem auto 0;
}

.line-text-module {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-text-module .text {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #d3d7d8;
    padding: 20px;
}

.line {
    width: 400px;
    height: 2px;
    background-color: #1e3a8a;
    animation: move 2s infinite;
    border: 2px solid transparent;
    border-image-source: linear-gradient(270deg, #016481 0%, #fff 100%);
    border-image-slice: 1;
}

.line.right {
    border-image-source: linear-gradient(270deg, #ffffff 0%, #016481 100%);
}

.line-about {
    width: 0;
    height: 2px;
    background: #007bff;
    /* your theme color */
    transition: width 1s ease;
}

.line-container[data-aos='zoom-in'].aos-animate .line-about {
    width: 100%;
}

.text {
    padding: 0 15px;
    color: #1e3a8a;
    font-size: 24px;
    font-weight: bold;
}

.button-list .hover-btn.white {
    border: 2px solid #016481 !important;
}

.ceo-image-module::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.72deg, #0000009c 0.62%, rgb(255 255 255 / 36%) 99.38%);
    border-radius: 25px;
}

.ceo-image-module p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    z-index: 1;
    font-family: Montserrat;
    font-weight: 500;
    font-style: Italic;
    font-size: 16px;
    vertical-align: middle;
}


.vision-mission-section {
    /* background: linear-gradient(180deg, #C0E0F5 0%, #69CBD0 100%); */
    background: url('../images/VIION-MISSION.jpg');
    background-size: cover;
    backdrop-filter: blur(654.7999877929688px);
   
}

.vision-mission-section .row {
    width: 90%;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 100px;
    background-color: #fffc;
}


/* 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;
    min-height: 470px;
    height: auto;
    /* 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: 470Spx;
    /* flexible height */
}




/* place items into the grid areas */
.testimonial-image {
    grid-area: img;
    margin: 0;
}

.testimonial-image img {
  width: 70px;
    height: 70px;
    min-width: 50px;
    min-height: 50px;
    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 Styles */
    .gallery-section {
        padding: 40px 0 60px 0;
        background: linear-gradient(135deg, #006380 0%, #004d61 100%);
        overflow: hidden;
    }

    .gallery-section .container {
        max-width: 1400px;
        position: relative;
    }

    .testimonial-title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 42px;
        color: #ffffff;
        text-align: center;
        margin-bottom: 50px;
    }

    .gallery-slider {
        position: relative;
        padding: 0 80px;
    }

    .gallery-item {
        padding: 0 15px;
        outline: none;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .gallery-item img {
        width: 70%;
        height: 320px;
        /* object-fit: cover; */
        border-radius: 21px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .gallery-item img:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    }

    /* Slick Slider Custom Styles */
    .gallery-slider .slick-dots {
        bottom: -50px;
    }

    .gallery-slider .slick-dots li button:before {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.3);
        opacity: 1;
    }

    .gallery-slider .slick-dots li.slick-active button:before {
        color: white;
        opacity: 1;
    }

    .gallery-slider .slick-arrow {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        border-radius: 50%;
        z-index: 10;
        transition: all 0.3s ease;
    }

    .gallery-slider .slick-arrow:hover {
        background: rgba(255, 255, 255, 0.4);
        transform: scale(1.1);
    }

    .gallery-slider .slick-arrow:before {
        font-size: 24px;
        color: white;
        opacity: 1;
    }

    .gallery-slider .slick-prev {
        left: 0;
    }

    .gallery-slider .slick-next {
        right: 0;
    }

    .gallery-slider .slick-track {
        display: flex;
        align-items: center;
    }

    .gallery-slider .slick-slide {
        height: auto;
    }

    @media (max-width: 1024px) {
        .testimonial-title {
            font-size: 36px;
        }

        .gallery-item img {
            height: 280px;
        }

        .gallery-slider {
            padding: 0 60px;
        }
    }


@media (max-width: 768px) {

    .testimonial-slider .testimonial-box {
        background: url('../images/career/testi-border.png');
        border-radius: 12px;
        padding: 18px 12px; 
        text-align: left;
        margin: 0 10px;
        min-height: unset;        
        height: auto;            
        box-sizing: border-box;
        background-repeat: repeat;
        background-size: 100% 100%;
        position: relative;

       
        display: grid;
              grid-template-columns: 60px 1fr; 

        grid-template-areas:
            "img name"
            "desc desc"
            "info info";
       column-gap: 10px;
        row-gap: 8px;
        align-items: center;
    }

    .testimonial-desc {
        grid-area: desc;
        margin: 0;
        font-family: 'Lato', sans-serif;
        font-size: 14px;         
        line-height: 1.7;         
        color: #000;
        height: 160px;            
        max-height: 160px;       
        overflow-y: auto;        
        padding-right: 8px;
    }

  
    .testimonial-desc::-webkit-scrollbar {
        width: 4px;
    }
    .testimonial-desc::-webkit-scrollbar-thumb {
        background: #016481;
        border-radius: 4px;
    }

    .testimonial-info {
        width: 100%;             
        margin-top: 6px;
    }

    .testimonial-designation {
        font-size: 12px;
    }

    .testimonial-name {
        font-size: 15px;
    }

    .testimonial-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .gallery-item img {
        height: 240px;
        width: 85%;
    }

    .gallery-slider {
        padding: 0 50px;
    }

    .gallery-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .gallery-slider .slick-arrow:before {
        font-size: 20px;
    }
}

    @media (max-width: 480px) {
        .gallery-section {
            padding: 30px 0 50px 0;
        }

        .testimonial-title {
            font-size: 24px;
        }

        .gallery-item img {
            height: 200px;
            width: 90%;
            border-radius: 16px;
        }

        .gallery-slider {
            padding: 0 40px;
        }

        .gallery-slider .slick-arrow {
            width: 35px;
            height: 35px;
        }
    }
    @media (max-width: 576px) {
    .about-us-section img {
        height: 250px;
        /* object-fit: cover; */
    }
}



/* 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;
}

.line-container {
    position: relative;
    width: 300px;
    /* adjust as needed */
    height: 4px;
}

.line-about {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.5px;
    background: #006380;
    transform: translateY(-50%);
    border-width: 1px;
}

.dot {
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #006380;
    transform: translateY(-50%);
    animation: moveDot 6s linear infinite;
}

/*@keyframes moveDot {*/
/*    0% {*/
/*        left: 0;*/
/*        opacity: 0;*/
        /* invisible at start */
/*    }*/

/*    5% {*/
/*        opacity: 1;*/
        /* fade in */
/*    }*/

/*    95% {*/
/*        opacity: 1;*/
        /* visible across line */
/*    }*/

/*    100% {*/
/*        left: calc(100% - 12px);*/
/*        opacity: 0;*/
        /* fade out at the end */
/*    }*/
/*}*/

.vision-mission-heading-module {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 10px;
}

.vision-mission-heading-module img {
    width: 80px;
}

.vision-mission-heading-module h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #016481;
    margin-bottom: 0;
    margin-left: 1rem;
}

.vision-mission-content {
font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: Bold;
    font-size: 22px;
    color: #016481;
    padding: 20px 10px;
    margin-bottom: 0;
    text-align: justify;
}

.glass-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* adjust */
    height: 250px;
    /* adjust */
    border-radius: 12px;
}

/* Image blurred by default */
.glass-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(6px);
    transition: filter .4s ease;
}

/* Overlay layer */
.glass-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgb(255 255 255 / 83%);
    /*backdrop-filter: blur(10px);*/
    /*-webkit-backdrop-filter: blur(6px);*/
    border-radius: inherit;
    color: #006380;
    border: 0.78px solid #C2C2C2;
    border-radius: 13.56px;
}

/* Span: always centered */
.glass-overlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 999px;
    background: transparent;
    border: none;
    transition: all .4s ease;
    color: #000;
    z-index: 2;
}

/* Paragraph: hidden initially */
.glass-overlay p {
    position: absolute;
    top: calc(50% + 30px);
    /* just below the span */
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    /*opacity: 0;*/
    transition: opacity .4s ease;
    z-index: 2;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

/* Hover effects */
/*.glass-item:hover .glass-image {*/
/*    filter: blur(0);*/
/*}*/

/*.glass-item:hover .glass-overlay {*/
/*    background: rgba(255, 255, 255, 0);*/
/*    backdrop-filter: blur(0);*/
/*}*/

/*.glass-item:hover .glass-overlay::after {*/
/*    content: '';*/
/*    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 18.48%, #000000 81.13%);*/
/*    position: absolute;*/
/*    width: 96%;*/
/*    height: 96%;*/
/*    border: 0.78px solid #C2C2C2;*/
/*    border-radius: 13.56px;*/
/*}*/

/*.glass-item:hover span {*/
/*    background: #fff;*/
/*    border: 2px solid #006380;*/
/*    color: #006380;*/
/*}*/

/*.glass-item:hover p {*/
/*    opacity: 1;*/
/*}*/

.glass-item .glass-image {
    filter: blur(0);
}

.glass-item .glass-overlay {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0);
}

.glass-item .glass-overlay::after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 18.48%, #000000 81.13%);
    position: absolute;
    width: 96%;
    height: 96%;
    border: 0.78px solid #C2C2C2;
    border-radius: 13.56px;
}

.glass-item span {
    background: #fff;
    border: 2px solid #006380;
    color: #006380;
}

.glass-item p {
    opacity: 1;
}

/* Timeline */



.timeline-section {
    position: relative;
    background: linear-gradient(98.54deg, #016380 24.08%, #024C62 94.08%);
}

.timeline-section::before {
    content: '';
    background-image: url('../images/about-slide.png');
    background-position: top center;
    background-size: contain;
}


.timeline-nav {
    /* position: fixed;
    top: 0;
    left: 0; */
    width: 85%;
    margin: auto;
    padding: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    z-index: 11;
    /* overflow-x: auto; */
}

.timeline-nav button  {
    background: #006380;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    cursor: pointer;
    margin: 0 10px;
    flex-shrink: 0;
    transition: all 0.3s;
    box-shadow: 0 0 4px 0px #00000024;
}


.timeline-nav button.slick-arrow {
    box-shadow: none;
}


.timeline-nav button.active {
    background-color: #fff;
    color: #006380;
}

.timeline-section .slick-prev {
    left: -55px;
}

.timeline-section .slick-next {
    right: -45px;
}


.timeline-nav button.slick-slide,
.timeline-section .slick-track,
.timeline-section .slick-list {
    height: auto;
    height: 50px;
}

.timeline-container {
    position: relative;
    height: 400px;
    /* full viewport */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto 4rem;
    /* for nav */
}

/* All cards stacked */
.timeline-container .card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
    height: 400px;
    background: white;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: row;
    opacity: 0;
    transition: opacity 0.5s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.timeline-container .card.active {
    opacity: 1;
}

.timeline-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 3rem 1rem 1rem;
}

.left-content-card {
    width: 50%;
}

.left-content-card h3 {
    color: #006494;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    vertical-align: middle;
}

.left-content-card p {
    color: #757577;
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: middle;
}

.left-content-card img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    border-radius: 28px;
}

.right-content {
    width: 50%;
    position: relative;
}

.right-content .year {
    color: #c6e5ee;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 150px;
    text-align: right;
    vertical-align: middle;
    line-height: 100%;
}

.right-content img {
    width: 150px;
    height: 200px;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 4%;
}

.right-content img.right-img-2021 {
    width: 250px;
}

.timeline-container .card::after {
    content: '';
    background-image: url(../images/card-bg.png);
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    right: 0;
    z-index: -1;
}


.timeline-section .slick-arrow {
    background: transparent;
}

/* Timeline */

/* compact on very small screens */
@media (min-width:1600px) {
    .arrow svg {
        width: 35px;
        height: 35px;
    }

    .home-category-card .card-content {
        padding: 20px 15px;
    }

    .arrow {
        right: 10px;
    }
}

@media (max-width:1025px) {

    .timeline-section .slick-prev {
        left: -75px;
    }

    .timeline-section .slick-next {
        right: -35px;
    }

    .about-banner-content h3 {
        font-size: 30px;
    }

    .about-banner-content h5 {
        font-size: 18px;
        width: 38%;
    }

    .map-section-heading {
        width: 85%;
    }

    .glass-item {
        height: 200px;
    }

    .vision-mission-content {
        font-size: 16px;
        padding: 10px;
    }

    .send-message-btn {
        font-size: 16px;
    }

    .measurable-outcome-slider {
        width: 550px;
        top: 170px;
    }

    .slick-track,
    .slick-list {
        height: 300px;
    }

    .timeline-section .slick-prev {
        left: -35px;
    }

    .timeline-container .card {
        height: 380px;
    }

    .right-content .year {
        font-size: 120px;
    }

    .line-text-module .text {
        width: 60%;
    }

    img.possible-product-image {
        height: 300px;
    }

    .card-content h3 {
        font-size: 17px;
    }

    .card-content p {
        font-size: 14px;
    }

    .arrow {
        right: -4px;
    }

    .home-cta-heading {
        font-size: 28px;
        line-height: 1.5;
    }

    .timeline-nav {
        width: 94%;
        margin: auto;
    }
}

@media (max-width:900px) {
    .about-banner-content h3 {
        font-size: 30px;
    }

    .about-banner-content h5 {
        font-size: 18px;
        width: 38%;
    }

    .vision-mission-section {
        padding: 5rem 1rem;
    }

    .map-section-heading {
        font-size: 44px;
        width: 90%;
    }

    .map-section-heading span {
        font-size: 54px;
    }

    body .vision-mission-section .container {
        max-width: 100%;
        width: 100%;
    }

    .section-para {
        font-size: 13px;
    }

    .about-banner-content h3 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .map-section h4,
    .map-section h4,
    .form-section h4 {
        font-size: 28px;
    }

    .measurable-outcome-slider {
        width: 400px;
    }

    .slick-track,
    .slick-list {
        height: 200px;
    }

    .line-text-module .text {
        padding: 15px;
        width: 80%;
    }

    body .about-glass-section .container {
        width: 96%;
    }

    .glass-overlay p {
        font-size: 12px;
    }

    .glass-overlay span {
        font-size: 15px;
    }

    .line-container {
        width: 150px;
        height: 4px;
    }

    .vision-mission-heading-module h4 {
        font-size: 20px;
    }

    .vision-mission-heading-module img {
        width: 60px;
    }

    .frame {
        height: 350px;
    }
}


@media (max-width:600px) {
    .about-banner-content {
        top: 80%;
        z-index: 2;
    }

    .about-banner-content h3 {
        font-size: 35px;
    }

    .about-banner-content h5 {
        font-size: 18px;
        width: 100%;
    }

    .glass-overlay p {
        font-size: 18px;
        padding-top: 10px;
    }

    .glass-overlay span {
        font-size: 22px;
    }

    .map-section-heading span {
        font-size: 38px;
        margin-top: 0;
        display: block;
        margin-bottom: 15px;
    }

    .measurable-outcome-text {
        text-align: center;
        margin: 1rem auto;
    }

    .measurable-outcome-text h5 {
        font-size: 16px;
    }

    .map-section {
        padding: 3rem 0 1.4rem;
    }

    .glass-item {
        height: 300px;
    }

    .map-section-heading {
        font-size: 24px;
    }

    .vision-mission-heading-module h4 {
        font-size: 19px;
    }

    .vision-mission-section .row {
        padding: 20px 15px;
        border-radius: 15px;
    }

    .ceo-about-content {
        margin-top: 2rem;
    }

    body .container {
        width: 93%;
    }

    .map-section h4,
    .form-section h4 {
        font-size: 25px;
        width: 100%;
    }

    .measurable-outcome-slider {
        position: relative;
        top: unset;
        right: unset;
        width: 350px;
        margin: auto;
    }

    .line-text-module {
        padding: 0;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .map-section .line {
        width: 100px;
    }

    .line-text-module .text {
        padding: 0 5px;
        font-size: 15px;
    }

    .logo-grid-image {
        padding-bottom: 2rem;
    }

    .vision-mission-section {
        background-image: url('../images/mobile-vision-mission.png');
    }

    .line-container {
        width: 100%;
        height: 4px;
        margin: 1rem 0;
    }

    .timeline-container {
        height: 600px;
    }

    .timeline-container .card {
        height: 600px;
        flex-direction: column;
        gap: 0;
    }

    .timeline-section .slick-prev {
        left: -34px;
    }

    .timeline-section .slick-prev,
    .timeline-section .slick-next {
        right: -13px;
        top: 30px;
    }

    .timeline-heading {
        font-size: 27px;
        line-height: 1.5;
    }

    .right-content .year {
        font-size: 65px;
        /* position: absolute; */
        /* top: -360px;
        right: -178px; */
        width: 100%;
        text-align: left;
    }

    .left-content-card,
    .right-content {
        width: 100%;
    }

    .timeline-container .card::after {
        height: 100%;
        background-position: right bottom;
        z-index: -1;
        background-repeat: no-repeat;
    }

    .left-content-card img {
        position: relative;
    }
}

@media (max-width:480px) {
    .vbtn {
        width: 34px;
        height: 34px
    }

    .vbtn svg {
        width: 16px;
        height: 16px
    }

    .vbtn:hover::after {
        display: none
    }
}



/* 


@media(max-width:720px) {
    .timeline-container .card {
        flex-direction: column;
    }

    .right-content {
        align-items: flex-start;
    }

    .right-content img,
    .right-content .year {
        text-align: left;
    }

    .right-content img {
        max-width: 100%;
    }

    .left-content-card img {
        width: 100%;
    }
} */