
@media (max-width: 768px) {
  /* Normalize radio button styles */
 .trips {
    display: block;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
    margin-bottom: 10px;
  }
.tab-bar {
    width: 100%;
	}
  .trip-options label,
  .booking-form .trip-type label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
  }

  input[type="radio"] {
    transform: scale(1.1);
    margin: 0;
        font-size: 15px !important;
        height: 14px !important;
        border-radius: 5px;
        background-position: 12px center;
        padding-left: 38px !important;
  }

  /* Force full width stacking for labels + inputs */
  .booking-form,
  .form-row,
  #flightzon-search-form {
    flex-direction: column !important;
    gap: 10px !important;
    align-items: stretch;
  }

  .booking-form label {
    width: 100%;
	   min-width: 100%;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
	  display: inline;
  }

  .booking-form input[type="text"]{
    width: 100% ;
    padding: 10px 12px;
    font-size: 15px;
    height: 44px;
    border-radius: 5px;
    background-position: 12px center;
    padding-left: 38px;
  }
 .booking-form input[type="date"]
	{
	  width: 100% ;
    padding: 10px 12px;
    font-size: 15px;
    height: 44px;
    border-radius: 5px;
    background-position: 12px center;
    padding-left: 38px;
	}

  .booking-form select
	{
		  width: 100% ;
    padding: 10px 12px;
    font-size: 15px;
    height: 44px;
    border-radius: 5px;
    background-position: 12px center;
    padding-left: 38px;
	}

  input[type="submit"] {
    width: 100%;
    margin-top: 12px;
    height: 48px;
  }

  #toggleDetails {
    text-align: left;
    display: block;
    margin-top: 2px;
    font-size: 13px;
    color: #00aeef;
	}
	
	
	  a#toggleDetails
	{
	 position: relative;
    left: 0;
    bottom: 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
  }

  .tab-content {
    padding: 12px !important;
  }
	.tab-button {
    flex: 1;
    padding: 12px;
    border: none;
    background: #00aeef;
    color: white;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
}
}



/* ========== iPhone SE (2nd/3rd Gen) ========== */
@media only screen 
  and (device-width: 375px) 
  and (device-height: 667px) 
  and (-webkit-device-pixel-ratio: 2) {
  
  .booking-form input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px !important;
    height: 48px !important;
    padding: 10px 12px;
    border-radius: 5px;
  }
	   .booking-form label {
    width: 100%;
	   min-width: 100%;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
	  display: inline;
  }

  .booking-form input[type="text"]{
    width: 100% ;
    padding: 10px 12px;
    font-size: 15px;
    height: 44px;
    border-radius: 5px;
    background-position: 12px center;
    padding-left: 38px;
  }
 .booking-form input[type="date"]
	{
	  width: 100% ;
    padding: 10px 12px;
    font-size: 15px;
    height: 44px;
    border-radius: 5px;
    background-position: 12px center;
    padding-left: 38px;
	}
	  input.date-field:after {
      color: #CCC;
      content: attr(placeholder) !important;
      font-size: 14px
    }
input.date-field:focus:after {
      content: '' !important;
    }
}

/* ========== iPhone 11 / XR ========== */
@media only screen 
  and (device-width: 414px) 
  and (device-height: 896px) 
  and (-webkit-device-pixel-ratio: 2) {

  .booking-form input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px !important;
    height: 50px !important;
  }
	  input.date-field:after {
      color: #CCC;
      content: attr(placeholder) !important;
      font-size: 14px
    }
input.date-field:focus:after {
      content: '' !important;
    }
}

/* ========== iPhone 12 / 13 / 14 ========== */
@media only screen 
  and (device-width: 390px) 
  and (device-height: 844px) 
  and (-webkit-device-pixel-ratio: 3) {

  .booking-form input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px !important;
    height: 50px !important;
  }
	   .booking-form label {
    width: 100%;
	   min-width: 100%;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
	  display: inline;
  }

  .booking-form input[type="text"]{
    width: 100% ;
    padding: 10px 12px;
    font-size: 15px;
    height: 44px;
    border-radius: 5px;
    background-position: 12px center;
    padding-left: 38px;
  }
 .booking-form input[type="date"]
	{
	  width: 100% ;
    padding: 10px 12px;
    font-size: 15px;
    height: 44px;
    border-radius: 5px;
    background-position: 12px center;
    padding-left: 38px;
	}
	  input.date-field:after {
      color: #CCC;
      content: attr(placeholder) !important;
      font-size: 14px
    }
input.date-field:focus:after {
      content: '' !important;
    }

}

/* ========== iPhone 14 Pro / 13 Pro / 12 Pro ========== */
@media only screen 
  and (device-width: 390px) 
  and (device-height: 844px) 
  and (-webkit-device-pixel-ratio: 3) {

  .booking-form input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px !important;
    height: 50px !important;
  }
	  .booking-form label {
    width: 100%;
	   min-width: 100%;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #222;
	  display: inline;
  }

  .booking-form input[type="text"]{
    width: 100% ;
    padding: 10px 12px;
    font-size: 15px;
    height: 44px;
    border-radius: 5px;
    background-position: 12px center;
    padding-left: 38px;
  }
 .booking-form input[type="date"]
	{
	  width: 100% ;
    padding: 10px 12px;
    font-size: 15px;
    height: 44px;
    border-radius: 5px;
    background-position: 12px center;
    padding-left: 38px;
	}
	  input.date-field:after {
      color: #CCC;
      content: attr(placeholder) !important;
      font-size: 14px
    }
input.date-field:focus:after {
      content: '' !important;
    }
 }
/* ========== iPhone 15 / 15 Pro ========== */
@media only screen 
  and (device-width: 393px) 
  and (device-height: 852px) 
  and (-webkit-device-pixel-ratio: 3) {

  .booking-form input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px !important;
    height: 50px !important;

}
	  input.date-field:after {
      color: #CCC;
      content: attr(placeholder) !important;
      font-size: 14px
    }
input.date-field:focus:after {
      content: '' !important;
    }
}
/* ========== iPhone 14 / 15 Pro Max ========== */
@media only screen 
  and (device-width: 430px) 
  and (device-height: 932px) 
  and (-webkit-device-pixel-ratio: 3) {

  .booking-form input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px !important;
    height: 52px !important;

}
input.date-field:after {
      color: #CCC;
      content: attr(placeholder) !important;
      font-size: 14px
    }
input.date-field:focus:after {
      content: '' !important;
    }	  
 }


@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    .elementor-8190 .elementor-element.elementor-element-b7e2693:not(.elementor-motion-effects-element-type-background),
    .elementor-8190 .elementor-element.elementor-element-b7e2693 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
      background-image: url('https://flightzon.nijuley.com/wp-content/uploads/2025/04/banner-bg.jpg') !important;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
    }
  }
}

