/* =========================================================
   MARZUKI & ASSOCIATES — LANDING PAGE CSS
   File: assets/marzuki-landing.css
   Version: 1.2.0
   Purpose: One-page WordPress landing page styling
   ========================================================= */

:root {
    --ma-navy: #061A2E;
    --ma-deep: #02111F;
    --ma-gold: #B8872D;
    --ma-gold-2: #C9A14A;
    --ma-cream: #F8F4EC;
    --ma-white: #FFFFFF;
    --ma-text: #172033;
    --ma-muted: #566173;
    --ma-border: #E8E4DB;
    --ma-soft-border: #E3DCCF;
    --ma-shadow: 0 18px 45px rgba(6, 26, 46, 0.08);
}

/* =========================================================
   ASTRA / WORDPRESS CHROME CLEANUP
   ========================================================= */

body.home .site-header,
body.home .main-header-bar,
body.home .ast-primary-header-bar,
body.home .ast-desktop-header-content,
body.home .site-footer,
body.home .ast-footer-copyright,
body.home .ast-small-footer,
body.home .ast-builder-footer-grid-columns,
body.home .entry-header,
body.home .entry-title,
body.home .post-navigation,
body.home .comments-area {
    display: none !important;
}

body.home .site-content,
body.home .site-main,
body.home .content-area,
body.home .entry-content,
body.home article,
body.home .ast-container,
body.home .ast-article-single {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

body.home {
    margin: 0 !important;
    background: #ffffff !important;
}

/* Admin bar can remain visible for logged-in user. Public visitors won't see it. */

/* =========================================================
   BASE
   ========================================================= */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.ma-page {
    width: 100%;
    margin: 0 !important;
    overflow-x: hidden;
    background: var(--ma-white);
    color: var(--ma-text);
    font-family: 'Lato', Arial, sans-serif;
    line-height: 1.5;
}

.ma-page * {
    box-sizing: border-box;
}

.ma-page a {
    transition: all 0.2s ease;
}

.ma-container {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto;
}

.ma-section {
    padding: 72px 0;
}

/* =========================================================
   TOP CONTACT BAR
   ========================================================= */

.ma-topbar {
    background: var(--ma-deep);
    color: #f4f0e7;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.ma-topbar-inner {
    min-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.ma-topbar-left {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.ma-topbar a,
.ma-topbar span,
.ma-topbar-right {
    color: #f4f0e7;
    text-decoration: none;
}

.ma-topbar a:hover {
    color: var(--ma-gold-2);
}

.ma-topbar i {
    color: var(--ma-gold-2);
    margin-right: 6px;
}

/* =========================================================
   HEADER — NO MENU
   ========================================================= */

.ma-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(6, 26, 46, 0.08);
    box-shadow: 0 8px 24px rgba(6, 26, 46, 0.06);
    position: relative;
    z-index: 10;
}

.ma-header-inner {
    min-height: 96px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
}

.ma-brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ma-logo-mark {
    width: 56px;
    height: 56px;
    border: 2px solid var(--ma-gold);
    border-radius: 50%;
    background: #fffaf0;
    color: var(--ma-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    flex: 0 0 auto;
}

.ma-brand-title {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.11em;
    color: var(--ma-navy);
    line-height: 1.1;
}

.ma-brand-subtitle {
    color: var(--ma-gold);
    font-size: 13px;
    letter-spacing: 0.20em;
    font-weight: 700;
    margin-top: 4px;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.ma-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 13px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1.1;
}

.ma-btn-gold {
    background: var(--ma-gold);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(184, 135, 45, 0.22);
}

.ma-btn-gold:hover {
    background: #9f7223;
    color: #ffffff;
    transform: translateY(-1px);
}

.ma-btn-outline {
    border-color: rgba(255, 255, 255, 0.75);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
}

.ma-btn-outline:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.ma-btn-light {
    background: #ffffff;
    color: var(--ma-navy);
}

.ma-btn-light:hover {
    background: var(--ma-cream);
    color: var(--ma-navy);
}

/* =========================================================
   HERO
   ========================================================= */

.ma-hero {
    position: relative;
    min-height: 570px;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(2, 17, 31, 0.98) 0%, rgba(4, 20, 36, 0.96) 38%, rgba(6, 26, 46, 0.76) 63%, rgba(6, 26, 46, 0.42) 100%),
        radial-gradient(circle at 78% 42%, rgba(201, 161, 74, 0.35), transparent 23%),
        radial-gradient(circle at 92% 20%, rgba(255, 255, 255, 0.10), transparent 20%),
        linear-gradient(135deg, #02111F 0%, #061A2E 48%, #0b2a49 100%);
    overflow: hidden;
}

.ma-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 17, 31, 0.18), rgba(2, 17, 31, 0)),
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.018),
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px,
            transparent 90px
        );
    pointer-events: none;
}

.ma-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 0;
    width: 52%;
    height: 100%;
    background:
        radial-gradient(circle at 55% 40%, rgba(201, 161, 74, 0.42), transparent 12%),
        linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 42%, rgba(255, 255, 255, 0.03) 100%);
    opacity: 0.85;
    pointer-events: none;
}

.ma-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.06fr 0.94fr;
    gap: 56px;
    align-items: center;
    min-height: 570px;
    padding: 86px 0;
}

.ma-hero-copy {
    max-width: 720px;
}

.ma-kicker {
    color: var(--ma-gold-2);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ma-hero h1 {
    font-family: 'Cinzel', serif;
    font-size: clamp(48px, 6vw, 78px);
    line-height: 1.02;
    letter-spacing: 0.10em;
    margin: 0 0 20px;
    color: #ffffff;
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.32);
}

.ma-hero h2 {
    color: var(--ma-gold-2);
    font-size: 15px;
    letter-spacing: 0.14em;
    line-height: 1.7;
    margin: 0 0 12px;
    font-weight: 700;
}

.ma-malay {
    font-size: 17px;
    color: #e9edf4;
    margin: 0 0 24px;
}

.ma-hero-text {
    max-width: 620px;
    font-size: 18px;
    line-height: 1.8;
    color: #dce4ee;
    margin: 0 0 30px;
}

.ma-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* CSS legal visual — designed to echo approved mockup without using stolen image asset */
.ma-hero-visual {
    position: relative;
    height: 390px;
    justify-self: stretch;
    min-width: 300px;
}

.ma-hero-scale {
    position: absolute;
    top: 10px;
    right: 56px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    color: var(--ma-gold-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 168px;
    text-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    opacity: 0.96;
}

.ma-hero-book {
    position: absolute;
    right: 30px;
    bottom: 52px;
    width: 330px;
    height: 70px;
    border-radius: 6px 14px 14px 6px;
    background:
        linear-gradient(180deg, #192a40 0%, #071a2e 52%, #03111f 100%);
    border: 1px solid rgba(201, 161, 74, 0.35);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.35);
    transform: perspective(450px) rotateX(8deg) rotateZ(-2deg);
}

.ma-hero-book::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 13px;
    width: 220px;
    height: 7px;
    background: rgba(201, 161, 74, 0.70);
    box-shadow: 0 17px 0 rgba(201, 161, 74, 0.38), 0 34px 0 rgba(201, 161, 74, 0.22);
}

.ma-hero-book-one {
    bottom: 82px;
    right: 54px;
}

.ma-hero-book-two {
    bottom: 25px;
    right: 4px;
    width: 360px;
    transform: perspective(450px) rotateX(8deg) rotateZ(1deg);
    background:
        linear-gradient(180deg, #26374c 0%, #13273d 48%, #071a2e 100%);
}

.ma-hero-gavel {
    position: absolute;
    right: 330px;
    bottom: 88px;
    color: #a56f27;
    font-size: 120px;
    transform: rotate(-25deg);
    text-shadow: 0 15px 28px rgba(0, 0, 0, 0.35);
    opacity: 0.86;
}

/* =========================================================
   SECTION HEADING
   ========================================================= */

.ma-section-heading {
    text-align: center;
    margin-bottom: 34px;
}

.ma-section-heading h2 {
    font-family: 'Cinzel', serif;
    font-size: 38px;
    color: var(--ma-navy);
    margin: 0;
    letter-spacing: 0.03em;
}

.ma-section-divider {
    width: 54px;
    height: 4px;
    background: var(--ma-gold);
    border-radius: 999px;
    margin: 14px auto 0;
}

/* =========================================================
   SERVICES SECTION — SAMPLE STYLE
   ========================================================= */

.ma-services {
    padding: 72px 0 64px;
    background: #ffffff;
}

.ma-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ma-service-card {
    background: #ffffff;
    border: 1px solid var(--ma-border);
    border-radius: 8px;
    padding: 28px 24px 24px;
    text-align: center;
    min-height: 330px;
    box-shadow: 0 8px 22px rgba(6, 26, 46, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ma-service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(6, 26, 46, 0.10);
}

.ma-service-icon {
    width: 74px;
    height: 74px;
    border: 2px solid #D6B46C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    color: var(--ma-gold);
    font-size: 30px;
    background: #ffffff;
    flex: 0 0 auto;
}

.ma-service-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    line-height: 1.45;
    color: var(--ma-navy);
    margin: 0 0 18px;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ma-service-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #4f5b6a;
    margin: 0 0 24px;
    flex: 1 1 auto;
}

.ma-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ma-gold);
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    margin-top: auto;
}

