/* Reset and Base Styles */
/* Import tracks styles */
/*
@import url('tracks.css');
@import url('careers.css'); */

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


:root {
    --bg-main:#F8FAFC;
    --primary: #4361EE;
    --secondary: #3A0CA3;
    --accent: #4CC9F0;
    --text-main: #1c1829;  /* 2nd session why rynix color */
    --text-muted: #718096;
    --card-bg: #FFFFFF;
    --gradient: linear-gradient(135deg, var(--primary), var(--secondary));
    --hero-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --light-accent: #7209B7;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-main);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
}

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




/* Hero Section with Video Background */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: white;
    margin-top: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Background Video */
.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/* Dark Overlay for Better Text Readability */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* Bottom Left Corner Text - EXACT EY STYLE */
.bottom-left-text {
    position: absolute;
    bottom: 120px; /* Position above the yellow line */
    left: 60px;
    z-index: 2;
    max-width: 700px;
    text-align: left;
}

.ey-bottom-header {
    margin-bottom: 25px;
}

.ey-bottom-main-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3.2px;
    margin-bottom: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ey-bottom-subtitle {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.1;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ey-bottom-description {
    margin-bottom: 0;
}

.ey-bottom-text {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    max-width: 650px;
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0.1px;
}

/* Yellow Line with Small Text - EXACT EY STYLE */
.hero-bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.yellow-line {
    width: 100%;
    height: 3px;
    background:rgba(255, 255, 255, 0.8);
    margin-bottom: 6px;
}

.bottom-text {
    padding: 0 60px 15px 60px;
}

.bottom-text span {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Remove any previous hero content containers */
.hero-container,
.hero-content {
    display: none;
}

/* Remove white box styles */
.white-box-number {
    display: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .bottom-left-text {
        left: 50px;
        bottom: 110px;
        max-width: 600px;
    }
    
    .bottom-text {
        padding: 0 50px 15px 50px;
    }
}

@media (max-width: 1024px) {
    .bottom-left-text {
        left: 40px;
        bottom: 100px;
        max-width: 550px;
    }
    
    .bottom-text {
        padding: 0 40px 15px 40px;
    }
    
    .ey-bottom-subtitle {
        font-size: 46px;
    }
    
    .ey-bottom-text {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .bottom-left-text {
        left: 30px;
        bottom: 90px;
        max-width: 500px;
    }
    
    .bottom-text {
        padding: 0 30px 15px 30px;
    }
    
    .ey-bottom-main-title {
        font-size: 14px;
        letter-spacing: 2.8px;
    }
    
    .ey-bottom-subtitle {
        font-size: 38px;
    }
    
    .ey-bottom-text {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .bottom-left-text {
        left: 25px;
        bottom: 80px;
        max-width: 450px;
    }
    
    .bottom-text {
        padding: 0 25px 12px 25px;
    }
    
    .ey-bottom-main-title {
        font-size: 13px;
        letter-spacing: 2.6px;
    }
    
    .ey-bottom-subtitle {
        font-size: 34px;
    }
    
    .ey-bottom-text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .bottom-left-text {
        left: 20px;
        bottom: 70px;
        max-width: 400px;
    }
    
    .bottom-text {
        padding: 0 20px 10px 20px;
    }
    
    .ey-bottom-main-title {
        font-size: 12px;
        letter-spacing: 2.4px;
        margin-bottom: 10px;
    }
    
    .ey-bottom-subtitle {
        font-size: 28px;
        line-height: 1.2;
    }
    
    .ey-bottom-text {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .bottom-text span {
        font-size: 10px;
        letter-spacing: 0.6px;
    }
}

@media (max-width: 375px) {
    .bottom-left-text {
        left: 15px;
        bottom: 60px;
        max-width: 350px;
    }
    
    .bottom-text {
        padding: 0 15px 8px 15px;
    }
    
    .ey-bottom-main-title {
        font-size: 11px;
        letter-spacing: 2.2px;
    }
    
    .ey-bottom-subtitle {
        font-size: 24px;
    }
    
    .ey-bottom-text {
        font-size: 13px;
    }
}

/* Prevent horizontal scrolling */
html, body {
    overflow-x: hidden;
    width: 100%;
}

/* Ensure video doesn't cause layout issues */
.hero-bg-video {
    pointer-events: none;
}


/*----------------------------------------------------------------------------------------*/
/* CSS Who are we */
/* CSS for LaunchPad Section - With All Images */
.launchpad-section {
    background: var(--bg-main);
    color: var(--text-main);
    padding: 80px 0;
    position: relative;
}

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

/* Main Header */
.main-header {
    text-align: center;
    margin-bottom: 40px;
}

.main-header h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: var(--secondary);
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tagline {
    font-size: 1.3rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Divider */
.divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--primary), transparent);
    margin: 60px 0;
    opacity: 0.3;
}

/* First Row - 3 Columns with Images */
.three-column-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.column {
    display: flex;
    flex-direction: column;
}

.content-card {
    background: var(--card-bg);
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.card-image {
    height: 200px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.content-card:hover .card-image img {
    transform: scale(1.05);
}

.content-card h2 {
    font-size: 1.5rem;
    margin: 25px 25px 15px;
    color: var(--secondary);
    font-weight: 700;
    line-height: 1.3;
}

.content-card p {
    color: var(--text-muted);
    line-height: 1.7;
    font-size: 1.05rem;
    flex-grow: 1;
    margin: 0 25px 25px;
}

/* Second Row - Why It Matters */
.two-column-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
    align-items: center;
}

.left-column h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--secondary);
    font-weight: 700;
    line-height: 1.2;
}

.subtitle {
    font-size: 1.4rem;
    color: var(--primary);
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.description {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 40px;
    line-height: 1.7;
}

.impact-stats {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: var(--card-bg);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateX(10px);
}

.stat-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.stat-content {
    flex-grow: 1;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 5px;
}

.stat-text {
    color: var(--text-main);
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
}

/* Image in Second Row */
.right-column .image-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 400px;
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.content-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 20px;
    text-align: center;
}

.image-overlay span {
    font-weight: 600;
    font-size: 1.1rem;
}

/* Third Row - Our Insights with Images */
.insights-section {
    margin-bottom: 40px;
}

.insights-header {
    text-align: center;
    margin-bottom: 50px;
}

.insights-header h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--secondary);
    font-weight: 700;
}

