.flight-filter-bar {
    display: flex;
    align-items: center;
    background-color: white; /* Dark blue background */
    padding:15px 10px;
    border-radius: 55px; /* Rounded corners */
   border: 15px solid #c2d2e1;
    width: fit-content;
    position: relative;
    z-index: 2;
}
/* .flight-filter-bar:before{
    content:'';
    width:calc(100% + 20px);
    height:calc(100% + 20px);
    background-color:#E5E7E933;
    position: absolute;
    left:-10px;
    top:-10px;border-radius: 25px;z-index: -1;
} */
.page-id-673 .flight-filter-bar{
    border: 15px solid rgba(229, 231, 233, 0.2);
}
.flight-filter-bar .col-inner{
    padding-right: 20px;padding-left: 20px;position: relative;display: flex;flex-wrap: wrap;align-items: center;
}


.flight-filter-bar .col-inner:last-child:after, .flight-filter-bar .col-inner:nth-last-child(2)::after{
    content: none;
}
.flight-filter-bar .col-inner:last-child a{
  display: flex
}
.flight-filter-bar .col-inner:last-child a:hover{
  opacity: 0.7;
}
.ui-datepicker-calendar{
    background-color: white;
}
.flight-filter-bar .col-inner:after{
    content: '';
    width: 1px;
    height: 70%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: 15%;
   
}

.flight-filter-bar label {
    color: #656A6E;
    font-weight: bold;
    margin-right: 5px;
    display: flex;
    align-items: center;margin-bottom: 10px;
    font-weight: 400;
}
.flight-filter-bar label svg{margin-right: 5px;}
.flight-filter-bar input,
.flight-filter-bar select {
    padding: 0px !important;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    outline: none;border: none !important;
    background-color: transparent;font-size: 16px;
    color: #02101D;
}
.flight-filter-bar input::placeholder{
  font-size: 16px !important;
  color:#02101D !important;;
}

/* .flight-filter-bar input[type="text"],
.flight-filter-bar input[type="number"],
.flight-filter-bar select {
    width: 120px; 
} */

.flight-filter-bar select {
    cursor: pointer;
}

.flight-filter-bar input[readonly] {
    
    cursor: not-allowed;
}

.input-group-button {
    display: flex;
    align-items: center;
}

#return_date_clear-1 {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

#return_date_clear-1 svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

#return_date_clear-1:hover svg {
    fill: #ff0000; /* Red color on hover */
}


/* Dropdown Styling */
#airport-dropdown, #to_airport-dropdown {
    position: absolute;
    width: calc(100% - 2px);
    border-radius: 4px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    display: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 999;
    max-width: 380px;
    padding: 0;
    background-color: white;
}

/* Dropdown Items */
#airport-dropdown, #to_airport-dropdown li {
    list-style-type: none; /* Removes bullet points */
    padding: 8px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: background 0.3s ease;font-size: 12px;
   
}
li.airport-item {
    padding-bottom: 20px;
}
li.airport-item:last-child{padding-bottom: 0;}
#airport-dropdown, #to_airport-dropdown li:last-child {
    border-bottom: none;
}

#airport-dropdown, #to_airport-dropdown li:hover {
    background: white;
}

/* Highlighted Text */
.airport-item strong {

    font-weight: bold;
}

.to_airport-item strong {
    font-weight: bold;
}

.airport-item .city {
    font-weight: bold;
}

.to_airport-item .city {
    font-weight: bold;
}

.airport-item .country {
    color: #BBB;
}

.to_airport-item .country {
    color: #BBB;
}

/* Loading & No Results */
#airport-dropdown .loading,
#airport-dropdown .no-results,
#airport-dropdown .error {
    text-align: center;
    padding: 10px;
    font-style: italic;
    
}

#to_airport-dropdown .loading,
#to_airport-dropdown .no-results,
#to_airport-dropdown .error {
    text-align: center;
    padding: 10px;
    font-style: italic;
   
}


/* Styling the container */
#plane-container {
    display: flex;
    flex-wrap: wrap;

    margin-top: 20px;
}

/* Each plane result */
.plane-item {
    display: flex;
    align-items: center;
    background: #1a2b47;
    color: white;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    max-width: 800px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
}

.plane-item:hover {
    transform: scale(1.02);
}

/* Plane image */
.plane-image img {
    width: 150px;
    height: auto;
    border-radius: 25px !important;
    margin-right: 15px;
}

/* Plane details */
.plane-details {
    flex-grow: 1;
}

.plane-details h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.flight-info {
    font-size: 14px;
}

/* Flight duration */
.flight-duration {
    font-weight: bold;
    margin-top: 5px;
}

/* Enquiry Button */
.plane-action .quote-button {
    background: #ffa500;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    color: black;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

.plane-action .quote-button:hover {
    background: #ff8800;
}


#plane-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
}

