@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #000;
}
a {
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
p, li{
    font-size: 16px; 
}
p{
  padding-bottom: 20px;
  margin-bottom: 0;
  line-height: 1.7rem;
}
strong{
  font-weight: 600;
}
ul{
  list-style: none;
  padding-left: 0;
}
li{
  line-height: 1.7rem;
  padding-bottom: 10px;
}
img{    height: auto;
  max-width: 100%;}
/* Hero Section */
.avs-hero {
    padding: 2.1rem 0 !important;
    background: url(../images/family-well-being.jpg) no-repeat top center;
    background-size: cover;
  }
  .astrology-business .avs-hero{
    background: url(../images/Business-Astrology.jpg) no-repeat top center;
    background-size: cover;
  }
  .astrology-elite .avs-hero{
    background: url(../images/elite-astrology.jpg) no-repeat top center;
    background-size: cover;
  }
  .astrology-relationship .avs-hero{
    background: url(../images/relationship-astrology.jpg) no-repeat top center;
    background-size: cover;
  }
.hero-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5%;
    align-items: center;
}
.hero-rgt-img{
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    width: 100%;
}
.hero-h1{
    font-size: 2.25rem;
    color: #F98039;
    font-weight: 700;
    margin: 0;
    line-height: 2.5rem;
}
.hero-h2{
    font-weight: normal;
    font-size: 1.2rem;
    margin-top: 20px;
}
/*elite astrology--*/
.astrology-elite .hero-h1 {
    color: #edf000;
}
.astrology-elite .hero-h2 {
    color: #fff;
}
.astrology-elite .hero-btn {
    background: #edf000;
    color: #000;
    margin-top: 10px;
}
.astrology-elite .hero-btn img{
  border: 1px solid #000;
  filter: invert(1);
}
.astrology-elite .sp-package{
  padding: 30px 40px 20px 40px;
}
/*elite astrology--*/
/*relationship astrology--*/
.astrology-relationship .hero-h1 {
    color: #e02b20;
}
.astrology-relationship .hero-btn {
    background: #e22b20;
}
/*relationship astrology--*/
.hero-btn {
    background: #F98039;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding-left: 43px;
    gap: 10px;
    font-size: 1.2rem;
    height: 43px;
    transition: padding-right 0.5s ease-in-out;
    overflow: hidden;
    position: relative;
}

.hero-btn img {
    display: block;
    opacity: 0;
    transform: translateX(-50%) rotate(-360deg);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    width: 43px;
    height: 43px;
    border: 1px solid #F98039;
    border-radius: 50px;
}

.hero-btn:hover img {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
}
.hero-p{
  margin: 20px 0 0;
}

/* Main Content */
.avs-content-section{
    padding: 40px 0;
}
h3, h4, h5, h6{
    font-size: 1.6rem; 
    font-weight: 600;
    margin-bottom: 20px;
}
.service-grid h6{
  font-size: 1.3rem; 
}
.content-grid{
    display: grid;
    grid-template-columns: 1fr;
}
.content-h3{
  text-align: center;
}

/* Services */

.avs-service-li{
  background: url(../images/li-star-icon.svg) no-repeat left 7px;
  padding-left: 25px;
}
.avs-product-section.astrology-business {
    background-color: #BBE9FF;
}

/* Product Service */

.avs-product-section{
  background-color: #ffb183;
  padding: 40px 0;
}
.avsp-title{
  text-align: center;
  color: #fff;
}
.astrology-business .avsp-title{
  color: #000;
}
.avsp-title h5{
  margin: 0;
  color: #000;
}
.avsp-title p {
  color: #000;
}
.service-grid{
  display: grid;
  grid-template-columns: repeat(2,auto);
  color: #000;
  align-items: center;
  width: 90%;
  margin: auto;
  background: #eeedff;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px 40px;
  gap: 20px;
}

