html {
    scroll-behavior: smooth;
}


body {

font-family: 'Kanit', sans-serif;
font-size: 16px;
font-weight: 100;

}

.footer-alert {

   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 50px;
   background-color: #1665b3;
   color: white;
   text-align: center;
   padding: 10px;
   font-size: 18px;
}

/*footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}*/

footer {
  /*position: sticky;*/
  bottom: 0;
  /*z-index: 999;*/
  left: 0;
  background-color: red;
  border-top: 1px solid #ddd;
  padding: 12px 16px;
  font-size: 15px;
  transition: all 0.25s ease;
  text-align: center;
  color: white;
  width: 100%;
}


@media (max-width: 768px) {
  .footer-alert {
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.2;
  }

  /* Reduce visual noise */
  .footer-alert i {
    font-size: 14px;
    margin-right: 6px;
  }
}



.full-header {
  margin-top: 100px;
}



.faqs {
  font-weight: 700;
  font-size: 18px;
/*  color: */
}

#booking {
  background-image: url("images/runway-plane.jpg");
  background-repeat: repeat;
  background-size: 100%;
  padding-top: 10px;

/*  opacity:10.8;*/
}

.full-header {
    width: 100%;
    min-height: 100vh;          /* full screen height */
    background-image: url("images/runway-plane.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

#booking {
    padding: 0;
    margin: 0;
}







/* Ensure your section content stays on top of overlay */
/*#booking {
    position: relative;
    z-index: 2;
}*/


#arrival-instructions{
/*  background-image: url("images/runway-plane.jpg");*/

  background-color: #d89d2b;


/*  opacity:10.8;*/
}


h1 {
font-family: 'Montserrat', sans-serif;
text-align: center;
color: red;
font-size: 40px;
padding: 10px 10px 10px 10px;

}

#h1Span {
font-family: 'Montserrat', sans-serif;
text-align: center;
color: #3c3933;
font-size: 40px;
padding: 10px 10px 10px 10px;

}

h2{
font-family: 'Kanit', sans-serif;
text-align: center;
color: #3c3933;
font-size: 30px;
padding: 10px 10px 10px 10px;
font-weight: 600;

}


.sub-heading {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 20px;
  color: white;
}

.yourSearchServices{
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #3c3933;
  font-size: 40;
}

.yourSearchSelected{
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #3c3933;
  font-size: 40;
}

.yourSearch{
font-family: 'Montserrat', sans-serif;
font-weight: 500;
color: white;
font-size:25px;



}
.search{
  background-color: #d7b470;
}

.completeBooking{
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 200;
text-align: center;
color: #3c3933;
}

h3 {
font-family: 'Kanit', sans-serif;
font-style: normal;
font-size: 25px;
color: #3c3933;
padding-top: 10px;
font-weight: 600;
line-height: .0em;
/*display: flex;*/
justify-content: space-between;
}

.center-header-text {
font-family: 'Kanit', sans-serif;
font-style: normal;
font-size: 35px;
color: #3c3933;
padding-top: 10px;
font-weight: 800;
line-height: .0em;
/*display: flex;*/
justify-content: space-between;
}

/*.card-header {
  text-align: center;
}
*/
.top-heading-confirmed {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-size: 50px;
  color: #3c3933;
  padding-top: 12px;
  font-weight: 900;
}

.booking-address-heading {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-size: 30px;
  color: #3c3933;
  padding-top: 0px;
  font-weight: 900;
}

.booking-address-sub-heading {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-size: 22px;
  color: whitesmoke;
  padding-top: 0px;
  font-weight: 500;
}

.heading-confirmed {
  color: #3c3933;
}

.sub-service{
  font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 100;
font-size: 18px;
color: #3c3933;
padding-top: 5px:;

}
h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #504835;
}

#display_speed_dailyRate, 
#display_eco_dailyRate, 
#display_over_dailyRate,
#display_special_dailyRate {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-size: 42px;
  color: #3c3933;
  padding-top: 0px;
  font-weight: 800;
  float: right;
}

#display_speed_totalCharge, #display_eco_totalCharge, #display_special_totalCharge, #display_over_totalCharge {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-size: 42px;
  color: #3c3933;
  padding-top: 0px;
  font-weight: 800;
}
.priceDetail{

  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #fbb914;

}



/*bookingcss start*/

.booking-section {

  background-color: #d89d29;
  padding: 15px;

}


#multiphase{ padding: 0px; width: 100%; }
.booking-details{ padding: 0px; width: 100%; }
.booking-phaseOver{ padding: 0px; width: 100%; }

#multiphase > #phase2, #phase3, #phase4, #phase5, #show_all_data{ display:none; }

/*booking css end*/


/*spinner css*/

