.air_taxi {
  position: relative;
   background-image: url('./Charter_Services_Images/air-taxi.jpg');
  background-size: contain;
  background-position: center;
  height: 50vh;
  color: white;
  display: flex;
  align-items: center;
  padding-left: 4rem;
}

.air_taxi-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.air_taxi-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.air_taxi-content h1 {
  color: #000;
  font-weight: bold;
  font-size: 3rem;
}

.air_taxi-content p {
  color: #000;
  font-weight: 400;
  font-size: 1.75rem;
}

/******************************************************************************************************************************************/

.Product_helicharter {
  position: relative;
  height: 70vh;
  min-height: 300px; 
  color: white;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 15vh;
  padding-left: 1rem;
  padding-right: 1rem;
}


.hero-heading {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  white-space: nowrap;
}


.custom-paragraph {
  text-align: justify;
  font-size: 1.25rem;
}


/*******************************heliwedding**********************************/

/*.Product_heliwedding {*/
/*  position: relative;*/
/*  background-image: url('./Charter_Services_Images/photoshoot1.jpg');*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  height: 70vh;*/
/*  color: white;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  padding-left: 4rem;*/
/*}*/

/*.heliwedding-overlay {*/
/*  background-color: rgba(0, 0, 0, 0.5);*/
/*  position: absolute;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  z-index: 1;*/
/*}*/

/*.heliwedding-content {*/
/*  position: relative;*/
/*  z-index: 2;*/
/*  max-width: 600px;*/
/*}*/

/*.heliwedding-content h1 {*/
/*  color: #000;*/
/*  font-weight: bold;*/
/*  font-size: 3rem;*/
/*}*/

/*.heliwedding-content p {*/
/*  color: #000;*/
/*  font-weight: 400;*/
/*  font-size: 1.75rem;*/
/*}*/

.bg-white.shadow {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}


.position-relative i {
  pointer-events: none;
  font-size: 1.2rem;
}


.form-control,
.form-select {
  padding-right: 2.5rem;
}


