.elementor-50 .elementor-element.elementor-element-eaa1c1a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-50 .elementor-element.elementor-element-cea9c64{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-50 .elementor-element.elementor-element-ad0a300{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6f966ad *//* =========================
   PAGE 3 - SECTION 2
   BOOKING HERO
========================= */

.booking-hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  color: #080808;
  background: #ffdc68;
  border-bottom: 6px solid #080808;
}

.booking-hero::before {
  position: absolute;
  top: 20px;
  right: -25px;
  color: rgb(0 0 0 / 4%);
  content: "BOOKING";
  font-family: "Barlow Condensed", Impact, Arial, sans-serif;
  font-size: 14rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.booking-hero::after {
  position: absolute;
  right: -150px;
  bottom: 50px;
  width: 470px;
  height: 470px;
  border: 80px solid rgb(255 255 255 / 15%);
  border-radius: 50%;
  content: "";
}

.booking-hero-container {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1180px, calc(100% - 40px));
  min-height: 690px;
  grid-template-columns: 1fr 0.92fr;
  align-items: center;
  gap: 70px;
  margin: auto;
  padding: 65px 0 120px;
}

/* =========================
   CONTENT
========================= */

.booking-hero-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  color: #ffffff;
  background: #080808;
  border-radius: 5px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.booking-hero-content h1 {
  max-width: 660px;
  margin: 0;
  color: #080808;
  font-family: "Barlow Condensed", Impact, Arial, sans-serif;
  font-size: clamp(3.8rem, 5.7vw, 5.8rem);
  font-weight: 900;

  /* Elak huruf dan baris bertindih */
  letter-spacing: 0;
  line-height: 1.04;

  text-transform: uppercase;
}

.booking-hero-content h1 span {
  display: block;
  margin-top: 5px;
  color: #ffffff;
  text-shadow:
    -2px -2px 0 #303030,
    2px -2px 0 #303030,
    -2px 2px 0 #303030,
    2px 2px 0 #303030;
}

.booking-hero-content > p {
  max-width: 570px;
  margin: 25px 0 0;
  color: rgb(0 0 0 / 70%);
  font-size: 0.91rem;
  letter-spacing: 0;
  line-height: 1.8;
}

/* =========================
   ACTIONS
========================= */

.booking-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 29px;
}

.booking-hero-primary,
.booking-hero-secondary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border-radius: 7px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.91rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.booking-hero-primary {
  color: #ffffff;
  background: #080808;
  border: 2px solid #080808;
}

.booking-hero-secondary {
  color: #080808;
  background: transparent;
  border: 2px solid #080808;
}