@keyframes ldio-0pt57p9x8nt {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(180deg) }
  100% { transform: rotate(360deg) }
}
.ldio-0pt57p9x8nt div {
  position: absolute;
  animation: ldio-0pt57p9x8nt 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #f1f2f3;
  transform-origin: 80px 82px;
}
.loadingio-spinner-eclipse-zl1dbydmehk {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-0pt57p9x8nt {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-0pt57p9x8nt div { box-sizing: content-box; }
/* generated by https://loading.io/ */



.overlayGetEstimate {
  position: fixed;
/*  display: none;*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding-top: 100px;
}

#overlayEditBackLink {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding-top: 100px;
}

#overlayEditBackLinkSelection {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding-top: 100px;
}

#overlayNextPhaseOversized {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding-top: 100px;
}

#overlayNextPhaseEcoPark {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding-top: 100px;
}

#overlayNextPhaseSpecialPark {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding-top: 100px;
}

#overlayNextPhaseSpeedPark {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding-top: 100px;
}

#overlayNextPhaseVehicle {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding-top: 100px;
}

#overlayNextPhasePlate   {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding-top: 100px;
}

#overlayNextPhaseCustomer {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding-top: 100px;
}

#overlayNextPhase2-1 {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding-top: 100px;
}

#overlayNextPhaseAirline {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  text-align: center;
  padding-top: 100px;
}







.returns { display: none; }

.test {
  border-top-color: red;
}

.name-format 
{
    text-transform:capitalize;
}



#bookingNo {

  /*background-position: 45px;
  height: 50px;
  padding-right:1px;
  position: 50%;
  background-color: #337ab7;
  text-align: center;
  
  font-style: bold;
  font-style: color:white;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 40px;*/
}


/*.btn {

  width: 100%
}*/

#newBookingBtn {
/*  width: 100%;*/
  height: 40px;

/*  position:   relative;*/ 




}
#datepicker2 {
  width: 100%;
/*  height: 40px;*/
  position: center;
  padding: 8px 8px;
  border width:  5px;

/*  font-size: 25px;
  font-weight: normal;*/
}
#datepicker3 {
  width: 100%;
/*  height: 40px;*/
  position: center;
  padding: 8px 8px;
  border width:  5px;

/*  font-size: 25px;
  font-weight: normal;*/
}

#searchBy {
  width: 100%;
  height: 40px;
  position:   relative; 
  padding: 14px 14px;
    border-top-width: 1Spx;
}
/*#searchBySelect {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  border-bottom-width: 0px;
}*/

#searchByButton {
  width: 100%;
  height: 40px;
  font-size: 16px;

}

/*start butto*/
.processPhaseButtonsStart {
  background-color: whitesmoke;
  border: #d89d29;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  /*float: right;*/
  width: 100% !important;
}

.processPhaseButtonsStart {
  background-color: #d89d29; 
  color: #343a40; 
  border: 2px solid #f1f3f5;
}

.processPhaseButtonsStart:hover {
  background-color: #b67b07;
  border: 2px solid #d89d29;
  color: #343a40;
}

.processPhaseButtonsStart:focus {
outline: none;
border: none;
}

#nextphaseSpecialPark, #nextPhaseSpeedPark, #nextPhaseOversized, #nextPhaseNorth, #nextPhaseSouth{

  background-color: white; 
  color: black; 
  border: 2px solid #027bff;
  width: 100%;
  font-size: 22px;
  font-weight: 700;

}

#nextphaseSpecialPark:hover, #nextPhaseSpeedPark:hover, #nextPhaseOversized:hover, #nextPhaseNorth:hover , #nextPhaseSouth:hover{
  background-color: #027bff;
  color: white;
}

#backPhaseButtons {
  width: 100%
}
#nextPhaseButtons {
  width: 100%;
  margin-bottom: -65px;
}
#nextPhaseButtonsAirline {
  width: 100%;
}

/*phase buttons*/
.processPhaseButtons {
  background-color: white;
  border: 2px solid rgb(216, 158, 41);
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  float: right;
  width: 100%;
}


.processPhaseButtons:hover {
  background-color: rgb(216, 158, 41);
  color: white;
}

/*New phase buttons Primary*/
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0px rgba(2, 123, 255, 0.0);
  }
  50% {
    box-shadow: 0 0 18px rgba(2, 123, 255, 0.9),
                0 0 36px rgba(2, 123, 255, 0.6);
  }
  100% {
    box-shadow: 0 0 0px rgba(2, 123, 255, 0.0);
  }
}


.processActionButtons {
  background-color: #027bff;
  border: 2px solid #027bff;
  color: whitesmoke;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  float: right;
  width: 100%;
}


.processActionButtons:hover {
  background-color: #027bff;
  color: white;
  animation: pulseGlow 1.5s infinite ease-in-out;
}

