:root {
    --primary-blue: #dc2626; /* Changed to red as requested */
    --accent-blue: #ef4444;
    --text-dark: #111827;
    --text-gray: #4b5563;
    --text-light: #9ca3af;
    --bg-light: #f9fafb;
    --border-color: #e5e7eb;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    background-color: #ffffff;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-blue);
}

.feature-title {
    font-family: 'Playfair Display', serif;
    color: var(--primary-blue) !important;
}

.feature-title span {
    color: var(--primary-blue) !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a { text-decoration: none; }

/* Buttons */
.btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn-navy {
    background-color: var(--primary-blue);
    color: white;
    border: 2px solid var(--primary-blue);
}
.btn-navy:hover {
    background-color: #072e70;
    border-color: #072e70;
    color: white;
}
.btn-lg {
    padding: 14px 32px;
    font-size: 16px;
}

/* Header */
.main-header {
    background: white;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-area {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.logo-title {
    font-size: 20px;
    color: var(--primary-blue);
}
.logo-subtitle {
    font-size: 12px;
    color: var(--text-gray);
    font-weight: 500;
}
.main-nav {
    display: flex;
    gap: 25px;
    align-items: center;
}
.main-nav a {
    color: var(--text-gray);
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s;
}
.main-nav a:hover, .main-nav a.active {
    color: var(--primary-blue);
    font-weight: 600;
}

.header-social-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}
.header-social-icons a {
    color: var(--text-gray);
    font-size: 18px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f3f4f6;
    text-decoration: none;
}
.header-social-icons a:hover {
    color: white;
    background-color: var(--primary-blue);
    transform: translateY(-2px);
}

/* Hero Section */
.hero-section {
    padding: 60px 0 80px;
    background: radial-gradient(circle at top right, rgba(10, 61, 145, 0.03) 0%, rgba(255,255,255,0) 50%);
}
.hero-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.hero-content {
    flex: 1;
    max-width: 50%;
}
.hero-content h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    color: var(--text-dark);
    margin-bottom: 20px;
}
.text-blue {
    color: var(--primary-blue);
}
.hero-content p {
    font-size: 1.1rem;
    color: var(--text-gray);
    margin-bottom: 30px;
}
.hero-stats {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
}
.stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.stat-icon {
    color: var(--primary-blue);
    font-size: 24px;
}
.stat-text {
    font-size: 12px;
    color: var(--text-gray);
    line-height: 1.3;
}
.stat-text strong {
    font-size: 18px;
    color: var(--text-dark);
    font-family: 'Outfit', sans-serif;
}

/* Hero Images Masonry */
.hero-images {
    flex: 1;
    position: relative;
}
.img-grid {
    display: flex;
    gap: 16px;
    height: 500px;
    position: relative;
}
.img-main {
    flex: 1;
}
.img-stack {
    flex: 0.8;
    display: flex;
    flex-direction: column;
}
.floating-badge {
    position: absolute;
    bottom: 42%;
    right: 20%;
    background: white;
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 10;
}

.journey-section {
    padding: 80px 0 20px 0;
    background-color: #fafbfc;
    border-top: 1px solid var(--border-color);
}
.section-header h2 {
    font-size: 2.2rem;
    color: var(--text-dark);
    margin-bottom: 10px;
}
.section-header p {
    color: var(--text-gray);
    font-size: 1rem;
}
.timeline-container {
    margin-top: 50px;
    position: relative;
}
.timeline-line {
    display: none; /* Hide line when wrapping */
}
.timeline-nodes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    position: relative;
    z-index: 2;
    padding: 20px 10px;
}
.timeline-node {
    text-align: center;
    min-width: 160px;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.timeline-node:hover {
    transform: translateY(-10px);
}
.node-icon {
    width: 60px;
    height: 60px;
    background: white;
    border: 3px solid var(--primary-blue);
    color: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.timeline-node:hover .node-icon {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}
.node-year {
    font-size: 18px;
    color: var(--primary-blue);
    margin-bottom: 5px;
}
.node-title {
    font-size: 13px;
    color: var(--text-dark);
    margin-bottom: 8px;
    min-height: 30px;
}
.node-desc {
    font-size: 11px;
    color: var(--text-gray);
    line-height: 1.4;
}

.brands-section {
    padding: 20px 0 80px 0;
}
.tabs-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.tab-btn {
    padding: 12px 30px;
    border-radius: 30px;
    border: 1px solid var(--border-color);
    background: white;
    color: var(--text-gray);
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}
.tab-btn.active {
    background: var(--primary-blue);
    color: white;
    border-color: var(--primary-blue);
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}
.brand-card {
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 25px 20px;
    background: white;
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}
.brand-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.brand-header {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 15px;
}
.brand-icon {
    font-size: 28px;
}
.brand-header h4 {
    font-size: 16px;
    margin-bottom: 2px;
}
.brand-header span {
    font-size: 12px;
    font-weight: 500;
    color: var(--text-gray);
}
.brand-card p {
    font-size: 13px;
    color: var(--text-gray);
    margin-bottom: 20px;
    flex-grow: 1;
}
.visit-btn {
    border: 1px solid;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    align-self: center;
}

/* Testimonials */
.testimonials-section {
    padding: 60px 0 80px;
    background-color: #fafbfc;
}
.testimonial-card {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 25px;
    min-width: 280px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.quote-text {
    font-size: 14px;
    color: var(--text-dark);
    margin-bottom: 20px;
    font-style: italic;
}
.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.user-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

/* Blue Banner */
.blue-banner {
    background-color: var(--primary-blue);
    color: white;
    padding: 60px 0;
}

/* 2-Box Promotional Container */
.brands-promo-box {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 50px 40px 40px;
    box-shadow: 0 20px 40px rgba(106, 27, 154, 0.08);
    position: relative;
    max-width: 1000px;
    margin: 40px auto 0;
}
.brands-promo-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #8b5cf6;
    color: white;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    box-shadow: 0 6px 15px rgba(139, 92, 246, 0.4);
}
.brands-promo-content {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
}
.promo-half {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 25px;
}
.promo-img {
    width: 140px;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.promo-text p {
    font-size: 1rem;
    color: #4b5563;
    margin: 15px 0;
    line-height: 1.5;
}
.promo-link {
    color: #4b5563;
    font-weight: 700;
    font-size: 1rem;
    transition: color 0.3s;
}
.promo-link:hover {
    color: #8b5cf6;
}
.promo-divider {
    width: 1px;
    height: 180px;
    background: #e5e7eb;
}
.new-badge {
    background: #f59e0b;
    color: #111827;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 12px;
}
.promo-btn {
    background: linear-gradient(to right, #f97316, #f43f5e);
    color: white !important;
    border: none !important;
    padding: 14px 40px !important;
    font-size: 1.1rem !important;
    border-radius: 30px !important;
    box-shadow: 0 8px 20px rgba(244, 63, 94, 0.3);
    font-weight: 700 !important;
}
.promo-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(244, 63, 94, 0.4);
}



/* 2-Column Brands Grid */
.brands-grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}


/* Brand Images CSS Overhaul */
.brand-card {
    padding: 0 !important;
    overflow: hidden;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
.brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);
}
.brand-cover-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid #e5e7eb;
}
.brand-logo-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: contain;
    background: white;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    margin-right: 15px;
}
.brand-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.brand-header i.brand-icon {
    display: none; /* Hide old fontawesome icons if they still exist */
}