.ma-learn-more:hover {
    color: #8b631d;
}

.ma-learn-more span {
    font-size: 17px;
}

/* =========================================================
   INFO SECTION — SAMPLE STYLE
   ========================================================= */

.ma-info {
    background: var(--ma-cream);
    padding: 56px 0 62px;
}

.ma-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--ma-soft-border);
    border-bottom: 1px solid var(--ma-soft-border);
}

.ma-info-card {
    background: transparent;
    border: none;
    border-right: 1px solid var(--ma-soft-border);
    border-radius: 0;
    padding: 26px 22px 20px;
    min-height: 390px;
    box-shadow: none;
}

.ma-info-card:last-child {
    border-right: none;
}

.ma-info-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 15px;
    color: var(--ma-navy);
    margin: 0 0 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.03em;
}

.ma-info-card h3 i {
    color: var(--ma-gold);
    font-size: 18px;
}

.ma-info-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #27364a;
    margin: 0 0 16px;
}

/* Address illustration */
.ma-address-illustration {
    margin-top: 26px;
    height: 150px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #D8B36A;
    font-size: 110px;
    opacity: 0.72;
}

/* Operation hours */
.ma-hours-block {
    font-size: 15px;
    line-height: 1.9;
    color: #1e2b3c;
}

.ma-hours-block strong {
    display: block;
    margin-bottom: 4px;
    color: var(--ma-navy);
}

.ma-hours-sep {
    height: 1px;
    background: #d7cbb4;
    margin: 18px 0;
}

.ma-hours-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 20px;
    margin-top: 14px;
    background: var(--ma-gold);
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
}

.ma-hours-btn:hover {
    background: #9f7223;
    color: #ffffff;
}

/* Fake map preview matching approved visual more closely */
.ma-map-preview {
    position: relative;
    height: 154px;
    border-radius: 6px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.66)),
        repeating-linear-gradient(
            45deg,
            #d8ddd9,
            #d8ddd9 10px,
            #edf0ec 10px,
            #edf0ec 20px
        );
    border: 1px solid #ddd6c8;
    overflow: hidden;
    margin-bottom: 14px;
}

.ma-map-label {
    position: absolute;
    left: 8px;
    top: 8px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 4px;
    padding: 7px 8px;
    font-size: 10.5px;
    line-height: 1.4;
    color: #253447;
    max-width: 142px;
    z-index: 4;
    box-shadow: 0 6px 14px rgba(6, 26, 46, 0.08);
}

.ma-map-pin {
    position: absolute;
    left: 55%;
    top: 42%;
    transform: translate(-50%, -50%);
    color: #e54a3a;
    font-size: 34px;
    z-index: 3;
}

.ma-map-road {
    position: absolute;
    height: 9px;
    background: rgba(220, 178, 85, 0.42);
    border-radius: 999px;
    transform-origin: center;
}

.ma-road-one {
    width: 260px;
    left: 10px;
    top: 68px;
    transform: rotate(-11deg);
}

.ma-road-two {
    width: 210px;
    right: -20px;
    top: 104px;
    transform: rotate(18deg);
}

.ma-road-three {
    width: 180px;
    left: 96px;
    bottom: 22px;
    transform: rotate(2deg);
}

.ma-map-btn {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 14px;
}

.ma-map-btn-dark {
    background: var(--ma-navy);
    color: #ffffff;
}

.ma-map-btn-dark:hover {
    background: var(--ma-deep);
    color: #ffffff;
}

.ma-map-btn-light {
    background: #ffffff;
    color: var(--ma-navy);
    border: 1px solid #cfd5dd;
}

.ma-map-btn-light:hover {
    background: #f5f7fa;
    color: var(--ma-navy);
}

/* Contact boxes */
.ma-contact-box {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #dccfb8;
    border-radius: 6px;
    background: #ffffff;
    padding: 16px;
    margin-bottom: 14px;
    text-decoration: none;
}

.ma-contact-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(6, 26, 46, 0.09);
}

.ma-contact-box-icon {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex: 0 0 auto;
}

.ma-contact-box-icon.whatsapp {
    color: #25D366;
}

.ma-contact-box-icon.email {
    color: #1b2430;
}

.ma-contact-box-text {
    font-size: 15px;
    line-height: 1.6;
    color: #1d2d42;
}

.ma-contact-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 4px;
    background: var(--ma-gold);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    margin-top: 8px;
}

.ma-contact-cta:hover {
    background: #9f7223;
    color: #ffffff;
}

.ma-facebook-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: var(--ma-gold);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}

.ma-facebook-link:hover {
    color: #8b631d;
}

/* =========================================================
   CTA STRIP
   ========================================================= */

.ma-cta {
    background:
        linear-gradient(90deg, rgba(2, 17, 31, 0.98), rgba(6, 26, 46, 0.96)),
        radial-gradient(circle at 20% 50%, rgba(201, 161, 74, 0.16), transparent 20%);
    color: #ffffff;
    padding: 58px 0;
}

.ma-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.ma-cta-copy {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ma-cta-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid rgba(201, 161, 74, 0.70);
    color: var(--ma-gold-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    flex: 0 0 auto;
}

.ma-cta h2 {
    font-family: 'Cinzel', serif;
    margin: 0 0 8px;
    font-size: 34px;
    color: #ffffff;
}

.ma-cta p {
    margin: 0;
    color: #f1f5f9;
    font-size: 16px;
}

/* =========================================================
   FOOTER
   ========================================================= */

.ma-footer {
    background: var(--ma-deep);
    color: #dce4ee;
    padding: 66px 0 0;
}

.ma-footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1.45fr;
    gap: 52px;
}

.ma-footer-logo {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: var(--ma-gold-2);
    font-size: 34px;
    margin-bottom: 18px;
}

.ma-footer h3,
.ma-footer h4 {
    font-family: 'Cinzel', serif;
    color: #ffffff;
    margin: 0 0 14px;
    letter-spacing: 0.04em;
}

.ma-footer h3 {
    font-size: 22px;
}

.ma-footer h4 {
    font-size: 16px;
}

.ma-footer p {
    margin: 0;
    line-height: 1.78;
    color: #d7dee8;
    font-size: 15px;
}

.ma-footer p i {
    color: var(--ma-gold-2);
    width: 20px;
    margin-right: 4px;
}

.ma-footer-malay {
    margin-top: 16px !important;
    color: #bcc7d4 !important;
}

.ma-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 42px;
    padding: 20px;
    font-size: 13px;
    color: #d7dee8;
    display: flex;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
    text-align: center;
}

.ma-footer-links {
    color: #c9d3de;
}

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

@media (max-width: 1100px) {
    .ma-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ma-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ma-info-card:nth-child(2) {
        border-right: none;
    }

    .ma-info-card:nth-child(1),
    .ma-info-card:nth-child(2) {
        border-bottom: 1px solid var(--ma-soft-border);
    }

    .ma-hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .ma-hero-copy {
        max-width: 820px;
        margin: 0 auto;
    }

    .ma-hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .ma-hero-actions {
        justify-content: center;
    }

    .ma-hero-visual {
        max-width: 520px;
        margin: 0 auto;
        width: 100%;
        height: 330px;
    }
}

