.vision-section {
    padding-top: 140px;
    padding-bottom: 40px;
    min-height: 735px;
    background-color: #f8f9fa;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}

.vision-section .section-headings h2,
.vision-section .section-headings h2.montserrat {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    font-size: 44px !important;
    line-height: 58px !important;
    text-align: center !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #131313 !important;
    color: #131313 !important;
    margin-bottom: 6px !important;
}

.vision-section .section-headings p,
.vision-section .section-headings p.montserrat {
    font-family: "Work Sans", sans-serif !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: center !important;
    color: #131313 !important;
    margin-bottom: 20px !important;
}

/* Founder Quote */
.founder-quote-wrapper {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto 1.25rem auto;
    position: relative;
}

.founder-quote {
    font-size: 0.92rem;
    line-height: 1.6;
    color: #475569;
    font-weight: 500;
    font-family: "Montserrat", "Work Sans", sans-serif;
    position: relative;
    padding: 0 2rem;
}

.quote-mark {
    color: #5c86c4;
    font-weight: 700;
    font-size: 1.3rem;
    font-family: Georgia, serif;
}

.quote-open {
    position: absolute;
    left: 0;
    top: 0;
}

.quote-close {
    position: absolute;
    right: 0;
    bottom: 0;
}

.founder-author {
    font-size: 0.88rem;
    font-family: "Montserrat", sans-serif;
    color: #475569;
    margin-top: 0.6rem;
}

.founder-author strong {
    color: #1e293b;
    font-weight: 700;
}

.founder-author .author-title {
    color: #64748b;
    font-weight: 400;
}

/* Founder Image */
/* Founder Image */
.founder-image-wrapper {
    width: 100%;
    max-width: 600px;
    height: 350px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    margin: 1.25rem auto 0 auto;

    /* Initial scale */
    transform: scale(1.1);

    /* Smooth zoom-out */
    animation: founderContainerZoomOut 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}


/* Image remains at normal scale */
.founder-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    border-radius: 24px;
    display: block;

    transform: scale(1);
}


/* Container zoom animation */
@keyframes founderContainerZoomOut {
    0% {
        transform: scale(1.65);
    }

    100% {
        transform: scale(1);
    }
}
/* Team Section */
.team-section .section-headings h2,
.team-section .section-headings h2.montserrat {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    font-size: 44px !important;
    line-height: 58px !important;
    color: #131313 !important;
    -webkit-text-fill-color: #131313 !important;
    background: none !important;
}

.team-section .section-headings p,
.team-section .section-headings p.montserrat {
    font-family: "Work Sans", sans-serif !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    color: #131313 !important;
}

/* Staggered column alignment - col-2 & col-4 start lower, rise on scroll */
@media (min-width: 992px) {
    .team-section {
        overflow: visible;
    }

    .team-cards {
        overflow: visible;
        padding-bottom: 2rem;
    }

    .team-col-2,
    .team-col-4 {
        margin-top: 100px;
        will-change: transform;
    }
}

/* Smooth transform for Sahil/Gargi (col-2) and Yatharth (col-4) */
.team-col-2,
.team-col-4 {
    transition: transform 0.05s linear;
}



.video-wrapper{
    width: 100% ;
    height: 60vh;
    max-height: 500px;
    overflow: hidden;
    border-radius: 24px;

}

.vision-connect-video {
  width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Basic Card Styling — Figma: 402 × 534 */
.team-card {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
    max-width: 402px;
    height: 420px;
    aspect-ratio: 402 / 534;
    margin-left: auto;
    margin-right: auto;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease-in-out;
    position: relative;
}

@media (max-width: 1399px) {
    .team-card {
        height: auto;
    }
}

.team-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.4s ease;
}

/* Fix Gargi image to show face */
.card-gargi img {
    object-position: center top;
}