/* Horizontal Feature Row Layout (Now 2 Column Grid) */
.brand-feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.brand-feature-row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    background: #fdfdfd;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
    border: 1px solid transparent;
}
.brand-feature-row:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
    border-color: rgba(14, 165, 233, 0.15);
}
.feature-cover-img {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.brand-feature-row:hover .feature-cover-img {
    transform: scale(1.03);
}
.feature-text-side {
    flex: 1;
}
.feature-image-side {
    flex: 0 0 40%;
}
.feature-logo {
    height: 45px;
    object-fit: contain;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.feature-title {
    font-size: 1.6rem;
    color: #1e293b;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.feature-highlight {
    display: block;
}
.feature-desc {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
}
.btn-feature {
    display: inline-block;
    color: white;
    background: var(--primary-blue) !important;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}
.btn-feature:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    color: white;
}
.feature-cover-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}




/* Vertical Timeline */
.timeline-container.vertical {
    position: relative;
    max-width: 900px;
    margin: 60px auto 0;
    padding: 20px 0;
}
.timeline-container.vertical .timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #e2e8f0;
    transform: translateX(-50%);
    display: block;
    z-index: 1;
}
.timeline-container.vertical .timeline-node {
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    min-width: unset;
    text-align: left;
    cursor: default;
    transition: none;
    transform: none;
}
.timeline-container.vertical .timeline-node:hover {
    transform: none;
}
.timeline-container.vertical .timeline-content {
    width: 45%;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
}
.timeline-container.vertical .timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.timeline-container.vertical .timeline-node.left .timeline-content {
    margin-right: auto;
    text-align: right;
}
.timeline-container.vertical .timeline-node.right .timeline-content {
    margin-left: auto;
    text-align: left;
}
.timeline-container.vertical .node-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 70px;
    height: 70px;
    font-size: 28px;
    background: #fff;
    z-index: 3;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.timeline-container.vertical .timeline-content:hover ~ .node-icon,
