
#text-block-2 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  color: var(--text-color, #343a40);
}
#text-block-2 .container {
  max-width: 1140px;
}
#text-block-2 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 50px;
}
#text-block-2 .column-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-color, #343a40);
  margin-bottom: 20px;
  border-bottom: 2px solid var(--heading-border-color, #0d6efd);
  padding-bottom: 8px;
  display: inline-block;
}
#text-block-2 .column-paragraph {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 1rem;
}
#text-block-2 .column-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-2 .column-heading {
    font-size: 1.35rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-2 {
    padding: 60px 0;
  }
  #text-block-2 .section-title-main {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  #text-block-2 .text-column:first-child {
    margin-bottom: 40px;
  }
  #text-block-2 .column-paragraph {
    font-size: 0.95rem;
  }
}



#features-4 {
  padding: 60px 0;
  text-align: center;
}
#features-4 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-4 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-4 .feature-item {
  padding: 30px;
  border-radius: 8px;
  color: #ffffff;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-4 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
#features-4 .feature-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
#features-4 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-4 .feature-description {
  font-size: 14px;
  color: #f8f9fa;
}
#features-4 .feature1 {
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
}
#features-4 .feature2 {
  background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);
}
#features-4 .feature3 {
  background: linear-gradient(135deg, #43cea2 0%, #185a9d 100%);
}
#features-4 .feature4 {
  background: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%);
}



#faq-16 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-16 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #212529;
}
#faq-16 .faq-list-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#faq-16 .faq-minimal-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
}
#faq-16 .faq-minimal-item:last-child {
  border-bottom: none;
}
#faq-16 .faq-minimal-question {
  font-weight: 600;
  font-size: 1.15rem;
  color: #343a40;
  margin-bottom: 0.8rem;
  display: block;
}
#faq-16 .faq-minimal-answer {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 0;
}



#call-to-action-6 {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
#call-to-action-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#call-to-action-6 .cta-content {
  position: relative;
  z-index: 1;
}
#call-to-action-6 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}
#call-to-action-6 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#call-to-action-6 .cta-btn {
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background-color: #17a2b8;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-6 .cta-btn:hover {
  background-color: #138496;
}
@media (max-width: 767.98px) {
  #call-to-action-6 h2 {
    font-size: 28px;
  }
  #call-to-action-6 p {
    font-size: 16px;
  }
}


