:root {
    --bg-gradint: linear-gradient(to right, #028292, #02b192);
    --color-primary: #02b192;
    --color-primary3: #028292;
    --color-primary2: #100f4a;
    --color-primary1: #ec131b;
}



.bg-lite {
    background: #f8fafd;
}

.bg-p {
    padding: 50px 0px;
}

.bg-pt {
    padding-top: 50px;
}

.bg-pb {
    padding-bottom: 50px;
}

/* HERO SECTION */
.inner-hero1 {
    position: relative;
    height: 60vh;
    min-height: 500px;
    background: center center/cover no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
    padding-top: 100px;
}



/* Overlay gradient */
.inner-hero1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(2, 130, 146, 0.3),
            rgba(16, 15, 74, 0.2));
    z-index: 1;
}

.hero-content1 {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 100%;
    /* text-align: center; */
    background-color: #100f4aa1;
    padding: 10px;
    border-radius: 5px;
    /* max-width: 80%; */
}

.hero-title1 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* Breadcrumbs */
.breadcrumb-nav1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #f0f0f0;
}

.breadcrumb-nav1 a {
    color: #eee;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-nav1 a:hover {
    color: #eee;
}

/* Decorative line under heading */
.hero-line1 {
    width: 80px;
    height: 3px;
    background: var(--bg-gradint);
    margin: 0.8rem auto 1.2rem;
    border-radius: 10px;
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .inner-hero1 {
        height: 29vh;
        min-height: 280px;
    }

    .hero-title1 {
        font-size: 1.8rem;
    }
}

/* ================= ABOUT SECTION STYLES ================= */
.about-segment {
    background: var(--color-3);
}

.about-title {
    color: var(--color-primary2);
    font-weight: 700;
    font-size: 1.9rem;
}

.about-text {
    color: var(--color-4);
    font-size: 1.05rem;
    line-height: 1.7;
}

.text-highlight {
    color: var(--color-primary3);
    font-weight: 600;
}

.icon-line {
    transition: all 0.3s ease;
}

.icon-line:hover {
    transform: translateX(6px);
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary3), var(--color-primary));
    color: var(--color-white);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(var(--color-primary3-rgb), 0.25);
}

.icon-title {
    color: var(--color-primary2);
    font-weight: 600;
    font-size: 1.05rem;
}

.icon-desc {
    font-size: 0.93rem;
    color: var(--color-9);
}