/* ── Expanding Glass Card Body (Stretches Upward from Downside) ── */
/* ── Expanding Glass Card Body (Vertically Centered & Larger Text) ── */
.vision-card-body {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    width: auto;
    height: 104px;
    margin: 0;
    padding: 16px;
    box-sizing: border-box;
    background: rgba(245, 245, 245, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: left;
    font-family: "Work Sans", sans-serif;
    border-radius: 24px;
    z-index: 12;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    transition: height 1.35s cubic-bezier(0.16, 1, 0.3, 1),
                background 0.4s ease,
                box-shadow 0.4s ease;
}

.vision-card-body .card-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.85);
    color: #131313;
    padding: 0 16px;
    border-radius: 16px;
    margin: 0;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    flex-shrink: 0;
}

.vision-card-body .card-para {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #131313;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
}

.vision-card-body .card-bio {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #131313;
    margin: 6px 0 0 0;
    padding: 0 2px;
    opacity: 0;
    transition: opacity 0.4s ease 0.15s;
    overflow-y: auto;
    word-break: break-word;
}

/* Hover / Click: bottom glass card STRETCHES UPWARDS and VERTICALLY CENTERS content */
.team-card:hover .vision-card-body,
.vision-card-body:hover,
.team-card.active .vision-card-body {
    height: calc(100% - 32px);
    justify-content: center;
    gap: 10px;
    padding: 24px 20px;
    background: rgba(245, 245, 245, 0.65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.team-card:hover .vision-card-body .card-bio,
.vision-card-body:hover .card-bio,
.team-card.active .vision-card-body .card-bio {
    opacity: 1;
}

/* Scroll animation base */
.scroll-animate {
    transition: transform 0.3s ease-out;
    transform: translateY(0);
}

/* Evens start lower (50px down) */
.scroll-animate:nth-child(even) {
    transform: translateY(50px);
}

/* Extra parallax helpers */
.card-animate {
    transition: transform 0.8s ease-out;
}

.card-animate.up {
    transform: translateY(-20px);
}

.card-animate.down {
    transform: translateY(70px);
}

/* timeline css  */
/* ------------------ Timeline Section ------------------ */
.growth-timeline {
    padding: 4rem 0 5rem;
    position: relative;
}

/* Section headings */
.misson-wrapper .section-headings {
    text-align: center;
}

/* Growth Story + Trusted worldwide headlines */
.growth-timeline .section-headings h2,
.growth-timeline .section-headings h2.montserrat,
.worldwide-section .section-headings h2,
.worldwide-section .section-headings h2.montserrat {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    font-size: 36px !important;
    line-height: 46px !important;
    letter-spacing: 0 !important;
    text-align: center;
    color: #131313 !important;
    -webkit-text-fill-color: #131313 !important;
    background: none !important;
}

.growth-timeline .section-headings p,
.growth-timeline .section-headings p.montserrat {
    font-family: "Work Sans", sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #131313 !important;
    margin-top: 4px !important;
}

/* .section-headings p {
    font-family: "montserrat", sans-serif;
    color: #6c6c6c;
} */

/* ------------------ Timeline Steps ------------------ */
.timeline-step {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    opacity: 0.28;
    filter: grayscale(55%);
    transition: opacity 0.55s ease, filter 0.55s ease;
    min-height: 0;
    margin: 0 auto 2.5rem;
    padding: 0;
    width: 100%;
    max-width: 1580px;
    gap: 24px;
    --bs-gutter-x: 0;
}

.timeline-step.active {
    opacity: 1;
    filter: none;
}

/* Left side: Year & Info */
.timeline-main {
    display: flex;
    align-items: flex-start;
    min-height: auto;
    padding: 0;
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
}

/* Figma: year | dot | text — tops aligned in one row */
.timeline-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 24px;
}

.timeline-year-side {
    width: 80px;
    min-width: 80px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end; /* year sits close to the line */
}

/* Year — compact to match Figma visual scale */
.timeline-year {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: 0;
    color: #c7c7c7;
    opacity: 0.65;
    padding: 0 !important;
    margin: 0;
    width: 80px;
    height: 44px;
    text-align: right;
    transition: color 0.3s, opacity 0.3s;
}

.timeline-step.active .timeline-year {
    color: #000000;
    opacity: 1;
}

.timeline-step.active .timeline-year-responsive {
    color: #000000;
    opacity: 1;
}

/* Text block — top aligned with year */
.timeline-info {
    flex: 0 1 380px;
    width: 100%;
    max-width: 380px;
    min-width: 180px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.timeline-info h3,
.timeline-info .timeline-title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0;
    color: #131313;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 380px;
    height: 32px;
}

.timeline-info p,
.timeline-info .timeline-desc {
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0;
    color: #4C4C4C;
    margin: 0;
    max-width: 380px;
    width: 100%;
}

/* ------------------ Vertical Bar & Dot ------------------ */
/* Left is set in JS to the dot column; color: #131313 @ 20% */
.timeline-vertical-bar {
    position: absolute;
    left: 0;
    width: 1px;
    background: rgba(19, 19, 19, 0.2);
    border-radius: 0;
    z-index: 0;
    transform: translateX(-50%);
    pointer-events: none;
}

.timeline-bar-outer {
    position: relative;
    z-index: 1;
    top: 0;
    display: flex;
    align-items: center; /* center blinker on year row */
    justify-content: center;
    flex-shrink: 0;
    width: 14px;
    height: 44px;
    margin: 0;
}

.timeline-dot {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 0;
    transition: opacity 0.25s;
}

.timeline-step .timeline-dot {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Sliding active dot — Figma blinking marker */
.timeline-active-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #56C623;
    color: #56C623;
    box-shadow: 0 0 0 4px rgba(86, 198, 35, 0.35);
    transition: top 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                background 0.35s ease,
                color 0.35s ease;
    z-index: 2;
    animation: timeline-dot-blink 2.2s ease-out infinite;
}

.timeline-active-dot::before,
.timeline-active-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid currentColor;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.65;
    animation: timeline-dot-ring 2.2s ease-out infinite;
    pointer-events: none;
}

