/* stylesheet */
:root{
    --primary-color:#313131;
    --secondary-color:#f4a636;
    --dark-color1:#111111;
    --dark-color2:#17384e;
    --white-color:#ffffff;


      --primary-terra: #a65822;
      --primary-terra-light: #c96b28;
      --bg-cream: #faf5ee;
      --card-bg: #ffffff;
      --banner-bg: #fdf5eb;
      --text-dark: #2c2724;
      --text-muted: #5e5852;
      --border-light: #f0e2d3;

    --transition:0.4s ease-in-out;
}
:after,:before{
    transition: var(--transition);
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
}
body{
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    background-color: #ffffff;
    color: var(--primary-color);
    font-family: 'Lato', 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;
}
/* common css */
.common_space{
  padding:7% 5%;
}
.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;
}
.text44{
    font-size: 44px;
}
.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{
    /* /*min-height: 45px;*/ */
    /* background-image: -moz-linear-gradient( 45deg, rgb(242,160,57) 0%, rgb(241,104,51) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(242,160,57) 0%, rgb(241,104,51) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(242,160,57) 0%, rgb(241,104,51) 100%); */
    background: #fff;
    background: linear-gradient(0deg, rgba(241, 104, 51, 1) 0%, rgba(242, 160, 57, 1) 100%);
    font-size: 16px;
    line-height:20px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 10px 23px;
    border: 1px solid #F37932 !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;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-align:center;
}
.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_btn_white,.as_btn_white:focus,.as_btn_white:visited{
    /*min-height: 45px;*/
    /* background-image: -moz-linear-gradient( 45deg, rgb(242,160,57) 0%, rgb(241,104,51) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(242,160,57) 0%, rgb(241,104,51) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(242,160,57) 0%, rgb(241,104,51) 100%); */
    background: #fff;
    font-size: 16px;
    line-height:20px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 10px 23px;
    border: 1px solid #F37932 !important;
    position: relative;
    color: #F37932;
    border-radius: 45px;
    outline: none;
    min-width: 160px;
    justify-content: center;
    outline: none;
    z-index:1;
    overflow:hidden;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-align:center;
}
.as_btn_white:after{
    position:absolute;
    /* background: #ccc; */
    z-index:-1;
    content:'';
    top:0;
    bottom:0;
    left:100%;
    right:0;
     background-image: -moz-linear-gradient( 0deg, rgb(255, 255, 255) 0%, rgb(255, 231, 220) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(255, 231, 220) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(255, 231, 220) 100%);
}
.as_btn_white:hover:after{
    left:0
}
.as_btn_white:hover {
    color:#111111!important;
}

.as_btn_black,.as_btn_black:focus,.as_btn_black:visited{
    /*min-height: 45px;*/
    /* background-image: -moz-linear-gradient( 45deg, rgb(0,0,0) 0%, rgb(241,104,51) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(0,0,0) 0%, rgb(241,104,51) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(0,0,0) 0%, rgb(241,104,51) 100%); */
    background: #111111;
    font-size: 16px;
    line-height:20px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 10px 23px;
    border: 1px solid #111 !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;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-align:center;
}
.as_btn_black: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_black:hover:after{
    left:0
}
.as_btn_black:hover {
    color: var(--dark-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 #bbbaba !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: rgb(17 16 17); */
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 9;
}
.as_logo {
    display: flex;
}
.as_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.as_menu >ul >li {
    display: inline-flex;
    text-transform: uppercase;
    margin: 0 20px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
}
.as_info_detail:last-child{
    margin-right: 0px;
}
.as_header_detail {
    width: calc(100% - 449px);
}
.as_menu > ul > li > a {
    padding: 15px 0;
    position: relative;
    transition: all 0.3s linear;
}
.as_wishlist{
    margin-left: 20px;
}
.as_menu >ul >li > a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: var(--secondary-color);
    top: 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;
}
.as_info_detail ul li {
    display: inline-flex;
    padding: 0 15px;
}

.as_info_detail ul li a,.as_info_detail ul li a:focus{
    text-decoration: none;
    color: inherit;
}
.as_infobox{
    display: flex;
    color: #ffffff;
}
.as_infobox:hover{
    color: var(--secondary-color);
}
.as_info_detail ul li .as_infobox>span {
    margin-right: 10px;
    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;
    color: #fff;
    font-size: 24px;
}
.header-sticky .as_cart_wrapper>span {
    color: var(--rr-common-black) !important;
}
.as_cart_wrapper>span .as_cartnumber {
    width: 24px;
    height: 24px;
    background-color: var(--secondary-color);
    border-radius: 100%;
    font-size: 12px;
    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: 360px;
    background-color: #ffffff;
    z-index: 9999;
    padding: 15px 20px 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    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:65px;
    height: 65px;
    object-fit: cover;
    border-radius: 8px;
}
.as_cart_info{
	width:calc(100% - 65px);
	float:right;
	padding-left:12px;
}
.as_cart_list .as_cart_info a{
	font-size:15px;
	font-weight:600;
	font-family:'Philosopher', sans-serif;
	margin-bottom:4px;
	width:calc(100% - 25px);
	display: inline-block;
	text-transform:capitalize;
	color: var(--dark-color1);
}
.as_cart_list {
    border-bottom: 1px solid #e7e7e7;
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
}
.as_cart_list ul{
    margin:0;
    padding: 0 0 15px;
    list-style:none;
}
.as_cart_list li{
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.as_cart_list .as_cart_info p{
	font-size:14px;
	margin-bottom: 0;
}
.as_cart_box .as_cart_total , .as_cart_box .as_cart_btn{
	padding-right:0px;
}
.as_cart_box .as_cart_total p{
	margin-top:12px;
	margin-bottom:12px;
	text-align:left;
	text-transform:capitalize;
	font-weight:600;
	font-size:15px;
}
.as_cart_box .as_cart_total p span{
	float:right;
	font-family:'Philosopher', sans-serif;
	font-size:17px;
	font-weight:700;
	color: var(--dark-color1);
}
.as_cart_box .as_cart_btn{
	text-align:center;
	padding-top:5px;
	display: flex;
}
.as_cart_box .as_cart_btn .as_btn{
	width: 100%;
	text-align: center;
}
.as_cart_box .as_cart_btn button{
	background-color: var(--dark-color1);
	padding:0 5px;
	text-transform:capitalize;
	min-width: 120px;
	margin-right: 1px;
}
.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,.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;
}

.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: top left;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 170px 0 150px; */
    padding: 170px 7% 100px 7%;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
}
/* .as_banner_detail .as_btn {
    background: #ffffff;
    color:#F37932;
    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(https://dummyimage.com/1920x109) no-repeat;
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(-1);
    z-index: 1;
    display: none;
}
.as_banner_detail h5{
    font-size: 26px;
    margin: 0 0 5px;
}
.as_banner_detail h1{
    font-size: 54px;
    line-height: 62px;
    margin: 0 0 13px;
}
.as_banner_detail .subtext{
    font-size: 26px;
    line-height:36px;
}
.as_banner_detail .subtext span{
  color:#F37932;
  font-family: 'Philosopher', sans-serif;
}
.as_banner_detail p {
    margin-bottom: 26px;
}
.as_banner_img{
    position: relative;
    position: absolute;
    width: 700px;
    right: 10%;
    /* left: auto; */
    bottom: 6%;
    top: auto;
    /* height: 87%; */
}
.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;
    width: 100%;
    top: -5%;
    position: relative;
    right: 0%;
}
.as_banner_img .as_hand{
    position: absolute;
    top: 59%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    /* width: 60%; */
    width: 80%;
    z-index: 1;
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
.as_banner_slider{
    /* position: relative; */
    position:inherit;
    z-index: 1;
}
.as_banner_slider .slick-arrow.slick-prev{
    left:-5%;
}
.as_banner_slider .slick-arrow.slick-next{
    right:-5%;
}
.as_banner_slider .slick-arrow.as_btn {
    background: rgba(255,255,255,.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;
    z-index: 11;
}
.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;
}


.my_slider{
    position: relative;
    z-index: 1;
}
.my_slider .slick-slide{margin: 0 15px;}
.my_slider .slick-arrow.slick-prev{
    left:-5%;
}
.my_slider .slick-arrow.slick-next{
    right:-5%;
}
.my_slider .slick-arrow.as_btn {
    background: rgba(242,160,57,.7);
    min-width: 40px;
    height: 40px;
    border-radius: 0%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s linear;
    width:auto;
}
.my_slider .slick-arrow.as_btn:after{
    display: none;
}
.my_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%);
}
.my_slider .slick-arrow>span {
    display: inline-flex;
}


/* banner css end */

.as_about_astrologer{
    background-image: url('../images/bg9.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.text20light{
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}
.text20{
  font-size: 20px;
  line-height: 35px;
}

.text18{
  font-size: 18px;
  line-height: 30px;
}
.text-light{
  font-weight: 300 !important;
}
.text-medium{
  font-weight: 500 !important;
}
.text-semibold{
  font-weight: 600 !important;
}
.text-bold{
  font-weight: 700 !important;
}

/* 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: 15px; */
    overflow: hidden;
}
.as_aboutimg img{
    display: inline-block;
    border-radius: 15px;
}
.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;
    position: relative;
}
/* horoscope css end */
/* Meet the Founder css start */
.as_meet_the_founder_wrapper{
    /* background-image: url('../images/bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center; */
    position: relative;
    background-color: #fffbf0;
}
/* Meet the Founder css end */
/* service css start */
.as_service_wrapper {
    background-color: #fff;
    /* background-image: url('../images/bg4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center; */
    overflow: hidden;
    position: relative;
}
.as_service_img {
    position: relative;
}

