/* stylesheet */
:root{
    --primary-color:#797979;
    --secondary-color:#f4a636;
    --dark-color1:#111111;
    --dark-color2:#17384e;
    --white-color:#ffffff;
    --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 */
.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;
    width: 34px;
    height: 26px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 1000;
    padding: 2px 0;
}
.as_toggle_bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
/* Hamburger → X when menu is open */
.menu_open .as_toggle .as_toggle_bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.menu_open .as_toggle .as_toggle_bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.menu_open .as_toggle .as_toggle_bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
.as_heading{
    font-size: 36px;
    text-transform: capitalize;
    padding-bottom: 17px;
    position: relative;
    margin: -8px 0 0;
    color: var(--dark-color1);
    font-weight: 600;
}
.form-control{
    height: 45px;
    background-color: #ffffff;
    border: 1px solid rgb(121 121 121 / 20%);
    outline: none;
    box-shadow: none !important;
    color: var(--primary-color);
    padding: 0 28px;
    border-radius: 45px;
}
.form-control:focus{
    border-color: var(--secondary-color) !important;
}
.form-control::placeholder{
    color: #797979;
}
.as_subheading{
    font-size: 22px;
    text-transform: capitalize;
    color: var(--dark-color1);
}
.as_orange{
    color: var(--secondary-color);
}
.as_white{
    color: var(--white-color);
}

  
.as_btn,.as_btn:focus,.as_btn:visited{
    height: 45px;
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    font-size: 14px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 2%;
    border: none !important;
    position: relative;
    color: var(--white-color);
    border-radius: 45px;
    outline: none;
    min-width: 160px;
    justify-content: center;
    outline: none;
    z-index:1;
    overflow:hidden;
}
.as_btn:after{
    position:absolute;
    z-index:-1;
    content:'';
    top:0;
    bottom:0;
    left:100%;
    right:0;
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
}
.as_btn:hover:after{
    left:0
}
.as_btn:hover {
    color: var(--white-color) !important;
}
.as_verticle_center{
    display: flex;
    align-items: center;
}
.slick-dots {
    padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
}
.slick-dots li {
    display: inline-flex;
}
.slick-dots li button {
    display: none;
}
.slick-dots li {
    height: 9px;
    width: 9px;
    background-color: #234a64;
    border-radius: 100%;
    margin: 0 6px;
    cursor: pointer;
}
.slick-dots li.slick-active {
    background-color: var(--secondary-color);
}

.slick-slide{
    outline: none;
}
.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
    display: none;
}
.only-timepicker .datepicker--time {
    border-top: none;
}
.datepicker {
    background-color: #ffffff;
    border: 1px solid rgb(255 255 255 / 10%);
    color: var(--primary-color);
}
.datepicker--nav {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.datepicker--nav>div {
    background-color: transparent !important;
    color: var(--primary-color);
}
.datepicker--pointer {
    background-color: #ffffff;
    border-top-color: rgb(255 255 255 / 10%);
    border-right-color: rgb(255 255 255 / 10%);
}
.datepicker--cell:hover{
    background-color: var(--secondary-color);
    color: var(--white-color) !important;
}
.datepicker--cell.-current-,.datepicker--day-name {
    color: var(--secondary-color);
}
/* select2 */
.select2-selection {
    height: 45px !important;
    background-color: #ffffff !important;
    border: 1px solid #e7e7e7 !important;
    outline: none;
    box-shadow: none !important;
    color: var(--primary-color);
    border-radius: 45px !important;
    transition: none;
}

.select2-selection .select2-selection__rendered {
    color: var(--primary-color) !important;
    font-size:14px;
    line-height: 45px !important;
    padding: 0 28px !important;
}


.select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection__arrow {
    height: auto !important;
    bottom: 1px;
    right: 18px !important;
}

.select2-container {
    transition: none;
    width: 100% !important;
}

.select2-dropdown {
    transition: none;
    background-color: #ffffff;
    border-color: #e7e7e7;
    font-size:14px;
    box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
}

.select2-search--dropdown {
    padding: 10px 25px;
}

.select2-search--dropdown input {
    background-color: #ffffff;
    border-color: rgb(223 223 223) !important;
    outline: none !important;
}

.select2-results__option {
    padding: 10px 26px;
    background-color: transparent !important;
}

.select2-results__option:hover,.select2-results__option.select2-results__option--selected {
    color: var(--secondary-color) !important;
}
.select2-container--below.select2-container--open .select2-selection {
    border-radius: 10px 10px 0 0 !important;
}
.select2-container--above.select2-container--open .select2-selection {
    border-radius: 0 0 10px 10px !important;
}

.select2-dropdown.select2-dropdown--above {
    box-shadow: -10px -28px 28px -24px rgb(0 0 0 / 5%);
}
/* loader */
.as_loader{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.as_loader img{
    animation: spin 7s infinite linear;
    -webkit-animation: spin 7s infinite linear;
    -moz-animation: spin 7s infinite linear;
}
/* header css start */ 
.as_header_wrapper {
    background-color: rgb(17 16 17);
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 9;
}
.as_logo {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.as_logo img {
    height: 52px;
    width: auto;
    object-fit: contain;
}
.as_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.as_menu >ul >li {
    display: inline-flex;
    text-transform: capitalize;
    margin: 0 20px;
    color: #ffffff;
    position: relative;
}
.as_info_detail:last-child{
    margin-right: 0px;
}
.as_header_detail {
    width: calc(100% - 449px);
}
.as_menu > ul > li > a {
    padding: 23px 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: 20px 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;
}
.as_cart_wrapper>span .as_cartnumber {
    width: 18px;
    height: 18px;
    background-color: var(--secondary-color);
    border-radius: 100%;
    font-size: 9px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -12px;
    color: #ffffff;
}
.as_cart {
    position: relative;
}
.as_cart_box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background-color: #ffffff;
    z-index: 1;
    padding: 5px 20px 20px;
    box-shadow: 0 20px 20px rgb(255 255 255 / 5%);
    border-radius: 20px;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
    transition: all 0.3s linear;
}
.as_cart.cart_open .as_cart_box {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}
.as_cart_list .as_cart_img{
	float:left;
}
.as_cart_list .as_cart_img img{
	width:70px;
    height: 70px;
    object-fit: cover;
}
.as_cart_info{
	width:calc(100% - 70px);
	float:right;
	padding-left:10px;
}
.as_cart_list .as_cart_info a{
	font-size:16px;
	font-weight:500;
	font-family:'Philosopher', sans-serif;
	margin-bottom:5px;
	width:110px;
	text-transform:capitalize;
	color: var(--dark-color1);
}
.as_cart_list {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
.as_cart_list ul{
    margin:0;
    padding: 0 0 20px;
    list-style:none;
    border-bottom: 1px solid #e7e7e7;
}
.as_cart_list li{
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.as_cart_list .as_cart_info p{
	font-size:14px;
}
.as_cart_box .as_cart_total , .as_cart_box .as_cart_btn{
	padding-right:20px;
}
.as_cart_box .as_cart_total p{
	margin-top:10px;
	text-align:left;
	text-transform:capitalize;
}
.as_cart_box .as_cart_total p span{
	float:right;
	font-family:'Philosopher', sans-serif;
}
.as_cart_box .as_cart_btn{
	text-align:center;
	padding-top:5px;
	display: flex;
}
.as_cart_box .as_cart_btn button{
	background-color: var(--dark-color1);
	padding:0 5px;
	text-transform:capitalize;
	min-width: 120px;
	margin-right: 1;
}
.as_cart_box .as_cart_btn button::after{
    border-left-color: var(--dark-color1);
}
.as_cart_box .as_cart_btn button::before{
    border-right-color: var(--dark-color1);
}
.as_cart_box .as_cart_btn button:hover{
	background-color:var(--secondary-color);
}
.as_cart_box .as_cart_btn button:hover::after{
    border-left-color: var(--secondary-color);
}
.as_cart_box .as_cart_btn button:hover::before{
    border-right-color: var(--secondary-color);
}
.as_cart_box .as_cart_btn button:first-child{
    margin-right: 15px;
}
.as_cart_list::-webkit-scrollbar {
	width:4px;
}
.as_cart_list::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.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: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 150px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}
.as_banner_detail .as_btn {
    background: #ffffff;
    color: var(--dark-color1);
    font-weight: 600;
    padding: 2%;
    transition: all 0.3s linear;
}
.as_banner_detail .as_btn:hover{
   background-color: var(--secondary-color);
    color: #ffffff;
}

.as_banner_wrapper:after{
    position: absolute;
    content: '';
    background: url(../images/shape.svg) repeat-x;
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(-1);
    z-index: 1;
}
.as_banner_detail h5{
    font-size: 26px;
    margin: 0 0 5px;
}
.as_banner_detail h1{
    font-size: 54px;
    line-height: 62px;
    margin: 0 0 13px;
}
.as_banner_detail p {
    margin-bottom: 26px;
}
.as_banner_img{
    position: relative;
}
.as_banner_img .as_hand_bg{
    animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
    -moz-animation: spin 12s infinite linear;
    display: inline-block;
    width: 80%;
    max-width: 520px;
}
.as_banner_img .as_hand{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-46%);
    -webkit-transform: translate(-50%,-46%);
    -moz-transform: translate(-50%,-46%);
    -ms-transform: translate(-50%,-46%);
    width: 65%;
    max-width: 440px;
}
@keyframes spin {
    0%  {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}   
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}
.as_banner_slider{
    position: relative;
    z-index: 1;
}
.as_banner_slider .slick-arrow.slick-prev{
    left: 20px;
}
.as_banner_slider .slick-arrow.slick-next{
    right: 20px;
}
.as_banner_slider .slick-arrow.as_btn {
    background: rgba(255,255,255,.2);
    border: 2px solid rgba(255,255,255,0.5);
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    color: #fff;
}
.as_banner_slider .slick-arrow.as_btn:after{
    display: none;
}
.as_banner_slider .slick-arrow.as_btn:hover{
    background: linear-gradient(135deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    border-color: transparent;
}

/* banner css end */
/* about css start */
.as_about_wrapper{
    background-image: url('../images/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.as_paragraph_wrapper {
    padding-left: 20px;
    border-left: 2px solid var(--secondary-color);
}
.as_paragraph_wrapper {
    padding-left: 20px;
    border-left: 2px solid #f4a636;
    margin-top: 20px;
}
.as_contact_expert {
    display: flex;
    margin: 40px 0;
    align-items:center;
    color: var(--dark-color1);
}
.as_contact_expert .as_icon{
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:25px;
    position: relative;
}
.as_year_ex {
    font-size: 60px;
    font-weight: 700;
    color: var(--secondary-color);
    font-family: 'Philosopher', sans-serif;
    margin-right: 10px;
}
.as_contact_expert .as_icon:before{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #dcdcdc;
    content: '';
    border-radius: 100%;
    width: 100px;
    height: 100px;
}
.as_contact_expert:hover .as_icon:before{
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
}
.as_contact_expert h5{
    font-size:18px;
    margin: 0;
}
.as_contact_expert h1{
    font-size: 30px;
    font-weight:700;
    margin:0 0 0 0;
}
.as_aboutimg{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.as_aboutimg img{
    display: inline-block;
    
}
.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 */

/* about features grid */
.as_about_features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    margin: 25px 0;
}
.as_about_feature_item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-color1);
}
.as_about_feature_icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f4aa36, #f37335);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    flex-shrink: 0;
}
/* about features grid end */

/* about video embed */
.as_about_video {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}
.as_video_thumb {
    position: relative;
    cursor: pointer;
    line-height: 0;
}
.as_video_thumb img {
    width: 100%;
    height: auto;
    display: block;
    transition: filter 0.3s ease;
}
.as_video_thumb:hover img {
    filter: brightness(0.75);
}
.as_video_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f4aa36, #f37335);
    border: none;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 0 10px rgba(244,170,54,0.25), 0 0 0 20px rgba(244,170,54,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding-left: 4px; /* optical center for play icon */
}
.as_video_play_btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 0 14px rgba(244,170,54,0.25), 0 0 0 28px rgba(244,170,54,0.1);
}
.as_video_embed {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}
.as_video_embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* about video embed end */

