


/* 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 Splash Image Section Css Starts Here*/
 
.image-container {
      position: relative;
      width: 500px;
      height: 350px;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 0 20px rgba(255,255,255,0.2);
    }

    .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
    }

    #image1 {
      z-index: 1;
    }

    #image2 {
      z-index: 2;
      display: none;
    }

    /* Shine Effect */
    .shine {
      position: absolute;
      top: -150%;
      right: -150%;
      width: 200%;
      height: 200%;
      background: linear-gradient(
        135deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.6) 50%,
        rgba(255,255,255,0) 100%
      );
      transform: rotate(25deg);
      opacity: 0;
      pointer-events: none;
      z-index: 5;
    }

    .shine.active {
      animation: shineMove 2.5s ease forwards;
    }

    @keyframes shineMove {
      0% {
        top: -150%;
        right: -150%;
        opacity: 0;
      }
      30% {
        opacity: 1;
      }
      100% {
        top: 150%;
        right: 150%;
        opacity: 0;
      }
    }
    
    
    img#myshineImg {
       display: none;
    }
    
    .splash-image-div {
    display: flex;
    justify-content: center;
    align-items: center;
}
 
 /*About Splash Image Section Css End Here*/
 
 
 
 /*About Thread Background Image Css Starts Here*/
 
 
 
  /* Unique Classes for Safety */
  .custom-image-section {
    position: relative;
    width: 100%;
    height: 400px;
  }

  .custom-bg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  }

  .custom-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
  }

  .custom-overlay-img {
    position: absolute;
    bottom: 20px;   /* neeche se 20px upar */
    right: 20px;    /* right side se 20px left */
    width: 120px;   /* overlay image size */
    height: auto;
    border-radius: 50%;   /* round shape (agar chahiye to remove kar dena) */
    border: 4px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  }
 
 /*About Thread Background Image Css Starts 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%;
}

}





