body, body::before, body::after {
  margin: 0;
  padding: 0;

}

.label-dzbd7lyV.snap-dzbd7lyV.end-dzbd7lyV {
    
    display: none !important;
}

.news-bar{
    width:100%;
    overflow:hidden;
    background:#000;
    padding:10px 0;
}
.scrolling-row {
    background: #fff;
    padding: 10px 0;
}

.forex-news-section {
  background: #fff;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.news-ticker {
  overflow: hidden;
  position: relative;
}

.news-track {
  display: flex;
  white-space: nowrap;
  animation: scrollNews 30s linear infinite;
}

.news-item {
  display: inline-block;
  margin-right: 50px;
  font-size: 14px;
  color: #000;
}

.news-item a {
  text-decoration: none;
  color: #0077cc;
  font-weight: 600;
}

.news-item a:hover {
  text-decoration: underline;
}
.img-fluid {
    width: 75%;
}
@keyframes scrollNews {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

/* Responsive adjustments */
@media (max-width: 768px){
  .news-item {
    font-size: 12px;
    margin-right: 30px;
  }
  .hero-image-container {
   display:flex;
   justify-content: center;
}
}
.hero-image-container {
   display:flex;
   justify-content: flex-end;
}
.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;

    
    padding-top: 50px;
    /* padding: 50px 0; */
    /* padding: 100px 0; */
}
/* .hero-section{
    background:#000;
    min-height:90vh;
    display:flex;
    align-items:center;
    
} */
 .social-icons-wrapper {
  display: flex;
  gap: 8px;               /* space between icons */
  overflow-x: auto;        /* scroll horizontally if needed */
  padding-bottom: 4px;     /* avoid scrollbar overlap */
  -webkit-overflow-scrolling: touch; /* smooth scrolling on mobile */
}

.social-icons-wrapper::-webkit-scrollbar {
  display: none; /* hide scrollbar */
}
 .social-icons-nav {
    display: flex;
    gap: clamp(0px, 0px, 4px) !important;
}

