@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");

/* stylesheet */
:root {
  --primary-color: #797979;
  --secondary-color: #fbb43e;
  --dark-color1: #111111;
  --dark-color2: #1b2855;
  --white-color: #ffffff;
  --transition: 0.4s ease-in-out;
}
:after,
:before {
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  background-color: #ffffff;
  color: var(--primary-color);
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
}
.hide {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
}
a,
a:hover,
a:focus,
a:visited {
  color: inherit;
  text-decoration: none;
}

.slick-prev::before,
.slick-next::before {
  display: none !important;
}

/* common css */
.as_padderTop10 {
  padding-top: 10px;
}
.as_padderTop20 {
  padding-top: 20px;
}
.as_padderTop30 {
  padding-top: 30px;
}
.as_padderTop40 {
  padding-top: 40px;
}
.as_padderTop50 {
  padding-top: 50px;
}
.as_padderTop60 {
  padding-top: 60px;
}
.as_padderTop70 {
  padding-top: 70px;
}
.as_padderTop80 {
  padding-top: 80px;
}
.as_padderTop90 {
  padding-top: 90px;
}
.as_padderTop100 {
  padding-top: 90px;
}
.as_padderBottom5 {
  padding-bottom: 5px;
}
.as_padderBottom10 {
  padding-bottom: 10px;
}
.as_padderBottom20 {
  padding-bottom: 20px;
}
.as_padderBottom30 {
  padding-bottom: 30px;
}
.as_padderBottom40 {
  padding-bottom: 40px;
}
.as_padderBottom50 {
  padding-bottom: 50px;
}
.as_padderBottom60 {
  padding-bottom: 60px;
}
.as_padderBottom70 {
  padding-bottom: 70px;
}
.as_padderBottom80 {
  padding-bottom: 80px;
}
.as_padderBottom90 {
  padding-bottom: 90px;
}
.as_padderBottom100 {
  padding-bottom: 90px;
}
.as_margin0 {
  margin: 0px !important;
}
.as_font14 {
  font-size: 16px;
  line-height: 26px;
}
.as_toggle {
  display: none;
}
.as_heading {
  font-size: 36px;
  text-transform: capitalize;
  padding-bottom: 17px;
  position: relative;
  margin: -8px 0 0;
  color: var(--dark-color1);
  font-weight: 600;
}
.form-control {
  height: 45px;
  background-color: #ffffff;
  border: 1px solid rgb(121 121 121 / 20%);
  outline: none;
  box-shadow: none !important;
  color: var(--primary-color);
  padding: 0 28px;
  border-radius: 45px;
}
.form-control:focus {
  border-color: var(--secondary-color) !important;
}
.form-control::placeholder {
  color: #797979;
}
.as_subheading {
  font-size: 22px;
  text-transform: capitalize;
  color: var(--dark-color1);
}
.as_orange {
  color: var(--secondary-color);
}
.as_white {
  color: var(--white-color);
}

.as_btn,
.as_btn:focus,
.as_btn:visited {
  height: 45px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  font-size: 14px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  border: none !important;
  position: relative;
  color: var(--white-color);
  border-radius: 45px;
  outline: none;
  min-width: 160px;
  justify-content: center;
  outline: none;
  z-index: 1;
  overflow: hidden;
}
.as_btn:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
}
.as_btn:hover:after {
  left: 0;
}
.as_btn:hover {
  color: var(--white-color) !important;
}
.as_verticle_center {
  display: flex;
  align-items: center;
}
.slick-dots {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
}
.slick-dots li {
  display: inline-flex;
}
.slick-dots li button {
  display: none;
}
.slick-dots li {
  height: 9px;
  width: 9px;
  background-color: #234a64;
  border-radius: 100%;
  margin: 0 6px;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: var(--secondary-color);
}

