body {
  margin: 0;
  font-family: Arial;
  background: #0b1220;
  color: #fff;
}

a {
  text-decoration: none;
}

.section {
  width: 90%;
  margin: 30px auto;
}

.section-title {
  margin-bottom: 20px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ===============================
   HERO SECTION - MOBILE FIX
================================ */


/* HERO */
.hero {
  /* background-image: url(../images/hero.jpeg); */
  height: 90vh;
  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: #fb923c;
  color: #fff;
}

.blue {
  background: #1d4ed8;
  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: #fb923c;
}


/* 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: #fb923c;
}

/* ===== HERO SECTION FIX ===== */



/* ===== MOBILE FIX ===== */
@media (max-width:768px) {

  .hero {
    height: 500px !important;
    padding: 20px 0 60px !important;
    /* Bottom padding for the text */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* Push text to bottom */
    align-items: flex-start;
  }

  .hero-content {
    padding: 20px;
    text-align: center;
    /* Centered for balance */
    width: 100%;
    z-index: 5;
  }

  .hero-text h1 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 auto;
  }

  .hero-text p {
    font-size: 15px;
    margin: 5px auto;
    /* Centered p tag */
  }

  .small-text {
    max-width: 260px;
    /* Slightly wider for better wrapping */
    line-height: 1.5;
    margin: 0 auto !important;
    /* Force center */
  }

  .hero-btns {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    margin: 15px auto 0;
    width: 100%;
    justify-content: center;
    /* Center buttons */
  }

  .hero-btns a {
    margin: 0 !important;
    padding: 10px 18px !important;
    font-size: 13px !important;
    font-weight: 700;
    border-radius: 100px !important;
    /* Pill style */
    text-align: center;
    white-space: nowrap;
    flex: 1;
    /* Equal width */
    max-width: 140px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .hr1 {
    margin: 15px auto;
    /* Centered line */
    max-width: 170px;
    margin-top: 10px;
  }

  .slider-dots {
    display: none;
  }
}

/* ===== SMALL PHONES (iPhone SE etc) ===== */
@media (max-width:420px) {
  .hero-text h1 {
    font-size: 26px;
  }
}




/* ✨ PREMIUM TRENDING SLIDER (v2) ✨ */
.trending-prime-deals {
  padding: 0 0 20px 0 !important;
  background: radial-gradient(circle at 50% 50%, rgba(249, 115, 22, 0.05) 0%, transparent 70%);
  overflow: visible !important;
  position: relative;
  margin-top: 50px !important;
  /* Healthy gap */
  margin-bottom: 0 !important;
}

.trending-header {
  margin-bottom: 20px;
  position: relative;
  padding: 0 5%;
  width: 100%;
  box-sizing: border-box;
}

.header-top-row {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  gap: 20px !important;
  margin-bottom: 10px;
}

.trending-header .section-title {
  margin: 0 !important;
  font-size: 30px !important;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
}

.trending-header .accent {
  background: linear-gradient(90deg, #fb923c, #fcc08d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.prime-nav-container {
  display: flex !important;
  gap: 12px !important;
  position: relative !important;
  top: auto !important;
  transform: none !important;
  pointer-events: auto !important;
}

.prime-nav {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
}

.prime-nav:hover {
  background: #fb923c;
  border-color: #fb923c;
  transform: translateY(-2px);
}

/* Slider Container Base */
.trending-slider-v2 {
  position: relative;
  width: 100%;
  /* Use full width to accommodate 3 cards perfectly */
  padding: 0 5%;
  margin: 0 auto;
  box-sizing: border-box;
}

.trending-container-v2 {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.trending-track-v2 {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 20px;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

/* Premium Product Card */
.prime-product-card {
  flex: 0 0 calc((100% - 40px) / 3) !important;
  width: calc((100% - 40px) / 3) !important;
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 540px;
  box-sizing: border-box !important;
}

.prime-product-card:hover {
  transform: translateY(-12px);
  border-color: rgba(249, 115, 22, 0.5);
  background: rgba(15, 23, 42, 0.6);
  box-shadow: 0 40px 80px -15px rgba(0, 0, 0, 0.6), 0 0 25px rgba(249, 115, 22, 0.15);
}

.card-image-wrap {
  position: relative;
  height: 230px;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  flex-shrink: 0;
}

.card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.prime-product-card:hover .card-image-wrap img {
  transform: scale(1.15) rotate(-2deg);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, transparent 40%);
  opacity: 0.6;
  transition: opacity 0.5s;
}

.prime-product-card:hover .image-overlay {
  opacity: 1;
}

.prime-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 5;
  padding: 8px 16px;
  background: linear-gradient(135deg, #fb923c, #f97316);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 100px;
  box-shadow: 0 5px 15px rgba(249, 115, 22, 0.5);
  letter-spacing: 0.5px;
}

.card-info {
  padding: 15px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.card-info h3 {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.4;
  height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s;
}

.prime-product-card:hover h3 {
  color: #fb923c;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.price-tag {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
}

.price-tag .curr {
  font-size: 16px;
  margin-right: 3px;
  color: #fb923c;
}

.card-rating {
  font-size: 14px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.03);
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.card-rating i {
  color: #fbbf24;
}

.prime-grab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border-radius: 12px;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.prime-grab-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: 0.5s;
}

.prime-grab-btn:hover::before {
  left: 100%;
}

.prime-grab-btn:hover {
  background: #fb923c;
  border-color: #fb923c;
  transform: scale(1.02);
  box-shadow: 0 12px 25px rgba(249, 115, 22, 0.4);
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .prime-product-card {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .trending-prime-deals {
    display: none !important;
  }
}


.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: #fb923c;
  color: #020617;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: .3s;
}

.tg-right a:hover {
  background: #fb923c;
  transform: scale(1.05);
}

/* MOBILE */

@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-overflow: 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: 40px 0;
  /* margin-top: -80px; */
}

.why-container {
  width: 90%;
  margin: auto;
  text-align: center;
}

.why-container h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 50px;
}

.why-container h2 span {
  color: #fb923c;
}

.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: #fb923c;
  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: 0;
  }

}