.timeline-container.vertical .timeline-node:hover .node-icon {
    transform: translateX(-50%) scale(1.2) rotate(10deg);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Animations */
.timeline-node.reveal .timeline-content {
    opacity: 0;
}
.timeline-node.reveal.left .timeline-content {
    transform: translateX(-50px);
}
.timeline-node.reveal.right .timeline-content {
    transform: translateX(50px);
}
.timeline-node.reveal .node-icon {
    opacity: 0;
    transform: translateX(-50%) scale(0.5);
}

.timeline-node.reveal.active .timeline-content {
    opacity: 1;
    transform: translateX(0);
}
.timeline-node.reveal.active .node-icon {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}



/* Ribbon Timeline Styles */
.ribbon-timeline {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    margin: 40px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.ribbon-timeline::-webkit-scrollbar {
    display: none;
}
.ribbon-col {
    flex: 0 0 160px;
    display: flex;
    flex-direction: column;
    height: 280px;
    transition: opacity 0.4s ease, filter 0.4s ease, transform 0.4s ease;
}
.ribbon-timeline:hover .ribbon-col {
    opacity: 0.3;
    filter: brightness(0.7) grayscale(30%);
}
.ribbon-timeline .ribbon-col:hover {
    opacity: 1;
    filter: brightness(1) grayscale(0%);
    transform: scale(1.05);
    z-index: 10;
}
.ribbon-col.bg-light {
    background-color: #f8fafc;
}
.ribbon-col.bg-dark {
    background-color: #f1f5f9;
}
.ribbon-top, .ribbon-bottom {
    flex: 1;
    position: relative;
    padding: 15px 10px;
}
.ribbon-center {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
}
.ribbon-year {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
}
.arrow-up, .arrow-down {
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.arrow-up {
    top: -8px;
    border-bottom: 8px solid;
}
.arrow-down {
    bottom: -8px;
    border-top: 8px solid;
}
.ribbon-content {
    text-align: center;
    animation: fadeIn 0.8s ease-out;
}
.ribbon-content i {
    font-size: 20px;
    margin-bottom: 8px;
    opacity: 0.2;
}
.ribbon-content h5 {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 700;
}
.ribbon-content p {
    font-size: 11px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}



/* Snake Timeline Styles */
.snake-timeline {
    display: flex;
    flex-direction: column;
    margin: 40px 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 40px;
}
.snake-timeline:hover .snake-item:not([style*="opacity: 0"]) {
    opacity: 0.3;
    filter: brightness(0.7) grayscale(30%);
}
.snake-timeline .snake-item:hover:not([style*="opacity: 0"]) {
    opacity: 1;
    filter: brightness(1) grayscale(0%);
    transform: scale(1.05);
    z-index: 10;
}
.snake-row {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}
.snake-row.left-dir {
    flex-direction: row-reverse;
}

/* Curved Connectors */
.snake-row::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 60px;
    height: calc(100% + 30px);
    border: 8px dashed #cbd5e1;
    z-index: 0;
}
.snake-row.right-dir:not(:last-child)::after {
    right: -30px;
    border-left: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.snake-row.left-dir:not(:last-child)::after {
    left: -30px;
    border-right: none;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.snake-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 300px;
    position: relative;
    z-index: 2;
    transition: opacity 0.4s ease, filter 0.4s ease, transform 0.4s ease;
}
.snake-item.bg-light { background-color: #f8fafc; border-radius: 8px; }
.snake-item.bg-dark { background-color: #f1f5f9; border-radius: 8px; }

.snake-top, .snake-bottom {
    flex: 1;
    position: relative;
    padding: 20px 10px;
}
.snake-center {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
}
.snake-year { margin: 0; font-size: 20px; font-weight: 800; }
.snake-content { text-align: center; }
.snake-content i { font-size: 24px; margin-bottom: 8px; opacity: 0.2; }
.snake-content h5 { font-size: 14px; margin-bottom: 5px; font-weight: 700; }
.snake-content p { font-size: 11px; color: #64748b; line-height: 1.4; margin: 0; }



/* Infographic Timeline Styles */
.infographic-timeline-wrapper {
    width: 100%;
    overflow-x: auto;
    padding: 60px 0;
}
.infographic-timeline-wrapper::-webkit-scrollbar {
    height: 8px;
}
.infographic-timeline-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.infographic-timeline-wrapper::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
.info-timeline {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
    background-color: transparent;
}
.info-col {
    flex: 0 0 140px;
    display: flex;
    flex-direction: column;
}
.info-cell {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 180px;
    position: relative;
}
.info-cell.top {
    justify-content: flex-end;
}
.info-cell.bottom {
    justify-content: flex-start;
}
.info-ribbon-segment {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 18px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 10;
}
.info-content {
    text-align: center;
    padding: 10px 5px;
}
.info-icon {
    font-size: 24px;
    margin-bottom: 12px;
}
.info-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #333;
}
.info-desc {
    font-size: 11px;
    color: #666;
    line-height: 1.4;
}
.info-connector-wrap {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
}
.info-connector {
    width: 0px;
    height: 100%;
    border-left-style: solid;
    border-left-width: 2px;
    position: relative;
}
.connector-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -5px;
}
.top-connector .connector-dot {
    top: -4px;
}
/* Responsive Footer */

/* Restored Video Section */
.video-section {
    padding: 80px 0;
    background: #ffffff;
}
.video-container-fluid {
    width: 100%;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Restored Reviews Header */
.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.reviews-title-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
.google-icon {
    font-size: 30px;
    color: #4285F4;
}
.reviews-title-wrap h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}
.reviews-aggregate {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.rating-score {
    font-size: 24px;
    font-weight: 800;
    color: #333;
}
.stars {
    color: #fbbc05;
    font-size: 14px;
    margin: 2px 0;
}

/* Restored Reviews Section */
.reviews-section {
    padding: 80px 0;
    background: #f9fafb;
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.review-image-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.review-image-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* Blue Banner */
.blue-banner {
    background: var(--primary-blue);
    color: white;
    padding: 60px 0;
}

/* Site Footer */
.site-footer {
    background: #111827;
    color: #9ca3af;
    padding: 80px 0 20px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr;
    gap: 40px;
    margin-bottom: 60px;
}
.footer-col h4 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-col p {
    line-height: 1.6;
    margin-bottom: 20px;
}
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-col ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
}
.footer-col ul li i {
    margin-right: 10px;
    margin-top: 4px;
    color: var(--primary-blue);
}
.footer-col ul li a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s;
}
.footer-col ul li a:hover {
    color: white;
}
.social-links {
    display: flex;
    gap: 15px;
}
.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: white;
    transition: background 0.3s;
}
.social-links a:hover {
    background: var(--primary-blue);
}
.footer-copyright {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
}

/* Floating Buttons */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 100;
    transition: transform 0.3s;
    text-decoration: none;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}

.enquiry-float-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--primary-blue);
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s, background-color 0.3s;
}
.enquiry-float-btn:hover {
    transform: scale(1.05);
    background-color: #0d4aab;
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
.modal-container {
    background: white;
    width: 90%;
    max-width: 500px;
    padding: 40px;
    border-radius: 12px;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.modal-overlay.active .modal-container {
    transform: translateY(0);
}
.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
    color: #6b7280;
    cursor: pointer;
    transition: color 0.3s;
}
.modal-close:hover {
    color: #111827;
}

/* Enquiry Form */
.enquiry-form .form-group {
    margin-bottom: 20px;
}
.enquiry-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #374151;
    font-size: 14px;
}
.enquiry-form input,
.enquiry-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    box-sizing: border-box;
}
.enquiry-form input:focus,
.enquiry-form select:focus {
    outline: none;
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(10, 61, 145, 0.1);
}
.enquiry-form .btn-submit {
    width: 100%;
    background: var(--primary-blue);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}