.slick-slide {
  outline: none;
}
.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
  display: none;
}
.only-timepicker .datepicker--time {
  border-top: none;
}
.datepicker {
  background-color: #ffffff;
  border: 1px solid rgb(255 255 255 / 10%);
  color: var(--primary-color);
}
.datepicker--nav {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.datepicker--nav > div {
  background-color: transparent !important;
  color: var(--primary-color);
}
.datepicker--pointer {
  background-color: #ffffff;
  border-top-color: rgb(255 255 255 / 10%);
  border-right-color: rgb(255 255 255 / 10%);
}
.datepicker--cell:hover {
  background-color: var(--secondary-color);
  color: var(--white-color) !important;
}
.datepicker--cell.-current-,
.datepicker--day-name {
  color: var(--secondary-color);
}
/* select2 */
.select2-selection {
  height: 45px !important;
  background-color: #ffffff !important;
  border: 1px solid #e7e7e7 !important;
  outline: none;
  box-shadow: none !important;
  color: var(--primary-color);
  border-radius: 45px !important;
  transition: none;
}

.select2-selection .select2-selection__rendered {
  color: var(--primary-color) !important;
  font-size: 14px;
  line-height: 45px !important;
  padding: 0 28px !important;
}

.select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection__arrow {
  height: auto !important;
  bottom: 1px;
  right: 18px !important;
}

.select2-container {
  transition: none;
  width: 100% !important;
}

.select2-dropdown {
  transition: none;
  background-color: #ffffff;
  border-color: #e7e7e7;
  font-size: 14px;
  box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
}

.select2-search--dropdown {
  padding: 10px 25px;
}

.select2-search--dropdown input {
  background-color: #ffffff;
  border-color: rgb(223 223 223) !important;
  outline: none !important;
}

.select2-results__option {
  padding: 10px 26px;
  background-color: transparent !important;
}

.select2-results__option:hover,
.select2-results__option.select2-results__option--selected {
  color: var(--secondary-color) !important;
}
.select2-container--below.select2-container--open .select2-selection {
  border-radius: 10px 10px 0 0 !important;
}
.select2-container--above.select2-container--open .select2-selection {
  border-radius: 0 0 10px 10px !important;
}

.select2-dropdown.select2-dropdown--above {
  box-shadow: -10px -28px 28px -24px rgb(0 0 0 / 5%);
}
/* loader */
.as_loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.as_loader img {
  animation: spin 7s infinite linear;
  -webkit-animation: spin 7s infinite linear;
  -moz-animation: spin 7s infinite linear;
}
/* header css start */
.as_header_wrapper {
  background-color: var(--dark-color2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.lower-header {
  background-color: var(--white-color);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.as_logo {
  display: flex;
  padding: 5px 0;
}
.as_logo img {
  height: 60px;
  width: auto;
  max-width: unset !important;
}
.as_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.as_menu > ul > li {
  display: inline-flex;
  text-transform: capitalize;
  margin: 0 30px;
  color: #555;
  position: relative;
}
.as_info_detail:last-child {
  margin-right: 0px;
}
.as_header_detail {
  width: calc(100% - 449px);
}
.as_menu > ul > li > a {
  padding: 22px 0;
  position: relative;
  transition: all 0.3s linear;
  font-weight: 600;
  font-size: 18px;
}
.as_wishlist {
  margin-left: 20px;
}
.as_menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: var(--secondary-color);
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.as_menu > ul > li > a:hover:before,
.as_menu > ul > li > a.active:before {
  width: 29px;
}
.as_menu ul li a:hover,
.as_menu ul li a.active {
  color: var(--secondary-color);
}
.as_info_detail {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  padding: 10px 0;
}
.as_search_wrapper {
  max-width: 415px;
  width: 100%;
  position: relative;
}
.as_search_wrapper > a {
  position: absolute;
  top: 11px;
  right: 20px;
}
.as_search_wrapper .form-control {
  height: 45px;
  border: 1px solid #fff;
  border-radius: 45px;
  background-color: transparent;
  color: #ffffff;
}
.as_search_wrapper .form-control::placeholder {
  color: #ffffff;
}

.as_user img {
  border-radius: 100%;
  border: 3px solid #fff;
}

.as_user {
  position: relative;
  margin-left: 30px;
}

.as_user span {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 14px;
  padding-left: 2px;
}
.as_search {
  cursor: pointer;
}
.as_info_detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.as_info_detail ul li a,
.as_info_detail ul li a:focus {
  text-decoration: none;
  color: inherit;
  line-height: 1;
}
.as_infobox {
  display: flex;
  gap: 10px;
  color: #ffffff;
}
.as_infobox:hover {
  color: var(--secondary-color);
}
.as_info_detail ul li .as_infobox > span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.as_right_info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.as_cart_wrapper {
  margin-left: 30px;
  position: relative;
}
.as_cart_wrapper > span {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
.as_cart_wrapper > span .as_cartnumber {
  width: 18px;
  height: 18px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  font-size: 9px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -12px;
  color: #ffffff;
}
.as_cart {
  position: relative;
}
.as_cart_box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background-color: #ffffff;
  z-index: 1;
  padding: 5px 20px 20px;
  box-shadow: 0 20px 20px rgb(255 255 255 / 5%);
  border-radius: 20px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
  transition: all 0.3s linear;
}
.as_cart.cart_open .as_cart_box {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}
.as_cart_list .as_cart_img {
  float: left;
}
.as_cart_list .as_cart_img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.as_cart_info {
  width: calc(100% - 70px);
  float: right;
  padding-left: 10px;
}
.as_cart_list .as_cart_info a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
  margin-bottom: 5px;
  width: 110px;
  text-transform: capitalize;
  color: var(--dark-color1);
}
.as_cart_list {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.as_cart_list ul {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
  border-bottom: 1px solid #e7e7e7;
}
.as_cart_list li {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.as_cart_list .as_cart_info p {
  font-size: 14px;
}
.as_cart_box .as_cart_total,
.as_cart_box .as_cart_btn {
  padding-right: 20px;
}
.as_cart_box .as_cart_total p {
  margin-top: 10px;
  text-align: left;
  text-transform: capitalize;
}
.as_cart_box .as_cart_total p span {
  float: right;
  font-family: "Philosopher", sans-serif;
}
.as_cart_box .as_cart_btn {
  text-align: center;
  padding-top: 5px;
  display: flex;
}
.as_cart_box .as_cart_btn button {
  background-color: var(--dark-color1);
  padding: 0 5px;
  text-transform: capitalize;
  min-width: 120px;
  margin-right: 1;
}
.as_cart_box .as_cart_btn button::after {
  border-left-color: var(--dark-color1);
}
.as_cart_box .as_cart_btn button::before {
  border-right-color: var(--dark-color1);
}
.as_cart_box .as_cart_btn button:hover {
  background-color: var(--secondary-color);
}
.as_cart_box .as_cart_btn button:hover::after {
  border-left-color: var(--secondary-color);
}
.as_cart_box .as_cart_btn button:hover::before {
  border-right-color: var(--secondary-color);
}
.as_cart_box .as_cart_btn button:first-child {
  margin-right: 15px;
}
.as_cart_list::-webkit-scrollbar {
  width: 4px;
}
.as_cart_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.as_cart_list::-webkit-scrollbar-thumb {
  background-color: #ff6f00;
  outline: #708090 solid 1px;
}
.as_menu > ul > li .as_submenu {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--dark-color2);
  padding: 15px 0;
  border-radius: 10px;
  width: 170px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.as_menu > ul > li > .as_submenu {
  transform: translateY(-10px);
}
.as_menu > ul > li:hover > .as_submenu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.as_menu > ul > li .as_submenu li a {
  padding: 7px 20px;
  display: flex;
  color: #fff !important;
}
.as_menu > ul > li .as_submenu li a:hover {
  color: var(--secondary-color) !important;
}

.as_menu > ul > li .as_submenu > li > .as_submenu {
  right: 100%;
  top: 8px;
  left: auto;
  transform: translateX(-20px);
}
.as_menu > ul > li .as_submenu > li:hover > .as_submenu {
  transform: translateX(-10px);
  opacity: 1;
  visibility: visible;
}

.as_menu > ul > li .as_submenu > li {
  position: relative;
}

.as_menu > ul > li .as_submenu:before {
  content: "";
  position: absolute;
  border-bottom: 7px solid var(--dark-color2);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: 100%;
  left: 13px;
}
.as_menu > ul > li > .as_submenu > li > .as_submenu:before {
  bottom: auto;
  top: 10px;
  left: 100%;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 7px solid var(--dark-color2);
}
/* header css end */
/* banner css start */
.as_banner_wrapper {
  background-image: url(../images/bg1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0 150px;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.as_banner_detail .as_btn {
  background: #ffffff;
  color: var(--dark-color1);
  font-weight: 600;
  transition: all 0.3s linear;
}
.as_banner_detail .as_btn:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.as_banner_wrapper:after {
  position: absolute;
  content: "";
  background: url(../images/shape.svg) no-repeat;
  width: 100%;
  height: 273px;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(-1);
  z-index: 1;
}
.as_banner_detail h5 {
  font-size: 26px;
  margin: 0 0 5px;
  color: var(--secondary-color);
}
.as_banner_detail h1 {
  font-size: 46px;
  line-height: 52px;
  margin: 0 0 13px;
}
.as_banner_detail p {
  margin-bottom: 26px;
}
.as_banner_img {
  position: relative;
}
.as_banner_img .as_hand_bg {
  animation: spin 12s infinite linear;
  -webkit-animation: spin 12s infinite linear;
  -moz-animation: spin 12s infinite linear;
  display: inline-block;
  /* position: relative;
  z-index: 11; */
}
.as_banner_img .as_hand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--white-color);
  /* animation: float 4s ease-in-out infinite;
  -webkit-animation: float 4s ease-in-out infinite;
  -moz-animation: float 4s ease-in-out infinite; */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes float {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -53%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, -53%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
  }
}
.as_banner_slider {
  position: relative;
  z-index: 1;
}
.as_banner_slider .slick-arrow.slick-prev {
  left: -265px;
}
.as_banner_slider .slick-arrow.slick-next {
  right: -900px;
}
.as_banner_slider .slick-arrow.as_btn {
  background: rgba(255, 255, 255, 0.3);
  min-width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s linear;
}
.as_banner_slider .slick-arrow.as_btn:after {
  display: none;
}
.as_banner_slider .slick-arrow.as_btn:hover {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
}
.as_banner_slider .slick-arrow > span {
  display: inline-flex;
}

/* banner css end */
/* about css start */
.as_about_wrapper {
  background-image: url("../images/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.as_paragraph_wrapper {
  padding-left: 20px;
  border-left: 2px solid var(--secondary-color);
}
.as_paragraph_wrapper {
  padding-left: 20px;
  border-left: 2px solid #f4a636;
  margin-top: 20px;
}
.as_contact_expert {
  display: flex;
  margin: 40px 0;
  align-items: center;
  color: var(--dark-color1);
}
.as_contact_expert .as_icon {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  position: relative;
}
.as_year_ex {
  font-size: 60px;
  font-weight: 700;
  color: var(--secondary-color);
  font-family: "Philosopher", sans-serif;
  margin-right: 10px;
}
.as_contact_expert .as_icon:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #dcdcdc;
  content: "";
  border-radius: 100%;
  width: 100px;
  height: 100px;
}
.as_contact_expert:hover .as_icon:before {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}
.as_contact_expert h5 {
  font-size: 18px;
  margin: 0;
}
.as_contact_expert h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 0 0;
}
.as_aboutimg {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.as_aboutimg img {
  display: inline-block;
  height: 437px;
  object-fit: cover;
  width: 100%;
}
.as_aboutimg span.as_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.as_aboutimg span.as_play:after,
.as_aboutimg span.as_play:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  background-color: rgb(246 246 246 / 60%);
  animation: zoom 0.8s infinite alternate;
  border-radius: 100%;
  z-index: -1;
}
.as_aboutimg span.as_play:after {
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
}

/* about css end */
/* horoscope css start */
.as_horoscope_wrapper {
  background-image: url("../images/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* horoscope css end */
/* service css start */
.as_service_wrapper {
  /* background-image: url("../images/bg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
  overflow: hidden;
  background-color: #f5f5f5;
}
.as_service_img {
  position: relative;
}

.as_service_img .as_service_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 150px;
}
.as_service_img:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 207px;
  height: 651px;
  background-image: url("../images/service_shape.png");
  bottom: -35px;
}
.as_service_single .as_service_img:after {
  display: none;
}
.as_service_img .as_service_circle {
  animation: spin 12s infinite linear;
  -webkit-animation: spin 12s infinite linear;
  -moz-animation: spin 12s infinite linear;
}
.as_service_box {
  background-color: #ffffff;
  padding: 59px 22px 25px;
  margin-top: 30px;
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 4%);
  border: 1px solid rgb(231, 231, 231);
  position: relative;
  min-height: 322px;
  border-radius: 10px;
  z-index: 1;
  transition: all 0.3s linear;
}
.as_service_box:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -135px 0 0 -135px;
  background-image: url(../images/circle.png);
  width: 271px;
  height: 270px;
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  z-index: -1;
}
.as_service_box:hover {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
}
.as_service_box .as_icon svg {
  fill: var(--secondary-color);
  transition: none;
}
.as_service_box:hover .as_icon svg {
  fill: #ffffff;
}
.as_service_box p {
  transition: none;
}
.as_service_box .as_subheading {
  margin: 40px 0 10px;
  font-size: 20px;
  position: relative;
  font-weight: 600;
  transition: none;
}
.as_link {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 24px;
  color: var(--dark-color1);
  letter-spacing: 0.6px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  transition: none;
  cursor: pointer;
  /* display: inline-flex; */
}
.as_link span {
  margin: -1px 0 0 5px;
}
.as_service_box:hover .as_link span svg {
  fill: #ffffff;
}

.as_service_box .as_link span svg,
.as_service_box .as_link span {
  transition: none !important;
  fill: var(--primary-color);
}
.as_service_box:hover .as_subheading,
.as_service_box:hover p,
.as_service_box:hover .as_link {
  color: #ffffff;
}
.as_service_box:hover .as_link svg {
  fill: #ffffff;
}
/* service css end */
/* why choose css start */
.as_whychoose_wrapper {
  background-image: url("../images/bg5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0 100px;
  position: relative;
  z-index: 1;
}
.as_whychoose_wrapper:before {
  position: absolute;
  content: "";
  background: url(../images/shape.svg) no-repeat;
  width: 100%;
  height: 273px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.as_whychoose_wrapper:after {
  position: absolute;
  content: "";
  background: url(../images/shape.svg) no-repeat;
  transform: scale(-1);
  width: 100%;
  height: 273px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.as_about_page .as_whychoose_wrapper:before {
  background: url(../images/shape1.svg) no-repeat;
}
.as_about_page .as_whychoose_wrapper:after {
  background: url(../images/shape1.svg) no-repeat;
}
.as_whychoose_wrapper .as_heading {
  color: #ffffff;
}
.as_whychoose_wrapper p {
  color: #ffffff;
}
.as_whychoose_box .as_number > span {
  font-size: 24px;
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.as_whychoose_box h4 {
  font-size: 20px;
  margin: 25px 0 35px;
  text-align: center;
}
.as_number {
  display: block;
  position: relative;
  width: 130px;
  margin: 0 auto;
}
.as_whychoose_box:hover h4 {
  color: var(--secondary-color);
}
.as_choose_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.as_choose_ul li {
  display: inline-flex;
  width: 19.5%;
  justify-content: center;
  color: #ffffff;
}
.as_choose_ul li:hover h4 {
  color: var(--secondary-color);
}
/* why choose css end */
/* customer css start */
.as_customer_wrapper {
  background-image: url("../images/bg6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.as_customer_img {
  width: 85px !important;
  height: 85px;
  cursor: pointer;
}
.as_customer_img img {
  border-radius: 100%;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: -2px 0px 13px 0px rgba(0, 0, 0, 0.13);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.as_customer_nav .slick-list {
  padding: 30px !important;
}
.as_customer_img:first-child {
  margin: 16px 0 0 10px;
}

.as_customer_img:nth-child(2) {
  margin: 155px 0 0 -40px;
}
.as_customer_img:nth-child(3) {
  margin: 50px 0 0 -8px;
}

.as_customer_img:nth-child(4) {
  margin: 170px 0 0 -50px;
}

.as_customer_img:nth-child(6) {
  margin: 124px 0 0 -50px;
}

.as_customer_img:nth-child(5) {
  margin: 5px 0 0 0px;
}

.as_customer_nav {
  position: relative;
}

.as_customer_box {
  border-radius: 30px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  padding: 54px 50px;
  position: relative;
  color: #ffffff;
  z-index: 1;
  position: relative;
}

.as_customer_box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 235px;
  height: 235px;
  background-image: url(../images/circle1.png);
  z-index: -1;
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
}
.as_customer_box .as_customer_img > img {
  border-radius: 100%;
}
.as_customer_box .as_customer_img {
  position: relative;
  display: inline-flex;
  margin: -45px 0 34px;
}
.as_customer_box .as_customer_img span {
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: var(--secondary-color);
  border-radius: 100%;
  line-height: 32px;
  right: -10px;
  bottom: 0px;
}
.as_customer_box .as_customer_img span img {
  display: inline-block;
}
.as_customer_box p {
  font-size: 14px;
  line-height: 24px;
}
.as_customer_box h3 {
  font-size: 20px;
  margin: 25px 0 0;
}
.as_customer_box h3 > span {
  font-size: 15px;
}
.as_customer_slider .slick-dots {
  position: absolute;
  top: 50%;
  left: -34px;
  margin: 0;
  transform: translateY(-50%);
}

.as_customer_slider .slick-dots li {
  display: flex;
  margin: 10px auto;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}

.as_customer_slider .slick-dots li.slick-active {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.18);
}

.as_customer_for:before {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  bottom: 0;
  border-left: 1px solid #e7e7e7;
}
.as_customer_img.slick-slide.slick-current {
  transform: scale(1.2);
}
.as_customer_img.slick-slide.slick-current img {
  border-color: var(--secondary-color);
}
/* customer css end */
/* zodiec sign css start */
.as_sign_box {
  background-color: #ffffff;
  /* max-width: 170px; */
  padding: 20px;
  border-radius: 10px;
  position: relative;
  box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
  border: 1px solid rgb(231, 231, 231);
  margin-top: 30px;
  transition: all 0.3s linear;
}
.as_sign_box .as_sign {
  background-color: #ffffff;
  box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.06);
  height: 56px;
  width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 14px;
  border-radius: 100%;
  transition: all 0.3s linear;
}
.as_sign_box:hover .as_sign img {
  transform: rotate(360deg);
}
.as_sign_box h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-color1);
  margin: 0 0 2px;
  transition: none;
  transition: all 0.3s linear;
}
.as_sign_box p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  transition: none;
}
.as_sign_box:hover h5,
.as_sign_box:hover p {
  color: #ffffff;
}
.as_sign_box:hover {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  border-color: rgb(231, 231, 231);
}

/* zodiec sign css end */

/* blog css start */
.as_blog_wrapper {
  background-image: url("../images/bg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.as_blog_img {
  position: relative;
  margin-bottom: 36px;
}

.as_blog_img .as_btn {
  position: absolute;
  right: 35px;
  bottom: -25px;
  color: #fff;
  padding: 0 5px;
}
.as_blog_box {
  margin-top: 30px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: -2px 0px 28px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgb(231, 231, 231);
  overflow: hidden;
}
.v3_blog_wrapper .row {
  justify-content: center;
}

.as_blog_box:hover .as_subheading {
  color: var(--secondary-color);
}
.as_blog_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.as_blog_detail {
  padding: 0 20px 20px;
}
.as_blog_box ul li {
  display: inline-flex;
  margin-right: 30px;
  font-size: 14px;
  line-height: 24px;
}
.as_blog_box ul li img {
  margin-right: 10px;
}
.as_blog_box .as_subheading {
  line-height: 28px;
  margin: 8px 0;
  font-size: 20px;
  transition: all 0.3s linear;
}
.as_blog_box.as_blog_single .as_subheading {
  color: var(--primary-color);
}
.as_blog_page .as_blog_box {
  margin: 0 0 30px;
  box-shadow: none;
}
.as_workinghours_widget ul li > a {
  display: flex;
  justify-content: space-between;
}
.as_post_widget .as_product .as_productimg {
  padding: 0;
}

.as_post_widget .as_product span {
  color: inherit;
  transition: all 0.3s linear;
}
.as_blog_page .as_blog_detail {
  padding: 0;
}

.as_blog_page .as_blog_box {
  border: none;
  margin: 0 0 50px;
}
.as_blog_page .as_blog_wrapper,
.as_blogsingle_page .as_blog_wrapper {
  background: var(--white-color);
}

.as_post_widget .as_product .as_product_detail span > img {
  margin-right: 5px;
}

.as_post_widget .as_product .as_product_detail span:last-child {
  margin-top: 8px;
}
.as_accordion .card-header h2 {
  margin: 0;
}
.as_accordion .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #f37935;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "+";
  font-size: 30px;
  transition: transform 0.2s ease-in-out;
  line-height: 20px;
  background-image: none;
  transition: all 0.3s linear;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-360deg);
  content: "-";
  font-size: 40px;
  line-height: 15px;
}

.as_accordion .accordion-button:focus {
  z-index: 3;
  border-color: #f37935;
  outline: 0;
  box-shadow: 0 0 0 1px rgb(243 121 53);
}
.as_about_admin .as_subheading {
  color: #fff !important;
  font-size: 22px;
  font-weight: 600;
}
.as_about_admin .as_subheading span {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
/* blog css end */
/* product css start */
.as_product_wrapper {
  background-image: url("../images/bg7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.as_shopsingle_page .as_product_wrapper {
  background: #f6f6f6;
}
.as_product_box {
  margin-top: 30px;
  text-align: left;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgb(231, 231, 231);
  background-color: #ffffff;
  min-height: 416px;
}

.as_product_img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.as_product_img > img {
  width: 100%;
}
.as_cart_svg {
  max-width: 12px !important;
}
.as_product_detail {
  padding: 0 30px 20px;
}

.as_product_detail .as_subheading {
  font-size: 20px;
  font-weight: 600;
}
.as_product_img ul {
  position: absolute;
  margin: 0;
  list-style: none;
  bottom: -60px;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  padding: 14px 10px 14px 23px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.as_product_box:hover .as_product_img ul {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.as_product_img ul li {
  display: inline-flex;
  padding: 0 10px 0 7px;
  border-right: 1px solid rgb(255 255 255 / 10%);
  line-height: 26px;
  color: #ffffff;
}
.as_product_img ul li:last-child {
  border-right: none;
}
.as_product_box .as_subheading {
  margin: 12px 0px 9px;
}
.as_new_tag {
  position: absolute;
  top: 22px;
  left: 22px;
  background-color: var(--secondary-color);
  color: #fff;
  text-transform: capitalize;
  border-radius: 4px;
  padding: 2px 15px;
}

.as_product_box .as_price {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-color1);
}

.as_product_box .as_price > span {
  font-size: 14px;
  font-weight: 400;
}
.as_product_img ul li:nth-child(2) {
  padding: 0 7px 0 5px;
}
.as_product_box .as_price > del {
  color: #797979;
}
.as_product_img ul li span {
  margin-left: 8px;
  font-size: 14px;
}
.as_product_box ul li img {
  display: inline-block;
}
section.as_pricing_plan .row {
  justify-content: center;
}
.as_product_wrapper.as_product_page {
  background-color: var(--dark-color2);
}
/* product css end */

/* footer css start */
.as_footer_wrapper {
  background-image: url("../images/bg8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  z-index: 1;
  padding-top: 180px;
}
.as_footer_wrapper:before {
  position: absolute;
  content: "";
  background: url(../images/shape.svg) no-repeat;
  width: 100%;
  height: 273px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.as_footer_wrapper .container {
  position: relative;
  z-index: 2;
}
.as_shopsingle_page .as_footer_wrapper:before {
  background: url(../images/shape2.svg) no-repeat;
}
.as_footer_wrapper:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #111111;
  opacity: 0.6;
  z-index: -1;
}

.as_footer_logo img {
  width: 250px;
  padding: 5px;
  background: white;
  border-radius: 15px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none !important;
  padding: 0;
}

.social-link li {
  padding: 0 !important;
}

.social-link li::before {
  display: none;
}

.social-link .social-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--white-color);
  color: var(--primary-color);
  list-style: none !important;
  font-size: 16px;
  line-height: 1;
}

.social-link .social-btn:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.as_know_sign_wrapper .as_heading {
  color: #fff;
  padding: 11px 0 0;
}

.as_know_sign_wrapper {
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  position: relative;
  z-index: 1;
}

.as_sign_form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.as_sign_form ul li {
  display: inline-flex;
  width: 23%;
  margin-left: 15px;
}
.as_sign_form ul li:last-child {
  width: 21%;
}
.as_sign_form ul li .as_input_feild {
  width: 100%;
}
.as_newsletter_wrapper {
  margin: -5px 0 15px;
}
.as_newsletter_box {
  position: relative;
}
.as_newsletter_box .form-control {
  border-radius: 45px;
  height: 45px;
}
.as_newsletter_box .as_btn {
  position: absolute;
  right: 5px;
  height: 35px;
  top: 5px;
  bottom: 5px;
  min-width: 60px;
  z-index: 1;
}
.as_newsletter_box .as_btn img {
  width: 17px;
}
.as_footer_inner {
  display: flex;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}
.as_footer_widget {
  margin-top: 30px;
}
.as_footer_widget > p {
  margin: 18px 0 20px;
  font-size: 14px;
}
.as_footer_widget > ul > li:hover {
  color: var(--secondary-color);
}
.as_footer_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.as_footer_widget > ul > li {
  padding-bottom: 10px;
  position: relative;
  font-size: 14px;
  padding-left: 18px;
}
.as_footer_widget > ul > li span svg {
  fill: #ffffff;
  margin-right: 10px;
}
.as_footer_widget > ul > li:hover span svg path {
  fill: var(--secondary-color);
}
.as_footer_widget > ul > li:hover span {
  transition: none;
}
.as_footer_heading {
  font-size: 20px;
  line-height: 46px;
  margin: 0;
  position: relative;
  margin-bottom: 25px;
  font-weight: 700;
  color: #fbb43e;
}
.as_footer_heading::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #fbb43e;
  border-radius: 20px;
}
.as_footer_widget .as_contact_list li {
  padding-left: 0;
  display: flex;
  align-items: baseline;
}
.as_footer_widget > ul > li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 100%;
  left: 0;
  top: 9px;
}

.as_footer_widget .as_contact_list li:before {
  display: none;
}

.as_footer_widget .as_contact_list li img {
  margin: 0 15px 0 0;
  transform: translateY(3px);
}

.as_footer_widget .as_contact_list li p {
  margin: 0;
}
.as_share_box ul li a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
}
.as_footer_widget .as_login_data label .checkmark {
  border: 1px solid #ffffff;
}
.as_share_box ul {
  margin: 0;
  padding: 0;
}
.as_share_box ul li a:hover {
  border-color: var(--secondary-color);
}

.as_share_box ul li {
  display: inline-flex;
  margin-right: 18px;
}
.as_share_box ul li svg {
  transition: none;
  fill: var(--primary-color);
}
.as_share_box ul li:hover svg {
  fill: var(--secondary-color);
}
.as_copyright_wrapper {
  padding: 23px 0 27px;
  display: flex;
  justify-content: center;
}
.as_footer_widget > ul > li a {
  transition: 0.2s linear;
}
/* footer css end */
/* breadcrum start */
.as_breadcrum_wrapper {
  background-image: url(../images/bg8.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0 140px;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.as_breadcrum_wrapper .container {
  z-index: 2;
  position: relative;
}
.as_breadcrum_wrapper::after {
  position: absolute;
  content: "";
  background: url(../images/shape.svg) no-repeat;
  width: 100%;
  height: 273px;
  left: 0;
  right: 0;
  transform: scale(-1);
  bottom: 0;
  z-index: 1;
}
.as_breadcrum_wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.as_breadcrum_wrapper h1 {
  margin: 0px 0 15px;
  font-size: 38px;
}
.as_breadcrum_wrapper .breadcrumb {
  display: inline-flex;
  border-radius: 40px;
  font-size: 14px;
  line-height: 18px;
  padding: 0 30px;
  margin: 0px;
  align-items: center;
  background-color: transparent;
}
.breadcrumb > li + li:before {
  content: "";
  background-image: url("../images/star.png");
  background-repeat: no-repeat;
  width: 22px;
  height: 20px;
  display: inline-flex;
  margin: 0 10px;
}
.breadcrumb > li {
  display: inline-flex;
  align-items: center;
}
.form-group {
  margin: 10px 0px 10px;
}
/* breadcrum end */
/* pricing plan start */
.as_pricing_plan {
  background-image: url(../images/bg9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.as_service_page .as_pricing_plan {
  background-image: url(../images/bg4.jpg);
}
.as_service_page .as_customer_wrapper {
  background-image: url(../images/bg9.jpg);
}
.as_service_page .as_footer_wrapper:before {
  background: url(../images/shape1.svg) no-repeat;
}
.as_pricing_box {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.04);
  padding: 60px 35px 35px;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.as_pricing_box:after {
  content: "";
  position: absolute;
  background-image: url(../images/circle2.png);
  left: 50%;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 368px;
  height: 368px;
}
.as_gradient_text {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.as_pricing {
  font-size: 45px;
  font-weight: 700;
  padding: 50px 0 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
}
.as_pric_icon svg {
  fill: var(--secondary-color);
  transition: none;
}

.as_pricing sup,
.as_pricing sub {
  font-size: 18px;
  font-weight: 400;
}
.as_pricing sup {
  top: -22px;
}

.as_pricing sub {
  bottom: 0;
}
.as_pricing_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.as_pricing_box ul li:not(.as_inactive) {
  color: var(--dark-color1);
}

.as_pricing_box ul li {
  padding-bottom: 15px;
  transition: none;
}

.as_pricing_box .as_btn {
  margin-top: 17px;
  background: #f6f6f6;
  border: 2px solid transparent;
  color: var(--dark-color1) !important;
}
.as_pricing_box .as_btn:hover {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.as_pricing_box .as_btn:after {
  display: none;
}
.as_pricing_box:hover {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  color: #ffffff;
}
.as_pricing_box:hover .as_pric_icon svg {
  fill: #ffffff;
}
.as_pricing_box:hover ul li {
  color: #ffffff !important;
}
.as_pricing_box:hover .as_gradient_text {
  color: #ffffff;
  -webkit-text-fill-color: inherit;
  transition: none;
}

/* pricing plan end */
/* service detail start */
.as_about_page .as_service_wrapper {
  background-image: url(../images/bg9.jpg);
}
.as_servicedetail_wrapper {
  background-color: #07273c;
}
.as_service_ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.as_service_ul li {
  padding: 0 0 6px 23px;
  position: relative;
}
.as_service_ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/svg/arrow.html) no-repeat center;
  left: 0;
  top: 8px;
}
.as_service_detail_inner .as_heading {
  font-size: 32px;
  padding-bottom: 15px;
  margin: 22px 0 15px;
}
.as_service_detail_inner p {
  margin-bottom: 20px;
}
.as_service_detail_inner h4 {
  font-size: 24px;
}
.as_service_widget h3 {
  font-size: 22px;
  display: inline-flex;
  padding-bottom: 11px;
}
.as_service_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.as_service_widget ul li {
  font-size: 14px;
  margin-bottom: 7px;
  padding-left: 24px;
  position: relative;
}
.as_service_widget ul li a {
  display: flex;
  justify-content: space-between;
  transition: none;
}
.as_service_widget ul li a span {
  transition: none;
}
.as_service_widget ul li a span:first-child {
  border-bottom: 1px solid transparent;
}
.as_service_widget ul li:hover a span:first-child {
  border-color: var(--secondary-color);
}
.as_service_widget ul li:hover {
  color: var(--secondary-color);
}
.as_service_widget ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/svg/arrow.html) no-repeat center;
  left: 0;
  top: 8px;
}
.as_service_widget ul li:hover:before {
  background: url(../images/svg/arrowHover.html) no-repeat center;
}
.as_service_widget.as_download_box {
  background-color: var(--secondary-color);
  padding: 50px 10px;
}
.as_gplay {
  margin-bottom: 15px;
  display: inline-flex;
}
.as_service_widget .as_heading::after {
  width: 75%;
}
/* service detail End */
/* zodiac detail start */
.as_card_box img {
  border-radius: 10px;
}
.as_card_box > a {
  outline: none;
}
.as_zodiac_sidebar .as_sign_box {
  margin-bottom: 20px;
}
.as_zodiac_heading .as_sign {
  background-color: var(--secondary-color);
  height: 80px;
  width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 38px;
  position: relative;
}
.as_zodiac_heading .as_sign:after,
.as_zodiac_heading .as_sign:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 18px solid var(--secondary-color);
}
.as_zodiac_heading .as_sign:before {
  left: auto;
  right: 100%;
  border-left: none;
  border-right: 18px solid var(--secondary-color);
}
.as_zodiac_heading {
  font-family: "Philosopher", sans-serif;
  font-size: 36px;
  padding-left: 20px;
}
.as_zodiac_heading > span {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.as_tab_wrapper .nav-tabs > li > button {
  background-color: transparent !important;
  border: none !important;
  font-size: 20px;
  padding: 16px 35px;
  font-family: "Philosopher", sans-serif;
  position: relative;
}
.as_tab_wrapper .nav-tabs > li > button::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 0;
  background-color: var(--secondary-color);
  bottom: 0;
  left: 0;
}
.as_tab_wrapper .nav-tabs > li > button:hover,
.as_tab_wrapper .nav-tabs > li > button.active {
  color: var(--secondary-color);
}
.as_tab_wrapper .nav-tabs > li > button:hover:before,
.as_tab_wrapper .nav-tabs > li > button.active:before {
  width: 100%;
}
.as_tab_wrapper .nav-tabs {
  border-color: rgb(121 121 121 / 20%);
}
.as_countdown_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.as_tab_wrapper .nav-link {
  color: #3c3c3c;
}
.as_countdown_wrapper ul li {
  display: inline-flex;
  flex-direction: column;
  margin: 50px 0 30px;
  padding-right: 62px;
  position: relative;
}
.as_countdown_wrapper ul li .progress-percentage {
  width: 108px;
  height: 108px;
  border: 9px solid #193e57;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-family: "Philosopher", sans-serif;
}
.as_countdown_wrapper ul li h3 {
  margin: 15px 0 0;
  text-transform: capitalize;
}
.as_countdown_wrapper ul li:last-child {
  padding-right: 0px;
}
.as_zodiac_single_wrapper {
  background-color: #07273c;
}
.as_progressbar {
  position: relative;
  width: 108px !important;
  height: 108px !important;
}
.as_countdown_wrapper ul li canvas {
  position: absolute;
  top: -21px;
  left: -21px;
}
/* zodiac detail End */
/* Blog Single Start */
.as_blogsingle_page .as_blog_box {
  box-shadow: none;
  border: none;
  margin: 0;
}

.as_blogsingle_page .as_blog_box .as_blog_detail {
  padding: 0;
}
.as_tag_wrapper {
  border-bottom: 1px solid #e7e7e7;
}
.as_bloquote {
  color: #ffffff;
  padding: 60px 120px;
  margin-bottom: 20px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  border-radius: 10px;
  position: relative;
}
.as_bloquote:after {
  position: absolute;
  content: "";
  background-image: url(../images/circle1.png);
  right: 0;
  top: 0;
  bottom: 0;
  width: 235px;
  animation: spin 12s infinite linear;
  -webkit-animation: spin 12s infinite linear;
  -moz-animation: spin 12s infinite linear;
}
.as_bloquote h3 {
  font-size: 18px;
}
.as_bloquote h3 span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
.as_tag_wrapper .as_btn {
  background: transparent;
  height: 50px;
  text-transform: capitalize;
  padding: 0 12px;
  font-family: "Lato", sans-serif;
  border: 1px solid #e7e7e7 !important;
  color: var(--primary-color);
  transition: all 0.3s linear;
}
.as_tag_wrapper .as_btn:hover {
  color: #ffffff;
}
.as_tag_wrapper ul li {
  margin-right: 17px;
  align-items: center;
  color: var(--dark-color1);
  font-weight: 600;
  font-size: 17px;
  font-family: "Philosopher", sans-serif;
}

.as_tag_wrapper ul {
  padding-top: 15px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}
.as_about_admin {
  display: flex;
  align-items: center;
  padding: 40px;
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  margin-top: 40px;
}
.as_about_admin .as_aboutImage {
  width: 200px;
}
.as_about_admin .as_aboutDetail {
  width: calc(100% - 200px);
  color: #ffffff;
}
.as_about_admin .as_aboutImage img {
  border-radius: 10px;
}

.as_comment_section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.as_comment_section ul li {
  display: flex;
  /* align-items: center; */
}
.as_comment_section > ul > li {
  border-bottom: 1px solid #e7e7e7;
  padding: 40px 0;
}
.as_comment_section > ul > li:last-child {
  border-bottom: none;
}
.as_comment_section > ul > li > ul > li {
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 40px;
  margin-bottom: 40px;
}

.as_comment_section > ul > li > ul > li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.as_comment_section > ul > li > ul > li {
  margin-left: 80px;
}
.as_comment_section > ul > li .as_comnt_img {
  width: 200px;
}
.as_comment_section > ul > li .as_comnt_img img {
  border-radius: 10px;
}
/* .as_comment_section >ul>li>.as_comnt_detail{
    padding-right: 100px;
} */
.as_comment_section > ul > li .as_comnt_detail {
  width: calc(100% - 200px);
  position: relative;
}
.as_comment_section > ul > li .as_comnt_detail .as_btn {
  position: absolute;
  right: 35px;
  top: 0;
  padding: 0 10px;
}
.as_comment_section > ul > li .as_comnt_detail .as_btn img {
  margin-right: 10px;
}
.as_comment_section > ul > li .as_comnt_detail > span {
  display: flex;
  padding: 5px 0 10px;
}

.as_comment_section > ul > li .as_comnt_detail > span img {
  margin-right: 10px;
}
.as_comment_form .as_heading,
.as_comment_section .as_heading {
  font-size: 24px;
  border-bottom: 1px solid #e7e7e7;
}
.as_comment_form .form-group {
  margin-bottom: 30px;
}
.as_comment_form textarea.form-control {
  height: 210px;
  padding: 15px 30px;
  resize: none;
}
.as_comnt_detail .as_comnt_title {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.as_comnt_detail .as_comnt_title .as_subheading {
  font-weight: 600;
}

.as_comnt_detail .as_comnt_title .as_time {
  padding-left: 38px;
}
.as_comnt_detail .as_comnt_title > span > img {
  margin-right: 5px;
}

.as_comnt_detail .as_comnt_title .as_date {
  padding-left: 30px;
}

.as_comnt_detail .as_comnt_title .as_reply {
  padding-left: 30px;
}
.as_blog_box.as_blog_single {
  margin: 0px;
}
.as_widget {
  margin-bottom: 50px;
}
.as_search_widget {
  position: relative;
}
.as_search_widget .form-control {
  width: 100%;
}
.as_search_widget > span {
  position: absolute;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(253, 200, 48) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(253, 200, 48) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(253, 200, 48) 0%,
    rgb(243, 115, 53) 100%
  );
  padding: 0 25px;
  display: inline-flex;
  bottom: 0;
  top: 0;
  right: 0;
  align-items: center;
  border-radius: 0 45px 45px 0;
}
.as_tag_wrapper > .as_btn {
  margin: 0 15px 10px;
}
.as_service_widget .as_recentposts li {
  padding: 0;
  margin: 5px 0 13px;
}

.as_service_widget .as_recentposts li h5 {
  margin: -5px 0 0;
  font-size: 16px;
  line-height: 26px;
  transition: none;
}
.as_service_widget .as_recentposts li:before {
  display: none;
}
.as_service_widget .as_recentposts li .as_img {
  margin-right: 15px;
}

.as_service_widget .as_recentposts li .as_detail > span {
  display: flex;
  align-items: center;
}

.as_service_widget .as_recentposts li .as_detail > span img {
  margin-right: 10px;
}
.as_tag_wrapper .as_btn:hover {
  background-color: var(--secondary-color);
}
.as_tag_wrapper .as_btn:hover:before {
  border-right-color: var(--secondary-color);
}
.as_tag_wrapper .as_btn:hover:after {
  border-left-color: var(--secondary-color);
}
.as_blog_box .as_subheading > a {
  transition: none;
}
/* Blog Single End */
/* Contact Start */
.as_info_box {
  display: flex;
  align-items: center;
}
.as_info_box .as_icon {
  width: 45px;
  border: 1px solid var(--secondary-color);
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
}
li.as_info_box p {
  margin-left: 25px;
}
.as_contact_wrapper .as_appointment_form textarea.form-control {
  height: 243px;
}
.as_contact_detail {
  background-color: #f6fbff;
  padding: 40px;
  border-radius: 10px;
}
.as_contact_detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.as_contact_detail ul li {
  margin-bottom: 30px;
}
/* Contact End */
/* Search popup start */

/* Search popup End */
/* Login popup Start */
.modal.show {
  opacity: 1;
  background-color: rgb(3 29 46 / 87%);
}
.modal .modal-dialog {
  margin: 0 auto;
  transform: none !important;
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.modal-content {
  background-color: var(--dark-color2);
  width: 100%;
}
.modal-header {
  padding: 15px 25px;
  border-color: rgb(255 255 255 / 10%);
}

.modal-header h4 {
  font-size: 24px;
}

.modal-body .form-control {
  border: 1px solid rgb(255 255 255 / 10%);
}

.modal-body {
  padding: 40px;
}

.modal-header .close {
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: var(--dark-color1);
  border-radius: 100%;
  margin-top: 5px;
  font-size: 16px;
  outline: none !important;
}
.as_login_wrapper {
  background-color: #101112;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
}

.as_login_slider {
  background-image: url("../images/login_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px 0 0 10px;
}
.ad_login_box {
  background-color: #fff;
  border-radius: 10px;
}
.as_login_detail {
  padding: 70px 40px 70px 20px;
}
.as_login_detail h1 {
  color: var(--dark-color1);
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 30px;
}

.as_login_detail p {
  color: var(--dark-color1);
  font-size: 19px;
}
.as_login_data label {
  font-weight: 400;
  margin: 0;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.as_login_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.as_login_img img {
  display: inline-block;
}
.as_login_detail .as_btn {
  min-width: 100%;
}
.as_login_data label input {
  display: none;
}

.as_login_data label .checkmark {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 4px;
  border: 1px solid #e7e7e7;
}

.as_login_data label .checkmark:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  border-left: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  transform: rotate(-45deg) scale(0);
  top: 3px;
  left: 3px;
}

.as_login_data label input:checked + .checkmark:after {
  transform: rotate(-45deg) scale(1);
}
.as_login_box,
.as_signup_box {
  display: none;
}
.as_login_box.active,
.as_signup_box.active {
  display: block;
}
/* Login popup End */
/* Appointment Page Start */
.as_appointment_form .form-control {
  border: 1px solid #e7e7e7;
  border-radius: 45px;
}
.as_appointment_form .form-control::placeholder {
  color: #797979;
}

.as_appointment_form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.as_appointment_form .form-group > span {
  position: absolute;
  right: 20px;
  top: 7px;
}
.as_appointment_form textarea.form-control {
  height: 200px;
  resize: none;
  border-radius: 20px;
}

/* Appointment Page End */
/* Error Page Start */
.as_error_wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("../images/bg12.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  color: #ffffff;
  overflow: hidden;
}
.as_error_detail_box {
  position: relative;
  z-index: 1;
}

.as_error_detail_box .as_circle {
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  width: 850px;
  bottom: 0;
  animation: spin 12s infinite linear;
  -webkit-animation: spin 12s infinite linear;
  -moz-animation: spin 12s infinite linear;
  margin: -55% 0 0 -58%;
  z-index: -1;
}
.as_error_detail_box .as_btn {
  background: #ffffff;
  color: var(--dark-color1);
}
.as_error_wrapper h2 {
  text-transform: capitalize;
  letter-spacing: 6px;
  font-size: 35px;
}

.as_error_wrapper p {
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 48px;
}
/* Error Page End */
/* shop page */
.as_shop_topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.as_shop_topbar .as_select_box {
  max-width: 270px;
  width: 100%;
}
/* shop single */
.as_shopsingle_wrapper,
.as_cartsingle_wrapper,
.as_checkout_wrapper {
  background-image: url("../images/bg4.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.as_shopsingle_nav .as_prod_img {
  margin: 0 0 30px;
  width: 169px !important;
  cursor: pointer;
}
.as_shopsingle_nav .as_prod_img img {
  height: 140px;
  width: 100%;
  border-radius: 10px;
}
.as_shopsingle_for .as_prod_img img {
  width: 100%;
  border-radius: 10px;
}
.as_shopsingle_slider .as_shopsingle_nav {
  width: 200px;
  padding-right: 30px;
}
.as_product_description .as_subheading {
  font-weight: 600;
  font-size: 24px;
}

.as_shopsingle_slider .as_shopsingle_for {
  width: calc(100% - 200px);
}
.as_product_description > p {
  font-size: 15px;
  padding-bottom: 13px;
}

.as_shopsingle_slider {
  display: flex;
}

.as_shopsingle_slider .as_shopsingle_nav .slick-track {
  display: flex;
  flex-direction: column;
}
.ad_wishlist,
.ad_compare {
  width: 45px;
  height: 45px;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
  margin: 0 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.as_share_box ul {
  margin: 0;
  padding: 0;
}
.as_price {
  font-size: 21px;
  margin: 5px 0 15px;
  color: var(--dark-color1);
  font-weight: 500;
}
.as_price del {
  color: #797979;
  margin-left: 10px;
}
.prod_quantity {
  display: flex;
  align-items: center;
  color: var(--dark-color1);
}
.prod_quantity input {
  margin: 0;
  padding: 0 60px;
  text-align: center;
  width: 56px;
  border: none;
  padding: 0;
  height: 43px;
}
.quantity {
  position: relative;
  margin: 0 30px;
  border: 1px solid #e7e7e7;
  width: 99px;
  border-radius: 15px;
}
.quantity .qty_button {
  position: absolute;
  background-color: transparent;
  border: none;
  right: 0;
  height: 22px;
  width: 40px;
  top: 0;
  border-left: 1px solid #e7e7e7;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity .qty_button.minus {
  bottom: 0;
  top: auto;
  border-top: 1px solid #e7e7e7;
}
.prod_detail .buy_btn.as_btn span {
  margin-right: 6px;
}
.as_shopsingle_nav .slick-list.draggable {
  padding: 0 !important;
}
textarea.form-control {
  height: 120px;
  resize: none;
  padding-top: 15px;
  border-radius: 20px;
}
.as_cartsingle_wrapper .prod_thumb {
  position: absolute;
}
.as_price .as_btn {
  background: #f7b709;
  height: 30px;
  min-width: 108px;
  font-size: 19px;
  border-radius: 6px;
  margin-left: 22px;
}

.rating_star span {
  color: var(--dark-color1);
  margin: 0 30px;
}

.product_rating {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(118 118 118 / 30%);
  padding-bottom: 26px;
  margin-bottom: 23px;
}

.prod_detail {
  display: flex;
  border-top: 1px solid rgb(118 118 118 / 30%);
  padding: 30px 0 0;
  border-bottom: 1px solid rgb(118 118 118 / 30%);
}
.as_cartsingle_wrapper .prod_thumb img {
  width: 50px;
}

.as_cartsingle_wrapper .product_details {
  padding: 0 0 0 70px;
}
.as_cartsingle_wrapper td,
.as_cartsingle_wrapper th {
  padding: 20px !important;
  border-top: 1px solid rgb(255 255 255 / 10%) !important;
}

.as_cartsingle_wrapper table {
  border: 1px solid rgb(255 255 255 / 10%);
}
.cupon_code_wrap {
  display: flex;
}
.cupon_code_wrap .form-control {
  width: 35%;
  margin-right: 25px;
}

.step .receipt_btn {
  margin: 0 25px;
}
.stock_details span {
  color: #1cb71c;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  background-color: var(--secondary-color) !important;
}
.as_widget_title {
  color: var(--dark-color1);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.as_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.as_widget ul li {
  line-height: 20px;
  padding: 15px 0;
  border-top: 1px solid #e7e7e7;
  text-transform: capitalize;
}
.as_widget ul li a {
  transition: none;
}
.as_widget ul li.as_product:hover span + span {
  color: var(--secondary-color);
}
.as_widget ul li:hover {
  color: var(--secondary-color);
}
.as_widget ul li:first-child {
  padding-top: 0px;
  border-top: none;
}
.as_widget ul li:last-child {
  padding-bottom: 0px;
}
.as_share_widget.as_share_box ul li a {
  width: 39px;
  height: 39px;
}
.as_share_widget.as_share_box ul li {
  border: none;
  padding: 0px;
}
.as_share_widget.as_share_box ul li a svg {
  fill: #797979;
  transition: none;
}
.as_product > a {
  display: flex;
  align-items: center;
}
.as_share_widget.as_share_box ul li:hover a svg {
  fill: var(--secondary-color);
}
.as_product .as_productimg {
  padding: 10px;
  background-color: #f6f8fc;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
}

.as_product .as_product_detail {
  padding: 0 0 0 19px;
  display: flex;
  flex-direction: column;
}

.as_product .as_product_detail > img {
  width: 80px;
  margin-bottom: 10px;
}

.as_product .as_product_detail > .as_title {
  color: var(--dark-color1);
  font-weight: 600;
  margin-bottom: 6px;
}

.as_product .as_product_detail > span {
  color: var(--dark-color1);
}
.as_product .as_product_detail > span > del {
  color: #797979;
  margin-left: 7px;
}
.as_pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.as_pagination ul li {
  display: inline-flex;
  background-color: #f6f6f6;
  border-radius: 45px;
  text-transform: capitalize;
  margin: 0 12px;
}
.as_pagination ul li a,
.as_pagination ul li span {
  transition: none;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 45px;
  padding: 0 18px;
}
.as_pagination ul li:last-child {
  margin-right: 0px;
}
.as_pagination ul li.as_prev,
.as_pagination ul li.as_next {
  padding: 0 30px;
}

.as_pagination ul li.as_active,
.as_pagination ul li:hover {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(244, 170, 54) 0%,
    rgb(243, 115, 53) 100%
  );
  color: #ffffff;
}
/* pricing css */
.as_pricing_page .as_pricing_plan {
  background-image: url(../images/bg2.jpg);
}
/* service single */
.as_service_single > h3 {
  color: var(--dark-color1);
  padding: 5px 0 3px;
  font-weight: 600;
}
.as_service_single > ul {
  padding: 0 150px 0 17px;
  margin: 0 0 14px;
}
.as_service_single ul li {
  margin-bottom: 6px;
}
.as_bookingform .as_heading {
  font-size: 24px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
form.d_block {
  display: inline-block;
}
.as_bookingheading {
  font-size: 20px;
  color: var(--dark-color1);
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 0 0 35px;
}
.as_bookingheading > img {
  margin-right: 10px;
}

.as_astro img {
  border-radius: 10px;
}

.as_astro h5 {
  font-size: 18px;
  color: var(--dark-color1);
  font-weight: 600;
  padding-top: 6px;
}

.as_astro {
  cursor: pointer;
}

.as_astro input:checked + span > span:after,
.as_astro:hover span > span:after {
  transform: none;
}

.as_astro > span > :after {
  position: absolute;
  content: "";
  border-radius: 10px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(253, 200, 48) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(253, 200, 48) 0%,
    rgb(243, 115, 53) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(253, 200, 48) 0%,
    rgb(243, 115, 53) 100%
  );
  opacity: 0.502;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  transform: scale(0);
}

.as_astro > span > span {
  position: relative;
  display: inline-flex;
}
.as_booking_section {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 37px;
}
.as_booking_section.as_payment {
  border: none;
}
.as_booking_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.as_booking_section ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 18px;
}
.as_booking_section ul.as_total_amount {
  border-right: 1px solid #e7e7e7;
  padding-right: 45px;
  margin-right: 15px;
}

.as_booking_section ul.as_total_amount li:last-child {
  border-top: 1px solid #e7e7e7;
  padding-top: 13px;
  margin-top: 22px;
}
.as_booking_section .as_payment_list li {
  display: inline-flex;
  margin-right: 40px;
  cursor: pointer;
}

.as_booking_section .as_payment_list li svg {
  margin-right: 10px;
  fill: #797979;
  transition: none;
}

.as_booking_section .as_payment_list li:hover svg {
  fill: var(--secondary-color);
}

.as_booking_section .as_payment_list li:hover {
  color: var(--secondary-color);
}
.as_shop_sidebar .as_widget:last-child {
  margin-bottom: 0;
}

/* Responsive css */
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1400px) and (max-width: 1810px) {
  .as_header_detail {
    width: calc(100% - 220px);
  }
  .as_info_detail {
    padding-right: 50px;
  }
  .as_menu_wrapper {
    padding-right: 50px;
  }

  .as_info_detail ul li,
  .as_right_info,
  .as_menu > ul > li {
    font-size: 14px;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  .as_product_box {
    min-height: 483px;
  }
}
@media (max-width: 1800px) {
  .as_banner_slider .slick-arrow.slick-next {
    right: -750px;
  }
  .as_banner_slider .slick-arrow.slick-prev {
    left: -120px;
  }
  .as_whychoose_wrapper:before,
  .as_footer_wrapper:before {
    top: -1px;
  }
  .as_whychoose_wrapper:after,
  .as_banner_wrapper:after {
    bottom: -1px;
  }
}
@media (max-width: 1560px) {
  .as_banner_slider .slick-arrow.slick-next {
    right: -700px;
  }
}
@media (max-width: 1560px) {
  .as_banner_slider .slick-arrow.slick-next {
    right: -650px;
  }
  .as_banner_slider .slick-arrow.slick-prev {
    left: -60px;
  }
}
@media (max-width: 1450px) {
  .as_error_detail_box .as_circle {
    width: 75%;
    display: inline-block;
    margin: -36% 0 0 -38%;
  }
  .as_error_detail_box img {
    width: 60%;
    display: inline-block;
  }
}
@media (max-width: 1399px) {
  .as_header_detail {
    width: calc(100% - 220px);
  }
  .as_infobox {
    font-size: 14px;
  }
  .as_menu > ul > li {
    margin: 0 10px;
  }
}
@media (max-width: 1360px) {
  .as_menu ul li a {
    font-size: 13px;
  }
  .as_banner_slider .slick-arrow.slick-next,
  .as_banner_slider .slick-arrow.slick-prev {
    right: auto;
    left: 70px;
    top: auto;
    transform: none;
    bottom: -80px;
  }
  .as_banner_slider .slick-arrow.slick-prev {
    left: 0;
  }
  .as_banner_slider {
    z-index: 2;
    margin-top: -80px;
  }
}
@media (max-width: 1260px) {
  .as_header_wrapper .as_info_detail .row {
    display: flex;
    align-items: center;
  }
  .as_cart_wrapper {
    margin-left: 20px;
    padding: 10px 15px;
    font-size: 11px;
  }
  .as_menu ul li a {
    padding: 13px 0;
  }
  .as_info_detail,
  .as_menu_wrapper {
    padding-right: 0;
  }
  .as_banner_slider .slick-arrow.slick-next {
    right: -580px;
  }
  .as_customer_wrapper .slick-prev {
    left: 0;
  }
  .as_customer_wrapper .slick-next {
    right: 20px;
    margin: 0;
  }
  .as_overview_wrapper .slick-prev {
    left: -20px;
  }
  .as_overview_wrapper .slick-next {
    right: -4px;
  }
  .as_header_wrapper .as_info_detail .row > div {
    flex: 1;
  }
}
@media (max-width: 1199px) {
  .as_service_img:after {
    bottom: -100px;
  }
  .as_aboutimg::after {
    top: 85px;
    right: 80px;
  }
  .as_aboutimg::before {
    left: -45px;
    bottom: -40px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .as_product_img > img {
    width: 100%;
  }
  .as_tab_wrapper .nav-tabs > li > a {
    padding: 16px 20px;
  }
  .as_countdown_wrapper ul li {
    padding-right: 30px;
  }
  .as_tag_wrapper .as_btn {
    margin-bottom: 10px;
  }
  .as_banner_detail h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .as_banner_detail h5 {
    font-size: 23px;
  }
  .as_customer_img {
    width: 75px !important;
    height: 75px;
  }
  .as_sign_form ul li {
    margin-left: 8px;
  }
  .as_know_sign_wrapper > div {
    width: 100%;
    text-align: center;
  }
  .as_know_sign_wrapper .as_heading {
    padding-bottom: 30px;
  }
  .as_comnt_detail .as_comnt_title .as_time,
  .as_comnt_detail .as_comnt_title .as_reply,
  .as_comnt_detail .as_comnt_title .as_date {
    font-size: 12px;
  }
  .as_blog_box ul li img {
    margin-right: 5px;
  }
  .as_comment_section > ul > li .as_comnt_img img {
    width: 100px;
  }
  .as_comment_section > ul > li .as_comnt_img {
    width: 120px;
  }
  .as_comment_section > ul > li .as_comnt_detail {
    width: calc(100% - 120px);
    padding-right: 0px;
  }
  .as_comment_section > ul > li > ul > li {
    margin-left: 50px;
  }
}
@media (max-width: 1160px) {
  .as_banner_slider .slick-arrow.slick-next {
    right: -515px;
  }
}
@media (max-width: 1145px) {
  .as_info_detail ul li .as_infobox > span.as_orange {
    width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .as_heading {
    font-size: 28px;
  }
  .as_infobox .as_infoicon svg {
    width: 15px;
  }
  .as_info_detail ul li .as_infobox > span.as_orange {
    width: 40px;
  }
  .as_cart_wrapper {
    margin-left: 10px;
  }
  .as_infobox .as_infoicon {
    margin-right: 5px;
  }
  .as_cart_wrapper > span {
    margin-right: 12px;
  }
  .as_header_detail {
    width: calc(100% - 170px);
  }
  .as_info_detail,
  .as_menu_wrapper {
    padding-right: 6px;
  }
  .as_info_detail ul li {
    padding: 5px;
  }
  .as_info_detail ul li .as_infobox > span.as_orange {
    width: 34px;
  }
  .as_infobox .as_logintext {
    display: none;
  }
  .as_banner_detail h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .as_banner_detail h5 {
    font-size: 18px;
  }
  .as_aboutimg::before,
  .as_aboutimg::after {
    display: none;
  }
  .as_aboutimg > img {
    margin: 0 0px 30px auto;
    width: 100%;
  }
  .as_padderBottom80 {
    padding-bottom: 50px;
  }
  .as_padderTop80 {
    padding-top: 50px;
  }

  .as_product_img ul {
    display: flex;
    justify-content: space-around;
  }

  .as_service_detail_inner {
    margin-bottom: 50px;
  }
  .as_newsletter_box {
    margin: 0 20px;
  }
  .as_card_box {
    text-align: center;
  }
  .as_card_box img {
    display: inline-block;
  }
  .as_choose_ul li {
    width: 33.33%;
  }
  .as_comment_form {
    margin-bottom: 50px;
  }
  .as_verticle_center {
    display: block;
  }
  .as_service_img .as_service_circle {
    margin: 60px auto;
    margin-left: 60px;
  }
  .as_customer_nav .slick-list {
    display: inline-flex;
    width: 330px;
  }
  .as_copyright_wrapper,
  .as_login_data {
    display: block;
  }
  .as_banner_slider {
    margin: 0;
  }
  .as_banner_slider .as_banner_detail {
    height: auto;
    margin-bottom: 20px;
  }
  .as_choose_ul {
    text-align: center;
  }
  .as_banner_wrapper {
    padding: 180px 0 100px;
  }
  .as_tab_wrapper {
    float: left;
    width: 100%;
  }
  .as_product_description {
    padding: 50px 0 0;
  }
  .as_pagination ul li.as_prev,
  .as_pagination ul li.as_next {
    padding: 0;
  }
  .as_share_box ul li {
    margin-right: 5px;
  }
  .as_blog_detail .col-lg-4.col-md-4.col-sm-12 img {
    width: 100%;
    margin-bottom: 30px;
  }
  .as_bloquote {
    padding: 30px;
  }
  .as_comnt_detail .as_comnt_title {
    display: block;
  }
  .as_comnt_detail .as_comnt_title .as_time {
    padding-left: 0;
  }
  .as_comnt_detail .as_comnt_title .as_reply,
  .as_comnt_detail .as_comnt_title .as_date {
    padding-left: 10px;
  }
  .as_contact_detail {
    margin-bottom: 50px;
  }
  .as_customer_img:nth-child(2) {
    margin: 110px 0 0 -42px;
  }
  .as_customer_img:nth-child(3) {
    margin: 30px 0 0 -8px;
  }
  .as_customer_img:nth-child(4) {
    margin: 120px 0 0 -50px;
  }
  .as_customer_img:nth-child(5) {
    margin: 0px;
  }
  .as_customer_img:nth-child(6) {
    margin: 10px 0 0 20px;
  }
  .as_booking_section ul.as_total_amount {
    border-right: 0px;
    padding-right: 0px;
    margin-right: 0px;
  }
  .as_banner_img {
    margin-top: 50px;
  }
  .as_service_img:after {
    bottom: 0;
  }

  .as_contact_expert .as_icon {
    width: 70px;
    height: 70px;
    padding: 12px;
    padding-left: 15px;
  }

  .as_contact_expert .as_icon:before {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 768px) {
  .as_verticle_center {
    display: block;
  }
  .as_product_description {
    padding: 50px 0 0;
  }

  .prod_detail {
    display: block;
  }

  .prod_detail .as_btn {
    margin: 0 0 30px;
  }
  .as_search_wrapper {
    padding-top: 0;
  }
  .as_choose_ul li {
    width: 100%;
  }
  .as_sign_box {
    margin: 40;
    margin: 30px auto 0 !important;
  }
  .as_blog_img img {
    width: 100%;
  }
  .as_banner_slider .slick-arrow.slick-next {
    right: -75px;
  }
  .as_toggle {
    display: flex;
    /*margin-right: 20px;*/
    cursor: pointer;
  }
  .as_menu ul li,
  .as_menu ul li a {
    display: block;
  }
  .as_menu {
    position: fixed;
    left: -200px;
    top: 0;
    bottom: 0;
    background-color: var(--dark-color1);
    z-index: 999;
    width: 200px;
    border-right: 2px solid var(--secondary-color);
    opacity: 0;
    visibility: hidden;
  }
  .menu_open .as_menu {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .as_menu li {
    display: flex;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    margin: 0;
  }
  .as_menu ul li a:before {
    display: none;
  }
  .as_menu_wrapper {
    padding: 12px 10px;
  }
  .as_cart_wrapper {
    display: flex;
  }
  .as_cart_wrapper > span {
    margin-right: 20px;
  }
  .as_info_detail {
    justify-content: center;
    flex-direction: column;
    padding: 10px;
  }
  .as_right_info {
    padding-left: 5px;
  }
  .as_search_inner {
    padding: 0 20px;
  }
  .as_menu > ul > li .as_submenu {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    right: auto !important;
    padding: 0;
    background-color: transparent;
    display: none;
  }
  .as_service_img:after {
    bottom: -40px;
  }
  .as_menu > ul > li .as_submenu .as_submenu {
    display: none;
  }
  .as_menu > ul > li .as_submenu:before {
    display: none;
  }
  .as_menu ul li .as_submenu.active {
    display: block;
  }
  .as_menu ul li.as_submenu_li:after {
    position: absolute;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    top: 25px;
    right: 0;
  }
  .as_menu ul li.as_submenu_li ul li.as_submenu_li:after {
    top: 18px;
  }
  .as_service_img .as_service_img {
    position: unset;
    transform: translate(0, 0);
    margin: auto;
  }
  .as_service_img .as_service_circle {
    margin: auto;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
  }
  .as_service_img {
    position: relative;
    margin: 50px 0;
    text-align: center;
  }
  .as_banner_slider .slick-arrow.as_btn {
    min-width: 40px;
    height: 40px;
  }
  .as_banner_slider .slick-arrow.slick-next,
  .as_banner_slider .slick-arrow.slick-prev {
    bottom: -50px;
  }
  .as_banner_slider .slick-arrow.slick-next {
    left: 50px;
  }
  .as_service_single > ul {
    padding: 0 0px 0 18px;
  }
  .as_blog_wrapper.as_padderBottom90 {
    padding-bottom: 0px;
  }
  .as_shop_sidebar {
    margin-bottom: 40px;
  }
  .as_shopsingle_slider .as_shopsingle_nav .slick-track {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .as_shopsingle_slider .as_shopsingle_nav {
    width: 100%;
    padding-right: 0px;
  }
  .as_shopsingle_slider .as_shopsingle_for {
    width: 100%;
    display: block;
  }
  .as_shopsingle_slider {
    display: block;
  }
  .as_shopsingle_nav .as_prod_img {
    margin: 0 10px 20px;
  }
  .as_shopsingle_nav .as_prod_img img {
    height: auto;
  }
  .as_header_wrapper {
    background-color: rgb(17 16 17);
  }
  .as_logo {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .as_comment_section > ul > li .as_comnt_detail .as_btn {
    position: relative;
    right: auto;
    top: auto;
    padding: 0 10px;
    margin: 10px 0 0 0;
  }
  .as_sign_form ul li {
    width: 100% !important;
    margin: 0 0 20px;
    justify-content: center;
  }
  .as_header_wrapper .as_info_detail .row {
    flex-direction: column;
  }
  .as_sign_box {
    padding: 15px;
  }
  .as_info_detail ul {
    text-align: center;
    justify-content: space-between;
  }
  .as_info_detail ul li {
    padding: 0px;
    display: block;
  }
  .as_infobox {
    justify-content: center;
    font-size: 12px;
  }
  .as_right_info {
    margin-top: 5px;
  }
  .as_wishlist {
    margin-left: 5px;
  }
  .as_cart_wrapper {
    margin-left: 0;
  }
  .as_year_ex {
    font-size: 40px;
  }
  .as_contact_expert .as_icon {
    margin-bottom: 15px;
    margin-left: -10px;
  }
  .as_comment_section ul li,
  .as_about_admin {
    display: block;
  }
  .as_comment_section > ul > li .as_comnt_detail,
  .as_about_admin .as_aboutDetail {
    width: 100%;
    margin-top: 10px;
  }
  .as_comment_section > ul > li > ul > li {
    margin-left: 20px;
  }
  .as_comment_section > ul > li {
    padding: 20px 0;
  }
  .as_pagination ul li a,
  .as_pagination ul li span {
    height: 30px;
    padding: 0 11px;
  }
  .as_pagination ul li {
    margin: 0 6px;
  }
  .ad_wishlist,
  .ad_compare {
    margin: 0 0 0 10px;
  }
  .as_tab_wrapper .nav-tabs > li > a {
    padding: 10px;
  }
  .as_about_admin {
    padding: 20px;
  }
  .as_tag_wrapper .as_btn {
    height: 30px;
    min-width: 120px;
  }
  .as_tag_wrapper ul li {
    margin-right: 10px;
  }
  .as_service_img .as_service_circle {
    top: 60px;
  }
}

@media (max-width: 450px) {
  .as_contact_detail {
    padding: 20px;
  }
  li.as_info_box p {
    margin-left: 10px;
  }
  .as_contact_expert h1 {
    font-size: 24px;
  }
}
@media (max-width: 355px) {
  .as_info_box .as_icon {
    width: 50px;
  }
}

/* New CSS for Detailed Service Sections */

.as_service_detail_card {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff; /* Light gray background */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Subtle inner shadow */
  display: flex;
  align-items: center;
  gap: 30px;
}

.service-box-img {
  width: 300px;
  height: 385px;
  border-radius: 15px;
  object-fit: cover;
}

.as_service_detail_card .as_heading.as_orange {
  border-bottom: 2px solid rgba(243, 115, 53, 0.3); /* Lighter divider for professionalism */
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.as_service_detail_card .as_service_ul {
  padding-left: 0;
  list-style: none;
}

.as_service_detail_card .as_service_ul li {
  font-size: 16px;
  line-height: 1.8;
  padding: 5px 0 5px 30px; /* Space for the new icon bullet */
  position: relative;
  color: var(--dark-color1); /* Make list text stand out */
}

.as_service_detail_card .as_service_ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f058"; /* fa-solid fa-check-circle */
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--secondary-color); /* Use the orange/gold color for the icon */
  font-size: 18px;
}

/* -------------------------
   About the Founder — Your Aura Sutra
   Paste this at the bottom of style.css
   ------------------------- */

.founder-section {
  padding: 56px 20px;
  /* background: radial-gradient(
      1200px 400px at 10% 10%,
      rgba(85, 65, 140, 0.06),
      transparent 6%
    ),
    linear-gradient(180deg, rgba(8, 7, 20, 0.02), rgba(8, 7, 20, 0)); */
  background-color: #f9f1ff;
  position: relative;
  overflow: visible;
  border-top: 1px solid rgba(200, 200, 200, 0.06);
}

/* Centered inner container (responsive) */
.founder-section .inner-wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 36px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* Media column: rounded portrait + floating elements */
.founder-media {
  width: 100%;
  display: block;
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Founder image: rounded with soft glow */
.founder-media img {
  width: 320px;
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  /* box-shadow: 0 20px 40px rgba(45,20,70,0.18), inset 0 1px 0 rgba(255,255,255,0.02); */
  transform: translateY(0);
  animation: floatY 6s ease-in-out infinite;
  transition: transform 200ms ease;
  display: block;
}

/* Decorative orbit ring behind image */
.founder-media .ring {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px dashed rgba(165, 142, 220, 0.15);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(12deg);
  pointer-events: none;
  animation: spinSlow 28s linear infinite;
  filter: blur(0.4px);
  z-index: 0;
}

/* small floating orbs */
.founder-media .orb {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(
      circle at 30% 25%,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0.2)
    ),
    linear-gradient(180deg, rgba(230, 190, 255, 0.22), rgba(140, 90, 200, 0.12));
  box-shadow: 0 8px 18px rgba(100, 60, 140, 0.12);
  z-index: 3;
  opacity: 0.95;
  pointer-events: none;
}

/* orb positions and subtle animations */
.founder-media .orb-1 {
  top: 14%;
  left: 6%;
  transform-origin: center;
  animation: drift1 6.5s ease-in-out infinite;
}
.founder-media .orb-2 {
  bottom: 8%;
  right: 6%;
  width: 22px;
  height: 22px;
  animation: drift2 7.7s ease-in-out infinite;
}

/* tiny stars */
.founder-media .star {
  position: absolute;
  width: 10px;
  height: 10px;
  background: linear-gradient(180deg, #fff, #ffd7ff);
  transform: rotate(25deg);
  border-radius: 2px;
  box-shadow: 0 6px 18px rgba(170, 120, 255, 0.12);
  z-index: 4;
  opacity: 0.9;
  pointer-events: none;
}
.founder-media .star-1 {
  left: 0%;
  top: 60%;
  transform: translate(28%, -10%) scale(1.1);
  animation: twinkle 3.8s infinite;
}
.founder-media .star-2 {
  right: 6%;
  top: 8%;
  transform: translate(-8%, 6%) scale(0.9);
  animation: twinkle 4.6s infinite;
}

/* Content column */
.founder-content {
  color: #0b0b1a;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  padding: 10px 6px;
}

/* Headings & name */
.founder-content h3 {
  font-size: 20px;
  margin: 0 0 10px;
  letter-spacing: 0.6px;
  color: #3b2b63;
  text-transform: none;
  position: relative;
}

/* Subtle underline (like a constellation stroke) */
.founder-content h3::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin-top: 10px;
  background: linear-gradient(
    90deg,
    rgba(173, 125, 255, 0.9),
    rgba(140, 105, 230, 0.6)
  );
  border-radius: 6px;
}

/* Name and roles */
.founder-name {
  font-size: 34px;
  margin: 14px 0 6px;
  color: #0e0633;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.founder-roles {
  font-size: 15px;
  margin: 0 0 18px;
  color: #5c4a88;
  font-weight: 600;
  text-transform: none;
  opacity: 0.95;
}

/* Lead paragraph */
.founder-bio.lead {
  font-size: 15px;
  line-height: 1.6;
  color: #242033;
  margin-bottom: 12px;
  font-weight: 400;
}

/* normal paragraphs */
.founder-bio {
  font-size: 15px;
  color: #363241;
  line-height: 1.7;
  margin-bottom: 12px;
}

/* Expertise list */
.founder-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  color: #251f34;
}
.founder-list li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.5;
}
.founder-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #a47bff;
  font-size: 14px;
  transform: translateY(1px);
}

/* responsive adjustments */
@media (max-width: 980px) {
  .founder-section .inner-wrap {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0 10px;
  }
  .founder-media {
    min-height: 280px;
  }
  .founder-media .ring {
    display: none;
  }
  .founder-content h3::after {
    width: 48px;
  }
  .founder-list {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------
   Animations
   ------------------------------ */
@keyframes floatY {
  0% {
    transform: translateY(0px) rotate(0.01deg);
  }
  50% {
    transform: translateY(-12px) rotate(-0.2deg);
  }
  100% {
    transform: translateY(0px) rotate(0.01deg);
  }
}
@keyframes spinSlow {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes drift1 {
  0% {
    transform: translateY(0px) translateX(0px) scale(1);
    opacity: 0.95;
  }
  50% {
    transform: translateY(-14px) translateX(6px) scale(1.06);
    opacity: 0.86;
  }
  100% {
    transform: translateY(0px) translateX(0px) scale(1);
    opacity: 0.95;
  }
}
@keyframes drift2 {
  0% {
    transform: translateY(0px) translateX(0px) scale(1);
    opacity: 0.92;
  }
  50% {
    transform: translateY(10px) translateX(-6px) scale(0.94);
    opacity: 0.78;
  }
  100% {
    transform: translateY(0px) translateX(0px) scale(1);
    opacity: 0.92;
  }
}
@keyframes twinkle {
  0% {
    transform: scale(0.95) rotate(15deg);
    opacity: 0.92;
    filter: blur(0px);
  }
  50% {
    transform: scale(1.22) rotate(20deg);
    opacity: 1;
    filter: blur(0.3px);
  }
  100% {
    transform: scale(0.95) rotate(15deg);
    opacity: 0.92;
    filter: blur(0px);
  }
}

/* small improvement: focus state for accessibility if image is interactive */
.founder-media img:focus {
  outline: 3px solid rgba(164, 122, 255, 0.28);
  outline-offset: 6px;
}

/* ---------------------------------------
   About Page – Your Aura Sutra
   --------------------------------------- */

.about-page {
  position: relative;
  padding: 180px 0 80px;
}

/* Hero area */

.about-page-hero {
  margin-bottom: 50px;
}

.about-hero-content {
  max-width: 540px;
  margin-bottom: 30px;
}

.about-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(170, 128, 45, 0.08);
  color: #aa802d;
  margin-bottom: 12px;
}

.about-hero-subtitle {
  font-size: 16px;
  color: #404040;
  margin: 12px 0 14px;
}

.about-hero-text {
  color: #666666;
  line-height: 1.8;
}

.about-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 20px 0 24px;
}

.about-meta-box {
  flex: 0 0 auto;
  min-width: 130px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: linear-gradient(145deg, #ffffff, #fbf7ee);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.about-meta-number {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #aa802d;
  line-height: 1.3;
}

.about-meta-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9a9a9a;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
}

.about-link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #2f3269;
  font-weight: 600;
  position: relative;
}

.about-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #aa802d, #f6bf5a);
}

/* Hero visual with orbits + stars */

.about-hero-visual {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

.about-main-img {
  max-width: 90%;
  margin-left: auto;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
  animation: aboutFloat 7s ease-in-out infinite;
}

/* Orbits */
.about-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(170, 128, 45, 0.35);
  transform-origin: center;
  pointer-events: none;
  z-index: 0;
}

.about-orbit-outer {
  width: 380px;
  height: 380px;
  right: 0;
  top: 40%;
  transform: translate(10%, -50%);
  animation: aboutOrbitSpin 38s linear infinite;
}

.about-orbit-inner {
  width: 260px;
  height: 260px;
  right: 12%;
  top: 40%;
  transform: translate(10%, -50%);
  border-style: solid;
  border-color: rgba(53, 60, 124, 0.22);
  animation: aboutOrbitSpinReverse 26s linear infinite;
}

/* Small glowing orbs */
.about-orb {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(
      circle at 30% 30%,
      #ffffff,
      rgba(255, 255, 255, 0.1)
    ),
    linear-gradient(145deg, #f7e0a1, #aa802d);
  box-shadow: 0 10px 20px rgba(170, 128, 45, 0.35);
  opacity: 0.96;
  z-index: 3;
}

.about-orb-1 {
  right: 18%;
  top: 8%;
  animation: aboutOrbDrift1 7s ease-in-out infinite;
}

.about-orb-2 {
  right: 4%;
  bottom: 18%;
  width: 18px;
  height: 18px;
  animation: aboutOrbDrift2 6.4s ease-in-out infinite;
}

.about-orb-3 {
  left: 4%;
  top: 50%;
  width: 16px;
  height: 16px;
  animation: aboutOrbDrift3 8.2s ease-in-out infinite;
}

/* Star chips */

.about-star {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: linear-gradient(180deg, #ffffff, #fbe8ff);
  transform: rotate(30deg);
  box-shadow: 0 8px 18px rgba(53, 60, 124, 0.25);
  z-index: 3;
}

.about-star-1 {
  right: 40%;
  top: 0%;
  animation: aboutTwinkle 3.4s ease-in-out infinite;
}

.about-star-2 {
  left: 8%;
  bottom: 12%;
  animation: aboutTwinkle 4.1s ease-in-out infinite;
}

.about-star-3 {
  right: 2%;
  top: 48%;
  animation: aboutTwinkle 3.8s ease-in-out infinite;
}

/* ---------------------------------------
   Pillars / What we do
   --------------------------------------- */

.about-pillars-section {
  padding: 60px 0;
  background: #ffffff;
}

.about-pillars-subtitle {
  margin-top: 18px;
  margin-bottom: 10px;
  color: #6a6a6a;
}

.about-pillars-row {
  margin-top: 15px;
}

.about-pillars-card {
  padding: 20px 20px 22px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.about-pillars-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(170, 128, 45, 0.07),
    rgba(53, 60, 124, 0.03)
  );
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 0;
}

.about-pillars-card h4 {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--secondary-color);
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.about-pillars-card p {
  position: relative;
  z-index: 1;
  color: #6a6a6a;
  margin: 0;
}

.about-pillars-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.about-pillars-card:hover::before {
  opacity: 1;
}

/* ---------------------------------------
   Founder section
   --------------------------------------- */

.about-founder-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #fdf7eb, #f7f5ff);
}

.about-founder-row {
  row-gap: 30px;
}

.about-founder-photo {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}

.about-founder-photo img {
  width: 100%;
  border-radius: 40px;
  position: relative;
  z-index: 2;
}

.about-founder-glow {
  position: absolute;
  inset: 12%;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(170, 128, 45, 0.35),
    transparent 55%
  );
  filter: blur(10px);
  z-index: 1;
}

.about-founder-orb {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(
      circle at 30% 30%,
      #ffffff,
      rgba(255, 255, 255, 0.1)
    ),
    linear-gradient(145deg, #f7e0a1, #aa802d);
  box-shadow: 0 10px 24px rgba(170, 128, 45, 0.3);
  z-index: 3;
}

.about-founder-orb.orb-top {
  right: -10px;
  top: 16%;
  animation: aboutOrbDrift2 7.5s ease-in-out infinite;
}

.about-founder-orb.orb-bottom {
  left: -6px;
  bottom: 10%;
  animation: aboutOrbDrift3 8.5s ease-in-out infinite;
}

.about-founder-content {
  padding-left: 10px;
}

.about-founder-role {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #5e5388;
  margin: 10px 0 14px;
}

.about-founder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}

.about-founder-tags span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: 999px;
  padding: 6px 12px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  color: #7a6d99;
}

/* ---------------------------------------
   Approach section
   --------------------------------------- */

.about-approach-section {
  padding: 60px 0;
  background: #ffffff;
}

.about-approach-block {
  max-width: 520px;
}

.about-approach-list {
  list-style: none;
  padding-left: 0;
  margin-top: 14px;
  margin-bottom: 0;
}

.about-approach-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  color: #5b5b5b;
}

.about-approach-list li::before {
  content: "✶";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
  color: #aa802d;
}

.about-approach-panel {
  background: linear-gradient(145deg, #2f3269, #191b3d);
  border-radius: 24px;
  padding: 20px 22px;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.about-approach-item + .about-approach-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 12px;
  padding-top: 12px;
}

.about-approach-item h5 {
  font-size: 15px;
  margin-bottom: 4px;
  color: #fbe9b3;
}

.about-approach-item p {
  font-size: 13px;
  margin-bottom: 0;
}

/* ---------------------------------------
   CTA section
   --------------------------------------- */

.about-cta-section {
  padding: 60px 0;
  background: radial-gradient(
      circle at top,
      rgba(170, 128, 45, 0.12),
      transparent 60%
    ),
    #111111;
  text-align: center;
}

.about-cta-section .as_heading {
  color: #ffffff;
}

.about-cta-text {
  color: #e8e4f2;
  max-width: 620px;
  margin: 18px auto 26px;
}

/* ---------------------------------------
   Animations for About Page
   --------------------------------------- */

@keyframes aboutFloat {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes aboutOrbitSpin {
  0% {
    transform: translate(10%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(10%, -50%) rotate(360deg);
  }
}

@keyframes aboutOrbitSpinReverse {
  0% {
    transform: translate(10%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(10%, -50%) rotate(-360deg);
  }
}

@keyframes aboutOrbDrift1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-6px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes aboutOrbDrift2 {
  0% {
    transform: translate(0, 0);
    opacity: 0.9;
  }
  50% {
    transform: translate(4px, 8px);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0.9;
  }
}

@keyframes aboutOrbDrift3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-4px, 6px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes aboutTwinkle {
  0% {
    transform: scale(0.9) rotate(30deg);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.15) rotate(32deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.9) rotate(30deg);
    opacity: 0.9;
  }
}

/* ---------------------------------------
   Responsive tweaks
   --------------------------------------- */

@media (max-width: 991px) {
  .about-page {
    padding-top: 60px;
  }

  .about-hero-content {
    margin-bottom: 30px;
  }

  .about-hero-visual {
    text-align: center;
  }

  .about-main-img {
    max-width: 80%;
    margin: 0 auto;
  }

  .about-orbit-outer,
  .about-orbit-inner {
    right: 50%;
    transform: translate(50%, -50%);
  }

  .about-founder-content {
    padding-left: 0;
    margin-top: 12px;
  }

  .about-approach-panel {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .about-page {
    padding-top: 50px;
  }

  .about-hero-meta {
    gap: 10px;
  }

  .about-meta-box {
    min-width: 120px;
  }

  .about-pillars-section {
    padding-bottom: 40px;
  }

  .about-founder-section {
    padding: 40px 0 50px;
  }

  .about-approach-section {
    padding: 40px 0 60px;
  }

  .about-cta-section {
    padding: 50px 0 60px;
  }
}

/* =======================================
   Legal Pages – Privacy & Terms
   ======================================= */

.legal-page {
  position: relative;
  padding: 80px 0 70px;
  overflow: hidden;
}

/* Background variants */

/* Hero */

.legal-hero-row {
  margin-bottom: 30px;
}

.legal-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(170, 128, 45, 0.1);
  color: #aa802d;
  margin-bottom: 12px;
}

.legal-badge-dark {
  background: rgba(255, 255, 255, 0.15);
  color: #fbd998;
}

.legal-hero-subtitle {
  margin-top: 14px;
  margin-bottom: 8px;
  color: #666666;
}

.legal-meta {
  font-size: 13px;
  color: #8c8c8c;
}

/* Hero info cards */

.legal-hero-panels {
  margin-bottom: 34px;
}

.legal-hero-card {
  height: 100%;
  padding: 18px 18px 20px;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}

.legal-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    130deg,
    rgba(170, 128, 45, 0.1),
    rgba(53, 60, 124, 0.05)
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.legal-hero-card h4 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #2b2b3c;
  position: relative;
  z-index: 1;
}

.legal-hero-card p {
  position: relative;
  z-index: 1;
  color: #6a6a6a;
}

.legal-hero-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: radial-gradient(
      circle at 30% 30%,
      #ffffff,
      rgba(255, 255, 255, 0)
    ),
    linear-gradient(135deg, #f6e2b0, #aa802d);
  color: #2f3269;
  box-shadow: 0 10px 20px rgba(170, 128, 45, 0.35);
  position: relative;
  z-index: 1;
}

.legal-hero-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.1);
}

.legal-hero-card:hover::before {
  opacity: 1;
}

/* Dark variant for terms */

.legal-terms .legal-hero-card {
  background: linear-gradient(
    145deg,
    rgba(12, 16, 52, 0.95),
    rgba(43, 47, 112, 0.96)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.6);
}

.legal-terms .legal-hero-card h4 {
  color: #fdf1cc;
}

.legal-terms .legal-hero-card p {
  color: #e0ddff;
}

.legal-terms .legal-hero-card::before {
  background: linear-gradient(
    130deg,
    rgba(170, 128, 45, 0.6),
    rgba(90, 118, 255, 0.4)
  );
}

/* Body layout */

.legal-body-row {
  margin-top: 10px;
}

/* Side navigation */

.legal-side-nav {
  position: sticky;
  top: 110px;
  padding: 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.legal-terms .legal-side-nav {
  background: rgba(16, 18, 54, 0.98);
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.65);
}

.legal-side-nav h5 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
  color: #333333;
}

.legal-terms .legal-side-nav h5 {
  color: #f7ebc5;
}

.legal-side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.legal-side-nav ul li + li {
  margin-top: 4px;
}

.legal-side-nav a {
  display: inline-block;
  font-size: 13px;
  color: #666666;
  text-decoration: none;
  padding: 3px 0;
  position: relative;
}

.legal-terms .legal-side-nav a {
  color: #cbc9f1;
}

.legal-side-nav a::before {
  content: "✦";
  font-size: 9px;
  margin-right: 6px;
  color: #aa802d;
}

.legal-terms .legal-side-nav a::before {
  color: #fbd998;
}

.legal-side-nav a:hover {
  color: #aa802d;
}

.legal-terms .legal-side-nav a:hover {
  color: #ffffff;
}

/* Section cards */

.legal-section-card {
  padding: 22px 22px 24px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

.legal-terms .legal-section-card {
  background: linear-gradient(
    150deg,
    rgba(17, 19, 60, 0.96),
    rgba(37, 41, 96, 0.98)
  );
  border-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
  color: #e4e3ff;
}

.legal-section-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(170, 128, 45, 0.12),
    transparent 58%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.legal-terms .legal-section-card::before {
  background: radial-gradient(
    circle at top right,
    rgba(170, 128, 45, 0.35),
    transparent 60%
  );
}

.legal-section-card:hover::before {
  opacity: 1;
}

.legal-section-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2d2d3b;
}

.legal-terms .legal-section-card h3 {
  color: #fdf1c8;
}

.legal-section-card p {
  color: #666666;
}

.legal-terms .legal-section-card p {
  color: #e0ddff;
}

/* Lists */

.legal-list {
  list-style: none;
  margin: 8px 0 10px;
  padding-left: 0;
}

.legal-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  color: #5f5f5f;
}

.legal-terms .legal-list li {
  color: #dbd8ff;
}

.legal-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 16px;
  color: #aa802d;
}

.legal-terms .legal-list li::before {
  color: #fbd998;
}

/* Contact block */

.legal-contact-block a {
  text-decoration: none;
  color: #aa802d;
}

.legal-terms .legal-contact-block a {
  color: #fbd998;
}

.legal-contact-block a:hover {
  text-decoration: underline;
}

.legal-disclaimer {
  font-size: 12px;
  opacity: 0.9;
}

/* Simple floating background shapes (subtle astro feeling) */

.legal-page::before,
.legal-page::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(16px);
  opacity: 0.33;
  pointer-events: none;
}

.legal-page::before {
  width: 220px;
  height: 220px;
  top: -60px;
  left: -40px;
  background: radial-gradient(circle, rgba(170, 128, 45, 0.4), transparent 70%);
  animation: legalGlowFloat1 16s ease-in-out infinite;
}

.legal-page::after {
  width: 260px;
  height: 260px;
  bottom: -80px;
  right: -60px;
  background: radial-gradient(circle, rgba(46, 57, 123, 0.6), transparent 70%);
  animation: legalGlowFloat2 18s ease-in-out infinite;
}

/* Animations */

@keyframes legalGlowFloat1 {
  0% {
    transform: translate(0, 0);
    opacity: 0.28;
  }
  50% {
    transform: translate(18px, 16px);
    opacity: 0.43;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0.28;
  }
}

@keyframes legalGlowFloat2 {
  0% {
    transform: translate(0, 0);
    opacity: 0.3;
  }
  50% {
    transform: translate(-20px, -12px);
    opacity: 0.46;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0.3;
  }
}

/* Responsive tweaks */

@media (max-width: 991px) {
  .legal-page {
    padding: 70px 0 50px;
  }

  .legal-side-nav {
    position: static;
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) {
  .legal-page {
    padding: 60px 0 40px;
  }

  .legal-hero-panels {
    margin-bottom: 24px;
  }

  .legal-hero-card {
    padding: 16px 16px 18px;
  }

  .legal-section-card {
    padding: 18px 16px 20px;
  }
}

/* =======================================
   Booking Payment Section – Your Aura Sutra
   ======================================= */

.booking-payment-section {
  position: relative;
  padding: 60px 0 80px;
  background: #ffffff;
  overflow: hidden;
}

/* soft floating background glows */
.booking-payment-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.booking-payment-bg-orb.orb-1 {
  width: 220px;
  height: 220px;
  top: -60px;
  left: -40px;
  background: radial-gradient(
    circle,
    rgba(170, 128, 45, 0.45),
    transparent 70%
  );
  animation: bookingOrbFloat1 16s ease-in-out infinite;
}

.booking-payment-bg-orb.orb-2 {
  width: 260px;
  height: 260px;
  bottom: -90px;
  right: -60px;
  background: radial-gradient(circle, rgba(53, 60, 124, 0.55), transparent 72%);
  animation: bookingOrbFloat2 18s ease-in-out infinite;
}

/* heading area */

.booking-payment-heading-row {
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.booking-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(170, 128, 45, 0.09);
  color: #aa802d;
  margin-bottom: 10px;
}

.booking-subtitle {
  margin-top: 14px;
  color: #666666;
}

/* main layout */

.booking-payment-content-row {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  row-gap: 24px;
}

/* pricing column */

.booking-pricing-card {
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 22px 22px 18px;
  position: relative;
  overflow: hidden;
}

.booking-pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(170, 128, 45, 0.15),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.25s ease;
}

.booking-pricing-card:hover::before {
  opacity: 1;
}

.booking-pricing-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #2e2f40;
}

.booking-pricing-note {
  margin-bottom: 16px;
  color: #727272;
}

/* individual price boxes */

.booking-price-box {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 14px 14px 16px;
  margin-bottom: 16px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}

.booking-price-box::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(170, 128, 45, 0.18),
    transparent 70%
  );
  opacity: 0;
  bottom: -30px;
  right: -20px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.booking-price-box h4 {
  font-size: 15px;
  margin-bottom: 4px;
  color: #2f3269;
}

