 
/* Css For Mremot */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:16px;
  color:#8a8582;
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Jost', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

.text-center-custom{
  text-align: center;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1700px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  /* max-width:1200px; */
  /* padding:0px 15px; */
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: visible;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Jost', sans-serif;
  color: #8a8582;
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  color: #35312f;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
}

.preloader-close{
  position: fixed;
  z-index: 999999;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  font-weight: 600;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  color: #e19979;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #a2895fba;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #a2895fba;
  border-top-color: rgba(223, 142, 106, 0.2); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/

.theme-btn-one{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  padding: 23.5px 50px;
  text-transform: uppercase;
  z-index: 1;
  background: linear-gradient(120deg, #411709, #78594c, #583c32);
  background-size: 200% 200%;
  animation: themeBtnShine 4s ease infinite;
  box-shadow: 0 10px 24px rgba(53, 49, 47, 0.2);
  border-radius: 4px;
}

@keyframes themeBtnShine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 991px) {
  .theme-btn-one{
    font-size: 12px;
    line-height: 24px;
    padding: 20px 30px;
  }
}

@media screen and (max-width: 575px) {
  .theme-btn-one{
    font-size: 16px;
    line-height: 22px;
    padding: 15px 45px;
    letter-spacing: 0.5px;
  }
}

.theme-btn-one:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:after{
  position: absolute;
  content: '';
  background: #35312f;
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn-one:hover:before,
.theme-btn-one:hover:after{
  width: 50%;
}

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 3px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #35312f;
  border-radius: 5px;
  background: transparent;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active{
  color: #fff;
}

.sec-pad{
  padding: 50px 130px !important;
}

.mr-0{
  margin: 0px !important;
}

.scroll-top{
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 24px;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top span{
  color: #fff;
}

.sec-title{
  position: relative;
  display: block;
  text-align: center;
  /* margin-bottom: 93px; */
}

.sec-title span{
  position: relative;
  /* left: 50%; */
  width: 100%;
  transform: translateX(-50%);
  top: 0px;
  font-size: 100px;
  line-height: 120px;
  font-family: 'Mrs Saint Delafield', cursive;
  color: #bba889;
}

.sec-title.brown span{
  color: #fbf4f0;
}

.sec-title.light span{
  color: rgba(255,255,255,0.1);
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 35px;
  color: #35312f;
  text-transform: uppercase;
}

.sec-title.light h2{
  color: #fff;
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-header.header-overlay{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  z-index:999;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #bfbfbf;
  left:0px;
  top:0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.main-header .header-top{
  position: relative;
  width: 100%;
  background: #fff;
  padding-left: 300px;
}

.main-header .header-top .top-inner{
  position: relative;
  background: #35312f;
  padding: 9px 0px 9px 30px;
}

.main-header .header-top .top-inner:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 5000px;
  height: 100%;
  left: 0px;
  top: 0px;
}

.main-header .header-top p{
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

.main-header .header-top p i{
  margin-right: 8px;
}

/** header-upper **/

.header-upper{
  position: relative;
  width: 100%;
  padding: 0px 130px;
  /* border-bottom: 1px solid #f1e6df; */
  margin-top: 0px;
  height: 110px;
}

.header-upper .upper-inner{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

.header-upper .logo-box{
  position: relative;
  left: 0px;
  transform: none;
  top: 0px;
  max-width: 300px;
  margin-right: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-upper .logo-box a{
  display: block;
  line-height: 0;
}


.header-upper .logo-tagline{
    display: block;
    margin-top: 6px;
    font-size: 8px;
    line-height: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #bd9964;
    font-weight: 500;
    position: absolute;
    top: 66px;
    left: 113px;
}

@media screen and (max-width: 991px) {
  .header-upper{
    height: auto;
    padding: 10px 0px;
  }

  .header-upper .upper-inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .header-upper .logo-box{
    max-width: 220px;
  }

  .header-upper .logo-tagline{
    position: static;
    margin-top: 4px;
    font-size: 8px;
    line-height: 12px;
    letter-spacing: 0.5px;
    position: absolute;
    top: 75px;
    left: 96px;
  }

  .service-details .row.align-items-center > .col-lg-6.col-md-12{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .service-details .row.align-items-center > .col-lg-6.col-md-12:first-child{
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 575px) {
  .header-upper .upper-inner{
    align-items: center;
  }

  .header-upper .logo-box{
    max-width: 180px;
    align-items: center;
  }

  .header-upper .logo-tagline{
    text-align: center;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0.4px;
   
  }
}

.header-upper .logo-box img{
  width: 100%;
}

.header-upper .social-links li{
  position: relative;
  display: inline-block;
}

.header-upper .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #35312f;
  background: #fbf4f0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

.header-upper .social-links li a:hover{
  color: #fff;
}

.header-upper .info-box li{
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding: 0px 0px 0px 45px;
  text-align: left;
  margin-right: 30px;
}

.header-upper .info-box li:last-child{
  margin-right: 0px;
}

.header-upper .info-box li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 36px;
  line-height: 30px;
}

.header-upper .info-box li p{
  font-size: 12px;
  line-height: 14px;
  color: #8a8582;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.header-upper .info-box li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #35312f;
  line-height: 16px;
  font-weight: 500;
}

.header-upper .info-box li a:hover{

}


/** header-lower **/

.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.header-lower{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.header-lower .outer-box{
  height: 100%;
  /* padding:30px; */
}

.main-header .menu-area{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding:0px 130px;
}

.main-header .menu-right-content{
  position: relative;
  margin-top: 0px;
}

.main-header .menu-right-content .search-btn,
.main-header .menu-right-content .cart-box{
  position: relative;
  float: left;
}

.main-header .menu-right-content .search-btn{
  margin-right: 30px;
}

.main-header .menu-right-content .search-btn button{
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #35312f;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header .menu-right-content .search-btn button:hover{

}

.main-header .menu-right-content .cart-box a{
  position: relative;
  display: inline-block;
  font-size: 26px;
  color: #35312f;
  padding-right: 8px;
}

.main-header .menu-right-content .cart-box a:hover{

}

.main-header .menu-right-content .cart-box a span{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 8px;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
}

/** main-menu **/

.main-menu{
  float: none;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
}

.main-menu .navigation > li{
  position:inherit;
  float:none;
  z-index:2;
  padding:21px 0px;
  margin: 0px 37px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:15px;
  line-height:30px;
  font-weight:500;
  opacity:1;
  font-family: 'Jost', sans-serif;
  color:#bfbfbf;
  z-index:1;
  text-transform: uppercase;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > a:before{
  position: absolute;
  content: '';
  width: 31px;
  height: 4px;
  left: 50%;
  bottom: -4px;
  margin-left: -17px;
  transform: scale(0,0);
  background-repeat: no-repeat;
  transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a{
  color: #bd9964;
}

.main-menu .navigation > li.current:hover > a{
  color: #bd9964;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
  /* transform: scale(1,1); */
}

.main-menu .navigation > li.current > a{
  color: #bfbfbf;
}

.fixed-header .sticky-header .main-menu .navigation > li > a,
.fixed-header .sticky-header .main-menu .navigation > li.current > a,
.fixed-header .sticky-header .main-menu .navigation > li:hover > a{
  color: #000000;
}

.sticky-header .main-menu .navigation > li > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  color: #000000 !important;
}

.sticky-header .main-menu .navigation > li:hover > a{
  color: #bd9964 !important;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:250px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  background-color: #fff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding:14px 0px;
  line-height:24px;
  font-weight:500;
  font-family: 'Jost', sans-serif;
  font-size:15px;
  text-transform:capitalize;
  color:#35312f;
  border-bottom: 1px solid #f1e6df;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:before{
  position: absolute;
  content: "\f105";
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: -30px;
  top: 15px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover:before{
  left: -17px;
  opacity: 1;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{

}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:14px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:-2px;
  width:230px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  background-color: #fff;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  font-size: 15px;
  padding:14px 0px;
  line-height:24px;
  font-weight:500;
  font-family: 'Jost', sans-serif;
  text-transform:capitalize;
  color:#35312f;
  border-bottom: 1px solid #f1e6df;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:before{
  position: absolute;
  content: "\f105";
  font-size: 17px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  left: -30px;
  top: 14px;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover:before{
  left: -17px;
  opacity: 1;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease; 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #816f50;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}

.main-header .sticky-header .logo-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 20px 0px;
  z-index: 1;
}

.main-header .sticky-header .logo-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: rotate(45deg);
  z-index: -1;
}

.main-header .sticky-header .logo-box:after {
  position: absolute;
  content: '';
  border: 1px dashed #fff;
  width: calc(100px - 10px);
  height: calc(100px - 10px);
  left: 5px;
  top: 5px;
  transform: rotate(45deg);
}

/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 500;
  padding: 3px 0px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  background:#fff; 
  color: #3b3b3b;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}


/** search pop-up style **/

.main-header.style-one .search-box-outer .search-toggler{
  position: relative;
  font-size: 18px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  transition: all 500ms ease;
}

.main-header .search-box-outer .search-toggler:hover{
  
}

.search-popup{
  position:fixed;
  left:0;
  top:0px;
  width:100%;
  height:100%;
  z-index:99999;
  visibility:hidden;
  opacity:0;
  overflow:auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform:translateY(101%);
  -ms-transform:translateY(101%);
  transform:translateY(101%);
  transition:all 700ms ease;
  -moz-transition:all 700ms ease;
  -webkit-transition:all 700ms ease;
  -ms-transition:all 700ms ease;
  -o-transition:all 700ms ease;
}

.search-popup.popup-visible{
  -webkit-transform:translateY(0%);
  -ms-transform:translateY(0%);
  transform:translateY(0%);
  visibility:visible;
  opacity:1;
}

.search-popup .overlay-layer{
  position:absolute;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  display:block;
}

.search-popup .close-search{
  position:absolute;
  right:25px;
  top:25px;
  font-size:16px;
  font-weight: 700;
  color:#ffffff;
  cursor:pointer;
  z-index:5;
  transition: all 500ms ease;
}

.search-popup .close-search:hover{

}

.search-popup.popup-visible .search-form {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 500ms ease 500ms;
  -moz-transition: all 900ms ease 500ms;
  -webkit-transition: all 900ms ease 500ms;
  -ms-transition: all 900ms ease 500ms;
  -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form {
  position: relative;
  padding: 0px 15px 0px;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 10;
}

.search-popup .search-form fieldset{
  position:relative;
}

.search-popup .search-form fieldset input[type="search"]{
  position:relative;
  height:70px;
  padding:20px 250px 20px 30px;
  background:#ffffff;
  line-height:30px;
  font-size:24px;
  color:#233145;
  box-shadow: none;
  outline: none;
}

.search-popup .search-form fieldset input[type="submit"]{
  position:absolute;
  display:block;
  right:0px;
  top:0px;
  text-align:center;
  width:220px;
  height:70px;
  padding:20px 10px 20px 10px;
  color:#ffffff !important;
  line-height:30px;
  font-size:20px;
  cursor:pointer;
  text-transform:uppercase;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
  transform: translateY(0px);
}

.search-popup h3{
  text-transform:uppercase;
  font-size:20px;
  font-weight:600;
  color:#ffffff;
  margin-bottom:20px;
  letter-spacing:1px;
  text-align:center;  
}

.search-popup .recent-searches{
  font-size:16px;
  color:#ffffff;
  text-align:center;
}

.search-popup .recent-searches li{
  display:inline-block;
  margin:0px 10px 10px 0px; 
}

.search-popup .recent-searches li a{
  display:block;
  line-height:24px;
  border:1px solid #ffffff;
  padding:7px 15px;
  color:#ffffff;
  border-radius:3px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}

.search-popup .recent-searches li a:hover{
  
}


/** banner-section **/

.banner-section{
  position: relative;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 307px 0px 220px 0px;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  /* background: #92794a66; */
  top: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.6;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .slide-item .mobile-image-layer{
  display: none;
}

.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  z-index:5;
  padding:0px 130px;
}

.banner-carousel .content-box .title-text{
  position: relative;
  display: block;
  width: 100%;
  left: 0px;
  top: 0px;
  color: #fff;
  font-size: 75px;
  line-height: 80px;
  margin-bottom:20px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  color: #bfbfbf;
  padding:0px 30px;
  letter-spacing: 0px;
}

.banner-carousel .content-box .sub-title{
  position: relative;
  display: block;
  color: #bfbfbfa6;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 35px;
  padding:0px 30px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.banner-carousel .content-box .mobile-line-break{
  display: none;
}

@media screen and (max-width: 991px) {
  .banner-carousel .content-box .sub-title{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
    padding: 0px 30px;
  }
}

@media screen and (max-width: 499px) {
  .banner-carousel .content-box .sub-title{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 0px 15px;
  }
}

@media screen and (max-width: 767px) {
  .banner-carousel .content-box .mobile-line-break{
    display: block;
  }

  .banner-carousel .slide-item{
    padding: 360px 0px 260px 0px;
  }

  .banner-carousel .slide-item .desktop-image-layer{
    display: none;
  }

  .banner-carousel .slide-item .mobile-image-layer{
    display: block;
  }

  .banner-image-mobile{
    display: block;
    margin-top: 20px;
  }

  .banner-section .auto-container{
    text-align: center;
    top: 105px;
    position: relative;
  }

  .banner-carousel .content-box .title-text,
  .banner-carousel .content-box .sub-title,
  .banner-carousel .content-box .hero-title{
    text-align: center;
    padding: 0px 15px;
  }

  .banner-carousel .content-box .btn-box{
    text-align: center;
    padding: 0px 15px;
  }
}

.banner-carousel .content-box .hero-title{
  position: relative;
  display: block;
  color: #fff;
  font-size: 96px;
  line-height: 96px;
  font-weight: 400;
  font-family: 'Mrs Saint Delafield', cursive !important;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 35px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.banner-carousel .active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
  padding:0px 30px;
}

.banner-carousel .content-box .btn-box .video-btn{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 73px;
  line-height: 73px;
  font-size: 14px;
  color: #35312f;
  background: #fff;
  text-align: center;
  transition: all 500ms ease;
}

.banner-carousel .content-box .btn-box .video-btn:hover{
  color: #fff;
}

.banner-carousel .content-box .btn-box .theme-btn-one{
  margin-right: 5px;
}

.banner-image-mobile{
  display: none;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/** about-section **/

.about-section{
  position: relative;
  padding-bottom: 140px;
}

.about-section .content-inner{
  position: relative;
  padding-top: 110px;
}

.about-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 360px;
  height: 488px;
  background-repeat: no-repeat;
}

#content_block_1 .content-box h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  text-transform: uppercase;
  margin-bottom: 48px;
}

#content_block_1 .content-box .image-holder{
  position: relative;
  display: block;
  padding-right: 50px;
  margin-right: 40px;
}

#content_block_1 .content-box .image-holder .line{
  position: absolute;
  width: 26px;
  height: 100%;
  left: -45px;
  top: 0px;
  background-repeat: no-repeat;
}

#content_block_1 .content-box .image-holder .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

#content_block_1 .content-box .image-holder .image-box img{
  width: 100%;
}

#content_block_1 .content-box .image-holder .image-box:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#content_block_1 .content-box .image-holder:hover .image-box:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#content_block_1 .content-box .image-holder .icon-box{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
}

#content_block_2 .content-box h4{
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 29px;
}

#content_block_2 .content-box .list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #8a8582;
  margin-bottom: 10px;
  padding-left: 22px;
}

#content_block_2 .content-box .list li:last-child{
  margin-bottom: 0px;
}

#content_block_2 .content-box .list li:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 0px;
  top: 9px;
}

#content_block_2 .content-box .list{
  position: relative;
  margin-bottom: 45px;
}

#content_block_2 .content-box .inner-box li{
  position: relative;
  display: inline-block;
  float: left;
  max-width: 180px;
  width: 100%;
  background: #fbf4f0;
  min-height: 96px;
  padding: 34px 0px 30px 60px;
  margin-right: 10px;
}

#content_block_2 .content-box .inner-box li:last-child{
  margin-right: 0px;
}

#content_block_2 .content-box .inner-box li i{
  position: absolute;
  left: 25px;
  top: 33px;
  font-size: 30px;
  line-height: 30px;
}

