*{margin:0;padding:0;border:none;outline:0;box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-moz-box-sizing:border-box}
body{font-family: 'Proza Libre', sans-serif;font-size:16px;color:#6c6a69;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
img{border:none;outline:0;max-width:100%;vertical-align: middle;}
a,div,h1,h2,h3,h4,h5,h6,img,p{text-decoration:none;padding:0;margin:0;font-weight:400}
ul{list-style-type:none}
a:focus,a:hover{text-decoration:none}
input,input[type=button],input[type=email],input[type=submit],input[type=text],select,textarea{-webkit-appearance:none;-moz-appearance:none;border-radius:0;-ms-appearance:none;-o-appearance:none;appearance:none}
select{cursor:pointer}
::-moz-selection{background-color:#C39188;color:#fff;}
::selection{background-color:#C39188;color:#fff}
::-webkit-input-placeholder{color:#786E6C;}
:-moz-placeholder{color:#786E6C;}
::-moz-placeholder{color:#786E6C;}
:-ms-input-placeholder{color:#786E6C;}
::-webkit-input-placeholder:focus{color:#786E6C;}
:-moz-placeholder:focus{color:#000;opacity:1;}
::-moz-placeholder:focus{color:#000;opacity:1;}
:-ms-input-placeholder:focus{color:#000;opacity:1;}

figure{margin: 0;}
h1{width:100%;font-family: 'Proza Libre', sans-serif;font-weight:600;font-size:78px;color:#C39188;}
h2{width:100%;font-weight:600;font-size:64px;color:#C39188;}
h3{width:100%;font-weight:500;font-size:30px;color:#C39188;}
h4{width:100%;font-weight:600;font-size:24px;color:#C39188;}
h5{width:100%;font-weight:600;font-size:20px;color:#C39188;}
h6{width:100%;font-size:14px;color:#C39188;font-weight:600}
p{width:100%;font-weight:400;font-size:20px;color:#6F6564;line-height:30px}
p a{font-weight: 600;color: #C39188;}
header,.btn,.main-sub-menu li a::before,.footer-list li a::before{transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out}
.submit,input.submit{position: absolute;top: 50%;right: 15px;font-family: 'Poppins', sans-serif;width: 105px;height: 41px;font-weight: 400;font-size: 14px;line-height: 21px;color: #fff;transform: translatey(-50%);background-color: #C39188;border-radius: 50px;cursor: pointer;overflow:hidden;z-index: 1;}
.submit::before {content: "";position: absolute;bottom: 0;left: 0;width: 0%;height: 100%;background-color: #5A302D;transition: all 0.3s;border-radius: 10rem;z-index: -1;}
.submit::after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background-color: #C39188;border-radius: 10rem;z-index: -2;}
.submit:hover::before{width: 100%;}

/* container */
.container{max-width: 1200px;margin: 0 auto;width: 1200px;}

/* header Start */
header { 
    display: flex; 
    width: 100%; 
    padding: 20px 40px; 
    background-color: #FFF9F4; 
    justify-content: space-between; 
    align-items: center; 
    border-bottom: 1px solid #E7DDD8; 
}

header .logo { 
    display: inline-block; 
    max-width: 133px; 
}

.main-navigation { 
    display: flex; 
    align-items: center; 
    width: 100%;
}

.menu-main-menu-container { 
    display: flex; 
    align-items: center; 
    margin-left: auto; /* Push menu to right */
    width: auto;
}

#primary-menu {
    display: flex; /* Align items in a row */
    flex-direction: row; /* Ensure horizontal layout */
    list-style: none; /* Remove default bullets */
    padding: 0;
    margin: 0;
}

#primary-menu li {
    margin-right: 20px; /* Adjust spacing between items */
    white-space: nowrap; /* Prevent text wrapping */
}

#primary-menu li:last-child {
    margin-right: 0; /* Remove extra margin for the last item */
}

#primary-menu li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #6F6564;
    text-decoration: none;
}


.site-title { display: none; }
.main-sub-menu { 
    position: fixed; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    height: 100vh; 
    background-color: #5A302D; 
    z-index: 999; 
    padding: 213px 0 50px; 
    transform: translateX(-100%); 
    opacity: 0; 
    overflow: auto; 
    transition: all 0.5s ease-in-out; 
}
.main-sub-menu li { 
    width: 33.33%; 
    margin-bottom: 90px; 
}
.main-sub-menu li a { 
    position: relative; 
    font-family: 'Nunito Sans', sans-serif; 
    font-style: normal; 
    font-weight: 700; 
    font-size: 64px; 
    color: #fff; 
}
.main-sub-menu > span { 
    position: absolute; 
    right: 110px; 
    top: 95px; 
    cursor: pointer; 
}
.main-sub-menu li a::before { 
    content: ""; 
    display: inline-flex; 
    position: absolute; 
    width: 100%; 
    height: 2px; 
    bottom: 0; 
    border-radius: 50px; 
    background-color: #fff; 
    opacity: 0; 
}
.main-sub-menu li a:hover::before { 
    opacity: 1; 
}
.main-sub-menu.show { 
    transform: translateX(0); 
    opacity: 1; 
}

.mobile-close-menu { display: none; }
header.sticky { position: fixed; padding: 17px 0; z-index: 999; }

header nav li.menu-item-has-children a { 
    position: relative; 
    padding-right: auto; 
}
header nav li.menu-item-has-children a:before { 
    position: absolute; 
    content: ""; 
    top: 0; 
    bottom: 0; 
    margin: auto 0; 
    background-size: contain; 
    display: inline-block; 
    background-repeat: no-repeat; 
}
header nav li.menu-item-has-children a.active:before { 
    transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    -o-transform: rotate(180deg); 
    -ms-transform: rotate(180deg); 
    -moz-transform: rotate(180deg); 
}

header nav li .sub-menu { 
    display: none; 
    position: absolute; 
    padding-top: 0; 
    background-color: #FFF9F4; 
    box-shadow: 4px 4px 12px 2px rgba(0, 0, 0, 0.15); 
    border-radius: 13px; 
    z-index: 99; 
}
header nav li .sub-menu li { 
    margin: 0; 
    width: 200px; 
    display: list-item; 
    position: relative; 
}
header nav li .sub-menu li a { 
    display: block; 
    padding: 16px; 
    border-bottom: 0.3px solid rgba(110, 101, 100, 0.1); 
    font-weight: 400; 
    font-size: 16px; 
    color: #6E6564; 
}
header nav li .sub-menu li a:hover { color: #5A302D; }
header nav li .sub-menu li a:before { display: none; }
header nav li .sub-menu li:last-child a { border: none; }

/*header nav li:hover>.sub-menu { display: inherit; }*/
header nav li .sub-menu.active { display: inherit; }

/* Header End */

/* banner Start */
.banner-section{display: flex;flex-wrap: wrap;width: 100%;padding: 100px 0;background-color: #FFF9F4;}
.banner-main h1{margin-bottom: 20px;}
.banner-main p{margin-bottom: 43px;}
.picture-images {display: inline-block;width: 696px;text-align: right;}
.picture-images picture {position: relative;display: inline-block;width: calc(100% - 57px);padding-top: 86.2%;border-radius: 49px;overflow: hidden;z-index: 2;}
.picture-images picture img {position: absolute;top: 0;left: 0;bottom: 0;right: 0;height: 100%;width: 100%;object-fit: cover;object-position: center;}
.picture-images.shape {position: relative;}
.shape::before {content: "";position: absolute;top: 23.5%;left: 0px;bottom: 6px;width: 100%;background: #c39188;border-radius: 49px;z-index: 0;}
.btn{display: inline-block;background: #C39188;border-radius: 30px;min-width: 80px;padding: 12px;color: #fff;font-weight: 400;text-align: center;font-size: 16px;position: relative;overflow: hidden;z-index: 1;}
.btn::before {content: "";position: absolute;bottom: 0;left: 0;width: 0%;height: 100%;background-color: #5A302D;transition: all 0.3s;border-radius: 10rem;z-index: -1;}
.btn:hover::before {width: 100%;}
.btn::after {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background-color:#C39188;border-radius: 10rem;z-index: -2;}
.btn-lg{min-width: 211px;padding: 20px;}
.banner-text {max-width: 473px;}
.current-menu-item a {color: #5A302D;font-weight: 600;}
.banner-section .detail-title{font-size: 35px;}

/* banner End */

.service-section{padding: 82px 0 42px;background-color: #FFF3EA;}
.common-title{max-width: 814px;margin: auto;margin-bottom: 86px;}
.common-title h2{margin-bottom: 12px;}
.common-title p{line-height:30px;}
.service-list ul li{width: 31%;margin-right: 40px; margin-bottom: 65px;}
.service-list ul li:last-child{margin-right: 0;}
.service-box{display: inline-block;width: 100%;}
.service-list .picture-images {width: 100%;margin-bottom: 23px;}
.service-list .picture-images picture {padding-top: 98%;border-radius: 30px;width: calc(100% - 30px);}
.service-list .shape::before {left: 0;bottom: 6px;width: 50%;border-radius: 49px;}
.service-box h4{margin-bottom:8px;}
.service-box p {font-size: 16px;}
.service-list ul li:nth-child(3n){margin-right: 0;}
.service-box{transform: translateY(0);transition: all 0.5s ease-in-out;}
.service-box:hover {transform: translateY(-20px);}

/* get touch */
.get-touch-section {display: inline-block;width: 100%;padding: 100px 0;background-color: #FFF9F4;}
.get-touch-right{padding: 0 60px;}
.get-touch-main{position: relative;}
.get-touch-main::before {content: "";position: absolute;left: 0;width: 100%;background-color: #C39188;height: 100%;top: 70px;border-radius: 30px;}
.get-touch-left, .get-touch-right {position: relative;z-index: 4;}
.get-content{z-index:9;margin-top: 130px;}
.get-content h2{color: #fff;margin-bottom: 10px;}
.get-content p{color:#FFF9F4; margin-bottom:40px;}
.get-touch-main{padding: 0 57px;margin-bottom:70px;}
.form-control {display: inline-block;width: 100%;padding: 19px 46px;border-radius: 50px !important;overflow: hidden;font-size: 18px;background-color:#FFF3EA;}
.get-touch-left figure{display: inline-block;width: 365px;height: 408px;border-radius: 30px;overflow: hidden;}
.get-touch-left figure img{width: 100%;height: 100%;object-fit: cover;}

.get-touch-section .wpcf7-form-control-wrap{marign:0;}
.get-touch-section .wpcf7-form-control-wrap .wpcf7-form-control{color:#786E6C;display: inline-block;width: 100%;padding: 19px 130px 19px 46px;border-radius: 50px !important;overflow: hidden;font-size: 18px;background-color:#FFF3EA;    min-height: auto;}
.get-touch-section .submit{top:10px;transform: none;}
.get-touch-section .wpcf7 form .wpcf7-response-output{margin: 0;}
/* footer */
footer {background-color: #C39188;padding: 84px 0 0;}
.footer-logo {width: 133px;margin-right: 60px;}
.footer-list {max-width: 603px;margin-right: 50px;}
.footer-list ul{display: flex;flex-wrap: wrap;}
.footer-list li {margin-bottom: 30px;width: 33.32%;padding: 0 15px;}
.footer-list li a{position: relative;font-family: 'Poppins', sans-serif;font-weight: 400;font-size: 16px;line-height: normal;color: #fff;}
.footer-join-club {width: 29%;}
.footer-join-club h4{font-family: 'Poppins', sans-serif;font-weight: 600;line-height: normal;color: #fff;margin-bottom: 22px;}
.footer-join-club .form-control {padding: 17px 23px !important;font-size: 14px;display: inline-block;width: 100%;border-radius: 50px !important;overflow: hidden;background-color:#FFF3EA;}
.footer-join-club .form-group .submit {top: 25px;right: 8px;width: 95px;height: 38px;}
.footer-join-club .wpcf7 form .wpcf7-response-output{margin: 0;}
.footer-join-club .wpcf7-form-control-wrap {margin-bottom: 0;}
.copyright-main {padding: 29px 0;border: 1px solid #E7DDD8;}
.copyright-main p{font-family: 'Inter', sans-serif;font-style: normal;font-weight: 400;font-size: 16px;line-height: normal;color: #fff;}
.footer-main{padding-bottom: 50px;}
.more-btn-mobile{display:none;}
.footer-list li a::before {content: "";display: inline-flex;position: absolute;width: 100%;height: 2px;bottom: 0;border-radius: 50px;background-color: #fff;opacity:0;}
.footer-list li a:hover::before {opacity:1;}

/* experience  */
.experience-section {padding:110px 0 100px;background-color:#FFF3EA;}
.exprience-text h2{margin-bottom: 50px;}
.experience-image figure {display: inline-block;}
.experience-image{position: relative;display: inline-block;}
.experience-image .imagination-main {position: absolute;left: -100px;top: -80px;}
.experience-image .shape::before {top: 16.5%;left: 31px;width: 50%;border-radius: 30px;}
.experience-image .picture-images.shape {width: 236px;}
.experience-image picture,.experience-image .shape::before {border-radius: 30px;}
.imagination-main-2 {position: absolute;right: -80px;bottom: -40px;}

/* everywhere  */
.everywhere-section {padding: 140px 0 100px;background-color: #FFF9F4;}
.everywhere-image .picture-images {width: 511px;}
.shape::before {left: 18px;width: 50%;background: #c39188;}
.salons-counter h3{color: #6F6564;}
.salons-counter {display: inline-block;max-width: 210px;background-color: #FFF3EA;padding: 30px 20px;border-radius: 30px;text-align: center;position: absolute;z-index: 11;}
.salons-counter.counter-top{top: -50px;left: 30px;}
.salons-counter.counter-bottom{bottom: -50px;right: -90px;}
.everywhere-image .shape:before{top: 13.5%;}

/* location */
.location-section {padding: 100px 0;background-color: #FFF9F4;}
.location-box {padding: 80px 30px;background-color: #C39188;border-radius: 30px;}
.location-box h2 {color: #fff;text-align: center;margin-bottom: 5px;}
.location-box p {color: #fff;text-align: center;margin-bottom: 40px}
.location-box .form-group {max-width: 952px;margin: auto;}
.location-box .form-control {padding: 19px 141px 19px 60px;background-image: url("../img/Vector.svg");background-repeat: no-repeat;background-position: left 23px center;}

.location-list-section{padding: 60px 0 50px;background-color: #FFF9F4;}
.card-location {padding: 40px 34px;background-color: #FFF3EA;border-radius: 30px;}
.card-location-list a {font-family: 'Poppins', sans-serif;font-style: normal;font-weight: 400;font-size: 20px;line-height: 30px;color: #786E6C;padding-left: 40px;}
.card-location h3 {margin-bottom: 18px;}
.card-location a i{position: absolute;left: 0;}
.card-location li {margin-bottom: 14px;}
.card-location-list{padding-bottom: 30px;border-bottom: 1px solid #C39188;margin-bottom:30px;}
.btn.btn-md {min-width: 160px;padding: 19px;}
.page-template-location-list .location-section {padding-bottom: 0;}
.location-list-wrapper .get-touch-section {padding-top: 0;}



.location-detail-section{background-color: #FFF3EA;padding:60px 0;}
.location-detail-left {padding-left: 30px;}
.location-detail-left .card-location-list {margin-bottom: 0;border: 0;padding-bottom:0;}
.location-detail-left .card-location-list a i{position: absolute;left: 0;}
.location-detail-left .card-location-list li{margin-right:47px;}
.location-detail-left .card-location-list li:last-child{margin-right: 0;}
.location-detail-left h4 {line-height: normal;margin-right: 10px;width: auto;margin-bottom: 0;}
.location-small-image{position: relative;display: inline-block;width: 105px;padding-top: 13.6%;overflow: hidden;border-radius: 20px;}
.location-small-image img{position: absolute;top: 0;left: 0;bottom: 0;right: 0;height: 100%;width: 100%;object-fit: cover;object-position: center;}
.location-detail-text {margin-bottom: 18px;}
/*.social-list li{margin-right: 8px;}
.social-list li:last-child{margin-right:0;}
.social-list a {display: flex;flex-wrap: wrap;width: 24px;height: 24px;align-content: center;border: 1px solid #C39188;border-radius: 50%;justify-content: center;}*/
.addtoany_shortcode .addtoany_list{display: flex;flex-wrap: wrap;}
.addtoany_shortcode .addtoany_list a {margin-right: 8px;display: flex;flex-wrap: wrap;width: 24px;height: 24px;align-content: center;border: 1px solid #C39188;border-radius: 50%;justify-content: center;}
.addtoany_shortcode .addtoany_list a span{display: flex !important;}
.addtoany_shortcode .addtoany_list a:hover{border: 1px solid #C39188;}


.location-title {margin-bottom: 10px;}
.location-border{padding-bottom: 20px;border-bottom: 1px solid #C39188;}
.location-map{display: inline-block;width: 100%;border: 32px solid #C39188;border-radius: 30px;margin-top: 30px;margin-bottom: 50px;}
.location-map iframe{display: flex;width: 100%;min-height: 376px;}
.exprience-text p {margin-bottom: 10px;}
.hours li, .hours p {width: auto;margin-right: 20px;margin-bottom: 10px;}
.hours p:first-child {min-width: 120px;}
.hours h3, .gallery-part h3{margin-bottom: 22px;}
.gallery a {display: inline-block;width: 114px;overflow: hidden;border-radius: 20px;margin-right: 21px;margin-bottom: 20px;}
.gallery a:last-child{margin-right: 0;}

/* --- Pagination ---- */
.pagination{display: flex;justify-content: center; width: 100%;}
.pagination .page-numbers{box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.03);border-radius: 10px;background-color: #FFF9F4;border: 1px solid #FFF9F4;font-weight: 500;font-size: 14px;
color: #808080;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;padding: 5px;margin-right: 8px;position: relative;overflow: hidden;z-index: 1;}
.pagination .page-numbers:last-child{margin-right: 0;}
.pagination .page-numbers.current{border: 1px solid #C39188;font-weight: 600;color: #C39188;}
.pagination .page-numbers:hover{border: 1px solid #C39188;font-weight: 600;color: #C39188;}

/* --- Special Section --- */
.special-section{padding: 100px 0 45px;background: #FFF3EA;}
.special-list ul{margin-left: -15px;margin-right: -15px;}
.special-list ul li{ -ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;padding-left: 15px;padding-right: 15px;margin-bottom: 55px;}
.special-desc{padding-left: 30px;width: 100%;}
.special-desc .name p{font-weight: 600;font-size: 24px;line-height: 120%;letter-spacing: 0.016em;color: #C39188;}
.special-desc .name p span{width: 100%;display: block;}
.special-desc .day{font-weight: 400;font-size: 20px;line-height: 150%;letter-spacing: 0.016em;color: #C39188;border-top: 1px solid #C39188;padding-top: 14px;margin-top: 22px;}
.special-desc .day p{font-size: 14px;line-height: 150%;letter-spacing: 0.016em; width: auto;}
.special-box .special-images {display: inline-block;width: 235px;}
.special-box .special-images picture {position: relative;display: inline-block;padding-top:113%;width: 100%;}
.special-box .special-images picture img {position: absolute;top: 0;left: 0;bottom: 0;right: 0;height: 100%;width: 100%;object-fit: cover;object-position: center;border-radius: 30px;}

/* --- Special Page --- */
.special-section.daily-specials{ padding-top: 0;}
.special-section.daily-specials .special-desc{background-color: #FFF3EA;border-radius: 0 30px 30px 0;padding: 30px 17px 30px 30px;}


/* --- Tab --- */
.tab-section{background-color: #FFF3EA;padding: 70px 0;}
.tab-container{display: flex;align-items: flex-start;}
.tab-menu{background-color: #C39188;border-radius: 30px;padding: 30px 20px;width: 354px;}
.tab-menu li{margin-bottom: 10px;}
.tab-menu li:last-child{margin-bottom: 0;}
.tab-menu li a{font-weight: 500;font-size: 20px;line-height: 150%;letter-spacing: 0.016em;color: #FFF9F4;display: block;padding: 11px 24px;border-radius: 100px;}
.tab-menu li.active a{color: #C39188;background-color: #FFF3EA;}
.tab-detail{ width: calc(100% - 354px);padding-left: 50px;}
.tab-detail p{line-height: 150%;margin-bottom: 10px;}
.tab-detail h2{margin-bottom: 30px;line-height: 120%; }
.tab-detail h4{margin-bottom: 15px;line-height: 150%;}
.tab-detail h5{margin-bottom: 10px;line-height: 150%;}
.tab-detail .detail-ul{display: flex;flex-wrap: wrap;margin-bottom:10px;}
/*.tab-detail .detail-ul li{position: relative;padding-left: 27px;margin-bottom: 20px;width: 35%;}*/
.tab-detail .detail-ul li{position: relative;padding-left: 27px;margin-bottom: 20px;width: 100%;}
.tab-detail .detail-ul li:before{position: absolute;content: "";top:5px;left: 0;background-color: #C39188;width: 12px;height: 12px;border-radius: 100%;}
.tab-section .card-location{padding: 30px;background-color: #FFF9F4; margin-bottom: 30px;}
.tab-section .card-location-list{margin-bottom: 20px;}
.tab-section .card-location li:last-child{margin-bottom: 0;}
.tab-section .card-location-list a{font-size: 14px;}
.tab-section .card-location .btn-md{padding: 12px 31px;}
.tab-section .special-desc{background-color: #FFF9F4;border-radius: 0 30px 30px 0;padding: 30px 17px 30px 30px;}
.tab-section .special-list ul li{-ms-flex: 0 0 72%;flex: 0 0 72%;max-width: 72%;}
.picture-images.single-images{width: 100%;margin-bottom:50px;}
.picture-images.single-images picture{padding-top: 60%;width: 100%;}

.tab-section .multiple-images {background-color: #fff;padding: 30px;border-radius:30px;box-shadow: 0px 0px 25px rgb(0 0 0 / 3%);}
.tab-section .multiple-images .picture-images{width: 100%;}
.tab-section .multiple-images .picture-images picture{padding-top: 100%;width: 100%;}
.tab-section .multiple-images .picture-images picture img{object-fit: contain;}
.swiper{padding-bottom:50px;}
.swiper-pagination .swiper-pagination-bullet{background-color: #C39188;width: 12px;height: 12px;}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#5A302D;}
.swiper h5 {text-align: center; margin-top: 15px;}

/* --- video --- */
.video-section{padding: 100px 0 60px;background: #FFF3EA;}
.video-section .shape:before{left: 0;top: 39.5%;}
.video-section .picture-images picture{    padding-top: 78%;width: calc(100% - 40px);}
.video-section .picture-images picture .icon{background-repeat: no-repeat;background-position: center;background-size: cover;border: none; box-shadow: none;width: 70px;
    height: 70px;background-image: url("../img/play-button.svg");position: absolute;
    left: 50%; top: 50%;transform: translate(-50%,-50%);z-index: 2;cursor: pointer;}
.video-section .picture-images picture:before{position: absolute;content: "";left: 0;bottom: 0;right: 0;top: 0;border-radius: 49px;
    background: rgba(195, 145, 136, 0.2);z-index: 1;}
.video-section ul{margin-left: -15px;margin-right: -15px;}
.video-section ul li{ -ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;padding-left: 15px;padding-right: 15px;margin-bottom: 40px;}

/* --- Modal  --- */
.modal{position:fixed;z-index:999;text-align:center;top: 0;left: 0;right:0;bottom:0;visibility: hidden;width: 100%;height: 100%;
        padding: 30px;opacity: 0;overflow: auto;}
.modal.is-visible:before{content: ""; display: inline-block;vertical-align: middle;height: 100%; margin-left: -4px;}
.modal .modal-overlay {position: fixed;z-index: 10;top: 0;left: 0;width: 100%;height: 100%;background: rgba(90,48,45,.6);
	-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; opacity:0.3;}

.modal .modal-wrapper { display: inline-block;vertical-align: middle;  position: relative; z-index: 11;text-align: left;border-radius: 15px;padding:45px;margin: 0 auto;width:650px;max-width:100%;background-color: #fff;}
.modal .modal-transition {-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;transform: translateY(-10%);-webkit-transform: translateY(-10%);-o-transform: translateY(-10%);-ms-transform: translateY(-10%);-moz-transform: translateY(-10%);}
.modal .modal-body iframe{width: 100%;height: 450px;}
.modal .modal-close {position: absolute;top: -20px;right: -20px;width: 45px;height: 45px;background-color:#5A302D;border-radius: 100%;opacity: 1;cursor: pointer;}
.modal.is-visible{visibility: visible;opacity: 1;}
.modal.is-visible .modal-overlay{opacity: 1;transition-delay: 0s;visibility: visible;}
.modal.is-visible  .modal-transition{transform: translateY(0);transform: translateY(0);-webkit-transform: translateY(0);
    -o-transform: translateY(0);-ms-transform: translateY(0);-moz-transform: translateY(0); -webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}


/* --- FAQ Section --- */
.faq-section{background-color: #FFF3EA;padding: 100px 0;}
.faq-section .collapse{background-color: #FFF9F4;border-radius: 49px;margin-bottom: 30px;}
.faq-section .collapse:last-child{margin-bottom: 0;}
.faq-section .collapse .collapse-header{font-weight: 600;font-size: 24px;line-height: 120%;letter-spacing: 0.016em;color: #C39188;display: block;padding: 36px 80px 36px 45px;position: relative;}
.faq-section .collapse .collapse-header:before{position: absolute;content: "";background-image: url(../img/plus-icon.svg);width: 32px;height: 32px;right: 34px;
    top: 0;bottom: 0;margin: auto 0;background-size: contain;display: inline-block;background-repeat: no-repeat;}
.faq-section .collapse .collapse-header.active:before{background-image: url(../img/minus-icon.svg);width: 34px;
    height: 6px;}
.faq-section .collapse .collapse-item{display: none;width: 100%;padding: 0 38px 30px 45px;}
.faq-section .collapse .collapse-item p {text-align: justify;}

/* --- Blog Section --- */
.blog-section{background-color: #FFF3EA;padding: 100px 0;}
.blog-section .blog-list{margin-left: -25px;margin-right: -25px;display: flex;flex-wrap: wrap;}
.blog-section .blog-list li{ -ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;padding-left: 25px;padding-right: 25px;margin-bottom:50px;font-size: 0;}
.blog-section .blog-list li:nth-child(even){margin-top:50px;}
.blog-section .blog-list li .picture-images{width: 100%;}
.blog-section .blog-list li .picture-images picture{width: 100%;padding-top: 50%;}
.blog-section .blog-list .desc{background-color: #FFF9F4;border-radius: 0 0 30px 30px;padding: 30px;}
.blog-section .blog-list .desc .date{font-weight: 400;font-size: 12px;line-height: 120%;letter-spacing: 0.016em;color: #6F6564;display: block;margin:9px 0 15px;}
.blog-section .blog-list .desc p{font-size: 16px;}

/* --- Employement Section --- */
.team-section{padding: 100px 0;background-color: #FFF3EA;}
.team-section .team-image {padding-right: 30px;}
.team-section .team-image .picture-images{width: 100%;}
.team-section .team-image .shape:before {left: 0;}
.team-section .picture-images picture{width: calc(100% - 40px);padding-top:73%;}
.team-section .team-text h2{margin-bottom:45px;}
.open-section{padding: 100px 0 180px;background-color: #FFF9F4;}
.open-section .open-list {max-width: 1055px;margin: auto;width: 100%;}
.open-section .open-list li{margin-bottom: 30px;}
.open-section .open-list li:last-child{margin-bottom: 0;}
.open-section .open-list li a{background-color: #FFF3EA;border-radius: 49px;font-weight: 600;font-size: 24px;line-height: 120%;letter-spacing: 0.016em;color: #C39188;
display: block;padding:36px 90px 36px 45px;position: relative;}
.open-section .open-list li a:before{position: absolute;content: "";background-image: url(../img/right-arrow.svg);width: 42px;height: 31px;right: 34px;
    top: 0;bottom: 0;margin: auto 0;background-size: contain;display: inline-block;background-repeat: no-repeat;}

/* --- Contact --- */
.contact-section{background-color:#FFF3EA;padding: 100px 0;}
.contact-wrap {background-color: #C39188;border-radius: 30px;display: flex;flex-wrap: wrap;flex-direction: row-reverse;}
.contact-wrap .contact-form {width: calc(100% - 355px);padding: 75px 30px 100px 60px;}
.contact-wrap .contact-form h2{letter-spacing: 0.016em;color: #FFF9F4;margin-bottom: 15px;}
.contact-wrap .contact-form .desc{letter-spacing: 0.016em;color: #FFF9F4;margin-bottom:20px;}
.wpcf7-form-control-wrap{margin-bottom: 30px;display: flex;width: 100%;flex-wrap: wrap;}
.contact-form .wpcf7-form-control-wrap .wpcf7-form-control, .job-form .wpcf7-form-control-wrap .wpcf7-form-control{background-color: transparent;border-bottom: 1px solid #FFFFFF;width: 100%;padding:20px 0;min-height: 75px;
font-size: 20px;letter-spacing: 0.4px;color: #FFFFFF;font-weight: 400;} 
.wpcf7-form-control-wrap textarea.wpcf7-form-control{height: 75px;resize: none;}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip{margin-top: 8px;font-size: 18px;}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select{    background-color: #ca9089;background-image: url(../img/bottom-select.svg); background-repeat: no-repeat;background-position: center right;}
.contact-btn .wpcf7-submit{margin-top: 15px;cursor: pointer;background-color: #FFF9F4;border-radius: 30px;font-weight: 400;font-size: 16px;line-height: 150%;letter-spacing: 0.016em;color: #C39188; padding: 18px 51px;}
.contact-wrap .contact-detail {width: 355px;background-color: #BF8B81;border-radius: 30px;padding: 50px;}
.contact-wrap .contact-detail h4{color: #FFF9F4;margin-bottom: 30px;}
.contact-wrap .contact-detail .info-list{display: flex;margin-bottom: 30px;font-weight: 400;font-size: 16px;letter-spacing: 0.016em;color: #FFFFFF;position: relative;
    padding: 7px 0 7px 56px;}
.contact-wrap .contact-detail .info-list span{position: absolute;left: 0;top: 0;}
.contact-wrap .contact-detail .contact-social-list{display: flex;flex-wrap:wrap;}
.contact-wrap .contact-detail .contact-social-list li{margin-right: 13px;}

.contact-section ::-webkit-input-placeholder,.job-section ::-webkit-input-placeholder {color:#FFFFFF;font-family: 'Proza Libre';font-size: 20px;}
.contact-section :-moz-placeholder,.job-section ::-webkit-input-placeholder {color:#FFFFFF;font-family: 'Proza Libre';font-size: 20px;opacity: 1;}
.contact-section ::-moz-placeholder,.job-section ::-webkit-input-placeholder{color:#FFFFFF;font-family: 'Proza Libre';font-size: 20px;opacity: 1;}
.contact-section :-ms-input-placeholder,.job-section ::-webkit-input-placeholder {color:#FFFFFF;font-family: 'Proza Libre';font-size: 20px;}

/* --- Job Form --- */
.job-section{background-color:#FFF3EA;padding: 100px 0 220px;}
.job-form{background-color: #C39188;border-radius: 30px;padding: 60px 80px;position: relative;}
.job-form h4{letter-spacing: 0.016em;color: #FFF9F4;    margin-top: 25px;}
.job-form .accordion{cursor: pointer;position: relative;padding-right: 30px;}
.job-form .accordion:before{position: absolute;content: "";background-image: url(../img/job-icon.svg);width: 20px;height: 14px;right: 0;
    top: 0;bottom: 0;margin: auto 0;background-size: contain;display: inline-block;background-repeat: no-repeat;}
.job-form .accordion.active:before{	transform: rotate(180deg);transform: rotate(180deg);-webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);-ms-transform: rotate(180deg);-moz-transform: rotate(180deg);}
.job-form .panel{display: none;}
.job-form .panel.active{display: block;}
.job-form .descriptions-job{font-weight: 600;font-size: 16px;letter-spacing: 0.016em;color: #FFFFFF;display: block;margin-top: 10px;}
.job-form .job-submit .wpcf7-submit{cursor: pointer;background-color: #C39188;border-radius: 30px;font-weight: 400;font-size: 16px;line-height: 150%;letter-spacing: 0.016em;color:#FFF9F4; padding: 18px 46px;
position: absolute;left: 0;right: 0;bottom: -120px;text-align: center;max-width: 260px; margin: auto;}
.job-form .title{color: #FFF9F4;text-align: center;margin-bottom: 15px;}
.job-form .job-desc{letter-spacing: 0.016em;color: #FFF9F4;text-align: center;max-width: 800px;margin: 0 auto 70px;width: 100%;}
.job-form .panel-space{position: relative;padding-left: 80px;margin-top: 30px;}
.job-form .panel-space .number{background-color: #FDE3DE;width: 56px;height: 56px;border-radius: 100%;font-weight: 600;font-size: 36px;letter-spacing: 0.016em;color: #C39188;
display: flex;align-items: center;justify-content: center;padding: 5px;position: absolute;left: 0;top: 12px;}
.job-form .cf7sr-g-recaptcha{margin-top:30px;}
.job-form .file-upload{position: relative;}
.job-form .file-upload .wpcf7-form-control-wrap{border-bottom: 1px solid #FFFFFF;}
.job-form .file-upload .wpcf7-file{opacity: 0;}
.job-form .upload-btn{background-color: #FFF3EA;border-radius: 100px;font-weight: 400;font-size: 14px;color: #C39188;display: inline-block;
    padding: 13px 31px;position: absolute;top: 16px;right: 0;cursor: pointer;}

/* --- Single Post --- */
.single-post-section{background-color:#FFF3EA;padding: 100px 0;}
.single-post-section p{margin-bottom: 10px;}
.single-post-section h4{margin-bottom: 15px;}
.single-post-section ol{list-style-type: none;counter-reset: my-sec-counter;}
.single-post-section ol li{position: relative;padding-left: 27px;margin-bottom: 20px;}
.single-post-section ol li:before{position: absolute;counter-increment: my-sec-counter;content: " "counter(my-sec-counter)". ";left: 0;top: 0;}
.single-post-section ol li a{color: #C39188;font-weight: 600;}
.single-post-section .addtoany_shortcode .addtoany_list{margin-bottom: 20px;}
.realted-blog{margin-top: 30px;}
.realted-blog h2{margin-bottom: 30px;}
.realted-blog .picture-images {width: 100%;margin-bottom: 23px;}
.realted-blog .picture-images picture {padding-top: 98%;border-radius: 30px;width: calc(100% - 30px);}
.realted-blog .shape::before {left: 0;bottom: 6px;width: 50%;border-radius: 49px;}

/* --- Tab Content Form --- */
.booking_form_content{background-color: #C39188;border-radius: 30px;padding:45px;position: relative;margin-bottom:90px;}
.booking_form_content h4 {color:#FFFFFF;}
.booking_form_content select.ahbfield_service { display: none !important;}
.cpp_form label{font-size: 20px;letter-spacing: 0.4px;color: #FFFFFF;font-weight: 400;}
.cpp_form .captcha{letter-spacing: 0.4px;color: #FFFFFF;font-weight: 400;}
.cpp_form .fields{margin-bottom: 30px;}
.cpp_form input.field,.cpp_form .captcha input{background-color: transparent; border-bottom: 1px solid #FFFFFF;width: 100%;padding: 20px 0;min-height: 75px;font-size: 20px;letter-spacing: 0.4px;
    color: #FFFFFF;font-weight: 400;}
 .cpp_form select, .booking_form_content select{background-image: url(../img/bottom-select.svg);background-repeat: no-repeat;background-position: center right;background-color: #C39188; border-bottom: 1px solid #FFFFFF;width: 100%;padding: 20px 0;min-height: 75px;font-size: 20px;letter-spacing: 0.4px;
    color: #FFFFFF;font-weight: 400;}
.cpp_form .captcha img{margin: 10px 0;}
.cpp_form .pbSubmit{ background-color: #C39188 !important;border-radius: 30px;font-weight: 400;font-size: 16px;line-height: 150%;letter-spacing: 0.016em;color: #FFF9F4 !important;
    padding: 18px 46px !important;position: absolute; bottom: -90px;left: 0;right: 0;max-width: 260px; margin: auto !important;}
.cpp_form .fieldCalendar{margin: 20px 0;}
.cpp_form .ui-datepicker {background-color: #ffffff;box-shadow: none;}
.cpp_form .ui-datepicker tbody td{border-right: 1px solid rgba(0,0,0,.2);}
.cpp_form .ui-datepicker th{color: #000000;text-shadow: none;background: #fff;}
.cpp_form .ui-datepicker-header{background-color: #ffffff;color: #000000;box-shadow: none; font-size: 14px;text-shadow: none;}
.cpp_form .ui-datepicker-calendar .ui-state-default{background: #C39188;box-shadow: none;text-shadow: none;color: #fff;border: none;}
.cpp_form .ui-state-disabled .ui-state-default{background:#f5f5f5;color: #000;}
.cpp_form .ui-datepicker-calendar .ui-state-default.ui-state-active{background:#5A302D;color: #fff;}
.cpp_form .slotsCalendar .slots{background-color: #fff;box-shadow: none !important;border:none !important;}
.cpp_form .slotsCalendar .slots div{border:none !important;}
.cpp_form .slotsCalendar .slots div a{background: #C39188 !important;color: #fff;}
.cpp_form .usedSlots {margin-top: 20px;}
.cpp_form .usedSlots .ahb_list {padding: 10px;background-color: #fff;border-bottom: 1px solid rgba(0,0,0,0.1);display: flex;justify-content: space-between;}
.cpp_form .usedSlots .ahb_list:last-child{border:none;}
.cpp_form .usedSlots .ahb_list a{color: #ff0000;}
#fbuilder div.cpefb_error {color: red;z-index: 998 !important;}

@media screen and (min-width:1280px){
	.main-sub-menu .container{max-width: 100%;width: 1260px;}
}
@media screen and (min-width:1200px){
    .special-touch .get-content h2{font-size: 48px;}
    .tab-detail h2{font-size: 48px;}
    .picture-images.single-images.shape::before{top:50%;}
    .video-section .picture-images{width: 570px;}
    .faq-section .common-title{max-width: 1000px;margin-bottom: 60px;}
}
@media screen and (max-width:1400px){
    h1{font-size:68px;}
    h2{font-size:55px;}
    h3{font-size:28px;}
    h4{font-size:24px;}
    h5{font-size:20px;}
    p{font-size:18px;}
    .main-sub-menu {padding: 143px 0 50px;}
    .main-sub-menu > span {top: 56px;}
    .main-sub-menu li {margin-bottom: 60px;}
    .main-sub-menu li a {font-size: 50px;color: #fff;}
    .banner-section {padding: 80px 0;}
    .service-section {padding: 62px 0 32px;}
    .get-touch-section {padding: 80px 0;}
    footer {padding: 64px 0 0;}
    .footer-main {padding-bottom: 40px;}
    .copyright-main {padding: 26px 0;}
    .picture-images {width: 656px;}
    .main-sub-menu > span { max-width: 30px;}
    .salons-counter.counter-bottom{right: -50px;}
}
@media screen and (max-width:1380px){
    .exprience-left{
        text-align: center;
    }
}
@media screen and (max-width:1222px){
    .picture-images {width: 100%;}
    .container{width: 100%;padding: 0 15px;}  
    /* .banner-section .row, .experince-main .row, .everywhere-section .row{margin: 0;} */
}
@media screen and (max-width:1100px) {
    header nav li {margin-right: 15px;}
    .banner-section,.service-section,.get-touch-section,.location-section {padding: 80px 0;}
}
@media screen and (max-width:1199px) {
    h1{font-size:58px;}
    h2{font-size:44px; }
    h3{ font-size:26px;}
    h4{font-size:22px;}
    h5{font-size:18px;   }
    h6{font-size:14px;}
    p{font-size:16px;}
    .banner-section,.service-section,.get-touch-section,.location-section {padding: 70px 0;}
    .service-section{padding-bottom: 40px;}
    .get-touch-left figure {width: 325px;height: 348px;}
    .form-control {padding: 17px 39px;}
    .get-content {margin-top: 100px;}
    .experience-image .imagination-main {left: -100px;top: -80px;}
    .experience-image .picture-images.shape {width: 190px;}
    .imagination-main-2 {right: -50px;bottom: -40px; }
    .salons-counter.counter-top {left: 0px;}
    .salons-counter {max-width: 180px;padding: 22px 16px;}
    .everywhere-image .picture-images {width: 431px;}
    .salons-counter.counter-bottom {right: 0;}
    .tab-section .special-list ul li{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%;}
    .job-section{padding: 50px 0 140px;}
    .job-form .job-submit .wpcf7-submit{bottom: -100px;}
    .job-form .job-desc{margin: 0 auto 30px;}
    .special-desc .name p{font-size: 20px;}
    .special-desc .day{font-size: 15px;}
    .special-desc .day p{font-size: 12px;}
    .cpp_form{padding: 45px 30px;}
}
@media screen and (max-width:1024px) {
    .picture-images {width: 100%;}
    .service-list ul li {margin-right: 25px;}
    .more-btn-desktop{display: none;}
    .more-btn-mobile{display:block;}
    .mega-menu-container {position: absolute;top: 0;left: 0;right: 0;bottom: 0;height: 100vh;background-color: #C39188;padding: 80px 20px 80px 20px;overflow: auto;z-index: 999;transform: translateX(-100%);opacity: 0;transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out}
    header nav li {width: 100%;margin-right: 0;margin-bottom: 20px;}
    .mega-menu-container .main-navigation {border-bottom: 1px solid #fff;}
    .mega-menu-container .main-sub-menu li:last-child{margin-bottom: 0;}
    header nav li a{color: #fff;width: 100%;font-size: 22px;}
    header nav li .sub-menu li a{font-size: 14px;}
    .mega-menu-container .main-sub-menu {position: relative;left: auto;right: auto;top: 0;bottom: 0;height: auto;background-color: transparent;z-index: 9;padding: 20px 0;transform: none;opacity: 1;}
    .mega-menu-container .main-sub-menu li a {font-size: 22px;color: #fff;font-family: 'Poppins', sans-serif;font-weight: 400;}
    .mega-menu-container .main-sub-menu li {width: 100%;margin-bottom: 20px;}
    .mega-menu-container .close-menu {display: none;}
    .mega-menu-container .container{padding: 0;}
    .mobile-close-menu{position: absolute;right: 30px;top: 30px;max-width:20px;cursor:pointer;}
    .mega-menu-container.show {transform: translateX(0);opacity:1;}
    .mobile-close-menu {display: block;}
    .experience-image {max-width: 270px;}
    .experience-image .picture-images.shape {width: 170px;}
    .experience-image .shape::before {left: 39px;}
    .exprience-text h2 {margin-bottom: 25px;}
    .team-section .team-image {padding-right:0;}
    header nav li .sub-menu{position: static;background-color: transparent;box-shadow: none;margin-top: 10px;}
    header nav li .sub-menu li{width: 100%;}
    header nav li .sub-menu li a{color: #FFFFFF;border:none;position: relative;padding: 10px 10px 10px 30px;width: auto;display: inline-block;}
    header nav li .sub-menu li a:before{left: 0;right:auto;background-color:#fff;width:20px;height: 1px;display: inline-block;background-image:none;}
    header nav li.menu-item-has-children a:before{background-image: url(../img/bottom-mobile-menu.svg);}
    .footer-join-club {width: 50%;}
}

@media screen and (max-width:992px) {
    h1{font-size:50px;}
    h2{font-size:38px; }
    h3{ font-size:28px; }
    h4{font-size:20px;}
    h5{font-size:16px;   }
    h6{font-size:14px;}
    p{font-size:14px;}
    .shape::before {left: 19px;width: 50%;}
    .banner-section,.service-section,.get-touch-section {padding: 55px 0;}
    .service-section{padding-bottom: 40px;}
    .get-touch-main::before {left: 0;top: 45px;width: 100%;}
    .get-touch-main {padding: 0 0 0 47px;margin-bottom: 45px;}
    .get-touch-left figure {width: 235px;height: 265px;}
    .get-touch-right {padding: 0 40px;}
    .form-control {padding: 17px 20px;font-size: 15px;}
    .get-touch-section .wpcf7-form-control-wrap .wpcf7-form-control{padding: 17px 130px 17px 20px;font-size: 15px;}
    .get-touch-section .submit{top:6px;}
    .get-content p{margin-bottom: 20px;}
    .submit {right: 8px;} 
    .experience-image .picture-images.shape { width: 160px;}
    .experience-image .imagination-main {left: -80px;top: -80px;}
    .imagination-main-2 {right: -40px;bottom: -40px;}
    .everywhere-image .picture-images {width: 341px;}
    .salons-counter.counter-top {top: -30px;}
    .salons-counter.counter-bottom {bottom: -30px;}
    .salons-counter h2 {font-size: 33px;}
    .salons-counter h3 {font-size: 18px;}
    .everywhere-section,.experience-section {padding: 60px 0 50px;}
    .banner-section, .service-section{padding: 50px 0;}
    .everywhere-section .exprience-text {margin-bottom: 30px;}
    .experience-image {margin-top: 60px;}
    .get-touch-section{padding: 50px 0 70px;}
    .banner-text {margin: auto;}
    .location-section{padding: 60px 0;}
    .special-list ul li {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
/*    .tab-detail .detail-ul li{width: 100%;}*/
    .tab-section .special-list ul li{justify-content: center;flex-wrap: wrap;}
    .tab-section .special-desc{padding: 50px 30px 30px 30px;border-radius: 30px;margin-top: -30px;}
    .blog-section{padding: 50px 0 20px;}
    .blog-section .blog-list li{ -ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%;margin-bottom: 30px;}
    .blog-section .blog-list li:nth-child(even){margin-top:0;}
    .blog-section .blog-list .desc{padding: 20px;}
    .contact-wrap .contact-detail{width: 100%;padding: 45px 30px;border-radius: 30px 30px 0 0;}
    .contact-wrap .contact-form{width: 100%;padding: 45px 30px;}
    .job-form{padding: 45px 30px;}
}
@media screen and (max-width:767px){
/*	::-webkit-input-placeholder {font-size: 16px;}
	:-moz-placeholder {font-size: 16px;}
	::-moz-placeholder {font-size: 16px;}
	:-ms-input-placeholder {font-size: 16px;}*/
	.contact-section ::-webkit-input-placeholder,.job-section ::-webkit-input-placeholder {font-size: 16px;}
	.contact-section :-moz-placeholder,.job-section ::-webkit-input-placeholder {font-size: 16px;}
	.contact-section ::-moz-placeholder,.job-section ::-webkit-input-placeholder{font-size: 16px;}
	.contact-section :-ms-input-placeholder,.job-section ::-webkit-input-placeholder {font-size: 16px;}
	.wpcf7-form-control-wrap{margin-bottom: 20px;}
	.wpcf7-form-control-wrap .wpcf7-form-control{font-size: 16px;padding: 10px 0;min-height: 60px;}
    .common-title{margin-bottom:30px; }
    .service-list ul li {width: 46%;margin-right: 40px;margin-bottom: 35px;}
    .service-list ul li:nth-child(2n){margin-right: 0;}
    .service-list ul li:nth-child(3n){margin-right: 40px;}
    .service-list ul li:last-child{margin-right: 0;}
    .get-content {margin-top: 40px;text-align: center;}
    .get-touch-left {margin: auto;}
    .get-touch-right {padding: 0 40px;width: 100%;flex: auto;}
    .get-touch-main::before {top: 65px;}
    .get-touch-main{padding: 0;}
    .banner-content {text-align: center;margin-bottom: 50px;}
    footer {padding: 54px 0 0;}
    .footer-logo {width: 100%;margin-bottom: 40px;}
    .footer-list {max-width: 100%;margin-right: 0;}
    .footer-list ul {margin: 0 -15px;}
    .footer-join-club {width: 100%;}
    .footer-join-club .form-group .submit {top: 30px;}
    .exprience-left {margin-bottom: 80px;}
    .everywhere-image {display: inline-block;max-width: 370px;}
    .everywhere-right{text-align: center;}
    .salons-counter{position: relative;left: 0;right: 0;}
    .salons-counter.counter-top {top: 0px;}
    .salons-counter.counter-bottom{bottom:0;}
    .salons-counter.counter-top { margin-right: 10px;}
    .salons-counter-main {display: flex;flex-wrap: wrap;align-items: center;width: 100%;margin-top: 20px;}
    .experience-image {max-width: 250px;}
    .location-box {padding: 50px 14px;}
    .card-location {padding: 28px 20px;}
    .location-detail-section{padding: 50px 0 20px;}
    .special-section{padding: 50px 0 20px }
    .special-list ul li{margin-bottom: 30px;}
    .special-desc .name{font-size: 20px;}
    .special-desc .day{font-size: 18px;}
    .tab-section{padding: 50px 0;}
    .tab-container{flex-wrap: wrap;}
    .tab-detail{width: 100%;padding:30px 0 0;}
    .tab-responsive{overflow: auto;width: 100%;}
    .tab-menu{width: -o-max-content;width: -webkit-max-content;width: -moz-max-content;width: max-content;display: flex;padding: 15px 20px;margin: auto;}
    .tab-menu li{margin: 0 10px 0 0;}
    .tab-menu li:last-child{margin: 0;}
    .tab-menu li a{font-size:16px;}
    .video-section{padding: 50px 0 30px;}
    .video-section ul li{ -ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-bottom: 20px;}
    .modal .modal-wrapper{padding: 30px;}
    .faq-section{padding: 50px 0;}
    .faq-section .collapse .collapse-header{font-size: 20px;padding: 30px 60px 30px 30px;}
    .faq-section .collapse .collapse-header:before{width: 20px;height: 20px;right: 30px;}
    .faq-section .collapse .collapse-header.active:before{width: 20px;}
    .faq-section .collapse .collapse-item{padding: 0 30px 30px 30px;}
    .open-section{padding:50px 0 130px;}
    .open-section .open-list li a{padding: 20px 60px 20px 30px;font-size: 18px; }
    .open-section .open-list li a:before{width: 24px;height: 20px;right: 30px;}
    .team-section{padding: 50px 0;}
    .team-section .team-text{margin-top: 30px;}
    .team-section .team-text h2{margin-bottom: 20px;}
    .job-form .panel-space{padding-left: 50px;margin-top: 10px;}
    .job-form .panel-space .number{width: 35px;height: 35px;font-size: 24px;}
    .job-form .upload-btn{top: 8px;}
    .single-post-section{padding: 50px 0;}
}

@media screen and (max-width:575px) {
    .service-list ul li {width: 100%;margin-right: 0;margin-bottom: 35px;}
    .get-touch-main::before {top: 58px;}
    .get-touch-right {padding: 0 15px;width: 100%;flex: auto;}
    .btn-lg {min-width: 209px;padding: 16px;}
    .service-list ul li:nth-child(3n){margin-right: 0;}
    header {padding: 23px 0;}
    .experience-image {max-width: 220px;}
    .everywhere-image {max-width: 370px;}
    .everywhere-image .picture-images{width: 100%;}
    .everywhere-image .shape::before {left: 37px;width: 50%;}
    .salons-counter {max-width: 100%;padding: 22px 16px;width: 100%;margin-bottom: 15px;}
    .salons-counter:last-child{margin-bottom: 0;}
    .footer-list{width:100%;}
    .footer-list li{width: 50%;}
    .location-list-section {padding: 60px 0 20px;}
    .picture-images picture{width: calc(100% - 14px);}
    .shape::before {left: 0;}
    .special-list ul li{flex-wrap: wrap;}
    .special-desc{padding:15px 0 0;}
    .location-detail-section .flex-sm-wrap{flex-wrap: wrap;}
    .location-detail-left{padding:20px 0 0;}
    .location-small-image{height: 105px;}
    .special-section.daily-specials ul li{justify-content: center;}
    .special-section.daily-specials .special-desc{padding: 50px 30px 30px 30px;border-radius: 30px;margin-top: -30px;}
    .team-section .picture-images picture{width: calc(100% - 14px);}

}
/* --- Search Bar Styles for Locations Tab --- */
.tab-detail .form-group {
    margin-bottom: 30px; /* Add spacing below the search bar */
}

.tab-detail .form-group .zipcode_value {
    width: 100%; /* Full width */
    padding: 15px 20px; /* Padding for input field */
    font-size: 16px; /* Font size */
    color: #6F6564; /* Text color */
    border: 1px solid #E7DDD8; /* Border color */
    border-radius: 30px; /* Rounded corners */
    background-color: #FFF9F4; /* Background color */
    transition: border-color 0.3s ease; /* Smooth transition for border */
}

.tab-detail .form-group .zipcode_value:focus {
    border-color: #C39188; /* Highlight border on focus */
    outline: none; /* Remove default outline */
}

.tab-detail .form-group .zipcode_submit {
    position: absolute; /* Position the submit button */
    right: 10px; /* Align to the right */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust vertical alignment */
    padding: 10px 20px; /* Padding for button */
    font-size: 16px; /* Font size */
    color: #FFF9F4; /* Text color */
    background-color: #C39188; /* Background color */
    border: none; /* Remove border */
    border-radius: 30px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease; /* Smooth transition for background */
}

.tab-detail .form-group .zipcode_submit:hover {
    background-color: #5A302D; /* Darker background on hover */
}

/* --- Responsive Styles for Search Bar --- */
@media screen and (max-width: 767px) {
    .tab-detail .form-group .zipcode_value {
        padding: 12px 15px; /* Smaller padding for mobile */
        font-size: 14px; /* Smaller font size for mobile */
    }

    .tab-detail .form-group .zipcode_submit {
        padding: 8px 15px; /* Smaller padding for mobile */
        font-size: 14px; /* Smaller font size for mobile */
    }
}
