 body{
            margin:0;
            padding:0;
            font-family: Arial, sans-serif;
            background:#f8f8f8;
        }

        .top-header{
            background: #d40000;
            padding: 8px 0;
            color:#fff;
        }

        .call-btn,
        .whatsapp-btn{
            display:inline-block;
            padding:12px 22px;
            border-radius:50px;
            color:#fff;
            text-decoration:none;
            font-weight:bold;
            transition:0.3s;
            font-size:16px;
        }

        .call-btn{
            background:#fff;
			color:#000;
        }

        .call-btn:hover{
            background:#d40000;
            color:#fff;
        }

        .whatsapp-btn{
            background:#25D366;
        }

        .whatsapp-btn:hover{
            background:#1ebe5d;
            color:#fff;
        }

        .promo-text{
            font-size:18px;
            font-weight:bold;
            text-align:center;
            animation: blink 1s infinite;
            color:#fff700;
        }

        @keyframes blink{
            0%{
                opacity:1;
            }
            50%{
                opacity:0.2;
            }
            100%{
                opacity:1;
            }
        }

        @media(max-width:768px){

            .promo-text{
                margin:15px 0;
                font-size:17px;
            }

            .call-btn,
            {
               
                text-align:center;
            }
			 
            .whatsapp-btn{
               display:none;
                text-align:center;
            }
        }
		.headlogo{
	background: url(images/bg1.png) center center / cover no-repeat;
}
.image-box img{
    width:100%;
     
    transition:0.4s;
   
}

.image-box img:hover{
    transform:scale(1.05);
}
.marquee-section{
    background:#d40000;
    padding:10px 0;
    color:#fff;
    font-size:20px;
    font-weight:bold;
   
}

.marquee-section marquee{
    width:100%;
}
 
.promo-text-section{
    background:#fff;
    position:relative;
    overflow:hidden;
}

/* Glowing Effect */
.promo-box{
    background:#000;
    border:1px solid rgba(255,255,255,0.15);
    backdrop-filter:blur(8px);
    padding:60px 40px;
    border-radius:30px;
    box-shadow:0 0 40px rgba(255,255,255,0.08);
    position:relative;
}

/* Heading */
.promo-box h2{
    color:#ffcc00;
    font-size:42px;
    font-weight:700;
    margin-bottom:25px;
    line-height:60px;
}

/* Paragraph */
.promo-box p{
    color:#fff;
    font-size:20px;
    line-height:38px;
    margin-bottom:35px;
}

/* Call Button */
.promo-call-btn{
    display:inline-block;
    background:linear-gradient(45deg,#ff9800,#ffcc00);
    color:#000;
    padding:16px 40px;
    border-radius:50px;
    text-decoration:none;
    font-size:20px;
    font-weight:700;
    transition:0.4s;
    box-shadow:0 5px 20px rgba(255,204,0,0.4);
}

.promo-call-btn:hover{
    transform:scale(1.08);
    color:#000;
}

/* Responsive */
@media(max-width:768px){

    .promo-box{
        padding:40px 20px;
    }

    .promo-box h2{
        font-size:28px;
        line-height:42px;
    }

    .promo-box p{
        font-size:17px;
        line-height:32px;
    }

    .promo-call-btn{
        font-size:17px;
        padding:14px 30px;
    }

}
/* Background Section */
.astro-services-section{
    position:relative;
    background:url('images/bg1.png') center center/cover no-repeat;
    overflow:hidden;
    z-index:1;
}

/* Dark Overlay */
.overlay-bg{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.75);
    top:0;
    left:0;
    z-index:-1;
}