/* About section image (replaces video) */
.as_about_img_wrap {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}
.as_about_photo {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
/* horoscope css start */
.as_horoscope_wrapper{
    background-image: url('../images/bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
/* horoscope css end */
/* service css start */
.as_service_wrapper {
    background-image: url('../images/bg5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 140px 0 100px;
}
/* Wave texture before (top) */
.as_service_wrapper:before {
    position: absolute;
    content: '';
    background: url(../images/shape.svg) repeat-x;
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
/* Wave texture after (bottom) */
.as_service_wrapper:after {
    position: absolute;
    content: '';
    background: url(../images/shape.svg) repeat-x;
    transform: scale(-1);
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
/* Dark theme heading & text */
.as_service_wrapper .as_heading {
    color: #ffffff;
}
.as_service_wrapper p {
    color: rgba(255,255,255,0.8);
}
/* Service grid */
.as_service_grid {
    position: relative;
    z-index: 2;
}
/* Service box - dark translucent card */
.as_service_box {
        background: rgb(255 255 255 0%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    padding: 35px 20px 25px;
    margin-top: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    min-height: 280px;
    border-radius: 12px;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    text-align: center;
}
/* Subtle glow on hover */
.as_service_box:hover {
    background: rgba(244,170,54,0.12);
    border-color: rgba(244,170,54,0.35);
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3), 0 0 30px rgba(244,170,54,0.1);
}
/* Bottom accent line */
.as_service_box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(244,170,54), rgb(243,115,53));
    border-radius: 3px;
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.as_service_box:hover::after {
    width: 60%;
}
/* Service box icon */
.as_service_box .as_icon svg {
    fill: var(--secondary-color);
    transition: none;
}
.as_service_box:hover .as_icon svg {
    fill: #ffffff;
}
/* Service box text - all white for dark bg */
.as_service_box p {
    color: rgba(255,255,255,0.65);
    transition: color 0.3s ease;
    font-size: 13px;
    line-height: 22px;
}
.as_service_box:hover p {
    color: rgba(255,255,255,0.9);
}
.as_service_box .as_subheading {
    margin: 20px 0 10px;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    transition: color 0.3s ease;
}
.as_service_box:hover .as_subheading {
    color: var(--secondary-color);
}
/* Read More link */
.as_service_wrapper .as_link {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
    color: var(--secondary-color);
    letter-spacing: 0.6px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    transition: color 0.3s ease;
    cursor: pointer;
}
.as_service_wrapper .as_link i {
    margin: 6px;
    transition: transform 0.3s ease;
}
.as_service_box:hover .as_link {
    color: #ffffff;
}
.as_service_box:hover .as_link i {
    transform: translateX(4px);
}
/* Emoji icons */
.as_service_emoji {
    font-size: 44px;
    line-height: 1;
    display: block;
    filter: grayscale(0);
    transition: filter 0.3s ease, transform 0.3s ease;
}
.as_service_box:hover .as_service_emoji {
    transform: scale(1.15);
}
/* See More Services button */
.as_service_cta {
    position: relative;
    z-index: 2;
}
/* Base .as_link style (generic fallback for non-dark contexts) */
.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: color 0.3s ease;
    cursor: pointer;
}
.as_link span {
    margin: -1px 0 0 5px;
}
/* Scroll entrance animations */
@keyframes serviceSlideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.as_service_animate {
    opacity: 0;
    transform: translateY(50px);
}
.as_service_animate.as_animated {
    animation: serviceSlideUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* service css end */
/* why choose css start */
.as_whychoose_wrapper{
    background-image: url('../images/bg5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    padding: 150px 0 100px;
    position: relative;
    z-index: 1;
}
.as_whychoose_wrapper:before {
    position: absolute;
    content: '';
    background: url(../images/shape.svg) repeat-x;
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
} 
.as_whychoose_wrapper:after {
    position: absolute;
    content: '';
    background: url(../images/shape.svg) repeat-x;
    transform: scale(-1);
    width: 100%;
    height: 273px; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; 
}
.as_about_page .as_whychoose_wrapper:before{
    background: url(../images/shape1.svg) no-repeat;
}
.as_about_page .as_whychoose_wrapper:after{
    background: url(../images/shape1.svg) no-repeat;
}
.as_whychoose_wrapper .as_heading {
    color: #ffffff;
}
.as_whychoose_wrapper p {
    color: #ffffff;
}
.as_whychoose_box .as_number>span {
    font-size: 24px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.as_whychoose_box h4 {
    font-size: 20px;
    margin: 25px 0 35px;
    text-align: center;
}
.as_number {
    display: block;
    position: relative;
    width: 130px;
    margin: 0 auto;
}
.as_whychoose_box:hover h4 {
    color: var(--secondary-color);
}
.as_choose_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_choose_ul li {
    display: inline-flex;
    width: 19.5%;
    justify-content: center;
    color: #ffffff;
}
.as_choose_ul li:hover h4{
    color: var(--secondary-color);
}
/* why choose css end */
/* customer css start */
.as_customer_wrapper{
    background-image: url('../images/bg6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    overflow: hidden;
}
.as_customer_img{
    width: 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;
}
  
.as_customer_box {
    border-radius: 30px;
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    padding: 54px 50px;
    position: relative;
    color: #ffffff;
    z-index: 1;
    position: relative;
}
  
.as_customer_box:before {content: '';position: absolute;top:0;right: 0;bottom:0;width: 235px;height: 235px;background-image: url(../images/circle1.png);z-index: -1;
    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;}
.as_customer_box .as_customer_img>img {
    border-radius: 100%;
}
.as_customer_box .as_customer_img {
    position: relative;
    display:inline-flex;
    margin: -45px 0 34px;
}
.as_customer_box .as_customer_img span {
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: var(--secondary-color);
    border-radius:100%;
    line-height:32px;
    right:-10px;
    bottom:0px
}
.as_customer_box .as_customer_img span img{
    display: inline-block;
}
.as_customer_box p {
    font-size: 14px;
    line-height: 24px;
}
.as_customer_box h3{
    font-size: 20px;
    margin: 25px 0 0;
}
.as_customer_box h3>span {
    font-size: 15px;
}
.as_customer_slider .slick-dots {
    position: absolute;
    top: 50%;
    left: -34px;
    margin: 0;
    transform: translateY(-50%);
}

.as_customer_slider .slick-dots li {
    display: flex;
    margin: 10px auto;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.as_customer_slider .slick-dots li.slick-active {
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.18);
}

.as_customer_for:before {content: '';position: absolute;top: 0;left: -27px;bottom: 0;border-left: 1px solid #e7e7e7;}
.as_customer_img.slick-slide.slick-current{
    transform: scale(1.2); 
}
.as_customer_img.slick-slide.slick-current img{
    border-color: var(--secondary-color);
}
/* customer css end */
/* zodiec sign css start */
.as_sign_box {
    background-color: #ffffff;
    /* max-width: 170px; */
    padding: 20px;
    border-radius: 10px;
    position: relative;
    box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
    border: 1px solid rgb(231, 231, 231);
    margin-top: 30px;
    transition: all 0.3s linear;
}
.as_sign_box .as_sign {
    background-color: #ffffff;
    box-shadow: -2px 0px 15px 0px rgba(0, 0, 0, 0.06);
    height: 56px;
    width: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 14px;
    border-radius: 100%;
    transition: all 0.3s linear;
}
.as_sign_box:hover .as_sign img {
    transform: rotate(360deg);
}
.as_sign_box h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark-color1);
    margin: 0 0 2px;
    transition: none;
    transition: all 0.3s linear;
}
.as_sign_box p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    transition: none;
}
.as_sign_box:hover h5,.as_sign_box:hover p{
    color: #ffffff;
}
.as_sign_box:hover {
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    border-color: rgb(231, 231, 231);
} 

/* zodiec sign css end */

/* blog css start */
.as_blog_wrapper{
    background-image: url('../images/bg4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.as_blog_img {
    position: relative;
    margin-bottom: 36px;
}

.as_blog_img .as_btn {
    position: absolute;
    right: 35px;
    bottom: -25px;
    color: #fff;
    padding: 0 5px;
}
.as_blog_box {
    margin-top: 30px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: -2px 0px 28px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid rgb(231, 231, 231);
    overflow: hidden;
}
.v3_blog_wrapper .row {
    justify-content: center;
}
  
.as_blog_box:hover .as_subheading {
    color: var(--secondary-color);
}
.as_blog_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_blog_detail {
    padding: 0 20px 20px;
}
.as_blog_box ul li {
    display: inline-flex;
    margin-right: 30px;
    font-size: 14px;
    line-height: 24px;
}
.as_blog_box ul li img {
    margin-right: 10px;
}
.as_blog_box .as_subheading {
    line-height: 28px;
    margin: 8px 0;
    font-size: 20px;
    transition: all 0.3s linear;
}
.as_blog_box.as_blog_single .as_subheading {
    color: var(--primary-color);
}
.as_blog_page .as_blog_box {
    margin: 0 0 30px;
    box-shadow: none;
}
.as_workinghours_widget ul li>a {
    display: flex;
    justify-content: space-between;
}
.as_post_widget .as_product .as_productimg {padding: 0;}

.as_post_widget .as_product span {
    color: inherit;
    transition: all 0.3s linear;
}
.as_blog_page .as_blog_detail {
    padding: 0;
}

.as_blog_page .as_blog_box {
    border: none;
    margin: 0 0 50px;
}
.as_blog_page .as_blog_wrapper,.as_blogsingle_page .as_blog_wrapper{
    background: var(--white-color);
}

.as_post_widget .as_product .as_product_detail span >img {
    margin-right: 5px;
}

.as_post_widget .as_product .as_product_detail span:last-child {
    margin-top: 8px;
}
.as_accordion .card-header h2 {
    margin: 0;
}
.as_accordion .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #f37935;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: '+';
    font-size: 30px;
    transition: transform .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;
}
  
.as_product_img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.as_product_img >    img {
    width: 100%;
}
.as_cart_svg {
    max-width: 12px !important;
}
.as_product_detail {
    padding: 0 30px 20px;
}

.as_product_detail .as_subheading {
    font-size: 20px;
    font-weight: 600;
}
.as_product_img ul {
    position: absolute;
    margin: 0;
    list-style: none;
    bottom: -60px;
    left: 0;
    right: 0;
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 
0deg
, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    padding: 14px 10px 14px 23px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.as_product_box:hover .as_product_img ul{
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.as_product_img ul li {
    display: inline-flex;
    padding: 0 10px 0 7px;
    border-right: 1px solid rgb(255 255 255 / 10%);
    line-height: 26px;
    color: #ffffff;
}
.as_product_img ul li:last-child{
    border-right: none;
} 
.as_product_box .as_subheading {
    margin: 12px 0px 9px;;
}
.as_new_tag {
    position: absolute;
    top: 22px;
    left: 22px;
    background-color: var(--secondary-color);
    color: #fff;
    text-transform: capitalize;
    border-radius: 4px;
    padding: 2px 15px;
}

.as_product_box .as_price {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-color1);
}

.as_product_box .as_price>span {
    font-size: 14px;
    font-weight: 400; 
}
.as_product_img ul li:nth-child(2) {
    padding: 0 7px 0 5px;
}
.as_product_box .as_price>del {
    color: #797979;
}
.as_product_img ul li span{
    margin-left: 8px;
    font-size: 14px;
}
.as_product_box ul li img {
    display: inline-block;
}
section.as_pricing_plan .row {
    justify-content: center;
}
.as_product_wrapper.as_product_page {
    background-color: var(--dark-color2);
}
/* product css end */

/* footer css start */
.as_footer_wrapper{
    background-image: url('../images/bg8.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    position: relative;
    color: #fff;
    z-index: 1;
}
.as_footer_wrapper:before{
    position: absolute;
    content: '';
    background: url(../images/shape.svg) repeat-x;
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}
.as_shopsingle_page .as_footer_wrapper:before {
    background: url(../images/shape2.svg) repeat-x;
}
.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/bg10.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;
}
.as_breadcrum_wrapper::after{
    position: absolute;
    content: '';
    background: url(../images/shape.svg) no-repeat;
    width: 100%;
    height: 273px;
    left: 0;
    right: 0;
    transform: scale(-1);
    bottom: 0;
    z-index: 1;
}
.as_breadcrum_wrapper:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
.as_breadcrum_wrapper  h1 {
    margin: 0px 0 15px;
    font-size: 28px;
}
.as_breadcrum_wrapper .breadcrumb {
    display: inline-flex;
    border-radius: 40px;
    font-size: 14px;
    line-height: 18px;
    padding: 0 30px;
    margin: 0px;
    align-items: center;
    background-color: transparent;
}
.breadcrumb>li+li:before {
    content: '';
    background-image: url('../images/star.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    display: inline-flex;
    margin: 0 10px;
}
.breadcrumb>li {
    display: inline-flex;
    align-items: center;
}
.form-group {
    margin: 10px 0px 10px;
}
/* breadcrum end */
/* pricing plan start */
.as_pricing_plan{
    background-image: url(../images/bg9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.as_service_page .as_pricing_plan{
    background-image: url(../images/bg4.jpg);
}
.as_service_page .as_customer_wrapper {
    background-image: url(../images/bg9.jpg);
}
.as_service_page .as_footer_wrapper:before {
    background: url(../images/shape1.svg) no-repeat;
}
.as_pricing_box{
    border:1px solid  rgb(231, 231, 231);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.04);
    padding:60px 35px 35px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
  }
.as_pricing_box:after{
    content: '';
    position: absolute;
    background-image: url(../images/circle2.png);
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 368px;
    height: 368px;
}
.as_gradient_text{
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 
0deg
, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.as_pricing {
    font-size: 45px;
    font-weight: 700;
    padding: 50px 0 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
}
.as_pric_icon svg {
    fill: var(--secondary-color);
    transition: none;
}

.as_pricing sup,.as_pricing sub {
    font-size: 18px;
    font-weight:400;
}
.as_pricing sup{
    top: -22px;
}

.as_pricing sub {
    bottom: 0;
}
.as_pricing_box  ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as_pricing_box ul li:not(.as_inactive) {
    color: var(--dark-color1);
}

.as_pricing_box ul li {
    padding-bottom: 15px;
    transition: none;
}

.as_pricing_box .as_btn {
    margin-top: 17px;
    background: #f6f6f6;
    border: 2px solid transparent;
    color: var(--dark-color1) !important;
}
.as_pricing_box .as_btn:hover{
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.as_pricing_box .as_btn:after{
    display: none;
}
.as_pricing_box:hover {
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    color: #ffffff;
}
.as_pricing_box:hover .as_pric_icon svg {
    fill: #ffffff;
} 
.as_pricing_box:hover ul li{
    color:#ffffff !important;
}
.as_pricing_box:hover .as_gradient_text {
    color: #ffffff;
    -webkit-text-fill-color: inherit;
    transition: none;
}

  
  
/* pricing plan end */
/* service detail start */
.as_about_page .as_service_wrapper{
    background-image: url(../images/bg9.jpg);
}
.as_servicedetail_wrapper{
    background-color: #07273c;
}
.as_service_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.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(https://demo.kamleshyadav.com/themeforest-html/astrology/version-3/assets/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(https://demo.kamleshyadav.com/themeforest-html/astrology/version-3/assets/images/svg/arrow.svg) no-repeat center;
    left: 0;
    top:8px;
}
.as_service_widget ul li:hover:before{
    background: url(https://demo.kamleshyadav.com/themeforest-html/astrology/version-3/assets/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;
    animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
    -moz-animation: spin 12s infinite linear;
}
.as_bloquote h3 {
    font-size: 18px;
}
.as_bloquote h3 span {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
.as_tag_wrapper .as_btn {
    background: transparent;
    height: 50px;
    text-transform: capitalize;
    padding: 0 12px;
    font-family: 'Lato', sans-serif;
    border: 1px solid #e7e7e7 !important;
    color: var(--primary-color);
    transition: all 0.3s linear;
}
.as_tag_wrapper .as_btn:hover{
    color: #ffffff;
}
.as_tag_wrapper ul li {
    margin-right: 17px;
    align-items: center;
    color: var(--dark-color1);
    font-weight: 600;
    font-size: 17px;
    font-family: 'Philosopher', sans-serif;
}

.as_tag_wrapper ul {
    padding-top: 15px;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.as_about_admin {
    display:flex;
    align-items:center;
    padding: 40px;
    border-radius: 10px;
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    margin-top: 40px;
}
.as_about_admin .as_aboutImage {
    width: 200px;
}
.as_about_admin .as_aboutDetail {
    width: calc(100% - 200px);
    color: #ffffff;
}
.as_about_admin .as_aboutImage img {
    border-radius: 10px;
}

.as_comment_section ul{
    margin: 0px;
    padding:0px;
    list-style: none;
}
.as_comment_section ul li{
    display: flex;
    /* align-items: center; */
}
.as_comment_section > ul > li{
    border-bottom: 1px solid #e7e7e7;
    padding: 40px 0;
}
.as_comment_section > ul > li:last-child{
    border-bottom: none;
}
.as_comment_section > ul > li > ul > li {border-bottom: 1px solid #e7e7e7;padding: 0 0 40px;margin-bottom: 40px;}

.as_comment_section > ul > li > ul > li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.as_comment_section > ul > li > ul > li{
    margin-left: 80px;
}
.as_comment_section >ul>li .as_comnt_img{
    width: 200px;
}
.as_comment_section >ul>li .as_comnt_img img{
    border-radius: 10px;
}
/* .as_comment_section >ul>li>.as_comnt_detail{
    padding-right: 100px;
} */
.as_comment_section >ul>li .as_comnt_detail{
    width: calc(100% - 200px);
    position: relative;
}
.as_comment_section >ul>li .as_comnt_detail .as_btn{
    position: absolute;
    right: 35px;
    top: 0;
    padding: 0 10px;
}
.as_comment_section >ul>li .as_comnt_detail .as_btn img{
    margin-right: 10px;
}
.as_comment_section >ul>li .as_comnt_detail>span {
    display: flex;
    padding: 5px 0 10px;
}

.as_comment_section >ul>li .as_comnt_detail>span img {
    margin-right: 10px;
}
.as_comment_form .as_heading,.as_comment_section .as_heading{
    font-size: 24px;
    border-bottom: 1px solid #e7e7e7;
}
.as_comment_form .form-group {
    margin-bottom: 30px;
}
.as_comment_form textarea.form-control {
    height: 210px;
    padding:15px 30px;
    resize:none;
}
.as_comnt_detail .as_comnt_title {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.as_comnt_detail .as_comnt_title .as_subheading {
    font-weight: 600;
}

.as_comnt_detail .as_comnt_title .as_time {
    padding-left: 38px;
}
.as_comnt_detail .as_comnt_title>span>img {
    margin-right: 5px;
}

.as_comnt_detail .as_comnt_title .as_date {
    padding-left: 30px;
}

.as_comnt_detail .as_comnt_title .as_reply {
    padding-left: 30px;
}
.as_blog_box.as_blog_single {
    margin: 0px;
}
.as_widget{
    margin-bottom: 50px;
}
.as_search_widget {
    position: relative;
}
.as_search_widget .form-control{
    width: 100%;
}
.as_search_widget>span {
    position: absolute;
    background-image: -moz-linear-gradient( 0deg, rgb(253,200,48) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 
0deg
, rgb(253,200,48) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(253,200,48) 0%, rgb(243,115,53) 100%);
    padding: 0 25px;
    display: inline-flex;
    bottom: 0;
    top: 0;
    right: 0;
    align-items: center;
    border-radius: 0 45px 45px 0;
}
.as_tag_wrapper>.as_btn {
    margin: 0 15px 10px;
}
.as_service_widget 
 .as_recentposts li {
    padding: 0;
    margin: 5px 0 13px;
}

.as_service_widget .as_recentposts li h5 {
    margin: -5px 0 0;
    font-size: 16px;
    line-height: 26px;
    transition: none;
}
.as_service_widget .as_recentposts li:before{
    display: none;
}
.as_service_widget .as_recentposts li .as_img {
    margin-right: 15px;
}

.as_service_widget .as_recentposts li .as_detail>span {
    display: flex;
    align-items: center;
}

.as_service_widget .as_recentposts li .as_detail>span img {
    margin-right: 10px;
}
.as_tag_wrapper .as_btn:hover {
    background-color: var(--secondary-color);
}
.as_tag_wrapper .as_btn:hover:before{
    border-right-color:var(--secondary-color)
}
.as_tag_wrapper .as_btn:hover:after{
    border-left-color:var(--secondary-color)
}
.as_blog_box .as_subheading>a {
    transition: none;
}
/* Blog Single End */
/* Contact Start */
.as_info_box {
    display: flex;
    align-items: center;
}
.as_info_box .as_icon {
    width: 45px;
    border: 1px solid var(--secondary-color);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
}
li.as_info_box p {
    margin-left: 25px;
}
.as_contact_wrapper .as_appointment_form textarea.form-control{
    height: 243px;
}
.as_contact_detail {
    background-color: #f6fbff;
    padding: 40px;
    border-radius: 10px;
}
.as_contact_detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.as_contact_detail ul li {
    margin-bottom: 30px;
}
/* Contact End */
/* Search popup start */

/* Search popup End */
/* Login popup Start */
.modal.show{
    opacity: 1;
    background-color: rgb(3 29 46 / 87%);
}
.modal .modal-dialog {
    margin: 0 auto;
    transform: none !important;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.modal-content{
    background-color: var(--dark-color2);
    width: 100%;
}
.modal-header {
    padding: 15px 25px;
    border-color: rgb(255 255 255 / 10%);
}

.modal-header h4 {
    font-size: 24px;
}

.modal-body .form-control {
    border: 1px solid rgb(255 255 255 / 10%);
}

.modal-body {
    padding: 40px;
}

.modal-header .close {
    color:#fff;
    font-weight: 300;
    text-shadow:none;
    opacity:1;
    width:25px;
    height:25px;
    line-height: 25px;
    background-color:var(--dark-color1);
    border-radius:100%;
    margin-top: 5px;
    font-size: 16px;
    outline: none !important;
}
.as_login_wrapper {
    background-color: #101112;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
}

.as_login_slider{
    background-image: url('../images/login_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat ;
    border-radius: 10px 0 0 10px;
}
.ad_login_box {
    background-color: #fff;
    border-radius: 10px;
}
.as_login_detail {   
    padding: 70px 40px 70px 20px;
}
.as_login_detail h1 {
    color: var(--dark-color1);
    font-weight:700;
    font-family: 'Inter', sans-serif;
    font-size:30px
}

.as_login_detail p {
    color: var(--dark-color1);
    font-size: 19px;
}
.as_login_data label {
    font-weight: 400;
    margin: 0;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.as_login_data{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.as_login_img img{
    display: inline-block;
}
.as_login_detail .as_btn{
    min-width: 100%;
}
.as_login_data label input {
    display: none;
}

.as_login_data label .checkmark {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 4px;
    border: 1px solid #e7e7e7;
}

.as_login_data label .checkmark:after {content: '';position: absolute;width: 10px;height: 5px;border-left: 2px solid var(--secondary-color);border-bottom: 2px solid var(--secondary-color);transform: rotate(-45deg) scale(0);top: 3px;left: 3px;}

.as_login_data label input:checked + .checkmark:after{
    transform: rotate(-45deg) scale(1);
}
.as_login_box,.as_signup_box{
    display: none;
}
.as_login_box.active,.as_signup_box.active{
    display: block;
}
/* Login popup End */
/* Appointment Page Start */
.as_appointment_form .form-control{
    border: 1px solid #e7e7e7;
    border-radius: 45px;
}
.as_appointment_form .form-control::placeholder{
    color: #797979;
}

.as_appointment_form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.as_appointment_form .form-group >
span {
    position: absolute;
    right: 20px;
    top: 7px;
}
.as_appointment_form textarea.form-control {
    height: 200px;
    resize: none;
    border-radius: 20px;
}

/* Appointment Page End */
/* Error Page Start */
.as_error_wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('../images/bg12.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    color: #ffffff;
    overflow: hidden;
}
.as_error_detail_box {
    position: relative;
    z-index: 1;
}

.as_error_detail_box .as_circle {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    width: 850px;
    bottom: 0;
    animation: spin 12s infinite linear;
    -webkit-animation: spin 12s infinite linear;
    -moz-animation: spin 12s infinite linear;
    margin: -55% 0 0 -58%;
    z-index: -1;
}
.as_error_detail_box  .as_btn {
    background: #ffffff;
    color: var(--dark-color1);
}
.as_error_wrapper h2 {
    text-transform: capitalize;
    letter-spacing: 6px;
    font-size: 35px;
}

.as_error_wrapper p {
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 48px;
}
/* Error Page End */
/* shop page */
.as_shop_topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.as_shop_topbar .as_select_box {
    max-width:270px;
    width:100%;
}
/* shop single */
.as_shopsingle_wrapper,.as_cartsingle_wrapper,.as_checkout_wrapper{
    background-image: url('../images/bg4.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.as_shopsingle_nav .as_prod_img {
    margin: 0 0 30px;
    width:169px !important;
    cursor: pointer;
}
.as_shopsingle_nav .as_prod_img img {
    height: 140px;
    width: 100%;
    border-radius: 10px;
}
.as_shopsingle_for .as_prod_img img {
    width:100%;
    border-radius: 10px;
}
.as_shopsingle_slider .as_shopsingle_nav {
    width: 200px ;
    padding-right: 30px;
}
.as_product_description .as_subheading {
    font-weight: 600;
    font-size: 24px;
}

.as_shopsingle_slider .as_shopsingle_for {
    width: calc(100% - 200px);
}
.as_product_description>p {
    font-size: 15px;
    padding-bottom: 13px;
}

.as_shopsingle_slider {
    display: flex;
}

.as_shopsingle_slider .as_shopsingle_nav .slick-track {
    display: flex;
    flex-direction: column;
}
.ad_wishlist,.ad_compare {
    width: 45px;
    height: 45px;
    border: 1px solid #e7e7e7;
    border-radius: 100%;
    margin: 0 0 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.as_share_box ul {
    margin: 0;
    padding: 0;
}
.as_price {
    font-size: 21px;
    margin: 5px 0 15px;
    color: var(--dark-color1);
    font-weight: 500;
}
.as_price del {
    color: #797979;
    margin-left: 10px;
}
.prod_quantity {
    display: flex;
    align-items: center;
    color: var(--dark-color1);
}
.prod_quantity input {
    margin: 0;
    padding: 0 60px;
    text-align: center;
    width: 56px;
    border: none;
    padding: 0;
    height: 43px;
}
.quantity {
    position: relative;
    margin: 0 30px;
    border: 1px solid #e7e7e7;
    width: 99px;
    border-radius: 15px;
}
.quantity .qty_button {
    position: absolute;
    background-color: transparent;
    border:none;
    right: 0;
    height: 22px;
    width: 40px;
    top:0;
    border-left: 1px solid #e7e7e7;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity .qty_button.minus{
    bottom: 0;
    top: auto;
    border-top: 1px solid #e7e7e7;
}
.prod_detail .buy_btn.as_btn span {
    margin-right: 6px;
}
.as_shopsingle_nav .slick-list.draggable {
    padding: 0 !important;
}
textarea.form-control {
    height: 120px;
    resize: none;
    padding-top: 15px;
    border-radius: 20px;
}
.as_cartsingle_wrapper .prod_thumb {
    position: absolute;
}
.as_price .as_btn {
    background: #f7b709;
    height: 30px;
    min-width: 108px;
    font-size: 19px;
    border-radius: 6px;
    margin-left: 22px;
}

.rating_star span {
    color: var(--dark-color1);
    margin:0 30px;
}

.product_rating {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(118 118 118 / 30%);
    padding-bottom: 26px;
    margin-bottom: 23px;
}

.prod_detail {
    display: flex;
    border-top: 1px solid rgb(118 118 118 / 30%);
    padding: 30px 0 0;
    border-bottom: 1px solid rgb(118 118 118 / 30%);
}
.as_cartsingle_wrapper .prod_thumb img {
    width: 50px;
}

.as_cartsingle_wrapper .product_details {
    padding: 0 0 0 70px;
}
.as_cartsingle_wrapper td,.as_cartsingle_wrapper th {
    padding: 20px !important;
    border-top:1px solid rgb(255 255 255 / 10%) !important;
}

.as_cartsingle_wrapper table {
    border: 1px solid rgb(255 255 255 / 10%);
}
.cupon_code_wrap {
    display: flex;
}
.cupon_code_wrap .form-control {
    width: 35%;
    margin-right: 25px;
}

.step .receipt_btn{
    margin: 0 25px;
}
.stock_details span{
    color: #1cb71c;
}
.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
    background-color: var(--secondary-color) !important;
}
.as_widget_title {
    color: var(--dark-color1);
    font-weight:600;
    font-size:20px;
    margin-bottom:20px;
}
.as_widget ul{
    margin:0;
    padding:0;
    list-style:none;
}
.as_widget ul li{
    line-height: 20px;
    padding: 15px 0;
    border-top: 1px solid #e7e7e7;
    text-transform: capitalize;
}
.as_widget ul li a{
    transition: none;
}
.as_widget ul li.as_product:hover span+span{
    color: var(--secondary-color);
}
.as_widget ul li:hover{
    color: var(--secondary-color);
}
.as_widget ul li:first-child {
    padding-top: 0px;
    border-top: none;
}
.as_widget ul li:last-child {
    padding-bottom: 0px;
}
.as_share_widget.as_share_box ul li a {
    width: 39px;
    height: 39px;
}
.as_share_widget.as_share_box ul li{
    border: none;
    padding: 0px;
}
.as_share_widget.as_share_box ul li a svg{
    fill:#797979;
    transition: none;
}
.as_product>a {
    display: flex;
    align-items: center;
}
.as_share_widget.as_share_box ul li:hover a svg{
    fill: var(--secondary-color);
}
.as_product .as_productimg {
    padding: 10px;
    background-color: #f6f8fc;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
}

.as_product .as_product_detail {
    padding: 0 0 0 19px;
    display: flex;
    flex-direction: column;
}

.as_product .as_product_detail>img {
    width: 80px;
    margin-bottom: 10px;
}

.as_product .as_product_detail>.as_title {
    color: var(--dark-color1);
    font-weight: 600;
    margin-bottom: 6px;
}

.as_product .as_product_detail>span {
    color: var(--dark-color1);
}
.as_product .as_product_detail>span>del{
    color:#797979;
    margin-left:7px;
}
.as_pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as_pagination ul li {display: inline-flex;background-color: #f6f6f6;border-radius: 45px;text-transform: capitalize;margin: 0 12px;}
.as_pagination ul li a,.as_pagination ul li span{
    transition: none;
    align-items: center;justify-content: center;
    display: flex;
    height: 45px;
    padding: 0 18px;
}
.as_pagination ul li:last-child{
    margin-right: 0px;
}
.as_pagination ul li.as_prev,.as_pagination ul li.as_next {
    padding: 0 30px;
}

.as_pagination ul li.as_active,.as_pagination ul li:hover{
    background-image: -moz-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    color: #ffffff;
}
/* pricing css */
.as_pricing_page .as_pricing_plan {
    background-image: url(../images/bg2.jpg);
}
/* service single */
.as_service_single>h3 {
    color: var(--dark-color1);
    padding: 5px 0 3px;
    font-weight: 600;
}
.as_service_single >ul {
    padding: 0 150px 0 17px;
    margin: 0 0 14px;
}
.as_service_single ul li {
    margin-bottom: 6px;
} 
.as_bookingform .as_heading {
    font-size: 24px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
form.d_block {
    display: inline-block;
}
.as_bookingheading {
    font-size: 20px;
    color: var(--dark-color1);
    display:flex;
    align-items:center;
    font-weight: 600;
    margin: 0 0 35px;
}
.as_bookingheading>img{
    margin-right:10px;
}

.as_astro img {
    border-radius: 10px;
}

.as_astro h5 {
    font-size: 18px;
    color: var(--dark-color1);
    font-weight: 600;
    padding-top: 6px;
}

.as_astro {
    cursor: pointer;
}

.as_astro input:checked + span>span:after,.as_astro:hover span>span:after {
    transform:none;
}

.as_astro > span > :after {
    position: absolute;
    content: '';
    border-radius: 10px;
    background-image: -moz-linear-gradient( 0deg, rgb(253,200,48) 0%, rgb(243,115,53) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(253,200,48) 0%, rgb(243,115,53) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(253,200,48) 0%, rgb(243,115,53) 100%);
    opacity: 0.502;
    left: 6px;
    top: 6px;
    right: 6px;
    bottom: 6px;
     transform:scale(0);
}

.as_astro > span >span {
    position: relative;
    display: inline-flex;
}
.as_booking_section {
    border-bottom:1px solid #e7e7e7;
    margin-bottom: 37px;
}
.as_booking_section.as_payment{
    border: none;
}
.as_booking_section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.as_booking_section ul li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 18px;
}
.as_booking_section ul.as_total_amount {
    border-right: 1px solid #e7e7e7;
    padding-right: 45px;
    margin-right: 15px;
}

.as_booking_section ul.as_total_amount li:last-child {
    border-top: 1px solid #e7e7e7;
    padding-top: 13px;
    margin-top: 22px;
}
.as_booking_section .as_payment_list li {
    display: inline-flex;
    margin-right: 40px;
    cursor: pointer;
}

.as_booking_section .as_payment_list li svg {
    margin-right: 10px;
    fill: #797979;
    transition: none;
}

.as_booking_section .as_payment_list li:hover svg {
    fill: var(--secondary-color);
}

.as_booking_section .as_payment_list li:hover {
    color: var(--secondary-color);
}
.as_shop_sidebar .as_widget:last-child {
    margin-bottom: 0;
}

/* Responsive css */
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
@media (min-width:1400px) and (max-width:1810px){
   
    .as_header_detail {
        width: calc(100% - 220px);
    }
    .as_info_detail {
        padding-right: 50px;
    }
    .as_menu_wrapper{
        padding-right: 50px; 
    }
   
    .as_info_detail ul li,.as_right_info,.as_menu >ul >li{
        font-size: 14px;
    }
}
@media (max-width:1199px) and (min-width:991px){
    .as_product_box{
        min-height: 483px;
    }
}
@media (max-width:1800px){
    .as_whychoose_wrapper:before,.as_footer_wrapper:before{
        top: -1px;
    }
    .as_whychoose_wrapper:after,.as_banner_wrapper:after{
        bottom: -1px;
    }
}
@media (max-width:1560px){
    /* arrows stay at left:20 / right:20 — no change needed */
}
@media (max-width:1560px){
    /* arrows stay at left:20 / right:20 — no change needed */
}
@media (max-width:1450px){
    
    .as_error_detail_box .as_circle{
        width:75%;
        display: inline-block;
        margin: -36% 0 0 -38%;
    }
    .as_error_detail_box img{
        width:60%;
        display: inline-block;
    }
}
@media (max-width:1399px){
    .as_header_detail {
        width: calc(100% - 220px);
    }
    .as_infobox{
        font-size: 14px;
    }
    .as_menu > ul > li{
        margin: 0 10px;
    }
}
@media (max-width:1360px){
    .as_menu ul li a{
        font-size: 13px;
    }
    .as_banner_slider {
        z-index: 2;
    }
}
@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: 20px;
    }
    .as_customer_wrapper .slick-prev {
        left: 0;
    }
    .as_customer_wrapper .slick-next {
        right: 20px;
        margin: 0;
    }
    .as_overview_wrapper .slick-prev {
        left: -20px;
    }
    .as_overview_wrapper .slick-next {
        right: -4px;
    }
    .as_header_wrapper .as_info_detail .row>div {
        flex: 1;
    }
}
@media (max-width:1199px){
    .as_service_img:after {
        bottom: -100px;
    }
    .as_aboutimg::after {
        top: 85px;
        right: 80px;
    }
    .as_aboutimg::before {
        left: -45px;
        bottom: -40px;
    }
    p{
        font-size: 14px;
        line-height: 24px;
    }
    .as_product_img > img{
        width: 100%;
    }
    .as_tab_wrapper .nav-tabs>li>a{
        padding: 16px 20px;
    }
    .as_countdown_wrapper ul li{
        padding-right: 30px;
    }
    .as_tag_wrapper .as_btn{
        margin-bottom: 10px;
    }
    .as_banner_detail h1 {
        font-size: 40px;
        line-height: 52px;
    }
    .as_banner_detail h5 {
        font-size: 23px;
    }
    .as_customer_img {
        width: 75px !important;
        height: 75px;
    }
    .as_sign_form ul li {
        margin-left: 8px;
    }
    .as_know_sign_wrapper>div{
        width: 100%;
        text-align: center;
    }
    .as_know_sign_wrapper .as_heading{
        padding-bottom: 30px;
    }
    .as_comnt_detail .as_comnt_title .as_time, .as_comnt_detail .as_comnt_title .as_reply,.as_comnt_detail .as_comnt_title .as_date{
        font-size: 12px;
    }
    .as_blog_box ul li img {
        margin-right: 5px;
    }
    .as_comment_section >ul>li .as_comnt_img img {
        width: 100px;
    }
    .as_comment_section >ul>li .as_comnt_img{
        width: 120px;
    }
    .as_comment_section >ul>li .as_comnt_detail {
        width: calc(100% - 120px);
        padding-right: 0px;
    }
    .as_comment_section > ul > li > ul > li {
        margin-left: 50px;
    }
}
@media (max-width:1160px){
    /* arrows stay at left:20 / right:20 — no override needed */
}
@media (max-width:1145px){
    .as_info_detail ul li .as_infobox>span.as_orange {
        width: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
@media (max-width:991px){
    .as_heading {
        font-size: 28px;
    }
    .as_infobox .as_infoicon svg{
        width: 15px;
    }
    .as_info_detail ul li .as_infobox>span.as_orange {
        width: 40px;
    }
    .as_cart_wrapper {
        margin-left: 10px;
    }
    .as_infobox .as_infoicon{
        margin-right: 5px;
    }
    .as_cart_wrapper>span {
        margin-right: 12px;
    }
    .as_header_detail {
        width: calc(100% - 170px);
    }
    .as_info_detail, .as_menu_wrapper {
        padding-right: 6px;
    }
    .as_info_detail ul li {
        padding: 5px;
    }
    .as_info_detail ul li .as_infobox>span.as_orange {
        width: 34px;
    }
    .as_infobox .as_logintext {
        display: none;
    }
    .as_banner_detail h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .as_banner_detail h5 {
        font-size: 18px;
    }
    .as_aboutimg::before,.as_aboutimg::after{
        display:none
    }
    .as_aboutimg > img {
        margin: 0 0px 30px auto;
        width: 100%;
    }
    .as_padderBottom80{
        padding-bottom: 50px;
    }
    .as_padderTop80{
        padding-top: 50px;
    }
    
    .as_product_img ul {
        display: flex;
        justify-content: space-around;
    }
    
    .as_service_detail_inner {
        margin-bottom: 50px;
    }
    .as_newsletter_box {
        margin: 0 20px;
    }
    .as_card_box {
        text-align: center;
    }
    .as_card_box img {
        display: inline-block;
    }
    .as_choose_ul li {
        width: 33.33%;
    }
    .as_comment_form {
        margin-bottom: 50px;
    }
    .as_verticle_center{
        display: block;
    }
    .as_service_img .as_service_circle {
        margin: 60px auto;
        margin-left: 60px;
    }
    .as_customer_nav .slick-list {
        display: inline-flex;
        width: 330px;
    }
    .as_copyright_wrapper,.as_login_data{
        display: block;
    }
    .as_banner_slider {
        margin: 0;
    }
    .as_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_blog_img img{
        width: 100%;
    }
    .as_toggle{
        display: flex !important;
        cursor: pointer;
        width: 34px;
        height: 26px;
    }
    .as_menu ul li,.as_menu ul li a{
        display: block;
    }
    .as_menu {
        position: fixed;
        left: -200px;
        top: 0;
        bottom: 0;
        background-color: var(--dark-color1);
        z-index:999;
        width: 200px;
        border-right:2px solid var(--secondary-color);
        opacity: 0;
        visibility: hidden;
        transition: left 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
        padding-top: 20px;
    }
    .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 {
        padding: 14px 20px;
        font-size: 15px;
        width: 100%;
    }
    .as_menu ul li a:before {
        display: none;
    }
    .as_menu_wrapper {
        padding:12px 10px;
    }
    .as_cart_wrapper{
        display: flex;
    } 
    .as_cart_wrapper>span {
        margin-right: 20px;
    }
    .as_info_detail {
        justify-content: center;
        flex-direction: column;
        padding: 10px;
    }
    .as_right_info {
        padding-left: 5px;
    }
    .as_search_inner {
        padding: 0 20px;
    }
    .as_menu >ul >li .as_submenu {
        position: relative;
        opacity: 1;
        visibility: visible;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: 100%;
        right: auto !important;
        padding: 0;
        background-color: transparent;
        display: none;
    }
    .as_service_img:after {
        bottom: -40px;
    }
    .as_menu >ul >li .as_submenu .as_submenu{
        display: none;
    }
    .as_menu >ul >li .as_submenu:before {
        display: none;
    }
    .as_menu ul li .as_submenu.active{
        display: block;
    }
    .as_menu ul li.as_submenu_li:after {
        position: absolute;
        content: '';
        border-left:5px solid transparent;
        border-right:5px solid transparent ;
        border-top: 5px solid #ffffff;
        top:25px;
        right:0;
    }
    .as_menu ul li.as_submenu_li ul li.as_submenu_li:after{
        top: 18px;
    }
    .as_service_img .as_service_img {
        position: unset;
        transform: translate(0,0);
        margin: auto;
    }
    .as_service_img .as_service_circle {
        margin: auto;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
    }
    .as_service_img {
        position: relative;
        margin: 50px 0;
        text-align: center;
    }
    .as_banner_slider .slick-arrow.as_btn {
        min-width: 40px;
        height: 40px;
    }
    .as_banner_slider .slick-arrow.slick-prev {
        left: 10px;
    }
    .as_banner_slider .slick-arrow.slick-next {
        right: 10px;
    }
    .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);
    }
    /* --- Mobile: logo + hamburger on same row --- */
    .as_header_wrapper > .container > .row {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }
    .as_header_wrapper > .container > .row > [class*="col-"] {
        float: none;
    }
    .as_logo {
        align-items: center;
        justify-content: flex-start;
        padding: 8px 0;
    }
    .as_logo img {
        height: 50px;
    }
    .as_right_info {
        justify-content: flex-end;
        min-height: 44px;
        align-items: center;
    }
    .as_menu_wrapper {
        padding: 8px 0;
        display: flex;
        align-items: center;
    }
    .as_toggle {
        display: flex !important;
        width: 34px;
        height: 26px;
        min-width: 34px;
        min-height: 26px;
    }
}
@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;
    }
}

@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;
    }
}
/* ============================================================
   MOBILE RESPONSIVE — Hero, About, General Content Centering
   ============================================================ */

/* --- Hero Banner: center text on mobile --- */
@media (max-width: 991px) {
    .as_banner_detail {
        text-align: center;
    }
    .as_banner_detail .as_btn {
        display: inline-block;
    }
}

/* --- About Section: spacing between image and content on mobile --- */
@media (max-width: 991px) {
    .as_about_img_wrap {
        margin-bottom: 40px;
    }
    .as_about_detail {
        text-align: center;
    }
    .as_about_detail .as_heading {
        text-align: center;
    }
    .as_about_detail .as_paragraph_wrapper {
        text-align: center;
    }
    .as_about_features {
        justify-content: center;
    }
    .as_about_feature_item {
        justify-content: center;
    }
    .as_contact_expert {
        justify-content: center;
    }
    .as_about_detail .as_btn {
        display: inline-block;
    }

    /* Service section: reduce wave height on tablet */
    .as_service_wrapper {
        padding: 100px 0 80px;
    }
    .as_service_wrapper:before,
    .as_service_wrapper:after {
        height: 180px;
    }
}

/* --- General: center content on small screens for better readability --- */
@media (max-width: 767px) {
    .as_banner_detail {
        text-align: center;
    }
    .as_banner_detail h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .as_banner_detail h5 {
        font-size: 16px;
    }
    .as_banner_detail p {
        font-size: 14px;
        line-height: 22px;
    }
    .as_banner_slider .slick-dots {
        text-align: center;
    }
    .as_about_img_wrap {
        margin-bottom: 30px;
    }
    .as_about_detail {
        text-align: center;
    }
    .as_about_detail .as_paragraph_wrapper p {
        text-align: center;
    }
    .as_about_features {
        grid-template-columns: 1fr 1fr;
        gap: 16px 12px;
        max-width: 380px;
        margin: 25px auto;
    }
    .as_about_feature_item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        font-size: 13px;
        line-height: 18px;
    }
    .as_about_feature_icon {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }
    .as_contact_expert {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* Service section: mobile adjustments */
    .as_service_wrapper {
        padding: 80px 0 70px;
    }
    .as_service_wrapper:before,
    .as_service_wrapper:after {
        height: 120px;
    }
    .as_service_box {
        min-height: auto;
        padding: 28px 16px 20px;
        margin-top: 16px;
    }
    .as_service_box .as_subheading {
        margin: 14px 0 8px;
        font-size: 16px;
    }
    .as_service_emoji {
        font-size: 36px;
    }
    .as_service_wrapper .as_heading {
        font-size: 24px;
    }
}

/* ============================================================
   ASTROAGAM CUSTOM ADDITIONS
   ============================================================ */

/* --- Scroll to top button --- */
.as_scrolltop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    background: var(--secondary-color);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 9999;
    transition: background 0.3s;
    box-shadow: 0 4px 15px rgba(244,166,54,0.4);
}
.as_scrolltop:hover { background: #c8860a; }

/* --- Social Icons in footer --- */
.as_social_icons { margin-top: 10px; }
.as_social_icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 50%;
    margin-right: 6px;
    transition: background 0.3s;
}
.as_social_icon:hover { background: var(--secondary-color); color: #fff; }

/* --- Blog date badge --- */
.as_blog_date {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background-image: -webkit-linear-gradient(0deg, rgb(244,170,54) 0%, rgb(243,115,53) 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
.as_blog_date strong { display: block; font-size: 12px; font-weight: 400; }

/* --- Blog detail icons (fa icons inside blog list) --- */
.as_blog_detail ul li i { margin-right: 5px; }

/* --- v3 Blog wrapper row fix --- */
.v3_blog_wrapper { overflow: hidden; }
.v3_blog_wrapper .row { justify-content: center; }

/* --- Product hover icons with Font Awesome --- */
.as_product_img ul li i {
    color: #fff;
    font-size: 16px;
}

/* --- Newsletter form in footer --- */
.as_newsletter_form .input-group { display: flex; }
.as_newsletter_form .input-group .form-control {
    border-radius: 45px 0 0 45px;
    flex: 1;
}
.as_newsletter_form .input-group .input-group-btn .as_btn {
    border-radius: 0 45px 45px 0;
    min-width: auto;
    padding: 0 20px;
    height: 45px;
}

/* --- Footer contact list icons (fa icons) --- */
.as_footer_widget .as_contact_list li i {
    margin-right: 15px;
    color: var(--secondary-color);
    min-width: 16px;
}

/* --- Footer widget list item icons (fa icons) --- */
.as_footer_widget > ul > li i.fa-angle-right {
    margin-right: 8px;
    color: var(--secondary-color);
}
.as_footer_widget > ul > li:before {
    display: none;
}

/* --- Zodiac Sign Finder (Know Your Sign) --- */
.as_know_sign_wrapper {
    padding: 30px 0 40px;
}
.as_know_sign_wrapper h3 {
    font-size: 26px;
    margin: 0;
    color: #fff;
    line-height: 45px;
}
.as_sign_form .form-group label {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    margin-bottom: 5px;
}

/* ============================================================
   LUCKY NUMBER SECTION (as_lucky_wrapper)
   Premium Lead-Gen Numerology Tool
   ============================================================ */
.as_lucky_wrapper {
    position: relative;
    overflow: hidden;
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.as_lucky_wrapper:after {
	position: absolute;
	content: '';
	background: url(../images/shape.svg) repeat-x;
	width: 100%;
	height: 273px;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(-1);
	z-index: 1;
}
.as_lucky_wrapper:before {
	position: absolute;
	content: '';
	background: url(../images/shape.svg) repeat-x;
	width: 100%;
	height: 273px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}
.as_lucky_wrapper .container { position: relative; z-index: 2; }
.as_lucky_wrapper .as_heading { color: #fff; }

/* Badge */
.as_lucky_badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--secondary-color);
    border: 1px solid rgba(244,166,54,0.35);
    border-radius: 30px;
    padding: 6px 22px;
    margin-bottom: 20px;
}
.as_lucky_sub {
    color: rgba(255,255,255,0.8);
    margin-bottom: 12px;
}

/* Trust Line */
.as_lucky_trust {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.as_lucky_trust span {
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    letter-spacing: 0.5px;
}

/* Card (Glass) */
.as_lucky_card {
    background: rgba(10, 10, 20, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

/* Form Fields */
.as_lucky_field { margin-bottom: 20px; }
.as_lucky_label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 8px;
}
.as_lucky_opt { font-weight: 400; text-transform: none; letter-spacing: 0; color: rgba(255,255,255,0.5); }
.as_lucky_input {
    width: 100%;
    background: rgba(0,0,0,0.35);
    border: 1.5px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px;
    letter-spacing: 1px;
    outline: none;
    transition: border-color 0.3s;
}
.as_lucky_input:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 3px rgba(244,166,54,0.12);
}
.as_lucky_input::placeholder {
    color: rgba(255,255,255,0.4);
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Digit Counter */
.as_lucky_counter {
    display: block;
    text-align: right;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    margin-top: 6px;
    letter-spacing: 0.5px;
    transition: color 0.3s;
}
.as_lucky_counter.is-complete {
    color: var(--secondary-color);
}

/* Checkbox */
.as_lucky_checkbox {
    margin-bottom: 24px;
}
.as_lucky_checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    cursor: pointer;
    user-select: none;
}
.as_lucky_checkbox input[type="checkbox"] {
    display: none;
}
.as_lucky_checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1.5px solid rgba(255,255,255,0.3);
    border-radius: 5px;
    background: rgba(0,0,0,0.2);
    position: relative;
    flex-shrink: 0;
    transition: all 0.25s;
}
.as_lucky_checkbox input:checked + .as_lucky_checkmark {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}
.as_lucky_checkbox input:checked + .as_lucky_checkmark::after {
    content: '✓';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

/* Submit Button */
.as_lucky_submit {
    width: 100%;
    font-size: 15px;
    padding: 16px 30px;
    margin-bottom: 16px;
    transition: opacity 0.3s, transform 0.2s;
}
.as_lucky_submit:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}
.as_lucky_btn_icon {
    margin-right: 6px;
    font-size: 13px;
}

/* Privacy */
.as_lucky_privacy {
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    margin: 0;
}

/* ===== FORM + NUMPAD 2-Column Row ===== */
.as_lucky_form_numpad_row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}
.as_lucky_form_numpad_row > div {
    float: none; /* override bootstrap float */
}

/* ===== RESULT ROW — centered ===== */
#lucky-result-row {
    display: none; /* JS controls visibility */
    justify-content: center;
}
#lucky-result-row > div {
    float: none;
}

/* ===== LOADING ROW — centered ===== */
#lucky-loading-row {
    display: none; /* JS controls visibility */
    justify-content: center;
}
#lucky-loading-row > div {
    float: none;
}

/* ===== NUMPAD ===== */
.as_lucky_numpad_wrap {
    background: rgba(10, 10, 20, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.as_lucky_numpad_title {
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 16px;
}

/* Numpad Display */
.as_lucky_numpad_display {
    background: rgba(0,0,0,0.4);
    border: 1.5px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 14px 16px;
    text-align: center;
    margin-bottom: 16px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.as_lucky_numpad_digits {
    font-family: 'Philosopher', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.5);
    transition: color 0.3s;
}
.as_lucky_numpad_digits.has-digits {
    color: #fff;
    text-shadow: 0 0 12px rgba(244,166,54,0.25);
}

/* Numpad Grid */
.as_lucky_numpad_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    flex: 1;
}
.as_lucky_numkey {
    background: rgba(255,255,255,0.08);
    border: 2px solid rgba(255,255,255,1);
    border-radius: 10px;
    color: #fff;
    font-family: 'Philosopher', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    padding: 14px 0;
    cursor: pointer;
    transition: all 0.15s ease;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
    position: relative;
    overflow: hidden;
}
.as_lucky_numkey:hover {
    background: rgba(244,166,54,0.15);
    border-color: rgba(244,166,54,0.4);
    color: var(--secondary-color);
    transform: scale(1.04);
    box-shadow: 0 4px 16px rgba(244,166,54,0.15);
}
.as_lucky_numkey:active {
    transform: scale(0.94);
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    box-shadow: 0 0 24px rgba(244,166,54,0.35);
}

/* Ripple effect on click */
.as_lucky_numkey .numkey-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(244,166,54,0.35);
    transform: scale(0);
    animation: numkeyRipple 0.4s ease-out;
    pointer-events: none;
}
@keyframes numkeyRipple {
    to {
        transform: scale(3);
        opacity: 0;
    }
}

/* Clear key */
.as_lucky_numkey_clear {
    background: rgba(220,53,69,0.3);
    border-color: rgba(220,53,69,1);
    color: #ff6b7a;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}
.as_lucky_numkey_clear:hover {
    background: rgba(220,53,69,0.25);
    border-color: rgba(220,53,69,0.5);
    color: #ff6b7a;
}
.as_lucky_numkey_clear:active {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

/* Backspace key */
.as_lucky_numkey_back {
    background: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,18);
    color: rgba(255,255,255,1);
    font-family: 'Lato', sans-serif;
}
.as_lucky_numkey_back:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}
.as_lucky_numkey_back:active {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

/* ===== LOADING STATE ===== */
.as_lucky_loading_card {
    padding: 60px 40px;
}
.as_lucky_spinner {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    position: relative;
}
.as_lucky_ring {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,0.08);
    border-top-color: var(--secondary-color);
    animation: luckyRingSpin 1s linear infinite;
}
@keyframes luckyRingSpin {
    to { transform: rotate(360deg); }
}
.as_lucky_loading_text {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.5px;
    animation: luckyTextPulse 1.8s ease-in-out infinite;
    margin: 0;
}
@keyframes luckyTextPulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* ===== RESULT CARD ===== */
.as_lucky_result_card {
    padding: 40px 36px;
}

/* Result Header */
.as_lucky_result_badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-bottom: 8px;
}
.as_lucky_result_name {
    font-family: 'Philosopher', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 28px;
}

/* 2-Column Result Body — side-by-side on large screens */
.as_lucky_result_body {
    display: flex;
    gap: 36px;
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.as_lucky_result_left {
    flex: 1;
    min-width: 0;
}
.as_lucky_result_right {
    flex: 1;
    min-width: 0;
}

/* Score Row */
.as_lucky_score_row {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Score Ring */
.as_lucky_score_ring_wrap {
    text-align: center;
    flex-shrink: 0;
}
.as_lucky_score_ring {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    background: conic-gradient(var(--secondary-color) 0deg, rgba(255,255,255,0.06) 0deg);
    position: relative;
    transition: background 1.5s ease-out;
    box-shadow: 0 0 50px rgba(244,166,54,0.12);
}
.as_lucky_score_ring::before {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    background: #12091f;
}
.as_lucky_score_num {
    position: relative;
    z-index: 1;
    font-family: 'Philosopher', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1;
    text-shadow: 0 0 24px rgba(244,166,54,0.4);
}
.as_lucky_score_of {
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: rgba(255,255,255,0.35);
    margin-top: 2px;
}
.as_lucky_score_label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.4);
}

/* Meta Items */
.as_lucky_meta {
    flex: 1;
}
.as_lucky_meta_item {
    margin-bottom: 16px;
}
.as_lucky_meta_item:last-child { margin-bottom: 0; }
.as_lucky_meta_label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.35);
    margin-bottom: 4px;
}
.as_lucky_meta_value {
    font-family: 'Philosopher', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.as_lucky_vibration {
    color: var(--secondary-color);
}

/* Interpretation */
.as_lucky_interpretation {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
    margin-bottom: 24px;
    padding: 16px 20px;
    background: rgba(255,255,255,0.02);
    border-left: 3px solid var(--secondary-color);
    border-radius: 0 8px 8px 0;
}

/* Section Titles inside result */
.as_lucky_section_title {
    font-family: 'Philosopher', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    margin: 0 0 16px;
    text-transform: none;
}

/* Life Area Bars */
.as_lucky_bars {
    margin-bottom: 24px;
}
.as_lucky_bar_item {
    margin-bottom: 12px;
}
.as_lucky_bar_item:last-child { margin-bottom: 0; }
.as_lucky_bar_head {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 6px;
}
.as_lucky_bar_pct {
    font-weight: 700;
    color: rgba(255,255,255,0.8);
}
.as_lucky_bar_track {
    width: 100%;
    height: 8px;
    background: rgba(255,255,255,0.06);
    border-radius: 6px;
    overflow: hidden;
}
.as_lucky_bar_fill {
    height: 100%;
    width: 0%;
    border-radius: 6px;
    background: linear-gradient(90deg, #f37335, #f4aa36);
    transition: width 1.2s cubic-bezier(0.25,0.46,0.45,0.94);
}

/* Strengths & Challenges */
.as_lucky_traits {
    display: flex;
    gap: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.as_lucky_trait_col {
    flex: 1;
}
.as_lucky_trait_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.as_lucky_trait_list li {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
}
.as_lucky_trait_list li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-size: 10px;
    top: 3px;
}
.as_lucky_challenge_list li::before {
    content: '⚠';
    color: #e8a630;
    font-size: 11px;
}

/* Verdict */
.as_lucky_verdict {
    margin-bottom: 0;
    text-align: center;
}
.as_lucky_verdict p {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    margin: 0;
}

/* CTA Area */
.as_lucky_cta_area {
    margin-bottom: 20px;
}
.as_lucky_recommendation {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
    max-width: 540px;
    margin: 0 auto 20px;
}
.as_lucky_cta_primary {
    display: inline-flex;
    font-size: 14px;
    padding: 14px 32px;
    margin-bottom: 14px;
}
.as_lucky_cta_whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #25d366;
    border: 1.5px solid rgba(37,211,102,0.35);
    border-radius: 45px;
    padding: 12px 28px;
    transition: all 0.3s;
}
.as_lucky_cta_whatsapp:hover {
    background: rgba(37,211,102,0.1);
    border-color: #25d366;
    color: #25d366;
}
.as_lucky_cta_whatsapp .fa-whatsapp {
    font-size: 18px;
}
.as_lucky_try_again {
    display: block;
    margin: 20px auto 0;
    background: none;
    border: none;
    color: rgba(255,255,255,0.35);
    font-size: 13px;
    cursor: pointer;
    transition: color 0.3s;
}
.as_lucky_try_again:hover {
    color: var(--secondary-color);
}

/* Disclaimer */
.as_lucky_disclaimer {
    font-size: 11px;
    color: rgba(255,255,255,0.25);
    text-align: center;
    line-height: 1.7;
    margin: 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.04);
}

/* ===== RESPONSIVE — Lucky Number Section ===== */
@media (max-width: 991px) {
    /* Result body stacks on tablet */
    .as_lucky_result_body {
        flex-direction: column;
        gap: 24px;
    }
    .as_lucky_score_row {
        flex-direction: column;
        text-align: center;
    }
    .as_lucky_meta {
        display: flex;
        gap: 24px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .as_lucky_meta_item {
        margin-bottom: 0;
        text-align: center;
    }
    /* Numpad below form on tablet */
    .as_lucky_form_numpad_row {
        justify-content: center;
    }
    .as_lucky_form_numpad_row > div {
        margin-bottom: 24px;
    }
    .as_lucky_numpad_wrap {
        max-width: 380px;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .as_lucky_card { padding: 24px; }
    .as_lucky_result_card { padding: 28px 20px; }
    .as_lucky_result_body {
        flex-direction: column;
        gap: 20px;
    }
    .as_lucky_traits {
        flex-direction: column;
        gap: 20px;
    }
    .as_lucky_score_ring {
        width: 110px;
        height: 110px;
    }
    .as_lucky_score_num { font-size: 32px; }
    .as_lucky_interpretation { padding: 16px 18px; font-size: 14px; }
    .as_lucky_cta_primary { width: 100%; justify-content: center; }
    .as_lucky_cta_whatsapp { width: 100%; justify-content: center; }
    .as_lucky_trust { gap: 12px; }
    .as_lucky_trust span { font-size: 11px; }
    /* Numpad stacks below on mobile */
    .as_lucky_numpad_wrap { padding: 20px 16px; }
    .as_lucky_numkey { font-size: 1.15rem; padding: 12px 0; }
    .as_lucky_numpad_digits { font-size: 18px; letter-spacing: 2px; }
}
@media (max-width: 480px) {
    .as_lucky_card { padding: 20px 16px; }
    .as_lucky_meta { flex-direction: column; gap: 12px; }
    .as_lucky_numpad_grid { gap: 8px; }
    .as_lucky_numkey { font-size: 1rem; padding: 10px 0; }
}

/* ============================================================
   MOSTLY ASKED QUESTIONS SECTION (as_maq_wrapper)
   Premium Conversion-Focused FAQ — Light bg2.jpg background
   ============================================================ */
.as_maq_wrapper {
    position: relative;
    overflow: hidden;
    background-image: url('../images/bg6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.as_maq_wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 600px 400px at 20% 10%, rgba(244,166,54,0.06) 0%, transparent 70%),
        radial-gradient(ellipse 500px 350px at 80% 90%, rgba(244,166,54,0.05) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}
.as_maq_wrapper .container { position: relative; z-index: 1; }
.as_maq_wrapper .as_heading { color: var(--dark-color1); }
.as_maq_subtext {
    color: var(--primary-color);
    max-width: 560px;
    margin: 0 auto 24px;
    line-height: 1.7;
}

.as_maq_wrapper.as_padderTop80 {
    padding-top: 56px;
}
.as_maq_wrapper.as_padderBottom80 {
    padding-bottom: 56px;
}

/* ── Question-first layout ── */
.as_maq_layout {
    display: block;
}
.as_maq_search_shell {
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(0,0,0,0.07);
    border-radius: 20px;
    padding: 20px 22px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.06);
    backdrop-filter: blur(10px);
}
.as_maq_search_intro {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 16px;
}
.as_maq_search_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(244,166,54,0.15);
    color: var(--secondary-color);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.as_maq_search_title {
    font-family: 'Philosopher', sans-serif;
    color: var(--dark-color1);
    font-size: 28px;
    margin: 0 0 6px;
}
.as_maq_search_text {
    color: var(--primary-color);
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}
.as_maq_search_controls {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
.as_maq_reset {
    flex-shrink: 0;
    border: 1px solid rgba(244,166,54,0.3);
    background: rgba(255,255,255,0.84);
    color: var(--dark-color1);
    border-radius: 999px;
    padding: 11px 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.as_maq_reset:hover {
    background: #fff;
    border-color: var(--secondary-color);
    box-shadow: 0 8px 20px rgba(244,166,54,0.14);
    transform: translateY(-1px);
}
.as_maq_search_box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    min-height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(255,255,255,0.86);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}
.as_maq_search_box_primary {
    flex: 1;
    min-height: 54px;
    padding: 0 16px;
    border-radius: 16px;
    border-color: rgba(244,166,54,0.22);
    box-shadow: 0 8px 20px rgba(244,166,54,0.08), inset 0 1px 0 rgba(255,255,255,0.45);
}
.as_maq_search_box .fa-search {
    color: rgba(3,29,46,0.45);
    font-size: 14px;
}
.as_maq_search_input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--dark-color1);
    font-size: 14px;
    padding: 12px 0;
}
.as_maq_search_input::placeholder {
    color: rgba(3,29,46,0.42);
}
.as_maq_search_input:disabled {
    cursor: not-allowed;
}
.as_maq_search_input_primary {
    font-size: 15px;
    padding: 14px 0;
}
.as_maq_suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}
.as_maq_suggestion {
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(255,255,255,0.72);
    color: var(--primary-color);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.25s ease;
}
.as_maq_suggestion:hover {
    background: rgba(255,255,255,0.95);
    border-color: rgba(244,166,54,0.38);
    color: var(--dark-color1);
    transform: translateY(-1px);
}
.as_maq_results_head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.as_maq_results_title {
    font-family: 'Philosopher', sans-serif;
    color: var(--dark-color1);
    font-size: 22px;
    margin: 0 0 4px;
}
.as_maq_results_text {
    color: var(--primary-color);
    font-size: 12.5px;
    line-height: 1.55;
    margin: 0;
}
.as_maq_questions::-webkit-scrollbar {
    width: 6px;
}
.as_maq_questions::-webkit-scrollbar-thumb {
    background: rgba(244,166,54,0.45);
    border-radius: 999px;
}
.as_maq_questions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    max-height: 360px;
    overflow: auto;
    padding-right: 4px;
}
.as_maq_q_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 14px 15px;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.07);
    background: rgba(255,255,255,0.74);
    color: var(--dark-color1);
    text-align: left;
    transition: all 0.28s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    cursor: pointer;
}
.as_maq_q_item:hover {
    transform: translateY(-2px);
    border-color: rgba(244,166,54,0.35);
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.as_maq_q_item:focus-visible {
    outline: 2px solid rgba(244,166,54,0.8);
    outline-offset: 3px;
}
.as_maq_q_item.active {
    border-color: rgba(244,166,54,0.46);
    background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(255,246,232,0.95) 100%);
    box-shadow: 0 10px 24px rgba(244,166,54,0.14);
}
.as_maq_q_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.as_maq_q_breadcrumb {
    color: rgba(3,29,46,0.58);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    line-height: 1.45;
    flex: 1;
}
.as_maq_q_action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1.5px solid #25d366;
    background: rgba(255,255,255,0.92);
    color: #1da851;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 1;
    transition: all 0.25s ease;
}
.as_maq_q_action:hover {
    background: #25d366;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(37,211,102,0.18);
}
.as_maq_q_action .fa-whatsapp {
    font-size: 14px;
}
.as_maq_q_text {
    display: block;
    font-size: 15px;
    line-height: 1.65;
    color: inherit;
    text-align: left;
}
.as_maq_q_meta {
    display: inline-block;
    margin-top: 0;
    color: rgba(3,29,46,0.6);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.as_maq_empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px dashed rgba(3,29,46,0.16);
    border-radius: 14px;
    background: rgba(255,255,255,0.45);
    color: rgba(3,29,46,0.56);
    font-size: 12.5px;
    line-height: 1.55;
    text-align: center;
}
.as_maq_empty_title {
    font-family: 'Philosopher', sans-serif;
    color: var(--dark-color1);
    font-size: 24px;
    line-height: 1.15;
    margin: 0;
}
.as_maq_empty_text {
    margin: 0;
    max-width: 560px;
}
.as_maq_empty_action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 220px;
    margin-top: 2px;
}
.as_maq_empty_action .fa-whatsapp {
    font-size: 15px;
}
.as_maq_status {
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.62);
    color: rgba(3,29,46,0.72);
    font-size: 12.5px;
    line-height: 1.5;
    border: 1px solid rgba(0,0,0,0.06);
}
.as_maq_status:empty {
    display: none;
}
.as_maq_status.is-error {
    background: rgba(255,241,241,0.92);
    border-color: rgba(204,78,78,0.25);
    color: #9e3131;
}

/* ── Inline CTA (inside as_maq_main) ── */
.as_maq_cta_inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(244,166,54,0.2);
    border-radius: 14px;
    padding: 18px 22px;
    margin-top: 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.as_maq_cta_inline::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(244,166,54,0.04) 0%, transparent 70%);
    pointer-events: none;
}
.as_maq_cta_text {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 0;
}
.as_maq_cta_heading {
    font-family: 'Philosopher', sans-serif;
    color: var(--dark-color1);
    font-size: 17px;
    margin: 0 0 4px;
}
.as_maq_cta_subtext {
    color: var(--primary-color);
    font-size: 12.5px;
    line-height: 1.5;
    margin: 0;
}
.as_maq_cta_inline .as_maq_cta_buttons {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    flex-wrap: wrap;
}
.as_maq_cta_primary {
    font-size: 13px;
    padding: 12px 26px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.as_maq_cta_whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 22px;
    border-radius: 30px;
    border: 1.5px solid #25d366;
    color: #1da851;
    background: transparent;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.as_maq_cta_whatsapp:hover {
    background: #25d366;
    color: #fff;
    box-shadow: 0 4px 16px rgba(37,211,102,0.25);
}
.as_maq_cta_whatsapp .fa-whatsapp {
    font-size: 16px;
}

/* ── MAQ Responsive ── */
@media (max-width: 991px) {
    .as_maq_wrapper.as_padderTop80 {
        padding-top: 48px;
    }
    .as_maq_wrapper.as_padderBottom80 {
        padding-bottom: 48px;
    }
    .as_maq_search_shell {
        padding: 18px 18px;
    }
    .as_maq_search_controls {
        align-items: stretch;
        flex-direction: column;
    }
    .as_maq_reset {
        width: 100%;
    }
    .as_maq_questions {
        max-height: 320px;
    }
    .as_maq_cta_inline .as_maq_cta_buttons {
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .as_maq_search_intro {
        margin-bottom: 14px;
    }
    .as_maq_search_title {
        font-size: 24px;
    }
    .as_maq_search_text {
        font-size: 12.5px;
        line-height: 1.6;
    }
    .as_maq_search_shell {
        padding: 16px 14px;
        border-radius: 18px;
    }
    .as_maq_results_title {
        font-size: 19px;
    }
    .as_maq_q_item {
        padding: 13px 14px;
    }
    .as_maq_q_action {
        width: 100%;
    }
    .as_maq_cta_inline {
        flex-direction: column;
        text-align: center;
        padding: 20px 16px;
    }
    .as_maq_cta_inline .as_maq_cta_buttons {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }
    .as_maq_cta_primary { width: 100%; text-align: center; }
    .as_maq_cta_whatsapp { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
    .as_maq_search_controls {
        gap: 12px;
    }
    .as_maq_search_shell {
        padding: 15px 12px;
    }
    .as_maq_search_title {
        font-size: 21px;
    }
    .as_maq_search_box_primary {
        min-height: 50px;
        padding: 0 14px;
    }
    .as_maq_q_item {
        padding: 12px 12px;
    }
    .as_maq_q_text {
        font-size: 13.5px;
    }
    .as_maq_q_top {
        gap: 8px;
    }
    .as_maq_empty_title {
        font-size: 20px;
    }
}

/* --- Service circle image (for service section left image) --- */
.as_service_box .as_service_circle {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.as_service_box .as_service_circle img {
    max-width: 30px;
}

/* --- Service link arrow (font awesome) --- */
.as_link i { margin-left: 5px; }

/* --- Ensure banner slider is positioned above wave --- */
.as_banner_slider { position: relative; z-index: 2; }
.as_banner_img { position: relative; z-index: 2; }

/* --- Video modal --- */
.modal-content { border: none; }

/* --- Know Your Sign section responsive --- */
@media (max-width: 991px) {
    .as_know_sign_wrapper .row > div {
        text-align: center;
    }
    .as_know_sign_wrapper h3 {
        margin-bottom: 20px;
    }
    .as_sign_form .row > div {
        margin-bottom: 10px;
    }
}

/* ============================================================
   CELESTIAL SHOP — Dark card product design (white section bg)
   ============================================================ */
.as_product_wrapper {
    background-color: var(--white-color);
    background-image: none;
}
.as_shop_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.as_shop_header > [class*="col-"] {
    float: none;
    width: auto;
}
.as_shop_header > .text-right {
    margin-left: auto;
}
.as_shop_header .as_heading {
    text-align: left;
    margin-bottom: 0;
}
.as_shop_header .text-right .as_btn {
    min-width: 140px;
}
.as_shop_header .text-right .as_btn.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
.as_shop_card {
    margin-top: 30px;
}
.as_shop_img {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #0d0d14;
    border: 1px solid rgba(255,255,255,0.06);
}
.as_shop_img img {
    width: 100%;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.as_shop_card:hover .as_shop_img img {
    transform: scale(1.08);
}
.as_shop_badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 4px 14px;
    border-radius: 20px;
    z-index: 2;
}
.as_shop_info {
    padding: 18px 10px 5px;
}
.as_shop_info .as_subheading {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px;
    color: var(--dark-color1);
}
.as_shop_info .as_price {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
}

/* Responsive */
@media (max-width: 991px) {
    .as_shop_header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .as_shop_header > [class*="col-"] {
        width: 100%;
    }
    .as_shop_header > .text-right {
        margin-left: 0;
    }
    .as_shop_header .as_heading {
        text-align: center;
        margin-bottom: 15px;
    }
    .as_shop_header .text-right {
        text-align: center !important;
    }
}
@media (max-width: 767px) {
    .as_shop_card {
        max-width: 400px;
        margin: 20px auto 0;
    }
}

/* ============================================================
   TESTIMONIALS — Light card carousel with bg6
   ============================================================ */
.as_customer_wrapper {
    background: #ffffff;
    background-image: url('../images/bg6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.as_customer_wrapper .as_heading {
    color: var(--dark-color1);
    font-style: italic;
}
/* Testimonial card */
.as_testimonial_card {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    padding: 35px 30px 30px;
    margin: 20px 12px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.as_testimonial_card:hover {
    border-color: rgba(244,170,54,0.4);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
/* Quote area */
.as_testimonial_quote {
    position: relative;
    min-height: 140px;
}
.as_testimonial_quote p {
    color: #555555;
    font-size: 15px;
    line-height: 26px;
    font-style: italic;
    margin: 0;
    padding-right: 40px;
}
.as_quote_mark {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 48px;
    line-height: 1;
    color: rgba(244,170,54,0.45);
    font-style: normal;
}
/* Author row */
.as_testimonial_author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
}
.as_testimonial_author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(0,0,0,0.08);
}
.as_testimonial_author h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-color1);
    margin: 0 0 2px;
}
.as_testimonial_author span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--secondary-color);
    font-weight: 600;
}
/* Slick carousel overrides for testimonials */
.as_testimonial_slider .slick-dots {
    text-align: center;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}
.as_testimonial_slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.as_testimonial_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0,0,0,0.15);
    border: none;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}
.as_testimonial_slider .slick-dots li.slick-active button {
    background: var(--secondary-color);
    transform: scale(1.3);
}
.as_testimonial_slider .slick-prev,
.as_testimonial_slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    color: var(--dark-color1);
    font-size: 18px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.as_testimonial_slider .slick-prev:hover,
.as_testimonial_slider .slick-next:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #ffffff;
}
.as_testimonial_slider .slick-prev {
    left: -50px;
}
.as_testimonial_slider .slick-next {
    right: -50px;
}
@media (max-width: 1250px) {
    .as_testimonial_slider .slick-prev { left: -10px; }
    .as_testimonial_slider .slick-next { right: -10px; }
}
@media (max-width: 991px) {
    .as_testimonial_quote { min-height: auto; }
}
@media (max-width: 767px) {
    .as_testimonial_card { margin: 15px 6px; padding: 25px 20px 22px; }
    .as_testimonial_quote p { font-size: 14px; line-height: 24px; }
}

/* ============================================================
   COSMIC JOURNAL — Light 2-column blog layout with bg4
   ============================================================ */
.as_blog_wrapper {
    background: #ffffff;
    background-image: url('../images/bg4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.as_blog_wrapper .as_heading {
    color: var(--dark-color1);
    font-style: italic;
}
.as_journal_grid {
    margin-top: 20px;
}
.as_journal_card {
    margin-top: 20px;
}
.as_journal_img {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.as_journal_img img {
    width: 100%;
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.as_journal_card:hover .as_journal_img img {
    transform: scale(1.05);
}
.as_journal_detail {
    padding: 20px 5px 10px;
}
.as_journal_meta {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--secondary-color);
    font-weight: 600;
}
.as_journal_detail h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 12px 0;
    font-family: 'Philosopher', sans-serif;
}
.as_journal_detail h3 a {
    color: var(--dark-color1);
    transition: color 0.3s ease;
}
.as_journal_detail h3 a:hover {
    color: var(--secondary-color);
}
.as_journal_detail p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 767px) {
    .as_journal_detail h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .as_journal_card {
        max-width: 500px;
        margin: 20px auto 0;
    }
}

/* ============================================================
   Consultation Modal + Footer Lead Form
   ============================================================ */
.as_consultation_modal .modal-dialog {
    width: min(1180px, calc(100% - 32px));
    max-width: 1180px;
    height: auto;
    min-height: 100vh;
    padding: 18px 0;
}
.as_consultation_modal,
.as_whatsapp_modal {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}
.as_consultation_modal .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}
.as_consultation_box {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    max-height: calc(100vh - 40px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}
.as_consultation_close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.88);
    color: #ffffff;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    z-index: 3;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.as_consultation_visual {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 52px 44px 40px;
    position: relative;
    background:
        radial-gradient(circle at 20% 20%, rgba(244, 166, 54, 0.16), transparent 38%),
        radial-gradient(circle at 80% 80%, rgba(56, 117, 255, 0.08), transparent 34%),
        #f7f9fc url('../images/login_bg.jpg') center/cover no-repeat;
    border-radius: 24px 0 0 24px;
}
.as_consultation_visual:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(248, 250, 253, 0.92) 100%);
    border-radius: 24px 0 0 24px;
}
.as_consultation_visual > * {
    position: relative;
    z-index: 1;
}
.as_consultation_visual_inner {
    width: 100%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    min-height: 100%;
}
.as_consultation_visual .as_login_img img {
    width: min(100%, 500px);
    max-height: 500px;
    object-fit: contain;
    filter: drop-shadow(0 20px 45px rgba(244, 166, 54, 0.18));
}
.as_consultation_visual_dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.as_consultation_visual_dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #31516b;
    opacity: 0.85;
    transition: transform 0.3s ease, background 0.3s ease;
}
.as_consultation_visual_dots span.active {
    background: var(--secondary-color);
    transform: scale(1.08);
}
.as_consultation_detail {
    padding: 38px 42px 34px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    overflow-y: auto;
}
.as_consultation_brand {
    width: 150px;
    height: auto;
}
.as_consultation_heading_wrap {
    margin: 16px 0 20px;
}
.as_consultation_tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(244, 166, 54, 0.12);
    color: #c97107;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.as_consultation_detail h1 {
    margin: 14px 0 10px;
    color: #151515;
    font-size: 32px;
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -1.2px;
}
.as_consultation_detail p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #5f6673;
}
.as_form_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}
.as_form_grid_compact {
    grid-template-columns: 1fr;
    gap: 14px;
}
.as_form_field_full {
    grid-column: 1 / -1;
}
.as_field_group {
    position: relative;
}
.as_field_icon {
    position: absolute;
    left: 18px;
    bottom: 17px;
    z-index: 2;
    font-size: 15px;
    line-height: 1;
    color: #8a93a0;
    transition: color 0.28s ease, transform 0.28s ease;
}
.as_field_group_icon .form-control {
    padding-left: 46px;
}
.as_field_group_icon .as_floating_label {
    left: 46px;
}
.as_field_group_icon .as_field_focus {
    left: 46px;
}
.as_field_group_trailing .form-control {
    padding-right: 46px;
}
.as_field_icon_trailing {
    left: auto;
    right: 18px;
}
.as_field_group .form-control {
    height: 56px;
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #151515;
    padding: 22px 0 10px;
    font-size: 15px;
    line-height: 1.2;
    box-shadow: none;
    transition: color 0.28s ease, background-color 0.28s ease;
}
.as_field_group .form-control:hover {
    background: transparent;
}
.as_field_group .form-control:focus {
    background: transparent;
    box-shadow: none;
    transform: none;
}
.as_field_group .form-control::-webkit-input-placeholder {
    color: transparent;
}
.as_field_group .form-control::placeholder {
    color: transparent;
}
.as_floating_label {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 1;
    color: #8a93a0;
    pointer-events: none;
    transition: top 0.26s ease, transform 0.26s ease, font-size 0.26s ease, color 0.26s ease, letter-spacing 0.26s ease;
}
.as_field_focus {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 2px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.28);
    transform: scaleX(1);
    transform-origin: center;
    opacity: 0.9;
    transition: background 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}