.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: #fb923c;
}

.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: #1d4ed8;
  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: "";
  }

}

.category-section {
  padding: 40px 0 20px 0 !important;
  text-align: center;
  margin-bottom: 0 !important;
}

.category-title {
  font-size: 22px;
  font-weight: 800;
  background: linear-gradient(90deg, #fff 30%, #fb923c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto 20px;
  padding: 0;
}

@media (max-width: 767px) {
  .category-title {
    font-size: 16px;
  }
}


.work-section h2 {
  color: #fff;
  font-size: 34px;
}

.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: #fb923c;
  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: 8px 4px;
    border-radius: 8px;
  }

  /* Number circle small */
  .work-card span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    margin-bottom: 4px;
  }

  /* Title small */
  .work-card h3 {
    font-size: 10px;
    margin-bottom: 2px;
  }

  /* 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: 40px 0;
  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: #fb923c;
  font-weight: bold;
}

.mini-card a {
  display: block;
  margin-top: 10px;
  padding: 8px;
  background: #1d4ed8;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.buy-btn {
  display: block;
  margin-top: 10px;
  padding: 8px;
  background: #1d4ed8;
  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 {
    width: 94%;
    grid-template-columns: repeat(2, 1fr);
    /* 🔥 2–2 cards */
    gap: 12px;
  }
}


.featured-ad {
  background: linear-gradient(160deg, #020617, #1e293b);
  padding: 18px;
  border-radius: 14px;
  text-align: center;
  margin: 20px 0;
}

.featured-ad h4 {
  background: linear-gradient(to right, #1d4ed8, #fb923c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fb923c;
  margin-bottom: 6px;
}

.featured-ad p {
  font-size: 13px;
  color: #cbd5f5;
}

.ad-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 16px;
  background: #fb923c;
  color: #020617;
  /* Changed from #000 for contrast */
  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: #fb923c;
}

.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: #fb923c;
  color: #020617;
  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 #1d4ed8;
  color: #93c5fd;
}

