/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


/* =========================================================
   HomeKOG – Global Stylesheet (tidied + organised)
   - Grouped related rules
   - Combined selectors where possible
   - Consolidated media queries
   ========================================================= */

/* =========================================================
   Global typography
   ========================================================= */
h1,
h2,
h3 {
    text-transform: capitalize !important;
}

.nationwide_network_row .wpb_text_column p {
    text-wrap: pretty;
}

main .wpb_text_column p a {
    text-decoration: underline;
}


.laptoponly {
    display: none;
}


/* Tidy later */
.three_options_inner .wpb_column.vc_column_container.has-link {
	background: white;
	border-radius: 12px;padding: 20px;
	border: 1px solid var(--color-content-border);
}

.three_options_inner .wpb_column.vc_column_container.has-link:hover {
    color: white;
    background-color: black;
}

.boiler_package_title {
	text-wrap: pretty;
}

.sticky-content {
	 display: flex;
      align-items: center;
      justify-content: center;
      gap: 30px;
      flex-wrap: wrap;
      line-height: 1.2;
      font-size: 16px;
      font-weight: 600;
}

div#energy-sticky-row {
	color: black;
    background-color: #abde19;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: auto;
    width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	box-shadow: 0px 4px 9px black;
	z-index: 100;
}

#energy-sticky-close {
	 position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        color: black;
        cursor: pointer;
        padding: 10px 12px;
        font-size: 22px;
        line-height: 1;
}

a.sticky-quote-btn {
    background: black !important;
    color: white !important;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 30px;
}

a:hover.sticky-quote-btn {
	background: #333 !important;
	color: white !important;
}

div#energy-sticky-row a.w-btn,
div#energy-sticky-row a {
    background: black !important;
    color: white !important;
}

div#energy-sticky-row a.w-btn:hover,
div#energy-sticky-row a:hover {
    background: #333 !important;
    color: white !important;
}



/* =========================================================
   Boiler finance page
   ========================================================= */

.finance_example_row th {
    background: var(--color-content-link);
}


.finance_example_row td {
    background: white;
    color: #333;
}

.finance_example_row tr:nth-child(even) td {
    background: #f0faf7;
}


/* =========================================================
   Blog post floating CTA
   ========================================================= */

span.cta_product_label {
    color: var(--color-content-link);
}

.bc-blog-cta {
    z-index: 2;
    position: fixed;
    width: 300px;
    top: 50%;
    right: 0px;
    transition: opacity .3s ease, transform .3s ease;
}

.bc-blog-cta h3 {
    text-transform: none !important;
    margin-bottom: 12px;
}

.bc-blog-cta p {
    font-size: 14px;
}

.bc-blog-cta.hide {
    opacity: 0;
    transform: translateY(-10px);
}

.bc-blog-cta__inner {

    padding: 20px 30px;
    border-radius: 14px;
    background: white;
    border: 1px solid var(--color-content-border);
    box-shadow: 3px 4px 9px rgb(0, 0, 0, 0.25);
}

.bc-blog-cta__title {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.25;
}

.bc-blog-cta__subtitle {
    margin: 0 0 16px;
    font-size: 15px;
    opacity: .85;
}

.bc-blog-cta__button {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 12px;
    text-decoration: none;
    background: black;
    color: #fff;
    font-weight: 700;
}

.bc-blog-cta__button:hover {
    opacity: .92;
}

.bc-blog-cta__close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    opacity: .6;
}

.bc-blog-cta__close:hover {
    opacity: 1;
}


/* =========================================================
   Boiler Cover Journey
   ========================================================= */
.b2g-card {
    padding-top: 50px !important;
}

.b2g-card-roundel {
    box-shadow: 3px 6px 9px rgb(0 0 0 / 20%);
    rotate: 10deg;
    height: 60px;
    width: 80px;
    border-radius: 12px;
    padding: 5px 10px;
    position: absolute;
    right: 0px;
    top: -10px;
    background: linear-gradient(45deg, rgba(5, 116, 66, var(--tw-bg-opacity, 1)) 0%, #007a5e 100%);
    background: linear-gradient(45deg, rgba(5, 116, 66, var(--tw-bg-opacity, 1)) 0%, #007a5e 100%);
}

.discount_number_container {
    display: flex;
    width: 100%;
    grid-gap: 2px;
    align-items: center;
}

span.discount_number {
    font-size: 32px;
    font-weight: 700;
    color: white;
    line-height: 1;
}

span.discount_percentage_sign {
    font-weight: bold;
    color: white;
    line-height: 1;
    font-size: 12px;
}

span.discount_time_period {
    letter-spacing: -0.1px;
    display: block;
    width: 100%;
    font-size: 10px;
    color: white;
}

.home-cover .b2g-card-roundel {
    background: white;
}

.home-cover .b2g-card-roundel span {
    color: #007a5e;

}

span.month_then_price {
    text-decoration: line-through;
    font-size: 24px;
}

.home-cover .b2g-card__tagline {
    color: white;
}

/* Checklist wrapper */
.boiler_package_checklist {
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-cover .b2g-price__meta {
    color: white;
}

/* Each checklist row = icon + text aligned nicely */
.boiler_checklist_item {
    display: flex;
    align-items: center;
    /* keeps icon centered to text */
    gap: 10px;
    line-height: 1.3;
    font-size: 14px;
    /* tweak if needed */
}

/* The SVG icon */
.boiler_checklist_item::before {
    content: "";
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    /* prevents squishing */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-1px);
    /* tiny optical alignment tweak */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%2333c533'/%3E%3Cpath d='M8.3 13.2L5.6 10.5a1 1 0 0 1 1.4-1.4l2 2 4.6-4.6a1 1 0 1 1 1.4 1.4l-5.3 5.3a1 1 0 0 1-1.4 0z' fill='%23fff'/%3E%3C/svg%3E");
}

.free_boiler_service {
    background: #FFD700;
    border-radius: 8px;
    padding: 5px 10px;
    color: black;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}

.b2g-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 14px;
    font-family: inherit
}

.b2g-header {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 14px;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.b2g-title {
    margin: 0;
    font-size: 28px;
    line-height: 1.15
}

.b2g-subtitle {
    margin: 6px 0 0;
    color: #5b5b63;
    font-size: 14px;
}

.b2g-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid #e6e6ea;
    background: #fff
}

.b2g-pill__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #34c759;
    display: inline-block
}

