@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');

/* === LOGO === */
.logo-image img { max-width: 300px; height: auto; }
.logo-image { display: flex; align-items: center; padding-left: 40px; }

/* === HEADER === */
.can-flag { display: none; }
#masthead { overflow: visible; }

/* === BUTTONS SITE-WIDE === */
body .btn-primary, body .btn-secondary, body a.btn-primary, body a.btn-secondary,
body button.btn-primary, body button.btn-secondary {
    border-radius: 900em !important;
    padding: 18px 52px !important;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
    line-height: 1.4 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.3em !important;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}
body .btn-primary, body a.btn-primary, body button.btn-primary {
    background-color: #007363 !important;
    color: #ffffff !important;
    border: 2px solid #007363 !important;
}
body .btn-primary:hover, body a.btn-primary:hover, body button.btn-primary:hover {
    background-color: #005a4d !important;
    border-color: #005a4d !important;
    color: #ffffff !important;
}
body .btn-secondary, body a.btn-secondary, body button.btn-secondary {
    background-color: transparent !important;
    color: #007363 !important;
    border: 2px solid #007363 !important;
}
body .btn-secondary:hover, body a.btn-secondary:hover, body button.btn-secondary:hover {
    background-color: #007363 !important;
    color: #ffffff !important;
    border-color: #007363 !important;
}
.navigation-full .btn-primary, .navigation-full .btn-secondary {
    padding: 8px 20px !important;
    font-size: 14px !important;
}
body .gform_button, body input[type="submit"] {
    border-radius: 900em !important;
    padding: 14px 40px !important;
    font-size: 18px !important;
    background-color: #007363 !important;
    color: #ffffff !important;
    border: 2px solid #007363 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}

/* === HERO CTAs === */
.sliderfull .btn-primary.grey-but, .sliderfull a.btn-primary.grey-but {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}
.sliderfull .btn-primary.grey-but:hover, .sliderfull a.btn-primary.grey-but:hover {
    background-color: rgba(255,255,255,0.15) !important;
    color: #ffffff !important;
}
.sliderfull .btn-primary:not(.grey-but), .sliderfull a.btn-primary:not(.grey-but) {
    background-color: #ffffff !important;
    color: #007363 !important;
    border: 2px solid #ffffff !important;
}
.sliderfull .btn-primary:not(.grey-but):hover {
    background-color: rgba(255,255,255,0.9) !important;
}
.sliderfull .btn-primary, .sliderfull .btn-secondary,
.sliderfull a.btn-primary, .sliderfull a.btn-secondary {
    padding: 18px 44px !important;
    font-size: 17px !important;
}

/* === HERO BUTTONS - bigger and closer together === */
.slider-block {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px !important;
    margin-top: 12px !important;
    padding: 0 !important;
}
.slider-block > .col-sm-5 {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}
.slider-block center { display: contents !important; }

/* === HERO HEADING AND SUBTEXT === */
.slider-header {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    font-style: normal !important;
    text-transform: none !important;
    font-size: 42px !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
}
.slider-subtext {
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    margin: 0 0 20px 0 !important;
    opacity: 0.95 !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.35) !important;
    letter-spacing: 0.01em !important;
    text-align: center !important;
}

/* === HERO USP BANNER - brown bar at bottom === */
.sliderfull, .insideimage { position: relative !important; }
.sliderfull .static-slide { padding-bottom: 56px !important; }
.slider-usp {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background-color: #bf7a39 !important;
    color: #ffffff !important;
    text-align: center !important;
    padding: 14px 24px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    margin: 0 !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    box-sizing: border-box !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}
.slider-usp .icon-check, .slider-usp .usp-sep {
    color: #ffffff !important;
    font-size: 1.1em !important;
    opacity: 1 !important;
    flex-shrink: 0 !important;
}