.buy-btn {
  background: #fb923c;
  padding: 12px 30px;
  border-radius: 30px;
  color: #020617;
  text-decoration: none;
  font-weight: 600;
  margin: 10px;
}

.watch-btn {
  background: #1d4ed8;
  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: 40px 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: #1d4ed8;
  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: #fb923c;
  color: #020617;
}

.ds-btn.outline {
  border: 2px solid #1d4ed8;
  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: 30px 20px;
  background: #020617;
  color: white;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.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: #fb923c;
}

.brand-card p {
  font-size: 14px;
  color: #cbd5e1;
}

/* CTA */
.brand-cta {
  margin-top: 30px;
}

.brand-btn {
  background: #15803d;
  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 {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    gap: 15px !important;
    padding: 10px 15px 25px !important;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .brand-grid::-webkit-scrollbar {
    display: none;
  }

  .brand-card {
    flex: 0 0 280px !important;
    width: 280px !important;
    scroll-snap-align: center;
    margin: 0 !important;
    background: #0f172a;
  }

  .brand-section {
    padding: 40px 20px;
  }

}

.sponsor-section {
  padding: 20px 5%;
  /* background:#0b1220; */
}

.sponsor-heading {
  text-align: center;
  color: #fb923c;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 700;
}

.sponsor-wrapper {
  overflow: hidden;
  position: relative;
}

.sponsor-track {
  display: flex;
  transition: 0.6s ease-in-out;
}

.sponsor-card {
  flex: 0 0 33.33%;
  padding: 12px;
  box-sizing: border-box;
}

.sponsor-box {
  background: #fff;
  border-radius: 18px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}

.sponsor-box img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  border-radius: 10px;
}

.sponsor-title {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 600;
  color: #111;
}

.sponsor-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 20px;
  background: #1d4ed8;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
}

/* Tablet */
@media(max-width:900px) {
  .sponsor-card {
    flex: 0 0 50%;
  }

  .sponsor-box img {
    height: 200px;
  }
}

/* Mobile */
@media(max-width:600px) {
  .sponsor-section {
    padding: 25px 4%;
  }

  .sponsor-card {
    flex: 0 0 100%;
    padding: 10px;
  }

  .sponsor-box {
    padding: 14px;
    border-radius: 16px;
  }

  .sponsor-box img {
    height: 200px;
    /* 👈 image big */
  }

  .sponsor-title {
    font-size: 15px;
  }

  .sponsor-btn {
    width: 100%;
    padding: 10px;
    font-size: 15px;
  }
}


/* SEO SECTION */

.seo-section {
  padding: 45px 5%;
  background: transparent;
}

.seo-wrap {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.seo-wrap h2 {
  font-size: 26px;
  margin-bottom: 14px;
  color: #ffffff;
  font-weight: 700;
}

.seo-wrap h2 span {
  color: #fb923c;
}

.seo-wrap p {
  font-size: 15px;
  color: #d1d5db;
  line-height: 1.7;
  margin-bottom: 10px;
}

.seo-wrap strong {
  color: #fb923c !important;
  background-color: transparent !important;
  border-radius: 4px;
  font-weight: 600 !important;
}

.seo-buttons {
  margin-top: 20px;
}

.seo-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  margin: 6px;
  font-weight: 500;
  transition: .3s;
}

.seo-btn.blue {
  background: #1d4ed8;
}

.btn.orange,
.seo-btn.orange {
  background: #fb923c;
  color: #020617 !important;
}

.seo-btn.blue:hover {
  background: #1d4ed8;
}

.seo-btn.orange:hover {
  background: #ea580c;
}

/* MOBILE */

@media(max-width:768px) {

  .seo-section {
    padding: 35px 15px;
  }

  .seo-wrap h2 {
    font-size: 21px;
  }

  .seo-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

}

/* BLOG SECTION ON HOME PAGE - PREMIUM BENTO REDESIGN */
.home-blog-section {
  padding: 100px 0;
  background: #020617;
  position: relative;
  overflow: hidden;
}

