.elementor-151 .elementor-element.elementor-element-228c7de{--display:flex;}.elementor-151 .elementor-element.elementor-element-228c7de.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-151 .elementor-element.elementor-element-228c7de{--width:89.412%;}}/* Start custom CSS for html, class: .elementor-element-7ea2ca2 *//* ========================================================
   THE ROYAL MIDNIGHT GROWTH FOOTER STYLE (FIXED DROPDOWN)
   ======================================================== */

:root {
  --bg-rich-obsidian: #0B0F19;
  --bg-sleek-slate: #161B26;
  --text-crisp-white: #F9FAFB;
  --text-muted-silver: #9CA3AF;
  --electric-purple: #7C3AED;
  --emerald-growth: #10B981;
}

.agency-footer {
  position: relative;
  background-color: #0B0F19; 
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 96px 24px 48px 24px;
  overflow: hidden;
  font-family: 'Inter', 'Plus Jakarta Sans', system-ui, sans-serif;
}

.footer-ambient-glow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 384px;
  height: 384px;
  background-color: rgba(124, 58, 237, 0.04);
  filter: blur(120px);
  border-radius: 50%;
  pointer-events: none;
}

.footer-container {
  max-w: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  margin-bottom: 80px;
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 32px;
  }
  .footer-col-info { grid-column: span 5 / span 5; display: flex; flex-direction: column; justify-content: space-between; gap: 48px;}
  .footer-col-nav { grid-column: span 3 / span 3; display: flex; flex-direction: column; gap: 48px; padding-left: 32px; }
  .footer-col-form { grid-column: span 4 / span 4; }
}

.footer-tagline {
  color: var(--electric-purple);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-weight: 700;
  display: block;
  margin-bottom: 24px;
}

.footer-heading {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 0.95;
  color: var(--text-crisp-white);
  margin: 0 0 24px 0;
}

@media (min-width: 768px) {
  .footer-heading { font-size: 56px; }
}

.footer-heading-italic {
  font-family: serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.4);
}

.footer-description {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 320px;
  line-height: 1.6;
  font-weight: 300;
}

.footer-contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-family: monospace;
  font-size: 14px;
  transition: color 0.3s ease;
}

.contact-item:hover {
  color: var(--electric-purple);
}

.icon-svg {
  width: 16px;
  height: 16px;
  color: var(--electric-purple);
  transition: transform 0.3s ease;
}

.contact-item:hover .icon-svg {
  transform: scale(1.1);
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease-in-out;
}

.social-badge:hover {
  background-color: var(--electric-purple);
  border-color: var(--electric-purple);
  color: var(--text-crisp-white);
  transform: translateY(-2px);
}

.icon-social {
  width: 16px;
  height: 16px;
}

.nav-section-title {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: all 0.3s ease;
}

.chevron-svg {
  width: 10px;
  height: 10px;
  opacity: 0;
  margin-left: -4px;
  transition: all 0.3s ease;
  color: var(--electric-purple);
}

.nav-link:hover {
  color: var(--electric-purple);
  padding-left: 4px;
}

.nav-link:hover .chevron-svg {
  opacity: 1;
  margin-left: 0;
}

.inquiry-card {
  background-color: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px;
  border-radius: 4px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.inquiry-card:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

.card-tag {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--electric-purple);
  font-family: monospace;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

.card-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--text-crisp-white);
  font-weight: 500;
  margin: 0 0 24px 0;
}

.inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.4);
  font-family: monospace;
}

.form-input, .form-select, .form-textarea {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 300;
  color: var(--text-crisp-white);
  border-radius: 2px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}


.form-honeypot {
  display: none !important;
  visibility: hidden !important;
  position: absolute;
  left: -9999px;
}

.form-input::placeholder, .form-textarea::placeholder {
  color: rgba(255, 255, 255, 0.15);
}

.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: rgba(124, 58, 237, 0.6);
  background-color: rgba(255, 255, 255, 0.06);
  outline: none;
}

/* FIXING DROPDOWN: Menghilangkan bug warna putih pada background dropdown option */
.form-select {
  appearance: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  padding-right: 32px;
  color-scheme: dark !important; /* Memaksa browser render pop-up dropdown native dalam dark mode */
}

/* Memaksa elemen internal option mengunci warna gelap premium agensi */
.form-select option {
  background-color: var(--bg-sleek-slate) !important; /* Latar belakang #161B26 */
  color: var(--text-crisp-white) !important; /* Teks #F9FAFB */
  padding: 12px;
}

.select-wrapper { position: relative; }
.select-wrapper::after {
  content: ""; position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.3); pointer-events: none;
}

.form-textarea { resize: none; }

