@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800&family=Inter:wght@300;400;600&family=Playball&display=swap');

:root {
    --mg-green: #0D6432;
    --mg-green-dark: #0A4F27;
    --mg-gold: #E7C20E;
    --mg-yellow: #EFC60D;
    --mg-text-dark: #1A1A1A;
    --mg-text-light: #555555;
    --mg-bg-gray: #F8F8F8;
    --mg-bg-hero-outer: #F4F9FF;
    --mg-radius-hero: 80px;
    --mg-radius-pill: 50px;
    --mg-radius-card: 35px;
    --mg-shadow-soft: 0 10px 30px rgba(0,0,0,0.06);
    --mg-shadow-hard: 0 15px 45px rgba(0,0,0,0.1);
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: var(--mg-text-dark);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    color: var(--mg-text-dark);
}

/* ============================================================
   NAVBAR - Precise Maghfiroh.com Clone
   Logo kiri, nav menu tengah/kanan, Contact Us button gold kanan
   ============================================================ */

/* ============================================================
   HEADER WRAPPER
   ============================================================ */
.wpo-site-header,
header.wpo-site-header {
    position: sticky !important;
    top: 0 !important;
    background-color: #ffffff !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08) !important;
    z-index: 9999 !important;
    padding: 0 !important;
    border-bottom: none !important;
    height: auto !important;
    min-height: 80px !important;
}

/* Container inside header bounds the content */
.wpo-site-header .container {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 80px !important;
    position: relative !important;
}

/* LEFT: Logo area */
.wpo-site-header .container .navbar-header {
    display: flex !important;
    align-items: center !important;
    float: none !important;
    flex-shrink: 0 !important;
    height: 80px !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
}