.service-lft {
  text-align: right;
}
.service-grid.service-lg {
  grid-template-columns: 1fr;
}
.service-ind img{
  border-radius: 10px;
  margin: auto;
  width: 100%;
}
.service-ind-title{
  color: #fff;
  text-align: center;
  margin: 0;
  margin-top: 20px;
}
.service-ind .service-grid{
  align-items: normal;
}
/* Package Section */
.pd-title{
  font-size: 1.2rem;
  padding-bottom: 5px;
}
.package-section{
  background-color: #daf7f5;
  padding: 40px 0; 
}
.package-title{
  text-align: center;
}
.sp-package{
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 40px 20px 40px;
}
.package-grid{
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 60px;
}
.package-img-title{
  background-color: #F98039;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 600;
  font-size: 1.5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.package-sp-title{
  margin: 0;
  border-bottom: 2px solid #efefef;
  padding-bottom: 15px;
  font-size: 1.4rem;
}
.package-accordion {
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1.125rem;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
  background-color: #fff;
}

.active, .package-accordion:hover {
  background-color: #fff; 
}
button.package-accordion:focus {
  outline: none;
}
.wwir-panel {
  padding: 40px 40px 20px;
  display: none;
  background-color: #fff;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 10px;
}
/* .package-accordion{
  background: #fff url(../images/drop-down.svg) no-repeat 98% center;
} */
.package-accordion:after {
  content: url(../images/drop-down.svg);
  position: absolute;
  right: 25px;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
button.package-accordion.active:after {
  transform: rotate(180deg);
}
.red-txt{
  color: #fc0000;
}
/* Form Section */
.hero-form{
  background-color: rgba(255, 255, 255, 84%);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 0 20px rgb(0 0 0 / 20%); */
  gap: 20px;
  width: 80%;
    margin: auto;
    position: relative;
}
.hero-form-title{
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.hero-form-name,.hero-form-email,.hero-form-phone,.hero-form-city{
  border: 1px solid #c8c5c5;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 5px;
}
.hero-form .form-field.form-submit-button input#nlsubmit.hero-form-submit {
  background-color: #F98039 !important;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  width: fit-content;
  text-align: center;
  height: 40px;
  align-self: center;
  cursor: pointer;
  text-transform: uppercase !important;
  padding: 12px !important;
}
.form-field.form-submit-button {
  margin-bottom: 0;
}
.error-msg{
  color: #fc0000;
  text-align: center;
  margin: 0;
  font-size: 14px;
  padding: 0;
}
.hero-form-name.error,.hero-form-email.error,.hero-form-phone.error,.hero-form-city.error{
  border: 1px solid #fc0000;
}
.hero-form-name.error::placeholder,.hero-form-email.error::placeholder,.hero-form-phone.error::placeholder,.hero-form-city.error::placeholder{
  color: #fc0000;
}
.hero-form .modal{
  display: block;
  position: relative;
  text-align: center;
}
.hero-form .model-header{
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.hero-form .model-header span{
  display: none;
}
.hero-form .form-field{
  width: 100% !important;
}
.hero-form label.error{
  color: #fc0000;
  margin-top: 1rem;
  margin-bottom: 0;
  display: block;
  text-align: left;
  font-size: .8rem;
}
.mobno-row {
  display: grid;
  border: 1px solid #c8c5c5;
  border-radius: 3px;
  grid-template-columns: 80px 1fr;
  background-color: #fff;
  margin: 0;
  margin-bottom: 20px;
}
.mobno-col:nth-child(1) {
  width: auto;
  text-align: center;
  align-self: center;
}
#country_val {
  width: auto;
}
.mobno-row .form-field {
  padding: 0;
  margin-bottom: 0;
}
.mobno-row #nlcountry {
  border: none;
}
.sign-up-aksh-form-row select {
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #c8c5c5;
  border-radius: 5px;
  color: #5a5959;
  width: 100%;
  text-transform: initial;
  padding: 10px 12px;
}
div#country_val option:nth-child(-n+11) {
  background-color: #eaf0ff;
}
.mobno-row .mobno-col {
  align-self: center;
}
.sign-up-aksh-form-row .form-field {
  width: 100% ;
}
.form-field {
  padding: 0;
}
.mobno-row #nlmobile {
  border: none;
}
.sign-up-aksh-form-row input {
  font-size: 12px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #c8c5c5;
  border-radius: 5px;
  color: #5a5959;
}

/* Loader Css */

.spinner {
  width: 56px;
  height: 56px;
  display: grid;
  animation: spinner-plncf9 4s infinite;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  border: 9px solid;
  border-radius: 50%;
  border-color: #474bff #474bff #0000 #0000;
  mix-blend-mode: darken;
  animation: spinner-plncf9 1s infinite linear;
}

