*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
:root{
    --red:#8b0000;
    --red2:#b90020;
    --dark:#230007;
    --yellow:#ffcc33;
    --yellow2:#fff2a5;
    --green:#159947;
    --white:#ffffff;
    --text:#241b1b;
    --muted:#665b5b;
    --light:#fff8df;
    --border:#f0d283;
}
html{
    scroll-behavior:smooth;
    overflow-x:hidden;
}
body{
    font-family:Arial, Helvetica, sans-serif;
    color:var(--text);
    background:#fff;
    line-height:1.6;
    overflow-x:hidden;
}
a{
    text-decoration:none;
    color:inherit;
}
img{
    max-width:100%;
    display:block;
}
.container{
    width:min(1180px, 94%);
    margin:auto;
}
.top-contact{
    background:linear-gradient(90deg,#6c0000,#b60020,#6c0000);
    color:#fff;
    border-bottom:4px solid var(--yellow);
}
.top-contact-wrap{
    min-height:48px;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:18px;
}
.top-contact p{
    text-align:center;
    font-weight:700;
    font-size:15px;
}
.top-phone,
.top-whatsapp{
    font-weight:900;
    background:#fff;
    color:#510000;
    padding:9px 15px;
    border-radius:50px;
    white-space:nowrap;
}
.top-whatsapp{
    background:#159947;
    color:#fff;
}
.main-nav{
    background:linear-gradient(90deg,#6c0000,#b60020,#6c0000);
    box-shadow:0 5px 18px rgba(86,0,0,.12);
    position:sticky;
    top:0;
    z-index:999;
}
.nav-wrap{
    min-height:60px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}
.logo{
    display:flex;
    align-items:center;
    gap:12px;
    color:#8b0000;
}
.logo span{
    width:45px;
    height:45px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:radial-gradient(circle,#fff8c8,#ffcc33,#c97900);
    font-size:28px;
    font-weight:900;
    box-shadow:0 8px 18px rgba(139,0,0,.2);
}
.logo strong{
    font-size:28px;
	    color: #fff;
    line-height:1;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.nav-links{
    display:flex;
    align-items:center;
    gap:24px;
}
.nav-links a{
    font-weight:800;
    color:#fff;
    font-size:15px;
}
.nav-links a:hover{
    color:#ffcc33;
}
.nav-call{
    background:#fff;
    color:#000!important;
    padding:12px 20px;
    border-radius:50px;
}
.menu-btn{
    display:none;
    border:0;
    background:#8b0000;
    color:#fff;
    width:46px;
    height:42px;
    border-radius:6px;
    font-size:28px;
}
.top-images{
    padding:18px 0;
    background:#fff;
}
.image-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    
}
.image-card{
   padding:10px;
}
.image-card img{
    width:100%;
    
    object-fit:cover;
}
.hero-cta{
    background:
        linear-gradient(rgba(119,0,13,.90),rgba(119,0,13,.90)),
        radial-gradient(circle at 15% 20%,#ffcc33 0,transparent 30%),
        linear-gradient(135deg,#7b0000,#d20a2d);
    color:#fff;
    padding:42px 0;
    border-top:5px solid var(--yellow);
    border-bottom:5px solid var(--yellow);
}
.hero-wrap{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:30px;
}
.hero-text span,
.big-promo span{
    display:inline-block;
    background:#ffcc33;
    color:#5c0000;
    font-weight:900;
    padding:8px 18px;
    border-radius:50px;
    margin-bottom:12px;
}
.hero-text h1{
    font-size:42px;
    line-height:1.15;
    margin-bottom:10px;
}
.hero-text p{
    font-size:18px;
    max-width:780px;
}
.hero-buttons,
.contact-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}
.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:6px;
    padding:13px 24px;
    font-weight:900;
    border:2px solid transparent;
    transition:.25s;
}
.btn:hover{
    transform:translateY(-2px);
}
.btn-yellow{
    background:#ffcc33;
    color:#5b0000;
}
.btn-green{
    background:#159947;
    color:#fff;
}
.section{
    padding:70px 0;
}
.about-section{
    background:#fff8df;
}
.about-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:38px;
    align-items:center;
}
.about-img img{
    width:100%;
	    background: #7b0000;
    border-radius:10px;
    box-shadow:0 10px 28px rgba(80,0,0,.18);
}
.small-title,
.section-head span{
    color:#b90020;
    font-weight:900;
    font-size:18px;
}
.about-content h2,
.section-head h2,
.why-content h2,
.contact-strip h2{
    font-size:38px;
    color:#7b0000;
    line-height:1.15;
    margin:8px 0 14px;
}
.about-content p,
.section-head p,
.why-content p,
.contact-strip p{
    color:#000;
    font-size:17px;
    margin-bottom:14px;
}
.trust-boxes{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    margin-top:22px;
}
.trust-boxes div{
    background:#fff;
    border:2px dashed #d8a714;
    padding:20px 14px;
    text-align:center;
    border-radius:8px;
}
.trust-boxes h3{
    color:#b90020;
    font-size:28px;
}
.trust-boxes p{
    margin:0;
    font-weight:800;
    font-size:14px;
}
.hindi-strip{
    background:#8b0000;
    color:#fff;
    text-align:center;
    padding:34px 0;
    border-top:4px solid var(--yellow);
    border-bottom:4px solid var(--yellow);
}
.hindi-strip h2{
    font-size:32px;
    color:#ffcc33;
    margin-bottom:8px;
}
.hindi-strip p{
    font-size:18px;
    font-weight:700;
}
.mini-services{
    background:#fff;
    padding:40px 0;
}
.mini-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}
.mini-card{
    background:#fff8df;
    border:2px solid #efd174;
    padding:26px;
    border-radius:8px;
    text-align:center;
    box-shadow:0 8px 22px rgba(80,0,0,.08);
}
.mini-card h3{
    color:#8b0000;
    font-size:24px;
    margin-bottom:8px;
}
.mini-card p{
    color:#000;
    margin-bottom:14px;
}
.mini-card a{
    display:inline-block;
    background:#8b0000;
    color:#fff;
    padding:10px 18px;
    border-radius:5px;
    font-weight:900;
}
/* Mini Services Icon Design */
.mini-card {
    position: relative;
    padding-top: 38px;
}

.mini-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8b0000, #c40028);
    color: #ffcc33;
    display: grid;
    place-items: center;
    font-size: 34px;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 24px rgba(139, 0, 0, 0.25);
    transition: all 0.35s ease;
}

