
#hero-14 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68vh;
  padding: 6rem 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  --hero-overlay-color: transparent;
}
#hero-14::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hero-overlay-color);
  z-index: 1;
  pointer-events: none;
}
#hero-14 .container {
  position: relative;
  z-index: 2;
}
#hero-14 .hero-content-wrapper-14 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .hero-title-14 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
#hero-14 .hero-subtitle-14 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0.9;
}
#hero-14 .hero-form-wrapper-14 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
#hero-14 .input-group .form-control {
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  border-radius: 0.3rem 0 0 0.3rem;
  border: none;
}
#hero-14 .input-group .btn-form-submit-14 {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 0 0.3rem 0.3rem 0;
  border: none;
  background-color: #0d6efd;
  color: #ffffff;
  transition: filter 0.2s ease;
}
#hero-14 .input-group .btn-form-submit-14:hover {
  filter: brightness(110%);
}
@media (max-width: 767.98px) {
  #hero-14 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-14 .hero-title-14 {
    font-size: 2.2rem;
  }
  #hero-14 .hero-subtitle-14 {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  #hero-14 .input-group {
    flex-direction: column;
    gap: 0.5rem;
  }
  #hero-14 .input-group .form-control,
  #hero-14 .input-group .btn-form-submit-14 {
    border-radius: 0.3rem;
    width: 100%;
  }
}



#terms-conditions-8 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#terms-conditions-8 .header {
  text-align: center;
  margin-bottom: 40px;
}
#terms-conditions-8 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#terms-conditions-8 .header p {
  font-size: 1.1rem;
  color: #777;
}
#terms-conditions-8 .terms-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  column-count: 2;
  column-gap: 40px;
  white-space: pre-wrap;
}
@media (max-width: 768px) {
  #terms-conditions-8 .terms-content {
    column-count: 1;
  }
}



#text-block-5 {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: #f0f4f8;
}
#text-block-5 .background-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
#text-block-5 .background-element.bg-pos-right {
  left: auto;
  right: 0;
}
#text-block-5 .container {
  position: relative;
  z-index: 2;
}
#text-block-5 .row {
  align-items: center;
  min-height: 500px;
}
#text-block-5 .text-overlap-box {
  background-color: var(--text-box-bg, rgba(255, 255, 255, 0.9));
  padding: 40px 45px;
  border-radius: 8px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  color: var(--text-color, #212529);
  backdrop-filter: blur(3px);
}
#text-block-5 .text-overlap-box .text-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
#text-block-5 .text-overlap-box .text-paragraph {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  opacity: 0.9;
}
#text-block-5 .text-overlap-box .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-5 .text-overlap-box .text-heading {
    font-size: 2rem;
  }
  #text-block-5 .background-element {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #text-block-5 {
    padding: 60px 0;
  }
  #text-block-5 .row {
    min-height: auto;
  }
  #text-block-5 .background-element {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 0;
    border-radius: 0;
    left: 0 !important;
    right: 0 !important;
    clip-path: none !important;
  }
  #text-block-5 .text-overlap-box {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 40px 20px;
    background-color: #ffffff;
    backdrop-filter: none;
  }
  #text-block-5 .text-overlap-box .text-heading {
    font-size: 1.8rem;
  }
}