.wpo-site-header .navbar-brand {
    display: flex !important;
    align-items: center !important;
    height: 80px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.wpo-site-header .navbar-brand img {
    height: 55px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

/* RIGHT: Navigation holder */
.wpo-site-header .navigation-holder {
    display: flex !important;
    align-items: center !important;
    flex: 1 !important;
    justify-content: flex-end !important;
    height: 80px !important;
    float: none !important;
    padding: 0 !important;
}

/* Nav list - horizontal row */
.wpo-site-header .navigation-holder .nav {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    height: 80px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.wpo-site-header .navigation-holder .nav > li {
    display: flex !important;
    align-items: center !important;
    height: 80px !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}

.wpo-site-header .navigation-holder .nav > li > a {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #333 !important;
    padding: 0 16px !important;
    display: flex !important;
    align-items: center !important;
    height: 80px !important;
    line-height: 80px !important;
    white-space: nowrap !important;
    text-transform: none !important;
    transition: color 0.2s ease !important;
    border-bottom: 3px solid transparent !important;
    text-decoration: none !important;
}

.wpo-site-header .navigation-holder .nav > li > a:hover,
.wpo-site-header .navigation-holder .nav > li.active > a {
    color: var(--mg-gold) !important;
    border-bottom-color: var(--mg-gold) !important;
}

/* Last nav item: Contact Us gold pill button */
.wpo-site-header .navigation-holder .nav > li:last-child {
    height: auto !important;
    align-self: center !important;
    margin-left: 8px !important;
}

.wpo-site-header .navigation-holder .nav > li:last-child > a.mg-pill-btn {
    height: auto !important;
    line-height: 1 !important;
    border-bottom: none !important;
    padding: 11px 28px !important;
}

/* ============================================================
   CONTACT US (Gold Pill) — shared rule
   ============================================================ */
.mg-pill-btn {
    background-color: var(--mg-gold) !important;
    color: var(--mg-green) !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 11px 28px !important;
    border-radius: 50px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.mg-pill-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(231,194,14,0.5) !important;
    background-color: #f0cc15 !important;
    color: var(--mg-green) !important;
    text-decoration: none !important;
}

/* ============================================================
   MOBILE HAMBURGER (≤991px) — Green color, proper position
   ============================================================ */
/* ============================================================
   MOBILE NAVIGATION (≤991px) — Premium Clean Sidebar
   ============================================================ */
@media (max-width: 991px) {
    /* ============================================================
       MOBILE: No Header — Bottom Nav handles everything
       Clean, app-like experience. No hamburger needed.
       ============================================================ */
    .wpo-site-header {
        display: none !important;
    }

    /* Backdrop & sidebar no longer needed */
    .mg-nav-backdrop {
        display: none !important;
    }

    body.nav-open::before {
        display: none !important;
    }

    /* Content starts from top — no header gap */
    .page-wrapper {
        padding-top: 0 !important;
    }

    /* Ensure bottom nav has breathing room */
    body {
        padding-bottom: 80px !important;
    }
}

/* Desktop: hide close button and hamburger properly */
@media (min-width: 992px) {
    .wpo-site-header .navigation-holder .close-navbar {
        display: none !important;
    }
    .wpo-site-header .navbar-header .open-btn {
        display: none !important;
    }
    .wpo-site-header .navigation-holder {
        position: static !important;
        height: 80px !important;
        box-shadow: none !important;
        padding: 0 !important;
        overflow: visible !important;
    }
}

/* ============================================================ 
   HERO SECTION - Precise clone of maghfiroh.com
   Gradient: dark green (top-left) → light green → gold (bottom-right)
   ============================================================ */

/* 1. Outer wrapper */
.wpo-hero-section-1 {
    background-color: var(--mg-bg-hero-outer);
    padding: 30px 0 0;
    overflow: visible !important;
}

/* 2. Pill Hero Card — Mobile First */
.wpo-hero-section-1 .pill-hero-container {
    position: relative !important;
    border-radius: 40px !important;
    background: linear-gradient(135deg, #0d6432 0%, #15803d 50%, #b45309 100%) !important;
    box-shadow: 0 25px 60px rgba(13,100,50,0.2);
    overflow: hidden !important;
    margin: 0 0 40px 0 !important;
    min-height: 520px;
    display: flex;
    flex-direction: column;
}

.hero-badge {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,0.3);
}

.text-gradient {
    background: linear-gradient(to right, #ffffff, #fde047);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ============================================================
   ABOUT SECTION V2 — Matching maghfiroh.com reference
   ============================================================ */
.mg-about-section {
    padding: 100px 0;
    background: #f8fafc;
    /* No overflow:hidden — needed so floating badges can show */
}

/* --- Left Column: CEO Visual --- */
.mg-about-visual-v2 {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px 30px 0;
}

/* Yellow Circle Background */
.mg-circle-bg {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FACC15 0%, #fbbf24 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

/* CEO Image */
.mg-ceo-wrapper {
    position: relative;
    z-index: 2;
}

.mg-ceo-img-v2 {
    width: 100%;
    max-width: 380px;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.2));
}

/* Floating Badges */
.mg-float-badge {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    z-index: 3;
    animation: mg-float 3s ease-in-out infinite;
}

.mg-float-badge span {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
    font-family: 'Outfit', sans-serif;
}

.mg-float-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

/* Badge Positions — visible overlapping CEO image */
.mg-float-badge-1 {
    top: 12%;
    left: 0;
    animation-delay: 0s;
    max-width: 190px;
}

.mg-float-badge-2 {
    top: 18%;
    right: 0;
    animation-delay: 0.6s;
    max-width: 170px;
}

.mg-float-badge-3 {
    bottom: 32%;
    left: 0;
    animation-delay: 1.1s;
    max-width: 200px;
}

.mg-float-badge-4 {
    bottom: 16%;
    right: 0;
    animation-delay: 1.7s;
    max-width: 180px;
}

@keyframes mg-float {
    0%, 100% { transform: translateY(0px); }
    50%       { transform: translateY(-8px); }
}

/* --- Right Column: Text Content --- */
.mg-about-content-v2 {
    padding-left: 20px;
}

.mg-about-logo {
    height: 60px;
    width: auto;
    margin-bottom: 20px;
    display: block;
}

.mg-about-heading-v2 {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1e293b;
    font-family: 'Outfit', sans-serif;
}

.mg-about-desc-v2 {
    font-size: 15px;
    line-height: 1.8;
    color: #64748b;
    margin-bottom: 30px;
}

.mg-about-desc-v2 p {
    margin-bottom: 15px;
}

/* Learn More Button */
.btn-learn-more {
    display: inline-block;
    padding: 12px 32px;
    border: 2px solid var(--mg-gold);
    color: var(--mg-green);
    border-radius: 8px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: transparent;
}

.btn-learn-more:hover {
    background: var(--mg-gold);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(250, 204, 21, 0.3);
}

/* --- Mobile Responsive --- */
@media (max-width: 991px) {
    .mg-about-visual-v2 {
        min-height: 420px;
        margin-bottom: 30px;
        padding: 10px 20px 0;
    }

    .mg-circle-bg {
        width: 260px;
        height: 260px;
    }

    .mg-ceo-img-v2 {
        max-width: 260px;
    }

    .mg-float-badge {
        padding: 8px 12px;
        border-radius: 10px;
        gap: 8px;
    }

    .mg-float-badge span {
        font-size: 10px;
    }

    .mg-float-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .mg-float-badge-1 { top: 8%;  left: 0; max-width: 160px; }
    .mg-float-badge-2 { top: 14%; right: 0; max-width: 150px; }
    .mg-float-badge-3 { bottom: 30%; left: 0; max-width: 170px; }
    .mg-float-badge-4 { bottom: 15%; right: 0; max-width: 155px; }

    .mg-about-content-v2 {
        padding-left: 0;
        text-align: center;
    }

    .mg-about-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .mg-about-heading-v2 {
        font-size: 26px;
    }
}
.modern-card {
    background: #fff;
    border-radius: 24px !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden;
}

.modern-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(13,100,50,0.12) !important;
    border-color: rgba(13,100,50,0.1) !important;
}

.mg-badge-premium {
    background: var(--mg-gold);
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

/* ============================================================
   ABOUT VISUAL PREMIUM
   ============================================================ */
.mg-about-visual-premium {
    position: relative;
    padding-right: 40px;
}

.mg-visual-card {
    position: relative;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

.mg-ceo-img {
    width: 100%;
    height: auto;
    display: block;
}

.mg-experience-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
}

.mg-experience-badge strong {
    font-size: 32px;
    color: var(--mg-green);
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
}

.mg-experience-badge span {
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
}

.mg-visual-bg {
    position: absolute;
    top: 40px;
    left: -40px;
    right: 10px;
    bottom: -40px;
    background: #f1f5f9;
    border-radius: 30px;
    z-index: 1;
}

/* UI COMPONENTS */
.mg-text-badge {
    background: rgba(13, 100, 50, 0.08);
    color: var(--mg-green);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    display: inline-block;
}

.mg-about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.mg-feat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mg-feat-item i {
    width: 32px;
    height: 32px;
    background: var(--mg-gold);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.mg-feat-item span {
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    font-family: 'Outfit', sans-serif;
}

.btn-premium-green {
    background: var(--mg-green) !important;
    color: #fff !important;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-premium-green:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(13,100,50,0.3);
}

.btn-premium-outline {
    border: 2px solid var(--mg-green);
    color: var(--mg-green) !important;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-premium-outline:hover {
    background: var(--mg-green);
    color: #fff !important;
}

/* ============================================================
   PAKET SECTION — Maghfiroh.com Reference Layout
   ============================================================ */
.mg-paket-section {
    background: #0d6432;
    overflow: hidden;
}

.mg-paket-inner {
    display: flex;
    min-height: 420px;
    align-items: stretch;
}

/* LEFT: Green info panel */
.mg-paket-left {
    background: #0d6432;
    min-width: 260px;
    width: 260px;
    padding: 50px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

.mg-paket-label {
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.mg-paket-brand {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1;
}

.mg-stat-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.mg-stat-number {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    line-height: 1.1;
}

.mg-stat-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
    margin-top: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.mg-paket-desc {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    line-height: 1.6;
    margin: 16px 0 20px;
    text-align: left !important;
}

.mg-paket-btn {
    display: inline-block;
    background: #064620;
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.mg-paket-btn:hover {
    background: #fff;
    color: var(--mg-green);
}

/* RIGHT: Scrollable cards */
.mg-paket-right {
    flex: 1;
    overflow: hidden;
    position: relative;
    padding: 30px 0 30px 20px;
}

.mg-paket-cards {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.3) transparent;
    scroll-snap-type: x mandatory;
    padding-right: 20px;
}

.mg-paket-cards::-webkit-scrollbar {
    height: 4px;
}
.mg-paket-cards::-webkit-scrollbar-track { background: transparent; }
.mg-paket-cards::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.3); border-radius: 2px; }

/* Individual card */
.mg-paket-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    min-width: 250px;
    max-width: 250px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    scroll-snap-align: start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mg-paket-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

.mg-paket-card-img {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.mg-paket-card-img img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mg-card-logo-overlay {
    position: absolute !important;
    top: 10px;
    right: 10px;
    width: 50px !important;
    height: auto !important;
    object-fit: contain !important;
    background: rgba(255,255,255,0.9);
    border-radius: 8px;
    padding: 4px;
}

.mg-paket-card-body {
    padding: 14px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mg-card-meta-row {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.mg-card-meta-item {
    font-size: 12px;
    color: #1e293b !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.mg-card-meta-item i {
    color: #FACC15;
    font-size: 13px;
}

.mg-paket-card-title {
    font-size: 14px;
    font-weight: 800;
    color: #000 !important;
    font-family: 'Outfit', sans-serif;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    flex: 1;
}

.mg-paket-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
    border-top: 1px dashed #cbd5e1;
    padding-top: 14px;
}

.mg-quota {
    display: flex;
    flex-direction: column;
}

.mg-quota-label {
    font-size: 10px;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
}

.mg-quota-num {
    font-size: 15px;
    font-weight: 800;
    color: #000 !important;
    font-family: 'Outfit', sans-serif;
}

.mg-card-detail-btn {
    background: var(--mg-green);
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
    display: inline-block;
}

.mg-card-detail-btn:hover {
    background: #0a4f27;
    color: #fff;
    transform: scale(1.03);
}

/* Mobile adjustments */
@media (max-width: 991px) {
    .mg-paket-inner {
        flex-direction: column;
    }

    .mg-paket-left {
        width: 100%;
        padding: 40px 24px 30px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 12px;
    }

    .mg-paket-label, .mg-paket-brand {
        width: 100%;
    }

    .mg-paket-brand {
        font-size: 28px;
        margin-bottom: 0;
    }

    .mg-stat-box {
        flex: 1;
        min-width: 120px;
        margin-bottom: 0;
    }

    .mg-paket-desc {
        width: 100%;
        margin: 10px 0 14px;
    }

    .mg-paket-right {
        padding: 20px 0 20px 16px;
    }

    .mg-paket-card {
        min-width: 200px;
        max-width: 200px;
    }

    .mg-paket-card-img {
        height: 160px;
    }
}

/* ============================================================ */
/* PREMIUM PACKAGE CARD */
.card-img-wrap-premium {

    position: relative;
    height: 220px;
    overflow: hidden;
}

.card-img-wrap-premium img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.modern-card:hover .card-img-wrap-premium img {
    transform: scale(1.1);
}

.card-price-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #fff;
    padding: 8px 15px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.card-price-badge small {
    font-size: 10px;
    color: #64748b;
    font-weight: 600;
}

.card-price-badge strong {
    font-size: 16px;
    color: var(--mg-gold);
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
}

.card-body-premium {
    padding: 25px;
}

.card-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #64748b;
    font-weight: 600;
}

.card-meta i {
    color: var(--mg-gold);
}

.card-title-premium {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-footer-premium {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
}

.quota-info {
    flex-grow: 1;
    margin-right: 15px;
}

.quota-bar {
    height: 6px;
    background: #f1f5f9;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 6px;
}

.quota-fill {
    height: 100%;
    background: var(--mg-green);
    border-radius: 10px;
}

.btn-buy-card {
    background: var(--mg-green);
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* ============================================================
   MODAL KONTAK PREMIUM
   ============================================================ */
#ModalKontak .modal-content {
    border: none !important;
    border-radius: 24px !important;
    box-shadow: 0 30px 70px rgba(0,0,0,0.2) !important;
    overflow: hidden;
}

#ModalKontak .modal-header {
    background: #fff !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 25px 30px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#ModalKontak .modal-title {
    color: var(--mg-green) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    margin: 0 !important;
}

#ModalKontak .close {
    background: #f1f5f9 !important;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b !important;
    font-size: 18px !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#ModalKontak .modal-body {
    padding: 30px !important;
}

.mg-contact-icon-wrap {
    width: 54px;
    height: 54px;
    background: rgba(13, 100, 50, 0.08);
    color: var(--mg-green);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 20px;
    flex-shrink: 0;
}

#ModalKontak .text-muted {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #94a3b8 !important;
}

#ModalKontak p {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    font-family: 'Outfit', sans-serif;
}

#ModalKontak a {
    text-decoration: none;
    transition: color 0.3s ease;
}

#ModalKontak a:hover {
    color: var(--mg-gold) !important;
}

/* Fix for mg-pill-btn inside contact modal */
#ModalKontak .mg-pill-btn {
    margin-top: 15px;
    padding: 16px !important;
    font-size: 15px !important;
    background: var(--mg-green) !important;
    color: #fff !important;
    border: none !important;
}

#ModalKontak .mg-pill-btn:hover {
    background: var(--mg-gold) !important;
    color: #fff !important;
}

