@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Noto+Sans+Devanagari:wght@300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.top-header{background:linear-gradient(135deg,#1a1a1a,#212121);padding:20px 0;border-bottom:3px solid #d32f2f;box-shadow:0 2px 8px #0000001a}.top-header .logo img{max-height:55px;width:auto;transition:transform .3s ease;filter:brightness(1.1)}.top-header .logo img:hover{transform:scale(1.05)}.top-header .social{display:flex;gap:15px;justify-content:flex-end;align-items:center}.top-header .social a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;font-size:18px;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.top-header .social a i{position:relative;z-index:2;color:#fff}.top-header .social a:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#d32f2f;border-radius:50%;transform:translate(-50%,-50%);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:1}.top-header .social a:hover{border-color:#d32f2f;transform:translateY(-4px) scale(1.05);box-shadow:0 6px 20px #d32f2f80}.top-header .social a:hover:before{width:100%;height:100%}.top-header .social a:hover i{color:#fff}.top-header .social a:active{transform:translateY(-2px) scale(1.02)}.header{background:#fff;box-shadow:0 2px 4px #00000014;position:sticky;top:0;z-index:1000;transition:all .3s ease}.header .navbar{padding:0}.header .navbar.bg-dark{background-color:#fff!important}.header .navbar .navbar-brand{font-size:0}.header .navbar .navbar-toggler{border:2px solid #d32f2f;padding:8px 12px;border-radius:4px;transition:all .3s ease}.header .navbar .navbar-toggler:focus{box-shadow:0 0 0 .2rem #d32f2f40}.header .navbar .navbar-toggler:hover{background:#d32f2f1a}.header .navbar .navbar-toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(211, 47, 47, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.header .navbar .navbar-nav .nav-item .nav-link{color:#212121;font-weight:600;font-size:.95rem;padding:18px 22px;position:relative;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-family:Inter,sans-serif}.header .navbar .navbar-nav .nav-item .nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:3px;background:linear-gradient(90deg,#d32f2f,#ef5350);transition:width .3s ease}.header .navbar .navbar-nav .nav-item .nav-link:hover,.header .navbar .navbar-nav .nav-item .nav-link.active{color:#d32f2f}.header .navbar .navbar-nav .nav-item .nav-link:hover:after,.header .navbar .navbar-nav .nav-item .nav-link.active:after{width:70%}@media(max-width:767px){.header .navbar .navbar-nav .nav-item .nav-link{padding:16px 20px;border-left:3px solid transparent;margin:4px 0;font-size:1rem;display:block}.header .navbar .navbar-nav .nav-item .nav-link:after{display:none}.header .navbar .navbar-nav .nav-item .nav-link:hover,.header .navbar .navbar-nav .nav-item .nav-link.active{border-left-color:#d32f2f;background:#d32f2f14;padding-left:24px}.header .navbar .navbar-nav .nav-item .nav-link:active{background:#d32f2f26}}@media(max-width:767px){.header .navbar .navbar-collapse{background:#fff;margin-top:12px;padding:8px 0;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:70vh;overflow-y:auto}}@media(max-width:768px){.top-header{padding:15px 0}.top-header .logo img{max-height:45px}.top-header .social{gap:10px;justify-content:flex-end}.top-header .social a{width:40px;height:40px;font-size:16px}}@media(max-width:576px){.top-header .social{gap:8px}.top-header .social a{width:36px;height:36px;font-size:15px}}.footer{background:linear-gradient(135deg,#1a1a1a,#212121);color:#ffffffe6;padding:50px 0 20px;margin-top:60px;box-shadow:0 -4px 20px #0000001a;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#d32f2f,#ff6f00)}.footer h5{color:#fff;font-weight:700;font-size:1.2rem;margin-bottom:20px;position:relative;padding-bottom:10px;font-family:Hind,sans-serif}.footer h5:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:#d32f2f}.footer p{color:#fffc;line-height:1.8;margin-bottom:20px;font-size:.95rem}.footer ul{list-style:none;padding:0;margin:0}.footer ul li{margin-bottom:12px}.footer ul li a{color:#fffc;text-decoration:none;transition:all .3s ease;display:inline-block;position:relative;padding-left:20px;font-size:.95rem}.footer ul li a:before{content:"›";position:absolute;left:0;color:#d32f2f;font-size:1.5rem;line-height:1;transition:transform .3s ease}.footer ul li a:hover{color:#fff;padding-left:25px}.footer ul li a:hover:before{transform:translate(3px);color:#ff6f00}.footer .border-top{border-top:1px solid rgba(255,255,255,.1)!important;margin-top:40px}.footer .border-top p{color:#ffffffb3;margin-bottom:0;font-size:.9rem;padding:15px 0 0}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,#d32f2f,#b71c1c);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 12px #d32f2f66;transition:all .3s ease;z-index:999;cursor:pointer;text-decoration:none}.back-to-top:hover{background:linear-gradient(135deg,#b71c1c,#8b0000);transform:translateY(-5px);box-shadow:0 6px 16px #d32f2f80;color:#fff}.back-to-top i{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}60%{transform:translateY(-3px)}}@media(max-width:768px){.footer{padding:35px 0 15px;margin-top:40px}.footer h5{font-size:1.1rem}.back-to-top{width:45px;height:45px;bottom:20px;right:20px;font-size:18px}}.sidebar{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 8px #00000014;margin-bottom:30px;border-top:4px solid #d32f2f;transition:all .3s ease}.sidebar:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.sidebar h5{font-size:1.3rem;font-weight:700;color:#212121;margin-bottom:20px;position:relative;padding-bottom:12px;font-family:Hind,sans-serif}.sidebar h5:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#d32f2f,#ff6f00)}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar ul.list-unstyled li{margin-bottom:0;border-bottom:1px solid #e0e0e0;transition:all .3s ease}.sidebar ul.list-unstyled li:last-child{border-bottom:none}.sidebar ul.list-unstyled li:hover{background:#f5f5f5;margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px;border-radius:4px}.sidebar ul.list-unstyled li a{display:block;padding:14px 0 14px 25px;color:#212121;text-decoration:none;font-weight:500;font-size:.95rem;position:relative;transition:all .3s ease}.sidebar ul.list-unstyled li a:before{content:"▸";position:absolute;left:0;color:#d32f2f;font-size:1.2rem;transition:all .3s ease}.sidebar ul.list-unstyled li a:hover{color:#d32f2f;padding-left:30px}.sidebar ul.list-unstyled li a:hover:before{transform:translate(3px);color:#ff6f00}@media(max-width:768px){.sidebar{margin-bottom:20px;padding:20px}.sidebar h5{font-size:1.2rem}.sidebar ul.list-unstyled li a{font-size:.9rem;padding:12px 0 12px 22px}}.progressive{display:block;outline:none;overflow:hidden;position:relative}.progressive img{border:0;display:block;height:auto;max-width:none;width:100%;max-height:400px;object-fit:cover}.progressive img.preview{filter:blur(2vw);transform:scale(1.05)}.progressive img.reveal{animation:progressiveReveal 1s linear;left:0;position:absolute;top:0}@keyframes progressiveReveal{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}body{font-family:Hind,Noto Sans Devanagari,sans-serif;color:#212121;background-color:#f5f5f5;line-height:1.6}.breadcrumb-section{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:1.5rem 0;margin-bottom:2rem}.breadcrumb-section .breadcrumb{margin:0;padding:0;background-color:transparent}.breadcrumb-section .breadcrumb .breadcrumb-item.active{color:#757575}.breadcrumb-section .breadcrumb .breadcrumb-item a{color:#d32f2f;text-decoration:none}.breadcrumb-section .breadcrumb .breadcrumb-item a:hover{color:#b71c1c;text-decoration:underline}.main-content{flex:1;padding:2rem 0}.ad-section{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:1.5rem 0;text-align:center}@media(max-width:768px){.breadcrumb-section{padding:1rem 0;margin-bottom:1.5rem}.breadcrumb-section .breadcrumb{font-size:.9rem}.main-content{padding:1rem 0}}.horoscope-page{position:relative;min-height:100vh;padding:0}.horoscope-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a1a2ef7,#0f3460f2),url(/images/horoscope-bg.svg) center center;background-size:cover;background-attachment:fixed;z-index:-1}.horoscope-page .horoscope-content{position:relative;z-index:1;padding:40px 0 60px}.horoscope-page .breadcrumb-modern{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:15px 25px;border-radius:12px;margin-bottom:30px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #0003}.horoscope-page .breadcrumb-modern .breadcrumb{margin:0;padding:0;background:transparent;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.horoscope-page .breadcrumb-modern .breadcrumb .breadcrumb-item{display:flex;align-items:center;font-size:.95rem;color:#ffffffb3}.horoscope-page .breadcrumb-modern .breadcrumb .breadcrumb-item a{color:gold;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:6px}.horoscope-page .breadcrumb-modern .breadcrumb .breadcrumb-item a i{font-size:.9rem}.horoscope-page .breadcrumb-modern .breadcrumb .breadcrumb-item a:hover{color:#fff;text-shadow:0 0 8px rgba(255,215,0,.5)}.horoscope-page .breadcrumb-modern .breadcrumb .breadcrumb-item.active{color:#fff;font-weight:500}.horoscope-page .breadcrumb-modern .breadcrumb .breadcrumb-item:not(:last-child):after{content:"›";margin-left:8px;color:#fff6;font-size:1.2rem}.horoscope-page .breadcrumb-modern .breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:0}@media(max-width:768px){.horoscope-page .breadcrumb-modern{padding:12px 18px}.horoscope-page .breadcrumb-modern .breadcrumb .breadcrumb-item{font-size:.85rem}}.horoscope-page .article-header{margin-bottom:30px;padding:28px 32px;background:#ffffff14;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;border:1px solid rgba(255,215,0,.2);box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a;position:relative;overflow:hidden}.horoscope-page .article-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,gold,#ff9800,gold);animation:shimmer 3s infinite}@keyframes shimmer{0%,to{opacity:1}50%{opacity:.6}}.horoscope-page .article-header h1{font-size:2.4rem;margin-bottom:14px;line-height:1.4;color:#fff;font-weight:800;font-family:Hind,Noto Sans Devanagari,sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.5)}.horoscope-page .article-header .subtitle{font-size:1.4rem;font-weight:500;color:#fffc;text-shadow:0 1px 5px rgba(0,0,0,.3)}.horoscope-page .article-header .article-meta{display:flex;flex-wrap:wrap;gap:1.8rem;margin-top:18px;font-size:.98rem;color:#ffffffb3}.horoscope-page .article-header .article-meta span{display:inline-flex;align-items:center;gap:.6rem;padding:6px 14px;background:#ffd7001a;border-radius:20px;border:1px solid rgba(255,215,0,.2)}.horoscope-page .article-header .article-meta span i{color:gold;font-size:1.05rem}@media(max-width:768px){.horoscope-page .article-header{padding:20px 22px}.horoscope-page .article-header h1{font-size:1.8rem}.horoscope-page .article-header .subtitle{font-size:1.15rem}.horoscope-page .article-header .article-meta{gap:1rem;font-size:.9rem}}.horoscope-page .horoscope-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:35px;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff1a;margin-bottom:26px;border:1px solid rgba(255,215,0,.15);transition:all .3s ease}.horoscope-page .horoscope-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0006,0 0 20px #ffd70033}@media(max-width:768px){.horoscope-page .horoscope-card{padding:22px}}.horoscope-page .article-content{font-size:1.1rem;line-height:1.8;color:#212121}.horoscope-page .article-content p{margin-bottom:1.2rem}.horoscope-page .article-content h2,.horoscope-page .article-content h3{margin-top:1.8rem;margin-bottom:1rem;color:#212121;font-weight:700}.horoscope-page .article-content ul,.horoscope-page .article-content ol{margin-left:1.5rem;margin-bottom:1.2rem}.horoscope-page .article-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.horoscope-page .article-tags{display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding:22px 30px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 4px 20px #0003,0 0 0 1px #ffffff1a;margin-bottom:26px;border:1px solid rgba(255,215,0,.15)}.horoscope-page .article-tags .share-label{font-weight:700;color:#212121;font-size:1.05rem;margin-right:10px;display:flex;align-items:center;gap:8px}.horoscope-page .article-tags .share-label:before{content:"✨";font-size:1.2rem}.horoscope-page .article-tags .share-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 18px;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.horoscope-page .article-tags .share-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.horoscope-page .article-tags .share-btn:hover:before{width:300px;height:300px}.horoscope-page .article-tags .share-btn i{font-size:1.1rem;position:relative;z-index:1}.horoscope-page .article-tags .share-btn span{position:relative;z-index:1}.horoscope-page .article-tags .share-btn.facebook{background:linear-gradient(135deg,#1877f2,#0c63d4);color:#fff;box-shadow:0 4px 15px #1877f24d}.horoscope-page .article-tags .share-btn.facebook:hover{transform:translateY(-3px);box-shadow:0 8px 25px #1877f280}.horoscope-page .article-tags .share-btn.twitter{background:linear-gradient(135deg,#1da1f2,#0d8bd9);color:#fff;box-shadow:0 4px 15px #1da1f24d}.horoscope-page .article-tags .share-btn.twitter:hover{transform:translateY(-3px);box-shadow:0 8px 25px #1da1f280}.horoscope-page .article-tags .share-btn.whatsapp{background:linear-gradient(135deg,#25d366,#1fb854);color:#fff;box-shadow:0 4px 15px #25d3664d}.horoscope-page .article-tags .share-btn.whatsapp:hover{transform:translateY(-3px);box-shadow:0 8px 25px #25d36680}.horoscope-page .article-tags .share-btn.linkedin{background:linear-gradient(135deg,#0077b5,#006399);color:#fff;box-shadow:0 4px 15px #0077b54d}.horoscope-page .article-tags .share-btn.linkedin:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0077b580}@media(max-width:768px){.horoscope-page .article-tags{padding:18px 22px}.horoscope-page .article-tags .share-btn{padding:8px 14px;font-size:.88rem}}.horoscope-page .horoscope-info-box{background:linear-gradient(135deg,#fff3e0f2,#ffe0b2f2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:5px solid #ff9800;border-radius:12px;padding:22px 26px;box-shadow:0 4px 20px #ff98004d,0 0 0 1px #ff98001a;position:relative;overflow:hidden}.horoscope-page .horoscope-info-box:before{content:"🌟";position:absolute;top:10px;right:15px;font-size:3rem;opacity:.15}.horoscope-page .horoscope-info-box h3{font-size:1.25rem;font-weight:700;color:#212121;margin-bottom:14px;display:flex;align-items:center;gap:12px;position:relative;z-index:1}.horoscope-page .horoscope-info-box h3 i{color:#ff9800;font-size:1.3rem}.horoscope-page .horoscope-info-box p{margin:0;font-size:.98rem;line-height:1.7;color:#757575;position:relative;z-index:1}.horoscope-page .no-horoscope-card{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;padding:70px 45px;text-align:center;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff1a;border:1px solid rgba(255,215,0,.15)}.horoscope-page .no-horoscope-card .icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;background:linear-gradient(135deg,gold,#ff9800);border-radius:50%;margin-bottom:28px;box-shadow:0 8px 25px #ff980066;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.horoscope-page .no-horoscope-card .icon-wrapper i{font-size:3.5rem;color:#fff}.horoscope-page .no-horoscope-card h3{font-size:2rem;font-weight:800;color:#212121;margin-bottom:14px}.horoscope-page .no-horoscope-card p{font-size:1.15rem;color:#9e9e9e;margin-bottom:0}.horoscope-page .no-horoscope-card .btn-primary{background:linear-gradient(135deg,gold,#ff9800);border:none;padding:14px 35px;font-weight:700;border-radius:10px;transition:all .3s ease;box-shadow:0 4px 15px #ff98004d}.horoscope-page .no-horoscope-card .btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #ff980080}@media(max-width:768px){.horoscope-page .no-horoscope-card{padding:45px 26px}.horoscope-page .no-horoscope-card .icon-wrapper{width:90px;height:90px}.horoscope-page .no-horoscope-card .icon-wrapper i{font-size:2.8rem}.horoscope-page .no-horoscope-card h3{font-size:1.6rem}.horoscope-page .no-horoscope-card p{font-size:1.05rem}}.horoscope-page .horoscope-listing{margin-top:30px}.horoscope-page .horoscope-listing .section-title{font-size:2.5rem;font-weight:800;color:#fff;text-align:center;margin-bottom:40px;text-shadow:0 3px 15px rgba(0,0,0,.5);position:relative}.horoscope-page .horoscope-listing .section-title:after{content:"";display:block;width:100px;height:4px;background:linear-gradient(90deg,gold,#ff9800);margin:15px auto 0;border-radius:2px}@media(max-width:768px){.horoscope-page .horoscope-listing .section-title{font-size:2rem}}.horoscope-page .horoscope-listing .horoscopes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px;margin-bottom:40px}@media(max-width:768px){.horoscope-page .horoscope-listing .horoscopes-grid{grid-template-columns:1fr;gap:20px}}.horoscope-page .horoscope-listing .horoscope-card-item{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff1a;border:1px solid rgba(255,215,0,.15);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.horoscope-page .horoscope-listing .horoscope-card-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,gold,#ff9800,gold);opacity:0;transition:opacity .3s ease}.horoscope-page .horoscope-listing .horoscope-card-item:hover{transform:translateY(-8px);box-shadow:0 15px 50px #0006,0 0 30px #ffd7004d}.horoscope-page .horoscope-listing .horoscope-card-item:hover:before{opacity:1}.horoscope-page .horoscope-listing .horoscope-card-item:hover .horoscope-icon{transform:rotate(360deg) scale(1.1)}.horoscope-page .horoscope-listing .horoscope-card-item .badge-latest{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,#ff3838,#ff6b6b);color:#fff;padding:6px 14px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #ff383866;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.horoscope-page .horoscope-listing .horoscope-card-item .horoscope-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,gold,#ff9800);border-radius:50%;margin:25px auto 20px;box-shadow:0 8px 25px #ff980066;transition:all .5s cubic-bezier(.4,0,.2,1)}.horoscope-page .horoscope-listing .horoscope-card-item .horoscope-icon i{font-size:2.5rem;color:#fff}.horoscope-page .horoscope-listing .horoscope-card-item .horoscope-content{padding:0 25px 28px}.horoscope-page .horoscope-listing .horoscope-card-item .horoscope-content .horoscope-date{display:flex;align-items:center;justify-content:center;gap:8px;color:#0009;font-size:.9rem;margin-bottom:12px}.horoscope-page .horoscope-listing .horoscope-card-item .horoscope-content .horoscope-date i{color:#ff9800}.horoscope-page .horoscope-listing .horoscope-card-item .horoscope-content h3{font-size:1.4rem;font-weight:800;margin-bottom:10px;line-height:1.4}.horoscope-page .horoscope-listing .horoscope-card-item .horoscope-content h3 a{color:#212121;text-decoration:none;transition:color .3s ease}.horoscope-page .horoscope-listing .horoscope-card-item .horoscope-content h3 a:hover{color:#ff9800}.horoscope-page .horoscope-listing .horoscope-card-item .horoscope-content .horoscope-subtitle{font-size:1.05rem;color:#000000b3;font-weight:600;margin-bottom:12px}.horoscope-page .horoscope-listing .horoscope-card-item .horoscope-content .horoscope-excerpt{font-size:.95rem;color:#0009;line-height:1.6;margin-bottom:18px}.horoscope-page .horoscope-listing .horoscope-card-item .horoscope-content .read-more{display:inline-flex;align-items:center;gap:8px;color:#ff9800;font-weight:700;font-size:.95rem;text-decoration:none;transition:all .3s ease}.horoscope-page .horoscope-listing .horoscope-card-item .horoscope-content .read-more i{transition:transform .3s ease}.horoscope-page .horoscope-listing .horoscope-card-item .horoscope-content .read-more:hover{color:#f57c00}.horoscope-page .horoscope-listing .horoscope-card-item .horoscope-content .read-more:hover i{transform:translate(5px)}.horoscope-page .horoscope-listing .pagination{display:flex;justify-content:center;gap:8px;margin-top:50px}.horoscope-page .horoscope-listing .pagination .page-link{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,215,0,.2);color:#fff;padding:10px 18px;border-radius:8px;font-weight:600;transition:all .3s ease}.horoscope-page .horoscope-listing .pagination .page-link:hover{background:#ffd70033;border-color:gold;transform:translateY(-2px)}.horoscope-page .horoscope-listing .pagination .page-item.active .page-link{background:linear-gradient(135deg,gold,#ff9800);border-color:gold;color:#fff;box-shadow:0 4px 15px #ff980066}.horoscope-page .horoscope-listing .pagination .page-item.disabled .page-link{opacity:.4;cursor:not-allowed}.horoscope-page .horoscope-listing .no-horoscopes{text-align:center;padding:80px 30px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:2px dashed rgba(255,215,0,.3)}.horoscope-page .horoscope-listing .no-horoscopes .icon{font-size:5rem;color:#ffd70080;margin-bottom:20px}.horoscope-page .horoscope-listing .no-horoscopes h3{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:10px}.horoscope-page .horoscope-listing .no-horoscopes p{font-size:1.1rem;color:#ffffffb3}.horoscope-page .related-horoscopes{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;padding:28px;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff1a;border:1px solid rgba(255,215,0,.15);margin-bottom:26px}.horoscope-page .related-horoscopes h3{font-size:1.4rem;font-weight:800;color:#212121;margin-bottom:22px;padding-bottom:14px;border-bottom:3px solid #ffd700;display:flex;align-items:center;gap:10px}.horoscope-page .related-horoscopes h3 i{color:#ff9800;font-size:1.5rem}.horoscope-page .related-horoscopes .related-item{display:flex;align-items:flex-start;gap:14px;padding:14px;border-radius:10px;transition:all .3s ease;position:relative}.horoscope-page .related-horoscopes .related-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,gold,#ff9800);border-radius:3px;opacity:0;transition:opacity .3s ease}.horoscope-page .related-horoscopes .related-item:hover{background:#ffd70014;transform:translate(5px)}.horoscope-page .related-horoscopes .related-item:hover:before{opacity:1}.horoscope-page .related-horoscopes .related-item:not(:last-child){margin-bottom:12px;border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:16px}.horoscope-page .related-horoscopes .related-item .related-icon{width:45px;height:45px;background:linear-gradient(135deg,gold,#ff9800);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #ff98004d}.horoscope-page .related-horoscopes .related-item .related-icon i{color:#fff;font-size:1.2rem}.horoscope-page .related-horoscopes .related-item .related-content{flex:1;min-width:0}.horoscope-page .related-horoscopes .related-item .related-content .related-date{display:flex;align-items:center;gap:6px;color:#00000080;font-size:.8rem;margin-bottom:6px}.horoscope-page .related-horoscopes .related-item .related-content .related-date i{font-size:.75rem}.horoscope-page .related-horoscopes .related-item .related-content h4{font-size:1rem;font-weight:700;margin-bottom:4px;line-height:1.4}.horoscope-page .related-horoscopes .related-item .related-content h4 a{color:#212121;text-decoration:none;transition:color .3s ease}.horoscope-page .related-horoscopes .related-item .related-content h4 a:hover{color:#ff9800}.horoscope-page .related-horoscopes .related-item .related-content .related-subtitle{font-size:.85rem;color:#0009;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rashi-navigation{background:linear-gradient(135deg,#fffffff2,#f0f0fff2);border-radius:16px;padding:25px;margin-bottom:30px;box-shadow:0 8px 32px #00000026;border:1px solid rgba(255,215,0,.3)}.rashi-navigation .rashi-nav-title{font-size:1.3rem;font-weight:700;color:#1a1a2e;margin-bottom:20px;text-align:center}.rashi-navigation .rashi-nav-title i{color:gold;margin-right:8px}.rashi-navigation .rashi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:12px}@media(max-width:768px){.rashi-navigation .rashi-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.rashi-navigation .rashi-grid{grid-template-columns:repeat(2,1fr)}}.rashi-navigation .rashi-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px 10px;background:#fff;border:2px solid #e0e0e0;border-radius:12px;text-decoration:none;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 8px #00000014}.rashi-navigation .rashi-nav-item:hover,.rashi-navigation .rashi-nav-item.active{transform:translateY(-3px);box-shadow:0 6px 20px #ffd70066;border-color:gold;background:linear-gradient(135deg,#fff9e6,#fff)}.rashi-navigation .rashi-nav-item.active{border-color:#ff9800;background:linear-gradient(135deg,#ffe5cc,#fff9e6)}.rashi-navigation .rashi-nav-item:active{transform:translateY(-1px)}.rashi-navigation .rashi-nav-item .rashi-icon{font-size:2rem;margin-bottom:6px;transition:transform .3s ease}.rashi-navigation .rashi-nav-item .rashi-name{font-size:.9rem;font-weight:600;color:#333;text-align:center;transition:color .3s ease}.rashi-navigation .rashi-nav-item:hover .rashi-icon,.rashi-navigation .rashi-nav-item.active .rashi-icon{transform:scale(1.15) rotate(5deg)}.rashi-navigation .rashi-nav-item:hover .rashi-name,.rashi-navigation .rashi-nav-item.active .rashi-name{color:#ff9800}.rashi{scroll-margin-top:80px}.ad-container{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:15px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ad-container .ad-label{font-size:11px;color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-weight:500}.ad-container .adsbygoogle{display:block;min-height:90px;background:#0000001a;border-radius:8px}.horoscope-detail .ad-container{background:#f8f9fa80;border:1px solid rgba(0,0,0,.1)}.horoscope-detail .ad-container .ad-label{color:#00000080}