.spinner::after {
  border-color: #0000 #0000 #dbdcef #dbdcef;
  animation-direction: reverse;
}

@keyframes spinner-plncf9 {
  100% {
     transform: rotate(1turn);
  }
}
.form-loader {
  display: grid;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9999;
  align-items: center;
    justify-content: center;
}
.blur-hide{
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.product-price {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
  padding-top: 8px;
  }
  .ship-img {
  background: url(../images/shipping-icon.svg) no-repeat 1px 5px;
  display: inline-block;
  padding: 2px 0 2px 35px;
  }
  .buy-now-cart-btn {
  display: inline-flex;
  width: 100%;
  margin-top: -5px;
  margin-left: 0px !important;
  }
  .buy-now-cart-btn {
    margin-top: 20px;
    margin-bottom: 30px!important;
    padding-right: 0!important;
    padding-left: 0px!important;
  }
  .add-cart-buy-now {
  margin-top: 20px;
  margin-bottom: 30px!important;
  padding-right: 0!important;
  padding-left: 0px!important;
  display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .buy-now-btn {
  background-color: transparent;
  border: 2px solid #f78d06;
  padding: 9px 35px;
  text-transform: none;
  border-radius: 11px;
  margin-right: 10px;
  color: #f78d06!important;
  }
  .cart-btn {
  background-color: #f78d06;
  border: 2px solid #f78d06;
  padding: 9px 26px;
  text-transform: none;
  border-radius: 11px;
  color: #fff;
  font-size: 16px;
  }
  hr.payment-section-line {
  border-top: 2px solid #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0!important;
  margin-right: 0!important;
  }
  .payment {
  padding: 8px 0;
  border-top: 1px solid #e4e4e4;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 10px;
  }
  .payment-select {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  width: 100%;
  align-items: center;
  padding: 9px 10px 9px 10px;
  border-bottom: 1px solid #e4e4e4;
  }
  .payment-select label {
  width: 50%;
  margin-bottom: 0;
  font-weight: 500;
  }
  .payment-select label.radio {
  flex-basis: calc(100% - 200px);
  }
  .payment-select span.value {
  flex-basis: 200px;
  text-align: right;
  font-size: 20px;
  padding-left: 31px !important;
  font-weight: 600;
  float: none !important;
  }
  .payment-select:hover {
  background-color: #fef2e3;
  color: #f78d06;
  }
  span.months {
  padding-left: 30px;
  display: inline-block;
  position: relative;
  font-weight: inherit;
  }
  input[type=radio] {
  border: 0px;
  width: 30%;
  height: 1.2em;
  vertical-align: text-bottom;
  }
  label > input[type="radio"] {
  display: none;
  }
  label > input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: gray;
  position: absolute;
  left: 0;
  margin-top: 3px;
  }
  label>input[type="radio"]:checked+* {
  color: #f78d06 !important;
  }
  label > input[type="radio"]:checked + *::before {
  background: radial-gradient(#fbbc0b 0%, #fbbc0b 40%, transparent 50%, transparent) !important;
  border-color: #fbbc0b !important;
  }
  .price {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 12px;
    margin-bottom: 0px!important;
  }
  .sp-code-module {
  margin-top: -27px;
  margin-bottom: 10px !important;
  }

  .desc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.desc-content {
  background: #eeedff;
  padding: 20px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
}
.desc-rgt p {padding-bottom: 0  ;}
.desc-content img {
  align-self: center;
}
.desc-rgt p:first-child{
  padding-bottom: 0;
  font-size: 18px;
}
.package-section .package-title{margin-bottom: 0;}

/* Package 2 Col CSS */
.two-col-tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.two-col-tab .package-grid{
  grid-template-columns: auto;
  gap: 20px;
}
.two-col-tab .package-rgt {
  display: grid;
}
.two-col-tab .sp-package-div{
  margin-top: 1%;
}
.two-col-tab .product-price{
  font-size: 28px;
}
.two-col-tab .sp-package{
  border-bottom: 8px solid rgb(243,109,59,20%);
  flex-grow: 1;
  padding: 20px 40px;
}
.two-col-tab .pd-title,.two-col-tab .pd-desc{display: none;}
/* .two-col-tab .package-img-title{display: none;} */
.two-col-tab .package-lft{text-align: center;}
.two-col-tab .avs-service-ul{
  margin-top: 20px;
  margin-bottom: 0;

}
.two-col-tab .sp-section {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.two-col-tab .package-rgt .package-sp-title{display: none;}
.two-col-tab .package-sp-title{border: none;text-align: left;}
.note-p{color: #fc0000;}
.wwir-section{
  padding-top: 30px;
}
.wwir-section p:last-child{padding-bottom: 0;}
.product-price{font-family: Arial, Helvetica, sans-serif;}

/* Testimonial */

.testimonial-section{
  padding: 40px 0;
}
.testimonial-col {
  position: relative;
  padding: 0 20px;
  text-align: center;
  border: 1px solid #888;
  margin: 20px 20px;
}
.testimonial-col:before {
  content: url(../images/quotes-icon.svg);
  position: absolute;
  left: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #fff;
}
.testimonial-col:after {
  content: url(../images/quotes-icon.svg);
  position: absolute;
  bottom: -15px;
  right: -15px;
  transform: rotate(165deg);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #fff;
}
.testimonial-author{font-weight: 600;padding-bottom: 0;}
.testimonial-section .testimonial-col{
  padding: 20px;
}

.slick-prev,
.slick-next {
  color: #333;
  z-index: 1;
  width: fit-content;
  height: fit-content;
}
.slick-prev:before,.slick-next:before {
  content: url(../images/arrow.svg);
  display: block;
  width: 25px;
  height: 25px;
}
.slick-prev:before{
  transform: rotate(180deg);
}
.testimonial-section .slick-track{display: flex;align-items: center;}

/* Container */
.container {
  /* width: 100%; */
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.service-float{
  float: right;
}
.business-img{
  float: right;
  margin-top: 10px;
  margin-left: 20px;
  box-shadow: 8px -8px #fff, 8px -8px 0 2px #385ea8;
  position: relative;
  display: block;

}
.ov-grid{
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
}
.overview-img {
  position: relative;
  margin-top: 30px;
}
.overview-img:before {
  content: '';
  background: #385ea8;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  right: -20px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .hero-brgt {
    width: auto;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px){
  .hero-h1{
    font-size: 2rem;
    grid-gap: 2.5rem;
  }
  .service-grid{
    width: 100%; 
  }
}
@media (max-width: 992px){
  .astrology-elite .avs-hero{
    background: rgb(24,11,177);
background: radial-gradient(circle, rgba(24,11,177,1) 0%, rgba(17,18,85,1) 100%);
  }
  .avsp-title p {
    width: auto;
    margin: 20px auto;
  }
  .service-grid {
    width: auto;
}
  .desc-grid{
    grid-template-columns: 1fr;
  }
  .hero-grid,.content-grid,.package-grid,.service-grid{
    grid-template-columns: 1fr;
  }
  .hero-grid{
    text-align: center;
    grid-gap: 2rem;
  }
.avs-hero{
  background: linear-gradient(180deg, rgba(232, 221, 191, 1) 0%, rgba(213, 236, 228, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.package-lft {
  text-align: center;
}
p.package-img-title {
  width: 270px;
  margin: auto;
}
.package-grid{
  grid-gap: 20px;
}
.service-grid .service-lft {
  grid-row: 1;
  text-align: center;
}
.service-splt ul.avs-service-ul:nth-child(2) {
  margin-top: -12px;
}
.hero-form{
  width: auto;
}
/* .add-cart-buy-now {
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 0px !important;
} */
.sp-pkg-section.two-col-tab{
  grid-template-columns: 1fr;
}
.service-lg-split .service-rgt {
  display: grid;
}
.service-float {
  float: none;
  margin: auto;
  display: block;
  grid-row-start: 1;
  margin-bottom: 20px;
}
}
@media (max-width: 576px) {
  .hero-h1{
    font-size: 1.8rem;
  }
  .hero-h2{
    font-size: 1.3rem;
  }
  .desc-content {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding-top: 20px;
}
.service-lft img {
  width: 100%;
}
}

@media (max-width: 455px) {
  .buy-now-btn{margin-right: 0;margin-bottom: 10px;}
  .astrology-elite .sp-package{padding: 20px;}
}