/* =====================================================
   YUVA SATHI SANGATHAN — ABOUT US PAGE STYLES
   Full Blue & Orange Website Theme Integration
   ===================================================== */

:root {
    --about-blue-primary: var(--primary-color, #004a84);
    --about-blue-dark: var(--primary-dark, #003660);
    --about-blue-light: var(--primary-light, #e6f0f8);
    --about-orange: var(--secondary-color, #f97316);
    --about-orange-light: var(--secondary-light, #fff1e6);
    --about-orange-hover: #ea580c;
    --about-text-heading: #111827;
    --about-text-body: #4B5563;
    --about-text-muted: #6B7280;
    --about-border-subtle: #E2E8F0;
    --about-card-shadow: 0 8px 30px rgba(0, 74, 132, 0.06);
    --about-card-hover-shadow: 0 14px 40px rgba(0, 74, 132, 0.12);
    --about-radius-card: 20px;
}

/* Base Page Body */
.about-page-body {
    background-color: var(--white);
    color: var(--about-text-heading);
}

/* Utility Theme Classes */
.text-orange {
    color: var(--about-orange) !important;
}

.text-blue {
    color: var(--about-blue-primary) !important;
}

/* =====================================================
   1. HERO SECTION (Full-Width Edge-to-Edge Background)
   ===================================================== */
.about-hero-section {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-color: #FFFFFF;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.about-hero-bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.about-hero-full-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 5%;
    display: block;
}

.about-hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.96) 0%,
            rgba(255, 255, 255, 0.88) 38%,
            rgba(255, 255, 255, 0.3) 58%,
            rgba(255, 255, 255, 0) 80%);
    z-index: 2;
    pointer-events: none;
}

.about-hero-container {
    position: relative;
    z-index: 5;
    padding-top: 48px;
    padding-bottom: 58px;
    display: flex;
    align-items: center;
}

.about-hero-content {
    max-width: 580px;
}

/* Breadcrumb */
.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: #9CA3AF;
    margin-bottom: 24px;
    font-weight: 500;
}

.about-breadcrumb a {
    color: #6B7280;
    transition: color 0.2s;
}

.about-breadcrumb a:hover {
    color: var(--about-orange);
}

.about-breadcrumb i {
    font-size: 0.8rem;
    color: #D1D5DB;
}

.about-breadcrumb span {
    color: var(--about-blue-primary);
    font-weight: 700;
}

/* Left Hero Content */
.about-hero-left {
    padding-right: 40px;
    padding-bottom: 40px;
}

.badge-tag-orange {
    display: inline-block;
    color: var(--about-orange);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.about-hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.15;
    color: var(--about-text-heading);
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.about-hero-title .title-orange {
    color: var(--about-orange);
    display: block;
}

.about-hero-desc {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--about-text-body);
    margin-bottom: 28px;
    max-width: 520px;
}

.about-hero-handwritten-box {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-top: 4px;
}

.about-hero-handwritten {
    font-family: 'Caveat', cursive, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--about-blue-primary);
    position: relative;
    z-index: 2;
    transform: rotate(-1.5deg);
    display: inline-block;
}

.about-hero-handwritten-bg {
    position: absolute;
    bottom: -2px;
    left: -8px;
    right: -8px;
    height: 14px;
    background: linear-gradient(90deg, rgba(255, 241, 230, 0.9) 0%, rgba(230, 240, 248, 0.9) 100%);
    border-radius: 6px;
    z-index: 1;
    transform: rotate(0.5deg);
}



/* =====================================================
   2. WHO WE ARE & STATS SECTION
   ===================================================== */
.about-who-section {
    padding: 60px 0 45px;
    background: #FFFFFF;
    position: relative;
}

.about-who-grid {
    display: grid;
    grid-template-columns: 43% 57%;
    gap: 48px;
    align-items: center;
}

.who-left-col {
    padding-right: 10px;
}

.who-section-title {
    font-size: 2.35rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--about-text-heading);
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.who-section-title .text-green {
    color: #075B32 !important;
}

.who-paragraph {
    font-size: 0.96rem;
    line-height: 1.68;
    color: var(--about-text-body);
    margin-bottom: 14px;
}

.btn-journey-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #075B32;
    color: var(--white);
    font-size: 0.95rem;
    font-weight: 600;
    padding: 11px 22px;
    border-radius: 30px;
    margin-top: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(7, 91, 50, 0.25);
}