.timeline-active-dot::before {
    animation-delay: 1.1s;
}

@keyframes timeline-dot-blink {
    0%,
    100% {
        filter: brightness(1);
    }
    45% {
        filter: brightness(1.2);
    }
}

@keyframes timeline-dot-ring {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.65;
    }
    100% {
        transform: translate(-50%, -50%) scale(3.2);
        opacity: 0;
    }
}

.timeline-step.active .timeline-dot {
    opacity: 1;
}


/* ------------------ Timeline Images / Carousel ------------------ */
/* Figma Timeline/2/image gallery: 993 × 400, gap 24 — scale down to fit row */
.timeline-images {
    display: flex;
    align-items: flex-start;
    padding-left: 0;
    overflow: hidden;
    width: auto !important;
    max-width: 993px !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    height: auto;
    max-height: 400px;
    aspect-ratio: 993 / 400;
    min-height: 0;
}

.carousel {
    display: flex;
    align-items: stretch;
    gap: clamp(12px, 1.5vw, 24px);
    width: 100%;
    height: 100%;
}

.timeline-images img {
    cursor: pointer;
    margin: 0;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
    box-shadow: none;
    transition: flex-grow 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                flex-basis 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                width 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                max-width 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.45s ease,
                filter 0.45s ease;
    flex-shrink: 0;
    min-width: 0;
    align-self: stretch;
}

/* Figma main / Open: 727 of 993 (~73.2%), radius 40 */
.timeline-img-main.active {
    width: auto;
    max-width: none;
    flex: 727 1 0;
    height: 100%;
    opacity: 1;
    filter: none;
    border-radius: 40px;
    order: unset;
}

/* Figma side peek: 109 of 993 (~11%), radius 40 */
.timeline-img-side {
    width: auto;
    max-width: none;
    flex: 109 1 0;
    height: 100%;
    opacity: 0.92;
    filter: none;
    border-radius: 40px;
    order: unset;
}

.timeline-step:not(.active) .timeline-images img {
    opacity: 0.4;
    filter: grayscale(45%);
}

.timeline-step.active .timeline-images img.timeline-img-side {
    opacity: 0.95;
}

/* timeline css  */

.worldwide-section {
    padding: 2rem 1.5rem 3rem;
    text-align: center;
    overflow: visible;
}

/* Figma Frame 68: 1112 wide, gap 56, hug height */
.worldwide-content {
    max-width: 1112px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    overflow: visible;
}

.worldwide-content .section-headings {
    width: 100%;
    max-width: 900px;
}

.container-set {
    display: block;
    overflow: hidden;
}