.b2g-pill--promo {
    white-space: nowrap
}

.b2g-controls {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin: 16px 0 18px;
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width:900px) {
    .b2g-controls {
        grid-template-columns: 1fr;
    }
}

.b2g-control {
    border-radius: 14px;
    padding: 12px;
}

.b2g-control__label {
    font-size: 14px;
    color: #5b5b63;
    margin-bottom: 8px;
    font-weight: 600;
}

.b2g-toggle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.b2g-toggle__btn {
    appearance: none;
    border: 1px solid #e6e6ea;
    background: #fff;
    padding: 10px 12px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.b2g-toggle__btn:hover {
    border-color: #cfcfd6
}

.b2g-toggle__btn.is-active {
    background: linear-gradient(180deg, #00b969 0%, #34ad82 100%);
    color: #fff;
    border-color: #33c533;
}

.b2g-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
}

@media (max-width:1100px) {
    .b2g-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {
    .b2g-grid {
        grid-template-columns: 1fr;
    }
}

.b2g-card {
    position: relative;
    border: 2px solid #007a5e;
    border-radius: 16px;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    min-height: 240px
}

.b2g-badge {
    color: white;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 10px;
}

.b2g-card__name {
    font-size: 20px;
    font-weight: 800
}

.b2g-card__tagline {
    margin-top: 4px;
    color: #5b5b63;
    font-size: 18px;
    font-weight: 500;
}

.b2g-price {
    margin-top: 14px;
    padding-top: 14px;
}

.b2g-price__now {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.02em
}

.b2g-price__per {
    color: #5b5b63;
    font-weight: 700
}

.b2g-price__meta {
    margin-top: 8px;
    color: #5b5b63;
    font-size: 13px
}

.b2g-price__was {
    text-decoration: line-through;
    color: #9aa0a6;
    font-size: 24px;
}

.b2g-card__actions {
    margin-top: auto;
    padding-top: 14px
}

.b2g-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    background: black;
    color: #fff;
    text-decoration: none;
    font-weight: 800
}

.b2g-btn:hover {
    opacity: .92;
    color: white !important;
}

.b2g-card__foot {
    margin-top: 10px;
    color: #9aa0a6;
    font-size: 12px
}

.b2g-muted {
    color: #9aa0a6
}

.b2g-loading {
    margin-top: 12px;
    color: #5b5b63;
    font-weight: 700
}

.home-cover {
    background: linear-gradient(45deg, rgba(5, 116, 66, var(--tw-bg-opacity, 1)) 0%, #007a5e 100%);
    background: linear-gradient(45deg, rgba(5, 116, 66, var(--tw-bg-opacity, 1)) 0%, #007a5e 100%);
}


.home-cover {
    color: white;
}

.home-cover span.b2g-price__per {
    color: white;
}

.home-cover span.b2g-price__was {
    color: white;
}

/* Mobile Only Styling */
@media only screen and (max-width: 767px) {
    .three_options_inner img {
        max-width: 150px;
    }
    
    a#sticky-quote-btn {
        font-size: 12px;
    }

    .sticky-content {
        gap: 15px;
        padding-left: 10px;
        justify-content: flex-start;
        font-size: 13px;
    }
    
    a.sticky-quote-btn {
        padding: 8px 12px;
    }
 
    
    .bc-blog-cta {
        width: 100%;
        bottom: 0px;
        top: auto;
    }

    .bc-blog-cta__inner {
        border-radius: 0px;
    }

    .bc-blog-cta__inner a.w-btn {
        font-size: 12px;
    }

    .bc-blog-cta__inner {
        padding: 12px 30px !important;
    }

    .bc-blog-cta__inner p {
        font-size: 12px;
        text-wrap: pretty;
    }

    .bc-blog-cta__inner h3 {
        text-wrap: pretty;
        font-size: 20px;
    }


    .customer-type-control button {
        width: 50%;
    }

    .callout-fee-control button {
        width: 33.33%;
    }

    .payment-option-control button {
        width: 50%;
    }
}

/* =========================================================
   About us page
   ========================================================= */

.team_member_wrapper {
    background: white;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid var(--color-content-border);
}

.team_member_wrapper strong {
    color: var(--color-content-link);
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 16px;
}

.team_member_wrapper p {
    font-size: 14px;
}

.environment_row, .environment_row h2 {
    color: white;
}

.team_row .w-person {
    background: white;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid var(--color-content-border);
}

.team_member_wrapper img {
    min-width: 100px;
    border-radius: 100%;
}

.team_member_wrapper h4 {
    margin-bottom: 8px;
}

.team_member_wrapper p:first-of-type {
    margin-bottom: 8px;
}

/* =========================================================
   Contact Page 
   ========================================================= */
.contact_right {
    background: white;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid var(--color-content-border);
    padding: 20px 40px;
}

.contact_right input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
}

.contact_page_phone p {
    font-size: 20px;
    font-weight: 600;
    font-family: Plus Jakarta Sans;
}

.contact_page_phone {
    align-items: center !important;
}

.contact_page_phone span {
    font-size: 14px;
}


/* =========================================================
   Blog author page 
   ========================================================= */
.author_grid .post-author-name {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--h1-font-family);
}