.btn-journey-cta:hover {
    background-color: #054827;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(7, 91, 50, 0.35);
    color: var(--white);
}

.btn-journey-cta .icon-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.btn-journey-cta:hover .icon-circle {
    transform: translateX(3px);
}

/* Statistics Card (Clean, light warm card with vertical dividers and freestanding line icons) */
.stats-card-container {
    background: #FCFDFB;
    border: 1.5px solid #E5EBE3;
    border-radius: 22px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    padding: 32px 14px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.stat-box-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2px 8px;
    position: relative;
}

.stat-box-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 12%;
    height: 76%;
    width: 1px;
    background-color: #E8ECE5;
}

.stat-icon-wrapper {
    width: 50px;
    height: 50px;
    background: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.stat-icon-wrapper img,
.stat-icon-wrapper svg {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.stat-huge-number {
    font-size: 1.75rem;
    font-weight: 800;
    color: #075B32;
    line-height: 1.1;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
}

.stat-sub-label {
    font-size: 0.82rem;
    color: #4B5563;
    font-weight: 600;
    line-height: 1.35;
    white-space: nowrap;
}

/* =====================================================
   3. BACKGROUND ARTWORK & DECORATIONS
   ===================================================== */
.about-decor-wrapper {
    position: relative;
}

.about-bg-leaf-left {
    position: absolute;
    left: -20px;
    top: 20%;
    opacity: 0.2;
    pointer-events: none;
    width: 180px;
    z-index: 0;
}

.about-bg-leaf-right {
    position: absolute;
    right: -10px;
    top: 30%;
    opacity: 0.2;
    pointer-events: none;
    width: 190px;
    z-index: 0;
}

.about-bg-children-art {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    opacity: 0.18;
    pointer-events: none;
    width: 420px;
    z-index: 0;
}

/* =====================================================
   4. VISION & MISSION SECTION
   ===================================================== */
.about-vm-section {
    padding: 30px 0 50px;
    position: relative;
    z-index: 2;
}

.vm-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.vm-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 36px 36px;
    display: flex;
    align-items: center;
    gap: 26px;
    box-shadow: 0 8px 30px rgba(0, 74, 132, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 38px rgba(0, 74, 132, 0.09);
}

.vm-icon-bubble {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vm-icon-bubble.vision-bubble {
    background-color: var(--about-blue-light);
}

.vm-icon-bubble.mission-bubble {
    background-color: var(--about-orange-light);
}

.vm-icon-bubble img,
.vm-icon-bubble svg {
    width: 44px;
    height: 44px;
}

.vm-content-right {
    flex: 1;
}

.vm-card-tag {
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.vm-card-tag.tag-blue {
    color: var(--about-blue-primary);
}

.vm-card-tag.tag-orange {
    color: var(--about-orange);
}

.vm-card-text {
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--about-text-body);
}

/* =====================================================
   5. FOUNDER SECTION
   ===================================================== */
.about-founder-section {
    padding: 50px 0 60px;
    position: relative;
    z-index: 2;
    background: #FFFFFF;
}

.founder-layout-grid {
    display: grid;
    grid-template-columns: 280px 1fr 340px;
    gap: 36px;
    align-items: center;
    position: relative;
}

/* Left: Portrait Frame */
.founder-photo-wrapper {
    position: relative;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
}

.founder-shape-backdrop {
    position: absolute;
    top: -12px;
    left: -12px;
    right: 12px;
    bottom: 12px;
    border: 2px solid var(--about-orange);
    border-radius: 36px 36px 36px 36px;
    z-index: 1;
    pointer-events: none;
}

.founder-img-container {
    position: relative;
    z-index: 2;
    border-radius: 32px;
    overflow: hidden;
    background: #F3F4F6;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.founder-portrait-img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.founder-corner-badge {
    position: absolute;
    bottom: -14px;
    left: -14px;
    z-index: 3;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--white);
    border: 3px solid var(--about-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.founder-corner-badge img,
.founder-corner-badge svg {
    width: 28px;
    height: 28px;
}

/* Center: Bio Content */
.founder-bio-col {
    padding-left: 6px;
}

.founder-main-title {
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--about-text-heading);
    margin-bottom: 16px;
}

.founder-name-label {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--about-text-heading);
    margin-bottom: 2px;
}

.founder-role-label {
    font-size: 0.88rem;
    color: var(--about-text-muted);
    font-weight: 500;
    margin-bottom: 14px;
}

.founder-bio-p {
    font-size: 0.94rem;
    line-height: 1.65;
    color: var(--about-text-body);
    margin-bottom: 12px;
}

.founder-signature-box {
    margin: 16px 0 18px;
}

.founder-signature-text {
    font-family: 'Caveat', cursive, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--about-blue-primary);
    display: inline-block;
    transform: rotate(-3deg);
}

.founder-know-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--about-text-heading);
    transition: color 0.2s ease, transform 0.2s ease;
}

