:root {
    --homecura-primary: #004182;
    --homecura-secondary: #0b4023;
    --homecura-on-blue: #c8f269;
    --homecura-lime: #c8f269;
    --primary-color: var(--homecura-primary);
    --accent-color: var(--homecura-primary);
    --dark-divider-color: #ffffff26;
}

.main-header .header-sticky,
.main-header.header-gold .header-sticky,
.main-footer-gold,
.bg-section.dark-section {
    border-color: var(--homecura-primary);
}

/* Header cleanup: remove divider line below navbar in all sticky states */
.main-header .header-sticky,
.main-header.header-gold .header-sticky,
.main-header .header-sticky.active,
.main-header.header-gold .header-sticky.active {
    border-bottom: none !important;
    border-color: transparent !important;
}

/* Buttons: secondary background with high contrast text/icons in every state */
.btn-default,
.btn-default.btn-highlighted,
.btn-highlighted,
.newsletter-btn,
.footer-newsletter-form-gold .newsletter-btn,
.footer-newsletter-form-prime .newsletter-btn,
.hero-cta-form-btn .btn-default,
.hero-btn-gold .btn-default,
.pricing-item-btn .btn-default,
.pricing-item-btn-gold .btn-default {
    background: var(--homecura-secondary) !important;
    border-color: var(--homecura-secondary) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-highlighted:hover,
.btn-highlighted:focus,
.btn-highlighted:active,
.newsletter-btn:hover,
.newsletter-btn:focus,
.newsletter-btn:active,
.hero-cta-form-btn .btn-default:hover,
.hero-btn-gold .btn-default:hover,
.footer-newsletter-form-gold .newsletter-btn:hover,
.footer-newsletter-form-prime .newsletter-btn:hover,
.pricing-item-btn .btn-default:hover,
.pricing-item-btn-gold .btn-default:hover {
    background: var(--homecura-secondary) !important;
    border-color: var(--homecura-secondary) !important;
    color: #fff !important;
}

.btn-default::after,
.btn-default.btn-highlighted::after,
.pricing-item-btn .btn-default::after,
.pricing-item-btn-gold .btn-default::after,
.btn-default.btn-highlighted:hover::after,
.pricing-item-gold.highlighted-box .pricing-item-btn-gold .btn-default::after {
    background-color: var(--homecura-secondary) !important;
}

.btn-default::before,
.btn-default.btn-highlighted:hover::before,
.footer-newsletter-form-gold .newsletter-btn img,
.footer-newsletter-form-prime .newsletter-btn i {
    filter: brightness(0) invert(1);
    color: #fff !important;
}

.btn-default:disabled,
.btn-default.disabled,
.newsletter-btn:disabled,
.newsletter-btn.disabled {
    background: var(--homecura-secondary) !important;
    border-color: var(--homecura-secondary) !important;
    color: #fff !important;
    opacity: 0.75;
}

.btn-default:focus-visible,
.btn-highlighted:focus-visible,
.newsletter-btn:focus-visible {
    outline: 2px solid #fff !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px var(--homecura-primary) !important;
}

/* Icon-box icon contrast: enforce white icons in all live sections */
.hero-contact-header-gold .icon-box img,
.about-us-item-gold .icon-box img,
.about-us-footer-box-gold .icon-box img,
.service-item-body-content-gold .icon-box img,
.why-choose-item-gold .icon-box img,
.footer-info-item-gold .icon-box img,
.contact-info-item-body .icon-box img,
.sidebar-cta-contact-item .icon-box img {
    filter: brightness(0) invert(1) !important;
}

/* Service grid: keep dark icons on light card (do not force white) */
.page-services .service-item-header .icon-box img {
    filter: none !important;
}

/* Keep white icon contrast on hover overlays that previously turned white */
.footer-info-item-gold .icon-box::before,
.sidebar-cta-contact-item .icon-box::before,
.service-item-body-content-gold .icon-box::before {
    background: var(--homecura-primary) !important;
}

/* About footer icon-box has no dark chip by default; add one for white icon legibility */
.about-us-footer-box-gold .icon-box {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    background: var(--homecura-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Lime CTAs: navbar button, homepage hero button, footer CTA button */
.header-btn .btn-default,
.hero-btn-gold .btn-default,
.main-footer-gold .about-us-btn-gold .btn-default {
    background: var(--homecura-lime) !important;
    border-color: var(--homecura-lime) !important;
    color: var(--homecura-primary) !important;
}

.header-btn .btn-default:hover,
.header-btn .btn-default:focus,
.header-btn .btn-default:active,
.hero-btn-gold .btn-default:hover,
.hero-btn-gold .btn-default:focus,
.hero-btn-gold .btn-default:active,
.main-footer-gold .about-us-btn-gold .btn-default:hover,
.main-footer-gold .about-us-btn-gold .btn-default:focus,
.main-footer-gold .about-us-btn-gold .btn-default:active {
    background: var(--homecura-lime) !important;
    border-color: var(--homecura-lime) !important;
    color: var(--homecura-primary) !important;
}

.header-btn .btn-default::after,
.hero-btn-gold .btn-default::after,
.main-footer-gold .about-us-btn-gold .btn-default::after {
    background-color: var(--homecura-lime) !important;
}

.header-btn .btn-default::before,
.hero-btn-gold .btn-default::before,
.main-footer-gold .about-us-btn-gold .btn-default::before,
.header-btn .btn-default:hover::before,
.hero-btn-gold .btn-default:hover::before,
.main-footer-gold .about-us-btn-gold .btn-default:hover::before {
    filter: none !important;
}

/* Light surface text/link contrast */
.section-sub-title,
.readmore-btn,
.footer-links-gold ul li a:hover,
.footer-privacy-policy-gold a:hover,
.about-us-item-content-gold h3,
.service-item-content-gold h2 a:hover,
.post-item-content h2 a:hover,
.post-item-btn .readmore-btn {
    color: var(--homecura-primary) !important;
}

/*
 * Light navbar (header-gold): blue menu links on solid white bar.
 * Overrides theme `.main-menu ul li a { color: white }` and transparent header bg.
 */
.main-header.header-gold {
    top: 0 !important;
    position: relative;
    z-index: 1100;
}

.main-header.header-gold .header-sticky.bg-section {
    background-color: #fff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 1px solid rgba(0, 65, 130, 0.12) !important;
    border-radius: 0 !important;
    box-shadow: 0 1px 3px rgba(0, 41, 82, 0.06);
}

header.main-header.header-gold .header-sticky.active,
.main-header.header-gold .header-sticky.active {
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(0, 65, 130, 0.12) !important;
    border-radius: 0 !important;
}

.main-header.header-gold .main-menu .nav-menu-wrapper > ul > li > a,
.main-header.header-gold .navbar-nav .nav-link {
    color: var(--homecura-primary) !important;
}

.main-header.header-gold .main-menu .nav-menu-wrapper > ul > li > a:hover,
.main-header.header-gold .main-menu .nav-menu-wrapper > ul > li > a:focus,
.main-header.header-gold .main-menu .nav-menu-wrapper > ul > li > a:focus-visible,
.main-header.header-gold .main-menu .nav-menu-wrapper > ul > li > a.active,
.main-header.header-gold .navbar-nav .nav-link:hover,
.main-header.header-gold .navbar-nav .nav-link:focus,
.main-header.header-gold .navbar-nav .nav-link:focus-visible,
.main-header.header-gold .navbar-nav .nav-link.active {
    color: var(--homecura-secondary) !important;
}

.main-header.header-gold .main-menu .nav-menu-wrapper > ul > li > a:focus-visible,
.main-header.header-gold .navbar-nav .nav-link:focus-visible {
    outline: 2px solid var(--homecura-primary);
    outline-offset: 3px;
    border-radius: 6px;
}

/* Strip arrow/decoration pseudos from header quick links (never use .btn-default here) */
.main-header .header-quick-tab::before,
.main-header .header-quick-tab::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

.main-header .header-quick-tabs .btn-default::before,
.main-header .header-quick-tabs .btn-default::after {
    display: none !important;
    content: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Compact non-home page headers */
.page-header {
    background-image: url('../images/single-header.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 150px 0 80px !important;
}

.page-header .page-header-box {
    text-align: center;
}

.page-header .page-header-box h1 {
    margin-bottom: 0;
}

/* Gallery page theme-consistent controls/captions */
.gallery-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.gallery-caption {
    margin-top: 12px;
}

.gallery-caption h3 {
    font-size: 18px;
    margin: 0 0 4px;
    color: var(--homecura-primary);
}

.gallery-caption p {
    margin: 0;
    color: var(--text-color);
}

/* Service single: smaller typography; section + card headings use h2 */
.page-service-single .service-entry > h2 {
    font-size: clamp(22px, 1.85vw, 28px) !important;
    line-height: 1.18;
    margin-bottom: 12px !important;
}

.page-service-single .service-entry .service-content-section > h2,
.page-service-single .service-entry .service-info-box > h2,
.page-service-single .service-entry .service-process-box > h2,
.page-service-single .service-entry .service-treatment-box > h2,
.page-service-single .service-entry .page-single-faqs .section-title > h2 {
    font-size: clamp(17px, 1.35vw, 21px) !important;
    line-height: 1.25 !important;
    margin: 0 0 12px !important;
}

.page-service-single .service-entry .service-entry-item-content h2,
.page-service-single .service-entry .service-process-item-content h2 {
    font-size: clamp(15px, 1.15vw, 18px) !important;
    line-height: 1.3 !important;
    margin: 0 0 8px !important;
    font-weight: 600 !important;
}

.page-service-single .service-entry > p {
    font-size: 19px;
    line-height: 1.55;
    margin-bottom: 20px !important;
}

.page-service-single .service-detail-body h2 {
    font-size: clamp(22px, 1.7vw, 28px) !important;
    line-height: 1.2;
    margin: 24px 0 10px !important;
}

.page-service-single .service-detail-body h3 {
    font-size: 22px !important;
    line-height: 1.3;
    margin: 20px 0 10px !important;
}

.page-service-single .service-detail-body p {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 16px !important;
}

.page-service-single .service-detail-body ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 26px !important;
    margin: 12px 0 22px !important;
}

.page-service-single .service-detail-body ul li {
    width: 100% !important;
    margin: 0;
    font-size: 17px;
    line-height: 1.55;
}

.page-service-single .service-detail-body ul li::before {
    top: 3px !important;
}

.page-service-single .service-entry-item .icon-box img {
    filter: none !important;
}

.page-service-single .service-entry-item .icon-box img {
    opacity: 1 !important;
}

.page-service-single .faq-accordion .accordion-button {
    background-color: #fff;
    color: var(--homecura-primary);
    font-size: 1rem;
    font-weight: 600;
    box-shadow: none;
    border: 1px solid rgba(0, 65, 130, 0.2);
}

.page-service-single .faq-accordion .accordion-button:not(.collapsed) {
    background-color: #f0f6fc;
    color: var(--homecura-primary);
}

.page-service-single .faq-accordion .accordion-body {
    background: #fff;
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    border: 1px solid rgba(0, 65, 130, 0.12);
    border-top: none;
}

/* Service sidebar category title contrast */
.page-service-single .page-category-list .page-category-list-title {
    color: #fff !important;
}

/* Additional narrative blocks below template cards */
.page-service-single .service-content-section {
    margin-top: 60px;
}

.page-service-single .service-content-rich h3 {
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.28;
    margin: 18px 0 10px;
    font-weight: 600;
}

.page-service-single .service-content-rich p {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 16px;
}

.page-service-single .service-content-rich ul {
    margin: 12px 0 0;
}

.page-service-single .service-content-rich > *:last-child {
    margin-bottom: 0 !important;
}

/* Service sidebar CTA visibility and contrast */
.page-service-single .sidebar-cta-btn a {
    background: var(--homecura-lime) !important;
    color: var(--homecura-primary) !important;
    border-top: 1px solid rgba(0, 65, 130, 0.18);
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
}

.page-service-single .sidebar-cta-btn a:hover,
.page-service-single .sidebar-cta-btn a:focus-visible {
    background: var(--homecura-lime) !important;
    color: var(--homecura-primary) !important;
    text-decoration: none;
}

/* Consultation CTA hover readability across contexts */
a.btn-default[href*="#consultation-form"],
.hero-cta-form-btn .btn-default {
    color: #fff !important;
}

a.btn-default[href*="#consultation-form"]:hover,
a.btn-default[href*="#consultation-form"]:focus,
a.btn-default[href*="#consultation-form"]:active,
.hero-cta-form-btn .btn-default:hover,
.hero-cta-form-btn .btn-default:focus,
.hero-cta-form-btn .btn-default:active {
    color: #fff !important;
}

a.btn-default[href*="#consultation-form"]::before,
a.btn-default[href*="#consultation-form"]:hover::before,
.hero-cta-form-btn .btn-default::before,
.hero-cta-form-btn .btn-default:hover::before {
    filter: brightness(0) invert(1) !important;
}

.header-btn a.btn-default[href*="#consultation-form"],
.hero-btn-gold a.btn-default[href*="#consultation-form"],
.main-footer-gold .about-us-btn-gold a.btn-default[href*="#consultation-form"] {
    color: var(--homecura-primary) !important;
}

.header-btn a.btn-default[href*="#consultation-form"]:hover,
.header-btn a.btn-default[href*="#consultation-form"]:focus,
.header-btn a.btn-default[href*="#consultation-form"]:active,
.hero-btn-gold a.btn-default[href*="#consultation-form"]:hover,
.hero-btn-gold a.btn-default[href*="#consultation-form"]:focus,
.hero-btn-gold a.btn-default[href*="#consultation-form"]:active,
.main-footer-gold .about-us-btn-gold a.btn-default[href*="#consultation-form"]:hover,
.main-footer-gold .about-us-btn-gold a.btn-default[href*="#consultation-form"]:focus,
.main-footer-gold .about-us-btn-gold a.btn-default[href*="#consultation-form"]:active {
    color: var(--homecura-primary) !important;
}

.header-btn a.btn-default[href*="#consultation-form"]::before,
.header-btn a.btn-default[href*="#consultation-form"]:hover::before,
.hero-btn-gold a.btn-default[href*="#consultation-form"]::before,
.hero-btn-gold a.btn-default[href*="#consultation-form"]:hover::before,
.main-footer-gold .about-us-btn-gold a.btn-default[href*="#consultation-form"]::before,
.main-footer-gold .about-us-btn-gold a.btn-default[href*="#consultation-form"]:hover::before {
    filter: none !important;
}

/* Home services: keep hover overlay but force lime Learn More text/icon */
.our-services-gold .service-item-gold:hover .service-item-btn-gold a.readmore-btn,
.our-services-gold .service-item-gold.active .service-item-btn-gold a.readmore-btn {
    color: var(--homecura-lime) !important;
}

.our-services-gold .service-item-gold:hover .service-item-btn-gold a.readmore-btn::before,
.our-services-gold .service-item-gold.active .service-item-btn-gold a.readmore-btn::before {
    background-image: url('../images/arrow-lime.svg') !important;
}

/* Keep logo size balanced in header/footer after text-only logo swap */
.navbar-brand img {
    width: 170px;
    max-width: 100%;
    height: auto;
}

.footer-logo-gold img {
    width: 170px;
    max-width: 100%;
    height: auto;
}

/*
 * Slicknav: light navbar + readable open panel (dark-blue panel, white links)
 * Keeps burger visible on white (primary-filled button).
 */
.navbar-toggle .slicknav_btn {
    background: var(--homecura-primary) !important;
}

.navbar-toggle .slicknav_icon .slicknav_icon-bar {
    background-color: #fff !important;
}

.main-header.header-gold .responsive-menu .slicknav_menu {
    background: #fff !important;
    border: 1px solid rgba(0, 65, 130, 0.14);
    border-radius: 12px;
    margin-top: 8px;
    box-shadow: 0 12px 32px rgba(0, 41, 82, 0.12);
}

.main-header.header-gold .responsive-menu .slicknav_nav li a,
.main-header.header-gold .responsive-menu .slicknav_nav .slicknav_row {
    color: var(--homecura-primary) !important;
    background: transparent !important;
}

.main-header.header-gold .responsive-menu .slicknav_nav a:hover,
.main-header.header-gold .responsive-menu .slicknav_nav a:focus,
.main-header.header-gold .responsive-menu .slicknav_nav .slicknav_row:hover {
    background: rgba(200, 242, 105, 0.22) !important;
    color: var(--homecura-secondary) !important;
}

.main-header.header-gold .responsive-menu .slicknav_arrow:after {
    color: var(--homecura-primary) !important;
}

.main-header.header-gold .responsive-menu .slicknav_open > a .slicknav_arrow:after {
    color: var(--homecura-secondary) !important;
}

/* Fallback non-gold layouts */
.responsive-menu .slicknav_menu {
    background: var(--homecura-primary) !important;
}

.responsive-menu .slicknav_nav li a,
.responsive-menu .slicknav_nav .slicknav_row {
    color: #fff !important;
}

.responsive-menu .slicknav_nav a:hover,
.responsive-menu .slicknav_nav a:focus,
.responsive-menu .slicknav_nav .slicknav_row:hover {
    color: var(--homecura-on-blue) !important;
}

.responsive-menu .slicknav_arrow:after {
    color: #fff !important;
}

.responsive-menu .slicknav_open > a .slicknav_arrow:after {
    color: var(--homecura-on-blue) !important;
}

/* Text on blue surfaces: hero consultation contact card */
.hero-contact-box-gold,
.hero-contact-header-contant-gold p,
.hero-contact-header-contant-gold p a,
.hero-contact-body-gold h3,
.hero-contact-body-content-gold p {
    color: var(--homecura-on-blue) !important;
}

.hero-contact-box-gold * {
    color: var(--homecura-on-blue) !important;
}

.hero-contact-header-contant-gold p a:hover,
.hero-contact-header-contant-gold p a:focus-visible {
    color: var(--homecura-on-blue) !important;
    text-decoration: underline;
}

.hero-contact-body-content-gold {
    border-top-color: rgba(200, 242, 105, 0.42) !important;
}

.hero-contact-header-gold .icon-box {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(200, 242, 105, 0.42);
}

/* --- Home consultation banner (replaces enquiry card; sample layout) --- */
.home-banner-consult {
    --hbc-green: #0f6b3f;
    --hbc-green-dark: #0a472b;
    --hbc-green-soft: #eaf6ef;
    --hbc-text: #1f2933;
    --hbc-muted: #5f6c7b;
    --hbc-border: #d9e4dd;
    --hbc-white: #ffffff;
    --hbc-shadow: 0 18px 45px rgba(15, 107, 63, 0.12);
    position: relative;
    z-index: 1;
    padding: 32px 0 52px;
    background: #f7fbf8;
    font-family: 'Inter Tight', Arial, Helvetica, sans-serif;
}

.home-banner-consult__grid {
    width: 100%;
    padding: 0 clamp(12px, 5vw, 60px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 28px;
    align-items: stretch;
}

.home-banner-consult__info-card,
.home-banner-consult__form-card {
    background: var(--hbc-white);
    border: 1px solid var(--hbc-border);
    border-radius: 24px;
    box-shadow: var(--hbc-shadow);
    overflow: hidden;
}

.home-banner-consult__info-card {
    padding: 34px;
    position: relative;
}

.home-banner-consult__info-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(15, 107, 63, 0.12), transparent 35%),
        linear-gradient(135deg, rgba(234, 246, 239, 0.9), transparent 55%);
    pointer-events: none;
}

.home-banner-consult__info-content {
    position: relative;
    z-index: 1;
}

.home-banner-consult__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--hbc-green-soft);
    color: var(--hbc-green-dark);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 22px;
}

.home-banner-consult__title {
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.08;
    color: var(--hbc-green-dark);
    margin-bottom: 24px;
    letter-spacing: -0.04em;
}

.home-banner-consult__contact-list {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
}

.home-banner-consult__contact-item {
    display: flex;
    gap: 12px;
    color: var(--hbc-muted);
    font-size: 16px;
    line-height: 1.7;
}

.home-banner-consult__contact-item strong {
    color: var(--hbc-text);
    font-weight: 700;
}

.home-banner-consult__contact-item a {
    color: var(--hbc-green);
    font-weight: 600;
    text-decoration: none;
}

.home-banner-consult__contact-item a:hover {
    text-decoration: underline;
}

.home-banner-consult__contact-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    background: var(--hbc-green-soft);
    color: var(--hbc-green);
    border-radius: 12px;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
}

