:root {
  --opaque-color: #f5f5f2; /* heading light */
  --heading-light-color: #af9e8d; /* heading */
  --heading-color: #4d4b49;   /* text */
  --text-color: #404040;  /* hower on button */
  /* Title category */
  --cat-opaque-color: #ffffff; /* heading light */
  --cat-heading-light-color: #ffffff; /* heading */
  --cat-heading-color: #ffffff;   /* text */
  /* Button */
  --btn-text-size: 12px;
  --btn-text-color: #4d4b49;   
  --btn-border-color: #cfc6bc; /* hower on button */
  --btn-border-light-color: #efebe7; /* hower on button */
  --btn-effect-top-offset: 3px;
  --btn-effect-sides-offset: -5px;
  --btn-animation-length: 400ms;
  --swiper-theme-color: #000;

  /* GOLD */
  --color-gold: #ccc3b8;

  /* section margins */
  --section-margin-bottom: 120px;
  --section-margin-bottom-medium: 100px;
  --section-margin-bottom-small: 80px;
  --section-margin-bottom-small-xs: 60px;

  /* Input colors */
  --input-border-color: #cfc6bc;
  --input-focus-color: #af9e8d;

  /* BG COLORS */
  --bg-color: #fcfafa;

  /* Star rating */
  --star-color: #cfc6bc;
  --star-fill-color: #af9e8d;

  /* Swiper */
  --sw-dark-color: #4d4b49;
  --sw-arrow-size: 65px;

  /* Menu */
  --menu-font-color: #4d4b49;
  --menu-divider-color: #efebe7;
  --menu-hover-color: #af9e8d; /* Link hover */
  --header-border-color: #efebe7;

  /* Procedure */
  --proc-border-color: #d8d0ce;
}
.post-date{
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold);
}
.blog-img-wrap{
  margin-bottom: 10px;
}
body.open{
  height: 100vh;
  overflow: hidden;
}
body{
  padding-top: 80px;
}
section{
  overflow: hidden;
}
.page-padding{
  margin-top: 60px;
}
.margin-mobile-30{
  margin-bottom: 30px;
}
@media (min-width: 1200px){
  .margin-mobile-30{
    margin-bottom: 0;
  }
}
@media (min-width: 1000px){
  body{
    padding-top: 0;
  }
  section{
    overflow: visible;
  }
  .page-padding{
    margin-top: 80px;
  }
}
@media (min-width: 1400px){
  .page-padding{
    margin-top: 120px;
  }
}

*{
  box-sizing: border-box;
}

/* .container {
  max-width: 1400px !important;
  padding-left: 16px;
  padding-right: 16px;
}
.container-medium {
  max-width: 1680px !important;
  padding-left: 16px; 
  padding-right: 16px;
} */

.row {
  --bs-gutter-x: 32px; /* Set gutter size */
}
/*  paralax */
.parallax-container, .parallax-containert{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.parallax-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 100%;
  transform: translate(-50% ,0);
  background-size: cover;
  background-position: center;
  will-change: transform;
}

.wave-1, .wave-1t {
  background-image: url('../images/wave-1.png'); /* Replace with your image */
  z-index: 1;
}

.wave-2, .wave-2t {
  background-image: url('../images/wave-2.png'); /* Replace with your image */
  z-index: 2;
  opacity: 0.7; /* Optional: Add transparency */
}
@keyframes upDown1 {
  0%, 100% { transform: translateY(-50%); }
  50% { transform: translateY(-53%); }
}
@keyframes upDown2 {
  0%, 100% { transform: translateY(-50%); }
  50% { transform: translateY(-47%); }
}

/* .wave-1{
  animation: upDown1 16s infinite ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.wave-2{
  animation: upDown2 8s infinite ease-in-out;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
} */
.z-index-2{
  position: relative;
  z-index: 2;
}
.bg-image{
  position: relative;
  /* background-image: url('../images/waves.png'); */
  background-color: var(--bg-color);
  /* background-size: 1920px; */
  /* background-position: center center; */
}
.section-wide{
  width: 100%;
}
.section-medium{
  width: 100%;
  padding: 0 120px;
}