.photoshoot h2 {
  font-size: 2.5rem;
 color: #000;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}



.photoshoot-list {
  text-align: justify;
  font-size: 1.2rem;
  padding-left: 1rem;
  margin-top: 1rem;
}

.photoshoot-list li {
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1.2rem;
}

.photoshoot-list li::before {
  content: "✔";
  position: absolute;
  left: -1rem;
  color: #b99855;
}

.photoshoot img {
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.photoshoot a.btn {
   background-color: #ffc107;
  border-color: #b99855;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
    letter-spacing: 1px;
    border-radius: 6px;
    transition: 0.3s ease-in-out
}

.photoshoot a.btn:hover {
background-color: #a7823f;
  border-color: #a7823f;
}



.faq-container {
      max-width: 800px;
      margin: 60px auto;
      background: #ffffff;
      border-radius: 20px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
      padding: 30px;
    }

    .faq-title {
      text-align: center;
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 30px;
      color: #2e2e2e;
    }

    .accordion-button {
      border-radius: 12px !important;
      background-color: #f7fdf2;
      font-weight: 500;
      color: #2e2e2e;
    }

    .accordion-button:not(.collapsed) {
      background-color: #def9d7;
      color: #000;
      box-shadow: none;
    }

    .accordion-item {
      border: none;
      margin-bottom: 15px;
    }

    .accordion-body {
      background: #f7fff3;
      border-radius: 0 0 12px 12px;
    }

    .accordion-button::after {
      transition: transform 0.2s ease-in-out;
    }

    .accordion-button:not(.collapsed)::after {
      transform: rotate(45deg);
    }
/********************fotter**********************************/

  
  
  
 


/*----------------------------------------Media query-------------------------------------------------------------------------------------------*/

@media (max-width: 567px) {
    
  .Product_helicharter {
    height: 30vh;
  }
  .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
 .custom-paragraph {
    font-size: 1rem;
  }
  
  .container.text-center a.btn {
    display: block;
    width: 90%;
    margin: 0.5rem auto;
  }
  
  .responsive-buttons {
    display: block;
  }

  .responsive-buttons a.btn {
    display: block;
    width: 90%;
    margin: 0.5rem auto;
  }
  
  .photoshoot h2 {
    font-size: 1.75rem;
    text-align: center;
  }

  .photoshoot h3,
  .photoshoot h4 {
    font-size: 1.25rem;
    text-align: center;
  }

  .photoshoot-text{
      font-size: 1rem;
  }
  .photoshoot-list {
    font-size: 1rem;
    padding: 0 0.5rem;
  }

  .photoshoot img {
    height: auto;
    max-height: 350px;
  }

  .photoshoot a.btn {
    width: 100%;
    font-size: 0.75rem;
  }

  .photoshoot-list li {
    padding-left: 1.5rem;
  }

  .photoshoot-list li::before {
    left: 0;
  }
  
  .photoshoot h2 {
    font-size: 1.5rem;
  }

  .photoshoot h3,
  .photoshoot h4 {
    font-size: 1.15rem;
  }

   .faq-container,
  .p-4 {
    padding: 1rem !important;
    margin: 1rem auto;
  }

  .faq-title {
    font-size: 1.25rem;
  }


  .faq-container .h2 {
    font-size: 1rem;
  }

  .form-control {
    font-size: 0.75rem;
  }


}

@media (min-width: 576px) and (max-width: 767.98px) {
    
      .Product_helicharter {
    height: 30vh;
  }
  .bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

 .custom-paragraph {
    font-size: 1rem;
  }
  
  .faq-container {
    padding: 1 rem;
  }

  .faq-title {
    font-size: 1.25rem;
  }

  .p-4 {
    padding: 1 rem !important;
  }
   .faq-container,
  .p-4 {
    padding: 1rem !important;
    margin: 1rem auto;
  }

  .photoshoot h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .photoshoot h3,
  .photoshoot h4 {
    font-size: 1.15rem;
    text-align: center;
  }

  .photoshoot-text,
  .photoshoot-list {
    font-size: 1rem;
    padding: 0 0.5rem;
  }

  .photoshoot img {
    height: auto; 
    max-height: 350px;
  }

  .photoshoot a.btn {
    width: 100%;
    font-size: 0.75rem;
  }

  .photoshoot-list li {
    padding-left: 1.5rem;
  }

  .photoshoot-list li::before {
    left: 0;
  }
  
  .photoshoot h3,
  .photoshoot h4 {
    font-size: 1.15rem;
  }

 
    /******************** for dropdown vwertical on small device ********************* */


 
 
 
}

@media (min-width: 768px) and (max-width: 991.98px) {
     .hero-heading {
    font-size: 1.5rem;
  }
      
   
 
 .custom-paragraph {
    font-size: 1rem;
  }

  
  .responsive-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .responsive-buttons a.btn {
    flex: 1 1 45%;
    max-width: 45%;
    margin: 0.5rem;
  }
  
  
   .photoshoot h3 {
    font-size: 1.25rem;
    text-align: center;
  }

  .photoshoot-list{
    font-size: 1rem;
    padding-left: 0.5rem;
  }

  .photoshoot img {
    height: auto !important;
    max-width: 100%;
  }

  .photoshoot-text {
    text-align: justify;
    font-size: 1rem;
  }
   .faq-container,
  .p-4 {
    padding: 1rem !important;
    margin: 1rem auto;
  }

  .faq-title {
    font-size: 1.25rem;
  }


  .faq-container .h2 {
    font-size: 1.5rem;
  }

  .form-control {
    font-size: 1rem;
  }

  
   
 
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-heading {
    font-size: 3rem;
  }
  .faq-container {
    padding: 1rem;
  }

  .faq-title {
    font-size: 2.25rem;
  }

  .p-4 {
    padding: 2rem !important;
  }
   

 
  
}



/* For mobile devices: max-width 767.98px */
@media (max-width: 767.98px) {
  .hero-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 10vh;
    text-align: left;
  }

  .hero-content h1 {
    font-size: 1.5rem;
  }

  .hero-content p {
    font-size: 0.75rem;
  }

  .btn {
    font-size: 0.9rem;
    padding: 0.5rem 1.2rem;
  }
}