.spinner {
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* -------------------------------------------------------------------------- */
/* Modal Background */
/* -------------------------------------------------------------------------- */
.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Dimmed background */
    display: none;         /* Hidden by default */
    z-index: 1000;         /* Stacked above everything else */
    justify-content: center;
    align-items: center;
    overflow: hidden;       /* Prevent scrolling behind modal */
}
.ui-datepicker{
    background-color: white;padding: 10px;
}
/* -------------------------------------------------------------------------- */
/* The Modal Box */
/* -------------------------------------------------------------------------- */
.plane-modal {
    position: fixed;
    background-color: #ffffff;
    padding: 20px 30px 50px 30px !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
    max-width: 520px;       /* Limit the modal width on large screens */
    width: 90%;             /* Ensure responsiveness on smaller devices */
    margin: 0 auto;         /* Center horizontally if needed */
    display: none;          /* Hidden by default */
    z-index: 1001;

    top: 50%;               /* Add this to center vertically */
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 45px !important;
}

/* -------------------------------------------------------------------------- */
/* (Optional) Lock body scroll when modal is open */
/* -------------------------------------------------------------------------- */
body.modal-open {
    overflow: hidden;
}

/* -------------------------------------------------------------------------- */
/* Heading and Text Styles inside the Modal */
/* -------------------------------------------------------------------------- */
.plane-modal h2,
.plane-modal span,
.plane-modal p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}
.plane-modal h2 {
    margin-top: 0;
    margin-bottom: 1rem;
}
.plane-modal span {
    font-size: 14px;
    line-height: 1.4;
}
.plane-modal p {
    margin: 1rem 0;
    line-height: 1.5;font-size: 16px;color: #656A6E;
}
.plane-modal  .input-group input::placeholder{
  font-size: 20px;color: #A6ADB1 !important;
}
/* -------------------------------------------------------------------------- */
/* Form Fields and Labels inside the Modal */
/* -------------------------------------------------------------------------- */

/* .plane-modal .input-group-label {
    min-width: 60px;
    padding: 0.5rem 1rem;
    background-color: #f3f3f3;
    color: #555;
    border: 1px solid #ccc;
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: right;
    font-size: 0.875rem;
} */
/* .plane-modal .input-group-field {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 1rem;
    outline: none;
}
.plane-modal .input-group-field:focus {
    border-color: #007cba; /* Example focus color 
} */

/* -------------------------------------------------------------------------- */
/* Buttons inside the Modal */
/* -------------------------------------------------------------------------- */
.plane-modal .button {
    display: inline-block;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.6rem 1.2rem;
    background-color: #003C7A; /* WordPress Admin blue, or pick your own */
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.2s ease;
    width: 47%;
}
.plane-modal .button:hover, .plane-modal .button#ok-modal {
    background-color: #003C7A;color: white;
}
.plane-modal .button#ok-modal:hover{
  background-color: transparent !important; /* WordPress Admin blue, or pick your own */
  color: #003C7A !important;
}
.plane-modal .button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.3);
}

/* -------------------------------------------------------------------------- */
/* (Optional) Additional small utility classes */
/* -------------------------------------------------------------------------- */
/* A class for smaller text or disclaimers */
.small-text {
    font-size: 0.8rem;
    color: #777;
}




body {

    font-family: Arial, sans-serif;

  }

  .booking-card {
    padding-left: 20px;
    padding-right: 20px;
background-color: white;
align-items: center;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;

    overflow: hidden;

    display: flex;

  
padding:0px 0px 30px 0px;
    margin: 0px auto 30px 0px;

  }

  .plane-image {

    flex: 1;

  }

  .plane-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

  }

  .details {

    flex: 2;

    padding:0px 20px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

  }

  .details h2 {

    margin: 0 0 10px;

  }
  .price-box{
    width: 200px;
  }