.booking-price-duration {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #999999;
  margin-bottom: 4px;
}

.booking-price-amount {
  font-size: 18px;
  margin-bottom: 6px;
  color: #aa802d;
}

.booking-price-amount span {
  font-size: 16px;
  margin-right: 2px;
}

.booking-price-amount strong {
  font-weight: 700;
}

.booking-price-custom {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #aa802d;
}

.booking-price-desc {
  font-size: 13px;
  color: #686868;
  margin-bottom: 0;
}

.booking-price-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.booking-price-box:hover::after {
  opacity: 1;
  transform: translate(-6px, -6px);
}

.booking-disclaimer {
  margin-top: 10px;
  font-size: 12px;
  color: #868686;
}

/* QR card column */

.booking-qr-card {
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.09);
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 20px 20px 16px;
  position: relative;
  overflow: hidden;
}

.booking-qr-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top left,
    rgba(53, 60, 124, 0.2),
    transparent 60%
  );
  opacity: 0.18;
  pointer-events: none;
}

.booking-qr-header h3 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #2e2f40;
}

.booking-qr-header p {
  font-size: 13px;
  color: #737373;
  margin-bottom: 10px;
}

/* QR image */

.booking-qr-box {
  margin: 10px auto 12px;
  padding: 12px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04),
    0 10px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: bookingQRPulse 6s ease-in-out infinite;
}

