
#hero-21 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#hero-21 .hero-overlay-21 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-21 .container {
  position: relative;
  z-index: 2;
}
#hero-21 .hero-content-wrapper-21 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#hero-21 .hero-title-21 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-21 .hero-subtitle-21 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-21 .hero-cta-button-21 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#hero-21 .hero-cta-button-21:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  #hero-21 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-21 .hero-title-21 {
    font-size: 2.5rem;
  }
  #hero-21 .hero-subtitle-21 {
    font-size: 1.1rem;
  }
}



#contact-26 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
#contact-26.no-bg-image {
  background-color: #2d3748;
}
#contact-26 .section-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#contact-26 .container {
  position: relative;
  z-index: 2;
}
#contact-26 .section-title-container {
  margin-bottom: 40px;
}
#contact-26 .section-main-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#contact-26 .section-main-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
#contact-26 .contact-content-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#contact-26 .contact-details-block .block-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#contact-26 .contact-detail-entry {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#contact-26 .contact-detail-entry .detail-icon {
  font-size: 1.3rem;
  color: #0d6efd;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#contact-26 .contact-detail-entry .detail-text .label {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2px;
}
#contact-26 .contact-detail-entry .detail-text .value,
#contact-26 .contact-detail-entry .detail-text .value a {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
#contact-26 .contact-detail-entry .detail-text .value a:hover {
  text-decoration: underline;
  color: #0d6efd;
}
#contact-26 .social-proof-testimonial-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#contact-26 .social-proof-text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffc107;
  text-align: center;
}
#contact-26 .testimonial-quote {
  font-size: 1.1rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
#contact-26 .testimonial-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #0d6efd;
  position: absolute;
  left: 0;
  top: 0;
}
#contact-26 .testimonial-author {
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
}
#contact-26 .testimonial-author cite {
  display: block;
  font-size: 0.85rem;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
}
#contact-26 .cta-button-area {
  margin-top: 30px;
  text-align: center;
}
#contact-26 .btn-contact-social-proof {
  padding: 12px 35px;
  font-size: 1.05rem;
  font-weight: 500;
  border-radius: 50px;
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
  transition: all 0.3s ease;
}
#contact-26 .btn-contact-social-proof:hover {
  background-color: #e6ac00;
  border-color: #e6ac00;
  transform: scale(1.05);
}
#contact-26 .btn-contact-social-proof i {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  #contact-26 .section-main-title {
    font-size: 2.2rem;
  }
  #contact-26 .contact-content-wrapper {
    padding: 20px;
  }
}



#faq-3 {
  padding: 60px 0;
  background-color: #f1f3f5;
}
#faq-3 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-3 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-3 .nav-tabs .nav-link {
  color: #17a2b8;
  border: none;
  font-weight: bold;
}
#faq-3 .nav-tabs .nav-link.active {
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 4px;
}
#faq-3 .accordion-button {
  background-color: #e2e6ea;
  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-3 .accordion-button:hover {
  background-color: #d6d8db;
}
#faq-3 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}



#customer-support-12 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#customer-support-12 .section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
#customer-support-12 .section-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-12 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
}
#customer-support-12 .content-box {
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
}
#customer-support-12 .box-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
  color: #343a40;
}
#customer-support-12 .contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#customer-support-12 .contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.05rem;
}
#customer-support-12 .contact-list li:last-child {
  margin-bottom: 0;
}
#customer-support-12 .contact-list li i {
  color: var(--bs-primary);
  margin-right: 1rem;
  width: 25px;
  text-align: center;
  font-size: 1.2rem;
}
#customer-support-12 .contact-list li a {
  color: #212529;
  text-decoration: none;
  font-weight: 500;
  word-break: break-word;
}
#customer-support-12 .contact-list li a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
#customer-support-12 .contact-list li span {
  color: #495057;
  font-weight: 500;
}
#customer-support-12 .hours-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
#customer-support-12 .hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px dotted #e0e0e0;
  font-size: 1rem;
  color: #495057;
}
#customer-support-12 .hours-list li:last-child {
  border-bottom: none;
}
#customer-support-12 .hours-list li .days {
  font-weight: 500;
  color: #343a40;
}
#customer-support-12 .hours-list li .time {
  text-align: right;
}
#customer-support-12 .status-indicator {
  text-align: center;
  padding: 0.75rem;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 1.1rem;
}
#customer-support-12 .status-indicator.open {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
#customer-support-12 .status-indicator.closed {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}
#customer-support-12 .status-indicator.limited {
  background-color: #fff3cd;
  color: #664d03;
  border: 1px solid #ffecb5;
}
@media (max-width: 991.98px) {
  #customer-support-12 .content-box {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  #customer-support-12 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  #customer-support-12 .section-header {
    margin-bottom: 2.5rem;
  }
  #customer-support-12 .section-title {
    font-size: 2rem;
  }
  #customer-support-12 .row > div {
    margin-bottom: 1.5rem;
  }
  #customer-support-12 .row > div:last-child {
    margin-bottom: 0;
  }
  #customer-support-12 .content-box {
    padding: 1.5rem;
    margin-bottom: 0;
  }
}