.processSubmitButtons {
  background-color: #28a745;
  border: 2px solid #28a745;
  color: whitesmoke;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  float: right;
  width: 100%;
}


.processSubmitButtons:hover {
  background-color: #28a745;
  color: white;
  animation: pulseGlow 1.5s infinite ease-in-out;
}


.processActionButtons {
  position: relative;
  padding-right: 45px; /* space for the icon */
  transition: all 0.3s ease;
}

/* ⭐ ENABLED: Black double-check icon */
.processActionButtons:not(:disabled)::after {
  content: "\f560"; /* FontAwesome 'check-double' */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000000; /* BLACK */
  font-size: 22px;

  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);

  transition: color 0.4s ease, text-shadow 0.4s ease;
}

/* ⭐ Hover effect: transforms into smoky white */
.processActionButtons:not(:disabled):hover::after {
  color: rgba(255, 255, 255, 0.8); /* smoky white */
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.6),
               0 0 12px rgba(255, 255, 255, 0.4);
}

.processActionButtons:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.processActionButtons:disabled::after {
  content: "\f05e"; /* FontAwesome 'ban' */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: red;
  font-size: 22px;

  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}


/* ⭐ ENABLED: Step-Forward icon */
.processActionButtons:not(:disabled)::after {
  content: "\f051"; /* FontAwesome 'step-forward' */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;

  color: #027bff; /* Blue */
  font-size: 22px;

  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}


#nextPhaseButtons button.processActionButtons::after {
  content: "" !important;
  display: none !important;
}




.backPhaseButtons {
  background-color: #027bff;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  float: right;

}

.backPhaseButtons {
  background-color: white; 
  color: black; 
  border: 2px solid #027bff;
}

.backPhaseButtons:hover {
  background-color: #027bff;
  color: white;
}

.saveBooking {
  background-color: #027bff; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.saveBooking {
  background-color: white; 
  color: black; 
  border: 2px solid #027bff;
}

.saveBooking:hover {
  background-color: #027bff;
  color: white;
}
.reserveParkingSpot{

background-color: #027bff;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  width: 100%;

}



#ui-datepicker-div {

  display: none;
}



#backCars, #back-booking, #save-booking { 
  display:none; 
}

.ui-autocomplete.ui-widget {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 6px
}


/*.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1510 !important;
  float: left;
  display: none;
  min-width: 160px;
  width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;.ui-autocomplete-input {
  border: none; 
  font-size: 14px;
  width: 300px;
  height: 24px;
  margin-bottom: 5px;
  padding-top: 2px;
  border: 1px solid #DDD !important;
  padding-top: 0px !important;
  z-index: 1511;
  position: relative;
}*/
.ui-menu .ui-menu-item a {
  font-size: 12px;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1510 !important;
  float: left;
  display: none;
  min-width: 160px;
  width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover, .ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
}
#modalIns{
    width: 500px;
}
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover, .ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
}

#alert {
  position: relative;
  float: right;
}
/*.alert{
    display: none;
}*/

/*service type class*/
.speedParkText {
  color: red;
}

}
.ecoParkText {

color: green;

}
.selfParkText {

border-color: pink;

}
.spotHeroText {

border-color: yellow;
border-bottom-width: 2px;

}

/*Reserve.html styling*/

/*h3 {
    line-height: .0em;
    display: flex;
    justify-content: space-between;
}*/
h4{
font-size: 16px;
}



#display_etotalCharge{
/*      line-height: .5em;
    display: flex;
    justify-content: space-between;*/

}
.feesText{
  font-size: 12px;
  font-weight: 800;
}



/*.subHeadingText{
    display: flex;
    justify-content: space-between;
}*/

/*.alertButtonText{
      display: flex;
    justify-content: space-between;
}*/



.rateHeading{
  margin-top: -10px;
  font-weight: 900;
  font-size: 35px;
  padding-top: 5px;

}

#display_etotalCharge{


}

#display_ototalCharge{


}
.rateHeadingSub{
  line-height: 25px;
/*  color: ##526471;*/
/*  font-weight: 900;
  font-size: 24px;*/

}

.hover:hover {
  background-color: #f0f3f5;
}

.washHover:hover {
  background-color: #3473bd !important;
  color: white !important;
}

.washHeading{
font-family: showcard-gothic, sans-serif;
font-style: normal;
font-weight: 200;
font-size: 30px;
color: #3c3933;
position: center;
text-align: center;

}

.things, .wash{
  background-color: #fbb914;
}


/*Pricing tab*/
#pricingDetailsEco{
  float: right;
  width: 300px;

}
#pricingTabEco{
  float: right;
  width: 300px;
}

.rateSection{
  float: right;
 
}
.expandPricing{
/*  text-transform: uppercase;*/
  color: #008cba;

}

.showHide{
  color: #008cba;
  font-size: 18px;
  font-weight: 500px;
}



