.elementor-1462 .elementor-element.elementor-element-2378a56{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-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-cce5ae4 *//* =========================================
   FOOTER SECTION
   ========================================= */
.ts-footer {
  background: var(--bg-gradient);
  color: #d1d1d1; /* Abu-abu terang agar tidak terlalu silau */
  border-top: 4px solid var(--accent-color);
  padding-top: 60px;
  font-family: 'Montserrat', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px; /* Menyamakan padding dengan header */
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}

/* Garis merah kecil di bawah judul kolom */
.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: var(--accent-color);
}

.footer-content {
  font-size: 14px;
  line-height: 1.6;
}

.section-label {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 0;
}

.mt-4 {
  margin-top: 24px !important;
}

/* List Kontak */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.contact-list i {
  color: var(--accent-color);
  font-size: 18px;
  margin-top: 4px;
}

.contact-list a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.contact-list a:hover,
.social-link:hover {
  color: var(--accent-color);
}

/* Social Link */
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.social-link i {
  font-size: 20px;
  color: var(--accent-color);
}

/* List Jam Operasional */
.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hours-list li {
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hours-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hours-list .time {
  color: #ffffff;
  font-weight: 600;
}

.hours-list .holiday {
  color: var(--accent-color);
}

.hours-list .holiday .time {
  color: var(--accent-color);
}

/* Lokasi */
.address-box p:last-child {
  margin: 0;
}

.address-box i {
  color: var(--accent-color);
  margin-right: 6px;
}

/* Copyright Bottom */
.footer-bottom {
  background-color: #0a0a0a;
  padding: 20px 40px;
  text-align: center;
  font-size: 13px;
  color: #888;
  border-top: 1px solid #222;
}

.footer-bottom p {
  margin: 0;
}

/* RESPONSIVE FOOTER */
@media (max-width: 768px) {
  .ts-footer {
    padding-top: 40px;
  }
  .footer-container {
    padding: 0 25px; /* Sesuaikan dengan padding mobile menu-mu */
  }
  .footer-bottom {
    padding: 20px 25px;
  }
  .footer-grid {
    gap: 30px;
  }
}/* End custom CSS */