/* ====================================
   TOP HEADER STYLING
==================================== */
.top-header,
.top-header * {
    background-color: #0B1F53 !important;
    color: #FFFFFF !important;
}
.top-header a,
.top-header span,
.top-header p {
    color: #FFFFFF !important;
}


/* ====================================
   MAIN HEADER & NAVIGATION AREA
==================================== */
.site-header,
.site-header * {
    background-color: #0B1F53 !important;
    color: #FFFFFF !important;
}
.site-title a,
.site-description {
    color: #FFFFFF !important;
}

#masthead,
#masthead .container,
.site-header .container,
.main-navigation,
.main-navigation ul,
.main-navigation ul li,
.navbar,
.navigation-top,
.menu-primary-container {
    background-color: #0B1F53 !important;
    color: #FFFFFF !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#masthead,
.site-header,
.main-navigation {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Navigation links and hover states */
.main-navigation a,
.main-navigation ul li a,
.navbar a,
.navigation-top a {
    color: #FFFFFF !important;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item > a,
.navigation-top a:hover,
.navigation-top li.current-menu-item > a {
    color: #B0C4DE !important;
}
 

/* ====================================
   GET A QUOTE BUTTON STYLING
==================================== */
.header-btn a.button,
a.btn,
#masthead .custom-menu-item a {
    background-color: transparent !important;
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
    line-height: 1;
    margin: 0;
}
.header-btn a.button:hover,
a.btn:hover,
#masthead .custom-menu-item a:hover {
    background-color: #FFFFFF !important;
    color: #0B1F53 !important;
    border-color: #FFFFFF !important;
}


/* ====================================
   HEADER LAYOUT & SPACING
==================================== */
/* Logo spacing */
.site-branding {
    margin-left: 20px !important;
    margin-top: 15px !important;
}
.home .site-branding {
    margin-left: 80px !important;
}
/* Navigation positioning */
.main-navigation {
    margin-left: 200px !important;
    margin-top: -20px !important;
}
/* Logo wrapper */
.custom-logo-link {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}
.custom-logo {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}

/* Container consistency */
.site-header .container,
#masthead .container {
    max-width: 1200px;
    margin: 0 auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    position: relative;
}
.home .site-header .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Contact details and edit shortcut */
.site-contact-details {
    margin-top: 17px !important;
    margin-right: -60px !important;
}
.customize-partial-edit-shortcut {
    position: absolute !important;
    top: 0;
    right: 0;
}

/* Remove bottom spacing under header */
.site-header .container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


/* ====================================
   FOOTER STYLING
==================================== */
#colophon.site-footer {
    background-color: #0B1F53;
    color: #ffffff;
}
#colophon.site-footer a {
    color: #ffffff;
}
#colophon.site-footer a:hover {
    color: #cccccc;
}
#colophon.site-footer .wrapper {
    padding: 20px;
}


/* ====================================
   PAGE TITLE & GLOBAL FONT
==================================== */
.page .entry-title {
    display: none;
}
body,
h1, h2, h3, h4, h5, h6,
p,
a,
li,
span,
div {
    font-family: 'Roboto', sans-serif !important;
}

/* Ensure Get A Quote button remains inline */
.header-btn a.button,
a.btn,
#masthead .custom-menu-item a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif !important;
}

/* Hide page header */
.page-header {
    display: none !important;
}
#header-image {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}


/* ====================================
   RESPONSIVE ADJUSTMENTS (TABLET & MOBILE)
==================================== */
@media only screen and (max-width: 1024px) {
    /* Logo adjustments for tablet view */
    .site-branding {
        margin-left: 10px !important;
        text-align: left;
    }
    .home .site-branding {
        margin-left: 175px !important;
    }
    /* Center navigation */
    .main-navigation {
        margin-left: 0 !important;
        text-align: center;
    }
    .site-contact-details {
        margin-right: 0 !important;
    }
    
    /* Primary menu container adjustments */
    #primary-menu.nav-menu {
        margin-left: 20px !important;
        margin-right: 20px !important;
        box-sizing: border-box;
        padding-bottom: 15px !important;  /* Extra space below Get A Quote button */
    }
}