.home-banner-consult__company-name {
    color: var(--hbc-green-dark);
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

.home-banner-consult__address {
    font-style: normal;
    color: var(--hbc-muted);
    line-height: 1.8;
    max-width: 560px;
}

.home-banner-consult__form-card {
    padding: 30px;
}

.home-banner-consult__form-heading {
    font-size: clamp(24px, 3vw, 34px);
    color: var(--hbc-green-dark);
    margin-bottom: 8px;
    letter-spacing: -0.03em;
}

.home-banner-consult__form-lede {
    color: var(--hbc-muted);
    margin-bottom: 24px;
    line-height: 1.6;
}

.home-banner-consult__consultation-form {
    display: grid;
    gap: 16px;
}

.home-banner-consult__form-field {
    display: grid;
    gap: 8px;
}

.home-banner-consult__form-field label {
    color: var(--hbc-text);
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.home-banner-consult__consultation-form input,
.home-banner-consult__consultation-form select {
    width: 100%;
    height: 50px;
    border: 1px solid var(--hbc-border);
    border-radius: 14px;
    padding: 0 15px;
    font-size: 15px;
    color: var(--hbc-text);
    background: #fbfdfb;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.home-banner-consult__consultation-form input.home-banner-consult__input--error,
.home-banner-consult__consultation-form select.home-banner-consult__input--error {
    border-color: #c62828;
    box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.12);
}

.home-banner-consult__consultation-form input:focus,
.home-banner-consult__consultation-form select:focus {
    border-color: var(--hbc-green);
    background: var(--hbc-white);
    box-shadow: 0 0 0 4px rgba(15, 107, 63, 0.12);
}

.home-banner-consult__field-error {
    font-size: 13px;
    color: #c62828;
    font-weight: 600;
}

.home-banner-consult__submit-btn {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--hbc-green), var(--hbc-green-dark));
    color: var(--hbc-white);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    margin-top: 4px;
    box-shadow: 0 14px 26px rgba(15, 107, 63, 0.22);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.home-banner-consult__submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 107, 63, 0.28);
    color: var(--hbc-white);
}

