body {
    font-family: 'Outfit', sans-serif;
    background-image: linear-gradient(to right, #ffcb5b26, #ffeded, #ffcb5b26);
}
h1, h2. h3, h4, h5{font-family: 'Oswald', sans-serif;}
img{max-width: 100%;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p{
	color: #30051f;
	font-size: 16px;
}
a{text-decoration: none;}
.m-auto{
	margin: 0 auto;
}

/**/
.zoom-in-zoom-out { 
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.fa-spin {
    -webkit-animation: fa-spin 9s linear infinite !important;
    animation: fa-spin 15s linear infinite !important;
}

/*CTA CSS*/
/**/

.fixed-icon-whatsapp a:nth-child(1){
  left: 20px;
}
.fixed-icon-whatsapp a {
    font-weight: 500;
    font-size: 28px;
    position: fixed;
    right: 20px;
    color: #fff !important;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    z-index: 9999999;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
    bottom: 40px;
    text-transform: capitalize;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.fixed-icon-whatsapp a b {
    z-index: 9;
    position: relative;
    display: inline-block;
    margin: 0px 0 4px -0px;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
    animation-name: rip;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #3c9105;
    line-height: 55px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.fixed-icon-whatsapp a:nth-child(1) b {
    background: #081b4b;
}
.fixed-icon-whatsapp a:nth-child(1) b img{
  filter:brightness(0)invert(1);
}
.fixed-icon-whatsapp a b img {
    height: 40px;
}
@keyframes rip{
    0% {
    box-shadow: 0px 0px 0px 4px rgb(233 160 66);
    }
    20% {
        box-shadow: 0px 0px 0px 6px rgb(234 161 66 / 42%);
    }
    40% {
        box-shadow: 0px 0px 0px 8px rgb(234 161 66);
    }
    60% {
        box-shadow: 0px 0px 0px 10px rgb(234 161 66 / 24%);
    }
    80% {
        box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
    }
}


/*CTA CSS*/

/* ==========================
   NAMAN SHARMA HEADER
========================== */

.ns-header-wrapper{
    z-index:999;
    font-family:'Poppins',sans-serif;
}

/*=========================
    TOP MENU
=========================*/

.astro-top-menu{
    background:#08173d;
    padding:0;
}

.astro-menu-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
}

.astro-menu-item {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 2%;
    transition: .3s;
}
.astro-menu-item:hover{
    color:#ebaa43;
}

.astro-highlight{
    background:linear-gradient(to right,#b58338,#ebaa43,#b58338);
    color:#fff !important;
    font-weight:600;
}

/*=========================
    MOBILE
=========================*/

@media(max-width:767px){

    .astro-top-menu{
        padding:10px 0;
    }

    .astro-menu-wrap{
        flex-direction:row;
        justify-content:center;
        gap:10px 20px;
    }

    .astro-menu-item{
        padding:0;
        font-size:15px;
        color:#fff;
    }

    .astro-highlight{
        width:auto;
        margin-top:8px;
        padding:10px 20px;
        display:inline-block;
    }
    .astro-highlight { 
    margin-top: 0px; 
}
.astrology-guidance-sec {
    overflow: hidden;
}
.special-categories-sec .mb-5 {
    margin-bottom: 1.5rem !important;
}
}

@media(max-width:390px){
.astro-menu-item { 
    font-size: 13px; 
}
}

/* MAIN HEADER */

.ns-main-header{
    background:#ffffff;
    padding:18px 0;
    box-shadow:0 5px 25px rgba(0,0,0,.06);
}

.ns-logo img{
    max-height:70px;
    width:auto; 
}

/**/
.main-services {
    position: relative;
}
.main-services1 {
    padding: 10px;
    width: 20%;
    text-align: center;
}
.main-services2 {
    padding: 30px 25px 60px;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 9;
    border-radius: 300px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
}
.main-services2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 300px;
    left: 0;
    top: 0;
   background: #081b4b;
    z-index: -9;
    transition: transform .5s ease;
    transform: scaleX(0);
    transform-origin: right;
}
.main-services2:after {
    height: 300px;
    width: 300px;
    background: #ffffff;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    opacity: 0;
    top: 250px;
    transform-origin: left;
    transition: transform .5s ease,opacity .5s ease;
}
.main-services2 span {
    background: #f5f5f5;
    border: solid 1px #ffd06d;
    height: 130px;
    width: 130px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 130px;
}
.main-services2 strong {
    font-size: 22px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #081b4b;
    font-weight: 600;
    padding: 16px  0 0 0;
    display: block;
}
.main-services2 p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 21px;
    padding: 9px 0 0 0;
}
.main-services2:hover:before {
    transform: scale(1);
    transform-origin: left;
}
.main-services2:hover:after {
    opacity: 0.1;
    transform: perspective(150px) scaleX(1);
}
.main-services2:hover strong {
    color: #fff;
}
.main-services2:hover p {
    color: #fff;
}
/**/

 
/* MENU */

.ns-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ns-menu li a{
    color:#1b1b1b;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    position:relative;
    transition:.3s;
}

.ns-menu li a:after{
    content:'';
    position:absolute;
    left:50%;
    bottom:-8px;
    width:0;
    height:2px;
    background:#d4af37;
    transform:translateX(-50%);
    transition:.3s;
}

.ns-menu li a:hover{
    color:#d4af37;
}

.ns-menu li a:hover:after{
    width:100%;
}

/* CALL BOX */

.ns-call-box {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 2px solid #d4af37;
    border-radius: 16px;
    padding: 10px 16px;
    text-decoration: none;
    transition: .35s;
}

.ns-call-box:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 30px rgba(212,175,55,.25);
}
.ns-call-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    animation: nsPulse 2s infinite;
}
@keyframes nsPulse{
    0%{
        box-shadow:0 0 0 0 rgba(212,175,55,.7);
    }
    70%{
        box-shadow:0 0 0 12px rgba(212,175,55,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(212,175,55,0);
    }
}

.ns-call-text h5{
    margin:0;
    color:#08173d;
    font-size:20px;
    font-weight:700;
}

.ns-call-text span {
    font-size: 14px;
    color: #08173d;
}

/* MOBILE TOGGLE */

.ns-mobile-toggle{
    background:none;
    border:none;
    padding:0;
}

.ns-mobile-toggle span{
    width:28px;
    height:3px;
    background:#08173d;
    display:block;
    margin:5px 0;
    border-radius:5px;
}

/* MOBILE MENU */

.ns-mobile-menu{
    display:none;
    background:#fff;
    border-top:1px solid #eee;
    padding:20px;
}

.ns-mobile-menu.active{
    display:block;
}

.ns-mobile-menu ul{
    list-style:none;
    padding:0;
    margin:0;
}

.ns-mobile-menu ul li {
    margin-bottom: 7px;
    border-bottom: solid 1px #ffe3ab;
    padding: 0 0 10px 0;
}
.ns-mobile-menu ul li a{
    text-decoration:none;
    color:#08173d;
    font-weight:600;
}

.ns-mobile-call{
    display:block;
    margin-top:15px;
    background:#d4af37;
    color:#fff;
    text-decoration:none;
    text-align:center;
    padding:12px;
    border-radius:10px;
    font-weight:600;
}

/* RESPONSIVE */

@media(max-width:1199px){
.ns-top-links li { 
    font-size: 12px; 
}
.ns-menu li a { 
    font-size: 12px; 
}
.ns-call-text h5 { 
    font-size: 14px; 
}
.ns-call-text span {
    font-size: 10px; 
}


}

@media(max-width:991px){

    .ns-topbar{
        display:none;
    }

    .ns-main-header {
    padding: 12px 0;
    border-top: solid 2px #c8a866;
}

    .ns-logo img{
        max-height:55px;
    }

} 

 /*Hero section css*/
.ns-hero-section {
    background: #faf7f2;
    padding: 35px 0;
    overflow: hidden;
    position: relative;
}

.ns-hero-section::before{
    content:"";
    position:absolute;
    right:-250px;
    top:-250px;
    width:850px;
    height:850px;
    border-radius:50%;
    border:1px solid rgba(194,144,47,.15);
}

.ns-top-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000000;
}
.ns-top-text .dot{
    width:5px;
    height:5px;
    background:#c2902f;
    border-radius:50%;
}
.ns-hero-content h1 {
    font-size: 35px;
    line-height: 1.1;
    color: #081b4b;
    font-weight: 700;
    margin-bottom: 10px; 
}
.ns-hero-content h2 {
    color: #c2902f;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 15px;
}
.ns-hero-content h1 span{
    display:block;
}
.ns-hero-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #202020;
    margin-bottom: 15px;
    max-width: 600px;
}

