.navbar {
    /* background-color: #f8f9fa; */
    border-bottom: 1px solid #eaeaea; /* Subtle border below the navbar */
}

.navbar-brand {
    font-weight: bold;
    color: orange;
    font-size: 1.5rem;
}

.navbar-brand span {
    color: #00bfff; /* Light blue for the "rishi" part */
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    margin-right: 15px;
}

.nav-link:hover {
    color: #007bff; /* Hover effect */
}

.navbar-toggler {
    border-color: transparent;
}

.cart-icon {
    font-size: 1.2rem;
    margin-left: 10px;
}

.astroway-logo-text {
    font-weight: bold;
    color: orange;
}

.astroway-logo-subtext {
    font-size: 0.8rem;
    color: #666;
}

/* Align icons neatly */
.top-navbar .btn-link {
    color: #333;
}

.btn-link i {
    font-size: 1.5rem;
}

@media (max-width: 576px) {
    .astroway-logo-ntext {
        display: block;
    }

    .top-navbar .btn-link {
        margin-left: 5px;
    }
}



.circle {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
  }

  #signSelectorContainer div:nth-child(1) .circle {
    border: 2px solid crimson;
  }

  #signSelectorContainer div:nth-child(2) .circle {
    border: 2px solid blue;
  }

  #signSelectorContainer div:nth-child(3) .circle {
    border: 2px solid green;
  }

  #signSelectorContainer div:nth-child(4) .circle {
    border: 2px solid orange;
  }

  #signSelectorContainer div:nth-child(5) .circle {
    border: 2px solid purple;
  }

  #signSelectorContainer div:nth-child(6) .circle {
    border: 2px solid teal;
  }

  #signSelectorContainer div:nth-child(7) .circle {
    border: 2px solid pink;
  }

  #signSelectorContainer div:nth-child(8) .circle {
    border: 2px solid yellow;
  }

  #signSelectorContainer div:nth-child(9) .circle {
    border: 2px solid brown;
  }

  #signSelectorContainer div:nth-child(10) .circle {
    border: 2px solid lightblue;
  }

  #signSelectorContainer div:nth-child(11) .circle {
    border: 2px solid lightgreen;
  }

  #signSelectorContainer div:nth-child(12) .circle {
    border: 2px solid lightcoral;
  }

  #signSelectorContainer div:nth-child(1) .circle:hover {
    transform: scale(1.2) rotate(15deg);
    box-shadow: 0 0 15px crimson;
  }

  #signSelectorContainer div:nth-child(2) .circle:hover {
    transform: scale(1.2) rotate(-15deg);
    box-shadow: 0 0 20px blue;
    border: 2px solid blue;
  }

  #signSelectorContainer div:nth-child(3) .circle:hover {
    transform: scale(1.2);
    box-shadow: 0 0 25px green;
  }

  #signSelectorContainer div:nth-child(4) .circle:hover {
    transform: scale(1.2) rotate(30deg);
    box-shadow: 0 0 20px orange;
  }

  #signSelectorContainer div:nth-child(5) .circle:hover {
    transform: scale(1.2) rotate(-30deg);
    box-shadow: 0 0 30px purple;
  }

  #signSelectorContainer div:nth-child(6) .circle:hover {
    transform: scale(1.2);
    box-shadow: 0 0 35px teal;
  }

  #signSelectorContainer div:nth-child(7) .circle:hover {
    transform: scale(1.2) rotate(45deg);
    box-shadow: 0 0 15px pink;
  }

  #signSelectorContainer div:nth-child(8) .circle:hover {
    transform: scale(1.2) rotate(-45deg);
    box-shadow: 0 0 20px yellow;
  }

  #signSelectorContainer div:nth-child(9) .circle:hover {
    transform: scale(1.2);
    box-shadow: 0 0 25px brown;
  }

  #signSelectorContainer div:nth-child(10) .circle:hover {
    transform: scale(1.2) rotate(60deg);
    box-shadow: 0 0 20px lightblue;
  }

  #signSelectorContainer div:nth-child(11) .circle:hover {
    transform: scale(1.2) rotate(-60deg);
    box-shadow: 0 0 30px lightgreen;
  }

  #signSelectorContainer div:nth-child(12) .circle:hover {
    transform: scale(1.2);
    box-shadow: 0 0 35px lightcoral;
  }

  div#signSelectorContainer {
    gap: 12px;
}
.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .video-card {
    position: relative;
    width: 300px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    text-align: center;
  }

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

  .youtube-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px !important;
    height: auto;
    cursor: pointer;
    pointer-events: none;
  }

  .video-card .video-title {
    padding: 10px;
    font-weight: bold;
    color: #0033cc;
    background-color: #f1f1f1;
    border-radius: 0 0 8px 8px;
  }
  #calculator {
    background-size: cover !important;
    background-position: 50% !important;

}
.product-card {
    border-radius: 15px;
    margin: 20px 0;
    padding: 20px;
    color: #333;
    text-align: center;
    height: 96%;
    display: flex;
    flex-direction: column;

}
.product-card h5 {
    font-weight: bold;
    margin-top: 10px;
}
.btn-buy {
    margin-top: auto;
    background-color: #007bff;
    color: white;
}