.founder-know-more-link .link-arrow-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1.5px solid var(--about-blue-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--about-blue-primary);
    font-size: 0.8rem;
    transition: all 0.2s ease;
}

.founder-know-more-link:hover {
    color: var(--about-blue-primary);
}

.founder-know-more-link:hover .link-arrow-circle {
    background: var(--about-blue-primary);
    color: var(--white);
    transform: translateX(3px);
}

/* Right: Achievement Highlights List Card */
.founder-achieve-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    padding: 24px 22px;
    box-shadow: 0 8px 28px rgba(0, 74, 132, 0.05);
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
}

.achieve-item-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.achieve-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--about-blue-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.achieve-icon-box.orange-bg {
    background: var(--about-orange-light);
}

.achieve-icon-box img,
.achieve-icon-box svg {
    width: 26px;
    height: 26px;
}

.achieve-item-text {
    font-size: 0.88rem;
    font-weight: 600;
    color: #374151;
    line-height: 1.4;
}

/* =====================================================
   6. OUR VALUES SECTION
   ===================================================== */
.about-values-section {
    padding: 40px 0 60px;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
}

.values-header-center {
    text-align: center;
    margin-bottom: 24px;
}

.values-card-container {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 74, 132, 0.05);
    padding: 36px 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.value-col-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 16px;
    position: relative;
}

.value-col-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #EEF2F6;
}

.value-icon-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--about-blue-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: transform 0.3s ease;
}

.value-col-item.accent-orange .value-icon-circle {
    background: var(--about-orange-light);
}

.value-col-item:hover .value-icon-circle {
    transform: scale(1.08);
}

.value-icon-circle img,
.value-icon-circle svg {
    width: 34px;
    height: 34px;
}

.value-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--about-text-heading);
    margin-bottom: 8px;
}

.value-desc {
    font-size: 0.84rem;
    line-height: 1.5;
    color: var(--about-text-muted);
}

/* =====================================================
   7. OUR JOURNEY / TIMELINE ROAD SECTION (True Full Section Width with Header on Canvas)
   ===================================================== */
.about-timeline-section {
    padding: 0;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Header Overlay Directly on the Canvas Image */
.journey-header-overlay {
    position: absolute;
    top: 0.7%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 820px;
    text-align: center;
    z-index: 4;
}

.timeline-journey-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(253, 244, 235, 0.92);
    backdrop-filter: blur(4px);
    border: 1px solid #FBDCC7;
    padding: clamp(3px, 0.4vw, 5px) clamp(10px, 1.0vw, 16px);
    border-radius: 20px;
    font-size: clamp(0.70rem, 0.75vw, 0.78rem);
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #D95304;
    margin-bottom: clamp(4px, 0.5vw, 8px);
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(217, 83, 4, 0.08);
}

.timeline-journey-badge .badge-mini-logo {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.timeline-main-title {
    font-size: clamp(1.4rem, 2.0vw, 2.3rem);
    font-weight: 800;
    line-height: 1.15;
    color: #111827;
    margin-bottom: 3px;
    letter-spacing: -0.5px;
}

.cursive-journey {
    font-family: 'Caveat', cursive, sans-serif;
    color: #E86518;
    font-size: clamp(1.8rem, 2.6vw, 2.9rem);
    font-weight: 700;
    display: inline-block;
    transform: rotate(-2deg);
    margin-left: 4px;
}

.timeline-subtitle {
    font-size: clamp(0.74rem, 0.85vw, 0.90rem);
    color: #4B5563;
}

/* Road Timeline Wrapper with User-Provided Background Image - Full Edge-to-Edge Width */
.timeline-road-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 1023 / 1537;
}

.journey-road-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
}

.journey-item {
    position: absolute;
    z-index: 3;
}