/* ============================================================
   SIDEBAR MOBILE ENHANCEMENTS (Strictly scoped)
   ============================================================ */
@media (max-width: 991px) {
    .mg-mobile-nav-header {
        margin-bottom: 25px;
        padding: 0 10px;
        display: block !important;
    }

    .mg-mobile-nav-header h5 {
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: var(--mg-green);
        font-family: 'Outfit', sans-serif;
    }

    .mg-mobile-contact-info {
        padding: 10px;
        text-align: left;
        display: block !important;
    }

    .mg-mobile-contact-info p {
        font-size: 15px;
        font-weight: 600;
        color: #334155;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

    .mg-mobile-contact-info p i {
        color: var(--mg-green);
        width: 20px;
    }

    .mg-mobile-contact-info .btn-contact-nav {
        margin-top: 15px !important;
        height: 48px !important;
        line-height: 48px !important;
        font-size: 15px !important;
    }
}

/* Hide these on PC defaults */
@media (min-width: 992px) {
    .mg-mobile-nav-header, 
    .mg-mobile-contact-info,
    .close-navbar {
        display: none !important;
    }
}

.hadith-source {
    display: block;
    margin-top: 8px;
    font-style: italic;
    opacity: 0.8;
    font-size: 0.9em;
    font-weight: 400;
}

/* 3. Text Section — Mobile */
.wpo-hero-section-1 .slide-caption {
    padding: 50px 25px 30px !important;
    text-align: center !important;
    z-index: 10 !important;
    position: relative;
}

.wpo-hero-section-1 .hero-title {
    font-size: clamp(28px, 8vw, 36px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 18px !important;
    color: #fff !important;
    font-family: 'Outfit', sans-serif !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3) !important;
}

.wpo-hero-section-1 .hero-subtitle {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 30px !important;
    color: #fff !important;
    font-weight: 500 !important;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5), 0 0 20px rgba(13,100,50,0.4) !important;
}

