/* =========================
HEADER
========================= */
:root{

    --heading-font:'Cinzel',serif;

    --body-font:'Poppins',sans-serif;
    --primary:#B8860B;
    --primary-light:#D4AF37;
    --bg:#F8F4E8;
    --card:#FFFFFF;
    --text:#222222;
    --muted:#8A7B5C;
    --border:#E7DDC7;
    --font-display:'Playfair Display', serif;
    --font-body:'Outfit', sans-serif;

}

body{
    margin:0;
    padding: 0;
    font-family:var(--body-font) !important;
}
a{
    text-decoration: none;
}
.hero-title{
    font-family:'Cinzel',serif;
}
.main-header{

    position:relative;

    top:0;

    left:0;

    width:100%;

    z-index:999;

    /*background:rgba(255,255,255,.92);*/

    /*backdrop-filter:blur(14px);*/

    /*border-bottom:1px solid rgba(0,0,0,.05);*/

}

.navbar{

    padding:18px 0;

}

.logo{

    display:flex;

    align-items:center;

    gap:10px;

    font-size:34px;

    font-weight:800;

    color:#1e1e1e !important;

}

.logo img{

    width:100px;
    position: absolute;

}

.navbar-nav{

    gap:10px;

}

.nav-link{

    color:#333 !important;

    font-weight:500;

    font-size:16px;

    transition:.3s;

}

.nav-link:hover{

    color:#f4b400 !important;

}

.dropdown-menu{

    border:none;

    border-radius:18px;

    padding:12px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.dropdown-item{

    border-radius:10px;

    padding:12px 15px;

    font-size:15px;

}

.dropdown-item:hover{

    background:#fff7d6;

    color:#000;

}

.header-right{

    gap:18px;

}

.language-btn{

    height:52px;

    padding:0 22px;

    border:1px solid #e8e8e8;

    border-radius:50px;

    display:flex;

    align-items:center;

    gap:10px;

    font-weight:500;

    cursor:pointer;

    transition:.3s;

}

.language-btn:hover{

    background:#fff7d6;

}

.signin-btn{

    position:relative;
    border:none;
    background:#FFF197;

    color:#111;

    padding:10px 34px;

    border-radius:60px;

    overflow:hidden;

    transition:.4s ease;
}

/* GLOW EFFECT */


.navbar-toggler{

    border:none;

    font-size:34px;

    color:#000;

}

.navbar-toggler:focus{

    box-shadow:none;

}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .navbar-collapse{

        background:#fff;

        padding:25px;

        border-radius:20px;

        margin-top:20px;

        box-shadow:0 20px 40px rgba(0,0,0,.08);

    }

    .navbar-nav{

        gap:0;

    }

    .header-right{

        margin-top:20px;

        flex-direction:column;

        align-items:flex-start !important;

    }

}
.hero_section
{
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
      position:relative;

    background:linear-gradient(
        to bottom,
        #fffdf7,
        #fff8d9
    );

    overflow:hidden;
}
.hero_section h1{
 font-size: 70px !important;
 font-weight: bold;
}
h1{
    font-family: var(--heading-font);
   
}
.hero_section::before{

    content:'';

    position:absolute;

    right:-200px;

    bottom:-200px;

    width:600px;

    height:600px;

    background:radial-gradient(
        circle,
        rgba(255,221,0,.35),
        transparent 70%
    );

    z-index:0;

}
.btn-yellow{
    background: #FFF197 !important;
}

.astrologer-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:24px;
    padding:20px;
    box-shadow:0 4px 18px rgba(0,0,0,.05);
    transition:.3s;
    height:100%;
}

.astrologer-card:hover{
    transform:translateY(-5px);
}

.profile-wrap{
    display:flex;
    gap:15px;
    align-items:flex-start;
}

.profile-img{
    width:72px;
    height:72px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #f2d84a;
}

.badge-custom{
    display:inline-block;
    background:#2d2d2d;
    color:#fff;
    font-size:10px;
    padding:4px 10px;
    border-radius:20px;
    margin-top:5px;
    font-weight:600;
}

.name{
    font-size:22px;
    font-weight:700;
    color:#333;
    margin-bottom:2px;
}