.mini-card:hover .mini-icon {
    transform: translateY(-8px) rotate(8deg);
    background: linear-gradient(135deg, #ffcc33, #fff2a5);
    color: #8b0000;
}

.mini-card h3 {
    margin-top: 5px;
}
.mini-card:nth-child(1) .mini-icon {
    background: linear-gradient(135deg, #8b0000, #d91f3c);
}

.mini-card:nth-child(2) .mini-icon {
    background: linear-gradient(135deg, #d48a00, #ffcc33);
    color: #5b0000;
}

.mini-card:nth-child(3) .mini-icon {
    background: linear-gradient(135deg, #159947, #25d366);
    color: #ffffff;
}
.big-promo{
    background:
        linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),
        linear-gradient(135deg,#8b0000,#d81435);
    color:#fff;
    text-align:center;
    padding:58px 0;
}
.big-promo h2{
    font-size:42px;
    color:#ffcc33;
    margin-bottom:12px;
}
.big-promo p{
    max-width:950px;
    margin:0 auto 24px;
    font-size:19px;
    font-weight:700;
}
.section-head{
    text-align:center;
    max-width:820px;
    margin:0 auto 38px;
}
.services{
    background:#fff8df;
}
.service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.service-card{
    background:#fff;
    border:1px solid #f0d283;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(80,0,0,.12);
}
.service-card img{
    width:100%;
    height:270px;
    object-fit:cover;
}
.service-body{
    padding:15px;
}
.service-body h3{
    color:#8b0000;
	text-align: center;
    font-size:23px;
    margin-bottom:8px;
}
.service-body p{
    color:#000;
	text-align: center;
    margin-bottom:15px;
}
.service-body div{
    display:flex;
    gap:10px;
}
.service-body a{
    flex:1;
    text-align:center;
    background:#8b0000;
    color:#fff;
    padding:10px;
    border-radius:5px;
    font-weight:900;
}
.service-body a:nth-child(2){
    background:#159947;
}
/* Our Astrology Services Animation */
.animate-service {
    opacity: 0;
    transform: translateY(45px);
    transition: all 0.8s ease;
}

.animate-service.show-service {
    opacity: 1;
    transform: translateY(0);
}

.service-card {
    transition: all 0.35s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 35px rgba(139, 0, 0, 0.22);
}

.service-card img {
    transition: all 0.45s ease;
}

.service-card:hover img {
    transform: scale(1.08);
}

.service-card {
    overflow: hidden;
}

/* Delay effect for cards */
.service-grid .service-card:nth-child(1) {
    transition-delay: 0.1s;
}

.service-grid .service-card:nth-child(2) {
    transition-delay: 0.2s;
}

.service-grid .service-card:nth-child(3) {
    transition-delay: 0.3s;
}

.service-grid .service-card:nth-child(4) {
    transition-delay: 0.4s;
}

.service-grid .service-card:nth-child(5) {
    transition-delay: 0.5s;
}

.service-grid .service-card:nth-child(6) {
    transition-delay: 0.6s;
}
.counter-section{
    background:#8b0000;
    color:#fff;
    padding:42px 0;
    border-top:5px solid #ffcc33;
    border-bottom:5px solid #ffcc33;
}
.counter-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    text-align:center;
}
.counter-grid div{
    background:#fff;
    padding:24px 10px;
    border-radius:8px;
}
.counter-grid h2{
    color:#000;
    font-size:46px;
}
.counter-grid p{
    font-weight:800;
	color:#8b0000;
}
.why-section{
    background:#fff;
}
.why-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:36px;
    align-items:center;
}
.why-content ul{
    list-style:none;
    display:grid;
    gap:13px;
    margin:20px 0 24px;
}
.why-content li{
    background:#fff8df;
    border-left:5px solid #b90020;
    padding:13px 16px;
    color:#000;
}
.call-line{
    display:inline-block;
    background:#8b0000;
    color:#fff;
    padding:14px 24px;
    border-radius:5px;
    font-weight:900;
}
.why-img img{
    border-radius:10px;
    box-shadow:0 10px 28px rgba(80,0,0,.18);
}
/* New Indian Astrology Services Design */
/* Indian Astrology Services - Clean Premium Design */
.more-services {
    background: #fff8df;
    position: relative;
    overflow: hidden;
}

.more-services::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: rgba(139, 0, 0, 0.08);
    border-radius: 50%;
}

.more-services::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    background: rgba(255, 204, 51, 0.22);
    border-radius: 50%;
}