/* Glassmorphism Search Bar */
.mg-search-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 6px;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.mg-search-glass .search-form {
    display: flex;
    align-items: center;
}

.search-input-group {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.search-input-group i {
    color: rgba(255,255,255,0.6);
    margin-right: 12px;
}

.search-input-group input {
    background: transparent;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 15px;
    outline: none;
}

.search-input-group input::placeholder {
    color: rgba(255,255,255,0.5);
}

.btn-search-premium {
    background: #FACC15 !important;
    color: #0D6432 !important;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-search-premium:hover {
    background: #fff !important;
    transform: scale(1.05);
}

/* Hero Model Overflow */
.hero-model-overflow {
    position: relative;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-model-overflow img {
    max-width: 90%;
    height: auto;
    max-height: 350px;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
}

/* DESKTOP REFINEMENTS (992px+) */
@media (min-width: 992px) {
    .wpo-hero-section-1 .pill-hero-container {
        flex-direction: row !important;
        border-radius: 70px !important;
        min-height: 620px !important; /* Taller to fit full heads */
    }

    .wpo-hero-section-1 .slide-caption {
        padding: 80px 30px 80px 80px !important;
        text-align: left !important;
        max-width: 55%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .wpo-hero-section-1 .hero-subtitle {
        margin-left: 0;
        text-align: left;
    }

    .mg-search-glass {
        margin: 0;
    }

    .hero-model-overflow {
        position: absolute !important;
        right: 0;
        bottom: 0;
        width: 45%;
        height: 100%;
    }

    .hero-model-overflow img {
        max-width: none;
        height: 100%; /* No longer clips the heads */
        max-height: none;
        position: absolute;
        bottom: 0;
        right: 20px;
        object-fit: contain;
        object-position: bottom center;
    }
}

/* ============================================================
   HERO — LARGE DESKTOP (1440px+)
   ============================================================ */
@media (min-width: 1440px) {
    .wpo-hero-section-1 .pill-hero-container {
        min-height: 560px !important;
        border-radius: 80px !important;
    }
    .wpo-hero-section-1 .slide-caption {
        padding: 80px 30px 80px 100px !important;
        max-width: 52%;
    }
    .wpo-hero-section-1 .hero-title {
        font-size: clamp(36px, 2.8vw, 50px) !important;
    }
}

/* ============================================================
   BANNER PROMO SECTION (Seperti "Umroh Lebih Lama" Maghfiroh)
   ============================================================ */
.mg-promo-banner {
    background: linear-gradient(135deg, var(--mg-green) 0%, var(--mg-yellow) 100%);
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}

.mg-promo-banner::before {
    content: '';
    position: absolute;
    top: -120px;
    left: -120px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
}

.mg-promo-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.mg-promo-text {
    flex: 1;
    color: #fff;
}

.mg-promo-label {
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Outfit', sans-serif;
    display: inline-block;
    margin-bottom: 20px;
}

.mg-promo-text h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    color: #fff !important;
    line-height: 1.2;
    margin-bottom: 20px;
}

.mg-promo-text p {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 35px;
    max-width: 500px;
    text-align: left;
}

.mg-promo-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    flex-shrink: 0;
}

.badge-circle {
    width: 170px;
    height: 170px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2), inset 0 0 0 10px rgba(13,100,50,0.06);
    position: relative;
    border: 4px solid #fff;
    animation: floatBadge 4s ease-in-out infinite;
}

