
#hero-1 {
  text-align: center;
  padding: 100px 20px;
  background-color: #f8f9fa;
}
#hero-1 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-1 .hero-subtitle {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 30px;
}
.btn.btn-primary {
  padding: 12px 30px;
  font-size: 18px;
}



#mobile-app-16 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#mobile-app-16 .app-carousel-container {
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#mobile-app-16 .carousel-item img {
  max-height: 500px;
  object-fit: contain;
  margin: 0 auto;
}
#mobile-app-16 .carousel-control-prev-icon,
#mobile-app-16 .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 1rem;
  background-size: 50% 50%;
}
#mobile-app-16 .carousel-indicators [data-bs-target] {
  background-color: rgba(0, 0, 0, 0.7);
}
#mobile-app-16 .carousel-text-content {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#mobile-app-16 .carousel-title {
  font-weight: 700;
  margin-bottom: 1rem;
}
#mobile-app-16 .carousel-description {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
#mobile-app-16 .carousel-download-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
#mobile-app-16 .btn-download-app {
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#mobile-app-16 .btn-download-app:hover {
  background-color: #333;
  transform: translateY(-2px);
}
#mobile-app-16 .btn-download-app i {
  font-size: 1.8em;
  margin-right: 10px;
}
#mobile-app-16 .btn-download-app .button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}
#mobile-app-16 .btn-download-app .button-text span:first-child {
  font-size: 0.8em;
}
#mobile-app-16 .btn-download-app .button-text span:last-child {
  font-size: 1.1em;
  font-weight: 600;
}



#how-it-works-8 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#how-it-works-8 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#how-it-works-8 .numbered-list {
  counter-reset: step;
  list-style: none;
  padding: 0;
}
#how-it-works-8 .numbered-list li {
  position: relative;
  padding: 20px 20px 20px 60px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#how-it-works-8 .numbered-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #007bff;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#how-it-works-8 .numbered-list li h4 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  color: #007bff;
}
#how-it-works-8 .numbered-list li p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}



#features-3 {
  padding: 60px 0;
  background-color: #ffffff;
}
#features-3 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
#features-3 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
  text-align: center;
}
#features-3 .feature-item {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s, background-color 0.3s;
  border-radius: 8px;
  cursor: pointer;
}
#features-3 .feature-item:hover {
  transform: translateY(-10px);
  background-color: #e2f0f1;
}
#features-3 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
  transition: transform 0.3s, color 0.3s;
}
#features-3 .feature-item:hover .feature-icon {
  transform: scale(1.2);
  color: #138496;
}
#features-3 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-3 .feature-description {
  font-size: 14px;
  color: #6c757d;
}



#customer-support-5 {
  text-align: center;
  background: #f8f9fa;
  padding: 80px 0;
}
#customer-support-5 .support-content {
  max-width: 800px;
  margin: 0 auto;
}
#customer-support-5 h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #222;
}
#customer-support-5 p {
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 40px;
}
#chatbot-container {
  max-width: 400px;
  margin: auto;
  border-radius: 10px;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
#chat-header {
  background: #007bff;
  color: white;
  padding: 15px;
  text-align: left;
  font-weight: bold;
}
#chat-messages {
  max-height: 300px;
  overflow-y: auto;
  padding: 15px;
  background: #f4f4f4;
}
.chat-message {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.chat-message.bot {
  justify-content: flex-start;
}
.chat-message.user {
  justify-content: flex-end;
}
.chat-bubble {
  padding: 10px 15px;
  border-radius: 15px;
  max-width: 80%;
}
.bot .chat-bubble {
  background: #007bff;
  color: white;
  text-align: left;
}
.user .chat-bubble {
  background: #e0e0e0;
  text-align: right;
}
#chat-input-container {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 10px;
  background: white;
}
#chat-input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 1rem;
  border-radius: 5px;
  outline: none;
}
#chat-send {
  background: #007bff;
  border: none;
  color: white;
  padding: 10px 15px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
#chat-send:hover {
  background: #0056b3;
}



#call-to-action-8 {
  background-color: #17a2b8;
  color: #fff;
  padding: 70px 20px;
  text-align: center;
}
#call-to-action-8 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-8 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-8 .cta-btn {
  padding: 12px 30px;
  background-color: #fff;
  color: #17a2b8;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
#call-to-action-8 .cta-btn:hover {
  background-color: #e2e6ea;
  color: #17a2b8;
}
@media (max-width: 767.98px) {
  #call-to-action-8 h2 {
    font-size: 28px;
  }
  #call-to-action-8 p {
    font-size: 16px;
  }
}


