
#hero-17 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-17 .hero-overlay-17 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-17 .container {
  position: relative;
  z-index: 2;
}
#hero-17 .hero-content-wrapper-17 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-17 .hero-urgency-badge-17 {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 1.2rem;
}
#hero-17 .hero-title-17 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-17 .hero-subtitle-17 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-17 .hero-cta-button-17 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-17 .hero-cta-button-17:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-17 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-17 .hero-title-17 {
    font-size: 2.2rem;
  }
  #hero-17 .hero-subtitle-17 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #hero-17 .hero-urgency-badge-17 {
    margin-bottom: 1rem;
    font-size: 0.8em;
    padding: 0.25rem 0.7rem;
  }
}



#contact-22 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
#contact-22 .section-title-container {
  margin-bottom: 45px;
}
#contact-22 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
}
#contact-22 .section-main-subtitle {
  font-size: 1.1rem;
  color: #5a677d;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#contact-22 .contact-form-area {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}
#contact-22 .contact-info-area {
  padding-left: 25px;
}
#contact-22 .area-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 25px;
}
#contact-22 .form-label {
  font-weight: 500;
  color: #495057;
}
#contact-22 .form-control,
#contact-22 .form-select {
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 0.95rem;
}
#contact-22 .form-control:focus,
#contact-22 .form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
#contact-22 .btn-submit-form {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
#contact-22 .btn-submit-form:hover {
  background-color: #0b5ed7;
}
#contact-22 .contact-detail-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #495057;
}
#contact-22 .contact-detail-item .detail-icon {
  font-size: 1.1rem;
  color: #0d6efd;
  margin-right: 12px;
  width: 20px;
  text-align: center;
  margin-top: 3px;
}
#contact-22 .opening-hours-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
#contact-22 .opening-hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 0.9rem;
  border-bottom: 1px dashed #e0e0e0;
}
#contact-22 .opening-hours-list li:last-child {
  border-bottom: none;
}
#contact-22 .opening-hours-list li .day-range {
  font-weight: 500;
  color: #343a40;
}
#contact-22 .opening-hours-list li .time-range.closed {
  color: #dc3545;
  font-style: italic;
}
#contact-22 .faq-teaser-box {
  background-color: #e7f0ff;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
  border-left: 5px solid #0d6efd;
}
#contact-22 .faq-teaser-box .faq-teaser-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0a58ca;
  margin-bottom: 8px;
}
#contact-22 .faq-teaser-box .faq-teaser-text {
  font-size: 0.9rem;
  color: #495057;
  margin-bottom: 15px;
}
#contact-22 .btn-faq-teaser {
  font-size: 0.9rem;
  padding: 8px 20px;
}
@media (max-width: 991.98px) {
  #contact-22 .contact-info-area {
    padding-left: 0;
    margin-top: 40px;
  }
}



#faq-2 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-2 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-2 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 30px;
}
#faq-2 .search-box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#faq-2 .search-box input {
  width: 60%;
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-radius: 4px 0 0 4px;
  outline: none;
}
#faq-2 .search-box button {
  padding: 10px 20px;
  border: none;
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-2 .search-box button:hover {
  background-color: #138496;
}
#faq-2 .accordion-button {
  background-color: #f1f1f1;
  color: #333333;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-2 .accordion-button:hover {
  background-color: #e2e6ea;
}
#faq-2 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}