/* Milestone Year Pill */
.milestone-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.milestone-year-pill {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: clamp(0.70rem, 0.76vw, 0.80rem);
    font-weight: 800;
    letter-spacing: 0.5px;
}

.milestone-year-pill.green-pill {
    background: #EAF4ED;
    color: #0B4D2C;
    border: 1px solid #C4DEC9;
}

/* 1. 2015: The Beginning */
.item-2015-card {
    top: 6.8%;
    left: 1.5%;
    width: 27.5%;
}

.item-2015-photo {
    top: 6.8%;
    left: 45.5%;
    width: 24.5%;
}

.item-2015-photo .milestone-photo-frame {
    width: 100%;
    aspect-ratio: 16 / 10;
}

/* 2. 2016-17: First Initiatives */
.item-2016-card {
    top: 19.2%;
    left: 61.5%;
    width: 37.0%;
}

/* 3. 2018-19: Expanding Reach */
.item-2018-card {
    top: 25.5%;
    left: 1.5%;
    width: 24.5%;
}

.item-2018-photo {
    top: 33.5%;
    left: 1.5%;
    width: 24.5%;
}

.item-2018-photo .milestone-photo-frame {
    width: 100%;
    aspect-ratio: 16 / 9.5;
}

/* 4. 2019-20: Stronger Foundation */
.item-2019-card {
    top: 40.0%;
    left: 62.0%;
    width: 36.5%;
}

/* 5. 2021-22: Scaling Impact */
.item-2021-card {
    top: 47.5%;
    left: 1.5%;
    width: 24.5%;
}

.item-2021-photo {
    top: 55.5%;
    left: 1.5%;
    width: 24.5%;
}

.item-2021-photo .milestone-photo-frame {
    width: 100%;
    aspect-ratio: 16 / 9.5;
}

/* 6. 2022-23: Recognition & Growth */
.item-2022-card {
    top: 61.5%;
    left: 63.0%;
    width: 35.5%;
}

/* 7. 2023-24: Stronger Together */
.item-2023-card {
    top: 72.0%;
    left: 1.5%;
    width: 26.5%;
}

.item-2023-photo {
    top: 68.2%;
    left: 58.5%;
    width: 23.0%;
}

.item-2023-photo .milestone-photo-frame {
    width: 100%;
    aspect-ratio: 16 / 10.5;
}

/* 8. 2024 & Beyond: Building the Future */
.item-2024-card {
    top: 83.0%;
    left: 68.5%;
    width: 30.0%;
}