.author_grid h2 {
    font-weight: 600;
    font-size: 24px;
}


/* =========================================================
   Individual Blog Post Template 
   ========================================================= */
.blog_subscribe_row input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #abde19 !important;
    color: black !important;
}

.single-post .blog_post_featured_img.with_placeholder {
    background: #1a1c1f;
    border-radius: 30px;
}

.single-post img.g-placeholder {
    opacity: 0;
    height: 400px;
}

.blog_subscribe_row p a {
    color: white;
}

.blog_subscribe_row input {
    color: #333 !important;
}

.newsletter_form {
    display: flex;
    grid-gap: 20px;
    align-items: center;
}

.newsletter_form span.wpcf7-form-control-wrap {
    margin: 0px;
}

.newsletter_form p {
    margin: 0px;
}

.blog_subscribe_row {
    border-radius: 12px;
}

.single_post_author_row {
    padding-bottom: 60px !important;
}

.related_posts {
    padding-top: 0px !important;
}

.blog_post_content_container section:first-of-type {
    padding-top: 0px !important;
}

.blog_post_hero_top {
    padding-bottom: 0px !important;
}

.blog_post_hero_top {
    background:
        linear-gradient(45deg, var(--color-content-primary) 0%, var(--color-content-primary) 100%) top / 100% 65% no-repeat,
        transparent bottom / 100% 65% no-repeat;

}


/* Author info  */
.single_post_author_row {
    padding-top: 20px !important;
}

.single_post_author_row .post_author img {
    border: 0px !important;
}

.single_post_author_row .wpb_column.vc_column_container {
    background: #e0f5ef;
    padding: 20px;
    border-radius: 12px;
}

.single_post_author_row .post-author-meta:before {
    content: "Written by: " !important;
    margin-right: 2px;
    font-size: 20px !important;
    font-weight: 600;
}

.single_post_author_row a.post-author-name.fn, .single_post_author_row a:hover.post-author-name.fn {
    display: inline-block !important;
}


.single_post_author_row .post-author-info {
    font-size: 14px;
    margin-top: 8px;
}

.single_post_author_row .w-post-elm.post_author.vcard.author.with_ava.avapos_left {
    align-items: flex-start;
}

