/*
Theme Name: A1 Skin Clinic
Version: 1.0
Tags: dark, gray, google fonts, theme options, custom header, responsive
The CSS, XHTML and design is released under GPL
*/
:root{
	--line-height: 1.5;
	--gray-color: #f7f7f7;
}
html{scroll-behavior: smooth; scroll-padding-top: 100px;}
body{font: normal 18px/var(--line-height) 'Outfit'; color: #404040; font-weight: 300; overflow-x: hidden; position: relative;} 
img{max-width: 100%; height: auto;}
a{text-decoration: underline; color: #000;}
a:hover,a:focus{text-decoration: none;}
a,.btn{outline: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.ul-none,.site-footer ul,.fnav ul,.cinfo ul,.check-list ul,.subscribe-card .wpb_text_column ul{list-style: none; margin: 0; padding: 0;}
p:empty{display: none;}

/*Format*/
h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5{margin-bottom: 20px; font-weight: 400; font-family: "Prata", sans-serif;}
h1,.h1{font-size: 38px;}
h2,.h2{font-size: 32px;}
h3,.h3{font-size: 27px;}
h4,.h4{font-size: 23px;}
h5,.h5{font-size: 20px;}
p,ul,.check-list ul{margin-bottom: 25px;}
strong{font-weight: 500;}
.bg-cover{background: center center no-repeat; background-size: cover;}
.social-media a{display: inline-flex; align-items: center; justify-content: center; vertical-align: top; border: 1px solid #fff; width: 55px; height: 55px; border-radius: 50px; margin: 0 10px 10px 0;}
.social-media a:hover{transform: scale(1.08);}
.social-media a:last-child{margin-right: 0;}
.has-separator{position: relative; padding-bottom: 20px;}
.has-separator::after{content: ''; position: absolute; height: 3px; width: 25px; background-color: #3ABD9E; left: 0; bottom: 0;}
.bg-gray{background-color: var(--gray-color);}

/*Buttons*/
.btn,
.subscribe-card p.woocommerce.add_to_cart_inline a.button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{padding: 11px 40px; border: 0; font-weight: 500; text-decoration: none; font-size: 18px; border-radius: 50px; position: relative; overflow: hidden; text-align: center;}
.btn.btn-dark,
.subscribe-card.popular p.woocommerce.add_to_cart_inline a.button{color: #fff; border: 1px solid #373737; box-shadow: inset 0 0 0 50px #373737;}
.btn.btn-dark:hover,.btn.btn-dark:focus,.btn.btn-dark:active,
.subscribe-card.popular p.woocommerce.add_to_cart_inline a.button:hover{background-color: #fff; color: #373737; box-shadow: inset 0 0 0 0 #373737;}
.btn.btn-outline,
.subscribe-card p.woocommerce.add_to_cart_inline a.button{background-color: transparent; border: 1px solid #373737; color: #373737; box-shadow: inset 0 0 0 0 #373737;}
.btn.btn-outline:hover,.btn.btn-outline:focus,.btn.btn-outline:active,
.subscribe-card p.woocommerce.add_to_cart_inline a.button:hover{box-shadow: inset 0 0 0 50px #373737; color: #fff;}
.btn.btn-light{color: #373737; border: 1px solid #fff; box-shadow: inset 0 0 0 50px #fff;}
.btn.btn-light:hover,.btn.btn-light:focus,.btn.btn-light:active{background-color: #373737; color: #fff; box-shadow: inset 0 0 0 0 #fff;}

/*Section*/
.xl-section{padding-top: 160px !important; padding-bottom: 160px !important;}
.section{padding-top: 120px !important; padding-bottom: 120px !important;}
.md-section{padding-top: 90px !important; padding-bottom: 90px !important;}
.sm-section{padding-top: 70px !important; padding-bottom: 70px !important;}

/*Header*/
.site-header{position: sticky; top: 0; width: 100%; padding-top: 15px; padding-bottom: 15px; transition: .3s ease; z-index: 999; background-color: #fff; box-shadow: 0 0 6px rgba(0,0,0,.2);}
.site-header .navbar-brand img{max-width: 240px;}
.site-header .navbar-expand-lg .navbar-nav{margin-right: 20px;}
.site-header .navbar-expand-lg .navbar-nav > .nav-item{position: relative;}
.site-header .navbar-expand-lg .navbar-nav > .nav-item::after{content: ''; position: absolute; width: 28px; height: 2px; background-color: #373737; left: calc(50% - 14px); bottom: -10px; opacity: 0; transition: 1s ease;}
.site-header .navbar-expand-lg .navbar-nav .nav-link{padding: 10px 16px; font-weight: 300; text-align: center; color: #373737; font-size: 18px;}
.site-header .navbar-expand-lg .navbar-nav .nav-link:hover,
.site-header .navbar-expand-lg .navbar-nav li.current-menu-item .nav-link{color: #000;}
.site-header .navbar-expand-lg .navbar-nav > .nav-item.current-menu-item::after,
.site-header .navbar-expand-lg .navbar-nav > .nav-item:hover::after{opacity: 1; bottom: 0;}
.site-header .btn{padding: 8px 35px;}
/*DropDown*/
@media only screen and (min-width : 990px) {
	.navbar-nav > li > .dropdown-menu{display: block; padding: 0; transition: ease-out 0.30s; margin-top: 10px; opacity: 0; visibility: hidden; background-color: #fff;  right: 0; width: 250px; border: 0;}
	.dropdown:hover .dropdown-menu{margin-top: 0; opacity: 1; visibility: visible;}
}
.navbar-nav .dropdown-menu{box-shadow: 0px 0px 40px 0px #7E7E7E57; padding: 0;}
.navbar-nav .dropdown-menu li:not(:last-child){border-bottom: 1px solid #EAEAEA;}
.navbar-nav .dropdown-menu .dropdown-item{padding: 10px 15px; border-radius: 0; white-space: normal; font-size: 16px; font-weight: 300;}
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .current-menu-item > a{background-color: #f7f7f7; color: #000;}


/*Mobile Menu*/
.navbar-toggler.navBtn{border: 0; box-shadow: none;}
.sidenav-wrap{width: 0; transition: .3s ease; position: absolute; left: 0; top: 0; height: 100%; z-index: 44444; opacity: 0; color: #000;}
.sidenav-wrap .menu-backdrop{position: absolute; right: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,.5);}
.sidenav{height: 100%; width: 350px; position: fixed; z-index: 9999; top: 0; right: -370px; opacity: 0; background-color: #fff; overflow-x: hidden; transition: 0.5s; box-shadow: 0 0 20px rgba(0,0,0,.1);}
.sidenav .closebtn{position: absolute; text-decoration: none; z-index: 44; width: 30px; text-align: center; top: 0; right: 18px; font-size: 36px; line-height: normal; color: #000;}
.the_menu{padding: 30px; font-size: 17px;}
.the_menu h4.hd{font-size: 18px; margin-bottom: 30px; letter-spacing: 3px;}
.the_menu .navbar-nav > li{margin-bottom: 15px; border-bottom: 1px solid #ddd;}
.the_menu .navbar-nav > li > a{padding: 0 0 12px; display: block; width: 100%; color: #000 !important; font-weight: 300; font-size: 20px;}
.the_menu .navbar-nav > li > a:hover,
.the_menu .navbar-nav li.current-menu-item > a.nav-link{color: #000 !important;}
.sidenav-cinfo{background-color: #e4e4e4; border-radius: 10px; padding: 20px;}
.sidenav-cinfo, .sidenav-cinfo a{color: #000;}
.sidenav-cinfo ul li{margin-bottom: 8px;}
.sidenav-cinfo .social-media a{width: 45px; height: 45px;}
.sidenav-cinfo .social-media a img{max-width: 80%;}
.sidenav-cinfo .top-ph img{filter: brightness(0) invert(1);}
/*Show*/
.sidenav-wrap.show{width: 100%; opacity: 1;}
.sidenav-wrap.show .sidenav{right: 0; opacity: 1;}

/*Footer*/
.footer{background-color: #000; font-size: 16px;}
footer,
footer a{color: #fff; text-decoration: none;}
footer a:not(.btn):hover{opacity: .8;}
.site-footer h5{font-size: 20px;}
.site-footer ul{margin-bottom: 0;}
.site-footer ul li{margin-bottom: 8px;}
.site-footer .social-media{margin-top: 20px;}
.footer [class*='col-']:not(:last-child){border-right: 1px solid #474747;}
.footer .cont-block{padding: 0 40px;}
.footer .row .row [class*='col-']:last-child .cont-block{padding-right: 0;}

.mfooter{background-color: #1E1E1E; font-size: 14px;}

.cform_wrapper.gform-theme .gform-body .gform_fields{gap: 15px;}
.cform_wrapper.gform-theme .gform-body .gform_fields .ginput_container input,
.cform_wrapper.gform-theme .gform-body .gform_fields .ginput_container textarea{font-size: 16px;}
.cform_wrapper.gform-theme .gform-body .gform_fields .ginput_container input{padding: 3px 14px; height: auto;}
.cform_wrapper.gform-theme form.cform div.gform_footer input.gform_button.button{border-radius: 50px; background-color: #000; border: 0; font-size: 18px; padding: 16px 45px;}

.site-header .container-fluid,
.site-footer .container-fluid{max-width: 1550px;}

.page-title{background-color: #F4F4F4;}
.rank-math-breadcrumb p{margin-bottom: 0;}

.check-list ul li{display: block; align-items: center; margin-bottom: 14px; position: relative; padding-left: 28px;}
.check-list ul li::before{content: ''; background: url(/wp-content/uploads/2025/06/check-bullet.svg) 0 0 no-repeat; background-size: 100%; position: absolute; left: 0; top: 9px; width: 20px; height: 20px;}
.check-list.boxed-list ul li{padding: 15px 20px 15px 47px; background-color: #fff;}
.check-list.boxed-list ul li::before{top: 22px; left: 20px;}

.half-image-section{position: relative;}
.half-image-section::before{content: ''; width: 60%; height: 100%; position: absolute; left: 0; top: 0; background: url(/wp-content/uploads/2025/06/why-choose.png) bottom left no-repeat; background-size: 100%;}

.custom-faqs.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: #fff !important;
}
.custom-faqs.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a{
	padding: 15px 0;
	color: #000 !important;
	border-bottom: 2px solid #DBDBDB;
}
.custom-faqs.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a{
	border-bottom-color: #000;
}
.custom-faqs.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title{
	font: 400 25px 'Outfit'; 
}
.custom-faqs.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{
	padding: 22px 0 15px;
}

.vc_row.process-cols > .wpb_column:not(:last-child)::after{content: ''; position: absolute; top: 35px; right: -70px; width: 150px; height: 87px; background: url(/wp-content/uploads/2025/06/step-sep.svg) 0 0 no-repeat; background-size: 100%;}
.vc_row.process-cols > .wpb_column:nth-child(even)::after{transform: scaley(-1);}
.vc_row.process-cols .top-icon .aio-icon-header h3.aio-icon-title{
    margin: 5px 0;
}

.a1graphic{overflow: visible;}
.a1graphic > .vc_row:first-child{position: relative;}
.a1graphic > .vc_row:first-child::before{content: ''; position: absolute; right: 0; top: -100px; width: 220px; height: 320px; background: url(/wp-content/uploads/2025/06/a1-graphic.png) 0 0 no-repeat; background-size: contain;}

.subscribe-card{box-shadow: 0px 14px 104px 10px #00000014;}
.subscribe-card > .wpb_column > .vc_column-inner{padding: 40px 30px !important;}
.subscribe-card .right-icon .aio-ibd-block,
.subscribe-card .right-icon .aio-ibd-block, .right-icon .aio-ibd-block *,
.subscribe-card .right-icon .aio-icon-description,
.subscribe-card .right-icon .aio-icon-header h3.aio-icon-title{text-align: left;}
.subscribe-card .aio-icon-header + .aio-icon-description{margin-top: 0;}
.subscribe-card .wpb_text_column ul{margin-bottom: 10px;}
.subscribe-card .wpb_text_column ul li{border-top: 1px solid #CBCBCB; padding: 15px 0; text-align: center;}
.subscribe-card.popular{transform: scale(1.1);}
.subscribe-card.popular::before{content: ''; position: absolute; right: 10px; top: 10px; width: 30px; height: 30px; background: url(/wp-content/uploads/2025/06/crown.png) 0 0 no-repeat; background-size: contain;}

.subscribe-card p.woocommerce.add_to_cart_inline{border: 0 !important; padding: 0 !important;}
.subscribe-card p.woocommerce.add_to_cart_inline a.button{line-height: var(--line-height); width: 100%;}

.session-booking-wrapper {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #eee;
    background: #f9f9f9;
	border-radius: 6px;
}

.session-selection-group {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    background: white;
	border-radius: 6px;
}

.session-selection-group h4 {
    margin-top: 0;
}

.date-selection, .selected-date {
    margin: 10px 0;
}

.time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.time-slot {
    display: flex;
    align-items: center;
}

.time-slot input[type="radio"] {
    margin-right: 5px;
}

.selected-sessions-list {
    list-style: none;
    padding-left: 0;
}

.selected-sessions-list li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.remove-date, .remove-session {
    color: #a00;
    text-decoration: none;
    margin-left: 10px;
}

.remove-date:hover, .remove-session:hover {
    color: #f00;
}

.selected-date {
    position: relative;
    z-index: 1;
}

.time-slots{position: relative; z-index: 2;}

.remove-date {
    position: relative;
    z-index: 3;
    display: inline-block;
    margin-left: 10px;
}

.loading-spinner {
    text-align: center;
    padding: 20px;
}

.woocommerce-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0,0,0,.2);
    border-radius: 50%;
    border-top-color: #333;
    animation: woocommerce-spin 1s ease-in-out infinite;
}

@keyframes woocommerce-spin {
    to { transform: rotate(360deg); }
}

.session-selection-group {
    position: relative;
}

.selected-date {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.remove-date {
    position: static !important; /* Override any positioning */
    z-index: auto !important;
    display: inline-block !important;
}

.session-selection-group .date-selection,
.session-selection-group .selected-date {
    transition: all 0.3s ease;
}

.session-selection-group .date-selection {
    display: block;
}

.session-selection-group .selected-date {
    display: none;
}

.session-selection-group.has-date .date-selection {
    display: none;
}

.session-selection-group.has-date .selected-date {
    display: block;
}

.selected-sessions-summary h4{font-size: 20px;}

.time-slots-container{margin-top: 20px; border-top: 1px solid #ddd; padding-top: 20px;}
.time-slots-container h5,
.session-selection-group h5{font: 18px 'Outfit';}
.time-slots .time-slot{padding: 8px; background-color: #f4f4f4; font-size: 16px; border-radius: 6px;}

.related.products{display: block; clear: both; border-top: 1px solid #ddd; padding-top: 20px; margin-top: 20px;}
.related.products h2{font-size: 20px; border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px;}

.woocommerce div.product div.images img{width: 300px; margin: 0 auto;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{background-color: #fff; border-radius: 10px !important; padding: 20px; box-shadow: 0px 14px 104px 10px #00000014; text-align: center;}
.woocommerce ul.products li.product a img{max-height: 140px;}

.price{color: #000 !important; font-weight: 400;}

.bc-section{padding: 15px 0; color: #000; font-size: 13px; font-weight: 400;}
.bc-section span{display: inline-block; margin-right: 5px;}

/*Sessions*/
.session-booking-form .form-label,
.woocommerce-MyAccount-content .woocommerce-form-row label{font-weight: 500; font-size: 17px;}

tr.cancelled-session {
    opacity: 0.6;
    background-color: #f9f9f9;
}
.status-badge {
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.8em;
    font-weight: bold;
	color: white;
}
.status-upcoming {background: #f0ad4e;}
.status-active {background: #5cb85c;}
.status-passed {background: #777;}
.status-cancelled {background: #d9534f;}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-message {
    border-top-color: #8fae1b;
}

.woocommerce-info {
    border-top-color: #1e85be;
}

.woocommerce-error {
    border-top-color: #b81c23;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.woocommerce-info::before {
    content: "\e02f";
}

.woocommerce-error::before {
    content: "\e016";
}

/* === WooCommerce My Account Tabs Styling === */

.woocommerce-MyAccount-navigation {
    background-color: #f9f5f2; /* Soft skin tone / cream */
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #eee;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #5a3d31; /* Rich brown (matches spa/clinic theme) */
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    border-left: 4px solid transparent;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
    background-color: #e4e4e4; /* Light pinkish beige */
    color: #3e2b20;
    border-left-color: #aaa8a7; /* Accent color for active tab */
}
.woocommerce-MyAccount-navigation li a i {margin-right: 8px;}
.woocommerce-MyAccount-content,
.woocommerce table.my_account_orders{font-size: 16px;}

.u-column1.col-1.woocommerce-Address{width: 100%;}
.woocommerce-Address address{display: block; padding: 10px; border-radius: 10px; border: 1px solid #ddd; margin-top: 10px; background-color: #f7f7f7;}

.booking-price-summary {
    margin: 20px 0;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 4px;
    border-left: 4px solid #1e85be;
}

.booking-price-summary h4 {
    margin-top: 0;
    color: #1e85be;
}

.price-row {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.price-row.total {
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px solid #ddd;
    font-weight: bold;
}

.price-label {
    color: #555;
}

.price-amount {
    font-weight: 600;
}

/*Checkout*/
.woocommerce-checkout h3#order_review_heading{display: none;}
form.checkout.woocommerce-checkout{display: flex; gap: 40px;}
.woocommerce-checkout #customer_details.col2-set .col-1{width: 100%;}
.woocommerce-checkout-review-order{padding: 20px; background-color: #f5f5f5; border-radius: 10px;}
.woocommerce table.shop_table{background-color: #fff;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{background: rgb(154 154 154 / 14%);}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{background-color: #000;}
form.checkout.woocommerce-checkout #billing_state_field{clear: left;}
#billing_gender_field .woocommerce-input-wrapper{display: flex; gap: 5px;}

/*Responsive*/
@media(max-width: 991px){
	.section{padding-top: 90px !important; padding-bottom: 90px !important;}
	.md-section{padding-top: 60px !important; padding-bottom: 60px !important;} 
	.sm-section{padding-top: 40px !important; padding-bottom: 40px !important;}
  
	body{font-size: 18px;}
	h1,.h1{font-size: 36px;}
	h2,.h2{font-size: 32px;}
	h3,.h3{font-size: 26px;}
	h4,.h4{font-size: 22px;}
	h5,.h5{font-size: 19px;}

	.site-header{padding-top: 8px; padding-bottom: 8px;}
	.site-header .navbar-brand img{max-width: 210px;}
	.navbar-nav .dropdown-menu{width: 100%; border-radius: 0; border: 0;}
	.the_menu .navbar-nav li a.nav-link.show{color: #777 !important;}

	.footer .row .row [class*='col-']:first-child .cont-block{padding-left: 0;}
	
	.custom-faqs.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title{font-size: 28px;}
	
	.subscribe-card.popular{transform: scale(1);}
}
@media(max-width: 768px){
	.section{padding-top: 60px !important; padding-bottom: 60px !important;}
	.md-section{padding-top: 40px !important; padding-bottom: 40px !important;}
	.sm-section{padding-top: 30px !important; padding-bottom: 30px !important;}
  
	body{font-size: 16px;}
	h1,.h1{font-size: 32px;}
	h2,.h2{font-size: 24px;}
	h3,.h3{font-size: 21px;}
	h4,.h4{font-size: 19px;}
	h5,.h5{font-size: 18px;}
	
	.btn{padding: 10px 35px; font-size: 17px;}

	.site-header .navbar-brand img{max-width: 160px;}

	.foot-text img{max-width: 180px;}
	.footer .cont-block{padding: 0;}
	.site-footer h5{font-size: 18px;}
	.social-media a{width: 45px; height: 45px; margin: 0 6px 10px 0;}
	
	.half-image-section::before,
	.vc_row.process-cols > .wpb_column::after,
	.a1graphic > .vc_row:first-child::before{display: none;}
	
	.custom-faqs.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title{font-size: 18px;}
	
}
@media(max-width: 600px){
	html #wpadminbar{
		top: -46px;
	}
}