.more-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.more-grid > div {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #f0d283;
    box-shadow: 0 10px 28px rgba(80, 0, 0, 0.10);
    transition: all 0.35s ease;
    position: relative;
}

.more-grid > div:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(139, 0, 0, 0.18);
}

.more-grid > div img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: all 0.4s ease;
}

.more-grid > div:hover img {
    transform: scale(1.06);
}

.more-grid > div::before {
    content: "ॐ";
    position: absolute;
    top: 165px;
    right: 10px;
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #8b0000, #c40028);
    color: #ffcc33;
    border: 4px solid #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 25px;
    font-weight: 900;
    z-index: 2;
    box-shadow: 0 8px 18px rgba(80, 0, 0, 0.25);
}

.more-grid h3 {
    color: #8b0000;
    font-size: 23px;
    line-height: 1.25;
    padding: 26px 22px 8px;
    margin: 0;
	text-align: center;
}

.more-grid p {
	text-align: center;
    color: #000;
    padding: 0 22px 18px;
    margin: 0;
    font-size: 15px;
}

.more-grid a {
    margin: 0 22px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #8b0000;
    color: #ffffff;
    padding: 11px 22px;
    border-radius: 6px;
    font-weight: 900;
    transition: all 0.3s ease;
}

.more-grid a:hover {
    background: #ffcc33;
    color: #5b0000;
}

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

@media (max-width: 767px) {
    .more-grid {
        grid-template-columns: 1fr;
    }

    .more-grid > div img {
        height: 220px;
    }

    .more-grid > div::before {
        top: 185px;
    }
}
.more-btns {
    display: flex;
    gap: 10px;
    padding: 0 22px 24px;
}

.more-btns a {
    margin: 0;
    flex: 1;
    text-align: center;
}

.more-btns a:nth-child(2) {
    background: #159947;
    color: #fff;
}

.more-btns a:nth-child(2):hover {
    background: #0f7a38;
    color: #fff;
}
 