.star-shap-left {
  position: absolute;
  top: 5%;
  left: 2%;
  -webkit-animation: upDown 1.3S infinite alternate;
  animation: upDown 1.3S infinite alternate;
  /* z-index: 1; */
  width: 26%;
}
.moon-shape-right{
  position: absolute;
  bottom: 10%;
  right: 3%;
  left: auto;
  -webkit-animation: upDown 1.3S infinite alternate;
  animation: upDown 1.3S infinite alternate;
  /* z-index: 1; */
  width: auto;
}
.star-shape-right{
  position: absolute;
  top: 15%;
  right: 15%;
  left: auto;
  -webkit-animation: upDown 1.3S infinite alternate;
  animation: upDown 1.3S infinite alternate;
  /* z-index: 1; */
  width: auto;
}
* heartbeat animation */
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  25% {
    transform: translatex(20px);
  }
  50% {
    transform: translatey(-20px);
  }
  75% {
    transform: translatex(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.zooming {
  -webkit-animation: zooming 1.3S infinite alternate;
  animation: zooming 1.3S infinite alternate;
}

/* @-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.1) translate(19px, 19px);
    transform: scale(1.1) translate(19px, 19px);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.1) translate(19px, 19px);
    transform: scale(1.1) translate(19px, 19px);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
.zoom {
  -webkit-animation: zooming 1.3S infinite alternate;
  animation: zooming 1.3S infinite alternate;
} */

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
.upDown-top {
  -webkit-animation: upDown 1S infinite alternate;
  animation: upDown 1S infinite alternate;
}

.as_service_img .as_service_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 150px;
    max-width: 55%;
}
/* .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 {
  min-height: 70px;
  position: relative;
  display: block;
}
.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(https://dummyimage.com/1920x109) no-repeat;
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: none;
}
.as_whychoose_wrapper:after {
    position: absolute;
    content: '';
    background: url(https://dummyimage.com/1920x109) no-repeat;
    transform: scale(-1);
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}
.as_about_page .as_whychoose_wrapper:before{
    background: url(https://dummyimage.com/1920x109) no-repeat;
}
.as_about_page .as_whychoose_wrapper:after{
    background: url(https://dummyimage.com/1920x109) 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_number img{
    position: relative;
    z-index: -1;
    animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
    -moz-animation: spin 12s infinite linear;
}
.as_choose_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_choose_ul li {
    display: inline-flex;
    width: 23.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; */
    background-color: #FFFBF0;
    overflow: hidden;
}
.as_customer_img{
    width: 89px !important;
    height: 89px;
    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%;
}
.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;
}

.slick-track {
  display: flex;
  align-items: center;
}

.as_my_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 {
    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: 30px;
    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: 18px;
    line-height: 24px;
}
.as_customer_box h3{
    font-size: 24px;
    margin: 25px 0 0;
}
.as_customer_box h3>span {
    font-size: 15px;
    display: block;
}
.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 */


.as_know_your_zodiac_sign_wrapper{
  background:#F16833;
  /* background-image: -moz-linear-gradient( 45deg, rgb(242,160,57) 0%, rgb(241,104,51) 100%);
  background-image: -webkit-linear-gradient( 45deg, rgb(242,160,57) 0%, rgb(241,104,51) 100%);
  background-image: -ms-linear-gradient( 45deg, rgb(242,160,57) 0%, rgb(241,104,51) 100%); */
  background: linear-gradient(0deg, rgba(241, 104, 51, 1) 0%, rgba(242, 160, 57, 1) 100%);

}


/* Courses offered css start */
.as_courses_offered_wrapper{
    background-image: url('../images/bg10.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.as_courses_img {
    position: relative;
}

.as_courses_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;
}

.as_courses_box:hover .as_subheading {
    color: var(--secondary-color);
}

.as_courses_detail {
    padding:20px;
}

.as_courses_box .as_subheading {
    line-height: 28px;
    margin: 0px 0;
    font-size: 20px;
    transition: all 0.3s linear;
    text-transform: none;
}

/* Courses offered css end */

/* Online Pooja css start */
.as_online_pooja_wrapper{
    background-image: url('../images/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.as_online_pooja_img {
    position: relative;
}

.as_online_pooja_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;
}

.as_online_pooja_box:hover .as_subheading {
    color: var(--secondary-color);
}

.as_online_pooja_detail {
    padding:20px;
}

.as_online_pooja_box .as_subheading {
    line-height: 28px;
    margin: 12px 0;
    font-size: 20px;
    transition: all 0.3s linear;
}

/* Online Pooja 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: 10px;
    bottom: -10px;
    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;
    display: inline-block;
}
.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 .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;
    border-bottom:1px solid rgb(231, 231, 231);
}
.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 a {
    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;
}
.as_footer_wrapper:before{
    position: absolute;
    content: '';
    background: url(https://dummyimage.com/1920x109) no-repeat;
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    display: none;
}
.as_shopsingle_page .as_footer_wrapper:before {
    background: url(https://dummyimage.com/1920x109) no-repeat;
}
.as_footer_wrapper:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background-color: #111111;
    opacity: 0.87;
    z-index: -1;
}
.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: 22px;
}
.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/inner-head-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 223px 0 140px;
    position: relative;
    z-index: 1;
    color: #ffffff;
}
.as_breadcrum_wrapper .container {
    z-index: 2;
    position: relative;
}
.consultation_banner{
    background-image: url(../images/consultation-banner.jpg);
}
.fortune_banner{
    background-image: url(../images/fortune-report-banner.jpg);
}
.rituals_banner{
    background-image: url(../images/rituals-banner.jpg);
}
.crystal_banner{
    background-image: url(../images/crystal-banner.jpg);
}
.academy_banner{
    background-image: url(../images/academy-banner.jpg);
}




/* .as_breadcrum_wrapper::after{
    position: absolute;
    content: '';
    background: url(https://dummyimage.com/1920x109) 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: 50px;
}
.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/bg2.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(https://dummyimage.com/1920x109) 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 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;
}
.btn_possition{
    position: absolute;
    bottom: 22px;
    left: 5%;
    right: 5%;
}
.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-color: #fff;
    /* background-image: url('../images/bg4.jpg');*/
}
.as_servicedetail_wrapper{
    background-color: #07273c;
}
.as_service_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.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.svg) 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.svg) no-repeat center;
    left: 0;
    top:8px;
}
.as_service_widget ul li:hover:before{
    background: url(../images/svg/arrowHover.svg) 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;
    height: 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('https://dummyimage.com/670x620');
    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 #bbbaba;
}