#content_block_2 .content-box .inner-box li p{
  font-size: 14px;
  color: #35312f;
  font-weight: 500;
  text-transform: uppercase;
}

#content_block_3 .content-box{
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

#content_block_3 .content-box .location-box{
  position: relative;
  padding: 40px 60px 37px 60px;
}

#content_block_3 .content-box .location-box p{
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

#content_block_3 .content-box .location-box i{
  position: absolute;
  right: -30px;
  bottom: -30px;
  font-size: 120px;
  line-height: 120px;
  color: rgba(255,255,255,0.1);
}

#content_block_3 .content-box .shediul-box{
  position: relative;
  padding: 53px 75px 59px 60px;
}

#content_block_3 .content-box .shediul-box i{
  position: absolute;
  top: 65px;
  right: 60px;
  font-size: 50px;
  line-height: 50px;
}

#content_block_3 .content-box .shediul-box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 38px;
}

#content_block_3 .content-box .shediul-box .time-list li{
  position: relative;
  display: block;
  margin-bottom: 28px;
}

#content_block_3 .content-box .shediul-box .time-list li:last-child{
  margin-bottom: 0px;
}

#content_block_3 .content-box .shediul-box .time-list li span{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#content_block_3 .content-box .shediul-box .time-list li h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 25px;
}

.bg-color-1{
  background: #fbf4f0;
}


/** service-section **/

.service-section{
  position: relative;
  padding: 50px 0px 50px 0px;
  background-image: url(../images/shape/shape-1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}

.service-section .auto-container{
  padding-left: 40px;
  padding-right: 40px;
}

#content_block_4 .content-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

#content_block_4 .content-box .service-box{
  position: relative;
  padding: 41px 40px 29px 40px;
}

#content_block_4 .content-box .btn-box{
  padding: 15px 15px;
}

#content_block_4 .content-box .btn-box .theme-btn-one{
  padding: 23.5px 30px;
  display: block;
}

#content_block_4 .content-box .service-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

#content_block_4 .content-box .service-box ul li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}

#content_block_4 .content-box .service-box ul li:last-child{
  margin-bottom: 0px;
}

#content_block_4 .content-box .service-box ul li span{
  float: right;
  font-weight: 500;
}

.service-grid{
  row-gap: 24px;
}

.service-grid .service-block-one{
  margin-bottom: 0px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #bba78842;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #b29e82;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  max-height:250px;
}

.service-block-one .inner-box .image-box{
  /* background: #a2895fba; */
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
  padding: 4px;
  border-radius: 10px;
}

.service-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.1);
}

.service-block-one .inner-box .lower-content{
  position: relative;
  padding: 12px 15px 10px 15px;
  text-align: center;
  color: #fff;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 991px){
  .service-block-one .inner-box .lower-content{
    min-height: 65px;
  }
}

@media only screen and (max-width: 575px){
  .service-block-one .inner-box .lower-content{
    min-height: 60px;
  }
}

.service-block-one .inner-box .lower-content .price{
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 73px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fbf4f0;
  font-size: 14px;
  font-weight: 500;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .lower-content .price{
  color: #fff;
}

.service-block-one .inner-box .lower-content h1{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  /* text-transform: uppercase; */
  margin-bottom: 9px;
}

.service-block-one .inner-box .lower-content h4 a,
.service-block-one .inner-box .lower-content h1 a{
  display: inline-block;
  color: #9c8766;
}

.service-block-one .inner-box .lower-content h1 a:hover{

}

.service-block-one .inner-box .lower-content p{
  font-size: 16px;
  font-weight: 400;
}

.service-section .owl-dots-style-one .owl-dots .owl-dot span{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.service-section .owl-dots-style-one .owl-dots .owl-dot span:hover,
.service-section .owl-dots-style-one .owl-dots .owl-dot.active span{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.service-section .owl-dots{
  position: relative;
  display: block;
  margin-top: 50px;
}

/** service-style-two **/

.service-style-two{
  position: relative;
  padding: 80px 130px;
  background: #ffffff;
}

.service-style-two .pattern-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.service-style-two .auto-container{
  position: relative;
  z-index: 1;
}

.service-style-two .heading{
  text-align: center;
}
.service-style-two .heading p{
  color:#ffffff;
  padding: 20px 200px 50px 200px;
}

.service-style-two .heading h2{
  color:#ffffff;
  padding-bottom:20px;
}

.beauty-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.beauty-content{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.beauty-content.centred{
  text-align: center;
}

.service-style-two .beauty-content h2{
  font-weight: 700;
  text-transform: uppercase;
  color: #8B6F47;
  font-size: 32px;
  letter-spacing: 1px;
  padding: 0px 245px;
}

.service-style-two .beauty-content .list{
  display: block;
}

.service-style-two .beauty-content .list li{
  float: none !important;
  display: block !important;
  width: 100% !important;
}

.beauty-cards{
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0 auto;
}

.beauty-cards .single-item{
  padding: 35px 30px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(198, 145, 94, 0.3);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.beauty-cards .single-item:hover{
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-color: rgba(198, 145, 94, 0.5);
}

.beauty-cards .single-item .icon-box{
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beauty-cards .single-item .icon-box i{
  font-size: 40px;
  color: #C4915E;
}

.beauty-cards .single-item .icon-box img{
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.beauty-cards .single-item .card-content{
  flex: 1;
}

.beauty-cards .single-item .card-content h4{
  font-size: 20px;
  font-weight: 600;
  color: #8B6F47;
  margin-bottom: 10px;
  line-height: 1.3;
}

.beauty-cards .single-item .card-content p{
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.service-style-two .beauty-cards .single-item{
  flex-direction: row;
}

.beauty-cards .icon-box{
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beauty-cards .icon-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform: none;
}

.beauty-cards .icon-box .beauty-icon-img{
  width: 120%;
  height: 120%;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(70%) sepia(28%) saturate(452%) hue-rotate(2deg) brightness(92%) contrast(91%);
}

.beauty-cards .icon-box i{
  font-size: 45px;
  line-height: 1;
  transform: scale(1.2);
  display: inline-block;
}

.beauty-cards .card-content{
  flex: 1 1 auto;
}

.beauty-cards .card-content p{
  color: #36312f;
} 

.beauty-cards .card-content h4{
  font-style: bold;
  padding-bottom: 10px;
  color: #000000;
} 

.beauty-cards .single-item h5{
  margin-top: 10px;
}

.team-section.beauty-hero{
  position: relative;
  padding: 50px 130px;
  background: #f7f1ea;
  overflow: hidden;
}

.team-section.beauty-hero .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 360px;
  height: 360px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  opacity: 0.55;
  pointer-events: none;
}

.beauty-hero-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.beauty-hero-content{
  flex: 1 1 52%;
  max-width: 560px;
}

.beauty-hero-title{
  font-size: 46px;
  line-height: 1.15;
  color: #9d7d57;
  margin-bottom: 20px;
}

.beauty-hero-script{
  font-family: inherit;
  font-size: 57px;
  font-weight: 700;
  color: #b08a61;
  display: inline-block;
  line-height: 1;
}

.beauty-hero-main{
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #b08a61;
  margin-left: 6px;
}

.beauty-hero-text{
  font-size: 17px;
  line-height: 1.7;
  color: #7b6d5d;
  margin-bottom: 22px;
}

.beauty-hero-list{
  margin-bottom: 28px;
}

.beauty-hero-list li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: #9a7b58;
  font-weight: 500;
}

.beauty-hero-list li:before{
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: #b08a61;
  font-weight: 600;
}

.beauty-hero-stats{
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
}

.beauty-hero-stat-card{
  background: rgba(176, 138, 97, 0.1);
  border: 1px solid rgba(176, 138, 97, 0.3);
  border-radius: 12px;
  padding: 18px 24px;
  text-align: center;
  flex: 1;
}

.beauty-hero-stat-number{
  display: block;
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: 42px;
  color: #b08a61;
  line-height: 1.1;
}

.beauty-hero-stat-label{
  display: block;
  font-size: 13px;
  color: #9a7b58;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
}

.beauty-hero-btn{
  padding: 12px 28px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #e9dccb;
  color: #9d7d57 !important;
  border: 1px solid #d4b690;
}

.beauty-hero-btn:hover{
  background: #d9c3a2;
  color: #8b6c48;
}

.beauty-hero-media{
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 26px;
}

.beauty-hero-frame{
  width: min(420px, 100%);
  aspect-ratio: 3 / 2;
  border-radius: 999px;
  border: 6px solid #d4b690;
  background: #f2e7d6;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(125, 100, 70, 0.15);
}

.beauty-hero-frame img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.beauty-hero-frame--bottom{
  margin-right: 70px;
}

@media only screen and (max-width: 991px){
  .team-section.beauty-hero{
    padding: 50px 30px;
  }

  .service-style-two{
    padding: 60px 30px;
  }

  .beauty-section{
    flex-direction: column;
    align-items: center;
    gap:0px;
  }

  .beauty-cards{
    grid-template-columns: 1fr;
    max-width: 500px;
  }

  .service-style-two .heading p{
    padding: 30px;
    text-align: left;
  }

  .beauty-hero-inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .beauty-hero-content{
    text-align: center;
    margin: 0 auto;
  }

  .beauty-hero-list{
    display: inline-block;
    text-align: center;
  }

  .beauty-hero-list li{
    padding-left: 0;
    text-align: center;
  }

  .beauty-hero-list li:before{
    position: relative;
    left: 0;
    top: 0;
    margin-right: 8px;
    display: inline-block;
  }

  .beauty-hero-stats{
    justify-content: center;
  }

  .beauty-hero-stat-card{
    padding: 14px 18px;
  }

  .beauty-hero-stat-number{
    font-size: 36px;
  }

  .beauty-hero-media{
    width: 100%;
    align-items: center;
  }

  .beauty-hero-frame--bottom{
    margin-right: 0;
  }
}

@media only screen and (max-width: 575px){
  .service-style-two{
    padding: 50px 20px;
  }

  .service-style-two .beauty-content h2{
    font-size: 24px;
  }

  .service-style-two .beauty-content .content-box{
    padding: 30px;
  }

  .beauty-cards{
    grid-template-columns: 1fr;
  }

  .beauty-cards .single-item{
    padding: 25px 20px;
  }

  .service-style-two .heading p{
    padding: 30px;
    text-align: left;
  }

  .beauty-hero-title{
    font-size: 38px;
  }

  .beauty-hero-script{
    font-size: 54px;
  }
}

#content_block_5 .content-box .list{
  margin-bottom: 28px;
}

#content_block_5 .content-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  color: #ebe0d6;
  font-weight: 500;
  margin-bottom: 43px;
}

#content_block_5 .content-box h5 a{
  display: inline-block;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

#content_block_5 .content-box h5 a:hover{
  color: #35312f;
  border-bottom: 1px solid #35312f;
}

#content_block_5 .content-box .btn-box .theme-btn-one{
  background: #35312f;
}

#content_block_5 .content-box .btn-box .theme-btn-one:before,
#content_block_5 .content-box .btn-box .theme-btn-one:after{
  background: #fff;
}

#content_block_5 .content-box .btn-box .theme-btn-one:hover{

}

.service-style-two .inner-box .single-item{
  position: relative;
  display: inline-block;
  max-width: 365px;
  width: 100%;
  background: #fff;
  padding: 34px 30px 26px 165px;
  min-height: 160px;
  margin-bottom: 20px;
}

.service-style-two .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.service-style-two .inner-box .single-item .icon-box{
  position: absolute;
  left: 40px;
  top: 48px;
  font-size: 65px;
  line-height: 65px;
}

.service-style-two .inner-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  background: #f1e6df;
  width: 1px;
  height: 80px;
  top: -8px;
  right: -30px;
}

.service-style-two .inner-box .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.service-style-two .inner-box .single-item:nth-child(2){
  margin-left: 20px;
  background: #34302e;
}

.service-style-two .inner-box .single-item:nth-child(2) h4{
  color: #fff;
}

.service-style-two .inner-box .single-item:nth-child(2) .icon-box:before{
  background: #4a4644;
}

.service-style-two .inner-box{
  position: relative;
  margin-top: 11px;
}


/** team-section **/

.team-section{
  position: relative;
  padding: 133px 0px 140px 0px;
}

.team-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 507px;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-block-one{
  position: relative;
  display: block;
  max-width: 290px;
  width: 100%;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  background: #fff;
  min-height: 303px;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box{
  padding: 15px 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.team-block-one .inner-box .image-box img{
  width: 100%;
}

.team-block-one .inner-box .image-box .signature{
  position: absolute;
  display: block;
  right: -40px;
  bottom: 15px;
  font-size: 75px;
  line-height: 75px;
  font-family: 'Mrs Saint Delafield', cursive;
  color: #35312f;
  transform: rotate(-45deg);
}

.team-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 35px;
}

.team-block-one .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.team-block-one .inner-box .lower-content h5 a{
  display: inline-block;
}

.team-block-one .inner-box .lower-content h5 a:hover{
  text-decoration: underline;
}

.team-block-one .inner-box .lower-content p{
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 36px;
}

.team-block-one .inner-box .lower-content .social-links{
  position: relative;
  top: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .lower-content .social-links{
  top: 0px;
  opacity: 1;
  visibility: visible;
}

.team-block-one .inner-box .lower-content .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.team-block-one .inner-box .lower-content .social-links li:last-child{
  margin-right: 0px;
}

.team-block-one .inner-box .lower-content .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #35312f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fbf4f0;
}

.team-block-one .inner-box .lower-content .social-links li a:hover{
  color: #fff;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 133px 0px 110px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.testimonial-section:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.85;
}

.testimonial-section .testimonial-content{
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.testimonial-section .testimonial-content .inner-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 44px;
}

.testimonial-section .testimonial-content .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.testimonial-section .owl-dots{
  position: relative;
  display: block;
  margin-top: 20px;
}

.testimonial-section .sec-title{
  margin-bottom: 84px;
}


/** features-section **/

.features-section{
  position: relative;
  padding: 110px 0px 0px 0px;
}

.features-section .single-item{
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
}

.features-section .single-item .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #302c2a;
  padding: 55px 60px 60px 60px;
}