@media (max-width: 1400px) {
  .section-medium{
    width: 100%;
    padding: 0 0;
  } 
}
.layout-inner{
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-margin{
  margin-bottom: var(--section-margin-bottom-small);
}
.section-margin.section-margin-small{
  margin-bottom: var(--section-margin-bottom-small-xs);
}
/* Classes Global */
.mbb-5{
  margin-bottom: 5px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-12{
  margin-bottom: 12px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-36{
  margin-bottom: 36px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-45{
  margin-bottom: 45px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-60{
  margin-bottom: 60px;
}
.mb-80{
  margin-bottom: 80px;
}
.relative {
  position: relative;
}
.pb-120{
  padding-bottom: 120px;
}
.section-padding{
  padding: 0 12px;
}
.over-hidden{
  overflow: hidden;
}
/* Additional files */
.swiper-container .button{
  border: 1px solid #fff;
}
.swiper-container .button .button-effect{
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.swiper-container .button .button-effect:after{
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.swiper-container .button .button-effect:before{
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.button{
  position: relative;
  display: inline-block;
  min-width: 225px;
  padding: 20px 10px;
  border: 1px solid var(--btn-border-color);
  background: transparent;
  color: var(--btn-text-color);
  font-size: var(--btn-text-size);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.2em;
}
  .button .button-effect{
    position: absolute;
    left: var(--btn-effect-sides-offset);
    right: var(--btn-effect-sides-offset);
    top: var(--btn-effect-top-offset);
    bottom: var(--btn-effect-top-offset);
    border: 1px solid var(--btn-border-light-color);
  }
    .button .button-effect:after, .button .button-effect:before{
      content: '';
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      opacity: 0;
      -webkit-transition: all var(--btn-animation-length) ease-out;
      -moz-transition: all var(--btn-animation-length) ease-out;
      -o-transition: all var(--btn-animation-length) ease-out;
      transition: all var(--btn-animation-length) ease-out;
      border: none;
    }

    .button:hover .button-effect:after, .button:hover .button-effect:before{
      width: 100%;
      height: 100%;
      opacity: 1;
    }
  .button .button-effect:after{
    left: -1px;
    bottom: -1px;
    border-left: 1px solid var(--btn-border-color);
    border-bottom: 1px solid var(--btn-border-color);
  }
  .button .button-effect:before{
    right: -1px;
    top: -1px;
    border-right: 1px solid var(--btn-border-color);
    border-top: 1px solid var(--btn-border-color);
  }
/* Button fix for WP markup editor */
  .button p{
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
  }


.bordered{
  border: 1px solid var(--btn-border-light-color);
  padding: 60px 0;
}

.align-center{
  align-items: center;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--menu-font-color);
}

.section-padding-mobile{
  /* padding-top: 40px; */
}
.mob-margin-g-review{
  margin-bottom: 30px;
}
.pad-1500-big, .container.pad-1500-big{
  padding-left: 10px;
  padding-right: 10px;
} 
.pad-1500-small, .container.pad-1500-small{
  padding-left: 10px;
  padding-right: 10px;
}
.w-img-300{
  width: 70%;
  max-width: 360px;
}
.sig-image{
  margin-bottom: 20px;
}
/* @media (min-width: 1000px){
  .w-img-300{
    width: 70%;
  }
  .sig-image{
    margin-bottom: 20px;
  }
} */
@media (min-width: 1515px){
  .w-img-300{
    width: 100%;
  }
  .sig-image{
    margin-bottom: 35px;
  }
}
.f-t-margin{
  margin-bottom: 40px;
}
.mob-mb-60{
  margin-bottom: 50px;
}
.mob-pad-20{
  padding-top: 20px;
}
.img-marg{
  margin-bottom: 55px;
}
  .img-marg.cancel{
    margin-bottom: 0;
  }
  .img-marg img{
    margin-bottom: 10px;
  }
  .img-marg .ttl{
    margin-bottom: 10px;
  }
.lt-02{
  letter-spacing: 0.2em;
}
.secion-padding{
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1200px){
  .img-marg{
    margin-bottom: 0;
  }
  .img-marg .ttl{
    margin-bottom: 5px;
  }
}
@media (min-width: 700px){
  .mob-margin-g-review{
    margin-bottom: 0px;
  }
}
@media (min-width: 1000px){
  .secion-padding{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mob-margin-g-review{
    margin-bottom: 0px;
  }
  .img-marg img{
    margin-bottom: 15px;
  }
  .f-t-margin{
    margin-bottom: 60px;
  }
  .section-margin{
    margin-bottom: var(--section-margin-bottom-medium);
  }
  .section-margin.section-margin-small{
    margin-bottom: var(--section-margin-bottom-small-xs);
  }
  .section-margin.margin-small{
    margin-bottom: 80px;
  }
  .section-padding-mobile{
    padding-top: 0;
  }
}

@media (min-width: 1500px){
  /* .pad-1500-big{
    padding-left: 0;
    padding-right: 0;
  } */
  .img-marg .ttl{
    margin-bottom: 10px;
  }
  .pad-1500-small,  .container.pad-1500-small{
    padding-left: 10%;
    padding-right: 10%;
  } 
}
/* Google */
#google-map {
  height: 350px;
  width: 100%;
}
.g-map{
  margin-bottom: 40px;
}
@media (min-width: 1000px){
  .g-map{
    margin-bottom: 0;
    height: 450px;
  }
  #google-map {
    height: 450px;
  }
}
@media (min-width: 1440px){
  #google-map {
    height: 550px;
  }
}
/* CONTAINE RBREEAKPOINTS */
.container{
  width: 100%;
}
.inner-section-padding{
  padding-left: 10px;
  padding-right: 10px;
}
.section-mobile-padding{
  padding-left: 10px;
  padding-right: 10px;
}
.conditional-paragraph{
  display: none;
}
.container-fluid.site-padding, .site-padding{
  padding-left: 20px;
  padding-right: 20px;
}
#sb_instagram{
  padding-bottom: 10px!important;
}
@media (min-width: 1000px){
  .section-mobile-padding{
    padding-left: 0;
    padding-right: 0;
  }
  .container, .container.extended, .container.standard{
    width: 900px;
  }
  .mob-pad-20{
    padding-top: 0;
  }
}
@media (min-width: 1200px){
  .container, .container.standard{
    width: 900px;
  }
  .mob-mb-60{
    margin-bottom: 0;
  }
  .container.extended {
    max-width: 1100px;
    width: 100%;
  }
}
@media (min-width: 1700px){
  .conditional-paragraph{
    display: block;
  }
  .container, .container.standard{
    width: 1400px;
    max-width: 1400px;
  }
  .container.extended {
    max-width: 1680px;
    width: 100%;
  }
  .secion-padding{
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.paragraph-divider{
  border-top: 1px solid var(--btn-border-light-color);
}
/* CATEGORY PROCEDURES TEMPLATE */
.page-heading-big{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  background-position: center center;
  background-size: cover;
}
.page-heading-big > div {
  width: 100%;
}
/* title ajustments */
.page-heading-big.title-heading .title-big .title-opaque{
  width: 100%;
}
.page-heading-big.title-heading .title-big .title-opaque{
  font-size: 25px;
}
.page-heading-big .title-big.title-center .title-opaque{
  top: -40px;
}
@media (max-height: 600px){
  .page-heading-big{
    height: 320px;
    background-position: center center;
    background-size: cover;
  }
}
@media (min-width: 1400px){
  .page-heading-big{
    height: 480px;
  }
}
@media (min-width: 768px){
  .page-heading-big.title-heading .title-big .title-opaque{
    font-size: 55px;
  }
  .page-heading-big .title-big.title-center .title-opaque{
    top: -23px;
  }
}
.category-list-title{
  margin-bottom: 30px;
  padding: 25px 30px;
  background-color: var(--bg-color);
}
.category-list .box-li{
  margin-bottom: 10px;
  border: 1px solid var(--btn-border-light-color);
  font-family: "Forum", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
}
.category-list .box-li.custom-box-li{
  border: 1px solid #cbc7c3;
  /* background-color: var(--bg-color); */
  background-color: #f9f5f5;
  font-size: 20px;
}
.category-list li a{
  display: block;
  padding: 20px 30px;
  letter-spacing: 0.05em;
}
.category-list li a.upper-text{
  text-transform: uppercase;
}
.category-list li:last-child{
  margin-bottom: 0;
}

/* blog list */
.blog-tag{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid var(--text-color);
  border-radius: 3px;
  font-size: 15px;
  color: var(--text-color);
}
.blog-img-wrap img{
  width: 100%;
  height: auto;
}
.display-block{
  display: block;
}
.single-post-tags{
  position: relative;
  background: white;
  z-index: 1000;
  max-height: 300px;
  padding-top: 40px;
}
@media (min-width: 1000px){
  .single-post-tags{
    position: sticky;
    top: 20px;
    padding-top: 0;
  }
}
.post-content p{
  font-size: 15px;
  line-height: 28px;
  color: var(--text-color);
}
.post-content p.highlight-blog{
  margin-top: 40px;
  font-size: 20px;
  color: var(--heading-light-color);
}
.post-content h3{
  font-size: 29px;
  line-height: 35px;
  font-family: "Forum", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--heading-color);
}
.post-content a{
  display: inline-block;
  padding-bottom: 2px;
  text-decoration: underline;
  color: #cfc6bc;
  font-weight: 500;
  line-height: 25px;
}
.article-box{
  border-bottom: 1px solid var(--header-border-color);
  padding-bottom: 40px;
  margin-bottom: 60px;
}
@media (min-width: 1300px){
  .post-content h3{
    font-size: 32px;
    line-height: 38px;
  }
}
.post-content img{
  display: block;
  width: 100%;
  height: 100%;
}
.post-content strong{
  font-weight: 500;
}

/* PRESS */
.press-item{
  margin-bottom: 70px;
}
.press-item img{
  width: 100%;
  max-width: 275px;
  height: auto;
  margin-bottom: 40px;
}

/* GOOGLE MAP INTAGRAM */

/* IG FEED */
#sb_instagram .sb_instagram_header, .sb_instagram_header, #sb_instagram #sbi_load{
  display: none;
}

/* #sb_instagram.sbi_col_4 #sbi_images, #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
#sb_instagram #sbi_images .sbi_item:nth-child(1){
  
} */

/* SIngle procedure page */
.negative-margin{
  margin-top: -25px;
}
.section-paragraph a{
  display: inline-block;
  color: #cfc6bc;
  font-size: 15px;
  line-height: 28px;
}
.section-paragraph p{
  font-size: 15px;
  line-height: 28px;
  color: var(--text-color);
}
.section-paragraph h3{
  font-size: 29px;
  line-height: 35px;
  font-family: "Forum", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--heading-color);
  margin-bottom: 15px;
}
.post-content strong, .post-content b, .section-paragraph strong, .section-paragraph b{
  font-weight: 500;
}

.precedure-content-image img{
  display: block;
  width: 100%;
  height: auto;
}
.para-box{
  margin-bottom: 20px;
}
.para-box:last-child{
  margin-bottom: 0;
}
.text-box-outer{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--bg-color);
}
[class^="col-"].text-box-inner{
  border-left: 1px solid var(--proc-border-color);
  padding-left: calc(var(--bs-gutter-x)* 1);
  padding-top: 10px;
  padding-bottom: 10px;
}
.text-box-inner ul{
  list-style-type: disc;
  padding-left: 20px;
  font-size: 15px;
  line-height: 28px;
  color: var(--text-color);
}
.post-content ul{
  list-style-type: disc;
  padding-left: 20px;
  font-size: 15px;
  line-height: 28px;
  color: var(--text-color);
}

/* accordion */
.accordion-item {
  margin-bottom: 5px;
}
.accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid var(--proc-border-color);
  cursor: pointer;
  letter-spacing: 0.05em;
}
.accordion-content {
  display: none;
  padding: 20px;
}
.accordion-content a{
  display: inline-block;
  color: #cfc6bc;
}
@media (min-width: 1000px){
  .accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    padding: 0 20px;
  }
  .accordion-content {
    display: none;
    padding: 40px 20px 30px;
  }
}