@media (max-width: 980px) {
    .ma-container {
        width: min(100% - 40px, 1240px);
    }

    .ma-topbar-inner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
        padding: 10px 0;
        line-height: 1.5;
    }

    .ma-topbar-left {
        justify-content: center;
    }

    .ma-header-inner {
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
        min-height: auto;
    }

    .ma-brand {
        justify-content: center;
    }

    .ma-cta-inner {
        flex-direction: column;
        text-align: center;
    }

    .ma-cta-copy {
        flex-direction: column;
        text-align: center;
    }

    .ma-footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 34px;
    }

    .ma-footer-logo {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 640px) {
    .ma-container {
        width: min(100% - 28px, 1240px);
    }

    .ma-topbar {
        font-size: 11px;
    }

    .ma-topbar-left {
        gap: 8px;
        flex-direction: column;
    }

    .ma-brand {
        flex-direction: column;
        gap: 9px;
    }

    .ma-brand-title {
        font-size: 18px;
        text-align: center;
        letter-spacing: 0.07em;
    }

    .ma-brand-subtitle {
        font-size: 10px;
        text-align: center;
        letter-spacing: 0.15em;
    }

    .ma-header-whatsapp {
        width: 100%;
    }

    .ma-hero {
        min-height: auto;
    }

    .ma-hero-inner {
        min-height: auto;
        padding: 58px 0;
    }

    .ma-kicker {
        font-size: 11px;
        letter-spacing: 0.16em;
    }

    .ma-hero h1 {
        font-size: 40px;
        letter-spacing: 0.055em;
    }

    .ma-hero h2 {
        font-size: 12px;
        letter-spacing: 0.08em;
    }

    .ma-malay {
        font-size: 15px;
    }

    .ma-hero-text {
        font-size: 16px;
    }

    .ma-btn {
        width: 100%;
    }

    .ma-hero-visual {
        height: 240px;
        min-width: 0;
    }

    .ma-hero-scale {
        font-size: 110px;
        right: 40px;
        top: 0;
        width: 160px;
        height: 160px;
    }

    .ma-hero-book {
        width: 230px;
        height: 52px;
        right: 14px;
    }

    .ma-hero-book-one {
        bottom: 76px;
        right: 32px;
    }

    .ma-hero-book-two {
        bottom: 36px;
        right: 0;
        width: 250px;
    }

    .ma-hero-gavel {
        font-size: 76px;
        right: 225px;
        bottom: 78px;
    }

    .ma-section {
        padding: 54px 0;
    }

    .ma-section-heading h2 {
        font-size: 30px;
    }

    .ma-service-grid,
    .ma-info-grid {
        grid-template-columns: 1fr;
    }

    .ma-service-card {
        min-height: auto;
    }

    .ma-info-grid {
        border-top: 1px solid var(--ma-soft-border);
        border-bottom: 1px solid var(--ma-soft-border);
    }

    .ma-info-card {
        border-right: none;
        border-bottom: 1px solid var(--ma-soft-border);
        min-height: auto;
    }

    .ma-info-card:last-child {
        border-bottom: none;
    }

    .ma-info-card:nth-child(2) {
        border-bottom: 1px solid var(--ma-soft-border);
    }

    .ma-address-illustration {
        height: 100px;
        font-size: 84px;
    }

    .ma-map-preview {
        height: 160px;
    }

    .ma-contact-box {
        align-items: flex-start;
    }

    .ma-cta h2 {
        font-size: 28px;
    }

    .ma-footer-bottom {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 420px) {
    .ma-hero h1 {
        font-size: 34px;
    }

    .ma-service-card h3 {
        font-size: 16px;
    }

    .ma-info-card {
        padding: 24px 18px;
    }
}

/* =========================================================
   MARZUKI LANDING V1.3 — SECTION SPACING / PADDING / GAP TUNING
   Target: closer to approved services + info mockup
   ========================================================= */

/* Overall width closer to mockup screenshot */
.ma-container {
    width: min(1180px, calc(100% - 56px)) !important;
}

/* SERVICES SECTION — reduce excessive vertical air */
.ma-services {
    padding-top: 58px !important;
    padding-bottom: 42px !important;
}

.ma-services .ma-section-heading {
    margin-bottom: 26px !important;
}

.ma-services .ma-section-heading h2 {
    font-size: 34px !important;
    line-height: 1.15 !important;
}

.ma-section-divider {
    margin-top: 10px !important;
    height: 3px !important;
    width: 48px !important;
}

/* Service cards closer to reference: lower height, tighter content */
.ma-service-grid {
    gap: 14px !important;
}

.ma-service-card {
    min-height: 280px !important;
    padding: 24px 22px 22px !important;
    border-radius: 6px !important;
}

.ma-service-icon {
    width: 66px !important;
    height: 66px !important;
    font-size: 27px !important;
    margin-bottom: 18px !important;
}

.ma-service-card h3 {
    font-size: 16px !important;
    line-height: 1.35 !important;
    min-height: 48px !important;
    margin-bottom: 14px !important;
}

.ma-service-card p {
    font-size: 14px !important;
    line-height: 1.62 !important;
    margin-bottom: 16px !important;
}

.ma-learn-more {
    font-size: 14px !important;
}

/* INFO SECTION — pull it closer to services and make columns breathe */
.ma-info {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #F8F4EC !important;
}

.ma-info .ma-container {
    width: min(1180px, calc(100% - 56px)) !important;
}

/* Main info band should feel like one clean horizontal strip */
.ma-info-grid {
    border-top: none !important;
    border-bottom: none !important;
    background: #F8F4EC !important;
    min-height: 355px !important;
}

/* Reduce excessive height, improve column consistency */
.ma-info-card {
    min-height: 355px !important;
    padding: 34px 26px 26px !important;
    border-right: 1px solid #dfd4c2 !important;
}

.ma-info-card:last-child {
    border-right: none !important;
}

.ma-info-card h3 {
    font-size: 15px !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}

.ma-info-card h3 i {
    font-size: 20px !important;
}

/* Address text and illustration balance */
.ma-info-address p {
    font-size: 15px !important;
    line-height: 1.75 !important;
    margin-bottom: 10px !important;
}

.ma-address-illustration {
    height: 125px !important;
    font-size: 92px !important;
    margin-top: 16px !important;
    opacity: .68 !important;
}

/* Operation hours block: closer to sample */
.ma-info-hours {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.ma-hours-block {
    font-size: 15px !important;
    line-height: 1.72 !important;
}

.ma-hours-sep {
    margin: 16px 0 !important;
}

.ma-hours-btn {
    min-height: 42px !important;
    padding: 0 22px !important;
    margin-top: 12px !important;
}

/* Map card: reduce bulk, align buttons neatly */
.ma-map-preview {
    height: 142px !important;
    margin-bottom: 12px !important;
}

.ma-map-btn {
    min-height: 42px !important;
    margin-bottom: 8px !important;
    font-size: 14px !important;
}

/* Contact card: match sample spacing */
.ma-contact-box {
    padding: 13px 16px !important;
    margin-bottom: 12px !important;
    min-height: 76px !important;
}

.ma-contact-box-icon {
    width: 48px !important;
    height: 48px !important;
    font-size: 28px !important;
}

.ma-contact-box-text {
    font-size: 15px !important;
    line-height: 1.45 !important;
}

.ma-contact-cta {
    min-height: 44px !important;
    margin-top: 10px !important;
}

/* CTA strip should connect cleanly after info band */
.ma-cta {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
}

.ma-cta-inner {
    min-height: 86px !important;
}

.ma-cta h2 {
    font-size: 30px !important;
}

.ma-cta p {
    font-size: 15px !important;
}

.ma-cta-icon {
    width: 62px !important;
    height: 62px !important;
    font-size: 31px !important;
}

/* Footer should not feel too tall */
.ma-footer {
    padding-top: 52px !important;
}

.ma-footer-grid {
    gap: 44px !important;
}

.ma-footer-bottom {
    margin-top: 34px !important;
}

/* Tablet/mobile safety */
@media (max-width: 1100px) {
    .ma-info-card {
        border-right: none !important;
    }

    .ma-info-card:nth-child(odd) {
        border-right: 1px solid #dfd4c2 !important;
    }

    .ma-info-card:nth-child(1),
    .ma-info-card:nth-child(2) {
        border-bottom: 1px solid #dfd4c2 !important;
    }
}

@media (max-width: 640px) {
    .ma-container,
    .ma-info .ma-container {
        width: min(100% - 28px, 1180px) !important;
    }

    .ma-services {
        padding-top: 44px !important;
        padding-bottom: 32px !important;
    }

    .ma-service-card {
        min-height: auto !important;
    }

    .ma-info-card {
        min-height: auto !important;
        border-right: none !important;
        border-bottom: 1px solid #dfd4c2 !important;
    }

    .ma-info-card:nth-child(odd) {
        border-right: none !important;
    }

    .ma-info-card:last-child {
        border-bottom: none !important;
    }

    .ma-address-illustration {
        height: 90px !important;
        font-size: 76px !important;
    }

    .ma-cta {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }
}


/* =========================================================
   MARZUKI LANDING V1.4 — PREMIUM COMPACT SERVICES + INFO BAND
   Fix: oversized cards, ugly info strip, weak alignment
   ========================================================= */

/* Kill the over-expanded feeling */
.ma-services {
    padding: 46px 0 38px !important;
    background: #ffffff !important;
}

.ma-services .ma-container {
    width: min(1100px, calc(100% - 52px)) !important;
}

.ma-services .ma-section-heading {
    margin-bottom: 24px !important;
}

.ma-services .ma-section-heading h2 {
    font-size: 30px !important;
    letter-spacing: .08em !important;
    line-height: 1.1 !important;
}

.ma-section-divider {
    width: 42px !important;
    height: 2px !important;
    margin-top: 11px !important;
}

/* Service card: premium compact, not giant boxes */
.ma-service-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 14px !important;
}

.ma-service-card {
    min-height: 235px !important;
    padding: 22px 18px 18px !important;
    border: 1px solid #e6dfd3 !important;
    border-radius: 6px !important;
    box-shadow: 0 10px 28px rgba(6,26,46,.045) !important;
    background: #fff !important;
}

.ma-service-card:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 16px 38px rgba(6,26,46,.08) !important;
}

.ma-service-icon {
    width: 54px !important;
    height: 54px !important;
    font-size: 22px !important;
    margin-bottom: 18px !important;
    border: 1.5px solid #d4b268 !important;
    background: #fffdf8 !important;
}

.ma-service-card h3 {
    font-size: 14px !important;
    line-height: 1.35 !important;
    min-height: 38px !important;
    margin-bottom: 12px !important;
    letter-spacing: .035em !important;
}

.ma-service-card p {
    font-size: 13px !important;
    line-height: 1.55 !important;
    margin-bottom: 14px !important;
    color: #4b5563 !important;
}

.ma-learn-more {
    font-size: 13px !important;
    margin-top: auto !important;
}