/* Figma Map/2: 1052 × 469 — holds centered 840 map + flanking cards */
.map-shell {
    position: relative;
    width: min(100%, 1052px);
    aspect-ratio: 1052 / 469;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

/* Figma map graphic: 840 × 470, inset ~106px in Map/2 */
.map-container {
    position: relative;
    width: calc(min(100vw - 3rem, 1052px) * 840 / 1052);
    max-width: 840px;
    aspect-ratio: 840 / 470;
    margin: 0 auto;
    display: block;
    flex-shrink: 0;
}

.map-container img.map,
.map-container svg.map-world {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    pointer-events: none;
    user-select: none;
    overflow: visible;
}

.map-container svg.map-world path {
    stroke: #ffffff;
    stroke-width: 0.35;
    transition: fill 0.25s ease, fill-opacity 0.25s ease;
}

/* Tone colors applied via JS attrs on hover/click (SVG presentation fills) */
.map-container svg.map-world path.is-lit {
    transition: fill 0.25s ease, fill-opacity 0.25s ease;
}

.dot.is-active {
    z-index: 4;
}

/* Dots — video reference: soft dual-ring radar blink */
.dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    border-radius: 50%;
    z-index: 3;
    overflow: visible;
    transform: translate(-50%, -50%);
    pointer-events: auto;
    cursor: pointer;
    /* soft static halo around core */
    box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 22%, transparent);
}

.dot::after,
.dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* soft filled RING with transparent center (not a solid disk) */
    background: radial-gradient(
        circle,
        transparent 0%,
        transparent 40%,
        color-mix(in srgb, currentColor 58%, transparent) 56%,
        color-mix(in srgb, currentColor 30%, transparent) 74%,
        transparent 100%
    );
    border: none;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
    animation: map-dot-blink 2.2s ease-out infinite;
    pointer-events: none;
}

.dot::before {
    animation-delay: 1.1s;
}

@keyframes map-dot-blink {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.9;
    }
    100% {
        transform: translate(-50%, -50%) scale(3.6);
        opacity: 0;
    }
}

/* Positions for world-map.svg (840×470) — Figma layout + asset land centroids */
.dot.usa {
    color: #FC3E33;
    top: 51%;
    left: 15%;
}

.dot.uae {
    color: #5679FD;
    top: 53%;
    left: 63%;
}

.dot.india {
    color: #56C623;
    top: 53%;
    left: 70%;
}

.dot.singapore {
    color: #848484;
    top: 65%;
    left: 78%;
}

/* Figma country cards: 327 wide, gap 8, text center, Montserrat */
.country-info {
    position: absolute;
    width: 327px;
    max-width: 31%;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 5;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    box-sizing: border-box;
}

/* Left cards — Figma: left -256 relative to 840 map graphic */
.country-info#usa,
.country-info#uae {
    left: calc(50% - 420px - 256px);
    right: auto;
    align-items: center;
    text-align: center;
}

.country-info#usa {
    top: 187px;
}

.country-info#uae {
    top: 58%;
}

/* Right cards — mirror Figma offset past east edge of map */
.country-info#india,
.country-info#singapore {
    left: auto;
    right: calc(50% - 420px - 256px);
    align-items: center;
    text-align: center;
}

.country-info#india {
    top: 32%;
}

.country-info#singapore {
    top: 58%;
}

.country-info.active {
    opacity: 1;
    pointer-events: auto;
}

/* Figma: Montserrat 600 / 32 / 40 / center / #4C4C4C */
.country-info h3,
.country-info h3.fw-bold {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600 !important;
    letter-spacing: 0;
    color: #4C4C4C !important;
    text-align: center;
    margin: 0;
    width: 100%;
}

.country-info p,
.country-info p.text-muted {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #4C4C4C !important;
    text-align: center;
    margin: 0;
    width: 100%;
}