/* Heading */
.astro-heading{
    color:#fff;
    font-size:48px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.astro-subheading{
    color:#ddd;
    font-size:18px;
    margin-top:10px;
}

/* Service Box */
.astro-service-box{
    position:relative;
    background:linear-gradient(135deg, #d40000, #000);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,0.2);
    border-radius:30px;
    padding:40px 25px 30px;
    text-align:center;
    overflow:hidden;
    transition:0.5s;
    box-shadow:0 5px 1px rgb(255 255 255);
}

.astro-service-box:hover{
    transform:translateY(-12px);
    border-color:#ffcc00;
}

/* Top Call Button */
.top-call-btn{
    position:absolute;
    top:18px;
	    z-index: 1;
    right:18px;
    width:55px;
    height:55px;
    border-radius:50%;
    background:#008000;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:22px;
    transition:0.5s;
    box-shadow:0 5px 20px rgba(255,204,0,0.5);
}

.top-call-btn:hover{
    transform:scale(1.1) rotate(360deg);
    color:#fff;
}

/* Image */
.astro-img-box{
    
    margin:auto;
    border-radius: 10px;
    overflow:hidden;
    border:5px solid #ffcc00;
    position:relative;
    box-shadow:0 0 25px #000;
}

.astro-img-box img{
    width:100%;
	border-radius: 10px;
    
    object-fit:cover;
    transition:0.6s;
}

.astro-service-box:hover .astro-img-box img{
    transform:scale(1.2) rotate(5deg);
}

/* Content */
.astro-content h3{
    color:#ffcc00;
    margin-top:30px;
    font-size:28px;
    font-weight:700;
}

.astro-content p{
    color:#ddd;
    line-height:28px;
    margin:18px 0 25px;
    font-size:16px;
}

/* Button */
.astro-btn{
    display:inline-block;
    padding:13px 35px;
    border-radius:50px;
    background:linear-gradient(45deg,#ff9800,#ffcc00);
    color:#000;
    text-decoration:none;
    font-weight:700;
    transition:0.4s;
}

.astro-btn:hover{
    transform:scale(1.05);
    color:#000;
}

/* Mobile Responsive */
@media(max-width:768px){

    .astro-heading{
        font-size:32px;
    }

    .astro-subheading{
        font-size:16px;
    }
 

    .astro-content h3{
        font-size:24px;
    }

}

.about-us-section{
      position: relative;
    background: url(images/bg1.png) center center / cover no-repeat;
    overflow: hidden;
    z-index: 1;
}

/* Content */
.about-content{
    padding-right:20px;
}

.about-tag{
    display:inline-block;
    background:#d40000;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:15px;
    margin-bottom:20px;
    letter-spacing:1px;
}

.about-content h2{
      font-size: 35px;
    color: #fcd203;
    font-weight: bold;
    line-height: 60px;
    font-family: auto;
}
.about-content strong{
    
    color:#fcd203;
    
}
.about-content p{
    font-size:18px;
    color:#fff;
    line-height:34px;
    
}

/* Button */
.about-btn{
    display:inline-block;
    margin-top:15px;
    background:linear-gradient(45deg,#d40000,#d40000);
    color:#fff;
    padding:15px 38px;
    border-radius:50px;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    transition:0.4s;
}

.about-btn:hover{
    transform:translateY(-5px);
    color:#fff;
}

/* Image */
.about-image{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    box-shadow:0 10px 40px rgba(0,0,0,0.2);
}

.about-image img{
    width:100%;
    height:100%;
    object-fit:cover;
   
}
 
/* Responsive */
@media(max-width:768px){

    .about-content{
        padding-right:0;
    }

    .about-content h2{
        font-size:32px;
        line-height:45px;
    }

    .about-content p{
        font-size:16px;
        line-height:30px;
    }

    .about-btn{
        font-size:16px;
        padding:13px 28px;
    }

}
.astrology-services{
    background:url('images/bg.png') center center/cover no-repeat;
    position:relative;
}
 
 /* SECTION */

    .choose-services-section{
        padding:90px 0;
        background:linear-gradient(135deg, #f8f8f8, #ffffff);
        position:relative;
        overflow:hidden;
    }

    .choose-services-section::before{
        content:'';
        position:absolute;
        width:350px;
        height:350px;
        background:rgba(11,93,42,0.05);
        border-radius:50%;
        top:-120px;
        left:-120px;
    }

    /* TAG */

    .section-tag{
        background:#d40000;
        color:#fff;
        padding:8px 22px;
        border-radius:40px;
        font-size:15px;
        font-weight:700;
        display:inline-block;
        margin-bottom:18px;
    }

    /* LEFT CONTENT */

    .why-choose-content h2,
    .services-list-box h2{
        font-size:44px;
        font-weight:800;
        color:#d40000;
        margin-bottom:20px;
        line-height:1.3;
    }

    .why-choose-content p{
        color:#000;
        font-size:17px;
        line-height:1.9;
        margin-bottom:35px;
    }

    /* CHOOSE ITEM */

    .choose-box{
        display:flex;
        flex-direction:column;
        gap:22px;
    }

    .choose-item{
        display:flex;
        gap:18px;
        background:#fff;
        padding:22px;
        border-radius:20px;
        box-shadow:0 10px 25px rgba(0,0,0,0.08);
        transition:0.3s;
    }

    .choose-item:hover{
        transform:translateX(10px);
    }

    .choose-icon{
        width:70px;
        height:70px;
        background:#d40000;
        border-radius:18px;
        display:flex;
        align-items:center;
        justify-content:center;
        flex-shrink:0;
    }

    .choose-icon i{
        color:#ffcc00;
        font-size:30px;
    }

    .choose-text h4{
        font-size:24px;
        font-weight:700;
        margin-bottom:8px;
        color:#d40000;
    }

    .choose-text p{
        font-size:15px;
        line-height:1.7;
        color:#000;
        margin:0;
    }

    /* RIGHT BOX */

    .services-list-box{
        background:linear-gradient(135deg, #d40000, #000);
        padding:45px;
        border-radius:30px;
        position:relative;
        overflow:hidden;
        box-shadow:0 15px 40px rgba(0,0,0,0.2);
    }

    .services-list-box::before{
        content:'';
        position:absolute;
        width:250px;
        height:250px;
        background:rgba(255,255,255,0.04);
        border-radius:50%;
        top:-100px;
        right:-100px;
    }

    .services-list-box h2{
        color:#ffcc00;
    }

    /* SERVICES */

    .services-list{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:15px;
        margin-top:30px;
        margin-bottom:35px;
    }

    .services-list a{
        background:rgba(255,255,255,0.08);
        color:#fff;
        text-decoration:none;
        padding:16px 18px;
        border-radius:15px;
        font-size:15px;
        font-weight:600;
        display:flex;
        align-items:center;
        gap:12px;
        transition:0.3s;
    }

    .services-list a i{
        color:#ffcc00;
        font-size:18px;
    }

    .services-list a:hover{
        background:#fff;
        color:#000;
        transform:translateY(-5px);
    }

    .services-list a:hover i{
        color:#000;
    }

    /* BUTTON */

    .service-call-btn{
        display:inline-flex;
        align-items:center;
        gap:10px;
        background:#ffcc00;
        color:#111;
        text-decoration:none;
        padding:14px 28px;
        border-radius:50px;
        font-size:16px;
        font-weight:700;
        transition:0.3s;
    }

    .service-call-btn:hover{
        background:#fff;
        color:#0b5d2a;
    }

    /* RESPONSIVE */

    @media(max-width:991px){

        .why-choose-content h2,
        .services-list-box h2{
            font-size:36px;
        }

        .services-list-box{
            padding:35px;
        }
    }

    @media(max-width:767px){

        .choose-services-section{
            padding:70px 0;
        }

        .why-choose-content h2,
        .services-list-box h2{
            font-size:28px;
        }

        .why-choose-content p{
            font-size:15px;
        }

        .choose-item{
            padding:18px;
        }

        .choose-text h4{
            font-size:20px;
        }

        .services-list{
            grid-template-columns:1fr;
        }

        .services-list-box{
            padding:28px 22px;
        }

        .service-call-btn{
            width:100%;
            justify-content:center;
        }
    }
.client-feedback-section{
    background:url('images/bg1.png') center center/cover no-repeat;
    position:relative;
    overflow:hidden;
}

.feedback-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.85);
    top:0;
    left:0;
}

/* Heading */
.feedback-title{
    position:relative;
    z-index:2;
}

.feedback-tag{
    display:inline-block;
    color:#ffcc66;
    font-size:15px;
    letter-spacing:2px;
    font-weight:600;
    margin-bottom:15px;
}

.feedback-title h2{
    color:#fff;
    font-size:58px;
    font-weight:700;
    margin-bottom:15px;
}

.feedback-title h2 span{
    color:#fcd203;
}

.feedback-line{
    width:120px;
    height:3px;
    background:#fcd203;
    margin:15px auto 22px;
}

.feedback-title p{
    color:#ccc;
    font-size:20px;
    line-height:34px;
}

/* Feedback Box */
.feedback-box{
    background:#d40000;
    border:1px solid rgba(255,179,0,0.18);
    border-radius:22px;
    padding:35px 30px;
    transition:0.5s;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,0.5);
    position:relative;
}

.feedback-box:hover{
    transform:translateY(-10px);
    border-color:#fcd203;
}

/* Top */
.client-top{
    display:flex;
    align-items:center;
    margin-bottom:22px;
}

/* Image */
.client-img{
    width:75px;
    height:75px;
    border-radius:50%;
    overflow:hidden;
    margin-right:18px;
    border:3px solid #fcd203;
}

.client-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Info */
.client-info h4{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:4px;
}

.client-info span{
       color: #fcd203;
    font-size: 16px;
    font-weight: bold;
}

/* Stars */
.stars{
    color:#fcd203;
    font-size:24px;
    
    letter-spacing:3px;
}

/* Text */
.feedback-box p{
    color:#fff;
    font-size:17px;
    line-height:32px;
    margin:0;
}

/* Responsive */
@media(max-width:768px){

    .feedback-title h2{
        font-size:38px;
    }

    .feedback-title p{
        font-size:16px;
        line-height:28px;
    }

    .feedback-box{
        padding:28px 22px;
    }

    .client-info h4{
        font-size:20px;
    }

    .feedback-box p{
        font-size:16px;
        line-height:28px;
    }

}
.special-services-section{
    background:#fff;
    position:relative;
    overflow:hidden;
}

.special-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:#fff;
    top:0;
    left:0;
}

/* Heading */
.special-heading{
    position:relative;
    z-index:2;
}

.special-tag{
    display:inline-block;
    color:#d40000;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:15px;
}

.special-heading h2{
    color:#000;
    font-size:58px;
    font-weight:700;
    margin-bottom:15px;
}

.special-heading h2 span{
    color:#d40000;
}

.special-line{
    width:120px;
    height:3px;
    background:#fcd203;
    margin:15px auto 20px;
}

.special-heading p{
    color:#000;
    font-size:20px;
    line-height:34px;
}

/* Box */
.special-box{
    background:linear-gradient(135deg, #d40000, #000);
    border-radius:22px;
    overflow:hidden;
    transition:0.5s;
    border:1px solid rgb(255 179 0);
    position:relative;
    
   
}

.special-box:hover{
    transform:translateY(-12px);
    border-color:rgb(255 179 0);
}

/* Image */
.special-img{
    overflow:hidden;
    position:relative;
}

.special-img::before{
    content:'';
    position:absolute;
    width:100%;
    
    background:linear-gradient(to top,rgba(0,0,0,0.7),transparent);
    top:0;
    left:0;
    z-index:1;
}

.special-img img{
    width:100%;
   
    object-fit:cover;
    transition:0.7s;
}

.special-box:hover .special-img img{
    transform:scale(1.12);
}

/* Content */
.special-content{
    padding:30px 25px;
    text-align:center;
}

.special-content h3{
    color:#fcd203;
    font-size:25px;
    font-weight:bold;
       font-family: serif;
}

.special-content p{
    color:#fff;
    font-size:16px;
    line-height:30px;
    margin-bottom:25px;
}

/* Button */
.special-btn{
    display:inline-block;
    background:#fff;
    color:#000;
    padding:13px 32px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
    transition:0.4s;
}

.special-btn:hover{
    background:#000;
    color:#fff;
    transform:scale(1.05);
}

/* Responsive */
@media(max-width:768px){

    .special-heading h2{
        font-size:36px;
    }

    .special-heading p{
        font-size:16px;
        line-height:28px;
    }

    .special-content h3{
        font-size:24px;
    }

    .special-content p{
        font-size:15px;
        line-height:28px;
    }

}
.astro-footer{
    background:#000;
    position:relative;
    overflow:hidden;
    color:#fff;
}

.footer-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.88);
    top:0;
    left:0;
}

/* Footer Box */
.footer-box{
    position:relative;
    z-index:2;
}

/* Logo */
.footer-logo{
    font-size:27px;
    font-weight:700;
    color:#fcd203;
    margin-bottom:20px;
}

/* Text */
.footer-box p{
    color:#fff;
    font-size:16px;
    line-height:30px;
}

/* Heading */
.footer-box h3{
    color:#fcd203;
    font-size:23px;
    margin-bottom:25px;
    font-weight:700;
}

/* Links */
.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:15px;
}