.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 #bbbaba;
    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/bg1.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; */
    background: #fff;
}
.as_shopsingle_nav .as_prod_img {
    margin: 0 0 15px;
    /* width:169px !important; */
    width:100% !important;
    cursor: pointer;
}
.as_shopsingle_nav .as_prod_img img {
    /* height: 140px; */
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.as_shopsingle_for .as_prod_img img {
    width:100%;
    border-radius: 10px;
}
.as_shopsingle_slider .as_shopsingle_nav {
    width: 162px ;
    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;
    }

    .as_banner_detail h1 {
        font-size: 46px;
        line-height: 54px;
    }
    .as_banner_detail .subtext {
        font-size: 22px;
        line-height: 28px;
    }

}
@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: -10%;
    }
    .as_banner_slider .slick-arrow.slick-prev {
        left: -10%;
    }
    .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: -10%;
    }
    .as_banner_slider .slick-arrow.slick-prev {
        left: -10%;
    }
}
@media (max-width:1560px){
    .as_banner_slider .slick-arrow.slick-next {
        right: -10%;
    }
    .as_banner_slider .slick-arrow.slick-prev {
        left: -10%;
    }
}
@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(min-width:1600px) and (max-width:1919px) {
  .as_banner_img {
      position: absolute;
      width: 40%;
      right: 7%;
  }
  .as_banner_img .as_hand_bg{
    top: -8%;
  }
  
  .as_banner_slider .slick-arrow.slick-next {
      right: -5%;
      left: auto;
      top: 50%;
  }
  .as_banner_slider .slick-arrow.slick-prev {
    left: -5%;
    top: 50%;
  }
}
@media(min-width:1440px) and (max-width:1599px) {
  .as_banner_wrapper{
    overflow: hidden;
    position: relative;
    height: 90vh;
  }

  .as_banner_img {
      position: absolute;
      width: 40%;
      right: 7%;
  }
  .as_banner_img .as_hand_bg{
    top: -8%;
  }
  
  .as_banner_slider .slick-arrow.slick-next {
      right: -5%;
      left: auto;
      top: 50%;
  }
  .as_banner_slider .slick-arrow.slick-prev {
    left: -5%;
    top: 50%;
  }
}
@media (max-width:1399px){
    .as_header_detail {
        width: calc(100% - 220px);
    }
    .as_infobox{
        font-size: 14px;
    }
    .as_menu > ul > li{
        margin: 0 10px;
    }

    .as_banner_wrapper{
      overflow: hidden;
      position: relative;
      height: 100vh;
    }
    .as_banner_img {
      position: absolute;
      width: 35%;
      right: 7%;
  }
    .as_banner_slider .slick-arrow.slick-next {
        right: -5%;
        left: auto;
        top: 50%;
    }
    .as_banner_slider .slick-arrow.slick-prev {
      left: -5%;
      top: 50%;
    }

    .as_banner_detail h1 {
        font-size: 40px;
        line-height: 46px;
        margin: 0 0 13px;
    }

    .as_banner_detail .subtext {
        font-size: 18px;
        line-height: 26px;
    }
}
@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;
    }
    .as_banner_wrapper{
      overflow: hidden;
      position: relative;
      height: 100vh;
    }
    .as_banner_img {
      position: absolute;
      width: 40%;
      right: 3%;
  }
   .as_banner_detail h1 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 13px;
  }
  .as_banner_detail p{margin-bottom: 16px;}

    .as_banner_slider .slick-arrow.slick-next {
        right: -5%;
        left: auto;
        top: 50%;
    }
    .as_banner_slider .slick-arrow.slick-prev {
      left: -5%;
      top: 50%;
    }
}
@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: -10%;
    }
    .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;
    }

    .as_banner_wrapper{
      overflow: hidden;
      position: relative;
      height: 90vh;
    }
    .as_banner_img {
      position: absolute;
      width: 50%;
      right: 3%;
  }
    .as_banner_slider .slick-arrow.slick-next {
        right: -5%;
        left: auto;
        top: 50%;
    }
    .as_banner_slider .slick-arrow.slick-prev {
      left: -5%;
      top: 50%;
    }
}
@media (max-width:1160px){
    .as_banner_wrapper{
      overflow: hidden;
      position: relative;
      height: 90vh;
    }
    .as_banner_img {
      position: absolute;
      width: 50%;
      right: 3%;
  }
    .as_banner_slider .slick-arrow.slick-next {
        right: -5%;
        left: auto;
        top: 50%;
    }
    .as_banner_slider .slick-arrow.slick-prev {
      left: -5%;
      top: 50%;
    }
}
@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(min-width:768px) and (max-width:990px) {
  .as_banner_wrapper .container, .as_banner_wrapper .container-md, .as_banner_wrapper .container-sm {
    max-width: 90%;
  }
  .as_banner_wrapper {
     height: 100vh;
   }
}

@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_choose_ul{
        text-align: center;
    }
    .as_banner_wrapper {
        padding: 240px 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;
    }
}

@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_banner_wrapper{height: auto; padding: 120px 0 0px;}


    .as_blog_img img{
        width: 100%;
    }
    .as_banner_slider .slick-arrow.slick-next {
        right: s0%;
    }
    .as_banner_slider .slick-slide{text-align: center;}
    .as_banner_slider .slick-slide img{margin: 0 auto;}
    .as_banner_img{position: relative !important; right:0; margin-top:0px;}
    .as_banner_slider {position: relative; padding: 20px 5%;}
    .as_banner_img .as_hand_bg{top: -3%; right: 0%;}
    .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: -300px;
        top: 0;
        bottom: 0;
        background-color: var(--dark-color1);
        z-index:999;
        width: 300px;
        border-right:2px solid var(--secondary-color);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition-duration: 0.6s;
    }
    .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:10px; font-size: 24px;
    }
    .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: auto;
        top:50%;
    }
    .as_banner_slider .slick-arrow.slick-next {
        left: auto;
        right:0;
    }
    .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;
    }
    .as_info_detail ul li {
        padding: 0px;
        display: block;
    }
    .as_infobox {
        justify-content: center;
    }
    .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;
    }
}