.single_post_author_row a.post-author-name.fn {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.single_post_author_row a:hover.post-author-name.fn {
    color: rgba(5, 116, 66, var(--tw-bg-opacity, 1));
    display: block;
}

.single-post .blog_post_hero .post_author {
    font-size: 14px;
}

.single_post_author_row .post-author-ava img {
    width: 100px;
}

.blog_post_hero .post-author-ava img {
    width: 64px;
}

.single-post .post-author-ava {
    width: auto;
}

.single-post a.post-author-name.fn {
    text-decoration: underline;
}

.single-post .blog_post_hero .post-author-meta:before {
    content: "Written by";
}

.single-post .post_author img {
    border: 2px solid #007a5e;
}

.author_bio_only a.post-author-name.fn {
    display: none !important;
}

.author_bio_only .post-author-meta:before {
    display: none;
}

.author_bio_only .post-author-info {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
}

/* ============================================== */

/* Post hero section  */
.blog_post_hero {
    padding-bottom: 0px !important;
}

.blog_post_hero .post_taxonomy {
    font-size: 14px;
}

.blog_post_hero .post_taxonomy a {
    text-decoration: underline;
}

.blog_post_hero span.w-post-elm-before {
    display: block;
    font-weight: bold;
}

.blog_post_hero time {
    font-size: 14px;
}

.blog_post_featured_img img {
    border-radius: 12px;
}

/* ============================================== */

.blog_post_content_container {
    padding-top: 0px !important;
}

.blog_post_content_container section {
    padding-left: 0px;
    padding-right: 0px;
}


/* =========================================================
   Footer
   ========================================================= */
footer .w-iconbox-link:hover .w-iconbox-icon {
    background: #97c70e !important;
}

footer .w-iconbox-icon i {
    color: #1a1c1f !important;
}

.footer_logo {
    width: 225px;
    filter: brightness(200);
}

.footer_socials a {
    font-size: 24px;
}

.footer_card_logos {
    max-width: 150px;
}

footer nav li a {
    font-size: 14px;
}

footer span.w-iconbox-title {
    font-size: 14px;
}

.footer_copyright {
    font-size: 12px;
}


.footer_policy_menu .menu {
    display: grid !important;
    width: 100%;
}


.footer_top_row {
    padding-bottom: 0px !important;
}

footer nav li a:hover {
    color: var(--color-footer-link-hover) !important;
}

/* =========================================================
   Blogs
   ========================================================= */
.blog_post_hero_top nav.g-breadcrumbs a {
    color: white;
}

.blog_category_menu a {
    background: var(--color-content-link);
    color: white !important;
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
}

.blog_category_menu a:hover {
    background: #007a5e;
}

.blog_archive_bio .post-author-name {
    display: none;
}

.post-author-info {
    font-size: inherit;
}

.blog_archive_hero {
    padding-bottom: 0px !important;
}

.blog_archive_hero .post-author-meta {
    display: none;
}

nav.g-breadcrumbs a {
    color: #333;
}

nav.g-breadcrumbs a:hover {
    color: var(--color-content-link);
}

nav.g-breadcrumbs {
    font-size: 12px;
}

nav.g-breadcrumbs a {
    text-decoration: underline;
}

.grid_author_name a.post-author-name.fn {
    color: white;
    text-decoration: underline;
    font-size: 12px;
}

.grid_author_name a:hover.post-author-name {
    color: var(--color-content-link);
}

.grid_author_name:before {
    content: "By";
    color: white;
}

.grid_author_name {
    display: inline-flex;
    grid-gap: 3px;
    font-size: 12px;
    align-items: center;
    justify-content: flex-start;
}

.grid_author_name .post-author-meta {
    flex-grow: 0;
    width: auto;
}

.blogs_row .post_taxonomy a, .blogs_grid .post_taxonomy a {
    background: var(--color-content-link);
    display: inline-block;
    color: white !important;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 30px;
    font-weight: 600;
}

.grid_posted_on span.w-post-elm-before,
.grid_updated_on span.w-post-elm-before {
    font-weight: 400;
}

.grid_posted_on, .grid_updated_on {
    font-size: 12px;
    font-weight: 600;
    color: white !important;
}

.grid_updated_on {
    margin-bottom: 8px;
}

.grid_posted_on {
    margin-bottom: 0px;
}

.blogs_row .post_taxonomy, .blogs_grid .post_taxonomy {
    margin-top: 20px;
}

.blogs_row {
    background: white;
}

.blogs_row h3 a, .blogs_grid h3 a {
    color: white;
}

.blogs_row h3, .blogs_grid h3 {
    font-weight: 600;
}

.blogs_row h3 a:hover, .blogs_grid h3 a:hover {
    color: var(--color-content-link);
}

.blogs_row .w-grid-item-h, .blogs_grid .w-grid-item-h {
    padding: 20px !important;
}

.blogs_row .post_image img, .blogs_grid .post_image img,
.keeping_nation_warm img {
    border-radius: 12px;
}

.blog_grid_content {
    padding: 40px 0px;
}

/* =========================================================
   FAQ's
   ========================================================= */
.faq_img_col {
    border-radius: 12px;
    min-height: 300px;
}

.faq_still_need_help h4 {
    margin-bottom: 8px;
}

.faq_still_need_help a.w-btn {
    margin-top: 24px;
}

/* =========================================================
   Accordions styling
   ========================================================= */
button.w-tabs-section-header {
    background: white;
    border-radius: 12px;
    font-weight: 600;
    transition: none;
}

.w-tabs.accordion>div>.w-tabs-section {
    border: 1px solid var(--color-content-heading);
    border-radius: 12px;
    background: white;
    margin-bottom: 20px;
}

button.w-tabs-section-header.active, button.w-tabs-section-header.active:hover, button.w-tabs-section-header.active:focus {
    background: linear-gradient(45deg, rgba(5, 116, 66, var(--tw-bg-opacity, 1)) 0%, #007a5e 100%) !important;
    color: white !important;
    border-radius: 12px 12px 0px 0px;
    transition: none;
}


button.w-tabs-section-header:focus, button.w-tabs-section-header:hover {
    background: white !important;
}

/* =========================================================
   Boiler cover row
   ========================================================= */
.boiler_cover_row img {
    border-radius: 12px;
}

.boiler_cover_row p {
    text-wrap: pretty;
}

/* =========================================================
   Payment methods row
   ========================================================= */

.payment_methods_inner .vc_column_container {
    background: white;
    border-radius: 12px;
    border: 1px solid #b2dfd3;
    background: #fff;
    color: #333;
    padding: 20px;
}

.payment_methods_inner h3 {
    color: #333 !important;
}

.payment_methods_inner p {
    font-size: 14px;
    text-wrap: pretty;
}



/* =========================================================
   Boiler Central — Animated UK Map (map-only version)
   ========================================================= */

.bc-local-map {
    padding: clamp(24px, 4vw, 56px) 0;
}

.bc-local-map__inner {
    width: min(1200px, 92%);
    margin: 0 auto;
}

/* ---- Map card (square, responsive) ---- */
.bc-map-card {
    position: relative;
    width: 100%;

    margin: 0 auto;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    isolation: isolate;
}

.bc-map-card__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgba(5, 116, 66, var(--tw-bg-opacity, 1)) 0%, #007a5e 100%);
}

/* Your SVG map (white + slightly transparent, scaled nicely) */
.bc-uk-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 10%;
    object-fit: contain;
    z-index: 1;
    opacity: 0.82;
    /* slightly lower transparency */
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.18));
    pointer-events: none;

    /* If your SVG isn't white by default, you can export it as white,
       or inline it and set fills via CSS. */
}

/* Marker layer */
.bc-marker-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* ---- Marker ---- */
.bc-marker {
    position: absolute;
    transform: translate3d(-50%, -100%, 0);
    display: grid;
    gap: 10px;
    align-items: start;
    pointer-events: none;
    will-change: transform, opacity;
}

.bc-pin {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: white;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
    position: relative;
    display: grid;
    place-items: center;
    will-change: transform, opacity;
}

.bc-pin::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 18px solid white;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
}

.bc-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
}

.bc-label {
    justify-self: start;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    will-change: transform, opacity;
}

/* ---- Smoother, slower transitions ---- */
.bc-marker.is-entering {
    opacity: 0;
    transform: translate3d(-50%, calc(-100% + 14px), 0) scale(0.985);
}

.bc-marker.is-entered {
    opacity: 1;
    transform: translate3d(-50%, -100%, 0) scale(1);
    transition:
        opacity 700ms ease,
        transform 850ms cubic-bezier(.2, .9, .2, 1);
}

.bc-marker.is-exiting {
    opacity: 0;
    transform: translate3d(-50%, calc(-100% - 10px), 0) scale(0.975);
    transition:
        opacity 550ms ease,
        transform 650ms ease;
}

