.elementor-12 .elementor-element.elementor-element-7676d906{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-67bc32b0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-72f34e90{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-198e2e3f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-4198d304{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-21dc9080{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-1687af42{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-45a14054{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-4858d011{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-248803ff{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-5569e723{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-37fd49b7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4a1f0f38 *//* =========================
   SECTION 2: HERO
   BRAND YELLOW: #ffdc68
========================= */

.hero {
  --hero-yellow: #ffdc68;
  --hero-yellow-light: #ffe58f;
  --hero-yellow-rgb: 255, 220, 104;

  position: relative;
  overflow: hidden;
  min-height: calc(100vh - var(--header-height, 80px));
  color: #ffffff;
  background: linear-gradient(
    105deg,
    rgb(5 5 5 / 100%) 0%,
    rgb(10 10 10 / 98%) 44%,
    rgb(10 10 10 / 82%) 67%,
    rgb(5 5 5 / 95%) 100%
  );
}

.hero *,
.hero *::before,
.hero *::after {
  box-sizing: border-box;
}

.hero-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-background::before {
  position: absolute;
  top: -260px;
  right: -220px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgb(var(--hero-yellow-rgb) / 24%) 0%,
    rgb(var(--hero-yellow-rgb) / 7%) 38%,
    transparent 70%
  );
  content: "";
}

.hero-background::after {
  position: absolute;
  top: 0;
  right: 10%;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    transparent,
    rgb(var(--hero-yellow-rgb) / 25%),
    transparent
  );
  content: "";
  transform: rotate(18deg);
}

.hero-glow {
  position: absolute;
  bottom: -200px;
  left: -150px;
  width: 550px;
  height: 450px;
  background: radial-gradient(
    circle,
    rgb(var(--hero-yellow-rgb) / 12%),
    transparent 70%
  );
}

.hero-road {
  position: absolute;
  right: -10%;
  bottom: 0;
  width: 70%;
  height: 210px;
  background: linear-gradient(
    165deg,
    transparent 0%,
    transparent 36%,
    rgb(255 255 255 / 4%) 36%,
    rgb(255 255 255 / 4%) 100%
  );
  transform: skewX(-18deg);
}

.hero-container {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1180px, calc(100% - 40px));
  min-height: 690px;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 45px;
  margin: auto;
  padding: 70px 0 105px;
}


/* =========================
   HERO CONTENT
========================= */

.hero-content {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: var(--hero-yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-label::after {
  width: 55px;
  height: 2px;
  background: var(--hero-yellow);
  content: "";
}

.hero-label-icon {
  font-size: 0.8rem;
}

.hero-title {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(4rem, 6.2vw, 6.7rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.hero-title span {
  display: block;
  margin-top: 15px;
  color: var(--hero-yellow);
}

.hero-description {
  max-width: 610px;
  margin: 29px 0 0;
  color: #d4d4d4;
  font-size: 1.02rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.hero-price {
  display: flex;
  align-items: flex-end;
  gap: 17px;
  margin-top: 27px;
}

.hero-price > span {
  padding-bottom: 6px;
  color: #bdbdbd;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-price strong {
  color: var(--hero-yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.hero-price small {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 31px;
}

.hero-primary-button,
.hero-whatsapp-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 25px;
  border-radius: 8px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.hero-primary-button {
  border: 2px solid var(--hero-yellow);
  background: var(--hero-yellow);
  color: #090909;
}

.hero-whatsapp-button {
  border: 2px solid #4c4c4c;
  background: transparent;
  color: #ffffff;
}

.hero-primary-button svg,
.hero-whatsapp-button svg {
  width: 22px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-whatsapp-button svg {
  width: 24px;
}

.hero-primary-button:hover,
.hero-primary-button:focus-visible {
  border-color: var(--hero-yellow-light);
  background: var(--hero-yellow-light);
  transform: translateY(-3px);
}

.hero-whatsapp-button:hover,
.hero-whatsapp-button:focus-visible {
  border-color: #1ebe5d;
  background: #1ebe5d;
  transform: translateY(-3px);
}


/* =========================
   TRUST ITEMS
========================= */

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 39px;
  padding-top: 27px;
  border-top: 1px solid #313131;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d3d3d3;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
}

.trust-icon {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  place-items: center;
  border: 1px solid rgb(var(--hero-yellow-rgb) / 30%);
  border-radius: 7px;
  background: rgb(var(--hero-yellow-rgb) / 10%);
  color: var(--hero-yellow);
}

.trust-icon svg {
  width: 20px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}


/* =========================
   HERO VISUAL
========================= */

.hero-visual {
  position: relative;
  min-width: 0;
  min-height: 510px;
}

.hero-image-frame {
  position: absolute;
  right: -60px;
  bottom: 36px;
  width: 115%;
}

.hero-image-frame::after {
  position: absolute;
  right: 10%;
  bottom: -18px;
  width: 75%;
  height: 35px;
  border-radius: 50%;
  background: rgb(0 0 0 / 70%);
  filter: blur(18px);
  content: "";
}

.hero-image-frame img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 25px 28px rgb(0 0 0 / 45%));
}

.airport-badge,
.free-delivery-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.airport-badge {
  top: 45px;
  right: 5px;
  gap: 12px;
  padding: 13px 17px;
  border: 1px solid var(--hero-yellow);
  border-radius: 10px;
  background: rgb(16 16 16 / 82%);
  box-shadow: 0 14px 35px rgb(0 0 0 / 30%);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.airport-badge small {
  display: block;
  margin-bottom: 3px;
  color: var(--hero-yellow);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.6rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.airport-icon {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  place-items: center;
  border-radius: 7px;
  background: var(--hero-yellow);
  color: #080808;
}

.airport-icon svg {
  width: 24px;
  fill: currentcolor;
}

.free-delivery-card {
  right: -15px;
  bottom: 35px;
  gap: 12px;
  width: 285px;
  padding: 15px;
  border-left: 4px solid var(--hero-yellow);
  border-radius: 8px;
  background: rgb(12 12 12 / 88%);
  box-shadow: 0 15px 35px rgb(0 0 0 / 38%);
  color: #ffffff;
}

.delivery-icon {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  color: var(--hero-yellow);
}

.delivery-icon svg {
  width: 36px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.free-delivery-card strong,
.free-delivery-card small {
  display: block;
}

.free-delivery-card strong {
  color: var(--hero-yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.free-delivery-card small {
  margin-top: 4px;
  color: #d1d1d1;
  font-size: 0.65rem;
  line-height: 1.45;
  letter-spacing: 0;
}


/* =========================
   BOTTOM INFO BAR
========================= */

.hero-info-bar {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--hero-yellow);
}

.hero-info-container {
  display: flex;
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

.hero-info-item {
  color: #090909;
  text-align: center;
}

.hero-info-item strong,
.hero-info-item span {
  display: block;
}

.hero-info-item strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-info-item span {
  margin-top: 3px;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-info-divider {
  width: 1px;
  height: 31px;
  background: rgb(0 0 0 / 28%);
}


/* =========================
   TABLET
========================= */

@media (max-width: 1050px) {

  .hero-container {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .hero-title {
    font-size: clamp(3.8rem, 7vw, 5.6rem);
  }

  .hero-image-frame {
    right: -30px;
    width: 110%;
  }

  .hero-trust {
    gap: 15px;
  }

}


/* =========================
   TABLET PORTRAIT
========================= */

@media (max-width: 820px) {

  .hero {
    min-height: auto;
  }

  .hero-container {
    display: flex;
    min-height: auto;
    flex-direction: column;
    gap: 20px;
    padding: 70px 0 120px;
    text-align: center;
  }

  .hero-content {
    width: 100%;
  }

  .hero-label {
    justify-content: center;
  }

  .hero-title,
  .hero-description {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-title {
    font-size: clamp(3.8rem, 12vw, 5.5rem);
  }

  .hero-description {
    max-width: 650px;
  }

  .hero-price,
  .hero-buttons,
  .hero-trust {
    justify-content: center;
  }

  .hero-visual {
    width: min(590px, 100%);
    min-height: 390px;
  }

  .hero-image-frame {
    right: 50%;
    bottom: 20px;
    width: 100%;
    transform: translateX(50%);
  }

  .airport-badge {
    top: 25px;
    right: 0;
  }

  .free-delivery-card {
    right: 0;
    bottom: 15px;
    text-align: left;
  }

}


/* ========================================================
   MOBILE FIX
======================================================== */

@media (max-width: 600px) {

  /*
  |--------------------------------------------------------------------------
  | MAIN HERO
  |--------------------------------------------------------------------------
  */

  .hero {
    min-height: auto;
    overflow: hidden;
  }

  .hero-container {
    display: flex;
    width: min(100% - 30px, 1180px);
    min-height: 0;
    flex-direction: column;
    gap: 0;
    padding: 50px 0 45px;
    text-align: center;
  }


  /*
  |--------------------------------------------------------------------------
  | HERO CONTENT
  |--------------------------------------------------------------------------
  */

  .hero-content {
    width: 100%;
  }

  .hero-label {
    justify-content: center;
    margin-bottom: 17px;
    font-size: 0.78rem;
  }

  .hero-label::after {
    width: 32px;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(3.1rem, 14.5vw, 4.5rem);
    line-height: 0.92;
    letter-spacing: -0.015em;
  }

  .hero-title span {
    margin-top: 11px;
  }

  .hero-description {
    max-width: 100%;
    margin-top: 24px;
    font-size: 0.9rem;
    line-height: 1.7;
  }


  /*
  |--------------------------------------------------------------------------
  | PRICE
  |--------------------------------------------------------------------------
  */

  .hero-price {
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 25px;
  }

  .hero-price > span {
    padding-bottom: 0;
    font-size: 0.75rem;
  }

  .hero-price strong {
    font-size: 2.25rem;
  }

  .hero-price small {
    font-size: 0.85rem;
  }


  /*
  |--------------------------------------------------------------------------
  | BUTTONS
  |--------------------------------------------------------------------------
  */

  .hero-buttons {
    display: grid;
    width: min(100%, 310px);
    gap: 12px;
    margin: 27px auto 0;
  }

  .hero-primary-button,
  .hero-whatsapp-button {
    width: 100%;
    min-height: 52px;
    padding: 0 20px;
  }


  /*
  |--------------------------------------------------------------------------
  | TRUST ITEMS
  |--------------------------------------------------------------------------
  */

  .hero-trust {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 38px;
    padding: 27px 0 0;
    border-top: 1px solid #313131;
    text-align: left;
  }

  .trust-item {
    width: min(100%, 235px);
    justify-content: flex-start;
    gap: 12px;
    margin: 0 auto;
    color: #d3d3d3;
    font-size: 0.78rem;
  }

  .trust-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }


  /*
  |--------------------------------------------------------------------------
  | HERO VISUAL
  |--------------------------------------------------------------------------
  |
  | Mobile menggunakan normal document flow.
  | Ini menghalang gambar naik dan bertindih dengan trust items.
  |
  */

  .hero-visual {
    position: relative;
    width: 100%;
    min-height: 0;
    margin-top: 38px;
    padding: 0;
  }

  .hero-image-frame {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
    transform: none;
  }

  .hero-image-frame::after {
    right: 12%;
    bottom: 4px;
    width: 76%;
    height: 22px;
    filter: blur(13px);
  }

  .hero-image-frame img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 22px rgb(0 0 0 / 40%));
  }


  /*
  |--------------------------------------------------------------------------
  | AIRPORT BADGE
  |--------------------------------------------------------------------------
  */

  .airport-badge {
    top: 18px;
    right: 0;
    gap: 10px;
    max-width: calc(100% - 20px);
    padding: 10px 12px;
    border-radius: 9px;
    font-size: 0.86rem;
    text-align: left;
  }

  .airport-badge small {
    margin-bottom: 2px;
    font-size: 0.53rem;
  }

  .airport-icon {
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
  }

  .airport-icon svg {
    width: 21px;
  }


  /*
  |--------------------------------------------------------------------------
  | FREE DELIVERY CARD
  |--------------------------------------------------------------------------
  |
  | Diletakkan dalam normal flow selepas gambar.
  | Tidak lagi terapung atau bertindih dengan elemen lain.
  |
  */

  .free-delivery-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 285px);
    gap: 11px;
    margin: -18px 0 0 auto;
    padding: 14px;
    text-align: left;
  }

  .free-delivery-card strong {
    font-size: 0.95rem;
  }

  .free-delivery-card small {
    font-size: 0.63rem;
  }


  /*
  |--------------------------------------------------------------------------
  | INFO BAR
  |--------------------------------------------------------------------------
  |
  | Tukar daripada absolute kepada relative.
  | Hero tak perlu lagi padding kosong yang terlalu besar.
  |
  */

  .hero-info-bar {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 0;
  }

  .hero-info-container {
    display: grid;
    width: 100%;
    min-height: 150px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-info-item {
    display: grid;
    min-width: 0;
    min-height: 76px;
    align-content: center;
    padding: 12px 8px;
    border: 1px solid rgb(0 0 0 / 12%);
  }

  .hero-info-item strong {
    font-size: 1rem;
  }

  .hero-info-item span {
    font-size: 0.6rem;
  }

  .hero-info-divider {
    display: none;
  }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 420px) {

  .hero-container {
    width: calc(100% - 28px);
    padding-top: 44px;
  }

  .hero-title {
    font-size: clamp(2.9rem, 14vw, 3.8rem);
  }

  .hero-description {
    font-size: 0.86rem;
  }

  .hero-price {
    flex-wrap: wrap;
  }

  .hero-buttons {
    width: 100%;
  }

  .hero-trust {
    margin-top: 34px;
  }

  .trust-item {
    width: min(100%, 220px);
  }

  .hero-visual {
    margin-top: 34px;
  }

  .hero-image-frame {
    width: calc(100% + 28px);
    margin-right: -14px;
    margin-left: -14px;
  }

  .airport-badge {
    top: 12px;
    right: 0;
    padding: 9px 10px;
    font-size: 0.79rem;
  }

  .airport-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .free-delivery-card {
    width: min(100%, 270px);
    margin-top: -14px;
  }

}


/* =========================
   VERY SMALL MOBILE
========================= */

@media (max-width: 360px) {

  .hero-title {
    font-size: 2.75rem;
  }

  .hero-price {
    gap: 8px;
  }

  .hero-price strong {
    font-size: 2rem;
  }

  .airport-badge {
    max-width: 230px;
  }

  .free-delivery-card {
    width: 100%;
  }

}
/* =========================
   TABLET LANDSCAPE
========================= */

@media (max-width: 1050px) and (min-width: 821px) {

  .hero-container {
    width: min(100% - 50px, 1180px);
    min-height: 650px;
    grid-template-columns: 1fr 0.92fr;
    gap: 30px;
    padding: 65px 0 105px;
  }

  .hero-title {
    font-size: clamp(3.7rem, 7vw, 5.3rem);
  }

  .hero-description {
    font-size: 0.95rem;
  }

  .hero-price {
    gap: 13px;
  }

  .hero-buttons {
    gap: 10px;
  }

  .hero-primary-button,
  .hero-whatsapp-button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-trust {
    gap: 14px;
  }

  .trust-item {
    font-size: 0.7rem;
  }

  .hero-visual {
    min-height: 470px;
  }

  .hero-image-frame {
    right: -35px;
    bottom: 45px;
    width: 112%;
  }

  .airport-badge {
    top: 55px;
    right: 0;
    padding: 11px 13px;
    font-size: 0.9rem;
  }

  .free-delivery-card {
    right: 0;
    bottom: 50px;
    width: 250px;
  }

}


/* =========================
   TABLET PORTRAIT FIX
========================= */

@media (max-width: 820px) and (min-width: 601px) {

  .hero {
    min-height: auto;
    overflow: hidden;
  }

  .hero-container {
    display: flex;
    width: min(100% - 50px, 720px);
    min-height: 0;
    flex-direction: column;
    gap: 0;
    padding: 70px 0 40px;
    text-align: center;
  }

  .hero-content {
    width: 100%;
  }

  .hero-label {
    justify-content: center;
  }

  .hero-title,
  .hero-description {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-title {
    max-width: 680px;
    font-size: clamp(4rem, 10vw, 5.5rem);
  }

  .hero-description {
    max-width: 620px;
  }

  .hero-price,
  .hero-buttons {
    justify-content: center;
  }

  .hero-trust {
    display: grid;
    width: min(100%, 620px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin: 38px auto 0;
    padding-top: 27px;
  }

  .trust-item {
    justify-content: center;
    text-align: left;
  }

  .hero-visual {
    position: relative;
    width: min(100%, 680px);
    min-height: 0;
    margin-top: 45px;
  }

  .hero-image-frame {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 0;
    transform: none;
  }

  .hero-image-frame img {
    width: 100%;
  }

  .hero-image-frame::after {
    right: 12%;
    bottom: 0;
    width: 76%;
  }

  .airport-badge {
    top: 28px;
    right: 18px;
    font-size: 0.95rem;
    text-align: left;
  }

  .free-delivery-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 285px;
    margin: -28px 15px 0 auto;
    text-align: left;
  }

  .hero-info-bar {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .hero-info-container {
    display: grid;
    width: 100%;
    min-height: 150px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-info-item {
    display: grid;
    min-height: 75px;
    align-content: center;
    border: 1px solid rgb(0 0 0 / 12%);
  }

  .hero-info-divider {
    display: none;
  }

}


/* =========================
   MOBILE FIX
========================= */

@media (max-width: 600px) {

  .hero {
    min-height: auto;
    overflow: hidden;
  }

  .hero-container {
    display: flex;
    width: min(100% - 30px, 1180px);
    min-height: 0;
    flex-direction: column;
    gap: 0;
    padding: 50px 0 45px;
    text-align: center;
  }

  .hero-content {
    width: 100%;
  }

  .hero-label {
    justify-content: center;
    margin-bottom: 17px;
    font-size: 0.78rem;
  }

  .hero-label::after {
    width: 32px;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(3.1rem, 14.5vw, 4.5rem);
    line-height: 0.92;
    letter-spacing: -0.015em;
  }

  .hero-title span {
    margin-top: 11px;
  }

  .hero-description {
    max-width: 100%;
    margin-top: 24px;
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .hero-price {
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: 25px;
  }

  .hero-price > span {
    padding-bottom: 0;
    font-size: 0.75rem;
  }

  .hero-price strong {
    font-size: 2.25rem;
  }

  .hero-price small {
    font-size: 0.85rem;
  }

  .hero-buttons {
    display: grid;
    width: min(100%, 310px);
    gap: 12px;
    margin: 27px auto 0;
  }

  .hero-primary-button,
  .hero-whatsapp-button {
    width: 100%;
    min-height: 52px;
    padding: 0 20px;
  }

  .hero-trust {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 38px;
    padding: 27px 0 0;
    border-top: 1px solid #313131;
    text-align: left;
  }

  .trust-item {
    width: min(100%, 235px);
    justify-content: flex-start;
    gap: 12px;
    margin: 0 auto;
    color: #d3d3d3;
    font-size: 0.78rem;
  }

  .trust-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  .hero-visual {
    position: relative;
    width: 100%;
    min-height: 0;
    margin-top: 38px;
    padding: 0;
  }

  .hero-image-frame {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: calc(100% + 30px);
    margin-right: -15px;
    margin-left: -15px;
    transform: none;
  }

  .hero-image-frame::after {
    right: 12%;
    bottom: 4px;
    width: 76%;
    height: 22px;
    filter: blur(13px);
  }

  .hero-image-frame img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 22px rgb(0 0 0 / 40%));
  }

  .airport-badge {
    top: 18px;
    right: 0;
    gap: 10px;
    max-width: calc(100% - 20px);
    padding: 10px 12px;
    border-radius: 9px;
    font-size: 0.86rem;
    text-align: left;
  }

  .airport-badge small {
    margin-bottom: 2px;
    font-size: 0.53rem;
  }

  .airport-icon {
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
  }

  .airport-icon svg {
    width: 21px;
  }

  .free-delivery-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 285px);
    gap: 11px;
    margin: -18px 0 0 auto;
    padding: 14px;
    text-align: left;
  }

  .free-delivery-card strong {
    font-size: 0.95rem;
  }

  .free-delivery-card small {
    font-size: 0.63rem;
  }

  .hero-info-bar {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 0;
  }

  .hero-info-container {
    display: grid;
    width: 100%;
    min-height: 150px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-info-item {
    display: grid;
    min-width: 0;
    min-height: 76px;
    align-content: center;
    padding: 12px 8px;
    border: 1px solid rgb(0 0 0 / 12%);
  }

  .hero-info-item strong {
    font-size: 1rem;
  }

  .hero-info-item span {
    font-size: 0.6rem;
  }

  .hero-info-divider {
    display: none;
  }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 420px) {

  .hero-container {
    width: calc(100% - 28px);
    padding-top: 44px;
  }

  .hero-title {
    font-size: clamp(2.9rem, 14vw, 3.8rem);
  }

  .hero-description {
    font-size: 0.86rem;
  }

  .hero-price {
    flex-wrap: wrap;
  }

  .hero-buttons {
    width: 100%;
  }

  .hero-trust {
    margin-top: 34px;
  }

  .trust-item {
    width: min(100%, 220px);
  }

  .hero-visual {
    margin-top: 34px;
  }

  .hero-image-frame {
    width: calc(100% + 28px);
    margin-right: -14px;
    margin-left: -14px;
  }

  .airport-badge {
    top: 12px;
    right: 0;
    padding: 9px 10px;
    font-size: 0.79rem;
  }

  .airport-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .free-delivery-card {
    width: min(100%, 270px);
    margin-top: -14px;
  }

}


/* =========================
   VERY SMALL MOBILE
========================= */

@media (max-width: 360px) {

  .hero-title {
    font-size: 2.75rem;
  }

  .hero-price {
    gap: 8px;
  }

  .hero-price strong {
    font-size: 2rem;
  }

  .airport-badge {
    max-width: 230px;
  }

  .free-delivery-card {
    width: 100%;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7eaeab05 *//* =========================
   SECTION 8: POPULAR CARS
   BRAND YELLOW: #ffdc68
========================= */

.popular-cars-section {
  --cars-yellow: #ffdc68;
  --cars-yellow-light: #ffe58f;
  --cars-yellow-dark: #9b7a10;
  --cars-yellow-rgb: 255, 220, 104;

  position: relative;
  overflow: hidden;
  padding: 105px 20px;
  background: #ffffff;
}

.popular-cars-section *,
.popular-cars-section *::before,
.popular-cars-section *::after {
  box-sizing: border-box;
}

.popular-cars-section::before {
  position: absolute;
  right: -180px;
  bottom: -180px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: var(--cars-yellow);
  content: "";
  opacity: 0.1;
}

.popular-cars-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: auto;
}

/* =========================
   HEADING
========================= */

.popular-cars-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 49px;
}

.popular-cars-heading > div:first-child {
  min-width: 0;
}

.popular-cars-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.popular-cars-label::before {
  width: 42px;
  height: 3px;
  flex: 0 0 42px;
  border-radius: 5px;
  background: var(--cars-yellow);
  content: "";
}

.popular-cars-label span {
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.popular-cars-title {
  margin: 0;
  color: #111111;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.8rem, 4.5vw, 4.45rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.popular-cars-title span {
  display: block;
  margin-top: 8px;
  color: var(--cars-yellow);
  text-shadow: 2px 2px 0 #111111;
}

.popular-cars-heading-right {
  width: 100%;
  max-width: 420px;
  padding-bottom: 5px;
}

.popular-cars-heading-right p {
  margin: 0 0 17px;
  color: #777777;
  font-size: 0.83rem;
  line-height: 1.75;
}

.popular-cars-heading-right > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.89rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    gap 180ms ease;
}

.popular-cars-heading-right > a:hover,
.popular-cars-heading-right > a:focus-visible {
  gap: 13px;
  color: var(--cars-yellow-dark);
}

.popular-cars-heading-right svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--cars-yellow-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* =========================
   CARS GRID
========================= */

.popular-cars-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

.popular-car-card {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 470px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgb(0 0 0 / 5%);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.popular-car-card:hover {
  border-color: rgb(var(--cars-yellow-rgb) / 85%);
  box-shadow:
    0 23px 48px rgb(0 0 0 / 11%),
    0 0 0 1px rgb(var(--cars-yellow-rgb) / 15%);
  transform: translateY(-7px);
}

/* =========================
   CAR IMAGE
========================= */

.popular-car-image {
  position: relative;
  display: grid;
  width: 100%;
  height: 205px;
  min-height: 205px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at center,
      #ffffff 0%,
      #f2f2f2 65%,
      #e9e9e9 100%
    );
  place-items: center;
}

.popular-car-image::before {
  position: absolute;
  right: 20px;
  bottom: 25px;
  left: 20px;
  height: 22px;
  border-radius: 50%;
  background: rgb(0 0 0 / 18%);
  filter: blur(12px);
  content: "";
}

.popular-car-image::after {
  position: absolute;
  top: -45px;
  right: -45px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: var(--cars-yellow);
  content: "";
  opacity: 0.25;
}

.popular-car-image img {
  position: relative;
  z-index: 2;
  display: block;
  width: 92%;
  max-width: 100%;
  max-height: 170px;
  object-fit: contain;
  filter: drop-shadow(0 14px 10px rgb(0 0 0 / 16%));
  transition: transform 320ms ease;
}

.popular-car-card:hover .popular-car-image img {
  transform: scale(1.06) translateY(-4px);
}

.popular-car-badge {
  position: absolute;
  z-index: 4;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 5px;
  background: var(--cars-yellow);
  color: #090909;
  font-size: 0.54rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* =========================
   CAR CONTENT
========================= */

.popular-car-content {
  display: flex;
  width: 100%;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 21px;
}

.popular-car-name {
  display: flex;
  min-width: 0;
  min-height: 53px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.popular-car-name > div {
  min-width: 0;
}

.popular-car-name small {
  display: block;
  margin-bottom: 4px;
  color: #999999;
  font-size: 0.56rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.popular-car-name h3 {
  margin: 0;
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.popular-car-rating {
  flex: 0 0 auto;
  color: #999999;
  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.popular-car-rating span {
  color: var(--cars-yellow-dark);
  font-size: 0.8rem;
}

/* =========================
   CAR SPECS
========================= */

.popular-car-specs {
  display: grid;
  min-height: 91px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 11px 7px;
  margin-top: 17px;
  padding: 15px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.popular-car-specs span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  color: #6e6e6e;
  font-size: 0.61rem;
  font-weight: 600;
  line-height: 1.3;
}

.popular-car-specs svg {
  width: 16px;
  min-width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--cars-yellow-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

/* =========================
   PRICE AND WHATSAPP BUTTON
========================= */

.popular-car-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.popular-car-price {
  min-width: 0;
}

.popular-car-price small {
  display: block;
  margin-bottom: 4px;
  color: #999999;
  font-size: 0.53rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.popular-car-price strong {
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.popular-car-price strong span {
  color: #777777;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.popular-car-footer > a {
  position: relative;
  z-index: 10;
  display: inline-flex;
  min-width: 104px;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--cars-yellow);
  border-radius: 5px;
  background: var(--cars-yellow);
  color: #090909;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  visibility: visible;
  opacity: 1;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.popular-car-footer > a:hover,
.popular-car-footer > a:focus-visible {
  border-color: #111111;
  background: #111111;
  color: var(--cars-yellow);
  transform: translateY(-2px);
}

/* =========================
   MOBILE VIEW ALL
========================= */

.popular-cars-mobile-action {
  display: none;
  margin-top: 25px;
}

.popular-cars-mobile-action a {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 2px solid var(--cars-yellow);
  border-radius: 7px;
  background: var(--cars-yellow);
  color: #090909;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1050px) {
  .popular-cars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .popular-car-card {
    min-height: 455px;
  }

  .popular-car-image img {
    width: min(85%, 330px);
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 650px) {
  .popular-cars-section {
    overflow: visible;
    padding: 75px 15px;
  }

  .popular-cars-container {
    width: 100%;
    max-width: 100%;
  }

  .popular-cars-heading {
    display: block;
    margin-bottom: 35px;
  }

  .popular-cars-title {
    font-size: clamp(2.65rem, 12vw, 3.7rem);
    line-height: 1;
    letter-spacing: -0.01em;
    overflow-wrap: anywhere;
  }

  .popular-cars-heading-right {
    max-width: none;
    margin-top: 20px;
  }

  .popular-cars-heading-right > a {
    display: none;
  }

  .popular-cars-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
    gap: 24px;
  }

  .popular-car-card {
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    overflow: visible;
  }

  .popular-car-image {
    width: 100%;
    height: 210px;
    min-height: 210px;
    overflow: hidden;
  }

  .popular-car-image img {
    width: min(90%, 340px);
    max-height: 175px;
  }

  .popular-car-content {
    width: 100%;
    min-height: 285px;
    padding: 20px;
  }

  .popular-car-name {
    min-height: 0;
  }

  .popular-car-specs {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
  }

  .popular-car-footer {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 15px;
    margin-top: 18px;
    padding-top: 17px;
  }

  .popular-car-price {
    width: 100%;
  }

  .popular-car-footer > a {
    display: flex;
    width: 100%;
    min-width: 0;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border-radius: 7px;
    font-size: 0.9rem;
    visibility: visible;
    opacity: 1;
  }

  .popular-cars-mobile-action {
    display: block;
  }
}

@media (max-width: 380px) {
  .popular-cars-section {
    padding-right: 12px;
    padding-left: 12px;
  }

  .popular-car-content {
    padding: 18px 16px;
  }

  .popular-car-name {
    flex-direction: column;
    gap: 8px;
  }

  .popular-car-specs {
    grid-template-columns: 1fr;
  }

  .popular-car-price strong {
    font-size: 1.5rem;
  }

  .popular-car-footer > a {
    min-height: 52px;
    padding: 13px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7347c807 *//* =========================
   SECTION 3: QUICK TRUST BAR
   BRAND YELLOW: #ffdc68
========================= */

.quick-trust-section {
  --trust-yellow: #ffdc68;
  --trust-yellow-rgb: 255, 220, 104;

  position: relative;
  z-index: 10;
  padding: 48px 20px;
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;
}

.quick-trust-section *,
.quick-trust-section *::before,
.quick-trust-section *::after {
  box-sizing: border-box;
}

.quick-trust-container {
  display: grid;
  width: min(1180px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: auto;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgb(0 0 0 / 7%);
}

/* =========================
   TRUST CARD
========================= */

.quick-trust-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 155px;
  align-items: flex-start;
  gap: 16px;
  padding: 32px 26px;
  background: #ffffff;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.quick-trust-card:first-child {
  border-radius: 14px 0 0 14px;
}

.quick-trust-card:last-child {
  border-radius: 0 14px 14px 0;
}

.quick-trust-card:not(:last-child)::after {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 30px;
  width: 1px;
  background: #e6e6e6;
  content: "";
}

.quick-trust-card:hover {
  z-index: 2;
  background: #fffbed;
  transform: translateY(-5px);
}

/* =========================
   ICON
========================= */

.quick-trust-icon {
  display: grid;
  width: 54px;
  min-width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border-radius: 11px;
  background: var(--trust-yellow);
  box-shadow: 0 8px 20px rgb(var(--trust-yellow-rgb) / 30%);
  color: #090909;
}

.quick-trust-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

/* =========================
   CONTENT
========================= */

.quick-trust-content {
  min-width: 0;
}

.quick-trust-content h2 {
  margin: 3px 0 9px;
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.quick-trust-content p {
  margin: 0;
  color: #737373;
  font-size: 0.76rem;
  line-height: 1.65;
  letter-spacing: 0;
}

/* Yellow line under title */

.quick-trust-content h2::after {
  display: block;
  width: 31px;
  height: 3px;
  margin-top: 9px;
  border-radius: 5px;
  background: var(--trust-yellow);
  content: "";
}

/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {
  .quick-trust-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-trust-card {
    min-height: 145px;
  }

  .quick-trust-card:nth-child(1) {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 14px 0 0;
  }

  .quick-trust-card:nth-child(2) {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 14px 0 0;
  }

  .quick-trust-card:nth-child(3) {
    border-radius: 0 0 0 14px;
  }

  .quick-trust-card:nth-child(4) {
    border-radius: 0 0 14px;
  }

  .quick-trust-card:nth-child(2)::after {
    display: none;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {
  .quick-trust-section {
    padding: 30px 15px;
  }

  .quick-trust-container {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .quick-trust-card {
    min-height: auto;
    align-items: center;
    padding: 23px 20px;
    border-bottom: 1px solid #e8e8e8;
  }

  .quick-trust-card:first-child,
  .quick-trust-card:nth-child(2),
  .quick-trust-card:nth-child(3),
  .quick-trust-card:last-child {
    border-radius: 0;
  }

  .quick-trust-card:first-child {
    border-radius: 12px 12px 0 0;
  }

  .quick-trust-card:last-child {
    border-bottom: 0;
    border-radius: 0 0 12px 12px;
  }

  .quick-trust-card::after {
    display: none;
  }

  .quick-trust-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .quick-trust-icon svg {
    width: 26px;
    height: 26px;
  }

  .quick-trust-content h2 {
    font-size: 1.16rem;
    line-height: 1.1;
  }

  .quick-trust-content p {
    font-size: 0.74rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-680e0254 *//* =========================
   SECTION 4: ABOUT US
   BRAND YELLOW: #ffdc68
========================= */

.about-section {
  --about-yellow: #ffdc68;
  --about-yellow-light: #ffe58f;
  --about-yellow-rgb: 255, 220, 104;

  position: relative;
  overflow: hidden;
  padding: 110px 20px;
  background: #f8f8f8;
}

.about-section *,
.about-section *::before,
.about-section *::after {
  box-sizing: border-box;
}

.about-section::before {
  position: absolute;
  top: -170px;
  right: -170px;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: var(--about-yellow);
  content: "";
  opacity: 0.12;
}

.about-container {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1180px, 100%);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 85px;
  margin: auto;
}

/* =========================
   ABOUT VISUAL
========================= */

.about-visual {
  position: relative;
  min-width: 0;
  min-height: 570px;
}

.about-image-main {
  position: absolute;
  top: 0;
  right: 32px;
  width: calc(100% - 55px);
  height: 460px;
  overflow: hidden;
  border-radius: 8px;
  background: #dddddd;
  box-shadow: 0 28px 60px rgb(0 0 0 / 16%);
}

.about-image-main::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgb(0 0 0 / 28%),
    transparent 48%
  );
  content: "";
}

.about-image-main img,
.about-image-small img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-small {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 245px;
  height: 205px;
  overflow: hidden;
  border: 8px solid #f8f8f8;
  border-radius: 8px;
  background: #dddddd;
  box-shadow: 0 20px 45px rgb(0 0 0 / 18%);
}

.about-pattern {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 140px;
  height: 140px;
  background-image: radial-gradient(
    var(--about-yellow) 2px,
    transparent 2px
  );
  background-size: 14px 14px;
  opacity: 0.8;
}

/* =========================
   CUSTOMER COUNTER
========================= */

.about-experience {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 43px;
  display: flex;
  min-width: 225px;
  align-items: center;
  gap: 13px;
  padding: 18px 20px;
  border-radius: 8px;
  background: var(--about-yellow);
  box-shadow: 0 16px 35px rgb(var(--about-yellow-rgb) / 32%);
  color: #090909;
}

.about-experience strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.45rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.about-experience span {
  padding-left: 13px;
  border-left: 1px solid rgb(0 0 0 / 28%);
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* =========================
   LOCATION BADGE
========================= */

.about-location-badge {
  position: absolute;
  z-index: 4;
  top: 30px;
  right: 2px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border: 1px solid rgb(var(--about-yellow-rgb) / 35%);
  border-radius: 8px;
  background: #0b0b0b;
  box-shadow: 0 14px 30px rgb(0 0 0 / 24%);
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.about-location-badge svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: none;
  stroke: var(--about-yellow);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.about-location-badge small {
  display: block;
  margin-bottom: 3px;
  color: var(--about-yellow);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.55rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

/* =========================
   ABOUT CONTENT
========================= */

.about-content {
  min-width: 0;
}

.about-section .section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.about-section .section-label::before {
  width: 42px;
  height: 3px;
  flex: 0 0 42px;
  background: var(--about-yellow);
  content: "";
}

.about-section .section-label span {
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-section .section-title {
  margin: 0;
  color: #111111;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.8rem, 4.5vw, 4.45rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.about-section .section-title span {
  display: block;
  margin-top: 8px;
  color: var(--about-yellow);
  -webkit-text-stroke: 0;
  text-shadow: 2px 2px 0 #111111;
}

.about-introduction {
  margin: 29px 0 18px;
  color: #282828;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
}

.about-description {
  margin: 0 0 14px;
  color: #737373;
  font-size: 0.91rem;
  line-height: 1.8;
  letter-spacing: 0;
}

/* =========================
   FEATURES
========================= */

.about-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  margin-top: 28px;
}

.about-feature {
  display: flex;
  min-width: 0;
  min-height: 78px;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background: #ffffff;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.about-feature:hover {
  border-color: var(--about-yellow);
  box-shadow: 0 10px 25px rgb(var(--about-yellow-rgb) / 18%);
  transform: translateY(-3px);
}

.about-feature-icon {
  display: grid;
  width: 43px;
  min-width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  border-radius: 7px;
  background: var(--about-yellow);
  color: #111111;
}

.about-feature-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.about-feature > div {
  min-width: 0;
}

.about-feature strong,
.about-feature span {
  display: block;
}

.about-feature strong {
  color: #151515;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-feature span {
  margin-top: 4px;
  color: #777777;
  font-size: 0.66rem;
  line-height: 1.4;
  letter-spacing: 0;
}

/* =========================
   ACTIONS
========================= */

.about-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-top: 31px;
}

.about-button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 23px;
  border: 2px solid var(--about-yellow);
  border-radius: 7px;
  background: var(--about-yellow);
  color: #090909;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.about-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.about-button:hover,
.about-button:focus-visible {
  border-color: var(--about-yellow-light);
  background: var(--about-yellow-light);
  transform: translateY(-3px);
}

.about-phone {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #111111;
  text-decoration: none;
}

.about-phone-icon {
  display: grid;
  width: 45px;
  min-width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  background: #101010;
  color: var(--about-yellow);
}

.about-phone-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.about-phone small,
.about-phone span {
  display: block;
}

.about-phone small {
  margin-bottom: 3px;
  color: #777777;
  font-size: 0.61rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-phone > span:last-child {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

/* =========================
   TABLET
========================= */

@media (max-width: 980px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .about-visual {
    width: min(650px, 100%);
    margin: auto;
  }

  .about-content {
    width: min(720px, 100%);
    margin: auto;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {
  .about-section {
    padding: 75px 15px;
  }

  .about-container {
    gap: 50px;
  }

  .about-visual {
    min-height: 430px;
  }

  .about-image-main {
    right: 0;
    width: calc(100% - 20px);
    height: 350px;
  }

  .about-image-small {
    width: 180px;
    height: 145px;
    border-width: 6px;
  }

  .about-pattern {
    display: none;
  }

  .about-location-badge {
    top: 18px;
    right: -3px;
  }

  .about-experience {
    right: 0;
    bottom: 5px;
    min-width: 190px;
    padding: 14px 16px;
  }

  .about-experience strong {
    font-size: 2rem;
  }

  .about-section .section-title {
    font-size: clamp(2.8rem, 13vw, 3.8rem);
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .about-introduction {
    font-size: 0.91rem;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .about-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-button {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a9ba5bc *//* =========================
   SECTION 5: LOCATIONS
   EQUAL-SIZE GRID
   BRAND YELLOW: #ffdc68
========================= */

.locations-section {
  --locations-yellow: #ffdc68;
  --locations-yellow-light: #ffe58f;
  --locations-yellow-rgb: 255, 220, 104;

  position: relative;
  overflow: hidden;
  padding: 105px 20px;
  background: #101010;
}

.locations-section *,
.locations-section *::before,
.locations-section *::after {
  box-sizing: border-box;
}

.locations-section::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    135deg,
    transparent 25%,
    rgb(var(--locations-yellow-rgb) / 5%) 25%,
    rgb(var(--locations-yellow-rgb) / 5%) 50%,
    transparent 50%,
    transparent 75%,
    rgb(var(--locations-yellow-rgb) / 5%) 75%
  );
  background-size: 55px 55px;
  content: "";
  opacity: 0.6;
}

.locations-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: auto;
}

/* =========================
   SECTION HEADING
========================= */

.locations-heading {
  display: grid;
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
  place-items: center;
}

.locations-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.locations-label::before {
  width: 38px;
  height: 3px;
  flex: 0 0 38px;
  border-radius: 5px;
  background: var(--locations-yellow);
  content: "";
}

.locations-label::after {
  width: 38px;
  height: 3px;
  flex: 0 0 38px;
  border-radius: 5px;
  background: var(--locations-yellow);
  content: "";
}

.locations-label span {
  color: var(--locations-yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.locations-title {
  margin: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.8rem, 4.5vw, 4.45rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.locations-title span {
  display: block;
  margin-top: 8px;
  color: var(--locations-yellow);
  -webkit-text-stroke: 0;
}

.locations-heading > p {
  max-width: 630px;
  margin: 23px 0 0;
  color: #a9a9a9;
  font-size: 0.92rem;
  line-height: 1.8;
  letter-spacing: 0;
}

/* =========================
   EQUAL-SIZE LOCATION GRID
========================= */

.locations-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 440px;
  align-items: stretch;
  gap: 18px;
}

/* Reset semua class masonry lama */

.location-card,
.location-card-large,
.location-card-wide {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  grid-column: auto;
  grid-row: auto;
  border: 1px solid #292929;
  border-radius: 10px;
  background: #242424;
  isolation: isolate;
}

/* =========================
   CARD IMAGE
========================= */

.location-card img,
.location-card-large img,
.location-card-wide img {
  position: absolute;
  z-index: -3;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 600ms ease,
    filter 300ms ease;
}

.location-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(
    to top,
    rgb(0 0 0 / 97%) 0%,
    rgb(0 0 0 / 78%) 43%,
    rgb(0 0 0 / 24%) 100%
  );
  transition: background 300ms ease;
}

.location-card:hover img,
.location-card-large:hover img,
.location-card-wide:hover img {
  filter: saturate(1.12);
  transform: scale(1.06);
}

.location-card:hover .location-overlay,
.location-card-large:hover .location-overlay,
.location-card-wide:hover .location-overlay {
  background: linear-gradient(
    to top,
    rgb(0 0 0 / 98%) 0%,
    rgb(0 0 0 / 70%) 50%,
    rgb(var(--locations-yellow-rgb) / 13%) 100%
  );
}

/* =========================
   CARD NUMBER
========================= */

.location-number {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 20px;
  color: rgb(255 255 255 / 38%);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.1rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

/* =========================
   CARD CONTENT
========================= */

.location-content,
.location-card-large .location-content,
.location-card-wide .location-content {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-width: 0;
  min-height: 290px;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 22px;
}

/* =========================
   LOCATION ICON
========================= */

.location-icon {
  display: grid;
  width: 43px;
  min-width: 43px;
  height: 43px;
  flex: 0 0 43px;
  margin-bottom: auto;
  place-items: center;
  border-radius: 7px;
  background: var(--locations-yellow);
  box-shadow: 0 8px 20px rgb(var(--locations-yellow-rgb) / 30%);
  color: #090909;
}

.location-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

/* Ruang konsisten untuk card tanpa ikon */

.location-content:not(:has(.location-icon)) {
  padding-top: 96px;
}

/* =========================
   LOCATION TEXT
========================= */

.location-category {
  display: block;
  margin-bottom: 7px;
  color: var(--locations-yellow);
  font-size: 0.6rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-content h3,
.location-card-large .location-content h3,
.location-card-wide .location-content h3 {
  min-height: 54px;
  margin: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.location-content p,
.location-card-large .location-content p,
.location-card-wide .location-content p {
  min-height: 60px;
  margin: 10px 0 14px;
  color: #cccccc;
  font-size: 0.7rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* =========================
   SERVICE TAGS
========================= */

.location-services {
  display: flex;
  min-height: 54px;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 6px;
}

.location-services span {
  padding: 6px 8px;
  border: 1px solid rgb(255 255 255 / 17%);
  border-radius: 4px;
  background: rgb(255 255 255 / 9%);
  color: #eeeeee;
  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* =========================
   CARD LINK
========================= */

.location-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
  color: var(--locations-yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    gap 180ms ease,
    color 180ms ease;
}

.location-link:hover,
.location-link:focus-visible {
  gap: 11px;
  color: #ffffff;
}

.location-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* =========================
   BOTTOM CTA
========================= */

.locations-cta {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 25px;
  padding: 20px 27px;
  border-radius: 9px;
  background: var(--locations-yellow);
}

.locations-cta > div {
  min-width: 0;
}

.locations-cta strong,
.locations-cta span {
  display: block;
}

.locations-cta strong {
  color: #090909;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.locations-cta span {
  margin-top: 4px;
  color: rgb(0 0 0 / 65%);
  font-size: 0.72rem;
  line-height: 1.45;
  letter-spacing: 0;
}

.locations-cta a {
  display: inline-flex;
  min-height: 45px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 19px;
  border: 2px solid #0b0b0b;
  border-radius: 6px;
  background: #0b0b0b;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.locations-cta a:hover,
.locations-cta a:focus-visible {
  background: #ffffff;
  color: #090909;
  transform: translateY(-3px);
}

.locations-cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* =========================
   SMALL DESKTOP / TABLET
========================= */

@media (max-width: 1100px) {
  .locations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 420px;
  }

  .location-content,
  .location-card-large .location-content,
  .location-card-wide .location-content {
    padding: 27px;
  }

  .location-content h3,
  .location-card-large .location-content h3,
  .location-card-wide .location-content h3 {
    min-height: auto;
    font-size: 2rem;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 620px) {
  .locations-section {
    padding: 75px 15px;
  }

  .locations-heading {
    margin-bottom: 38px;
  }

  .locations-label::before,
  .locations-label::after {
    width: 25px;
    flex-basis: 25px;
  }

  .locations-title {
    font-size: clamp(2.8rem, 13vw, 3.8rem);
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .locations-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 410px;
  }

  .location-content,
  .location-card-large .location-content,
  .location-card-wide .location-content {
    min-height: 285px;
    padding: 24px 21px;
  }

  .location-content h3,
  .location-card-large .location-content h3,
  .location-card-wide .location-content h3 {
    min-height: auto;
    font-size: 1.9rem;
    line-height: 1.05;
  }

  .location-content p,
  .location-card-large .location-content p,
  .location-card-wide .location-content p {
    min-height: auto;
  }

  .locations-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .locations-cta a {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63c3f8b6 *//* =========================
   SECTION 6: SERVICES
   BRAND YELLOW: #ffdc68
========================= */

.services-section {
  --services-yellow: #ffdc68;
  --services-yellow-light: #ffe58f;
  --services-yellow-rgb: 255, 220, 104;

  position: relative;
  overflow: hidden;
  padding: 105px 20px;
  background: #f7f7f7;
}

.services-section *,
.services-section *::before,
.services-section *::after {
  box-sizing: border-box;
}

.services-section::before {
  position: absolute;
  top: -180px;
  left: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: var(--services-yellow);
  content: "";
  opacity: 0.1;
}

.services-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: auto;
}

/* =========================
   SECTION HEADING
========================= */

.services-heading {
  display: grid;
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
  place-items: center;
}

.services-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.services-label::before,
.services-label::after {
  width: 38px;
  height: 3px;
  flex: 0 0 38px;
  border-radius: 5px;
  background: var(--services-yellow);
  content: "";
}

.services-label span {
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-title {
  margin: 0;
  color: #111111;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.8rem, 4.5vw, 4.45rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.services-title span {
  display: block;
  margin-top: 8px;
  color: var(--services-yellow);
  -webkit-text-stroke: 0;
  text-shadow: 2px 2px 0 #111111;
}

.services-heading > p {
  max-width: 600px;
  margin: 22px 0 0;
  color: #737373;
  font-size: 0.92rem;
  line-height: 1.8;
  letter-spacing: 0;
}

/* =========================
   EQUAL-SIZE SERVICES GRID
========================= */

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 340px;
  align-items: stretch;
  gap: 18px;
}

/* Semua card sama saiz */

.service-card {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 29px 25px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgb(0 0 0 / 5%);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.service-card::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--services-yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.service-card:hover {
  border-color: rgb(var(--services-yellow-rgb) / 75%);
  box-shadow:
    0 22px 45px rgb(0 0 0 / 10%),
    0 0 0 1px rgb(var(--services-yellow-rgb) / 12%);
  transform: translateY(-7px);
}

.service-card:hover::before {
  transform: scaleX(1);
}

/* =========================
   CARD NUMBER
========================= */

.service-number {
  position: absolute;
  top: 19px;
  right: 21px;
  color: #e8e8e8;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transition: color 220ms ease;
}

.service-card:hover .service-number {
  color: rgb(var(--services-yellow-rgb) / 65%);
}

/* =========================
   SERVICE ICON
========================= */

.service-icon {
  display: grid;
  width: 58px;
  min-width: 58px;
  height: 58px;
  flex: 0 0 58px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 10px;
  background: var(--services-yellow);
  box-shadow: 0 10px 24px rgb(var(--services-yellow-rgb) / 32%);
  color: #0c0c0c;
  transition:
    background 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.service-card:hover .service-icon {
  background: #101010;
  color: var(--services-yellow);
  transform: rotate(-4deg) scale(1.05);
}

.service-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

/* =========================
   SERVICE CONTENT
========================= */

.service-card h3 {
  min-height: 48px;
  margin: 0;
  color: #141414;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.service-card h3::after {
  display: block;
  width: 32px;
  height: 3px;
  margin-top: 12px;
  border-radius: 5px;
  background: var(--services-yellow);
  content: "";
}

.service-card p {
  margin: 20px 0 22px;
  color: #737373;
  font-size: 0.74rem;
  line-height: 1.7;
  letter-spacing: 0;
}

.service-card > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #151515;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    gap 180ms ease;
}

.service-card > a span {
  color: #b79218;
  font-size: 1.1rem;
  line-height: 1;
}

.service-card > a:hover,
.service-card > a:focus-visible {
  gap: 11px;
  color: #8a6d0d;
}

/* =========================
   WHATSAPP CTA CARD
========================= */

.service-cta-card {
  border-color: #101010;
  background: #101010;
  color: #ffffff;
}

.service-cta-card::before {
  transform: scaleX(1);
}

.service-cta-card::after {
  position: absolute;
  top: -70px;
  right: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--services-yellow);
  content: "";
  opacity: 0.1;
}

.service-cta-card .service-number {
  color: rgb(255 255 255 / 18%);
}

.service-cta-icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 58px;
  min-width: 58px;
  height: 58px;
  flex: 0 0 58px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 10px;
  background: var(--services-yellow);
  box-shadow: 0 10px 24px rgb(var(--services-yellow-rgb) / 24%);
  color: #101010;
}

.service-cta-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.service-cta-card h3 {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.service-cta-card p {
  position: relative;
  z-index: 2;
  color: #bcbcbc;
}

.service-cta-card > .service-cta-button {
  position: relative;
  z-index: 2;
  min-height: 42px;
  justify-content: center;
  padding: 0 16px;
  border: 2px solid var(--services-yellow);
  border-radius: 6px;
  background: var(--services-yellow);
  color: #0a0a0a;
}

.service-cta-card > .service-cta-button span {
  color: #0a0a0a;
}

.service-cta-card > .service-cta-button:hover,
.service-cta-card > .service-cta-button:focus-visible {
  border-color: var(--services-yellow-light);
  background: var(--services-yellow-light);
  color: #0a0a0a;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1050px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 320px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {
  .services-section {
    padding: 75px 15px;
  }

  .services-heading {
    margin-bottom: 38px;
  }

  .services-label::before,
  .services-label::after {
    width: 25px;
    flex-basis: 25px;
  }

  .services-title {
    font-size: clamp(2.8rem, 13vw, 3.8rem);
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .services-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 320px;
  }

  .service-card {
    padding: 26px 23px;
  }

  .service-card h3 {
    min-height: auto;
    font-size: 1.3rem;
    line-height: 1.1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b413bb6 *//* =========================
   SECTION 7: AIRPORT PROMO
   BRAND YELLOW: #ffdc68
========================= */

.airport-promo-section {
  --airport-yellow: #ffdc68;
  --airport-yellow-light: #ffe58f;
  --airport-yellow-rgb: 255, 220, 104;

  position: relative;
  overflow: hidden;
  padding: 105px 20px;
  background: #0b0b0b;
  color: #ffffff;
}

.airport-promo-section *,
.airport-promo-section *::before,
.airport-promo-section *::after {
  box-sizing: border-box;
}

.airport-promo-section::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 80% 40%,
    rgb(var(--airport-yellow-rgb) / 16%),
    transparent 35%
  );
  content: "";
}

.airport-promo-section::after {
  position: absolute;
  top: -150px;
  left: -190px;
  width: 450px;
  height: 450px;
  border: 80px solid rgb(var(--airport-yellow-rgb) / 4%);
  border-radius: 50%;
  content: "";
}

.airport-promo-container {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(1180px, 100%);
  min-height: 560px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 70px;
  margin: auto;
}

/* =========================
   PROMO LABEL
========================= */

.airport-promo-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--airport-yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.airport-promo-label::after {
  width: 45px;
  height: 2px;
  flex: 0 0 45px;
  background: var(--airport-yellow);
  content: "";
}

.airport-promo-label-icon {
  display: grid;
  width: 34px;
  min-width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 6px;
  background: var(--airport-yellow);
  color: #090909;
}

.airport-promo-label-icon svg {
  width: 22px;
  fill: currentcolor;
}

/* =========================
   PROMO CONTENT
========================= */

.airport-promo-content {
  min-width: 0;
}

.airport-promo-content h2 {
  margin: 0 0 26px;
  color: #ffffff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(3.3rem, 5vw, 5.2rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.airport-promo-content h2 span {
  display: block;
  margin-top: 12px;
  color: var(--airport-yellow);
}

.airport-promo-content > p {
  max-width: 580px;
  margin: 0 0 13px;
  color: #bcbcbc;
  font-size: 0.92rem;
  line-height: 1.8;
  letter-spacing: 0;
}

.airport-promo-content > p strong {
  color: #ffffff;
}

/* =========================
   PROMO BENEFITS
========================= */

.airport-promo-benefits {
  display: grid;
  gap: 12px;
  margin-top: 27px;
}

.airport-promo-benefit {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #dddddd;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
}

.airport-promo-benefit > span {
  display: grid;
  width: 25px;
  min-width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--airport-yellow);
  color: #090909;
}

.airport-promo-benefit svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

/* =========================
   BUTTONS
========================= */

.airport-promo-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 31px;
}

.airport-promo-primary,
.airport-promo-whatsapp {
  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.92rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.airport-promo-primary {
  border: 2px solid var(--airport-yellow);
  background: var(--airport-yellow);
  color: #090909;
}

.airport-promo-whatsapp {
  border: 2px solid #474747;
  background: transparent;
  color: #ffffff;
}

.airport-promo-primary svg,
.airport-promo-whatsapp svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.airport-promo-primary:hover,
.airport-promo-primary:focus-visible,
.airport-promo-whatsapp:hover,
.airport-promo-whatsapp:focus-visible {
  transform: translateY(-3px);
}

.airport-promo-primary:hover,
.airport-promo-primary:focus-visible {
  border-color: var(--airport-yellow-light);
  background: var(--airport-yellow-light);
}

.airport-promo-whatsapp:hover,
.airport-promo-whatsapp:focus-visible {
  border-color: #1ebe5d;
  background: #1ebe5d;
}

.airport-promo-note {
  display: block;
  max-width: 530px;
  margin-top: 18px;
  color: #898989;
  font-size: 0.61rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* =========================
   PROMO VISUAL
========================= */

.airport-promo-visual {
  position: relative;
  min-width: 0;
  min-height: 530px;
}

.airport-promo-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 88%;
  height: 420px;
  overflow: hidden;
  border: 1px solid #313131;
  border-radius: 12px;
}

.airport-promo-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgb(5 5 5 / 90%),
    transparent 60%
  );
  content: "";
}

.airport-promo-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.airport-promo-plane {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: -5px;
  width: 140px;
  color: var(--airport-yellow);
  filter: drop-shadow(0 12px 15px rgb(0 0 0 / 40%));
  transform: rotate(-7deg);
}

.airport-promo-plane svg {
  display: block;
  width: 100%;
  fill: currentcolor;
}

.airport-promo-car {
  position: absolute;
  z-index: 4;
  right: -25px;
  bottom: 5px;
  width: 103%;
}

.airport-promo-car::after {
  position: absolute;
  z-index: -1;
  right: 8%;
  bottom: 0;
  width: 80%;
  height: 30px;
  border-radius: 50%;
  background: rgb(0 0 0 / 75%);
  filter: blur(16px);
  content: "";
}

.airport-promo-car img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 22px 20px rgb(0 0 0 / 40%));
}

/* =========================
   FREE DELIVERY BADGE
========================= */

.airport-free-badge {
  position: absolute;
  z-index: 6;
  top: 235px;
  left: 0;
  display: flex;
  min-width: 205px;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-left: 4px solid var(--airport-yellow);
  border-radius: 8px;
  background: rgb(12 12 12 / 92%);
  box-shadow:
    0 16px 35px rgb(0 0 0 / 35%),
    0 0 0 1px rgb(var(--airport-yellow-rgb) / 10%);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.airport-free-badge-icon {
  display: grid;
  width: 45px;
  min-width: 45px;
  height: 45px;
  flex: 0 0 45px;
  place-items: center;
  border-radius: 7px;
  background: var(--airport-yellow);
  color: #090909;
}

.airport-free-badge-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.airport-free-badge small,
.airport-free-badge strong,
.airport-free-badge span {
  display: block;
}

.airport-free-badge small {
  color: #aaaaaa;
  font-size: 0.56rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.airport-free-badge strong {
  margin: 2px 0;
  color: var(--airport-yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.airport-free-badge span {
  color: #dddddd;
  font-size: 0.63rem;
  line-height: 1.4;
  letter-spacing: 0;
}

/* =========================
   RENTAL BADGE
========================= */

.airport-rental-badge {
  position: absolute;
  z-index: 6;
  top: 25px;
  right: -18px;
  display: flex;
  width: 110px;
  height: 110px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 7px solid #0b0b0b;
  border-radius: 50%;
  background: var(--airport-yellow);
  box-shadow:
    0 15px 30px rgb(0 0 0 / 28%),
    0 0 25px rgb(var(--airport-yellow-rgb) / 14%);
  color: #090909;
  transform: rotate(5deg);
}

.airport-rental-badge strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.airport-rental-badge span {
  padding-left: 7px;
  border-left: 1px solid rgb(0 0 0 / 28%);
  font-size: 0.58rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* =========================
   TABLET
========================= */

@media (max-width: 960px) {
  .airport-promo-container {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .airport-promo-content {
    width: min(720px, 100%);
    margin: auto;
  }

  .airport-promo-visual {
    width: min(650px, 100%);
    margin: auto;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {
  .airport-promo-section {
    padding: 75px 15px;
  }

  .airport-promo-content h2 {
    font-size: clamp(3rem, 14vw, 4.1rem);
    line-height: 0.98;
    letter-spacing: -0.01em;
  }

  .airport-promo-buttons {
    display: grid;
  }

  .airport-promo-primary,
  .airport-promo-whatsapp {
    width: 100%;
  }

  .airport-promo-visual {
    min-height: 420px;
  }

  .airport-promo-image {
    width: 100%;
    height: 330px;
  }

  .airport-promo-plane {
    top: 20px;
    width: 95px;
  }

  .airport-promo-car {
    right: -10px;
    width: 110%;
  }

  .airport-free-badge {
    top: 220px;
    left: 0;
    min-width: 185px;
  }

  .airport-rental-badge {
    top: -25px;
    right: -7px;
    width: 92px;
    height: 92px;
  }

  .airport-rental-badge strong {
    font-size: 1.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5993ba36 *//* =========================
   SECTION 9: WHY CHOOSE US
   BRAND YELLOW: #ffdc68
========================= */

.why-us-section {
  --why-yellow: #ffdc68;
  --why-yellow-light: #ffe58f;
  --why-yellow-rgb: 255, 220, 104;

  position: relative;
  overflow: hidden;
  padding: 105px 20px;
  background: #f5f5f5;
}

.why-us-section *,
.why-us-section *::before,
.why-us-section *::after {
  box-sizing: border-box;
}

.why-us-section::before {
  position: absolute;
  top: -230px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 95px solid rgb(var(--why-yellow-rgb) / 8%);
  border-radius: 50%;
  content: "";
}

.why-us-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: auto;
}

/* =========================
   HEADING
========================= */

.why-us-heading {
  display: grid;
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
  place-items: center;
}

.why-us-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.why-us-label::before,
.why-us-label::after {
  width: 38px;
  height: 3px;
  flex: 0 0 38px;
  border-radius: 5px;
  background: var(--why-yellow);
  content: "";
}

.why-us-label span {
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-us-title {
  margin: 0;
  color: #111111;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.8rem, 4.5vw, 4.45rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.why-us-title span {
  display: block;
  margin-top: 8px;
  color: var(--why-yellow);
  -webkit-text-stroke: 0;
  text-shadow: 2px 2px 0 #111111;
}

.why-us-heading > p {
  max-width: 610px;
  margin: 22px 0 0;
  color: #737373;
  font-size: 0.91rem;
  line-height: 1.8;
  letter-spacing: 0;
}

/* =========================
   EQUAL-SIZE GRID
========================= */

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 295px;
  align-items: stretch;
  gap: 18px;
}

.why-us-card {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: 30px 27px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 11px 28px rgb(0 0 0 / 4%);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.why-us-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--why-yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.why-us-card:hover {
  border-color: #111111;
  background: #111111;
  box-shadow: 0 22px 42px rgb(0 0 0 / 15%);
  transform: translateY(-7px);
}

.why-us-card:hover::after {
  transform: scaleX(1);
}

/* =========================
   CARD NUMBER
========================= */

.why-us-number {
  position: absolute;
  top: 22px;
  right: 25px;
  color: #ededed;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transition: color 220ms ease;
}

.why-us-card:hover .why-us-number {
  color: rgb(var(--why-yellow-rgb) / 30%);
}

/* =========================
   ICON
========================= */

.why-us-icon {
  display: grid;
  width: 59px;
  min-width: 59px;
  height: 59px;
  flex: 0 0 59px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 10px;
  background: var(--why-yellow);
  box-shadow: 0 10px 24px rgb(var(--why-yellow-rgb) / 32%);
  color: #111111;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.why-us-card:hover .why-us-icon {
  box-shadow: 0 12px 28px rgb(var(--why-yellow-rgb) / 22%);
  transform: rotate(-5deg) scale(1.05);
}

.why-us-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

/* =========================
   CARD CONTENT
========================= */

.why-us-card h3 {
  min-height: 27px;
  margin: 0;
  color: #161616;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  transition: color 220ms ease;
}

.why-us-card h3::after {
  display: block;
  width: 32px;
  height: 3px;
  margin-top: 13px;
  border-radius: 4px;
  background: var(--why-yellow);
  content: "";
}

.why-us-card p {
  margin: 23px 0 0;
  color: #737373;
  font-size: 0.76rem;
  line-height: 1.75;
  letter-spacing: 0;
  transition: color 220ms ease;
}

.why-us-card:hover h3 {
  color: #ffffff;
}

.why-us-card:hover p {
  color: #bdbdbd;
}

/* =========================
   TRUST STRIP
========================= */

.why-us-trust-strip {
  display: flex;
  min-height: 98px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 24px;
  padding: 20px 26px;
  border-radius: 10px;
  background: #111111;
  color: #ffffff;
}

.why-us-trust-content {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 15px;
}

.why-us-trust-icon {
  display: grid;
  width: 52px;
  min-width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 50%;
  background: var(--why-yellow);
  color: #111111;
}

.why-us-trust-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.why-us-trust-content > div {
  min-width: 0;
}

.why-us-trust-content strong,
.why-us-trust-content span {
  display: block;
}

.why-us-trust-content strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.why-us-trust-content div > span {
  margin-top: 5px;
  color: #aaaaaa;
  font-size: 0.7rem;
  line-height: 1.45;
  letter-spacing: 0;
}

.why-us-trust-strip > a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 2px solid var(--why-yellow);
  border-radius: 6px;
  background: var(--why-yellow);
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.why-us-trust-strip > a span {
  font-size: 1rem;
}

.why-us-trust-strip > a:hover,
.why-us-trust-strip > a:focus-visible {
  border-color: var(--why-yellow-light);
  background: var(--why-yellow-light);
  transform: translateY(-3px);
}

/* =========================
   TABLET
========================= */

@media (max-width: 950px) {
  .why-us-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 285px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 620px) {
  .why-us-section {
    padding: 75px 15px;
  }

  .why-us-heading {
    margin-bottom: 38px;
  }

  .why-us-label::before,
  .why-us-label::after {
    width: 25px;
    flex-basis: 25px;
  }

  .why-us-title {
    font-size: clamp(2.8rem, 13vw, 3.8rem);
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .why-us-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 275px;
  }

  .why-us-card {
    padding: 27px 24px;
  }

  .why-us-card h3 {
    min-height: auto;
  }

  .why-us-trust-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .why-us-trust-strip > a {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11a88efe *//* =========================
   SECTION 10: BOOKING STEPS
   BRAND YELLOW: #ffdc68
========================= */

.booking-steps-section {
  --booking-yellow: #ffdc68;
  --booking-yellow-light: #ffe58f;
  --booking-yellow-dark: #96750c;
  --booking-yellow-rgb: 255, 220, 104;

  position: relative;
  overflow: hidden;
  padding: 105px 20px;
  background: #101010;
}

.booking-steps-section *,
.booking-steps-section *::before,
.booking-steps-section *::after {
  box-sizing: border-box;
}

.booking-steps-section::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    transparent 25%,
    rgb(var(--booking-yellow-rgb) / 4%) 25%,
    rgb(var(--booking-yellow-rgb) / 4%) 50%,
    transparent 50%,
    transparent 75%,
    rgb(var(--booking-yellow-rgb) / 4%) 75%
  );
  background-size: 60px 60px;
  content: "";
}

.booking-steps-section::after {
  position: absolute;
  top: -200px;
  right: -180px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgb(var(--booking-yellow-rgb) / 16%),
    transparent 68%
  );
  content: "";
}

.booking-steps-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: auto;
}

/* =========================
   HEADING
========================= */

.booking-steps-heading {
  display: grid;
  max-width: 750px;
  margin: 0 auto 55px;
  text-align: center;
  place-items: center;
}

.booking-steps-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.booking-steps-label::before,
.booking-steps-label::after {
  width: 38px;
  height: 3px;
  flex: 0 0 38px;
  border-radius: 5px;
  background: var(--booking-yellow);
  content: "";
}

.booking-steps-label span {
  color: var(--booking-yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-steps-title {
  margin: 0;
  color: #ffffff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.8rem, 4.5vw, 4.45rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.booking-steps-title span {
  display: block;
  margin-top: 8px;
  color: var(--booking-yellow);
  -webkit-text-stroke: 0;
}

.booking-steps-heading > p {
  max-width: 600px;
  margin: 22px 0 0;
  color: #aaaaaa;
  font-size: 0.91rem;
  line-height: 1.8;
  letter-spacing: 0;
}

/* =========================
   STEPS LAYOUT
========================= */

.booking-steps-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    65px
    minmax(0, 1fr)
    65px
    minmax(0, 1fr);
  align-items: stretch;
  gap: 14px;
}

/* Semua step card sama saiz */

.booking-step-card {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 360px;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding: 32px 28px;
  border: 1px solid #292929;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgb(0 0 0 / 20%);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.booking-step-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: var(--booking-yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.booking-step-card:hover {
  border-color: var(--booking-yellow);
  box-shadow:
    0 25px 50px rgb(0 0 0 / 30%),
    0 0 0 1px rgb(var(--booking-yellow-rgb) / 12%);
  transform: translateY(-8px);
}

.booking-step-card:hover::after {
  transform: scaleX(1);
}

/* =========================
   STEP NUMBER
========================= */

.booking-step-number {
  position: absolute;
  top: 23px;
  right: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.booking-step-number small {
  color: #aaaaaa;
  font-size: 0.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.booking-step-number strong {
  margin-top: 2px;
  color: #e6e6e6;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transition: color 220ms ease;
}

.booking-step-card:hover .booking-step-number strong {
  color: rgb(var(--booking-yellow-rgb) / 60%);
}

/* =========================
   STEP ICON
========================= */

.booking-step-icon {
  display: grid;
  width: 64px;
  min-width: 64px;
  height: 64px;
  flex: 0 0 64px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 11px;
  background: var(--booking-yellow);
  box-shadow: 0 11px 25px rgb(var(--booking-yellow-rgb) / 32%);
  color: #090909;
  transition:
    background 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.booking-step-card:hover .booking-step-icon {
  background: #111111;
  color: var(--booking-yellow);
  transform: rotate(-5deg) scale(1.05);
}

.booking-step-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

/* =========================
   STEP CONTENT
========================= */

.booking-step-card h3 {
  min-height: 55px;
  margin: 0;
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.booking-step-card h3::after {
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 13px;
  border-radius: 5px;
  background: var(--booking-yellow);
  content: "";
}

.booking-step-card p {
  margin: 23px 0 24px;
  color: #747474;
  font-size: 0.76rem;
  line-height: 1.75;
  letter-spacing: 0;
}

.booking-step-card > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    gap 180ms ease;
}

.booking-step-card > a span {
  color: var(--booking-yellow-dark);
  font-size: 1.1rem;
  line-height: 1;
}

.booking-step-card > a:hover,
.booking-step-card > a:focus-visible {
  gap: 12px;
  color: var(--booking-yellow-dark);
}

/* =========================
   ARROWS
========================= */

.booking-step-arrow {
  display: grid;
  align-self: center;
  color: var(--booking-yellow);
  place-items: center;
}

.booking-step-arrow svg {
  width: 58px;
  height: auto;
  fill: none;
  stroke: currentcolor;
  stroke-dasharray: 5 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

/* =========================
   BOOKING NOTICE
========================= */

.booking-notice {
  display: grid;
  min-height: 105px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  padding: 20px 25px;
  border: 1px solid #303030;
  border-radius: 10px;
  background: #1b1b1b;
  color: #ffffff;
}

.booking-notice-icon {
  display: grid;
  width: 49px;
  min-width: 49px;
  height: 49px;
  place-items: center;
  border-radius: 50%;
  background: var(--booking-yellow);
  color: #090909;
}

.booking-notice-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.booking-notice-content {
  min-width: 0;
}

.booking-notice-content strong {
  display: block;
  color: var(--booking-yellow);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.booking-notice-content p {
  max-width: 670px;
  margin: 6px 0 0;
  color: #aaaaaa;
  font-size: 0.68rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.booking-notice-button {
  display: inline-flex;
  min-height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 19px;
  border: 2px solid var(--booking-yellow);
  border-radius: 6px;
  background: var(--booking-yellow);
  color: #090909;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.booking-notice-button:hover,
.booking-notice-button:focus-visible {
  border-color: var(--booking-yellow-light);
  background: var(--booking-yellow-light);
  transform: translateY(-3px);
}

.booking-notice-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* =========================
   TABLET
========================= */

@media (max-width: 950px) {
  .booking-steps-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .booking-step-card {
    width: min(650px, 100%);
    min-height: 320px;
    margin: auto;
  }

  .booking-step-card h3 {
    min-height: auto;
  }

  .booking-step-arrow {
    width: 100%;
    height: 48px;
    transform: rotate(90deg);
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 620px) {
  .booking-steps-section {
    padding: 75px 15px;
  }

  .booking-steps-heading {
    margin-bottom: 40px;
  }

  .booking-steps-label::before,
  .booking-steps-label::after {
    width: 25px;
    flex-basis: 25px;
  }

  .booking-steps-title {
    font-size: clamp(2.8rem, 13vw, 3.8rem);
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .booking-step-card {
    min-height: 315px;
    padding: 28px 24px;
  }

  .booking-notice {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .booking-notice-button {
    width: 100%;
    grid-column: 1 / -1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6913add1 *//* =========================
   SECTION 11: REVIEWS
   BRAND YELLOW: #ffdc68
========================= */

.reviews-section {
  --reviews-yellow: #ffdc68;
  --reviews-yellow-light: #ffe58f;
  --reviews-yellow-dark: #98770d;
  --reviews-yellow-rgb: 255, 220, 104;

  position: relative;
  overflow: hidden;
  padding: 105px 20px;
  background: #ffffff;
}

.reviews-section *,
.reviews-section *::before,
.reviews-section *::after {
  box-sizing: border-box;
}

.reviews-section::before {
  position: absolute;
  top: -210px;
  left: -190px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgb(var(--reviews-yellow-rgb) / 16%),
    transparent 68%
  );
  content: "";
}

.reviews-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: auto;
}

/* =========================
   HEADING
========================= */

.reviews-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: end;
  gap: 70px;
  margin-bottom: 48px;
}

.reviews-heading-content {
  min-width: 0;
  max-width: 700px;
}

.reviews-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.reviews-label::before {
  width: 42px;
  height: 3px;
  flex: 0 0 42px;
  border-radius: 5px;
  background: var(--reviews-yellow);
  content: "";
}

.reviews-label span {
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reviews-title {
  margin: 0;
  color: #111111;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.8rem, 4.5vw, 4.45rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.reviews-title span {
  display: block;
  margin-top: 8px;
  color: var(--reviews-yellow);
  -webkit-text-stroke: 0;
  text-shadow: 2px 2px 0 #111111;
}

.reviews-heading-content > p {
  max-width: 590px;
  margin: 22px 0 0;
  color: #747474;
  font-size: 0.91rem;
  line-height: 1.8;
  letter-spacing: 0;
}

/* =========================
   GOOGLE SUMMARY
========================= */

.google-review-summary {
  padding: 23px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #f7f7f7;
}

.google-logo {
  display: flex;
  align-items: center;
  gap: 11px;
}

.google-g {
  display: grid;
  width: 40px;
  min-width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
  color: #4285f4;
  font-family: Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.google-logo strong,
.google-logo small {
  display: block;
}

.google-logo strong {
  color: #181818;
  font-size: 0.81rem;
  line-height: 1.2;
}

.google-logo small {
  margin-top: 3px;
  color: #8a8a8a;
  font-size: 0.58rem;
  line-height: 1.3;
}

.google-summary-stars {
  display: flex;
  gap: 3px;
  margin-top: 15px;
  color: var(--reviews-yellow-dark);
  font-size: 1.05rem;
  line-height: 1;
}

.google-review-summary > p {
  margin: 12px 0 14px;
  color: #777777;
  font-size: 0.67rem;
  line-height: 1.6;
  letter-spacing: 0;
}

.google-review-summary > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.83rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    gap 180ms ease;
}

.google-review-summary > a:hover,
.google-review-summary > a:focus-visible {
  gap: 11px;
  color: var(--reviews-yellow-dark);
}

.google-review-summary svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--reviews-yellow-dark);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* =========================
   EQUAL-SIZE REVIEWS GRID
========================= */

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 320px;
  align-items: stretch;
  gap: 18px;
}

.review-card {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: 100%;
  flex-direction: column;
  padding: 27px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 13px 32px rgb(0 0 0 / 5%);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.review-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 0 0 10px 10px;
  background: var(--reviews-yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.review-card:hover {
  border-color: rgb(var(--reviews-yellow-rgb) / 85%);
  box-shadow:
    0 22px 45px rgb(0 0 0 / 10%),
    0 0 0 1px rgb(var(--reviews-yellow-rgb) / 14%);
  transform: translateY(-7px);
}

.review-card:hover::after {
  transform: scaleX(1);
}

/* =========================
   CUSTOMER
========================= */

.review-card-top {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.review-customer {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
}

.review-avatar {
  display: grid;
  width: 46px;
  min-width: 46px;
  height: 46px;
  flex: 0 0 46px;
  overflow: hidden;
  place-items: center;
  border-radius: 50%;
  background: var(--reviews-yellow);
  color: #101010;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
}

.review-customer > div {
  min-width: 0;
}

.review-customer h3 {
  margin: 0;
  color: #151515;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.review-customer small {
  display: block;
  margin-top: 4px;
  color: #999999;
  font-size: 0.56rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.review-google-icon {
  display: grid;
  width: 30px;
  min-width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 50%;
  background: #f6f6f6;
  color: #4285f4;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
}

/* =========================
   REVIEW CONTENT
========================= */

.review-stars {
  display: flex;
  gap: 3px;
  margin-top: 22px;
  color: var(--reviews-yellow-dark);
  font-size: 0.95rem;
  line-height: 1;
}

.review-card blockquote {
  margin: 18px 0 24px;
  color: #5e5e5e;
  font-size: 0.79rem;
  font-style: italic;
  line-height: 1.8;
  letter-spacing: 0;
}

.review-card-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid #eeeeee;
}

.review-card-bottom > span:first-child {
  color: #999999;
  font-size: 0.54rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.review-quote {
  height: 28px;
  color: var(--reviews-yellow);
  font-family: Georgia, serif;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1;
}

/* =========================
   REVIEWS CTA
========================= */

.reviews-cta {
  display: flex;
  min-height: 95px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 25px;
  padding: 20px 26px;
  border-radius: 10px;
  background: #111111;
  color: #ffffff;
}

.reviews-cta-content {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.reviews-cta-icon {
  display: grid;
  width: 50px;
  min-width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border-radius: 50%;
  background: var(--reviews-yellow);
  color: #111111;
}

.reviews-cta-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.reviews-cta-content > div {
  min-width: 0;
}

.reviews-cta-content strong,
.reviews-cta-content span {
  display: block;
}

.reviews-cta-content strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.reviews-cta-content span {
  margin-top: 5px;
  color: #aaaaaa;
  font-size: 0.68rem;
  line-height: 1.45;
  letter-spacing: 0;
}

.reviews-cta > a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 2px solid var(--reviews-yellow);
  border-radius: 6px;
  background: var(--reviews-yellow);
  color: #101010;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.reviews-cta > a:hover,
.reviews-cta > a:focus-visible {
  border-color: var(--reviews-yellow-light);
  background: var(--reviews-yellow-light);
  transform: translateY(-3px);
}

/* =========================
   TABLET
========================= */

@media (max-width: 900px) {
  .reviews-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .google-review-summary {
    max-width: 400px;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 310px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 620px) {
  .reviews-section {
    padding: 75px 15px;
  }

  .reviews-title {
    font-size: clamp(2.8rem, 13vw, 3.8rem);
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(300px, auto);
  }

  .review-card {
    min-height: 300px;
    padding: 24px;
  }

  .reviews-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .reviews-cta > a {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-286c3e0f *//* =========================
   SECTION 12: CONTACT
   BRAND YELLOW: #ffdc68
========================= */

.contact-section {
  --contact-yellow: #ffdc68;
  --contact-yellow-light: #ffe58f;
  --contact-yellow-dark: #97750c;
  --contact-yellow-rgb: 255, 220, 104;

  position: relative;
  overflow: hidden;
  padding: 105px 20px;
  background: #f5f5f5;
}

.contact-section *,
.contact-section *::before,
.contact-section *::after {
  box-sizing: border-box;
}

.contact-section::before {
  position: absolute;
  right: -200px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: var(--contact-yellow);
  content: "";
  opacity: 0.1;
}

.contact-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: auto;
}

/* =========================
   HEADING
========================= */

.contact-heading {
  display: grid;
  max-width: 750px;
  margin: 0 auto 50px;
  text-align: center;
  place-items: center;
}

.contact-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.contact-label::before,
.contact-label::after {
  width: 38px;
  height: 3px;
  flex: 0 0 38px;
  border-radius: 5px;
  background: var(--contact-yellow);
  content: "";
}

.contact-label span {
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-title {
  margin: 0;
  color: #111111;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.8rem, 4.5vw, 4.45rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.contact-title span {
  display: block;
  margin-top: 8px;
  color: var(--contact-yellow);
  -webkit-text-stroke: 0;
  text-shadow: 2px 2px 0 #111111;
}

.contact-heading > p {
  max-width: 610px;
  margin: 22px 0 0;
  color: #747474;
  font-size: 0.91rem;
  line-height: 1.8;
  letter-spacing: 0;
}

/* =========================
   MAIN GRID
========================= */

.contact-main-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}

.contact-details-card,
.contact-location-card {
  width: 100%;
  min-width: 0;
  min-height: 610px;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 11px;
  background: #ffffff;
  box-shadow: 0 15px 38px rgb(0 0 0 / 6%);
}

/* =========================
   CONTACT DETAILS
========================= */

.contact-details-card {
  display: flex;
  flex-direction: column;
  padding: 35px;
}

.contact-details-heading > small {
  color: var(--contact-yellow-dark);
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-details-heading h3 {
  margin: 10px 0 12px;
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.contact-details-heading p {
  max-width: 460px;
  margin: 0;
  color: #777777;
  font-size: 0.76rem;
  line-height: 1.7;
  letter-spacing: 0;
}

/* =========================
   CONTACT ITEMS
========================= */

.contact-items {
  display: grid;
  gap: 11px;
  margin-top: 29px;
}

.contact-item {
  display: grid;
  min-height: 86px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #f7f7f7;
  color: #111111;
  text-decoration: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.contact-item:hover,
.contact-item:focus-visible {
  border-color: rgb(var(--contact-yellow-rgb) / 90%);
  background: #fffbed;
  transform: translateX(5px);
}

.contact-item-icon {
  display: grid;
  width: 46px;
  min-width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 8px;
  background: var(--contact-yellow);
  color: #111111;
}

.contact-whatsapp-icon {
  background: #1ebe5d;
  color: #ffffff;
}

.contact-item-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.contact-item-content {
  min-width: 0;
}

.contact-item-content small,
.contact-item-content strong,
.contact-item-content > span {
  display: block;
}

.contact-item-content small {
  margin-bottom: 4px;
  color: #999999;
  font-size: 0.54rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-item-content strong {
  overflow: hidden;
  color: #161616;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-item-content > span {
  margin-top: 4px;
  color: #8a8a8a;
  font-size: 0.59rem;
  line-height: 1.35;
  letter-spacing: 0;
}

.contact-item-arrow {
  color: var(--contact-yellow-dark);
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.contact-item:hover .contact-item-arrow {
  transform: translateX(4px);
}

/* =========================
   SOCIAL MEDIA
========================= */

.contact-socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid #e9e9e9;
}

.contact-socials > span {
  color: #777777;
  font-size: 0.63rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-social-links a {
  display: grid;
  width: 37px;
  min-width: 37px;
  height: 37px;
  place-items: center;
  border-radius: 50%;
  background: var(--contact-yellow);
  color: #111111;
  font-size: 0.65rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.contact-social-links a:hover,
.contact-social-links a:focus-visible {
  background: #111111;
  color: var(--contact-yellow);
  transform: translateY(-3px);
}

/* =========================
   LOCATION CARD
========================= */

.contact-location-card {
  display: flex;
  flex-direction: column;
}

.contact-map {
  position: relative;
  min-height: 365px;
  overflow: hidden;
  background: #dddddd;
}

.contact-map > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-map-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgb(0 0 0 / 70%),
    transparent 60%
  );
}

.contact-map-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  min-width: 220px;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border-left: 4px solid var(--contact-yellow);
  border-radius: 7px;
  background: rgb(13 13 13 / 91%);
  box-shadow: 0 14px 30px rgb(0 0 0 / 28%);
  color: #ffffff;
  backdrop-filter: blur(9px);
  transform: translate(-50%, -50%);
}

.contact-marker-dot {
  position: relative;
  width: 19px;
  min-width: 19px;
  height: 19px;
  flex: 0 0 19px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: var(--contact-yellow);
}

.contact-marker-dot::after {
  position: absolute;
  inset: -9px;
  border: 2px solid rgb(var(--contact-yellow-rgb) / 65%);
  border-radius: 50%;
  content: "";
}

.contact-map-marker > div {
  min-width: 0;
}

.contact-map-marker strong,
.contact-map-marker small {
  display: block;
}

.contact-map-marker strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.93rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-map-marker small {
  margin-top: 3px;
  color: #bbbbbb;
  font-size: 0.58rem;
  line-height: 1.35;
}

.contact-map-button {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  min-height: 41px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px;
  border: 2px solid var(--contact-yellow);
  border-radius: 6px;
  background: var(--contact-yellow);
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.contact-map-button:hover,
.contact-map-button:focus-visible {
  border-color: var(--contact-yellow-light);
  background: var(--contact-yellow-light);
  transform: translateY(-3px);
}

.contact-map-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

/* =========================
   LOCATION CONTENT
========================= */

.contact-location-content {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
}

.contact-location-content small {
  color: var(--contact-yellow-dark);
  font-size: 0.57rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-location-content h3 {
  margin: 8px 0 10px;
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.contact-location-content p {
  margin: 0;
  color: #777777;
  font-size: 0.7rem;
  line-height: 1.65;
  letter-spacing: 0;
}

.contact-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.contact-location-primary,
.contact-location-secondary {
  display: inline-flex;
  min-height: 41px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.contact-location-primary {
  border-color: var(--contact-yellow);
  background: var(--contact-yellow);
  color: #111111;
}

.contact-location-primary:hover,
.contact-location-primary:focus-visible {
  border-color: var(--contact-yellow-light);
  background: var(--contact-yellow-light);
  transform: translateY(-2px);
}

.contact-location-secondary {
  border-color: #eeeeee;
  background: #eeeeee;
  color: #111111;
}

.contact-location-secondary:hover,
.contact-location-secondary:focus-visible {
  border-color: #111111;
  background: #111111;
  color: var(--contact-yellow);
  transform: translateY(-2px);
}

/* =========================
   FAST CONTACT BAR
========================= */

.contact-fast-bar {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 24px;
  padding: 20px 27px;
  border-radius: 10px;
  background: #111111;
  color: #ffffff;
}

.contact-fast-content {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.contact-fast-icon {
  display: grid;
  width: 51px;
  min-width: 51px;
  height: 51px;
  flex: 0 0 51px;
  place-items: center;
  border-radius: 50%;
  background: var(--contact-yellow);
  color: #111111;
}

.contact-fast-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-fast-content > div {
  min-width: 0;
}

.contact-fast-content strong,
.contact-fast-content span {
  display: block;
}

.contact-fast-content strong {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-fast-content span {
  margin-top: 5px;
  color: #aaaaaa;
  font-size: 0.68rem;
  line-height: 1.45;
  letter-spacing: 0;
}

.contact-fast-bar > a {
  display: inline-flex;
  min-height: 45px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 2px solid #1ebe5d;
  border-radius: 6px;
  background: #1ebe5d;
  color: #ffffff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.contact-fast-bar > a:hover,
.contact-fast-bar > a:focus-visible {
  background: #18a950;
  transform: translateY(-3px);
}

/* =========================
   TABLET
========================= */

@media (max-width: 900px) {
  .contact-main-grid {
    grid-template-columns: 1fr;
  }

  .contact-details-card,
  .contact-location-card {
    min-height: 590px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 620px) {
  .contact-section {
    padding: 75px 15px;
  }

  .contact-heading {
    margin-bottom: 38px;
  }

  .contact-label::before,
  .contact-label::after {
    width: 25px;
    flex-basis: 25px;
  }

  .contact-title {
    font-size: clamp(2.8rem, 13vw, 3.8rem);
    line-height: 1;
    letter-spacing: -0.01em;
  }

  .contact-details-card {
    min-height: 570px;
    padding: 26px 21px;
  }

  .contact-location-card {
    min-height: 560px;
  }

  .contact-item-content strong {
    font-size: 0.88rem;
  }

  .contact-socials {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-map {
    min-height: 325px;
  }

  .contact-map-marker {
    min-width: min(220px, calc(100% - 30px));
  }

  .contact-location-actions {
    display: grid;
  }

  .contact-location-primary,
  .contact-location-secondary {
    width: 100%;
  }

  .contact-fast-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-fast-bar > a {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-296a8c4b *//* =========================
   SECTION 13: FINAL CTA
   BRAND YELLOW: #ffdc68
========================= */

.final-cta-section {
  --final-yellow: #ffdc68;
  --final-yellow-light: #ffe58f;
  --final-yellow-rgb: 255, 220, 104;

  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 90px 20px;
  background: var(--final-yellow);
  color: #090909;
}

.final-cta-section *,
.final-cta-section *::before,
.final-cta-section *::after {
  box-sizing: border-box;
}

.final-cta-section::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgb(255 255 255 / 16%),
    transparent 45%
  );
  content: "";
}

.final-cta-container {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(1180px, 100%);
  min-height: 440px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 55px;
  margin: auto;
}

/* =========================
   DECORATIONS
========================= */

.final-cta-decoration {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.final-cta-circle-one {
  position: absolute;
  top: -180px;
  left: -180px;
  width: 450px;
  height: 450px;
  border: 90px solid rgb(255 255 255 / 14%);
  border-radius: 50%;
}

.final-cta-circle-two {
  position: absolute;
  right: -150px;
  bottom: -210px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgb(0 0 0 / 5%);
}

.final-cta-road {
  position: absolute;
  right: -100px;
  bottom: -30px;
  width: 65%;
  fill: none;
  stroke: rgb(0 0 0 / 12%);
  stroke-dasharray: 20 14;
  stroke-width: 4;
}

/* =========================
   CTA CONTENT
========================= */

.final-cta-content {
  min-width: 0;
}

.final-cta-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #111111;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.final-cta-label::after {
  width: 47px;
  height: 2px;
  flex: 0 0 47px;
  background: #111111;
  content: "";
}

.final-cta-label svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.final-cta-content h2 {
  margin: 0;
  color: #111111;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(4rem, 6vw, 6.2rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
}

.final-cta-content h2 span {
  display: block;
  margin-top: 14px;
  color: #ffffff;
  -webkit-text-stroke: 1px #111111;
  text-shadow: 2px 2px 0 #111111;
}

.final-cta-content > p {
  max-width: 580px;
  margin: 27px 0 0;
  color: rgb(0 0 0 / 70%);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
}

/* =========================
   CTA FEATURES
========================= */

.final-cta-features {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
  margin-top: 25px;
}

.final-cta-features span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #111111;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
}

.final-cta-features svg {
  width: 19px;
  min-width: 19px;
  height: 19px;
  flex: 0 0 19px;
  padding: 3px;
  border-radius: 50%;
  background: #111111;
  fill: none;
  stroke: var(--final-yellow);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

/* =========================
   CTA BUTTONS
========================= */

.final-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.final-cta-primary,
.final-cta-secondary {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 23px;
  border-radius: 7px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.final-cta-primary {
  border: 2px solid #111111;
  background: #111111;
  color: #ffffff;
}

.final-cta-secondary {
  border: 2px solid rgb(0 0 0 / 35%);
  background: transparent;
  color: #111111;
}

.final-cta-primary svg,
.final-cta-secondary svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.final-cta-primary:hover,
.final-cta-primary:focus-visible,
.final-cta-secondary:hover,
.final-cta-secondary:focus-visible {
  transform: translateY(-3px);
}

.final-cta-primary:hover,
.final-cta-primary:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  color: #111111;
}

.final-cta-secondary:hover,
.final-cta-secondary:focus-visible {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

/* =========================
   CTA VISUAL
========================= */

.final-cta-visual {
  position: relative;
  min-width: 0;
  min-height: 450px;
}

.final-cta-sun {
  position: absolute;
  top: 15px;
  right: 50px;
  width: 330px;
  height: 330px;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 50%;
  background: rgb(255 255 255 / 21%);
}

.final-cta-sun::before,
.final-cta-sun::after {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 50%;
  content: "";
}

.final-cta-sun::before {
  inset: 35px;
}

.final-cta-sun::after {
  inset: 70px;
}

.final-cta-plane {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 5px;
  width: 120px;
  color: #111111;
  filter: drop-shadow(0 10px 10px rgb(0 0 0 / 15%));
  transform: rotate(-8deg);
}

.final-cta-plane svg {
  display: block;
  width: 100%;
  fill: currentcolor;
}

.final-cta-car {
  position: absolute;
  z-index: 4;
  right: -45px;
  bottom: 25px;
  width: 112%;
}

.final-cta-car::after {
  position: absolute;
  z-index: -1;
  right: 8%;
  bottom: 0;
  width: 82%;
  height: 28px;
  border-radius: 50%;
  background: rgb(0 0 0 / 25%);
  filter: blur(15px);
  content: "";
}

.final-cta-car img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 18px rgb(0 0 0 / 25%));
}

/* =========================
   WHATSAPP CARD
========================= */

.final-cta-whatsapp-card {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 5px;
  display: flex;
  min-width: 245px;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border-left: 4px solid #1ebe5d;
  border-radius: 8px;
  background: rgb(15 15 15 / 94%);
  box-shadow: 0 18px 38px rgb(0 0 0 / 25%);
  color: #ffffff;
  backdrop-filter: blur(8px);
}

.final-cta-whatsapp-icon {
  display: grid;
  width: 46px;
  min-width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border-radius: 50%;
  background: #1ebe5d;
  color: #ffffff;
}

.final-cta-whatsapp-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.final-cta-whatsapp-card > div {
  min-width: 0;
}

.final-cta-whatsapp-card small,
.final-cta-whatsapp-card strong,
.final-cta-whatsapp-card div > span {
  display: block;
}

.final-cta-whatsapp-card small {
  color: #aaaaaa;
  font-size: 0.54rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.final-cta-whatsapp-card strong {
  margin-top: 3px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0;
}

.final-cta-whatsapp-card div > span {
  margin-top: 3px;
  color: #aaaaaa;
  font-size: 0.57rem;
  line-height: 1.4;
  letter-spacing: 0;
}

/* =========================
   TABLET
========================= */

@media (max-width: 950px) {
  .final-cta-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .final-cta-content {
    width: min(720px, 100%);
    margin: auto;
  }

  .final-cta-visual {
    width: min(650px, 100%);
    margin: auto;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 620px) {
  .final-cta-section {
    padding: 75px 15px 55px;
  }

  .final-cta-content h2 {
    font-size: clamp(3.5rem, 16vw, 4.7rem);
    line-height: 0.95;
    letter-spacing: -0.01em;
  }

  .final-cta-buttons {
    display: grid;
  }

  .final-cta-primary,
  .final-cta-secondary {
    width: 100%;
  }

  .final-cta-visual {
    min-height: 370px;
  }

  .final-cta-sun {
    top: 20px;
    right: 50%;
    width: 270px;
    height: 270px;
    transform: translateX(50%);
  }

  .final-cta-plane {
    width: 90px;
  }

  .final-cta-car {
    right: -20px;
    width: 115%;
  }

  .final-cta-whatsapp-card {
    right: 0;
    bottom: 0;
    min-width: 225px;
  }
}

@media (max-width: 380px) {
  .final-cta-content h2 {
    font-size: 3.25rem;
  }

  .final-cta-whatsapp-card {
    right: 50%;
    width: min(100%, 225px);
    min-width: 0;
    transform: translateX(50%);
  }
}/* End custom CSS */