.about-image img {
    border: 5px solid var(--color-white);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.about-image img:hover {
    transform: scale(1.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .about-content {
        text-align: center;
    }

    .icon-line {
        justify-content: center;
        text-align: left;
    }


}

/* .work-content .main-content .left-content {
    border: 1px solid rgba(var(--color-white-rgb), 0.7);
    background: rgba(var(--color-white-rgb), 0.1);
    backdrop-filter: blur(15px);
    overflow: hidden;
    padding: 20px;
    border-radius: 20px;
}


.work-content .main-content .left-content {
    border: 1px solid rgba(var(--color-white-rgb), 0.7);
    background: rgba(var(--color-white-rgb), 0.1);
    backdrop-filter: blur(15px);
    overflow: hidden;
    padding: 20px;
    border-radius: 20px;
} */

.work-content .main-content .left-content {
    border: 1px solid rgba(var(--color-white-rgb), 0.7);
    background: rgb(107 208 191 / 26%);
    backdrop-filter: blur(15px);
    overflow: hidden;
    padding: 20px;
    border-radius: 20px;
}



.approach-section {
    background: var(--color-3);
    padding: 50px 0px;
}

.section-highlight {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    color: var(--color-primary2);
    font-weight: 700;
    font-size: 1.9rem;
    margin-top: 0.4rem;
}

.section-subtext {
    color: var(--color-4);
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Timeline Styles */
/* .timeline {
    position: relative;
    border-left: 2px solid var(--color-primary3);
    margin-left: 25px;
    padding-left: 25px;
}

.timeline-step {
    position: relative;
    margin-bottom: 1.6rem;
}

.timeline-step:last-child {
    margin-bottom: 0;
} */

/* Horizontal timeline styles */
.tm-timeline {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem 1rem;
    overflow-x: auto;
    /* allow scrolling if too many items */
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

/* center horizontal line */
.tm-timeline::before {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    background: linear-gradient(90deg, #143d8b 0%, #dea250 100%);
    z-index: 1;
}

.tm-timeline-item {
    position: relative;
    flex: 0 0 auto;
    /* don't shrink, keep min-width */
    min-width: 260px;
    scroll-snap-align: center;
    z-index: 2;
    /* above line */
    display: flex;
    justify-content: center;
}

/* dot on the line for each item */
.tm-timeline-item::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(20, 61, 139, 0.12);
    border: 3px solid #143d8b;
    z-index: 3;
}

/* content card styling */
.tm-timeline-content {
    max-width: 320px;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 6px 18px rgba(14, 30, 37, 0.08);
    border: 1px solid rgba(20, 61, 139, 0.06);
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
}

/* Alternate content above / below the center line */
.tm-timeline-item:nth-child(odd) .tm-timeline-content {
    transform: translateY(calc(-100% - 14px));
    /* above the line */
}

.tm-timeline-item:nth-child(even) .tm-timeline-content {
    transform: translateY(calc(14px));
    /* below the line */
}

/* small hover lift */
.tm-timeline-item:hover .tm-timeline-content {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(14, 30, 37, 0.12);
}

/* Titles & spacing */
.tm-timeline-content h4 {
    margin: 0 0 .5rem;
    font-size: 1.05rem;
    color: #143d8b;
}

.tm-timeline-content p {
    margin: 0;
    color: #374151;
    font-size: .95rem;
    line-height: 1.4;
}

/* Make sure the connector dot sits between content and line */
.tm-timeline-item:nth-child(odd)::after {
    top: 50%;
}

.tm-timeline-item:nth-child(even)::after {
    top: 50%;
}

.profile-card {
    position: relative;
    width: 100%;
    height: 350px;
    background: #1f2b3d;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}



/* Content */
.profile-content {
    padding: 60px 30px;
}

.profile-name {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
}

.profile-name span {
    color: #9aa5b5;
}

.profile-role {
    margin-top: 20px;
    font-size: 18px;
    color: #c0c7d2;
}



.linkedin-icon a {
    background: #0a66c2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}

.linkedin-icon a:hover {
    background: #004182;
}



.step-number {
    position: absolute;
    left: -45px;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary3), var(--color-primary));
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(var(--color-primary3-rgb), 0.25);
}

.step-title {
    color: var(--color-primary2);
    font-weight: 600;
    margin-bottom: 4px;
}

.step-content p {
    color: var(--color-9);
    font-size: 0.94rem;
    line-height: 1.55;
}

.approach-image img {
    border: 5px solid var(--color-white);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.approach-image img:hover {
    transform: scale(1.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .approach-content {
        text-align: center;
    }

    .timeline {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }

    .step-number {
        position: static;
        margin: 0 auto 10px;
    }
}


.usecases-section {
    background: #f8fafd;
}

.usecase-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px 20px;
    height: 250px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    transition: all 0.35s ease;
    border: 1px solid #eef3f7;
}

.usecase-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.usecase-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #02b192, #028292);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px;
}

.usecase-card h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #100f4a;
}

.usecase-card p {
    color: #555;
    font-size: 0.92rem;
    margin: 0;
}


/* ========== Core Services Styling ========== */
.core-services {
    background: var(--color-3);
}

.section-highlight {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    color: var(--color-primary2);
    font-weight: 700;
    font-size: 1.9rem;
    margin-top: 0.4rem;
}

.section-subtext {
    color: var(--color-4);
    font-size: 1.05rem;
    line-height: 1.7;
}

.service-card {
    background: var(--color-white);
    border-radius: 14px;
    padding: 25px 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.service-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary3), var(--color-primary));
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    box-shadow: 0 8px 20px rgba(var(--color-primary3-rgb), 0.25);
}

.service-title {
    color: var(--color-primary2);
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.service-desc {
    color: var(--color-9);
    font-size: 0.94rem;
    margin-bottom: 0;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .service-card {
        flex-direction: column;
        text-align: center;
    }

    .service-icon {
        margin: 0 auto 12px;
    }
}

.key-benefits {
    background: #f8fafd;
    position: relative;
    overflow: hidden;
}

.section-highlight {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.5rem;
}

.floating-benefits {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 80%;
    margin: auto;
}

.benefit-pill {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border-radius: 60px;
    padding: 10px 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    font-size: 1rem;
    color: var(--color-primary2);
    font-weight: 500;
    width: fit-content;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #ccc;
}

.benefit-pill:nth-child(even) {
    align-self: flex-end;
}

.benefit-pill:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.benefit-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary3), var(--color-primary));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.counter-side {
    text-align: center;
}