.ns-service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-bottom: 40px;
}

.ns-service-item{
    text-align:center;
    width:18%;
}
.ns-hero-content {
    position: relative;
    z-index: 5;
}
.ns-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px solid rgba(194,144,47,.25);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px;
    color: #c2902f;
    transition: .4s;
    background: #fff;
}

.ns-icon i{
    font-size:26px;
}

.ns-service-item:hover .ns-icon{
    transform:translateY(-8px);
    box-shadow:0 15px 30px rgba(194,144,47,.15);
}

.ns-service-item span{
    font-size:15px;
    font-weight:500;
}

.ns-btn-wrap {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
} 
.ns-call-btn,
.ns-whatsapp-btn{
    padding:16px 32px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}
 
.ns-call-btn{
    background:#081b4b;
    color:#fff;
}

.ns-call-btn:hover{
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 15px 30px rgba(8,27,75,.25);
}

.ns-whatsapp-btn{
    background:linear-gradient(135deg,#c2902f,#dfb15d);
    color:#fff;
}

.ns-whatsapp-btn:hover{
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 15px 30px rgba(194,144,47,.25);
}

.ns-call-btn i, .ns-whatsapp-btn i {
    margin-right: 4px;
}

 
.ns-hero-image{
    position:relative;
    text-align:center;
}

.ns-hero-image img{
    width:100%;
    max-width:750px;
    position:relative;
    z-index:2;
    animation:nsFloat 5s ease-in-out infinite;
}

@keyframes nsFloat{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-15px);
    }
}