.enquiry-form .btn-submit:hover {
    background: #0d4aab;
}
.timeline-intro-block {
    grid-row: 1 / span 2;
    background: var(--primary-blue);
    color: white;
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* No border radius, sharp edges like the original wall image */
}
.intro-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    color: white;
}
.intro-desc {
    font-size: 11px;
    line-height: 1.4;
    opacity: 0.9;
    color: white;
}


/* P6 COMBO Section Styles */
.p6-combo-section {
    background-color: #f8fafc;
    padding: 60px 0 0 0; /* no bottom padding to let banner touch bottom */
    font-family: 'Inter', sans-serif;
}
.p6-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.p6-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 900;
    color: #0a2558;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.p6-subtitle-pill {
    display: inline-block;
    background-color: #fbbc05;
    color: #111;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 8px 30px;
    border-radius: 30px;
    margin-top: 10px;
}
.p6-main-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 60px;
    border: 2px solid #0a2558;
    border-radius: 12px;
    padding: 40px;
    background: white;
}

/* Books Grid */
.p6-books-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.p6-book-card {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.p6-badge {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.red-badge { background-color: #dc2626; }
.blue-badge { background-color: #0a2558; }
.p6-book-placeholder {
    text-align: center;
    border: 2px dashed #cbd5e1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f8fafc;
    border-radius: 4px;
    padding: 10px;
}

/* Purchase Card */
.p6-purchase-col {
    position: relative;
}
.p6-purchase-card {
    background: transparent;
    border: none;
    padding: 0;
    position: relative;
    height: 100%;
}
.p6-purchase-header {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #0a2558;
    color: white;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}
.p6-info-block {
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}
.p6-info-block:last-child {
    margin-bottom: 0;
}
.p6-info-title {
    padding: 12px 20px;
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
}
.blue-block .p6-info-title { background: #0a2558; }
.green-block .p6-info-title { background: #166534; }
.p6-info-content {
    padding: 20px;
}
.p6-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}
.p6-list-item:last-child {
    margin-bottom: 0;
}
.p6-icon-wrap {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0a2558;
    font-size: 16px;
    flex-shrink: 0;
}
.p6-text-wrap {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}
.p6-bullets {
    margin: 5px 0 0 0;
    padding-left: 20px;
}
.p6-bullets li {
    margin-bottom: 5px;
}

/* Bottom Banner */
.p6-features-banner {
    background: #0a2558;
    color: white;
    padding: 20px 0;
}
.p6-features-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.p6-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 15px;
}
.p6-feature i {
    background: white;
    color: #0a2558;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
}

/* Interactive MOE Card */
.moe-interactive-card {
    display: block;
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    max-width: 600px;
    width: 100%;
}

.moe-interactive-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.moe-interactive-card::before {
    content: '';
    position: absolute;
    top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    transition: all 0.6s ease;
    z-index: 1;
    border-radius: 24px;
}
.moe-interactive-card:hover::before {
    left: 200%;
}
.moe-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}
.moe-logo-container {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
    position: relative;
    transition: transform 0.4s ease;
}
.moe-interactive-card:hover .moe-logo-container {
    transform: scale(1.1);
}
.moe-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.moe-text-container h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}
.moe-text-container p {
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}

/* Awards Grid */
.awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
    align-items: center;
    justify-items: center;
    max-width: 1000px;
    margin: 0 auto;
}
.award-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.award-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.award-img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

/* Banner Stats Animations */
.stat-item {
    transition: all 0.4s ease;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.stat-item::before {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #38bdf8;
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 3px;
}
.stat-item:hover {
    background: rgba(255, 255, 255, 0.08);
}
.stat-item:hover::before {
    width: 80%;
}
.stat-item i {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.3s ease;
    transform-style: preserve-3d;
}
.stat-item:hover i {
    transform: rotateY(360deg) scale(1.15);
    color: #38bdf8;
}
.stat-item strong {
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}
.stat-item:hover strong {
    color: #38bdf8;
    transform: translateY(-2px);
}

.whatsapp-interactive-banner:hover {
    background: rgba(255,255,255,0.25) !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2) !important;
}
.wa-icon-pulse .pulse-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid white;
    animation: waPulse 2s infinite ease-out;
}
@keyframes waPulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(1.6); opacity: 0; }
}