@media only screen and (max-width: 820px) {
    .home-banner-consult__grid {
        grid-template-columns: 1fr;
        padding: 0 14px;
    }

    .home-banner-consult__info-card,
    .home-banner-consult__form-card {
        border-radius: 20px;
        padding: 24px;
    }
}

@media only screen and (max-width: 420px) {
    .home-banner-consult__grid {
        padding: 0 12px;
    }

    .home-banner-consult__contact-item {
        font-size: 15px;
    }

    .home-banner-consult__contact-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        font-size: 14px;
    }
}

/* Dark surface contrast: readable text, links, and icon treatments */
.dark-section,
.dark-section p,
.dark-section li,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6 {
    color: #fff !important;
}

.dark-section a:not(.btn-default):not(.newsletter-btn) {
    color: #fff !important;
}

.dark-section a:not(.btn-default):not(.newsletter-btn):hover,
.dark-section a:not(.btn-default):not(.newsletter-btn):focus-visible {
    color: #fff !important;
    text-decoration: underline;
}

.dark-section .section-title .section-sub-title {
    color: #fff !important;
    border: 1px solid #ffffff40;
    background: var(--dark-divider-color) !important;
}

.dark-section .section-title .section-sub-title::before,
.dark-section .readmore-btn::before {
    filter: brightness(0) invert(1);
}