.counter-box {
    background: linear-gradient(135deg, #100f4a 0%, #028292 100%);
    color: #fff;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(16, 15, 74, 0.25);
    transition: 0.3s ease;
}

.counter-box:hover {
    transform: translateY(-5px);
}

.counter-number {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.counter-box p {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 400;
}

.section-highlight {

    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.section-title {
    font-size: 26px;
    font-weight: 700;
    color: #1d2d50;
}

.logo-box img {
    width: 100%;
    max-width: 130px;
    filter: grayscale(100%);
    opacity: 0.9;
    transition: 0.3s ease-in-out;
}

.logo-box img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.trusted-train {
    overflow: hidden;
}

.logo-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.logo-track {
    display: flex;
    width: calc(250px * 12);
    /* logo size × number of logos */
    animation: scrollTrain 25s linear infinite;
}

.logo-img {
    width: 180px;
    margin: 0 40px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;
}

.logo-img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

@keyframes scrollTrain {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.split-left-content {
    height: 700px;
}

.split-left-content .section-highlight {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;

}

.split-left-content .icon-line {
    display: flex;
    align-items: start;
}

.split-left-content .icon-circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary3), var(--color-primary));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.split-left-content .icon-title {
    font-weight: 600;
    color: #fff;
}

.split-left-content .icon-desc {
    font-size: 0.9rem;
    color: #eee;
}

.enterprise-split-section {
    width: 100%;
    overflow: hidden;
    background: #003d70;
}

.split-left-content {
    background: #003d70;
    /* SAME STYLE BLUE LIKE YOUR SAMPLE */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-left-content .split-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.split-left-content .split-subtitle {
    font-size: 20px;
    font-weight: 500;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 12px;
    color: #fff;
}

.split-left-content .split-desc {
    font-size: 17px;
    line-height: 1.6;
    opacity: 0.95;
    color: #eee;
}

.split-right-image img {
    height: 100%;
    min-height: 700px;
}

.object-fit-cover {
    object-fit: cover;
}

.ch-title {
    font-size: 32px;
    font-weight: 700;
    color: #0d2b4c;
}

.ch-desc {
    font-size: 17px;
    color: #444;
    line-height: 1.6;
}

.ch-box {
    background: #f7f9fc;
    border-radius: 12px;
    padding: 18px 20px;
    border: 1px solid #1b4ea0;
    border-left: 5px solid #1b4ea0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}

.ch-icon {
    font-size: 26px;
    color: #1b4ea0;
    margin-right: 15px;
    margin-top: 3px;
}

.ch-text {
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.solutions-section .section-highlight {
    color: var(--color-primary);
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.solution-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 25px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    border: 1px solid #eef0f7;
    text-align: left;
}

.solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.solution-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-primary3), var(--color-primary));
    color: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.solution-card h5 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--color-primary2);
    margin-bottom: 10px;
}

.solution-card p {
    font-size: 0.93rem;
    color: #555;
}

.explore-btn {
    background: var(--color-primary2);
    color: #fff;
    padding: 12px 34px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.explore-btn:hover {
    background: var(--color-primary3);
}

.transform-section .section-highlight {
    color: var(--color-primary);
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.transform-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 15px;
    border: 1px solid #eef0f7;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.transform-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

.transform-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--color-primary3), var(--color-primary));
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.transform-card h5 {
    font-weight: 600;
    font-size: 1.15rem;
    color: var(--color-primary2);
}

.transform-card p {
    color: #555;
    font-size: 0.95rem;
}

/* Mission Section */
.mission-split-section {
    width: 100%;
}

.mission-left {
    background: linear-gradient(135deg, #100f4a, #028292);
    color: #fff;
    padding: 80px 60px;
    height: 300px;
}

.mission-content h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #fff;
}

.mission-content p {
    font-size: 17px;
    line-height: 1.7;
    max-width: 500px;
    color: #eee;
}

.mission-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 300px;
}

/* Vision Premium Section */
.vision-premium {
    background: linear-gradient(135deg, #100f4a 0%, #028292 100%);
    padding: 80px 0;
    position: relative;
}

/* Heading */
.vision-heading {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}

.vision-subtext {
    color: #d9e6ff;
    max-width: 600px;
    margin: 0 auto;
    font-size: 17px;
}

/* Premium Cards */
.v-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 35px 25px;
    border-radius: 22px;
    text-align: center;
    backdrop-filter: blur(10px);
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Hover Effect */
.v-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    border-color: #02b192;
}