.feedback{
    background:#fff;
}
.feedback-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}
.review{
    background:#fff8df;
    border:2px solid #efd174;
    padding:28px;
    border-radius:8px;
    box-shadow:0 8px 20px rgba(80,0,0,.08);
}
.review b{
    color:#b90020;
    font-size:48px;
    line-height:1;
}
.review p{
    color:#000;
    margin:5px 0 14px;
}
.stars{
    color:#e2a700;
    letter-spacing:2px;
    font-weight:900;
    margin-bottom:10px;
}
.review h4{
    color:#8b0000;
    font-size:20px;
}
.review span{
    color:#000;
    font-weight:700;
}
.contact-strip{
    background:linear-gradient(90deg,#770000,#c40028);
    color:#fff;
    padding:45px 0;
    border-top:5px solid #ffcc33;
}
.contact-wrap{
    display:grid;
    grid-template-columns:1fr auto;
    gap:20px;
    align-items:center;
}
.contact-strip h2{
    color:#ffcc33;
}
.contact-strip p{
    color:#fff;
    margin:0;
}
.footer{
    background:#230007;
    color:#fff;
    padding:52px 0 0;
}
.footer-grid{
    display:grid;
    grid-template-columns:1.2fr 1fr 1fr 1fr;
    gap:28px;
}
.footer img{
    width:100%;
    max-width:260px;
       background: #fff;
    object-fit:cover;
    border-radius:8px;
    margin-bottom:12px;
}
.footer h3,
.footer h4{
    color:#ffcc33;
    margin-bottom:12px;
}
.footer p,
.footer li,
.footer a{
    color:#fff;
}
.footer ul{
    list-style:none;
    display:grid;
    gap:8px;
}
.copyright{
    text-align:center;
    border-top:1px solid rgba(255,255,255,.15);
    padding:17px 4%;
    margin-top:38px;
    color:#f1dfdf;
    font-size:14px;
}
.floating-cta{
    position:fixed;
    bottom:14px;
    right:14px;
    z-index:1000;
    display:flex;
    flex-direction:column;
    gap:10px;
}
.floating-cta a{
    color:#fff;
    padding:12px 18px;
    border-radius:50px;
    font-weight:900;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
}
.floating-cta a i{
    font-size:20px;
}
.float-call{
    background:#8b0000;
}
.float-wa{
    background:#159947;
}

@media(max-width:1024px){
    .top-contact-wrap{
        grid-template-columns:1fr;
        text-align:center;
        padding:10px 0;
    }
    .hero-wrap,
    .about-grid,
    .why-grid,
    .contact-wrap{
        grid-template-columns:1fr;
    }
    .hero-buttons,
    .contact-actions{
        justify-content:flex-start;
    }
    .service-grid,
    .more-grid{
        grid-template-columns:repeat(2,1fr);
    }
}
@media(max-width:820px){
    .menu-btn{
        display:block;
    }
    .nav-links{
        position:absolute;
        top:78px;
        left:0;
        right:0;
        background:#8b0000;
        flex-direction:column;
        align-items:flex-start;
        gap:0;
        padding:0 4%;
        max-height:0;
        overflow:hidden;
        transition:.3s;
        box-shadow:0 12px 18px rgba(80,0,0,.12);
		text-align:center;
    }
    .nav-links.active{
        padding-top:12px;
        padding-bottom:12px;
        max-height:420px;
    }
    .nav-links a{
        width:100%;
        padding:13px 0;
		        border-bottom: 2px dotted;
    }
    .nav-call{
        text-align:center;
        margin-top:8px;
    }
	.only-banner-section {
    width: 100%;
    overflow: hidden;
    background: #fff8df;
}

.only-banner-section img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Desktop fixed banner height chahiye to */
@media (min-width: 992px) {
    .only-banner-section img {
        height: 520px;
        object-fit: cover;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .only-banner-section img {
        height: auto;
        object-fit: contain;
    }
}
    .image-grid,
    .mini-grid,
    .trust-boxes,
    .counter-grid,
    .feedback-grid,
    .footer-grid{
        grid-template-columns:1fr;
    }
    .image-card img{
        height:auto;
    }
    .hero-text h1,
    .about-content h2,
    .section-head h2,
    .why-content h2,
    .contact-strip h2,
    .big-promo h2{
        font-size:31px;
    }
    .section{
        padding:55px 0;
    }
}
@media(max-width:560px){
    .logo strong{
        font-size:20px;
    }
    .logo span{
        width:44px;
        height:44px;
        font-size:26px;
    }
    .hero-text h1{
        font-size:27px;
    }
    .service-grid,
    .more-grid{
        grid-template-columns:1fr;
    }
    .hero-buttons .btn,
    .contact-actions .btn{
        width:100%;
    }
    .service-body div{
        flex-direction:column;
    }
    .floating-cta{
        left:10px;
        right:10px;
        bottom:10px;
        flex-direction:row;
    }
    .floating-cta a{
        flex:1;
        text-align:center;
        padding:12px 10px;
    }
}