.as_field_group .form-control:not(:placeholder-shown) + .as_floating_label,
.as_field_group .form-control:valid + .as_floating_label,
.as_field_group.has-value .as_floating_label {
    top: 15px;
    transform: translateY(0);
    font-size: 11px;
    letter-spacing: 0.8px;
    color: #c97107;
}
.as_field_group .form-control:focus + .as_floating_label {
    top: 15px;
    transform: translateY(0);
    font-size: 11px;
    letter-spacing: 0.8px;
    color: #c97107;
}
.as_field_group .form-control:focus ~ .as_field_focus {
    background: linear-gradient(90deg, rgba(244, 166, 54, 0.92), rgba(243, 115, 53, 0.86));
    opacity: 1;
}
.as_field_group:focus-within .as_field_icon,
.as_field_group.has-value .as_field_icon {
    color: #c97107;
}
.as_form_datetimepicker {
    cursor: pointer;
}
.as_form_datetimepicker[readonly] {
    caret-color: transparent;
}
.as_consultation_form .form-control,
.as_footer_consultation_form .form-control {
    width: 100%;
}
.as_consultation_form_modal .as_field_group {
    margin: -10px 0;
}
.as_consultation_form_modal .as_field_group .form-control {
    height: 65px;
    padding: 28px 0 10px;
}
.as_consultation_form .as_floating_label {
    left: 0;
}
.as_consultation_form .as_btn,
.as_footer_consultation_form .as_btn {
    width: 100%;
    margin-top: 16px;
    height: 54px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.as_consultation_note {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #7b8390;
}
.as_consultation_feedback {
    display: none;
    margin-top: 12px;
    padding: 11px 13px;
    border-radius: 14px;
    background: rgba(244, 166, 54, 0.12);
    color: #4a4f58;
    font-size: 13px;
    line-height: 20px;
}
.as_footer_form_widget {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: none;
    border-radius: 22px;
    padding: 24px 22px 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.16);
}
.as_footer_form_widget .as_footer_heading {
    margin-bottom: 10px;
    line-height: 1.2;
}
.as_footer_form_intro {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.84);
}
.as_footer_form_widget .as_social_icons {
    margin-top: 18px;
}
.as_footer_consultation_form .as_btn {
    height: 50px;
    border-radius: 16px;
    margin-top: 14px;
}
.as_footer_consultation_form .form-control {
    height: 54px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 30px 15px 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transform: none;
}
.as_footer_consultation_form .as_field_group .form-control:hover,
.as_footer_consultation_form .as_field_group .form-control:focus {
    transform: none;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.as_footer_consultation_form .as_floating_label {
    color: #7f8794;
    left: 16px;
}
.as_footer_consultation_form .as_field_focus {
    display: none;
}
.as_footer_consultation_form .as_consultation_note,
.as_footer_consultation_form .as_consultation_feedback {
    color: #ffffff;
}
.as_footer_consultation_form .as_consultation_feedback {
    background: rgba(255, 255, 255, 0.12);
}
.as_service_box.js-open-consultation-modal {
    cursor: pointer;
}
.as_service_box.js-open-consultation-modal:focus-visible {
    outline: 2px solid rgba(244, 166, 54, 0.9);
    outline-offset: 4px;
}
.tempus-dominus-widget.as_astro_datetime {
    --td-active-bg: var(--secondary-color);
    --td-range-bg: #f4a636;
    --td-btn-hover-bg: rgba(244, 166, 54, 0.12);
    --td-active-color: #ffffff;
    --td-active-border-color: #ffffff;
    --td-dow-color: #9aa2ae;
    --td-alternate-color: rgba(22, 29, 41, 0.28);
    --td-disabled-color: rgba(22, 29, 41, 0.22);
    --td-border-radius: 14px;
    width: 580px;
    max-width: calc(100vw - 32px);
    padding: 16px 18px 18px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 20px;
    box-shadow: 0 24px 46px rgba(13, 13, 13, 0.18);
    background: #ffffff;
    touch-action: pan-y pinch-zoom;
}
.tempus-dominus-widget.as_astro_datetime .toolbar {
    display: none;
}
.tempus-dominus-widget.as_astro_datetime.timepicker-sbs .td-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 22px;
    align-items: flex-start;
}
.tempus-dominus-widget.as_astro_datetime.timepicker-sbs .td-row .td-half {
    width: auto;
    flex: 1 1 0;
}
.tempus-dominus-widget.as_astro_datetime.timepicker-sbs .td-row .td-half:first-child {
    flex: 1 1 318px;
}
.tempus-dominus-widget.as_astro_datetime.timepicker-sbs .td-row .td-half:last-child {
    flex: 0 0 178px;
}
.tempus-dominus-widget.as_astro_datetime .date-container,
.tempus-dominus-widget.as_astro_datetime .time-container {
    padding: 0;
}
.tempus-dominus-widget.as_astro_datetime .date-container {
    flex: 1 1 318px;
    min-width: 318px;
}
.tempus-dominus-widget.as_astro_datetime .calendar-header {
    align-items: center;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    padding: 0 0 12px;
    margin-bottom: 8px;
}
.tempus-dominus-widget.as_astro_datetime .calendar-header .previous,
.tempus-dominus-widget.as_astro_datetime .calendar-header .next,
.tempus-dominus-widget.as_astro_datetime .picker-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    color: #2d3440;
    border-radius: 8px;
    font-weight: 700;
}
.tempus-dominus-widget.as_astro_datetime .calendar-header .previous:hover,
.tempus-dominus-widget.as_astro_datetime .calendar-header .next:hover,
.tempus-dominus-widget.as_astro_datetime .picker-switch:hover {
    background: rgba(244, 166, 54, 0.12);
}
.tempus-dominus-widget.as_astro_datetime .picker-switch {
    font-size: 15px;
    letter-spacing: 0.2px;
}
.tempus-dominus-widget.as_astro_datetime .dow {
    color: #8d94a2;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.tempus-dominus-widget.as_astro_datetime .date-container-days {
    grid-auto-rows: 44px;
}
.tempus-dominus-widget.as_astro_datetime .day,
.tempus-dominus-widget.as_astro_datetime .month,
.tempus-dominus-widget.as_astro_datetime .year,
.tempus-dominus-widget.as_astro_datetime .decade {
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
}
.tempus-dominus-widget.as_astro_datetime .date-container-days div:not(.no-highlight),
.tempus-dominus-widget.as_astro_datetime .date-container-months div:not(.no-highlight),
.tempus-dominus-widget.as_astro_datetime .date-container-years div:not(.no-highlight),
.tempus-dominus-widget.as_astro_datetime .date-container-decades div:not(.no-highlight),
.tempus-dominus-widget.as_astro_datetime .time-container-hour div:not(.no-highlight),
.tempus-dominus-widget.as_astro_datetime .time-container-minute div:not(.no-highlight),
.tempus-dominus-widget.as_astro_datetime .time-container-clock div:not(.no-highlight) {
    width: 100%;
    height: 100%;
}
.tempus-dominus-widget.as_astro_datetime .day.active,
.tempus-dominus-widget.as_astro_datetime .month.active,
.tempus-dominus-widget.as_astro_datetime .year.active,
.tempus-dominus-widget.as_astro_datetime .decade.active {
    background: linear-gradient(135deg, rgba(244, 166, 54, 0.98), rgba(243, 115, 53, 0.96));
    color: #ffffff;
}
.tempus-dominus-widget.as_astro_datetime .day:hover,
.tempus-dominus-widget.as_astro_datetime .month:hover,
.tempus-dominus-widget.as_astro_datetime .year:hover,
.tempus-dominus-widget.as_astro_datetime .decade:hover {
    background: rgba(244, 166, 54, 0.12);
}
.tempus-dominus-widget.as_astro_datetime .day.today:not(.active),
.tempus-dominus-widget.as_astro_datetime .month.today:not(.active),
.tempus-dominus-widget.as_astro_datetime .year.today:not(.active),
.tempus-dominus-widget.as_astro_datetime .decade.today:not(.active) {
    color: var(--secondary-color);
    font-weight: 700;
}
.tempus-dominus-widget.as_astro_datetime .time-container {
    flex: 0 0 160px;
    min-width: 160px;
    padding-top: 44px;
    padding-left: 18px;
    border-left: 1px solid rgba(17, 17, 17, 0.08);
}
.tempus-dominus-widget.as_astro_datetime .time-container .no-highlight {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 10px;
}
.tempus-dominus-widget.as_astro_datetime .time-container .hour,
.tempus-dominus-widget.as_astro_datetime .time-container .minute,
.tempus-dominus-widget.as_astro_datetime .time-container .separator,
.tempus-dominus-widget.as_astro_datetime .time-container .toggleMeridiem {
    font-size: 24px;
    font-weight: 700;
    color: #2d3440;
}
.tempus-dominus-widget.as_astro_datetime .time-container [data-action] {
    border-radius: 8px;
    color: var(--secondary-color);
}
.tempus-dominus-widget.as_astro_datetime .time-container [data-action]:hover {
    background: rgba(244, 166, 54, 0.12);
    color: #000000b8;
}
.tempus-dominus-widget.as_astro_datetime .time-container .toggleMeridiem {
    min-width: 58px;
    padding: 0 10px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(244, 166, 54, 0.98), rgba(243, 115, 53, 0.96));
    color: #ffffff;
}
.as_terms_wrap {
    margin-top: 14px;
}
.as_terms_check {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0;
    cursor: pointer;
    color: #5f6673;
    font-size: 13px;
    line-height: 20px;
}
.as_terms_check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.as_terms_box {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: rgba(17, 17, 17, 0.05);
    box-shadow: inset 0 0 0 1.5px rgba(17, 17, 17, 0.2);
    flex: 0 0 18px;
    margin-top: 1px;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.as_terms_box:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) scale(0);
    transition: transform 0.2s ease;
}
.as_terms_check input:checked + .as_terms_box {
    background: linear-gradient(135deg, rgba(244, 166, 54, 0.95), rgba(243, 115, 53, 0.9));
    box-shadow: none;
}
.as_terms_check input:checked + .as_terms_box:after {
    transform: rotate(45deg) scale(1);
}
.as_terms_text a {
    color: var(--secondary-color);
    font-weight: 700;
    text-decoration: underline;
}
.js-terms-check.is-invalid {
    color: #d84848;
}
.js-terms-check.is-invalid .as_terms_box {
    background: rgba(216, 72, 72, 0.08);
    box-shadow: inset 0 0 0 1.5px rgba(216, 72, 72, 0.72);
}
.as_consultation_form .as_btn:disabled,
.as_footer_consultation_form .as_btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}
.as_footer_consultation_form .as_terms_check {
    color: rgba(255, 255, 255, 0.88);
}
.as_footer_consultation_form .as_terms_box {
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.28);
}
.as_footer_consultation_form .js-terms-check.is-invalid {
    color: #ff9f9f;
}
.as_footer_consultation_form .js-terms-check.is-invalid .as_terms_box {
    background: rgba(216, 72, 72, 0.12);
    box-shadow: inset 0 0 0 1.5px rgba(255, 117, 117, 0.9);
}
.as_whatsapp_modal .modal-dialog {
    width: min(1040px, calc(100% - 32px));
    max-width: 1040px;
    min-height: 100vh;
    padding: 18px 0;
}
.as_whatsapp_box {
    max-height: calc(100vh - 40px);
}
.as_whatsapp_visual {
    background:
        radial-gradient(circle at 18% 20%, rgba(244, 166, 54, 0.2), transparent 40%),
        radial-gradient(circle at 82% 80%, rgba(37, 211, 102, 0.08), transparent 36%),
        #f7f9fc url('../images/login_bg.jpg') center/cover no-repeat;
}
.as_whatsapp_detail {
    padding-top: 42px;
}
.as_whatsapp_summary {
    margin-top: 10px;
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 249, 239, 0.88), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(244, 166, 54, 0.18);
}
.as_whatsapp_summary_label {
    display: inline-flex;
    margin-bottom: 12px;
    color: #c97107;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}
.as_whatsapp_summary_list {
    margin: 0;
    padding-left: 18px;
    color: #3f4754;
    font-size: 14px;
    line-height: 1.65;
}
.as_whatsapp_summary_list li + li {
    margin-top: 6px;
}
.as_whatsapp_terms_wrap {
    margin-top: 18px;
}
.js-whatsapp-consent-check.is-invalid {
    color: #d84848;
}
.js-whatsapp-consent-check.is-invalid .as_terms_box {
    background: rgba(216, 72, 72, 0.08);
    box-shadow: inset 0 0 0 1.5px rgba(216, 72, 72, 0.72);
}
.as_whatsapp_continue {
    width: 100%;
    margin-top: 18px;
    height: 54px;
    border-radius: 18px;
}
.as_whatsapp_continue:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}