@keyframes floatBadge {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

.badge-percent-wrap {
    display: flex;
    align-items: baseline;
    margin-bottom: -5px;
}

.badge-percent {
    font-family: 'Outfit', sans-serif;
    font-size: 65px;
    font-weight: 800;
    color: var(--mg-green);
    line-height: 1;
    letter-spacing: -2px;
}

.badge-sym {
    font-size: 32px;
    font-weight: 800;
    color: var(--mg-gold);
    line-height: 1;
    margin-left: 2px;
}

.badge-off {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: var(--mg-text-dark);
    letter-spacing: 3px;
    margin-top: 5px;
}

.mg-promo-stars {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--mg-yellow);
    font-size: 18px;
}

.mg-promo-stars span {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-left: 8px;
}

@media (max-width: 768px) {
    .mg-promo-inner {
        flex-direction: column;
        text-align: center;
    }
    .mg-promo-text p {
        max-width: 100%;
    }
    .badge-circle {
        width: 120px;
        height: 120px;
    }
    .badge-percent { font-size: 36px; }
}

/* ============================================================
   STATS COUNTER SECTION
   ============================================================ */
.mg-stats-row {
    display: flex;
    justify-content: center;
    gap: 0;
    background: linear-gradient(135deg, var(--mg-green) 0%, var(--mg-green-dark) 100%);
    border-radius: var(--mg-radius-card);
    padding: 50px 40px;
    margin-bottom: 60px;
    box-shadow: 0 20px 50px rgba(13,100,50,0.25);
    flex-wrap: wrap;
}

.mg-stat-item {
    flex: 1;
    min-width: 140px;
    text-align: center;
    padding: 20px;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.mg-stat-item:last-child {
    border-right: none;
}

.mg-stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.mg-stat-number span {
    color: var(--mg-yellow);
    font-size: 0.7em;
}

.mg-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 576px) {
    .mg-stats-row { padding: 30px 15px; }
    .mg-stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
    .mg-stat-item:last-child { border-bottom: none; }
}

/* ============================================================
   REDESIGNED TESTIMONIAL CARDS (Maghfiroh Premium Style)
   ============================================================ */
.mg-testimonial-card {
    background: #fff;
    border-radius: var(--mg-radius-card);
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.mg-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(13,100,50,0.12);
}

.mg-testimonial-quote {
    font-size: 30px;
    color: var(--mg-yellow);
    margin-bottom: 18px;
    opacity: 0.8;
}

.mg-testimonial-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--mg-text-light);
    margin-bottom: 25px;
    font-style: italic;
}

.mg-testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.mg-testimonial-author img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--mg-gold);
}

.mg-testimonial-author strong {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    color: var(--mg-text-dark);
    display: block;
}

.mg-testimonial-author small {
    font-size: 12px;
    color: var(--mg-green);
}

/* ============================================================
   WA CTA SECTION (App Download Style)
   ============================================================ */
.mg-wa-cta-section {
    background: var(--mg-bg-gray);
    padding: 80px 0;
}

.mg-wa-cta-inner {
    background: linear-gradient(135deg, var(--mg-green) 0%, var(--mg-yellow) 100%);
    border-radius: var(--mg-radius-hero);
    padding: 60px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 30px 70px rgba(13,100,50,0.3);
}

.mg-wa-cta-text h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 800;
    color: #fff !important;
    margin-bottom: 15px;
}

.mg-wa-cta-text p {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    line-height: 1.7;
    max-width: 500px;
    text-align: left;
    margin: 0;
}

.mg-wa-big-btn {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border-radius: 60px;
    padding: 20px 40px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.mg-wa-big-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.mg-wa-big-btn .fa-whatsapp {
    font-size: 36px;
    color: #25D366;
}

.mg-wa-big-btn small {
    display: block;
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
}

.mg-wa-big-btn strong {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--mg-green);
}

@media (max-width: 768px) {
    .mg-wa-cta-inner {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
        border-radius: 30px;
    }
    .mg-wa-cta-text p {
        max-width: 100%;
    }
    .mg-wa-big-btn {
        justify-content: center;
    }
}

/* ============================================================
   MOBILE BOTTOM NAVIGATION BAR (Seperti Maghfiroh.com)
   ============================================================ */
.mg-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    background: #fff;
    display: flex;
    align-items: stretch;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.10);
    z-index: 9998;
    border-top: 1px solid #f0f0f0;
}

.mg-bottom-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    color: #999;
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 8px 0;
}

.mg-bottom-nav-item i {
    font-size: 20px;
    display: block;
}

.mg-bottom-nav-item.active,
.mg-bottom-nav-item:hover {
    color: var(--mg-green);
}

.mg-bottom-nav-center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mg-bottom-nav-center img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: contain;
    background: #fff;
    border: 2px solid var(--mg-gold);
    box-shadow: 0 4px 20px rgba(13,100,50,0.25);
    padding: 4px;
    position: absolute;
    top: -15px;
}

/* Body padding for bottom nav on mobile */
@media (max-width: 767px) {
    body {
        padding-bottom: 65px;
    }
}

/* ============================================================
   WHATSAPP FLOATING BUTTON
   ============================================================ */
.mg-wa-float {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 55px;
    height: 55px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 5px 20px rgba(37,211,102,0.5);
    z-index: 9997;
    transition: all 0.3s ease;
    animation: mg-wa-pulse 2s infinite;
}

.mg-wa-float:hover {
    transform: scale(1.1);
    color: #fff;
    background: #20ba5c;
}

