/********** Template CSS **********/
:root {
    --primary: #16dffe;
    --light: #98acbf;
    --dark: #427478;
}

.ff-secondary {
    /* font-family: 'Pacifico', cursive; */
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color:black!important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: black ;
    }
}



nav.navbar.navbar-expand-lg.navbar-light.p-0 {
    background-color: rgb(23 16 131);
}
h1.m-0 {
    color: #fea116;
     padding: 20px;  
    
}
button.navbar-toggler {
    color: white;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link.active {
    color: #fea116
}
.navbar-light .navbar-nav .nav-link {
    color: #fea116;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 3rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: box-shadow 0.15s ease-in-out
}
.navbar-nav .nav-link {
    padding-right: 0;
    /* padding-left: 460px; */
    padding-top: 9px;
    margin-top: 2px;
}


h5.servicehead {
    color: #065fd4;
}


h2.service_heading {
    padding: 13px;
    color: #065fd4;
    font-size: 50px;

}


.serviceul li{

 font-family:"Heebo", sans-serif;
 font-size: 1.5em;


}

.container-xxl.py-5.hero-header.mb-5 {
    background: linear-gradient(325deg, #feee168f, #4a585aad 50%, #1a06d4bd);
}
h1.animated.slideInLeft {
    color: #fdfe16;
}


/* Hero Section */
.hero-header {
    background: radial-gradient(circle at top, #1a1033, #0a0618);
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    overflow: visible;
    /* padding: 60px 15px; */
}

/* Heading */
.hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #f9d371;
    /* golden */
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
    line-height: 1.3;
}

/* Subtext */
.hero-subtext {
    font-size: 1.2rem;
    color: #c9a7eb;
    margin-bottom: 20px;
}

/* Button */
.btn-astro {
    background: linear-gradient(45deg, #ffb347, #ffcc33);
    color: #1a1033;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(255, 204, 51, 0.6);
    transition: 0.3s;
    text-decoration: none;
}

.btn-astro:hover {
    background: linear-gradient(45deg, #ffcc33, #ffb347);
    transform: scale(1.05);
}

/* Image Container */
.astro-circle {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 4px solid rgba(249, 211, 113, 0.7);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.5);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 70%);
}

/* Rotating Image */
.rotate-img {
    width: 400px;
    animation: imgRotate 25s linear infinite;
}

@keyframes imgRotate {
    100% {
        transform: rotate(360deg);
    }
}

/* ✅ Mobile Responsive Styles */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtext {
        font-size: 1rem;
    }

    .astro-circle {
        width: 220px;
        height: 220px;
    }

    .rotate-img {
        width: 160px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.7rem;
    }

    .hero-subtext {
        font-size: 0.95rem;
    }

    .btn-astro {
        padding: 10px 24px;
        font-size: 0.9rem;
    }

    .astro-circle {
        width: 180px;
        height: 180px;
    }

    .rotate-img {
        width: 140px;
    }
}


/*** astro into start ***/

/* Section Wrapper */
/* Light Section Background */
.astro-intro-light {
    background: #f9fafc;
    /* very light grey */
    color: #333;
}

/* Typography */
.astro-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #2c3e50;
}

.astro-highlight {
    color: #e67e22;
    /* warm orange */
}

.astro-subtitle {
    font-size: 1.2rem;
    color: #555;
}

.astro-lead,
.astro-description {
    font-size: 1.05rem;
    color: #444;
}

.astro-text-primary {
    color: #2980b9;
    /* astrology blue */
}

.astro-text-success {
    color: #27ae60;
    /* green */
}

/* Info Box */
.astro-info-box {
    background: #ffffff;
    border-left: 4px solid #e67e22;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Button */
.astro-btn {
    display: inline-block;
    background: linear-gradient(45deg, #f39c12, #f1c40f);
    color: #fff;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.astro-btn:hover {
    background: linear-gradient(45deg, #f1c40f, #f39c12);
    transform: translateY(-2px);
}

/* Right Side Card */
.astro-card-box {
    background: #fff;
    border: 1px solid #eee;
}

.astro-card-title {
    font-weight: 700;
    color: #e67e22;
}

.astro-counter-box h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2980b9;
    margin-bottom: 5px;
}

/* Responsive */
@media (max-width: 991px) {
    .astro-title {
        font-size: 2rem;
        text-align: center;
    }

    .astro-subtitle,
    .astro-lead,
    .astro-description {
        text-align: center;
    }

    .astro-card-box {
        margin-top: 25px;
    }
}

@media (max-width: 576px) {
    .astro-title {
        font-size: 1.6rem;
    }

    .astro-counter-box h3 {
        font-size: 1.5rem;
    }
}
/*** astro into end ***/

/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

}
@media (max-width: 1400px) {
  
.about-text {
    padding-left:  20px;
    padding-top: 25px;
    font-size: 1.5em;
}
}


@media (max-width: 559px) {
   
    .about-text {
        /* padding: 70px; */
        padding-left: 22px;
        font-size: 1.5em;
    }
}

p.mb-4.pb-2 span {
    font-weight: bolder;
    /* color: #cb8112; */
}



h1.display-5.mb-4 {
    color: #065fd4;
}

.about-text{
    font-size: 1.6em;
    /* padding-left:25px; */
    padding: 38px;
}

.d-flex.flex-shrink-0.align-items-center.justify-content-center {
    background-color: var(--light);
}
i.fa.fa-users.fa-2x,i.fa.fa-check.fa-2x {
    color:var(--primary);
}
h2.mb-1 {
    color:var(--dark);
}

/* about style end  */






/* blog */


.blog_section .heading_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .blog_section .heading_container h2::before {
    background-color: #ffffff;
  }
  
  .blog_section .box {
    margin-top: 55px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  
  .blog_section .box .img-box {
    position: relative;
  }
  
  .blog_section .box .img-box img {
    width: 100%;
  }
  
  .blog_section .box .detail-box {
    padding: 25px 25px 15px;
  }
  
 


  .heading_container h2 {
    text-align: center;
    font-size: 50px;
    color: #065fd4;
    ;
}

  section.blog_section.layout_padding {
    padding-top: 49px;
}




.gallery_section_2 {
    padding: 20px;
}

@media (max-width: 821px) {
   
    img.image{
        /* padding: 70px; */
       width: 100%;
       padding-bottom: 28px;
    }
}






















/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: black;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: orange;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.col-lg-3.col-md-6 {
    width: 50%;
    padding-left: 0%;
}

.container-fluid.text-light.footer.pt-5.mt-5.wow.fadeIn {
    background-color: rgb(23 16 131);
}

a#author:hover {
    color: rgb(255, 255, 255);
}

@media(max-width: 581px) {
    .col-lg-3.col-md-6 {
        width: 50%;
        padding-left: 4%;
    }
    
}