.speciality{
    color:#777;
    font-size:12px;
    margin-bottom:8px;
    word-break:break-word;
}

.rating{
    font-size:14px;
    color:#777;
}

.rating i{
    color:#f5c518;
}

.info-box{
    border:1px solid #ececec;
    border-radius:14px;
    padding:14px;
    margin-top:15px;
}

.info-row{
    display:flex;
    justify-content:space-between;
    font-size:14px;
    margin-bottom:8px;
}

.info-row:last-child{
    margin-bottom:0;
}

.info-label{
    color:#666;
}

.info-value{
    color:#444;
    font-weight:500;
}

.bottom-section{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:18px;
}

.price{
    font-size:20px;
    font-weight:700;
    color:#333;
}

.price span{
    font-size:15px;
    color:#777;
    font-weight:500;
}

.chat-btn{
    border:1.5px solid #19b26b;
    color:#19b26b;
    background:#fff;
    border-radius:12px;
    padding:10px 26px;
    font-weight:600;
    transition:.3s;
}

.chat-btn:hover{
    background:#19b26b;
    color:#fff;
}

.live-tag{
    display:inline-block;
    background:#f3de3b;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    padding:4px 10px;
}

.section-title{
    font-size:58px;
    font-weight:800;
    color:#333;
    margin-top:15px;
    margin-bottom:40px;
}
.section-bg{
    background:#fdfbf5;
    position:relative;
    overflow:hidden;
}

