


/* header.header.style-default {
    position: absolute;
    width: 99%;
} */


/* Custom CSS for the slider that won't conflict with existing styles */
.page-title-slider {
    /* width: 100%; */
    /* margin: 0; */
    /* padding: 0; */
    /* overflow: hidden; */
}

/* .splide {
    width: 100%;
    margin: 0;
} */

.splide__slide {
    /* position: relative; */
}

/* .slide-content {
    width: 100%;
    height: 100%;
} */

/* Custom animation effects */
/* .splide__slide {
    opacity: 0.7;
    transform: scale(0.95);
    transition: all 1s ease;
} */

/* .splide__slide.is-active {
    opacity: 1;
    transform: scale(1);
} */

/* Custom pagination style */
/* .splide__pagination {
    bottom: 30px;
} */

/* .splide__pagination__page {
    background: #fff;
    opacity: 0.5;
    width: 12px;
    height: 12px;
    margin: 0 6px;
} */

/* .splide__pagination__page.is-active {
    opacity: 1;
    transform: scale(1.2);
    background: #fff;
} */

/* Arrow customization */
/* .splide__arrow {
    background: rgba(255,255,255,0.3);
    width: 40px;
    height: 40px;
    opacity: 0.7;
    transition: all 0.3s ease;
} */

/* .splide__arrow:hover {
    opacity: 1;
    background: rgba(255,255,255,0.5);
} */

/* .splide__arrow svg {
    fill: #fff;
    width: 24px;
    height: 24px;
} */



 /* Old Slide Css Ends Here */

 .page-title.style-2 {
    padding-top: 0px;
}

.tf-container .row .col-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.tf-spacing-14 {
    padding-top: 40px;
}


    .slider-container-custom1 {
      position: relative;
      width: 100%;
      max-width: 800px;
      height: 400px;
      overflow: hidden;
      border: 2px solid #ddd;
      border-radius: 8px;
    }

    .image-before-custom1,
    .image-after-custom1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .image-before-custom1 {
      z-index: 1;
      clip: rect(0, auto, auto, 50%);
    }

    /* Middle line */
    .slider-custom1 {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 50%;
      height: 100%;
      width: 2px;
      background-color: white;
      cursor: ew-resize;
    }

    /* Circle handle in the middle */
    .handle-custom1 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px;
      background-color: white;
      border-radius: 50%;
      border: 2px solid #ddd;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 0 5px rgba(0,0,0,0.3);
    }

    .handle-custom1::before {
      content: "⮜⮞";
      font-size: 18px;
      color: #ff5722;
    }


.text-with-img-1 .content {
    padding: 0px 0 83px;
}



.tab-pane {
    display: none !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-pane.show.active {
    display: block !important;
    opacity: 1;
}
