/* [project]/src/app/services/domestic-air-ambulance/domestic-air-ambulance.module.css [app-client] (css) */
.domestic-air-ambulance-module__bNFekq__container {
  color: #333;
  max-width: 1200px;
  margin: 70px auto 0;
  padding: 2rem;
  font-family: Arial, sans-serif;
}

.domestic-air-ambulance-module__bNFekq__title {
  color: #23305b;
  text-align: center;
  margin-bottom: .5rem;
  font-size: 2rem;
  font-weight: 700;
}

.domestic-air-ambulance-module__bNFekq__subtitle {
  color: #f26c2f;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.domestic-air-ambulance-module__bNFekq__description {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.7;
}

.domestic-air-ambulance-module__bNFekq__section {
  background-color: #feeae2;
  border-radius: 8px;
  margin-bottom: 3rem;
  padding: 1rem;
}

.domestic-air-ambulance-module__bNFekq__sectionGR {
  background-color: #0000001f;
  border-radius: 8px;
  margin-bottom: 3rem;
  padding: 1rem;
}

.domestic-air-ambulance-module__bNFekq__sectionGR h2 {
  color: #23305b;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.domestic-air-ambulance-module__bNFekq__sectionGR p {
  color: #23305b;
  margin-top: 1rem;
}

.domestic-air-ambulance-module__bNFekq__section h2 {
  color: #f26c2f;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.domestic-air-ambulance-module__bNFekq__list {
  padding-left: 1rem;
  line-height: 1.7;
  text-decoration: none;
  list-style: none;
}

.domestic-air-ambulance-module__bNFekq__list .domestic-air-ambulance-module__bNFekq__fw {
  font-weight: 700;
}

.domestic-air-ambulance-module__bNFekq__list li:before {
  content: "✔";
  color: #f26c2f;
  padding: 0 12px;
  position: absolute;
  left: 0;
}

.domestic-air-ambulance-module__bNFekq__cards {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  display: flex;
}

.domestic-air-ambulance-module__bNFekq__card {
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  flex: 280px;
  padding: 1.5rem;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 2px 10px #0000000d;
}

.domestic-air-ambulance-module__bNFekq__card h3 {
  margin-bottom: 8px;
}

.domestic-air-ambulance-module__bNFekq__card p {
  line-height: 22px;
}

.domestic-air-ambulance-module__bNFekq__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px #00000014;
}

.domestic-air-ambulance-module__bNFekq__icon {
  color: #f26c2f;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.domestic-air-ambulance-module__bNFekq__faqContainer {
  margin-top: 2rem;
}

.domestic-air-ambulance-module__bNFekq__faqItem {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.domestic-air-ambulance-module__bNFekq__faqQuestion {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  transition: color .2s;
  display: flex;
}

.domestic-air-ambulance-module__bNFekq__faqQuestion:hover {
  color: #f26c2f;
}

.domestic-air-ambulance-module__bNFekq__faqIcon {
  margin-left: .5rem;
}

.domestic-air-ambulance-module__bNFekq__stepIcon {
  display: flex;
}

.domestic-air-ambulance-module__bNFekq__steps div {
  margin-bottom: 20px;
}

.domestic-air-ambulance-module__bNFekq__steps div p {
  line-height: 22px;
}

.domestic-air-ambulance-module__bNFekq__steps ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.domestic-air-ambulance-module__bNFekq__steps li {
  margin-bottom: .5rem;
  line-height: 22px;
}

.domestic-air-ambulance-module__bNFekq__faqAnswer {
  color: #555;
  padding-top: 0;
  font-weight: 400;
  transition: max-height .4s, padding .4s;
  overflow: hidden;
}

.domestic-air-ambulance-module__bNFekq__open {
  padding-top: .5rem;
}

.domestic-air-ambulance-module__bNFekq__callToAction {
  color: #fff;
  text-align: center;
  background-color: #f26c2f;
  border-radius: 12px;
  padding: 1.5rem;
  font-weight: 500;
}

@media (max-width: 600px) {
  .domestic-air-ambulance-module__bNFekq__container {
    padding: 1rem;
  }

  .domestic-air-ambulance-module__bNFekq__stepIcon {
    margin-bottom: 20px;
  }
}

.domestic-air-ambulance-module__bNFekq__inlineImageBox {
  cursor: pointer;
  will-change: transform;
  perspective: 1000px;
  background: #000;
  border-radius: 18px;
  width: 100%;
  height: 280px;
  margin: 2.5rem 0;
  transition: transform .35s, box-shadow .35s;
  position: relative;
  overflow: hidden;
}

.domestic-air-ambulance-module__bNFekq__inlineImage {
  object-fit: cover;
  transform-origin: center;
  transition: transform .45s, opacity .35s;
}

@media (min-width: 769px) {
  .domestic-air-ambulance-module__bNFekq__inlineImageBox:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 45px #00000038;
  }

  .domestic-air-ambulance-module__bNFekq__inlineImageBox:hover .domestic-air-ambulance-module__bNFekq__inlineImage {
    opacity: .96;
    transform: scale(1.08)rotate3d(.2, .8, 0, 4deg);
  }

  .domestic-air-ambulance-module__bNFekq__inlineImageBox:after {
    content: "";
    pointer-events: none;
    background: #ffffff2e;
    width: 60%;
    height: 200%;
    transition: transform .55s, opacity .55s;
    position: absolute;
    top: -100%;
    left: -20%;
    transform: rotate(25deg);
  }

  .domestic-air-ambulance-module__bNFekq__inlineImageBox:hover:after {
    opacity: .9;
    transform: translateX(220%)rotate(25deg);
  }
}

@media (max-width: 768px) {
  .domestic-air-ambulance-module__bNFekq__list li:before {
    padding: 6px 12px;
    font-size: 10px;
  }

  .domestic-air-ambulance-module__bNFekq__inlineImageBox {
    height: 190px;
    margin: 1.8rem 0;
  }
}

/* [project]/src/components/scrollReveal/scrollReveal.module.css [app-client] (css) */
.scrollReveal-module__pE663a__reveal {
  opacity: 0;
  transition: opacity .8s ease-out, transform .8s ease-out;
  transform: translateY(50px);
}

.scrollReveal-module__pE663a__revealVisible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 750px) {
  .scrollReveal-module__pE663a__revealVisible {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=src_b01b37e6._.css.map*/