@keyframes mg-wa-pulse {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
    70% { box-shadow: 0 0 0 12px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

@media (min-width: 768px) {
    .mg-wa-float {
        bottom: 30px;
        right: 30px;
    }
}

/* ============================================================
   CONTACT POPUP ICON
   ============================================================ */
.mg-contact-icon-wrap {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--mg-green), var(--mg-yellow));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

/* ============================================================
   MODERN SECTION TITLES (Override)
   ============================================================ */
.wpo-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.wpo-section-title h2 {
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(28px, 3.5vw, 42px) !important;
    font-weight: 800 !important;
    color: var(--mg-text-dark) !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
}

.wpo-section-title span {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    color: var(--mg-green) !important;
    font-weight: 600 !important;
    text-transform: none !important;
    background: none !important;
    -webkit-text-fill-color: var(--mg-green) !important;
    display: block !important;
}

/* ============================================================
   MODERN CARD GLOBAL STYLE
   ============================================================ */
.modern-card {
    background: #fff;
    border-radius: var(--mg-radius-card);
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.modern-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.10);
}

.modern-price {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--mg-green);
    background: rgba(13,100,50,0.08);
    padding: 5px 14px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
}

/* ============================================================
   MAGHFIROH FOOTER RECREATION
   ============================================================ */
.mg-footer {
    background-color: var(--mg-green-dark) !important;
    padding: 80px 0 50px !important;
    color: #ffffff !important;
}

.mg-footer .footer-logo-wrap img {
    max-width: 250px !important;
    height: auto !important;
    margin-bottom: 30px !important;
    object-fit: contain;
}

.mg-footer .footer-desc-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: 'Outfit', sans-serif !important;
    margin-bottom: 15px !important;
    color: #fff !important;
}

.mg-footer .footer-desc {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: rgba(255,255,255,0.9) !important;
    max-width: 320px !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}

.mg-footer .widget-title h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    font-family: 'Outfit', sans-serif !important;
    text-transform: none !important;
}

.mg-footer .link-widget ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mg-footer .link-widget ul li {
    margin-bottom: 12px !important;
}

.mg-footer .link-widget ul li a {
    color: #fff !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.mg-footer .link-widget ul li a:hover {
    color: var(--mg-gold) !important;
}

.mg-footer .contact-widget ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mg-footer .contact-widget ul li {
    margin-bottom: 15px !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
}

.mg-footer .contact-widget ul li i {
    color: var(--mg-gold) !important;
    margin-right: 12px !important;
    font-size: 18px !important;
}

.mg-footer .contact-widget ul li a {
    color: #fff !important;
    text-decoration: none !important;
}

.mg-footer .social-icons {
    display: flex !important;
    gap: 12px !important;
    margin-top: 15px !important;
}

.mg-footer .social-icons a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 35px !important;
    height: 35px !important;
    background: #fff !important;
    color: var(--mg-green-dark) !important;
    border-radius: 50% !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

.mg-footer .social-icons a:hover {
    background: var(--mg-gold) !important;
    color: #fff !important;
    transform: translateY(-2px);
}
/* ============================================================ 
   ABOUT US SECTION - CEO PORTRAIT & FLOATING BADGES
   ============================================================ */
.mg-about-section {
    padding: 100px 0 !important;
    overflow: visible !important;
    background: #e0f2fb !important;
}

.mg-about-visual {
    position: relative !important;
    padding: 50px 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 520px !important;
}

/* Decorative yellow arch behind the portrait */
.mg-about-circle {
    position: absolute !important;
    width: 380px !important;
    height: 440px !important;
    background: #FFD54F !important;
    opacity: 1 !important;
    border-radius: 200px 200px 0 0 !important;
    z-index: 1 !important;
    bottom: 50px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: auto !important;
}

.mg-ceo-portrait {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 20px !important;
    position: relative !important;
    z-index: 2 !important;
    transition: transform 0.5s ease;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));
}

.mg-ceo-portrait:hover {
    transform: scale(1.02);
}

/* Floating Trust Badges */
.mg-floating-badge {
    position: absolute !important;
    background: #ffffff !important;
    padding: 14px 20px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12) !important;
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    z-index: 10 !important;
    transition: all 0.3s ease;
    animation: mg-float-badge 4s ease-in-out infinite;
    cursor: default;
    border: 1px solid rgba(0,0,0,0.06) !important;
    white-space: nowrap !important;
    min-width: 170px !important;
}

.mg-floating-badge:hover {
    transform: scale(1.05) translateY(-5px) !important;
    box-shadow: 0 20px 45px rgba(13,100,50,0.18) !important;
}

/* Icon circle containers */
.mg-badge-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    flex-shrink: 0 !important;
}

.mg-badge-icon--green {
    background: var(--mg-green) !important;
    color: #fff !important;
}

.mg-badge-icon--gold {
    background: var(--mg-gold) !important;
    color: #fff !important;
}

.mg-badge-icon i {
    font-size: 20px !important;
    color: inherit !important;
}