/* === MAIN NAV BAR === */
.navigation-full { background-color: #007363 !important; }
.main-nav hr { margin: 0 !important; display: none !important; }
.navigation-full a, .navigation-full .menu-item > a, .navigation-full ul li a {
    color: #ffffff !important;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
}
.navigation-full .menu-item > a:hover, .navigation-full ul li a:hover {
    color: rgba(255,255,255,0.8) !important;
}

/* === TOP NAV hidden === */
.top-bar-men { display: none !important; }

/* === HEADER BAR PADDING === */
.row.main-bar {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
    align-items: center !important;
}
.row.main-bar > .col-8 { padding-right: 40px !important; }

/* === TOP-BAR: equal gaps, phone last === */
.row.align-items-center.top-bar {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
}
.top-bar > div {
    width: auto !important;
    flex: 0 0 auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.top-bar > .col-4 { order: 10 !important; }

/* === PHONE NUMBER as button === */
.contact-info-desk { display: flex !important; justify-content: center !important; align-items: center !important; }
.contact-info-desk a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.4em !important;
    width: fit-content !important;
    background-color: #007363 !important;
    color: #ffffff !important;
    border: 2px solid #007363 !important;
    border-radius: 900em !important;
    padding: 13px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    letter-spacing: 0.02em !important;
    transition: background-color 0.2s ease, border-color 0.2s ease !important;
}
.contact-info-desk a:hover {
    background-color: #005a4d !important;
    border-color: #005a4d !important;
    color: #ffffff !important;
}
.contact-info-desk a span { display: none !important; }
.contact-info-desk a::before { content: "\260E"; font-size: 1.1em; line-height: 1; }

/* === HEADER ESTIMATOR BUTTONS === */
.top-bar .col-3.no-padding .btn-secondary,
body .top-bar .col-3.no-padding a.btn-secondary {
    background-color: #007363 !important;
    color: #ffffff !important;
    border: 2px solid #007363 !important;
}
.top-bar .col-3.no-padding .btn-secondary:hover,
body .top-bar .col-3.no-padding a.btn-secondary:hover {
    background-color: #005a4d !important;
    border-color: #005a4d !important;
    color: #ffffff !important;
}
.top-bar .col-3.no-padding {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    align-items: center !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}
.top-bar .col-3.no-padding .btn-secondary {
    flex: 0 0 auto !important;
    padding: 13px 18px !important;
    font-size: 16px !important;
    white-space: nowrap !important;
    justify-content: center !important;
    min-width: 0 !important;
}
.top-bar .se-widget-button.btn-primary,
body .top-bar .se-widget-button.btn-primary {
    padding: 13px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    flex-direction: row !important;
    gap: 7px !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
}
.se-widget-button strong {
    font-size: inherit !important;
    display: inline !important;
    line-height: inherit !important;
    font-weight: 600 !important;
}
.top-bar .se-widget-button .icon-calander-vp {
    font-size: 18px !important;
    display: inline-block !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
}

/* === MOBILE === */
@media (max-width: 768px) {
    .top-bar > div { width: auto !important; padding: 0 !important; }
    .top-bar > .col-4 { order: 0 !important; }
    .row.align-items-center.top-bar { gap: 6px !important; }
    .top-bar .col-3.no-padding { flex-direction: column !important; gap: 6px !important; }
    .top-bar .col-3.no-padding .btn-secondary { flex: none !important; width: 100% !important; font-size: 12px !important; padding: 8px 10px !important; }
    .top-bar .se-widget-button.btn-primary, body .top-bar .se-widget-button.btn-primary { width: 100% !important; font-size: 12px !important; padding: 8px 10px !important; justify-content: center !important; }
    .contact-info-desk a { font-size: 12px !important; padding: 8px 12px !important; }
    .row.main-bar { padding-top: 10px !important; padding-bottom: 10px !important; }
    .row.main-bar > .col-8 { padding-right: 10px !important; }
    .slider-header { font-size: 28px !important; }
    .slider-subtext { font-size: 15px !important; }
    .sliderfull .btn-primary, .sliderfull a.btn-primary { padding: 14px 28px !important; font-size: 15px !important; }
    .slider-usp { font-size: 12px !important; padding: 10px 12px !important; gap: 8px !important; flex-wrap: wrap !important; }
}

/* === PAGE CONTENT OFFSET === */
body #page .sliderfull, body .sliderfull { margin-top: 184px !important; }
body #page .insideimage, body .insideimage { margin-top: 184px !important; }
body.admin-bar #page .sliderfull, body.admin-bar .sliderfull { margin-top: 152px !important; }
body.admin-bar #page .insideimage, body.admin-bar .insideimage { margin-top: 152px !important; }
/* === INNER PAGE USP BANNER OVERRIDE === */
.insideimage .slider-usp {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
    text-align: center !important;
}
.insideimage .slider-usp .usp-sep {
    display: inline !important;
}


/* === REVIEWS BOX BACKGROUND === */
.rev-box {
    background-color: #00463d !important;
}

/* === REVIEW QUOTE TEXT === */
.ttshowcase_rl_quote,
.ttshowcase_rl_quote p {
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

/* === BOOK SERVICE ONLINE BUTTON FIX === */
/* Keep text on one line - strong is blockified in flex, use nowrap instead */
.se-widget-button {
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}
.desk-nav .top-bar .se-widget-button.btn-primary strong,
body .top-bar .se-widget-button.btn-primary strong,
.se-widget-button strong {
    font-size: inherit !important;
    font-weight: inherit !important;
}
/* Hide calendar icon from all Book Service buttons */
.desk-nav .top-bar .se-widget-button .icon-calander-vp,
body .top-bar .se-widget-button .icon-calander-vp,
.se-widget-button .icon-calander-vp {
    display: none !important;
}

/* === BOOK SERVICE ONLINE BUTTON - NAV HEADER === */
.site-header .se-widget-button {
    background-color: #bf7a39 !important;
    border-color: #bf7a39 !important;
}

/* === REVIEW BOX BUTTONS === */
.rev-box .btn-primary {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #00463d !important;
}
.rev-box .btn-secondary {
    background-color: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

/* === MOBILE FIXES (max-width: 767px) === */
@media (max-width: 767px) {

    /* 1. Menu button → circle to match phone button */
    .mobile-nav {
        padding: 0 10px !important;
        align-items: center !important;
    }
    .mobile-nav .btn-primary {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 16px !important;
    }
    .float-btn {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
    }

    /* 2. Fix gap - margin-top = header height (63px) minus body offset for admin */
    body #page .sliderfull, body .sliderfull,
    body #page .insideimage, body .insideimage {
        margin-top: 63px !important;
    }
    body.admin-bar #page .sliderfull, body.admin-bar .sliderfull,
    body.admin-bar #page .insideimage, body.admin-bar .insideimage {
        margin-top: 14px !important;
    }

    /* 3. Compact hero - bring content into viewport */
    .sliderfull {
        padding-top: 0 !important;
        min-height: 400px !important;
    }
    .sliderfull .row {
        align-items: flex-start !important;
        height: auto !important;
        min-height: 340px !important;
        padding-top: 25px !important;
        padding-bottom: 65px !important;
    }
    .slider-header {
        font-size: 22px !important;
        line-height: 1.2 !important;
        margin-bottom: 8px !important;
    }
    .slider-subtext {
        font-size: 13px !important;
        margin: 0 0 12px 0 !important;
    }
    .sliderfull .btn,
    .sliderfull .se-widget-button {
        font-size: 14px !important;
        padding: 12px 20px !important;
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }

    /* 4. Hide quick-nav on mobile */
    .quick-nav {
        display: none !important;
    }
    /* Hero button block - collapse height and close gap */
    .sliderfull .slider-block,
    .sliderfull .slider-block.row {
        height: auto !important;
        min-height: 0 !important;
        gap: 0 !important;
        align-items: center !important;
    }
    .sliderfull .slider-block [class*="col"] {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    /* Hide USP checklist on mobile */
    .slider-usp {
        display: none !important;
    }
}

/* === DROPDOWN MENUS === */
.sub-menu,
.dropdown-menu {
    background-color: #00463d !important;
    border: none !important;
}
.sub-menu a,
.dropdown-menu a {
    color: #ffffff !important;
}
.sub-menu a:hover,
.dropdown-menu a:hover {
    background-color: #005c4f !important;
    color: #ffffff !important;
}

/* === TOP SERVICES - HIDDEN ===
   DELETE THIS BLOCK to restore section */
.top-services {
    display: none !important;
}
/* === END TOP SERVICES HIDDEN === */

/* === USP BANNER AT HERO SEAM === */
/* Reset the intermediate positioned row so .sliderfull becomes the containing block */
.sliderfull .static-slide {
    position: static !important;
}
/* Restore stacking above the ::after overlay (z-index:0) for the text content */
.sliderfull .static-slide .col-sm-12 {
    position: relative !important;
    z-index: 3 !important;
}
.slider-usp {
    position: absolute !important;
    bottom: -26px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 10 !important;
    margin: 0 !important;
}
.section-1 {
    padding-top: 77px !important;
}



/* === BOOK SERVICE ONLINE BUTTON - FIX EXTRA SPACE === */
/* gap: 7px + Chrome stripping flex text node spaces = "Service  Online"
   Fix: gap: 0 + explicit margins on icon and strong tag */
body .top-bar .se-widget-button.btn-primary {
    gap: 0 !important;
}
body .top-bar .se-widget-button.btn-primary .icon-calander-vp {
    margin-right: 6px;
}
body .top-bar .se-widget-button.btn-primary strong {
    margin-left: 4px;
}

/* === HERO BANNER (slider-usp) POSITION FIX === */
/* .col-sm-12 has position:relative which intercepts the absolute positioning
   of .slider-usp. Making it static lets .sliderfull be the containing block
   so the banner sits at the hero seam as intended. */
.sliderfull .static-slide .col-sm-12 {
    position: static !important;
}
/* === T2C WIDGET - HIDDEN === */
body > div[style*="z-index: 99999"]:not([id]):not([class]) {
    display: none !important;
}


/* ============================================================
   ADDITIONS - March 2026
   ============================================================ */

/* === HERO: HIDE PHONE CTA BUTTON === */
/* Use nth-child since :has() triggers WP illegal_markup validator */
/* Second col-sm-5 in .slider-block contains the phone button */
.slider-block .col-sm-5.col-md-5.col-lg-5:nth-child(2) { display: none !important; }

/* Stretch book-button column to full width and keep it centred */
.slider-block .col-sm-5.col-md-5.col-lg-5:nth-child(1) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
}

/* Mobile: explicit centering so button is never left-aligned */
@media (max-width: 767px) {
    .slider-block {
        justify-content: center !important;
        align-items: center !important;
    }
}

/* === HERO BUTTON: FIX "ONLINE" FONT-WEIGHT === */
/* strong tag inside button makes "Online" bolder than "Book Service" */
.se-widget-button strong {
    font-weight: inherit !important;
}

/* === MOBILE MENU: BACKGROUND COLOUR === */
#offcanvasRight,
.offcanvas.offcanvas-end {
    background-color: #00463d !important;
}
.offcanvas-body.shift-menu {
    background-color: #00463d !important;
}
/* Ensure links remain legible on dark green */
.shift-item a,
.shift-menu a,
.shift-menu .shift-item {
    color: #fff !important;
}
/* Flip the close button so it is visible on dark bg */
.offcanvas-header .btn-close {
    filter: invert(1) brightness(2) !important;
}

/* === MOBILE MENU: REMOVE TEAL PILL AROUND CHEVRON ARROWS === */
.shift-item .btn.btn-secondary {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 6px !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    color: #fff !important;
    box-shadow: none !important;
}

/* === TABLET NAV: HIDE SECONDARY BROWN BAR === */
.quick-nav.adjust { display: none !important; }

/* === TABLET/MOBILE: HAMBURGER BUTTON CIRCLE === */
.mobile-nav .btn.btn-primary[data-bs-toggle="offcanvas"] {
    border-radius: 50% !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

/* === CANADIAN FLAG: HIDE SITEWIDE === */
.can-flag { display: none !important; }
img[alt="Canadian flag"] { display: none !important; }

/* === DESKTOP NAV: MORE BREATHING ROOM BETWEEN LINKS === */
.main-nav ul.menu > li > a {
    padding-left: 32px !important;
    padding-right: 32px !important;
	
    letter-spacing: 0.02em;
}

/* Fix: hide fallback hero arc (WP Rocket delay JS) */
.sliderfull { display: none !important; }