.section-bg::after{
    content:'';
    position:absolute;
    right:-200px;
    bottom:-200px;
    width:500px;
    height:500px;
    background:radial-gradient(circle,#fff04a 0%,transparent 70%);
    opacity:.7;
    pointer-events:none;
}
.section-tag{
    letter-spacing:5px;
    font-size:13px;
    font-weight:600;
    color:#666;
}

.big-title{
    font-size:72px;
    font-weight:800;
    color:#333;
}

.service-card{
    background:#fff;
    border-radius:28px;
    padding:30px;
    min-height:190px;
    position:relative;
    overflow:hidden;
    border:1px solid #ececec;
    transition:.3s;
}

.service-card:hover{
    transform:translateY(-6px);
}

.service-card::after{
    content:'';
    position:absolute;
    width:220px;
    height:220px;
    right:-50px;
    top:-50px;
    border-radius:50%;
    filter:blur(60px);
}

.purple-card::after{
    background:#c6b5ff;
}

.green-card::after{
    background:#b8ffd0;
}

.pink-card::after{
    background:#ffc5df;
}

.icon-box{
    width:48px;
    height:48px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
    margin-bottom:20px;
    background:#8a6cff;
}

.service-card h4{
    font-weight:700;
    margin-bottom:8px;
}

.service-card p{
    color:#777;
    margin:0;
}
.astro-footer{
    padding:80px 0;
}

.footer-logo{
    font-size:34px;
    font-weight:700;
    margin-bottom:20px;
}

.about-box p{
    max-width:900px;
    color:#666;
    line-height:1.9;
}

.astro-footer h5{
    font-weight:700;
    margin-bottom:25px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:14px;
}

.footer-links a{
    text-decoration:none;
    color:#666;
    transition:.3s;
}

.footer-links a:hover{
    color:#000;
    padding-left:5px;
}
.featured-products-section{
    background:#fdfbf5;
    position:relative;
}

.product-card{
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    position:relative;
    border:1px solid #ececec;
    transition:.35s;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.product-card:hover{
    transform:translateY(-8px);
}

.product-image{
    width:100%;
    height:260px;
    object-fit:cover;
}

.product-content{
    padding:24px;
}

.product-content h5{
    font-weight:700;
    margin-bottom:8px;
}

.product-content p{
    color:#777;
    font-size:14px;
    min-height:45px;
}

.product-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:20px;
}

.price{
    font-size:24px;
    font-weight:800;
    color:#222;
}

.product-btn{
    background:#f3df3d;
    color:#222;
    text-decoration:none;
    padding:10px 20px;
    border-radius:50px;
    font-weight:600;
}

.product-btn:hover{
    color:#222;
}

.product-badge{
    position:absolute;
    top:15px;
    left:15px;
    background:#111;
    color:#fff;
    font-size:12px;
    padding:6px 14px;
    border-radius:30px;
    z-index:2;
    font-weight:600;
}

.section-tag{
    letter-spacing:4px;
    font-size:12px;
    font-weight:700;
    color:#666;
}

.big-title{
    font-size:60px;
    font-weight:800;
    color:#333;
}
.horoscope-section{
    background:#fdfbf5;
}

.section-tag{
    font-size:13px;
    letter-spacing:3px;
    font-weight:600;
    color:#666;
}

.section-title{
    font-size:58px;
    font-weight:800;
    color:#333;
}

.zodiac-list{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    justify-content:center;
}

.zodiac-item{
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:50px;
    padding:12px 22px;
    cursor:pointer;
    font-weight:600;
    transition:.3s;
}

.zodiac-item:hover,
.zodiac-item.active{
    background:#f3df3d;
    border-color:#f3df3d;
}

.horoscope-card{
    background:#fff;
    padding:30px;
    border-radius:25px;
    border:1px solid #ececec;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.horoscope-card h5{
    font-weight:700;
    margin-bottom:15px;
}

.horoscope-card p{
    color:#666;
    line-height:1.8;
}
.horoscope-loader{
    min-height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.horoscope-card{
    min-height:220px;
}
.modal-content{
    box-shadow:0 20px 50px rgba(0,0,0,.1);
}

#otp{
    font-size:24px;
    letter-spacing:8px;
    font-weight:600;
}

.btn-warning{
    background:#f7b500;
    border:none;
}

.btn-warning:hover{
    background:#e5a700;
}
.btn-loading{
    pointer-events:none;
    opacity:.8;
}

.spinner-border-sm{
    width:1rem;
    height:1rem;
}

/* ==========================================================
   SHOP — luxury gold/cream theme
========================================================== */

.shop-wrap{
    background:var(--bg);
    font-family:var(--font-body);
    color:var(--text);
}

/* ---------- Header ---------- */
.shop-header{
    position:relative;
    background:linear-gradient(135deg, #FBF8EF 0%, #FCEFC7 100%);
    border:1px solid var(--border);
    border-radius:20px;
    padding:42px 40px;
    margin-bottom:28px;
    overflow:hidden;
}
.shop-header::after{
    content:"";
    position:absolute;
    right:-40px; top:-40px;
    width:180px; height:180px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(184,134,11,.10), transparent 70%);
}
.shop-header .eyebrow{
    font-family:var(--font-body);
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:11.5px;
    font-weight:600;
    color:var(--primary);
    display:block;
    margin-bottom:8px;
}
.shop-header h3{
    font-family:var(--font-display);
    font-weight:700;
    font-size:34px;
    color:var(--text);
    margin-bottom:6px;
}
.shop-header .count-text{
    color:var(--muted);
    font-size:14.5px;
}

/* ---------- Sidebar shell ---------- */
.shop-sidebar{ position:sticky; top:20px; }

.filter-card{
    background:var(--card);
    border:1px solid var(--border);
    border-radius:18px;
    box-shadow:0 4px 20px rgba(184,134,11,.06);
    margin-bottom:20px;
    overflow:hidden;
}
.filter-card .filter-head{
    font-family:var(--font-display);
    font-weight:600;
    font-size:16.5px;
    padding:18px 22px;
    border-bottom:1px solid var(--border);
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:var(--text);
}
.filter-card .filter-head .reset-link{
    font-family:var(--font-body);
    font-size:12px;
    font-weight:600;
    color:var(--primary);
    text-decoration:none;
    letter-spacing:.02em;
}
.filter-card .filter-head .reset-link:hover{ text-decoration:underline; }

/* ---------- Category list ---------- */
.category-link{
    border:none !important;
    background:transparent;
    transition:all .25s ease;
    font-weight:500;
    font-size:14.5px;
    padding:13px 22px;
    color:var(--text);
    display:flex;
    align-items:center;
    gap:10px;
    position:relative;
}
.category-link::before{
    content:"";
    width:5px; height:5px;
    border-radius:50%;
    background:var(--border);
    flex:0 0 auto;
    transition:background .25s ease;
}
.category-link:hover{
    background:#FBF8EF;
    color:var(--primary);
    padding-left:26px;
}
.category-link.active{
    background:linear-gradient(135deg, var(--primary), var(--primary-light));
    color:#fff !important;
    font-weight:600;
}
.category-link.active::before{ background:#fff; }

/* ---------- Price filter ---------- */
.filter-body{ padding:20px 22px 22px; }
.price-inputs{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:16px;
}
.price-inputs .form-control{
    border:1px solid var(--border);
    border-radius:10px;
    font-size:13.5px;
    padding:9px 12px;
    background:#FCFBF7;
}
.price-inputs .form-control:focus{
    border-color:var(--primary-light);
    box-shadow:0 0 0 3px rgba(212,175,55,.15);
}
.price-inputs span{ color:var(--muted); font-size:13px; }

.range-slider{
    position:relative;
    height:34px;
    margin-bottom:6px;
}
.range-slider input[type=range]{
    position:absolute;
    width:100%;
    -webkit-appearance:none;
    background:transparent;
    pointer-events:none;
    top:14px;
}
.range-slider input[type=range]::-webkit-slider-thumb{
    -webkit-appearance:none;
    pointer-events:auto;
    width:18px; height:18px;
    border-radius:50%;
    background:var(--primary);
    border:3px solid #fff;
    box-shadow:0 1px 4px rgba(0,0,0,.3);
    cursor:pointer;
    margin-top:-7px;
}
.range-slider input[type=range]::-moz-range-thumb{
    pointer-events:auto;
    width:18px; height:18px;
    border-radius:50%;
    background:var(--primary);
    border:3px solid #fff;
    box-shadow:0 1px 4px rgba(0,0,0,.3);
    cursor:pointer;
}
.range-track{
    position:absolute;
    top:14px; left:0; right:0;
    height:4px;
    background:var(--border);
    border-radius:4px;
}
.range-track-fill{
    position:absolute;
    top:14px; height:4px;
    background:linear-gradient(90deg, var(--primary), var(--primary-light));
    border-radius:4px;
}

.btn-apply-price{
    width:100%;
    background:var(--text);
    color:#fff;
    border:none;
    border-radius:10px;
    padding:10px;
    font-weight:600;
    font-size:13.5px;
    letter-spacing:.02em;
    transition:.2s;
}
.btn-apply-price:hover{ background:var(--primary); }

/* ---------- Sort (top bar) ---------- */
.sort-bar{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    margin-bottom:18px;
}
.sort-bar label{
    font-size:13px;
    color:var(--muted);
    font-weight:500;
    margin:0;
}
.sort-select{
    border:1px solid var(--border);
    border-radius:10px;
    padding:9px 16px;
    font-size:13.5px;
    font-weight:500;
    background:var(--card) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%238A7B5C'/%3E%3C/svg%3E") no-repeat right 14px center;
    appearance:none;
    -webkit-appearance:none;
    padding-right:34px;
    color:var(--text);
    cursor:pointer;
}
.sort-select:focus{ outline:none; border-color:var(--primary-light); }

/* ---------- Active filter chips ---------- */
.active-chips{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:16px;
}
.chip{
    background:#FBF1D8;
    border:1px solid var(--border);
    color:var(--text);
    font-size:12.5px;
    font-weight:500;
    padding:6px 10px 6px 12px;
    border-radius:50px;
    display:flex;
    align-items:center;
    gap:6px;
}
.chip button{
    border:none;
    background:rgba(34,34,34,.08);
    width:16px; height:16px;
    border-radius:50%;
    font-size:10px;
    line-height:1;
    cursor:pointer;
    color:var(--text);
}

/* ---------- Product cards ---------- */
#product-grid-region{ position:relative; min-height:200px; }

.product-card{
    border:none;
    border-radius:18px;
    overflow:hidden;
    transition:.35s ease;
    box-shadow:0 4px 18px rgba(34,34,34,.07);
    background:var(--card);
}
.product-card:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 34px rgba(184,134,11,.18);
}
.product-image-wrapper{ overflow:hidden; position:relative; background:#F3EEDD; }
.product-image{
    height:240px;
    width:100%;
    object-fit:cover;
    transition:.45s cubic-bezier(.2,.8,.2,1);
    display:block;
}
.product-card:hover .product-image{ transform:scale(1.08); }

.discount-badge{
    position:absolute;
    top:12px; left:12px;
    background:var(--text);
    color:#fff;
    font-family:var(--font-display);
    font-style:italic;
    font-size:12px;
    letter-spacing:.03em;
    padding:5px 14px;
    border-radius:50px;
    z-index:2;
}

.product-title{
    font-size:15px;
    font-weight:600;
    line-height:1.5;
    min-height:46px;
    font-family:var(--font-body);
    margin-bottom:10px;
}
.product-title a{
    color:var(--text);
    text-decoration:none;
    background-image:linear-gradient(var(--primary), var(--primary));
    background-size:0% 1px;
    background-repeat:no-repeat;
    background-position:left bottom;
    transition:background-size .3s ease;
    padding-bottom:1px;
}
.product-title a:hover{
    background-size:100% 1px;
    color:var(--primary);
}

.price-row{ display:flex; align-items:baseline; gap:8px; margin-bottom:12px; }
.price{
    font-family:var(--font-display);
    font-size:21px;
    font-weight:700;
    color:var(--text);
}
.old-price{
    font-family:var(--font-body);
    color:var(--muted);
    text-decoration:line-through;
    font-size:13px;
}

.btn-cart{
    width:100%;
    border:1.5px solid var(--text);
    background:transparent;
    color:var(--text);
    border-radius:12px;
    padding:10px;
    font-weight:600;
    font-size:13.5px;
    letter-spacing:.02em;
    transition:.25s ease;
}
.btn-cart:hover{
    background:var(--text);
    color:#fff;
}
.btn-cart:disabled{ opacity:.7; }
.btn-cart.added{
    background:#3a7d4f;
    border-color:#3a7d4f;
    color:#fff;
}

/* ---------- Empty state ---------- */
.empty-box{
    text-align:center;
    padding:80px 20px;
    background:var(--card);
    border-radius:18px;
    box-shadow:0 4px 20px rgba(34,34,34,.05);
    border:1px solid var(--border);
}
.empty-icon{
    font-size:32px;
    color:var(--primary-light);
    margin-bottom:14px;
    display:block;
}
.empty-box h5{ font-family:var(--font-display); font-weight:600; }

/* ---------- Pagination ---------- */
.shop-pagination .pagination{ justify-content:center; margin-top:10px; }
.shop-pagination .page-link{
    border:1px solid var(--border);
    color:var(--text);
    margin:0 3px;
    border-radius:8px;
    font-size:13.5px;
}
.shop-pagination .page-item.active .page-link{
    background:var(--primary);
    border-color:var(--primary);
}

/* ---------- Loading overlay ---------- */
.grid-loading{
    position:absolute;
    inset:0;
    background:rgba(248,244,232,.7);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:5;
    border-radius:18px;
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
}
.grid-loading.show{ opacity:1; pointer-events:all; }
.grid-loading .spinner-border{ color:var(--primary); }

/* ---------- Mobile filter toggle ---------- */
.mobile-filter-btn{
    display:none;
    width:100%;
    background:var(--text);
    color:#fff;
    border:none;
    border-radius:12px;
    padding:13px;
    font-weight:600;
    margin-bottom:18px;
    align-items:center;
    justify-content:center;
    gap:8px;
}

@media(max-width:991px){
    .shop-sidebar{
        position:static;
        margin-bottom:0;
    }
    .mobile-filter-btn{ display:flex; }
    .sidebar-collapse{
        display:none;
    }
    .sidebar-collapse.show{ display:block; }
}

@media(max-width:768px){
    .shop-header{ padding:26px 22px; }
    .shop-header h3{ font-size:26px; }
    .product-image{ height:170px; }
    .product-title{ font-size:13.5px; min-height:auto; }
    .price{ font-size:18px; }
    .btn-cart{ font-size:12.5px; padding:9px; }
    .sort-bar{ justify-content:stretch; }
    .sort-select{ width:100%; }
}.mini-cart{
    position:fixed;
    top:0;
    right:-420px;
    width:420px;
    max-width:100%;
    height:100vh;
    background:#fff;
    z-index:99999;
    transition:.3s;
    box-shadow:-5px 0 25px rgba(0,0,0,.15);
    display:flex;
    flex-direction:column;
}

.mini-cart.open{
    right:0;
}

#cart-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.4);
    display:none;
    z-index:99998;
}

#cart-overlay.show{
    display:block;
}