/* ====================================
   NAVIGATION CONTAINER & POSITIONING
==================================== */
/* Center main navigation container */
.nav-menu {
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
/* Ensure parent menu items are relative for proper dropdown positioning */
.nav-menu li {
    position: relative;
}
@media only screen and (max-width: 1024px) {
    /* Ensure the logo container is visible and positioned */
    .site-branding {
        margin-left: 10px !important; /* Adjust as needed */
        text-align: left;
        position: relative;
        z-index: 9999; /* Bring it above overlapping elements */
        display: block;
    }
    /* Force the logo image to have a max-width and display block */
    .custom-logo {
        max-width: 150px !important;  /* Adjust as needed */
        height: auto;
        display: block;
    }
}
@media only screen and (max-width: 1024px) {
    /* Ensure the logo container is visible and positioned */
    .site-branding {
        margin-left: 10px !important; /* Adjust as needed */
        text-align: left;
        position: relative;
        z-index: 9999; /* Bring it above overlapping elements */
        display: block;
    }
    /* Force the logo image to have a max-width and display block */
    .custom-logo {
        max-width: 150px !important;  /* Adjust as needed */
        height: auto;
        display: block;
    }
}
/* Force the third dropdown into two columns */
@media only screen and (min-width: 1025px) {
    .main-navigation ul li.menu-item-has-children:nth-child(3) .sub-menu {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr); /* Even columns */
        gap: px;
        width: 500px !important; /* Force a wider container */
        padding: px !important; /* Top/bottom/left/right padding */
        box-sizing: border-box;
        background-color: #0B1F53; /* Optional: see the container */
    }

    .main-navigation ul li.menu-item-has-children:nth-child(3) .sub-menu li {
        padding-right: px !important; /* Add spacing inside each item */
    }

    .main-navigation ul li.menu-item-has-children:nth-child(3) .sub-menu li a {
        display: inline-block;
        width: 100%;
    }
}
@media only screen and (min-width: 1025px) {
    .main-navigation ul li.menu-item-has-children:nth-child(3) .sub-menu {
        margin-top: 0 !important;
        padding-top: px !important; /* Match other dropdowns' top spacing */
        top: 100% !important; /* Makes sure it starts directly below the parent item */
    }

    .main-navigation ul li.menu-item-has-children:nth-child(3) .sub-menu li {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
@media only screen and (min-width: 1025px) {
    /* Second dropdown – "Coverages for Specific Industries" */
    .main-navigation ul li.menu-item-has-children:nth-child(2) .sub-menu {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: px;
        width: 500px !important;
        padding: px !important;
        margin-top: 0 !important;
        padding-top: px !important;
        top: 100% !important;
        box-sizing: border-box;
        background-color: #0B1F53; /* Optional: remove or change if needed */
    }

    .main-navigation ul li.menu-item-has-children:nth-child(2) .sub-menu li {
        padding-right: px !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .main-navigation ul li.menu-item-has-children:nth-child(2) .sub-menu li a {
        display: inline-block;
        width: 100%;
    }
}
/* ============================
   FINAL WORKING FOOTER CSS
============================ */
#colophon.site-footer {
    background-color: #0B1F53;
    padding: 20px 0;
    font-family: 'Roboto', sans-serif;
}

#colophon * {
    color: #ffffff !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

/* Main footer wrapper */
#colophon .wrapper {
    display: flex;
    align-items: flex-start; /* Very important: top alignment */
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Logo section */
#colophon .footer-logo {
    display: flex;
    align-items: flex-start;
    flex: 0 0 auto;
}
#colophon .footer-logo img {
    max-height: 50px; /* Adjust to make logo and headings top-align */
    height: auto;
}

/* Footer columns (links) */
#colophon .footer-columns {
    display: flex;
    align-items: flex-start; /* Top align headings and links */
    justify-content: space-between;
    flex: 1 1 auto;
    gap: 40px;
}

