
#tag-section-1 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1200px;
}
#tag-section-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#tag-section-1 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#tag-section-1 .card {
  flex: 1 1 calc(33.333% - 20px);
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#tag-section-1 .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#tag-section-1 .card-body {
  padding: 15px;
}
@media (max-width: 992px) {
  #tag-section-1 .card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #tag-section-1 .card {
    flex: 1 1 100%;
  }
}



#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;
  }
}



#cta-banner-12 {
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #198754;
  color: #ffffff;
}
#cta-banner-12 .container {
  max-width: 800px;
}
#cta-banner-12 .cta-icon {
  margin-bottom: 1rem;
  opacity: 0.9;
}
#cta-banner-12 .benefit-headline {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#cta-banner-12 .benefit-description {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-12 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #cta-banner-12 .benefit-headline {
    font-size: 2.1rem;
  }
}
@media (max-width: 767.98px) {
  #cta-banner-12 {
    padding: 4rem 1rem;
  }
  #cta-banner-12 .benefit-headline {
    font-size: 1.8rem;
  }
  #cta-banner-12 .benefit-description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #cta-banner-12 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}


