
#hero-23 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 5rem 0;
  text-align: center;
}
#hero-23 .container {
  position: relative;
  z-index: 2;
}
#hero-23 .hero-content-wrapper-23 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-23 .hero-title-23 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-23 .hero-subtitle-23 {
  font-size: 1.15rem;
  font-weight: 300;
  margin-bottom: 1.75rem;
  opacity: 0.95;
}
#hero-23 .hero-cta-button-23 {
  display: inline-block;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease, filter 0.2s ease;
}
#hero-23 .hero-cta-button-23:hover {
  filter: brightness(115%);
}
@media (max-width: 767.98px) {
  #hero-23 {
    min-height: 50vh;
    padding: 4rem 0;
  }
  #hero-23 .hero-title-23 {
    font-size: 2.4rem;
  }
  #hero-23 .hero-subtitle-23 {
    font-size: 1.1rem;
  }
}



#contact-2 {
  position: relative;
  background: url("{{ absolute_url($data['contact-2']['background_image']) }}")
    center/cover no-repeat;
  color: #fff;
  padding: 120px 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
#contact-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#contact-2 .overlay-content {
  position: relative;
  text-align: center;
  z-index: 1;
}
#contact-2 .overlay-content h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
#contact-2 .overlay-content p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}
#contact-2 .btn-overlay {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
}
#contact-2 .btn-overlay:hover {
  background-color: #fff;
  color: #000;
}



#text-block-4 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-4 .container {
  max-width: 960px;
}
#text-block-4 .section-title-optional {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-4 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
}
#text-block-4 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-4 .list-heading-optional {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-color, #343a40);
  margin-top: 40px;
  margin-bottom: 25px;
}
#text-block-4 .icon-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
#text-block-4 .icon-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color, #495057);
}
#text-block-4 .icon-list-item i {
  font-size: 1.2rem;
  color: var(--icon-color, #17a2b8);
  margin-right: 12px;
  margin-top: 0.2em;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
#text-block-4 .icon-list-item span {
  flex-grow: 1;
}
@media (min-width: 768px) {
  #text-block-4 .icon-list.list-cols-2 {
    column-count: 2;
    column-gap: 30px;
  }
  #text-block-4 .icon-list.list-cols-2 .icon-list-item {
    break-inside: avoid;
  }
}
@media (max-width: 767.98px) {
  #text-block-4 {
    padding: 60px 0;
  }
  #text-block-4 .text-heading {
    font-size: 2rem;
  }
  #text-block-4 .text-paragraph,
  #text-block-4 .icon-list-item {
    font-size: 0.95rem;
  }
  #text-block-4 .list-heading-optional {
    font-size: 1.25rem;
  }
  #text-block-4 .icon-list.list-cols-2 {
    column-count: 1;
  }
}



#customer-support-15 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#customer-support-15 .section-title-header {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 600;
  color: #343a40;
}
#customer-support-15 .quick-contact-item {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
}
#customer-support-15 .item-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  margin-right: 1.5rem;
}
#customer-support-15 .item-icon i {
  font-size: 1.5rem;
  color: var(--bs-primary);
  vertical-align: middle;
}
#customer-support-15 .item-content {
  flex-grow: 1;
}
#customer-support-15 .item-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #343a40;
}
#customer-support-15 .item-text {
  font-size: 1rem;
  color: #495057;
  margin-bottom: 0.25rem;
  word-break: break-word;
}
#customer-support-15 .item-text a {
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 500;
}
#customer-support-15 .item-text a:hover {
  text-decoration: underline;
}
#customer-support-15 .item-subtext {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #customer-support-15 .quick-contact-item {
    margin-bottom: 0;
    padding: 1rem;
  }
  #customer-support-15 .row > div:not(:last-child) .quick-contact-item {
    border-right: 1px solid #e0e0e0;
  }
  #customer-support-15 .row > div:not(:first-child) .quick-contact-item {
    padding-left: 2rem;
  }
  #customer-support-15 .row > div:not(:last-child) .quick-contact-item {
    padding-right: 2rem;
  }
}
@media (max-width: 991.98px) {
  #customer-support-15 .quick-contact-item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1.5rem;
  }
  #customer-support-15 .row > div:last-child .quick-contact-item {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  #customer-support-15 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #customer-support-15 .section-title-header {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
  #customer-support-15 .item-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 1rem;
  }
  #customer-support-15 .item-icon i {
    font-size: 1.3rem;
  }
}



#faq-14 {
  padding: 60px 0;
}
#faq-14 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3rem;
  font-size: 2rem;
}
#faq-14 .faq-sidebar {
  position: sticky;
  top: 80px;
  height: calc(100vh - 100px);
  overflow-y: auto;
}
#faq-14 .faq-sidebar .nav-link {
  color: #495057;
  padding: 0.6rem 1rem;
  border-left: 3px solid transparent;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
#faq-14 .faq-sidebar .nav-link:hover {
  color: #0d6efd;
  background-color: #f1f5f9;
  border-left-color: #cfe2ff;
}
#faq-14 .faq-sidebar .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
  background-color: #e7f1ff;
  border-left-color: #0d6efd;
}
#faq-14 .faq-content-area {
}
#faq-14 .faq-content-item {
  margin-bottom: 2.5rem;
  padding-top: 1rem;
}
#faq-14 .faq-content-item h5 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.8rem;
}
#faq-14 .faq-content-item p {
  color: #495057;
  line-height: 1.7;
}
#faq-14 .faq-content-item p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #faq-14 .faq-sidebar {
    position: static;
    height: auto;
    margin-bottom: 2rem;
    overflow-y: visible;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
  }
  #faq-14 .faq-sidebar .nav {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  #faq-14 .faq-sidebar .nav-link {
    border-left: none;
    border-bottom: 3px solid transparent;
    margin: 0 0.5rem 0.5rem 0.5rem;
  }
  #faq-14 .faq-sidebar .nav-link.active {
    border-left-color: transparent;
    border-bottom-color: #0d6efd;
    background-color: transparent;
  }
  #faq-14 .faq-sidebar .nav-link:hover {
    border-left-color: transparent;
    border-bottom-color: #cfe2ff;
    background-color: transparent;
  }
}


