
#hero-22 {
  overflow: hidden;
  background-color: #e9ecef;
}
#hero-22 .row {
  min-height: 70vh;
}
#hero-22 .hero-image-col-22 {
  background-size: cover;
  background-position: center;
  min-height: 350px;
}
#hero-22 .hero-text-col-22 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 5rem;
}
#hero-22 .hero-title-22 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-22 .hero-subtitle-22 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
#hero-22 .hero-cta-button-22 {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration: none;
  border: none;
  align-self: flex-start;
  transition: opacity 0.2s ease;
}
#hero-22 .hero-cta-button-22:hover {
  opacity: 0.85;
}
@media (min-width: 768px) {
  #hero-22 .hero-image-col-22 {
    min-height: 100%;
  }
}
@media (max-width: 991.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 4rem;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  #hero-22 .hero-text-col-22 {
    padding: 3rem 2rem;
    text-align: center;
  }
  #hero-22 .hero-cta-button-22 {
    align-self: center;
  }
  #hero-22 .hero-title-22 {
    font-size: 2.1rem;
  }
}



#contact-20 {
  display: flex;
  min-height: 70vh;
}
#contact-20 .split-screen-row {
  width: 100%;
  margin: 0;
}
#contact-20 .split-left-column,
#contact-20 .split-right-column {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#contact-20 .left-content-wrapper {
  padding: 50px 60px;
  color: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#contact-20 .left-content-wrapper.image-bg {
  background-size: cover;
  background-position: center;
  position: relative;
}
#contact-20 .left-content-wrapper.image-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#contact-20 .left-content-wrapper.image-bg .content-on-image {
  position: relative;
  z-index: 2;
}
#contact-20 .left-info-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
#contact-20 .left-info-text {
  font-size: 1.05rem;
  margin-bottom: 30px;
  line-height: 1.7;
  opacity: 0.9;
}
#contact-20 .left-contact-details-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
}
#contact-20 .left-contact-list {
  list-style: none;
  padding-left: 0;
}
#contact-20 .left-contact-list li {
  margin-bottom: 12px;
  font-size: 0.95rem;
}
#contact-20 .left-contact-list li a {
  color: #f8f9fa;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
#contact-20 .left-contact-list li a:hover {
  opacity: 0.8;
}
#contact-20 .left-contact-list li i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
#contact-20 .right-form-wrapper {
  padding: 50px 60px;
  background-color: #f8f9fa;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#contact-20 .right-form-title {
  font-size: 2rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
}
#contact-20 .right-form-subtitle {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 30px;
}
#contact-20 .form-label {
  font-weight: 500;
  color: #495057;
}
#contact-20 .form-control {
  border-radius: 5px;
  padding: 10px 15px;
}
#contact-20 .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
#contact-20 .btn-submit-split {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  transition: background-color 0.2s ease;
}
#contact-20 .btn-submit-split:hover {
  background-color: #0b5ed7;
}
@media (max-width: 991.98px) {
  #contact-20 {
    flex-direction: column;
    min-height: auto;
  }
  #contact-20 .split-left-column,
  #contact-20 .split-right-column {
    min-height: 50vh;
  }
  #contact-20 .left-content-wrapper,
  #contact-20 .right-form-wrapper {
    padding: 40px 30px;
  }
  #contact-20 .left-info-title {
    font-size: 2rem;
  }
}



#customer-support-9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
#customer-support-9 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#customer-support-9 .section-title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
#customer-support-9 .section-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#customer-support-9 .contact-form {
  max-width: 720px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#customer-support-9 .form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #495057;
}
#customer-support-9 .form-control {
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid #ced4da;
}
#customer-support-9 .form-control:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}
#customer-support-9 textarea.form-control {
  min-height: 150px;
}
#customer-support-9 .submit-button-wrapper {
  text-align: center;
  margin-top: 1rem;
}
#customer-support-9 .btn-submit {
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#customer-support-9 .form-message {
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 0.25rem;
  display: none;
  text-align: center;
}
#customer-support-9 .form-message.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
  display: block;
}
#customer-support-9 .form-message.error {
  background-color: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
  display: block;
}
@media (max-width: 767.98px) {
  #customer-support-9 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #customer-support-9 .section-title {
    font-size: 2rem;
  }
  #customer-support-9 .contact-form {
    padding: 1.5rem;
  }
}


