/*
Theme Name:   Avada Child
Template:     Avada
Version:      1.0.0
*/

/*
 * ----------------------------------------------------------------------------
 * CSS Kustom untuk Header & Footer Landing Page
 * ----------------------------------------------------------------------------
 */

.lp-header-kustom {
  padding: 20px 40px;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between; /* Logo di kiri, Tombol di kanan */
  align-items: center;
}

.lp-header-kustom .logo-lp img {
  max-height: 45px; /* Atur tinggi logo Anda */
  width: auto;
}

/* Tombol CTA di Header */
.lp-header-kustom .tombol-landing-utama {
  background-color: #ff6600 !important; /* Ganti dengan warna kontras Anda */
  color: #ffffff !important;
  font-weight: bold !important;
  padding: 12px 24px !important;
  border-radius: 8px !important;
}

.lp-footer-kustom {
  padding: 50px 40px;
  background: #2a2a2a; /* Ganti dengan warna footer Anda */
  color: #aaaaaa;
}

.lp-footer-kustom .seo-footer-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.lp-footer-kustom h4 {
  color: #ffffff;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.lp-footer-kustom p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.lp-footer-kustom .footer-links {
  margin-top: 20px;
}

.lp-footer-kustom .footer-links a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
}
.lp-footer-kustom .footer-links a:hover {
  text-decoration: underline;
}

/* * ----------------------------------------------------------------------------
 * CSS Kustom untuk Body HTML Statis (jika diperlukan)
 * ----------------------------------------------------------------------------
 */
.static-lp-content .fusion-title {
  margin-top: 0;
}
.static-lp-content .fusion-text p {
  text-align: center;
}
.static-lp-content .icon-strip-col {
  text-align: center;
}
.static-lp-content .icon-strip-col .fusion-icon-wrapper {
  display: block;
  margin-bottom: 10px;
}
.static-lp-content .icon-strip-col h5 {
  font-size: 1rem;
  margin-bottom: 0;
}