.booking-qr-box img {
  max-width: 210px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* QR details */

.booking-qr-details {
  margin-bottom: 12px;
}

.booking-qr-details p {
  margin-bottom: 4px;
  color: #555555;
}

.booking-label {
  font-weight: 600;
  color: #2f3269;
}

/* WhatsApp note box */

.booking-note-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 10px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e8fbea, #ffffff);
  border: 1px solid rgba(46, 170, 90, 0.15);
  margin-bottom: 10px;
}

.booking-note-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.4);
}

.booking-note-content h4 {
  font-size: 14px;
  margin-bottom: 2px;
  color: #224122;
}

.booking-note-content p {
  font-size: 13px;
  margin-bottom: 4px;
  color: #3b4e3c;
}

.booking-note-content a {
  color: #1a7f35;
  text-decoration: none;
  font-weight: 600;
}

.booking-note-content a:hover {
  text-decoration: underline;
}

.booking-note-small {
  font-size: 12px;
  opacity: 0.9;
}

/* security line */

.booking-security {
  font-size: 11px;
  color: #8a8a8a;
}

/* small utility font size */
.as_font12 {
  font-size: 12px;
}

/* animations */

@keyframes bookingOrbFloat1 {
  0% {
    transform: translate(0, 0);
    opacity: 0.28;
  }
  50% {
    transform: translate(14px, 12px);
    opacity: 0.4;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0.28;
  }
}

