body {
    padding: 0 30px;
    background: #000;
}
.hero-section{
    background:#000;
    min-height:90vh;
    display:flex;
    align-items:center;
    padding: 50px 0;
    /* padding: 100px 0; */
}

/* .hero-section{
    background:#000;
    min-height:90vh;
    display:flex;
    align-items:center;
    
} */
.navbar-brand {
    font-weight:700;
    font-size: 1.5rem;
}
.logo-width {
    max-width: 200px;
}

.hero-content{
    color:white;
}

.main-heading{
    font-size:60px;
    font-weight:700;
    margin-bottom:20px;
}

.hero-content p {
    font-size:22px !important;
    color:#fff;
    margin-bottom:30px;
}

.hero-btn{
    padding:12px 30px;
    font-weight:600;
    border-radius:6px;
}

.hero-image img{
    max-width:100%;
}

.hero-content{
    color: white;
}

.main-heading{
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content p{
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 8px;   /* reduces spacing between paragraphs */
}

.hero-content p:last-of-type{
    margin-bottom: 24px;  /* space before button */
}

.hero-btn{
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 6px;
}
.hero-image {
    position: relative;
}
/* Top left card */

.winrate-box {
    position: absolute;
    top: 15.5%;
    left: 3.5%;
    color:#fff;
    background: #000;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
/* Circle wrapper */

.circle-progress{
    position: relative;
    width: 110px;
    height: 110px;
}

.circle-progress svg{
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-circle{
    stroke-dasharray: 345;
    stroke-dashoffset: 345;
    transition: stroke-dashoffset 1.6s ease;
}
@media (max-width:576px){

.circle-progress{
    width: 70px;
    height: 70px;
}

.circle-text .big{
    font-size:18px;
}

.circle-text .small{
    font-size:9px;
}

}
/* Text inside circle */

.circle-text{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    color: #fff;
}

.circle-text .small{
    display:block;
    font-size:12px;
    line-height:1.2;
}

.circle-text .big{
    display:block;
    font-size: 30px;    
    font-weight:700;
    line-height:1.2;
    color:#ffdf01;
}
.counter-box {
    position: absolute;
    bottom: 20px; /* Adjust as needed */
    right: 20px;  /* Adjust as needed */
    background: rgba(0,0,0,0.7);
    padding: 20px 25px;
    border-radius: 20px;
    text-align: left;
    color: #fff;
    min-width: 150px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.counter-box .counter-text {
    font-size: 20px;
    margin-bottom: 5px;
}

.counter-box .counter-number {
    font-size: 50px;
    font-weight: 700;
    color: #ffde02;
}

@media (max-width:991px){

.main-heading{
    font-size:44px;
}

.hero-content p{
    font-size:16px;
}

/* reduce circle size */

.circle-progress{
    width:100px;
    height:100px;
}

.circle-text .big{
    font-size:26px;
}

/* reposition boxes */

.winrate-box{
    top:10%;
    left:3%;
    padding:16px;
}

.counter-box{
    bottom:10px;
    right:10px;
    padding:14px 18px;
}

.counter-box .counter-number{
    font-size:32px;
}

}


/* ============================= */
/* MOBILE RESPONSIVE */
/* ============================= */

@media (max-width:576px){

.whatsapp-btn{
    background: #ffde02 !important;
    color:#000;
    font-weight:600;
    padding:10px 30px !important;
    border-radius:6px;
    font-size: 15px !important;
}
.main-heading{
            font-size: 24px;
            padding-top: 40px;
}
.hero-image {
    padding-top: 100px;
}
body {
    padding: 0 0;
}
.hero-content{
    text-align:center;
}
.hero-content p {
    font-size: 12px !important;

}
.logo-width {
    max-width: 150px;
}
/* smaller circle */

.circle-progress{
    width:80px;
    height:80px;
}

.circle-text .small{
    font-size:10px;
}

.circle-text .big{
    font-size:20px;
}

/* reposition winrate */

.winrate-box{
    position: absolute;
    top: auto;
    bottom: 0;
    padding:12px;
    border-radius:14px;
}

/* smaller counter */

.counter-box{
    bottom:8px;
    right:8px;
    padding:10px 14px;
    border-radius:14px;
}

.counter-box .counter-text{
           font-size: 10px;

}

.counter-box .counter-number{
    font-size:24px;
}

}
.custom-navbar{
    transition: all 0.3s ease;
    background: transparent;
}

.custom-navbar.scrolled{
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(6px);
}

.custom-navbar{
    background: #000;
    transition: opacity 0.3s ease;
}

.custom-navbar .nav-link{
    color:#fff;
    margin-left:20px;
    font-weight:500;
}

.custom-navbar .nav-link:hover{
    color:#ddd;
}
.navbar-toggler {
    border-color: white;
}

.navbar-toggler-icon {
    filter: invert(1);
}
/* WhatsApp button */

.whatsapp-btn{
    background: #ffde02 !important;
    color:#000;
    font-weight:600;
    padding:10px 50px;
    border-radius:6px;
    font-size: 22px
}

.whatsapp-btn:hover{
    background: #1DA851 !important;    
transform: scale(1.05);
    color:#fff;
}
/* .custom-gold {
    background: #ab9106 !important;
} */
/* opacity effect when scrolling */

.custom-navbar.scrolled{
    opacity:0.75;
}


/* About Section */
.about-section{
    padding: 100px 0; /* Increased padding for more separation */
    border-radius: 20px;
    background: 
        conic-gradient(from 27deg at 8.2% 45.31%, #efefef40 0deg, #ffffff40 360deg),
        conic-gradient(from 172deg at 15.45% 34.5%, #efefef66 0deg, #fff6 360deg),
        conic-gradient(from 178deg at 88.78% 2.2%, #ebeaea66 0deg, #fff6 360deg),
        conic-gradient(from 193deg at 88.75% 34.65%, #dbdbdb66 0deg, #fff6 360deg),
        #fff;
}

.section-title{
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.about-text{
    color: #000;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 15px auto;
    line-height: 1.6;
}

/* Services Section*/
/* Section Background */
.services-section{
    padding: 150px 0;
    background-color: #000; /* solid black base */
    background-image:
        conic-gradient(from 27deg at 8.2% 45.31%, #efefef10 0deg, #ffffff10 360deg),
        conic-gradient(from 172deg at 15.45% 34.5%, #efefef22 0deg, #fff6 360deg),
        conic-gradient(from 178deg at 88.78% 2.2%, #ebeaea22 0deg, #fff6 360deg),
        conic-gradient(from 193deg at 88.75% 34.65%, #dbdbdb22 0deg, #fff6 360deg);
    background-blend-mode: overlay;
}

/* Section Title */
.services-section .section-title{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
}

/* Service Box */
.service-box{
    padding: 50px 0 !important;
    background: #111; /* slightly lighter than black to pop over section */
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.7); /* prominent shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.service-box:hover{
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.6);
}

/* Image */
.service-image{
    display: flex;
    justify-content: center;
    align-items: center;
}

.moving-image{
    max-width: 120px;
    animation: float 3s ease-in-out infinite alternate;
}

/* Heading & Description */
.service-title{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
}

.service-desc{
    font-size: 16px;
    color: #ccc;
    margin-top: 10px;
    line-height: 1.5;
}

/* Floating Animation */
@keyframes float {
    0%{ transform: translateX(0px); }
    50%{ transform: translateX(8px); }
    100%{ transform: translateX(0px); }
}

.icon-wrap {
background: linear-gradient(135deg, #ffde02, #d4b800);    
border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Large WhatsApp Button for Services Section */
.whatsapp-btn-lg{
    background:#ffde02; /* WhatsApp green */
    color:#000;
    font-weight:600;
    border-radius:8px;
    display:inline-flex;
    align-items:center;
    gap:10px; /* space between icon and text */
    transition: background 0.3s ease, transform 0.3s ease;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 22px;
}

.whatsapp-btn-lg:hover{
background: #1DA851;    
transform: scale(1.05);
    color:#fff;
}


/* YOUTUBE SECTION */
/* Videos Section */
.videos-section{
    
    padding: 150px 0;
    background: #111; /* dark background */
}

/* Section Title */
.videos-section .section-title{
    font-size: 40px;
    font-weight:700;
    color: #fff;
    margin-bottom: 50px;
}

/* Video Box */
.video-box{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-box iframe{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    border-radius: 12px;
}

.video-box:hover{
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
}

/* Reviews Section */

/* Section Background */
.reviews-section{
    padding: 150px 0;
    background: #fff; /* white background */
    border-radius: 20px;
}

/* Section Title */
.reviews-section .section-title{
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
}

/* Review Box */
.review-box{
    background: #f7f7f7; /* light gray box */
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}
.avatar {
background: linear-gradient(135deg, #ffde02, #d4b800);    color: #000;
    font-weight: 700;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    position:absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.review-box:hover{
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* Person Image */
.review-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

/* Name */
.review-name{
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}

/* Stars */
.review-stars i{
    color: #FFD700; /* yellow stars */
    margin: 0 2px;
    font-size: 16px;
}

/* Review Text */
.review-text{
    font-size: 15px;
    color: #555;
    margin-top: 10px;
    line-height: 1.6;
}

/* Contact us section */

/* Contact Section */
.contact-section{
    padding: 150px 0;
    background: #000; /* black background */
}

/* Section Title */
.contact-section .section-title{
    font-size: 40px;
    font-weight:700;
    margin-bottom: 50px;
}

/* Contact Info */
.contact-info{
    background: #111; /* slightly lighter black for contrast */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* Contact Form */
.contact-form{
    background: #111; /* slightly lighter black */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.contact-form input,
.contact-form textarea{
    background: #222;
    border: none;
    color: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus{
    outline: none;
    border: 1px solid #3156e6; /* WhatsApp green focus */
}
#contact input::placeholder,
#contact textarea::placeholder {
    color: #aaa;
    opacity: 1;
}
.contact-form button{
    background: #ffde02;
    color: #fff;
    font-weight:600;
    border:none;
    padding:12px 0;
    border-radius:6px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.contact-form button:hover{
    /* background: #3156e6; */
    transform: scale(1.03);
}

/* Footer */
.footer-section{
    background:#111;
    padding:40px 0;
}

.footer-section p{
    color:#aaa;
    margin:0;
}

.social-icons a{
    font-size:30px;
    margin:0 10px;
    transition:transform 0.3s ease, opacity 0.3s ease;
}
.social-icons i{
    font-size: 24px;
    color: white;
    transition: 0.3s ease;
}
.social-icons a{
    color: inherit;        /* inherit icon color */
    text-decoration: none; /* remove underline */
}

.social-icons a:visited{
    color: inherit;
}

.social-icons a:hover{
    text-decoration: none;
}

/* Hover Colors */

.instagram i{
    color:#E1306C;
}

.youtube i{
    color:#FF0000;
}

.facebook i{
    color:#1877F2;
}

.linkedin i{
    color:#0A66C2;
}

.whatsapp i{
    color:#25D366;
}

.tiktok i{
    color:#FE2C55;
}

.x i{
    color:#ffffff;
}

.website i{
    color:#00c896;
}

/* Animation */

.social-icons a:hover i{
    transform: scale(1.25);
}
/* Brand Colors */

.footer-section .bi-instagram{
    color:#E1306C;
}

.footer-section .bi-youtube{
    color:#FF0000;
}

.footer-section .bi-facebook{
    color:#1877F2;
}

/* Hover effect */

.footer-section .social-icons a:hover{
    transform:translateY(-4px);
    opacity:0.85;
}
/* YOUTUBE VIDEOS */
.video-card{
    position:relative;
    cursor:pointer;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.4);
    transition:transform .3s;
}

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

.video-card img{
    width:100%;
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#ff0000;
    color:white;
    font-size:24px;
    padding:12px 18px;
    border-radius:50%;
}

.whatsapp-float{
position:fixed;
bottom:20px;
right:20px;
z-index:999;
}

.whatsapp-float img{
width:55px;
height:55px;
}
#income-calculator {
    padding: 6rem 6rem !important;
    border-radius: 20px;
}
#income-calculator .section-heading {
    font-size: clamp(28px, 4vw, 48px); /* min 28px, max 48px, scales with viewport */
    font-weight: 600;
}

#income-calculator .section-subheading {
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
}

#income-calculator .big-number {
    font-size: clamp(28px, 4vw, 48px);
}

.text-success {
    font-size: clamp(50px, 8vw, 120px);
    line-height: 1.1;
}

#monthly-revenue {
    font-size: clamp(36px, 6vw, 120px);
    color: #ffde02!important;
    font-weight: 600;
}
.calculation-box {
    background: #000000;
    color: #000;
    border-radius: 12px;
    transition: box-shadow 0.3s;
}
.form-range {
    padding: 40px 0;
}

.calculation-box:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.margin-6rem {
    margin-top: 6rem;
}
/*
#income-calculator .section-heading {
    font-size: 48px;    
    font-weight: 700;
    color: #111;
}

#income-calculator .section-subheading {
    font-size: 1.1rem;
            margin-top: 16px;
    color: #555;
}

.calculation-box {
    background: #f1f1f1;
    border-radius: 12px;
    transition: box-shadow 0.3s;
}
.form-range {
    padding: 40px 0;
}

.calculation-box:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.margin-6rem {
    margin-top: 6rem;
}
#monthly-revenue {
    color: #3760ff !important;
    font-weight: 700;
} */
 .calculation-box h5 {
    color: #fff;
 }
.big-number {
            font-size: 48px;
        line-height: 60px;
        font-weight: 700;
}
.text-success {
    font-size: 120px;
    font-weight: 700;
}
.text-success h5 {
    font-size: 20px;
    padding: 20px 0;
}
/* Make both columns equal height */
#income-calculator .row.align-items-stretch {
    display: flex;
}


/* Features Section */
.features-section{
background:white;
padding:100px 0;
margin-bottom: 100px;
border-radius: 20px;
}

.section-title{
font-size:2.5rem;
font-weight:700;
}

/* CARD */

.feature-box{
position:relative;
height:450px;
border-radius:12px;
overflow:hidden;
display:flex;
align-items:flex-end;
background-size:cover;
background-position:center;
transition:transform .3s ease;
}

.feature-box:hover{
transform:translateY(-6px);
}

/* TEXT PANEL */

.feature-content{
background:rgba(0,0,0,0.75);
color:white;
padding:25px;
width:100%;
background:linear-gradient(
rgba(0,0,0,0.6),
rgba(0,0,0,0.85));

}

.feature-content h5{
font-weight:600;
margin-bottom:6px;
font-size: 2rem;
}

.feature-content p{
font-size:0.95rem;
color:#ddd;
}

/* BACKGROUND IMAGES */

.box1{background-image:url("../images/1.webp");}
.box2{background-image:url("../images/2.webp");}
.box3{background-image:url("../images/3.webp");}
.box4{background-image:url("../images/4.webp");}
.box5{background-image:url("../images/5.webp");}
.box6{background-image:url("../images/6.webp");}


/* Section Loyalty */
.loyalty-section{
background:#000;
color:#fff;
padding:120px 0;
}

.section-header{
max-width:700px;
margin:0 auto 80px auto;
}

.section-header h2{
font-size:2.4rem;
font-weight:700;
margin-bottom:15px;
}

.section-header p{
color:#bbb;
}

.tier-row{
align-items:flex-end;
}

/* Cards */

.tier-card{
background:#fff;
color:#000;
padding:25px;
border-radius:10px;
text-align:left;
min-height:160px;
}

.tier-top{
display:flex;
align-items:center;
gap:10px;
font-weight:600;
}
.tier-top span {
    font-size: 30px;
}
.tier-top img{
width:50px;
}

.tier-card hr{
margin:15px 0;
border-color:#eee;
}

.tier-bottom{
display:flex;
align-items:center;
gap:10px;
}

.percent{
font-size:48px;
font-weight:700;
}

.label{
font-size:13px;
color:#666;
line-height:1.1;
}

/* Staircase Effect */

.tier1{margin-bottom:0px;}
.tier2{margin-bottom:25px;}
.tier3{margin-bottom:50px;}
.tier4{margin-bottom:75px;}
.tier5{margin-bottom:100px;}

/* Growth Section */
.growth-section{
    position: relative;
    padding:120px 0;
    color:#fff;
    overflow:hidden;
}

/* VIDEO */

.growth-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0;
}

/* DARK OVERLAY */

.growth-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.65);
    z-index:1;
}

/* CONTENT ABOVE VIDEO + OVERLAY */

.growth-section .container{
    position:relative;
    z-index:2;
}

.growth-row{
    align-items:flex-start; /* important for staircase */
    flex-wrap: wrap;
    justify-content: center;
}

/* Cards */
.growth-card{
    background:#fff;
    color:#000;
    padding:30px;
    border-radius:10px;
    text-align:center;
    min-height:160px;
    transition:.3s;
}

.growth-card:hover{
    transform:translateY(-6px);
}

.growth-card h4{
    font-weight:600;
    color:#666;
    margin-bottom:10px;
}

.growth-card h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:5px;
}

.growth-card p{
    font-size:14px;
    color:#777;
}

.note{
    display:block;
    font-size:12px;
    color:#999;
    margin-top:5px;
}

.growth-icon{
    font-size:40px;
    color:#ffde02;
    margin-bottom:12px;
    display:block;
}

/* Highlight biggest year */
.highlight{
    border:2px solid #25D366;
}

/* Staircase Effect */
.g1{margin-top:80px;}
.g2{margin-top:60px;}
.g3{margin-top:40px;}
.g4{margin-top:20px;}
.g5{margin-top:0;}
/* Responsive Adjustments */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* In-view state: visible, normal scale, final position */
.animate-on-scroll.in-view {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Optional: add a subtle shadow pop for extra style */

@media (max-width: 991px){
    .g1, .g2, .g3, .g4, .g5{
        margin-top:0 !important; /* remove staircase on tablet */
    }
     .growth-box {
        margin-top: 0 !important; /* remove staircase */
        margin-bottom: 20px !important;      /* add consistent spacing */
    }
}

@media (max-width: 576px){
    .growth-card h2{
        font-size:32px;
    }
    .growth-card h4{
        font-size:16px;
    }
    .growth-card p{
        font-size:12px;
    }
    .growth-icon{
        font-size:30px;
    }
}
/* Highlight biggest year */

.highlight{
border:2px solid #25D366;
}

/* Staircase growth effect */

.g1{margin-bottom:0;}
.g2{margin-bottom:25px;}
.g3{margin-bottom:50px;}
.g4{margin-bottom:75px;}
.g5{margin-bottom:100px;}

/* Tablet */

@media (max-width: 991px){

.tier-row{
flex-wrap:wrap;
justify-content:center;
gap:20px;
}
.tier-bottom {
    display: block;
}
.tier-box{
flex:0 0 45%;
max-width:45%;
margin-bottom:0 !important;
}

}


/* Mobile */

/* @media (max-width: 576px){

.section-header h2{
font-size:1.8rem;
}

.section-header p{
font-size:0.9rem;
}

.tier-box{
flex:0 0 100%;
max-width:100%;
}

.tier-card{
padding:20px;
}

.percent{
font-size:26px;
}


} */



/* Income Calculator Responsive */
/* Tablet: ≤991px */
@media (max-width: 991px) {

  #income-calculator {
    padding: 4rem 3rem !important; /* reduce padding */
    border-radius: 20px;
  }

  #income-calculator .section-heading {
    font-size: 36px;
  }

  #income-calculator .big-number {
    font-size: 36px;
    line-height: 48px;
  }

  .text-success {
    font-size: 80px;
  }

  .calculation-box {
    padding: 40px;
  }
 
}

/* Mobile: ≤576px */
@media (max-width: 600px) {
    .about-section, .services-section, .loyalty-section, .features-section, .videos-section, .reviews-section, .contact-section {
        padding: 50px 0 !important;
        margin: 0 0 !important;
    }


  #income-calculator {
    padding: 2.5rem 1.5rem !important;
    border-radius: 15px;
  }

  #income-calculator .section-heading {
    font-size: 28px;
    text-align: center;
  }

  #income-calculator .section-subheading {
    font-size: 1rem;
    text-align: center;
  }

  .big-number {
    font-size: 28px;
    line-height: 36px;
  }

  .text-success {
    font-size: 50px;
  }

  #monthly-revenue {
    font-size: 36px;
  }

  #income-calculator .row.align-items-stretch {
    flex-direction: column; /* stack columns vertically */
  }

  #income-calculator .col-lg-6 {
    max-width: 100%;
    width: 100%;
  }

  .calculation-box {
    padding: 30px;
    /* margin-top: 2rem; */
  }

  .margin-6rem {
    margin-top: 2rem;
  }

  .form-range {
    padding: 20px 0; /* smaller slider padding */
  }
  .mb-4 {
    margin-bottom: 0 !important;
  }
  .tier-top {
    display: block;
    text-align: center;
    gap: 10px;
    font-weight: 600;
}
 .tier-bottom {
    text-align:center;
 }
 .label {
    font-size: 20px;
 }
}



.section-heading {
    font-family: 'Inter', 'Roboto', sans-serif; /* modern clean font */
    font-weight: 700;
    color: #111; /* dark text for readability */
/* 
    text-align: center; /* center by default, can override per section */
    
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: clamp(28px, 4vw, 48px); /* scales from mobile to desktop */
}

/* Optional subheading for consistent styling */
.section-subheading {
    font-family: 'Inter', 'Roboto', sans-serif;
    font-weight: 400;
    color: #555;
    font-size: clamp(0.9rem, 1.5vw, 1.2rem);
    margin-bottom: 2rem;
}