/* =====================================================================
   Antofem Worldwide Cleaning Services — Brand Override
   Overrides Cleanon template accent colors to Antofem palette.
   Palette:
     --antofem-blue:  #1B2F8A  (primary / royal blue)
     --antofem-pink:  #E6007E  (pink)
     --antofem-gold:  #C9A24A  (gold)
     --antofem-red:   #C8102E  (maple red accent)
   ===================================================================== */

:root {
    --antofem-blue: #1B2F8A;
    --antofem-blue-dark: #14246b;
    --antofem-pink: #E6007E;
    --antofem-gold: #C9A24A;
    --antofem-red: #C8102E;
    --thm-base: #1B2F8A;
    --thm-primary: #1B2F8A;
    --thm-secondary: #E6007E;
    --thm-gray: #f6f6f7;
    --thm-black: #111325;
}

/* Primary buttons */
.thm-btn,
.thm-btn:hover,
button.thm-btn,
a.thm-btn {
    background-color: var(--antofem-pink) !important;
    color: #fff !important;
    border-color: var(--antofem-pink) !important;
}
.thm-btn:hover { background-color: var(--antofem-blue) !important; border-color: var(--antofem-blue) !important; }
.thm-btn .hover-btn { background-color: var(--antofem-blue) !important; }

/* Section taglines / small accent labels */
.section-title__tagline,
.section-title__tagline-box .section-title__tagline,
.sec-title__tagline,
.tagline {
    color: var(--antofem-pink) !important;
}

/* Links and hovers in nav */
.main-menu__list > li > a:hover,
.main-menu__list > li.current > a,
.main-menu__list > li.active > a,
.stricky-header .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a {
    color: var(--antofem-pink) !important;
}