.features-section .single-item .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 39px;
  transition: all 500ms ease;
}

.features-section .single-item .inner-box:hover h4{

}

.features-section .single-item .inner-box p{
  font-size: 18px;
  line-height: 34px;
  color: #a9a6a4;
  margin-bottom: 33px;
  transition: all 500ms ease
}

.features-section .single-item .inner-box:hover p{
  color: #fff;
}

.features-section .single-item .inner-box .theme-btn-one{
  padding: 8.5px 30px;
  font-size: 12px;
  font-weight: 600;
}

.features-section .single-item .inner-box .bg-layer{
  position: absolute;
  content: "";
  top: 0;
  left: -101%;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.features-section .single-item .inner-box:hover .bg-layer{
  left: 0px;
}

.features-section .single-item .inner-box .bg-layer:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}


/** gallery-section **/

.gallery-section{
  position: relative;
  padding: 134px 0px 110px 0px;
}

.gallery-section .outer-container{
  position: relative;
  max-width: 1475px;
  width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}

.gallery-section .sec-title{
  margin-bottom: 83px;
}

.gallery-section .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.gallery-section .owl-dots-style-one .owl-dots .owl-dot span{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  opacity: 1
}

.gallery-section .owl-dots-style-one .owl-dots .owl-dot span:hover, 
.gallery-section .owl-dots-style-one .owl-dots .owl-dot.active span{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

.gallery-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 15px 15px;
  margin: 30px 0px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.gallery-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  opacity: 0.9;
  z-index: 1;
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .image-box:before{
  transform: scale(1,1);
}

.gallery-block-one .inner-box .image-box img{
  width: 100%;
  position: relative;
}

.gallery-block-one .inner-box .image-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  color: #fff;
  z-index: 1;
  opacity: 0;
}

.gallery-block-one .inner-box:hover .image-box a{
  opacity: 1;
}

.bg-color-3{
  background: #363230;
}


/** news-section **/

.news-section{
  position: relative;
  padding: 133px 0px 120px 0px;
}

.news-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  opacity: 0.2;
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box .post-date{
  position: absolute;
  display: inline-block;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  z-index: 1;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  padding: 33px 40px 31px 40px;
}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-right: 7px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin-right: 0px;
}

.news-block-one .inner-box .lower-content .post-info li i{
  margin-right: 5px;
}

.news-block-one .inner-box .lower-content .post-info li a{
  color: #8a8582;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  margin-bottom: 1px;
}

.news-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.news-block-one .inner-box .lower-content h3 a{
  color: #35312f;
}

.news-block-one .inner-box .lower-content h3 a:hover{

}

.news-block-one .inner-box .lower-content .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #8a8582;
  text-transform: uppercase;
  padding-left: 17px;
}

.news-block-one .inner-box .lower-content .link-btn a:hover{

}

.news-block-one .inner-box .lower-content .link-btn a:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 0px;
  top: 7px;
}


/** how-it-works section **/

.how-it-works{
  background: #35312f;
  padding: 80px 0;
}

.how-it-works__steps{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.how-it-works__step{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.how-it-works__circle{
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid #555;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.how-it-works__circle i{
  font-size: 42px;
  color: #d4d4d4;
  transition: color 0.3s ease;
}

.how-it-works__step:hover .how-it-works__circle{
  border-color: #D4A574;
}

.how-it-works__step:hover .how-it-works__circle i{
  color: #D4A574;
}

.how-it-works__label{
  font-size: 18px;
  font-weight: 500;
  color: #f2f2f2;
  text-align: center;
  letter-spacing: 0.5px;
}

.how-it-works__arrow{
  font-size: 28px;
  color: #555;
  margin-bottom: 50px;
}

@media (max-width: 768px){
  .how-it-works__steps{
    flex-direction: column;
    gap: 30px;
  }

  .how-it-works__arrow{
    transform: rotate(90deg);
    margin-bottom: 0;
  }

  .how-it-works__circle{
    width: 110px;
    height: 110px;
  }

  .how-it-works__circle i{
    font-size: 34px;
  }

  .how-it-works__label{
    font-size: 16px;
  }
}


/** info-accordions section **/

.info-accordions{
  background: #302c2a;
  padding: 80px 0;
}

.info-accordions__grid{
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-accordion{
  background: #3d3835;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #4a4440;
  transition: border-color 0.3s ease;
}

.info-accordion[open]{
  border-color: #b08a61;
}

.info-accordion__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.info-accordion__header::-webkit-details-marker{
  display: none;
}

.info-accordion__header span{
  font-size: 20px;
  font-weight: 600;
  color: #f2f2f2;
  letter-spacing: 0.5px;
}

.info-accordion__icon{
  font-size: 14px;
  color: #b08a61;
  transition: transform 0.3s ease;
}

.info-accordion[open] .info-accordion__icon{
  transform: rotate(180deg);
}

.info-accordion__body{
  padding: 0 28px 24px;
  color: #bdb7ab;
  font-size: 15px;
  line-height: 1.7;
}

.info-accordion__body p{
  margin-bottom: 12px;
}

.info-accordion__body p:last-child{
  margin-bottom: 0;
}

.info-accordion__body strong{
  color: #D4A574;
}

.info-accordion__body ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.info-accordion__body ul li{
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}

.info-accordion__body ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b08a61;
}

.info-faq{
  margin-bottom: 18px;
}

.info-faq:last-child{
  margin-bottom: 0;
}

.info-faq h4{
  font-size: 16px;
  font-weight: 600;
  color: #f2f2f2;
  margin-bottom: 6px;
}

.info-faq p{
  margin-bottom: 0;
}

/** policies page **/

.aftercare-intro{
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  max-width: 90%;
  margin: -20px auto 40px;
}

.policies-page{
  background: url(../images/image25.png) no-repeat center center;
  background-size: cover;
}

.aftercare-page{
  background: url(../images/image27.png) no-repeat center center;
  background-size: cover;
}

.before-your-appointment-page{
  background: url(../images/image25.png) no-repeat center center;
  background-size: cover;
}

/* About Us Page */
.about-us-page{
  background: url(../images/image28.png) no-repeat center center;
  background-size: cover;
}

.about-us-content{
  max-width: 100%;
  padding: 0 30px;
}

.about-founders{
  margin-bottom: 50px;
}

.about-founders-images{
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.founder-card{
  text-align: center;
}

.founder-image-placeholder{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #f5f0eb;
  border: 3px solid #b08a61;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.founder-image-placeholder i{
  font-size: 60px;
  color: #c9a87a;
}

.founder-image-placeholder img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.founder-photo{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid #b08a61;
  object-fit: cover;
  object-position: center 20%;
  margin: 0 auto 16px;
  display: block;
}

.founder-photo-wrap{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid #b08a61;
  overflow: hidden;
  margin: 0 auto 16px;
}

.founder-photo-wrap .founder-photo{
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  margin: 0;
  transform: scale(1.3);
  object-position: center -5%;
}

.founder-photo--zoomed-out{
  object-fit: contain;
  background: #f5f0eb;
}

.founder-card h4{
  font-size: 20px;
  color: #333;
  margin-bottom: 4px;
  font-weight: 600;
}

.founder-card span{
  font-size: 14px;
  color: #9a7b58;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.about-story{
  margin-bottom: 50px;
}

.about-story-title{
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

.about-story-title::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #b08a61;
}

.about-story p{
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
}

.about-values-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.about-value-card{
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 1px solid #ece6df;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-value-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.about-value-icon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f5f0eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.about-value-icon i{
  font-size: 20px;
  color: #b08a61;
}

.about-value-card h4{
  font-size: 18px;
  color: #333;
  margin-bottom: 12px;
  font-weight: 600;
}

.about-value-card p{
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

.about-why-us{
  background: #fff;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 1px solid #ece6df;
}

.about-why-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-why-list li{
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.about-why-list li::before{
  content: '→';
  position: absolute;
  left: 0;
  color: #b08a61;
  font-weight: 600;
}

.about-why-list li strong{
  color: #333;
}

@media only screen and (max-width: 767px){
  .about-founders-images{
    gap: 24px;
  }

  .founder-image-placeholder{
    width: 150px;
    height: 150px;
  }

  .founder-image-placeholder i{
    font-size: 44px;
  }

  .founder-photo{
    width: 150px;
    height: 150px;
  }

  .about-values-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-us-content{
    padding: 0 10px;
  }

  .about-why-us{
    padding: 24px;
  }
}

.policies-page__grid{
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding:0px 30px;
}

.policies-page__grid .policy-card{
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.policies-page__grid .policy-card p{
  margin-bottom: 12px;
  color: #000;
  font-size: 16px;
}

.policies-page__grid .policy-card p:last-child{
  margin-bottom: 0;
}

.policies-page__grid .policy-card strong{
  color: #b08a61;
}

.policies-page__grid .policy-card ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.policies-page__grid .policy-card ul li{
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}

.policies-page__grid .policy-card ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b08a61;
}

.policies-page__grid .policy-card ul li{
  color: #333;
}

/** policy cards **/

.policy-card{
  background: #ffffff78;
  /* border: 2px solid #c9b99a; */
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
}

.policy-card:last-child{
  margin-bottom: 0;
}

.policy-card__header{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e0e0e0;
}

.policy-card__icon{
  font-size: 20px;
  color: #b08a61;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(176, 138, 97, 31%);
  border-radius: 8px;
  flex-shrink: 0;
}

.policy-card__header h4{
  font-size: 26px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.policy-highlight{
  background: #f9f9f9;
  border-left: 3px solid #b08a61;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin: 22px 0;
}

.policy-highlight h5,
.policy-subsection h5{
  font-size: 20px;
  font-weight: 600;
  color: #b08a61;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.policy-highlight p{
  margin-bottom: 8px;
}

.policy-highlight ul{
  margin-top: 8px !important;
}

.policy-note{
  font-style: italic;
  color: #666;
  font-size: 14.5px;
  margin-top: 10px;
}

.policy-subsection{
  margin-bottom: 26px;
}

.policy-subsection:last-child{
  margin-bottom: 0;
}

.policy-location{
  background: #f9f9f9;
  border-left: 3px solid #b08a61;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin-bottom: 12px;
}

.policy-location strong{
  display: block;
  margin-bottom: 6px;
  color: #b08a61;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.policy-location p{
  margin-bottom: 0;
}

.payment-methods{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0;
}

.payment-chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 14px;
  color: #1e1e1e;
}

.payment-chip i{
  color: #b08a61;
  font-size: 13px;
}


/** FAQ section **/

.faq-page{
  background: url(../images/image26.png) no-repeat center center;
  background-size: cover;
}

.faq-grid{
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item{
  background: #fff;
  border: 2px solid #c9b99a;
  border-radius: 10px;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
  overflow: hidden;
}

.faq-question{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  cursor: pointer;
  margin: 0;
  transition: background 0.2s ease;
}

.faq-question:hover{
  background: #f9f9f9;
}

.faq-question h4{
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.faq-toggle{
  color: #b08a61;
  font-size: 14px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 16px;
}

.faq-item.open .faq-toggle{
  transform: rotate(180deg);
}

.faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 32px;
}

.faq-item.open .faq-answer{
  max-height: 600px;
  padding: 0 32px 24px;
}

.faq-item p{
  margin-bottom: 10px;
}

.faq-item p:last-child{
  margin-bottom: 0;
}

.faq-item strong{
  color: #b08a61;
}

.faq-item ul{
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item ul:last-child{
  margin-bottom: 0;
}

.faq-item ul li{
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
  color: #333;
}

.faq-item ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b08a61;
}

.faq-link{
  color: #b08a61;
  text-decoration: underline;
}

.faq-link:hover{
  color: #8a6b4a;
}

@media (max-width: 768px){
  .faq-question{
    padding: 20px 20px;
  }

  .faq-question h4{
    font-size: 17px;
  }

  .faq-answer{
    padding: 0 20px;
  }

  .faq-item.open .faq-answer{
    padding: 0 20px 20px;
  }

  .faq-grid{
    max-width: 100%;
    padding: 0px 30px;
  }
}

@media (max-width: 768px){
  .info-accordions{
    padding: 50px 0;
  }

  .info-accordion__header{
    padding: 18px 20px;
  }

  .info-accordion__header span{
    font-size: 17px;
  }

  .info-accordion__body{
    padding: 0 20px 20px;
    font-size: 14px;
  }

  .policy-card{
    padding: 18px;
  }

  .policy-highlight{
    padding: 14px 16px;
  }

  .payment-methods{
    gap: 8px;
  }

  .payment-chip{
    padding: 6px 12px;
    font-size: 13px;
  }
}


/** appointment-section **/

.appointment-section{
  position: relative;
  padding: 50px 130px;
  border-bottom: 1px solid #f1e6df;
  background-color: #fbf4f1;
}

.appointment-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 430px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.appointment-section .bg-layer:before{
  position: absolute;
  content: '';
  background: #fbf4f0;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 430px;
  opacity: 0.95;
}

.appointment-section .content-box{
  position: relative;
  margin-right: 45px;
  margin-top: -8px;
}

.appointment-section .content-box .upper-inner h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  text-transform: uppercase;
  margin-top: 250px;
  font-weight:500;
}

.appointment-section .content-box .upper-inner p{
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
}

.appointment-section .content-box .upper-inner{
  position: relative;
  /* margin-bottom: 208px; */
}


.appointment-section .content-box .lower-inner{
  position: relative;
  padding-left: 270px;
}

.appointment-section .content-box .lower-inner .image-box{
  position: absolute;
  left: 0px;
  top: 6px;
}

.appointment-section .content-box .lower-inner .counter-inner .single-counter{
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 29px;
  border-bottom: 1px solid #f1e6df;
}

.appointment-section .content-box .lower-inner .counter-inner .single-counter:last-child{
  padding: 0px;
  margin: 0px;
  border-bottom: none;
}

.appointment-section .content-box .lower-inner .counter-inner .single-counter .count-outer{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 5px;
}

.appointment-section .content-box .lower-inner .counter-inner .single-counter h4{
  font-size: 20px;
  line-height: 26px;
}

#appointment_block .form-inner{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 70px 50px 70px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

#appointment_block .form-inner .title-text{
  position: absolute;
  display: inline-block;
  right: -140px;
  bottom: 80px;
  color: #faf3ef;
  font-size: 100px;
  line-height: 90px;
  text-transform: uppercase;
  letter-spacing: 5px;
  transform: rotate(90deg);
  z-index: -1;
}

#appointment_block .form-inner:before{
  /* position: absolute;
  content: '';
  width: 100%;
  max-width: 310px;
  height: 14px;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: 0 auto; */
}

/** nice-select **/

.nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 73px;
  background: #fbf4f0;
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #8a8582;
  border: none;
  border-radius: 0px;
}

.main-header .nice-select{
  width: 170px !important;
}

.nice-select:after{
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #8a8582;
  border-right: 2px solid #8a8582;
  right: 25px;
  margin-top: -3px;
}

#appointment_block .form-inner .form-group{
  position: relative;
  margin-bottom: 10px;
  padding: 0px 5px;
}

#appointment_block .form-inner .form-group:last-child{
  margin-bottom: 0px;
  text-align: center;
  margin-top: 30px;
}