.showPricingDetails{
  background-color: white;
  padding: 10px;
}

.preventDefault{
  color: #008cba;
  padding-top: 0px;
}
/*Reserve form css*/
form#multiphase-reserve > #phase1, #phase2, #phase2-1, #phaseSpecial, #phaseSpeed, #phaseEco, #phaseOver, #phaseAirline, #phaseVehicle, #phaseCustomer, #phaseCheckout, #phaseSummary,#thingsToKnow, #calculations{ display:none; }

#formstack-form {display: none;}

#phase1, #phaseAirline, #phaseVehicle, #phaseCustomer{
  background-color: #f0f3f5;
}

/*#phaseSummary{
  width: 100%;
}*/

.headerLables{
  font-weight: 500;
  font-size: 12px;
  line-height: 0px;
  /*padding-top: 15px;*/
  color: #101010;
}

.greyText{
  color: grey;
  margin-bottom: 0px;
}



.card-title {
    margin-bottom: .0rem;

}

/*Confirmation css*/
.confServiceTypeDisplay{

font-family: 'Kanit', sans-serif !important;
font-style: normal;
font-weight: 500;
font-size: 35px;
color: #28a745;
}
.confBookingNoDisplay{
  
  font-family: 'Kanit', sans-serif !important;
  font-size: 50px;
  font-weight: 700;
  padding: 5px;
/*  width: 300px;*/
  margin: auto;
  width: 100%;
  background-color: #d89d29;
  color: whitesmoke;



}

.confContainer{
  text-align: center;
}


.completeYourBooking {

font-family: showcard-gothic, sans-serif;
font-style: normal;
font-weight: 100;
font-size: 40px;
color: black;
padding-top: 10px;
text-align: center;


}


/*Input fields css*/
#enterDate, #enterTime, #exitDate, #exitTime, #flightNo, #airline, #airlineCode, #arrivingFrom, #plateNo, #car-years, #car-makes, #car-models, #vehicleColor, #firstName, #lastName, #customerPhone, #emailAddress, #confirmEmailAddress{
  height: 40px;
  font-size: 14px;
}
#plateNo {
  width: 100% !important;
  text-align: center;
  font-size: 1.5rem;       /* make it plate-like */
  font-weight: bold;       /* thicker text */
  letter-spacing: 3px;     /* spacing between characters */
  text-transform: uppercase; /* auto-uppercase */
}


#bookingNotes{
  font-size: 20px;

}

#display_serviceType{
  color: #3c3933;
}

/*gif css*/
.preload{
position: absolute;
  display: none;
   left: 45%;
   top: 10%;
   height:100px;
   width:100px;
   margin:0px auto;
   background: transparent;
   z-index: 2;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

/*#phaseSummary{
  background-color: white;
  opacity: 1.1;
}*/

img.loading-car{
  width: 225px;
  height: auto;
}

.subText{
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    text-align: center;
    color: white;

}
.subText1{
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    text-align: center;
    color: black;
    font-weight: 600;
}
/*Google Maps*/
    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

/*<div class="google-maps">
    <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d7098.94326104394!2d78.0430654485247!3d27.172909818538997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2s!4v1385710909804" width="600" height="450" frameborder="0" style="border:0"></iframe>
</div>*/
 
.hide{
  display: none;
}
/*.sub-text{
  color: #212529;
}
*/

.center-icons{
  text-align: center;
  display: inline-block;
  width: 20px;
}
.card-text {
  margin-bottom: 0px;

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.checkText{
  color: green;
  font-weight: 400 !important;
} 

.service-text{
  color: grey;
  margin: 10px;
}

.catchFrase{
  text-align: center;
  font-size: 22px;
  line-height: 0;
  color: #524c3d;

}

.subTitle {
  font-size: 22px;
  text-align: center;
  /*font-weight: 100;*/
}


/* The container */
.containerCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #28a74573;
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheck input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.reserve-option{
  background-color:   #fdb913;
  height:   50px;
  width:  50%;
  float:  left; 
  padding: 10px 10px;
}

.update-option {
  background-color:   #e0d8ca;
  height:   50px;
  width:  50%;
  float:  right; 
  padding: 10px 10px;
  
}

/*.actionable-group--pointer {
    border: 11px solid #fdb913;
    height: 0;
    position: relative;*/
    /* top: 156px; */
/*    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 0;
    left: 25%;
    float: left;
}*/


.parking-menu {
  font-family: showcard-gothic, sans-serif;
  position: relative;
    left: 35%;
    float: left;
    font-size:  20px;
    
}
.price {
  font-family: showcard-gothic, sans-serif;
  font-size: 50px;
}

/*myHeader styles*/

.card-header{
  background-color: #d89d29;
 /* opacity: 0.8;*/
  color: white;
/*  padding: 8PX;*/
}

.header {
/*  padding: 10px 16px;*/
  background: #d89d29;
  margin-top: 0px;
/*  color: #f1f1f1;*/
}

.sticky {
  position: fixed;
  width: 100%;
  z-index: 0;
}

.card {
  background-color: #f0f3f5;
}


.reservation-details {
  color: #3c3933;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: -8px;
}

.qr-code {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  display: block;
}

.input-group-append {
    margin-left: 2px !important;
}

 select {
  
  border-radius:0px !important
}

label {
  margin-bottom: 0px !important;
}

.card-body {
  padding: 0px !important;
}

#chev-down, #chev-up {
  display: none;
  /*background-color: #d89d29;*/
  color: #f0f3f5;
}

.modal {
  transition: none !important;
}


.map-container {
width: 100%;
height: 250px; /* Reduced height for mobile */
overflow: hidden;
border-radius: 8px;
}
.map-frame {
width: 100%;
height: 100%;
border: 0;
}
.feature-icon {
font-size: 22px; /* Reduced icon size */
color: #007bff;
}
.feature-text {
display: block;
font-size: 12px; /* Reduced text size */
margin-top: 5px;
}
.service-text {
font-size: 16px; /* Reduced service text size */
color: #3c3933;
}
.text-dark {
font-size: 14px;
}
.checkText {
font-size: 14px; /* Reduced font size for check text */
font-weight: 400;
color: #28a745;
}
.btn-lg {
font-size: 16px; /* Reduced font size for button */
font-weight: 600;
}
/*.card-header h3 {
font-size: 1.5rem; /* Reduced header size */
}*/
.sub-heading-address {
font-size: 16px; /* Smaller address text */
}
@media (max-width: 576px) {
.card-body {
padding: 15px;
}
.feature-icon {
font-size: 18px; /* Further reduce icon size on small screens */
}
.feature-text {
font-size: 12px; /* Further reduce feature text size */
}
/*   .service-text {
font-size: 14px; /* Adjust service text size for mobile */
}*/
.checkText {
font-size: 12px; /* Adjust check text size for mobile */
}
.btn-lg {
font-size: 14px; /* Adjust button size for mobile */
}
.map-container {
height: 200px; /* Further reduce map height for mobile */
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  /*display: flex;*/
  justify-content: center; /* Center horizontally */
  /*align-items: center;*/
  background-color: #f9f9f9; /* Optional: light background */
}

