    /* --- UPDATED HERO SLIDER CSS --- */
    .hero-slider-wrapper {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px;
      overflow: hidden;
    }

    /* Make sure images cover the area nicely */
    #heroBannerSlider .item img {
      width: 100%;
      height: auto;
      max-height: auto;
      object-fit: cover;
      /* Ensures image covers the box without stretching */
      display: block;
    }

    /* Custom Nav Arrows for Hero Slider */
    #heroBannerSlider .owl-nav {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      width: 100%;
      height: 0;
      pointer-events: none;
    }

    #heroBannerSlider .owl-nav button.owl-prev,
    #heroBannerSlider .owl-nav button.owl-next {
      position: absolute;
      font-size: 50px !important;
      color: #fff !important;
      background: rgba(0, 0, 0, 0.2) !important;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex !important;
      align-items: center;
      justify-content: center;
      padding-bottom: 5px !important;
      margin: 0 !important;
      line-height: 1 !important;
      pointer-events: auto;
      top: -25px;
      transition: background 0.3s;
    }

    #heroBannerSlider .owl-nav button.owl-prev {
      left: 20px;
    }

    #heroBannerSlider .owl-nav button.owl-next {
      right: 20px;
    }

    #heroBannerSlider .owl-nav button:hover {
      background: rgba(0, 0, 0, 0.5) !important;
    }


    /* --- Default Styles (Desktop First) --- */

    /* Desktop image dikhao */
    .desktop-banner {
      display: block !important;
      width: 100%;
      height: auto;
    }

    /* Mobile image chupao */
    .mobile-banner {
      display: none !important;
    }

    /* --- Mobile Styles (Screens smaller than 768px) --- */
    @media only screen and (max-width: 767px) {

      /* Desktop image chupao */
      .desktop-banner {
        display: none !important;
      }

      /* Mobile image dikhao */
      .mobile-banner {
        display: block !important;
        width: 100%;
        height: auto;
      }
    }


    /* --- Default (Desktop View) --- */
    .desktop-promo {
      display: block;
      width: 100%;
      height: auto;
    }

    .mobile-promo {
      display: none;
      /* Mobile image ko chupao */
    }

    /* --- Mobile View (Screens smaller than 768px) --- */
    @media only screen and (max-width: 767px) {
      .desktop-promo {
        display: none;
        /* Desktop image ko chupao */
      }

      .mobile-promo {
        display: block;
        /* Mobile image ko dikhao */
        width: 100%;
        height: auto;
      }
    }

    /* Dots Styling */
    #heroBannerSlider .owl-dots {
      position: absolute;
      bottom: 15px;
      width: 100%;
      text-align: center;
    }

    #heroBannerSlider .owl-dot span {
      background: rgba(255, 255, 255, 0.5) !important;
      width: 10px;
      height: 10px;
      margin: 5px;
    }

    #heroBannerSlider .owl-dot.active span {
      background: #fff !important;
    }

    /* --- 1. Top Category Navigation --- */
    .category-nav-wrapper {
      display: flex;
      align-items: center;
      background: #fff;
      padding: 10px 0;
      border-bottom: 1px solid #ddd;
      overflow: hidden;
    }

    .new-arrival-badge {
      flex-shrink: 0;
      /* background-color: #003366; */
      color: #00d2ff;
      font-weight: 800;
      padding: 15px 10px;
      text-align: center;
      line-height: 1.2;
      margin-right: 15px;
      margin-left: 10px;
      min-width: 90px;
      /* clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); */
      z-index: 2;
      padding-top: 0px;
    }

    .new-arrival-badge span {
      display: block;
      font-size: 0.8rem;
      color: white;
    }

    .category-slider-container {
      flex-grow: 1;
      width: calc(100% - 130px);
      padding-right: 30px;
      position: relative;
    }

    .category-item {
      text-align: center;
      cursor: pointer;
      padding: 5px;
      transition: transform 0.2s;
    }

    .category-item:hover {
      transform: translateY(-2px);
    }

    .category-item img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 4px;
      margin-bottom: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      display: block;
      margin: 0 auto 5px auto;
    }

    .new-arrival-badge img {
      width: 86px;
    }

    .category-item span {
      font-size: 0.8rem;
      font-weight: 600;
      color: #003366;
      white-space: nowrap;
    }

    /* Nav for Category Slider Only */
    #categorySlider .owl-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      height: 0;
      pointer-events: none;
    }

    #categorySlider .owl-nav button.owl-prev,
    #categorySlider .owl-nav button.owl-next {
      position: absolute;
      font-size: 40px !important;
      color: #003366 !important;
      background: none !important;
      padding: 0 !important;
      margin: 0 !important;
      line-height: 1 !important;
      pointer-events: auto;
      top: -20px;
    }

    #categorySlider .owl-nav button.owl-prev {
      left: -25px;
    }

    #categorySlider .owl-nav button.owl-next {
      right: -10px;
    }

    /* Main Container */
    .flip-container {
      width: 100%;
      /* Aapne 1005 likha tha, shayad 100% chahiye. Agar fixed chahiye to yahan 1005px likh dein */
      margin: 0 auto;
      perspective: 1000px;
      max-width: 1000px;
    }

    /* Flipper: Ye ghumega aur height control karega */
    .flipper {
      width: 100%;
      position: relative;
      transform-style: preserve-3d;
      animation: flatFlip 4s infinite ease-in-out;

      /* MAGIC TRICK: Grid se images overlap hongi par height auto rahegi */
      display: grid;
      grid-template-areas: "stack";
    }

    /* Front aur Back ko ek hi jagah (stack) par rakhna */
    .front,
    .back {
      grid-area: stack;
      /* Dono ek ke upar ek aayenge */
      width: 100%;
      height: auto;
      /* Height auto image ke hisaab se */
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      margin-top: -2px;
    }

    /* Image styling */
    .front img,
    .back img {
      /* display: block;  */
      width: 100%;
      height: auto;
      /* Image ka ratio maintain rahega */
      object-fit: cover;
    }

    img.mobile-flip {
      display: none;
    }

    /* Back side setup */
    .back {
      transform: rotateX(180deg);
    }

    /* Animation Wahi Same Rahegi */
    @keyframes flatFlip {

      0%,
      45% {
        transform: rotateX(0deg);
      }

      50%,
      95% {
        transform: rotateX(180deg);
      }

      100% {
        transform: rotateX(360deg);
      }
    }

    /* --- 3. Orange Promo Bar --- */
    .promo-bar {
      width: 100%;
      max-width: 900px;
      background-color: #ff8c00;
      margin: -30px auto 0px;
      position: relative;
      z-index: 10;
      border-radius: 50px;
      display: flex;
      justify-content: space-between;

      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .promo-bar h2 {
      font-size: 2rem;
      font-weight: 600;
      color: #000;
    }

    /* --- 4. Coupons Section --- */
    .coupons-section {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto 50px;
    }

    .section-title {
      color: #001f4d;
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 15px;
      text-align: left;
    }

    .center-title {
      text-align: center;
    }

    .deal-banner {
      border-radius: 5px;
      color: white;
      margin-bottom: 56px;
      width: 100%;
      max-width: 860px;
      margin-left: auto;
      margin-right: auto;
    }

    .deal-header {
      display: flex;
      justify-content: space-between;
      font-size: 1.2rem;
      margin-bottom: 15px;
      font-weight: 500;
    }

    .ticket {
      display: flex;
      background-color: #ffe600;
      height: 100px;
      position: relative;
      border-radius: 4px;
      overflow: hidden;
    }

    .ticket-left {
      flex: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      border-right: 2px dashed #0b1e42;
      position: relative;
      background-color: #ffe600;
    }

    .ticket-right {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffe600;
      text-align: center;
      padding: 0 10px;
    }

    .ticket-left::before,
    .ticket-left::after {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      background-color: #0b1e42;
      border-radius: 50%;
      right: -10px;
    }

    .ticket-left::before {
      top: -12px;
    }

    .ticket-left::after {
      bottom: -12px;
    }

    .flat-off {
      color: #d0006f;
      font-size: 3rem;
      font-weight: 800;
      text-transform: uppercase;
    }

    .ticket-text {
      color: #d0006f;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.3;
    }

    .popular-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .grid-item {
      text-align: center;
    }

    .image-box {
      background-color: #3f5eb5;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      border-radius: 4px;
      margin-bottom: 15px;
    }

    .image-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s;
    }

    .image-box:hover img {
      transform: scale(1.05);
    }

    .grid-label {
      color: #001f4d;
      font-weight: 700;
      font-size: 21px;
      font-style: italic;
    }



    /* --- 5. Telegram Section --- */
    .telegram-section {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto 86px;
    }

    .blogupsectionimg {
      width: 100%;
      max-width: 700px;
      margin: 45px auto;
      margin-top: 7px !important;
      margin-bottom: 82px;
    }

    h2.section-title.telegramtetle {
      text-align: center;
      margin-bottom: 39px;
    }

    .telegram-banner {
      background-color: #0b1e42;
      display: flex;
      align-items: center;
      border-radius: 5px;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 540px;
      margin: 70px auto;
    }

    .telegram-icon-wrapper {
      background-color: #0088cc;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-right: 20px;
    }

    .telegram-icon {
      color: white;
      font-size: 24px;
      line-height: 1;
      content: "✈︎";
      display: block;
      transform: rotate(45deg);
    }

    .telegram-text p {
      color: white;
      font-size: 1.2rem;
      font-weight: 600;
      margin: 0;
    }

    /* --- 6. Honest Reviews --- */
    .reviews-section {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto 50px;
      margin-bottom: 20px;
    }

    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
      margin-top: 20px;
    }

    .review-card {
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s;
      border: 1px solid #ddd;
      position: relative;
    }

    .review-card:hover {
      transform: translateY(-3px);
    }

    .review-img-box {
      background-color: #fff;
      height: 256px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      border-bottom: 1px solid #f0f0f0;
    }

    section.reviews-section .section-title {
      text-decoration: underline;
    }

    .review-img-box img {
      max-height: 100%;
      max-width: 100%;
      object-fit: contain;
    }

    .review-content {
      padding: 15px;
    }

    .card-dark .review-content {
      background-color: #0b3d6d;
      color: white;
    }

    .card-dark .review-cat {
      color: #8abce6;
    }

    .card-dark .review-title {
      color: white;
    }

    .card-dark .progress-bar {
      background-color: #072a4d;
    }

    .card-dark .progress-fill {
      background-color: #00d2ff;
    }

    .card-light .review-content {
      background-color: white;
      color: #333;
    }

    .card-light .review-cat {
      color: #666;
    }

    .card-light .review-title {
      color: #0b3d6d;
    }

    .card-light .progress-bar {
      background-color: #eee;
    }

    .card-light .progress-fill {
      background-color: #ff3e3e;
    }

    .review-cat {
      font-size: 0.75rem;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .review-title {
      font-size: 0.9rem;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 10px;
      height: 38px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }

    .progress-text {
      font-size: 0.7rem;
      margin-bottom: 3px;
      opacity: 0.9;
    }

    .progress-bar {
      height: 4px;
      width: 100%;
      border-radius: 2px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .progress-fill {
      height: 100%;
      border-radius: 2px;
    }

    .card-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .stars {
      color: #ffc107;
      font-size: 0.9rem;
    }

    .thumbs {
      font-size: 0.9rem;
      opacity: 0.8;
      cursor: pointer;
    }

    /* --- 7. NEW SECTION: Latest News & Reviews --- */
    .news-section {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto 50px;
    }

    .section-subtitle {
      text-align: center;
      color: #555;
      font-size: 1rem;
      margin-bottom: 30px;
      margin-top: -10px;
    }

    .news-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .news-item {
      cursor: pointer;
    }

    .news-image {
      width: 100%;
      height: 220px;
      overflow: hidden;
      border-radius: 5px;
      margin-bottom: 15px;
      background-color: #f0f0f0;
      max-width: 336px;
      margin: auto;
    }

    .news-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s;
    }

    .news-caption {
      width: 100%;
      max-width: 396px;
      margin: auto;
    }

    .news-item:hover .news-image img {
      transform: scale(1.03);
    }

    .news-caption h3 {
      font-size: 1.1rem;
      font-weight: 700;
      text-align: center;
      color: #000;
      line-height: 1.4;
    }

    /* --- 8. Footer --- */
    .bottom-footer {
      background-color: #001f4d;
      color: white;
      text-align: center;
      padding: 15px;
      font-weight: 600;
      letter-spacing: 1px;
    }

    /* --- Responsive Tweaks --- */
    @media (max-width: 1024px) {
      .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {

      /* On mobile, allow hero slider to maintain aspect ratio */
      #heroBannerSlider .item img {
        max-height: none;
      }

      .telegram-banner {
        margin-top: -11px !important;
      }

      h2.section-title.telegramtetle {
        text-align: center;
        margin-bottom: 11px;
        font-size: 21px;
      }

      .new-arrival-badge img {
        width: 66px;
      }

      .review-content {
        padding: 10px;
      }

      .blogupsectionimg {
        width: 76%;
        margin-bottom: 40px;
      }

      section.news-section .section-title {
        font-size: 22px;
      }

      .card-dark .review-cat a {
        color: #fff;
        font-size: 10px;
      }

      .new-arrival-badge {
        padding: 27px 0px;
        min-width: 42px;
        padding-top: 0px;
      }

      .tg-card {
        max-height: 379px;
      }

      section.reviews-section .section-title {
        text-decoration: none;
        font-size: 21px;
      }


      .category-slider-container {
        padding-right: 9px;
      }


      .review-img-box {
        height: 232px;
      }

      .popular-grid {
        grid-template-columns: 1fr;
      }

      .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
      }

      .news-caption h3 {
        font-size: 15px;
        font-weight: 400;
        text-align: left;
        color: #000;
        line-height: 1.4;
      }

      .promo-bar {
        width: 100%;
      }

      .flip-container {
        width: 100%;
      }

      h2.section-title.left-algin {
        text-align: left;
        font-size: 24px;
      }

      #heroBannerSlider .owl-nav button.owl-prev,
      #heroBannerSlider .owl-nav button.owl-next {
        display: none !important;
      }



      /* --- Default (Desktop View) --- */
      .desktop-flip {
        display: block !important;
        width: 100%;
        height: auto;
      }

      .mobile-flip {
        display: none !important;
        /* Mobile image hidden initially */
      }

      /* --- Mobile View (Screens smaller than 768px) --- */
      @media only screen and (max-width: 767px) {
        .desktop-flip {
          display: none !important;
          /* Hide Desktop image */
        }

        .mobile-flip {
          display: block !important;
          /* Show Mobile image */
          width: 100%;
          height: auto;
        }
      }

      .news-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .news-image {
        height: 112px;
      }

      .section-title {
        text-align: center;
      }

      .flat-off {
        font-size: 1.8rem;
      }

      .ticket {
        height: auto;
        flex-direction: column;
      }

      .ticket-left {
        border-right: none;
        border-bottom: 2px dashed #0b1e42;
        padding: 20px;
      }

      .ticket-right {
        padding: 15px;
      }

      .ticket-left::before,
      .ticket-left::after {
        display: none;
      }
    }



    /* Sabse upar wala main container */
    .main-marketplace-wrapper {
      display: flex;
      justify-content: space-between;
      gap: 30px;
      align-items: flex-start;
      width: 100%;
      max-width: 1000px;
      margin: 41px auto;
    }

    /* --- SECTION 1: FRAGRANCE --- */
    .fragrance-container {
      flex: 1;
    }

    .fragrance-header-box {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .fragrance-line {
      flex: 1;
      border-bottom: 1px solid #ddd;
    }

    .fragrance-pill {
      border: 1px solid #888;
      border-radius: 50px;
      padding: 6px 15px;
      margin: 0 10px;
      font-weight: bold;
      color: #2c3e50;
      font-size: 13px;
      white-space: nowrap;
    }

    .fragrance-links {
      list-style: disc;
      padding-left: 30px;
      margin: 0;
    }

    .fragrance-item {
      margin-bottom: 8px;
    }

    .fragrance-anchor {
      text-decoration: none;
      color: #444;
      font-size: 14px;
    }

    .fragrance-anchor:hover {
      color: #000;
      text-decoration: underline;
    }

    /* --- SECTION 2: SKIN CARE --- */
    .skincare-container {
      flex: 1;
    }

    .skincare-header-box {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .skincare-line {
      flex: 1;
      border-bottom: 1px solid #ddd;
    }

    .skincare-pill {
      border: 1px solid #888;
      border-radius: 50px;
      padding: 6px 15px;
      margin: 0 10px;
      font-weight: bold;
      color: #2c3e50;
      font-size: 13px;
      white-space: nowrap;
    }

    .skincare-links {
      list-style: disc;
      padding-left: 30px;
      margin: 0;
    }

    .skincare-item {
      margin-bottom: 8px;
    }

    .skincare-anchor {
      text-decoration: none;
      color: #444;
      font-size: 14px;
    }

    .skincare-anchor:hover {
      color: #000;
      text-decoration: underline;
    }

    /* --- SECTION 3: HAIR CARE --- */
    .haircare-container {
      flex: 1;
    }

    .haircare-header-box {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
    }

    .haircare-line {
      flex: 1;
      border-bottom: 1px solid #ddd;
    }

    .haircare-pill {
      border: 1px solid #888;
      border-radius: 50px;
      padding: 6px 15px;
      /* margin: 0 10px; */
      font-weight: bold;
      color: #2c3e50;
      font-size: 13px;
      white-space: nowrap;
    }

    .haircare-links {
      list-style: disc;
      padding-left: 30px;
      margin: 0;
    }

    .haircare-item {
      margin-bottom: 8px;
    }

    .haircare-anchor {
      text-decoration: none;
      color: #444;
      font-size: 14px;
    }

    .haircare-anchor:hover {
      color: #000;
      text-decoration: underline;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .main-marketplace-wrapper {
        flex-direction: column;
      }
    }




    /* coupon page css start */



    /* Main Container */
    .promo-layout-container {
      display: flex;
      width: 100%;
      max-width: 1200px;
      gap: 15px;
      height: 400px;
      /* Fixed height */
      margin: 0 auto;
      box-sizing: border-box;
    }

    /* Left Side: Slider Section */
    .promo-slider-area {
      flex: 3;
      /* 75% width */
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      background: #fff;
    }

    .promo-slider-mover {
      display: flex;
      width: 200%;
      /* 2 slides = 200% */
      height: 100%;
      animation: promoSlideAnim 12s infinite;
    }

    .promo-slide-item {
      width: 50%;
      height: 100%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* Slide 1: Your Image Background */
    .promo-slide-bg {
      background-image: url('https://stylescanners.com/wp-content/uploads/2026/01/coupan-banner.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    /* Slide 2: Demo Content */
    .promo-slide-custom {
      background: radial-gradient(circle at center, #81ecec 0%, #00cec9 100%);
      justify-content: space-between;
      padding: 0 40px;
    }

    /* Slider Animation Keyframes */
    @keyframes promoSlideAnim {
      0% {
        transform: translateX(0);
      }

      45% {
        transform: translateX(0);
      }

      50% {
        transform: translateX(-50%);
      }

      95% {
        transform: translateX(-50%);
      }

      100% {
        transform: translateX(0);
      }
    }

    /* Text Styles for Slide 2 */
    .promo-text-wrap {
      text-align: left;
      z-index: 2;
      font-family: sans-serif;
    }

    .promo-heading-lg {
      font-size: 5rem;
      font-weight: 900;
      color: #0984e3;
      line-height: 0.9;
      margin: 0;
    }

    .promo-heading-lg span {
      font-size: 2rem;
      font-weight: 600;
      color: #fff;
    }

    .promo-btn-primary {
      background: #0984e3;
      color: white;
      border: none;
      padding: 10px 30px;
      font-size: 1rem;
      font-weight: bold;
      cursor: pointer;
      border-radius: 4px;
      margin-top: 15px;
      transition: transform 0.2s;
      text-transform: uppercase;
    }

    .promo-btn-primary:hover {
      transform: scale(1.05);
    }

    .promo-img-wrap {
      height: 90%;
      width: auto;
      z-index: 1;
      display: flex;
      align-items: flex-end;
    }

    .promo-img-wrap img {
      height: 100%;
      object-fit: contain;
      filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.3));
    }

    /* Right Side: Sidebar Banner */
    .promo-sidebar {
      flex: 1;
      /* 25% width */
      background: #badc58;
      border-radius: 4px;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* padding: 20px; */
      text-align: center;
      position: relative;
      overflow: hidden;
      font-family: sans-serif;
    }

    .promo-brand-tag {
      background: white;
      padding: 5px 15px;
      font-weight: bold;
      border-radius: 20px;
      margin-bottom: 20px;
      font-size: 1.2rem;
      color: #333;
    }

    .promo-sidebar-subtitle {
      font-size: 1.1rem;
      margin-bottom: 5px;
      color: #2d3436;
    }

    .promo-sidebar-offer {
      font-size: 1.8rem;
      font-weight: 800;
      color: #000;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .promo-sidebar-illustration {
      width: 100%;
      height: 150px;
      background: url('https://cdn-icons-png.flaticon.com/512/2331/2331970.png') no-repeat center bottom;
      background-size: contain;
      margin-bottom: 15px;
    }

    .promo-btn-secondary {
      background: #e91e63;
      color: white;
      border: none;
      padding: 8px 25px;
      border-radius: 4px;
      cursor: pointer;
      font-weight: bold;
      font-size: 1rem;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .promo-layout-container {
        flex-direction: column;
        height: auto;
      }

      .promo-slider-area,
      .promo-sidebar {
        width: 100%;
        height: 300px;
      }

      .promo-heading-lg {
        font-size: 3rem;
      }
    }



    /* The Left and Right Lines */
    .promo-divider-container::before,
    .promo-divider-container::after {
      content: "";
      flex: 1;
      /* Takes up remaining space */
      height: 1px;
      background-color: #b2bec3;
      /* Color of the line */
    }

    /* The Pill/Capsule Shape */
    .promo-divider-text {
      border: 1px solid #636e72;
      /* Dark gray border */
      padding: 10px 30px;
      /* Top/Bottom 10px, Left/Right 30px */
      border-radius: 50px;
      /* Makes it fully rounded */
      font-size: 1.1rem;
      color: #2d3436;
      font-weight: 500;
      background-color: #fff;
      white-space: nowrap;
      /* Keeps text on one line */
    }

    /* Mobile Response */
    @media (max-width: 768px) {
      .promo-divider-text {
        font-size: 0.9rem;
        padding: 8px 15px;
        white-space: normal;
        /* Allow text to wrap on small phones */
        text-align: center;
      }
    }


    /* --- Styles for the Divider --- */

    .promo-divider-container {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 1200px;
      /* Matches your banner width */
      margin: 40px auto;
      /* Add vertical spacing */
      /* gap: 20px; */
      /* Space between the lines and the text box */
    }


    /* --- Scoped CSS for Coupon Grid Section --- */

    .coupon-grid-container {
      width: 100%;
      max-width: 1200px;
      margin: 40px auto;
      padding: 20px;
      /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
      background-color: #f0f4f8;
      /* Light blue-grey background */
    }

    /* Section Heading */
    .coupon-grid-header {
      font-size: 1.8rem;
      color: #0c2461;
      /* Dark Blue */
      font-weight: 700;
      margin-bottom: 30px;
      position: relative;
      display: inline-block;
    }

    /* Underline for heading */
    .coupon-grid-header::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -8px;
      width: 60px;
      height: 4px;
      background-color: #2e55fa;
      /* Bright Blue */
      border-radius: 2px;
    }

    /* Grid Layout */
    .coupon-grid-wrapper {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      /* 3 Columns */
      gap: 20px;
    }

    /* --- Individual Card Styling --- */
    .coupon-item-card {
      background: #fff;
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      transition: transform 0.2s, box-shadow 0.2s;
      display: flex;
      flex-direction: column;
    }

    .coupon-item-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }

    /* Card Image Area */
    .coupon-item-image {
      width: 100%;
      height: 180px;
      overflow: hidden;
      background-color: #e1e1e1;
    }

    .coupon-item-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Card Text Content */
    .coupon-item-details {
      padding: 15px;
      border: 1px solid #eee;
      border-top: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    /* Row with Title and Badge */
    .coupon-item-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .coupon-item-title {
      font-size: 1rem;
      font-weight: 700;
      color: #0c2461;
    }

    .coupon-item-badge {
      background-color: #0c2461;
      color: #fff;
      font-size: 0.75rem;
      padding: 3px 10px;
      border-radius: 2px;
      text-transform: uppercase;
    }

    /* Description Text */
    .coupon-item-desc {
      font-size: 0.85rem;
      color: #555;
      line-height: 1.4;
    }

    .coupon-item-desc strong {
      color: #000;
    }

    /* Responsive Design (Mobile) */
    @media (max-width: 768px) {
      .coupon-grid-wrapper {
        grid-template-columns: 1fr;
        /* 1 Column on mobile */
      }

      .coupon-grid-header {
        font-size: 1.5rem;
      }
    }




    /* --- Scoped CSS for Popular Stores Section --- */

    .pop-store-section {
      width: 100%;
      max-width: 1200px;
      margin: 40px auto;
      padding: 20px;
      /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
      background-color: #fff;
    }

    /* Section Heading */
    .pop-store-header {
      font-size: 1.8rem;
      color: #0c2461;
      /* Dark Blue */
      font-weight: 700;
      margin-bottom: 30px;
      position: relative;
      display: inline-block;
    }

    .pop-store-header::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -8px;
      width: 60px;
      height: 4px;
      background-color: #2e55fa;
      /* Bright Blue */
      border-radius: 2px;
    }

    /* Main Layout: Left Feature + Right Grid */
    .pop-store-container {
      display: grid;
      grid-template-columns: 280px 1fr;
      /* Left Sidebar fixed width, Right takes remaining */
      gap: 20px;
    }

    /* --- Left Side: Featured Card --- */
    .pop-feat-card {
      border: 1px solid #dcdde1;
      border-radius: 4px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 0;
      text-align: center;
      height: 100%;
      /* Match height of the grid */
      background: #fff;
    }

    .pop-feat-top-text {
      font-size: 0.9rem;
      font-weight: 700;
      color: #0c2461;
      padding: 15px;
      border-bottom: 1px solid #eee;
    }

    .pop-feat-logo-area {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .pop-feat-logo-area img {
      max-width: 80%;
      max-height: 100px;
      object-fit: contain;
    }

    .pop-feat-footer {
      background-color: #f39c12;
      /* Orange */
      color: white;
      font-weight: 600;
      font-size: 0.9rem;
      padding: 12px;
      margin: 15px;
      border-radius: 2px;
    }

    /* --- Right Side: Logo Grid --- */
    .pop-logos-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      /* 3 Columns */
      grid-auto-rows: 90px;
      /* Fixed height for rows */
      gap: 15px;
    }

    .pop-logo-item {
      border: 1px solid #dcdde1;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      padding: 10px;
      transition: box-shadow 0.2s;
    }

    .pop-logo-item:hover {
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      border-color: #b2bec3;
    }

    .pop-logo-item img {
      max-width: 80%;
      max-height: auto;
      object-fit: contain;
    }

    /* --- Responsive --- */
    @media (max-width: 768px) {
      .pop-store-container {
        grid-template-columns: 1fr;
        /* Stack vertically */
      }

      .pop-logos-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 Columns on mobile */
      }
    }

    /* coupon page css end */