.dark-section .readmore-btn {
    color: #fff !important;
}

.dark-section .footer-info-item-gold .icon-box img,
.dark-section .section-footer-text.section-satisfy-img .satisfy-client-image.add-more img {
    filter: brightness(0) invert(1);
}

/* Hero background visibility fix */
.hero-gold {
    background-image: url('../images/hero-bg-image-gold.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.hero-gold::before {
    background: linear-gradient(90deg, rgba(0, 65, 130, 0.72) 0%, rgba(0, 65, 130, 0.48) 45%, rgba(0, 65, 130, 0.28) 100%) !important;
    opacity: 1 !important;
}

/* Home hero experience badge: static image (no rotation) */
.hero-image-box-gold .experience-circle-gold img {
    animation: none !important;
    transform: none !important;
}

/* Top contact strip with trust badges */
.top-contact-strip {
    background: #062c57;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.top-contact-strip-inner {
    min-height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 8px 0;
}

.top-contact-left,
.top-contact-right {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.top-contact-left a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.trust-badge-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.trust-badge-item img {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

/* Header quick actions (desktop): light pills — pair with `.main-header.header-gold` white bar rules above */
.header-quick-tabs {
    display: flex;
    gap: 8px;
    margin-left: 12px;
}

.main-header.header-gold .header-quick-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    color: var(--homecura-primary) !important;
    background: #f0f6fc !important;
    border: 1px solid rgba(0, 65, 130, 0.2) !important;
}

.main-header.header-gold .header-quick-tab:hover {
    background: var(--homecura-lime) !important;
    color: var(--homecura-primary) !important;
    border-color: var(--homecura-lime) !important;
}

.main-header.header-gold .header-quick-tab--icon {
    min-width: 44px;
    min-height: 44px;
    padding: 10px 12px !important;
}

.main-header.header-gold .header-quick-tab--icon i {
    font-size: 19px;
    line-height: 1;
    color: inherit;
}

.home-quick-tabs {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.home-quick-tabs a {
    background: #fff;
    color: var(--homecura-primary);
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 700;
}

.home-quick-tabs a:hover {
    background: var(--homecura-lime);
}

.home-featured-pest-strip {
    padding: 40px 0 10px;
}

.home-featured-pest-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 65, 130, 0.08);
    margin-bottom: 24px;
}

.home-featured-pest-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.home-featured-pest-card h3 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
    padding: 16px;
    color: var(--homecura-primary);
}