.book-button{
    position: relative;
    z-index: 999;
}
  .details p {
display: flex;
    margin: 5px 0;

  }
  .plane-order-cls{
    display: none !important;
  }

  .info-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;

  }

  .info-box {

    padding: 10px 0;

  }

  .price-box {

    text-align: right;

  }

  .price-box strong {

    font-size: 1.2em;

  }
  .ui-datepicker td a{
    color: #004080
  }
  .book-button {

    background-color: #004080 !important;

    color: white !important;

    padding: 7px 20px !important;

    border-radius: 30px;

    border: none;

    cursor: pointer;

  }
  body .ui-datepicker{
    padding: 15px;
  }
  #plane-container p:nth-child(2){
    color: black;
  }
 body .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{
    float: unset;
  }
  body .ui-datepicker .ui-datepicker-buttonpane{
    display: flex;justify-content: end;
  }
  .book-button:hover{
    background-color: transparent !important;
    color: #004080 !important;
  }
  .note {

    font-size: 0.9em;

    color: gray;

    margin-top: 10px;

  }

  .plane-modal .from_header_pop{
    text-align: center;
  }
  .plane-modal .from_header_pop h3{
    font-size: 40px;
  }

  .plane-modal .from_header_pop h3 span{
    color: #CFB520;
  font-size: 48px;
  font-family: 'Arapey', sans-serif;
  line-height: 64px;
  font-style: italic;
  }
  .plane-modal .from_header_pop .price_estimation{
    font-size: 18px;
    color: #0B172B;
    font-weight: 600;
  }
  .plane-modal label{
    display: block;
    color: #4E5154;
    padding: 0;
    border: none;
    background-color: transparent;margin-bottom: 15px;
    font-size: 16px;
  }

  .plane-modal input:not([type="button"]) {
    border: none !important;
    border-bottom: 1px solid #E5E7E9 !important;padding: 0px !important;
  }
  .plane-modal .input-group{
    margin-bottom:15px
  }
  .plane-modal .input-group input{
    padding: 12px 0px !important;margin-bottom: 10px;outline: none;
  }
  #error-modal{margin-top: 0px !important;display: none;}
  .form_footer_pop{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }

  #plane-container .info-grid{
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
  }
  .plane-title-sc{
    display: flex;
    
  }
  .plane-image img{
    border-radius: 25px;
  }
  .plane-title-sc .inner-sc, #plane-container .info-grid .info-box{
    padding-right: 15px;margin-right: 15px;position: relative;
  }
  .plane-title-sc .inner-sc:last-child:after, #plane-container .info-grid .info-box:last-child:after{
   content: none;
  }
  .plane-title-sc  h3{margin: 0;}
  .plane-title-sc .inner-sc:after{
    content: '';
    width: 1px;
    height: 70%;
    background-color: #E5E7E9;
    position: absolute;
    right: 0;
    top: 15%;
  }
  #plane-container .info-grid .info-box:after{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #E5E7E9;
    position: absolute;
    right: 0;
    top: 0;
  }
  #plane-container svg{margin-right: 5px;}
  #plane-container p{font-size: 14px;}
 .flight-filter-bar .input-group-button{
    position: absolute;
  }
  #plane_result_cross{
    margin-top: 120px;text-align: right;
  }
  #plane_result_cross a{
    width: fit-content;
    background-color: #004080 ;
    color: white ;
    padding: 7px 20px ;
    border-radius: 30px;
    border: none;
    cursor: pointer;margin-left: auto;
    border: 1px solid #004080;
  }
  #plane_result_cross a:hover{
    background-color: transparent;color: #004080 ;
  }
  .plane-title-sc h3{
    font-family: "Open Sans", Sans-serif !important;
    font-size: 16px;color:#02101D
  }
  .plane-title-sc .inner-sc{
    display: flex;
    align-items: center;
  }
  #search_plane_btn a{
    display: flex;
  }
  #search_plane_btn{font-size: 0px !important;}
  @media (min-width:769px) and (max-width:991px){
    .flight-filter-bar select{
      max-width: 200px;
    }
    .flight-filter-bar .col-inner{
      width: 50%;
    }
    .flight-filter-bar .col-inner:last-child{width: 100%;}
  }
  @media(max-width:991px){
    #search_plane_btn svg{display: none !important;}
    #search_plane_btn {
      font-size: 16px !important;
      background-color: #003C7A;
      padding: 15px;
      text-align: center;border: 1px solid #003C7A;
      width: 100%;
      color: white;
      border-radius: 35px;
      justify-content: center;
    }
    .booking-card{
        display: block;padding-top: 20px;
    }
    .elementor img{
        max-width: 300px;
    }
    .plane-title-sc{
        display: block;
    }
    .plane-title-sc .inner-sc:after{
        content: none;
       
      }
      #plane-container .info-grid > div:after{
        content: none;
      }
      #plane-container .info-grid{
        display: block;
      }
      #plane-container .bbok-box{
        margin-top: 15px;
      }
      .flight-filter-bar .col-inner{
        display: block;
      }
  }
  @media(max-width:768px){
    #plane-container{padding-top: 0;}
    .plane-modal .button{
        width:100%
    }
    .plane-image{
        margin-bottom: 20px;
    }
    #plane-container .info-grid .info-box:after{content: none;}
    #plane-container .info-grid{
        margin: 0;
    }
    body .price-box{
        padding: 10px 0px;
    }
    body .book-box{
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .flight-filter-bar .col-inner:last-child a{
      margin-left: auto;
    }
    #plane_result_cross{
      margin-top: 50px;
    }
    .airport-search-container, .flight-filter-bar .input-group{
      width: 100%;
    }
   
  }