/* Mobile tweaks */
@media (max-width: 480px) {
    .bc-label {
        font-size: 12px;
        padding: 7px 10px;
    }

    .bc-pin {
        width: 48px;
        height: 48px;
    }

    .bc-avatar {
        width: 36px;
        height: 36px;
    }
}

/* =========================================================
     Popup styling
      ========================================================= */
.w-popup-box-title {
    border-radius: 12px 12px 0 0;
    background: #007a5e;
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
}

.w-popup-box-content {
    border-radius: 0 0 12px 12px;
}

/* =========================================================
     Boiler Packages Carousel / Owl controls
      ========================================================= */
button.owl-prev,
button.owl-next {
    color: #007a5e !important;
    background: transparent !important;
}

button.owl-prev:hover,
button.owl-next:hover {
    color: rgba(5, 116, 66, var(--tw-bg-opacity, 1)) !important;
    background: transparent !important;
}

.boiler_image {
    flex-direction: column;
}

article.boiler_packages .w-grid-item-h, article.heat_pumps_packages .w-grid-item-h, article.solar_packages .w-grid-item-h {
    border-radius: 12px;
	border: 1px solid var(--color-content-border);
 
}

/* =========================================================
      Header & navigation
      ========================================================= */
.mega_menu_container .w-iconbox-icon {
    background: var(--color-content-primary) !important;
}

ul.w-nav-list.level_2 {
    background: white !important;
}

header nav a {
    font-weight: 600;
}

.header_logo,
.header_quote_btn {
    z-index: 999;
}


@media only screen and (max-width: 600px) {
.l-subheader.at_middle {
    background: white !important;
}
}


/* =========================================================
        Mega menu
      ========================================================= */
.mega_menu_container {
    padding-left: 20px;
    padding-right: 20px;
}

.mega_menu_container h4 {
    font-weight: 600;
}

.mega_menu_container .g-cols {
    grid-gap: 1rem;
}

.mega_menu_linkbox {
    align-items: center !important;
    justify-content: space-between;
    border-bottom: 1px solid #b2dfd3;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
}

.mega_menu_linkbox h4 {
    font-size: 18px;
}

.mega_menu_linkbox p {
    font-size: 12px;
}

.mega_menu_box .w-grid-item-h {
    border-radius: 12px;
}

.mega_menu_box h4 {
    margin-bottom: 5px !important;
}

.mega_menu_intro_sentence {
    font-size: 14px;
    text-wrap: pretty;
}

.mega_render_container .w-grid-item-h {
    border: 1px solid #b2dfd3;
    transition: 0.3s;
}

.mega_render_container .w-grid-item-h:hover {
    background: #007a5e;
}

.mega_render_container .w-grid-item-h:hover h4,
.mega_render_container .w-grid-item-h:hover p {
    color: #fff !important;
    transition: 0.3s;
}

.mega_menu_render {
    position: absolute;
    top: 20px;
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
}

.mega_menu_render img {
    width: 60% !important;
    margin: auto;
}

ul.w-nav-list.level_2 {
    margin-top: -12px;
    box-shadow: none !important;
    border-radius: 0 0 30px 30px;
}

/* =========================================================
      Three steps mobile boxes
      ========================================================= */
.three_steps_mobile_box .vc_column-inner {
    border-radius: 12px;
    border: 1px solid var(--color-content-border);
    background: #fff;
}

.three_steps_mobile_box img {
    border-radius: 12px 12px 0 0;
}

.three_steps_mobile_box .wpb_text_column {
    padding: 20px;
}

.three_steps_mobile_box h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

/* =========================================================
      "What's included" section
      ========================================================= */
.whats_included_bottom {
    margin-top: 3rem;
    text-align: center;
}

.whats_included_bottom .w-popup.w-btn-wrapper.align_none {
    margin-inline-end: 20px;
}

.whats_included_left,
.whats_included_right {
    background: #fff;
    color: #333;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #b2dfd3 !important;
}

.whats_included_left h3,
.whats_included_right h3 {
    color: #333 !important;
    font-size: 20px;
}

.whats_included_left img,
.whats_included_right img {
    width: 220px;
    margin-bottom: 20px;
}

.whats_included_middle {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
}

/* =========================================================
      Boiler packages
      ========================================================= */

.boiler_packages a.w-btn, .heat_pumps_packages a.w-btn, .solar_packages a.w-btn {
    max-width: 200px;
    margin-top: 20px;
}

.boiler_item_content {
    width: 66%;
    flex-direction: column;
    justify-content: center;
}

.boiler_package_title {
    font-weight: 600;
    font-size: 24px;
}

.boiler_package_price {
    font-weight: 600;
    font-size: 18px;
    color: rgba(5, 116, 66, var(--tw-bg-opacity, 1));
}

.boiler_package_checklist i {
    color: rgba(5, 116, 66, var(--tw-bg-opacity, 1));
}

/* =========================================================
      3-step scroll/pinned section (desktop)
      ========================================================= */
.bc-steps {
    position: relative;
}

.bc-steps__pin-wrapper {
    position: relative;
    height: 180vh;
}

.bc-steps__pin-container {
    position: sticky;
    top: 6rem;
    height: calc(100vh - 6rem);
    display: flex;
    align-items: center;
}

.bc-steps__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    gap: 6rem;
    align-items: center;
}

.bc-steps__left,
.bc-steps__right {
    width: 50%;
}

.bc-steps__title {
    margin: 0 0 40px;
    font-size: clamp(28px, 2.6vw, 40px);
    line-height: 1.2;
    font-size: 32px;
    /* keeping your original override */
}