@keyframes bookingOrbFloat2 {
  0% {
    transform: translate(0, 0);
    opacity: 0.3;
  }
  50% {
    transform: translate(-18px, -10px);
    opacity: 0.45;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0.3;
  }
}

@keyframes bookingQRPulse {
  0% {
    transform: translateY(0px);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04),
      0 10px 24px rgba(0, 0, 0, 0.08);
  }
  50% {
    transform: translateY(-4px);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06),
      0 16px 32px rgba(0, 0, 0, 0.12);
  }
  100% {
    transform: translateY(0px);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04),
      0 10px 24px rgba(0, 0, 0, 0.08);
  }
}

/* responsive */

@media (max-width: 991px) {
  .booking-payment-section {
    padding: 50px 0 60px;
  }

  .booking-pricing-card,
  .booking-qr-card {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .booking-payment-section {
    padding: 40px 0 50px;
  }

  .booking-pricing-card,
  .booking-qr-card {
    padding: 18px 16px 16px;
  }

  .booking-price-box {
    padding: 12px 12px 14px;
  }

  .booking-qr-box img {
    max-width: 190px;
  }
}

/* =======================================
   Your Aura Sutra – Offcanvas Sidebar
   ======================================= */

.sidebar.offcanvas {
  max-width: 70% !important;
  background: radial-gradient(
      circle at top left,
      rgba(170, 128, 45, 0.25),
      transparent 60%
    ),
    radial-gradient(circle at bottom right, rgba(20, 24, 72, 0.95), #111111 70%);
  color: #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.65);
  padding: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.sidebar-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Header */

.sidebar-header {
  padding: 16px 18px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar-logo img {
  width: 40px;
  height: auto;
  display: block;
}

.sidebar-brand-text h5 {
  font-size: 16px;
  margin: 0 0 2px;
  color: #ffffff;
}

.sidebar-brand-text p {
  margin: 0;
  font-size: 11px;
  color: #d2cee8;
}

/* Close button */

.sidebar-close {
  filter: invert(1);
  opacity: 0.9;
}

.sidebar-close:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(170, 128, 45, 0.6);
}

/* Body */

.sidebar-body {
  padding: 14px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Navigation */

.sidebar-nav-label {
  display: inline-block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  font-size: 10px;
  color: #fbe8b1;
}

.sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav ul > li {
  margin-bottom: 2px;
}

.sidebar-nav ul > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 13px;
  text-transform: capitalize;
  text-decoration: none;
  color: #f1efff;
  position: relative;
  transition: background 0.22s ease, transform 0.18s ease, color 0.22s ease;
}

.sidebar-link-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background: rgba(7, 10, 33, 0.9);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.sidebar-nav ul > li > a:hover {
  background: linear-gradient(
    135deg,
    rgba(170, 128, 45, 0.85),
    rgba(244, 190, 96, 0.95)
  );
  color: #111111;
  transform: translateY(-1px);
}

.sidebar-nav ul > li > a:hover .sidebar-link-icon {
  background: rgba(17, 17, 17, 0.95);
}

/* Active state */

.sidebar-nav ul > li > a.active {
  background: linear-gradient(135deg, #aa802d, #f6bf5a);
  color: #111111;
}

.sidebar-nav ul > li > a.active .sidebar-link-icon {
  background: #111111;
  color: var(--secondary-color);
}

/* Submenu */

.sidebar-has-submenu > .sidebar-submenu {
  padding-left: 34px;
  padding-bottom: 4px;
  margin-top: 4px;
}

.sidebar-submenu li {
  margin-bottom: 3px;
}

.sidebar-submenu a {
  display: block;
  font-size: 12px;
  color: #cbc8f2;
  text-decoration: none;
  padding: 3px 0;
  position: relative;
}

.sidebar-submenu a::before {
  content: "✦";
  font-size: 8px;
  margin-right: 5px;
  color: #f6bf5a;
}

.sidebar-submenu a:hover {
  color: #ffffff;
}

/* Divider */

.sidebar-divider {
  height: 1px;
  margin: 4px 0 8px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.02)
  );
}

/* Highlight / CTA */

.sidebar-highlight {
  padding: 10px 10px 12px;
  border-radius: 16px;
  background: linear-gradient(
    140deg,
    rgba(170, 128, 45, 0.2),
    rgba(43, 48, 112, 0.95)
  );
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.55);
  position: relative;
  overflow: hidden;
}

.sidebar-highlight::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.36),
    transparent 70%
  );
  top: -40px;
  right: -40px;
  opacity: 0.25;
  pointer-events: none;
}

