.elementor-523 .elementor-element.elementor-element-ec2d19d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-523 .elementor-element.elementor-element-ef1742f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ef1742f *//* =====================================================
GCB – FOOTER (FINAL AMEND: ALIGN FIX + BATIK BOTTOM ONLY)
===================================================== */

#gcb-footer{
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg,#0B1C2E 0%, #071423 100%);
  color: #fff;
  font-family: 'Inter', sans-serif;
}

/* Ensure containers consistent */
#gcb-footer .gcb-container{
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

/* ===============================
01) AUTHORITY STRIP (TOP)
(If you use it — safe even kalau strip tak wujud)
=============================== */
.gcb-footer-strip{
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.gcb-footer-strip .gcb-container{
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  padding: 14px 24px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  font-weight: 800;
}

/* ===============================
02) MAIN FOOTER (FIX “LARI”)
=============================== */
.gcb-footer-main{
  padding: 56px 0 44px;   /* sebelum ini terlalu besar → nampak content “tengah” */
}

.gcb-footer-grid{
  display: grid;
  grid-template-columns: 2fr 1.4fr 1fr;
  gap: 48px;

  align-items: start;     /* ✅ ini critical: semua kolum start dari atas */
}

/* Brand column */
.gcb-footer-brand{
  align-self: start;
}

.gcb-footer-brand img{
  height: 46px;           /* kemas */
  width: auto;
  margin: 0 0 14px;
  display: block;
}

.gcb-footer-brand p{
  color: rgba(255,255,255,.72);
  line-height: 1.8;
  font-size: 14px;
  max-width: 360px;
  margin: 0;
}

/* ===============================
03) SOCIAL (kemas + premium)
=============================== */
.gcb-footer-social{
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.gcb-footer-social a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.88);
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.gcb-footer-social a:hover{
  background: #C5A059;
  border-color: #C5A059;
  color: #071423;
  transform: translateY(-1px);
}

/* ===============================
04) COLUMNS
=============================== */
.gcb-footer-col{
  align-self: start;
}

.gcb-footer-col h4{
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
  color: #C5A059;
  margin: 0 0 16px;
}

.gcb-footer-links,
.gcb-footer-contact{
  list-style: none;
  padding: 0;
  margin: 0;
}

.gcb-footer-links li,
.gcb-footer-contact li{
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,.72);
}

/* Contact icon alignment */
.gcb-footer-contact li{
  display: grid;
  grid-template-columns: 18px 1fr;
  column-gap: 10px;
  align-items: start;
}

.gcb-footer-contact i{
  color: #C5A059;
  margin-top: 2px;
}

/* Link lockdown */
#gcb-footer a{
  color: rgba(255,255,255,.78);
  text-decoration: none;
}

#gcb-footer a:hover{
  color: #D4AF37;
  text-decoration: underline;
}

/* ===============================
05) LEGAL BAR
=============================== */
.gcb-footer-legal{
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 18px 0;
  font-size: 12px;
  color: rgba(255,255,255,.58);
}

.gcb-footer-legal .gcb-container{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* ===============================
06) BATIK SIGNATURE (BOTTOM ONLY, NO COVER)
=============================== */
#gcb-footer::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;

  height: 120px; /* ✅ lebih rendah supaya tak naik cover */
  background-image: url("https://gc-travel.com.my/wp-content/uploads/2026/02/WhatsApp-Image-2026-02-02-at-21.56.59.jpeg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center bottom;

  opacity: 0.10; /* lebih jelas tapi masih premium */
  pointer-events: none;
  z-index: 0;

  /* ✅ fade ke atas supaya nampak kemas (tak “blocky”) */
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
  mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
}

/* Keep content above batik */
#gcb-footer > *{
  position: relative;
  z-index: 1;
}

/* ===============================
07) RESPONSIVE
=============================== */
@media (max-width: 980px){
  .gcb-footer-main{
    padding: 50px 0 40px;
  }

  .gcb-footer-grid{
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .gcb-footer-brand p{
    max-width: 520px;
  }
}

@media (max-width: 600px){
  #gcb-footer .gcb-container{
    padding: 0 20px !important;
  }

  .gcb-footer-strip .gcb-container{
    font-size: 10px;
    gap: 10px;
    padding: 12px 20px;
  }

  #gcb-footer::after{
    height: 96px;
    opacity: 0.08;
  }
}/* End custom CSS */