body {
    background: #000;
}
.hero-section {
/* background-image: url('../images/bg 2.jpg');     */
/* min-height: 90vh; */
  background-color: #f5f5f5;
  background-image:
    linear-gradient(135deg, rgba(0,0,0,0.03) 25%, transparent 25%),
    linear-gradient(225deg, rgba(0,0,0,0.03) 25%, transparent 25%),
    linear-gradient(45deg, rgba(0,0,0,0.03) 25%, transparent 25%),
    linear-gradient(315deg, rgba(0,0,0,0.03) 25%, #f5f5f5 25%);

  background-position:
    20px 0,
    20px 0,
    0 0,
    0 0;
  background-size: 80px 80px;
  background-repeat: repeat;

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

.social-icons-nav .bi-instagram {color:#E4405F;}
.social-icons-nav .bi-youtube {color:#FF0000;}
.social-icons-nav .bi-facebook {color:#1877F2;}
.social-icons-nav .bi-whatsapp {color:#25D366;}
.social-icons-nav .bi-linkedin {color:#0A66C2;}
.social-icons-nav .bi-twitter-x {color:#aaa;}
.social-icons-nav .bi-tiktok {color:#FE2C55;}
/* .social-icons-nav .bi-telegram {
    color:#0A66C2;
} */
 .social-icons-nav .bi-telegram {
    color:#68b3ff;
}
.bi-instagram:hover{color:#E4405F;}
.bi-youtube:hover{color:#FF0000;}
.bi-facebook:hover{color:#1877F2;}
.bi-whatsapp:hover{color:#25D366;}
.bi-linkedin:hover{color:#0A66C2;}
.bi-twitter-x:hover{color:#aaa;}
.bi-tiktok:hover{color:#FE2C55;}
.bi-telegram:hover {
    color:#0A66C2;
}
.bi-threads:hover {
  color: #ccc;
}
.top-social-icons a:hover{
    transform:scale(1.15);
}

.navbar-brand {
    font-weight:700;
    font-size: 1.5rem;
}
.logo-width {
    max-width: 200px;
}

.hero-content{
    color:#000;
}

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


.hero-content p {
    font-size:22px !important;
    color:#000;
    margin-bottom:30px;
    line-height: 1.5;
    margin-bottom: 8px; 
        text-align: justify;
}

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

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

.hero-content{
    color: white;
}




.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 */
.whatsapp-color {
    background: #25D366 !important;
    color: #fff !important;
}
.winrate-box {
    position:absolute;
    top:10%;
    left: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.progress-circle {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: black; /* black inner circle */
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.progress-circle circle {
  fill: none;
  stroke-width: 12;
  stroke-linecap: round;
}

.progress-circle .bg {
  stroke: #444; /* background circle color */
}

.progress-circle .progress {
  stroke: #d7942d; /* progress color */
  stroke-dasharray: 339.292; /* 2πr */
  stroke-dashoffset: 339.292;
  transition: stroke-dashoffset 0.3s linear;
}


.winrate-text .counter-number {
  font-size: 24px;
  font-weight: bold;
  color: #d7942d;
}

.winrate-text .small {
  font-size: 14px;
  color: white;
}


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

.winrate-text .counter-number {
  font-size: 24px;
  font-weight: bold;
}

.winrate-text .small {
  font-size: 14px;
  color: #fff;
}
/* Text inside circle */

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


.counter-box {
    position: absolute;
    bottom: 20px; /* Adjust as needed */
    right: 20px;  /* Adjust as needed */
    background: rgba(0,0,0);
    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: #d7942d;
}

@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:30%;
    left:3%;
    padding:16px;
}

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

.counter-box .counter-number{
    font-size:32px;
}
.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 */
    }
    .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;
    }
     #income-calculator {
    padding: 4rem 3rem !important; /* reduce padding */

  }

  #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 RESPONSIVE */
/* ============================= */

@media (max-width:576px){



body {
    padding: 0 0;
}
.hero-content{
    text-align:center;
}
.hero-content p {
    font-size: 12px !important;

}
.section-title{
    font-size: 1.5rem !important;
}
.about-text {
    font-size: 12px !important;
}
.logo-width {
    max-width: 150px;
}
/* smaller circle */



/* reposition winrate */


/* 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;
}.navbar{
    margin-bottom:0;
}
.circle-text .small {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: black !important;
}
.growth-card h2{
        font-size:32px;
    }
    .growth-card h4{
        font-size:16px;
    }
    .growth-card p{
        font-size:12px;
    }
    .growth-icon{
        font-size:30px;
    }
     .review-box {
        padding-top: 70px; /* more space on small screens */
    }
    .avatar {
        width: 70px;
        height: 70px;
        font-size: 1.5rem;
    }
    .review-text {
        font-size: 14px; /* optional: make text smaller */
    }
   

}
/* HEADER */

.main-header{
    position:fixed;
    top:0;
    width:100%;
    z-index:9999;
    margin:0 !important;
}
/* SOCIAL ROW */

/* .social-row{
    padding:6px 0;
    margin:0;
    color: #000;
} */



.social-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:16px;
}

.social-icons a{
    color:#000;
    font-size:15px;
    transition:0.3s;
}

.social-icons a:hover{
    transform:scale(1.15);
}
.social-icons-footer .bi-instagram {
 color:#E1306C;

}
.social-icons-footer .bi-youtube {
    color: #FF0000;
}
.social-icons-footer .bi-whatsapp {
    color: #25D366;
}
.social-icons-footer .bi-telegram{
    color: #0A66C2;
}
.social-icons-footer .bi-facebook {
    color: #1877F2;
}
.social-icons-footer .bi-twitter {
    color: #aaa;
}
.social-icons-footer .bi-tiktok {
    color: #FE2C55;
}
.social-icons-footer .bi-linkedin {
    color: #0A66C2;
}
/* NAVBAR */
.navbar {
margin-bottom: 0;    
}
.custom-navbar{
    background:#323232;
    border-top:1px solid rgba(255,255,255,0.08);
    margin:0;
    padding:8px 0;
}

/* PUSH PAGE CONTENT DOWN */

body{
    padding-top:110px;
}
/* HEADER */

.main-header{
    position:fixed;
    top:0;
    width:100%;
    z-index:9999;
}

/* SOCIAL ROW */

.social-row{
    background:#494949;
    padding:6px 0;
}

.social-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:16px;
}

.social-icons a{
    color:#fff;
    font-size:15px;
    transition:0.3s;
}

.social-icons a:hover{
    transform:scale(1.15);
}

/* NAVBAR */

.custom-navbar{
    background:#323232;
    border-top:1px solid rgba(255,255,255,0.1);
}

/* PUSH PAGE CONTENT DOWN */

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

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

.custom-navbar{
    background: #323232;
    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 */

.membership-btn{
    background: #d7942d;
    color:#000;
    font-weight:600;
    padding:10px 20px;
    border-radius:6px;
    font-size: 22px
}

.membership-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 */
    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: url('../images/bg\ 2.jpg'); */

    background-color: #626262; 
    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: #fff; /* slightly lighter than black to pop over section */
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
            0 2px 4px -1px rgba(0, 0, 0, 0.06);    
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



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

/* 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: #000;
    margin-top: 15px;
}

.service-desc{
    font-size: 16px;
    color: #474747;
    margin-top: 10px;
    line-height: 1.5;
}
.service-box{
    position: relative;
    padding-bottom: 60px;
}

.service-social{
    
    margin-top:20px;
    font-size: 28px;
    
}
.team-section{
    background:#fff; /* White background for section */
    color:#333;
}

.team-section .section-title{
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
    color:#111;
}

.team-section p{
    color:#555;
    font-size:16px;
    margin-bottom:50px;
}

.team-card{
    background:#fff;
    padding:30px 20px;
    border-radius:15px;
    text-align:center;
    transition:0.4s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1); /* soft shadow */
}

.team-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.team-card .team-img{
    width:140px;
    height:140px;
    margin:0 auto 15px;
    border-radius:50%;
    overflow:hidden;
    border:4px solid #d7942d; /* golden border */
    transition:0.3s;
}

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

.team-card h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:5px;
    color:#111;
}

.team-card .designation{
    font-size:14px;
    color:#d7942d;
    margin-bottom:10px;
}
.youtube-btn-lg {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FF0000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
}

.youtube-btn-lg:hover {
    transform: scale(1.05);
    opacity: 0.9;
}
.youtube-btn-lg {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FF0000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
}

.youtube-btn-lg:hover {
    transform: scale(1.05);
    opacity: 0.9;
}
/* Responsive adjustments */
@media(max-width:768px){
    .team-card{
        padding:20px 15px;
    }
    .team-card .team-img{
        width:120px;
        height:120px;
    }
    .team-card h4{
        font-size:18px;
    }
    .team-card .designation{
        font-size:13px;
    }
}
/* PLATFORM CARDS */

.platform-row{
    margin-top:40px;
}
/* CARD */
.platform-card{
    background:#fff;
    padding:22px 15px;
    border-radius:15px;
    text-align:center;
    transition:0.3s;
    height:100%;
    border:1px solid #eee;
}

.platform-card i{
    font-size:34px;
    margin-bottom:12px;
}

.platform-card h6{
    font-weight:600;
    margin-bottom:6px;
    color:#000;
}

.platform-card p{
    font-size:13px;
    color:#666;
    margin-bottom:12px;
}

/* BUTTON */
.platform-btn{
    display:inline-block;
    font-size:13px;
    padding:6px 14px;
    border-radius:20px;
    text-decoration:none;
    color:#fff;
    transition:0.3s;
}

/* BRAND BUTTON COLORS */

/* ICON COLORS (FIXED) */
.platform-card.youtube i{color:#FF0000;}
.platform-card.instagram i{color:#E4405F;}
.platform-card.whatsapp i{color:#25D366;}
.platform-card.telegram i{color:#0088cc;} /* FIXED */
.platform-card.facebook i{color:#1877F2;}
.platform-card.tiktok i{color:#000;}
.platform-card.x i{color:#111;} /* FIXED */
.platform-card.threads i{color:#000;}


/* BUTTONS (IMPROVED TEXT STYLE) */
/* ICON COLORS (FIXED) */
.platform-card.youtube i{color:#FF0000;}
.platform-card.instagram i{color:#E4405F;}
.platform-card.whatsapp i{color:#25D366;}
.platform-card.telegram i{color:#0088cc;} /* FIXED */
.platform-card.facebook i{color:#1877F2;}
.platform-card.tiktok i{color:#000;}
.platform-card.x i{color:#111;} /* FIXED */
.platform-card.threads i{color:#000;}


/* BUTTONS (IMPROVED TEXT STYLE) */
.platform-btn{
    display:inline-block;
    font-size:13px;
    padding:7px 16px;
    border-radius:20px;
    text-decoration:none;
    color:#fff;
    font-weight:500;
    transition:0.3s;
}

/* BRAND BUTTON COLORS */
.youtube-btn{background:#FF0000;}
.instagram-btn{background:#E4405F;}
.whatsapp-btn{background:#25D366;}
.telegram-btn{background:#0088cc;}
.facebook-btn{background:#1877F2;}
.tiktok-btn{background:#000;}
.x-btn{background:#111;}
.threads-btn{background:#000;}

.platform-btn:hover{
    transform:scale(1.05);
    opacity:0.9;
}
.platform-card.tiktok i{
    color:#000;
    text-shadow: 
        2px 2px #FE2C55,
        -2px -2px #25F4EE;
}

.platform-btn:hover{
    transform:scale(1.05);
    opacity:0.9;
}

/* HOVER */
.platform-btn:hover{
    opacity:0.85;
}

.platform-card:hover{
    transform:translateY(-6px);
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.service-social a i{
    transition: 0.3s;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='%23888888' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1 3 8l8 7'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='%23888888' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 1l8 7-8 7'/%3E%3C/svg%3E");
}
/* Remove default Swiper arrow */
.review-prev::after,
.review-next::after {
  display: none;
}

/* Common button style */
.review-prev,
.review-next {
  width: 45px;
  height: 45px;
  opacity: 1;
}

/* LEFT arrow (Bootstrap style, grey) */
.review-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='%23888888' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1 3 8l8 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

/* RIGHT arrow (Bootstrap style, grey) */
.review-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 16 16' fill='%23888888' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 1l8 7-8 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.social-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px; /* space between icon and text */
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background-color: #333; /* neutral background */
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Icon size */
.social-btn i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

/* Hover effect: icon slightly pops */
.social-btn:hover i {
    transform: scale(1.2);
}

/* Social Media Specific Colors on Hover */
.social-btn.instagram:hover {
    background-color: #E4405F;
    
}
.social-btn.instagram:hover i {
    color: white;
}

.social-btn.whatsapp:hover i {
    color: #fff;
}
.social-btn.youtube:hover i {
    color: #fff;
}
.social-btn.whatsapp:hover {
    background-color: #25D366;
}

.social-btn.youtube:hover {
    background-color: #FF0000;
    
}

/* Optional: subtle hover shadow */
.social-btn:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}


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

.icon-wrap {
background:  #d7942e;    
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 */
.membership-btn-lg{
    background:#d7942e; /* 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;
}

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


/* YOUTUBE SECTION */
.youtube-section{
/* background: url('../images/bg\ 2.jpg'); */
background-color: #626262; 
    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;
padding:120px 0;
}
.youtube-section .section-heading {
    padding-bottom: 50px;
    color: white;
}
.youtube-title{
color:#fff;
font-size:40px;
font-weight:700;
margin-bottom:60px;
}

/* video card */

.video-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.video-thumb {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.video-title {
  font-size: 14px;
  line-height: 1.4;

  height: 60px;              /* increased from 40px */
  overflow: hidden;

  display: -webkit-box;
  -webkit-line-clamp: 3;     /* allow 3 lines now */
  -webkit-box-orient: vertical;
}

/* overlay */

.video-overlay{

position:absolute;
top:0;
left:0;

width:100%;
height:100%;

display:flex;
align-items:center;
justify-content:center;

background:rgba(0,0,0,0.5);

opacity:0;

transition:0.3s;

color:#fff;
font-weight:600;
letter-spacing:1px;

}

.video-card:hover .video-overlay{
opacity:1;
}

/* modal */

#videoModal iframe{
border-radius:6px;
}

/* Reviews Section */

/* Section Background */
.reviews-section{
padding:120px 0;
background:#fff;
}

.section-title{
font-size:38px;
font-weight:700;
margin-bottom:60px;
}

/* Card */

.review-card{
background:#f7f7f7;
border-radius:16px;
padding:40px 30px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:0.3s;
height:100%;
}

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

/* Avatar */

.review-avatar{
width:80px;
height:80px;
border-radius:50%;
object-fit:cover;
margin-bottom:15px;
border:3px solid #ffde02;
}

/* Name */

.review-name{
font-size:18px;
font-weight:700;
margin-bottom:8px;
}

/* Stars */

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

/* Text */

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

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

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

/* 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;
}

.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;
    background: #000;
}

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

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

.video-card p {
    padding: 10px 15px;
}
.swiper-slide {
  height: auto;
  display: flex;
}

.video-card {
  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;
}
#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: rgb(215 148 46) !important;
    font-weight: 600;
}
.calculation-box {
    background: #000;
    color: #000;
    border-radius: 12px;
    transition: box-shadow 0.3s;
    margin-top:20px;
}
.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;
}

.team-section {
    padding: 100px 0;
}
/* Features Section */
.features-section{
background:white;
padding:100px 0;
}

.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(255,255,255,.50);
    z-index:1;
}

/* CONTENT ABOVE VIDEO + OVERLAY */

.growth-section .container{
    position:relative;
    z-index:2;
}
.section-header .in-view {
    color: #000;
}
.section-header p {
    color: #393939;
    font-size: 1.4rem;
}

.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:#d7942d;
    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 */



/* 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;}
.instagram-media {
  width: 100% !important;      /* take full width of parent */
  max-width: 100% !important;  /* override fixed max-width */
  margin: 0 auto !important;
}

.instagram-media iframe {
  width: 100% !important;      /* make iframe scale to parent */
  max-width: 100% !important;
}
.instagram-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background:#fff;
    padding:15px;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    height:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
}
.instagram-wrapper{
    
}
.instagram-wrapper blockquote {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media(max-width: 700px){
    .social-icons {
        gap: 10px;
    }
}
@media (max-width: 576px) {
  .press-section .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-header p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
    .about-section, .services-section, .loyalty-section, .features-section, .videos-section, .reviews-section, .contact-section, .youtube-section, .team-section {
        padding: 50px 0 !important;
        margin: 0 0 !important;
    }
.contact-section {
    padding-bottom: 0 !important;
}

  #income-calculator {
    padding: 2.5rem 1.5rem !important;
  }

  #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;
 }
 .membership-btn{
    color:#000;
    font-weight:600;
    padding:10px 30px !important;
    border-radius:6px;
    font-size: 15px !important;
}
p {
    font-size: 12px;
}
h6 {
    padding-top: 20px;
    font-size: 12px;
}
.main-heading{
            font-size: 24px;
            padding-top: 40px;
}
.hero-image {
        padding-top: 50px;
}

    #income-calculator .section-heading {
        font-size: 20px !important;
        text-align: center;
    }
        #income-calculator .section-subheading {
        font-size: 12px;
        text-align: center;
    }
    .service-title {
        font-size: 20px;
    }
    .service-desc {
        font-size: 12px;
    }
    .section-header h2 {
        font-size: 20px;
    }
    .feature-content {
        text-align: center;
    }
    .contact-info {
        text-align:center;
    }
    .feature-content h5{
        font-size: 20px;
    }
    .feature-content p {
        font-size: 12px;
    }
    .platform-row{
    margin-top:0;
}
    .platform-card{
        padding:16px 10px;
        border-radius:12px;
    }

    .platform-card i{
        font-size:26px; /* smaller icon */
        margin-bottom:8px;
    }

    .platform-card h6{
        font-size:14px;
        margin-bottom:4px;
    }

    .platform-card p{
        font-size:11px;
        line-height:1.3;
        margin-bottom:8px;
    }

    .platform-btn{
        font-size:11px;
        padding:5px 12px;
        border-radius:16px;
    }
   .progress-circle {
    width: 90px;
    height: 90px;
  }
  .progress-circle circle {
    stroke-width: 8;
  }
  .winrate-text .counter-number {
    font-size: 18px;
  }
  .winrate-text .small {
    font-size: 12px;
  }
}



.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;
}





@media(max-width: 425px) {

.social-icons a{
    font-size:30px;
    margin:0 10px;
    transition:transform 0.3s ease, opacity 0.3s ease;
}
.social-icons i{
    font-size: 16px;
    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;
}

.social-row .container{
    gap:10px;
}

.social-row p{
    font-size:11px;
}

.social-icons{
    gap:0px;
}

.social-icons a{
    font-size:13px;
}
.winrate-box {
    max-width: 140px;
}
.winrate-text .counter-number {
    font-size: 24px;
}
.winrate-text .small {
    font-size: 10px;
}
.hero-section {
    padding-top: 0;
}
.hero-content {
    padding-bottom: 50px;
}
  .progress-circle {
    width: 70px;
    height: 70px;
  }
  .progress-circle circle {
    stroke-width: 6;
  }
  .winrate-text .counter-number {
    font-size: 14px;
  }
  .winrate-text .small {
    font-size: 10px;
  }
  /* Default (desktop) */
.form-control::placeholder {
  font-size: 14px;
  text-align: left;
}

/* Mobile only */
@media (max-width: 767px) {
  .form-control::placeholder {
    font-size: 12px;
    text-align: center;
  }

  /* ALSO center actual input text on mobile */
  .form-control {
    text-align: center;
  }
}
}

@media (min-width: 900px) and (max-width: 1200px) {
    .hero-content {
        padding: 50px 50px;
    }
  
    .growth-card h2 {
        font-size: 28px;
    }
    .growth-card h4 {
        font-size: 17px;
    }
}
@media (max-width: 900px) {
    .hero-content {
        padding: 50px 20px;
    }
}






@media (max-width: 768px) {
  .progress-circle {
    width: 90px;
    height: 90px;
  }
  .progress-circle circle {
    stroke-width: 8;
  }
  .winrate-text .counter-number {
    font-size: 18px;
  }
  .winrate-text .small {
        font-size: 10px;
        color: white;  
    }
}



input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
}

/* THUMB (Chrome, Safari, Edge) */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 22px;
  width: 22px;
  background: #d7942d; /* your yellow theme */
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px rgba(245,179,1,0.3);
  transition: 0.2s;
}

/* Hover effect */
input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

/* Active (while dragging) */
input[type="range"]::-webkit-slider-thumb:active {
  transform: scale(1.3);
  box-shadow: 0 0 0 6px rgba(245,179,1,0.2);
}

/* Firefox */
input[type="range"]::-moz-range-thumb {
  height: 22px;
  width: 22px;
  background: #d7942d;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.form-range {
  padding: 0;           /* remove unwanted spacing */
  background: transparent; /* remove background */
}


