
#policy-4 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#policy-4 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#policy-4 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}



#text-block-15 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-15 .container {
  max-width: 900px;
}
#text-block-15 .left-border-text-wrapper {
  position: relative;
  padding-left: 40px;
}
#text-block-15 .left-border-text-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--border-width, 5px);
  background-color: var(--border-color, #0dcaf0);
  border-radius: 3px;
}
#text-block-15 .section-title-optional {
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 10px;
}
#text-block-15 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 30px;
}
#text-block-15 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 1.2rem;
}
#text-block-15 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-15 {
    padding: 60px 0;
  }
  #text-block-15 .left-border-text-wrapper {
    padding-left: 25px;
  }
  #text-block-15 .left-border-text-wrapper::before {
    width: calc(var(--border-width, 5px) * 0.8);
  }
  #text-block-15 .text-heading {
    font-size: 2rem;
  }
  #text-block-15 .text-paragraph {
    font-size: 1rem;
  }
}



#contact-29 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
#contact-29 .section-title-container {
  margin-bottom: 40px;
}
#contact-29 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#contact-29 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#contact-29 .nav-tabs-locations {
  border-bottom: 2px solid #dee2e6;
  margin-bottom: 25px;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 5px;
}
#contact-29 .nav-tabs-locations .nav-item {
  margin-bottom: -2px;
  flex-shrink: 0;
}
#contact-29 .nav-tabs-locations .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
#contact-29 .nav-tabs-locations .nav-link:hover,
#contact-29 .nav-tabs-locations .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #0d6efd;
  background-color: #f8f9fa;
}
#contact-29 .nav-tabs-locations .nav-link.active {
  color: #0d6efd;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
  border-bottom: 2px solid #ffffff;
  font-weight: 600;
}
#contact-29 .tab-content-location {
}
#contact-29 .location-details-column {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px 0 0 8px;
}
#contact-29 .location-map-column {
  padding: 0;
  border-radius: 0 8px 8px 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #contact-29 .location-details-column {
    border-radius: 8px 8px 0 0;
  }
  #contact-29 .location-map-column {
    border-radius: 0 0 8px 8px;
    height: 300px;
    margin-top: 0px;
  }
}
#contact-29 .location-name-tab {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 20px;
}
#contact-29 .location-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #495057;
}
#contact-29 .location-info-item .info-icon {
  font-size: 1.1rem;
  color: #0d6efd;
  margin-right: 12px;
  width: 20px;
  text-align: center;
  margin-top: 3px;
}
#contact-29 .location-map iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border: 0;
}


