
.container_1 {
  max-width: 1800px;
  width: 100%;
  height: 350px;
  padding: 60px 0;
  background: #efefef;
}
.slide-container {
  margin: 0 30px;
  overflow: hidden;
  
}
.card {
  background: #fff;
  border-radius: 8px;
  
}
.card .image-box {
  height: 150px;
}
.card .image-box img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}
.card .profile-details {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 15px;
}
.card .profile-details img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.profile-details .name {
  font-size: 15px;
  font-weight: 500;
}
.profile-details .job {
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
}

.swiper-navBtn {
  color: #000;
  height: 50px;
  width: 50px;
  transform: translateY(-40%);
  background: #fff;
  border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 24px;
}

.swiper-pagination-bullet {
  background-color: #333;
}

@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}


.thank-you-container {
      background: white;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      max-width: 400px;
    }
    .thank-you-container h1 {
      color: #232323;
      font-size: 2.5em;
      margin-bottom: 10px;
    }
    .thank-you-container p {
      font-size: 1.2em;
      margin-bottom: 20px;
    }
    .thank-you-container .icon {
      font-size: 4em;
      color: #F57A0F;
      margin-bottom: 20px;
    }
    .thank-you-container a {
      display: inline-block;
      padding: 12px 25px;
      
      color: white;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
    }
    .thank-you-container a:hover {
      background: #fff;
    }
	
/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/preloader.gif) center no-repeat #fff;
  text-align: center;
}