.footer-pest-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.footer-pest-icons span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 13px;
    color: #fff;
}

.footer-pest-icons img {
    width: 16px;
    height: 16px;
}

.footer-seo-areas {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.6;
}

.about-values {
    padding: 32px 0 30px;
}

.about-value-item {
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 20px 12px;
    box-shadow: 0 6px 25px rgba(0, 65, 130, 0.08);
    margin-bottom: 20px;
}

.about-value-item img {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
}

.about-value-item h3 {
    margin: 0;
    font-size: 16px;
}

.page-category-list ul li a img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.page-category-list ul li a span {
    vertical-align: middle;
}

/* Legal pages readability */
.page-blog-single .post-entry h1 {
    font-size: clamp(28px, 2.4vw, 36px);
    line-height: 1.2;
    margin-bottom: 16px;
}

.page-blog-single .post-entry p,
.page-blog-single .post-entry li {
    font-size: 18px;
    line-height: 1.8;
}

.page-blog-single .post-entry h2 {
    font-size: clamp(22px, 1.8vw, 28px);
    line-height: 1.25;
    margin-top: 22px;
}

@media only screen and (max-width: 991px) {
    .header-quick-tabs {
        display: none;
    }

    .top-contact-strip-inner {
        justify-content: center;
    }

    .top-contact-left a {
        font-size: 13px;
    }

    .home-featured-pest-card img {
        height: 180px;
    }

    .page-header {
        padding: 120px 0 56px !important;
    }

    .page-service-single .service-entry > p,
    .page-service-single .service-detail-body p {
        font-size: 18px;
    }

    .page-service-single .service-detail-body ul {
        grid-template-columns: 1fr;
        gap: 10px 0 !important;
    }
}

