: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: 40px;
    color: #006380;
    /* width: 50%; */
    margin: auto;
    text-align: center;
}

.map-section p {
    color: white;
    font-family: Montserrat;
    font-weight: 600;
    width: 60%;
    justify-self: 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;
}


.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/invicta/keyfeatures-bg.png');
    background-size: cover;
    backdrop-filter: blur(654.7999877929688px);
    padding: 7rem 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: 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;
}

/* 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: 1000;
    /* 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%;
}

.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;
}

/* box section start */

.custom-benefit-section {
    padding: 80px 20px;
    text-align: center;
    padding-bottom: 8rem;
    padding-top: 0rem;
    background: url('../images/optical/box-iol-banner.png');
    background-repeat: repeat;
    background-size: 100% 100%;
}

.section-top-text {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    margin-bottom: 70px;
    color: #757577;
    margin-top: 30px;

}

.benefit-boxes {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.benefit-box {
    display: flex;
    align-items: center;
    background: url('../images/invicta/feature-border.png') no-repeat center center/cover;
    width: 30%;
    border-radius: 12px;
    overflow: hidden;
    transition: background 0.3s ease;
    cursor: pointer;
    position: relative;
    padding: 0px 0 0px 30px;
    background-repeat: repeat;
    background-size: 100% 100%;
    height: 280px;
}

.benefit-box:hover {
    background: url('../images/invicta/feature-hover-bg.png') no-repeat center center/cover;
    /* hover bg */
    background-repeat: repeat;
    background-size: 100% 100%;
}

.benefit-text {
    flex: 1;
    text-align: left;
    padding-right: 15px;
}

.benefit-text h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    /* margin-bottom: 20px; */
}

.benefit-text ul {
    padding-left: 10px;
    padding-top: 14px;
}

.benefit-text p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #757577;
}

.benefit-image {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 13px;
}

.benefit-image img {

    /*position: absolute;*/
    /*top: -77%;*/
    /*right: 10%;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

.benefit-image .normal-icon {
    opacity: 1;
    display: block;
}

.benefit-image .hover-icon {
    opacity: 0;
    display: none;
}

.benefit-box:hover .benefit-image .normal-icon {
    opacity: 0;
    display: none;
}

.benefit-box:hover .benefit-image .hover-icon {
    opacity: 1;
    display: block;
}

.benefit-box:hover .benefit-text h3,
.benefit-box:hover .benefit-text li {
    color: #fff;
}

/* .image-card-wrapper {
    border: 1px solid #C2C2C2;
    border-radius: 13px;
} */
.image-card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-card {
    width: 80%;
    /* Card container width */
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    /* Grey border */
    border-radius: 20px;
    padding: 20px;
    position: relative;
    margin: 0 auto;
    /* Center horizontally */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.image-card img.feature-img {
    border-radius: 15px;
    width: 80%;
    /* Keep natural image width */
    max-width: 100%;
    /* Prevent overflow */
    height: auto;
    display: block;
}

.image-popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.image-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}


/* box section end */

.feature-img {
    max-width: 100%;
    max-height: 80%;
    object-fit: contain;
}

.btn-arrow {
    position: absolute;
    top: -7px;
    right: -13px;
    /* background-color: #016481; */
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    color: white;
}

.image-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.image-popup .popup-img {
    max-width: 70%;
    max-height: 70%;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
}

/* Custom container for full-width and centered controls */
.invicta-swiper-container {
    width: 100%;
    margin: 50px 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* Swiper main element: we remove fixed padding and let the centeredSlides option 
   and slide margins handle the peek effect. */
.swiper {
    width: 100%;
    /* Removed padding: 0 10% to prevent potential clipping issues */
}

/* Base slide style (inactive) */
.swiper-slide {
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.4;
    transform: scale(0.9);
    /* Added margin to the slides to simulate space and prevent image bleed */
    margin: 0 10px;
}

/* Active Middle Slide Styling */
/* Swiper automatically adds 'swiper-slide-active' to the center slide */
.swiper-slide-active {
    opacity: 1;
    transform: scale(1.1);
    z-index: 5;
}

.swiper-slide img {
    width: 100%;
    border-radius: 10px;
    /* Use max-width and height auto for better responsiveness with scaling */
    max-width: 100%;
    height: auto;
}

/* --- Controls Styling --- */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: auto;
    height: auto;
    margin-top: 0;
}

.invicta-prev-btn {
    left: 10px;
}

.invicta-next-btn {
    right: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #00878F;
    /* background-image: none; */
    padding: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 20px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: none !important;
}

/* --- Key Features Section --- */


/* --- Main Rounded Container (Matching image_99da77.png) --- */
.key-features-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.key-features-row {
    margin: 0;
    width: 100%;
}

/* --- Column 1: Title and PNG Connector --- */
.key-feature-content-col {
    position: relative;
    height: 200px;
    flex-direction: column;
    align-items: flex-start;
}

.title-wrapper {
    /* Use flexbox to align the icon and title text horizontally */
    display: flex;

    align-items: center;
    text-align: left;

    /* Position the title to the left side */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    /* Ensure text is above the PNG connector */
    padding-right: 10px;
}

/* Styling the Icon/Image */
.key-icon {
    /* Adjust width/height as needed for your specific PNG size */
    width: 60px;
    height: auto;
    margin-bottom: 5px;
}

.key-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #016481;
    margin-bottom: 0;
    margin-left: 1rem;
}

