body{
margin:0;
font-family:Arial;
background:#0b1220;
color:#fff;
}

a{text-decoration:none;}

.section{
width:90%;
margin:50px auto;
}

.section-title{
margin-bottom:20px;
}

/* ===============================
   HERO SECTION - MOBILE FIX
================================ */


  /* HERO */
  .hero{
    /* background-image: url(../images/hero.jpeg); */
  height:70vh;
  padding:60px 0;
  background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    position:relative;
    display:flex;
    align-items:center;
  }

  .hero-inner{
  width:90%;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  }

  .hero-left{width:50%;}

  .hero-left h1{
  font-size:44px;
  line-height:55px;
  }

  .hero-left p{color:#cbd5e1;}

  .hero-btns{margin-top:20px;}

  .hero-right img{width:420px;}

  /* BUTTON */
  .btn{
  padding:12px 22px;
  border-radius:6px;
  font-weight:bold;
  display:inline-block;
  /* margin: 20px; */
  }

  .orange{background:#f97316;color:#fff;}
  .blue{background:#2563eb;color:#fff;}


  /* Content */
  .hero-content{
    position:relative;
    padding-left:60px;
    width:100%;
  }

  .hero-text{
    max-width:570px;
  }

  .hero-text h1{
    font-size:48px;
    margin-bottom:15px;
  }

  .hero-text p{
    color:#cbd5e1;
    margin-bottom:25px;
    font-size: medium;
  }

  /* dots */
  .slider-dots{
    position:absolute;
    bottom:30px;
    width:100%;
    text-align:center;
    z-index:5;
  }

  .slider-dots span{
    height:8px;
    width:8px;
    background:#64748b;
    display:inline-block;
    border-radius:50%;
    margin:0 4px;
  }

  .slider-dots .active{
    background:#f97316;
  }


  /* SLIDER DOTS */
  .slider-dots{
  position:absolute;
  bottom:30px;
  width:100%;
  text-align:center;
  }

  .slider-dots span{
  height:9px;
  width:9px;
  background:#64748b;
  display:inline-block;
  border-radius:50%;
  margin:0 5px;
  }

  .slider-dots .active{
  background:#f97316;
  }

/* ===== HERO SECTION FIX ===== */



/* ===== MOBILE FIX ===== */
@media (max-width:768px){

  .hero{
    /* background-image: url(../images/hero.jpeg); */
  height:15vh;
  padding:60px 0;
  background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    position:relative;
    display:flex;
    align-items:center;
  }

  .hero-content{
    padding:10px 20px 20px;
    text-align:left;
  }

  .hero-text h1{
    font-size:30px;
    line-height:1.3;
  }

  .hero-text p{
    font-size:15px;
  }

 .small-text{
  max-width: 220px;
  line-height: 1.5;
  }

  .hero-btns{
    display:flex;
    gap:4px;
    flex-wrap:wrap;
    /* margin-left: -3px; */
    /* padding: 10px; */
    font-size: 13PX;
    /* margin-top: -20px; */
  }

  .hero-btns a{
    margin-left:0 !important; /* 🔥 inline margin fix */
    /* padding:10px 18px; */
    /* font-size:14px; */
    margin: 10px;
  }

  .hr1{
    margin:15px 0;
    /* line-height: 10px; */
    max-width: 170px;
    margin-top: -20px;
  }

  .slider-dots{
    display: none;
  }
}

/* ===== SMALL PHONES (iPhone SE etc) ===== */
@media (max-width:420px){
  .hero-text h1{
    font-size:26px;
  }
}




/* TRENDING SECTION */

.product-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

/* CARD */
.product-card{
background:#020617;
border-radius:16px;
overflow:hidden;
position:relative;
transition:.4s;
box-shadow:0 10px 30px rgba(0,0,0,.4);
}

/* HOVER */
.product-card:hover{
transform:translateY(-12px) scale(1.02);
box-shadow:0 25px 60px rgba(249,115,22,.4);
}

/* IMAGE */
.product-card img{
width:100%;
height:240px;
object-fit:cover;
transition:.4s;
}

.product-card:hover img{
transform:scale(1.1);
}

/* BADGE */
.badge{
position:absolute;
top:12px;
left:12px;
background:#f97316;
color:white;
padding:5px 14px;
border-radius:20px;
font-size:12px;
font-weight:600;
z-index:10;
}

/* BODY */
.card-body{
padding:18px;
text-align:left;
}

.card-body h3{
color:white;
font-size:18px;
margin:5px 0;
}

.card-body p{
color:#cbd5e1;
font-size:15px;
margin:6px 0;
}

.card-body del{
color:#64748b;
font-size:14px;
margin-left:6px;
}

/* BUTTON */
.btn.orange{
display:inline-block;
margin-top:12px;
background:linear-gradient(135deg,#f97316,#fb923c);
padding:10px 18px;
border-radius:30px;
color:white;
text-decoration:none;
font-size:14px;
transition:.4s;
box-shadow:0 5px 20px rgba(249,115,22,.5);
}

/* BUTTON HOVER */
.btn.orange:hover{
background:linear-gradient(135deg,#fb923c,#f97316);
transform:scale(1.08);
box-shadow:0 10px 30px rgba(249,115,22,.8);
}

/* ===============================
   📱 MOBILE TRENDING SLIDER
   =============================== */
@media (max-width: 768px) {

  .product-grid{
    display: flex;                      /* grid → flex */
    overflow-x: auto;
    gap: 30px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 10px 16px 20px;
    /* margin: 20px; */
  }

  .product-grid::-webkit-scrollbar{
    display: none;                      /* scrollbar hide */
  }

  .product-card{
    flex: 0 0 88%;                      /* ek card almost full screen */
    scroll-snap-align: start;
  }

  .product-card img{
    height: 190px;                      /* mobile image size */
  }

  .card-body h3{
    font-size: 16px;
  }

  .card-body p{
    font-size: 14px;
  }

  .btn.orange{
    padding: 8px 16px;
    font-size: 13px;
  }
  .product-card{
  flex: 0 0 92%;
}
.product-grid{
  scroll-behavior: smooth;
}
.product-grid{
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 40px;
  margin: 10px;
}
.product-grid::-webkit-scrollbar{
  display: none;
}

.product-card{
  flex: 0 0 100%;
  scroll-snap-align: start;
}


}


.promo-strip {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #0f172a;
  border: 1px solid #1e293b;
  padding: 10px;
  border-radius: 10px;
  font-size: 13px;
  margin: 15px 0;
}

@media (max-width: 767px) {
  .promo-strip {
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
  }
}

/* affilate section */

.affiliate-wrap{
background:#020617;
padding:40px 0;
}

.affiliate-box{
width:90%;
margin:auto;
background:linear-gradient(135deg,#1e3a8a,#0f172a);
border-radius:18px;
padding:30px 40px;
box-shadow:0 15px 40px rgba(0,0,0,.6);
}

.affiliate-box h2{
color:#fff;
text-align:center;
margin-bottom:25px;
letter-spacing:1px;
font-size:22px;
}

.brand-row{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
gap:25px;
}

.brand-row img{
height:60px;
width: 150px;
transition:.4s;
filter:brightness(1);
}

.brand-row img:hover{
transform:scale(1.15);
filter:drop-shadow(0 0 8px #38bdf8);
}

@media (max-width: 767px) {

  /* Section padding kam */
  .affiliate-wrap{
    padding: 20px ;
  }

  /* Box compact */
  .affiliate-box{
    width: 95%;
    padding: 18px 14px;
    border-radius: 14px;
  }

  /* Heading chhoti */
  .affiliate-box h2{
    font-size: 16px;
    margin-bottom: 14px;
    letter-spacing: .5px;
  }

  /* 🔥 MAIN FIX: logos ek hi line me */
  .brand-row{
    flex-wrap: nowrap;              /* ❌ wrap band */
    gap: 14px;
    justify-content: space-between;
    overflow-x: auto;               /* agar space kam ho */
    -webkit-overflow-scrolling: touch;
  }

  .brand-row::-webkit-scrollbar{
    display: none;                  /* clean look */
  }

  /* Logos small & device friendly */
  .brand-row img{
    height: 26px;                   /* 🔥 key change */
    width: auto;
    flex-shrink: 0;
  }

  /* Mobile me hover effect off */
  .brand-row img:hover{
    transform: none;
    filter: none;
  }

}

/* telegram section */
.telegram-wrap{
background:#020617;
padding:50px 0;
}

.telegram-box{
width:90%;
margin:auto;
background:linear-gradient(135deg,#1d4ed8,#0f172a);
border-radius:18px;
padding:25px 35px;
display:flex;
align-items:center;
justify-content:space-between;
box-shadow:0 15px 45px rgba(0,0,0,.6);
}

.tg-left img{
width:70px;
}

.tg-center h2{
color:#fff;
margin:0;
font-size:26px;
}

.tg-center p{
color:#cbd5e1;
margin:5px 0 0;
}

.tg-right a{
background:#f97316;
color:white;
padding:12px 30px;
border-radius:8px;
text-decoration:none;
font-weight:bold;
font-size:16px;
transition:.3s;
}

.tg-right a:hover{
background:#ea580c;
transform:scale(1.05);
}

@media (max-width: 767px){

  .telegram-wrap{
    padding: 20px;
  }

  .telegram-box{
    width: 95%;
    padding: 14px 18px;
    flex-direction: row;          /* 🔥 SAME AS DESKTOP */
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 14px;
  }

  /* Telegram icon */
  .tg-left img{
    width: 38px;
    flex-shrink: 0;
  }

  /* Text center column */
  .tg-center{
    flex: 1;
    text-align: left;
    padding: 0 8px;
  }

  .tg-center h2{
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflowtext: ellipsis;
  }

  .tg-center p{
    font-size: 11px;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Button */
  .tg-right a{
    padding: 8px 14px;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
  }

}

@media (max-width: 767px){

  /* Common fix for all center boxes */
  .affiliate-box,
  .telegram-box,
  .work-grid{
    width: calc(100% - 24px);   /* 🔥 dono side equal gap */
    margin: 0 auto;             /* 🔥 center */
    box-sizing: border-box;
  }

  /* Extra safety: parent overflow */
  .affiliate-wrap,
  .telegram-wrap,
  .work-section{
    overflow-x: hidden;
  }

}

/* ⭐ RATING */
.rating{
color:#ffb703;
font-size:15px;
margin:6px 0;
}

.rating span{
color:#cbd5e1;
font-size:13px;
margin-left:5px;
}

/* WHY CHOOSE SECTION */

.why-section{
background:#020617;
padding:80px 0;
/* margin-top: -80px; */
}

.why-container{
width:90%;
margin:auto;
text-align:center;
margin-top: -150px;
}

.why-container h2{
color:#fff;
font-size:36px;
margin-bottom:50px;
}

.why-container h2 span{
color:#f97316;
}

.why-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}

.why-card{
background:#0f172a;
padding:30px 20px;
border-radius:14px;
transition:.4s;
}

.why-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 40px rgba(0,0,0,.6);
}

.why-icon{
width:60px;
height:60px;
background:#1e293b;
margin:auto;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
color:#f97316;
margin-bottom:18px;
}

.why-card h4{
color:#fff;
margin-bottom:8px;
}

.why-card p{
color:#94a3b8;
font-size:14px;
line-height:1.6;
}
/* 📱 WHY CHOOSE – MOBILE FIX ONLY */
@media (max-width: 767px) {

  .why-section{
    padding: 50px 0;              /* section height kam */
    /* margin-top: -70px; */
  }

  .why-container h2{
    font-size: 24px;              /* heading chhoti */
    margin-bottom: 30px;
  }

  .why-grid{
    grid-template-columns: repeat(2, 1fr);  /* 🔥 2×2 grid */
    gap: 15px;
  }

  .why-card{
    padding: 20px 12px;           /* card compact */
    border-radius: 12px;
  }

  .why-icon{
    width: 44px;
    height: 44px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .why-card h4{
    font-size: 14px;
    margin-bottom: 4px;
  }

  .why-card p{
    font-size: 12px;
    line-height: 1.4;
  }
  .why-container{
    margin-top: -100px;
  }

}


.title-bar{
width:100%;
height:2px;
background:#1e293b;
margin:12px 0 30px;
position:relative;
}

.title-bar span{
position:absolute;
left:0;
top:-2px;
width:90px;
height:5px;
background:#ff7a18;
border-radius:5px;
}


.footer{
background:linear-gradient(180deg,#020617,#0f172a);
padding:35px 0 20px;
text-align:center;
color:#cbd5e1;
}

/* LINKS */
.footer-links{
margin-bottom:18px;
}

.footer-links a{
color:#e5e7eb;
text-decoration:none;
font-size:15px;
margin:0 10px;
transition:.3s;
}

.footer-links a:hover{
color:#f97316;
}

.footer-links span{
color:#64748b;
}

/* SOCIAL ICONS */
.footer-social{
margin:18px 0;
}

.footer-social a{
display:inline-flex;
align-items:center;
justify-content:center;
width:42px;
height:42px;
background:#1e293b;
border-radius:50%;
margin:0 6px;
color:white;
font-size:16px;
transition:.3s;
box-shadow:0 5px 15px rgba(0,0,0,.5);
}

.footer-social a:hover{
background:#2563eb;
transform:translateY(-4px);
}

/* COPYRIGHT */
.footer-copy{
font-size:14px;
color:#94a3b8;
margin-top:10px;
}

.footer-social a:hover i.fa-pinterest-p{
color:#e60023;
}

@media (max-width: 767px){

  .footer{
    padding: 28px 12px 18px;
    text-align: center;
  }

  /* LINKS — wrap nicely */
  .footer-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 10px;          /* row | column gap */
    margin-bottom: 14px;
  }

  .footer-links a{
    font-size: 13px;
    margin: 0;              /* 🔥 remove side margin */
    white-space: nowrap;
  }

  .footer-links span{
    display: none;          /* 🔥 remove | separators */
  }

  /* SOCIAL ICONS — compact */
  .footer-social{
    margin: 14px 0;
  }

  .footer-social a{
    width: 36px;
    height: 36px;
    margin: 4px;
    font-size: 14px;
  }

  .footer-social a:hover{
    transform: none;        /* mobile me jump nahi */
  }

  /* COPYRIGHT */
  .footer-copy{
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
    padding: 0 10px;
  }
  .footer-links a::after{
  content:" |";
  color:#64748b;
}

.footer-links a:last-child::after{
  content:"";
}

}
.work-section{
background:#020617;
padding:70px 0;
text-align:center;
}

.work-section h2{
color:#fff;
font-size:34px;
margin-top: -40px;
}

.work-grid{
width:90%;
margin:auto;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}

.work-card{
background:#0f172a;
padding:30px 20px;
border-radius:14px;
transition:.4s;
}

.work-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 40px rgba(0,0,0,.6);
}

.work-card span{
display:inline-block;
background:#f97316;
color:white;
width:45px;
height:45px;
line-height:45px;
border-radius:50%;
font-size:18px;
font-weight:bold;
margin-bottom:15px;
}

.work-card h4{
color:#fff;
margin-bottom:8px;
}

.work-card p{
color:#94a3b8;
font-size:14px;
}


@media (max-width: 767px) {

  /* Section padding kam */
  .work-section{
    padding: 30px 0;
  }

  .work-section h2{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
  }

  /* 🔥 MAIN CHANGE: 3 steps in one row */
  .work-grid{
    width: 95%;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 in one line */
    gap: 10px;
  }

  /* Cards small & compact */
  .work-card{
    padding: 12px 6px;
    border-radius: 10px;
  }

  /* Number circle small */
  .work-card span{
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    margin-bottom: 6px;
  }

  /* Title small */
  .work-card h4{
    font-size: 11px;
    margin-bottom: 4px;
  }

  /* Description hide (mobile clean look) */
  .work-card p{
    display: none;
  }

  /* Hover effect mobile me off */
  .work-card:hover{
    transform: none;
    box-shadow: none;
  }

}

/* mini products */

.mini-wrap{
padding:60px;
background:#020617;
color:#fff;
}

.mini-wrap h2{
text-align:center;
margin-bottom:30px;
}

.mini-grid{
width:90%;
margin:auto;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
gap:20px;

}

.mini-card{
background:#0f172a;
padding:15px;
border-radius:12px;
text-align:center;
transition:.3s;
}

.mini-card:hover{
transform:translateY(-6px);
box-shadow:0 10px 25px rgba(0,0,0,.4);
}

.mini-card img{
width:100%;
height:160px;
object-fit:cover;
border-radius:10px;
}

.mini-card h3{
font-size:16px;
margin:10px 0;
}

.price{
color:#f97316;
font-weight:bold;
}

.mini-card a{
display:block;
margin-top:10px;
padding:8px;
background:#2563eb;
color:#fff;
text-decoration:none;
border-radius:6px;
}

.buy-btn{
display:block;
margin-top:10px;
padding:8px;
background:#2563eb;
color:#fff;
text-decoration:none;
border-radius:6px;
font-weight:bold;
}

.buy-btn:hover{
background:#1e40af;
}


/* 📱 MOBILE: Popular Right Now – 2x2 GRID */
@media (max-width: 767px) {

  .mini-wrap {
    /* margin-top: 40px; */
    padding: 40px 0;          /* thoda compact */
  }

  .mini-grid {
    width: 94%;
    grid-template-columns: repeat(2, 1fr);  /* 🔥 2–2 cards */
    gap: 12px;
  }

  .mini-card {
    padding: 10px;
  }

  .mini-card img {
    height: 120px;            /* mobile-friendly image */
  }

  .mini-card h3 {
    font-size: 14px;
    margin: 8px 0;
  }

  .price {
    font-size: 13px;
  }

  .buy-btn {
    font-size: 13px;
    padding: 6px;
  }
  .mini-card:last-child{
    grid-column: span 1;
  }
}
@media (max-width: 360px) {
  .mini-grid {
    grid-template-columns: 1fr;
  }
}


.featured-ad {
  background: linear-gradient(160deg,#020617,#1e293b);
  padding: 18px;
  border-radius: 14px;
  text-align: center;
  margin: 20px 0;
}

.featured-ad h4 {
  color: #f97316;
  margin-bottom: 6px;
}

.featured-ad p {
  font-size: 13px;
  color: #cbd5f5;
}

.ad-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 16px;
  background: #f97316;
  color: #000;
  border-radius: 20px;
  font-size: 13px;
}


/* BRAND STATEMENT */
.brand-wrap{
  background:#020617;
  padding:35px 0 15px;
}

.brand-box{
  width:90%;
  max-width:700px;
  margin:auto;
  text-align:center;
  background:linear-gradient(135deg,#0f172a,#020617);
  border-radius:16px;
  padding:22px 18px;
  box-shadow:0 10px 30px rgba(0,0,0,.5);
}

.brand-box h3{
  color:#fff;
  font-size:22px;
  margin-bottom:8px;
  font-weight:700;
  letter-spacing:.5px;
}

.brand-box h3 span{
  color:#f97316;
}

.brand-box p{
  color:#cbd5e1;
  font-size:14px;
  line-height:1.6;
  margin:0;
}

/* MOBILE TUNING */
@media(max-width:480px){
  .brand-box h3{
    font-size:20px;
  }
  .brand-box p{
    font-size:13px;
  }
}




/* ===== FEATURED VIRAL VIDEO ===== */
.viral-featured{
  padding:70px 6%;
  /* background:linear-gradient(135deg,#020617,#0f172a); */
  color:white;
}

.viral-wrap{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:40px;
  align-items:center;
}

.viral-video{
  background:#000;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.6);
  /* padding: 10px; */
}

.viral-video video,
.viral-video iframe{
  width:100%;
  height:360px;
  object-fit:cover;
}

.viral-content h2{
  font-size:25px;
  margin:15px 0;
}

.viral-content p{
  color:#cbd5e1;
  line-height:1.8;
  font-size:16px;
}

.viral-badge{
  display:inline-block;
  background:#f97316;
  padding:6px 16px;
  border-radius:30px;
  font-size:13px;
  font-weight:600;
}

.viral-actions{
  margin-top:25px;
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}
.viral-actions .outline{
  border:2px solid #2563eb;
  color:#93c5fd;
}
.buy-btn{
  background:#f97316;
  padding:12px 30px;
  border-radius:30px;
  color:white;
  text-decoration:none;
  font-weight:600;
  margin: 10px;
}

.watch-btn{
  background:#2563eb;
  padding:12px 30px;
  border-radius:30px;
  color:white;
  text-decoration:none;
  font-weight:600;
  margin: 10px;
}

.viral-footer{
  margin-top:40px;
  text-align:center;
}

.viral-footer a{
  color:#60a5fa;
  font-weight:600;
  text-decoration:none;
}

/* MOBILE */
@media(max-width:900px){
  .viral-wrap{
    grid-template-columns:1fr;
  }
  .viral-video video,
  .viral-video iframe{
    height:230px;
  }
  .viral-content h2{
    font-size:20px;
  }
  .viral-actions{
  margin-top:25px;
  display:grid;
  gap:15px;
  flex-wrap:wrap;
  text-align: center;
}
}


/* Digital products section */
.digital-showcase{
  padding:80px 20px;
  background:#020617;
  color:white;
}

/* HEADER */
.ds-head{
  text-align:center;
  margin-bottom:60px;
}
.ds-head h2{
  font-size:34px;
  margin-bottom:10px;
}
.ds-head p{
  color:#cbd5e1;
  font-size:16px;
}

/* ITEM */
.ds-item{
  max-width:1100px;
  margin:0 auto 60px;
  background:linear-gradient(135deg,#0f172a,#020617);
  border-radius:22px;
  display:flex;
  gap:40px;
  padding:35px;
  box-shadow:0 30px 80px rgba(0,0,0,.6);
}

/* IMAGE */
.ds-image{
  flex:1;
}
.ds-image img{
  width:100%;
  border-radius:18px;
  transform:perspective(800px) rotateY(-6deg);
  box-shadow:0 25px 60px rgba(0,0,0,.7);
}

/* CONTENT */
.ds-content{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.ds-badge{
  display:inline-block;
  background:#2563eb;
  padding:6px 14px;
  border-radius:20px;
  font-size:12px;
  margin-bottom:12px;
}
.ds-content h3{
  font-size:28px;
  margin-bottom:15px;
}
.ds-content p{
  color:#cbd5e1;
  line-height:1.8;
  margin-bottom:20px;
}
.ds-price{
  font-size:26px;
  color:#22c55e;
  font-weight:bold;
  margin-bottom:25px;
}

/* BUTTONS */
.ds-actions{
  display:flex;
  gap:15px;
  flex-wrap:wrap;
}
.ds-btn{
  padding:12px 26px;
  border-radius:30px;
  text-decoration:none;
  font-weight:600;
}
.ds-btn.primary{
  background:#f97316;
  color:white;
}
.ds-btn.outline{
  border:2px solid #2563eb;
  color:#93c5fd;
}

/* VIEW MORE */
.ds-more{
  text-align:center;
  margin-top:30px;
}
.ds-more a{
  color:#60a5fa;
  text-decoration:none;
  font-size:16px;
}

/* MOBILE */
@media(max-width:900px){
  .ds-item{
    flex-direction:column;
    padding:25px;
  }
  .ds-image img{
    transform:none;
  }
  .ds-actions{
  display:grid;
  gap:15px;
  flex-wrap:wrap;
  text-align: center;
}
.ds-content h3{
  font-size:25px;
  margin-bottom:15px;
}
}
/* BRAND COLLABORATION SECTION */
.brand-section{
  padding:60px 40px;
  background:#020617;
  color:white;
  text-align:center;
}

.brand-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
  margin-top:30px;
}

.brand-card{
  background:#0f172a;
  border-radius:16px;
  padding:20px;
  transition:.3s;
  box-shadow:0 10px 25px rgba(0,0,0,0.4);
}

.brand-card:hover{
  transform:translateY(-6px);
}

.brand-card img{
  width:100%;
  height:160px;
  object-fit:contain;
  margin-bottom:10px;
}

.brand-card h3{
  margin:10px 0;
  color:#f97316;
}

.brand-card p{
  font-size:14px;
  color:#cbd5e1;
}

/* CTA */
.brand-cta{
  margin-top:30px;
}

.brand-btn{
  background:#22c55e;
  color:white;
  padding:14px 35px;
  border-radius:30px;
  text-decoration:none;
  font-weight:bold;
  font-size:16px;
  transition:.3s;
}

.brand-btn:hover{
  background:#16a34a;
  transform:scale(1.05);
}

/* RESPONSIVE */
@media(max-width:768px){

  .brand-grid{
    grid-template-columns:1fr;
  }

  .hide-mobile{
    display:none;
  }

  .brand-section{
    padding:40px 20px;
  }

}
