
.scroll-content:hover {
    animation-play-state: paused; 
}
a {
    text-decoration: none; 
    color: inherit; 
}

.scrollable-services {
    max-height: 706px; 
    overflow-y: auto; 
    overflow-x: hidden; 
}


.scrollable-services::-webkit-scrollbar {
    width: 0px; 
}

.scrollable-services::-webkit-scrollbar-thumb {
    background-color: #ccc; 
    border-radius: 4px; 
}

.scrollable-services::-webkit-scrollbar-track {
    background-color: #f9f9f9; 
}


 .hero-section {
            text-align: center;
            /*padding: 60px 20px;*/
        }
        
        .hero-logo {
            width: 150px; /* Adjust based on actual logo size */
        }

        .hero-title {
            font-size: 28px;
            font-weight: normal;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin: 20px 0;
            font-family: "Times New Roman", serif;
        }

        .hero-subtitle {
            font-size: 16px;
            color: #666;
            font-family: "Times New Roman", serif;
        }



  .service-item {
            padding: 17px;
            transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
            border-radius: 17px; /* Optional: Adds rounded corners */
        }

        .service-item:hover {
            background-color: #f2f2f2; /* Change to your desired hover color */
            transform: translateY(-5px); /* Slight lift effect */
        }

        /* Image Zoom Effect */
        .service-item .icon img {
            transition: transform 0.3s ease-in-out;
            width: 100%; /* Ensures responsiveness */
           
        }

        .service-item:hover .icon img {
            transform: scale(1.1); /* Zoom effect */
        }
        
        .service-new {
         padding-top: 200px;
          }
          
          @media (max-width: 768px) {
          .service-new {
          padding-top: 5px;
   
          }

          }
        
 
        
        .inquiry-title {
            font-size: 32px;
            font-family: 'Times New Roman', serif;
            font-weight: normal;
        }

        .inquiry-title span {
            font-family: 'Dancing Script', cursive;
            font-size: 38px;
            font-weight: bold;
        }

       
      
        .testimonial-card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            margin: 10px;
            position: relative;
            background-color: #fff;
        }

        .profile-pic {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
        }

        .name {
            font-size: 1.1rem;
            font-weight: bold;
            margin-bottom: 0;
        }

        .location {
            font-size: 0.9rem;
            color: #6c757d;
        }

        .review-text {
            font-size: 0.95rem;
            color: #333;
            margin-top: 10px;
            line-height: 1.5;
        }

        .read-more {
            color: #dc3545;
            text-decoration: none;
            font-weight: bold;
        }

        .read-more:hover {
            text-decoration: underline;
        }

        .stars {
            color: #f1c40f;
            margin-top: 10px;
        }

        .nav-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.5rem;
            color: #6c757d;
            cursor: pointer;
        }

        .left-arrow {
            left: -30px;
        }

        .right-arrow {
            right: -30px;
        }
        
        

   .heading {
            display: flex;
            align-items: center;
            font-size: 36px;
        }
        .heading .quick {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
        }
        .heading .inquiry {
            font-family: 'Dancing Script', cursive;
            font-weight: 700;
            font-size: 48px;
            margin-left: 8px;
        }
        
    .scroll-container {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}


.scroll-content {
    display: flex;
    animation: scrollLoop 10s linear infinite;
}

@keyframes scrollLoop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

    .video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .video-container video,
  .video-container img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  .video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

@media (max-width: 768px) {
 .video-container {
   height: 70vh;
            }
 .video-container video {
          height: 100%;
          min-width: 100%;
          min-height: 100%;
            }
        }
        
        .rise-text {
    font-size: 35px;
  }

  @media (max-width: 576px) { 
    .rise-text {
      font-size: 24px;
    }
  }
  
   .ttest{ 
       font-size: 50px;
   }
     @media (max-width: 576px) { 
    .ttest {
      font-size: 30px;
    }
  }
  
  
  
   .btn-outline-dark-custom {
      border: 1px solid black;
      border-radius: 50px;
      padding: 10px 30px;
      font-weight: bold;
      letter-spacing: 1px;
    }
    .section-content {
      /*min-height: 100vh;*/
      display: flex;
      align-items: center;
      background: #fff;
    }
    .img-fluid-custom {
      max-width: 100%;
      height: auto;
      object-fit: cover;
    }
    
     
.black-btn {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 1rem;
  transition: background 0.3s;
}

   


    .banner-button {
      background-color: #fff;
      color: #000;
      font-weight: bold;
      padding: 0.75rem 1.5rem;
      border: none;
      border-radius: 5px;
      margin-top: 1rem;
      display: inline-block;
    }

    
    .contact-box {
      background: #fff;
      border-radius: 30px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      overflow: hidden;
      padding: 40px;
    }
    .contact-image {
      max-width: 100%;
      height: auto;
    }
    .form-control::placeholder {
      color: #adb5bd;
    }
    .btn-danger {
      padding: 10px 30px;
      font-weight: 600;
    }
    




.stats-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
      padding: 20px;
      text-align: left;
      margin-bottom: 20px;
    }
    .stats-card img {
      width: 40px;
      margin-bottom: 10px;
    }
    .stats-number {
      font-size: 18px;
      font-weight: bold;
    }
    .stats-label {
      color: #6c757d;
    }
    
  
  .card-container {
      position: relative;
      margin-bottom: 80px;
    }

    .img-card {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .img-card img {
      width: 100%;
      display: block;
    }

    .info-card {
      position: absolute;
      left: 50px;
      right: 50px;
      bottom: -30px;
      background: #fff;
      border-radius: 12px;
      padding: 15px 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .info-text h6 {
      margin: 0;
      font-weight: bold;
    }

    .info-text p {
      margin: 0;
      font-size: 14px;
      color: #666;
    }

    .arrow-circle {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background-color: #000;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
    }



    @media (max-width: 768px) {
      .info-card {
        bottom: -20px;
      }
    }




    .swiper {
      width: 100%;
      padding: 50px 0;
    }

    .swiper-slide {
      position: relative;
      border-radius: 15px;
      overflow: hidden;
    }

    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .slide-caption {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: white;
      /*text-shadow: 1px 1px 5px rgba(0,0,0,0.7);*/
    }

    .slide-caption h3 {
      margin: 0;
      font-size: 30px;
      font-weight: bold;
    }

    .slide-caption p {
      margin: 5px 0 0;
      font-size: 15px;
    }


.slide-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
}


@media (max-width: 768px) {
  .swiper-slide {
    
    height: auto;
  }

  .slide-caption {
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-size: 90%;
    text-align: center;
  }

  .slide-caption h3 {
    font-size: 20px;
  }

  .slide-caption p {
    font-size: 13px;
  }
}
  
  



   




 
    
    

    
    
    

    
   




