/* @font-face {
    font-family: 'Roca';
    src: local('Roca Two Regular'), local('Roca-Two-Regular'),
        url('RocaTwo-Rg.woff2') format('woff2'),
        url('RocaTwo-Rg.woff') format('woff'),
        url('RocaTwo-Rg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  } */
   @font-face {
  font-family: "proxima-nova";
  src: url("./proxima-nova/proximanova_black.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "proxima-nova";
  src: url("./proxima-nova/proximanova_bold.otf") format("opentype");
  font-weight: 700;
}

@font-face {
  font-family: "proxima-nova";
  src: url("./proxima-nova/proximanova_regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "proxima-nova";
  src: url("./proxima-nova/proximanova_light.otf") format("opentype");
  font-weight: 300;
}

/* ROCO TWO */

@font-face {
  font-family: "roca-two";
  src: url("./roco-two/fonnts.com-Roca_Two_Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "roca-two";
  src: url("./roco-two/fonnts.com-Roca_Two_Thin.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "roca-two";
  src: url("./roco-two/RocaTwo-Rg.ttf") format("truetype");
  font-weight: 400;
}


* {
     font-family: 'Proxima Nova', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Announcement Bar */
.announcement-bar {
    background-color: #E6E0F3;
    text-align: center;
    padding: 10px;
   font-size: 0.875rem;
    color: #333;
}
.announcement-bar a {
    font-weight: bold;
    color: #000;
    text-decoration: underline;
}

/* Hero Section Background */
.hero-section {
    position: relative;
    /* height: 100vh; */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), 
                url('./Images/enhanced-image\ \(6\)\ 1.png') no-repeat center top/cover;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 0 5%;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    /* border:1px Solid #FFCABA; */
    margin-top:2%;
    padding:1%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
/* Gradient BORDER */
.navbar::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* border thickness */
    border-radius: 50px;

    background: linear-gradient(
        180deg,
        #FCF3EA,
        #FFCABA
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
    z-index: -1;
}
.logo {
    Width:117px;
    Height:40px;
}
.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
}
.nav-links a {
    color: white;
    text-decoration: none;
     font-size: 0.9375rem;
    font-family: 'Proxima Nova', Arial, sans-serif;
}
.nav-btn {
    padding: 10px 20px;
     font-family: 'Proxima Nova', Arial, sans-serif;
}

/* Hero Content */
.hero-content {
    margin-top: 80px;
    max-width: 650px;
}
.hero-content h1 {
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'roca-two';
    font-size: 4.5rem;
    font-weight: 400;
}
.hero-content p {
    font-size: 1.625rem;
    line-height: 38px;
    margin-bottom: 30px;
    color:#fff;
     font-family: 'Proxima Nova', Arial, sans-serif;
}

/* Buttons */
.btn-primary {
    background-color: #00BFB3; /* Teal color from image */
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
     font-family: 'Proxima Nova', Arial, sans-serif;
}
.btn-secondary {
    border: 1px solid white;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    margin-left: 15px;
    font-family: 'Proxima Nova', Arial, sans-serif;
}

/* Brand Logos - Horizontal Scrollable */
.brands-container {
    font-family: 'Proxima Nova', Arial, sans-serif;
    margin-top: auto;
    /* --- GLASSMORPHISM / BLUR EFFECT --- */
    
    /* 1. Semi-transparent dark background */
    /* rgba(Red, Green, Blue, Alpha) - 0.4 opacity means 40% visible */
    background-color: rgba(0, 0, 0, 0.1); 
    
    /* 2. Main Filter: This blurs the background image behind this container */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* Required for Safari/Apple browsers */
    
    /* 3. Internal padding so content doesn't touch the edges */
    padding: 2% 5%; 

    /* Optional: A very subtle top border for better definition, as seen in the image */
    border-top: 1px solid transparent;
  border-image: linear-gradient(to right,#FFCABA, #FFFFFF) 1;
    display: flex;
    /* --- FULL WIDTH CORRECTION --- */
    /* Since the parent (.hero-section) has 5% padding, this bar would usually be squeezed. 
       Negative margins "pull" it outward to ensure it spans the full screen width. */
    margin-left: -5.5%;
    margin-right: -5.5%;
    width: calc(100% + 11%);
}
.trusted-text {
      font-size: 1.125rem;
    display: block;
    margin:0% 5% 0% 0%;
    opacity: 1;
}
.brands-scroll {
    align-items: center;
    display: flex;
    gap: 40px;
    overflow-x: auto; /* Scrollable feature */
    white-space: nowrap;
    scrollbar-width: none; /* Firefox: hide scrollbar */
}
.brands-scroll::-webkit-scrollbar {
    display: none; /* Chrome/Safari: hide scrollbar */
}
.brands-scroll img {
    height: 20px;
    filter: brightness(0) invert(1); /* Makes icons white */
    opacity: 1;
}

/* Section2 */
/* Stats Section Base Styling */
.stats-section {
    padding: 80px 5%;
    background-color: #FCF3EA; /* Light cream background from image */
}

.stats-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    background-color: #F8C3B1; /* Peach background for the main card */
    padding: 5% 5% 0% 5%;
    border-radius: 24px;
    align-items: center;
}

/* Left Content Area */
.stats-content {
    flex: 1.2;
}

.stats-content h2 {
     font-family: 'roca-two';
     font-size: 2.625rem;
    color: #2D1A47; /* Dark purple/navy color */
    line-height: 1.1;
    margin-bottom: 24px;
    width:60%;
}

.stats-content p {
    font-size: 1.125rem;
    color: #4A3B63;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
    width:65%;
     font-family: 'Proxima Nova', Arial, sans-serif;
}

/* White Calculator Box */
.calculator-box {
    background: white;
    padding: 20px 30px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-family: 'Proxima Nova', Arial, sans-serif;
}

.calculator-box span {
   font-size: 0.9375rem;
    font-weight: 600;
    color: #2D1A47;
}

.btn-calc {
    background-color: #00BFB3;
    color: white;
    padding: 12px 24px;
    border-radius: 25px ;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

/* Right Cards Container */
.stats-cards {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

/* Individual Card Styling */
.card {
    padding: 30px;
    border-radius: 20px 20px 0px 0px;
    margin-top: -5%;
}

.card h3 {
    font-size: 6rem;
    margin-bottom: 10px;
     font-family: ' roca-two';
     font-weight: 400;
}

.card p {
     font-size: 1.375rem;
    line-height: 1.4;
     font-family: 'Proxima Nova', Arial, sans-serif;
}

/* Card Colors */
.card-white { background-color: #FFFFFF; color: #3E2255; }
.card-purple { background-color: #E7DAFC; color: #3E2255; }
.card-dark { background-color: #711039; color: #FFCABA; } /* Deep maroon/purple */

/* Section3 */
/* Features Section Base */
.features-section {
    padding: 0px 5% 5% 5%;
    background-color: #FDF8F3; /* Light cream */
    text-align: center;
}

.features-header {
    max-width:1000px;
    margin: 0 auto 60px;
}

.features-header h2 {
    font-family: 'roca-two';
    font-size: 3.25rem;
    font-weight: 400;
    color: #3E2255;
    margin-bottom: 20px;
    line-height: 1;
   
}

.features-header p {
    color: #5E616A;
     font-size: 1.625rem;
    line-height: 1.6;
    font-family: 'Proxima Nova', Arial, sans-serif;
    
}

/* Flex Container */
.features-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    gap: 60px;
    /* align-items: center; */
    text-align: left;
}

/* Image Side */
.features-image {
    flex: 1;
    position: relative;
    border-radius: 0px 20px 0px 0px;
    overflow: hidden;
    width:697px;
    height:501px;
    left:-6%;
}

.features-image img {
    width: 100%;
    height:100%;
    display: block;
}

/* Content Side */
.features-content {
    flex: 1;
}

/* Tabs Styling */
.tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    border-radius:25px;
    width:fit-content;
    padding:5px;
     background-color: #F8C3B1;
}

.tab-btn {
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    
}

.tab-btn.active {
    background-color: #5D1A3B; /* Dark pink/maroon */
    color: white;
}

.tab-btn:not(.active) {
    background-color: #F8C3B1; /* Peach */
    color: #5D1A3B;
}

.features-content h3 {
     font-size: 1.75rem;
    color: #3E2255;
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight:600;
    font-family: 'Proxima Nova', Arial, sans-serif;
}

/* Features List with Custom Bullets */
.features-list {
    list-style: none;
    margin-bottom: 35px;
}

.features-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #2D1A47;
    font-weight: 500;
     font-size: 1.25rem;
    font-family: 'Proxima Nova', Arial, sans-serif;
}
.features-list {
    display: none;
}

.features-list.active {
    display: block;
}

 .features-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background-image: url('./Images/Vector.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-learn {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #2D1A47;
    border-radius: 25px;
    color: #2D1A47;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
      font-family: 'Proxima Nova', Arial, sans-serif;
}

.btn-learn:hover {
    background-color: #2D1A47;
    color: white;
}

/* Section4 */
.steps-section {
    
    background-color: #FDF8F3;
    text-align: center;
}

.steps-header h2 {
     font-family: 'roca-two',serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 58px;
    color: #3E2255;
    margin-bottom: 60px;
}

.steps-header h2 span {
    color: #A23B5F; /* Maroon pinkish color */
    font-family:'roca-two',serif;
}

.steps-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    /* max-width: 1200px; */
    margin: 0 5% 5% 5%;
}

.step-card {
    flex: 1;
    height: 571px;
    width:387px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end; /* Text bottom mein lane ke liye */
    overflow: hidden;
    transition: transform 0.3s ease;
}
.step-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%; 
    
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.35)
    );
}


.step-card:hover {
    transform: translateY(-10px);
}

.step-content {
    padding: 30px;
    text-align: left;
    color: white;
}

.step-number {
     font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1%;
    opacity: 0.8;
    text-transform: uppercase;
}

.step-content h3 {
     font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 10px 0 15px;
    line-height: 32px;
}

.step-content p {
     font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 25px;
    letter-spacing: -2%;
}

/* Internal Buttons */
.step-btns {
    display: flex;
    gap: 10px;
}

.btn-sm-outline {
    width:121.56px;
    height:32px;
    padding: 8px 16px;
    border: 1px solid white;
    border-radius: 20px;
    color: white;
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
}
.btn-sm-solid {
    padding: 1% 2%;
    background-color: #0BB7AC;
    border-radius: 50px;
    color: white;
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    
}

/* section5 */
.results-section {
    padding: 100px 5%;
    background-color: #FDF8F3; /* Light cream background */
}

.results-header {
    text-align: center;
    margin-bottom: 60px;
}

.results-header h2 {
    font-family: 'roca-two';
    font-size: 48px;
    color: #3E2255;
}

.results-header h2 span {
    color: #A23B5F;
}

.results-header p {
    font-size: 18px;
    color: #5E616A;
    margin-top: 10px;
}

/* Bento Grid Layout */
.results-grid {
   display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* 3 equal columns */
    gap: 20px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

/* Grid Items General Styling */
.grid-item {
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.badge {
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -1%;
    margin-bottom: 20px;
    display: inline-block;
    color:#3E2255;
}

.white{
     font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: -1%;
    display: inline-block;
    color:#FFFFFF;
}

/* 1. Team Image Card */
.item-team {
    grid-column: span 2; /* Yeh 2/3 width lega */
    background-image:  url('./Images/Rectangle 793.jpg');
    background-size: cover;
    background-position: center;
    height: 431px;
    width:882px;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    color: white;
    border-radius: 24px;
    padding: 0px 30px;
    position: relative;

}

.quote-text{
    font-family: 'roca-two';
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -4%;
    position: absolute;
    bottom: 20%;
    width:80%;
}
.attribution1{
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -5%;
     position: absolute;
    bottom: 0;
}

/* .item-overlay {
    padding: 0px 30px;
} */

.badge1{
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 66px;
    letter-spacing: -1%;
}

/* 2. Stats Card (Pink) */
.item-stats {
   
    grid-column: span 1; 
    background-color: #F8C3B1;
    border-radius: 24px;
    padding: 10% 5%;
    position: relative;
}

.item-stats h3 {
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 6rem;
    font-weight: 600;
    display: flex;
    position: absolute;
    bottom: 35%;
    left: 5%;
    line-height: 58px;
    color:#3E2255;
    letter-spacing: -4%;
}

.item-stats p {
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 33px;
    display: flex;
    position: absolute;
    bottom: 5%;
    left: 5%;
    width:85%;
    color:#3E2255;
    letter-spacing: -5%;
}

/* 3. Story Card (Lavender) */
.item-story {
    grid-column: span 1; 
    background-color: #E6E0F3;
    border-radius: 24px;
    padding: 30px;
}

.item-story h4 {
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 32px;
    line-height: 32px;
    color:#3E2255;
}

.logo-box {
    Width:341.16px;
    Height : 199.94px;
}

.logo-box img{
    border-radius: 20px;
}



/* 4. Main Quote Card (Dark Maroon) */
.item-quote {
    grid-column: span 2; 
    background-color: #5D1A3B;
    color: white;
}

 .main-quote {
    font-size: 2.625rem;
    line-height: 58px;
     font-family: "roca-two", serif;
     font-weight: 700;
     color:#FFCABA;
     margin-bottom: 10%;
}

.attribution {
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -5%;
    line-height: 32px;
    color:#FFFFFF;
}

/* Section6 */
.resources-section {
    padding: 0px 5%;
    background-color: #FDF8F3;
    text-align: center;
}

.resources-header {
    margin-bottom: 50px;
}

.sub-heading {
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    letter-spacing: -2%;
    line-height: 33px;
    color:#3E2255;
}

.resources-header h2 {
    font-family:  "roca-two", serif;
    font-size: 3.25rem;
    color: #3E2255;
    margin-top: 10px;
}


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

/* --- FEATURED CARD --- */
.featured-resource {
    display: flex;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.featured-img {
    flex: 1.2;
}

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

.featured-content {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Meta Data Styling */
.meta-info {
    font-size: 1rem;
     font-family: 'Proxima Nova', Arial, sans-serif;
    color: #7B7B7B;
    margin-bottom: 15px;
}

.listen-btn {
    color: #00A71C;
    cursor: pointer;
      font-size: 1rem;
     font-family: 'Proxima Nova', Arial, sans-serif;
}

.featured-content h3 {
   font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 2.625rem;
    color: #3E2255;
    margin-bottom: 20px;
    width:70%;
}

.featured-content p {
    color: #606060;
    line-height: 25px;
    margin-bottom: 30px;
     font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1rem;
    width:70%;
}

/* Tags Styling */
.tags {
    display: flex;
    gap: 10px;
     font-family: 'Proxima Nova', Arial, sans-serif;
}

.tag {
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
   
}

.tag.education {  border:1px Solid #6100A7; color: #6100A7; }
.tag.carer {  border:1px Solid #E17D60; color: #E17D60; }

/* --- BOTTOM GRID --- */
.resources-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.resource-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    text-align: left;
    transition: 0.3s;
}

.resource-card:hover {
    transform: translateY(-5px);
}

.card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.card-body {
    padding: 25px;
}

.card-body h4 {
    font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1.5rem;
    color: #3E2255;
    margin: 10px 0;
}

.card-body p {
     font-family: 'Proxima Nova', Arial, sans-serif;
    font-size: 1rem;
    color: #5E616A;
    margin-bottom: 20px;
    line-height: 25px;
    font-weight: 400;
}

/* section7 */
.solutions-section {
    padding:  5%;
    background-color: #FCF3EA; /* Light cream background */
    text-align: center;
}

.solutions-header h2 {
    font-family:  "roca-two", serif;
    font-size: 3.25rem;
    color: #3E2255;
    margin-bottom: 50px;
    line-height: 1.1;
    font-weight: 400;
    line-height: 58px;
    font-style: bold;
}

/* Flex Container */
.solutions-container {
    display: flex;
    gap: 20px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

/* Base Card Style */
.solution-card {
    flex: 1;
    height: 350px; /* Desktop Height */
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.solution-card:hover {
    transform: translateY(-5px);
}

.card-label {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.card-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.card-content h3 {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 1.75rem;
    margin: 0;
    color:#FFCABA;
    font-weight: 600;
}

.card-light h3{
    color:#3E2255;
}

/* Arrow Buttons */
.arrow-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    transition: 0.3s;
}

/* Specific Colors - Based on Figma */
.card-dark {
    background-color: #711039; /* Dark Maroon */
    color: #FFCABA;
}

.btn-peach {
    background-color: #FAA086;
    color: #FFFFFF;
}

.card-light {
    background-color: #FAA086; /* Peach */
    color: #3E2255;
}

.btn-dark {
    background-color: #3E2255;
    color: #FFFFFF;
}

/* Footer */
.main-footer {
    background-color: #FFFFFF;
    padding: 80px 5% 40px;
    border-top: 1px solid #EEE;
    color: #3E2255;
    font-family: 'Proxima Nova', sans-serif;
}

.footer-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}

.footer-logo {
    height: 40px;
    margin-bottom: 25px;
}

.social-box p {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 35px;
    height: 35px;
    background-color: #5D1A3B;
    color: white;
    border-radius: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.social-icons a:hover { opacity: 0.8; }

/* Desktop Links */
.footer-links {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.footer-column h4 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
    color: #A23B5F; /* Maroon reddish color from Figma */
    text-transform: capitalize;
    font-family:  "roca-two", serif;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

.footer-menu li { margin-bottom: 12px; }

.footer-menu li a {
    text-decoration: none;
    color: #3E2255;
    font-size: 1rem;
    font-weight: 400;
}

.footer-menu li a:hover { opacity: 1; color: #A23B5F; }

.footer-bottom {
    max-width: 1200px;
    margin: 0px auto 0;
    padding-top: 30px;
    border-top: 1px solid #F0F0F0;
    font-size: 13px;
    color: #A23B5F;
}

/*  Solution Hero Section */
.solutionhero-section{
    background: 
        linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)),
        url('./Images/Solution-homeimage.jpg') no-repeat center top / cover; 
    position: relative;
    /* height: 100vh; */
    color: white;
    display: flex;
    flex-direction: column;
    padding: 0 5%;
}

.cassi-diff-section {
    padding: 5% 5% 0% 5%;
    background-color: #FCF3EA;
    overflow: hidden;
}

/* Header Logic */
.diff-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header-left h2 {
    font-family:  "roca-two", serif;
    font-size: 3.25rem;
    color: #3E2255;
    margin: 0;
}

.header-right p {
    font-size: 1.25rem;
    color: #3E2255;
    max-width: 400px;
}
.hero-btns{
   
    margin-bottom:20%;
}

/* Carousel Layout */
.carousel-wrapper {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

.carousel-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding-bottom: 30px;
    scrollbar-width: none; /* Hide scrollbar Firefox */
}

.carousel-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar Chrome/Safari */
}

/* Card General Styling */
.diff-card {
    flex: 0 0 384px; /* Figma Width */
    height: 399px;   /* Figma Height */
    border-radius: 20px;
    padding: 30px;
    scroll-snap-align: start;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card-tag {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.diff-card h3 {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    z-index: 2;
}

/* Specific Card Variants */
.card-pink { background-color: #F8C3B1; color: #3E2255; }
.card-white { background-color: #FFFFFF; color: #3E2255; border: 1px solid #EEE; }

.card-image-bg, .card-dark-img {
   
    background-position: center;
    color: white;
}

.card-image-bg::before, .card-dark-img::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), transparent);
}

.card-img-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

.card-img-phone {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
}

/* Navigation & Footer */
.carousel-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.carousel-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #F8C3B1;
    color: #3E2255;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.carousel-btn:hover { background: #FAA086; }

.diff-footer {
    text-align: center;
    
}

.btn-demo {
    background-color: #00BFB3;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

/* solution section3 */
.how-it-works-section {
    padding: 0px 5% 5%;
    background-color: #FCF3EA;
    font-family: 'Proxima Nova', sans-serif;
}

.header-container {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 5%;
}

.header-container h2 {
    font-family:  "roca-two", serif;
    font-size: 48px;
    color: #3E2255;
    margin-bottom: 20px;
}

.header-container p {
    color: #5E616A;
    font-size: 18px;
    line-height: 1.5;
}

/* --- MAIN CARD CONTAINER --- */
.step-card-container {
    background-color: #5D1A3B; /* Maroon color */
    border-radius: 20px;
    width:80%;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 60px; /* Padding only on left for content */
}

/* --- LEFT CONTENT SIDE --- */
.step-content-box {
    flex: 1; /* Takes available space */
    padding: 60px 40px 60px 0;
    color: white;
    z-index: 1; /* Ensure content is clickable */
}

.step-label {
    background: white;
    color: #5D1A3B;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 30px;
}

.step-title {
    font-family:  "roca-two", serif;
    font-size: 4.2rem;
    line-height: 80px;
    margin-bottom: 25px;
    color:#FFCABA;
}

.step-description {
    font-size: 1.625rem;
    line-height: 32px;
    opacity: 0.9;
    font-weight: 500;
    letter-spacing: -2%;
    
}





/* --- RIGHT IMAGE SIDE (OVERLAPPING) --- */
.step-image-box {
    flex: 0 0 55%; /* Fixed width percentage for image part */
    position: relative;
    /* --- THE OVERLAP TRICK --- */
    margin-top: -60px;
    margin-right: -30%;
    margin-bottom: -60px;
    border-radius: 20px;
    overflow: hidden; /* Rounds the image corners */
    /* box-shadow: 20px 20px 60px rgba(0,0,0,0.3); */
    z-index: 2; /* Sits on top of the card */
   
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- FLOATING OUTCOME CARD --- */
.outcome-card {
    position: absolute;
    overflow: visible;
    z-index: 10;
    margin-top: -190px;
    transform: translateX(10px);

    /* actual background – same as tumhara */
    background: rgba(255, 255, 255, 0.55) !important;
    padding: 25px;
    width: 260px;
    border-radius: 24px;
    /* gradient border */
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image:
        linear-gradient(rgba(255,255,255,0.55), rgba(255,255,255,0.55)),
        linear-gradient(180deg, #FFFFFF, #FAA086);
    color: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


.outcome-title {
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/*  */
/*  */
:root {
    --cassi-maroon: #711039;
    --cassi-peach-bg: #FCF3EA;
    --cassi-dark-text: #3E2255;
    --cassi-light-text: #5E616A;
}

.how-it-works-section {
    padding:  5%;
    background-color: var(--cassi-peach-bg);
    font-family: 'Proxima Nova', sans-serif;
}

.works-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    width:100%;
}

.works-intro {
    text-align: center;
    margin-bottom: 80px;
}

.works-main-heading {
    font-size: 48px;
    color: var(--cassi-dark-text);
    font-family: 'roca-two',serif; /* Use Roca Two if available */
    margin-bottom: 20px;
}

.works-sub-text {
    font-size: 18px;
    color: var(--cassi-light-text);
    line-height: 1.6;
}

/* --- JOURNEY CARD --- */
.journey-card {
    background-color: var(--cassi-maroon);
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 60px 80px 60px 60px;
    color: white;
    position: relative;
    /* Important: Overlap allow karne ke liye overflow visible rahega */
    overflow: visible; 
    width:90%;
}

.journey-details {
    flex: 1.3;
    z-index: 2;
}

.journey-step-tag {
    background: white;
    color: var(--cassi-maroon);
    padding: 6px 18px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    border:1px solid #FFCABA;
}

.journey-intro-line {
    margin-top: 30px;
    font-size: 2rem;
    color:#fff;
    font-weight: 600;
}

.journey-card-heading {
    font-size: 3.675rem;
    line-height: 1.1;
    margin: 15px 0 25px;
    font-family: 'roca-two',serif;
    color:#FFCABA;
}

.journey-card-desc {
    font-size: 1.625rem;
    line-height: 36px;
    margin-bottom: 40px;
    color:#fff;
    width:90%;
}

/* Checklist Grid */
.expert-assessment-area {
    width:90%;
    border-radius: 20px;
    border: 1px solid #FFEEE8;
    padding: 5%;
    margin-top: 5%;
    background: rgba(255, 225, 225, 0.1);
     box-shadow: 0px 20px 20px -10px rgba(255, 254, 253, 0.1);

}

/* Checklist styling */
.checklist-box {
    border-radius: 20px;
    border: 1px solid #FFEEE8;
    padding: 5%;
    margin-top: 5%;
    background: rgba(255, 225, 225, 0.1);
     box-shadow: 0px 20px 20px -10px rgba(255, 254, 253, 0.1);
}


.checklist-box h4 {
    font-family: "roca-two", serif;
    font-size: 1.75rem;
    line-height: 44px;
     margin-bottom: 20px; 
    }

.checklist-grid {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.checklist-grid li {
    display: flex;
    align-items: center;
    gap: 10px;
}



.assessment-title {
    font-family:  "roca-two", serif;
    font-size: 1.75rem;
    line-height: 44px;
     margin-bottom: 10px; 
    }

.check-tick {
    color: #F8C3B1;
    margin-right: 8px;
    font-weight: bold;
}

/* --- VISUAL SIDE (IMAGE) --- */
.journey-visual-side {
    flex: 1;
    position: relative;
    /* Negative margins for the "pop-out" overlap effect */
    margin-right: -250px; 
    margin-top: 0px;
    margin-bottom: -30px;
}

.journey-img-frame {
    position: relative;
    height: 600px;
    width: 100%;
    overflow: visible; 
}

.journey-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    /* box-shadow: 20px 20px 60px rgba(0,0,0,0.2); */
}

/* --- OUTCOME OVERLAY --- */
.journey-outcome-overlay {
    position: absolute;
    bottom: 40px;
    left: -40px; /* Overlaps the maroon card */
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 15px;
    border-radius: 15px;
    width:345px;
    height:fit-content;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    z-index: 10;
}

.outcome-tag {
    font-weight: 400;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family:  "roca-two", serif;
    font-size: 1.75rem;
    line-height: 44px;
}

.outcome-text{
    font-size: 1.5rem;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: -2%;
    width:85%;
}


@media (max-width: 1024px) {
    .diff-header { flex-direction: column; align-items: flex-start; gap: 15px; }
    .header-left h2 { font-size: 36px; }
    .diff-card { flex: 0 0 320px; height: 350px; }
}

@media (max-width: 768px) {
    .cassi-diff-section { padding: 60px 20px; }
    .diff-card { 
        flex: 0 0 85%; /* Mobile par card ki width 85% taaki next card thoda dikhe */
        height: 380px;
    }
    .carousel-nav { justify-content: center; } /* Mobile par arrows center mein */
}

/* section4 */
.plan-development {
    padding: 0px 5%;
    background-color: #FCF3EA;
    font-family: 'Proxima Nova', sans-serif;
}

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

/* --- MAIN CARD --- */
.plan-journey-card {
    display: flex;
    align-items: center;
    gap: 0; /* Gap handles via margins for overlap */
    position: relative;
    overflow: visible; /* Essential for outcome overlap */
}

/* --- LEFT IMAGE SIDE --- */
.plan-visual-wrapper {
    flex: 1;
    position: relative;
    margin-left: -40px; /* Slight offset for design */
    z-index: 2;
    
}

.plan-image-frame {
    position: relative;
    width: 100%;
    height: 700px;
}

.plan-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    /* box-shadow: 15px 15px 40px rgba(0,0,0,0.1); */
}

/* GLASSMORPHISM OUTCOME BOX */
.plan-outcome-box {
    position: absolute;
    bottom: 50px;
    right: -60px; /* Overlaps into the text area */
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 25px;
    border-radius: 15px;
    max-width: 320px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 10;
}

.outcome-header {  
    margin-bottom: 10px; 
    display: flex; 
    align-items: 
    center; gap: 8px;
    font-size:1.75rem ; 
    font-weight: 400;
     font-family: "roca-two", serif; 
}

.outcome-info{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: -2%;
}

/* --- RIGHT TEXT SIDE --- */
.plan-text-details {
    flex: 1.2;
    padding-left: 100px; /* Space for image and outcome */
}

.plan-step-badge {
    color: var(--cassi-maroon);
    border: 1px solid var(--cassi-maroon);
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
}

.plan-tagline { 
    margin:2% 0px 0px 0px;
    font-size: 2rem; 
    font-weight: 600;
    color:#3E2255;
}

.plan-heading {
    font-family:  "roca-two", serif; /* Use Roca Two font */
    font-size: 4.5rem;
    color: #3E2255;
    line-height: 80px;
    margin-bottom: 10px;
}

.plan-description {
    font-size: 1.625rem;
    color: #5E616A;
    line-height: 38px;
    margin-bottom: 30px;
    letter-spacing: -2%;
}

/* MAROON BOX INSIDE CONTENT */
.plan-includes-box {
    background-color: var(--cassi-maroon);
    border-radius: 30px;
    padding: 35px;
    color: white;
}

.includes-title { margin-bottom: 20px; font-size: 18px; }

.includes-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    list-style: none;
    padding: 0;
}

.tick { color: #F8C3B1; margin-right: 8px; }

/* Section6 */
/* Container styling */
.support-section {
    background-color: #FCF3EA; 
    padding: 0px 5% 0px 7%;
    max-width: 1583px;
    height:887px;
    margin: 0;
}

/* The Main Card with Image */
.support-banner-card {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), 
                url('./Images/solution-section6.jpg'); 
    background-size:cover;
    background-position: center;
    border-radius: 20px;
    width:100%;
    height:100%;
    padding: 100px 0px;
    display: flex;
    justify-content:center;
    align-items:end;
    text-align: center;
}

.support-content {
    max-width: 850px;
    color: #ffffff;
}

.support-heading {
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "roca-two", serif; /* Use Roca Two font */
    font-size: 4.5rem;
    color: #FFFFFF;
    line-height: 80px;
}

.expert-description {
    font-size: 1.4rem;
    line-height: 37px;
    margin-bottom: 30px;
   letter-spacing: -2%;
}

.book-demo-btn {
    display: inline-block;
    background-color: #00d2b1; /* Exact color from your screen */
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

/* Section7 */
.partnership-section {
    background-color: #FCF3EA; 
    padding: 5% 5% 0% 5%;
    display: flex;
    justify-content: center;
}

.partnership-container {
    max-width: 1300px;
    width: 100%;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* Image Side */
.partnership-image-wrapper {
    flex: 1;
}

.partnership-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 24px; /* Rounded corners like in Figma */
    display: block;
}

/* Content Side */
.partnership-content {
    flex: 1;
}

.partnership-title {
    font-family: 'roca-two', serif; 
    font-size: 4.5rem;
    color: #3E2255; /* Deep purple/plum color */
    line-height: 80px;
    margin-bottom: 40px;
    font-weight: 400;
    letter-spacing: -3%;
}

/* Feature List Styling */
.partnership-features {
    border-top: 1px solid #ddd2c4;
}

.feature-item {
    border-bottom: 1px solid #ddd2c4;
    padding: 16px 0;
}

.feature-header {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.feature-header h3 {
    font-size: 1.5rem;
    color: #3E2255;
    font-weight: 600;
}

.feature-header .icon {
    font-size: 20px;
    color: #3d2b56;
    width: 20px;
}


.feature-details {
    display: none;              /* 👈 IMPORTANT */
    padding: 10px 0 10px 32px;
    font-size: 1.25rem;
    color: #5E616A;
    line-height: 27px;
}

.feature-item.active .feature-details {
    display: block;
}

/* Businesses-section1 */
.businesseshero-section{
    background: 
        linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50)),
        url('./Images/Businesses_herosection.jpg') no-repeat center top / cover; 
    position: relative;
    /* height: 100vh; */
    color: white;
    display: flex;
    flex-direction: column;
    padding: 0 5%;
}

/* business section2 */
.impact-section {
     background-color: #FCF3EA;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.impact-container {
    max-width: 1200px;
    width: 100%;
}

/* --- Header Styles --- */
.impact-header {
    text-align: center;
    margin-bottom: 30px;
    padding:0% 10%;
}

.impact-title {
    font-family: 'roca-two', serif; 
    font-size: 4.5rem;
    color: #3E2255; /* Deep purple/plum color */
    line-height: 80px;
    margin-bottom: 40px;
    font-weight: 400;
    letter-spacing: -3%;
    font-style: bold;
    
}

.impact-subtitle {
    font-size: 1.75rem;
    color: #5E616A;
   line-height: 36px;
   font-weight: 600;
}

/* --- THE ASYMMETRIC GRID --- */
.impact-grid {
    display: grid;
    /* Using a 12-column grid allows for 7/5 splits */
    grid-template-columns: repeat(12, 1fr); 
    gap: 24px;
}

/* Grid Spans for Desktop */
.grid-span-7 {
    grid-column: span 7; /* Takes up 7 out of 12 columns (Wider) */
}

.grid-span-5 {
    grid-column: span 5; /* Takes up 5 out of 12 columns (Narrower) */
}


/* --- General Card Styles --- */
.impact-card {
    border-radius: 24px;
    padding: 40px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px; /* Ensures consistent height */
}

.card-label {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.6;
    margin-bottom: 24px;
    font-weight: 400;
}

.big-stat {
    font-family:'roca-two', serif;
    font-size: 7.5rem;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -6%;
    color:#6B2347;
    margin-bottom: 20px;
}

.big-percent2 {
    color:#fff;
     font-family:'roca-two', serif;
    font-size: 2.625rem;
    line-height: 40px;
    margin: 0px;
}

.big-percent1 {
    color:#3E2255;
}

.stat-desc {
    font-size: 1.5rem;
    line-height: 1.4;
    color:#6B2347;
}

/* --- Specific Card Colors & Layouts --- */

/* Card 1: Dark Red (Wide Left) */
.card-dark-red {
    background-color: #7e2239;
}
.card-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.card-main-text {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: -1%;
    color:#FFCABA;
}
/* CSS Placeholder for Donut Chart */
.donut-placeholder {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 12px solid rgba(255,255,255,0.3);
    border-top: 12px solid #fff; /* Fake progress */
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    transform: rotate(-45deg); /* Adjust start position */
}
.donut-placeholder span {
     transform: rotate(45deg); /* Counter-rotate text */
}


/* Card 2: Light Purple (Narrow Right) */
.card-light-purple {
    background-color: #e5d4ef;
    color: #3d2b56; /* Dark text for light bg */
}
.card-light-purple .card-label { color: #3d2b56; }
.line-chart-img {
    width: 100%;
    height: auto;
    margin-top: auto;
    opacity: 0.6;
    mix-blend-mode: multiply;
}

/* Card 3: Peach (Narrow Left) */
.card-peach {
    background-color: #f7c5b4;
    color: #3d2b56; /* Dark text */
}
.card-peach .card-label { color: #3d2b56; }

/* Card 4: Magenta (Wide Right) */
.card-magenta {
    background-color: #a8326b;
}
/* CSS Progress Bar */
.progress-container {
    width: 100%;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    overflow: hidden;
}
.progress-bar {
    height: 100%;
    background-color: #ffffff;
    border-radius: 20px;
}

/* Businesses-Section3 */
.values-carousel-section {
    background-color: #FCF3EA;
    padding: 0px 0 80px 5%; /* Left padding to align with container but allow overflow */
    overflow: hidden;
}

/* .values-container {
    max-width: 1300px;
} */

.values-main-title {
    font-family: 'roca-two', serif;
    font-size: 4.5rem;
    font-weight: 400;
    color: #3E2255;
    margin-bottom: 50px;
    line-height: 80px;
    text-align: center;
}

/* Carousel Mechanics */
.carousel-outer-wrapper {
    overflow: visible; /* To see the 3rd card part */
}

.carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Card Styling */
.value-card-item {
    /* 46% ensures 2 full cards + a gap + bit of the 3rd one */
    flex: 0 0 46%; 
    min-width: 46%;
}

.card-bg-img {
    height: 416px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.card-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    color: white;
}

.card-text-overlay h3 {
    font-family: 'roca-two', serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 12px;
}

.card-text-overlay p {
    font-size: 1.25rem;
    line-height:27px;
     font-weight: 500;
    color:#FFFFFF;
}

/* Navigation */
.carousel-controls {
    display: flex;
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
}

.control-btn {
    width: 55px;
    height: 54px;
    border-radius: 50%;
    border: none;
    background-color: #FFCABA;
    color: #6C6B70;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.control-btn:hover {
    background-color: #FAA086;
    color:#fff;
}


/* Businesses Section4 */
.performance-section {
    background-color: #FCF3EA;
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

.performance-container {
   padding: 0 5%;
    width: 100%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr; /* Two columns on desktop */
    gap: 60px;
    align-items: center;
}

/* Content Styles */
.performance-title {
    font-family: 'roca-two', serif;
    font-size: 4.5rem;
    color:#3E2255;
    font-weight: 400;
    line-height: 80px;
    margin-bottom: 24px;
}

.performance-intro {
    font-size: 1.875rem;
    color: #3E2255;
    margin-bottom: 40px;
    line-height: 44px;
    font-weight: 500;
}

/* Accordion Styles */
.acc-item {
    border-top: 1px solid #ddd2c4;
    padding: 16px 0;
}

.acc-header {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.acc-header h3 {
    font-size: 16px;
    color: #3E2255;
    font-weight: 600;
}

.acc-icon {
    font-size: 20px;
    color: var(--plum);
    width: 20px;
}

.acc-body {
    display: none;
    padding: 10px 0 10px 32px;
    font-size: 14px;
    color: #665c73;
    line-height: 1.5;
    max-width: 500px;
}

.acc-item.active .acc-body {
    display: block;
}

/* Image & CTA Styles */
.performance-image-area .image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    Width:744px;
    Height:978px;
}

.performance-image-area img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.calculator-cta {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(229, 212, 239, 0.95); /* Light lavender/purple shade */
    padding: 20px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.calculator-cta p {
    font-size: 14px;
    color: #3E2255;
    font-weight: 600;
}

.calc-btn {
    background-color: #0BB7AC;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

/* Businesses section5 */
.case-study-container {
    width: 100%;
    padding:5%;
     background-color: #FCF3EA;
}

.case-study-card {
    font-family: 'roca-two',serif;
    display: flex;
   
    background-color: #6b0c36; /* Dark Maroon/Burgundy color */
    border-radius: 20px; /* Rounded corners as per Figma */
    overflow: hidden;
    color:#FFCABA;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Left Image Section */
.card-image {
    flex: 1;
    min-height: 400px;
}

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

/* Right Content Section */
.study-card-content {
    flex: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-header {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.quote {
    font-family: 'Playfair Display', serif; /* Serif font for the quote */
    font-size: 2.25rem;
    margin-bottom: 40px;
}

.content-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width:100%;
}

.author-name {
    font-size: 2.25rem;
    font-weight: 600;
    font-family: 'roca-two',serif;
}

.author-title {
    font-size: 1.5rem;
    opacity: 0.9;
}

/* CTA Button */
.cta-button {
    background-color: #0bb7ac; /* Teal color from Figma */
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: transform 0.2s ease;
}

.cta-button:hover {
    transform: scale(1.05);
}

/* Book a demo */
.demo-section {
            background-color: #70163c; /* Figma Maroon Color */
            padding: 2% 5%;
            width: 100%;
        }

        .demo-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 40px;
            margin-top:5%;
        }

        /* Left Side Content */
        .demo-content {
            flex: 1.2;
        }

        .demo-title {
            font-size: 4.5rem;
            line-height: 1.1;
            margin-bottom: 25px;
            font-weight: 700;
            color:#FFCABA;
            font-family: 'roca-two',serif;
        }

        .demo-description {
            font-size: 1.5rem;
            line-height:37px;
            margin-bottom: 30px;
            font-weight: 600;
            color:#fff;
        }

        .demo-features h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color:#fff;
        }

        .demo-features ul {
            list-style: none;
        }

        .demo-features li {
            margin-bottom: 12px;
            font-size: 1.125rem;
            color:#fff;
            font-weight: 400;
        }

        /* Trust Logos */
        .demo-trust {
            margin-top: 50px;
          
        }

        .demo-trust p {
            font-size: 1.5rem;
            color:#fff;
            letter-spacing: -0.31%;
            margin-bottom: 20px;
            font-weight: 800;
        }

        .trust-logos {
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
            align-items: center;
            /* opacity: 0.8; */
            font-weight: bold;
            font-size: 0.9rem;
        }

        /* Right Side Form Card */
        .demo-form-card {
            flex: 0.8;
            background-color: #FCF3EA; /* Off-white color from Figma */
            color: #3E2255;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.2);
            max-width: 450px;
        }

        .form-title {
            font-size: 1.5rem;
            margin-bottom: 30px;
            line-height: 1.3;
            font-weight: 700;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-group label {
            display: block;
            font-size: 0.9rem;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .form-group input {
            width: 100%;
            padding: 14px;
            border: 1px solid #ccc;
            border-radius: 8px;
            font-size: 1rem;
            background-color: #FFFAFA75;
        }

        .demo-btn-next {
            width: 100%;
            background-color: #1ec9b2; /* Teal button */
            color: white;
            border: none;
            padding: 16px;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: 0.3s ease;
        }

        .demo-btn-next:hover {
            background-color: #17a895;
            transform: translateY(-2px);
        }

        .bookdemo-desc{
            font-size:0.875rem;
            margin-bottom:5%;
            line-height: 20px;
            color:#969696;
        }

/* --- Responsive Design --- */
@media (max-width: 768px) {
    .hero-content{
        padding-top:80%;
    }
    .nav-links, .nav-btn {
        display: none; /* Simple mobile toggle would be needed for a full site */
    }
    .hero-content h1 {
         font-size: 2rem;
    }
    .hero-btns {
        gap: 15px;
    }
    .btn-secondary {
        margin-left: 0;
        text-align: center;
    }
    .brands-container {
        padding: 20px 0;
        flex-direction: column;
        bottom:5%;
    }
    
    .trusted-text {
         font-size: 0.875rem;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    
    .brands-scroll {
        gap: 30px; /* Mobile par gap thoda kam */
        padding: 0 20px;
    }

    .brands-scroll img {
        height: 20px; /* Mobile size */
    }

/* Section2 */
.stats-cards{
        order:2;
    }
.calculator-box {
        flex-direction: column;
        text-align: center;
         order: 3; 
    }
    .stats-content h2, 
    .stats-content p {
        order: 1; 
    }
    .stats-container {
        border-radius: 0; 
        display: flex;
    }
    .card h3 {
           font-size: 2.25rem;
        }
    .features-container{
        flex-direction: column;
    }
    .features-image {
    width:345px;
    height:248px;
    left: 0;
    border-radius: 20px;
}
.features-header h2 {
     font-size: 2rem;
    line-height: 1.3;
    font-weight:400;
    text-align: left;
    margin-top: 0px;
}
.features-header p {
     font-size: 1rem;
    line-height: 1.6;
    font-weight:500;
    text-align: left;
    margin-top: 0px;
}
.features-section{
    padding-top:0px;
}

/* section4 */
.steps-container {
        flex-direction: column;
        align-items: center;
    }
    
    .step-card {
    height: 484px;
    width:346px;
}
/* section5 */
.results-section {
        padding: 60px 20px;
    }

    .results-grid {
        grid-template-columns: 1fr; /* Mobile par single vertical column */
        gap: 15px;
    }

    .item-team, .item-stats, .item-story, .item-quote {
        grid-column: span 1; /* Sab full width */
        height: auto; /* Content ke hisaab se height badhegi */
        min-height: 350px; 
        padding: 30px 20px;
        width: 100% !important; /* Fixed width override */
    }

    .quote-text {
        font-size: 1.75rem;
        position: static; /* Absolute positioning mobile par issue karti hai */
        width: 100%;
        margin-top: 20px;
    }

    .attribution1 {
        position: static;
        margin-top: 10px;
        font-size: 1.2rem;
    }

    .item-stats h3 {
        font-size: 4rem;
        position: static;
        margin: 10px 0;
    }

    .item-stats p {
        position: static;
        font-size: 1.2rem;
        width: 100%;
    }

    .main-quote {
        font-size: 1.8rem;
    }
/* section6 */
.resources-header h2 { font-size: 32px; }
    
    .featured-resource {
        flex-direction: column;
    }

    .resources-grid {
        grid-template-columns: 1fr;
    }

    .featured-img {
        height: 250px;
    }

    .featured-content h3 { font-size: 24px; }

    /* Section7 */
    .solutions-container {
        flex-direction: column; /* Mobile stack jaisa screenshot mein hai */
        gap: 16px;
    }

    .solution-card {
        height: 280px; /* Mobile par card height adjust ki hai */
        padding: 30px 24px;
        width: 100%; /* Pure width cover karne ke liye */
    }

    .solutions-header h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .card-content h3 {
        font-size: 26px;
    }

    .arrow-btn {
        width: 48px;
        height: 48px;
    }

    /* Footer */
    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .social-icons { justify-content: center; }

    .footer-links {
        flex-direction: column;
        width: 100%;
    }

    .footer-column {
        border-bottom: 1px solid #F0F0F0;
        text-align: left;
    }

    .footer-toggle {
        padding: 20px 0;
        margin-bottom: 0 !important;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* Arrow icon for accordion */
    .footer-toggle::after {
        content: '+';
        font-size: 20px;
        transition: 0.3s;
    }

    .footer-column.active .footer-toggle::after {
        content: '-';
        transform: rotate(180deg);
    }

    /* Hide menu by default on mobile */
    .footer-menu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .footer-column.active .footer-menu {
        max-height: 300px; /* Enough height to show all links */
        padding-bottom: 20px;
    }

    .footer-bottom {
        text-align: center;
    }

    /* Solution-section3 */
   .journey-card {
    width:100%;
        flex-direction: column;
        padding: 40px 20px;
        overflow: hidden; /* Mobile par safety ke liye clipping */
    }
    .expert-assessment-area{width:100%;}
    .desktop-only { display: none; }
    
    .how-it-works-section{
        padding:0px; 
    }
    .journey-visual-side {
        order: -1; /* Image text ke upar aayegi */
        margin: 0 0 30px 0;
        width: 100%;
    }

    .journey-img-frame { height: 350px; }

    .journey-outcome-overlay {
        left: 20px;
        bottom: 20px;
        width: 80%;
    }

    .assessment-checklist {
        grid-template-columns: 1fr;
    }
    .btn-demo{
        margin-top:5%;
    }

     .plan-journey-card {
        flex-direction: column;
    }

    .plan-visual-wrapper {
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .plan-image-frame { height: 400px; }

    .plan-outcome-box {
        right: 20px;
        bottom: 20px;
        width: 80%;
    }

    .plan-text-details {
        padding-left: 0;
        width: 100%;
    }

    .includes-list { grid-template-columns: 1fr; }

    /* section6 */
    .support-heading {
        font-size: 1.8rem;
    }
    .expert-description {
        font-size: 1rem;
    }
    .support-banner-card {
        padding: 50px 20px;
        border-radius: 15px;
    }
    .book-demo-btn {
        width: 100%; /* Mobile par button bada dikhega */
    }
    /* section7 */
    .partnership-container {
        flex-direction: column; /* Stacks image on top, text on bottom */
    }
    
    .partnership-section {
        padding: 40px 20px;
    }

    .partnership-image-wrapper img {
        border-radius: 16px;
    }

    .partnership-title {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    /* business section2  */
    .impact-section {
        padding: 40px 20px;
    }
    .impact-header {
        margin-bottom: 30px;
        text-align: left;
    }
    .impact-title {
        font-size: 28px;
    }
    .impact-subtitle {
        font-size: 16px;
    }
    
    /* CHANGE GRID TO SINGLE COLUMN */
    .impact-grid {
         grid-template-columns: 1fr; /* mobile me 1 column */
         gap: 20px;
    }

    /* Adjustments for mobile cards */
    .impact-card {
        padding: 24px;
        min-height: auto; /* Let content define height */
    }
    .card-content-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .card-main-text {
        max-width: 100%;
    }
    .donut-chart {
        align-self: center;
    }

    /* Businesses Section3 */
     .values-carousel-section {
        padding: 40px 20px;
    }
    .value-card-item {
        flex: 0 0 85%; /* 1 card dominates, next card slightly visible */
    }
    .card-bg-img {
        height: 350px;
    }
    .values-main-title {
        font-size: 26px;
    }
    .card-text-overlay p{
        font-size: 1rem;
        line-height: 23px;
    }
    .card-text-overlay h3{
        font-size: 1.5rem;
    }

    /* Businesses section4 */
    .performance-section { padding: 40px 20px; }
    .performance-title { font-size: 28px; }
    .calculator-cta {
        flex-direction: column;
        text-align: center;
    }
    .performance-container{
        display: flex;
         flex-direction: column;
    }
    .performance-image-area img { height: 450px;
    width:80%; }

    /* Businesses section5 */
    .case-study-card {
        flex-direction: column; /* Stacks image on top of text */
        border-radius: 25px;
    }

    .card-image {
        min-height: 250px;
    }

    .card-content {
        padding: 30px;
    }

    .content-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .quote {
        font-size: 1.3rem;
    }

    .cta-button {
        width: 100%;
        text-align: center;
    }

    /* Book a demo */
    .demo-container {
                flex-direction: column;
                align-items: stretch;
            }
            
            .demo-form-card {
                max-width: 100%;
                margin-top: 20px;
            }

            .demo-title {
                text-align: left;
            }
            .trust-logos img{
                width:100%;
            }
}

@media (max-width: 1024px) {
    .stats-container {
        flex-direction: column;
        padding: 40px;
    }
    .stats-content h2 {  font-size: 2rem; }

    /* section6 */
    .support-heading {
        font-size: 2.5rem;
    }
    .support-banner-card {
        padding: 80px 30px;
    }
    /* section7 */
    .partnership-container {
        gap: 30px;
    }
    .partnership-title {
        font-size: 30px;
    }
    /* business section2 */
    .impact-title {
        font-size: 32px;
    }
    .impact-card {
        padding: 30px;
    }
    .big-stat {
        font-size: 48px;
    }
    .big-percent {
        font-size: 64px;
    }
    .card-main-text {
        font-size: 18px;
    }

    /* Businesses Section3 */
    .value-card-item {
        flex: 0 0 65%; /* Shows 1 full and a big part of 2nd */
    }
    .values-main-title {
        font-size: 32px;
    }
}

