/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


html body .fusion-header-wrapper {
    z-index: 999 !important;
}

ul#shipping_method li:last-child{
	display:none !important;
}
ul#shipping_method li:has(input[value^="distance_rate"])+li+li,ul#shipping_method li:has(input[value^="distance_rate"])+li+li+li {
    display: none;
}
ul#shipping_method li input[value="local_pickup:14"] {
    display: none;
}
ul#shipping_method li input[value="local_pickup:14"]+label {
    display: none;
}
ul#shipping_method li:has(input[value^="distance_rate"])+li input[value="local_pickup:14"] {
	display: inline-block;
}
ul#shipping_method li:has(input[value^="distance_rate"])+li input[value="local_pickup:14"]+label {
	display: inline-block;
}

ul#shipping_method {
    margin-bottom: 25px;
}
div#requestAQuoteModalCustomization {opacity: 1;overflow-y: unset;background: rgb(0 0 0 / 40%);align-items: center;justify-content: center;}

div#requestAQuoteModalCustomization.showMe {
    display: flex !important;
}

div#requestAQuoteModalCustomization .modal-dialog {
    margin: 0px;
    width: 100%;
    max-width: 45%;
    text-align: center;
}

div#requestAQuoteModalCustomization .modal-dialog .modal-body {
    padding: 30px 30px;
}

div#requestAQuoteModalCustomization .modal-dialog .modal-content {
    border-radius: 12px;
    box-shadow: unset;
}

div#requestAQuoteModalCustomization .modal-dialog .modal-body p {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 16px;
    margin: 0px 0px 20px;
    line-height: 24px;
}

body div#requestAQuoteModalCustomization .modal-dialog .modal-body button {
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 14px;
    border-radius: 100px;
    border: unset;
    background: #2a7d2e;
    color: #fff;
    margin: 0px 6px;
    padding: 12px 30px;
    cursor:pointer;
    position: relative;
}
span.loading{
  height : 25px;
  width : 25px;
  border-radius : 50%;
  border : 2px solid transparent;
  border-top-color: #fff;
  animation : spin infinite 1s;
  display: none;
  position: absolute;
  top: 20px;
  right: 0px;
  left: 20px;
  bottom: 0px;
  margin: auto;
}
@keyframes spin{
  from {
    transform : translate(-50%,-50%) rotate(0deg);
  }
  to{
    transform :translate(-50%,-50%) rotate(359deg);
  }
}



div#requestAQuoteModalCustomization .modal-dialog .modal-body button.loading span.loading {
    display: block;
}

div#requestAQuoteModalCustomization .modal-dialog .modal-body button.loading {
    color: transparent;
}

ul.payment_methods li.wc_payment_method.payment_method_cod {
    display: none;
}

body.putorderonhold ul.payment_methods li {
    display: none;
}
body.putorderonhold ul.payment_methods li.wc_payment_method.payment_method_cod {
    display: block;
}
.post-content p.wccsq-quote-requested {
    display: none;
}
.modal button.close {
    position: absolute;
    top: 5px;
    right: 12px;
    color: red;
    opacity: 1;
    font-size: 24px;
    font-weight: 600;
    border: unset;
    background: transparent;
    padding: 0px;
	z-index: 99999;
}
.loading_on_whole_page_appear {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: 99999;
}

.loading_on_whole_page_appear span.loading {
    display: block;
    height: 65px;
    width: 65px;
}
.checkout .shop_table tfoot tr.woocommerce-shipping-totals.shipping {
    display: none;
}
p.wccsq-quote-description {
    display: none;
}

div.modal div.modal-dialog button.closs_modal_buttons {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    border: unset;
    outline: unset;
    box-shadow: unset;
    background: transparent;
    color: red;
    font-size: 20px;
    cursor: pointer;
}

div.modal div.modal-dialog {
    position: relative;
}

