

/********************************************
  SHOW GTRANSLATE ONLY INSIDE HEADER BANNER
********************************************/
.na-two-line-banner .gtranslate_wrapper,
.na-two-line-banner .gt_switcher_wrapper {
    display: inline-block !important;
    position: static !important;
}

/********************************************
  HEADER BANNER BOX
********************************************/
.na-two-line-banner {
    width: fit-content;
    background: #FFD700;
    border: 1px solid #e5e5e5;
    padding: 6px 12px;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
}

.na-banner-text {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

/* Desktop Layout */
@media (min-width: 769px) {
    .na-two-line-banner {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
}

/* Mobile Layout */
@media (max-width: 768px) {
    .na-two-line-banner {
        display: block;
    }
    .na-two-line-banner .gtranslate_wrapper,
    .na-two-line-banner .gt_switcher_wrapper {
        margin-top: 10px !important;
    }
    .na-banner-text {
        font-size: 14px;
    }
}

/********************************************
  GENERATEPRESS — REMOVE TOP WHITE LINE
********************************************/
.site-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}
.main-navigation {
    border-top: none !important;
}
.top-bar,
.top-bar-container {
    display: none !important;
}
.site-header:before,
.main-navigation:before {
    display: none !important;
}
body {
    margin-top: 0 !important;
}

/********************************************
  GLOBAL CONTAINER STYLING
********************************************/
.na-container {
    max-width: 900px;
    margin: auto;
    padding: 20px;
}

/********************************************
  PAGE SPECIFIC — HIDE TITLE (your custom)
********************************************/
.page-id-1707 .entry-title,
.page-id-1707 .page-header,
.page-id-1707 .entry-header {
    display: none !important;
}

/********************************************
  FLOATING SOCIAL BAR — FIX CONFLICTS
********************************************/

/* Force perfect alignment on all templates */
.floating-social-right {
    right: 0 !important;
    inset-inline-end: 0 !important; /* RTL/LTR safe */
}

/* Fix Android Chrome compression issue */
html, body {
    overflow-x: hidden !important;
}