/* Ambient Background Glows */
.home-blog-section::before,
.home-blog-section::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(120px);
  z-index: 0;
  opacity: 0.15;
}

.home-blog-section::before {
  top: -100px;
  left: -100px;
  background: #1d4ed8;
}

.home-blog-section::after {
  bottom: -100px;
  right: -100px;
  background: #fb923c;
}

.home-blog-section .category-header {
  width: 90%;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
}

.home-blog-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* BENTO GRID */
.home-blog-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 300px);
  gap: 25px;
}

.blog-card-v2 {
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
}

/* BENTO VARIANTS */
.bento-main {
  grid-column: span 2;
  grid-row: span 2;
}

.bento-side,
.bento-side-alt {
  grid-column: span 2;
  grid-row: span 1;
  flex-direction: row;
}

/* IMAGE AREA */
.card-image {
  position: relative;
  overflow: hidden;
}

.bento-main .card-image {
  height: 60%;
}

.bento-side .card-image,
.bento-side-alt .card-image {
  width: 40%;
  height: 100%;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2, 0, 0.2, 1);
}

.blog-card-v2:hover .card-image img {
  transform: scale(1.1) rotate(2deg);
}

/* DATE BADGE (Premium Pill) */
.date-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  color: #fff;
  padding: 8px 14px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.date-badge .d {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.date-badge .m {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2px;
  letter-spacing: 1px;
}

/* CONTENT AREA */
.card-info {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.bento-side .card-info,
.bento-side-alt .card-info {
  width: 60%;
  padding: 25px;
  justify-content: center;
}

.tag {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fb923c;
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: inline-block;
}

.card-info h3 {
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.bento-main h3 {
  font-size: 32px;
}

.card-info p {
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-footer {
  margin-top: auto;
}

.read-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fb923c;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.read-btn i {
  transition: transform 0.3s;
}

.read-btn:hover {
  color: #fff;
}

.read-btn:hover i {
  transform: translateX(8px);
}

/* HOVER STATES */
.blog-card-v2:hover {
  transform: translateY(-12px);
  border-color: rgba(251, 146, 60, 0.4);
  background: rgba(30, 41, 59, 0.6);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), 0 0 30px rgba(251, 146, 60, 0.1);
}

.blog-card-v2:hover h3 {
  color: #fb923c;
}

/* RESPONSIVE */
@media (max-width: 1280px) {
  .home-blog-bento {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 992px) {

  .bento-side,
  .bento-side-alt {
    flex-direction: column;
  }

  .bento-side .card-image,
  .bento-side-alt .card-image,
  .bento-side .card-info,
  .bento-side-alt .card-info {
    width: 100%;
  }

  .bento-side .card-image,
  .bento-side-alt .card-image {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .home-blog-section {
    padding: 60px 0;
  }

  .home-blog-section .category-header {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .home-blog-bento {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 20px 40px;
    gap: 20px;
    scrollbar-width: none;
  }

  .home-blog-bento::-webkit-scrollbar {
    display: none;
  }

  .blog-card-v2 {
    flex: 0 0 85%;
    min-width: 280px;
    scroll-snap-align: center;
    flex-direction: column !important;
  }

  .card-image {
    width: 100% !important;
    height: 180px !important;
  }

  .card-info {
    width: 100% !important;
    padding: 20px !important;
  }

  .bento-main h3 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .blog-footer-buttons {
    display: none !important;
  }

  .home-blog-section .category-header {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .home-blog-section .category-header .header-left {
    flex: 1;
  }

  .home-blog-section .category-header .category-title {
    font-size: 18px;
    margin-bottom: 0;
  }

  .section-subtitle {
    display: none;
  }

  .home-blog-section .category-header .view-all-btn {
    display: inline-flex !important;
    font-size: 10px;
    padding: 7px 10px;
    white-space: nowrap;
    margin-right: 20px;
  }

  .category-section .category-header .view-all-btn {
    display: inline-flex !important;
    font-size: 10px;
    padding: 7px 10px;
    white-space: nowrap;
    margin-right: 20px;
  }

}