.section-title {
  color: #1a0a4e;
  font-weight: 700;
}

.section-subtitle {
  color: #444;
  margin-bottom: 50px;
}

.text-dark-blue {
  color: #1a0a4e;
}

.text-content {
  color: #333;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.btn-purple {
  background-color: #a134d6;
  color: #ffffff;
  border: none;
  padding: 14px 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 5px 15px rgba(161, 52, 214, 0.3);
  font-size: 16px;
  transition: all 0.3s ease;
}

.btn-purple:hover {
  color: #DA00A9 ;
  opacity: 0.9;
  transform: translateY(-2px);
}

.feature-card {
  border: 1px solid #e0d4f3;
}

.feature-card .icon-circle {
  width: 80px;
  height: 80px;
  background-color: #f0e6ff;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
}

.feature-card .icon-circle img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.feature-card .card-title {
  color: #1a0a4e;
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-card .card-text {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.application-tabs .nav-link {
  margin: 0 8px;
  border: 1px solid #ddd;
  color: #555;
  border-radius: 50px;
  font-weight: 600;
  padding: 8px 25px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

.application-tabs .nav-link.active {
  border-color: #a134d6;
  color: #a134d6;
  background-color: #fff;
}

.application-tabs .nav-link:hover {
  border-color: #c08de0;
  color: #a134d6;
}

.application-tabs .tab-content img {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

.how-it-works .icon-circle-small {
  width: 60px;
  height: 60px;
  background-color: #f0e6ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.how-it-works .icon-circle-small img {
  width: 30px;
  height: 30px;
}

.how-it-works .item-title {
  color: #1a0a4e;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

.how-it-works .item-text {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.footer-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  min-height: 300px;
}

.footer-section p {
  color: #ffffff !important;
  font-size: 15px;
}

.footer-section a {
  color: #ffffff !important;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-section a:hover {
  color: #e0d4ff !important;
}

.footer-section h6 {
  color: #ffffff !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-section .logo-text {
  line-height: 1.6;
}

.btn-gradient-purple {
  background: linear-gradient(90deg, #e134ff 0%, #8a32ff 100%);
  border: none;
  color: white;
  padding: 12px 30px;
  font-weight: 600;
  transition: opacity 0.3s;
  text-decoration: none;
  display: inline-block;
}

.btn-gradient-purple:hover {
  opacity: 0.9;
  color: white;
}

.title-underline {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #e134ff 0%, #8a32ff 100%);
  border-radius: 2px;
  margin: 15px auto 25px auto;
}

.title-underline.start {
  margin: 15px 0 30px 0;
}

.section-heading h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-heading p {
  font-size: 1.1rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto 60px auto;
}

.hero-section {
  background-color: #fdfcff;
  padding: 5rem 0;
}

.hero-section .section-title {
  font-weight: 700;
  color: #1a1a1a;
}

.hero-section .desc-text {
  color: #555;
  font-size: 1.25rem;
  line-height: 1.6;
}

.feature-section-layout {
  padding: 80px 0;
  background-color: #ffffff;
}

.feature-content {
  text-align: left;
}

.feature-content h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 20px;
}

.feature-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 30px;
}

.feature-content .btn-gradient-purple {
  padding: 12px 25px;
  border-radius: 8px;
}

.tts-applications-section {
  padding: 80px 0;
  background-color: #f8f7fc;
  position: relative;
}

.swiper-slide .icon-circle {
  width: 80px;
  height: 80px;
  background-color: #f0e6ff;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.swiper-slide h5 {
  font-weight: 700;
  color: #2b2b2b;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.swiper-slide p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 20px;
}

.swiper-slide a {
  color: #8a32ff;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.swiper-slide a:hover {
  color: #e134ff;
}

@media (max-width: 991.98px) {
  .hero-section .inner.text-start {
    text-align: center !important;
  }

  .hero-section .button-group {
    display: flex;
    justify-content: center;
  }

  .feature-content {
    text-align: center;
  }

  .feature-section-layout .row.reverse-on-mobile {
    flex-direction: column-reverse;
  }

  .swiper-slide {
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .application-tabs .nav {
    flex-wrap: wrap;
  }

  .application-tabs .nav-item {
    margin-bottom: 10px;
  }

  .application-tabs .nav-link {
    margin: 0 5px;
    padding: 6px 20px;
  }

  .swiper-slide {
    width: 100% !important;
  }

  .small {
    font-size: 0.75rem; 
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .application-tabs .tab-content img {
    min-height: 520px;
  }

  .img-bleed-right {
    width: 50vw;
    max-width: none;
    display: block;
  }
}

.voice-card {
    background: #fff;
    border-radius: 50px; 
    padding: 10px 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); 
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%; 
    border: 1px solid transparent;
}

.voice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.voice-card-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.voice-card-info {
    flex-grow: 1; 
    text-align: left;
}

.voice-card-info h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #212529;
}

.voice-card-info p {
    font-size: 13px;
    color: #6c757d; 
    margin: 0;
    font-weight: 500;
}

.btn-play {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1A2035; 
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 10px;
    flex-shrink: 0; 
}

.btn-play:hover {
    background-color: #303a5e;
}

.view-all-card {
    justify-content: space-between; 
}

.avatar-group {
    display: flex;
    align-items: center;
}

.img-overlap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -15px; 
}

.img-overlap:first-child {
    margin-left: 0;
}

.view-all-link {
    text-decoration: none;
    color: #6c757d;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.view-all-link:hover {
    color: #1A2035;
}

.btn-play svg, 
.btn-play path, 
.btn-play rect {
    pointer-events: none; 
}