/* Premium info section wrapper */
.ma-info {
    padding: 42px 0 !important;
    background: linear-gradient(180deg, #f8f4ec 0%, #f4efe5 100%) !important;
}

.ma-info .ma-container {
    width: min(1100px, calc(100% - 52px)) !important;
}

/* Turn info strip into premium white panel */
.ma-info-grid {
    display: grid !important;
    grid-template-columns: .95fr .95fr 1.1fr 1.1fr !important;
    gap: 0 !important;
    min-height: unset !important;
    background: #fffdf8 !important;
    border: 1px solid #e1d7c8 !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 22px 55px rgba(6,26,46,.07) !important;
}

/* Info cards compact and aligned */
.ma-info-card {
    min-height: 295px !important;
    padding: 26px 24px !important;
    background: transparent !important;
    border-right: 1px solid #e1d7c8 !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.ma-info-card:last-child {
    border-right: none !important;
}

.ma-info-card h3 {
    font-size: 13.5px !important;
    line-height: 1.2 !important;
    margin-bottom: 18px !important;
    letter-spacing: .055em !important;
    color: #061A2E !important;
}

.ma-info-card h3 i {
    font-size: 16px !important;
    color: #B8872D !important;
}

/* Address: remove childish giant icon */
.ma-info-address p {
    font-size: 14px !important;
    line-height: 1.72 !important;
    color: #243044 !important;
    margin-bottom: 0 !important;
}

.ma-address-illustration {
    height: 86px !important;
    margin-top: 22px !important;
    font-size: 64px !important;
    opacity: .48 !important;
    color: #b8872d !important;
}

/* Hours: compact and clean */
.ma-info-hours {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.ma-hours-block {
    font-size: 14px !important;
    line-height: 1.58 !important;
    color: #243044 !important;
}

.ma-hours-block strong {
    font-size: 14px !important;
    margin-bottom: 3px !important;
}

.ma-hours-sep {
    margin: 13px 0 !important;
    background: #dfd3bf !important;
}

.ma-hours-btn {
    min-height: 38px !important;
    padding: 0 16px !important;
    margin-top: 8px !important;
    font-size: 13px !important;
    width: 100% !important;
}

/* Location: map less fake, button cleaner */
.ma-map-preview {
    height: 126px !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
    border-color: #d8ccbb !important;
}

.ma-map-label {
    font-size: 9.5px !important;
    max-width: 130px !important;
    padding: 6px 7px !important;
}

.ma-map-pin {
    font-size: 30px !important;
}

.ma-map-btn {
    min-height: 38px !important;
    margin-bottom: 8px !important;
    font-size: 13px !important;
    border-radius: 4px !important;
}

/* Contact: no more oversized cheap boxes */
.ma-contact-box {
    min-height: 62px !important;
    padding: 11px 14px !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
    border-color: #d8ccbb !important;
    background: #fff !important;
}

.ma-contact-box-icon {
    width: 38px !important;
    height: 38px !important;
    font-size: 23px !important;
}

.ma-contact-box-text {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.ma-contact-cta {
    min-height: 40px !important;
    font-size: 13px !important;
    border-radius: 4px !important;
    margin-top: 8px !important;
}

.ma-facebook-link {
    font-size: 13px !important;
    margin-top: 10px !important;
}

/* CTA now attaches neatly below info */
.ma-cta {
    padding: 30px 0 !important;
}

.ma-cta-inner {
    width: min(1100px, calc(100% - 52px)) !important;
    min-height: 72px !important;
}

.ma-cta-icon {
    width: 52px !important;
    height: 52px !important;
    font-size: 26px !important;
}

.ma-cta h2 {
    font-size: 26px !important;
    margin-bottom: 4px !important;
}

.ma-cta p {
    font-size: 14px !important;
}

/* Responsive correction */
@media (max-width: 1100px) {
    .ma-service-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .ma-info-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .ma-info-card:nth-child(1),
    .ma-info-card:nth-child(2) {
        border-bottom: 1px solid #e1d7c8 !important;
    }

    .ma-info-card:nth-child(2) {
        border-right: none !important;
    }

    .ma-info-card:nth-child(3) {
        border-right: 1px solid #e1d7c8 !important;
    }
}

@media (max-width: 640px) {
    .ma-services .ma-container,
    .ma-info .ma-container,
    .ma-cta-inner {
        width: min(100% - 28px, 1100px) !important;
    }

    .ma-service-grid,
    .ma-info-grid {
        grid-template-columns: 1fr !important;
    }

    .ma-info-card {
        border-right: none !important;
        border-bottom: 1px solid #e1d7c8 !important;
        min-height: auto !important;
    }

    .ma-info-card:last-child {
        border-bottom: none !important;
    }

    .ma-service-card {
        min-height: auto !important;
    }
}


/* =========================================================
   MARZUKI LANDING V1.5 — NARROWER PREMIUM CONTENT WIDTH
   Fix: columns too wide / too stretched compared to reference
   ========================================================= */

/* Narrow the whole services + info + CTA content area */
.ma-services .ma-container,
.ma-info .ma-container,
.ma-cta-inner {
    width: min(980px, calc(100% - 44px)) !important;
}

/* Services heading a bit tighter */
.ma-services {
    padding-top: 40px !important;
    padding-bottom: 34px !important;
}

.ma-services .ma-section-heading {
    margin-bottom: 20px !important;
}

.ma-services .ma-section-heading h2 {
    font-size: 28px !important;
}

/* Narrower service cards */
.ma-service-grid {
    gap: 12px !important;
}

.ma-service-card {
    min-height: 228px !important;
    padding: 20px 16px 16px !important;
}

.ma-service-icon {
    width: 52px !important;
    height: 52px !important;
    font-size: 20px !important;
    margin-bottom: 16px !important;
}

.ma-service-card h3 {
    font-size: 13.5px !important;
    min-height: 36px !important;
    margin-bottom: 10px !important;
}

.ma-service-card p {
    font-size: 12.8px !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
}

.ma-learn-more {
    font-size: 12.8px !important;
}

/* Info band narrower and more refined */
.ma-info {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}

.ma-info-grid {
    grid-template-columns: 0.92fr 0.92fr 1fr 1fr !important;
    border-radius: 8px !important;
}

.ma-info-card {
    min-height: 282px !important;
    padding: 22px 18px !important;
}

.ma-info-card h3 {
    font-size: 13px !important;
    margin-bottom: 14px !important;
}

.ma-info-card p,
.ma-hours-block,
.ma-contact-box-text {
    font-size: 13px !important;
    line-height: 1.55 !important;
}

/* Address block tighter */
.ma-address-illustration {
    height: 74px !important;
    font-size: 54px !important;
    margin-top: 16px !important;
}

/* Hours buttons and map buttons smaller */
.ma-hours-btn,
.ma-map-btn,
.ma-contact-cta {
    min-height: 36px !important;
    font-size: 12.5px !important;
}

/* Contact boxes smaller */
.ma-contact-box {
    min-height: 56px !important;
    padding: 10px 12px !important;
}

.ma-contact-box-icon {
    width: 34px !important;
    height: 34px !important;
    font-size: 20px !important;
}

/* Map preview slightly smaller */
.ma-map-preview {
    height: 118px !important;
}

/* CTA narrower and cleaner */
.ma-cta {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}

.ma-cta h2 {
    font-size: 24px !important;
}

.ma-cta p {
    font-size: 13px !important;
}

.ma-cta-icon {
    width: 46px !important;
    height: 46px !important;
    font-size: 22px !important;
}

/* Tablet */
@media (max-width: 1100px) {
    .ma-services .ma-container,
    .ma-info .ma-container,
    .ma-cta-inner {
        width: min(92%, 980px) !important;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .ma-services .ma-container,
    .ma-info .ma-container,
    .ma-cta-inner {
        width: min(100% - 24px, 980px) !important;
    }

    .ma-service-grid,
    .ma-info-grid {
        grid-template-columns: 1fr !important;
    }

    .ma-info-card {
        min-height: auto !important;
    }
}


/* =========================================================
   MARZUKI LANDING V1.6 — RESTORE APPROVED MOCKUP SCALE
   Fix: V1.5 made sections too small/compressed
   ========================================================= */

/* Use wider mockup-like content width */
.ma-services .ma-container,
.ma-info .ma-container,
.ma-cta-inner {
    width: min(1120px, calc(100% - 48px)) !important;
}

/* SERVICES — restore proper visual size */
.ma-services {
    padding-top: 58px !important;
    padding-bottom: 50px !important;
}

.ma-services .ma-section-heading {
    margin-bottom: 28px !important;
}

.ma-services .ma-section-heading h2 {
    font-size: 34px !important;
    letter-spacing: .075em !important;
}

.ma-section-divider {
    width: 48px !important;
    height: 3px !important;
    margin-top: 12px !important;
}

.ma-service-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
}

.ma-service-card {
    min-height: 278px !important;
    padding: 28px 22px 22px !important;
    border-radius: 7px !important;
}

.ma-service-icon {
    width: 68px !important;
    height: 68px !important;
    font-size: 27px !important;
    margin-bottom: 20px !important;
}

.ma-service-card h3 {
    font-size: 16px !important;
    line-height: 1.38 !important;
    min-height: 48px !important;
    margin-bottom: 14px !important;
}

.ma-service-card p {
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    margin-bottom: 18px !important;
}

.ma-learn-more {
    font-size: 14px !important;
}

/* INFO BAND — restore height and readability */
.ma-info {
    padding-top: 48px !important;
    padding-bottom: 50px !important;
}

.ma-info-grid {
    grid-template-columns: .95fr .95fr 1.05fr 1.05fr !important;
    min-height: 340px !important;
    border-radius: 8px !important;
}

.ma-info-card {
    min-height: 340px !important;
    padding: 28px 24px 24px !important;
}

.ma-info-card h3 {
    font-size: 15px !important;
    margin-bottom: 18px !important;
}

.ma-info-card h3 i {
    font-size: 18px !important;
}

.ma-info-card p,
.ma-hours-block,
.ma-contact-box-text {
    font-size: 14.5px !important;
    line-height: 1.65 !important;
}

/* Address illustration: visible but not childish */
.ma-address-illustration {
    height: 112px !important;
    font-size: 82px !important;
    margin-top: 18px !important;
    opacity: .58 !important;
}

/* Hours */
.ma-hours-block strong {
    font-size: 14.5px !important;
}

.ma-hours-sep {
    margin: 15px 0 !important;
}

.ma-hours-btn {
    min-height: 42px !important;
    font-size: 14px !important;
}

/* Map */
.ma-map-preview {
    height: 145px !important;
    margin-bottom: 12px !important;
}

.ma-map-btn {
    min-height: 42px !important;
    font-size: 14px !important;
}

/* Contact */
.ma-contact-box {
    min-height: 72px !important;
    padding: 14px 16px !important;
    margin-bottom: 12px !important;
}

.ma-contact-box-icon {
    width: 46px !important;
    height: 46px !important;
    font-size: 27px !important;
}

.ma-contact-box-text {
    font-size: 15px !important;
}

.ma-contact-cta {
    min-height: 44px !important;
    font-size: 14px !important;
}

/* CTA strip restore proportion */
.ma-cta {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
}

.ma-cta-inner {
    min-height: 82px !important;
}

.ma-cta-icon {
    width: 60px !important;
    height: 60px !important;
    font-size: 30px !important;
}

.ma-cta h2 {
    font-size: 30px !important;
}

.ma-cta p {
    font-size: 15px !important;
}

/* Footer restore normal readability */
.ma-footer {
    padding-top: 58px !important;
}

.ma-footer-grid {
    width: min(1120px, calc(100% - 48px)) !important;
    gap: 48px !important;
}

/* Responsive remains controlled */
@media (max-width: 1100px) {
    .ma-services .ma-container,
    .ma-info .ma-container,
    .ma-cta-inner,
    .ma-footer-grid {
        width: min(92%, 1120px) !important;
    }

    .ma-service-grid,
    .ma-info-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 640px) {
    .ma-services .ma-container,
    .ma-info .ma-container,
    .ma-cta-inner,
    .ma-footer-grid {
        width: min(100% - 28px, 1120px) !important;
    }

    .ma-service-grid,
    .ma-info-grid {
        grid-template-columns: 1fr !important;
    }

    .ma-service-card,
    .ma-info-card {
        min-height: auto !important;
    }
}


/* =========================================================
   MARZUKI LANDING V1.7 — CENTER ALIGN MA INFO GRID
   Purpose: make all info columns visually centered and balanced
   ========================================================= */

.ma-info-grid {
    align-items: stretch !important;
}

.ma-info-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: flex-start !important;
}

.ma-info-card h3 {
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
}

.ma-info-card p,
.ma-hours-block,
.ma-contact-box-text {
    text-align: center !important;
}

/* Address */
.ma-info-address p {
    text-align: center !important;
}

.ma-address-illustration {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Hours */
.ma-info-hours .ma-hours-block {
    width: 100% !important;
    text-align: center !important;
}

.ma-hours-sep {
    width: 78% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ma-hours-btn {
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    min-width: 170px !important;
}

/* Location */
.ma-info-location .ma-map-preview,
.ma-info-location .ma-map-btn {
    width: 100% !important;
}

.ma-map-label {
    text-align: left !important;
}

/* Contact */
.ma-contact-box {
    width: 100% !important;
    justify-content: center !important;
}

.ma-contact-box-text {
    text-align: center !important;
}

.ma-contact-cta {
    width: 100% !important;
}

.ma-facebook-link {
    justify-content: center !important;
    text-align: center !important;
}


/* =========================================================
   MARZUKI LANDING V1.8 — TRANSPARENT INFO CONTAINER / NO LINES
   Purpose: remove boxed panel look from ma-info-grid
   ========================================================= */

/* Keep section cream, but remove the white boxed container effect */
.ma-info-grid {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

/* Remove divider lines between columns */
.ma-info-card,
.ma-info-card:last-child,
.ma-info-card:nth-child(1),
.ma-info-card:nth-child(2),
.ma-info-card:nth-child(3),
.ma-info-card:nth-child(4) {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Remove responsive border leftovers */
@media (max-width: 1100px) {
    .ma-info-card,
    .ma-info-card:nth-child(odd),
    .ma-info-card:nth-child(1),
    .ma-info-card:nth-child(2),
    .ma-info-card:nth-child(3),
    .ma-info-card:nth-child(4) {
        border: none !important;
    }
}

@media (max-width: 640px) {
    .ma-info-card,
    .ma-info-card:last-child,
    .ma-info-card:nth-child(odd) {
        border: none !important;
    }
}


/* =========================================================
   MARZUKI LANDING V1.9 — REMOVE GAP BETWEEN LOCATION + CONTACT
   Purpose: make ma-info columns sit flush and balanced
   ========================================================= */

.ma-info-grid {
    column-gap: 0 !important;
    row-gap: 0 !important;
    gap: 0 !important;
    justify-content: center !important;
}

/* Make all four columns use equal width */
.ma-info-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

/* Prevent inner elements from creating visual empty space */
.ma-info-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

/* Tighten only the boundary between location and contact */
.ma-info-location {
    padding-right: 16px !important;
}

.ma-info-contact {
    padding-left: 16px !important;
}

/* Make location/contact content fully occupy their column */
.ma-info-location .ma-map-preview,
.ma-info-location .ma-map-btn,
.ma-info-contact .ma-contact-box,
.ma-info-contact .ma-contact-cta {
    width: 100% !important;
    max-width: 100% !important;
}

/* If the visual gap is from centered content, force these two columns to stretch */
.ma-info-location,
.ma-info-contact {
    align-items: stretch !important;
}

/* But keep their headings centered */
.ma-info-location h3,
.ma-info-contact h3 {
    justify-content: center !important;
}

/* Tablet rule */
@media (max-width: 1100px) {
    .ma-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .ma-info-location,
    .ma-info-contact {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* Mobile rule */
@media (max-width: 640px) {
    .ma-info-grid {
        grid-template-columns: 1fr !important;
    }

    .ma-info-location,
    .ma-info-contact {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}


/* =========================================================
   MARZUKI LANDING V2.0 — SMALLER LOCATION MAP BOX
   Purpose: reduce ma-info-location map box size
   ========================================================= */

.ma-info-location .ma-map-preview {
    width: 82% !important;
    max-width: 250px !important;
    height: 112px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 12px !important;
}

.ma-info-location .ma-map-btn {
    width: 82% !important;
    max-width: 250px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Keep map label readable inside smaller box */
.ma-info-location .ma-map-label {
    font-size: 8.5px !important;
    max-width: 112px !important;
    padding: 5px 6px !important;
}

.ma-info-location .ma-map-pin {
    font-size: 24px !important;
}

.ma-info-location .ma-road-one {
    width: 210px !important;
}

.ma-info-location .ma-road-two {
    width: 170px !important;
}

.ma-info-location .ma-road-three {
    width: 145px !important;
}

/* Mobile: allow full width again */
@media (max-width: 640px) {
    .ma-info-location .ma-map-preview,
    .ma-info-location .ma-map-btn {
        width: 100% !important;
        max-width: none !important;
    }
}


/* =========================================================
   MARZUKI LANDING V2.1 — SMALLER CONTACT BOXES
   Purpose: match contact box width with smaller location map box
   ========================================================= */

.ma-info-contact .ma-contact-box,
.ma-info-contact .ma-contact-cta {
    width: 82% !important;
    max-width: 250px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ma-info-contact .ma-contact-box {
    min-height: 58px !important;
    padding: 10px 12px !important;
    gap: 10px !important;
}

.ma-info-contact .ma-contact-box-icon {
    width: 34px !important;
    height: 34px !important;
    font-size: 21px !important;
}

.ma-info-contact .ma-contact-box-text {
    font-size: 13.5px !important;
    line-height: 1.38 !important;
}

.ma-info-contact .ma-contact-cta {
    min-height: 38px !important;
    font-size: 13px !important;
}

.ma-info-contact .ma-facebook-link {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 13px !important;
}

/* Mobile: allow full width again */
@media (max-width: 640px) {
    .ma-info-contact .ma-contact-box,
    .ma-info-contact .ma-contact-cta {
        width: 100% !important;
        max-width: none !important;
    }
}


/* =========================================================
   MARZUKI LANDING V2.2 — THIN SEPARATOR BETWEEN INFO CARDS
   Purpose: add subtle premium separator lines between ma-info-card columns
   ========================================================= */

.ma-info-grid {
    position: relative !important;
}

.ma-info-card {
    border-right: 1px solid rgba(184, 135, 45, 0.22) !important;
}

.ma-info-card:last-child {
    border-right: none !important;
}

/* Tablet: 2-column layout separators */
@media (max-width: 1100px) {
    .ma-info-card {
        border-right: none !important;
        border-bottom: 1px solid rgba(184, 135, 45, 0.22) !important;
    }

    .ma-info-card:nth-child(odd) {
        border-right: 1px solid rgba(184, 135, 45, 0.22) !important;
    }

    .ma-info-card:nth-child(3),
    .ma-info-card:nth-child(4) {
        border-bottom: none !important;
    }
}

/* Mobile: single-column separators */
@media (max-width: 640px) {
    .ma-info-card,
    .ma-info-card:nth-child(odd) {
        border-right: none !important;
        border-bottom: 1px solid rgba(184, 135, 45, 0.22) !important;
    }

    .ma-info-card:last-child {
        border-bottom: none !important;
    }
}


/* =========================================================
   MARZUKI LANDING V2.3 — FORCE INFO SEPARATOR LINES
   Uses pseudo-lines because earlier border rules are overriding borders
   ========================================================= */

.ma-info-grid {
    position: relative !important;
}

/* Remove all old card borders first */
.ma-info-grid .ma-info-card {
    border: none !important;
    position: relative !important;
}

/* Add visible separator after first 3 cards */
.ma-info-grid .ma-info-card:not(:last-child)::after {
    content: "" !important;
    position: absolute !important;
    top: 28px !important;
    right: 0 !important;
    width: 1px !important;
    height: calc(100% - 56px) !important;
    background: rgba(184, 135, 45, 0.35) !important;
    display: block !important;
    z-index: 5 !important;
}

/* Tablet: 2 column layout */
@media (max-width: 1100px) {
    .ma-info-grid .ma-info-card::after {
        display: none !important;
    }

    .ma-info-grid .ma-info-card:nth-child(1)::after,
    .ma-info-grid .ma-info-card:nth-child(3)::after {
        content: "" !important;
        position: absolute !important;
        top: 28px !important;
        right: 0 !important;
        width: 1px !important;
        height: calc(100% - 56px) !important;
        background: rgba(184, 135, 45, 0.35) !important;
        display: block !important;
        z-index: 5 !important;
    }

    .ma-info-grid .ma-info-card:nth-child(1)::before,
    .ma-info-grid .ma-info-card:nth-child(2)::before {
        content: "" !important;
        position: absolute !important;
        left: 28px !important;
        bottom: 0 !important;
        width: calc(100% - 56px) !important;
        height: 1px !important;
        background: rgba(184, 135, 45, 0.35) !important;
        display: block !important;
        z-index: 5 !important;
    }
}

/* Mobile: horizontal separators only */
@media (max-width: 640px) {
    .ma-info-grid .ma-info-card::after {
        display: none !important;
    }

    .ma-info-grid .ma-info-card:not(:last-child)::before {
        content: "" !important;
        position: absolute !important;
        left: 28px !important;
        bottom: 0 !important;
        width: calc(100% - 56px) !important;
        height: 1px !important;
        background: rgba(184, 135, 45, 0.35) !important;
        display: block !important;
        z-index: 5 !important;
    }
}


/* =========================================================
   MARZUKI LANDING V2.4 — CENTER ALIGN SERVICE CARDS VERTICALLY
   Purpose: align icon/top, text/middle, learn-more/bottom across all cards
   ========================================================= */

.ma-service-grid {
    align-items: stretch !important;
}

.ma-service-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
}

/* Top section: icon + title aligned consistently */
.ma-service-icon {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ma-service-card h3 {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

/* Middle section: paragraph centered and equal flow */
.ma-service-card p {
    width: 100% !important;
    text-align: center !important;
    flex: 1 1 auto !important;
}

/* Bottom section: Learn More always aligned at bottom center */
.ma-learn-more {
    margin-top: auto !important;
    align-self: center !important;
    justify-content: center !important;
    text-align: center !important;
}

/* Force equal height behaviour even when text lengths differ */
.ma-service-card {
    min-height: 278px !important;
}

/* Optional: make first row visual baseline cleaner */
.ma-service-card:nth-child(1) h3,
.ma-service-card:nth-child(3) h3 {
    padding-top: 7px !important;
}

/* Mobile: no forced tall cards */
@media (max-width: 640px) {
    .ma-service-card {
        min-height: auto !important;
    }

    .ma-service-card:nth-child(1) h3,
    .ma-service-card:nth-child(3) h3 {
        padding-top: 0 !important;
    }
}


/* =========================================================
   MARZUKI LANDING V2.5 — TRUE CENTER SERVICE CARD CONTENT
   Purpose: center service card content vertically and horizontally
   ========================================================= */

.ma-service-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    min-height: 285px !important;
    padding: 26px 22px !important;
}

/* Keep each internal element centered */
.ma-service-icon,
.ma-service-card h3,
.ma-service-card p,
.ma-learn-more {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

/* Remove forced title height that causes uneven spacing */
.ma-service-card h3 {
    min-height: auto !important;
    height: auto !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    display: block !important;
}

/* Description should not stretch and push Learn More too far down */
.ma-service-card p {
    flex: 0 0 auto !important;
    margin-bottom: 18px !important;
    max-width: 260px !important;
}

/* Learn more sits naturally after text, not glued to bottom */
.ma-learn-more {
    margin-top: 0 !important;
    align-self: center !important;
}

/* Icon spacing */
.ma-service-icon {
    flex: 0 0 auto !important;
    margin-bottom: 20px !important;
}

/* Remove earlier nth-child title padding */
.ma-service-card:nth-child(1) h3,
.ma-service-card:nth-child(3) h3 {
    padding-top: 0 !important;
}

/* Mobile: keep neat */
@media (max-width: 640px) {
    .ma-service-card {
        min-height: 260px !important;
    }
}


/* =========================================================
   MARZUKI LANDING V2.6 — REAL HERO + ADDRESS IMAGES
   Uses:
   /wp-content/uploads/2026/05/bannermarzuki.jpg
   /wp-content/uploads/2026/05/legalicon.jpg
   ========================================================= */

/* Replace CSS-generated hero objects with actual banner image */
.ma-hero {
    background:
        linear-gradient(90deg, rgba(2,17,31,.96) 0%, rgba(2,17,31,.88) 36%, rgba(2,17,31,.48) 58%, rgba(2,17,31,.08) 100%),
        url('/wp-content/uploads/2026/05/bannermarzuki.jpg') center center / cover no-repeat !important;
    min-height: 570px !important;
}

.ma-hero::before,
.ma-hero::after {
    display: none !important;
}

/* Keep right visual div as empty background space */
.ma-hero-visual {
    display: block !important;
    min-height: 390px !important;
}

/* Remove old generated legal visual elements if browser still sees them */
.ma-hero-scale,
.ma-hero-book,
.ma-hero-gavel {
    display: none !important;
}

/* Make hero text sit like approved mockup */
.ma-hero-inner {
    grid-template-columns: 0.92fr 1.08fr !important;
    min-height: 570px !important;
}

.ma-hero-copy {
    max-width: 680px !important;
}

/* Real address building image */
.ma-address-illustration {
    width: 100% !important;
    height: 120px !important;
    margin-top: 18px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: hidden !important;
    opacity: 1 !important;
}

.ma-address-illustration img {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    opacity: .78 !important;
    filter: sepia(.12) saturate(.92) contrast(.96) !important;
}

/* Slightly enlarge address column image on desktop */
.ma-info-address .ma-address-illustration {
    max-width: 250px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Mobile hero */
@media (max-width: 1100px) {
    .ma-hero {
        background:
            linear-gradient(90deg, rgba(2,17,31,.96) 0%, rgba(2,17,31,.82) 56%, rgba(2,17,31,.52) 100%),
            url('/wp-content/uploads/2026/05/bannermarzuki.jpg') center center / cover no-repeat !important;
    }

    .ma-hero-inner {
        grid-template-columns: 1fr !important;
    }

    .ma-hero-visual {
        display: none !important;
    }
}

@media (max-width: 640px) {
    .ma-hero {
        background:
            linear-gradient(90deg, rgba(2,17,31,.96) 0%, rgba(2,17,31,.84) 100%),
            url('/wp-content/uploads/2026/05/bannermarzuki.jpg') center center / cover no-repeat !important;
    }

    .ma-address-illustration {
        height: 100px !important;
    }
}


/* FORCE LEGALICON DISPLAY */
.ma-info-address .ma-address-illustration {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 260px !important;
    height: 135px !important;
    margin: 18px auto 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    font-size: 0 !important;
    color: transparent !important;
}

.ma-info-address .ma-address-illustration img {
    display: block !important;
    visibility: visible !important;
    opacity: .85 !important;
    width: 100% !important;
    max-width: 260px !important;
    height: 135px !important;
    object-fit: contain !important;
    object-position: center bottom !important;
}


/* =========================================================
   MARZUKI LANDING V2.8 — FORCE OUR ADDRESS LEGALICON AS BACKGROUND
   Purpose: show legalicon even if img tag is not rendering
   ========================================================= */

.ma-info-address .ma-address-illustration {
    display: block !important;
    width: 100% !important;
    max-width: 260px !important;
    height: 135px !important;
    margin: 22px auto 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    background-image: url('/wp-content/uploads/2026/05/legalicon.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: contain !important;
}

/* Hide old icon/img if they are interfering */
.ma-info-address .ma-address-illustration i {
    display: none !important;
}

.ma-info-address .ma-address-illustration img {
    display: none !important;
}


/* =========================================================
   MARZUKI LANDING V2.9 — GOOGLE REVIEWS SECTION
   ========================================================= */

.ma-review {
    background: #ffffff !important;
    padding: 58px 0 56px !important;
}

.ma-review .ma-container {
    width: min(1120px, calc(100% - 48px)) !important;
}

.ma-review-heading {
    margin-bottom: 30px !important;
}

.ma-review-heading span {
    display: block !important;
    color: #B8872D !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
}

.ma-review-heading h2 {
    font-family: 'Cinzel', serif !important;
    color: #061A2E !important;
    font-size: 34px !important;
    letter-spacing: .08em !important;
    margin: 0 !important;
}

.ma-review-heading p {
    max-width: 620px !important;
    margin: 16px auto 0 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    color: #5b6675 !important;
}

.ma-review-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.ma-review-card {
    background: #fffdf8 !important;
    border: 1px solid #e4dac9 !important;
    border-radius: 8px !important;
    padding: 26px 24px !important;
    min-height: 235px !important;
    box-shadow: 0 14px 36px rgba(6, 26, 46, .055) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.ma-review-stars {
    color: #B8872D !important;
    display: flex !important;
    gap: 4px !important;
    font-size: 15px !important;
    margin-bottom: 16px !important;
}

.ma-review-text {
    font-size: 14.5px !important;
    line-height: 1.75 !important;
    color: #27364a !important;
    margin: 0 0 20px !important;
}

.ma-review-author {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: auto !important;
}

.ma-review-avatar {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #061A2E !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.ma-review-author strong {
    display: block !important;
    font-size: 14px !important;
    color: #061A2E !important;
    line-height: 1.2 !important;
}

.ma-review-author span {
    display: block !important;
    font-size: 12.5px !important;
    color: #7a8492 !important;
    margin-top: 3px !important;
}

.ma-review-action {
    display: flex !important;
    justify-content: center !important;
    margin-top: 28px !important;
}

.ma-review-btn {
    min-height: 44px !important;
    padding: 0 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    border-radius: 4px !important;
    background: #B8872D !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    box-shadow: 0 10px 24px rgba(184, 135, 45, .20) !important;
}

.ma-review-btn:hover {
    background: #9f7223 !important;
    color: #ffffff !important;
}

@media (max-width: 980px) {
    .ma-review-grid {
        grid-template-columns: 1fr !important;
    }

    .ma-review-card {
        min-height: auto !important;
    }
}

@media (max-width: 640px) {
    .ma-review {
        padding: 46px 0 !important;
    }

    .ma-review .ma-container {
        width: min(100% - 28px, 1120px) !important;
    }

    .ma-review-heading h2 {
        font-size: 28px !important;
    }

    .ma-review-btn {
        width: 100% !important;
    }
}


/* FORCE SHOW GOOGLE REVIEWS */
.ma-review {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 20 !important;
    background: #ffffff !important;
    padding: 64px 0 !important;
    min-height: 360px !important;
}

.ma-review * {
    visibility: visible !important;
}

.ma-review-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

.ma-review-card {
    display: flex !important;
    background: #fffdf8 !important;
    border: 1px solid #e4dac9 !important;
    color: #172033 !important;
}

@media (max-width: 980px) {
    .ma-review-grid {
        grid-template-columns: 1fr !important;
    }
}


/* =========================================================
   MARZUKI LANDING V3.0 — CLEAN CENTERED GOOGLE REVIEWS
   Purpose: align review cards cleanly, compact and premium
   ========================================================= */

.ma-review {
    background: #ffffff !important;
    padding: 52px 0 50px !important;
}

.ma-review .ma-container {
    width: min(940px, calc(100% - 44px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ma-review-heading {
    text-align: center !important;
    margin-bottom: 28px !important;
}

.ma-review-heading span {
    display: block !important;
    text-align: center !important;
    font-size: 11px !important;
    letter-spacing: .18em !important;
    margin-bottom: 8px !important;
}

.ma-review-heading h2 {
    text-align: center !important;
    font-size: 30px !important;
    letter-spacing: .09em !important;
    line-height: 1.15 !important;
}

.ma-review-heading p {
    max-width: 560px !important;
    margin: 14px auto 0 !important;
    text-align: center !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
}

/* Review cards: compact equal-height row */
.ma-review-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: stretch !important;
}

.ma-review-card {
    min-height: 210px !important;
    padding: 22px 20px !important;
    border-radius: 7px !important;
    background: #fffdf8 !important;
    border: 1px solid #e5dac8 !important;
    box-shadow: 0 12px 30px rgba(6,26,46,.05) !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.ma-review-stars {
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    font-size: 14px !important;
    gap: 3px !important;
}

.ma-review-text {
    text-align: center !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    color: #27364a !important;
    margin: 0 0 18px !important;
    max-width: 240px !important;
}

.ma-review-author {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 0 !important;
}

.ma-review-avatar {
    width: 34px !important;
    height: 34px !important;
    font-size: 13px !important;
}

.ma-review-author strong {
    text-align: left !important;
    font-size: 13px !important;
}

.ma-review-author span {
    text-align: left !important;
    font-size: 11.5px !important;
}

/* Button alignment */
.ma-review-action {
    margin-top: 24px !important;
    display: flex !important;
    justify-content: center !important;
}

.ma-review-btn {
    min-height: 40px !important;
    padding: 0 22px !important;
    font-size: 13px !important;
    border-radius: 4px !important;
}

/* Remove awkward blank area before CTA */
.ma-review + .ma-cta {
    margin-top: 0 !important;
}

/* Tablet */
@media (max-width: 980px) {
    .ma-review .ma-container {
        width: min(90%, 940px) !important;
    }

    .ma-review-grid {
        grid-template-columns: 1fr !important;
        max-width: 560px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ma-review-card {
        min-height: auto !important;
    }

    .ma-review-text {
        max-width: 420px !important;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .ma-review {
        padding: 44px 0 !important;
    }

    .ma-review .ma-container {
        width: min(100% - 28px, 940px) !important;
    }

    .ma-review-heading h2 {
        font-size: 26px !important;
    }

    .ma-review-btn {
        width: 100% !important;
    }
}


/* =========================================================
   MARZUKI LANDING V3.0 — CLEAN CENTERED GOOGLE REVIEWS
   Purpose: align review cards cleanly, compact and premium
   ========================================================= */

.ma-review {
    background: #ffffff !important;
    padding: 52px 0 50px !important;
}

.ma-review .ma-container {
    width: min(940px, calc(100% - 44px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ma-review-heading {
    text-align: center !important;
    margin-bottom: 28px !important;
}

.ma-review-heading span {
    display: block !important;
    text-align: center !important;
    font-size: 11px !important;
    letter-spacing: .18em !important;
    margin-bottom: 8px !important;
}

.ma-review-heading h2 {
    text-align: center !important;
    font-size: 30px !important;
    letter-spacing: .09em !important;
    line-height: 1.15 !important;
}

.ma-review-heading p {
    max-width: 560px !important;
    margin: 14px auto 0 !important;
    text-align: center !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
}

/* Review cards: compact equal-height row */
.ma-review-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: stretch !important;
}

.ma-review-card {
    min-height: 210px !important;
    padding: 22px 20px !important;
    border-radius: 7px !important;
    background: #fffdf8 !important;
    border: 1px solid #e5dac8 !important;
    box-shadow: 0 12px 30px rgba(6,26,46,.05) !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.ma-review-stars {
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    font-size: 14px !important;
    gap: 3px !important;
}

.ma-review-text {
    text-align: center !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    color: #27364a !important;
    margin: 0 0 18px !important;
    max-width: 240px !important;
}

.ma-review-author {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 0 !important;
}

.ma-review-avatar {
    width: 34px !important;
    height: 34px !important;
    font-size: 13px !important;
}

.ma-review-author strong {
    text-align: left !important;
    font-size: 13px !important;
}

.ma-review-author span {
    text-align: left !important;
    font-size: 11.5px !important;
}

/* Button alignment */
.ma-review-action {
    margin-top: 24px !important;
    display: flex !important;
    justify-content: center !important;
}

.ma-review-btn {
    min-height: 40px !important;
    padding: 0 22px !important;
    font-size: 13px !important;
    border-radius: 4px !important;
}

/* Remove awkward blank area before CTA */
.ma-review + .ma-cta {
    margin-top: 0 !important;
}

/* Tablet */
@media (max-width: 980px) {
    .ma-review .ma-container {
        width: min(90%, 940px) !important;
    }

    .ma-review-grid {
        grid-template-columns: 1fr !important;
        max-width: 560px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ma-review-card {
        min-height: auto !important;
    }

    .ma-review-text {
        max-width: 420px !important;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .ma-review {
        padding: 44px 0 !important;
    }

    .ma-review .ma-container {
        width: min(100% - 28px, 940px) !important;
    }

    .ma-review-heading h2 {
        font-size: 26px !important;
    }

    .ma-review-btn {
        width: 100% !important;
    }
}


/* =========================================================
   MARZUKI LANDING V3.1 — FOOTER FACEBOOK LINK
   ========================================================= */

.ma-footer-facebook {
    color: #d7dee8 !important;
    text-decoration: none !important;
}

.ma-footer-facebook:hover {
    color: #C9A14A !important;
    text-decoration: underline !important;
}


/* FOOTER FACEBOOK FORCE */
.ma-footer .ma-footer-facebook {
    color: #d7dee8 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.ma-footer .ma-footer-facebook:hover {
    color: #C9A14A !important;
    text-decoration: underline !important;
}


/* =========================================================
   MARZUKI LANDING V3.2 — FOOTER FACEBOOK FORCE
   ========================================================= */

.ma-footer .ma-footer-facebook {
    display: inline !important;
    color: #d7dee8 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.ma-footer .ma-footer-facebook:hover {
    color: #C9A14A !important;
    text-decoration: underline !important;
}


/* =========================================================
   MARZUKI LANDING V3.3 — FOOTER CONTACT FACEBOOK FINAL
   ========================================================= */

.ma-footer-contact-list span {
    display: inline-block !important;
    margin-bottom: 3px !important;
}

.ma-footer .ma-footer-facebook {
    display: inline-block !important;
    color: #d7dee8 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.ma-footer .ma-footer-facebook:hover {
    color: #C9A14A !important;
    text-decoration: underline !important;
}

.ma-footer .fa-facebook {
    color: #C9A14A !important;
}


/* =========================================================
   MARZUKI LANDING V3.4 — MOBILE PREMIUM REFINEMENT
   Purpose: reduce mobile bulk, improve spacing, cleaner landing flow
   ========================================================= */

@media (max-width: 640px) {

    /* General mobile width */
    .ma-container,
    .ma-services .ma-container,
    .ma-info .ma-container,
    .ma-review .ma-container,
    .ma-cta-inner,
    .ma-footer-grid {
        width: min(100% - 32px, 640px) !important;
    }

    /* Top bar tighter */
    .ma-topbar {
        font-size: 12px !important;
    }

    .ma-topbar-inner {
        padding: 10px 0 !important;
        gap: 6px !important;
    }

    .ma-topbar-left {
        gap: 6px !important;
    }

    /* Header cleaner */
    .ma-header-inner {
        padding: 24px 0 !important;
        gap: 16px !important;
    }

    .ma-logo-mark {
        width: 62px !important;
        height: 62px !important;
        font-size: 30px !important;
    }

    .ma-brand-title {
        font-size: 22px !important;
        letter-spacing: .10em !important;
        line-height: 1.25 !important;
    }

    .ma-brand-subtitle {
        font-size: 12px !important;
    }

    .ma-header-whatsapp {
        min-height: 46px !important;
        font-size: 15px !important;
    }

    /* Hero: reduce height and make text breathe */
    .ma-hero {
        min-height: auto !important;
        background-position: center center !important;
    }

    .ma-hero-inner {
        padding: 54px 0 56px !important;
        min-height: auto !important;
    }

    .ma-kicker {
        font-size: 11px !important;
        letter-spacing: .16em !important;
        margin-bottom: 18px !important;
    }

    .ma-hero h1 {
        font-size: 42px !important;
        line-height: 1.12 !important;
        letter-spacing: .09em !important;
        margin-bottom: 22px !important;
    }

    .ma-hero h2 {
        font-size: 13px !important;
        letter-spacing: .10em !important;
        line-height: 1.75 !important;
        margin-bottom: 18px !important;
    }

    .ma-malay {
        font-size: 17px !important;
        line-height: 1.65 !important;
        margin-bottom: 22px !important;
    }

    .ma-hero-text {
        font-size: 17px !important;
        line-height: 1.75 !important;
        margin-bottom: 26px !important;
    }

    .ma-hero-actions {
        gap: 12px !important;
    }

    .ma-hero-actions .ma-btn {
        min-height: 50px !important;
        font-size: 15px !important;
    }

    /* Services: reduce card height and scroll bulk */
    .ma-services {
        padding-top: 50px !important;
        padding-bottom: 42px !important;
    }

    .ma-services .ma-section-heading {
        margin-bottom: 28px !important;
    }

    .ma-services .ma-section-heading h2 {
        font-size: 36px !important;
        letter-spacing: .12em !important;
    }

    .ma-service-grid {
        gap: 18px !important;
    }

    .ma-service-card {
        min-height: auto !important;
        padding: 34px 24px 30px !important;
        border-radius: 8px !important;
    }

    .ma-service-icon {
        width: 72px !important;
        height: 72px !important;
        font-size: 28px !important;
        margin-bottom: 22px !important;
    }

    .ma-service-card h3 {
        font-size: 18px !important;
        line-height: 1.45 !important;
        margin-bottom: 16px !important;
    }

    .ma-service-card p {
        font-size: 16px !important;
        line-height: 1.65 !important;
        max-width: 310px !important;
        margin-bottom: 20px !important;
    }

    .ma-learn-more {
        font-size: 15px !important;
    }

    /* Info section: cleaner mobile stacking */
    .ma-info {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    .ma-info-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .ma-info-card {
        min-height: auto !important;
        padding: 32px 22px !important;
        border: none !important;
        position: relative !important;
    }

    .ma-info-card:not(:last-child)::before {
        content: "" !important;
        position: absolute !important;
        left: 10% !important;
        bottom: 0 !important;
        width: 80% !important;
        height: 1px !important;
        background: rgba(184,135,45,.28) !important;
        display: block !important;
    }

    .ma-info-card::after {
        display: none !important;
    }

    .ma-info-card h3 {
        font-size: 21px !important;
        letter-spacing: .09em !important;
        margin-bottom: 20px !important;
    }

    .ma-info-card p,
    .ma-hours-block {
        font-size: 17px !important;
        line-height: 1.7 !important;
    }

    .ma-address-illustration {
        height: 130px !important;
        max-width: 330px !important;
        margin-top: 22px !important;
    }

    .ma-info-address .ma-address-illustration {
        background-size: contain !important;
    }

    .ma-hours-sep {
        width: 78% !important;
        margin: 18px auto !important;
    }

    .ma-hours-btn,
    .ma-map-btn,
    .ma-contact-cta {
        width: 100% !important;
        max-width: none !important;
        min-height: 48px !important;
        font-size: 16px !important;
    }

    .ma-info-location .ma-map-preview {
        width: 100% !important;
        max-width: none !important;
        height: 160px !important;
    }

    .ma-info-contact .ma-contact-box {
        width: 100% !important;
        max-width: none !important;
        min-height: 74px !important;
    }

    .ma-info-contact .ma-contact-box-text {
        font-size: 16px !important;
    }

    /* Reviews: compact but readable */
    .ma-review {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .ma-review-heading h2 {
        font-size: 34px !important;
        letter-spacing: .12em !important;
    }

    .ma-review-heading p {
        font-size: 16px !important;
        line-height: 1.65 !important;
    }

    .ma-review-grid {
        gap: 16px !important;
    }

    .ma-review-card {
        padding: 26px 22px !important;
        min-height: auto !important;
    }

    .ma-review-text {
        font-size: 16px !important;
        line-height: 1.65 !important;
        max-width: 100% !important;
    }

    .ma-review-btn {
        min-height: 48px !important;
        font-size: 15px !important;
    }

    /* CTA: less oversized */
    .ma-cta {
        padding: 54px 0 !important;
    }

    .ma-cta-inner {
        gap: 26px !important;
    }

    .ma-cta-icon {
        width: 72px !important;
        height: 72px !important;
        font-size: 34px !important;
    }

    .ma-cta h2 {
        font-size: 34px !important;
        line-height: 1.25 !important;
    }

    .ma-cta p {
        font-size: 17px !important;
        line-height: 1.55 !important;
    }

    .ma-cta .ma-btn {
        min-height: 52px !important;
        font-size: 16px !important;
    }

    /* Footer: reduce excessive vertical length */
    .ma-footer {
        padding-top: 50px !important;
    }

    .ma-footer-grid {
        gap: 38px !important;
    }

    .ma-footer-logo {
        font-size: 38px !important;
        margin-bottom: 16px !important;
    }

    .ma-footer h3 {
        font-size: 24px !important;
        line-height: 1.35 !important;
    }

    .ma-footer h4 {
        font-size: 22px !important;
        margin-bottom: 14px !important;
    }

    .ma-footer p,
    .ma-footer-contact-list span {
        font-size: 17px !important;
        line-height: 1.7 !important;
    }

    .ma-footer-bottom {
        margin-top: 34px !important;
        padding: 24px 16px !important;
        font-size: 15px !important;
        gap: 10px !important;
    }

    /* Back-to-top button not too intrusive */
    #ast-scroll-top,
    .ast-scroll-top-icon {
        width: 42px !important;
        height: 42px !important;
    }
}

