body{
        font-family:'Poppins',sans-serif;
        color:#fff;

    }

    h1,h2,h3,h4{
        font-family:'Cinzel',serif;
    }
    .top-bar{
    background:#000;
    border-bottom:1px solid rgba(13, 10, 1, 0.3);
    padding:10px 0;
    font-size:18px;
    color:#fff;
}

.footer-whatsapp {
	position: fixed;
	z-index:999;
	bottom:80px;
	right:5px;
	display:block;
}
.footer-whatsapp  a{
background:transparent;
}
.footer-call  {
 position: fixed;
	z-index:999;
	bottom:80px;
	left:5px;
	display:block;
}
.footer-call  a{
background:transparent;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
.top-bar i{
    color:#b868ef;
    margin-right:5px;
}

.top-bar a{
    color:#fff;
    text-decoration:none;
    transition:0.3s;
}

.top-bar a:hover{
    color:#D4AF37;
}

.social-icons a{
    display:inline-block;
    margin-left:15px;
    font-size:20px;
}

.social-icons i{
    transition:0.3s;
}

.social-icons a:hover i{
    transform:translateY(-3px);
    color:#D4AF37;
}
@media(max-width:768px){

    .top-bar{
        text-align:center;
    }

    .social-icons{
        text-align:center !important;
        margin-top:8px;
    }

    .social-icons a{
        margin:0 8px;
    }

}
.top-bar{
    background:#1A0B2E;
    color:#fff;
    padding:10px 0;
    border-bottom:1px solid #D4AF37;
    position: relative;
}

 .navbar{
        background:rgba(126, 60, 154, 0.57);
        z-index:1001;
        font-size:18px;
        position: sticky;
    }

    .navbar-brand,
    .nav-link{
        color:#440061;
        font-size:22px;
    }

    .hero{
        background:url('../image/astro1.gif');
        background-repeat: no-repeat cover;
        background-position: fixed;
        background-size: cover;
        min-height:100vh;
        display:flex;
        align-items:center;
    
    }

    .hero h1{
        font-size:3rem;
        color:white;
        font-weight: bold;
    }

    .gold{
        color:#39045e;
    }

    .btn-gold{
        background:#D4AF37;
        color:#000;
        font-weight:600;
    }

    .btn-gold:hover{
        background:#e6c766;
    }

    .btn-outline-gold{
        border:2px solid #AA37D4;
        color:#f2eeee;
    }

    .btn-outline-gold:hover{
        background:rgb(0, 0, 0);
        color:#ffffff;
    }

    #about{
    background:#1A0B2E;
    padding:80px 0;
}

.about-img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:15px;
    border:3px solid #F6F4F8;
    box-shadow:0 0 20px rgba(117,10,246,.43);
}

.about-title{
    color:#ad4df7;
    font-size:42px;
    font-weight:700;
    margin-bottom:12px;
}

.name-title{
    color:#fff;
    font-size:28px;
    font-weight:600;
    margin-bottom:20px;
}

.about-text{
    color:#ddd;
    font-size:17px;
    line-height:1.9;
    text-align:justify;
    margin-bottom:18px;
}

.btn-gold{
    background:#FFD700;
    color:#1A0B2E;
    padding:12px 30px;
    border-radius:30px;
    font-weight:600;
    text-decoration:none;
}

.btn-gold:hover{
    background:#fff;
    color:#1A0B2E;
}


@media(max-width:991px){

    .about-img{
        height:380px;
        margin-bottom:30px;
    }

    .about-title{
        font-size:34px;
        text-align:center;
    }

    .name-title{
        font-size:24px;
        text-align:center;
    }

    .about-text{
        font-size:16px;
        text-align:justify;
    }

    .btn-gold{
        display:block;
        width:fit-content;
        margin:20px auto 0;
    }
}

    .section-title{
        color:#D4AF37;
        margin-bottom:40px;
        
    }
   
    #services
    {
        background-color:#725c82;
    }
    #calculator
    {
        background-color:#1A0B2E;
    }
    .modal-content{
    background:#111;
    border:2px solid #D4AF37;
    border-radius:15px;
}
.service-card img{
    width:100%;
    height:350px;
    object-fit:cover;
    margin-bottom:20px;
}

.modal-header{
    border-bottom:1px solid #D4AF37;
}