@media (max-width:1000px){
	div#requestAQuoteModalCustomization .modal-dialog {
    max-width: 1000%;
}

div#requestAQuoteModalCustomization .modal-dialog .modal-body {
    padding: 20px 15px;
}

div#requestAQuoteModalCustomization .modal-dialog .modal-body p {
    font-size: 14px;
    margin: 0px 0px 10px;
}

div#requestAQuoteModalCustomization .modal-dialog .modal-body button {
    font-size: 12px;
    padding: 10px 12px;
    margin: 0px 2px;
}

.modal button.close {
    top: 0px;
    right: 10px;
}
}

/* BEGIN MODIFICATIONS */
.woocommerce .woocommerce-container {
    width: 100% !important;
    max-width: 1280px;

}

.product {
    margin-top: 40px;
}

h1.product_title.entry-title, .product-title {
    text-transform: uppercase !important;
}

.swal2-backdrop-show {
    z-index: 99999;
}

/*---------------------------------------
EYEBROW
--------------------------------------*/
html body .eyebrow {
    font-size: 18px !important;
    color: #3db83a !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
}

@media screen and (max-width: 720px){
    html body .eyebrow {
       font-size: 16px;
    }   
}

/*---------------------------------------
HERO
--------------------------------------*/
.hero h1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;    
}

@media screen and (max-width: 520px){
    html body .hero h1 {
        font-size: 26px !important;
    }

}