/* Targets all iPads (mini, standard, Pro) in portrait & landscape */
@media only screen and (min-width: 992px) and (max-width: 1367px) {


    /* :root {
        --fs-sm: clamp(14px, 1.5vw, 16px);
        --fs-md: clamp(14px, 2vw, 16px);
        --fs-lg: clamp(18px, 2.5vw, 20px);
        --fs-xl: clamp(20px, 3vw, 24px);
        --fs-2xl: clamp(24px, 3.5vw, 28px);
        --fs-3xl: clamp(32px, 4vw, 36px);
        --fs-4xl: clamp(40px, 5vw, 44px);
    } */

    .vision-connect-video {
        max-height: 32vh;
    }

    .vision-section {
        padding: 7rem 0rem;
    }

    .team-card {
        max-width: 402px;
        height: auto;
        aspect-ratio: 402 / 534;
        border-radius: 20px;
    }

    .vision-card-body {
        left: 12px;
        right: 12px;
        bottom: 12px;
        min-height: 88px;
        padding: 12px 16px;
        border-radius: 16px;
    }

    .vision-card-body h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .timeline-row
 {
    /* gap: 0.5rem; */
}

    .timeline-year {
        line-height: 40px;
            padding-left: 0rem;

    }

    .timeline-info {
        padding: 0;
    }

    .timeline-info p {
        line-height: 25px;
    }

    .growth-timeline {
        padding-bottom: 4rem;
    }

    .timeline-images {
        width: 100% !important;
        max-width: 993px !important;
        flex: 1 1 auto !important;
        height: auto;
        max-height: 320px;
        aspect-ratio: 993 / 400;
        min-height: 0;
    }

    .carousel {
        width: 100%;
        height: 100%;
        gap: 16px;
    }

    .timeline-images img {
        height: 100%;
        border-radius: 32px;
    }

    /* Active / Expanded image */
    .timeline-img-main.active {
        width: auto;
        max-width: none;
        flex: 727 1 0;
        height: 100%;
        border-radius: 32px;
    }

    .timeline-img-side {
        width: auto;
        max-width: none;
        flex: 109 1 0;
        height: 100%;
        border-radius: 32px;
    }

    .timeline-step {
        min-height: 0;
        gap: 16px;
        flex-wrap: nowrap;
    }

    .timeline-info {
        width: min(433px, 100%);
        min-width: 160px;
        flex: 0 1 320px;
    }

    .timeline-year {
        font-size: 36px;
        line-height: 48px;
        height: 48px;
    }

    .timeline-year-side,
    .timeline-bar-outer {
        height: 48px;
    }

    .section-headings p {
        /* font-size: 16px; */
        line-height: 25px;
    }

    .country-info {
        width: min(280px, 42vw);
        max-width: none;
    }

    .country-info#usa,
    .country-info#uae {
        left: 0;
        right: auto;
    }

    .country-info#india,
    .country-info#singapore {
        left: auto;
        right: 0;
    }

    .country-info h3,
    .country-info h3.fw-bold {
        font-size: 24px;
        line-height: 32px;
    }


}
.timeline-year-responsive{
    display: none;
}



@media (max-width: 768px) {
    .timeline-vertical-bar {
    position: absolute;
    width: 1px;
    background: rgba(19, 19, 19, 0.2);
    border-radius: 0;
    z-index: 0;
    transform: translateX(-50%);
}
.carousel {
    display: flex;
    align-items: stretch;
    gap: 8px;
    width: 100%;
}



.timeline-images {
    display: flex;
    align-items: center;
    padding-left: 25px;
    overflow: hidden;
}
.responsive-width{
    flex: 0 0 auto;
    width: 100%;
}
.timeline-info {
    flex: 1;
    min-width: 250px;
    padding: 0rem;
}
.timeline-info {
    flex: 1;
    min-width: 250px;
    padding: 0rem;
}

.timeline-info {
    flex: 1;
    min-width: 300px;
    padding: 0rem !important;
}

.timeline-year-side {
    min-width: 25px;
}
.responsive-width-col-5 {
    flex: 0 0 auto;
    width: 6.666667%;
}

.timeline-year-responsive {
    font-family: "montserrat", sans-serif;
    font-size: var(--fs-3xl);
    line-height: 70px;
    font-weight: 600;
    color: #c7c7c7;
    opacity: 0.65;
    padding-left: 0rem !important;
    transition: color 0.3s, opacity 0.3s;
     display: block;
}
.timeline-year{
    display: none;
}

.timeline-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 0.1rem;
}
}
