section.page-banner {
    background: url(../images/service-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /* will-change: transform; */
    height: 100vh;
    width: 100%;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.page-banner h1{
    margin-bottom: 10px;
    text-align:center;
    text-shadow:0 0 3px #000;
}
section.page-banner p{
    text-align:center;
    text-shadow:0 0 3px #000;
    color:#fff;
    margin-bottom:0;
}
section.spa-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
section.spa-section .container-fluid{
  padding:0;
}
.spa-left {
    background: var(--secondary-color);
    padding: 0;
    padding-top: 60px;
    padding-right: 60px;
}
.spa-left img{
 width:100%;
  height:450px;
  object-fit:cover;
}
.spa-right {
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    align-items: center;
}
.spa-right h2{
 font-size:50px;
  margin-bottom:20px;
}
.spa-right p{
 margin-bottom:20px; 
}

section.fitness-section h2 {
    font-size: 50px;
    margin-bottom: 20px;
}

.fitness-right {
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    position: relative;
    overflow: hidden;
}
.fitness-right h2, .fitness-right p{
    text-align:right;
    max-width: 350px;
}
.fitness-left img{
        width: 88%;
}
section.fitness-section, section.fitness-section .container-fluid{
    padding-left:0;
    padding-right:0;
}
.fitness-overlay {
    width: 120%;
    height: 340px;
    position: absolute;
    left: 20%;
    background: var(--secondary-color);
    top: 19%;
}

.fitness-content {
    position: relative;
}

.fitness-left {
    padding:0;
}

.spa-content {
    width: 100%;
    max-width: 350px;
}
section.spa-slider {
    padding-left: 0;
    padding-right: 0;
}
section.spa-slider .container-fluid{
 padding:0; 
}
section.spa-slider img{
 width:100%;
  height:450px;
  object-fit:cover;
}
.spa-head {
    max-width: 70%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}
.spa-head p{
     text-align: center;
}
section.spa-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  z-index:2;
  display: flex;
    gap: 5px;
}
section.spa-slider button.owl-dot {
    width: 10px;
    height: 10px;
    background: #fff !important;
    border-radius: 100%;
    opacity: 0.5;
}
section.spa-slider button.owl-dot.active {
    opacity: 1;
}
section.abt-head, section.abt-head p{
    text-align: center;
}
section.abt-head{
    padding-bottom:0;
}
section.abt-head h1{
    line-height: 1.3;
    font-weight: 400;
    color: var(--heading-color);
    margin-bottom: 10px;
    font-family: var(--heading-font);
}
@media(max-width: 767px){
    section.service-banner{
      height: 50vh;
    }
    .spa-head{
      max-width: 100%;
      padding: 0 12px;
  }
  .spa-section {
    padding: 0;
  }
  .spa-section .spa-left{
    padding: 0;
    padding-top: 0;
    padding-right: 0;
  }
  .spa-section .spa-right{
    padding-left: 12px;
    padding-right: 12px;
  }
  .spa-section .spa-right h2{
    font-size: var(--f32);
  }
  .spa-section .spa-content {
    margin-top: var(--m20);
  }
  .spa-section .spa-content , .spa-section .spa-right p ,.spa-section .spa-right h2{
    text-align: center;
  }
  .fitness-overlay{
    width: 100%;
    left: 0;
    top: 0;
  }
  section.fitness-section{
    padding-top: 15px;
  }
  .fitness-right{
    padding-left: 12px;
    padding-right: 12px;
    justify-content: center;
  }
  section.fitness-section h2{
    font-size: var(--f32);
    color: var(--white-color);
  }
  .fitness-right h2, .fitness-right p {
    text-align: center;
    max-width: unset;
    color: var(--white-color);
  }
  .fitness-content{
    padding-top: 15px;
  }
  .fitness-left img{
    margin-top: 20px;
    width: 100%;
  }
  

}