.swiper {
        width: 100%;
        height: auto;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
      }

  .swiper-parent-container {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    }

.swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

.swiper-gallery {
      background-size: cover;
      background-position: center;
    }

.gallery-top {
      height: 80%;
      width: 100%;
      overflow-x: hidden;
    }

.gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

.gallery-thumbs .swiper-gallery {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

.gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }


.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #e9ecef;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-colour);
}

.carouselSwiper,
.swiper-wrapper {
  width: 100%;
  height: auto !important;
}

.swiper.carouselSwiper p {
    font-size: 14px;
    font-weight: revert;
    text-align: start;
    color: #164040;
}


.swiper.carouselSwiper .swiper-slide {
    background-color: #fff;
    padding: 2%;
    border-radius: 0.5em;
    box-shadow: 0em 0em 0.1em rgb(0, 0, 0, 0.2);
}


.headline-section,
.headline-section .FadeSwiper,
.headline-section .swiper-wrapper,
.headline-section .swiper-slide {
  height: 85vh; /* Full screen height */
  min-height: 600px; /* Fallback for small screens */
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .headline-section,
  .headline-section .FadeSwiper,
  .headline-section .swiper-wrapper,
  .headline-section .swiper-slide {
    height: 80vh;
    min-height: 500px;
    max-width: 100%;
  overflow: hidden;
  }
}


.headline-section {
  position: relative;
  overflow: hidden;
  clip-path: ellipse(120% 90% at 50% 0%);
}

@media (min-width: 768px) {
  .headline-section {
    clip-path: ellipse(100% 75% at 50% 0%);
  }
}


.headline-section .swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}


.headline-content {
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.headline-section,
.headline-section .swiper-slide {
  overflow: hidden;
  contain: layout;
}

.headline-section .swiper-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}


.swiper-slide {
  flex-shrink: 0;
}

.headline-section .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
  z-index: 0;
}

.headline-section .aos-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem;
  color: white;
  max-width: 100%;
  overflow: hidden;
}

[data-aos] {
  will-change: transform, opacity;
}

.coverflow {
  padding-top: 20px;
  padding-bottom: 20px;
}

.coverflow .swiper-slide{
  width: 25%;
  min-width: 300px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0.2em 0.2em 0.5em rgb(0,0,0,0.2);
  border-radius: 1em;
  padding:1%;
  text-align: center;
  border:1px solid #fff;
}

.coverflow .swiper-slide .content-box{
    background-color:#fff;
    border-radius: 1em;
    padding:10%;
    box-shadow: 0.1em 0.1em 0.1em rgb(0,0,0,0.1);
}

.coverflow .swiper-slide{
    opacity:0;
}


.coverflow .swiper-slide-prev, .coverflow .swiper-slide-next{
    filter: blur(1px);
    opacity:0.7;
}

.coverflow .swiper-slide-duplicate-prev, .coverflow .swiper-slide-duplicate-next{
    filter: blur(5px);
   opacity:0.5; 
}

.coverflow .swiper-slide-active{
    opacity:1;
}


.testimonial-content{
  color:#666;
}