/* Each link column */
#colophon .footer-columns > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 180px;
}

/* Footer headings */
#colophon h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2;
}

/* Footer links */
#colophon a {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 3px;
    transition: color 0.3s ease;
}
#colophon a:hover {
    color: #B0C4DE !important;
}

/* Bottom footer text */
.footer-bottom {
    width: 100%;
    text-align: center;
    font-size: 13px;
}

/* Responsive mobile fix */
@media screen and (max-width: 768px) {
    #colophon .wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #colophon .footer-columns {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
    }

    #colophon .footer-logo {
        justify-content: center;
        margin-bottom: 20px;
    }
}

/* Make the footer background full width */
.site-footer {
    background-color: #0B1F53;
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ffffff; /* Optional thin line */
}

/* Stretch the inner wrapper full width */
#colophon .wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Footer content container */
.hentry {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Footer columns */
.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/* Footer links */
.site-footer a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}
.site-footer a:hover {
    color: #B0C4DE;
}
/* Footer columns layout */
.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* Align items to start, not spaced out */
    gap: 60px; /* Add controlled space between columns */
} 

/* Individual footer columns */
.wp-block-column {
    flex: 0 0 auto; /* Do not stretch to fill */
}

/* First logo/contact column */
.wp-block-columns > .wp-block-column:first-child {
    flex: 0 0 40%; /* Make the logo/contact info column wider */
}

/* First column (Logo + Contact) */
.wp-block-columns > .wp-block-column:nth-child(1) {
    flex: 0 0 24%; /* Example: 40% for logo/contact */
}

/* Second column (Quick Links) */
.wp-block-columns > .wp-block-column:nth-child(2) {
    flex: 0 0 11%; /* Example: 30% for Quick Links */
}

/* Third column (Insurance Services) */
.wp-block-columns > .wp-block-column:nth-child(3) {
    flex: 0 0 19%; /* Example: 25% for Insurance Services */
}
/* 4th column (Insurance Services) */
.wp-block-columns > .wp-block-column:nth-child(4) {
    flex: 0 0 23%; /* Example: 25% for Insurance Services */
}

/* Only change hentry inside the footer */
#colophon .hentry {
    padding: 0px 20px; /* Uniform horizontal padding */
    box-sizing: border-box;
}

/* Tighten space under the logo */
.wp-block-image {
    margin-bottom: -20px !important; /* Reduce if too much space */
}


/* Reduce spacing under headings like "Quick Links" */
.wp-block-heading {
    margin-bottom: 8px !important;
}

/* Hide the hidden email "verify" field that shows as a random box */
input.coblocks-field.verify {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ✅ Add space below the email input */
.coblocks-field--email {
    margin-bottom: 15px !important;
}

/* ✅ Style the "Contact Us" button correctly *//* Default form button style */
form .coblocks-form__submit .wp-block-button__link {
    background-color: #0B1F53 !important;
    color: #ffffff !important;
    padding: 2px 4px !important;
    font-size: 14px !important;
    border-radius: 50px !important;
    border: 2px solid #ffffff !important;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
    width: 100% !important;
    max-width: 120px;
    box-sizing: border-box;
}

/* FIX HOVER: override inline style */
form .coblocks-form__submit button.wp-block-button__link:hover {
    background-color: #0B1F53 !important; /* Button background turns white */
    color: #FFFFFF !important; /* Text turns your brand blue */
    border-color: #FFFFFF !important; /* Border turns blue */
}

/* Force input text color to black inside the footer form */
#colophon input.coblocks-field {
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Fix placeholder text inside fields */
#colophon input.coblocks-field::placeholder {
    color: #666666 !important;
    opacity: 1;
}

#colophon .wp-block-column.is-layout-flow {
    margin-right: 10px; /* move it right */
}
#colophon .wp-block-group.is-content-justification-center {
    margin-right: 70px;
}



/* Container Styling */
.wpmulticontact-form {
    background-color: #ffffff;
    padding: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    max-width: 600px;
    margin: 0 auto;
}

