
#hero-6 {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-6 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-6 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.card-item {
  background: #f8f9fa;
  padding: 30px;
  margin: 15px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.card-icon {
  font-size: 48px;
  color: #2575fc;
  margin-bottom: 15px;
}
.card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-description {
  font-size: 16px;
  color: #555;
}



#faq-30 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-30 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2rem;
}
#faq-30 .faq-testimonial-block {
  background-color: #f8f9fa;
  padding: 2.5rem;
  border-radius: 12px;
  margin-bottom: 2.5rem;
  border-left: 5px solid #0d6efd;
}
#faq-30 .faq-testimonial-block:last-child {
  margin-bottom: 0;
}
#faq-30 .faq-question {
  font-weight: 600;
  font-size: 1.2rem;
  color: #212529;
  margin-bottom: 0.8rem;
}
#faq-30 .faq-answer {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#faq-30 .faq-testimonial blockquote {
  font-size: 1rem;
  font-style: italic;
  color: #333;
  margin: 0;
  padding: 1rem 0 0 0;
  border-top: 1px dashed #ced4da;
  position: relative;
}
#faq-30 .faq-testimonial blockquote::before {
  content: "\\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #adb5bd;
  font-size: 1.5rem;
  position: absolute;
  left: -15px;
  top: 1rem;
  opacity: 0.5;
}
#faq-30 .faq-testimonial .blockquote-footer {
  font-size: 0.95rem;
  color: #555;
  font-style: normal;
  margin-top: 0.8rem;
}
#faq-30 .faq-testimonial .blockquote-footer cite {
  font-weight: 600;
}



#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;
}



#text-block-9 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f0f2f5);
}
#text-block-9 .container {
  max-width: 800px;
}
#text-block-9 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 40px;
}
#text-block-9 .text-card {
  background-color: var(--card-bg-color, #ffffff);
  color: var(--text-color, #333333);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  border: var(--border-width, 4px) solid transparent;
  background-clip: padding-box;
}
#text-block-9 .text-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: calc(-1 * var(--border-width, 4px));
  border-radius: inherit;
  background: linear-gradient(
    to right,
    var(--grad-color-1, #833ab4),
    var(--grad-color-2, #fd1d1d),
    var(--grad-color-3, #fcb045)
  );
}
#text-block-9 .text-card .text-heading {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: inherit;
}
#text-block-9 .text-card .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.75;
  color: inherit;
  opacity: 0.85;
  margin-bottom: 1rem;
}
#text-block-9 .text-card .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-9 {
    padding: 60px 0;
  }
  #text-block-9 .text-card {
    padding: 30px;
  }
  #text-block-9 .text-card .text-heading {
    font-size: 1.8rem;
  }
  #text-block-9 .text-card .text-paragraph {
    font-size: 1rem;
  }
}



#call-to-action-23 {
  padding: 5rem 0;
  overflow: hidden;
}
.cta-form-content h2 {
  font-weight: 700;
  color: #312e81;
}
.cta-form-content p {
  color: #4f46e5;
  font-size: 1.1rem;
}
.cta-form-wrapper .input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
}
.cta-form-wrapper .form-control {
  min-height: 3.5rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: #e0e7ff;
}
.cta-form-wrapper .form-control:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.25);
}
.cta-form-wrapper .btn {
  min-height: 3.5rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cta-form-wrapper .btn:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}
@media (max-width: 991.98px) {
  .cta-form-content {
    margin-bottom: 2rem;
    text-align: center;
  }
}