/* Center Milestone Road Marker Badges */
.road-marker-badge {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3.5px solid #FFFFFF;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    flex-shrink: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.road-marker-badge:hover {
    transform: scale(1.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.road-marker-badge.marker-darkgreen {
    background-color: #0B4D2C;
}

.road-marker-badge.marker-orange {
    background-color: #E86518;
}

.road-marker-badge .badge-year {
    font-size: clamp(0.8rem, 1.2vw, 1.1rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.2px;
}

/* Green Theme Milestone Card (Left oriented) */
.milestone-card.green-card {
    background: #FFFFFF;
    border: 1.5px solid #D5E5D8;
    border-radius: 18px;
    padding: clamp(14px, 1.3vw, 22px) clamp(16px, 1.5vw, 24px);
    box-shadow: 0 4px 18px rgba(7, 91, 50, 0.08);
    display: flex;
    align-items: flex-start;
    gap: clamp(10px, 1.2vw, 16px);
    width: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.milestone-card.green-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(7, 91, 50, 0.14);
}

.milestone-card-icon.green-icon {
    width: clamp(38px, 3.2vw, 46px);
    height: clamp(38px, 3.2vw, 46px);
    border-radius: 12px;
    background: #EAF4ED;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.milestone-card-icon.green-icon img {
    width: clamp(20px, 1.8vw, 26px);
    height: clamp(20px, 1.8vw, 26px);
    object-fit: contain;
}

/* Orange Theme Wide Card with Embedded Photo (Right oriented) */
.milestone-wide-card.orange-card {
    background: #FFFFFF;
    border: 1.5px solid #FBDCC7;
    border-radius: 18px;
    padding: clamp(12px, 1.2vw, 20px) clamp(14px, 1.4vw, 22px);
    box-shadow: 0 4px 18px rgba(249, 115, 22, 0.09);
    display: flex;
    align-items: center;
    gap: clamp(10px, 1.2vw, 16px);
    width: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.milestone-wide-card.orange-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(249, 115, 22, 0.15);
}

.milestone-card-icon.orange-icon {
    width: clamp(38px, 3.2vw, 46px);
    height: clamp(38px, 3.2vw, 46px);
    border-radius: 12px;
    background: #FDF1E7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.milestone-card-icon.orange-icon img {
    width: clamp(20px, 1.8vw, 26px);
    height: clamp(20px, 1.8vw, 26px);
    object-fit: contain;
}

.milestone-card-body {
    flex: 1;
}

.milestone-card-title {
    font-size: clamp(0.95rem, 1.15vw, 1.15rem);
    font-weight: 800;
    color: #111827;
    margin-bottom: 4px;
    line-height: 1.25;
}

.milestone-card-title.text-orange-title {
    color: #D95304 !important;
}

.milestone-card-desc {
    font-size: clamp(0.78rem, 0.88vw, 0.88rem);
    line-height: 1.5;
    color: #4B5563;
}

.milestone-card-embedded-photo {
    width: clamp(120px, 11vw, 170px);
    aspect-ratio: 16 / 11;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.milestone-card-embedded-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Standalone Milestone Photo Frame */
.milestone-photo-frame {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.25s ease;
}

.milestone-photo-frame:hover {
    transform: scale(1.02);
}

.milestone-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Bottom Banner: The Journey Continues (Directly on Canvas Image) */
.journey-bottom-banner-wrap {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 1240px;
    z-index: 5;
}

.journey-bottom-card {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid rgba(208, 229, 213, 0.95);
    border-radius: 20px 20px 0 0;
    padding: clamp(14px, 1.4vw, 22px) clamp(18px, 2.0vw, 32px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(12px, 1.5vw, 24px);
    box-shadow: 0 -4px 24px rgba(7, 91, 50, 0.08);
}

.jb-left {
    max-width: 380px;
}

.jb-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0F3D24;
    margin-bottom: 4px;
}

.jb-desc {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #4B5563;
}

.jb-center-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.jb-action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #0B4D2C;
    font-size: 0.84rem;
    font-weight: 700;
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
}

.jb-action-item:hover {
    transform: translateY(-2px);
    color: #07351E;
}

.jb-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jb-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.jb-separator {
    width: 1px;
    height: 34px;
    background-color: #D2E4D5;
}

.btn-join-difference {
    background: #0B4D2C;
    color: #FFFFFF;
    font-size: 0.94rem;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(11, 77, 44, 0.25);
    white-space: nowrap;
    text-decoration: none;
}

.btn-join-difference:hover {
    background: #07351E;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(11, 77, 44, 0.35);
    color: #FFFFFF;
}

/* =====================================================
   8. FINAL CTA BANNER
   ===================================================== */
.about-final-cta-section {
    padding: 40px 0 60px;
}

.cta-banner-container {
    background: linear-gradient(135deg, var(--about-blue-primary) 0%, var(--about-blue-dark) 100%);
    border-radius: 24px;
    padding: 44px 50px;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(0, 74, 132, 0.3);
}

.cta-banner-left-art {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 140px;
    height: 140px;
}

.cta-banner-left-art img,
.cta-banner-left-art svg {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.cta-banner-center-text {
    flex: 1;
    padding-left: 10px;
}

.cta-banner-heading {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 10px;
    line-height: 1.2;
}

.cta-banner-desc {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 520px;
}

.cta-banner-buttons-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.btn-cta-orange {
    background-color: var(--about-orange);
    color: var(--white);
    font-size: 0.98rem;
    font-weight: 700;
    padding: 12px 26px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.4);
}

.btn-cta-orange:hover {
    background-color: var(--about-orange-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(249, 115, 22, 0.5);
    color: var(--white);
}

.btn-cta-orange .icon-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.btn-cta-outline {
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    color: var(--white);
    font-size: 0.98rem;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-cta-outline:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--white);
    transform: translateY(-2px);
    color: var(--white);
}

/* =====================================================
   9. PARTNERS SECTION
   ===================================================== */
.about-partners-section {
    padding: 60px 0 70px;
    background: #FFFFFF;
}

.about-partners-header {
    text-align: center;
    margin-bottom: 30px;
}

.about-partners-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--about-text-heading);
}

.about-partners-title span.orange {
    color: var(--about-orange);
}

/* Partner Carousel Area */
.partner-carousel-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
}