/* Service Box Design (Top Image Full Width) */
        .kp-service-box {
            background: #FFFFFF;
            border: 1px solid #EFE4D3;
            border-radius: 12px;
            overflow: hidden; /* Ensures image corners match card radius */
            height: 100%;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
            display: flex;
            flex-direction: column;
        }

        .kp-service-box:hover {
            transform: translateY(-5px);
            border-color: #E86522;
            box-shadow: 0 10px 22px rgba(232, 101, 34, 0.12);
        }

        /* Top Full Width Image Container */
        .kp-service-img-top {
            width: 100%;
            height: 160px; /* Fixed height for image uniform looks */
            overflow: hidden;
            background-color: #FFF2EA;
        }

        .kp-service-img-top img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Cover mode for rich full-bleed image view */
            transition: transform 0.4s ease;
        }

        .kp-service-box:hover .kp-service-img-top img {
            transform: scale(1.05); /* Smooth zoom effect on hover */
        }

        /* Text Content Below Image */
        .kp-service-details {
            padding: 20px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .kp-service-details h3 {
            font-size: 24px;
            font-weight: 700;
            color: #2C1A11;
            margin-bottom: 8px;
        }

        .kp-service-details p {
            color: #6C5F57;
            font-size: 13.5px;
            line-height: 1.5;
            margin-bottom: 15px;
            flex-grow: 1;
        }

        .kp-read-more {
            color: #E86522;
            text-decoration: none;
            font-weight: 600;
            font-size: 13.5px;
            display: inline-block;
            transition: all 0.2s ease;
        }

        .kp-read-more:hover {
            color: #B8470E;
            padding-left: 4px;
        }

        /* --- Custom Background Integration --- */
        .kp-glow-section {
            background-color: #FAF5EE5C;

            /* Pure CSS Dot Matrix Pattern + Warm Radial Light Tint */
            background-image: 
                radial-gradient(circle at 25% 45%, rgba(240, 180, 140, 0.03) 0%, rgba(250, 245, 238, 0) 50%), 
                radial-gradient(#E86522A3 1.2px, transparent 1.2px), 
                radial-gradient(#2C1A1145 1.2px, #FAF5EE00 1.2px);
            background-size: 100% 100%, 28px 28px, 28px 28px;
            background-position: 0 0, 0 0, 14px 14px;
            
            padding: 95px 0;
            position: relative;
            overflow: hidden;
        }

        /* Section Header */
        .kp-center-header {
            text-align: center;
            max-width: 700px;
            margin: 0 auto 55px auto;
        }

        .kp-center-header .kp-subtitle-tag {
            color: #E86522;
            font-weight: 700;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            display: inline-block;
            margin-bottom: 8px;
        }

        .kp-center-header h2 {
            font-size: 36px;
            font-weight: 700;
            color: #2C1A11;
        }

        .kp-center-header h2 span {
            color: #E86522;
        }

        .kp-heading-line {
            width: 120px;
            margin: 10px auto 15px auto;
            display: block;
        }

        /* --- Left Hero Box with Glowing Aura --- */
        .kp-glowing-hero-card {
            background: linear-gradient(145deg, #24140D 0%, #120A06 100%);
            border-radius: 26px;
            padding: 42px 32px;
            color: #FAF4E8;
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            /* box-shadow: 0 15px 35px rgba(36, 20, 13, 0.2), 0 0 30px rgba(232, 101, 34, 0.25); */
            border: 2px solid rgba(232, 101, 34, 0.6);
            /* animation: auraGlow 4s ease-in-out infinite alternate; */
            overflow: hidden;
        }

        @keyframes auraGlow {
            0% {
                box-shadow: 0 15px 35px rgba(36, 20, 13, 0.2), 0 0 20px rgba(232, 101, 34, 0.2);
                border-color: rgba(232, 101, 34, 0.5);
            }
            100% {
                box-shadow: 0 20px 45px rgba(36, 20, 13, 0.35), 0 0 45px rgba(232, 101, 34, 0.55);
                border-color: rgba(232, 101, 34, 0.9);
            }
        }

        /* .kp-glowing-hero-card::before {
            content: '';
            position: absolute;
            top: -60px;
            right: -60px;
            width: 200px;
            height: 200px;
            background: radial-gradient(circle, rgba(232, 101, 34, 0.4) 0%, rgba(0, 0, 0, 0) 70%);
            border-radius: 50%;
            pointer-events: none;
        } */

        .kp-hero-top-badge {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 25px;
        }

        .kp-tag-pill {
            background: rgba(232, 101, 34, 0.25);
            color: #FF9D66;
            border: 1px solid rgba(232, 101, 34, 0.5);
            padding: 3px 14px;
            border-radius: 30px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .kp-astro-seal {
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #E86522, #B8470E);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFF;
            font-size: 20px;
            box-shadow: 0 0 15px rgba(232, 101, 34, 0.6);
        }

        .kp-glowing-hero-card h3 {
            font-size: 30px;
            font-weight: 700;
            color: #FFFFFF;
            margin-bottom: 12px;
            line-height: 1.25;
        }

        .kp-glowing-hero-card h3 span {
            color: #E86522;
        }

        .kp-glowing-hero-card p {
            color: #D6C9BE;
            font-size: 14.5px;
            line-height: 1.65;
            margin-bottom: 25px;
        }

        /* Glassmorphism Metric Chips */
        .kp-metric-chips {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-bottom: 30px;
        }

        .kp-chip {
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.12);
            backdrop-filter: blur(8px);
            padding: 12px;
            border-radius: 14px;
        }

        .kp-chip h5 {
            font-size: 18px;
            font-weight: 700;
            color: #E86522;
            margin: 0;
        }

        .kp-chip span {
            font-size: 11.5px;
            color: #A89B90;
        }

        /* Glowing Button */
        .kp-btn-glow {
            background: linear-gradient(135deg, #E86522 0%, #C84B0C 100%);
            color: #FFFFFF !important;
            font-weight: 700;
            padding: 14px 28px;
            border-radius: 30px;
            border: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            text-decoration: none;
            font-size: 15px;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(232, 101, 34, 0.4);
        }

        .kp-btn-glow:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 30px rgba(232, 101, 34, 0.6);
        }

        /* --- Right Cards Grid --- */
        .kp-grid-card {
            background: #FFFFFF;
            border: 1px solid #EFE4D3;
            border-radius: 20px;
            padding: 20px;
            transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
            height: 100%;
            position: relative;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
        }

        .kp-grid-card:hover {
            transform: translateY(-7px);
            border-color: #E86522;
            box-shadow: 0 12px 30px rgba(232, 101, 34, 0.18);
        }

        .kp-card-top-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
        }

        .kp-card-icon-circle {
            width: 42px;
            height: 42px;
            background: #FFF2EA;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #E86522;
            font-size: 20px;
        }

        .kp-card-tag {
            font-size: 11px;
            font-weight: 700;
            background: #FAF4E8;
            color: #2C1A11;
            padding: 3px 10px;
            border-radius: 12px;
        }

        .kp-card-thumb {
            width: 100%;
            height: 130px;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 15px;
            background-color: #FFF2EA;
        }

        .kp-card-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .kp-grid-card:hover .kp-card-thumb img {
            transform: scale(1.08);
        }

        .kp-grid-card h4 {
            font-size: 18px;
            font-weight: 700;
            color: #2C1A11;
            margin-bottom: 12px;
        }

        .kp-grid-card p {
            font-size: 16px;
            line-height: 1.2;
            margin: 0;
        }

        /* --- Bottom Strip --- */
        .kp-cta-strip {
            background: linear-gradient(90deg, #E86522 0%, #C84B0C 100%);
            border-radius: 18px;
            padding: 22px 35px;
            color: #FFFFFF;
            margin-top: 45px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 10px 25px rgba(232, 101, 34, 0.25);
        }

        .kp-cta-strip h4 {
            font-size: 20px;
            font-weight: 700;
            color: #ffffff;
            margin: 0 0 4px 0;
        }

        .kp-cta-strip p {
            font-size: 13.5px;
            color: #ffffff;
            margin: 0;
        }

        .kp-btn-white-outline {
            background: #FFFFFF;
            color: #2C1A11 !important;
            font-weight: 700;
            padding: 12px 28px;
            border-radius: 30px;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .kp-btn-white-outline:hover {
            background: #2C1A11;
            color: #FFFFFF !important;
        }

        @media (max-width: 991px) {
            .kp-cta-strip {
                flex-direction: column;
                text-align: center;
                gap: 15px;
            }
        }

        /* --- ACCORDION OVERRIDES --- */
        
        /* 1. Remove Template Default Pseudo Elements & Plus Icons */
        .kp-bs-accordion .accordion-button::after,
        .kp-bs-accordion .accordion-button::before {
            display: none !important;
            content: none !important;
            background-image: none !important;
        }

        /* 2. Accordion Card Styling */
        .kp-bs-accordion .accordion-item {
            background: #FFFFFF !important;
            border: 1px solid #EFE4D3 !important;
            border-radius: 14px !important;
            margin-bottom: 14px !important;
            overflow: hidden !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
            transition: border-color 0.3s ease !important;
        }

        .kp-bs-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
            border-color: #E86522 !important;
        }

        /* 3. Accordion Button Alignment */
        .kp-bs-accordion .accordion-button {
            font-size: 18px !important;
            font-weight: 600 !important;
            color: #2C1A11 !important;
            background-color: #FFFFFF !important;
            padding: 18px 22px !important;
            box-shadow: none !important;
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            width: 100% !important;
            transition: all 0.3s ease !important;
        }

        .kp-bs-accordion .accordion-button:not(.collapsed) {
            background-color: #FFF6F0 !important;
            color: #E86522 !important;
            border-bottom: 1px dashed rgba(232, 101, 34, 0.2) !important;
        }

        /* 4. Bootstrap SVG Arrow Styling & Rotation */
        .kp-bs-arrow-icon {
            width: 20px;
            height: 20px;
            fill: #E86522;
            transition: transform 0.3s ease-in-out !important;
            flex-shrink: 0;
            margin-left: 15px;
        }

        .kp-bs-accordion .accordion-button:not(.collapsed) .kp-bs-arrow-icon {
            transform: rotate(180deg) !important;
        }

        /* 5. Body Text */
        .kp-bs-accordion .accordion-body {
            font-size: 14px !important;
            color: #6C5F57 !important;
            line-height: 1.65 !important;
            padding: 18px 22px !important;
            background-color: #FFFFFF !important;
        }

        /* --- Section Headers --- */
        .kp-section-header h2 {
            font-size: 36px;
            font-weight: 700;
            color: #2C1A11;
            margin-bottom: 8px;
        }

        .kp-section-header h2 span {
            color: #E86522;
        }

        .kp-heading-shape {
            max-width: 130px;
            margin: 5px 0 15px 0;
            display: block;
        }

        .kp-section-subtitle {
            color: #6C5F57;
            font-size: 15px;
            line-height: 1.7;
        }

        /* --- SECTION 2: MISSION & VISION (7:5 Ratio) --- */
        .kp-mission-card {
            background: #FFFFFF;
            border: 1px solid #EFE4D3;
            border-left: 4px solid #EFE4D3;
            border-radius: 14px;
            padding: 18px 22px;
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            gap: 16px;
            transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
        }

        .kp-mission-card:hover {
            border-left-color: #E86522;
            border-color: #E86522;
            transform: translateX(8px);
            box-shadow: 0 8px 20px rgba(232, 101, 34, 0.1);
        }

        .kp-mission-icon-circle {
            width: 44px;
            height: 44px;
            background: #FFF2EA;
            color: #E86522;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .kp-mission-card:hover .kp-mission-icon-circle {
            background: #E86522;
            color: #FFFFFF;
        }

        .kp-mission-text {
            font-size: 14.5px;
            color: #4A3E38;
            line-height: 1.6;
            margin: 0;
            font-weight: 500;
        }

        /* ORANGE GRADIENT VISION CARD WITH ROTATING ZODIAC BACKGROUND */
        .kp-vision-glowing-card {
            background: linear-gradient(135deg, #FFB03A 0%, #E86522 50%, #D34C0E 100%);
            border-radius: 24px;
            padding: 45px 35px;
            color: #FFFFFF;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(232, 101, 34, 0.35);
            z-index: 1;
        }

        /* ROTATING FULL ZODIAC WHEEL SVG BACKGROUND */
        .kp-zodiac-wheel-bg {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 480px;
            height: 480px;
            margin-top: -240px;
            margin-left: -240px;
            opacity: 0.22;
            pointer-events: none;
            z-index: 0;
            animation: spinZodiac 40s linear infinite;
        }

        @keyframes spinZodiac {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }

        .kp-vision-content {
            position: relative;
            z-index: 2;
        }

        .kp-vision-badge {
            background: rgba(255, 255, 255, 0.25);
            color: #FFFFFF;
            backdrop-filter: blur(8px);
            border: 1px solid rgba(255, 255, 255, 0.4);
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 11.5px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-block;
            margin-bottom: 15px;
            line-height: 20px;
        }

        .kp-vision-glowing-card h3 {
            font-size: 32px;
            font-weight: 700;
            color: #FFFFFF;
            margin-bottom: 16px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        }

        .kp-vision-glowing-card h3 span {
            color: #2C1A11;
        }

        .kp-vision-glowing-card p {
            color: #FFF2EA;
            font-size: 18px;
            line-height: 1.75;
            margin: 0;
            font-weight: 400;
            text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }

        .kp-vision-footer {
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.25);
            display: flex;
            align-items: center;
            gap: 10px;
            color: #FFFFFF;
            font-size: 13.5px;
            font-weight: 600;
            position: relative;
            z-index: 2;
        }
        /* --- SECTION 3: EXPERTISE (3 Cards) --- */
        .kp-expertise-white-card {
            background: #FFFFFF;
            border: 1px solid #EFE4D3;
            border-radius: 20px;
            padding: 35px 28px;
            height: 100%;
            transition: all 0.35s ease;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
        }

        .kp-expertise-white-card:hover {
            transform: translateY(-8px);
            border-color: #E86522;
            box-shadow: 0 15px 30px rgba(232, 101, 34, 0.12);
        }

        .kp-exp-icon-wrap {
            width: 55px;
            height: 55px;
            background: #FFF2EA;
            color: #E86522;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            margin-bottom: 22px;
            transition: all 0.3s ease;
        }
        .kp-expertise-white-card:hover .kp-exp-icon-wrap {
            background: #E86522;
            color: #FFFFFF;
        }

        .kp-expertise-white-card h3 {
            font-size: 21px;
            font-weight: 700;
            color: #2C1A11;
            margin-bottom: 16px;
            padding-bottom: 12px;
            border-bottom: 2px solid #FFF2EA;
        }

        .kp-clean-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .kp-clean-list li {
            font-size: 14.5px;
            color: #6C5F57;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .kp-clean-list li i {
            color: #E86522;
            font-size: 16px;
        }

        /* --- SECTION 4: WHY CHOOSE US (GRID + IMAGE) --- */
        .kp-why-pill {
            background: #FAF5EE;
            border: 1px solid #EFE4D3;
            border-radius: 16px;
            padding: 18px 22px;
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 15px;
            font-weight: 600;
            color: #2C1A11;
            transition: all 0.3s ease;
            height: 100%;
        }

        .kp-why-pill:hover {
            border-color: #E86522;
            background-color: #FFF6F0;
            transform: translateY(-3px);
        }

        .kp-pill-check {
            width: 28px;
            height: 28px;
            background: #E86522;
            color: #FFFFFF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            flex-shrink: 0;
        }

        .kp-why-img-card {
            background: #FAF5EE;
            border: 1px solid #EFE4D3;
            border-radius: 20px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
            transition: all 0.3s ease;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .kp-why-img-card:hover {
            border-color: #E86522;
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(232, 101, 34, 0.12);
        }

        .kp-why-img-card img {
            max-height: 320px;
            width: 100%;
            object-fit: contain;
            border-radius: 12px;
        }
        /* --- SERVICES CARDS --- */
        .kpc-service-card {
            background: #FFFFFF;
            border: 1px solid #EFE4D3;
            border-radius: 20px;
            padding: 32px 26px;
            height: 100%;
            transition: all 0.35s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .kpc-service-card:hover {
            border-color: #E86522;
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(232, 101, 34, 0.12);
        }

        .kpc-service-card-2 {
            background: #FFF6F0;
            border: 1px solid #EFE4D3;
        }
         .kpc-service-card-2:hover {
            background: #FFFFFF;
            border-color: #E86522;
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(232, 101, 34, 0.12);
        }

        .kpc-service-card h3 {
            font-size: 22px;
            font-weight: 700;
            color: #2C1A11;
            margin-bottom: 10px;
        }

        .kpc-service-card p {
            color: #6C5F57;
            font-size: 14.5px;
            line-height: 1.6;
            margin-bottom: 16px;
        }

        .kpc-subhead {
            font-size: 14px;
            font-weight: 700;
            color: #E86522;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .kpc-list-styled {
            list-style: none;
            padding: 0;
            margin: 0 0 20px 0;
        }

        .kpc-list-styled li {
            font-size: 14px;
            color: #4A3E38;
            margin-bottom: 10px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
            line-height: 18px;
        }

        .kpc-list-styled li i {
            color: #E86522;
            font-size: 16px;
            margin-top: 2px;
        }

        .kpc-disclaimer-box {
            font-size: 12.5px;
            color: #6C5F57;
            background: #FAF5EE;
            border-left: 3px solid #E86522;
            padding: 12px 14px;
            border-radius: 8px;
            margin-top: 15px;
            line-height: 1.55;
        }

        /* --- GLOWING GRADIENT CARD WITH FLOATING ABSOLUTE SHAPES --- */
        .kpc-principles-card {
            background: linear-gradient(145deg, #2D1409 0%, #1A0A04 60%, #0F0502 100%);
            border: 2px solid rgba(232, 101, 34, 0.45);
            border-radius: 24px;
            padding: 38px 30px;
            color: #FAF4E8;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(232, 101, 34, 0.2), 
                        inset 0 0 40px rgba(232, 101, 34, 0.15);
            z-index: 1;
        }

        /* Radial Backlight Glow */
        .kpc-principles-card::before {
            content: '';
            position: absolute;
            top: -60px;
            right: -60px;
            width: 220px;
            height: 220px;
            background: radial-gradient(circle, rgba(232, 101, 34, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
            pointer-events: none;
            z-index: 0;
        }

        /* Floating Shape 1: Top Right Corner (Sparkles) */
        .kpc-abs-shape-top-right {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 100px;
            height: auto;
            opacity: 0.75;
            pointer-events: none;
            z-index: 0;
            animation: kpcSparkleTwinkle 4s ease-in-out infinite alternate;
        }

        /* Floating Shape 2: Bottom Left Corner (Sunburst Star) */
        .kpc-abs-shape-bottom-left {
            position: absolute;
            bottom: 15px;
            left: 15px;
            width: 75px;
            height: auto;
            opacity: 0.55;
            pointer-events: none;
            z-index: 0;
            animation: kpcSunburstSpin 8s linear infinite;
        }

        @keyframes kpcSparkleTwinkle {
            0% {
                transform: scale(0.9) translateY(0);
                opacity: 0.5;
                filter: drop-shadow(0 0 2px rgba(232, 101, 34, 0.3));
            }
            100% {
                transform: scale(1.1) translateY(-5px);
                opacity: 0.95;
                filter: drop-shadow(0 0 8px rgba(232, 101, 34, 0.8));
            }
        }

        @keyframes kpcSunburstSpin {
            0% {
                transform: rotate(0deg) scale(0.95);
            }
            50% {
                transform: rotate(180deg) scale(1.08);
            }
            100% {
                transform: rotate(360deg) scale(0.95);
            }
        }

        .kpc-badge-tag {
            background: rgba(232, 101, 34, 0.2);
            color: #FF9D66;
            border: 1px solid rgba(232, 101, 34, 0.3);
            padding: 4px 14px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-block;
            margin-bottom: 12px;
        }

        .kpc-principles-header,
        .kpc-principles-grid {
            position: relative;
            z-index: 2;
        }

        .kpc-principles-header h3 {
            font-size: 26px;
            font-weight: 700;
            color: #FFFFFF;
            margin-bottom: 8px;
        }

        .kpc-principles-header h3 span {
            color: #E86522;
        }

        .kpc-principles-header p {
            color: #D6C9BE;
            font-size: 14px;
            margin-bottom: 24px;
        }

        .kpc-principles-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }

        .kpc-principle-item {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 14px;
            padding: 14px 12px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 13.5px;
            font-weight: 600;
            color: #FFF2EA;
            transition: all 0.3s ease;
        }

        .kpc-principle-item i {
            color: #E86522;
            font-size: 18px;
        }

        .kpc-principle-item:hover {
            background: rgba(232, 101, 34, 0.15);
            border-color: #E86522;
            transform: translateY(-2px);
        }

        /* --- WHY CHOOSE KIRTIPATH ACADEMY GRID --- */
        .kpa-why-card {
            background: #FFF6F0;
            border: 1px solid #EFE4D3;
            border-radius: 20px;
            padding: 28px 24px;
            height: 100%;
            transition: all 0.35s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

        .kpa-why-card:hover {
            border-color: #E86522;
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(232, 101, 34, 0.12);
            background-color: #fff;
        }

        .kpa-why-icon {
            width: 50px;
            height: 50px;
            background: #fff;
            color: #E86522;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-bottom: 18px;
            transition: all 0.3s ease;
            border: 1px solid #e865224a;
        }

        .kpa-why-card:hover .kpa-why-icon {
            background: #E86522;
            color: #FFFFFF;
        }

        .kpa-why-card h4 {
            font-size: 19px;
            font-weight: 700;
            color: #2C1A11;
            margin-bottom: 10px;
        }

        .kpa-why-card p {
            color: #6C5F57;
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
        }

        .kpa-benefit-box {
            background: #FFFFFF;
            border: 1px solid #EFE4D3;
            border-radius: 16px;
            padding: 20px 12px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .kpa-benefit-box:hover {
            border-color: #E86522;
            background-color: #FFF6F0;
            transform: translateY(-4px);
            box-shadow: 0 8px 20px rgba(232, 101, 34, 0.12);
        }

        .kpa-benefit-icon {
            width: 42px;
            height: 42px;
            background: #FFF2EA;
            color: #E86522;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            margin-bottom: 10px;
            transition: all 0.3s ease;
        }

        .kpa-benefit-box:hover .kpa-benefit-icon {
            background: #E86522;
            color: #FFFFFF;
        }

        .kpa-benefit-box h5 {
            font-size: 14px;
            font-weight: 700;
            color: #2C1A11;
            margin: 0;
        }

        /* --- SERVICE CARDS (TOP FULL WIDTH ANIMATED BANNER IMAGE) --- */
        .kpr-pooja-card-topimg {
            background: #FFFFFF;
            border: 1px solid #EFE4D3;
            border-radius: 20px;
            overflow: hidden;
            height: 100%;
            transition: all 0.35s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .kpr-pooja-card-topimg:hover {
            border-color: #E86522;
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(232, 101, 34, 0.12);
        }

        .kpr-card-banner-frame {
            position: relative;
            width: 100%;
            height: 210px;
            overflow: hidden;
            border-bottom: 1px solid #EFE4D3;
            background-color: #FAF5EE;
        }

        .kpr-card-banner-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.4s ease;
        }

        .kpr-pooja-card-topimg:hover .kpr-card-banner-img {
            transform: scale(1.08) rotate(1deg);
            filter: brightness(1.05);
        }

        .kpr-card-body-content {
            padding: 28px 24px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex-grow: 1;
        }

        .kpr-pooja-card-topimg h3 {
            font-size: 22px;
            font-weight: 700;
            color: #2C1A11;
            margin-bottom: 10px;
        }

        .kpr-pooja-card-topimg p {
            color: #6C5F57;
            font-size: 14.5px;
            line-height: 1.6;
            margin-bottom: 16px;
        }

        .kpr-subhead {
            font-size: 13.5px;
            font-weight: 700;
            color: #E86522;
            margin-bottom: 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .kpr-list-styled {
            list-style: none;
            padding: 0;
            margin: 0 0 20px 0;
        }

        .kpr-list-styled li {
            font-size: 14px;
            color: #4A3E38;
            margin-bottom: 10px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .kpr-list-styled li i {
            color: #E86522;
            font-size: 16px;
            margin-top: 2px;
        }

         /* --- CREATIVE STAGGERED FEATURE LIST --- */
        .kfr-feature-item {
            background: #FFFFFF;
            border: 1px solid #EFE4D3;
            border-radius: 18px;
            padding: 24px;
            height: 100%;
            transition: all 0.35s ease;
            display: flex;
            gap: 16px;
            align-items: flex-start;
        }

        .kfr-feature-item:hover {
            border-color: #E86522;
            background-color: #FFF6F0;
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(232, 101, 34, 0.1);
        }

        .kfr-feature-icon {
            width: 46px;
            height: 46px;
            background: #FFF2EA;
            color: #E86522;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .kfr-feature-item:hover .kfr-feature-icon {
            background: #E86522;
            color: #FFFFFF;
        }

        .kfr-feature-item h4 {
            font-size: 17.5px;
            font-weight: 700;
            color: #2C1A11;
            margin-bottom: 6px;
        }

        .kfr-feature-item p {
            font-size: 13.5px;
            color: #6C5F57;
            margin: 0;
            line-height: 1.55;
        }

        .kfr-list-styled {
            list-style: none;
            padding: 0;
            margin: 10px 0 0 0;
        }

        .kfr-list-styled li {
            font-size: 13px;
            color: #4A3E38;
            margin-bottom: 6px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .kfr-list-styled li i {
            color: #E86522;
        }

        /* =========================================================
           FULL-WIDTH COSMIC GRADIENT COMBINED WRAPPER
           ========================================================= */
        .kfr-cosmic-wrapper {
            background: linear-gradient(135deg, #1A0903 0%, #2A0E05 40%, #150602 70%, #0D0402 100%);
            padding: 80px 0;
            margin: 60px 0;
            position: relative;
            overflow: hidden;
            border-top: 2px solid rgba(232, 101, 34, 0.3);
            border-bottom: 2px solid rgba(232, 101, 34, 0.3);
            box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.6);
        }

        /* Animated Background Astrology Orbit Wheel */
        .kfr-bg-orbit {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 650px;
            height: 650px;
            margin-top: -325px;
            margin-left: -325px;
            opacity: 0.12;
            pointer-events: none;
            z-index: 0;
            animation: kfrRotateOrbit 45s linear infinite;
        }

        @keyframes kfrRotateOrbit {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /* Floating Constellation Stars */
        .kfr-star-float-1 {
            position: absolute;
            top: 10%;
            left: 5%;
            width: 120px;
            opacity: 0.4;
            animation: kfrFloatStar 6s ease-in-out infinite alternate;
        }

        .kfr-star-float-2 {
            position: absolute;
            bottom: 8%;
            right: 4%;
            width: 140px;
            opacity: 0.45;
            animation: kfrFloatStar 7s ease-in-out infinite alternate-reverse;
        }

        @keyframes kfrFloatStar {
            0% { transform: translateY(0px) scale(0.95); opacity: 0.3; }
            100% { transform: translateY(-12px) scale(1.1); opacity: 0.7; }
        }

        /* Left Cards: Frosted Glass Dark Style */
        .kfr-why-card-glass {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 20px;
            padding: 26px 20px;
            height: 100%;
            transition: all 0.35s ease;
            text-align: center;
            backdrop-filter: blur(5px);
        }

        .kfr-why-card-glass:hover {
            border-color: #E86522;
            background: rgba(232, 101, 34, 0.15);
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(232, 101, 34, 0.25);
        }

        .kfr-why-icon-glow {
            width: 50px;
            height: 50px;
            background: #E86522;
            color: #FFFFFF;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin: 0 auto 16px auto;
            box-shadow: 0 4px 15px rgba(232, 101, 34, 0.4);
        }

        .kfr-why-card-glass h4 {
            font-size: 18px;
            font-weight: 700;
            color: #FFFFFF;
            margin-bottom: 8px;
        }

        .kfr-why-card-glass p {
            font-size: 13.5px;
            color: #D6C9BE;
            margin: 0;
            line-height: 1.55;
        }

        /* Right Card: Distinct Transparent Interactive Panel */
        .kfr-target-panel {
            background: rgba(0, 0, 0, 0.25);
            border: 1px solid rgba(232, 101, 34, 0.3);
            border-radius: 24px;
            padding: 35px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            z-index: 2;
        }

        .kfr-badge-glow {
            background: rgba(232, 101, 34, 0.2);
            color: #FF9D66;
            border: 1px solid rgba(232, 101, 34, 0.4);
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
        }

        .kfr-target-panel h3 {
            font-size: 26px;
            font-weight: 700;
            color: #FFFFFF;
            margin-bottom: 10px;
        }

        .kfr-target-panel h3 span {
            color: #E86522;
        }

        .kfr-target-panel p.intro-desc {
            color: #D6C9BE;
            font-size: 14.5px;
            margin-bottom: 22px;
        }

        .kfr-target-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .kfr-target-item {
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 14px;
            padding: 13px 16px;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 14px;
            color: #FFF2EA;
            transition: all 0.3s ease;
        }

        .kfr-target-item i {
            color: #E86522;
            font-size: 18px;
            margin-top: 1px;
            flex-shrink: 0;
        }

        .kfr-target-item:hover {
            background: rgba(232, 101, 34, 0.2);
            border-color: #E86522;
            transform: translateX(6px);
        }

        /* --- PRICING CARDS --- */
        .kfr-plan-card {
            background: #FFFFFF;
            border: 2px solid #EFE4D3;
            border-radius: 24px;
            padding: 30px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            transition: all 0.35s ease;
            position: relative;
        }

        .kfr-plan-card:hover {
            border-color: #E86522;
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(232, 101, 34, 0.12);
        }

        .kfr-plan-platinum {
            background: linear-gradient(145deg, #2D1409 0%, #1A0A04 60%, #0F0502 100%);
            border: 2px solid rgba(232, 101, 34, 0.5);
            color: #FAF4E8;
            box-shadow: 0 15px 35px rgba(232, 101, 34, 0.2), 
                        inset 0 0 40px rgba(232, 101, 34, 0.15);
            position: relative;
            overflow: hidden;
        }

        .kfr-abs-shape-top-right {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 100px;
            height: auto;
            opacity: 0.75;
            pointer-events: none;
            z-index: 0;
            animation: kfrSparkleTwinkle 4s ease-in-out infinite alternate;
        }

        .kfr-abs-shape-bottom-left {
            position: absolute;
            bottom: 15px;
            left: 15px;
            width: 75px;
            height: auto;
            opacity: 0.55;
            pointer-events: none;
            z-index: 0;
            animation: kfrSunburstSpin 8s linear infinite;
        }

        @keyframes kfrSparkleTwinkle {
            0% { transform: scale(0.9) translateY(0); opacity: 0.5; }
            100% { transform: scale(1.1) translateY(-5px); opacity: 0.95; }
        }

        @keyframes kfrSunburstSpin {
            0% { transform: rotate(0deg) scale(0.95); }
            50% { transform: rotate(180deg) scale(1.08); }
            100% { transform: rotate(360deg) scale(0.95); }
        }

        .kfr-badge-tag {
            background: rgba(232, 101, 34, 0.2);
            color: #FF9D66;
            border: 1px solid rgba(232, 101, 34, 0.3);
            padding: 4px 14px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-block;
            margin-bottom: 12px;
        }

        .kfr-plan-platinum h3 { color: #FFFFFF; }
        .kfr-plan-platinum p { color: #D6C9BE; }
        .kfr-plan-platinum .kfr-list-styled li { color: #FFF2EA; }

        .kfr-length-badge {
            background: #FFF2EA;
            color: #E86522;
            font-size: 12px;
            font-weight: 700;
            padding: 6px 14px;
            border-radius: 8px;
            display: inline-block;
            margin-top: 15px;
        }

        .kfr-plan-platinum .kfr-length-badge {
            background: rgba(255, 255, 255, 0.1);
            color: #FF9D66;
            border: 1px solid rgba(255, 255, 255, 0.15);
        }

        /* --- BUTTONS & CTA BANNER --- */
        .kfr-btn-primary {
            background: linear-gradient(135deg, #E86522 0%, #C84B0C 100%);
            color: #FFFFFF !important;
            font-weight: 700;
            padding: 12px 28px;
            border-radius: 30px;
            border: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(232, 101, 34, 0.3);
            width: 100%;
        }

        .kfr-btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(232, 101, 34, 0.45);
        }

        /* --- SECTION WRAPPER --- */
        .kmf-top-section {
            background-color: #FFFFFF;
            padding: 80px 0;
            position: relative;
        }

        /* --- LEFT SIDE OVAL IMAGE FRAME WITH VECTORS --- */
        .kmf-top-img-container {
            position: relative;
            display: inline-block;
            padding: 30px 0;
        }

        /* Capsule Shaped Image */
        .kmf-top-oval-frame {
            width: 280px;
            height: 460px;
            border-radius: 140px;
            overflow: hidden;
            position: relative;
            z-index: 2;
            margin: 0 auto;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
            background: #1A0A04;
        }

        .kmf-top-oval-frame img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Overlay Astro Vector Lines */
        .kmf-top-vector-overlay {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 320px;
            height: 520px;
            pointer-events: none;
            z-index: 3;
        }

        /* --- RIGHT SIDE CONTENT STYLING --- */
        .kmf-top-badge {
            background: #FAF5EE;
            border: 1px solid #EFE4D3;
            color: #2C1A11;
            font-size: 13px;
            font-weight: 700;
            padding: 6px 18px;
            border-radius: 20px;
            display: inline-block;
            margin-bottom: 16px;
        }

        .kmf-top-title {
            font-size: 38px;
            font-weight: 700;
            color: #2C1A11;
            margin-bottom: 6px;
            line-height: 1.2;
        }

        .kmf-top-subtitle {
            font-size: 15px;
            font-weight: 600;
            color: #6C5F57;
            margin-bottom: 24px;
        }

        /* Quote Box with Left Border Accent */
        .kmf-top-quote-box {
            background: #FFF7F2;
            border-left: 4px solid #E86522;
            padding: 18px 24px;
            border-radius: 0 16px 16px 0;
            font-size: 15.5px;
            font-weight: 600;
            color: #2C1A11;
            line-height: 1.6;
            margin-bottom: 24px;
            font-style: italic;
        }

        .kmf-top-desc {
            color: #6C5F57;
            font-size: 14.5px;
            line-height: 1.7;
            margin-bottom: 16px;
        }

        /* Stat Experience Cards (3 Grid Box) */
        .kmf-top-stat-card {
            background: #FAF5EE;
            border: 1px solid #EFE4D3;
            border-radius: 16px;
            padding: 20px 15px;
            text-align: center;
            height: 100%;
            transition: all 0.3s ease;
        }

        .kmf-top-stat-card:hover {
            border-color: #E86522;
            background-color: #FFF6F0;
            transform: translateY(-4px);
        }

        .kmf-top-stat-num {
            font-size: 28px;
            font-weight: 700;
            color: #E86522;
            margin-bottom: 4px;
            line-height: 1;
        }

        .kmf-top-stat-text {
            font-size: 13px;
            font-weight: 600;
            color: #6C5F57;
            margin: 0;
        }

        /* --- LEFT CARD: LIGHT THEME --- */
        .kmf-light-card {
            background: #FFFFFF;
            border: 1px solid #EFE4D3;
            border-radius: 24px;
            padding: 40px 32px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            z-index: 2;
            box-shadow: 0 8px 30px rgba(44, 26, 17, 0.03);
            transition: all 0.35s ease;
        }

        .kmf-light-card:hover {
            border-color: #E86522;
            transform: translateY(-6px);
            box-shadow: 0 15px 35px rgba(232, 101, 34, 0.12);
        }

        .kmf-light-badge {
            background: #FFF2EA;
            color: #E86522;
            border: 1px solid rgba(232, 101, 34, 0.25);
            font-size: 11.5px;
            font-weight: 700;
            padding: 6px 16px;
            border-radius: 20px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 0.8px;
        }

        .kmf-light-card h3 {
            font-size: 28px;
            font-weight: 700;
            color: #2C1A11;
            margin-bottom: 12px;
        }

        .kmf-light-card h3 span {
            color: #E86522;
        }

        .kmf-light-card p.intro-text {
            color: #6C5F57;
            font-size: 14.5px;
            line-height: 1.6;
            margin-bottom: 22px;
        }

        .kmf-light-list {
            list-style: none;
            padding: 0;
            margin: 0 0 24px 0;
        }

        .kmf-light-list li {
            font-size: 14px;
            color: #2C1A11;
            margin-bottom: 12px;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            line-height: 1.5;
        }

        .kmf-light-list li i {
            color: #E86522;
            font-size: 17px;
            margin-top: 1px;
            flex-shrink: 0;
        }

        .kmf-aspiration-box {
            background: #FFF7F2;
            border: 1px solid #FFDFC8;
            border-radius: 12px;
            padding: 14px 18px;
            font-size: 13.5px;
            font-weight: 600;
            color: #C84B0C;
            display: flex;
            align-items: flex-start;
            gap: 10px;
            line-height: 1.5;
        }

        .kmf-aspiration-box i {
            font-size: 18px;
            flex-shrink: 0;
            margin-top: 1px;
        }

        /* --- RIGHT CARD: DARK CELESTIAL GRADIENT WITH ANIMATION --- */
        .kmf-dark-card {
            background: linear-gradient(145deg, #2D1409 0%, #1A0A04 60%, #0F0502 100%);
            border: 2px solid rgba(232, 101, 34, 0.45);
            border-radius: 24px;
            padding: 40px 32px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(232, 101, 34, 0.2), 
                        inset 0 0 40px rgba(232, 101, 34, 0.15);
            z-index: 1;
            color: #FAF4E8;
            transition: all 0.35s ease;
        }

        .kmf-dark-card:hover {
            transform: translateY(-6px);
            border-color: #E86522;
            box-shadow: 0 20px 40px rgba(232, 101, 34, 0.3);
        }

        /* Radial Backlight Glow Effect */
        .kmf-dark-card::before {
            content: '';
            position: absolute;
            top: -60px;
            right: -60px;
            width: 220px;
            height: 220px;
            background: radial-gradient(circle, rgba(232, 101, 34, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
            pointer-events: none;
            z-index: 0;
        }

        /* Floating Sparkle Animation (Top Right) */
        .kmf-abs-sparkle {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 90px;
            height: auto;
            opacity: 0.75;
            pointer-events: none;
            z-index: 0;
            animation: kmfSparkleTwinkle 4s ease-in-out infinite alternate;
        }

        @keyframes kmfSparkleTwinkle {
            0% {
                transform: scale(0.9) translateY(0);
                opacity: 0.5;
                filter: drop-shadow(0 0 2px rgba(232, 101, 34, 0.3));
            }
            100% {
                transform: scale(1.1) translateY(-6px);
                opacity: 0.95;
                filter: drop-shadow(0 0 8px rgba(232, 101, 34, 0.8));
            }
        }

        .kmf-dark-badge {
            background: rgba(232, 101, 34, 0.2);
            color: #FF9D66;
            border: 1px solid rgba(232, 101, 34, 0.35);
            font-size: 11.5px;
            font-weight: 700;
            padding: 6px 16px;
            border-radius: 20px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            position: relative;
            z-index: 2;
        }

        .kmf-dark-card h3 {
            font-size: 28px;
            font-weight: 700;
            color: #FFFFFF;
            margin-bottom: 16px;
            position: relative;
            z-index: 2;
        }

        .kmf-dark-card h3 span {
            color: #E86522;
        }

        /* Quote Text Styling */
        .kmf-founder-dark-quote {
            font-size: 15.5px;
            font-weight: 500;
            font-style: italic;
            color: #FFF2EA;
            line-height: 1.7;
            margin-bottom: 25px;
            background: rgba(255, 255, 255, 0.04);
            border-left: 3px solid #E86522;
            padding: 16px 20px;
            border-radius: 0 12px 12px 0;
            position: relative;
            z-index: 2;
        }

        /* Founder Avatar Footer */
        .kmf-dark-founder-profile {
            display: flex;
            align-items: center;
            gap: 14px;
            padding-top: 18px;
            border-top: 1px solid rgba(255, 255, 255, 0.12);
            position: relative;
            z-index: 2;
        }

        .kmf-dark-avatar {
            width: 52px;
            height: 52px;
            background: linear-gradient(135deg, #E86522 0%, #C84B0C 100%);
            color: #FFFFFF;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 20px;
            box-shadow: 0 4px 15px rgba(232, 101, 34, 0.4);
            flex-shrink: 0;
            animation: kmfAvatarPulse 3s infinite alternate;
        }

        @keyframes kmfAvatarPulse {
            0% { transform: scale(1); box-shadow: 0 4px 15px rgba(232, 101, 34, 0.4); }
            100% { transform: scale(1.05); box-shadow: 0 6px 20px rgba(232, 101, 34, 0.7); }
        }

        .kmf-dark-founder-details h5 {
            font-size: 18px;
            font-weight: 700;
            color: #FFFFFF;
            margin: 0 0 2px 0;
        }

        .kmf-dark-founder-details p {
            font-size: 13px;
            color: #FF9D66;
            font-weight: 600;
            margin: 0;
        }

        /* --- THE KIRTIPATH DIFFERENCE (GRID CARDS) --- */
        .kwk-diff-card {
            background: #FFFFFF;
            border: 1px solid #EFE4D3;
            border-radius: 18px;
            padding: 24px;
            height: 100%;
            transition: all 0.35s ease;
            display: flex;
            gap: 16px;
            align-items: flex-start;
        }

        .kwk-diff-card:hover {
            border-color: #E86522;
            background-color: #FFF6F0;
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(232, 101, 34, 0.1);
        }

        .kwk-diff-icon {
            width: 48px;
            height: 48px;
            background: #FFF2EA;
            color: #E86522;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            flex-shrink: 0;
            transition: all 0.3s ease;
        }

        .kwk-diff-card:hover .kwk-diff-icon {
            background: #E86522;
            color: #FFFFFF;
        }

        .kwk-diff-card h4 {
            font-size: 18px;
            font-weight: 700;
            color: #2C1A11;
            margin-bottom: 6px;
        }

        .kwk-diff-card p {
            font-size: 13.5px;
            color: #6C5F57;
            margin: 0;
            line-height: 1.55;
        }

        /* Core Value Cards */
        .kwk-value-card {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 22px;
            padding: 35px 28px;
            height: 100%;
            text-align: center;
            backdrop-filter: blur(5px);
            transition: all 0.35s ease;
            position: relative;
            z-index: 2;
        }

        .kwk-value-card:hover {
            border-color: #E86522;
            background: rgba(232, 101, 34, 0.15);
            transform: translateY(-6px);
            box-shadow: 0 15px 35px rgba(232, 101, 34, 0.25);
        }

        .kwk-value-devanagari {
            font-size: 32px;
            font-weight: 700;
            color: #E86522;
            margin-bottom: 6px;
        }

        .kwk-value-translation {
            color: #FF9D66;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 14px;
        }

        .kwk-value-card p {
            color: #D6C9BE;
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
        }

        /* --- CONFIDENTIALITY HIGHLIGHT BANNER --- */
        .kpp-confidential-banner {
            background: linear-gradient(135deg, #2C1A11 0%, #120A06 100%);
            border: 2px solid rgba(232, 101, 34, 0.4);
            border-radius: 24px;
            padding: 45px 35px;
            color: #FFFFFF;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
            position: relative;
            overflow: hidden;
        }

        .kpp-confidential-banner h3 {
            font-size: 26px;
            font-weight: 700;
            color: #FAF4E8;
            margin-bottom: 14px;
        }

        .kpp-confidential-banner p {
            font-size: 15px;
            color: #D1C7BD;
            line-height: 1.75;
            margin: 0;
        }

        .kpp-shield-icon {
            width: 60px;
            height: 60px;
            background: rgba(232, 101, 34, 0.2);
            border: 1px solid rgba(232, 101, 34, 0.4);
            color: #FF9D66;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            margin-bottom: 20px;
        }

        /* Default State */
        .cookie-svg-icon {
            fill: none;
            stroke: #E86522;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            transition: all 0.3s ease; /* Smooth hover animation */
        }

        /* Inside Circles (Chips) Default Color */
        .cookie-svg-icon circle {
            fill: #E86522;
            stroke: none;
            transition: all 0.3s ease;
        }

        /* --- HOVER STATES --- */

        /* Parent Container ya Self Hover par White hone ke liye */
        .cookie-svg-icon:hover,
        .kp-expertise-white-card:hover .cookie-svg-icon { /* Card hover par bhi white hoga */
            stroke: #FFFFFF;
        }

        .cookie-svg-icon:hover circle,
        .kp-expertise-white-card:hover .cookie-svg-icon circle {
            fill: #FFFFFF;
        }

        .rounded-img{
        border-radius: 15px;
        }

        .card-top-icon {
            width: 52px;
            height: 52px;
            background: #fff0e2;
            border: 1px solid #ffd8be;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            margin-bottom: 18px;
        }

        .kp-card {
      background-color: #faeedf;
      border: 1px solid #ebd3be;
      border-radius: 14px;
      text-decoration: none;
      transition: all 0.3s ease;
      color: inherit;
    }

    .kp-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 20px rgba(84, 29, 20, 0.08);
      border-color: #c5762d;;
      color: inherit;
    }

    .icon-box svg {
      width: 48px;
      height: 48px;
      stroke: #c5762d;;
      stroke-width: 1.5;
      fill: none;
    }

    .kp-title {
      font-size: 1.1rem;
      font-weight: 800;
      letter-spacing: 0.5px;
    }

    .kp-desc {
      line-height: 1.45;
    }

    .kp-link {
      font-size: 0.72rem;
      font-weight: 800;
      color: #c5762d;;
      letter-spacing: 0.5px;
      transition: gap 0.2s ease;
    }

    .kp-card:hover .kp-link {
      color: #541d14;
    }

    /* Box height reduced using compact padding & margin while preserving original font sizes */
    .astrology-card {
      background-color: var(--card-bg);
      border: 1px solid #f3e8dc;
      border-radius: 28px;
      box-shadow: 0 10px 40px rgba(179, 89, 30, 0.05);
      padding: 1.75rem 1.6rem 1.5rem;
      display: flex;
      flex-direction: column;
      height: 100%;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      z-index: 1;
      transition: all 0.35s ease-in-out;
    }

    .brand-title {
      
      color: var(--primary-terra);
      font-weight: 600;
      line-height: 1.15;
      font-size: 2rem;
      transition: color 0.3s ease;
    }

    /* Ornament divider */
    .ornament-divider {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin: 0.75rem 0;
    }

    .ornament-divider .line {
      height: 1px;
      background-color: #dfcaa7;
      width: 60px;
      transition: background-color 0.3s ease;
    }

    .ornament-divider .dot {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: var(--primary-terra);
      transition: background-color 0.3s ease;
    }

    .lead-description {
      color: var(--text-muted);
      font-size: 0.95rem;
      line-height: 1.45;
      transition: color 0.3s ease;
    }

    /* Enrollment Box */
    .enrollment-box {
      background-color: var(--banner-bg);
      border-radius: 16px;
      border: 1px solid rgba(223, 202, 167, 0.45);
      padding: 0.9rem 1rem;
      margin: 1rem 0;
      transition: all 0.3s ease;
    }

    .enrollment-tag {
      color: var(--primary-terra);
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      transition: color 0.3s ease;
    }

    /* Course List */
    .curriculum-list {
      list-style: none;
      padding: 0;
      margin: 0 0 1.25rem 0;
      flex-grow: 1;
    }

    .curriculum-item {
      display: flex;
      align-items: center;
      padding: 0.45rem 0;
      border-bottom: 1px solid var(--border-light);
      font-size: 0.95rem;
      font-weight: 500;
      color: var(--text-dark);
      transition: all 0.3s ease;
    }

    .curriculum-item:last-child {
      border-bottom: none;
    }

    .curriculum-icon {
      color: var(--primary-terra-light);
      font-size: 1.2rem;
      width: 32px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 0.85rem;
      flex-shrink: 0;
      border-right: 1px solid var(--border-light);
      padding-right: 0.5rem;
      transition: all 0.3s ease;
    }

    /* Waitlist Button */
    .btn-waitlist {
      background-color: #1a1614;
      color: #ffffff;
      border-radius: 50px;
      padding: 0.75rem 1.5rem;
      font-size: 0.9rem;
      font-weight: 600;
      letter-spacing: 1.2px;
      border: none;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      width: 100%;
    }

    .btn-waitlist:hover {
      background-color: #332b27;
      color: #ffffff;
      transform: translateY(-1px);
    }

    .btn-waitlist .bi-bell {
      color: #e5a93b;
      transition: color 0.3s ease;
    }

    .notify-text {
      color: var(--text-muted);
      font-size: 0.825rem;
      margin-top: 0.6rem;
      transition: color 0.3s ease;
    }

    /* =========================================
       🔥 HOVER STATE (ORANGE GRADIENT) 🔥
       ========================================= */
    .astrology-card:hover {
      background: linear-gradient(180deg, #aa3e00 0%, #d8680c 25%, #eb9226 60%, #f7a63b 85%, #f1a95e 100%);
      transform: translateY(-5px);
      box-shadow: 0 16px 35px rgba(184, 80, 10, 0.28);
      border-color: rgba(255, 255, 255, 0.2);
    }

    .astrology-card:hover .brand-title,
    .astrology-card:hover .lead-description,
    .astrology-card:hover .curriculum-item,
    .astrology-card:hover .enrollment-tag,
    .astrology-card:hover .enrollment-box p,
    .astrology-card:hover .notify-text {
      color: #ffffff !important;
    }

    .astrology-card:hover .ornament-divider .line {
      background-color: rgba(255, 255, 255, 0.4);
    }

    .astrology-card:hover .ornament-divider .dot,
    .astrology-card:hover .ornament-divider i,
    .astrology-card:hover .curriculum-icon,
    .astrology-card:hover .enrollment-box i,
    .astrology-card:hover .notify-text span,
    .astrology-card:hover .enrollment-box span {
      color: #ffffff !important;
      border-color: rgba(255, 255, 255, 0.25) !important;
    }

    .astrology-card:hover .enrollment-box {
      background-color: rgba(255, 255, 255, 0.12);
      border-color: rgba(255, 255, 255, 0.25);
    }

    .astrology-card:hover .curriculum-item {
      border-bottom-color: rgba(255, 255, 255, 0.18);
    }

    .astrology-card:hover .btn-waitlist {
      background-color: #12100e;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

    .astrology-card:hover .btn-waitlist .bi-bell {
      color: #ffd166;
    }