.modal-footer{
    border-top:1px solid #D4AF37;
}

.modal-body{
    line-height:1.8;
}
     
    .py-5
    {
        background-color:#725c82;
    }
    .service-card,
    .testimonial-card{
        background:#b794d0;
        border:5px solid #1d003a;
        border-radius:15px;
        padding:25px;
        height:100%;
        transition:0.3s;
        position: relative;
    }
    .service-card p{
       
        color:#7421b4;
    }
    .service-card h4
    {
      color:black;
      font-weight: bold;
    }

    .service-card:hover,
    .testimonial-card:hover{
        transform:translateY(-10px);
    }
    .mt-3{
        color:#7f06f8;
        font-size: 16px;
        font-weight: 500;
    }

    .cta{
        background:#1A0B2E;
        padding:60px 0;
    }
    .question-banner{
    background:linear-gradient(rgba(0,0,0,.8),
               rgba(26,11,46,.8)),
               url('images/banner.jpg');
    background-size:cover;
    background-position:center;
    padding:120px 0;
    color:#fff;
}
.service-img{
    width: 100%;
    height: 420px;      
    object-fit: contain; 
    background: #fff;   
    border-radius: 15px;
    border: 3px solid #290046;
    box-shadow: 0 0 20px rgba(117,10,246,.35);
}