.bc-step-item {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
    opacity: 0.4;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.bc-step-item:last-child {
    margin-bottom: 0;
}

.bc-step-item.active {
    opacity: 1;
    transform: translateX(0);
}

.bc-step-item.completed {
    opacity: 0.4;
}

.bc-step-item__text h3 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.3;
}

.bc-step-item__text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
}

.bc-step-item__bar-wrap {
    display: flex;
    align-items: stretch;
}

.bc-progress-track {
    width: 6px;
    min-height: 80px;
    border-radius: 999px;
    background: #e9ecef;
    overflow: hidden;
}

.bc-progress-bar-inner {
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgba(5, 116, 66, var(--tw-bg-opacity, 1)), #007a5e);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.2s linear;
}

.bc-steps__image-wrap {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.bc-steps__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    transition: opacity 0.5s ease;
}

/* =========================================================
      Hero section video fade-in
      ========================================================= */
.hero_row .l-section-video {
    opacity: 0;
    transform: translateY(20px);
    animation: sectionVideoFadeIn 10s ease-out forwards;
}

@keyframes sectionVideoFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================================
      Hero / order cutoff / misc
      ========================================================= */
.hero_row .l-section-overlay {
    background: rgba(5, 116, 66, var(--tw-bg-opacity, 1)) !important;
    opacity: 0.97;
}

div#order-cutoff {
    display: flex;
    align-items: center;
    grid-gap: 3px;
    font-size: 14px;
}

div#order-cutoff img {
    filter: invert(100%);
    margin-right: 3px;
}

.hero_img img {
    filter: drop-shadow(3px 4px 9px rgb(0 0 0 / 0.75));
}

.hero_stat_one p,
.hero_stat_two p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.homeowners_count {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.customers_image img {
    width: 200px;
}

/* =========================================================
      Responsive styles  
      ========================================================= */

/* -----------------------------
      Large screens
      ----------------------------- */

/* 1501px and up */
@media only screen and (min-width: 1501px) {
    .hero_img img {
        padding: 50px;
    }
 
}

/* 1501px and up (hero stats layout + typography) */
@media only screen and (min-width: 1501px) {

    .boiler_image {
        width: 33.33%;
    }

    .hero_stat_one,
    .hero_stat_two {
        padding: 15px;
        text-align: center;
        display: block;
        width: 200px;
        font-size: 14px;
        line-height: 1.5;
        background: color(srgb 1 1 1 / 0.95);
        position: absolute;
        border-radius: 30px;
        color: #333;
        box-shadow: 0 0 9px #00000033;
        text-wrap: pretty;
        backdrop-filter: blur(2px);
    }

    .hero_stat_one {
        bottom: 60px;
    }

    .hero_stat_two {
        top: 70px;
        right: 40px;
    }

    .hero_stat_one h4,
    .hero_stat_two h4 {
        margin-bottom: 0;
        color: rgba(5, 116, 66, var(--tw-bg-opacity, 1)) !important;
        font-size: 46px;
        font-weight: 700;
    }
}

/* Laptop Scaling */

/* Fix the issue with the 3 steps row overlapping onto the hero section */
@media only screen and (max-width: 1550px) and (min-width: 1025px) {
    .laptoponly {
        display: block !important;
    }
}

/* 1200px–1500px */
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero_img img {
        padding: 50px;
    }
}

/* 1025px–1500px */
@media only screen and (min-width: 1025px) and (max-width: 1500px) {



    .the_boilers_carousel {
        max-width: calc(100% - 40px);
        margin: auto;
    }

    .the_boilers_carousel button.owl-next {
        right: -60px;
    }

    .the_boilers_carousel button.owl-prev {
        left: -60px;
    }


    .boiler_image {
        width: 50%;
        display: table;
    }

    .boiler_item_content {
        width: 50%;
        font-size: 14px;
    }

    .boiler_item_content h4 {
        font-size: 22px;
    }

    .boiler_package_price {
        font-size: 16px;
    }

    .boiler_item_content a.w-btn {
        font-size: 14px;
        max-width: 175px;
    }



    .hero_row {
        padding-right: 0;
    }

    .hero_stat_one,
    .hero_stat_two {
        padding: 12px;
        text-align: center;
        display: block;
        width: 180px;
        font-size: 13px;
        line-height: 1.5;
        background: color(srgb 1 1 1 / 0.95);
        position: absolute;
        border-radius: 30px;
        color: #333;
        box-shadow: 0 0 9px #00000033;
        text-wrap: pretty;
        backdrop-filter: blur(2px);
    }

    .hero_stat_one {
        bottom: 60px;
    }

    .hero_stat_two {
        top: 50px;
        right: 20px;
    }

    .hero_stat_one h4,
    .hero_stat_two h4 {
        margin-bottom: 0;
        color: rgba(5, 116, 66, var(--tw-bg-opacity, 1)) !important;
        font-size: 30px;
        font-weight: 700;
    }
}

/* -----------------------------
      Above tablet styling
      ----------------------------- */
@media only screen and (min-width: 1025px) {
    .heat_pumps_packages .boiler_image img.attachment-full.size-full, .solar_packages .boiler_image img.attachment-full.size-full {
        height: auto !important;
        width: 100% !important;
        padding-left: 20px;
       
    }

    .blog_subscribe_row {
        max-width: 900px;
        margin: auto;
    }

    .blog_post_hero_top .l-section-h.i-cf {
        max-width: 900px;
        margin: auto;
    }

    .blog_post_hero,
    .blog_post_content_container,
    .single_post_author_row,
    .related_posts {
        max-width: 980px;
        margin: auto;
    }


    .only_boiler_company {
        padding-top: 0px !important;
    }

    .footer_policy_menu .menu {
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 12px;
    }

    .boiler_brands_grid .w-gallery-list {
        grid-gap: 40px;
    }

    .boiler_brands_grid .w-gallery-list {
        max-width: 1000px;
        margin: auto;
    }


    article.boiler_packages .w-grid-item-h, article.heat_pumps_packages .w-grid-item-h, article.solar_packages .w-grid-item-h {
        display: flex;
        padding: 20px;
    }


    .the_boilers_carousel .w-grid-item-h {
        height: 100% !important;
    }

    .hero_row a.w-btn {
        font-size: 18px;
    }

    .hideabovetablet {
        display: none !important;
    }
}