.parad-shivling {
    background-color: #ffff;
}
.kuber-yantra {
    background-color: #f5c542;
}
.pearl-mala {
    background-color: #cfd8dc;
}
.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}
.button-blog {
    padding: 8px 25px;
    font-size: 14px;
    color: white;
    background-color: black;
    border: 1px solid #1a73e8;
    border-radius: 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    height: 40px;
}

.news-luxury-section h3:after{
    content: "";
    width: 140px;
    height: 3px;
    background: #c2185b;
    position: relative;
    display: block;
    margin: 15px auto;
    margin-bottom: 0;
}

.button-blog:hover {
    background-color: #1a73e8;
    color: white;
}

.font-28 {
    font-size: 28px !important;
}

.backimage {
    background: linear-gradient(171.5deg, #f7f7f7 50%, #ececec 0);
}


/* product list css  */

.vedic-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .vedic-card {
    background-color: #ffd966;
    width: auto; /* Fixed Width */
    /*height: 500px; */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .vedic-card:nth-child(3) {
    background-color: #ffddcc;
  }

  .vedic-card:hover {
    transform: scale(1.05);
  }

  .vedic-title {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .vedic-subtitle {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .vedic-description {
    flex-grow: 1; /* Ensures equal height content */
    margin-bottom: 10px;
    color: #333;
  }

  .vedic-image {
    max-width: 100%;
    height: 150px;
    object-fit: contain; /* Keeps the aspect ratio */
    margin: 15px 0;
  }

  .vedic-price {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .vedic-button {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .vedic-button:hover {
    background-color: #333;
  }

  .text-start {
    text-align: start !important;
}
.font-15 {
    font-size: 15px !important;
}
.kundli-card {
    background-color: #fdf5e6;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    position: relative;
  }

  .kundli-card h2 {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .kundli-card p {
    margin-bottom: 5px;
  }

  .kundli-card img {
    width: 100%;
    height: 500px;
  }

  .btn-yellow {
    background-color: #fbc02d;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
  }

  .panchang-card {
    background-color: #c2185b;
    border-radius: 12px;
    color: white;
    padding: 20px;
    text-align: left;
  }

  .panchang-card h3 {
    margin-bottom: 15px;
  }

  .panchang-card .time-card {
    background-color: white;
    color: black;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .detailed-link {
    text-align: center;
    display: block;
    background-color: #880e4f;
    color: white;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
    text-decoration: none;
  }


.bg-fuchsia{
    background-color: #FDF4FF;
  }
  .bg-fuchsia:hover{
    background-color: #FAE8FF;
  }
  .bg-slate{
    background-color: #F8FAFC;
  }
  .bg-slate:hover{
    background-color: #F1F5F9;
  }
  .bg-purple{
    background-color: #FAF5FF;
  }
  .bg-purple:hover{
    background-color: #F3E8FF;
  }
  .bg-lime{
    background-color: #F7FEE7;
  }
  .bg-lime:hover{
    background-color: #ECFBCB;
  }
  .bg-rose{
    background-color: #FFF1F2;
  }
  .bg-rose:hover{
    background-color: #FFE4E6;
  }
  .bg-green{
    background-color: #F0FDF4;
  }
  .bg-green:hover{
    background-color: #DCFCE7 !important;
  }
  .bg-sky{
    background-color: #F0F9FF;
  }
  .bg-sky:hover{
    background-color: #E0F2FE;
  }

  .product-details-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px; /* Default height */
    overflow: hidden;
}

.product-details-img img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 576px) {
    /* Adjust for mobile view */
    .product-details-img {
        height: 300px; /* Smaller height for mobile */
    }
}

.bg-astrologer-pink-light {
    background: linear-gradient(90deg, #fff1f2 0%, #dcfce7 100%);
}

.astroway-astrologers .item{
    border: none !important;
}
.bg-gray{
    background: #f9fafb !important;
}
.btn-chat-astro {
    background: #ffffff !important;
    /* box-shadow: 0 2px 3px #ffd70080; */
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    padding: 8px 20px !important;
    margin: 0 5px !important;
    white-space: nowrap !important;
}

.btn-chat-astro:hover {
    background: #fff;
    border: 2px solid gold;
}

.btn-load-more {
  display: block;
  width: fit-content;
  margin: 20px auto;
  padding: 7px 15px;
  background-color: #495057;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-load-more:hover:not(:disabled) {
  background-color: #495057;
  transform: translateY(-2px);
}

.btn-load-more:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.loader {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-top: 2px solid transparent;
  animation: spin 0.8s linear infinite;
  margin-right: 8px;
}

  .modal-content {
            background-clip: border-box !important;
            border: none !important;
            border-radius: 0 !important;
        }
        .detailed-link:hover{
            color: #fff !important;
        }

        .read-more
        {
            color :blue;
        }

        h2.heading span[aria-expanded="true"] .fa-chevron-up {
            border: 2px solid #65a9fd;
            border-radius: 50%;
            padding: 5px;
            -webkit-text-stroke: 2px #fff5f6;
            font-size: 24px;
        }



    /* Center items only for web (screens wider than 768px) */
    @media (min-width: 768px) {
            .astrology-video-carousel {
                justify-items: center;
            }
        }

        .video-title{
            height:60px;
        }


        #videoModal .close {
        font-size: 2rem; /* Use relative units (30px equivalent) */
        position: absolute; /* Position absolutely */
        right: 0; /* Adjust position */
        top: -2.5rem; /* Adjust position */
        z-index: 1; /* Ensure it's above the video */
        color: #fff; /* White color for visibility */
        opacity: 1; /* Ensure it's fully visible */
        transition: color 0.3s ease; /* Smooth hover effect */
        }

        #videoModal .close:hover {
        color: #ccc; /* Light gray on hover */
        }

        /* Responsive adjustments for smaller screens */
        @media (max-width: 768px) {
        #videoModal .close {
            font-size: 1.5rem; /* Smaller font size for mobile */
            top: -2rem; /* Adjust position for mobile */
        }
        }

        @media (max-width: 576px) {
        #videoModal .close {
            font-size: 1.25rem; /* Even smaller font size for very small screens */
            top: -0.5rem; /* Adjust position for very small screens */
        }
        }

      #videoModal .modal-header {
        padding: 0; /* Remove padding */
        border: none; /* Remove border */
      }

      #videoModal .modal-body {
        padding: 0; /* Remove padding */
      }
      
        
        /* Banner Box */
        .home-banner-box{
            background: linear-gradient(90deg,#f7e84d,#fdfa9b);
            border-radius: 18px;
            padding: 32px;
            box-shadow: 0 12px 38px rgba(0,0,0,0.25);
            display: flex;
            align-items: center;
            gap: 20px;
            min-height: 280px;
            
        }
        
        /* Keep image ratio consistent */
        .home-banner-img{
            width: 100%;
            max-height: 260px;
            object-fit: contain;
        }
        
        /* Text styling */
        .banner-top-small{
            font-size:16px;
            color:#333;
            font-weight:700;
            margin-bottom:6px;
        }
        .banner-title{
            font-size:38px;
            font-weight:700;
            color:#111;
            line-height:1.05;
        }
        .banner-sub{
            font-size:18px;
            color:#222;
            margin-top:8px;
        }
        .banner-btn{
            background:#000;
            color:#fff;
            padding:10px 28px;
            border-radius:40px;
            display:inline-block;
            margin-top:12px;
            font-weight:600;
            text-decoration:none;
            box-shadow:0 8px 18px rgba(0,0,0,0.28);
        }
        
        /* Bring up 4 cards */
        .banner-actions{
            margin-top:-40px;
        }
        
        /* Action Cards */
        .action-card{
            background:#fff;
            border-radius:14px;
            padding:22px 14px;
            box-shadow:0 10px 26px rgba(0,0,0,0.25);
            transition: all 0.18s ease;
        }
        .action-card:hover{
            transform: translateY(-6px);
            box-shadow: 0 18px 36px rgba(0,0,0,0.32);
        }
        
        .action-icon{
            width:76px;
            height:76px;
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            margin:0 auto 12px;
            box-shadow: 0 8px 18px rgba(0,0,0,0.14);
        }
        .action-label{
            color:#222;
            font-size:14px;
            font-weight:600;
        }
        
        /* -----------------------------------------------------------
            RESPONSIVE BEHAVIOUR
        ------------------------------------------------------------ */
        
        /* Tablets */
        @media(max-width:992px){
            .home-banner-box{
                padding:24px;
                min-height:240px;
            }
            .banner-title{
                font-size:30px;
            }
        }
        
        /* Mobile */
        @media(max-width:767px){
            .home-banner-box{
                flex-direction:column;
                text-align:center;
                padding:20px 18px;
                min-height:auto;
            }
            .home-banner-img{
                max-height:190px;
                width:100%;
            }
            .banner-title{
                font-size:26px;
            }
            .banner-sub{
                font-size:15px;
            }
        
            /* Buttons spacing corrected */
            .banner-actions{
                margin-top:16px;
            }
        
            .action-icon{
                width:62px;
                height:62px;
            }
            .action-label{
                font-size:13px;
            }
        }
        
        /* Small phones */
        @media(max-width:480px){
            .banner-title{
                font-size:22px;
            }
            .home-banner-img{
                max-height:150px;
            }
            .action-icon{
                width:56px;
                height:56px;
            }
        }


@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


/* ======== HERO SECTION MODERN DESIGN ======== */

    .hero-wrapper {
        background: radial-gradient(circle at top, #373131, #000);
        padding: 60px 0 40px;
        position: relative;
        overflow: hidden;
        
    }

    /* Floating glow circles */
    .hero-wrapper::before,
    .hero-wrapper::after {
        content: "";
        position: absolute;
        width: 380px;
        height: 380px;
        background: rgba(255, 204, 86, 0.15);
        filter: blur(120px);
        border-radius: 50%;
        z-index: 0;
    }
    .hero-wrapper::before { top: -80px; left: -50px; }
    .hero-wrapper::after { bottom: -80px; right: -30px; }

    /* Swiper banner */
    .hero-banner-item {
        background: linear-gradient(90deg,#f7e84d,#fdfa9b);
        backdrop-filter: blur(10px);
        border-radius: 22px;
        padding: 35px;
        display: flex;
        align-items: center;
        gap: 30px;
        position: relative;
        z-index: 2;
        box-shadow: 0 10px 40px rgba(0,0,0,0.35);
        min-height: 280px;
    }

    .hero-banner-image img {
        max-width: 100%;
        height: 250px;
        object-fit: contain;
        border-radius: 9px;
    }

    .hero-banner-content .title {
            font-size: 38px;
            font-weight: 700;
            color: #111;
            line-height: 1.05;
    }
    .hero-banner-content .subtitle {
        font-size: 18px;
        color: #222;
        margin-top: 8px;
    }

    .hero-btn {
    background: #000;
    color: #fff;
    padding: 10px 28px;
    border-radius: 40px;
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);

    }
    .hero-btn:hover {
        transform: translateY(-3px);
        transition: 0.2s;
    }

    /* ACTION CARDS */
    .hero-actions {
        margin-top: -20px;
        z-index: 5;
        position: relative;
    }

    .hero-action-card {
        background: #fff;
        border-radius: 14px;
        padding: 22px 14px;
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
        transition: all 0.18s ease;
    }
    .hero-action-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 24px rgba(0,0,0,0.35);
    }
    .hero-action-icon {
        width: 76px;
    height: 76px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
    }
    .hero-action-label {
            color: #222;
            font-size: 14px;
            font-weight: 600;
    }

    /* ===== RESPONSIVE ===== */

    @media(max-width: 992px) {
        .hero-banner-item {
            text-align: center;
            padding: 25px;
        }
        .hero-banner-content .title { font-size: 30px; }
    }
    @media(max-width: 768px) {
        .hero-wrapper { padding-top: 40px; }
        .hero-banner-item { padding: 22px; gap: 15px;}
        
        .hero-banner-content .title { font-size: 24px; }
        .hero-banner-content .subtitle {
        font-size: 15px;}
    }
    @media(max-width: 480px) {
        .hero-banner-content .title { font-size: 26px; }
        .hero-banner-image img { height: 160px; }
         .hero-banner-item { padding: 22px; 
            flex-direction: column;gap:10px}
    }
</style>


  <style>
    :root{
      --banner-height: 60vh; /* adjust for hero area */
      --overlay-color: rgba(0,0,0,0.35);
      --accent: #ffb400;
    }

    *{box-sizing:border-box}
    body{margin:0;font-family:Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial}

    /* Banner wrapper */
    .banner{
      position:relative;
      width:100%;
      height:var(--banner-height);
      min-height:550px;
      overflow:hidden;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
    }

    /* Background image layer with Ken Burns style animation (infinite loop) */
    .banner__bg{
      position:absolute;
      inset:0; /* top:0; right:0; bottom:0; left:0 */
      background-image: url('https://s1.dmcdn.net/v/WxOZW1cqnKTAoF-Td/x1080');
      background-size:cover;
      background-position:center center;
      transform-origin:center center;
      will-change:transform, filter;
      z-index:0;
      filter:brightness(0.9) contrast(1.02);
      animation: kb 10s linear infinite;
    }

    /* subtle slow pan + zoom; alternate to keep motion interesting */
    @keyframes kb{
      0%{transform:scale(1) translateY(0px) translateX(0px)}
      25%{transform:scale(1.06) translateY(-8px) translateX(-6px)}
      50%{transform:scale(1.12) translateY(6px) translateX(6px)}
      75%{transform:scale(1.08) translateY(-4px) translateX(4px)}
      100%{transform:scale(1) translateY(0px) translateX(0px)}
    }

    /* overlay for text contrast */
    .banner__overlay{
      position:absolute;inset:0;z-index:1;
      background:linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.45) 70%);
      pointer-events:none;
    }

    /* content container */
    .banner__content{
      position:relative;z-index:2;padding:2rem;max-width:1200px;width:100%;display:flex;align-items:center;gap:2rem;
      flex-wrap:wrap;justify-content:flex-start;
    }

    .banner__text{
      flex:1 1 420px;
      min-width:220px;
    }

    h1{margin:0 0 0.5rem;font-size:clamp(1.4rem, 3.8vw, 2.8rem);line-height:1.05;letter-spacing: -0.02em}
    p.lead{margin:0 0 1.2rem;font-size:clamp(0.95rem, 1.5vw, 1.1rem);opacity:0.95}

    /* animated entrance for heading and paragraph */
    .anim-slide-up{animation:slideUp 1s cubic-bezier(.2,.9,.3,1) both 0.15s}
    .anim-fade-in{animation:fadeIn 1s cubic-bezier(.2,.9,.3,1) both 0.4s}

    @keyframes slideUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
    @keyframes fadeIn{from{opacity:0}to{opacity:1}}

    /* CTA button */
    .cta{
      display:inline-flex;align-items:center;gap:.65rem;padding:.72rem 1.05rem;border-radius:10px;background:var(--accent);color:#000;text-decoration:none;font-weight:600;box-shadow:0 6px 20px rgba(0,0,0,0.24);
      transform-origin:center;animation:ctaPulse 3s ease-in-out infinite;
    }
    @keyframes ctaPulse{0%{transform:scale(1)}50%{transform:scale(1.03)}100%{transform:scale(1)}}

    /* small visual card on right optional */
    .banner__card{
      flex:0 0 300px;min-width:220px;background:rgba(255,255,255,0.06);backdrop-filter:blur(6px);padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,0.06);
      box-shadow:0 8px 30px rgba(0,0,0,0.35);align-self:center
    }
    .banner__card h3{margin:0 0 .4rem;font-size:1.05rem}
    .banner__card small{opacity:.9}

    /* responsive tweaks */
    @media (max-width:880px){
      :root{--banner-height:48vh}
      .banner{align-items:flex-end}
      .banner__card{width:100%;order:3}
    }
    @media (max-width:560px){
      :root{--banner-height:40vh}
      .banner__content{padding:1.2rem}
      .banner__text{flex-basis:100%}
    }

    /* Respect user's reduced motion preference */
    @media (prefers-reduced-motion: reduce){
      .banner__bg, .cta{animation:none}
    }
    
