/* Page-specific layout and accessible interactions. */
[hidden] { display: none !important; }
.badanti-page { color: #40536a; }
.badanti-page .details-main .text p, .badanti-page .faq-answer p { color: #40536a; }
.badanti-page .header-area.style-1 .header-menu-area .main-menu-wrapper { background: #176448; }
.badanti-page .copyright-text a { text-decoration: underline; color: #d5dce0; }
.badanti-page .page-overlay { background: rgba(8, 35, 44, .78); }
.badanti-page .page-title { text-transform: none; }
.badanti-page .breadcrumb-list li { color: #fff; }
.badanti-page .footer p, .badanti-page .footer .contact-text, .badanti-page .footer .contact-text span { color: #d5dce0; }
.badanti-page :focus-visible { outline: 3px solid #125f47 !important; outline-offset: 4px; box-shadow: 0 0 0 6px #fff; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-180%); background: #fff; color: #123d32; padding: 14px 20px; z-index: 100000; }
.skip-link:focus { transform: none; }
.page-breadcrumb-area { padding: 60px 0; }
.badanti-page .page-title { font-size: clamp(2rem, 5vw, 3.25rem); line-height: 1.2; }
.breadcrumb-list li[aria-current] { color: white; }
.service-details-wrapper { padding: 60px 0 20px; }
.details-main .text { line-height: 1.8; }
.details-main .text p { margin-bottom: 22px; }
.service-feature-img { margin: 0 0 30px; }
.service-feature-img img { width: 100%; height: auto; border-radius: 12px; }
.service-feature-img figcaption { padding-top: 10px; font-size: 14px; line-height: 1.5; color: #465467; }
.family-faq { margin: 28px 0 40px; }
.family-faq h2 { margin: 0 0 18px; font-size: 24px; line-height: 1.4; font-weight: 600; color: #153f34; }
.family-faq details { border: 1px solid #bbc9c5; border-radius: 10px; margin-bottom: 18px; background: #f6faf8; }
.family-faq summary { cursor: pointer; padding: 20px; font-weight: 600; color: #153f34; line-height: 1.6; }
.family-faq details[open] summary { border-bottom: 1px solid #bbc9c5; }
.faq-answer { padding: 20px; background: white; border-radius: 0 0 10px 10px; line-height: 1.8; }
.faq-answer ul { list-style: disc; padding-left: 24px; margin-bottom: 20px; }
.faq-answer li { margin-bottom: 10px; }
.promotion-card h2 { font-size: 28px; line-height: 1.4; color: white; }
.promotion-card .phone-number { display: block; font-size: 25px; line-height: 1.4; color: white; }
.badanti-page .theme-btn { background: #176448; color: white; }
.badanti-page .header-top .header-contact-info span { color: #fff; }
.badanti-page .header-top { background: #155a44; }
.badanti-page .header-top a { color: white; }
.services-toggle { font: inherit; color: white; padding: 17px 48px 16px; background: transparent; min-height: 48px; }
.services-toggle::after { content: ' ▾'; }
.main-menu ul li ul.submenu { display: none; }
.main-menu ul li.menu-open > ul.submenu { display: flex; visibility: visible; opacity: 1; transform: none; }
.main-menu ul ul li { width: 290px; }
.main-menu ul ul li a { min-height: 44px; }
.mobile-menu-toggle-btn { background: #155a44; color: #fff; min-width: 48px; min-height: 48px; border-radius: 6px; }
.menu-sidebar-title { font-size: 24px; line-height: 1.5; }
.badanti-page .menu-sidebar-area .menu-sidebar-close .menu-sidebar-close-btn { background: #155a44; }
.mobile-nav-menu ul { padding: 0; margin: 0; list-style: none; }
.mobile-nav-menu a, .mobile-nav-menu .services-toggle { display: block; width: 100%; color: #153f34; padding: 12px 8px; text-align: left; min-height: 48px; border-bottom: 1px solid #d3dfda; }
.mobile-nav-menu .submenu { display: none; padding-left: 14px; }
.mobile-nav-menu .menu-open > .submenu { display: block; }
.mobile-nav-menu a[aria-current] { font-weight: 700; text-decoration: underline; }
.menu-sidebar-area { max-width: 100vw; }
.scrollup-wrapper { z-index: 20; }
.scrollup-btn { background: #155a44; color: #fff; width: 48px; height: 48px; border-radius: 50%; }
.footer-widget.widget_nav_menu li > span { color: #d5dce0; line-height: 2; }
.footer a { text-underline-offset: 4px; }
@media (min-width: 992px) and (max-width: 1199px) { .services-toggle { padding: 18px 28px; } }
@media (max-width: 991px) {
  .badanti-page .header-area.style-1 .header-menu-area .main-menu-wrapper { background: transparent; }
  .main-menu-wrapper .menu { display: none !important; }
  .page-breadcrumb-area { padding: 40px 0; }
  .service-details-wrapper { padding-top: 32px; }
  .family-faq summary, .faq-answer { padding: 18px; }
  .badanti-page .header-menu-wrapper .logo img { max-width: 175px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }

/* Inline SVG icons replace complete Font Awesome webfonts. */
.fhc-icon { display: inline-flex; align-items: center; justify-content: center; font-style: normal; line-height: 1; vertical-align: -.125em; flex-shrink: 0; }
.fhc-icon svg { display: block; width: 1em; height: 1em; fill: currentColor; overflow: visible; }