#printArea {
  max-width: 500px;
  width: 100%;
}

/* Print Styles */
@media print {
  body {
    background: #fff !important;   /* Remove gray background */
    display: block;                /* Normal flow for printing */
  }
  #printArea {
    margin: 0 auto;                /* Center horizontally */
    page-break-inside: avoid;      /* Prevent splitting */
  }
  #printButton {
    display: none !important;      /* Hide the button when printing */
  }
  .card {
    box-shadow: none !important;   /* Remove shadow in print */
    border: 1px solid #ccc;        /* Light border */
  }
}

/*      _("display_select_location").innerHTML = "Booking Complete!";
      document.querySelector(".alert-light").style.backgroundColor =  "#5fc478"; */

#topbar_header {
  display: none;
}
 

 .disabled-backdrop {
  background-color: rgba(0,0,0,0.6) !important;
  pointer-events: all !important;
}

.blackText {
  margin: 0px;
}

/*Licence plate wrapper*/

.vehicle-form {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.form-label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  color: #333;
}

.form-control {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}

.form-control:focus {
  border-color: #007bff;
  outline: none;
}

.plate-wrapper {
  background: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  padding: 10px 15px;
}

.plate-input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}


.plate-wrapper::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 10px;
  right: 10px;
  height: 6px;
  background: #003399; /* top blue stripe 
  /*border-bottom: 2px solid #000;*/
}

.plate-input {
  border: none;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  width: 180px;
  outline: none;
}

.flash-success {
  animation: flashGreen 1.5s ease-in-out !important;
}

@keyframes flashGreen {
  0%   { background-color: #d4edda !important; }
  50%  { background-color: #c3e6cb !important; }
  100% { background-color: inherit !important; }
}

/*login/logout css*/

   .enhanced-account-section {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  max-width: 500px;
  width: 100%;
}

.heading-title {
  font-size: 25px;
  color: #dea80a;
  font-weight: 700;
}

.account-benefits {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
  list-style: none;
  padding-left: 0;
}

.account-benefits li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

.account-benefits li::before {
  content: "•";
  color: #dea80a;
  position: absolute;
  left: 0;
  top: 0;
}


   /* Make input fields taller and text bigger */
.form-control {
  height: 45px;              /* taller fields */
  font-size: 1.1rem;          /* bigger text inside */
  padding: 10px 15px;         /* more breathing room */
}

/* Make placeholder text larger + darker for visibility */
.form-control::placeholder {
  font-size: 1.1rem;
  color: #666;               /* darker gray than default */
  opacity: 1;                /* ensures color shows fully */
}

/* Bigger, bolder button */
#submitModalCreate {
  display: block;
  width: 100%;
  height: 55px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 0px;
  background: #fff;
  color: #52504d;
  border: 2px solid #52504d;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  cursor: pointer;
}

#submitModalCreate:hover {
  background: #52504d;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

#submitModalCreate:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.account-heading {
   padding: 40px;
     display: flex;
  align-items: center;     /* Vertically center */
  justify-content: center; /* Optional: horizontally center */
  flex-direction: column;
  height: 100%; 
  margin-bottom: 20px;

}