.ns-circle{
    position:absolute;
    border-radius:50%;
    border:1px solid rgba(194,144,47,.18);
}

.ns-circle-1{
    width:600px;
    height:600px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.ns-circle-2{
    width:780px;
    height:780px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

/**/
/**/
.line-style {
    background: #ffca4c;
    height: 1px;
}
.sab-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 26px 5px;
    border-radius: 40px;
    background: #ffcb5b;
    color: #0a0a0a;
    position: relative;
    top: -15px;
    display: flex;
}
.center-title {
    margin: 0 auto;
    width: fit-content;
}
.title-h2 {
    font-size: 40px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 700;
}
.about-list-btn li {
    display: inline-block;
    margin-right: 10px;
    padding: 8px 25px;
    border-radius: 100px;
    color: #fff;
    border: solid 1px #ffcc5d;
    font-size: 16px;
    font-weight: 500;
}
.about-part p {
    color: #ffff;
}
.about-list-btn {
    margin: 11px  0;
}
.about-list-btn li i {
    color: #fff;
}
.title-h3 {
    line-height: 1.2;
    text-transform: capitalize;
    color: #ffcb5b;
    font-weight: 700;
    font-size: 30px;
}
.about-list-btn li {
    margin-bottom: 10px;
}
.cta-card {
    text-align: center;
    padding: 15px 25px;
    border-radius: 15px;
    background: linear-gradient(135deg, #c2902f, #dfb15d);
    margin-top: 30px;
}
.sab-change {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    top: -15px;
    display: flex;
    justify-content: center;
    width: fit-content;
    padding: 8px 26px 5px;
    border-radius: 40px;
    background: #172956;
    color: #fff;
    margin: 25px auto 0px;
}
.cta-card a {
    font-size: 42px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}
.cta-card a i {
    font-size: 40px;
}
.about-part {
    background-image: url(../images/back-img.jpg);
    background-attachment: fixed;
    background-size: contain;
    padding: 45px 0;
}

/**/
/**/
.marquee-part {
    background: #081b4b;
    color: #fff;
}
.marquee-bar { 
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 10px 10px;
    font-style: italic; 
}
.marquee-bar.mr2 {
    background: #ffffff;
    border-color: #fff;
}
.marquee-bar.mr2  .marquee-item {
    color: #2a2a2a;
}
 
  .marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-left 20s linear infinite;
  }
.marquee-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.dot {
    width: 8px;
    height: 8px;
    background: #fdcb00;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
 
  .marquee-inner {
    display: flex;
  }
.align{
    align-items: center;
}  
/**/
.ser-part {
    overflow: hidden;
    padding: 30px   0; 
}
.main-title {
    font-size: 40px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #081b4b;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
}
.sab-title2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 26px 5px;
    border-radius: 40px;
    background: #ffcb5b;
    color: #0a0a0a;
    position: relative;
    top: 0;
    display: flex;
    width: fit-content;
    margin: 0 auto;
}
.services-card {
    position: relative;
    overflow: hidden;
}
.ser-contant {
    border-radius: 26px;
    text-align: center;
    padding: 20px;
    position: relative;
    min-height: 308px;
    margin-bottom: 25px;
    background: #fff;
    border: solid 2px #fecf04;
}
.ser-img {
    display: block;
    max-width: 100%;
    z-index: 2;
    border-radius: 12px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    border: solid 2px #fecf04;
    margin-top: 0;
}
.ser-contant h5 {
    color: #081b4b;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
}
.ser-contant p {
    color: #202020;
    font-size: 17px;
}
.btn-ser {
    color: #fff;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    display: block;
    width: fit-content;
    background: linear-gradient(135deg, #c2902f, #dfb15d);
    font-weight: 600;
    text-decoration: none;
    padding: 14px 25px;
    transition: 0.6s;
    margin: 0 auto;
    border-radius: 50px;
}

/**/

/**/
.reviews-fresh {
    background-image: url(../images/back-img.jpg);
    background-attachment: fixed;
    background-size: contain;
    padding: 45px 0;
}

/* TITLE */
.reviews-title{
    text-align:center;
    margin-bottom:40px;
}

 
.reviews-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
}

.reviews-title p {
    color: #ffffff;
    line-height: 1.6;
    font-size: 17px;
}

/* CARD */
.rev-card{
    background:#fff;
    border-radius:16px;
    padding:22px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s ease;
    border:1px solid #eee;
    height:100%;
}

.rev-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,0.15);
    border-color:#c2902f;
}