a {
    transition: all 0.3s ease;
}

.leaflet-container {
    width: 100%;
    min-height: 320px;
    border-radius: 8px;
    border: 1px solid var(--homecura-primary);
}

.consultation-map-help {
    margin-top: 10px;
    font-size: 14px;
    color: var(--homecura-secondary);
}

/* Consultation CTA consistency: keep Book Consultation links lime on all states */
a.btn-default[href*="#consultation-form"],
a.btn-default[href*="#consultation-form"]:hover,
a.btn-default[href*="#consultation-form"]:focus,
a.btn-default[href*="#consultation-form"]:focus-visible,
a.btn-default[href*="#consultation-form"]:active {
    background: var(--homecura-lime) !important;
    border-color: var(--homecura-lime) !important;
    color: var(--homecura-primary) !important;
}

a.btn-default[href*="#consultation-form"]::after,
a.btn-default[href*="#consultation-form"]:hover::after,
a.btn-default[href*="#consultation-form"]:focus::after,
a.btn-default[href*="#consultation-form"]:active::after {
    background-color: var(--homecura-lime) !important;
}

a.btn-default[href*="#consultation-form"]::before,
a.btn-default[href*="#consultation-form"]:hover::before,
a.btn-default[href*="#consultation-form"]:focus::before,
a.btn-default[href*="#consultation-form"]:active::before {
    filter: none !important;
}