.create-account-div {
  border-radius: 12px;              /* Rounded corners */
  box-shadow: 0 4px 20px rgba(0,0,0,0.1); /* Soft drop shadow */
  padding: 40px;                    /* Optional: internal spacing */
  background-color: #fff;           /* Optional: white background */
  max-width: 600px;                 /* Optional: control width */
  margin: 0 auto; 
  text-align: center;                  /* Optional: center horizontally */
  margin-bottom: 20px;
}

.login-account-div {
  border-radius: 12px;              /* Rounded corners */
  box-shadow: 0 4px 20px rgba(0,0,0,0.1); /* Soft drop shadow */
  padding: 40px;                    /* Optional: internal spacing */
  background-color: #fff;           /* Optional: white background */
  max-width: 600px;                 /* Optional: control width */
  margin: 0 auto; 
  text-align: center;                  /* Optional: center horizontally */
  margin-bottom: 20px;
}


.m {
  border-radius: 12px;                     /* Rounded corners */
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2); /* Stronger shadow for depth */
  background-color: #fff;
  max-width: 600px;                        /* Keep modal at a good size */
  margin: 30px auto;                       /* Center with some top margin */
}

.modal-header {
  border-bottom: none;                     /* Cleaner look */
}

.modal-footer {
  border-top: 1px solid #e5e5e5;           /* Subtle separation */
}

.close {
  font-size: 1.8rem;
  font-weight: 700;
  opacity: 0.9;
}

.close:hover {
  opacity: 1;
}

.next-section {
  margin-top: 0;
}



body {
  margin: 0;
  box-sizing: border-box;
}

.page-header {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #dea80a;
  color: #fff;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative; /* needed for the curve */
  overflow: hidden;
}

/* Curved bottom divider */
.page-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 120px; /* adjust curve size */
  background-color: #fff;
  /*background-image: url("images/runway-plane.jpg");*/
  border-top-left-radius: 100% 80px;
  border-top-right-radius: 100% 80px;
}



@media (max-width: 768px) {
  .page-header {
    padding: 150px 0; /* smaller padding on mobile */
  }
}





/* Optional: remove horizontal scroll caused by 100vw in some browsers */
/*html, body {
  overflow-x: hidden;
}*/

/* 🔄 Fullscreen loading overlay */
#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* dim background */
  display: none; /* hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 5000; /* above modals and toasts */
  transition: opacity 0.3s ease;
}

/* Optional fade-in/out animation */
#loadingOverlay.show {
  display: flex;
  opacity: 1;
}

/* Spinner styling */
.spinner-border {
  width: 4rem;
  height: 4rem;
  border-width: 6px;
}



.hide-important {
  display: none !important;
}

#bookingSubTitle {

  font-size: 35px;
  font-weight: 600;
  color: #d89e2a;

}