.mini-cart-header{
    padding:15px;
    border-bottom:1px solid #eee;
}

.mini-cart-footer{
    padding:15px;
    border-top:1px solid #eee;
}

#mini-cart-items{
    flex:1;
    overflow:auto;
    padding:15px;
}
@media screen and (max-width: 776px)
{
    .desktop_cart{
  position: fixed;
top:10px;
}
}
.qty-box{
    display:flex;
    align-items:center;
    border:2px solid #E7DDC7;
    border-radius:14px;
    overflow:hidden;
    width:130px;
    background:#fff;
}

.qty-btn{
    width:40px;
    height:40px;
    border:none;
    background:#F8F4E8;
    color:#B8860B;
    font-size:14px;
    cursor:pointer;
    transition:.3s;
}

.qty-btn:hover{
    background:#B8860B;
    color:#fff;
}

.qty-input{
    width:50px;
    text-align:center;
    border:none;
    font-weight:600;
    background:#fff;
}

.qty-input:focus{
    outline:none;
    box-shadow:none;
}
.ajax-loader{
    position:fixed;
    inset:0;
    background:rgba(255,255,255,.7);
    backdrop-filter:blur(2px);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:999999;
}

.ajax-loader.show{
    display:flex;
}

.spinner{
    width:50px;
    height:50px;
    border:4px solid #E7DDC7;
    border-top:4px solid #B8860B;
    border-radius:50%;
    animation:spin .8s linear infinite;
}