.accordion-content{
  font-size: 15px;
  line-height: 28px;
  color: var(--text-color);
}
.accordion-content strong, .accordion-content b{
  font-weight: 500;
}

.accordion-content ul{
  list-style-type: disc;
  padding-left: 20px;
}

button.search-btn{
  position: absolute;
  top: 17px;
  right: 20px;
  background: transparent;
  border: none;
  color: var( --btn-text-color);
  cursor: pointer;
}
.search-btn img{
  width: 16px;
  display: block;
}
.blog-post-wrap{
  margin-bottom: 40px;
}
@media (min-width: 1000px){
  .blog-post-wrap{
    margin-bottom: 70px;
  }
}

#sb_instagram .sbi_photo img
 {
    width: 100%;
    height: auto;
    object-fit: contain;
    scale: 1;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    vertical-align: middle;
}

/* Pagination wrapper */
.pagination-wrap ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination-wrap li {
  margin: 0 6px;
}

.pagination-wrap a,
.pagination-wrap span {
  display: block;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

.pagination-wrap a:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.pagination-wrap .current {
  background-color: #000;
  color: #fff;
  border-color: #000;
  font-weight: 600;
}

.pagination-wrap .dots {
  padding: 8px 12px;
  color: #999;
  cursor: default;
  border: none;
}