/*prind css*/

  @media print {
    body * {
      visibility: hidden;
    }
    #receipt, #receipt * {
      visibility: visible;
    }
    #receipt {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
    }
  }

  /*receipt css*/
  /* Receipt styles (self-contained) */
  .receipt {
    max-width: 720px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #222;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
  }

  .receipt__header {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
  }
  .receipt__logo {
    width: 64px;
    height: 64px;
    background: #d79e2c;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 22px;
    padding-left: 10px;
  }
  .receipt__business {
    flex: 1;
  }
  .receipt__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px 0;
  }
  .receipt__meta {
    color: #555;
    font-size: 13px;
    line-height: 1.2;
  }

  .receipt__info {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 12px 0 18px;
    flex-wrap: wrap;
  }
  .receipt__info .box {
    min-width: 180px;
    background: #fbfbfb;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    font-size: 13px;
    color: #333;
  }

  table.receipt__items {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 14px;
  }
  table.receipt__items th,
  table.receipt__items td {
    padding: 10px 8px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
  }
  table.receipt__items th { color: #555; font-weight: 600; font-size: 13px; }
  table.receipt__items td.qty { width:72px; text-align:center; }
  table.receipt__items td.right { text-align:right; }

  .receipt__totals {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
  }
  .receipt__totals .totals-inner {
    width: 320px;
    border-top: 1px solid #eaeaea;
    padding-top: 12px;
    font-size: 14px;
  }
  .totals-inner .line { display:flex; justify-content:space-between; margin-bottom:6px; color:#333; }
  .totals-inner .line.total { font-weight:700; font-size:16px; margin-top:8px; }

  .receipt__footer {
    margin-top: 18px;
    font-size: 13px;
    color: #666;
    text-align: center;
  }

  .receipt__actions {
    display:flex;
    gap:10px;
    justify-content:flex-end;
    margin-top:12px;
  }
  .btn {
    display:inline-block;
    padding:8px 12px;
    border-radius:6px;
    cursor:pointer;
    font-weight:500;
    border:1px solid transparent;
  }
  .btn--primary { background:#fff; color:#222; border-color:#ccc; }
  .btn--accent { background:#fff; color:#dea80a; border-color:#dea80a; }

  /* print styles */
  @media print {
    .receipt { box-shadow:none; border:none; max-width:100%; margin:0; border-radius:0; }
    .receipt__actions, .no-print { display:none !important; }
  }

 /* Make the datepicker fill the whole screen */
 .ui-datepicker {
   /*position: fixed !important;*/
   top: 0 !important;
   left: 0 !important;
   width: 100vw !important;
   height: 100vh !important;
   background: white !important;
   z-index: 1050 !important; /* above Bootstrap modals */
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   box-shadow: none !important;
   border: none !important;
   font-size: 1.5rem;
 }
 /* Enlarge navigation buttons */
 .ui-datepicker-prev, .ui-datepicker-next {
  font-size: 2rem;
 }
 /* Optional: blur background while open */
 body.datepicker-open {
  overflow: hidden;
 filter: blur(4px);
 }

 .datepicker-open {
  overflow: hidden !important;
  touch-action: none !important;
}

strong {
  font-weight: 600 !important;
}

/*toast css*/

#toastContainer .toast {
  margin-top: 0.75rem; /* space between toasts */
  pointer-events: auto; /* re-enable clicking on close button */
}

@media (max-width: 768px) {
  #toastContainer {
    top: auto;
    bottom: 1rem; /* move to bottom on mobile */
    right: 50%;
    transform: translateX(50%);
    width: 90%;
  }
  #toastContainer .toast {
    width: 100%;
    font-size: 0.9rem;
  }
}
/*fade up effect*/
.toast {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.toast.show {
  opacity: 1;
  transform: translateY(0);
}

/*signup bitton css*/

/* ✨ Enhanced Signup Button Styling */
.signup-btn {
  background-color: #dea80a;
  color: #fff;
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.signup-btn:hover {
  background-color: #c79508;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* ✅ Toasts should always stay behind modals */
.toast {
  z-index: 1030 !important;
}

/* ✅ Ensure modals appear above everything */
.modal {
  z-index: 1050 !important;
}

/* ✅ Backdrop just below modal */
.modal-backdrop {
  z-index: 1040 !important;
}

/* ✅ Hide all toasts by default */
.toast {
  display: none;
  opacity: 0; /* Prevent flicker */
  z-index: 1030 !important; /* behind modals */
  transition: opacity 0.4s ease;
}

/* ✅ When Bootstrap shows them, make them visible */
.toast.show {
  display: block;
  opacity: 1;
}


.custom-modal-header {
  border-bottom: 1px dotted;
  padding-top: 10px;
  background: #d89e29;
  z-index: 1055;
  display: block;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

#topbar_header {
  padding-right: 10px !important;
  margin-right: 10px !important;
}

#manage-booking-list td.text-center {
  font-size: 1rem;
  color: #6c757d;
  background-color: #f8f9fa;
  border-radius: 10px;
}

#startBookingEdit, #selectedSpeedFull, #selectedSpecialFull, #selectedEcoFull, #selectedOversizedFull  {
  display: none;
}


/* Force strong primary outline button */
  .btn-outline-primary {
    color: #007bff !important;
    border: 1px solid #007bff !important;
    background-color: transparent !important;
  }

  .btn-outline-primary:hover,
  .btn-outline-primary:focus {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
  }

  .btn-outline-primary:active {
    background-color: #0069d9 !important;
    border-color: #0069d9 !important;
  }

 .card.hover {
  border: 2px solid transparent;
  border-radius: 12px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

/* Hover preview (only applies if not dimmed) */
.card.hover:not(.dimmed):hover {
  border-color: #666;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* Selected card */
.card.hover.selected {
  border: 3px solid #000; /* solid black border */
  box-shadow: 0 0 14px rgba(0,0,0,0.25);
  transform: scale(1.01);
  opacity: 1;
  cursor: default;
}

/* Dimmed cards (visually de-emphasized but still clickable) */
.card.hover.dimmed {
  opacity: 0.4;
  filter: grayscale(40%);
  pointer-events: auto; /* so we can still click to re-select */
}

/* Active calculate button */
.card.hover.selected .processPhaseButtons {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  border: none;
  transition: all 0.3s ease;
}

/* Hover for active button */
.card.hover.selected .processPhaseButtons:hover {
  transform: scale(1.05);
  background-color: #333;
}

/* Disabled calculate buttons */
/*.card.hover.dimmed .processPhaseButtons {
  background-color: #ccc !important;
  color: #666 !important;
  cursor: not-

}*/

/*/* -------------------------------
   BASE CARD STYLE
--------------------------------*/
#phase2-1 .card {
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  opacity: 1;
}

/* Normal hover (not dimmed) */
#phase2-1 .card:not(.dimmed):hover {
  border-color: #666;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  transform: translateY(-3px);
}

/* Selected card */
#phase2-1 .card.selected {
  border: 3px solid #000 !important;
  opacity: 1 !important;
  box-shadow: 0 0 14px rgba(0,0,0,0.25);
  transform: scale(1.02);
}

/* Dimmed (before hover) */
#phase2-1 .card.dimmed {
  opacity: 0.4;
  filter: grayscale(40%);
  pointer-events: auto; /* MUST allow mouseenter */
}