#appointment_block .form-inner .form-group input[type='text'],
#appointment_block .form-inner .form-group input[type='email'],
#appointment_block .form-inner .form-group textarea,
#appointment_block .form-inner .form-group select{
  position: relative;
  display: block;
  width: 100%;
  height: 73px;
  background: #fbf4f0;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #8a8582;
  border: none;
  outline: none;
}

#appointment_block .appointment-form{
  position: relative;
  margin: 0px 10px;
}

#appointment_block .form-inner .form-group textarea{
  height: 125px;
  resize: none;
}

#appointment_block .form-inner p{
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 25px;
}


/** clients-section **/

.clients-section{
  position: relative;
  padding: 120px 0px 183px 0px;
}

.clients-section .clients-logo-box{
  position: relative;
  display: block;
}

.clients-section .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  opacity: 0.2;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .clients-logo-box img:hover{
  opacity: 1;
}


/** cta-section **/

.cta-section{
  position: relative;
}

.cta-section .image-box{
  position: relative;
  display: block;
  min-height: 300px;
}

.cta-section .image-box .image{
  position: absolute;
}

.cta-section .image-box .image-1{
  left: -123px;
  top: -130px;
  z-index: 1;
}

.cta-section .image-box .image-2{
  left: -60px;
  bottom: -60px;
}

.cta-section .image-box .image-3{
  right: 115px;
  top: -110px;
}

.cta-section .image-box .image-4{
  right: 70px;
  bottom: -50px;
  z-index: -1;
}

.cta-section .content-box{
  position: relative;
  display: block;
  padding: 71px 0px 80px 0px;
}

.cta-section .content-box h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.cta-section .content-box .theme-btn-one{
  background: #fff;
  color: #35312f !important;
}

.cta-section .content-box .theme-btn-one:hover{
  color: #fff !important;
}

.cta-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}


/** main-footer **/

.main-footer{
  position: relative;
}

.footer-top{
  position: relative;
  display: block;
  background: #2f2825;
  padding: 50px 130px 50px 130px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-top--redesign .widget-section{
  position: relative;
  z-index: 1;
}

.footer-layout{
  align-items: stretch;
}

.footer-row{
  margin-bottom: 18px;
}

.footer-row--bottom{
  align-items: center;
  margin-bottom: 0px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-top .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.35;
}

.footer-top .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 25px;
}

.footer-top .logo-widget .footer-logo img{
  max-width: 260px;
  width: 100%;
  height: auto;
}

.footer-top .logo-widget .text p{
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  color: #a9a6a4;
}

.footer-top .logo-widget .text{
  margin-bottom: 28px;
}

.footer-top .logo-widget{
  position: relative;
  margin-right: 20px;
  margin-top: -10px;
}

.footer-top .logo-widget .subscribe-form .form-group{
  position: relative;
  margin: 0px;
}

.footer-top .logo-widget .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  background: #302c2a;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 10px 80px 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #a9a6a4;
  transition: all 500ms ease;
}

.footer-top .logo-widget .subscribe-form .form-group input::-webkit-input-placeholder{
  color:#a9a6a4;
}

.waxing-list--two-col{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
}

.waxing-list--two-col > li{
  break-inside: avoid;
}

.footer-top .logo-widget .subscribe-form .form-group input:focus{

}

.footer-top .logo-widget .subscribe-form .form-group button{
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  padding: 14.5px 14px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.footer-top .widget-title{
  position: relative;
  display: block;
  margin-bottom: 24px;
  padding-bottom: 12px;
}

.footer-top .widget-title h5{
  font-size: 18px;
  line-height: 26px;
  color: #af8a60;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-top .widget-title:after{
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 120px;
  background: linear-gradient(90deg, rgba(187,168,137,0.9), rgba(187,168,137,0.1));
}

.footer-heading{
  display: block;
  padding-bottom: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.footer-heading:after{
  display: none;
}

.footer-heading h5{
  margin-bottom: 10px;
  color: #d7c3a2;
  white-space: nowrap;
  position: relative;
  padding: 0;
}

.footer-heading h5:before,
.footer-heading h5:after{
  display: none;
}

.footer-heading-line{
  display: none;
}

.footer-heading-line:last-child{
  display: block;
  width: 45px;
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(187,168,137,0.15), rgba(187,168,137,0.85), rgba(187,168,137,0.15));
}

.footer-heading-icon{
  display: none;
}

.footer-top .links-widget .links-list li{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  padding-left: 18px;
}

.footer-top .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-top .links-widget .links-list li a{
  color: #a9a6a4;
}

.footer-top .links-widget .links-list li:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #bba889;
  transform: rotate(45deg);
}

.footer-top .links-widget .links-list li a:hover{
  color: #d9c6a6;
}

.footer-top .contact-widget .info-list li{
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 14px 0px 11px 36px;
}

.footer-top .contact-widget .info-list li.footer-location-label{
  padding-left: 0;
  color: #d9c6a6;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.footer-top .contact-widget .info-list li:last-child{
  border-bottom: none;
}

.footer-top .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 17px;
  font-size: 18px;
  color: #bba889;
}

.footer-top .contact-widget .info-list li p{
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  color: #a9a6a4;
}

.footer-top .contact-widget .info-list li:last-child{
  margin-bottom: 10px;
}

.footer-column--left{
  padding-right: 40px;
}

.footer-column--right{
  padding-left: 40px;
}

.footer-column--right:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(255,255,255,0.08);
}

.footer-row--bottom .footer-column--right:before{
  top: 0px;
  bottom: 0px;
}

.footer-logo-column{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo-column .footer-logo{
  margin-bottom: 0px;
}

.footer-top .contact-widget .info-list li p a{
  color: #a9a6a4;
}

.footer-location-block{
  display: flex;
  gap: 20px;
  align-items: stretch;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-location-block:last-child{
  border-bottom: none;
}

.footer-location-info{
  flex: 0 0 40%;
  min-width: 0;
}

.footer-location-info h6{
  color: #d9c6a6;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Jost', sans-serif;
}

.footer-location-info p{
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #a9a6a4;
  margin-bottom: 4px;
}

.footer-location-info p i{
  color: #bba889;
  font-size: 16px;
  margin-right: 10px;
  width: 18px;
  display: inline-block;
}

.footer-location-info p a{
  color: #a9a6a4;
  transition: color 0.3s ease;
}

.footer-location-info p a:hover{
  color: #d9c6a6;
}

.footer-location-map{
  flex: 1;
  min-width: 0;
}

.footer-location-map iframe{
  width: 100%;
  height: 100%;
  min-height: 130px;
  border: none;
  border-radius: 6px;
  filter: grayscale(0.3) brightness(0.85);
  transition: filter 0.3s ease;
}

.footer-location-map iframe:hover{
  filter: grayscale(0) brightness(1);
}

.footer-email-row{
  padding: 14px 0 0 0;
}

.footer-email-row p{
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #a9a6a4;
}

.footer-email-row p i{
  color: #bba889;
  font-size: 16px;
  margin-right: 10px;
}

.footer-email-row p a{
  color: #a9a6a4;
  transition: color 0.3s ease;
}

.footer-email-row p a:hover{
  color: #d9c6a6;
}

@media only screen and (max-width: 767px){
  .footer-location-block{
    flex-direction: column;
  }
  .footer-location-map{
    width: 100%;
    min-width: 100%;
    height: 160px;
  }
}

.footer-top .contact-widget .info-list li p a:hover{

}

.footer-top .contact-widget .widget-title{
  margin-bottom: 19px;
}

.footer-top .instagram-widget .image-list li{
  position: relative;
  float: left;
  width: 76px;
  height: 76px;
  margin: 0px 5px 10px 5px;
}

.footer-top .instagram-widget .image-list li .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-top .instagram-widget .image-list li .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.footer-top .instagram-widget .image-list li .image-box:hover img{
  opacity: 0.2;
}

.footer-top .instagram-widget .image-list li .image-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 20px;
  color: #fff;
  opacity: 0;
  z-index: 1;
}

.footer-top .instagram-widget .image-list li .image-box:hover a{
  opacity: 1;
}

.footer-top .instagram-widget .image-list{
  position: relative;
  margin: 0px -5px;
}

.footer-botton{
  position: relative;
  display: block;
  background: #2a2421;
  padding: 14px 0px;
}

.footer-botton .copyright p{
  position: relative;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  color: #a9a6a4;
  text-align: center;
}

.footer-botton .copyright p a{
  color: #a9a6a4;
}

.footer-botton .copyright p a:hover{

}

.footer-botton .footer-social li,
.footer-top .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 5px;
}

.footer-botton .footer-social li:last-child,
.footer-top .footer-social li:last-child{
  margin-right: 0px;
}

.footer-botton .footer-social li a,
.footer-top .footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  background: transparent;
  color: #bba889;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(187,168,137,0.8);
  border-radius: 50%;
}

.footer-botton .footer-social li a:hover,
.footer-top .footer-social li a:hover{
  color: #2f2825;
  background: #bba889;
  border-color: #bba889;
}

.footer-top .footer-social{
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.footer-top .footer-social.pull-right{
  float: none;
}

.footer-social--inline{
  justify-content: flex-start;
  margin-top: 0px;
}

.footer-top .footer-column{
  position: relative;
}

.footer-top .footer-column:not(:first-child):before{
  position: absolute;
  content: '';
  left: -10px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: rgba(255,255,255,0.08);
}

.scroll-top{
  background: #bba889;
  border-radius: 6px;
  box-shadow: 0 12px 24px rgba(53, 49, 47, 0.25);
}

.scroll-top span{
  color: #2f2825;
}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

/** header-style-two **/

.main-header.style-two{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
}

.main-header.style-two .header-top{
  padding-left: 0px;
  background: #35312f;
  box-shadow: 0 70px 120px 100px #23201f;
}

.main-header.style-two .header-top .top-inner{
  padding-left: 0px;
}

.main-header.style-two .header-upper .mail-box{
  position: relative;
  padding: 34px 0px 31px 0px;
}

.main-header.style-two .header-upper .mail-box .inner{
  position: relative;
  padding-left: 45px;
}

.main-header.style-two .header-upper .info-box i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 36px;
  line-height: 30px;
}

.main-header.style-two .header-upper .info-box p{
  font-size: 12px;
  line-height: 14px;
  color: #a9a6a4;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main-header.style-two .header-upper .info-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  font-weight: 500;
}

.main-header.style-two .header-upper .info-box a:hover{

}

.main-header.style-two .header-upper .logo-box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  top: 0px;
}

.main-header.style-two .header-upper .phone-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0px 25px 0px;
}

.main-header.style-two .header-upper .phone-box .inner{
  position: relative;
  padding-left: 45px;
}

.main-header.style-two .header-upper .upper-inner{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header.style-two .header-upper{
  padding: 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-header.style-two .header-lower .outer-box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header.style-two .header-lower .outer-box .search-btn{
  position: relative;
  padding: 15px 0px 15px 0px;
}

.main-header.style-two .header-lower .outer-box .search-btn button {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header.style-two .header-lower .outer-box .menu-area{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-header.style-two .header-lower .outer-box .menu-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-header.style-two .header-lower .outer-box .menu-right-content .cart-box a{
  color: #fff;
}

.main-header.style-two .main-menu .navigation > li > a{
  color: #fff;
}

.main-header.style-two .main-menu .navigation > li.current > a, 
.main-header.style-two .main-menu .navigation > li:hover > a {

}

.main-header.style-two .main-menu .navigation > li > a{
  color: #bfbfbf;
}


/** slider-style-two **/

.banner-section.style-two{
  position: relative;
}

.banner-carousel .content-box .top-text{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 19px;
  font-family: 'Mrs Saint Delafield', cursive;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}

.banner-carousel .active .content-box .top-text{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms;
}

.banner-carousel .content-box p{
  position: relative;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  margin-bottom: 38px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1300ms ease;
  -moz-transition: all 1300ms ease;
  -ms-transition: all 1300ms ease;
  -o-transition: all 1300ms ease;
  transition: all 1300ms ease;
}

.banner-carousel .content-box p span{
  font-weight: 700;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-section.style-two .banner-carousel .content-box h1{
  margin-bottom: 23px;
}

.banner-section.style-two .banner-carousel .slide-item{
  padding: 409px 0px 185px 0px;
}

.banner-section.style-two .owl-dots{
  bottom: 80px;
}


/** features-style-two **/

.features-style-two{
  position: relative;
}

.features-style-two .inner-container{
  position: relative;
  display: block;
  background: #fff;
  margin-top: -50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.features-style-two .inner-container .single-item{
  position: relative;
  float: left;
  width: 25%;
}

.features-style-two .inner-container .single-item .inner-box{
  position: relative;
  display: block;
  padding: 50px 60px 40px 50px;
}

.features-style-two .inner-container .single-item .inner-box:before{
  position: absolute;
  content: '';
  background: #f1e6df;
  width: 1px;
  height: 280px;
  top: 50px;
  right: 10px;
}

.features-style-two .inner-container .single-item:last-child .inner-box:before{
  display: none;
}

.features-style-two .inner-container .single-item .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 23px;
  z-index: 1;
}

.features-style-two .inner-container .single-item .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #fbf4f0;
  width: 52px;
  height: 52px;
  top: 0px;
  right: -18px;
  z-index: -1;
}

.features-style-two .inner-container .single-item .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #35312f;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.features-style-two .inner-container .single-item .inner-box h4 a{
  display: inline-block;
  color: #35312f;
}

.features-style-two .inner-container .single-item .inner-box h4 a:hover{

}

.features-style-two .inner-container .single-item .inner-box p{
  font-size: 18px;
  line-height: 34px;
  color: #8a8582;
  font-weight: 400;
}

.features-style-two .lower-content{
  position: relative;
  max-width: 850px;
  width: 100%;
  padding: 60px 0px;
}

.features-style-two .lower-content .text{
  margin-top: 17px;
}

.features-style-two .lower-content .text h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 42px;
  text-transform: uppercase;
}


/** welcome-section **/

.about-style-two{
  position: relative;
  padding-bottom: 120px;
}

#content_block_6 .content-box .single-progress-box .piechart{
  position: relative;
}

#content_block_6 .content-box .single-progress-box{
  position: relative;
  padding: 20px 10px 0px 120px;
  min-height: 100px;
  margin-bottom: 20px;
}