.sidebar-highlight h6 {
  font-size: 14px;
  margin: 0 0 4px;
  color: #ffffff;
}

.sidebar-highlight p {
  margin: 0 0 8px;
  color: #f4f0ff;
  line-height: 1.2;
}

.sidebar-highlight-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* small button variation reusing as_btn */

.as_btn.as_btn_sm {
  min-width: auto;
  padding: 5px 14px;
  font-size: 12px;
  border-radius: 999px;
  height: auto;
}

.as_btn.as_btn_sm i {
  margin-right: 6px;
}

/* secondary link */

.sidebar-secondary-link {
  display: inline-block;
  color: #fddf9f;
  text-decoration: none;
}

.sidebar-secondary-link:hover {
  text-decoration: underline;
}

/* Footer: contact + social */

.sidebar-footer {
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sidebar-contact-label {
  font-weight: 600;
  margin-right: 4px;
  color: #fbe8b1;
}

.sidebar-contact a {
  color: #f5f3ff;
  text-decoration: none;
}

.sidebar-contact a:hover {
  text-decoration: underline;
}

.sidebar-social {
  display: flex;
  gap: 10px;
  margin-top: 2px;
}

.sidebar-social a {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: rgba(11, 12, 39, 0.9);
  color: #f6f3ff;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
  transition: transform 0.16s ease, box-shadow 0.18s ease, background 0.16s ease;
}

.sidebar-social a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.7);
  background: linear-gradient(135deg, #aa802d, #f6bf5a);
  color: #111111;
}