.footer-links li a{
    color:#fff;
    text-decoration:none;
    transition:0.4s;
    font-size:17px;
}

.footer-links li a:hover{
    color:#fcd203;
    padding-left:6px;
}

/* Contact */
.footer-contact p{
    margin-bottom:18px;
    color:#fff;
    font-size:17px;
}

.footer-contact p i{
    color:#fcd203;
    margin-right:10px;
}

.footer-contact a{
    color:#ccc;
    text-decoration:none;
    transition:0.4s;
}

.footer-contact a:hover{
    color:#fcd203;
}

/* Social */
.footer-social{
    margin-top:25px;
}

.footer-social a{
    width:45px;
    height:45px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,0.08);
    color:#fff;
    border-radius:50%;
    margin-right:10px;
    text-decoration:none;
    transition:0.4s;
    border:1px solid rgba(255,255,255,0.1);
}

.footer-social a:hover{
    background:#fcd203;
    color:#000;
    transform:translateY(-5px);
}

/* Bottom */
.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.1);
    margin-top:40px;
    padding:25px 0;
    text-align:center;
    position:relative;
    z-index:2;
}

.footer-bottom p{
    margin:0;
    color:#bbb;
    font-size:16px;
}

/* Responsive */
@media(max-width:768px){

    .footer-logo{
        font-size:28px;
    }

    .footer-box h3{
        font-size:24px;
    }

    .footer-box p,
    .footer-links li a,
    .footer-contact p{
        font-size:15px;
    }

}
.floating-btn {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
}

.call-btn1 {
    left: 20px;
}

.whatsapp-btn1 {
    right: 20px;
}

.floating-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    height: 60px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    animation: pulse 1.5s infinite;
    font-family: Arial, sans-serif;
}

.call-btn1 a {
    background: #e60000;
    width: 60px;
    padding: 0;
    border-radius: 50%;
    font-size: 28px;
}

.whatsapp-btn1 a {
    background: #25D366;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(0,0,0,0);
    }
    100% {
        transform: scale(1);
    }
}