.header-description {
  max-width: 700px;
  width: 100%; /* Make it responsive */
  height: 150px; /* Adjust the height for a rectangular shape */
  margin: 0 auto; /* Center the content horizontally */
  font-size: 20px; /* Set a suitable font size */
  padding: 20px;
  color: white !important;
  text-align: center;
  /* background-color: rgba(0, 0, 0, 0.7);  */
  border-radius: 8px; /* Add subtle rounded corners */
  /* box-shadow: 0 4px 10px rgba(0.1, 0.2, 0.2, 0.7); */
  display: flex; /* Flexbox for centering text */
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 1.8;
}

.header-description {
  color: white !important;
  justify-content: center;
  align-items: center;
}

.first-title,
.header-name,
.header-name span {
  color: white !important;
  font-size: 40px;
}

/* CSS specific to .services section */
.services .services-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.services .services-subtitle {
  font-size: 1rem;
  color: #666;
}

.services .services-box {
  background-color: #fff !important;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1) !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
  padding: 20px;
  position: relative;
  overflow: hidden;
  color: #333;
  border-radius: 8px;
}

.services .services-box:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 16px 32px rgba(0, 0, 0, 0.2) !important;
  transform: translateY(-10px) !important;
}

.services .services-icon i {
  font-size: 3rem;
  color: #e65f78;
  transition: color 0.3s ease, transform 0.3s ease;
}

.services .services-box:hover .services-icon i {
  color: #cc4f6c !important;
  transform: scale(1.2) !important;
}

.services .services-box-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 15px;
}

.services .services-box-text {
  font-size: 1rem;
  color: #666;
  margin-top: 10px;
}

/* Add some responsive design for smaller screens */
@media (max-width: 768px) {
  .services .services-title {
    font-size: 2rem;
  }

  .services .services-subtitle {
    font-size: 1rem;
  }

  .services .services-box {
    padding: 15px;
    margin-bottom: 25px;
  }

  .services .services-icon i {
    font-size: 2.5rem;
  }

  .services .services-box-title {
    font-size: 1.1rem;
  }

  .services .services-box-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 1000px) {
  .services .services-box {
    padding: 15px;
    margin-bottom: 25px;
  }
}

/* Testimonials Section */
#client {
  padding: 60px 0;
  background-color: #f9f9f9;
}

#client .text-center h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

#client .text-muted.section-subtitle {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.owl-carousel .item:hover {
  transform: scale(1.05);
}

.testi_boxes {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.testi_boxes:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.tam_testi_icon {
  font-size: 3rem;
  color: #ff6f61;
  margin-bottom: 15px;
}

.client_review {
  font-size: 1rem;
  font-style: italic;
  color: #555;
  margin-bottom: 10px;
}

.client_name {
  font-size: 1.1rem;
  color: #333;
}

.client_name .fw-bold {
  font-weight: 700;
}

/* Owl Carousel Styles */
.owl-carousel .owl-item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-stage {
  display: flex;
  transition: transform 1s ease;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel .owl-dot {
  background-color: #ddd;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 0 5px;
}

.owl-carousel .owl-dot.active {
  background-color: #ff6f61;
}

.owl-carousel .owl-nav {
  display: none;
}

.owl-carousel .owl-item img {
  max-width: 100%;
  border-radius: 50%;
}
#services,
#client {
  background-color: #050816;
  line-height: 30px;
}
.bgblueshPurple,
.navbarBlueshPurple {
  background-color: #050816;
  line-height: 30px;
}

.navbarBlueshPurple {
  color: white;
}