/* HEADER */
.rev-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
}

.user-box{
    display:flex;
    align-items:center;
    gap:12px;
}

/* AVATAR */
.avatar{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#c2902f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

/* TEXT */
.user-box h5 {
    margin: 0;
    font-size: 22px;
    color: #081b4b;
    font-weight: 600;
}
.user-box span {
    font-size: 16px;
    color: #1c1c1c;
}
.g-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.stars {
    color: #f5b301;
    margin-bottom: 10px;
    font-size: 25px;
}
.rev-card p {
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap:5px;
    background: #4ab902;
    color: #fff;
    padding: 14px 27px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    margin-top: 14px;
    animation: whatsappPulse 1.8s infinite ease-in-out;
}
.whatsapp-btn:hover {color: #fff}
.whatsapp-btn i{
    font-size:25px;
}
.btn-ser:hover{
    color: #fff;
    background: #0b1234;
}
/* continuous hover effect */
@keyframes whatsappPulse {
    0%{
        transform: scale(1);
        box-shadow:0 6px 15px rgba(37,211,102,0.25);
    }
    50%{
        transform: scale(1.07);
        box-shadow:0 12px 30px rgba(37,211,102,0.45);
    }
    100%{
        transform: scale(1);
        box-shadow:0 6px 15px rgba(37,211,102,0.25);
    }
}
@media(max-width:768px){
    .reviews-title h2{
        font-size:26px;
    }
}
/**/

/**/
.testimonial-section {
    padding: 30px 0;
    overflow: hidden;
}

.testimonial-title {
    text-align: center;
    margin-bottom: 20px;
}
.owl-theme .owl-controls .owl-page span { 
    background: #081b4b !important; 
}
.testimonial-title span {
    background: #ffcb5b;
    color: #081b4b;
    padding: 8px 22px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
}

.testimonial-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #081b4b;
    margin-bottom: 10px;
}

.testimonial-title p {
    font-size: 17px;
    color: #000;
}

.testimonial-card {
    background: #fff;
    border-radius: 25px;
    padding: 30px 25px;
    margin: 15px;
    position: relative;
    border: 2px solid #ffe39c;
    transition: .4s;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    border-color: #ffcb5b;
}

.quote-icon {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 55px;
    color: #ffcb5b;
    opacity: 0.8;
}
.testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}


.user-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ffcb5b;
    flex-shrink: 0;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-info h5 {
    margin: 0;
    font-size: 20px;
    color: #081b4b;
    font-weight: 700;
}

.user-info span {
    color: #3e3737;
    font-size: 15px;
}