.mg-floating-badge strong {
    font-family: 'Outfit', sans-serif !important;
    font-size: 13px !important;
    display: block !important;
    color: var(--mg-text-dark) !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

.mg-floating-badge small {
    display: block !important;
    font-size: 11px !important;
    color: #888 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

/* Animations & Positions */
@keyframes mg-float-badge {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Match placement to reference image */
.badge-pos-1 { top: 12% !important; left: -10px !important; animation-delay: 0s; }
.badge-pos-2 { top: 18% !important; right: -10px !important; animation-delay: 0.6s; }
.badge-pos-3 { bottom: 18% !important; left: -20px !important; animation-delay: 1.2s; }
.badge-pos-4 { bottom: 12% !important; right: -10px !important; animation-delay: 1.8s; }

/* Badge-pos-3: inverted dark green (matches reference) */
.badge-pos-3 {
    background: var(--mg-green) !important;
    box-shadow: 0 10px 30px rgba(13,100,50,0.35) !important;
    border-color: transparent !important;
}
.badge-pos-3 .mg-badge-icon {
    background: rgba(255,255,255,0.2) !important;
    color: #fff !important;
}
.badge-pos-3 .mg-badge-icon i {
    color: #fff !important;
}
.badge-pos-3 strong,
.badge-pos-3 small {
    color: #fff !important;
}

@media (max-width: 991px) {
    .mg-about-visual { padding: 50px 20px !important; order: 2 !important; margin-top: 50px !important; }
    .mg-about-content { padding-left: 0 !important; order: 1 !important; text-align: center !important; }
    .mg-about-logo { margin: 0 auto 25px !important; }
    .badge-pos-2 { right: 0 !important; }
    .badge-pos-3 { left: 0 !important; }
}

@media (max-width: 576px) {
    .mg-floating-badge { display: none !important; }
}

/* Right Section Styling */
.mg-about-content {
    padding-left: 50px !important;
}

.mg-about-label {
    display: inline-block !important;
    color: var(--mg-gold) !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    letter-spacing: 2px !important;
    margin-bottom: 15px !important;
    font-family: 'Outfit', sans-serif !important;
}

.mg-about-logo {
    display: block !important;
    height: 60px !important;
    margin-bottom: 25px !important;
    width: auto !important;
    object-fit: contain !important;
}

.mg-about-content h2 {
    font-size: clamp(32px, 4vw, 48px) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    margin-bottom: 30px !important;
    color: var(--mg-text-dark) !important;
}

.mg-about-desc {
    color: #666 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin-bottom: 40px !important;
}

@media (max-width: 991px) {
    .mg-about-visual { padding: 40px 0 !important; order: 2 !important; margin-top: 50px !important; }
    .mg-about-content { padding-left: 0 !important; order: 1 !important; text-align: center !important; }
    .mg-about-logo { margin: 0 auto 25px !important; }
    .mg-floating-badge { padding: 10px 18px !important; }
    .badge-pos-2 { right: 0 !important; }
    .badge-pos-3 { left: 0 !important; }
}

@media (max-width: 576px) {
    .mg-floating-badge { display: none !important; } /* Hide badges on very small mobiles to avoid clutter */
}

/* ============================================================
   MODERN FAQ SECTION - REDESIGN 2026
   ============================================================ */
.mg-faq-section {
    background-color: #f8f9fa !important; /* Soft Grey for Zebra Striping */
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.mg-faq-badge {
    background: rgba(13, 100, 50, 0.1);
    color: #0d6432;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.mg-faq-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 44px;
    color: #1a1a1a;
    margin-bottom: 60px;
    line-height: 1.2;
}

.mg-faq-list {
    list-style: none;
    padding: 0;
    max-width: 950px;
    margin: 0 auto;
}

.mg-faq-item {
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 22px;
    border: 1px solid #edf2f7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mg-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(13, 100, 50, 0.08);
    border-color: #EFC60D;
}

.mg-faq-question {
    padding: 28px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-decoration: none !important;
}

.mg-faq-question h4 {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #2d3748;
    transition: color 0.3s ease;
    padding-right: 30px;
}

.mg-faq-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a5568;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Bootstrap Collapse states */
.mg-faq-question:not(.collapsed) h4 {
    color: #0d6432 !important;
}

.mg-faq-question:not(.collapsed) .mg-faq-icon {
    background: #0d6432;
    color: #ffffff;
    transform: rotate(180deg);
}

.mg-faq-answer-inner {
    padding: 0 35px 35px 35px;
    font-family: 'Inter', sans-serif;
    line-height: 1.85;
    color: #4e5e77;
    font-size: 16.5px;
}

@media (max-width: 991px) {
    .mg-faq-section { padding: 80px 0; }
    .mg-faq-title { font-size: 36px; margin-bottom: 40px; }
}

@media (max-width: 767px) {
    .mg-faq-question { padding: 22px 25px; }
    .mg-faq-question h4 { font-size: 18px; }
    .mg-faq-answer-inner { padding: 0 25px 25px 25px; font-size: 15.5px; }
}

/* ============================================================
   AESTHETIC FAQ - PREMIUM REFINEMENT 2026
   ============================================================ */
.mg-faq-section {
    background-color: #fcfcfc !important; 
    padding: 120px 0;
    position: relative;
    border-top: 1px solid #f0f0f0;
}

.mg-faq-sidebar {
    position: sticky;
    top: 130px;
    padding-right: 40px;
}

.mg-faq-sidebar .mg-faq-badge {
    background: linear-gradient(135deg, #0d6432 0%, #0a4f27 100%) !important;
    color: #ffffff !important;
    padding: 10px 28px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    display: inline-block !important;
    margin-bottom: 30px !important;
    box-shadow: 0 10px 20px rgba(13, 100, 50, 0.2) !important;
    letter-spacing: 2px !important;
}

.mg-faq-sidebar h2 {
    font-family: 'Outfit', sans-serif !important;
    font-size: 54px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    color: #111 !important;
    margin-bottom: 40px !important;
    letter-spacing: -2px !important;
}

.mg-faq-support-card {
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 35px !important;
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 30px 60px rgba(0,0,0,0.06) !important;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.mg-faq-support-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 5px;
    background: #EFC60D;
}

.mg-faq-support-card h5 {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0d6432 !important;
    margin-bottom: 15px !important;
}

.mg-faq-support-card p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #666 !important;
    margin-bottom: 30px !important;
}

.mg-faq-list .mg-faq-item {
    background: #ffffff !important;
    border-radius: 24px !important;
    margin-bottom: 25px !important;
    border: 1px solid #f0f0f0 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    border-left: 6px solid transparent !important;
}

.mg-faq-list .mg-faq-item:not(:has(.collapsed)) {
    border-left-color: #0d6432 !important;
    box-shadow: 0 30px 60px rgba(13, 100, 50, 0.08) !important;
    transform: translateX(10px) !important;
}

.mg-faq-question {
    padding: 30px 40px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-decoration: none !important;
}

.mg-faq-question h4 {
    font-size: 21px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin: 0 !important;
}

.mg-faq-icon {
    width: 40px !important;
    height: 40px !important;
    background: #f8f9fa !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #0d6432 !important;
    transition: all 0.4s ease !important;
    font-size: 18px !important;
}

.mg-faq-question:not(.collapsed) .mg-faq-icon {
    background: #0d6432 !important;
    color: #ffffff !important;
    transform: rotate(45deg) !important;
}

.mg-faq-answer-inner {
    padding: 0 40px 40px 40px !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
    color: #555 !important;
}

@media (max-width: 991px) {
    .mg-faq-sidebar { padding-right: 0; text-align: center; margin-bottom: 60px; }
    .mg-faq-sidebar h2 { font-size: 40px !important; }
    .mg-faq-list .mg-faq-item:not(:has(.collapsed)) { transform: none !important; }
}

/* ============================================================
   TEAM PROFESSIONAL CAROUSEL (Maghfiroh Clone)
   ============================================================ */
.mg-team-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 15px 5px; /* Spacing for shadow */
    border: 1px solid rgba(0,0,0,0.02);
}

.mg-team-img-wrap {
    background: var(--mg-green);
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    padding-top: 20px;
}

.mg-team-img-wrap img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block;
    margin: 0 auto;
}

.mg-team-wa {
    position: absolute;
    bottom: -18px;
    right: 15px;
    width: 38px;
    height: 38px;
    background: var(--mg-green);
    color: #fff !important;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 10;
    transition: transform 0.3s ease;
}

.mg-team-wa:hover {
    transform: scale(1.1);
}

.mg-team-info {
    padding: 30px 15px 25px;
    text-align: center;
    background: #fff;
    border-radius: 0 0 16px 16px;
}

.mg-team-info h4 {
    margin: 0 0 5px 0;
    font-size: 13px;
    font-weight: 800;
    color: #111;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.5px;
}

.mg-team-info p {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    color: #777;
    font-family: 'Inter', sans-serif;
}

/* Custom Owl Navigation (Arrows over edges) */
.mg-team-slider {
    position: relative;
    padding: 0 10px; /* Space for buttons on mobile so they don't clip */
}
.mg-team-slider.owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    pointer-events: none;
    transform: translateY(-50%);
    margin: 0;
}
.mg-team-slider.owl-carousel .owl-nav button.owl-prev,
.mg-team-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    width: 36px !important;
    height: 36px !important;
    background: #fff !important;
    color: var(--mg-green) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important;
    pointer-events: auto;
    font-size: 18px !important;
    top: 50%;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    opacity: 1;
    border: none !important;
    padding: 0 !important;
}
.mg-team-slider.owl-carousel .owl-nav button.owl-prev:hover,
.mg-team-slider.owl-carousel .owl-nav button.owl-next:hover {
    background: var(--mg-green) !important;
    color: #fff !important;
}
.mg-team-slider.owl-carousel .owl-nav button.owl-prev { left: -5px; }
.mg-team-slider.owl-carousel .owl-nav button.owl-next { right: -5px; }