@keyframes spin{
    100%{
        transform:rotate(360deg);
    }
}.lang-btn {
  padding: 6px 20px;
  border-radius: 20px;
  border: 1px solid #dee2e6;
  background: transparent;
  color: #6c757d;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s;
}
.lang-btn.active {
  background: #BA7517;
  border-color: #BA7517;
  color: #fff;
  font-weight: 500;
}

.zodiac-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
@media (max-width: 576px) {
  .zodiac-grid { grid-template-columns: repeat(4, 1fr); }
}
.zodiac-item {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 10px 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s;
}
.zodiac-item:hover { border-color: #BA7517; }
.zodiac-item.active {
  border-color: #BA7517;
  background: #FAEEDA;
}
.zodiac-item.active .zodiac-name { color: #633806; font-weight: 500; }
.zodiac-symbol { font-size: 22px; display: block; margin-bottom: 4px; }
.zodiac-name { font-size: 11px; color: #6c757d; display: block; }

.horo-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  overflow: hidden;
}
.horo-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.horo-icon {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: #FAEEDA;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}
.horo-title { font-size: 18px; font-weight: 500; color: #212529; }
.horo-date { font-size: 13px; color: #6c757d; margin-top: 2px; }

.lucky-row {
  display: flex;
  gap: 8px;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
  flex-wrap: wrap;
}
.lucky-badge {
  display: flex; align-items: center; gap: 6px;
  background: #f8f9fa;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  color: #6c757d;
}
.lucky-badge strong { color: #212529; font-weight: 500; }

.general-section {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
}
.pred-label {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 500;
  margin-bottom: 8px;
}
.pred-text { font-size: 13px; color: #6c757d; line-height: 1.6; }

.pred-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 480px) {
  .pred-grid { grid-template-columns: 1fr; }
}
.pred-section {
  padding: 1.25rem 1.5rem;
  border-right: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}
.pred-section:nth-child(2n) { border-right: none; }
.pred-section:nth-last-child(-n+2) { border-bottom: none; }

.compat-row {
  padding: 1rem 1.5rem;
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.compat-label { font-size: 12px; color: #6c757d; }
.compat-chip {
  background: #EAF3DE; color: #27500A;
  border-radius: 12px; padding: 3px 12px;
  font-size: 12px; text-transform: capitalize;
}
.horo-spinner {
  padding: 3rem; text-align: center;
}
@media screen and (max-width: 776px)
{
    .heroDown h1{
        margin-top: 70px !important;
    }
    .mobile_in{
        display: none;
    }
    .hero_section{
        padding-bottom: 30px;
    }
}