.form-submit-btn {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--electric-purple);
  border: none;
  color: var(--text-crisp-white);
  padding: 14px 20px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 10px;
  transition: all 0.3s ease;
}

.form-submit-btn:hover { background-color: rgba(124, 58, 237, 0.9); }
.form-submit-btn:disabled { background-color: rgba(124, 58, 237, 0.4); cursor: not-allowed; }
.submit-text { text-transform: uppercase; letter-spacing: 0.2em; font-weight: 700; }
.icon-send { width: 14px; height: 14px; transition: transform 0.3s ease; }
.form-submit-btn:hover .icon-send { transform: translateX(4px); }

/* Animasi Sukses State Premium Form */
.form-success-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 0;
  animation: fadeInForm 0.5s ease forwards;
}
.success-icon { width: 48px; height: 48px; color: var(--emerald-growth); margin-bottom: 16px; }
.success-title { font-size: 16px; text-transform: uppercase; color: #fff; margin-bottom: 8px; letter-spacing: 0.1em; }
.success-msg { font-size: 12px; color: rgba(255,255,255,0.5); font-weight: 300; line-height: 1.5; }

@keyframes fadeInForm {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 768px) { .footer-bottom { flex-direction: row; } }
.bottom-copyright { display: flex; align-items: center; gap: 8px; }
.copyright-bold { font-weight: 500; color: rgba(255, 255, 255, 0.5); }
.bottom-divider { opacity: 0.3; }
.bottom-metadata { display: flex; align-items: center; gap: 16px; }
.purple-dot { width: 4px; height: 4px; border-radius: 50%; background-color: var(--electric-purple); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e34c87 *//* ========================================================
   FLOATING SOCIALS DESIGN SYSTEM & MICRO-INTERACTIONS
   ======================================================== */

:root {
  --neon-purple-accent: #7C3AED;
}

/* Container Utama: Melayang di Sisi Kanan Tengah Layar */
.floating-socials-wrapper {
  position: fixed;
  right: 24px;
  bottom: 32px; /* Layout default fallback mobile */
  z-index: 9999; /* Memastikan komponen berada di lapisan paling atas */
  display: flex;
  flex-direction: row;
  gap: 12px;
}

/* Modifikasi Layout Otomatis Menjadi Vertikal Pada Layar Desktop */
@media (min-width: 768px) {
  .floating-socials-wrapper {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    gap: 12px;
  }
}

/* Grup Bungkus Per Elemen */
.social-item-group {
  position: relative;
  opacity: 0;
  transform: translateX(20px);
}

/* Animasi Masuk CSS Menggantikan Framer Motion (Lebih Ringan) */
.floating-socials-wrapper.animated-active .social-item-group {
  animation: slideInSocial 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  /* Membuat delay staggered bertahap antar item */
  animation-delay: calc(0.1s * var(--social-index) + 0.5s);
}

@keyframes slideInSocial {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Konstruksi Tombol Melayang (Frosted Glass Look) */
.social-floating-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, transform 0.3s ease;
}

/* Aturan Hover Tombol */
.social-floating-btn:hover {
  background-color: #161B26; /* Sleek Slate background */
  border-color: rgba(124, 58, 237, 0.7); /* Electric purple glow border */
  transform: translateY(-2px);
}

/* Kontrol Warna Spesifik Ikon Saat Hover */
.social-floating-btn.hover-instagram:hover { color: #E1306C; }
.social-floating-btn.hover-linkedin:hover { color: #0077B5; }
.social-floating-btn.hover-email:hover      { color: var(--neon-purple-accent); }

.icon-lucide {
  width: 16px;
  height: 16px;
}

/* Desain Tooltip di Sebelah Kiri Tombol (Hanya untuk Desktop) */
@media (min-width: 768px) {
  .social-tooltip {
    position: absolute;
    right: 100%;
    margin-right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0B0F19; /* Rich Obsidian */
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 4px 10px;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    font-family: monospace;
  }

  .social-item-group:hover .social-tooltip {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .social-tooltip {
    display: none !important; /* Hilangkan tooltip di mobile agar layar bersih */
  }
}

/* Garis Dekoratif Vertikal Menjuntai ke Bawah */
.social-decorative-line {
  display: none;
  width: 1px;
  height: 64px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
  margin: 8px auto 0 auto;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
}

.floating-socials-wrapper.animated-active .social-decorative-line {
  display: block;
  animation: scaleLineIn 0.5s ease forwards;
  animation-delay: 0.9s;
}

@keyframes scaleLineIn {
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}

/* Utility State Menghindari Flash Visual Kasar Saat Load Awal */
.hidden-initial {
  visibility: hidden;
}
.floating-socials-wrapper.animated-active {
  visibility: visible;
}/* End custom CSS */