/* =====================================================
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    z-index: 99999;
}

.mpl-floating-contact a {
    flex: 1;
    text-align: center;
    padding: 13px 10px;
    border-radius: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: rgba(17,24,39,0.85);
    backdrop-filter: blur(10px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    font-size: 14px;
}

.mpl-floating-contact a:hover {
    transform: scale(1.02);
}

/* =========================
   MENU MOBILE
========================= */

.mobile-menu,
.elementor-nav-menu--dropdown {
    background: #111827 !important;
    border-radius: 14px;
    overflow: hidden;
}

.mobile-menu a:hover,
.elementor-nav-menu--dropdown a:hover {
    background: #2563eb !important;
    color: #fff !important;
}

/* =========================
   TEKS RESPONSIVE
========================= */

h1 {
    font-size: 24px !important;
}

h2 {
    font-size: 20px !important;
}

h3 {
    font-size: 18px !important;
}

p,
li,
a {
    font-size: 14px !important;
    line-height: 1.6;
}

}