/* -----------------------------
      Tablet only styling
      ----------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	    header ul.w-nav-list.level_1.hover_simple {
        width: 100%;
        margin: auto;
        margin-top: -28px;
        padding-top: 28px !important;
        padding-bottom: 28px !important;
        border-radius: 0 0 12px 12px;
    }
	
    a#sticky-quote-btn {
        font-size: 14px;
    }

    .sticky-content {
        font-size: 14px;
    }
    
    .nation_warm_one {
        padding-top: 80px !important;
        padding-bottom: 0px !important;
    }

    .only_boiler_company {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .environment_row .g-cols {
        grid-template-columns: none;
    }

    .footer_top_row .g-cols {
        grid-gap: 60px !important;
    }


    .footer_top_row .g-cols {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;
    }

    .footer_policy_menu .menu a {
        font-size: 12px;
    }

    .footer_policy_menu .menu {
        grid-template-columns: repeat(4, 1fr);
    }

    .payment_methods_inner {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .three_steps_mobile_box .vc_column-inner {
        height: 100%;
    }

    .three_steps_mobile {
        padding-top: 80px !important;
    }

    .nationwide_network_row {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .whats_included_inner {
        display: grid;
        grid-gap: 24px !important;
        grid-template-columns: 1fr 1fr !important;
        /* 2 equal columns */
        gap: 20px;
    }

    .whats_included_inner> :nth-child(3) {
        grid-column: 1 / -1;
        /* Span across both columns */
    }

    .whats_included_right {
        padding-bottom: 60px;
    }

    div#order-cutoff {
        font-size: 12px;
    }

    .also_include_wrapper {
        grid-gap: 20px;
    }

    .also_include_wrapper button {
        font-size: 14px;
    }

    .nationwide_network_row .g-cols, .boiler_cover_row .g-cols,
    .keeping_nation_warm .g-cols {
        grid-gap: 3rem;
        align-items: flex-start;
    }

    section.bc-local-map {
        padding-top: 0px;
    }

    main a.w-btn.us-btn-style_1 {
        font-size: 15px;
    }

    .boiler_brands_grid img {
        width: 125px;
        height: auto;
        margin: auto;
    }

    .boiler_brands_grid .w-gallery-item {
        aspect-ratio: auto !important;
    }

    .boiler_item_content a.w-btn {
        font-size: 14px;
        max-width: 175px;
    }

    .the_boilers_carousel .w-grid-item-h {
        display: flex;
        padding: 20px;
    }

    .boiler_image {
        width: 50%;
    }

    .the_boilers_carousel button.owl-next {
        right: -60px;
    }

    .the_boilers_carousel button.owl-prev {
        left: -60px;
    }


    .the_boilers_carousel {
        max-width: calc(100% - 40px) !important;
        margin: auto;
    }

    .hero_row {
        padding-right: 0 !important;
        min-height: 0 !important;
        padding-top: 100px !important;
    }

    .hero_row .g-cols {
        grid-gap: 0;
    }

    .mega_menu_container .g-cols {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero_stat_one,
    .hero_stat_two {
        padding: 12px;
        text-align: center;
        display: block;
        width: 160px;
        font-size: 12px;
        line-height: 1.5;
        background: color(srgb 1 1 1 / 0.95);
        position: absolute;
        border-radius: 30px;
        color: #333;
        box-shadow: 0 0 9px #00000033;
        text-wrap: pretty;
        backdrop-filter: blur(2px);
    }

    .hero_stat_one {
        bottom: 60px;
    }

    .hero_stat_two {
        top: 0;
        right: 20px;
    }

    .hero_stat_one h4,
    .hero_stat_two h4 {
        margin-bottom: 0;
        color: rgba(5, 116, 66, var(--tw-bg-opacity, 1)) !important;
        font-size: 28px;
        font-weight: 700;
    }
}

/* -----------------------------
      Below tablet styling
      ----------------------------- */
@media only screen and (max-width: 1024px) {
	ul.w-nav-list.level_1.hover_simple {
    background: white !important;
}
    

	
    .hidebelowtablet {
        display: none !important;
    }

    /* Stack on smaller desktops/tablets */
    .bc-steps__inner {
        flex-direction: column;
    }

    .bc-steps__left,
    .bc-steps__right {
        width: 100%;
    }

    .bc-steps__image {
        height: 420px;
    }

    .bc-steps__pin-container,
    .bc-steps__pin-wrapper {
        height: auto;
    }
}

/* -----------------------------
      Desktop only styling 
      ----------------------------- */
@media only screen and (min-width: 768px) {
    .helpline_row .vc_column_container {
        min-height: 600px;
    }

    .payment_methods_inner img {
        width: 180px;
        margin: auto;
        display: table;
    }

    .boiler_cover_row {
        padding-top: 0px !important;
    }

    .hideondesktop {
        display: none !important;
    }

    /* ===== Header dropdown page overlay ===== */
    .bc-menu-overlay {
        backdrop-filter: blur(4px);
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.75);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        z-index: 109;
        /* below header (111), above page */
    }

    body.bc-menu-open .bc-menu-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .l-header {
        position: relative;
        z-index: 111;
    }

    body.bc-menu-open {
        overflow: hidden;
    }

    header li a {
        border-radius: 30px;
    }

    header .opened a.level_1 {
         background: var(--color-alt-content-primary) !important;
        border-radius: 30px;
        color: #fff !important;
        z-index: 999 !important;
    }
}