/* Input Fields */
.wpmulticontact-form input[type="text"],
.wpmulticontact-form input[type="email"],
.wpmulticontact-form input[type="tel"],
.wpmulticontact-form textarea {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.wpmulticontact-form input:focus,
.wpmulticontact-form textarea:focus {
    border-color: #007cba;
    outline: none;
}

/* Labels (optional if used) */
.wpmulticontact-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}

/* Submit Button */
.wpmulticontact-form input[type="submit"] {
    background-color: #007cba;
    color: #ffffff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wpmulticontact-form input[type="submit"]:hover {
    background-color: #005a8d;
}

/* Responsive Fixes */
@media (max-width: 600px) {
    .wpmulticontact-form {
        padding: 15px;
    }
}

/* === GENERAL FORM STYLES === */
#multi-step-form {
    font-family: 'Roboto', sans-serif;
    color: #333;
    background-color: #fff;
}

/* === LABELS === */
#multi-step-form label {
    font-weight: 600;
    font-size: 15px;
    color: #222;
    margin-bottom: 6px;
    display: block;
}

/* === INPUTS, TEXTAREAS, SELECTS === */
#multi-step-form input.fw-text-input,
#multi-step-form textarea.fw-textarea,
#multi-step-form select.fw-select {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fefefe;
    color: #333;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* === PLACEHOLDER TEXT === */
#multi-step-form input::placeholder,
#multi-step-form textarea::placeholder {
    color: #999;
}

#multi-step-form .fw-wizard-step-header-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
  background: none !important;
}

#multi-step-form .fw-wizard-step-header,
#multi-step-form .fw-wizard-step-header * {
  display: none !important;
}
#multi-step-form .fw-btn-submit {
  width: 220px !important;
  height: 48px !important;
  line-height: 48px !important;
  padding: 0 30px !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
  scale: 1 !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

#multi-step-form .fw-btn-submit:hover {
  width: 220px !important;
  height: 48px !important;
  line-height: 48px !important;
  padding: 0 30px !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
  scale: 1 !important;
}
#multi-step-form .fw-btn-submit {
  height: 48px !important;
  line-height: 48px !important;
  padding: 0 30px !important;
  box-sizing: border-box !important;
  border: 2px solid transparent !important; /* Reserve space */
  font-size: 16px !important;
  font-weight: 500 !important;
  background-color: #3955ba; /* Keep your original */
  color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

#multi-step-form .fw-btn-submit:hover {
  border-color: #3955ba !important; /* Changes color only, not size */
}
#multi-step-form .fw-btn-submit {
  height: 48px !important;
  line-height: 4px !important;
  padding: 0 30px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: center !important;
  display: inline-block !important;
  border: none !important;

  box-sizing: border-box !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

#multi-step-form .fw-btn-submit:hover {
  height: 48px !important;
  line-height: 48px !important;
  padding: 0 30px !important;
}

@media screen and (max-width: 768px) {
  .wp-block-columns.is-layout-flex {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px !important;
  }

  /* First block full width */
  .wp-block-columns .wp-block-column:nth-child(1) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    order: 1;
    text-align: center !important;
    margin-bottom: 20px;
  }

  /* Second and third blocks side-by-side */
  .wp-block-columns .wp-block-column:nth-child(2),
  .wp-block-columns .wp-block-column:nth-child(3) {
    flex: 0 0 48% !important;
    max-width: 48% !important;
    order: 2;
    text-align: left !important;
  }

  /* Fourth block full width, below */
  .wp-block-columns .wp-block-column:nth-child(4) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    order: 3;
    text-align: center !important;
    margin-top: 20px;
  }

  .wp-block-column figure,
  .wp-block-column .wp-block-group,
  .wp-block-column p,
  .wp-block-column h2,
  .wp-block-column form {
    width: 100% !important;
  }
}
/* === GLOBAL WRAPPER === */
body.page-id-10088 #multi-step-form {
  padding: 0 !important;
  margin: 0 !important;
}