/*Horoscope style start */
/* Base styles (Desktop / Default) */
.as_padderBottom30 {
    padding-bottom: 30px;
}
.as_padderTop80 {
    padding-top: 80px;
}

.daily_horoscope_box {
    text-align: center;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 65px;
    border-radius: 40px 8px 40px 8px;
    cursor: pointer;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;

}

.daily_horoscope_box img {
    height: 90px;
    margin-top: -45px;
    filter: drop-shadow(0.35px 0.35px 4.4px rgba(0, 0, 0, 0.3));
    border-radius: 100px;
    border: 1px solid rosybrown;
    padding: 5px;
}



/* ============  LARGE LAPTOP (1200px to 1600px) ============ */
@media (max-width: 1600px) {
    .daily_horoscope_box {
        width: 240px;
        height: 150px;
    }
    .daily_horoscope_box img {
        height: 85px;
    }
}


/* ============  LAPTOPS (1025px to 1199px) ============ */
@media (max-width: 1199px) {
    .daily_horoscope_box {
        width: 210px;
        height: 140px;
    }
    .daily_horoscope_box img {
        height: 80px;
    }
}


/* ============  TABLETS LANDSCAPE (769px to 1024px) ============ */
@media (max-width: 1024px) {
    .daily_horoscope_box {
        width: 180px;
        height: 120px;
    }
    .daily_horoscope_box img {
        height: 75px;
    }
}