.service-name{
    color: #f8f8f8;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

.col-lg-6 p{
    color: #ddd;
    line-height: 1.9;
    text-align: justify;
}

@media (max-width:991px){

    .service-img{
        min-height: 350px;
        margin-bottom: 30px;
    }

    .service-name{
        font-size: 30px;
    }
}
.question-banner h1{
    color:#9762B2;
    font-size:50px;
    margin-bottom:15px;
}

.question-form{
    background:white;
    border:5px solid #6B0FC67A;;
    padding:40px;
    border-radius:15px;
}

.question-form h3{
    color:#6B0FC67A;;
    margin-bottom:25px;
}

.form-control{
    background:#f3efef;
    border:1px solid #333;
    color:#676161;
    padding:12px;
}

.form-control:focus{
    border-color:#D4AF37;
    box-shadow:none;
}

.consultation-box{
    background:white;
    border:5px solid #6B0FC67A;
    padding:125px;
    border-radius:15px;
}

.consultation-box h4{
    color:#6B0FC67A;
    font-weight: bold;
    margin-bottom:20px;
}

.consultation-box ul{
    list-style:none;
    padding:0;
    
}

.consultation-box li{
    margin-bottom:15px;
    color:black;
}

.btn-gold{
    background:#D4AF37;
    color:#000;
    border:none;
    padding:12px 30px;
    font-weight:600;
}

.btn-gold:hover{
    background:#c89b2b;
}
.consultation-section{
    background:#725c82;
}

.consultation-card{
    background:#b794d0;
    border:5px solid #F6F4F8;
    border-radius:15px;
    padding:30px;
    height:100%;
    text-align:center;
    transition:.4s;
    position: relative;
}

.consultation-card:hover{
    transform:translateY(-10px);
    box-shadow:0 10px 25px rgba(212,175,55,.25);
}

.service-icon{
    font-size:45px;
    color:white;
    margin-bottom:20px;
}

.consultation-card h4{
    color:black;
    margin-bottom:15px;
    font-size:35px;
}

.consultation-card p{
    color:#d8d8d8;
    line-height:1.8;
    font-weight: bold;
}
.prize{
    color:black;
    font-size: 23px;
    font-weight: bold;
}
.prize-vastu{
    color:goldenrod;
    font-size: 23px;
    font-weight: bold;
}


.price-tag{
    position:absolute;
    top:15px;
    right:15px;
    background:#D4AF37;
    color:#000;
    font-weight:bold;
    padding:8px 15px;
    border-radius:30px;
    font-size:16px;
    box-shadow:0 4px 10px rgba(0,0,0,0.3);
}

.feature-box{
    background:#bb9ad3;
    border:5px solid rgb(37, 0, 74);
    border-radius:15px;
    padding:30px;
    text-align:center;
    height:100%;
    transition:.4s;
}

.feature-box:hover{
    transform:translateY(-8px);
}

.feature-box i{
    font-size:40px;
    color:rgb(57, 1, 101);
    margin-bottom:15px;
}





.feature-box h5{

    color:#1A0B2E;
}

.btn-gold{
    background:linear-gradient( 45deg, #faf9f8, #7421b4 );
    color:#000;
    font-weight:600;
    padding:10px 25px;
    border-radius: 30px;
}

.btn-gold:hover{
    background:rgb(255, 255, 255);
color:rgb(0, 0, 0);
}

.section-title{
    color:#ffffff;
    margin-bottom:15px;
    font-size:50px;
    
}
.about-title{
    color:#7D04F6;
    margin-bottom:px;
    font-size:60px;

    
}



    .footer{
    background:#725c82;
    padding:60px 0 20px;
    color:#ffffff;
    border-top:2px solid #D4AF37;
}
.foot-num {
  color: white;
  text-decoration: none;
}

.footer h4{
    color:#2c0547;;
    margin-bottom:20px;
    font-weight:600;
    font-size:22px;
}

.footer p{
    color:#ffffff;
    line-height:1.8;
}

.footer ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer ul li{
    margin-bottom:12px;
}

.footer ul li a{
    color:#ffffff;
    text-decoration:none;
    transition:0.3s;
}

.footer ul li a:hover{
    color:#D4AF37;
    padding-left:5px;
}

.footer i{
    color:#2f0054;
    margin-right:8px;
}

.footer .social-icons a{
    display:inline-block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    background:#111;
    border:1px solid #D4AF37;
    border-radius:50%;
    color:#D4AF37;
    margin-right:10px;
    transition:0.3s;
}

.footer .social-icons a:hover{
    background:#D4AF37;
    color:#000;
    transform:translateY(-5px);
}

.footer hr{
    border-color:rgba(212,175,55,0.3);
    margin:30px 0 20px;
}

.copyright{
    text-align:center;
    color:#ffffff;
    font-size:14px;
}

.copyright a{
    color:#D4AF37;
    text-decoration:none;
    font-weight:600;
}

.copyright a:hover{
    color:#fff;
}
    .copyright{
    border-top:1px solid rgba(255,255,255,0.1);
    margin-top:30px;
    padding-top:20px;
    color:#ccc;
    font-size:14px;
}

.developer-name{
    color:#D4AF37;
    font-weight:600;
}
@keyframes glowText{
    from{
        text-shadow:0 0 5px rgba(106, 24, 142, 0.5);
    }
    to{
        text-shadow:
        0 0 10px #9778ca,
        0 0 20px #9778ca,
        0 0 30px #9778ca;
    }
}


html{
    overflow-x:hidden;
    scroll-behavior:smooth;
}

body{
    overflow-x:hidden;
}


img{
    max-width:100%;
    height:auto;
    display:block;
}


video{
    width:100%;
    height:auto;
}

.hero{
    min-height:100vh;
    display:flex;
    align-items:center;
}


.service-card,
.consultation-card,
.feature-box{
    height:100%;
}


.btn{
    white-space:nowrap;
}



@media(max-width:992px){

    h1{
        font-size:2.5rem;
    }

    h2{
        font-size:2rem;
    }

    h3{
        font-size:1.6rem;
    }

    .hero{
        text-align:center;
        padding:100px 20px;
    }

    .hero h1{
        font-size:2.7rem;
    }

    .hero p{
        font-size:18px;
    }

    .navbar-nav{
        text-align:center;
    }

}



@media(max-width:768px){

    h1{
        font-size:2rem;
    }

    h2{
        font-size:1.7rem;
    }

    h3{
        font-size:1.4rem;
    }

    p{
        font-size:15px;
        line-height:1.8;
    }

    .hero{
        min-height:80vh;
        text-align:center;
        padding:80px 15px;
    }

    .hero h1{
        font-size:2rem;
    }

    .hero p{
        font-size:16px;
    }

    .section-title{
        font-size:30px;
    }

    .service-card,
    .consultation-card{
        margin-bottom:20px;
    }

    .service-card img,
    .consultation-card img{
        height:220px;
        object-fit:cover;
    }

    .footer{
        text-align:center;
    }

    .footer .social-icons{
        justify-content:center;
    }

}



@media(max-width:576px){

    h1{
        font-size:1.7rem;
    }

    h2{
        font-size:1.5rem;
    }

    .hero{
        padding:60px 15px;
    }

    .btn{
        width:100%;
        margin-bottom:10px;
    }

}