.testimonial-stars {
    color: #ffb300;
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 3px;
}

.testimonial-card p {
    color: #000000;
    line-height: 1.8;
    margin: 0;
    font-size: 17px;
}
.review-slider {
    padding: 10px;
}
.review-slider img {
    border: solid 2px #ffb300;
    border-radius: 20px;
}


@media(max-width:767px) {

    .testimonial-title h2 {
        font-size: 28px;
    }

    .testimonial-card {
        padding: 20px;
        margin: 8px;
    }

    .user-avatar {
        width: 60px;
        height: 60px;
    }

    .user-info h5 {
        font-size: 17px;
    }

}
/**/

/*==================================
    OUR ACHIEVEMENTS SECTION
==================================*/

.astro-counter-section{
    padding:20px 0;
    background:#f8f8f8;
    overflow:hidden;
}

/* Heading */

.astro-counter-heading{
    text-align:center;
    margin-bottom:60px;
}

.astro-subtitle{
    display:inline-block;
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:3px;
    color:#ebaa43;
    margin-bottom:15px;
}

.astro-counter-heading h2{
    font-size:48px;
    font-weight:700;
    color:#08173d;
    line-height:1.3;
    margin-bottom:20px;
}

.astro-counter-heading p{
    max-width:750px;
    margin:auto;
    font-size:18px;
    color:#000000;
    line-height:1.8;
}

/* Counter Box */

.astro-counter-box {
    background: #fff;
    border-radius: 20px;
    padding: 53px 25px;
    text-align: center;
    border: 1px solid rgba(235,170,67,.25);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: all .4s ease;
    height: 100%;
    margin-top: -30px;
}