@media (max-width: 991px) {
    .as_consultation_modal .modal-dialog {
        width: min(940px, calc(100% - 24px));
    }
    .as_whatsapp_modal .modal-dialog {
        width: min(860px, calc(100% - 24px));
    }
    .as_consultation_box {
        max-height: none;
    }
    .as_consultation_detail {
        padding: 30px 28px 28px;
    }
    .as_consultation_detail h1 {
        font-size: 40px;
    }
    .as_consultation_visual {
        padding: 38px 30px 28px;
    }
    .as_consultation_visual .as_login_img img {
        max-height: 360px;
    }
    .tempus-dominus-widget.as_astro_datetime {
        width: 520px;
    }
    .tempus-dominus-widget.as_astro_datetime .date-container {
        min-width: 290px;
    }
    .tempus-dominus-widget.as_astro_datetime .time-container {
        flex-basis: 150px;
        min-width: 150px;
    }
    .tempus-dominus-widget.as_astro_datetime.timepicker-sbs .td-row .td-half:first-child {
        flex-basis: 284px;
    }
    .tempus-dominus-widget.as_astro_datetime.timepicker-sbs .td-row .td-half:last-child {
        flex-basis: 150px;
    }
}

@media (max-width: 767px) {
    .as_consultation_modal .modal-dialog {
        width: calc(100% - 20px);
        min-height: auto;
        margin: 10px auto;
        padding: 10px 0;
    }
    .as_whatsapp_modal .modal-dialog {
        width: calc(100% - 20px);
        min-height: auto;
        margin: 10px auto;
        padding: 10px 0;
    }
    .as_consultation_box,
    .as_whatsapp_box {
        border-radius: 20px;
    }
    .as_consultation_close {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        font-size: 24px;
        line-height: 36px;
    }
    .as_consultation_visual {
        display: flex;
        min-height: 0;
        padding: 18px 14px 12px;
    }
    .as_consultation_visual,
    .as_consultation_visual:before {
        border-radius: 24px 24px 0 0;
    }
    .as_consultation_visual .as_login_img img {
        width: min(100%, 180px);
        max-height: 120px;
    }
    .as_consultation_visual_dots {
        gap: 10px;
    }
    .as_consultation_detail {
        padding: 18px 14px 16px;
        overflow-y: visible;
    }
    .as_whatsapp_summary {
        margin-top: 8px;
        padding: 12px 14px;
        border-radius: 16px;
    }
    .as_whatsapp_detail {
        padding-top: 18px;
    }
    .as_whatsapp_summary_label {
        margin-bottom: 8px;
        font-size: 10px;
    }
    .as_whatsapp_summary_list {
        font-size: 13px;
        line-height: 1.52;
    }
    .as_whatsapp_summary_list li + li {
        margin-top: 4px;
    }
    .as_whatsapp_terms_wrap {
        margin-top: 14px;
    }
    .as_consultation_brand {
        width: 116px;
    }
    .as_consultation_heading_wrap {
        margin: 10px 0 12px;
    }
    .as_consultation_tag {
        padding: 6px 10px;
        font-size: 10px;
        letter-spacing: 1.1px;
    }
    .as_consultation_detail h1 {
        margin: 10px 0 8px;
        font-size: 28px;
        line-height: 1.08;
        letter-spacing: -0.8px;
    }
    .as_consultation_detail p {
        font-size: 13.5px;
        line-height: 21px;
    }
    .as_form_grid,
    .as_form_grid_compact {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .as_field_group .form-control {
        height: 52px;
        border-radius: 0;
        padding: 20px 0 8px 0;
        font-size: 14px;
    }
    .as_consultation_form_modal .as_field_group {
        margin: -4px 0;
    }
    .as_consultation_form_modal .as_field_group .form-control {
        height: 56px;
        padding: 24px 0 8px 0;
    }
    .as_floating_label {
        font-size: 13px;
    }
    .as_field_group .form-control:not(:placeholder-shown) + .as_floating_label,
    .as_field_group .form-control:valid + .as_floating_label,
    .as_field_group.has-value .as_floating_label,
    .as_field_group .form-control:focus + .as_floating_label {
        top: 12px;
        font-size: 10px;
        letter-spacing: 0.7px;
    }
    .as_footer_form_widget {
        padding: 20px 16px 18px;
    }
    .as_terms_wrap {
        margin-top: 10px;
    }
    .as_terms_check {
        gap: 9px;
        font-size: 12px;
        line-height: 18px;
    }
    .as_consultation_form .as_btn,
    .as_footer_consultation_form .as_btn,
    .as_whatsapp_continue {
        height: 48px;
        margin-top: 12px;
        border-radius: 15px;
        font-size: 14px;
    }
    .as_consultation_note {
        margin-top: 8px;
        font-size: 11.5px;
        line-height: 16px;
    }
    .tempus-dominus-widget.as_astro_datetime {
        width: min(392px, calc(100vw - 18px));
        padding: 12px 14px 14px;
    }
    .tempus-dominus-widget.as_astro_datetime.timepicker-sbs .td-row {
        flex-direction: row;
        gap: 12px;
        align-items: flex-start;
    }
    .tempus-dominus-widget.as_astro_datetime.timepicker-sbs .td-row .td-half {
        width: auto;
    }
    .tempus-dominus-widget.as_astro_datetime.timepicker-sbs .td-row .td-half:first-child {
        flex: 1 1 246px;
    }
    .tempus-dominus-widget.as_astro_datetime.timepicker-sbs .td-row .td-half:last-child {
        flex: 0 0 108px;
    }
    .tempus-dominus-widget.as_astro_datetime .date-container,
    .tempus-dominus-widget.as_astro_datetime .time-container {
        min-width: 0;
        width: auto;
    }
    .tempus-dominus-widget.as_astro_datetime .time-container {
        padding: 28px 0 0 12px;
        border-left: 1px solid rgba(17, 17, 17, 0.08);
        border-top: none;
    }
    .tempus-dominus-widget.as_astro_datetime .date-container {
        flex: 1 1 auto;
    }
    .tempus-dominus-widget.as_astro_datetime .date-container-days {
        grid-auto-rows: 36px;
    }
    .tempus-dominus-widget.as_astro_datetime .time-container .no-highlight {
        justify-content: center;
        margin-bottom: 6px;
    }
    .tempus-dominus-widget.as_astro_datetime .time-container .hour,
    .tempus-dominus-widget.as_astro_datetime .time-container .minute,
    .tempus-dominus-widget.as_astro_datetime .time-container .separator,
    .tempus-dominus-widget.as_astro_datetime .time-container .toggleMeridiem {
        font-size: 18px;
    }
    .tempus-dominus-widget.as_astro_datetime .time-container .toggleMeridiem {
        min-width: 54px;
        min-height: 42px;
    }
}

@media (max-width: 420px) {
    .as_consultation_modal .modal-dialog,
    .as_whatsapp_modal .modal-dialog {
        width: calc(100% - 14px);
        margin: 7px auto;
        padding: 7px 0;
    }
    .as_consultation_box,
    .as_whatsapp_box {
        border-radius: 18px;
    }
    .as_consultation_visual {
        padding: 16px 12px 10px;
    }
    .as_consultation_visual .as_login_img img {
        width: min(100%, 150px);
        max-height: 96px;
    }
    .as_consultation_detail {
        padding: 16px 12px 14px;
    }
    .as_consultation_detail h1 {
        font-size: 25px;
    }
    .as_consultation_detail p {
        font-size: 13px;
        line-height: 20px;
    }
    .as_form_grid,
    .as_form_grid_compact {
        gap: 10px;
    }
    .as_consultation_form_modal .as_field_group .form-control {
        height: 54px;
    }
    .as_terms_check {
        font-size: 11.5px;
        line-height: 17px;
    }
    .as_whatsapp_summary {
        padding: 11px 12px;
    }
    .as_whatsapp_summary_list {
        font-size: 12.5px;
    }
}


img.about-us-logo {
    max-width: 75%;
}