/* -----------------------------
      Mobile only styling
      ----------------------------- */
@media only screen and (max-width: 767px) {
    .blog_category_menu ul {
        grid-gap: 20px;
    }

    .blog_category_menu li {
        margin: 0px !important;
    }

    .blog_category_menu li a {
        font-size: 12px;
    }

    .team_member_wrapper img {
        min-width: 0px !important;
        max-width: 100px;
    }

    .team_row {
        padding-top: 60px !important;
    }

    .team_row h2 {
        text-wrap: pretty;
    }

    .team_member_wrapper {
        display: block;
    }

    .team_member_wrapper img {
        margin-bottom: 20px;
    }


    .nation_warm_one {
        padding-top: 60px !important;
        padding-bottom: 0px !important;
    }

    .only_boiler_company {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
    }

    .homeowners_count p {
        font-size: 12px;
        text-align: left !important;
    }

    .blog_post_featured_img {
        margin-bottom: 20px;
    }

    .blog_hero_top_spacer {
        margin-bottom: 20px;
    }

    .blog_post_hero_inner {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .blogs_row {
        padding-bottom: 80px !important;
    }

    .footer_top_row {
        padding-top: 60px !important;
    }

    .footer_top_row .g-cols {
        grid-gap: 60px !important;
    }

    .footer_policy_menu .menu {
        grid-template-columns: repeat(3, 1fr);
        display: grid !important;
        grid-gap: 8px;
    }

    .footer_policy_menu .menu a {
        font-size: 11px;
    }

    .footer_copyright {
        font-size: 11px;
    }

    .payment_methods_inner img {
        max-width: 150px;
        margin: auto;
        display: table;
    }

    .nationwide_network_row .g-cols, .boiler_cover_row .g-cols,
    .keeping_nation_warm .g-cols {
        grid-gap: 2rem;
    }

    section.bc-local-map {
        padding: 0px;
    }

    .bc-local-map__inner {
        width: 100%;
    }

    .nationwide_network_row {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .boiler_cover_row {
        padding-top: 0px !important;
        padding-bottom: 60px !important;
    }

    .boiler_brands_grid {
        margin-bottom: 20px;
    }

    .boiler_brands_grid img {
        width: 100px;
        height: auto;
        margin: auto;
    }

    .boiler_brands_grid .w-gallery-item {
        aspect-ratio: auto !important;
    }

    .boiler_item_content_mobile {
        padding: 20px;
    }

    .boiler_package_img_mobile {
        width: 200px;
        margin-top: 20px;
    }


    .hideonmobile {
        display: none !important;
    }

    .also_include_wrapper button {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .also_include_wrapper {
        display: flex;
        grid-gap: 24px;
    }

    .whats_included_bottom .w-popup.w-btn-wrapper.align_none {
        margin: 0px;
    }

    .the_boilers_carousel .w-grid-item-h {
        height: 100% !important;
    }


    /* Hide 3-step pinned section on mobile */
    .bc-steps {
        display: none;
    }

    .the_boilers_carousel {
        margin-bottom: 80px;
        margin-top: 0px !important;
    }

    .owl-nav {
        top: auto !important;
        bottom: -40px !important;
        justify-content: center !important;
    }


    .hero_stat_one,
    .hero_stat_two {
        letter-spacing: -0.3px;
        padding: 10px 5px;
        text-align: center;
        display: block;
        width: 125px;
        font-size: 12px;
        line-height: 1.5;
        background: color(srgb 1 1 1 / 0.95);
        position: absolute;
        border-radius: 30px;
        color: #333;
        box-shadow: 0 0 9px #00000033;
        text-wrap: pretty;
        backdrop-filter: blur(2px);
    }

    .hero_stat_one {
        bottom: 60px;
    }

    .hero_stat_two {
        top: 20px;
        right: 20px;
    }

    .hero_stat_one h4,
    .hero_stat_two h4 {
        margin-bottom: 0;
        color: rgba(5, 116, 66, var(--tw-bg-opacity, 1)) !important;
        font-size: 24px;
        font-weight: 700;
    }

    div#order-cutoff {
        font-size: 12px;
    }

    header ul.w-nav-list.level_1.hover_simple {
        max-height: none !important;
    }

    .mega_menu_container {
        padding: 0;
    }

    .mega_menu_box .w-grid-item-h {
        max-height: 180px;
    }

    .mega_menu_render img {
        margin: 0;
        max-width: 100px;
        padding-left: 20px;
    }
}

/* -----------------------------
      Mobile header styling 
      ----------------------------- */
@media only screen and (min-width: 601px) {
    .at_middle .l-subheader-h {
        background: #fff;
        border-radius: 30px;
        padding: 20px;
        margin-top: 20px;
    }
}

/* 601px–767px only (special header menu dropdown layout) */
@media only screen and (min-width: 601px) and (max-width: 767px) {
    .hero_row {
        padding-top: 100px !important;
    }

    header ul.w-nav-list.level_1.hover_simple {
        width: 100%;
        margin: auto;
        margin-top: -28px;
        padding-top: 28px !important;
        padding-bottom: 28px !important;
        border-radius: 0 0 12px 12px;
    }
}

/* 600px and down (full height mobile menu) */
@media only screen and (max-width: 600px) {
    header ul.w-nav-list.level_1.hover_simple {
        min-height: 100vh;
    }
}