.special-text {
    font-family: 'Lunar Type', serif;
    font-weight: 400 !important;
    font-style: italic !important;
}
.client-experience-section h2 {
    font-size: 30px;
    margin: 20px 0px;
    font-weight: 400;
}
.client-experience-section {
    padding: 100px 0px;
    /* margin-top: 100px; */
    margin-bottom: 0px;
}
.testimonial-container {
    background-color: #fff;
    border-radius: 40px 150px 40px 40px;
    color: #000 !important;
    overflow: hidden;
    padding: 20px;
}
.testimonial-container img {
    border-radius: 20px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 20px;
}
.textimonial-text {
    font-size: 1rem;
    line-height: 1.2rem;
}
.person-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.person-info p {
    line-height: 1rem;
}
.swiper-slide-next {
    /* transform: translate3d(-530px, 0px, -100px) rotateX(0deg) rotateY(30deg) scale(1) !important; */
}
.swiper-slide-prev {
    /* transform: translate3d(530px, 0px, -100px) rotateX(0deg) rotateY(-30deg) scale(1) !important; */
}
.swiper-slide-shadow-left {
    background-image: none !important;
}
.swiper-slide-shadow-right {
    background-image: none !important;
}
.custom-swiper-btn {
    background: transparent !important;
    border: 0px;
}
.custom-swiper-btn svg {
    width: 80px;
    height: 80px;
}
.swiper-nav-text {
    font-size: 30px;
}
@media only screen and (max-width: 1024px) {
    .client-experience-section {
        /* margin-bottom: 100px; */
    }
}
@media only screen and (max-width: 768px) {
    .client-experience-section {
        margin-bottom: 50px;
        padding: 50px 0px;
    }
}
@media only screen and (max-width: 480px) {
    .testimonial-container {
        padding: 10px;
    }
    .testimonial-container img {
        width: 70px;
        height: 70px;
        margin-right: 10px;
    }
    .textimonial-text {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .person-info p {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
    .client-experience-section {
        /* height: 90vh; */
        padding: 0px;
        margin-top: 100px;
    }
}


.image-info-container{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.swiper-slide img{
  /* filter: brightness(0.4); */
  border-radius: 20px;
}

/* Coming Soon Message Styles */
.coming-soon-message {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 40px 20px;
}

.coming-soon-content {
  text-align: center;
  background: linear-gradient(135deg, rgba(52, 56, 85, 0.9), rgba(43, 47, 73, 0.9));
  border-radius: 30px;
  padding: 60px 40px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.coming-soon-content i {
  font-size: 80px;
  color: #a78bfa;
  margin-bottom: 20px;
  display: block;
  animation: pulse 2s ease-in-out infinite;
}

.coming-soon-content h3 {
  font-family: 'Exo 2', sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.coming-soon-content p {
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.6;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

@media only screen and (max-width: 768px) {
  .coming-soon-message {
    min-height: 300px;
    padding: 30px 15px;
  }
  
  .coming-soon-content {
    padding: 40px 30px;
  }
  
  .coming-soon-content i {
    font-size: 60px;
  }
  
  .coming-soon-content h3 {
    font-size: 28px;
  }
  
  .coming-soon-content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .coming-soon-message {
    min-height: 250px;
    padding: 20px 10px;
  }
  
  .coming-soon-content {
    padding: 30px 20px;
    border-radius: 20px;
  }
  
  .coming-soon-content i {
    font-size: 50px;
  }
  
  .coming-soon-content h3 {
    font-size: 24px;
  }
  
  .coming-soon-content p {
    font-size: 14px;
  }
}