#content_block_6 .content-box .single-progress-box:last-child{
  margin-bottom: 0px;
}

#content_block_6 .content-box .single-progress-box .box{
  position: absolute;
  max-width: 100px;
  left: 0px;
  top: 0px;
}

#content_block_6 .content-box .single-progress-box .piechart span{
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #35312f;
  text-align: center;
}

#content_block_6 .content-box .single-progress-box .piechart span:after{
  color: #35312f;
  content: "%";
  font-size: 24px;
}

#content_block_6 .content-box .single-progress-box h5{
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
}

#content_block_6 .content-box .text h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  text-transform: uppercase;
  margin-bottom: 39px;
}

#content_block_6 .content-box .text p{
  font-size: 18px;
  line-height: 34px;
}

#content_block_6 .content-box .text{
  margin-bottom: 49px;
}

.about-style-two #content_block_6 .content-box{
  padding-top: 110px;
}

#content_block_6 .content-box .inner-box .left-column .list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 30px;
}

#content_block_6 .content-box .inner-box .left-column .list li:last-child{
  margin-bottom: 0px;
}

#content_block_6 .content-box .inner-box .left-column .list li:before{
  position: absolute;
  content: "\f106";
  font-size: 18px;
  font-family: 'Flaticon';
  left: 0px;
  top: -1px;
}

#content_block_6 .content-box .inner-box .left-column .list{
  margin-bottom: 30px;
}

#content_block_6 .content-box .inner-box .left-column .signature h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-family: 'Mrs Saint Delafield', cursive;
}

#content_block_6 .content-box .inner-box .left-column .signature span{
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  color: #35312f;
}

#content_block_6 .content-box .inner-box .left-column{
  position: relative;
}

#content_block_6 .content-box .inner-box .left-column:before{
  position: absolute;
  content: '';
  background: #f1e6df;
  width: 1px;
  height: 225px;
  top: 5px;
  right: 20px;
}

.about-style-two .image-box{
  position: relative;
  overflow: hidden;
}

.about-style-two .image-box img{
  width: 100%;
}

.about-style-two .image-box:before {
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-style-two .image-box:hover:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 558px;
  width: 412px;
  background-repeat: no-repeat;
}

.about-style-two .pattern-layer .pattern-2{
  position: absolute;
  top: -60px;
  right: 0px;
  width: 530px;
  height: 635px;
}

.about-style-two .pattern-layer .pattern-3{
  position: absolute;
  top: -60px;
  right: 0px;
  width: 464px;
  height: 681px;
  background-repeat: no-repeat;
}


/** video-section **/

.video-section{
  position: relative;
}

.video-section .video-inner{
  position: relative;
  width: 100%;
  padding: 200px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-section .video-inner:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
}

.video-section .video-inner .video-content a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 70px;
  height: 73px;
  line-height: 73px;
  text-align: center;
}

.video-section .video-inner .video-content a:hover{
  background: #fff;
}

.video-section .video-inner .video-content{
  position: relative;
  text-align: center;
}

.video-section .video-inner .video-content .title-text{
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  font-size: 150px;
  line-height: 150px;
  font-family: 'Mrs Saint Delafield', cursive;
  color: rgba(255,255,255,0.1);
}

.video-section .video-inner .phone-box{
  position: absolute;
  right: 30px;
  bottom: -30px;
  background: #fff;
  padding: 35px 60px 30px 60px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.video-section .video-inner .phone-box h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.video-section .video-inner .phone-box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 36px;
}

.video-section .video-inner .phone-box h3 a{

}

.video-section .video-inner .phone-box h3 a:hover{
  text-decoration: underline;
}


/** prices-section **/

.prices-section{
  position: relative;
  padding: 133px 0px 120px 0px;
}

.pricing-block-one{
  position: relative;
  display: block;
  background: #fbf4f0;
  padding: 25px 25px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.pricing-block-one:hover{
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.pricing-block-one .inner-box{
  position: relative;
  padding: 11px 0px 10px 107px;
}

.pricing-block-one .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 78px;
  height: 78px;
}

.pricing-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.pricing-block-one:hover .inner-box .image-box img{
  opacity: 0.2;
}

.pricing-block-one .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.pricing-block-one .inner-box h4 a{
  display: inline-block;
  color: #35312f;
}

.pricing-block-one .inner-box h4 a:hover{

}

.pricing-block-one .inner-box p{
  font-size: 16px;
  line-height: 26px;
  color: #8a8582;
  font-weight: 400;
}

.pricing-block-one .inner-box .price{
  position: absolute;
  top: 22px;
  right: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  background: #fff;
  padding: 7.5px 13px;
  text-align: center;
  transition: all 500ms ease;
}

.pricing-block-one:hover .inner-box .price{
  color: #fff;
}

.prices-section .more-btn{
  position: relative;
  margin-top: 10px;
}


/** counter-section **/

.counter-section{
  position: relative;
  width: 100%;
  padding: 111px 0px 113px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.counter-section:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.85;
}

.counter-section .text h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 39px;
}

.counter-section .text p{
  font-size: 18px;
  line-height: 34px;
  color: #a9a6a4;
}

.counter-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  background: #302c2a;
  padding-top: 34px;
  border: 1px solid rgba(255,255,255,0.2);
  transition: all 500ms ease;
}

.counter-block-one .inner-box:hover{

}

.counter-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 13px;
}

.counter-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 50px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 19px;
}

.counter-block-one .inner-box p{
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  background: rgba(255,255,255,0.2);
  padding: 13.5px 10px;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.counter-block-one .inner-box:hover p{

}

.counter-section .counter-inner{
  position: relative;
  margin: 9px 8px 0px 8px;
}

.counter-section .counter-inner .counter-block{
  padding: 0px 7px;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  overflow: hidden;
}

.testimonial-style-two .testimonial-column{
  position: relative;
  float: left;
  width: 50%;
}

.testimonial-style-two .testimonial-column .testimonial-inner{
  position: relative;
  display: block;
  max-width: 700px;
  padding: 133px 15px 140px 15px;
  text-align: center;
  margin: 0 auto;
}

.testimonial-style-two .image-column{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
}

.testimonial-style-two .image-column .image{
  position: relative;
  float: left;
  width: 50%;
  max-height: 403px;
}

.testimonial-style-two .image-column .image img{
  width: 100%;
}

.testimonial-style-two .testimonial-column .testimonial-inner .sec-title.light span{
  color: rgba(0,0,0,0.05);
}

.testimonial-style-two .testimonial-column .slider-pager{
  position: relative;
  margin-bottom: 46px;
}

.testimonial-style-two .testimonial-column .slider-pager .thumb-box li{
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
  margin: 0px 3px;
}

.testimonial-style-two .testimonial-column .slider-pager .thumb-box li img{
  position: relative;
  display: inline-block;
  opacity: 0.5;
}

.testimonial-style-two .testimonial-column .slider-pager .thumb-box li a.active img{
  opacity: 1;
}

.testimonial-style-two .testimonial-column .testimonial-content h2{
  display: block;
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 44px;
}

.testimonial-style-two .testimonial-column .testimonial-content h4{
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.testimonial-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 545px;
  background-size: cover;
  background-repeat: no-repeat;
}


/** shop-section **/

.shop-section{
  position: relative;
  padding: 133px 0px 115px 0px;
  border-bottom: 1px solid #f1e6df;
}

.shop-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.shop-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #fff;
  transition: all 500ms ease;
}

.shop-block-one .inner-box .image-box img{
  width: 100%;
}

.shop-block-one .inner-box:hover .image-box{
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.shop-block-one .inner-box .image-box .cart-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 24px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  opacity: 0;
}

.shop-block-one .inner-box:hover .image-box .cart-btn{
  opacity: 1;
}

.shop-block-one .inner-box .image-box .cart-btn:hover{
  background: #fff;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.10);
}

.shop-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 26px;
}

.shop-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.shop-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #35312f;
}

.shop-block-one .inner-box .lower-content h4 a:hover{

}

.shop-block-one .inner-box .lower-content p{
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}


/** featured-products **/

.featured-products{
  position: relative;
  overflow: hidden;
  background: #35312f;
  padding: 110px 0px 120px 0px;
}

.featured-products .map-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

#image_block_1 .image-box{
  position: relative;
  display: block;
  padding-right: 185px;
  padding-bottom: 95px;
  margin-top: 9px;
  max-width: 570px;
}

#image_block_1 .image-box .image{
  border-radius: 50%;
}

#image_block_1 .image-box .image img{
  border-radius: 50%;
}

#image_block_1 .image-box .image-2{
  position: absolute;
  top: 20px;
  right: 40px;
}

#image_block_1 .image-box .image-3{
  position: absolute;
  left: 100px;
  bottom: 0px;
}

#image_block_1 .image-box .image-4{
  position: absolute;
  right: 90px;
  bottom: -35px;
}

#image_block_1 .image-box .anim-icon .icon-1{
  position: absolute;
  left: -30px;
  top: 208px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 1;
}

#image_block_1 .image-box .anim-icon .icon-2{
  position: absolute;
  right: 100px;
  bottom: 20px;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
}

#content_block_7 .content-box h2{
  font-size: 44px;
  line-height: 53px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 38px;
}

#content_block_7 .content-box .inner-box .text,
#content_block_7 .content-box .inner-box .list{
  position: relative;
  float: left;
  width: 50%;
}

#content_block_7 .content-box .inner-box .text{
  padding-right: 30px;
}

#content_block_7 .content-box .inner-box .text p{
  font-size: 18px;
  line-height: 34px;
}

#content_block_7 .content-box .inner-box{
  margin-bottom: 53px;
}

#content_block_7 .content-box .inner-box .list{
  padding-left: 15px;
}

#content_block_7 .content-box .inner-box .list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #a9a6a4;
  font-weight: 500;
  padding-left: 25px;
  margin-bottom: 2px;
}

#content_block_7 .content-box .inner-box .list li:last-child{
  margin-bottom: 0px;
}

#content_block_7 .content-box .inner-box .list li:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 0px;
  top: 13px;
}

#content_block_7 .content-box .theme-btn-one:before,
#content_block_7 .content-box .theme-btn-one:after{
  background: #fff;
}

#content_block_7 .content-box .theme-btn-one:hover{

}

.google-map-section{
  position: relative;
}

.google-map-section #contact-google-map{
  position: relative;
  display: block;
  width: 100%;
  height: 550px;
}



/*** 

====================================================================
                        About-Page
====================================================================

***/


/** page-title **/

.page-title{
  position: relative;
  width: 100%;
  padding: 187px 0px 145px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before{
  position: absolute;
  content: '';
  background: #35312fd1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.page-title .title-box{
  position: relative;
  display: block;
}

.page-title .title-box .title-text{
  position: absolute;
  display: block;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  font-size: 60px;
  /* line-height: 150px; */
  width: 100%;
  font-family: 'Jost', sans-serif;
  color: #bfbfbf;
}

.page-title .title-box h1{
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
}


/** about-style-three **/

.about-style-three{
  position: relative;
  padding: 120px 0px 120px 0px;
}

.about-style-three #content_block_6 .content-box .inner-box .list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 30px;
}

.about-style-three #content_block_6 .content-box .inner-box .list li:before{
  position: absolute;
  content: "\f106";
  font-size: 16px;
  font-family: 'Flaticon';
  left: 0px;
  top: -1px;
  font-weight: 700;
}

.about-style-three #content_block_6 .content-box .inner-box .list{
  margin-bottom: 55px;
}

.about-style-three #content_block_6 .content-box .inner-box .signature h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  font-family: 'Mrs Saint Delafield', cursive;
}

.about-style-three #content_block_6 .content-box .inner-box .signature span{
  font-size: 18px;
  font-family: 'Jost', sans-serif;
  color: #35312f;
  text-transform: uppercase;
}

.about-style-three #content_block_6 .content-box .text p{
  margin-bottom: 34px;
}

.about-style-three #content_block_6 .content-box .text p.color-text{
  margin: 0px;
  padding-right: 50px;
}

.about-style-three #content_block_6 .content-box{
  position: relative;
  margin-top: -9px;
}

.about-style-three #content_block_6 .content-box .text {
  margin-bottom: 37px;
}

.about-style-three #content_block_1 .image-holder{
  margin-right: 20px;
  padding-bottom: 60px;
}

.about-style-three #content_block_1 .image-holder .image-1{
  position: relative;
  overflow: hidden;
}

.about-style-three #content_block_1 .image-holder .image-1:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-style-three #content_block_1 .image-holder:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-three #content_block_1 .image-holder .image-1 img{
  width: 100%;
}

.about-style-three #content_block_1 .image-holder .image-2{
  position: absolute;
  right: 50px;
  bottom: 0px;
}

.about-style-three #content_block_1 .image-holder .image-2 .line{
  position: absolute;
  width: 26px;
  height: 100%;
  left: -45px;
  top: 0px;
  background-repeat: no-repeat;
}

.about-style-three #content_block_1 .content-box .title{
  position: absolute;
  left: -305px;
  top: 230px;
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
  color: #fbf4f0;
  letter-spacing: 20px;
  text-transform: uppercase;
  transform: rotate(-90deg);
}

.about-style-three .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 466px;
  height: 632px;
  background-repeat: no-repeat;
}

.features-section.alternat-2{
  padding: 0px 0px 120px 0px;
}

.team-section .pattern-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 446px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}


/** features-style-three **/

.features-style-three{
  position: relative;
}

.features-style-three .image-box img{
  width: 100%;
}

.features-style-three #content_block_8 .content-box{
  margin: 60px 0px 60px -200px;
}

#content_block_8 .content-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 71px 50px 74px 130px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

#content_block_8 .content-box .text h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  text-transform: uppercase;
  margin-bottom: 39px;
}

#content_block_8 .content-box .text p{
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 0px;
}

#content_block_8 .content-box .text p:last-child{
  margin-bottom: 0px;
}

#content_block_8 .content-box .text p.color-text{

}

#content_block_8 .content-box .line{
  position: absolute;
  left: 66px;
  top: 83px;
  width: 26px;
  height: 279px;
  background-repeat: no-repeat;
}

