.gm-islamic-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.gm-islamic-header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.gm-islamic-brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #5f4f13;
    text-decoration: none;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
    flex: 0 1 auto;
    min-width: 0;
}

.gm-islamic-brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    flex: 0 0 auto;
}

.gm-islamic-brand-text {
    display: inline-block;
    white-space: nowrap;
}

.gm-islamic-lang {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border-radius: 999px;
    border: 1px solid rgba(190, 160, 90, 0.2);
    background: #fffaf2;
    box-shadow: 0 10px 30px rgba(18, 24, 38, 0.05);
    flex: 0 0 auto;
}

.gm-islamic-lang a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 15px;
    border-radius: 999px;
    color: #5f4f13;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.gm-islamic-lang a.is-active {
    background: #111827;
    color: #ffffff;
}

.gm-lang-emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}

/* Hide floating language / WhatsApp / back-to-top only on Islamic landing */
body.gm-landing-body #trp-floater-ls,
body.gm-landing-body .trp-floater-ls,
body.gm-landing-body #trp-floater-ls-current-language,
body.gm-landing-body #trp-floater-ls-language-list,
body.gm-landing-body .trp-language-switcher-container,
body.gm-landing-body .trp-language-switcher,
body.gm-landing-body [id*="trp-floater"],
body.gm-landing-body [class*="trp-floater"],
body.gm-landing-body [class*="trp-language"],
body.gm-landing-body .getbutton-widget,
body.gm-landing-body .gb-widget,
body.gm-landing-body [id^="gb-widget"],
body.gm-landing-body [class*="getbutton"],
body.gm-landing-body .ct-back-to-top,
body.gm-landing-body .ct-scroll-top,
body.page-template-page-giftmakkah-landing #trp-floater-ls,
body.page-template-page-giftmakkah-landing .trp-floater-ls,
body.page-template-page-giftmakkah-landing #trp-floater-ls-current-language,
body.page-template-page-giftmakkah-landing #trp-floater-ls-language-list,
body.page-template-page-giftmakkah-landing .trp-language-switcher-container,
body.page-template-page-giftmakkah-landing .trp-language-switcher,
body.page-template-page-giftmakkah-landing [id*="trp-floater"],
body.page-template-page-giftmakkah-landing [class*="trp-floater"],
body.page-template-page-giftmakkah-landing [class*="trp-language"],
body.page-template-page-giftmakkah-landing .getbutton-widget,
body.page-template-page-giftmakkah-landing .gb-widget,
body.page-template-page-giftmakkah-landing [id^="gb-widget"],
body.page-template-page-giftmakkah-landing [class*="getbutton"],
body.page-template-page-giftmakkah-landing .ct-back-to-top,
body.page-template-page-giftmakkah-landing .ct-scroll-top {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

@media (max-width: 768px) {
    .gm-islamic-header-inner {
        min-height: 74px;
        gap: 8px;
    }

    .gm-islamic-brand {
        gap: 8px;
        font-size: 17px;
        max-width: 48%;
    }

    .gm-islamic-brand img {
        width: 38px;
        height: 38px;
    }

    .gm-islamic-lang {
        padding: 5px;
        gap: 4px;
        max-width: 52%;
    }

    .gm-islamic-lang a {
        padding: 8px 8px;
        font-size: 12px;
        gap: 5px;
    }

    .gm-lang-emoji {
        font-size: 17px;
    }
}

@media (max-width: 390px) {
    .gm-islamic-brand {
        font-size: 16px;
        gap: 7px;
        max-width: 46%;
    }

    .gm-islamic-brand img {
        width: 36px;
        height: 36px;
    }

    .gm-islamic-lang {
        max-width: 54%;
    }

    .gm-islamic-lang a {
        padding: 7px 7px;
        font-size: 11px;
    }

    .gm-lang-emoji {
        font-size: 16px;
    }
}