: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);
}

/*button.slick-prev.slick-arrow.slick-disabled {*/
/*    display: none !important;*/
/*}*/

.blue-text {
    color: #016380;
}


.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;
}

.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: 350px;
    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: #016481;
    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);
    padding: 7rem 2rem;
}

.vision-mission-section .row {
    width: 90%;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 100px;
    background-color: #fffc;
}

.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: 700;
    font-style: Bold;
    font-size: 18px;
    color: #016481;
    padding: 20px 10px;
    margin-bottom: 0;
}

.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%;
    }
} */