.social-icons-nav > * > i {
    /* width: clamp(28px, 5.5vw, 42px);
    height: clamp(28px, 5.5vw, 42px); */
    line-height: clamp(28px, 5.5vw, 42px);

    font-size: clamp(13px, 2vw, 18px);

    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    padding: 0px 9px;
    transition: all 0.35s ease;
}
/* DEFAULT BACKGROUNDS */
.social-icons-nav .bi-instagram {background-color:#E4405F;}
.social-icons-nav .bi-youtube {background-color:#FF0000;}
.social-icons-nav .bi-facebook {background-color:#1877F2;}
.social-icons-nav .bi-whatsapp {background-color:#25D366;}
.social-icons-nav .bi-linkedin {background-color:#0A66C2;}
.social-icons-nav .bi-twitter-x {background-color:#000;}
.social-icons-nav .bi-tiktok {background-color:#000;}
.social-icons-nav .bi-telegram {background-color:#68b3ff;}
.social-icons-nav .bi-threads {background-color:#000;}

/* HOVER */
.social-icons-nav i:hover {
    background-color: #fff;
}

.social-icons-nav .bi-instagram:hover {color:#E4405F;}
.social-icons-nav .bi-youtube:hover {color:#FF0000;}
.social-icons-nav .bi-facebook:hover {color:#1877F2;}
.social-icons-nav .bi-whatsapp:hover {color:#25D366;}
.social-icons-nav .bi-linkedin:hover {color:#0A66C2;}
.social-icons-nav .bi-twitter-x:hover {color:#aaa;}
.social-icons-nav .bi-tiktok:hover {color:#FE2C55;}
.social-icons-nav .bi-telegram:hover {color:#0A66C2;}
.social-icons-nav .bi-threads:hover {
    background-color:#000;
    color:#fff;
}

/* SCALE */
.top-social-icons a:hover i {
    transform: scale(1.12) translateY(-2px);
}

.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-content{
    color: white;
}




.hero-content p:last-of-type{
    margin-bottom: 32px;  /* 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;
}
.grid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  list-style: square;
  padding: 0;
  color: #000;
  font-weight: 600;
  width: 100%;
}

@media (max-width: 768px) {
  .grid-list {
    grid-template-columns: 1fr !important;
    list-style: none;
  }
}
.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: 700;
  color: #f77f00;
}

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


.winrate-text {
  position: absolute;
  top: 50%;
  left: 50%;
  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;
}

.cta-wrapper {
  width: 100%;
}

/* Heading above stats */
.trust-heading {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  letter-spacing: 0.3px;
}

/* Stats container */
.hero-stats {
  justify-content: center;
}

/* Individual stat box */
.stat-box {
  background: #fff;
    border-radius: 20px;  padding: 12px 16px;
  min-width: 160px;

  border: 1px solid #eef1f5;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);

  transition: all 0.25s ease;
}

/* Subtle hover = premium feel */
.stat-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Icon styling */
.stat-icon {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border-radius: 50%;
  border:2px solid #f9ce75;
  background: rgba(247, 127, 0, 0.1);
  color: #f9ce75;
}

/* Number (main value) */

.trust-heading {
font-size: 24px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.4px;
  text-align:center;
}

/* Stats container */
.hero-stats {
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom:30px;
}

/* Stat box */
/* Stat box */
.stat-box {
  background: #000;
  border-radius: 16px;
  padding: 16px 20px;
  min-width: 200px;

  border: 1px solid #eef1f5;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);

  display: flex;
  align-items: center;
  gap: 14px;

  transition: all 0.25s ease;
    /* Golden glow */
  box-shadow: 
  0 4px 15px rgba(0, 0, 0, 0.2), /* base depth */
  0 0 10px #f4e3af,              /* light gold glow */
  0 0 10px rgba(244, 227, 175, 0.6),
  0 0 30px rgba(237, 168, 65, 0.5),
  0 0 60px rgba(237, 168, 65, 0.3),
  inset 0 0 10px rgba(255, 230, 150, 0.2);
    border: 4px solid transparent;
    background: linear-gradient(#0f0f0f, #0f0f0f) padding-box,
                linear-gradient(135deg, #f4e3af, #eda841, #f4e3af) border-box;
    border-radius: 20px;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

/* ICON (scales with box visually) */
.stat-icon {
  font-size: 38px;

  min-width: 55px;
  height: 55px;

  border-radius: 50%;
  border: 2px solid #f9ce75;
  background: linear-gradient(135deg, #f4e3af, #eda841, #f4e3af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;


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

/* TEXT WRAPPER */
.stat-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* BIG NUMBER */
.stat-number {
  font-size: 28px;
  font-weight: 800;

  line-height: 1.1;
  text-align:left;
  padding-bottom: 10px;
  background: linear-gradient(135deg, #f4e3af, #eda841, #f4e3af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

/* SMALL LABEL */
.stat-text {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
/* Metals ticker styles */
.metals-ticker {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
}

.metals-ticker .metal-item {
    background: rgba(215,148,45,0.06);
    padding: 6px 8px; /* slightly narrower so value fits */
    border-radius: 6px;
    min-width: 84px; /* smaller box so value sits inside */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.metals-ticker .metal-symbol {
    font-weight: 700;
    color: #d7942d;
    font-size: 13px;
}

.metals-ticker .metal-price {
    font-weight: 600;
    color: #0a7a0a;
    font-size: 12px; /* smaller so it fits inside the box */
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 576px) {
    .metals-ticker {
        overflow-x: auto;
        gap: 0.75rem;
        padding-bottom: 4px;
    }
}
/* Difference section styles */
.difference-section .hero {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
}
.difference-section .hero h1 span {
    color: #ff7a00;
}
.difference-section .btn-orange {
    background: #ff7a00;
    color: #fff;
    border: none;
}
.difference-section .btn-orange:hover {
    background: #e96d00;
}
.difference-section .card-custom {
    border: none;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}
.difference-section .card-left {
    background: linear-gradient(to top, #ffe5d0, #ffffff);
}
.difference-section .card-right {
    background: linear-gradient(to top, #ffd6d6, #ffffff);
}
.difference-section .check {
    color: #ff7a00;
    margin-right: 8px;
}
.difference-section .cross {
    color: red;
    margin-right: 8px;
}
.difference-section .bottom-bar {
    background: #ff7a00;
    color: white;
    text-align: center;
    padding: 12px;
    font-weight: 700;
}
/* 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: #f77f00;
}
.result-row {
  padding: 6px 10px;
  border: 1px solid #eee;
  border-left: 3px solid #f77f00;
  border-radius: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  background-color: #fafafa;
}


.result-row .highlight {
  color: #f77f00;
  font-weight: 700;
}
.result-row:hover {
  background-color: #fff3e6;
  transition: 0.2s;
}

.result-card {
  border-radius: 14px;
  transition: all 0.25s ease;
}

.result-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Balance box */
.balance-box {
  background: #fafbff;
  border-radius: 12px;
  border: 1px solid #eee;
}

/* Labels */
.starting-label {
  font-size: 0.8rem;
  color: #6c757d;
}

.value-muted {
  color: #9aa0a6;
  font-weight: 500;
}

/* Ending focus */
.ending-row {
  border-top: 2px solid #f77f00;
  padding-top: 10px;
}

.ending-value {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
}

.ending-label {
  font-size: 0.7rem;
  color: #9aa0a6;
  letter-spacing: 0.4px;
}
.trend-icon {
  font-size: 1rem;
  color: #00a86b;
  display: flex;
  align-items: center;
}

/* Optional subtle animation */
.trend-icon:hover {
  transform: scale(1.1);
  transition: 0.2s ease;
}
@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 .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: 165px;
}
/* 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 */
    }

  /* Center whole CTA section */
  .cta-wrapper {
    align-items: center !important;
  }

  /* REMOVE extra spacing between button and stats */
  .trust-section {
    margin-top: 12px !important; /* overrides mt-5 feeling */
  }

  /* Stats row: centered + tight */
  .hero-stats {
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 10px !important; /* overrides mt-3 */
  }

  /* Compact boxes */
  .stat-box {
    min-width: 150px;
    padding: 12px 14px;
    flex-shrink: 0;
  }

  /* Icon scaling */
  .stat-icon {
    font-size: 26px;
    min-width: 42px;
    height: 42px;
  }

  /* Text scaling */
  .stat-number {
    font-size: 20px;
  }
  .stat-number span {
    display: block;
  }
  .stat-text {
    font-size: 11px;
  }

  /* Center heading */
  .trust-heading {
    text-align: center;
    font-size: 18px;
    margin-top: 10px !important;
    font-weight: 700;
  }
  .hero-content p:last-of-type{
    margin-bottom: 0;  /* space before button */
}


}
/* 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:#ececec;
    border-top:1px solid rgba(255,255,255,0.08);
    margin:0;
    padding:8px 0;
}

/* PUSH PAGE CONTENT DOWN */

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

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

/* SOCIAL ROW */

.social-row{
    background:#fff;
    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:#ececec;
    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(255,255,255,1);
    /* backdrop-filter: blur(6px); */
}

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

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

.custom-navbar .nav-link:hover{
    color:#333;
}
/* Button border */
.navbar-toggler {
  border: 2px solid #2e4583;
}

/* Toggle icon (bars) */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23f77f00' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.social-images-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;

}

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

.membership-btn {
    background: #f77f00;
    color: #000;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 0px;
    font-size: 18px;
}

.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;
}
/* Reviews Section */
.results-section {
  padding: 50px 0;
  background: #fff;
  color: black;
}
.heading-container {
max-width: 800px;
width: 100%;    margin: 0 auto;
}
/* Heading */

.sub-text {
  color: #ccc;
  font-size: 18px;
  margin-bottom: 40px;
}

.sub-text span {
  color: #f77f00;
  font-weight: 600;
}

/* Swiper spacing */
.swiper {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Phone cards */
.phone-frame {
  display: flex;
  justify-content: center;
  transition: all 0.4s ease;
  transform: scale(0.85) rotate(-2deg);
  opacity: 0.5;
}

.phone-frame img {
  max-width: 360px;
}

/* Active (center) slide */
.swiper-slide-active .phone-frame {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Navigation arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #f77f00;
}

/* Pagination dots */
.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #f77f00;
}
/* Services Section*/
/* Section Background */
.services-section{
    padding: 50px 0;
    /* background: url('../images/bg\ 2.jpg'); */

    background-color: #e7e7e7; 
    
}

/* Section Title */
.services-section .section-title{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.comparison-section {
    padding: 50px 0;
    background: #fff;
}
/* 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 #f77f00; /* 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:0;
}
/* 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: #e7e7e7; 
    
padding:50px 0;
}
.youtube-section .section-heading {
  
    color: black;
}
.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:50px 0;
background:#e7e7e7;
}

.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: 50px;
    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 {
    background: #fff;
    padding: 50px 0;
}
#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: #f77f00 !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: 50px 0;
}
/* Features Section */
.features-section{
background:#e7e7e7;
padding:50px 0;
}
.video-reviews-section {
  background:#FFF;
padding:50px 0;
}
.personal-results-section {
      padding: 50px 0;
      background: #e7e7e7;
  
}
/* 🔶 Top Section Card */
.top-section-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #f77f00;
  transition: 0.3s ease;
}

.top-section-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* 🔶 Highlight Color */
.highlight {
  color: #f77f00;
}

/* 🔶 CTA Button */
.cta-btn {
  background-color: #f77f00;
  color: #fff;
  border: none;
  border-radius: 6px;
}

.cta-btn:hover {
  background-color: #e56e00;
}

/* 🔶 Comparison Cards */
.comparison-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: 0.3s;
}

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

/* 🔶 Highlighted Card */
.featured-card {
  border: 2px solid #f77f00;
  box-shadow: 0 0 15px rgba(247, 127, 0, 0.15);
}


/* BUTTON */
.details-btn{
    margin-top:15px;
    padding:8px 20px;
    border-radius:20px;
    border:none;
    background:#f77f00;
    color:#000;
    font-weight:600;
    font-size:14px;
    transition:0.3s;
    display: block;
    margin-left: auto;
   display: inline-block;
   text-decoration: none;


}

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

/* MODAL DESIGN */
.custom-modal .modal-content{
    border-radius:15px;
    padding:10px;
    box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

.custom-modal .modal-header{
    border:none;
}

.custom-modal .modal-title{
    font-weight:700;
}

.custom-modal .modal-body{
    color:#444;
    line-height:1.6;
}

/* SIGNAL BOX */
.signal-box{
    background:#f5f5f5;
    padding:12px;
    border-radius:10px;
    margin:10px 0;
}
.new-rounded-circle {
  
    border: 3px solid #f77f00 !important;
    border-radius: 50% !important;
}

/* MOBILE */
@media(max-width:576px){
    .custom-modal .modal-body{
        font-size:14px;
    }
}

.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));
    position: absolute;
    bottom: 0;
    left: 0;
}

.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("../why-us/expert-analysis.webp");}
.box2{background-image:url("../why-us/accurate-signals.webp");}
.box3{background-image:url("../why-us/risk-management.webp");}
.box4{background-image:url("../why-us/learn-while-trading.webp");}
.box5{background-image:url("../why-us/beginner-friendly.webp");}
.box6{background-image:url("../why-us/premium-community.webp");}


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

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



.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:50px 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,0.69);
    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:#f77f00;
    margin-bottom:12px;
    display:block;
}



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




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

.comparison-table-card {
  border-radius: 16px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  font-family: 'Inter', sans-serif;
}

.comparison-header {
  font-size: 1.1rem;
  text-align: left;
}

.comparison-row .danger {
  color: #dc3545;
  font-weight: 500;
  text-align: left;
}

.comparison-row .success {
  color: #00a86b;
  font-weight: 600;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.bg-light-row {
  background: #f9f9f9;
}

.emx-cell .icon {
  font-size: 1rem;
  animation: float 1.5s ease-in-out infinite alternate;
}

.emx-cell::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 2px;
  background: #00a86b;
  border-radius: 2px;
}

@keyframes float {
  0% { transform: translateY(0); }
  100% { transform: translateY(-3px); }
}

.comparison-header .col-6 {
    font-size: 1.5rem;
}
@media(max-width: 700px){
    .social-icons {
        gap: 10px;
    }
    .section-description {
    text-align: center;
     color: #666;
     padding-bottom:0;
}
.comparison-header .col-6 {
    font-size: 1.2rem;
}
}
@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, .personal-results-section, .features-section, .results-section, .videos-section, .reviews-section, .contact-section, .youtube-section, .team-section {
        padding: 50px 0 !important;
        margin: 0 0 !important;
    }
    .why-heading {
      padding-bottom: 10px;    
    }
.contact-section {
    padding-bottom: 0 !important;
}

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

 


  #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: 0;
}
.hero-image {
                padding-top: 0;
}

  
        #income-calculator .section-subheading {
        font-size: 12px;
        text-align: center;
    }
    .service-title {
        font-size: 20px;
    }
    .service-desc {
        font-size: 12px;
    }
    
    .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;
        height: 200px;
    }

    .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 */
.trading-section{
    background:#e7e7e7;
    padding: 50px 0;
}

/* Heading consistency */
.section-title{
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
}


.section-subtitle{
 
}

/* Card */
.trading-card{
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.3s;
}

.trading-card:hover{
    transform:translateY(-4px);
}

/* Widget fix */
.tradingview-widget-container{
    width:100%;
}
.live-badge{
    background:#ffde02;
    color:#000;
    font-size:12px;
    padding:4px 10px;
    border-radius:20px;
    margin-left:10px;
    font-weight:600;
}

@media (max-width: 1024px) {
  .hero-section {
        padding-top: 60px;
  }
}
/* RESPONSIVE */
@media(max-width:768px){
    .trading-card{
        padding:12px;
    }
    .hero-section {
        padding-top: 60px;
    }
}
@media (max-width: 1440px) {
  .hero-section {
    padding-top: 50px;
  }
  
}

.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;
    font-size: clamp(28px, 4vw, 36px); /* scales from mobile to desktop */
    padding-bottom: 30px;
}
.hero-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 */
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 36px /* scales from mobile to desktop */
}

@media (max-width: 1440px){
  .hero-heading 
  {
    font-size: 28px;
  }
}

.section-description {
    text-align: center;
     color: #666;
}


/* 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) {
    .membership-btn  {
        display: none !important;
    }
    .details-btn {
        display: block;
        margin: 10px auto 0;
    }
.social-icons-nav a {
    font-size:14px;
    margin:0 2px !important;
    transition:transform 0.3s ease, opacity 0.3s ease;

}
.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: 40px;

}
.hero-content {
    padding-bottom: 70px;
}
  .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;
  }

.section-description {
    text-align: center;
    color: #666;
    padding-bottom: 20px;
}
.hidden-20-padding {
    padding-bottom:20px;
}
  /* ALSO center actual input text on mobile */
  .form-control {
    text-align: center;
  }
}
}

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






@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;  
    }
    .hero-image-container {
        justify-content: center;
    }
    .img-fluid {
        width: 60%;
        height: auto;
    }
}



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

@media(max-width: 425px) {
.social-icons-nav a {
    font-size:14px;
    margin:0 10px;
    transition:transform 0.3s ease, opacity 0.3s ease;

}
.social-icons-nav > * > i {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
        padding: 0 6px;
    }
}


@media (max-width: 360px) {

    .social-icons-nav > * > i {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 13px;
        padding: 0 6px;
    }
    .social-icons-nav a {
        margin: 0 5px;
        font-size:14px;
    }
}



.social-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;   /* prevents shrinking */
  min-height: 36px;  /* prevents stretching */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 8px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}


/* Make all SVG icons white */
.social-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
/* Platform Colors */

/* YouTube */
.social-icon.yt {
  background: #FF0000;
}

/* Instagram (gradient) */
.social-icon.ig {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf);
}

/* WhatsApp */
.social-icon.wa {
  background: #25D366;
}

/* Telegram */
.social-icon.tg {
  background: #229ED9;
}

/* TikTok */
.social-icon.tt {
  background: #000000;
}

/* Facebook */
.social-icon.fb {
  background: #1877F2;
}

/* X (Twitter) */
.social-icon.x {
  background: #000000;
}

/* LinkedIn */
.social-icon.li {
  background: #0A66C2;
}

/* Threads */
.social-icon.th {
  background: #000000;
}


@media (max-width: 576px) {
  .social-icon {
    width: 32px;
    height: 32px;
  }
  .scrolling-row {
    margin-top: 0;
}
.img-fluid {
    width: 75%;
    height: auto;
}
.hero-image-container {
    justify-content: center;
    margin-top: -30px;
}
.hero-content {
    padding-bottom: 0;
}
}


@media (max-width: 360px) {
  .social-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
  }

  .social-icon svg {
    width: 14px;
    height: 14px;
  }
}


@media (max-width: 576px) {
  .hero-stats {
    flex-wrap: nowrap;        /* force single row */
    gap: 10px;                /* reduce gap for mobile */
  }

  .stat-box {
    min-width: unset;         /* remove fixed width */
    flex: 1;                  /* both take equal space */
    padding: 12px;            /* slightly tighter */
  }

  .stat-number {
    font-size: 20px;          /* scale down text */
  }

  .stat-text {
    font-size: 12px;
  }

  .stat-icon {
    font-size: 24px;
    min-width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .hero-stats {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .stat-box {
    flex: 1;
    min-width: unset;
    padding: 10px 10px;
    border-radius: 14px;
  }

  /* ICON */
  .stat-icon {
    font-size: 20px;
    min-width: 36px;
    height: 36px;
  }

  /* MAIN NUMBER */
  .stat-number {
    font-size: 18px;
    padding-bottom: 4px;
  }

  .stat-number span {
    font-size: 12px !important;
  }

  /* SUB TEXT */
  .stat-text {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
  }
}



.swiper-pagination {
  bottom: 0 !important; /* push it down */
}

.swiper {
  padding-bottom: 40px; /* creates space between cards & dots */
}


.results-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* key for last row centering */
  gap: 20px;
}

/* each card takes max 4 per row */
.result-card {
  flex: 0 0 calc((100% - 60px) / 4); /* 4 columns with gaps */
  max-width: 320px;
  min-width: 240px;
}
.verification-box {
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}

.verification-title {
  font-weight: 600;
  font-size: 13px;
  color: #333;
}

.verify-label {
  font-size: 12px;
  color: #6c757d;
}

.verify-value {
  font-size: 12px;
  font-weight: 600;
  color: #212529;
  font-family: monospace;
}



/* HEADER */
.trust-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.trust-text {
  font-size: 14px;
  color: #666;
}

/* CARD */
.trust-review-card {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 16px;
  transition: 0.2s ease;
}

.trust-review-card:hover {
  transform: translateY(-2px);
  border-color: #dcdcdc;
}

/* AVATAR */
.trust-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

/* NAME */
.trust-name {
  font-weight: 600;
  font-size: 14px;
}

.trust-verified {
  font-size: 12px;
  color: #10b981;
}

/* TEXT */
.trust-review-card p {
  font-size: 14px;
  color: #444;
  margin-top: 10px;
}


.trust-review-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 16px;

  height: 300px;          /* ✅ fixed equal height */
  display: flex;
  flex-direction: column;

  transition: 0.2s ease;
}


.trust-review-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 16px;

  height: 300px;          /* ✅ fixed equal height */
  display: flex;
  flex-direction: column;

  transition: 0.2s ease;
}

.trust-stars {
  color: #f5c518; /* ⭐ classic gold/yellow rating color */
  font-size: 14px;
  letter-spacing: 1px;
}


@media(max-width: 600px) {
  .trust-review-card {
    height: 350px;
  }
  .swiper {
  padding-bottom: 60px;
  overflow: visible !important;
}

.swiper-horizontal > .swiper-pagination-bullets {
  bottom: -50px !important;
  overflow: visible;
}
}

@media(max-width: 320px) {
  .trust-review-card {
    height: 400px;
  }
}
.trustpilot-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; /* centers everything */
}
.trustpilot-wrapper, .trustpilot-wrapper > .trustpilot-widget {
  min-width: 320px;
  width: 100%;
  /* margin-top: 17px; */
  background: #fff;
  
}
.trustpilot-wrapper > .trustpilot-widget {
  min-width: 320px;
  width: 100%;
  /* margin-top: 17px; */
  background: #fff;
padding: 6px 0;  
padding-top: 0 !important;
}
.trustpilot-wrapper-hero > .trustpilot-widget {
  padding: 8px 0 4px 0;

  background: #fff;
}

@media (max-width: 450px) {
  .feature-title {
    text-align:left;
  }
  .hero-heading {
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;

  font-size: clamp(21px, 4vw, 48px);
}

.trustpilot-wrapper
.trustpilot-widget {
         min-width: 320px;
        width: 100%;
        margin-top: 0;
        padding: 10px 0;
        background: #fff;
        padding-top: 0 !important;
}
.trustpilot-wrapper-hero > .trustpilot-widget {
padding: 8px 0 4px 0;

}

}

.growth-section .section-header p {
    color: #333;
    font-weight: 600;
    text-shadow: 22px 24px 60px #FFF;
}

.hero-section .trustpilot-wrapper {
  flex: 0 0 100%;
}

.trustpilot-wrapper {
  width: 100%;
  display: block;
  overflow: visible !important;
}

/* IMPORTANT: prevent flex shrink */



/* Force proper mobile rendering */
@media (max-width: 768px) {
  .trustpilot-wrapper {
    padding: 0 0;
  }
}



.trust-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 16px;
  transition: 0.2s ease;
  height: 240px;          
}

.trust-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.trust-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.trust-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

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

.trust-name {
  font-weight: 600;
  font-size: 14px;
  color: #1a1a1a;
}

.trust-date {
  font-size: 12px;
  color: #6b6b6b;
}

.stars-row {
  display: flex;
  gap: 2px;
  color: #00b67a; /* trustpilot green */
  margin-bottom: 8px;
}

.star-icon {
  width: 16px;
  height: 16px;
}

.trust-review-text {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.trust-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.trust-score {
  font-size: 20px;
  font-weight: 700;
}

.trust-stars-global {
  color: #00b67a;
}



@media(max-width: 450px ) and ( min-width: 420px) {
  .trustpilot-wrapper, .trustpilot-widget {
    padding: 5px 18px !important;
  }
}


.video-review-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.video-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.video-meta {
  padding: 0 4px;
}

.video-name {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.video-subtext {
  font-size: 12px;
  color: #666;
}


.growth-chart-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  height: 350px;
}


.star-icon {
  width: 20px !important;
  height: 20px !important;
  color: white !important;
  background: #00b67a !important;
}


@media (max-width: 987px) {
  .membership-btn {
    display: none !important;
  }
}




@media (max-width: 768px){
  

}
.grid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  list-style: none;
  padding: 0;
  font-weight: 600;
  width: 100%;
}

@media (max-width: 768px) {
  
  .grid-list {
      display: grid;
       grid-template-columns: 1fr !important;
      gap: 8px 0px;
      line-height: 1;
      list-style: square;
      padding: 0;
      color: #000;
      font-weight: 500;
      font-size: 13px;
        list-style: none;
  }
}



.hero-features {
  margin-top: 20px;
}

/* Base (Desktop) */
.feature-item {
  gap: 10px;
}

.feature-icon {
  font-size: 22px;
  color: #2f80ed;
  flex-shrink: 0;
}

.feature-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  text-align: left;
}

.feature-text {
  text-align: left;
}
.hidden-20-padding-reviews {
  padding: 10px 0;
}



/* ========================= */
/* 📱 TABLETS (CRITICAL FIX) */
/* ========================= */
@media (max-width: 992px) {

  .hero-features {
    display: flex;
    justify-content: center;
  }
  .hidden-20-padding-reviews {
  padding: 10px 0;
}

  .hero-features .row {
    width: 100%;
    max-width: 500px;   /* 👈 keeps it visually centered */
    margin: 0 auto;
  }

      .feature-item {
        flex-direction: row;
        align-items: center !important;
        text-align: center;
        justify-content: center;
    }

  .feature-icon {
    font-size: 20px;
  }

  .feature-text {
    width: 100%;
    text-align: center !important;
    display: flex;
    justify-content: center;
  }

  .feature-title {
    text-align: left !important;
    font-size: 14px;
  }
}
.stars-row-2 {
  display: flex;
  justify-content: center; /* centers stars horizontally */
  align-items: center;
  gap: 3px;
  /* margin-bottom: 6px; */
  padding-top: 8px;
}

.star-icon-2 {
  width: 16px;
  height: 16px;
}


/* ========================= */
/* 📱 SMALL MOBILE */
@media (max-width: 576px) {

  .feature-icon {
    font-size: 18px;
  }

  .feature-title {
    font-size: 13px;
  }
  .feature-item {
  gap: 0;
}
.hero-features {
  margin-top: 0;
  margin-bottom: 20px;
}
.section-heading {
  padding-bottom: 15px;
}
.stars-row-2 {
  margin-bottom: 0;
}
}

.trustpilot-wrapper-hero {
  min-width: 320px;
  width: 100%;
}



/* 🔶 List Styles */
.success {
  color: #28a745 !important;
  font-weight: 500;
}

.danger {
  color: #dc3545 !important;
  font-weight: 500;
}


.platform-row > div {
  margin-bottom: 20px; /* space between rows */
}

/* remove extra space below last row (optional clean finish) */
.platform-row > div:last-child {
  margin-bottom: 0;
}