/* Subtle float for background */

.sidebar.offcanvas::before,
.sidebar.offcanvas::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  opacity: 0.35;
  pointer-events: none;
}

.sidebar.offcanvas::before {
  width: 140px;
  height: 140px;
  top: 50%;
  left: -60px;
  background: radial-gradient(
    circle,
    rgba(170, 128, 45, 0.65),
    transparent 70%
  );
  animation: sidebarGlow1 17s ease-in-out infinite;
}

.sidebar.offcanvas::after {
  width: 160px;
  height: 160px;
  bottom: -40px;
  right: -80px;
  background: radial-gradient(circle, rgba(59, 68, 168, 0.75), transparent 70%);
  animation: sidebarGlow2 20s ease-in-out infinite;
}

/* Animations */

@keyframes sidebarGlow1 {
  0% {
    transform: translate(0, 0);
    opacity: 0.3;
  }
  50% {
    transform: translate(16px, -10px);
    opacity: 0.45;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0.3;
  }
}

@keyframes sidebarGlow2 {
  0% {
    transform: translate(0, 0);
    opacity: 0.3;
  }
  50% {
    transform: translate(-18px, 14px);
    opacity: 0.48;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0.3;
  }
}

/* Responsive tweaks */

@media (max-width: 575px) {
  .sidebar.offcanvas {
    max-width: 100%;
  }

  .sidebar-body {
    padding: 14px 14px 14px;
  }
}