.astro-counter-box:hover{
    transform:translateY(-10px);
    border-color:#ebaa43;
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

/* Number */

.astro-counter-box h3{
    font-size:50px;
    font-weight:800;
    line-height:1;
    margin-bottom:15px;
    background:linear-gradient(to right,#b58338,#ebaa43,#b58338);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* Text */

.astro-counter-box p{
    margin:0;
    font-size:20px;
    font-weight:600;
    color:#08173d;
}

/**/
/*divine-wisdom-section*/
.divine-wisdom-section{
    padding:60px 0;
    text-align:center;
    background-image:linear-gradient(to right,#ffcb5b26,#ffeded,#ffcb5b26);
}

.divine-wisdom-section h2{
    font-size:30px;
    font-weight:700;
    color:#081b4b;
    text-transform:uppercase;
    line-height:1.2;
    margin-bottom:20px;
}

.divine-wisdom-section p{
    max-width:1200px;
    margin:0 auto;
    font-size:20px;
    line-height:1.7;
    color:#30051f;
}

/**/
.special-categories-sec {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}
/* Category Card Base Grid */
.category-card {
   background-image: linear-gradient(to right, #ffcb5b26, #ffeded, #ffcb5b26);
    border: 1px solid rgba(223, 177, 93, 0.3);
    border-radius: 20px;
    padding: 30px 24px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(8, 27, 75, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(5px); 
}

.category-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    border-bottom: 2px dashed rgba(223, 177, 93, 0.2);
    padding-bottom: 15px;
}

.category-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #081b4b; 
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(8, 27, 75, 0.2);
    transition: all 0.4s ease;
}

.category-icon-wrap i {
    color: #ffcb5b; 
}
.category-header h4 {
    color: #081b4b;
    font-size: 23px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}
/* List Formatting */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    font-family: 'Outfit', sans-serif;
    color: #30051f;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
    position: relative;
    padding-left: 28px; 
    display: block;
}

.category-list li:last-child {
    margin-bottom: 0;
}

.category-list li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #c2902f; 
    font-size: 16px;
    transition: transform 0.3s ease;
}

.category-list li strong {
    color: #081b4b;
    font-weight: 600;
}

/* --------------------------------------------------
   HOVER EFFECTS
   -------------------------------------------------- */
.category-card:hover {
    transform: translateY(-8px);
    background: #ffffff;
    border-color: #dfb15d;
    box-shadow: 0 20px 40px rgba(8, 27, 75, 0.08);
}

.category-card:hover .category-icon-wrap {
    background: linear-gradient(135deg, #c2902f, #dfb15d);
}

.category-card:hover .category-icon-wrap i {
    color: #fff;
    transform: rotate(-10px) scale(1.1);
}

.category-card:hover .category-list li i {
    transform: scale(1.15);
    color: #081b4b; 
}

/* --------------------------------------------------
   RESPONSIVE LAYOUT RESPONSIVENESS
   -------------------------------------------------- */
@media(max-width: 1199px) {
    .category-card {
        padding: 25px 20px;
    }
    .category-header h4 {
        font-size: 19px;
    }
}

@media(max-width: 767px) {
    .special-categories-sec {
        padding: 40px 0;
    }
    .category-card {
        margin-bottom: 5px; 
    }
}
/**/


/**/
.astrology-guidance-sec {
    padding: 30px 0;
    background-color: #ffffff;
    background-image: radial-gradient(rgba(102, 16, 242, 0.03) 1px, transparent 0);
    background-size: 24px 24px;
    position: relative;
}

.astro-main-heading {
    color: #081b4b;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 1px;
}

.book-session-badge {
    display: inline-block;
    background-color: #ffcb5b;
    color: #081b4b;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 35px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.astro-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.astro-feature-list li {
    font-family: 'Outfit', sans-serif;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
    position: relative;
    padding-left: 32px; 
    transition: all 0.3s ease;
}

.astro-feature-list li:last-child {
    margin-bottom: 0;
}

.astro-feature-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #dfb15d;
    font-size: 18px;
    font-weight: 400;
}
.astro-feature-list li:hover {
    color: #081b4b;
    transform: translateX(4px);
}
.astro-banner-placeholder {
    background: #fffaf4;
    border: 2px dashed rgba(223, 177, 93, 0.4);
    border-radius: 16px;
    min-height: 550px; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.placeholder-text {
    font-family: 'Outfit', sans-serif;
    color: #a18356;
    font-size: 16px;
    font-weight: 500;
}


/* --------------------------------------------------
   RESPONSIVENESS (Mobile & Tablet Layouts)
   -------------------------------------------------- */
@media (max-width: 991px) {
    .astro-main-heading {
        font-size: 32px;
    }
    .astro-banner-placeholder {
        min-height: 400px;
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .astrology-guidance-sec {
    padding: 0 0 30px 0;
}
    .astro-main-heading {
        font-size: 24px;
    }
    .astro-feature-list li {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .book-session-badge {
        font-size: 12px;
        padding: 10px 20px;
    }
    .mb-5 {
    margin-bottom: 1.5rem!important;
} 
}
/**/


/**/
/* ===== FAQ + FORM SECTION ===== */
.faq-form-section {
    background-image: url(../images/back-img.jpg);
    background-attachment: fixed;
    background-size: contain;
    padding: 45px 0;
}
.faq-box, .form-box {
    background: #fff;
    padding: 25px;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    height: 100%;
}

.faq-tag,
.form-tag{
    display:inline-block;
    background:#eef2ff;
    color:#081b4b;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.faq-box h2,
.form-box h2{
    font-size:34px;
    margin-bottom:25px;
    font-weight:700;
}

.faq-item {
    background: #fff9ec;
    border-radius: 14px;
    margin-bottom: 15px;
    overflow: hidden;
}
.faq-btn {
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    padding: 18px 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
}

.faq-content{
    padding:0 20px 18px;
    color:#666;
}

.form-control{
    height:55px;
    border-radius:12px;
    border:1px solid #ddd;
}

textarea.form-control{
    height:auto;
}

.submit-btn {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #c2902f, #dfb15d);
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

.submit-btn:hover{
    transform:translateY(-2px);
}
.faq-content {
    display: none;
    padding: 0 20px 18px;
    color: #121212;
}
.faq-item.active .faq-btn { 
    padding: 8px 20px; 
    border-bottom: solid 1px #ffb810;
    margin-bottom: 10px;
}

.faq-item.active .faq-content{
    display:block;
}

.faq-item.active .faq-btn span{
    transform:rotate(45deg);
}

.faq-btn span {
    transition: .3s;
    font-size: 22px;
    color: #ffb300;
}
@media(max-width:991px){

    .faq-box{
        margin-bottom:25px;
    }

  .faq-box h2, .form-box h2 {
    font-size: 23px;
}
.faq-box, .form-box { 
    padding: 15px; 
}
}

/**/

.ftr-sec {
    text-align: center;
    display: block;
    background: rgb(8 27 75);
    padding: 20px 0px;
    border-top: 1px solid rgb(255, 217, 148);
}
.ftr-sec p {
    font-size: 19px;
}
.white-text {
    color: #fff;
}
.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 0px;
}



/* ======================
   Responsive
====================== */

@media(max-width:991px){

    .ns-hero-section{
        padding:25px 0;
    }

    .ns-hero-content{
        text-align:center;
        margin-bottom:10px;
    }
.ns-btn-wrap { 
    margin-bottom: 10px;
}
.title-h2 {
    font-size: 30px; 
}
.about-list-btn {
    text-align: center;
}
.about-list-btn li {
    width: 80%;
}
h3.title-h3.m-center {
    text-align: center;
    margin: 20px 0;
}

    .ns-top-text{
        justify-content:center;
    }

    .ns-service-list{
        justify-content:center;
    }

    .ns-btn-wrap{
        justify-content:center;
    }

    .ns-review-box{
        justify-content:center;
        flex-direction:column;
    }

    .ns-hero-content h1{
        font-size:52px;
    }

    .ns-hero-content h2{
        font-size:42px;
    }
    .main-services1 { 
    width: 33%; 
}
.ftr-sec p {
    font-size: 15px;
}

}

@media(max-width:767px){

    .ns-hero-content h1 {
    font-size: 22px;
}
    .ns-hero-content h2{
        font-size:22px;
    }
.ns-hero-content p {
    font-size: 16px; 
}
    .ns-btn-wrap{
        flex-direction:column;
    }

    .ns-call-btn,
    .ns-whatsapp-btn{
        width:100%;
    }
.ns-service-item {
    width: 32%;
    margin-top: 15px;
}
.ns-service-list { 
    margin-bottom: 25px;
}
.colum-reverse {
    flex-direction: column-reverse;
}
.m-none{display: none !important;}
img.Astrology-img {
    margin-top: -7px;
}
.main-services1 { 
    width: 50%; 
}
.d-none-m {
    display: none;
}
.main-services2 {
    padding: 24px 15px 15px;
}
.main-services2 span {
    height: 85px;
    width: 85px;
    line-height: 85px;
}
.main-services2 strong {
    font-size: 20px;
}
.main-services2 p {
    font-size: 14px;
    line-height: 18px;
}
.main-services1 {
    width: 50%;
    max-width: 190px;
}
.main-services .row {
    justify-content: center;
}
.main-services2 strong { 
    padding: 10px  0 0px 0; 
}
.title-h2 {
    font-size: 25px;
}
.sab-title {
    font-size: 13px; 
}
.about-part {
    text-align: center;
}
.title-h3 { 
    font-size: 20px;
}
.sab-change {
    font-size: 20px; 
}
.cta-card a {
    font-size: 25px; 
        letter-spacing: 1px;
}
.cta-card a i {
    font-size: 20px;
}
.sab-title2 {
    font-size: 13px; 
}
.main-title {
    font-size: 25px; 
}

}

/* Mobile  OUR ACHIEVEMENTS SECTION */
@media(max-width:767px){

    .astro-counter-section{
        padding:30px 0;
    }

    .astro-subtitle{
        font-size:15px;
        letter-spacing:2px;
    }

    .astro-counter-heading{
        margin-bottom:40px;
    }

   .astro-counter-heading h2 {
    font-size: 24px;
}
    .astro-counter-heading p{
        font-size:15px;
        line-height:1.7;
    }

    .astro-counter-box{
        padding:50px 15px;
        border-radius:15px;
    }

    .astro-counter-box h3{
        font-size:42px;
        margin-bottom:10px;
    }

    .astro-counter-box p{
        font-size:16px;
    }

}
.vid-card2 {
    margin-top: 25px;
}
.aawords {
    border-radius: 12px;
    border: solid 2px #fecf04;
    margin-bottom: 20px;
}


/*divine-wisdom-section*/
@media(max-width:991px){

    .divine-wisdom-section{
        padding:50px 0;
    }

    .divine-wisdom-section h2{
        font-size:36px;
    }

    .divine-wisdom-section p{
        font-size:18px;
    }

}
@media(max-width:767px){

    .divine-wisdom-section{
        padding:40px 15px;
    }
   .divine-wisdom-section h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
    .divine-wisdom-section p{
        font-size:16px;
        line-height:1.6;
    }

}

 /*Hero section css*/