.elementor-kit-247{--e-global-color-primary:#0B2347;--e-global-color-secondary:#D4AF37;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-247 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Main Instruction Box */
.emc-instruction-box {
  background: #f8f6ee; /* soft cream */
  border-left: 5px solid #C8A94B; /* gold accent */
  padding: 20px 25px;
  margin: 20px auto 35px;
  max-width: 850px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.6;
  color: #1A2A5A; /* navy */
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Title inside the box */
.emc-instruction-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  color: #1A2A5A;
}

/* Bullets formatting */
.emc-instruction-box ul {
  margin: 0;
  padding-left: 20px;
}

.emc-instruction-box ul li {
  margin-bottom: 6px;
}

/* Tooltip container */
.emc-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 6px;
}

/* Tooltip icon style */
.emc-tooltip-icon {
  width: 16px;
  height: 16px;
  background-color: #C8A94B; /* Gold tone */
  color: white;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  display: inline-block;
}

/* Tooltip text container */
.emc-tooltip .emc-tooltip-text {
  visibility: hidden;
  width: 220px;
  background-color: #1A2A5A; /* Navy tone */
  color: #fff;
  text-align: left;
  padding: 8px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1000;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.emc-tooltip .emc-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 6px;
  border-style: solid;
  border-color: #1A2A5A transparent transparent transparent;
  transform: translateX(-50%);
}

/* Show tooltip on hover */
.emc-tooltip:hover .emc-tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Reduce spacing between form labels and upload fields */
.wpforms-field label,
.elementor-field-label {
  margin-bottom: 4px !important;
}

input[type="file"] {
  margin-top: 2px !important;
}

/* Active booking step */
.chaufb-step-wrapper .chaufb-step.chaufb-step-current a{
    background: #0B2C6F !important;
    border: 2px solid #0B2C6F !important;
    color: #ffffff !important;
}

/* Optional: change the step line */
.chaufb-step-wrapper .chaufb-step-line{
    background: #0B2C6F !important;
}

/* Optional: completed steps */
.chaufb-step-wrapper .chaufb-step.chaufb-step-complete a{
    background: #0B2C6F !important;
    border: 2px solid #0B2C6F !important;
    color: #ffffff !important;
}

/* Mobile width fix */
@media (max-width: 767px){

  .chaufb-cf,
  .chaufb-wrapper,
  .chaufb-step-wrapper{
      width:100% !important;
      max-width:100% !important;
  }

  .chaufb-booking-form{
      width:100% !important;
      max-width:100% !important;
  }
}

/* Vehicle Select button */
.chaufb-vehicle-list input[type="button"],
.chaufb-vehicle-list button,
.chaufb-vehicle-select,
.chaufb-vehicle-item .button {
    background: #0B2C6F !important;
    border: 2px solid #0B2C6F !important;
    color: #ffffff !important;
}

/* Passenger and Bag icons */
.chaufb-vehicle-item i,
.chaufb-vehicle-item svg,
.chaufb-vehicle-item .fa,
.chaufb-vehicle-item .fas {
    color: #0B2C6F !important;
    fill: #0B2C6F !important;
}

/* Check Availability button */
.chaufb-booking-form input[type="button"],
.chaufb-booking-form input[type="submit"],
.chaufb-booking-form button,
.chaufb-booking-form .button,
.chaufb-booking-form .btn {
  background: #D9A441 !important;
  border: 2px solid #D9A441 !important;
  color: #ffffff !important;
}

/* Check Availability hover */
.chaufb-booking-form input[type="button"]:hover,
.chaufb-booking-form input[type="submit"]:hover,
.chaufb-booking-form button:hover,
.chaufb-booking-form .button:hover,
.chaufb-booking-form .btn:hover {
  background: #C8962D !important;
  border-color: #C8962D !important;
  color: #ffffff !important;
}/* End custom CSS */