.booking-hero-primary svg {
  width: 20px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.booking-hero-primary:hover,
.booking-hero-secondary:hover {
  transform: translateY(-3px);
}

.booking-hero-primary:hover {
  color: #080808;
  background: #ffffff;
}

.booking-hero-secondary:hover {
  color: #ffffff;
  background: #080808;
}

/* =========================
   TRUST STEPS
========================= */

.booking-hero-trust {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 2px solid rgb(0 0 0 / 17%);
}

.booking-hero-trust > div {
  min-width: 130px;
  padding-right: 20px;
}

.booking-hero-trust > div:not(:first-child) {
  padding-left: 20px;
  border-left: 1px solid rgb(0 0 0 / 22%);
}

.booking-hero-trust strong,
.booking-hero-trust span {
  display: block;
}

.booking-hero-trust strong {
  color: #080808;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

.booking-hero-trust span {
  margin-top: 5px;
  color: rgb(0 0 0 / 62%);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* =========================
   VISUAL
========================= */

.booking-hero-visual {
  position: relative;
  min-height: 480px;
}

.booking-visual-word {
  position: absolute;
  top: 10px;
  right: 0;
  color: rgb(0 0 0 / 7%);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
}

/* =========================
   BOOKING ILLUSTRATION
========================= */

.booking-illustration {
  position: absolute;
  top: 65px;
  right: 25px;
  width: 390px;
  height: 345px;
  background: #ffffff;
  border: 4px solid #080808;
  border-radius: 12px;
  box-shadow: 12px 12px 0 rgb(0 0 0 / 14%);
}

/* Calendar */

.booking-calendar {
  padding: 20px;
}

.booking-calendar-header {
  position: relative;
  display: flex;
  min-height: 45px;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  color: #ffffff;
  background: #080808;
  border-radius: 7px;
}

.booking-calendar-header > span {
  width: 9px;
  height: 9px;
  background: #ffdc68;
  border-radius: 50%;
}

.booking-calendar-header strong {
  margin-left: auto;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.booking-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
  margin-top: 16px;
}

.booking-calendar-grid span {
  display: grid;
  min-height: 31px;
  color: #555555;
  background: #f1f1f1;
  border-radius: 5px;
  font-size: 0.61rem;
  font-weight: 800;
  place-items: center;
}

.booking-calendar-grid .calendar-muted {
  color: #b0b0b0;
}

.booking-calendar-grid .calendar-selected {
  color: #080808;
  background: #ffdc68;
  border: 2px solid #080808;
}

.booking-calendar-grid .calendar-range {
  color: #ffffff;
  background: #080808;
}

/* Car icon */

.booking-car-icon {
  position: absolute;
  right: -35px;
  bottom: -25px;
  width: 205px;
  color: #080808;
}

.booking-car-icon svg {
  display: block;
  width: 100%;
  fill: #ffffff;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
  filter: drop-shadow(0 12px 8px rgb(0 0 0 / 20%));
}

.booking-car-icon circle {
  fill: #080808;
}

/* =========================
   FLOATING CARDS
========================= */

.booking-date-card,
.booking-whatsapp-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  color: #ffffff;
  background: #080808;
  border-radius: 8px;
  box-shadow: 7px 7px 0 rgb(0 0 0 / 13%);
}

.booking-date-card {
  top: 25px;
  left: 0;
}

.booking-whatsapp-card {
  right: 0;
  bottom: 15px;
}

.booking-date-icon,
.booking-whatsapp-icon {
  display: grid;
  width: 40px;
  height: 40px;
  color: #080808;
  background: #ffdc68;
  border-radius: 7px;
  place-items: center;
}

.booking-whatsapp-icon {
  color: #ffffff;
  background: #1ebe5d;
}

.booking-date-icon svg,
.booking-whatsapp-icon svg {
  width: 23px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.booking-date-card small,
.booking-date-card strong,
.booking-whatsapp-card small,
.booking-whatsapp-card strong {
  display: block;
}

.booking-date-card small,
.booking-whatsapp-card small {
  margin-bottom: 3px;
  color: #999999;
  font-size: 0.51rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.booking-date-card strong,
.booking-whatsapp-card strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.91rem;
  font-weight: 900;
  text-transform: uppercase;
}

/* =========================
   BOTTOM BAR
========================= */

.booking-hero-bottom {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 0;
  left: 0;
  background: #080808;
}

.booking-hero-bottom-container {
  display: grid;
  width: min(1180px, 100%);
  min-height: 75px;
  grid-template-columns: repeat(4, 1fr);
  margin: auto;
}

.booking-hero-bottom-container > div {
  display: grid;
  align-content: center;
  padding: 10px 20px;
  border-right: 1px solid #333333;
  text-align: center;
}

.booking-hero-bottom-container > div:last-child {
  border-right: 0;
}

.booking-hero-bottom strong,
.booking-hero-bottom span {
  display: block;
}

.booking-hero-bottom strong {
  color: #ffdc68;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-hero-bottom span {
  margin-top: 4px;
  color: #b5b5b5;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* =========================
   TABLET
========================= */

@media (max-width: 900px) {
  .booking-hero-container {
    grid-template-columns: 1fr;
    padding-bottom: 120px;
  }

  .booking-hero-content {
    width: min(700px, 100%);
    margin: auto;
  }

  .booking-hero-visual {
    width: min(570px, 100%);
    margin: auto;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 620px) {
  .booking-hero-container {
    width: min(100% - 30px, 1180px);
    padding: 50px 0 200px;
  }

  .booking-hero-content h1 {
    font-size: clamp(3rem, 13vw, 4rem);
    line-height: 1.08;
  }

  .booking-hero-actions {
    display: grid;
  }

  .booking-hero-primary,
  .booking-hero-secondary {
    width: 100%;
  }

  .booking-hero-trust {
    display: grid;
    gap: 12px;
  }

  .booking-hero-trust > div {
    padding: 0;
  }

  .booking-hero-trust > div:not(:first-child) {
    padding: 12px 0 0;
    border-top: 1px solid rgb(0 0 0 / 18%);
    border-left: 0;
  }

  .booking-hero-visual {
    min-height: 400px;
  }

  .booking-illustration {
    top: 65px;
    right: 50%;
    width: min(350px, 95%);
    transform: translateX(50%);
  }

  .booking-date-card {
    top: 15px;
  }

  .booking-whatsapp-card {
    right: 0;
    bottom: 0;
  }

  .booking-hero-bottom-container {
    grid-template-columns: repeat(2, 1fr);
    min-height: 150px;
  }

  .booking-hero-bottom-container > div {
    min-height: 75px;
    border-bottom: 1px solid #333333;
  }
}/* End custom CSS */