﻿/* Fonts */
:root {
    --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Raleway", sans-serif;
    --nav-font: "Raleway", sans-serif;
    --default-font-size: 17px;
}

/* Global Background block colors */
:root {
    --block-background-white: #ffffff; /* white background */
    --block-background-yellow: #eaaf32; /* Golden Yellow Background - was originally #d69a28 for top navbar*/
    --block-background-mid-yellow: #f5d99d; /* Golden Yellow Background */
    --block-background-light-yellow: #fcf5e4; /* Golden Yellow Background */
    --block-background-very-light-yellow: #fdf7e9; /* Golden Yellow Background */
    --block-background-dark-grey: #606060; /* Golden Yellow Background */
    --block-background-grey: #7f7f7f; /* Golden Yellow Background */
    --block-background-mid-grey: #c5c5c5; /* Golden Yellow Background */
    --block-background-light-grey: #ececec; /* Golden Yellow Background */
    --block-background-very-light-grey: #f6f6f6; /* Golden Yellow Background */
    --block-background-dark-ochre: #3b341f; /* Very dark ochre like color */
    --block-background-black-ochre: #2b2617; /* Very dark ochre like color */
    --block-background-icon-color: lightseagreen; /* sea green dark like color */
    --block-background-very-dark-grey: #444444; /* footer and default text - color */
    --block-background-bright-blue: #0d6efd; /* footer and default text - color */
    --block-background-pale-blue: #4487de; /* footer and default text - color */
}

/* Global font colors */
:root {
    --text-dark-grey: #444444; /* default font color*/
    --text-muted-grey: #999999;
    --text-white: #ffffff; /* white text color */
    --text-black: #000000; /* black text */
    --text-golden-yellow: #eaaf32; /* Golden yellow text color*/
    --text-accent-default: #eaaf32; /* Default color for accents , links, etc.*/
    --text-heading-default: #eaaf32; /* Default color for accents , links, etc.*/
    --text-navigation-links: #556270; /* main navigation link color */
}




/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}




/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
/* dont see these...*/
:root {
    --nav-color: #556270; /* The default color of the main navmenu links */
    --nav-hover-color: #8bb83b; /* Applied to main navmenu links when they are hovered over or active */
    --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
    --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    --nav-dropdown-color: #556270; /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: #8bb83b; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

.light-background {
    --background-color: var(--block-background-very-light-yellow);
    --surface-color: var(--block-background-white);
}

.theme-icon-mb2 {
    --fa-secondary-color: var(--block-background-icon-color);
    --fa-secondary-opacity: 1;
}

.theme-icon-mb1 {
    --fa-secondary-color: var(--block-background-yellow);
    --fa-secondary-opacity: 1;
}

.star-icon {
    --fa-primary-color: var(--block-background-yellow);
    --fa-secondary-color: var(--block-background-yellow);
    --fa-secondary-opacity: 1;
}

:root {
    scroll-behavior: smooth;
}

/* footer */
:root {
    --footer-background-color: var(--block-background-very-dark-grey );
}

/*--------------------------------------------------------------
# Main Globals
--------------------------------------------------------------*/

html, body {
    color: var(--text-dark-grey);
    background-color: var(--block-background-white);
    font-size: var(--default-font-size);
    line-height: 1.8rem;
    width: 100% !important;
    font-family: var(--default-font);
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-dark-grey);
}

h1 {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
    margin-top: 1.2rem;
    text-align: center;
    color: var(--text-accent-default);
}

h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--text-dark-grey);
    text-align: center;
    margin-top: 2rem;
}

h3 {
    color: var(--text-accent-default);
    text-align: left;
    font-size: 1.2rem;
    margin: 1.4rem 0 1.4rem 0;
    padding-top: 0;
    padding-bottom: 0;
}

    h3 i {
        padding-left: 0.2rem;
    }

p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: left;
}

.pH1 {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
    margin-top: 1.2rem;
    text-align: center;
    color: var(--text-accent-default);
}

.pH2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--text-dark-grey);
    text-align: center;
    margin-top: 2rem;
}


.pA {
    margin: 10px 0 0 0;
    font-size: 1.4rem;
    /*color: var(--text-heading-default);*/
    color: var(--text-heading-default);
}

a {
    color: var(--text-dark-grey);
    text-decoration: underline;
}

    a:hover {
        color: var(--text-accent-default);
    }

    a.tel {
        color: var(--text-accent-default);
        text-decoration: none;
        transition: 0.3s;
        padding: 0;
        margin: 0 0;
        font-size: 1.55rem;
    }

        a.tel:hover {
            color: color-mix(in srgb, var(--text-accent-default), transparent 25%);
            text-decoration: none;
        }

    /* button.tel — POST form phone links, styled identically to a.tel */
    button.tel {
        color: var(--text-accent-default);
        text-decoration: none;
        transition: 0.3s;
        padding: 0;
        margin: 0;
        font-size: 1.55rem;
        background: none;
        border: none;
        -webkit-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: 0;
        cursor: pointer;
        font-family: inherit;
        font-weight: inherit;
        line-height: inherit;
        display: inline;
    }

        button.tel:hover {
            color: color-mix(in srgb, var(--text-accent-default), transparent 25%);
            text-decoration: none;
        }


ul.iconCircleFull {
    padding: 0 0.2rem 0 0.2rem;
    margin: 0px;
    list-style-type: none;
}

    ul.iconCircleFull li p i.iconCircleRed {
        --fa-primary-color: #b61616;
        --fa-secondary-color: #b61616;
        --fa-secondary-opacity: 0.8;
        padding-right: 0.8rem;
    }

    ul.iconCircleFull li p i.section-list-item-icon {
        --fa-primary-color: #244b8f;
        --fa-secondary-color: #788f24;
        --fa-secondary-opacity: 1;
        font-size: 0.7rem;
        padding: 0 0.8rem 0.2rem 0;
    }

        ul.iconCircleFull li p i.section-list-item-icon.white {
            --fa-primary-color: var(--text-white);
            --fa-secondary-color: var(--text-white);
        }

@media (min-width: 411px) {
    html, body {
        /*  font-size: 16px; for rem calculations */
    }

    a.tel {
        font-size: 1.8rem;
    }

        a.tel.i {
            font-size: 0.5rem;
        }

    button.tel {
        font-size: 1.8rem;
    }
    html, body {
        /*  font-size: 16px; for rem calculations */
    }

    a.tel {
        font-size: 1.9rem;
    }

        a.tel.i {
            font-size: 0.6rem;
        }

    button.tel {
        font-size: 1.9rem;
    }
}

@media (min-width: 992px) {
    html, body {
        /*  font-size: 16px; for rem calculations */
    }

    a.tel {
        font-size: 2rem;
    }

        a.tel.i {
            font-size: 0.5rem;
        }

    button.tel {
        font-size: 2rem;
    }
}

@media (min-width: 1367px) {
    html, body {
        /*  font-size: 16px; for rem calculations */
    }

    a.tel {
        color: var(--text-accent-default);
        text-decoration: none;
        transition: 0.3s;
        padding: 0;
        margin: 0 0;
    }

        a.tel.i {
            font-size: 2rem;
        }

    button.tel {
        color: var(--text-accent-default);
        text-decoration: none;
        transition: 0.3s;
        padding: 0;
        margin: 0 0;
    }
}


/* Grade Pricing */

.mobFirstBuyBox {
    margin: 0;
    border: 0.2rem solid darkgreen;
    padding: 0rem 1rem 1rem 1rem;
}

h3.gradePricing {
    padding-bottom: 0;
    margin-bottom: 0;
    color: green;
    font-size: 1.8rem;
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
}

    h3.gradePricing ~ p {
        padding-bottom: 0;
        margin-bottom: 0;
        padding-top: 0;
        margin-top: 0;
    }

        h3.gradePricing ~ p.gradePricingVat {
            color: green;
            text-align: right;
        }

        h3.gradePricing ~ p.gradePricingexVat {
            color: var(--text-muted-grey);
            text-align: right;
            font-style: italic;
            font-size: smaller;
            margin-bottom: 0rem;
        }