/* About page guideline card alignment */
.about-guideline-list {
    gap: 24px;
}

.about-guideline-list .why-choose-item {
    padding: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 65, 130, 0.08);
}

.about-guideline-list .why-choose-item-content p {
    margin-top: 8px;
}

/* About guidelines: keep icon glyphs white for contrast */
.about-guideline-list .why-choose-item .icon-box img {
    filter: brightness(0) invert(1) !important;
}

/* Contact page: 50/50 form-map row and full-width submit placement */
.contact-consultation-row {
    align-items: stretch;
    row-gap: 24px;
}

.contact-consultation-form,
.contact-consultation-map {
    height: 100%;
}

.contact-consultation-form .hero-contact-form-gold {
    gap: 20px;
}

.contact-consultation-form .hero-contact-form-gold .consultation-submit-full {
    width: 100% !important;
    flex: 0 0 100% !important;
}

.contact-consultation-form .hero-contact-form-gold .consultation-submit-full .hero-cta-form-btn {
    width: 100%;
}

.contact-consultation-map {
    background: #fff;
    border-radius: 12px;
    padding: 18px;
}

.contact-consultation-map-frame {
    min-height: 360px;
}

.page-contact-us .contact-info-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.page-contact-us .contact-info-list-wrap .contact-info-item {
    width: calc(20% - 20px);
    min-width: 200px;
}