/* === STEP CONTAINERS === */
body.page-id-10088 .fw-wizard-step,
body.page-id-10088 .fw-step-part,
body.page-id-10088 .fw-step-part-body,
body.page-id-10088 .fw-wizard-step-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 13px !important;
  padding-bottom: 0px !important;
}

/* === STEP TITLES === */
body.page-id-10088 .fw-step-part-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

/* Apply consistent spacing above all step titles */
body.page-id-10088 .fw-step-part-title {
  margin-top: 20px !important;
  margin-bottom: 5px !important;
  font-size: 16px;
  font-weight: bold;
}



/* === FORM BLOCKS === */
body.page-id-10088 .fw-step-block,
body.page-id-10088 .fw-input-container {
  margin: 0px 0 !important;
  padding: 0 !important;
}

/* === LABELS & HEADINGS === */
body.page-id-10088 .fw-step-block label,
body.page-id-10088 .fw-step-block .msf-h3 {
  display: block;
  margin-bottom: 0px !important;
}

/* === FORM FIELDS === */
body.page-id-10088 input.fw-text-input,
body.page-id-10088 textarea.fw-textarea,
body.page-id-10088 select.fw-select {
  padding: 6px 10px !important;  /* Left/right padding, comfortable cursor */
  margin-bottom: 0px !important;
  font-size: 14px;
} 

/* === ICONS INSIDE FIELDS === */
body.page-id-10088 .fw-input-container .form-control-feedback {
  display: none !important;
}

/* === HEADER & PROGRESS === */
body.page-id-10088 .fw-wizard-step-header-container,
body.page-id-10088 .fw-wizard-step-header,
body.page-id-10088 .fw-progress-bar-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* === On page‐id‑10157 – Move Previous/Next up === */
body.page-id-10157 #multi-step-form .fw-button-previous,
body.page-id-10157 #multi-step-form .fw-button-next {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

/* === Submit button down === */
body.page-id-10157 #multi-step-form .fw-btn-submit {
  margin-top: 0px !important;
	margin-bottom: 0px !important;
}
/* Apply to just Step 2 container */
body.page-id-10088 .fw-wizard-step[data-stepid="2"] .fw-step-part-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Remove extra spacing on each block inside step 2 */
body.page-id-10088 .fw-wizard-step[data-stepid="2"] .fw-step-block {
  padding: 0 !important;
  margin: 4px 0 !important;
}

/* Shrink file‑upload block */
body.page-id-10088 .fw-wizard-step[data-stepid="2"] .fw-step-block[data-type="fw-file"] .fw-input-container {
  padding: 0 !important;
  margin: 0 !important;
}
body.page-id-10088 .fw-wizard-step[data-stepid="2"] .fw-step-block[data-type="fw-file"] p {
  margin: 0 !important;
  font-size: 12px;
  line-height: 1.2;
}
body.page-id-10088 .fw-wizard-step[data-stepid="2"] .fw-step-block[data-type="fw-file"] label.fw-button-fileupload {
  padding: 4px 8px !important;
  font-size: 14px;
}
body.page-id-10088 .fw-wizard-step[data-stepid="2"] .fw-step-part-body {
  background: rgba(255,0,0,0.1);
}
body.page-id-10088 .fw-wizard-step::before {
  content: "";
  display: block;
  height: 80px; /* adjust this to shift the scroll up */
  margin-top: -80px; /* pulls the element up into view */
  visibility: hidden;
}
body.page-id-10088 .fw-wizard-step.fw-current::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

body.page-id-10088 .fw-wizard-step {
  padding-top: 80px !important; /* Shift step lower = scroll lands higher */
  box-sizing: border-box;
}


/* === Style Lighthouse dropdown menus with white border === */
.main-navigation ul.sub-menu {
  border: 10px solid #ffffff;
  border-radius: 0;
  background-color: #0B1F53; /* matches your header background */
  padding: 10px 0;
  margin-top: 0;
  box-sizing: border-box;
  z-index: 9999;
}

.site, .content-area, .site-content {
    background-color: #ffffff !important;
}