/* ============  TABLETS PORTRAIT / LARGE MOBILES (600px–768px) ============ */
@media (max-width: 768px) {
    .daily_horoscope_box {
        width: 155px;
        height: 110px;
        margin-top: 45px;
    }
    .daily_horoscope_box img {
        height: 70px;
        margin-top: -35px;
    }
}


/* ============  SMALL MOBILES (430px–599px) ============ */
@media (max-width: 599px) {
    .daily_horoscope_box {
        width: 150px;
        height: 100px;
    }
    .daily_horoscope_box img {
        height: 60px;
        margin-top: -30px;
    }
}


/* ============ VERY SMALL MOBILES ( < 430px ) ============ */
@media (max-width: 430px) {
    .daily_horoscope_box {
        width: 150px;
        height: 92px;
    }
    .daily_horoscope_box img {
        height: 55px;
        margin-top: -25px;
    }
}


    /*Horoscope style end*/
    
    
    /* -------------------------------------------------------
   NEW PREMIUM PRODUCT DESIGN
------------------------------------------------------- */
.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

/* View all button */
.view-all-btn {
    background: #000;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
}
.view-all-btn:hover {
    opacity: .85;
}

/* Responsive Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 2rem;
}

/* Product Card */
.product-card {
    background: var(--card-bg);
    border-radius: 20px;
    overflow: hidden;
    transition: all .35s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    height: 100%;
}
.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 22px rgba(0,0,0,0.18);
}
.buy-btn {
    margin-top: auto; /* pushes button to bottom */
}
/* Image Box */
.product-img-box {
    width: 100%;
    height: 240px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}
.product-card:hover .product-img {
    transform: scale(1.08);
}

/* Content */
.product-content {
    padding: 18px 20px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.product-title {
    font-size: 20px;
    font-weight: 700;
}
.product-desc {
    font-size: 15px;
    opacity: .8;
}
.product-price {
    font-size: 17px;
    font-weight: 700;
}

/* Buy button */
.buy-btn {
    background: #000!important;
    color: #fff!important;
    border-radius: 14px!important;
}
.buy-btn:hover {
    opacity: .85;
}

.product-card{
    padding: 0px;
}