.bottomOfPriceBlock {
    color: var(--text-white);
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
}


/*--------------------------------------------------------------
# Global header
--------------------------------------------------------------*/
/* navbar-toggler inside yellow navbar — dark text/icon */
#navmenu .navbar-toggler,
.navbar .navbar-toggler {
    color: #000 !important;
    border-color: #000 !important;
}

    #navmenu .navbar-toggler:hover,
    .navbar .navbar-toggler:hover {
        background: #000 !important;
        color: #fff !important;
    }

/* button.tel inside navbar — white text against yellow background */
#navmenu button.tel,
.navbar button.tel {
    color: #ffffff !important;
}

    #navmenu button.tel:hover,
    .navbar button.tel:hover {
        color: rgba(255,255,255,0.8) !important;
    }

/* button.tel inside .header — override the generic .header button black background */
.header button.tel,
.header button.tel:hover,
.header button.tel:focus,
.header button.tel:active {
    background: none !important;
    background-color: transparent !important;
    color: var(--text-accent-default) !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

    .header button.tel:hover {
        color: color-mix(in srgb, var(--text-accent-default), transparent 25%) !important;
    }

.header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .header h2 {
        margin: 1rem;
        font-size: 3rem;
        font-weight: 900;
        color: var(--text-white);
        letter-spacing: 2px;
    }

    .header p {
        margin: 0.5rem auto;
        color: var(--text-dark-grey);
        width: 90%;
        opacity: 0.95;
        font-weight: normal;
        text-align: left;
        margin: 0rem;
    }

    .header button:not(.tel):not(.callback-sticky-btn):not(.navbar-toggler):not(.navbar-toggler-tablet):not(#navbar-toggler):not(#navbar-toggler-header) {
        margin: 1rem;
        font-size: 1rem;
        text-transform: uppercase;
        background: #000;
        color: var(--text-white);
        border: none;
        padding: 0.8rem 1.5rem;
        margin: 1.5rem;
        transition: all 0.5s ease;
        cursor: pointer;
        letter-spacing: 2px;
    }

    .header button:not(.tel):not(.callback-sticky-btn):not(.navbar-toggler):not(.navbar-toggler-tablet):not(#navbar-toggler):not(#navbar-toggler-header) {
        font-size: 0.8rem;
        text-transform: uppercase;
        background: #000;
        color: var(--text-white);
        border: none;
        padding: 0.4rem 0.4rem;
        margin: 1.5rem;
        transition: all 0.5s ease;
        cursor: pointer;
        letter-spacing: 2px;
    }

        .header button:not(.tel):not(.callback-sticky-btn):not(.navbar-toggler):not(.navbar-toggler-tablet):not(#navbar-toggler):not(#navbar-toggler-header):hover {
            background: var(--block-background-white);
            color: var(--text-dark-grey);
        }

@media screen and (min-width: 992px) {

    .header h2 {
        margin: 1rem;
        font-size: 2rem;
        font-weight: 900;
        color: var(--text-white);
        letter-spacing: 2px;
    }

    .header p {
        margin: 1rem auto;
        color: var(--text-white);
        width: 60%;
        opacity: 0.8;
        font-weight: 300;
        font-size: 0.9rem;
        text-align: center;
    }

    .header button:not(.tel):not(.callback-sticky-btn):not(.navbar-toggler):not(.navbar-toggler-tablet):not(#navbar-toggler):not(#navbar-toggler-header) {
        margin: 1rem;
        font-size: 1rem;
        text-transform: uppercase;
        background: #000;
        color: #fff;
        border: none;
        padding: 0.8rem 1.5rem;
        transition: all 0.5s ease;
        cursor: pointer;
    }

    .header h2 {
        font-size: 2rem;
    }

    .header p {
        width: 40%;
    }
}





/*--------------------------------------------------------------
# NAVIGATION - NEW RESPONSIVE MEGA MENU SYSTEM  
--------------------------------------------------------------*/

.nav-back {
    background-color: var(--block-background-yellow);
}

.main-wrapper {
    width: 100%;
    display: block;
}

    .main-wrapper a {
        font-family: var(--default-font);
        color: var(--text-white);
        text-decoration: none;
    }

    .main-wrapper ul li {
        font-family: var(--default-font);
        list-style-type: none;
    }


/* ========================================
   NAVIGATION - MOBILE FIRST
   ======================================== */

/* BASE STYLES (Mobile First) */
.navbar {
    background: var(--block-background-yellow);
    padding: 0rem 0rem 0rem 0.6rem;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.brand-and-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em;
    border-bottom: 1px solid #ddd;
}

.navbar-brand {
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    margin: 1rem 1.2rem 0.6rem 0rem;
    padding-bottom: 0.6rem;
    font-weight: 700;
}

.navbar-toggler {
    display: block;
    border: 2px solid #000;
    background: transparent;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
    cursor: pointer;
    border-radius: 4px;
    color: white;
    transition: all 0.4s ease;
}

    .navbar-toggler:hover {
        opacity: 0.7;
    }

.navbar-collapse {
    width: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
    display: none;
}

    .navbar-collapse.show {
        display: block;
    }

.navbar-nav {
    padding-right: 1rem;
    margin: 0;
}

    .navbar-nav > li > a {
        font-size: 1.4rem;
        display: block;
        padding: 1rem 0;
        min-height: 44px;
        margin: 0.2rem 0;
        border-bottom: 1px solid #ddd;
        position: relative;
        transition: all 0.4s ease;
        color: #fff;
    }

.drop-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9em;
    font-weight: 900;
    line-height: 1;
    opacity: 1 !important;
    color: #fff !important;
    transition: color 0.3s ease;
    filter: none !important;
}

.navbar-nav > li > a:hover {
    opacity: 0.7;
}

.sub-menu {
    display: none;
    background: #f8f8f8;
}

/* Mega Menu Styles */
.mega-menu-row {
    display: contents;
}

.mega-menu-column {
    background-color: var(--column-bg, transparent);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .mega-menu-column > * {
        width: 100%;
    }

    .mega-menu-column ul {
        align-items: flex-start;
    }

.mega-menu-full-width {
    grid-column: 1 / -1;
    text-align: center;
}

.mega-menu-column img {
    width: 100%;
    max-width: 250px;
    max-height: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.mega-menu-column h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--text-heading-default);
}

.mega-menu-column h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--text-heading-default);
}

.mega-menu-column p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0.5rem 0;
}

.mega-menu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .mega-menu-column ul li {
        padding: 0.3rem 0;
    }

        .mega-menu-column ul li a {
            color: var(--nav-dropdown-color);
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
        }

            .mega-menu-column ul li a:hover {
                color: var(--nav-dropdown-hover-color);
                padding-left: 8px;
            }

.mega-menu-column[data-hide-mobile],
.mega-menu-column[data-hide-tablet],
.mega-menu-column[data-show-tablet],
.mega-menu-column[data-show-tablet-landscape],
.mega-menu-column[data-show-desktop] {
    display: none;
}

/* MOBILE (< 768px) */
@media screen and (max-width: 767px) {
    .sub-menu {
        display: none !important;
        background-color: #fff;
        padding: 0;
    }

    .navbar-nav > li.active .sub-menu {
        display: block !important;
    }

    .navbar-nav > li.active > a {
        background-color: rgba(0, 0, 0, 0.05);
        font-weight: 600;
    }

    .navbar-nav > li.active .drop-icon {
        transform: translateY(-50%) rotate(180deg);
        color: #000;
    }

    .mega-menu-column {
        padding: 1rem;
        width: 100%;
        border-bottom: 1px solid #eee;
    }
}

@media screen and (max-width: 375px) {
    .navbar-brand {
        font-size: 1.4rem;
    }
}

/* Prevent horizontal overflow on all narrow screens */
body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* ============================================================
   TABLET NAV — scoped to tablet only, JS controls via nav-open class
   ============================================================ */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #navmenu .navbar-collapse {
        display: none;
        background-color: #eaaf32;
        width: 100%;
    }

    #navmenu.nav-open .navbar-collapse {
        display: block !important;
        background-color: #eaaf32 !important;
        width: 100% !important;
    }

    /* 2px yellow accent line at bottom of header on tablet */
    .navbar {
        border-bottom: 2px solid #eaaf32;
    }
}