.partner-arrow-circle-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    color: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.partner-arrow-circle-btn:hover {
    background: var(--about-blue-primary);
    color: var(--white);
    border-color: var(--about-blue-primary);
    transform: scale(1.05);
}

.partner-logos-track {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 4px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.partner-logos-track::-webkit-scrollbar {
    display: none;
}

.partner-brand-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 16px 24px;
    min-width: 180px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 74, 132, 0.03);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    flex-shrink: 0;
}

.partner-brand-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 74, 132, 0.08);
}

.partner-brand-box img {
    max-height: 42px;
    max-width: 140px;
    width: auto;
    object-fit: contain;
}

/* =====================================================
   10. RESPONSIVE BREAKPOINTS (About Page Only)
   ===================================================== */

/* Tablet (1024px and below) */
@media (max-width: 1024px) {
    .about-hero-title {
        font-size: 2.5rem;
    }

    .about-who-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .founder-layout-grid {
        grid-template-columns: 240px 1fr;
        gap: 30px;
    }

    .founder-achieve-card {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .values-card-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .value-col-item:nth-child(3)::after {
        display: none;
    }
}

/* Dedicated Mobile Timeline & Tablet/Mobile Layout (900px and below) */
@media (max-width: 900px) {
    .about-timeline-section {
        padding: 40px 16px 50px;
        background: #FAF8F5;
    }

    .timeline-road-wrapper {
        aspect-ratio: auto;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 600px;
        margin: 0 auto;
    }

    .journey-road-bg-img {
        display: none;
    }

    .journey-header-overlay {
        position: static;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .journey-item {
        position: static !important;
        width: 100% !important;
        top: auto !important;
        left: auto !important;
        margin: 0 !important;
    }

    .milestone-card.green-card,
    .milestone-wide-card.orange-card {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        align-items: flex-start;
        box-sizing: border-box;
    }

    .milestone-card-embedded-photo {
        width: 100%;
        height: 180px;
        margin-top: 10px;
    }

    .milestone-photo-frame {
        width: 100%;
        max-width: 100%;
        height: 190px;
    }

    .journey-bottom-banner-wrap {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 20px;
    }

    .journey-bottom-card {
        flex-direction: column;
        text-align: center;
        padding: 24px 18px;
        gap: 20px;
    }

    .jb-center-actions {
        width: 100%;
        justify-content: space-around;
    }

    .btn-join-difference {
        width: 100%;
        justify-content: center;
    }
}

/* Small Tablet & Mobile (768px and below) */
@media (max-width: 768px) {
    .about-hero-section {
        min-height: 480px;
        padding: 70px 0 45px;
    }

    .about-hero-content {
        max-width: 100%;
    }

    .about-hero-title {
        font-size: clamp(1.85rem, 5.5vw, 2.3rem);
    }

    .about-hero-desc {
        font-size: 0.95rem;
    }

    .stats-card-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 8px;
        padding: 24px 12px;
    }

    .stat-box-col:nth-child(2)::after {
        display: none;
    }

    .stat-box-col:nth-child(1)::after,
    .stat-box-col:nth-child(3)::after {
        height: 70%;
    }

    .vm-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .founder-layout-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .founder-photo-wrapper {
        margin: 0 auto 20px;
        max-width: 260px;
    }

    .founder-bio-col {
        padding-left: 0;
    }

    .founder-signature-box {
        display: flex;
        justify-content: center;
    }

    .founder-achieve-card {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .values-card-container {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px;
    }

    .value-col-item:not(:last-child)::after {
        display: none;
    }
}

/* Small Mobile (480px and below down to 320px) */
@media (max-width: 480px) {
    .about-hero-title {
        font-size: 1.95rem;
    }

    .who-section-title {
        font-size: 1.75rem;
    }

    .stats-card-container {
        grid-template-columns: 1fr 1fr;
        gap: 14px 6px;
        padding: 20px 8px;
    }

    .stat-huge-number {
        font-size: 1.5rem;
    }

    .stat-sub-label {
        font-size: 0.76rem;
    }

    .partner-brand-box {
        min-width: 120px;
        height: 65px;
        padding: 8px 12px;
    }

    .jb-center-actions {
        flex-wrap: wrap;
        gap: 14px;
    }

    .jb-separator {
        display: none;
    }
}