/* Top bar / header accents */
.main-menu__top,
.main-header__top,
.footer-widget__about-text-box,
.site-footer,
.site-footer__top {
    background-color: var(--antofem-blue) !important;
}
.main-menu__top, .main-menu__top a, .main-menu__top p { color: #fff !important; }
.main-menu__top a:hover { color: var(--antofem-gold) !important; }

/* Footer */
.site-footer__bottom { background-color: var(--antofem-blue-dark) !important; color: #fff; }
.site-footer a:hover { color: var(--antofem-gold) !important; }
.footer-widget__title,
.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 { color: #fff; }

/* Brand accents */
.main-slider__sub-title,
.page-header__title span,
.main-slider__title span {
    color: var(--antofem-pink) !important;
}

/* Icon / number bullets */
.services-one__icon, .services-two__icon, .services-four__icon,
.feature-one__icon, .feature-two__icon,
.process-one__icon, .process-two__icon,
.about-one__count, .counter-one__count-box-count,
.pricing-one__price, .pricing-two__price {
    color: var(--antofem-blue) !important;
}

/* Price tiers / highlighted cards */
.pricing-card__popular,
.pricing-tier--highlight,
.antofem-tier--highlight {
    background: linear-gradient(135deg, var(--antofem-blue) 0%, var(--antofem-pink) 100%) !important;
    color: #fff !important;
}

/* Social icons */
.main-menu__social a:hover,
.mobile-nav__social a:hover,
.site-footer__social a:hover {
    color: var(--antofem-gold) !important;
}

/* Antofem custom blocks */
.antofem-tier-card {
    border: 1px solid #eceef5;
    border-radius: 12px;
    padding: 32px 28px;
    background: #fff;
    box-shadow: 0 6px 22px rgba(27,47,138,0.06);
    height: 100%;
}
.antofem-tier-card h3 { color: var(--antofem-blue); margin-bottom: 6px; }
.antofem-tier-card .tier-price { color: var(--antofem-pink); font-size: 28px; font-weight: 700; margin: 8px 0 18px; }
.antofem-tier-card ul { list-style: none; padding: 0; margin: 0 0 18px; }
.antofem-tier-card ul li { padding: 6px 0 6px 26px; position: relative; }
.antofem-tier-card ul li:before {
    content: "\2713";
    color: var(--antofem-gold);
    font-weight: 700;
    position: absolute; left: 0; top: 6px;
}

.antofem-why-badge {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 18px; border-radius: 10px; background: #f6f8ff;
    border-left: 4px solid var(--antofem-pink);
    height: 100%;
}
.antofem-why-badge .badge-icon {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--antofem-blue); color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 18px; flex: 0 0 44px;
}

.antofem-step {
    background: #fff; border-radius: 10px; padding: 22px;
    border: 1px solid #eceef5; margin-bottom: 18px;
}
.antofem-step h4 { color: var(--antofem-blue); margin-bottom: 14px; }

.antofem-page-header {
    position: relative;
    margin-top: 0;
    background: linear-gradient(135deg, var(--antofem-blue) 0%, var(--antofem-pink) 100%);
    color: #fff;
    padding: 180px 0 90px;
    text-align: center;
    overflow: hidden;
}
.antofem-page-header::before {
    content: ""; position: absolute; inset: 0;
    background: rgba(0,0,0,0.18);
    z-index: 0;
}
.antofem-page-header > .container { position: relative; z-index: 1; }
.antofem-page-header h1 {
    color: #fff; font-size: 48px; margin: 0 0 12px;
    font-weight: 700; line-height: 1.15;
    text-shadow: 0 2px 12px rgba(0,0,0,.25);
}
.antofem-page-header p {
    color: #fff; margin: 0 auto; max-width: 720px;
    font-size: 17px; line-height: 1.6; opacity: 0.95;
}
@media (max-width: 991px) {
    .antofem-page-header { padding: 150px 0 70px; }
    .antofem-page-header h1 { font-size: 36px; }
    .antofem-page-header p  { font-size: 15px; }
}
@media (max-width: 575px) {
    .antofem-page-header { padding: 130px 0 55px; }
    .antofem-page-header h1 { font-size: 28px; }
    .antofem-page-header p  { font-size: 14px; padding: 0 12px; }
}

.antofem-alert {
    padding: 14px 18px; border-radius: 8px; margin-bottom: 20px;
    background: #e6fff2; border-left: 4px solid #1aa163; color: #0d5a39;
}

.antofem-logo-img { max-height: 110px; width: auto; }

/* Top bar link colors — keep white on hover, no underline */
.main-menu__top a,
.main-menu__top .main-menu__contact-list a,
.main-menu__top .main-menu__social a,
.main-menu__lang-switch a { color: #fff; transition: opacity .15s; }
.main-menu__top a:hover,
.main-menu__top a:focus,
.main-menu__top .main-menu__contact-list a:hover,
.main-menu__top .main-menu__social a:hover,
.main-menu__lang-switch a:hover {
    color: #fff !important;
    text-decoration: none !important;
    opacity: 0.85;
}
.main-menu__top .icon,
.main-menu__contact-list .icon i { color: var(--antofem-gold, #C9A24A); }

/* Active menu item: pink text only. No underline — applies to every page. */
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
    color: var(--antofem-pink, #E6007E) !important;
}
.main-menu .main-menu__list > li > a::before,
.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
    display: none !important;
    content: none !important;
}
@media (max-width: 991px) { .antofem-logo-img { max-height: 80px; } }

/* ---------- Booking wizard ---------- */
.book-wizard {
    max-width: 920px; margin: 0 auto;
    background: #fff; border-radius: 16px;
    box-shadow: 0 10px 40px rgba(27,47,138,.10);
    overflow: hidden;
}
.book-wizard__progress {
    display: flex; align-items: center; justify-content: space-between;
    background: linear-gradient(135deg, var(--antofem-blue,#1B2F8A) 0%, #2c46b8 100%);
    padding: 22px 28px; color: #fff;
}
.book-wizard__progress-steps { display: flex; flex: 1; gap: 6px; align-items: center; }
.book-wizard__pill {
    flex: 1; height: 6px; border-radius: 3px;
    background: rgba(255,255,255,.22); transition: background .25s;
}
.book-wizard__pill.is-active { background: var(--antofem-gold,#C9A24A); }
.book-wizard__pill.is-done   { background: var(--antofem-pink,#E6007E); }
.book-wizard__counter { margin-left: 18px; font-weight: 600; font-size: 14px; white-space: nowrap; }
.book-wizard__body { padding: 36px 32px; }
.book-step { display: none; }
.book-step.is-active { display: block; animation: bookFade .25s ease; }
@keyframes bookFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.book-step h4 {
    color: var(--antofem-blue,#1B2F8A);
    border-bottom: 2px solid var(--antofem-pink,#E6007E);
    padding-bottom: 10px; margin-bottom: 22px; font-weight: 700;
}
.book-step h4 .step-num {
    display: inline-block; background: var(--antofem-pink,#E6007E); color: #fff;
    width: 30px; height: 30px; line-height: 30px; border-radius: 50%;
    text-align: center; margin-right: 10px; font-size: 14px;
}
.book-field { margin-bottom: 18px; }
.book-field label {
    display: block; font-weight: 600; margin-bottom: 6px;
    color: #2a2f45; font-size: 14px;
}
.book-field label .req { color: var(--antofem-pink,#E6007E); }
.book-field input[type=text], .book-field input[type=email],
.book-field input[type=tel], .book-field input[type=number],
.book-field input[type=date], .book-field input[type=time],
.book-field select, .book-field textarea {
    width: 100%; padding: 12px 14px; font-size: 15px;
    border: 1.5px solid #e3e6f0; border-radius: 10px;
    background: #fafbfd; transition: border-color .15s, box-shadow .15s;
    -webkit-appearance: none; appearance: none;
}
.book-field input:focus, .book-field select:focus, .book-field textarea:focus {
    outline: none; border-color: var(--antofem-blue,#1B2F8A); background: #fff;
    box-shadow: 0 0 0 3px rgba(27,47,138,.08);
}
.book-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231B2F8A' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 16px center;
    padding-right: 38px;
}
.book-checks { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.book-checks label {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 14px; border: 1.5px solid #e3e6f0; border-radius: 30px;
    background: #fafbfd; cursor: pointer; font-weight: 500; font-size: 14px;
    transition: all .15s; margin-bottom: 0;
}
.book-checks label:hover { border-color: var(--antofem-blue,#1B2F8A); }
.book-checks input { accent-color: var(--antofem-pink,#E6007E); }
.book-checks label:has(input:checked) {
    background: rgba(230,0,126,.08); border-color: var(--antofem-pink,#E6007E);
    color: var(--antofem-blue,#1B2F8A);
}
.book-wizard__nav {
    display: flex; justify-content: space-between; gap: 12px;
    padding: 22px 32px; border-top: 1px solid #eef0f7; background: #fafbfd;
}
.book-btn {
    padding: 13px 28px; border: 0; border-radius: 10px;
    font-weight: 600; font-size: 15px; cursor: pointer;
    transition: transform .1s, box-shadow .15s; min-width: 120px;
}
.book-btn--prev { background: #fff; color: var(--antofem-blue,#1B2F8A); border: 1.5px solid #d8dceb; }
.book-btn--prev:hover { background: #f3f5fb; }
.book-btn--next { background: var(--antofem-blue,#1B2F8A); color: #fff; }
.book-btn--next:hover { background: #14246d; transform: translateY(-1px); }
.book-btn--submit {
    background: linear-gradient(135deg, var(--antofem-pink,#E6007E) 0%, #c20068 100%);
    color: #fff;
}
.book-btn--submit:hover { box-shadow: 0 8px 22px rgba(230,0,126,.35); transform: translateY(-1px); }
.book-btn[disabled] { opacity: .5; cursor: not-allowed; }
.book-error {
    background: #ffe9ee; border-left: 4px solid #e6007e; color: #8e0046;
    padding: 10px 14px; border-radius: 6px; margin-bottom: 14px; font-size: 14px;
}
.book-summary {
    background: #f3f5fb; border-radius: 10px; padding: 18px;
    font-size: 14px; line-height: 1.7; margin-top: 8px;
}
.book-summary strong { color: var(--antofem-blue,#1B2F8A); }

/* Mobile */
@media (max-width: 640px) {
    .book-wizard__progress { padding: 16px 18px; flex-wrap: wrap; gap: 12px; }
    .book-wizard__counter { margin-left: 0; width: 100%; text-align: center; order: -1; font-size: 13px; }
    .book-wizard__body { padding: 24px 18px; }
    .book-wizard__nav { padding: 16px 18px; flex-direction: column-reverse; }
    .book-btn { width: 100%; min-width: 0; }
    .book-step h4 { font-size: 18px; }
    .book-checks label { font-size: 13px; padding: 7px 12px; }
    .book-field input, .book-field select, .book-field textarea {
        font-size: 16px; /* prevent iOS zoom */
    }
}