/* Tablet header phone number — larger font */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .header a.tel {
        font-size: 2rem !important;
        white-space: nowrap;
    }

    .header button.tel {
        font-size: 2rem !important;
        white-space: nowrap;
    }
}

/* Tablet header MENU button — sits in _HeaderTop alongside logo */
.navbar-toggler-tablet {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .navbar-toggler-tablet {
        display: inline-flex !important;
        align-items: center;
        border: 3px solid #000;
        background: transparent;
        font-size: 1rem;
        font-weight: 700;
        padding: 0.5rem 1rem;
        cursor: pointer;
        border-radius: 4px;
        color: #000;
        letter-spacing: 0.05em;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

    .navbar-toggler-tablet:hover {
        background: #000;
        color: #fff;
    }

    .navbar-toggler-tablet:active,
    .navbar-toggler-tablet:focus {
        background: transparent !important;
        color: #000 !important;
        outline: none;
    }

    /* Tablet header phone number — smaller than mobile to fit on one row */
    .header a.tel {
        font-size: 1.3rem !important;
        white-space: nowrap;
    }

    .header button.tel {
        font-size: 1.3rem !important;
        white-space: nowrap;
    }
}

/* Header button icons — match text colour, inherit on hover */
.header-btn-icon {
    --fa-primary-color: #198754;
    --fa-secondary-color: #198754;
    font-size: smaller;
    transition: all 0.3s ease;
}

.btn:hover .header-btn-icon,
.btn:focus .header-btn-icon {
    --fa-primary-color: currentColor;
    --fa-secondary-color: currentColor;
}

/* White header padding — more breathing room */
@media screen and (min-width: 1024px) {
    .header > .container {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .header > .container {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

/* Tablet header controls — show only at 768-1023px */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .tablet-header-controls {
        display: flex !important;
    }
}

/* Mobile header logo — centred with padding, below 768px only */
@media screen and (max-width: 767px) {
    .header-logo-col {
        text-align: center;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .header-logo-col img {
        max-width: 85%;
        margin: 0 auto;
        display: block;
    }
}

/* Narrow phone fix (Galaxy Z Fold and similar < 380px) */
@media screen and (max-width: 380px) {
    .container {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .navbar {
        padding: 0 0.3rem 0 0.3rem;
    }

    .brand-and-icon {
        padding: 0 0.5em;
    }

    .navbar-brand {
        font-size: 1.2rem;
        margin: 0.6rem 0.5rem 0.4rem 0;
    }

    .navbar-toggler {
        font-size: 0.9rem;
        padding: 0.3rem 0.6rem;
    }
}

/* TABLET PORTRAIT HAMBURGER (768-1024px) - use mobile hamburger menu */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .navbar-toggler {
        display: none !important;
        visibility: hidden !important;
    }

    .navbar {
        flex-direction: column !important;
        padding: 0rem 0rem 0rem 0.6rem;
    }

    .brand-and-icon {
        border-bottom: 1px solid #ddd;
        padding: 0 1em;
        width: 100%;
    }

    .navbar-brand {
        font-size: 1.6rem;
        margin: 1rem 1.2rem 0.6rem 0rem;
        padding-bottom: 0.6rem;
    }

    .navbar-nav > li > a {
        font-size: 1.4rem;
        padding: 1rem 0;
        border-bottom: 1px solid #ddd;
        color: #fff;
    }
}

/* TABLET LANDSCAPE (1025-1023px) - horizontal nav */
@media screen and (min-width: 1024px) and (max-width: 1023px) {
    .navbar-toggler {
        display: none !important;
        visibility: hidden !important;
    }

    .navbar-collapse {
        display: block !important;
        visibility: visible !important;
    }

    .navbar {
        flex-direction: row !important;
        align-items: center;
        padding: 0 0.3rem;
    }

    .brand-and-icon {
        border-bottom: none;
        padding: 0;
    }

    .navbar-brand {
        margin: 0;
        padding-bottom: 0;
        font-size: 1.6rem;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

        .navbar-nav > li {
            border-bottom: 2px solid transparent;
            transition: border-bottom 0.4s ease;
        }

            .navbar-nav > li:hover {
                border-bottom-color: #000;
            }

                .navbar-nav > li:hover > a,
                .navbar-nav > li.active > a,
                .navbar-nav > li.hovering > a {
                    color: #000 !important;
                }

                .navbar-nav > li:hover .drop-icon,
                .navbar-nav > li.active .drop-icon,
                .navbar-nav > li.hovering .drop-icon {
                    color: #000 !important;
                }

            .navbar-nav > li > a {
                padding: 0.8rem 1.1rem 0.8rem 0.4rem !important;
                font-size: 0.9rem !important;
                border-bottom: none;
                margin: 0 0.1rem !important;
                color: #fff;
                font-weight: normal;
                transition: color 0.3s ease;
            }

    .drop-icon {
        font-size: 0.75em;
        right: 10px !important;
    }

    .sub-menu {
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        display: none;
        grid-template-columns: repeat(2, 1fr);
        padding: 1.5rem 2rem;
        gap: 1rem;
        background: #f8f8f8;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    .navbar-nav > li:hover .sub-menu {
        display: grid !important;
    }

    .mega-menu-column[data-show-tablet] {
        display: flex !important;
        grid-column: 1 / -1;
    }
}

/* TABLET LANDSCAPE (1024-1365px) */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .navbar-toggler {
        display: none !important;
        visibility: hidden !important;
    }

    .navbar-collapse {
        display: block !important;
    }

    .navbar {
        flex-direction: row;
        align-items: center;
        padding: 0 0.5rem;
    }

    .brand-and-icon {
        border-bottom: none;
        padding: 0;
    }

    .navbar-brand {
        margin: 0;
        padding-bottom: 0;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

        .navbar-nav > li {
            border-bottom: 2px solid transparent;
            transition: border-bottom 0.4s ease;
        }

            .navbar-nav > li:hover {
                border-bottom-color: #000;
            }

                .navbar-nav > li:hover > a,
                .navbar-nav > li.active > a,
                .navbar-nav > li.hovering > a {
                    color: #000 !important;
                }

                .navbar-nav > li:hover .drop-icon,
                .navbar-nav > li.active .drop-icon,
                .navbar-nav > li.hovering .drop-icon {
                    color: #000 !important;
                }

            .navbar-nav > li > a {
                padding: 1rem 0.8rem;
                font-size: 0.9rem;
                border-bottom: none;
                margin: 0 0.1rem;
                color: #fff;
                font-weight: normal;
                transition: color 0.3s ease;
            }

    .drop-icon {
        right: 12px;
    }

    .sub-menu {
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        display: none;
        grid-template-columns: repeat(3, 1fr);
        padding: 1.5rem 2.5rem;
        gap: 1rem;
        background: #f8f8f8;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    .navbar-nav > li:hover .sub-menu {
        display: grid !important;
    }

    .mega-menu-column[data-hide-mobile] {
        display: flex !important;
    }

    .mega-menu-column[data-show-tablet-landscape] {
        display: flex !important;
        grid-column: 1 / -1;
    }
}

/* DESKTOP (1366px+) */
@media screen and (min-width: 1366px) {
    .navbar {
        flex-direction: row;
        align-items: center;
        border-bottom: 1px solid #ddd;
        padding: 0 0.5rem;
    }

    .navbar-brand {
        margin: 0;
        padding-bottom: 0;
    }

    .brand-and-icon {
        border-bottom: none;
        padding: 0;
    }

    .navbar-toggler {
        display: none !important;
        visibility: hidden !important;
    }

    .navbar-collapse {
        display: block !important;
        flex: 1 0 auto;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

        .navbar-nav > li {
            border-bottom: 2px solid transparent;
            transition: border-bottom 0.4s ease;
        }

            .navbar-nav > li:hover {
                border-bottom-color: #000;
            }

                .navbar-nav > li:hover > a,
                .navbar-nav > li.active > a,
                .navbar-nav > li.hovering > a {
                    color: #000 !important;
                }

                .navbar-nav > li:hover .drop-icon,
                .navbar-nav > li.active .drop-icon,
                .navbar-nav > li.hovering .drop-icon {
                    color: #000 !important;
                }

            .navbar-nav > li > a {
                padding: 0.8rem 1.8rem 0.8rem 0.8rem;
                font-size: 1.1rem;
                border-bottom: none;
                margin: 0 0.4rem;
                color: #fff;
                font-weight: normal;
                transition: color 0.3s ease;
            }

    .sub-menu {
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        display: none;
        grid-template-columns: repeat(4, 1fr);
        padding: 2rem 4rem;
        gap: 1.5rem;
        background: #f8f8f8;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    .navbar-nav > li:hover .sub-menu {
        display: grid !important;
    }

    .mega-menu-column[data-hide-mobile],
    .mega-menu-column[data-hide-tablet] {
        display: flex !important;
    }

    .mega-menu-column[data-show-desktop] {
        display: flex !important;
        grid-column: 1 / -1;
    }
}

/* End Nav */








/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
.section {
    margin: 0;
    padding: 0px 15px 0px 15px;
    scroll-margin-top: 90px;
    overflow: clip;
}

.section-title {
    text-align: center;
    margin: 0;
    padding: 0;
}

.section h1 {
}

.section .pH2 {
}

.section p {
}

.section .pH1 {
}



.section .pA {
}

.section-title h2 {
}

.section-title h3 {
}


.indent {
    padding-left: 15px;
}

.section-list-item {
    margin: 0;
    padding: 0;
}

    .section-list-item.last {
        margin-bottom: 1.1rem;
    }

    .section-list-item p {
        margin: 0.3rem 0rem 0.5rem 0rem;
        padding: 0;
        font-weight: 400;
    }

        .section-list-item p i.section-list-item-icon {
            padding-right: 0.5rem;
        }

.section, .section-title p {
}

@media (max-width: 1199px) {
    section,
    .section {
        scroll-margin-top: 66px;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    position: relative;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    margin: 0;
    padding: 0;
    line-height: 2.1rem;
}

    .hero img {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .hero:before {
        content: "";
        background: color-mix(in srgb, var(--background-color), transparent 90%);
        position: absolute;
        inset: 0;
        z-index: 2;
    }

    .hero .container {
        position: relative;
        z-index: 3;
    }

    .hero .pH1 {
        font-size: 1.8rem;
        color: var(--text-white);
        font-weight: 600;
        margin-bottom: 20px
    }

    .hero .pH2 {
        margin: 0;
        font-size: 1.3rem;
        font-weight: 600;
        color: var(--text-white);
    }

    .hero .pA {
        margin: 10px 0 0 0;
        font-size: 1.4rem;
        /*color: var(--heading-color);*/
        color: var(--text-white);
    }

.btn-get-started {
    /*color: var(--text-dark-grey);*/
    color: #198754; /*var(--text-white);*/
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0;
    display: inline-block;
    padding: 8px 20px;
    margin: 30px 0 0 0;
    border-radius: 50px;
    transition: 0.5s;
    border: 2px solid var(--text-accent-default);
    background-color: rgba(25, 135, 84, 0.4);
}

    .btn-get-started:hover {
        color: var(--contrast-color);
        background: var(--text-accent-default);
        border-color: var(--text-accent-default);
    }

.btn-get-started-2 {
    color: #198754;
    margin-top: 12px;
    padding: 8px 20px;
    border-radius: 25px !important;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    font-weight: 500;
}

.btn-blue-callback {
    color: #0d6efd;
    margin-top: 12px;
    padding: 8px 20px;
    border-radius: 25px !important;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    font-weight: 500;
}

.btn-primary {
    background: linear-gradient(135deg, #eaaf32 0%, #222222 100%);
    margin-top: 12px;
    padding: 8px 20px;
    border-radius: 25px !important;
    font-weight: 500;
    font-size: 1.2rem;
    border-color: yellow;
}

    .btn-primary:hover {
        background: linear-gradient(135deg, #222222 0%, #eaaf32 100%);
    }

@media (min-width: 992px) {
    .hero {
        min-height: 60vh;
    }

        .hero .container {
            padding-top: 0px;
            margin-top: 0px;
        }

        .hero .badge-container {
            position: relative;
            display: flex;
            align-self: center;
            max-width: 200px;
            z-index: 4;
            margin: 50px auto 160px auto;
            padding: 0px;
        }

            .hero .badge-container img {
                margin: auto;
                max-width: 100%;
                object-fit: cover;
                height: auto;
                max-height: 50vh;
                align-self: center;
                margin: auto 0;
                padding: 0;
            }

    .btn-get-started {
        /*color: var(--text-dark-grey);*/
        color: var(--text-white);
        font-weight: 600;
        font-size: 1.4rem;
        letter-spacing: 0;
        display: inline-block;
        padding: 8px 40px;
        margin: 30px 0 0 0;
        border-radius: 50px;
        transition: 0.5s;
        border: 2px solid var(--text-accent-default);
    }

    .btn-get-started-2 {
        color: #198754;
        margin-top: 12px;
        padding: 8px 20px;
        border-radius: 25px !important;
        background-color: rgba(255, 255, 255, 0.9);
        font-size: 1.3rem;
        font-weight: 500;
    }

    .btn-blue-callback {
        color: #0d6efd;
        margin-top: 12px;
        padding: 8px 20px;
        border-radius: 25px !important;
        background-color: rgba(255, 255, 255, 0.9);
        font-size: 1.3rem;
        font-weight: 500;
    }

    .hero .pH1 {
        font-size: 2.2rem;
        color: var(--text-white);
        font-weight: 600;
        margin-bottom: 20px
    }

    .hero .pH2 {
        margin: 0;
        font-size: 1.8rem;
        font-weight: 600;
        color: var(--text-white);
    }
}

@media (max-width: 768px) {
}

/*
    # Helpers for hero sections
*/

.section767 {
    display: none;
}

@media (max-width: 767px) {
    .sectiondesktop {
        display: none;
    }

    .section767 {
        display: block;
    }

    /* Campaign hero sets display:flex in its own rule — explicitly override */
    .campaign-hero.sectiondesktop {
        display: none;
    }
}











/*
# Info Tables
*/

.narrowTableWrapper {
    margin: 0.2rem 0rem 0.8rem 0;
    padding: 0;
}

.narrowtable.tablehead {
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
}

.narrowtable.tableitem {
    font-size: 1.1rem;
    padding: 0.3rem 0 0.3rem 0;
    margin: 0;
}

.narrowtable.tablehead {
    background-color: var(--block-background-light-yellow);
    font-weight: 600;
    margin: 0;
    padding: 0.6rem 0 0.6rem 0;
}

.narrowtable .left {
    text-align: right;
    margin: 0;
}

.narrowtable .right {
    text-align: left;
    margin: 0;
    font-weight: 600;
}


/*
# Global Section Rows / Blocks
*/

.section.rowblock::after {
    padding-top: 25px !important;
    padding-bottom: 25px;
}

.section.rowblock::before {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.rowblock.white {
    background-color: white;
}

.rowblock.yell {
    background-color: var(--block-background-yellow);
}

.rowblock.mid-yell {
    background-color: var(--block-background-mid-yellow);
}

.rowblock.light-yell {
    background-color: var(--block-background-light-yellow);
}

.rowblock.dark-grey {
    background-color: var(--block-background-dark-grey);
}

.rowblock.grey {
    background-color: var(--block-background-grey);
}

.rowblock.mid-grey {
    background-color: var(--block-background-mid-grey);
}

.rowblock.light-grey {
    background-color: var(--block-background-light-grey);
}

.rowblock.very-light-grey {
    background-color: var(--block-background-very-light-grey);
}

.paddround {
    padding: 0.1rem 0.8rem 0.2rem 0.8rem;
    border-radius: 0.6rem;
    margin: 2rem 0 2rem 0;
}

.paddblock {
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
    border-radius: 0rem;
    margin: 2rem 0 2rem 0;
}

.paddbottom {
    padding: 0rem 0rem 0.2rem 0rem;
    margin: 0 0 2rem 0;
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/


.section-title.left-head h1 {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-title.left-head p {
    text-align: left;
    font-size: 1rem;
    margin-top: 0.4rem;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}


@media screen and (min-width: 992px) {
}


/*--------------------------------------------------------------
# Icon Blocks
--------------------------------------------------------------*/
.section.icon-blocks {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section.block {
    border-color: var(--text-accent-default);
}

.icon-blocks .icon-block {
    border: 1px solid var(--text-accent-default);
    padding: 0.5rem;
}

.icon-block h4 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}

    .icon-block h4 a {
        text-align: center;
        color: var(--text-accent-default);
        text-decoration: underline;
    }

    .icon-block h4 a {
        text-align: center;
        color: var(--text-accent-default);
        font-weight: 700;
    }


.icon-block p {
    text-align: center;
    font-size: 1.05rem;
    font-weight: 400;
}

.icon-block .du-theme {
    --fa-primary-color: var(--text-accent-default);
    --fa-secondary-color: green;
}

/*--------------------------------------------------------------
# Fade Rotator Blocks
--------------------------------------------------------------*/
.rotator-blocks .rotator-block {
    position: relative;
}

    .rotator-blocks .rotator-block .ims {
        overflow: hidden;
        margin-bottom: 50px;
    }

    .rotator-blocks .rotator-block .rotator-block-info {
        background-color: var(--surface-color);
        color: color-mix(in srgb, var(--text-dark-grey), transparent 20%);
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        position: absolute;
        bottom: -50px;
        left: 20px;
        right: 20px;
        padding: 20px 15px;
        overflow: hidden;
        transition: 0.5s;
        z-index: 100;
    }

    .rotator-blocks .rotator-block h4 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 1.1rem;
        position: relative;
        padding-bottom: 0.9rem;
        text-align: center;
    }

    .rotator-blocks .rotator-block a {
        font-weight: 700;
        margin-bottom: 0.9rem;
        font-size: 1.1rem;
        padding-bottom: 10px;
        text-align: center;
        color: var(--text-accent-default);
    }

    .rotator-blocks .rotator-block .moreRight {
        padding: 0px;
        margin: 0px;
        width: 100%;
        text-align: right;
    }


    .rotator-blocks .rotator-block a.more {
        color: var(--text-accent-default);
        padding: 8px 5px 0px 0px;
        margin: 0;
        font-family: var(--default-font);
        font-size: 1rem;
        font-style: italic;
        font-weight: 400;
        text-decoration: underline;
    }



    .rotator-blocks .rotator-block a:hover {
        text-decoration: underline;
    }

    .rotator-blocks .rotator-block h4::after {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 1px;
        background: color-mix(in srgb, var(--text-dark-grey), transparent 60%);
        bottom: 0;
        left: 0;
    }

    .rotator-blocks .rotator-block span {
        font-style: italic;
        display: block;
        font-size: 1rem;
    }

    .rotator-blocks .rotator-block .rotator-block-social {
        position: absolute;
        right: 1.1rem;
        bottom: 1.1rem;
    }

        .rotator-blocks .rotator-block .rotator-block-social a {
            transition: color 0.3s;
            color: color-mix(in srgb, var(--text-dark-grey), transparent 70%);
        }

            .rotator-blocks .rotator-block .rotator-block-social a:hover {
                color: var(--text-accent-default);
            }

        .rotator-blocks .rotator-block .rotator-block-social i {
            font-size: 1.1rem;
            margin: 0 2px;
        }


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.cta {
    position: relative;
    clip-path: inset(0);
}

    .cta:before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
    }

    .cta .container {
        position: relative;
        z-index: 3;
    }

    .cta h3 {
        font-size: 1.8rem;
        font-weight: 700;
        color: var(--text-white);
        text-align: center;
    }

    .cta p {
        color: var(--text-white);
        font-size: 1.4rem;
        text-align: center;
    }

    .cta .cta-btn {
        font-family: var(--heading-font);
        font-weight: 500;
        font-size: 1.3rem;
        display: inline-block;
        padding: 1.1rem 2.6rem;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        border: 2px solid var(--contrast-color);
        color: var(--contrast-color);
    }

        .cta .cta-btn:hover {
            background: var(--contrast-color);
            color: var(--text-accent-default);
        }

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item + .info-item {
    margin-top: 40px;
}

.contact .info-item i {
    color: var(--contrast-color);
    background: var(--text-accent-default);
    font-size: 1.3rem;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact .info-item h3 {
    padding: 0;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
}

.contact .php-email-form {
    height: 100%;
}

.php-email-form input,
.php-email-form select,
.php-email-form textarea {
    font-size: 1.1rem;
    font-weight: 500;
    border: 3px solid white;
}

    .php-email-form input:hover,
    .php-email-form select,
    .php-email-form textarea:hover {
        border: 3px solid var(--text-accent-default);
    }



.contact .php-email-form button[type=submit] {
    color: var(--contrast-color);
    background: var(--text-accent-default);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 4px;
}

    .contact .php-email-form button[type=submit]:hover {
        background: color-mix(in srgb, var(--text-accent-default), transparent 20%);
    }

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
    border: 0;
    background-color: color-mix(in srgb, var(--text-dark-grey), transparent 96%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 6px;
    width: auto;
}

.features .nav-item {
    margin: 0;
    padding: 0 5px 0 0;
}

    .features .nav-item:last-child {
        padding-right: 0;
    }

.features .nav-link {
    background-color: none;
    color: var(--heading-color);
    padding: 10px 30px;
    transition: 0.3s;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    border: 0;
    margin: 0;
}

@media (max-width: 468px) {
    .features .nav-link {
        padding: 8px 20px;
    }
}

.features .nav-link i {
    padding-right: 15px;
    font-size: 48px;
}

.features .nav-link h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.features .nav-link:hover {
    border-color: color-mix(in srgb, var(--text-dark-grey), transparent 80%);
}

    .features .nav-link:hover h4 {
        color: var(--text-accent-default);
    }

.features .nav-link.active {
    background-color: var(--text-accent-default);
    border-color: var(--text-accent-default);
}

    .features .nav-link.active h4 {
        color: var(--contrast-color);
    }

.features .tab-content {
    margin-top: 30px;
}

.features .tab-pane h3 {
    color: var(--heading-color);
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .features .tab-pane h3:after {
        content: "";
        position: absolute;
        display: block;
        width: 60px;
        height: 3px;
        background: var(--text-accent-default);
        left: 0;
        bottom: 0;
    }

.features .tab-pane ul {
    list-style: none;
    padding: 0;
}

    .features .tab-pane ul li {
        padding-top: 10px;
    }

    .features .tab-pane ul i {
        font-size: 20px;
        padding-right: 4px;
        color: var(--text-accent-default);
    }

.features .tab-pane p:last-child {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Cookie Test
--------------------------------------------------------------*/


.divider {
    height: 1rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    color: black;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    z-index: 1000;
}

.cookie-consent-button {
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

    .cookie-consent-button:hover {
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    }

    .cookie-consent-button:active {
        opacity: .5;
    }

    .cookie-consent-button.btn-success {
        background-color: #34a853;
        color: white;
    }

    .cookie-consent-button.btn-grayscale {
        background-color: #dfe1e5;
        color: black;
    }

    .cookie-consent-button.btn-outline {
        background-color: #e6f4ea;
        color: #34a853;
    }

.cookie-consent-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .cookie-consent-options label {
        margin: 0 10px;
        font-size: 14px;
    }

    .cookie-consent-options input {
        margin-right: 5px;
    }


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
    color: var(--text-white);
    background-color: var(--footer-background-color);
    font-size: 1.1rem;
    padding: 40px 0 0 0;
    position: relative;
    line-height: 0.9rem;
}

    .footer .icon {
        color: var(--text-accent-default);
        margin-right: 15px;
        font-size: 1.6rem;
        line-height: 0;
    }

    .footer h4 {
        color: var(--text-accent-default);
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .footer .address p {
        margin-bottom: 0px;
    }

    .footer .social-links {
        color: var(--text-white);
    }

        .footer .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            border: 1px solid color-mix(in srgb, var(--text-dark-grey), transparent 50%);
            font-size: 1.1rem;
            color: color-mix(in srgb, var(--text-dark-grey), transparent 50%);
            margin-right: 10px;
            transition: 0.3s;
        }

            .footer .social-links a:hover {
                color: var(--text-accent-default);
                border-color: var(--text-accent-default);
            }

    .footer .copyright {
        padding: 1.2rem 0;
        border-top: 1px solid color-mix(in srgb, var(--text-dark-grey), transparent 90%);
    }

        .footer .copyright p {
            margin-bottom: 0;
            text-align: center;
        }

    .footer .credits {
        margin-top: 5px;
        font-size: 1.05rem;
    }

/*--------------------------------------------------------------
# Orientation Detection
--------------------------------------------------------------*/
/* Portrait orientation */
@media screen and (orientation: portrait) {
}
/* Landscape orientation */
@media screen and (orientation: landscape) {
}

/*--------------------------------------------------------------
# End Orientation Detection
--------------------------------------------------------------*/

a.rvPopUpLink {
    color: white;
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
}

    a.rvPopUpLink:hover {
        font-weight: 600;
        cursor: pointer;
    }


/*--------------------------------------------------------
# Video Player
 ----------------------------------------------------------*/

.video-player-container {
    margin-bottom: 1rem;
}

.video-wrapper {
    text-align: center;
    position: relative;
}

    .video-wrapper video {
        max-width: 100%;
        height: auto;
        border: 2px solid #ddd;
        border-radius: 8px;
        background-color: #000;
    }

.custom-video-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

.progress-control {
    width: 100%;
}

.progress-slider {
    width: 100%;
    margin-bottom: 0.25rem;
}

.time-display {
    display: block;
    text-align: center;
}

.video-title {
    color: #333;
    margin-bottom: 0.5rem;
}

.video-description {
    font-size: 0.9rem;
    line-height: 1.4;
}

.volume-control {
    display: flex;
    align-items: center;
}


@media (max-width: 768px) {
    .custom-video-controls {
        flex-direction: column;
        align-items: stretch;
    }

        .custom-video-controls .btn {
            margin-bottom: 0.25rem;
        }
}








.gradient-bg {
    background: linear-gradient(135deg, #eaaf32 0%, #222222 100%);
    color: white;
}

.form-container {
    /*max-width: 800px;*/
    margin: 2rem auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 15px;
    overflow: hidden;
}

.form-header {
    padding: 2rem;
    text-align: center;
}

.form-body {
    padding: 2rem;
    background: #f8f9fa;
}

.form-control, .form-select {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

    .form-control:focus, .form-select:focus {
        border-color: #667eea;
        box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
    }





.drop-zone {
    border: 3px dashed #667eea;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    background: #f8f9ff;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

    .drop-zone:hover, .drop-zone.dragover {
        background: #e8f0fe;
        border-color: #4285f4;
    }

    .drop-zone.dragover {
        transform: scale(1.02);
    }

.file-input {
    display: none;
}

.camera-btn {
    margin-top: 1rem;
}

.preview-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 1rem;
}

.preview-item {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #e9ecef;
}

    .preview-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.preview-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(220, 53, 69, 0.8);
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 12px;
}

.remove-btn {
    background: transparent !important;
    border: none !important;
    padding: 8px !important;
    cursor: pointer;
    color: #dc3545;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

    .remove-btn:hover {
        color: #fff !important;
        background-color: rgba(220, 53, 69, 0.8) !important;
        transform: scale(1.1);
    }

    .remove-btn:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.5);
    }

    .remove-btn:active {
        transform: scale(0.95);
    }






.progress-container {
    margin-top: 1rem;
    display: none;
}

.progress {
    height: 20px;
    border-radius: 10px;
}

.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.success-message {
    background: #d4edda;
    color: #155724;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
}

@media (max-width: 768px) {
    .form-container {
        margin: 1rem;
        border-radius: 10px;
    }

    .form-header, .form-body {
        padding: 1.5rem;
    }

    .drop-zone {
        padding: 1.5rem;
    }
}

/* Hover Cards */
.hover-cards {
    padding: 4rem 0rem;
    max-width: 1200px;
    margin: 0 auto;
}

    .hover-cards h2 {
        text-align: center;
        font-size: 2.5rem;
        color: #222222;
        margin-bottom: 3rem;
    }

.hover-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.hover-card-item {
    background: white;
    padding: 1rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
    height: 100%;
}

    .hover-card-item:nth-child(1) {
        border-top-color: #4ecdc4;
    }

    .hover-card-item:nth-child(2) {
        border-top-color: #5f27cd;
    }

    .hover-card-item:nth-child(3) {
        border-top-color: #2ed573;
    }

    .hover-card-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }





.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    font-weight: bold;
}

    .feature-icon i {
        font-size: 2.5rem;
    }

.hover-card-item:nth-child(1) .feature-icon {
    background: linear-gradient(45deg, #4ecdc4, #45b7d1);
}

.hover-card-item:nth-child(2) .feature-icon {
    background: linear-gradient(45deg, #5f27cd, #3742fa);
}

.hover-card-item:nth-child(3) .feature-icon {
    background: linear-gradient(45deg, #2ed573, #20bf6b);
}




.hover-card-item-category {
    position: relative;
    z-index: 250 !important;
    background-color: white;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 6px solid transparent;
    border-left: 1px;
    border-right: 0px;
    border-bottom: 0px;
    height: 100%;
}


    .hover-card-item-category:nth-child(1) {
        border-image: linear-gradient(to right, var(--block-background-light-yellow), var(--block-background-yellow)) 27;
    }

    .hover-card-item-category:nth-child(2) {
        border-image: linear-gradient(to right, var(--block-background-light-yellow), var(--block-background-yellow)) 27;
    }

    .hover-card-item-category:nth-child(3) {
        border-image: linear-gradient(to right, var(--block-background-pale-blue), var(--block-background-bright-blue)) 27;
    }

    .hover-card-item-category:nth-child(4) {
        border-image: linear-gradient(to right, var(--block-background-pale-blue), var(--block-background-bright-blue)) 27;
    }

    .hover-card-item-category:nth-child(5) {
        border-image: linear-gradient(to right, var(--block-background-pale-blue), var(--block-background-bright-blue)) 27;
    }

    .hover-card-item-category:nth-child(6) {
        border-image: linear-gradient(to right, var(--block-background-very-light-grey), var(--block-background-grey)) 27;
    }

    .hover-card-item-category:nth-child(7) {
        border-image: linear-gradient(to right, var(--block-background-very-light-grey), var(--block-background-grey)) 27;
    }

    .hover-card-item-category h4 {
        margin: 0px;
        padding: 10px 0px 5px 0px;
        text-align: center;
        font-size: 1.2rem;
    }

    .hover-card-item-category p.from {
        text-align: center;
        font-weight: 500;
        margin: 0px;
        padding: 0px;
        color: purple;
    }

    .hover-card-item-category .btn-grid-rental {
        background-image: linear-gradient(to right, var(--block-background-mid-grey), var(--block-background-grey));
        color: white;
    }

        .hover-card-item-category .btn-grid-rental:hover {
            background-image: linear-gradient(to right, var(--block-background-grey), var(--block-background-mid-grey));
            color: white;
        }

    .hover-card-item-category .btn-grid-reconditioned {
        background-image: linear-gradient(to right, var(--block-background-mid-yellow), var(--block-background-yellow));
        color: white;
    }

        .hover-card-item-category .btn-grid-reconditioned:hover {
            background-image: linear-gradient(to right, var(--block-background-yellow), var(--block-background-mid-yellow));
            color: white;
        }

    .hover-card-item-category .btn-grid-new {
        background-image: linear-gradient(to right, var(--block-background-pale-blue), var(--block-background-bright-blue));
        color: white;
    }

        .hover-card-item-category .btn-grid-new:hover {
            background-image: linear-gradient(to right, var(--block-background-bright-blue), var(--block-background-pale-blue));
            color: white;
        }


.feature-icon-category {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background-color: white !important;
    color: white;
    font-weight: bold;
    z-index: 300 !important;
}

    .feature-icon-category i {
        padding-top: 13px;
        font-size: 2rem;
    }

.hover-card-item-category:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}


.feature-icon i {
    font-size: 2.5rem;
}


.hover-card-item h3 {
    color: #222222;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.hover-card-item p {
    color: #666;
    line-height: 1.6;
}


/* Disable telephone clicks on desktops */
/* Only make telephone links clickable on touch devices */
@media (hover: hover) and (pointer: fine) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}


/* ========================================
   FINAL SAFETY OVERRIDES 
   ======================================== */
@media screen and (min-width: 1024px) {
    .navbar-toggler {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .navbar-collapse {
        display: block !important;
    }
}

/* Hide phone numbers in navbar-brand on desktop */
@media screen and (min-width: 992px) {
    .brand-and-icon .navbar-brand {
        display: none !important;
    }
}

/* Prevent hover from showing submenu when item is being closed */
.navbar-nav > li.closing .sub-menu,
.navbar-nav > li.closing:hover .sub-menu {
    display: none !important;
}

/* Ensure closing items don't get black text from hover */
.navbar-nav > li.closing > a,
.navbar-nav > li.closing:hover > a {
    color: #fff !important;
}

.navbar-nav > li.closing .drop-icon,
.navbar-nav > li.closing:hover .drop-icon {
    color: #fff !important;
}

/* Ensure touch device menu items turn white when not active or hovering */
@media screen and (min-width: 1024px) {
    .navbar-nav > li:not(.active):not(:hover) > a {
        color: #fff !important;
    }

    .navbar-nav > li:not(.active):not(:hover) .drop-icon {
        color: #fff !important;
    }
}

/* Override: Touch devices (tablets) - only use .active, ignore hover */
@media screen and (min-width: 1024px) and (hover: none) {
    /* Default state: white */
    .navbar-nav > li > a {
        color: #fff !important;
    }

    .navbar-nav > li .drop-icon {
        color: #fff !important;
    }

    /* Active state only: black */
    .navbar-nav > li.active > a {
        color: #000 !important;
    }

    .navbar-nav > li.active .drop-icon {
        color: #000 !important;
    }

    /* Disable hover color changes on touch devices */
    .navbar-nav > li:hover > a {
        color: #fff !important;
    }

    .navbar-nav > li:hover .drop-icon {
        color: #fff !important;
    }

    /* But if active AND hovering, keep black */
    .navbar-nav > li.active:hover > a {
        color: #000 !important;
    }

    .navbar-nav > li.active:hover .drop-icon {
        color: #000 !important;
    }
}

/* Mouse devices - use hover as normal */
@media screen and (min-width: 1024px) and (hover: hover) {
    /* Default: white */
    .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-nav > li .drop-icon {
        color: #fff;
    }

    /* Hover: black */
    .navbar-nav > li:hover > a {
        color: #000 !important;
    }

    .navbar-nav > li:hover .drop-icon {
        color: #000 !important;
    }
}

/* COMPLETE FIX: Touch devices - disable ALL hover effects */
@media screen and (min-width: 1024px) and (hover: none) {
    /* Disable border-bottom on hover */
    .navbar-nav > li:hover {
        border-bottom-color: transparent !important;
    }

    .navbar-nav > li.active {
        border-bottom-color: #000 !important;
    }

    /* Disable submenu opening on hover */
    .navbar-nav > li:hover .sub-menu {
        display: none !important;
    }

    /* Only show submenu when active */
    .navbar-nav > li.active .sub-menu {
        display: grid !important;
    }

    /* Text colors */
    .navbar-nav > li > a {
        color: #fff !important;
    }

    .navbar-nav > li .drop-icon {
        color: #fff !important;
    }

    .navbar-nav > li.active > a {
        color: #000 !important;
    }

    .navbar-nav > li.active .drop-icon {
        color: #000 !important;
    }

    /* Force hover to not change colors */
    .navbar-nav > li:hover > a {
        color: #fff !important;
    }

    .navbar-nav > li:hover .drop-icon {
        color: #fff !important;
    }

    /* Active state overrides */
    .navbar-nav > li.active:hover > a {
        color: #000 !important;
    }

    .navbar-nav > li.active:hover .drop-icon {
        color: #000 !important;
    }
}

/* PROPER TOUCH DEVICE FIX - Override previous rules */
@media screen and (min-width: 1024px) and (hover: none) {
    /* DEFAULT STATE: White text, no border, no submenu */
    .navbar-nav > li {
        border-bottom-color: transparent !important;
    }

        .navbar-nav > li > a {
            color: #fff !important;
        }

        .navbar-nav > li .drop-icon {
            color: #fff !important;
        }

        .navbar-nav > li .sub-menu {
            display: none !important;
        }

        /* ACTIVE STATE: Black text, black border, show submenu */
        .navbar-nav > li.active {
            border-bottom-color: #000 !important;
        }

            .navbar-nav > li.active > a {
                color: #000 !important;
            }

            .navbar-nav > li.active .drop-icon {
                color: #000 !important;
            }

            .navbar-nav > li.active .sub-menu {
                display: grid !important;
            }

        /* DISABLE ALL HOVER EFFECTS */
        .navbar-nav > li:hover {
            border-bottom-color: transparent !important;
        }

            .navbar-nav > li:hover > a {
                color: #fff !important;
            }

            .navbar-nav > li:hover .drop-icon {
                color: #fff !important;
            }

            .navbar-nav > li:hover .sub-menu {
                display: none !important;
            }

        /* ACTIVE + HOVER: Keep active styling */
        .navbar-nav > li.active:hover {
            border-bottom-color: #000 !important;
        }

            .navbar-nav > li.active:hover > a {
                color: #000 !important;
            }

            .navbar-nav > li.active:hover .drop-icon {
                color: #000 !important;
            }

            .navbar-nav > li.active:hover .sub-menu {
                display: grid !important;
            }
}

/* Fix mega menu images to be properly responsive */
.mega-menu-column img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

/* Remove height restrictions on columns 2 and 4 images */
.mega-menu-column:nth-child(2) img,
.mega-menu-column:nth-child(4) img {
    max-height: none !important;
}

/* REMOVE ALL SIZE RESTRICTIONS - Make all mega menu columns fully flexible */
.mega-menu-column {
    max-width: none !important;
    width: 100% !important;
}

    /* All images in mega menu columns - fully responsive, no restrictions */
    .mega-menu-column img,
    .mega-menu-column:nth-child(1) img,
    .mega-menu-column:nth-child(2) img,
    .mega-menu-column:nth-child(3) img,
    .mega-menu-column:nth-child(4) img,
    .mega-menu-column:nth-child(5) img,
    .mega-menu-column:nth-child(6) img {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        display: block;
        object-fit: cover;
    }

    /* Ensure column content can flow naturally */
    .mega-menu-column > * {
        max-width: 100% !important;
    }

/*--------------------------------------------------------------
# Campaign Hero — Conversion-focused hero for ad visitors
# Used by: _CampaignHeroReconditionedCurved.cshtml (and future variants)
# Breakpoints:
#   Desktop  : >= 1024px  — full-width bg image, content left over white-fade
#   Tablet   : 768-1023px — same, content takes full width
#   Mobile   : <= 767px   — full-width bg image, text overlaid
--------------------------------------------------------------*/

/* Full-width background image on the section itself */
.campaign-hero {
    width: 100%;
    min-height: 520px;
    position: relative;
    background-image: url('/ims/hero/mobility1st-desktop-hero-background-clean-1920x1076.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Content sits over the white-fade left portion of the image */
.campaign-hero-content {
    position: relative;
    z-index: 2;
    width: 48%;
    max-width: 600px;
    padding: 48px 40px 40px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
}

.campaign-hero-h1 {
    font-family: var(--heading-font);
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark-grey);
    margin: 0 0 6px 0;
    line-height: 1.25;
}

.campaign-hero-price {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark-grey);
    margin: 0 0 14px 0;
}

.campaign-hero-price-amount {
    font-size: 2rem;
    font-weight: 700;
    color: var(--block-background-yellow);
}

.campaign-hero-price-secondary {
    font-size: 0.95rem;
    color: var(--text-dark-grey);
    margin: -8px 0 14px 0;
    font-weight: 500;
}

.campaign-hero-mobile-price-secondary {
    font-size: 0.82rem;
    color: var(--block-background-yellow);
    text-align: center;
    margin: -4px 0 6px 0;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    white-space: nowrap;
}

/* Rental pages — title on line 1, both prices on line 2 */
.campaign-hero-mobile-h1-rental {
    font-size: 1.15rem;
    margin: 0 0 2px 0;
}

.campaign-hero-mobile-price-rental {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--block-background-yellow);
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-align: center;
    white-space: nowrap;
    margin: 0 0 6px 0;
}

.campaign-hero-sub {
    font-size: 1.05rem;
    color: var(--text-dark-grey);
    margin: 0 0 18px 0;
    line-height: 1.5;
}

.campaign-hero-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
}

    .campaign-hero-bullets li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 1rem;
        color: var(--text-dark-grey);
        margin-bottom: 8px;
        line-height: 1.45;
    }

.campaign-hero-tick {
    color: var(--block-background-yellow);
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.campaign-hero-cta-form {
    margin: 0 0 10px 0;
}

.campaign-hero-btn-primary {
    display: inline-block;
    background-color: #198754;
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 50px;
    border: 2px solid #198754;
    transition: background-color 0.25s ease, border-color 0.25s ease;
    text-decoration: none;
    white-space: normal;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

    .campaign-hero-btn-primary:hover,
    .campaign-hero-btn-primary:focus {
        background-color: #146c43;
        border-color: #146c43;
        color: #ffffff !important;
    }

.campaign-hero-reassurance {
    font-size: 0.88rem;
    color: #555555;
    margin: 8px 0 14px 0;
    text-align: center;
    line-height: 1.4;
}

.campaign-hero-btn-callback {
    display: block;
    width: 100%;
    background-color: transparent;
    color: #0d6efd !important;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #0d6efd;
    transition: background-color 0.25s ease, color 0.25s ease;
    text-align: center;
    margin: 0 0 16px 0;
    margin-top: 0 !important;
}

    .campaign-hero-btn-callback:hover,
    .campaign-hero-btn-callback:focus {
        background-color: #0d6efd;
        color: #ffffff !important;
    }

.campaign-hero-trust {
    font-size: 0.88rem;
    color: #555555;
    text-align: center;
    margin: 0 0 6px 0;
}

.campaign-hero-stars {
    text-align: center;
    margin: 0;
    font-size: 1.2rem;
}

.campaign-hero-stars-label {
    display: block;
    font-size: 0.88rem;
    color: var(--block-background-yellow);
    font-weight: 600;
    margin-top: 2px;
}

/* Tablet portrait (768-1023px) — hide desktop campaign hero, show mobile version */
@media screen and (min-width: 768px) and (max-width: 1023px) {

    /* Hide desktop campaign hero — its display:flex overrides sectiondesktop */
    .campaign-hero.sectiondesktop {
        display: none;
    }

    /* Show mobile campaign hero and trust strip */
    .campaign-hero-mobile.section767 {
        display: flex;
    }

    .campaign-hero-mobile-trust-strip {
        display: block;
    }

    /* Centre content at ~60% width with background visible either side */
    .campaign-hero-mobile-content {
        width: 60%;
        margin: 0 auto;
        padding: 20px 24px 14px 24px;
    }

    /* Scale up mobile hero text for tablet */
    .campaign-hero-mobile-h1 {
        font-size: 1.6rem;
    }

    .campaign-hero-mobile-price {
        font-size: 1.4rem;
    }

    .campaign-hero-mobile-sub {
        font-size: 1rem;
    }

    .campaign-hero-bullets-mobile li {
        font-size: 1rem;
    }

    .campaign-hero-btn-primary-mobile {
        font-size: 1.05rem;
        padding: 12px 20px;
    }

    .campaign-hero-reassurance-mobile {
        font-size: 0.92rem;
    }

    .campaign-hero-mobile-not-sure {
        font-size: 1rem;
    }

    .campaign-hero-mobile-trust-sub {
        font-size: 0.82rem;
    }
}

/* Large desktop */
@media screen and (min-width: 1366px) {

    .campaign-hero {
        min-height: 580px;
    }

    .campaign-hero-content {
        padding: 56px 48px 48px 64px;
    }

    .campaign-hero-h1 {
        font-size: 2.3rem;
    }

    .campaign-hero-price-amount {
        font-size: 2.3rem;
    }

    .campaign-hero-btn-primary {
        font-size: 1.2rem;
    }
}

/*--------------------------------------------------------------
# Campaign Hero — Mobile (<=767px)
# Hero section ends at reassurance text — no min-height.
# Trust strip is a separate white div below the section.
--------------------------------------------------------------*/

.campaign-hero-mobile {
    width: 100%;
    position: relative;
    background-image: url('/ims/hero/mobility1st-hero-background-image-767.webp');
    background-size: cover;
    background-position: center 65%;
    background-repeat: no-repeat;
    flex-direction: column;
}

.campaign-hero-mobile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    z-index: 1;
}

.campaign-hero-mobile-content {
    position: relative;
    z-index: 2;
    padding: 8px 14px 4px 14px;
}

.campaign-hero-mobile-h1 {
    font-family: var(--heading-font);
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 0 0 4px 0;
    line-height: 1.2;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.campaign-hero-mobile-price {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--block-background-yellow);
}

.campaign-hero-mobile-sub {
    font-size: 0.82rem;
    color: #ffffff;
    text-align: center;
    margin: 0 0 6px 0;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    line-height: 1.3;
}

/* Bullet panel — slightly more transparent left, less transparent right */
.campaign-hero-mobile-bullets-panel {
    background: linear-gradient(to right, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.55) 100%);
    border-radius: 8px;
    padding: 6px 12px;
    margin-bottom: 8px;
}

.campaign-hero-bullets-mobile {
    margin: 0;
}

.campaign-hero-bullets-mobile li {
    font-size: 0.82rem;
    color: var(--text-dark-grey);
    margin-bottom: 2px;
    gap: 6px;
}

.campaign-hero-btn-primary-mobile {
    width: 100%;
    font-size: 0.92rem;
    padding: 9px 16px;
}

.campaign-hero-reassurance-mobile {
    font-size: 0.78rem;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-align: center;
    margin: 4px 0 6px 0;
    line-height: 1.3;
}

.campaign-hero-btn-callback-mobile {
    width: 100%;
    border-color: #ffffff;
    color: #ffffff !important;
    margin-top: 0 !important;
    font-size: 0.85rem;
    padding: 7px 14px;
}

    .campaign-hero-btn-callback-mobile:hover,
    .campaign-hero-btn-callback-mobile:focus {
        background-color: rgba(255,255,255,0.15);
        color: #ffffff !important;
    }

/* Trust strip — hidden by default, shown at <=767px same as section767 */
.campaign-hero-mobile-trust-strip {
    display: none;
    background-color: #ffffff;
    padding: 4px 16px 10px 16px;
    text-align: center;
}

@media (max-width: 767px) {
    .campaign-hero-mobile-trust-strip {
        display: block;
    }
}

.campaign-hero-mobile-not-sure {
    font-size: 0.82rem;
    color: var(--text-dark-grey);
    margin: 0 0 0 0;
    text-align: center;
    white-space: normal;
}

.campaign-hero-mobile-trust-sub {
    font-size: 0.65rem;
    color: var(--text-dark-grey);
    background-color: #f1e6dd;
    border: none;
    border-radius: 50px;
    padding: 2px 12px;
    display: inline-block;
    margin: 0 0 6px 0;
    text-align: center;
    white-space: nowrap;
}

.campaign-hero-stars-mobile {
    font-size: 1rem;
    text-align: center;
    display: block;
    margin: 0;
}