.team-page-section{
  padding: 120px 0px 65px 0px;
}

.team-page-section .team-block-one .inner-box{
  margin-bottom: 50px;
}




/*** 

====================================================================
                        Gallery-Page
====================================================================

***/

.gallery-page-section{
  position: relative;
  padding: 120px 0px 90px 0px;
}

.gallery-page-section .gallery-block-one .inner-box{
  padding: 0px;
  box-shadow: none;
  margin: 0px;
  margin-bottom: 30px;
}


/*** 

====================================================================
                        Error-Page
====================================================================

***/

.error-section{
  position: relative;
}

.error-section .inner-box h1{
  position: relative;
  display: block;
  font-size: 170px;
  line-height: 150px;
  color: #222;
  font-weight: 600;
  margin-bottom: 27px;
}

.error-section .inner-box h2{
  font-size: 40px;
  line-height: 45px;
  position: relative;
  color: #848484;
  font-weight: 600;
  margin-bottom: 10px;
}

.error-section .inner-box p{
  position: relative;
  margin-bottom: 57px;
}

.error-section .inner-box p a{
  display: inline-block;
  line-height: 18px;
}

.error-section .inner-box p a{

}

.error-section .inner-box p a:hover{
  text-decoration: underline;
}



/*** 

====================================================================
                        Service-Page
====================================================================

***/

.service-page-section{
  position: relative;
}

.service-page-section .service-block-one .inner-box{
  margin-bottom: 30px;
}

.service-page-section .more-btn{
  position: relative;
  margin-top: 30px;
}

.clients-section.service-page{
  border-top: 1px solid #f1e6df;
}

.counter-section.service-page{
  padding-bottom: 163px;
}

.service-sidebar .categories-widget .list{
  position: relative;
  display: block;
  background: #fbf4f0;
}

.service-sidebar .categories-widget .list li{
  position: relative;
  display: block;
}

.service-sidebar .categories-widget .list li a{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #35312f;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding: 24px 40px 21px 40px;
  z-index: 1;
}

.service-sidebar .categories-widget .list li:last-child a{
  border-bottom: none;
}

.service-sidebar .categories-widget .list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-sidebar .categories-widget .list li a.active:before,
.service-sidebar .categories-widget .list li a:hover:before{
  width: 100%;
  left: 0px;
}

.service-sidebar .categories-widget .list li a.active,
.service-sidebar .categories-widget .list li a:hover{
  color: #fff;
}

.service-sidebar .sidebar-widget{
  position: relative;
  margin-bottom: 30px;
}

.service-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.service-sidebar .sidebar-support{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 46px 50px 50px 50px;
}

.service-sidebar .sidebar-support:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.service-sidebar .sidebar-support h4{
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.service-sidebar .sidebar-support p{
  line-height: 30px;
  color: #a9a6a4;
  margin-bottom: 22px;
}

.service-sidebar .sidebar-support h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
  color: #fff;
}

.service-sidebar .sidebar-support h3 a{
  color: #fff;
}

.service-sidebar .sidebar-support h3 i{
  font-size: 30px;
  font-weight: 400;
  margin-right: 10px;
}

.service-sidebar .sidebar-support h3 a:hover{

}