/* --- PNG Connector Positioning (No Change) --- */
.connector-png-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 65%;
    width: 55%;
    z-index: 1;
}

.connector-png {
    width: 75%;
    height: auto;
    display: block;
}


/* --- Column 2: Feature Text Points (No Change) --- */
.feature-points-col {
    padding-left: 148px;
}

.feature-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 240px;
    color: #00878F;
    font-family: Lato;
    font-weight: 700;
}

.feature-list li {
    padding: 5px 0;
}

#bg-gre {
    background-image: url('../images/invicta/bg-gre.png') !important;
    background-repeat: repeat;
    background-size: 100% 100%;
    padding: 80px 20px;
}

.home-about-content p {
    width: 100%;
    margin: auto;
}


/* akansha */


p.section-para2 {
    width: 75% !important;
}

img.img-fluid.eye-image {
    width: 100%;
    height: 470px;
}



/* 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;
    }
    .feature-list {
    height: 160px;
   
}
.feature-points-col

 {
    padding-left: 80px;
}
.key-icon {
    width: 40px;
    height: auto;
    margin-bottom: 5px;
}
.key-title {
    font-size: 20px;
   
}
.connector-png-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 73%;
    width: 55%;
    z-index: 1;
}
.connector-png {
    width: 75%;
    height: auto;
    display: block;
}
img.img-fluid.eye-image {
    width: 100%;
    height: 280px;
}
.benefit-image {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 20px;
    right: 0px;
}

ul.benefit-list li {
    font-size: 11px;
}
.benefit-text ul {
    padding-left: 0px;
    padding-top: 14px;
}
.benefit-text h3 {
    font-size: 12px;
    /* margin-bottom: 20px; */
}
.benefit-box {
    height: 210px;
}
}

@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 Queries for Mobile Responsiveness (Minimal Change) --- */
@media (max-width: 767.98px) {
    .key-features-container {
        padding: 20px;
        border-radius: 20px;
    }

    .key-feature-content-col {
        height: 250px;
        flex-direction: column;
        margin-bottom: 15px;
        position: static;
        transform: none;
    }

    .title-wrapper {
        /* Revert to horizontal layout on mobile */
        position: static;
        top: auto;
        left: auto;
        transform: none;
        flex-direction: row;
        align-items: center;
        padding-right: 0;
        text-align: left;
    }

    .key-icon {
        margin-right: 10px;
        margin-bottom: 0;
    }

    /* .connector-png-wrapper {
        display: none; 
    } */
    .connector-png-wrapper {
        position: absolute;
        top: 37%;
        /* transform: translateY(-50%); */
        left: 27%;
        width: 45%;
        z-index: 1;
        transform: rotate(90deg);
    }

    .feature-points-col {
        padding-left: 0;
    }

    .feature-list {
        height: auto;
        text-align: center;
    }

    .feature-list li {
        text-align: left;
        padding: 5px 0;
        list-style: disc;
    }
}

/* Mobile Adjustments */
@media (max-width: 768px) {

    /* On mobile, only show one slide at a time and ensure controls are visible */
    .swiper-slide {
        opacity: 1;
        transform: scale(1);
        margin: 0;
    }
}

@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/invicta/keyfeatures-bg.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;
    }

    .benefit-box {
        width: 100%;

    }

    .map-section p {

        width: 100%;
    }

    .section-title,
    .care-title,
    .custom-title {
        font-size: 22px;
    }

    p.section-para2 {
        width: 100% !important;
    }

    img.img-fluid.eye-image {
        width: 100%;
        height: auto;
    }

    .key-title {
        font-size: 18px;

    }

    .benefit-image {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 10px;
        right: 0;
    }

    .benefit-box {
        height: 230px;
    }

    ul.benefit-list li {
        font-size: 13px;
    }

    .connector-png {
        width: 100%;

    }

    .image-card img.feature-img {
        width: 100%;
    }

    .image-card {
        width: 100%;
    }
}

@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%;
    }
} */