


/* 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 */
 
 
 
 /*About Splach Image Section Css Starts Here*/
.myshine-section {
    width: 100%;
    height: auto;
  }
  .myshine-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 16/9; /* apni zaroorat ke hisaab se adjust kar lo */
  }
  .myshine-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Shine overlay */
  .myshine-wrap::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -60%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.05) 25%,
      rgba(255,255,255,0.6) 50%,
      rgba(255,255,255,0.05) 75%,
      rgba(255,255,255,0) 100%);
    transform: translate(120%, -120%) rotate(-25deg);
    opacity: 0;
    pointer-events: none;
  }

  .myshine-active::after {
    opacity: 1;
    animation: myshine-sweep 2.5s ease-in-out forwards;
  }

  @keyframes myshine-sweep {
    0% {
      transform: translate(120%, -120%) rotate(-25deg);
      opacity: 0;
    }
    15% { opacity: 1; }
    100% {
      transform: translate(-120%, 120%) rotate(-25deg);
      opacity: 0;
    }
  } 
 /*About Splach Image Section Css End 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;
}


.header-logo{
    width:200px;
}

.tf-container-2 {
    margin-bottom: 10px;
}



.swiper-fade .swiper-slide {
    width: 100% !important;
}



.left-heading {
    position: absolute;
    top: 27%;
    left: 50px;
    transform: translateY(-50%);
    color: white;
    font-size: 10rem;
    line-height: 1;
    z-index: 10;
    font-weight: 900;
}


.testimonial.style-default .icon {
    color: #ff7b39b5;
}


.shape-img-bg .stop-color {
    stop-color: #ff593570;
}



.breadcrumb {
    justify-content: center;
}

@media (max-width: 767px) {

.left-heading {
    position: absolute;
    top: 25%;
    left: 50px;
    transform: translateY(-50%);
    color: white;
    font-size: 12vw;
    line-height: 1.4;
    z-index: 10;
    font-weight: 900;
}


.page-title .slide-inner img {
    object-fit: contain;
    width: 100%;
}

}