/*---------------------------------------
EDUCATION CENTER
--------------------------------------*/
:root {
    --pgb-edu-primary: #005a3c;
    --pgb-edu-bg: #f9fbf9;
    --pgb-edu-card-bg: #ffffff;
    --pgb-edu-text: #333333;
    --pgb-edu-radius: 8px;
}
.pgb-edu-wrapper { font-family: 'Inter', sans-serif; background-color: var(--pgb-edu-bg); color: var(--pgb-edu-text); padding: 60px 20px; line-height: 1.6;}
.pgb-edu-container { max-width: 1500px; margin: 0 auto; }
.pgb-edu-hero { text-align: left; margin-bottom: 60px; display: flex; gap: 40px; align-items: center;}
.pgb-edu-hero-left { flex: 1; }
.pgb-edu-hero-right { flex: 1; background: #111; color: #fff; padding: 40px; border-radius: var(--pgb-edu-radius); }
.pgb-edu-hero h1 { font-size: 2.8rem; font-weight: 700; color: #111; margin-bottom: 15px; line-height: 1.2;}
.pgb-edu-search-bar { display: flex; gap: 10px; margin-top: 20px; }
.pgb-edu-search-bar input[type='text'], .pgb-edu-search-bar select { padding: 12px; border: 1px solid #ccc; border-radius: 4px; flex: 1; }
.pgb-edu-search-bar button { padding: 12px 24px; background: var(--pgb-edu-primary); color: #fff; border: none; border-radius: 4px; cursor: pointer; white-space: nowrap; font-weight: bold;}

.pgb-edu-section-title { font-size: 1.5rem; color: #111; margin-bottom: 20px; border-bottom: 1px solid #eef0ee; padding-bottom: 10px;}

.pgb-edu-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 60px;}
.pgb-edu-card { background: var(--pgb-edu-card-bg); padding: 25px; border: 1px solid #eef0ee; border-radius: var(--pgb-edu-radius); box-shadow: 0 2px 4px rgba(0,0,0,0.02); display: flex; flex-direction: column;}
.pgb-edu-card h3 { font-size: 1.2rem; margin-top: 0; color: #111; }
.pgb-edu-card p { flex-grow: 1; color: #666; font-size: 0.95rem; }
.pgb-edu-card a.explore-link { color: var(--pgb-edu-primary); font-weight: 600; text-decoration: none; margin-top: 15px; display: inline-block; border-bottom: 1px solid transparent; }
.pgb-edu-card a.explore-link:hover { border-bottom-color: var(--pgb-edu-primary); }

.pgb-edu-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; }

.pgb-edu-latest-item { border-bottom: 1px solid #eef0ee; padding: 20px 0; }
.pgb-edu-latest-item:last-child { border-bottom: none; }
.pgb-edu-latest-item small { color: #888; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.5px; }
.pgb-edu-latest-item h4 { margin: 5px 0 10px; font-size: 1.1rem; }
.pgb-edu-latest-item h4 a { color: #111; text-decoration: none; }
.pgb-edu-latest-item a.read-article { color: var(--pgb-edu-primary); font-size: 0.9rem; font-weight: bold; text-decoration: none;}

.pgb-edu-sidebar-widget { background: #111; color: #fff; padding: 30px; border-radius: var(--pgb-edu-radius); margin-bottom: 20px; }
.pgb-edu-sidebar-widget h4 { margin-top: 5px; font-size: 1.3rem; }
.pgb-edu-sidebar-widget p { color: #ccc; font-size: 0.95rem; margin-bottom: 20px;}
.pgb-edu-btn { display: inline-block; padding: 12px 24px; background: #fff; color: #111; text-decoration: none; border-radius: 4px; font-weight: 600; }
.pgb-edu-btn-outline { display: inline-block; padding: 12px 24px; border: 1px solid #fff; color: #fff; text-decoration: none; border-radius: 4px; font-weight: 600; margin-left: 10px;}

.pgb-edu-popular-card { background: #eafff5; padding: 30px; border-radius: var(--pgb-edu-radius); }
.pgb-edu-popular-card h4 { margin-top: 0; color: #111;}
.pgb-edu-popular-card ul { list-style: none; padding: 0; margin: 0; }
.pgb-edu-popular-card li { margin-bottom: 12px; border-bottom: 1px solid #cceadd; padding-bottom: 8px; }
.pgb-edu-popular-card li a { color: var(--pgb-edu-primary); text-decoration: none; font-size: 0.95rem; }

.pgb-edu-bottom-cta { background: #eafff5; padding: 40px; border-radius: var(--pgb-edu-radius); display: flex; justify-content: space-between; align-items: center; margin-top: 60px;}
.pgb-edu-bottom-cta h3 { margin: 0 0 10px; color: #111; }
.pgb-edu-bottom-cta p { margin: 0; color: #555; }
.pgb-edu-bottom-cta .actions { display: flex; gap: 15px; }

/* Single Article Styles */
.pgb-edu-single-header { text-align: center; max-width:1500px; margin: 0 auto 40px; }
.pgb-edu-single-meta { color: #666; font-size: 0.9rem; margin-bottom: 15px; }
.pgb-edu-single-content { max-width: 1500px; margin: 0 auto; background: #fff; padding: 40px; border-radius: var(--pgb-edu-radius); box-shadow: 0 2px 10px rgba(0,0,0,0.02); }

@media (max-width: 768px) {
    .pgb-edu-hero, .pgb-edu-layout, .pgb-edu-bottom-cta { flex-direction: column; grid-template-columns: 1fr; }
    .pgb-edu-search-bar { flex-direction: column; }
    .pgb-edu-bottom-cta .actions { margin-top: 20px; }
}


.education-centre #header > .container {
    max-width: 100% !important;
    width: 100%;
}


.education-centre #logo-navigation {
    width: 100%;
    margin: 0 !important;

}

.education-centre #header.header-v1 {
    height: 90px;
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #e9e9e9;
}

.education-centre .logo img {
    filter: none !important;
}

.education-centre #navigation > ul > li > a {
    color: #4e4e4e !important;
    font-weight: 500 !important;
}

.cat-item {
    transition: all 0.1s ease-in-out;
}

.cat-item:hover {
    transform: scale(1.08);
    box-shadow: 0 0 10px #0000004d;
    transition: all 0.1s ease-in-out;
}


.education-centre .text-secondary {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.toc li a {
    display: block;
    padding-left: 0; 
    border-left: 2px solid transparent; 
    transition: all 0.2s ease-in-out;  
}

.toc li a:hover {
    padding-left: 5px;
    border-left-color: green; 
}

/*---------------------------------------
EDUCATION SINGLE ITEM
--------------------------------------*/
    /* PGB Single Article LMS Styles */
    html { scroll-behavior: smooth; }
    
    .pgb-lms-bg { background-color: var(--pgb-edu-bg, #f9fbf9); font-family: 'Inter', sans-serif; }
    
    /* Article Typography */
    .pgb-article-body {
        font-size: 1.125rem;
        line-height: 1.8;
        color: #333;
    }
    .pgb-article-body p { margin-bottom: 1.5rem; }
    
    /* H2 styling specific to the TOC items */
    .pgb-article-body h2.pgb-article-h2 { 
        font-weight: 700; 
        margin-top: 2.5rem; 
        margin-bottom: 1rem; 
        color: #111; 
        scroll-margin-top: 100px; /* Prevents sticky header from covering the title when clicked */
    }
    
    /* Standard H3 styling for sub-sections */
    .pgb-article-body h3 { font-weight: 700; margin-top: 2rem; margin-bottom: 1rem; color: #222; }
    
    .pgb-article-body img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 1.5rem; }
    
    /* Sidebar Navigation */
    .pgb-toc-sidebar {
        position: sticky;
        top: 100px; /* Adjust based on your site's fixed header height */
        max-height: calc(100vh - 120px);
        overflow-y: auto;
    }
    .pgb-toc-list { list-style: none; padding-left: 0; margin-bottom: 0; border-left: 2px solid #eef0ee; }
    .pgb-toc-link {
        display: block;
        padding: 8px 0 8px 16px;
        color: #666;
        text-decoration: none;
        font-size: 0.95rem;
        transition: all 0.2s ease;
        position: relative;
        left: -2px; /* Pull back over the border */
        border-left: 2px solid transparent;
    }
    .pgb-toc-link:hover, .pgb-toc-link:focus {
        color: var(--pgb-edu-primary, #005a3c);
        font-weight: 600;
        border-left-color: var(--pgb-edu-primary, #005a3c);
    }
    
    /* Bottom CTA */
    .pgb-article-cta {
        background-color: var(--pgb-edu-primary, #005a3c);
        color: #fff;
        border-radius: var(--pgb-edu-radius, 8px);
    }



/*-------------------------------------------------
TILES OVERRIDES
------------------------------------------------*/   

.tile-title a {
    text-transform: uppercase;
}

/*-------------------------------------------------
PGB ELEMENTOR KITS
------------------------------------------------*/    
/* IMAGE BOXES */
.pgb-image-box-wrapper {
    border: 1px solid #e0e0e0; 
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.image-box-green .pgb-image-box-wrapper {
    border-top: 3px solid #3db83a !important;
}


/* Container to keep the top tag absolute relative to the image */
.pgb-image-container {
    position: relative;
    width: 100%;
}

.pgb-image-box-img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.pgb-popular-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #111;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    z-index: 10;
}

.pgb-image-box-content {
    padding: 20px;
}

/* New Sub Tag Style */
.pgb-sub-tag {
    display: inline-block;
    background-color: #eaf3e5; /* Light green background */
    color: #2e7d32; /* Dark green text */
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.pgb-image-box-title {
    margin: 0 0 8px;
    font-size: 20px;
    color: #111;
    font-weight: bold;
}

.pgb-image-box-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
}

.pgb-image-box-link {
    display: inline-block;
    color: #2e7d32; /* Green text to match your image */
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.pgb-image-box-link:hover {
    text-decoration: underline;
}


/* HACK DIRTY GREEN BOX */
div[data-id='b4ad618'] .pgb-image-box-wrapper {
    border: 1px solid #3DB83A; /* Lighter border to match your image */
}

div[data-id='b4ad618'] .pgb-image-box-wrapper {
    background: #f9fef9;
}






/*--------------------------------------------------
ICONS
--------------------------------------------------*/
.circle-icon-light-green {
    width: 50px;
    height: 50px;
    text-align: center !important;
    display: block;
    background: #EAF3DE;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 13px;
}

.circle-icon-green {
    width: 50px;
    height: 50px;
    text-align: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3DB83A;
    color: #fff;
    border-radius: 50%;
    padding-top: 13px;    
}

.who-icon-box {
    width: 44px !important;
    height: 44px !important;
    background: #eaf3de !important;
    border-radius: 8px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
}


/*--------------------------------------------------
CLAUDE THEME
--------------------------------------------------*/
.elementor p {
    color: #555 !inherit;
    font-size: 15px !important;
    font-weight: 400 !important;    
    margin-bottom: 21px;
}

.elementor h3, .elementor h2 {
    font-size: 30px !important;
    text-transform: none !important;
}

.uppercase  {
    text-transform: uppercase !important;
}

.overlayed {
    position: relative;
    min-height: 100px; 
}

.overlayed:before {
    content: "" !important;
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to bottom, #0000007a 49%, #000000 79%);
    pointer-events: none;
}

.box-body h3 {
    font-size: inherit !important;
}


html body .green-tag {
    display: inline-block;
    background: rgba(61, 184, 58, .2);
    border: 1px solid rgba(61, 184, 58, .4);
    border-radius: 3px;
    padding: 3px 9px;
    font-size: 10px !important;
    font-weight: 700;
    color: #3db83a;
    letter-spacing: .05em;
}



.warn-box {
    background: #fff8e1;
    border: 1px solid #fde68a;
    border-radius: 8px;
    border-left: 4px solid #f59e0b;
    padding: 20px 24px;
    margin-top: 16px;
}

/* light green background, like notification */
.step-tip {
    background: #eaf3de;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 13px;
    color: #2d8c2a;
    line-height: 1.5;
}

/*bordered green on left*/
.callout-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px !important;
    border-left: 4px solid #3db83a !important;
    padding: 24px 28px !important;
    margin-top: 20px !important;
}

.can-card.good {
    border-top: 3px solid #3db83a;
}
.can-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px !important;
    padding: 24px;
}

.can-card.hard {
    border-top: 3px solid #f59e0b;
}


.tool-badge {
    display: inline-block;
    background: #eaf3de !important;
    color: #2d8c2a !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 2px 7px !important;
    border-radius: 3px !important;
    margin-left: 6px;

}

.opt-badge {
    background: #f0f4ff !important;
    color: #1e40af !important;    
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 3px 10px !important;
    border-radius: 3px !important;
    margin-bottom: 10px !important;
    display: inline-block !important;

}

.spa-badge-amber {
    background: #fef3c7 !important;
    color: #92400e !important;
    display: inline-block !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 3px 10px !important;
    border-radius: 3px !important;
    margin-bottom: 10px !important;

    letter-spacing: .05em !important;
}



html body .number {
    font-size: 35px !important;
    font-weight: 900 !important;
    color: #fff;
    background: green;
    display: inline-block;
    padding: 5px 0 0 0 !important;
    margin: 0 !important;
    width: 62px;
    height: 62px;
    text-align: center;
    border-radius: 50%;  

}

.problem-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    border-top: 3px solid #fee2e2;
}

.challenge-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    border-top: 3px solid #e8e8e8;
}

.gradient-green-bg {
    background: linear-gradient(135deg, #2d5a27, #1a1a1a);
    border-radius: 8px !important;
    overflow: hidden !important;
    position: relative !important;
    min-height: 190px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding: 18px !important;
}

/* SMALL TEXT GREEN BACKGROUND TRANSPARENT */
.space-rec {
    display: inline-block !important;
    background: rgba(61, 184, 58, .2) !important;
    border: 1px solid rgba(61, 184, 58, .4) !important;
    border-radius: 3px !important;
    padding: 3px 9px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    color: #3db83a !important;
    letter-spacing: .05em !important;
}



.google-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 6px 12px;
}

.google-badge-stars {
    color: #f59e0b;
    font-size: 13px;
    letter-spacing: 1px;
}

.google-badge-text {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
}

.google-badge-sub {
    font-size: 11px;
    color: #888;
}

.taglist{
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.taglist li {
    background: #eaf3de !important;
    border: 1px solid #c8e0a0 !important;
    border-radius: 20px !important;
    padding: 5px 14px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #2d8c2a !important;
    list-style-type: none;
    list-style-position: outside;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*--------------------------------------------------
TABLE
--------------------------------------------------*/
/* Responsive Wrapper */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

/* Table Base Styling */
.pgb-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px; /* Forces scroll on small screens rather than breaking layout */
  font-family: Arial, sans-serif;
  text-align: left;
}

/* Header Columns */
.pgb-table th {
  padding: 16px 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}


/*--------------------------------------------------
GRUB
--------------------------------------------------*/
/* Table Header Colors */
.grub-table .col-point { 
  background: #f7f7f5; 
  color: #666; 
  width: 25%; 
}

.grub-table .col-natural { 
  background: #fce8e8; /* Soft red warning background */
  color: #9b2c2c;      /* Deep red */
  width: 37.5%; 
}

.grub-table .col-artificial { 
  background: #eaf3de; /* Soft green success background */
  color: #2d8c2a;      /* PGB Brand Green */
  width: 37.5%; 
}

/* Table Body Text Colors */
.grub-table td:nth-child(2) {
  color: #9b2c2c; /* Colors all text in the Natural Grass column red */
}

.grub-table td:nth-child(3) {
  color: #2d8c2a; /* Colors all text in the Artificial Turf column green */
}



/*--------------------------------------------------
HERO
--------------------------------------------------*/
.hero {
    padding: 0 !important;
}

.hero img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}    

.hero:nth-child(2) {
  padding: 0 !important;
  margin: 0 !important;
}


/*--------------------------------------------------
SHOWROOM ICON
--------------------------------------------------*/
.showroom-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.showroom-detail {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.showroom-detail h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-top: 0 !important;
    margin-bottom: 3px !important;
}

.showroom-icon {
    width: 36px;
    height: 36px;
    background: #eaf3de;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showroom-icon svg {
    width: 16px;
    height: 16px;
    fill: #2d8c2a;
}


/*--------------------------------------------------
DARK BOXES
--------------------------------------------------*/
.darkboxes h3 {
    color:#fff !important;
    margin-bottom: 5px;
    font-size: 22px !important;
}

.darkboxes p, .darkboxes span {
    font-weight: normal !important;
}

/*-----------------------------------------------
  PGB GOOGLE REVIEW WIDGET STYLES
-----------------------------------------------*/
.elementor-widget-pgb-google-review .elementor-widget-container {
    height: 100%;
}

.pgb-google-review-card {
    background-color: #f4f5f6; 
    height: 100%;
    border-radius: 12px;
    padding: 24px;
    font-family: inherit;
    color: #202124;
}

.pgb-gr-header {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.pgb-gr-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 14px;
}

.pgb-gr-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pgb-gr-initial {
    width: 100%;
    height: 100%;
    background-color: #8a64c7; /* Brand purple from image */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
}

.pgb-gr-meta {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.pgb-gr-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #111;
}

.pgb-gr-date {
    font-size: 14px;
    color: #70757a;
}

.pgb-gr-google-icon {
    flex-shrink: 0;
    margin-left: 15px;
    align-self: flex-start;
}

.pgb-gr-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 14px;
}

.pgb-gr-content {
    font-size: 15px;
    line-height: 1.6;
    color: #202124;
}

/*--------------------------------------------------
GRAVITY FORM IN ELEMENTOR
--------------------------------------------------*/
.elementor .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    margin: 0 !important;
}


html body .elementor .gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), html body .elementor .gform_wrapper .gfield_select[multiple=multiple], html body .elementor .gform_wrapper input, html body .elementor .gform_wrapper select, html body .elementor .gform_wrapper textarea {
    border-color: #dfdfdf !important;
    border-radius: 0 !important;
}

.elementor #gform_13 {
    margin-top: -38px !important;
}

.elementor #field_13_34 label {
    display: none;
}

.elementor #input_13_34{
    margin-top: 15px;
}

/*--------------------------------------------------
FOOTER CONTACT
--------------------------------------------------*/
#footer-contact {
    width: 100% !important;
    background:#000 url(assets/images/warehouse-bg-v2.webp);
    background-size: contain;
    display: grid;
    align-items: center;
    padding: 800px 15px 150px 15px;
    margin-top: -1px;
    background-repeat: no-repeat;
    font-weight: normal;
    line-height: 25px;
    font-size: 16px; 
    color:#fff !important;
}
#footer-contact a {
        color:#fff !important;
}

#footer-contact > div {
    background: #292727;
    border-radius: 20px;
    padding: 25px;    
}

#footer-contact .container {
    max-width:1500px;
    width: 100% !important;
}
#footer {display:none}


/* --- Base Styles (Desktop) --- */
.footer-cta {
  background: #1a1a1a;
  padding: 64px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.footer-cta-card {
  background: rgba(255, 255, 255, .05);
  border-radius: 8px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, .1);
  text-align: center;
}

.footer-cta-card p {
  color: #aaa;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer {
  background: #111;
  padding: 48px 40px 24px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 32px;
}

.footer-brand {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
}

.footer-brand span {
  color: #3db83a;
}

.footer-desc {
  font-size: 12px;
  color: #777;
  line-height: 1.6;
  margin-bottom: 12px;
}

.footer-locs {
  font-size: 11px;
  color: #444;
  line-height: 1.7;
}

.footer-h {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #3db83a;
  margin-bottom: 12px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-link {
  font-size: 12px;
  color: #888;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #3db83a;
}

.footer-contact p {
  font-size: 12px;
  color: #888;
  line-height: 1.8;
}

.footer-contact strong {
  color: #ccc;
}

.footer-bottom {
  background: #111;
  padding: 16px 40px;
  border-top: 1px solid #222;
  display: flex;
  justify-content: space-between;
}

.footer-bottom p {
  font-size: 11px;
  color: #555;
}

.btn-p {
  background: #3db83a;
  color: #fff;
  padding: 13px 26px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-p:hover {
  background: #329930;
}

.btn-ghost {
  border: 1.5px solid #555;
  color: #ccc;
  padding: 12px 0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin-top: 10px;
  text-align: center;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.btn-ghost:hover {
  border-color: #888;
  color: #fff;
}

.sec-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  /*text-transform: uppercase;*/
  color: #3db83a;
  margin-bottom: 10px;
}

.sec-h2-w {
  color: #fff;
}

.sec-h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: -.5px;
}

/* --- Responsive Media Queries --- */

/* Tablets (Max Width: 992px) */
@media screen and (max-width: 992px) {
  .footer {
    /* Switch from 4 columns to 2 columns */
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

/* Mobile Phones (Max Width: 768px) */
@media screen and (max-width: 768px) {
  .footer-cta {
    /* Stack CTA sections vertically */
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 24px;
  }

  .sec-h2 {
    font-size: 26px; /* Slightly smaller heading for mobile */
  }

  .footer {
    /* Stack all footer sections vertically */
    grid-template-columns: 1fr;
    padding: 40px 24px 24px;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 12px;
    padding: 16px 24px;
  }
}