footer {
    color: #333;
    padding-top: 20px;
  }
  
  footer .social-media {
    background-color: #21D192;
    color: white;
  }
  
  footer .social-media .me-5 {
    margin-right: 1.5rem;
  }
  
  footer .social-media a {
    color: white;
    margin-right: 15px;
    text-decoration: none;
  }
  
  footer h6 {
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #14274a;
    margin-bottom: 15px;
  }
  
  /* footer hr {
    width: 60px;
    background-color: #7c4dff;
    height: 2px;
    border: none;
    margin: 0 auto;
  } */
  .head1{
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
   
  }
  
  footer a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  footer a:hover {
    color: #7c4dff;
    text-decoration: none;
  }
  
  footer .contact-info p {
    margin-bottom: 10px;
  }
  
  footer .copyright {
    background-color: rgba(203, 201, 201, 0.2);
    color: #333;
    padding: 1px;
    font-size: 0.9rem;
  }
  :root {
    --primary-color: #000;
    --secondary-color: #888;
}

.main-content {
    position: relative;
    background: #eee;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.swiper-container-wrapper--timeline .swiper-slide {
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: transparent; /* Removed background color */
}

.swiper-container-wrapper--timeline .swiper-slide .container {
    padding: 0;
    width: 100%;
}

.swiper-container-wrapper--timeline .swiper-slide .title {
    font-size: 18px;
    opacity: 0;
    transition: 0.5s ease 0.5s;
}

.swiper-container-wrapper--timeline .swiper-slide.swiper-slide-active .title {
    opacity: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
    position: relative;
    margin-bottom: 70px;
    background-color: transparent;
    height: 4px;
    border-bottom: 1px solid var(--secondary-color);
    width: 75%;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--primary-color);
    height: 3px;
    top: 2px;
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar::before {
    position: absolute;
    top: 2px;
    left: -100%;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
    content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-progressbar::after {
    position: absolute;
    top: 3px;
    right: -100%;
    width: 100%;
    height: 1px;
    background-color: var(--secondary-color);
    content: "";
}

.swiper-container-wrapper--timeline .swiper-pagination-custom {
    position: relative;
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    display: flex;
    line-height: 1.66;
    bottom: 0;
    z-index: 11;
    width: 75%;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    position: absolute;
    font-weight: 400;
    right: 0;
    transform: translateX(50%);
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    z-index: 1;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title::after {
    position: absolute;
    top: calc(100% + 19px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    width: 12px;
    height: 12px;
    background: var(--primary-color);
    border-radius: 2rem;
    content: "";
    transition: 0.2s all ease-in-out;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
    font-weight: 400;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title::after {
    background: var(--primary-color);
    width: 25px;
    height: 25px;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
    color: var(--secondary-color);
    font-weight: 16px;
}

.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title::after {
    background: var(--secondary-color);
}

.swiper-container-wrapper--timeline .swiper-slide {
    background: transparent; /* Ensure the background is transparent */
    border-radius: 10px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.swiper-container-wrapper--timeline .swiper-slide:hover {
    transform: scale(1.05); 
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); 
}

.swiper-container-wrapper--timeline .swiper-slide .content-wrapper {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    padding: 20px; 
    text-align: left; 
}

.swiper-container-wrapper--timeline .swiper-slide .title {
    font-size: 24px; 
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--primary-color); 
    text-transform: uppercase;
    letter-spacing: 1px; 
    position: relative; 
}

.swiper-container-wrapper--timeline .swiper-slide .title::after {
    content: ""; 
    display: block;
    width: 50px; 
    height: 4px; 
    background: var(--secondary-color); 
    margin-top: 5px; 
}

.swiper-container-wrapper--timeline .swiper-slide .info-list {
    list-style: none;
    padding: 0; 
    margin: 0; 
}

.swiper-container-wrapper--timeline .swiper-slide .info-list li {
    font-size: 16px; 
    margin-bottom: 8px; 
    position: relative; 
    padding-left: 20px; 
    transition: color 0.3s ease; 
}

.swiper-container-wrapper--timeline .swiper-slide .info-list li:hover {
    color: var(--primary-color); 
}

.swiper-container-wrapper--timeline .swiper-slide .info-list li::before {
    content: ""; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); 
    width: 8px; 
    height: 8px; 
    background-color: var(--primary-color);
    border-radius: 50%; 
}
.full-screen-video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh; /* Full height for the video container */
  }
  
  .full-screen-video-container {
    position: relative;
    width: 100%;
    height: 100%; 
  }
  
  .background-image {
    position: absolute; 
    top: 50%; 
    left: 50%;
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transform: translate(-50%, -50%);
    z-index: 0; 
  }
  
  .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)); 
    color: white;
    padding: 20px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; 
    z-index: 1; 
    text-align: start; 
  }
  
  /* Media Query for Mobile Screens */
  @media (max-width: 768px) {
    .background-image {
        width: 100%; 
        height: 100%; 
        object-fit: cover; 
      }
  
    .text-overlay {
        padding: 10px; 
    }
  }
  .text1 {
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 50px;
    gap: 10px;
  }
.clients-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    background-color: #fff; 
    padding: 20px; 
    border-radius: 10px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
}

.text-section {
    flex: 1; 
}

.clients-title {
    font-weight: 500;
    font-size: 28px; 
    margin-bottom: 10px; 
    text-align: left; 
}

.pleasure-text {
    font-weight: 400; 
    font-size: 22px; 
    color: rgba(0, 0, 0, 0.5); 
    margin-top: 10px; 
    text-align: left; 
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 
}



.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin-top: -200px;
  /* background: rgb(255, 255, 255); */
  /* border-radius: 16px; */
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
  /* backdrop-filter: blur(7.4px); */
  /* -webkit-backdrop-filter: blur(7.4px); */
  /* border: 1px solid rgba(255, 255, 255, 0.4); */
}

.slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scrolling 20s linear infinite;

}

.slider-items img {
  width: 30%;
  margin: 20px;

}
.slim-edges-underline {
  font-family: Raleway, sans-serif;
  color: #00569E;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.slim-edges-underline::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px; 
  width: 70%; 
  height: 4px; 
  background: linear-gradient(to right, transparent 0%, #00569E 50%, transparent 100%);
}