.elementor-2646 .elementor-element.elementor-element-4ec0afb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2646 .elementor-element.elementor-element-efcf187{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-efcf187 *//* ==========================================================================
   1. SETUP UTAMA FOOTER (WARNA DASAR & TIPOGRAFI)
   ========================================================================== */
.luxury-footer {
  background-color: #e9e9e9;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* ==========================================================================
   2. AKSEN GARIS GANDA & EFEK TRANSISI HOVER PREMIUM
   ========================================================================== */
.footer-top-bar {
  display: flex;
  width: 100%;
  height: 4px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.bar-blue {
  flex: 1;
  background-color: #0053d9;
  transition: flex 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  opacity: 1;
}

.bar-red {
  flex: 1;
  background-color: #c00e15;
  transition: flex 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  opacity: 1;
}

.footer-top-bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #c00e15 0%, #0053d9 100%);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.luxury-footer:hover .bar-blue {
  flex: 0;
  opacity: 0;
}

.luxury-footer:hover .bar-red {
  flex: 0;
  opacity: 0;
}

.luxury-footer:hover .footer-top-bar::after {
  opacity: 1;
}

/* ==========================================================================
   3. LAYOUT GRID KONTEN UTAMA (DESKTOP STATE)
   ========================================================================== */
.footer-main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 50px;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.column-title {
  color: #0f172a;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 25px 0;
  position: relative;
  padding-bottom: 10px;
}

.column-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 3px;
  background-color: #0053d9;
  border-radius: 2px;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.footer-column:hover .column-title::after {
  width: 55px;
  background-color: #c00e15;
}

/* ==========================================================================
   4. STYLE KOLOM 1: PROFIL & MEDIA SOSIAL
   ========================================================================== */
.footer-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer-main-logo {
  width: 45px;
  height: auto;
  object-fit: contain;
}

.footer-logo-wrapper h3 {
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.2px;
}

.footer-desc {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 25px 0;
  text-align: justify;
}

.footer-social-links {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 38px;
  height: 38px;
  background-color: #ffffff;
  color: #334155;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.social-icon:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.icon-fb:hover { background-color: #1877f2; }
.icon-ig:hover { background-color: #e1306c; }
.icon-yt:hover { background-color: #ff0000; }
.icon-tiktok:hover { background-color: #000000; }

/* ==========================================================================
   5. STYLE KOLOM 2: DATA KONTAK RESMI
   ========================================================================== */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact-icon-box {
  width: 32px;
  height: 32px;
  background-color: rgba(0, 83, 217, 0.08);
  color: #0053d9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact-list li:hover .contact-icon-box {
  background-color: #c00e15;
  color: #ffffff;
}

.contact-text-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-text {
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

/* ==========================================================================
   6. STYLE KOLOM 3: GRID MITRA RESMI
   ========================================================================== */
.partners-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.partner-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  text-decoration: none; /* Menghilangkan garis bawah karena sekarang memakai tag <a> */
  cursor: pointer;       /* Memastikan ikon kursor berubah menjadi tangan saat diarahkan mouse */
  transition: all 0.3s ease;
}

.partner-item:hover {
  background-color: #ffffff;
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.partner-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

.partner-name {
  color: #475569;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}
/* ==========================================================================
   7. LEGALITAS & HAK CIPTA (FOOTER BOTTOM)
   ========================================================================== */
.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 25px 20px;
  background-color: #e1e1e1;
}

.footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.copyright-text {
  color: #64748b;
  font-size: 13px;
  margin: 0;
}

.footer-legal-links {
  display: flex;
  gap: 25px;
}

.footer-legal-links a {
  color: #64748b;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.footer-legal-links a i {
  font-size: 10px;
  color: #0053d9;
}

.footer-legal-links a:hover {
  color: #c00e15;
}

/* ==========================================================================
   8. MEDIA QUERIES RESPONSIVE DESIGN (RWD)
   ========================================================================== */
@media (max-width: 992px) {
  .footer-main-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px 20px;
  }
  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .footer-main-container {
    padding: 40px 15px;
  }
  
  .footer-logo-wrapper {
    justify-content: center;
  }
  
  .footer-desc {
    text-align: justify;
    padding: 0 15px;
  }
  
  .footer-social-links {
    justify-content: center;
  }
  
  .column-title {
    text-align: center;
    padding-bottom: 8px;
  }
  
  .column-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  /* --- FORMASI DAFTAR KONTAK DI MOBILE --- */
  .contact-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
    gap: 16px !important;
  }

  .contact-list li {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 350px !important; /* Disamakan lebarnya */
    margin: 0 auto !important;
    gap: 14px !important;
    box-sizing: border-box;
  }

  .contact-list li .contact-icon-box { 
    flex-shrink: 0 !important;
    margin-top: 2px !important;
  }

  /* Teks nomor telepon susun atas-bawah */
  .contact-text-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    align-items: flex-start !important;
  }

  .contact-list li .contact-text {
    text-align: left !important;
    line-height: 1.5 !important;
    font-size: 13px !important;
    display: block !important;
    margin: 0 !important;
    word-break: break-word;
    white-space: normal !important;
  }

  /* --- PERBAIKAN GRID MITRA: SEJAJAR DAN SAMA RATA --- */
  .partners-grid {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
  }

  .partners-grid .partner-item {
    width: 100% !important;
    max-width: 350px !important; /* Lebar mutlak dikunci agar sejajar atas bawah seperti image_265620.png */
    margin: 0 auto !important;   /* Menjaga posisi tetap presisi di tengah layar */
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  
  .footer-legal-links {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}/* End custom CSS */