@media (min-width: 768px) {
    .mg-team-slider.owl-carousel .owl-nav button.owl-prev { left: -15px; width: 44px !important; height: 44px !important; font-size: 22px !important; }
    .mg-team-slider.owl-carousel .owl-nav button.owl-next { right: -15px; width: 44px !important; height: 44px !important; font-size: 22px !important; }
}

/* ============================================================ 
   PIXEL-PERFECT SYMMETRIC CARDS
   ============================================================ */
.modern-card {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #ffffff;
    border-radius: 28px; /* Softer corners */
    box-shadow: 0 15px 50px rgba(0,0,0,0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(0,0,0,0.04);
    overflow: hidden;
    height: 100%;
    padding: 45px !important;
}

.modern-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.1);
}

.mg-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
}

.mg-icon-box {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
    z-index: 2;
}

.mg-icon-box.green { background: linear-gradient(135deg, var(--mg-green) 0%, #063d2a 100%); }
.mg-icon-box.gold { background: linear-gradient(135deg, var(--mg-gold) 0%, #a67c2e 100%); }

.mg-card-title-wrap {
    margin-left: 20px;
}

.mg-card-tag {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
    opacity: 0.7;
}

.mg-card-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--mg-text-dark);
    line-height: 1;
    margin: 0;
}

.mg-card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.mg-content-reset {
    font-size: 16.5px;
    line-height: 1.9;
    color: #444;
}

.mg-content-reset.italic { font-style: italic; color: #555; }

/* Background Decorative Element */
.mg-card-bg-shape {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0,0,0,0.02) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

/* Custom List Normalization */
.mg-content-reset ul { padding: 0; margin: 0; list-style: none; }
.mg-content-reset li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.mg-content-reset li::before {
    content: "\f058"; /* FontAwesome Circle Check */
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    color: var(--mg-gold);
    font-size: 18px;
}

@media (max-width: 991px) {
    .modern-card { padding: 35px !important; }
    .mg-card-title { font-size: 2rem; }
}

@media(min-width: 1200px) { .container { margin-left: auto !important; margin-right: auto !important; } }