/* --------------------------------------------
   🔥 HOVERING A DIMMED CARD -> ACTIVATE IT
--------------------------------------------- */
#phase2-1 .card.dimmed:hover {
  opacity: 1 !important;
  filter: none !important;
  border: 4px solid #000 !important;
  transform: translateY(-4px) scale(1.01) !important;
  box-shadow: 0 0 14px rgba(0,0,0,0.35) !important;
  cursor: pointer !important;
}

/* Enable buttons inside dimmed card on hover */
#phase2-1 .card.dimmed:hover .processActionButtons,
#phase2-1 .card.dimmed:hover .processPhaseButtons {
  background: #000 !important;
  color: #fff !important;
  cursor: pointer !important;
  border: none !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}

/* Reset child blur/grayscale */
#phase2-1 .card.dimmed:hover * {
  filter: none !important;
  opacity: 1 !important;
}*/

/*input error warnings*/

.input-error {
  border: 2px solid red !important;
  background-color: #ffe6e6 !important;
}


/*about us css*/
/* Gold Accent Left Border */
.gold-accent {
  border-left: 6px solid #d89e29;
  padding-left: 15px;
  margin-bottom: 1.5rem;
}

/* Optional: Make the heading stand out more */
.gold-accent h2 {
  font-weight: 700;
  letter-spacing: 0.5px;
}

/*Map css*/
/* Custom SpeedPark map marker */
.sp-marker {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  background: #d89e29; /* gold */
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-marker img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

/* Optional styling for popup content */
.sp-infowindow {
  font-size: 13px;
}
.sp-infowindow a {
  color: #d89e29;
  font-weight: 600;
  text-decoration: none;
}
.sp-infowindow a:hover {
  text-decoration: underline;
}

/*image css*/
.about-img-wrapper {
  padding: 1px;                 /* controls padding around image */
  background: #212529;           /* clean white background */
  border-radius: 1px;           /* smooth rounded corners */
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.about-img {
  width: 100%;
  /*border-radius: 12px;            slightly smaller so padding shows */
  object-fit: cover;
}

/*Member Perks*/

#benefits-combined ul li {
  margin-bottom: 10px;
}

#benefits-combined .shadow:hover {
  transform: translateY(-4px);
  transition: 0.2s ease-in-out;
}

/*footer*/



/* FIX MOBILE SHRINKING ISSUE */
html, body {
  width: 100% !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* TABLE SCROLL FIX */
@media (max-width: 576px) {
  .table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/*booking form*/

/* Background full-bleed */
#booking.booking-hero {
    background-image: url("images/runway-plane.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* 🔥 These are the missing lines */
    min-height: 550px;  
    width: 100%;
    display: flex;
    align-items: center;
    padding: 80px 0;
}


/* Left side text */
.hero-left .hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-left .hero-subtitle {
    font-size: 1.25rem;
    opacity: 0.9;
}

/* Right side booking box */
.booking-card {
    backdrop-filter: blur(6px);
    border-radius: 1.5rem;
    border: 1px solid rgba(255,255,255,0.4);
}

/* Buttons */
.booking-card button {
    border-radius: 12px;
}

.btn-outline-light {
    border-width: 2px;
    border-radius: 12px;
}

.scroll-down-container {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}

#scrollToRates {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 36px;
  color: #d4a21f; /* SpeedPark gold */
  animation: bounce 1.8s infinite;
}

#scrollToRates:hover {
  color: #b8911b;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(4px);
  }
}

.selfpark-icon {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 6px;
  border: 2px solid gold;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 0 6px rgba(255,215,0,0.7);
}















