/* =============================================================================
   INLINE-STYLES.CSS - Extracted inline styles for CSP compliance
   ============================================================================= */

/* -----------------------------------------------------------------------------
   HOME PAGE STYLES (from home.cshtml)
   ----------------------------------------------------------------------------- */
.home-addi-suprt {
    background-image: url(/media/2rjgij2r/rectangle-1101.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* -----------------------------------------------------------------------------
   BANNER STYLES (from mainstanderd.cshtml and commonstanderd.cshtml)
   ----------------------------------------------------------------------------- */
.bannerInnerPg {
    background: #74BDE9;
}

/* -----------------------------------------------------------------------------
   GOOGLE TAG MANAGER NOSCRIPT (from master.cshtml)
   ----------------------------------------------------------------------------- */
.gtm-noscript-iframe {
    display: none;
    visibility: hidden;
}

/* -----------------------------------------------------------------------------
   FAQ ERROR MESSAGE (from faq.cshtml and financialdifficulties.cshtml)
   ----------------------------------------------------------------------------- */
.faq-error-message {
    display: none;
}

/* -----------------------------------------------------------------------------
   POPUP NAVIGATION CONTROLS (from master.cshtml)
   ----------------------------------------------------------------------------- */
.popup-nav-open {
    display: none;
}

.popup-nav-close {
    display: block;
}

/* -----------------------------------------------------------------------------
   MOBILE NAVIGATION TOGGLE (from NavigationNew.cshtml)
   ----------------------------------------------------------------------------- */
.nav-is-open .menu-icon { display: none; }
.nav-is-open .close-icon { display: block; }
.menu-icon { display: block; }
.close-icon { display: none; }

/* Active dropdown highlight */
.dropdown-toggle.dropdown-active { font-weight: bold; }
.dropdown-toggle.dropdown-active span { color: currentColor; }