/* Icon */
.v-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(145deg, #02b192, #028292);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.v-icon i {
    font-size: 28px;
    color: #ffffff;
}

/* Card Title */
.v-card h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Card Text */
.v-card p {
    color: #c7d9ff;
    font-size: 15px;
    line-height: 1.6;
}

/* Values Section */
.values-modern-section {
    background: linear-gradient(135deg, #100f4a 0%, #028292 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Heading */
.values-title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}

.values-sub {
    color: #b8dfe4;
    font-size: 16px;
    margin-top: 10px;
}

/* Value Card */
.value-card {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: 0.35s ease;
    height: 100%;
}

.value-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.18);
}

/* Icons */
.value-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #02b192, #028292);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.value-icon1 img {
    height: 70px;
    border-radius: 8px;
    /* width: 100%; */
    object-fit: cover;
    margin-bottom: 20px;
}

.value-icon i {
    font-size: 30px;
    color: white;
}

/* Text */
.value-card h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.value-card p {
    color: #d0e3e7;
    font-size: 15px;
    line-height: 1.6;
}

/* Section Title */
.tm-story-section .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #100f4a;
}

.tm-story-section .section-highlight {
    color: #02b192;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
}

/* Timeline */
.tm-timeline {
    position: relative;
    margin: 0 auto;
    max-width: 850px;
    padding: 40px 0;
}

.tm-timeline::before {
    content: "";
    position: absolute;
    width: 4px;
    background: #02b192;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}

/* Timeline Item */
.tm-timeline-item {
    position: relative;
    width: 50%;
    padding: 20px 40px;
}

.tm-timeline-item.left {
    left: 0;
}

.tm-timeline-item.right {
    left: 50%;
}

.tm-timeline-item::before {
    content: "";
    position: absolute;
    top: 24px;
    width: 20px;
    height: 20px;
    background: #028292;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 4px #02b192;
    border-radius: 50%;
    z-index: 2;
}

.tm-timeline-item.left::before {
    right: -10px;
}

.tm-timeline-item.right::before {
    left: -10px;
}

/* Timeline Box */
.tm-timeline-content {
    background: #ffffff;
    padding: 22px 25px;
    border-radius: 12px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #028292;
}

.tm-timeline-content h4 {
    color: #100f4a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.tm-timeline-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

/* Responsive */
@media (max-width: 768px) {
    .tm-timeline::before {
        left: 8px;
    }

    .tm-timeline-item {
        width: 100%;
        padding-left: 35px;
        padding-right: 15px;
    }

    .tm-timeline-item.right {
        left: 0;
    }

    .tm-timeline-item::before {
        left: -2px !important;
    }
}

/* Why Choose Us Section */
.why-choose-section .section-highlight {
    color: #02b192;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.why-choose-section .section-title {
    font-size: 26px;
    font-weight: 700;
    color: #100f4a;
}

.why-choose-section .section-subtext {
    max-width: 650px;
    margin: 0 auto;
    color: #444;
    font-size: 16px;
}

.choose-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
}

.choose-card:hover {
    transform: translateY(-8px);
    border-top: 4px solid #02b192;
    box-shadow: 0px 8px 24px rgb(0 0 0 / 12%);
}

.choose-icon {
    font-size: 38px;
    color: #028292;
    margin-bottom: 18px;
}

.choose-title {
    font-size: 20px;
    font-weight: 600;
    color: #100f4a;
    margin-bottom: 10px;
}

.choose-desc {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

/* Stats Section */
.transmedia-stats-section {
    background: linear-gradient(135deg, #02b192 0%, #028292 50%, #100f4a 100%);
    color: #fff;
}

.stats-title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
}

.stats-box .counter {
    color: #fff;
}

.stats-subtitle {
    font-size: 18px;
    opacity: 0.9;
}

.stats-box {
    background: rgba(255, 255, 255, 0.08);
    padding: 30px 10px;
    border-radius: 18px;
    transition: all 0.3s ease;
    backdrop-filter: blur(6px);
}

.stats-box:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-6px);
}

.stats-icon i {
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffffff;
}

.stats-box h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.stats-box p {
    margin: 0;
    font-size: 16px;
    opacity: 0.85;
}

@media (max-width: 991px) {
    .benefit-pill:nth-child(even) {
        align-self: center;
    }

    .benefit-pill {
        width: 100%;
        justify-content: center;
    }

    .counter-side {
        margin-top: 40px;
    }
}