.service-sidebar .download-widget .download-content a{
  position: relative;
  display: block;
  background: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #35312f;
  text-transform: uppercase;
  padding: 23px 50px 23px 30px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.service-sidebar .download-widget .download-content a i{
  position: relative;
  font-size: 35px;
  margin-right: 10px;
  font-weight: 400;
  top: 5px;
}

.service-sidebar .download-widget .download-content a:hover{

}

.service-details-content img{
  width: 100%;
}

.service-details-content .image-box{
  position: relative;
  display: block;
  /* margin-bottom: 30px; */
}

.service-details-content .text{
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.service-details-content .text h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.service-details-content .text p{
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 34px;
}

.service-details-content .text p:last-child{
  margin-bottom: 0px;
}

.service-details-content .two-column .text{
  margin: 0px;
}

.service-details-content .two-column .text h5{
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 24px;
}

.service-details-content .two-column .text .list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #8a8582;
  margin: 0px;
  padding-left: 23px;
}

.service-details-content .two-column .text .list li:before{
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  left: 0px;
  top: 14px;
}

.service-details-content .two-column{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.service-details-content summary::marker{
  content: "";
}

.service-details-content summary::-webkit-details-marker{
  display: none;
}

.service-details-content details summary span:last-child:not(:only-child){
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.service-details-content details[open] summary span:last-child:not(:only-child){
  transform: rotate(180deg);
}


/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.our-blog{
  position: relative;
  padding: 120px 0px 90px 0px;
}

.our-blog .news-block-one .inner-box{
  margin-bottom: 30px;
}

.sidebar-page-container{
  position: relative;
  padding: 120px 0px;
}

.blog-details-content .inner-box .image-box{
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.blog-details-content .inner-box .image-box .post-date{
  position: absolute;
  display: inline-block;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  z-index: 1;
}

.blog-details-content .inner-box .image-box img{
  width: 100%;
}

.blog-details-content .inner-box .post-info li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-right: 7px;
}

.blog-details-content .inner-box .post-info li:last-child{
  margin-right: 0px;
}

.blog-details-content .inner-box .post-info li i{
  margin-right: 5px;
}

.blog-details-content .inner-box .post-info li a{
  color: #8a8582;
}

.blog-details-content .inner-box .post-info li a:hover{

}

.blog-details-content .inner-box .post-info{
  position: relative;
  margin-bottom: 7px;
}

.blog-details-content .inner-box h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.blog-details-content .inner-box .text p{
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 34px;
}

.blog-details-content .inner-box .text p:last-child{
  margin-bottom: 0px;
}

.blog-details-content .inner-box{
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid #f1e6df;
  margin-bottom: 30px;
}

.blog-details-content .post-share-option ul li{
  position: relative;
  display: inline-block;
}

.blog-details-content .post-share-option .tags li{
  color: #8a8582;
  font-size: 16px;
  line-height: 26px;
}

.blog-details-content .post-share-option .tags li a{
  display: inline-block;
  color: #8a8582;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.blog-details-content .post-share-option .tags li a:hover{

}

.blog-details-content .post-share-option .tags li h4{
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}

.blog-details-content .post-share-option .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #35312f;
  background: #fbf4f0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.blog-details-content .post-share-option .social-links li{
  margin-right: 5px;
}

.blog-details-content .post-share-option .social-links li:last-child{
  margin-right: 0px;
}

.blog-details-content .post-share-option .social-links li a:hover{
  color: #fff;
}

.blog-details-content .post-share-option .tags{
  position: relative;
  margin-top: 6px;
}

.blog-details-content .post-share-option{
  margin-bottom: 30px;
}

.blog-details-content .author-box{
  position: relative;
  display: block;
  border: 1px solid #f1e6df;
  padding: 60px 60px;
  margin-bottom: 50px;
}

.blog-details-content .author-box .inner{
  position: relative;
  padding: 3px 0px 2px 210px;
}

.blog-details-content .author-box .inner .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 170px;
  height: 160px;
}

.blog-details-content .author-box .inner .image-box img{
  width: 100%;
}

.blog-details-content .author-box .inner h4{
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.blog-details-content .author-box .inner p{
  font-size: 18px;
  line-height: 34px;
}

.blog-details-content .group-title{
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.blog-details-content .group-title h2{
  font-size: 34px;
  line-height: 45px;
  text-transform: uppercase;
}

.blog-details-content .comments-area .comment{
  position: relative;
  display: block;
  padding-bottom: 62px;
  border-bottom: 1px solid #f1e6df;
  margin-bottom: 55px;
}

.blog-details-content .comments-area .comment:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-area .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 165px;
  height: 165px;
}

.blog-details-content .comments-area .comment .thumb-box img{
  width: 100%;
}

.blog-details-content .comments-area .comment .comment-inner{
  position: relative;
  padding-left: 205px;
}

.blog-details-content .comments-area .comment .comment-inner h4{
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.blog-details-content .comments-area .comment .comment-inner h4 span{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.blog-details-content .comments-area .comment .comment-inner p{
  font-size: 18px;
  line-height: 34px;
}

.blog-details-content .comments-area .comment .comment-inner a{
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 0px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  padding: 7.5px 20px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.blog-details-content .comments-area .comment .comment-inner a:hover{
  background: #222;
}

.blog-details-content .comments-area{
  margin-bottom: 52px;
}

.default-form .form-group{
  position: relative;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.default-form .form-group:last-child{
  margin-bottom: 0px;
}

.default-form{
  position: relative;
  margin: 0px 10px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 73px;
  background: #fbf4f0;
  font-size: 16px;
  font-weight: 500;
  color: #8a8582;
  border: 2px solid #fbf4f0;
  padding: 10px 30px;
  transition: all 500ms ease;
}

.default-form .form-group textarea{
  height: 185px;
  resize: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{

}

.blog-details-content .comments-form-area .group-title{
  margin-bottom: 49px;
}

.blog-sidebar{
  position: relative;
  display: block;
  background: #fbf4f0;
  padding: 40px 40px;
}

.blog-sidebar .search-widget .search-form .form-group{
  position: relative;
  margin: 0px;
}

.blog-sidebar .search-widget .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 84px;
  border: 1px solid #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #8a8582;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus{

}

.blog-sidebar .search-widget .search-form .form-group button{
  position: absolute;
  top: 27px;
  right: 30px;
  font-size: 22px;
  color: #222;
  font-weight: 400;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus + button,
.blog-sidebar .search-widget .search-form .form-group button:hover{

}

.blog-sidebar .search-widget{
  margin-bottom: 44px;
}

.blog-sidebar .sidebar-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.blog-sidebar .sidebar-widget .widget-title h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-sidebar .post-widget .post-inner .post{
  position: relative;
  display: block;
  padding-left: 85px;
  padding-bottom: 27px;
  margin-bottom: 25px;
  min-height: 103px;
  border-bottom: 1px solid #fff;
}

.blog-sidebar .post-widget .post-inner .post:last-child{
  border-bottom: none;
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post-inner .post .image-box{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 66px;
  height: 67px;
  overflow: hidden;
}

.blog-sidebar .post-widget .post-inner .post .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post-inner .post:hover .image-box img{
  opacity: 0.2;
}

.blog-sidebar .post-widget .post-inner .post .post-date{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}

.blog-sidebar .post-widget .post-inner .post h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.blog-sidebar .post-widget .post-inner .post h6 a{
  display: inline-block;
  color: #35312f;
}

.blog-sidebar .post-widget .post-inner .post h6 a:hover{

}

.blog-sidebar .post-widget{
  margin-bottom: 12px;
}

.blog-sidebar .categories-widget .categories-list li{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #8a8582;
  margin-bottom: 24px;
}

.blog-sidebar .categories-widget .categories-list li:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .categories-widget .categories-list li a{
  display: inline-block;
  color: #8a8582;
}

.blog-sidebar .categories-widget .categories-list li a:hover{

}

.blog-sidebar .categories-widget .widget-title{
  margin-bottom: 13px;
}

.blog-sidebar .categories-widget{
  margin-bottom: 35px;
}

.blog-sidebar .tags-widget .tags-list li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #8a8582;
  margin-bottom: 6px;
}

.blog-sidebar .tags-widget .tags-list li a{
  color: #8a8582;
}

.blog-sidebar .tags-widget .tags-list li a:hover{

}

.blog-sidebar .tags-widget .widget-title{
  margin-bottom: 14px;
}



/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-section{
  position: relative;
  padding: 120px 0px;
}

.contact-section .content-box{
  position: relative;
  margin-right: 70px;
}

.contact-section .content-box h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 53px;
  text-transform: uppercase;
  margin-bottom: 39px;
}

.contact-section .content-box p{
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 43px;
}

.contact-section .content-box .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.contact-section .content-box .social-links li:last-child{
  margin-right: 0px;
}

.contact-section .content-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #35312f;
  background: #fbf4f0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.contact-section .content-box .social-links li a:hover{
  color: #fff;
}


/** contact-info-section **/

.contact-info-section{
  position: relative;
}

.contact-info-section .single-item{
  position: relative;
  display: block;
  float: left;
  width: 33.333%;
}

.contact-info-section .single-item .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #302c2a;
  padding: 53px 60px;
}

.contact-info-section .single-item .inner-box .bg-layer{
  position: absolute;
  content: "";
  top: 0;
  left: -101%;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.contact-info-section .single-item .inner-box:hover .bg-layer{
  left: 0px;
}

.contact-info-section .single-item .inner-box .bg-layer:before{
  position: absolute;
  content: '';
  background: #35312f;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.contact-info-section .single-item .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 36px;
  transition: all 500ms ease;
}

.contact-info-section .single-item .inner-box:hover h4{

}

.contact-info-section .single-item .inner-box p{
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  color: #a9a6a4;
  transition: all 500ms ease;
}

.contact-info-section .single-item .inner-box:hover p{
  color: #fff;
}

.contact-info-section .single-item .inner-box p a{
  color: #a9a6a4;
}

.contact-info-section .single-item .inner-box p a:hover{
  text-decoration: underline;
}

.contact-info-section .single-item .inner-box:hover p a{
  color: #fff;
}

.sidebar-page-container .news-block-one .inner-box{
  margin-bottom: 30px;
}

.sidebar-page-container .pagination-wrapper{
  position: relative;
  margin-top: 30px;
}

.news-block-one .inner-box .lower-content p{
  margin-bottom: 20px;
}

/* Policies page banner */
.page-title--policies .title-box h1{
  font-size: 42px;
  font-weight: 600;
  text-transform: none;
}

.page-title__subtitle{
  color: #bdb7ab;
  font-size: 16px;
  margin-top: 12px;
}

/* Booking Langley page updates */
.page-title--booking{
  background-image: url(../images/image14.png);
}

.footer-pattern-layer{
  background-image: url(../images/shape/shape-6.png);
}

.booking-container{
  max-width: 960px;
  margin: 0 auto;
  background-color: #000000d9;
  padding: 35px;
  box-shadow: 0 12px 30px rgb(0 0 0 / 70%);
  border-radius: 20px;
}

.booking-services-heading{
  font-size: 36px;
  color: #bfbfbf;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.booking-container .text{
  text-align: left;
}

.booking-container details{
  margin-bottom: 30px;
  overflow: hidden;
}

.booking-container details:last-of-type{
  margin-bottom: 0;
}

.booking-container details:not([open]) ul{
  display: none;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.booking-container summary{
  list-style: none;
  color: #b08a61;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  gap: 15px;
  position: relative;
  z-index: 1;
}

.booking-container summary > span:first-child{
  flex: 1;
  min-width: 0;
}

.booking-container details[open] summary > span:last-child{
  transform: rotate(180deg);
}

.booking-container summary > span:last-child{
  transition: transform 0.2s ease;
  font-size: 18px;
  flex-shrink: 0;
  display: inline-block;
  line-height: 1;
  width: 20px;
  text-align: center;
}

.booking-container summary::-webkit-details-marker{
  display: none;
}

.booking-container ul{
  list-style: none;
  padding-left: 0;
  margin: 12px 0 0;
}

/* Nested lists styling */
.booking-container ul ul{
  margin-top: 8px;
  padding-left: 0;
}

.booking-container li{
  border: 1px solid #5a5147;
  padding: 6px 10px;
  margin-bottom: 10px;
}


.booking-container--calendar{
  max-width: 900px;
}

.booking-container--details{
  max-width: 600px;
}

.booking-container--team{
  max-width: 800px;
}

.booking-container--location{
  max-width: 800px;
}


.services-summary-card{
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px;
  margin-top: 20px;
}

.services-summary-card h4{
  font-size: 18px;
  color: #35312f;
  margin-bottom: 12px;
  font-weight: 600;
}

.services-summary-list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.services-summary-meta{
  display: flex;
  justify-content: space-between;
  color: #5a5147;
  font-size: 14px;
  margin-bottom: 12px;
}

.services-summary-item{
  display: flex;
  justify-content: space-between;
  color: #5a5147;
  font-size: 15px;
}

.services-summary-item--empty{
  color: #999;
  font-style: italic;
  justify-content: flex-start;
}

.services-summary-total{
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
  font-weight: 600;
  color: #35312f;
}

.booking-container--addons{
  max-width: 720px;
  background-color: #0b0b0b;
  border-radius: 16px;
}

.booking-header--addons h1{
  color: #f7f2e8;
}

.booking-header--addons p{
  color: #bdb7ab;
}

.addons-group{
  margin-top: 20px;
}

.addons-heading{
  color: #b08a61;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 600;
}

.addons-list{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.addon-card{
  border: 1px solid #2a2a2a;
  background: #121212;
  border-radius: 14px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 4px 12px;
  cursor: pointer;
  color: #f1f1f1;
  text-align: left;
}

.addon-card:hover{
  border-color: #b08a61;
}

.addon-name{
  font-size: 16px;
  font-weight: 500;
}

.addon-meta{
  color: #a7a2a2;
  font-size: 14px;
}

.addon-toggle{
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #3b3b3b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e5e1d8;
  font-size: 18px;
}

.addon-card.is-selected{
  border-color: #c7a470;
  background: #1a1410;
}

.addon-card.is-selected .addon-toggle{
  border-color: #c7a470;
  background: #c7a470;
  color: #1a1410;
}

.booking-container li:hover{
  border: 1px solid #b69a7a;
}

.booking-container li:last-child{
  /* border-bottom: 1px solid #5a5147; */
}

.booking-container li > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.booking-container ul li > div > span:first-child{
  font-weight: 200;
  color: #bfbfbfb0;
  flex: 1 1 70%;
  min-width: 0;
}

.booking-item-label{
  color: #b08a61;
  font-weight: 700;
  font-size: 18px;
}

/* Style for divs that only contain a label (no button) */
.booking-container li > div:has(.booking-item-label):not(:has(button)){
  justify-content: flex-start;
  padding: 8px 0;
  border: none;
  background: transparent;
}

.booking-container li:has(> div > .booking-item-label:only-child){
  border: none;
  padding: 12px 0 8px 0;
  background: transparent;
}

.booking-item-description{
  color: #1e1e1e;
  margin: 6px 0 0 18px;
}

.booking-step{
  display: none;
}

.booking-step.is-active{
  display: block;
}

.booking-selectable{
  cursor: pointer;
}

.booking-breadcrumb{
  background-color: #f9f9f9;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.booking-breadcrumb__link{
  background: none;
  border: none;
  padding: 0;
  color: #a2895fba;
  cursor: pointer;
  font: inherit;
}

.booking-breadcrumb__link:hover{
  text-decoration: underline;
}

.booking-breadcrumb__divider{
  color: #999;
}

.booking-breadcrumb__current{
  color: #35312f;
  font-weight: 600;
}

.booking-breadcrumb__inactive{
  color: #ccc;
}

.booking-header--compact h1{
  font-size: 32px;
  color: #f2f2f2;
  margin-bottom: 10px;
}

.booking-top-nav{
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.booking-back{
  background: none;
  border: none;
  color: #a2895fba;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.booking-back:hover{
  text-decoration: underline;
}

.booking-header--compact p{
  font-size: 16px;
  color: #bdb7ab;
}

.team-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 50px;
  margin-top: 30px;
}

.team-card{
  background: #1f1f1f;
  border: 2px solid #2a2a2a;
  border-radius: 16px;
  padding: 26px 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #f2f2f2;
}

.team-card:hover{
  border-color: #a2895fba;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  transform: translateY(-4px);
}

.team-card.is-selected{
  border-color: #a2895fba;
}

.team-card.is-selected:not(.location-card){
  box-shadow: 0 12px 24px rgba(162, 137, 95, 0.25);
}

.team-avatar{
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #2d2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.team-name{
  font-size: 18px;
  margin-bottom: 10px;
  color: #f5f5f5;
}

.team-role{
  font-size: 14px;
  color: #cfcfcf;
  margin-bottom: 20px;
}

.team-select-btn{
  background: #35312f;
  color: #fff;
  border: 1px solid transparent;
  padding: 10px 26px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  /* box-shadow: 0 2px 8px rgba(196, 145, 94, 0.3); */
}

/* Location Selection Styles */
.location-selection{
  margin-top: 30px;
}

.location-cards-wrapper{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.location-card{
  background: #1f1f1f;
  border: 2px solid #2a2a2a;
  border-radius: 16px;
  padding: 30px 24px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #f2f2f2;
}

.location-card:hover{
  border-color: #a2895fba;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  transform: translateY(-4px);
}

.location-card.is-selected{
  border-color: #a2895fba;
  box-shadow: none;
  background: #1f1f1f;
}

.location-card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.location-icon{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #D4A574 0%, #C4915E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
}

.location-name{
  font-size: 22px;
  font-weight: 600;
  color: #f5f5f5;
  margin-bottom: 10px;
}

.location-details{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 0 10px;
}

.location-details p{
  color: #cfcfcf;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.location-details i{
  color: #a2895fba;
  font-size: 16px;
  min-width: 20px;
}

.location-select-btn{
  background: #35312f;
  color: #fff;
  border: 1px solid transparent;
  padding: 10px 26px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: none;
  margin-top: 10px;
}

.location-select-btn:hover{
  background: linear-gradient(135deg, #8b643ded 0%, #946f47 100%);
  transform: translateY(-2px);
}

.location-card.is-selected .location-select-btn{
  background: linear-gradient(135deg, #8b643ded 0%, #946f47 100%);
  box-shadow: none;
}

.booking-actions{
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 15px;
}

.booking-actions button{
  min-width: 180px;
}

.booking-actions button:disabled{
  opacity: 0.5;
  cursor: not-allowed;
}

.team-card.is-selected:not(.location-card) .team-select-btn,
.team-select-btn:hover{
  background: linear-gradient(135deg, #8b643ded 0%, #946f47 100%);
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: none;
}

.team-actions{
  margin-top: 30px;
}

.booking-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.calendar-section h3,
.times-section h3{
  font-size: 20px;
  color: #f2f2f2;
  margin-bottom: 20px;
  font-weight: 600;
}

.calendar{
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  padding: 20px;
}

.calendar-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.calendar-header button{
  background: #a2895fba;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.calendar-header button:hover{
  background: #8a6f4f;
}

.calendar-header h4{
  color: #f2f2f2;
  font-size: 16px;
  margin: 0;
  padding:15px;
}

.weekdays{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}

.weekday{
  text-align: center;
  font-weight: 600;
  color: #a2895fba;
  font-size: 12px;
  padding: 8px 0;
}

.days{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.day{
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #cfcfcf;
  transition: all 0.3s;
}

.day:hover:not(.disabled){
  border-color: #a2895fba;
  background-color: #2a2520;
}

.day.selected{
  background-color: #a2895fba;
  color: white;
  border-color: #a2895fba;
  font-weight: 600;
}

.day.disabled{
  color: #444;
  cursor: not-allowed;
}

.day.other-month{
  color: #444;
}

.times-section{
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  padding: 20px;
}

.time-slots{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.time-slot{
  padding: 9px;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
  color: #cfcfcf;
}

.time-slot:hover:not(.unavailable){
  border-color: #a2895fba;
  background-color: #2a2520;
}

.time-slot.selected{
  background-color: #a2895fba;
  color: white;
  border-color: #a2895fba;
  font-weight: 600;
}

.time-slot.unavailable{
  background-color: #1a1a1a;
  color: #444;
  cursor: not-allowed;
}

.selected-info{
  background-color: #1a1a1a;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  border-left: 4px solid #a2895fba;
  display: none;
}

.selected-info.is-visible{
  display: block;
}

.selected-info p{
  margin: 5px 0;
  color: #cfcfcf;
}

.selected-info strong{
  color: #a2895fba;
}

.next-btn{
  width: 100%;
  background-color: #a2895fba;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.next-btn:hover:not(:disabled){
  background-color: #8a6f4f;
}

.next-btn:disabled{
  background-color: #ccc;
  cursor: not-allowed;
}

.booking-summary{
  background-color: #f9f9f9;
  border-left: 4px solid #a2895fba;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.booking-summary h3{
  color: #35312f;
  font-size: 18px;
  margin-bottom: 15px;
}

.summary-item{
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}

.summary-item:last-child{
  border-bottom: none;
}

.summary-item label{
  font-weight: 600;
  color: #35312f;
}

.summary-item span{
  color: #a2895fba;
}

.form-group{
  margin-bottom: 20px;
}

.form-group label{
  display: block;
  font-weight: 600;
  color: #cfcfcf;
  margin-bottom: 8px;
  font-size: 14px;
}

.form-group label input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: auto !important;
  padding: 0 !important;
}

.form-group input,
.form-group textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  background: #1a1a1a;
  color: #f2f2f2;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus{
  outline: none;
  border-color: #a2895fba;
  box-shadow: 0 0 0 3px rgba(162, 137, 95, 0.1);
}

.form-group textarea{
  resize: vertical;
  min-height: 80px;
}

.form-section{
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 20px;
}

.form-section h3{
  font-size: 20px;
  color: #f2f2f2;
  margin-bottom: 20px;
  font-weight: 600;
}

.form-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-row.full{
  grid-template-columns: 1fr;
}

.button-group{
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.btn{
  flex: 1;
  padding: 15px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-back{
  background: linear-gradient(135deg, #D4A574 0%, #C4915E 100%);
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-back:hover{
  background: linear-gradient(135deg, #C4915E 0%, #B8864F 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 145, 94, 0.3);
}

.btn-confirm{
  background: linear-gradient(135deg, #D4A574 0%, #C4915E 100%);
  color: white;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(196, 145, 94, 0.3);
}

.btn-confirm:hover{
  background: linear-gradient(135deg, #C4915E 0%, #B8864F 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 145, 94, 0.4);
}

.required{
  color: #e74c3c;
}

.confirmation-message{
  background-color: #1a2e1a;
  border: 1px solid #2a4a2a;
  color: #8fdf8f;
  padding: 15px;
  border-radius: 4px;
  margin-top: 20px;
  display: none;
  text-align: center;
}

@media (max-width: 768px){
  .booking-content{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .team-grid{
    grid-template-columns: 1fr;
  }

  .time-slots{
    grid-template-columns: repeat(2, 1fr);
  }

  .form-row{
    grid-template-columns: 1fr;
  }

  .button-group{
    flex-direction: column;
  }

}

.booking-header{
  text-align: center;
  /* padding: 40px 0; */
}

.booking-header h1{
  font-size: 36px;
  color: #f2f2f2;
  margin-bottom: 10px;
}

.booking-header p{
  font-size: 16px;
  color: #bdb7ab;
  padding-bottom:10px;
}

.services-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.service-card{
  background: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.service-card:hover{
  border-color: #a2895fba;
  box-shadow: 0 4px 12px rgba(162, 137, 95, 0.3);
  transform: translateY(-5px);
}

.service-card h3{
  font-size: 24px;
  color: #35312f;
  margin: 15px 0;
  font-weight: 600;
}

.service-card p{
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.service-card .duration{
  font-size: 14px;
  color: #a2895fba;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-card .book-btn{
  background-color: #a2895fba;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
}

.service-card .book-btn:hover{
  background-color: #8a6f4f;
}

.breadcrumb-nav{
  background-color: #f9f9f9;
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 14px;
}

.breadcrumb-nav a{
  color: #a2895fba;
  cursor: pointer;
  text-decoration: none;
}

.breadcrumb-nav a:hover{
  text-decoration: underline;
}

.breadcrumb-nav span{
  color: #999;
  margin: 0 8px;
}

.booking-summary-actions{
  display: flex;
  align-items: center;
  gap: 8px;
}

.booking-summary-button{
  background: linear-gradient(135deg, #D4A574 0%, #C4915E 100%);
  color: #fff;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.booking-summary-button.is-primary,
.booking-summary-button.is-selected{
  background: linear-gradient(135deg, #C4915E 0%, #B8864F 100%);
  color: #fff;
}

.booking-summary-button:hover{
  background: linear-gradient(135deg, #C4915E 0%, #B8864F 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 145, 94, 0.4);
}

.services-actions{
  margin-top: 30px;
  justify-content: center;
  display: flex;
}

.services-actions .btn-confirm:disabled{
  background: #3a3530;
  color: #888;
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: none;
}

/* ============================================
   Booking Layout: Two-Column with Sticky Sidebar
   ============================================ */
.booking-layout{
  display: flex;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  align-items: flex-start;
}

.booking-layout__main{
  flex: 1;
  min-width: 0;
}

.booking-layout__sidebar{
  width: 320px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
  align-self: flex-start;
  padding-top: 50px;
}

/* Sidebar Card */
.sidebar-card{
  background: #1f1f1f;
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  padding: 24px;
  color: #f2f2f2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  margin-bottom:50px;
}

/* Business Info */
.sidebar-card__business{
  text-align: center;
}

.sidebar-card__business-name{
  font-size: 22px;
  font-weight: 700;
  color: #D4A574;
  margin: 0 0 4px;
  letter-spacing: 0.5px;
}

.sidebar-card__business-tagline{
  font-size: 13px;
  color: #999;
  margin: 0;
  font-weight: 400;
}

/* Hours */
.sidebar-card__hours-title{
  font-size: 14px;
  font-weight: 600;
  color: #f2f2f2;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sidebar-card__hours-title i{
  color: #D4A574;
  font-size: 13px;
}

.sidebar-card__hours-row{
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 13px;
}

.sidebar-card__hours-row span:first-child{
  color: #cfcfcf;
}

.sidebar-card__hours-row span:last-child{
  color: #D4A574;
  font-weight: 500;
}

/* Trust Section */
.sidebar-card__trust{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sidebar-card__rating{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sidebar-card__stars{
  display: flex;
  gap: 2px;
}

.sidebar-card__stars i{
  color: #D4A574;
  font-size: 14px;
}

.sidebar-card__score{
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 700;
}

.sidebar-card__count{
  color: #999;
  font-size: 12px;
}

.sidebar-card__testimonial{
  position: relative;
  padding-left: 20px;
}

.sidebar-card__quote-icon{
  color: #D4A574;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0.7;
}

.sidebar-card__quote-text{
  color: #bfbfbf;
  font-size: 13px;
  line-height: 1.5;
  font-style: italic;
  margin: 0 0 4px;
}

.sidebar-card__quote-author{
  color: #D4A574;
  font-size: 12px;
  font-weight: 600;
}

.sidebar-card__stats{
  display: flex;
  gap: 24px;
}

.sidebar-card__stat{
  text-align: center;
  flex: 1;
}

.sidebar-card__stat-number{
  display: block;
  color: #D4A574;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.sidebar-card__stat-label{
  display: block;
  color: #999;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

/* Divider */
.sidebar-card__divider{
  height: 1px;
  background: #2a2a2a;
  margin: 18px 0;
}

/* Summary Section */
.sidebar-card__summary-title{
  font-size: 15px;
  font-weight: 600;
  color: #f2f2f2;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sidebar-card__summary-title i{
  color: #D4A574;
  font-size: 14px;
}

.sidebar-card__detail-row{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 7px 0;
  border-bottom: 1px solid #2a2a2a;
}

.sidebar-card__detail-row:last-child{
  border-bottom: none;
}

.sidebar-card__detail-label{
  color: #999;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 70px;
  flex-shrink: 0;
}

.sidebar-card__detail-value{
  color: #f2f2f2;
  font-size: 13px;
  text-align: right;
}

.sidebar-card__services-list{
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
  max-height: 150px;
  overflow-y: auto;
  padding-right: 4px;
}

.sidebar-card__services-list::-webkit-scrollbar{
  width: 4px;
}

.sidebar-card__services-list::-webkit-scrollbar-track{
  background: #2a2a2a;
  border-radius: 4px;
}

.sidebar-card__services-list::-webkit-scrollbar-thumb{
  background: #D4A574;
  border-radius: 4px;
}

.sidebar-card__addons-list{
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: right;
}

.sidebar-card__service-item,
.sidebar-card__addon-item{
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.sidebar-card__service-item span:first-child,
.sidebar-card__addon-item span:first-child{
  color: #cfcfcf;
  font-size: 13px;
}

.sidebar-card__service-item span:last-child,
.sidebar-card__addon-item span:last-child{
  color: #D4A574;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.sidebar-card__empty{
  color: #666;
  font-style: italic;
  font-size: 12px;
}

.sidebar-card__detail-total{
  border-top: 1px solid #b08a61;
  border-bottom: none;
  padding-top: 10px;
  margin-top: 4px;
}

.sidebar-card__detail-total .sidebar-card__detail-label{
  color: #f2f2f2;
  font-weight: 600;
  font-size: 14px;
}

.sidebar-card__detail-total .sidebar-card__detail-value{
  color: #D4A574;
  font-weight: 700;
  font-size: 18px;
}

/* Hide toggle bar on desktop */
.sidebar-mobile-bar{
  display: none;
}

/* Mobile: Floating sidebar at bottom */
@media (max-width: 991px){
  .booking-layout{
    flex-direction: column;
  }

  .booking-layout__sidebar{
    width: 100%;
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0;
    align-self: auto;
    padding-top: 0;
  }

  .sidebar-card{
    margin: 0;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.5);
    padding: 0;
    overflow: hidden;
  }

  /* Collapsed: show only the toggle bar */
  .sidebar-card__business,
  .sidebar-card__hours,
  .sidebar-card__trust,
  .sidebar-card__divider,
  .sidebar-card__summary{
    display: none;
  }

  /* Toggle bar */
  .sidebar-mobile-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    cursor: pointer;
  }

  .sidebar-mobile-bar__left{
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .sidebar-mobile-bar__icon{
    color: #D4A574;
    font-size: 18px;
  }

  .sidebar-mobile-bar__text{
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 600;
  }

  .sidebar-mobile-bar__total{
    color: #D4A574;
    font-size: 16px;
    font-weight: 700;
  }

  .sidebar-mobile-bar__chevron{
    color: #999;
    font-size: 14px;
    transition: transform 0.3s ease;
  }

  /* Expanded state */
  .booking-layout__sidebar.is-expanded .sidebar-card{
    max-height: 70vh;
    overflow-y: auto;
    padding: 0 0 20px;
  }

  .booking-layout__sidebar.is-expanded .sidebar-card__business,
  .booking-layout__sidebar.is-expanded .sidebar-card__hours,
  .booking-layout__sidebar.is-expanded .sidebar-card__trust,
  .booking-layout__sidebar.is-expanded .sidebar-card__divider,
  .booking-layout__sidebar.is-expanded .sidebar-card__summary{
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }

  .booking-layout__sidebar.is-expanded .sidebar-card__divider{
    padding: 0 20px;
  }

  .booking-layout__sidebar.is-expanded .sidebar-mobile-bar__chevron{
    transform: rotate(180deg);
  }

  /* Add bottom padding so content isn't hidden behind floating bar */
  .booking-layout__main{
    padding-bottom: 70px;
  }
}

.scroll-top{
  display: none;
}

.scroll-top-path{
  transition: stroke-dashoffset 10ms linear;
  stroke-dasharray: 307.876, 307.876;
  stroke-dashoffset: 307.876;
}

.footer-contact-centered .info-list{
  /* text-align: center; */
}

.footer-contact-centered .info-list li{
  display: flex;
  justify-content: center;
  gap: 10px;
}

/*** 
====================================================================
  Service Booking Section - New Design
====================================================================
***/

/* Service Booking Section - New Design */
.service-booking-section {
    margin-bottom: 60px;
}

.section-heading {
    text-align: center;
    color: #b08a61;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

/* Desktop Layout */
.desktop-view {
    display: grid;
    grid-template-columns: 320px 1fr;
    align-items: stretch;
    gap: 30px;
    max-width: 90%;
    margin: 0 auto;
}

.mobile-view {
    display: none;
}

/* Sidebar */
.service-sidebar {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #b08a61 #f0f0f0;
}

.service-sidebar::-webkit-scrollbar {
    width: 6px;
}

.service-sidebar::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
}

.service-sidebar::-webkit-scrollbar-thumb {
    background: #b08a61;
    border-radius: 3px;
}

/* Hide mobile detail view on desktop */
@media (min-width: 992px) {
    .mobile-detail-view {
        display: none !important;
    }
}

.search-box {
    position: relative;
    margin-bottom: 20px;
}

.service-search {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    color: #666;
}

.search-box i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-item {
    padding: 15px;
    margin-bottom: 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-item:hover {
    background: #f0f0f0;
}

.service-item.active {
    background: #e8ddd0;
}

.service-item-content {
    flex: 1;
}

.service-item .service-name {
    display: block;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 4px;
    font-size: 18px;
}

.service-item .service-price {
    display: block;
    color: #b08a61;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

.service-item .service-duration {
    display: block;
    color: #666;
    font-size: 16px;
}

.service-item .service-arrow {
    color: #b08a61;
    font-size: 18px;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.service-item:hover .service-arrow {
    transform: translateX(3px);
}

/* Add-On Services Expandable Section */
.addon-section {
    margin-top: 15px;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}

.addon-header {
    padding: 12px 15px;
    background: #f9f9f9;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.addon-header:hover {
    background: #f0f0f0;
}

.addon-header .addon-title {
    font-weight: 600;
    color: #b08a61;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.addon-header .addon-toggle {
    color: #b08a61;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.addon-header.expanded .addon-toggle {
    transform: rotate(180deg);
}

.addon-items {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.addon-items.expanded {
    max-height: 3000px;
}

.addon-item {
    padding: 12px 15px;
    margin: 6px 0;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addon-item:hover {
    background: #f0f0f0;
}

.addon-item.active {
    background: #e8ddd0;
}

.addon-item-content {
    flex: 1;
}

.addon-item .service-name {
    display: block;
    font-weight: 500;
    color: #1e1e1e;
    font-size: 16px;
    margin-bottom: 2px;
}

.addon-item .service-price {
    display: block;
    color: #b08a61;
    font-size: 13px;
    font-weight: 600;
}

.addon-item .service-arrow {
    color: #b08a61;
    font-size: 16px;
    margin-left: 10px;
}

/* Detail Panel */
.service-detail-panel {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
}

.service-detail {
    display: none;
}

.service-image {
    width: 100%;
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-title {
    font-size: 24px;
    color: #b08a61;
    margin-bottom: 8px;
    font-weight: 400;
}

.service-meta {
    color: #666;
    font-size: 16px;
    margin-bottom: 15px;
}

.service-description {
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.service-features li {
    color: #555;
    line-height: 1.8;
}

.service-note {
    color: #777;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 20px;
}

.add-on-btn {
    display: block;
    width: 100%;
    padding: 12px;
    background: #fff;
    border: 1px solid #b08a61;
    color: #b08a61;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.add-on-btn:hover {
    background: #f9f5f0;
}

.book-btn {
    display: block;
    width: 100%;
    padding: 14px;
    background: #b08a61;
    border: none;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.book-btn:hover {
    background: #9a7651;
}

/* Mobile Layout */
@media (max-width: 991px) {
    .desktop-view {
        display: none;
    }
    
    .mobile-view {
        display: block;
    }
    
    .mobile-back-header {
        display: flex;
        align-items: center;
        padding: 15px;
        background: #f9f9f9;
        margin-bottom: 15px;
    }
    
    .back-btn {
        background: none;
        border: none;
        font-size: 20px;
        color: #333;
        cursor: pointer;
        margin-right: 15px;
    }
    
    .mobile-section-title {
        font-size: 16px;
        color: #b08a61;
        letter-spacing: 1px;
        margin: 0;
    }
    
    .mobile-service-list {
        background: #f9f9f9;
        border-radius: 8px;
        padding: 15px 0;
    }
    
    .mobile-search {
        padding: 0 15px;
        margin-bottom: 15px;
    }
    
    .mobile-service-items {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .mobile-service-item {
        padding: 18px 15px;
        margin: 0 10px 8px 10px;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s ease;
        background: #fff;
        border: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .mobile-service-item:hover {
        background: #f0f0f0;
    }
    
    .mobile-service-item.active {
        background: #e8ddd0;
    }
    
    .mobile-service-item-content {
        flex: 1;
    }
    
    .mobile-service-item .service-name {
        display: block;
        font-weight: 600;
        color: #1e1e1e;
        margin-bottom: 4px;
        font-size: 18px;
    }
    
    .mobile-service-item .service-price {
        display: block;
        color: #b08a61;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 2px;
    }
    
    .mobile-service-item .service-duration {
        display: block;
        color: #666;
        font-size: 16px;
    }
    
    .mobile-service-item .service-arrow {
        color: #b08a61;
        font-size: 18px;
        margin-left: 10px;
        transition: transform 0.3s ease;
    }
    
    .mobile-service-item:active .service-arrow {
        transform: translateX(3px);
    }
    
    .mobile-detail-view {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: 85vh;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        transform: translateY(100%);
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        display: block;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    }
    
    .mobile-detail-view.active {
        transform: translateY(0);
    }
    
    .drag-handle {
        padding: 12px 0 8px;
        text-align: center;
        cursor: grab;
        user-select: none;
    }
    
    .drag-handle:active {
        cursor: grabbing;
    }
    
    .drag-indicator {
        width: 40px;
        height: 4px;
        background: #ccc;
        border-radius: 2px;
        margin: 0 auto;
    }
    
    .mobile-detail-content {
        padding: 20px;
        padding-top: 10px;
    }
    
    .mobile-detail-content .service-image {
        height: 240px;
        margin-bottom: 20px;
        border-radius: 12px;
        overflow: hidden;
    }
    
    .mobile-detail-content .book-btn {
        position: sticky;
        bottom: 0;
        margin-top: 20px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    }
}

/* Add backdrop overlay for mobile */
@media (max-width: 991px) {
    .mobile-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .mobile-backdrop.active {
        opacity: 1;
        visibility: visible;
    }
}

/* Location Selection Styles */
.location-selection {
    display: flex;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    justify-content: center;
}

.location-card {
    background: #1f1f1f;
    /* border: 2px solid #C4915E; */
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    flex: 1;
    /* max-width: 280px; */
}

.location-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(196, 145, 94, 0.25);
    border-color: #B8864F;
}

.location-card-content h3 {
    font-size: 20px;
    color: #8B6F47;
    margin-bottom: 12px;
    font-weight: 600;
}

.location-card-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
    min-height: 42px;
}

.location-card .booking-summary-button {
    background: linear-gradient(135deg, #D4A574 0%, #C4915E 100%);
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(196, 145, 94, 0.3);
}

.location-card .booking-summary-button:hover {
    background: linear-gradient(135deg, #C4915E 0%, #B8864F 100%);
    box-shadow: 0 4px 12px rgba(196, 145, 94, 0.4);
    transform: translateY(-2px);
}

@media only screen and (max-width: 767px) {
    .location-selection {
        flex-direction: column;
        gap: 15px;
        padding: 10px;
    }
    
    .location-card {
        padding: 20px 15px;
        max-width: 100%;
    }
    
    .location-card-content h3 {
        font-size: 18px;
    }
    
    .location-card-content p {
        font-size: 13px;
        min-height: auto;
    }
}

/* ===== Shop Eminence Page ===== */

.shop-intro{
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 28px;
  color: #555;
}

.shop-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 100%;
}

.shop-card{
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shop-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.shop-card__image{
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #f5f1ec;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-card__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.shop-card:hover .shop-card__image img{
  transform: scale(1.05);
}

.shop-card__content{
  padding: 20px;
  text-align: center;
}

.shop-card__title{
  font-size: 16px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 8px;
  line-height: 22px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-card__desc{
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-bottom: 12px;
  min-height: 44px;
}

.shop-card__price{
  font-size: 20px;
  font-weight: 700;
  color: #b08a61;
  margin-bottom: 16px;
}

.shop-card__btn{
  display: inline-block;
  padding: 10px 28px;
  background: #b08a61;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 0.3s ease;
  text-decoration: none;
}

.shop-card__btn:hover{
  background: #967348;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1199px){
  .shop-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 991px){
  .shop-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 575px){
  .shop-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .shop-card__image{
    height: 240px;
  }
}