/* Mobile Responsiveness for Hero */
@media (max-width: 768px) {
    .hero-section {
        aspect-ratio: auto !important;
        padding: 60px 20px !important;
        background-position: 80% center !important;
    }
    .hero-wrapper {
        padding-left: 0 !important;
    }
    .hero-content {
        align-items: center !important;
        text-align: center !important;
        margin: 0 auto !important;
    }
    .hero-content h1 {
        font-size: 2.2rem !important;
        line-height: 1.2 !important;
    }
    .hero-content p {
        font-size: 1rem !important;
        margin-bottom: 25px !important;
    }
    .whatsapp-interactive-banner {
        padding: 10px 20px !important;
        gap: 10px !important;
        width: 100% !important;
        justify-content: center !important;
    }
    .whatsapp-interactive-banner span:nth-of-type(1) {
        font-size: 0.7rem !important;
    }
    .whatsapp-interactive-banner span:nth-of-type(2) {
        font-size: 1.1rem !important;
    }
}

/* Custom Hero Styles - Responsive */
.hero-new-design {
    position: relative;
    background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('images/h1.png') center/cover no-repeat;
    color: white;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.hero-logo-wrapper {
    position: absolute;
    top: 30px;
    left: 5%;
    z-index: 10;
}
.hero-logo-img {
    height: 140px;
    object-fit: contain;
}
.hero-new-wrapper {
    justify-content: flex-start;
    padding-left: 5%;
    width: 100%;
}
.hero-new-content {
    max-width: 50vw; /* Prevents text from overlapping image subjects on the right */
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero-new-content h1 {
    color: white;
    font-size: clamp(2.8rem, 4vw, 4.5rem); /* Smooth scaling for laptops */
    line-height: 1.1;
    margin: 0 0 15px 0;
}
.hero-new-content h1 span {
    color: white;
}
.hero-new-content p {
    color: white;
    font-size: clamp(1.1rem, 1.5vw, 1.25rem);
    max-width: 100%;
    font-weight: 500;
    margin: 0 0 25px 0;
}

/* Mobile Responsiveness for Hero */
@media (max-width: 768px) {
    .hero-new-design {
        background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.6)), url('images/mobile-hero.png') 65% top/cover no-repeat !important;
        align-items: flex-end;
        padding-bottom: 90px;
        padding-top: 0;
    }
    .hero-logo-img {
        height: 70px;
    }
    .hero-logo-wrapper {
        top: 15px;
        left: 15px;
    }
    .hero-new-wrapper {
        padding-left: 5%;
        padding-right: 5%;
    }
    .hero-new-content {
        max-width: 100vw;
        text-align: center;
        align-items: center;
    }
    .hero-new-content h1 {
        font-size: 2.3rem;
        margin-bottom: 10px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    }
    .hero-new-content p {
        font-size: 1rem;
        margin-bottom: 20px;
        text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }
}