.sidebar-btn {
  border: none;
  background-color: #eee;
  color: var(--dark-color1);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
  margin-left: auto;
}

@media (max-width: 768px) {
  .as_service_detail_card {
    flex-direction: column;
  }

  .service-box-img {
    width: 100%;
    height: auto;
  }
}

/* ---------------------------------------
   Packages Section — Your Aura Sutra
   Paste at the end of style.css
   --------------------------------------- */

.as_packages_section {
  position: relative;
  padding-top: 56px;
  padding-bottom: 80px;
  background: linear-gradient(
    180deg,
    rgba(250, 247, 240, 0.9),
    rgba(255, 255, 255, 1)
  );
}

/* Row spacing */
.packages-row {
  margin-top: 10px;
}

/* Card base */
.package-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  text-align: left;
  box-shadow: 0 18px 40px rgba(23, 16, 50, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: visible;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  min-height: 360px;
  /* display: flex;
  flex-direction: column; */
}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(23, 16, 50, 0.1);
}

/* Badge */
.package-badge {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #aa802d;
  background: rgba(170, 128, 45, 0.06);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
  max-width: 90px;
}

/* Name & price */
.package-name {
  font-size: 30px;
  margin: 0 0 8px;
  color: #2f3269;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.package-price {
  font-size: 20px;
  color: #aa802d;
  margin: 6px 0 12px;
}

.package-price .currency {
  font-size: 14px;
  margin-right: 4px;
  vertical-align: middle;
  color: #aa802d;
}

.package-price .per {
  font-size: 14px;
  margin-left: 6px;
  color: #8a8a8a;
}

/* Description & features */
.package-desc {
  color: #6b6b6b;
  margin-bottom: 10px;
  line-height: 1.6;
  flex-shrink: 0;
}

.package-features {
  list-style: none;
  padding: 0;
  margin: 10px 0 18px;
  color: #585858;
  flex-grow: 1;
}

.package-features li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 14px;
}

.package-features li .sub-list {
  padding-left: 0;
}

.package-features li .sub-list li {
  padding-left: 0;
}

.package-features li .sub-list li::marker,
.package-features li .sub-list li::before {
  display: none !important;
}

.package-features li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #f0c77a;
  font-size: 12px;
}

/* CTA */
.package-cta {
  align-self: start;
  margin-top: auto;
  text-decoration: none;
}

/* Highlight the Medium package */
.package-card.popular {
  background: linear-gradient(180deg, #fffaf0, #ffffff);
  border: 1px solid rgba(170, 128, 45, 0.12);
  box-shadow: 0 28px 68px rgba(170, 128, 45, 0.06);
}

.package-card.popular .package-name {
  color: #2b254a;
}

/* subtle decorative orb */
.as_packages_section::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  right: 32px;
  top: -60px;
  background: radial-gradient(circle, rgba(170, 128, 45, 0.2), transparent 55%);
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
  animation: pkgOrbFloat 16s ease-in-out infinite;
}

/* Responsive */
@media (max-width: 991px) {
  .package-card {
    min-height: auto;
  }
  .as_packages_section {
    padding-bottom: 60px;
  }
  .as_packages_section::after {
    display: none;
  }

  .as_banner_img .as_hand {
    width: 270px;
    height: 270px;
  }
}

@keyframes pkgOrbFloat {
  0% {
    transform: translateY(0px);
    opacity: 0.9;
  }
  50% {
    transform: translateY(-10px);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0px);
    opacity: 0.9;
  }
}

.service-para {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .as_service_ul {
    margin-bottom: 0;
  }

  .service-box-content .as_btn {
    margin-top: 20px;
  }
}
/* ===============================
   Contact Success Modal – Your Aura Sutra
   =============================== */

.contact-success-modal .modal-content {
  border-radius: 22px;
  padding: 28px 22px 26px;
  border: none;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #ffffff, #faf7f1);
}

.contact-success-modal .success-icon {
  font-size: 58px;
  color: #28a745;
  margin-bottom: 12px;
  animation: successPop 0.6s ease-out;
}

.contact-success-modal h4 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #2f3269;
}

.contact-success-modal p {
  color: #666666;
  margin-bottom: 14px;
}

/* animation */
@keyframes successPop {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  70% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