.insights-subtitle {
    font-size: 1.3rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.insight-card {
    background: var(--card-bg);
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--accent);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.insight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.insight-image {
    height: 180px;
    overflow: hidden;
}

.insight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.insight-card:hover .insight-image img {
    transform: scale(1.05);
}

.insight-card h3 {
    font-size: 1.3rem;
    margin: 25px 25px 15px;
    color: var(--secondary);
    font-weight: 700;
    line-height: 1.4;
}

.insight-meta {
    color: var(--primary);
    font-weight: 600;
    margin: 0 25px 15px;
    line-height: 1.5;
    font-size: 0.95rem;
    border-left: 3px solid var(--accent);
    padding-left: 15px;
}

.insight-content p {
    color: var(--text-muted);
    line-height: 1.6;
    font-size: 1rem;
    margin: 0 25px 25px;
}

/* Mission Section with Image */
.mission-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
    align-items: center;
}

.mission-image {
    border-radius: 15px;
    overflow: hidden;
    height: 400px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.mission-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mission-content h2 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    color: var(--primary);
    font-weight: 700;
}

.mission-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mission-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(67, 97, 238, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.mission-list li:hover {
    background: rgba(67, 97, 238, 0.1);
    transform: translateX(5px);
}

.checkmark {
    background: var(--primary);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 2px;
}

.mission-list li span:last-child {
    color: var(--text-main);
    font-weight: 500;
    line-height: 1.5;
}

/* CTA Section 
.cta-section {
    text-align: center;
    margin-top: 60px;
    padding: 50px;
    background: var(--card-bg);
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}

.cta-text {
    font-size: 1.3rem;
    color: var(--text-muted);
    margin-bottom: 30px;
    line-height: 1.7;
}

.cta-button {
    display: inline-block;
    padding: 18px 45px;
    background: var(--gradient);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(67, 97, 238, 0.3);
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(67, 97, 238, 0.4);
}
    */

/* Responsive Design */
@media (max-width: 968px) {
    .three-column-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .two-column-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .insights-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .mission-section {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .right-column .image-container {
        height: 300px;
    }
    
    .mission-image {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .main-header h1 {
        font-size: 2.2rem;
    }
    
    .tagline {
        font-size: 1.1rem;
    }
    
    .left-column h2,
    .insights-header h2 {
        font-size: 2rem;
    }
    
    .mission-content h2 {
        font-size: 1.8rem;
    }
    
    .stat-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .launchpad-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .main-header h1 {
        font-size: 1.8rem;
    }
    
    .content-card h2,
    .insight-card h3 {
        font-size: 1.3rem;
    }
    
    .right-column .image-container {
        height: 250px;
    }
    
    .mission-image {
        height: 250px;
    }
    /*
    .cta-button {
        padding: 16px 35px;
        font-size: 1rem;
    }
        */
}

/* Fallback for missing images */
.card-image:has(img[src*=".jpg"]):not(:has(img[src])),
.insight-image:has(img[src*=".jpg"]):not(:has(img[src])),
.mission-image:has(img[src*=".jpg"]):not(:has(img[src])) {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
}

.card-image:has(img[src*="WhoWeAre.jpg"]):not(:has(img[src]))::before {
    content: "👥 Who We Are";
}

.card-image:has(img[src*="WhatWeDo.jpg"]):not(:has(img[src]))::before {
    content: "🚀 What We Do";
}

.card-image:has(img[src*="HowWeWork.jpg"]):not(:has(img[src]))::before {
    content: "⚡ How We Work";
}

.insight-image:has(img[src*="WhoWeAre.jpg"]):not(:has(img[src]))::before {
    content: "📊 Insights";
}

.insight-image:has(img[src*="WhatWeDo.jpg"]):not(:has(img[src]))::before {
    content: "📈 Trends";
}

.insight-image:has(img[src*="HowWeWork.jpg"]):not(:has(img[src]))::before {
    content: "🎯 Strategy";
}

.mission-image:has(img[src*="OurMission.jpg"]):not(:has(img[src]))::before {
    content: "🎯 Our Mission";
}

.image-container:has(img[src*="OurVision.jpg"]):not(:has(img[src]))::before {
    content: "🔭 Our Vision";
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* WHY RYNIX SECTION */
.why-rynix {
  background: var(--bg-main);
  padding: 2em 0 2em 0; 
  overflow: hidden;
}

/* REMOVE INNER CONTAINER PADDING */
.why-rynix .container {
  max-width: 1200px;
  margin: 0 4em 0 2.5em;
  padding: 0; /* <-- important */
}

/* TITLE */
.section-title {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 3rem;
  font-weight: 700;
  color: var(--text-main);
  letter-spacing: 1px;
}

/* SLIDER */
.rynix-slider {
  display: flex;
  gap: 3rem;
  animation: slideShow 07s infinite ease-in-out;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

/* INDIVIDUAL SLIDES */
.slide {
  flex: 0 0 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.8s ease;
}

/* IMAGES */
.slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.slide img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* CAPTION */
.caption {
  position: absolute;
  bottom: 40px;
  left: 50px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 10px;
  max-width: 400px;
}

.caption h3 {
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

/* ANIMATION */
@keyframes slideShow {
  0%, 20%   { transform: translateX(0); }
  25%, 45%  { transform: translateX(-100%); }
  50%, 70%  { transform: translateX(-200%); }
  75%, 100% { transform: translateX(0); }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .slide img { height: 400px; }
  .caption { bottom: 25px; left: 25px; padding: 0.8rem 1.2rem; }
}

@media (max-width: 600px) {
  .section-title { font-size: 2rem; }
  .slide img { height: 300px; }
  .caption { bottom: 15px; left: 15px; padding: 0.6rem 1rem; }
}

/*----------------------------------------------------------------------------------*/
/* 🎯 Tracks Preview - AUTO SCROLL ON VIEW */
.tracks-preview {
  padding: 4rem 0;
  background: linear-gradient(180deg, #f9fbff, #e9f1ff);
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tracks-preview .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

/* Scroll Container */
.tracks-scroll-container {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2rem 0 1rem 0; /* Reduced bottom padding for buttons */
  width: 100%;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tracks-scroll-container::-webkit-scrollbar {
  display: none;
}

/* Auto-scroll enabled state */
.tracks-scroll-container.auto-scroll-enabled {
  overflow-x: hidden;
}

/* 🚀 Auto Scrolling Slider */
.tracks-slider {
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 1rem 2rem;
  width: max-content;
  flex-wrap: nowrap;
}

/* Auto-scroll animation */
.tracks-slider.auto-scroll {
  animation: scrollInfinite 30s linear infinite;
}

@keyframes scrollInfinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-320px * 6 - 2rem * 5));
  }
}

/* Hover pauses scroll */
.tracks-slider:hover {
  animation-play-state: paused;
}

/* Cards */
.track-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  min-width: 320px;
  max-width: 340px;
  transition: all 0.4s ease;
  flex: 0 0 auto;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0;
}

.track-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(68, 97, 242, 0.25);
}

.track-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 1rem;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.track-card:hover img {
  transform: scale(1.05);
}

.track-card h3 {
  color: #1f2937;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.track-meta {
  color: #6b7280;
  font-size: 0.95rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.track-card p {
  color: #374151;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* ✨ View Details Button */
.btn.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.8rem;
  border-radius: 12px;
  border: 2px solid #3b82f6;
  background: linear-gradient(135deg, #3b82f6, #1e40af);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
  font-size: 0.95rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.btn.btn-outline:hover {
  background: linear-gradient(135deg, #1e40af, #1e3a8a);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5);
  border-color: #1e40af;
}

/* Scroll Buttons Container - POSITIONED BELOW */
.scroll-buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
  padding: 0 2rem;
}

/* Scroll Indicators - POSITIONED BELOW */
.scroll-indicator {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 20;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid #3b82f6;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3b82f6;
  user-select: none;
}

.scroll-indicator:hover {
  background: #3b82f6;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(59, 130, 246, 0.4);
}

.scroll-indicator:active {
  transform: scale(0.95);
}

/* Mobile Scroll Bar */
.mobile-scrollbar {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 4px;
  background: rgba(59, 130, 246, 0.2);
  border-radius: 2px;
  display: none;
}

.scroll-progress {
  height: 100%;
  background: #3b82f6;
  border-radius: 2px;
  width: 0%;
  transition: width 0.1s ease;
}

/* 📱 RESPONSIVE DESIGN */
@media (max-width: 768px) {
  .tracks-scroll-container {
    overflow-x: auto;
    padding: 1rem 0 1rem 0;
  }
  
  .scroll-buttons-container {
    display: none; /* Hide buttons on mobile */
  }
  
  .mobile-scrollbar {
    display: block;
  }
  
  .tracks-slider {
    animation: scrollInfiniteMobile 25s linear infinite;
  }
}

/* Other responsive styles remain the same... */
/*--------------------------------------------------------------------------------------*/
/* Success Highlights */
.success-highlights {
    padding: 5rem 0;
    background: var(--bg-main);
    position: relative;
    overflow: hidden;
}

.success-highlights::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-main);
    font-weight: 700;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    color: var(--text-muted);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.stat {
    background: var(--card-bg);
    padding: 2.5rem 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient);
}

.stat:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.stat-icon {
    margin-bottom: 1.5rem;
    color: var(--text-muted);
    opacity: 0.8;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    color: var(--text-main);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.stat-description {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.success-cta {
    text-align: center;
    padding: 2rem;
    background: var(--card-bg);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    margin: 0 auto;
}

.success-cta p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: var(--text-main);
}
.cta-button a{
    text-decoration:none;
    background: var(--gradient);
    color: white;
}
.cta-button {
    background: var(--gradient);
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .success-highlights {
        padding: 3rem 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
    
    .stat {
        padding: 2rem 1.5rem;
    }
    
    .stat-number {
        font-size: 3rem;
    }
    
    .stat-label {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .success-cta {
        padding: 1.5rem;
    }
}

/* Testimonials 
.testimonials {
    padding: 5rem 0;
    background: var(--bg-main);
}

.testimonial {
    background: var(--card-bg);
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-author {
    margin-top: 1rem;
    font-weight: 600;
    color: var(--primary);
}
*/
/* Final CTA */
.final-cta {
    padding: 6rem 0;
    text-align: center;
    color: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

/* Background Image with Better Sizing */
.cta-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

/* Dark Overlay with 50% opacity - No blue color */
.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 50% black opacity */
    z-index: 2;
}

/* Content */
.final-cta .container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.final-cta h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.final-cta p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2.5rem;
    line-height: 1.6;
    font-weight: 400;
}

/* CTA Action Section */
.cta-action {
    margin-top: 2rem;
}

.cta-question {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

/* Improved Button Styling */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #4361EE;
    color: white;
    padding: 1.2rem 2.8rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button:hover {
    background: #3A0CA3;
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.3);
}

.cta-button:active {
    transform: translateY(-1px);
}

/* Button Icon */
.cta-button::after {
    content: '';
    font-weight: bold;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.cta-button:hover::after {
    transform: translateX(4px);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .final-cta {
        min-height: 65vh;
    }
    
    .final-cta h2 {
        font-size: 2.7rem;
    }
    
    .final-cta p {
        font-size: 1.2rem;
    }
}

@media (max-width: 992px) {
    .final-cta {
        padding: 5rem 0;
        min-height: 60vh;
    }
    
    .final-cta h2 {
        font-size: 2.4rem;
    }
    
    .final-cta p {
        font-size: 1.1rem;
    }
    
    .cta-button {
        padding: 1.1rem 2.4rem;
        font-size: 1.05rem;
    }
}

@media (max-width: 768px) {
    .final-cta {
        padding: 4rem 0;
        min-height: 55vh;
    }
    
    .final-cta h2 {
        font-size: 2.1rem;
        margin-bottom: 1.2rem;
    }
    
    .final-cta p {
        font-size: 1.05rem;
        margin-bottom: 2rem;
    }
    
    .cta-question {
        font-size: 1.1rem;
        margin-bottom: 1.2rem;
    }
    
    .cta-button {
        padding: 1rem 2.2rem;
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .final-cta {
        padding: 3.5rem 0;
        min-height: 50vh;
    }
    
    .final-cta h2 {
        font-size: 1.9rem;
    }
    
    .final-cta p {
        font-size: 1rem;
        margin-bottom: 1.8rem;
    }
    
    .cta-question {
        font-size: 1rem;
    }
    
    .cta-button {
        padding: 0.9rem 2rem;
        font-size: 0.95rem;
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .final-cta {
        padding: 3rem 0;
        min-height: 45vh;
    }
    
    .final-cta h2 {
        font-size: 1.7rem;
    }
    
    .final-cta p {
        font-size: 0.95rem;
    }
    
    .cta-button {
        padding: 0.8rem 1.8rem;
        font-size: 0.9rem;
    }
}

/* Ensure image covers properly on all screens */
.cta-bg-image {
    min-height: 100%;
    min-width: 100%;
}

/* Fix for iOS Safari */
@supports (-webkit-touch-callout: none) {
    .final-cta {
        min-height: -webkit-fill-available;
    }
}

/* High DPI displays */
@media (min-resolution: 2dppx) {
    .cta-bg-image {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .cta-button {
        transition: none;
    }
    
    .cta-button:hover {
        transform: none;
    }
    
    .cta-button::after {
        transition: none;
    }
}