.page-contact-us .contact-info-item-address {
    width: 100%;
}

.contact-address-text {
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
}

/* Selection readability: keep selected text white on Homecura blue */
::selection {
    background: var(--homecura-primary);
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--homecura-primary);
    color: #ffffff;
    text-shadow: none;
}

input::selection,
textarea::selection {
    background: var(--homecura-primary);
    color: #ffffff;
    text-shadow: none;
}

input::-moz-selection,
textarea::-moz-selection {
    background: var(--homecura-primary);
    color: #ffffff;
    text-shadow: none;
}

@media only screen and (max-width: 991px) {
    .page-contact-us .contact-info-list-wrap .contact-info-item {
        width: calc(50% - 15px);
    }
}

@media only screen and (max-width: 767px) {
    .page-contact-us .contact-info-list-wrap .contact-info-item {
        width: 100%;
    }
}

/* --- Client round 2: nav size, logo chip, hero swiper, floating consult --- */
.main-header .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 600;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.footer-logo-gold.homecura-brand img {
    background: #fff;
    padding: 8px 14px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

/* Navbar logo: no `.homecura-brand` chip — readable on white bar via native asset contrast */

.sidebar-cta-logo img {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
}

.top-contact-line {
    flex: 1 1 320px;
    font-size: 13px;
    line-height: 1.5;
    gap: 6px 10px;
}

.top-contact-line span,
.top-contact-line a {
    color: #fff;
    white-space: nowrap;
}

.top-contact-sep {
    opacity: 0.45;
}

.trust-badges-row {
    gap: 10px;
}

.trust-badge-img {
    height: 36px;
    width: auto;
    display: block;
}

/* Raster certification marks (webp) — a bit taller for legibility */
.trust-badge-img--photo {
    height: 42px;
    width: auto;
    max-height: 42px;
    object-fit: contain;
}

.home-hero-swiper-wrap {
    position: relative;
}

.home-hero-swiper {
    width: 100%;
    min-height: 460px;
}

.home-hero-slide {
    background-color: #062c57;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: flex;
    align-items: stretch;
}

/* Portrait / oddly proportioned hero asset — keep a bit more headroom */
.home-hero-slide.home-hero-slide--png {
    background-size: contain;
    background-position: center 30%;
}

.home-hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 41, 82, 0.88) 0%, rgba(0, 41, 82, 0.45) 55%, rgba(0, 41, 82, 0.2) 100%);
    z-index: 0;
}

.home-hero-slide .container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 440px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-hero-slide-inner {
    max-width: 640px;
}

.home-hero-kicker {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    font-weight: 700;
    color: var(--homecura-on-blue);
    margin-bottom: 10px;
}

.home-hero-slide-title {
    color: #fff;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.15;
    margin: 0 0 12px;
}

.home-hero-slide-text {
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.55;
    margin-bottom: 20px;
}

.home-hero-slide-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-hero-slide-cta .btn-default {
    padding: 12px 20px;
    font-size: 15px;
}

/* Remove theme arrow sprites from hero swiper CTAs */
.home-hero-slide-cta .btn-default::before,
.home-hero-slide-cta .btn-default::after {
    display: none !important;
    content: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}

.home-hero-pagination {
    bottom: 22px !important;
}

.home-hero-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.45;
}

.home-hero-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--homecura-lime);
}

.hero-contact-strip-only .hero-contact-box-full {
    width: 100%;
}

.hero-contact-strip-only .hero-contact-header-contant-gold p {
    margin-bottom: 6px;
}

.footer-address-line {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 18px;
    text-align: center;
}

.footer-links-gold .footer-address-line {
    text-align: left;
    margin: 0 0 14px;
}

.services-intro-lead {
    max-width: 920px;
    margin: 18px auto 0;
    font-size: 17px;
    line-height: 1.65;
    color: var(--text-color);
}

.about-client-copy p {
    font-size: 17px;
    line-height: 1.65;
}

.about-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-why-list li {
    padding: 14px 18px;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 22px rgba(0, 65, 130, 0.07);
    font-size: 16px;
    line-height: 1.5;
}

.about-why-closing {
    margin-top: 24px;
    font-size: 17px;
}

.h2-like {
    font-size: clamp(26px, 2.4vw, 36px) !important;
}
