/* Site-wide accessibility, SEO semantics and rendering performance helpers. */
.slider_text h1,
.slider_text .hero-heading,
.bradcam_text h1 {
  font-family: "Raleway", "Segoe UI", Arial, sans-serif;
  margin: 0;
}

.slider_text h1,
.slider_text .hero-heading {
  max-width: 900px;
  margin: auto;
  color: #fff;
  font-size: clamp(32px, 4.2vw, 64px);
  font-weight: 500;
  letter-spacing: .035em;
  line-height: 1.2;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .55);
}

.bradcam_text h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  text-transform: capitalize;
}

img {
  height: auto;
  max-width: 100%;
}

/* Keep text legible over every part of the photographic background. */
.chose_us_area.chose_bg_1 {
  position: relative;
  isolation: isolate;
}

.chose_us_area.chose_bg_1::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 24, 45, .90), rgba(5, 24, 45, .68));
  content: "";
  z-index: -1;
}

.chose_us_area .chose_info {
  max-width: 900px;
}

.chose_us_area .chose_info h3 {
  color: #fff !important;
  font-family: "Raleway", "Segoe UI", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .4);
}

.chose_us_area .chose_info .lasrge_text {
  color: #fff !important;
  font-family: "Raleway", "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

.quick-answers {
  background: #f7f8fa;
  padding: 70px 0;
}

.quick-answers-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 32px;
}

.quick-answers-grid article {
  background: #fff;
  border-left: 4px solid #e21e27;
  box-shadow: 0 8px 24px rgba(10, 48, 87, .08);
  padding: 24px;
}

.quick-answers-grid h3 {
  color: #0a3057;
  font-size: 20px;
  margin-bottom: 10px;
}

.quick-answers-grid p {
  margin: 0;
}

@media (max-width: 767px) {
  .slider_text h1,
  .slider_text .hero-heading,
  .bradcam_text h1 {
    font-size: 30px;
    line-height: 1.25;
  }

  .quick-answers-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
