/*!
Theme Name: Premium Grass Blades
Theme URI: https://premiumgrassblades.com
Template: kadence
Author: Emman
Author URI: https://premiumgrassblades.com
Description: Child Theme
Version: 1.0.4
License: GNU General Public License v3.0 (or later)

*/

/*--------------------------------------
FONTS
--------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/


/*--------------------------------------
GENERIC
--------------------------------------*/
body {
	/*font-family: "Inter", sans-serif !important;	*/
	color:#555;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2 !important;
    margin-bottom: 15px !important;

}


.s14 { font-size: 14px !important }
.s16 { font-size: 16px !important }
.s18 { font-size: 18px !important }
.s20{ font-size: 20px !important }
.s22 { font-size: 22px !important }
.s24 { font-size: 24px !important }
.s26 { font-size: 26px !important }
.s28 { font-size: 28px !important }
.s30 { font-size: 30px !important }
.s32 { font-size: 32px !important }
.s34 { font-size: 34px !important }
.s36 { font-size: 36px !important }
.s46 { font-size: 46px !important }
.s56 { font-size: 56px !important }
.s48 { font-size: 48px !important }
.s76 { font-size: 76px !important }


/*--------------------------------------
MAIN NAVIGATION
--------------------------------------*/
#primary-menu {
	text-transform: uppercase;
}

/*--------------------------------------
BREADCRUMBS
--------------------------------------*/
#kadence-breadcrumbs {
	text-transform: uppercase;
}

/*---------------------------------------
BUTTONS
--------------------------------------*/
.elementor-button-success > .elementor-button{
    background-color: #3DB83A !important;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #3DB83A;
}


.elementor-button-success > .elementor-button:hover {
    background: #2d8c2a !important;
    border: 1px solid #2d8c2a;
}


.secondary > .elementor-button, a.secondary {
    background:white !important;
    border: 1px solid #1a1a1a !important;
}


/*---------------------------------------
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;
    }   
}

/*---------------------------------------
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;
}

@media screen and (max-width: 900px){
    .pgb-product-tiles {
        grid-template-columns: auto !important;
    }

}




/*--------------------------------------------------
INFILL
--------------------------------------------------*/
/* Container Grid */
.infill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  padding: 20px 0;
}

/* Card Structure */
.infill-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}

.infill-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.infill-card-top {
  padding: 32px 28px 24px;
  border-bottom: 1px solid #f0f0f0;
}

/* Badges */
.infill-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge-sand { background: #fef3c7; color: #92400e; }
.badge-zeo { background: #dbeafe; color: #1e40af; }
.badge-armor { background: #eaf3de; color: #2d8c2a; }

/* Typography */
.infill-name {
  font-size: 24px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.infill-tagline {
  font-size: 14px;
  color: #888;
  font-style: italic;
  margin-bottom: 16px;
}

.infill-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* List Section */
.infill-card-body {
  padding: 24px 28px;
  flex-grow: 1;
}

.infill-best-for {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #3db83a;
  margin-bottom: 12px;
}

.infill-use {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}

.infill-dot {
  width: 7px;
  height: 7px;
  background: #3db83a;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

/* Footer Link */
.infill-card-footer {
  padding: 20px 28px;
  background: #fafafa;
}

.infill-link {
  font-size: 14px;
  font-weight: 700;
  color: #2d8c2a;
  text-decoration: none;
  display: inline-block;
}

.infill-link:hover {
  text-decoration: underline;
}
.infill-use p {
    margin-bottom:0 !important;
}

/*--------------------------------------------------
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;
}


/*--------------------------------------------------
ELEMENTOR OVERRIDES
--------------------------------------------------*/
.elementskit-card-body.ekit-accordion--content {
    padding-left: 11px !important;
}

#inner-wrap > .elementor > .elementor-element{
    padding-right: 40px;
    padding-left: 40px;
}


/* ACCORDION EKIT */

.elementskit-card-header {
    border-bottom: 1px solid #ebebeb !important;
}

.elementskit-card-header a {
    padding-left: 11px !important;
    padding-bottom: 15px !important;
    padding-top: 5px !important;
}

html body .ekit-accordion--toggler {
    padding: 10px !important;
}

html body .ekit-accordion--content {
    padding-top: 15px !important;
    line-height: 2.5 !important;
}



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

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

.uppercase, .sec-label  {
    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;
    text-transform: uppercase !important;
}

.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;
    text-transform: uppercase !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;
    text-transform: uppercase; !important
    letter-spacing: .05em !important;
}



html body .number {
    font-size: 35px !important;
    font-weight: 900 !important;
    color: #fff !important;
    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;
  text-transform: uppercase;
  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:nth-child(2) {
  padding: 0 !important;
  margin: 0 !important;
}



/* Ensure the parent container stretches children to equal height */
html body .hero {
    align-items: stretch !important;
}

/* Left Column: Text container breather */
html body .hero > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: clamp(20px, 5vw, 60px) !important;
    padding-right: clamp(20px, 4vw, 40px) !important;
}

/* Right Column: Remove padding to allow image to snap to edges */
html body .hero > div:last-child {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
}

/* Image Widget: Force image to fill the right column completely */
html body .hero > div:last-child img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Maintain two-column structure before mobile breakpoint */
@media (min-width: 768px) and (max-width: 1024px) {
    html body .hero {
        flex-wrap: nowrap !important;
    }
    
    html body .hero > div:first-child,
    html body .hero > div:last-child {
        width: 50% !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_23 {
    margin-top: -38px !important;
}

.elementor #field_23_34 label {
    display: none;
}

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

/*--------------------------------------------------
CALL OUT
--------------------------------------------------*/
.callout-box {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    border-left: 4px solid #3db83a;
    padding: 24px 28px;
    margin-top: 24px;
}

.callout-box p:last-child{
    margin-bottom:0 !important;
}

div:has(> .callout-box) {
    /*padding: 25px !important;*/
}

/*--------------------------------------------------
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 a {
    color:#888 !important;
    text-decoration: none;
}

.footer-contact a:hover {
    color:#3DB83A !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;
}

footer a {
    text-decoration: none !important;    
}

.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;
  }
}

/*--------------------------------------
WOOCOMMERCE
--------------------------------------*/
.woocommerce div.product .product_title, .woocommerce-loop-product__title {
	text-transform: uppercase;
}

/*--------------------------------------------------
REMNANTS ROLL ENDS TAB
--------------------------------------------------*/
/* WRAPPER */
.pgb-tabs-wrapper {
    display: flex;
    gap: 30px;
    margin: 40px 0;
    font-family: inherit;
}

/* SIDEBAR */
.pgb-tabs-sidebar {
    flex: 0 0 260px;
    border-right: 1px solid #2c2b2b;
    padding-right: 20px;
}
.pgb-tabs-sidebar .pgb-sidebar-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #2b842b;
    padding-bottom: 10px;
    color: #333;
}
.pgb-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pgb-tab-link {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #5c5b5b;
    transition: all 0.2s;
    color: #ffffff !important;;
    font-weight: 500;
    text-transform: uppercase;
}
.pgb-tab-link:hover {
    background-color: #f9f9f9;
    padding-left: 20px;
    color: #333 !important;
}
.pgb-tab-link.active {
    background-color: #2b842b;
    color: white;
    border-radius: 4px;
}

/* CONTENT */
.pgb-tabs-content {
    flex: 1;
}
.pgb-tab-pane {
    display: none;
    animation: pgbFade 0.5s;
}

.pgb-tab-pane .pgb-title  {
    font-size: 16px !important;
    font-weight: normal !important;
    text-transform: uppercase;

    
}

.pgb-tab-pane .pgb-price {
    font-size: 14px !important;
    font-weight: 900;
    color: #404040 !!important;
}

/* GRID */
.pgb-grid {
    display: grid;
    gap: 20px;
}
.pgb-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }

/* CARD */
.pgb-card {
    border: 1px solid #eee;
    background: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 6px;
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pgb-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.pgb-card a {
    text-decoration: none;
    color: inherit;
}

/* IMAGE & BADGE */
.pgb-img-box {
    position: relative;
    margin-bottom: 15px;
}
.pgb-img-box img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
}
.pgb-sale-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #066623;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    /*border-radius: 50%;*/
    min-width: 40px;
    line-height: 1;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* TEXT */
.pgb-title {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.3;
    color: #222;
}
.pgb-price {
    color: #2b842b;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
}

/* BUTTON */
.pgb-add-cart {
    display: block;
    padding: 10px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    transition: background 0.2s;
}
.pgb-add-cart:hover {
    background-color: #555;
}

.pgb-tab-pane .amount {
    font-size: 18px;
    color: #2b842b;
    text-decoration: none !important;    
}

.pgb-tab-pane .woocommerce-Price-amount span {
    text-decoration: none !important;    
}

/* ANIMATION */
@keyframes pgbFade {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .pgb-tabs-wrapper { flex-direction: column; }
    .pgb-tabs-sidebar { border-right: none; border-bottom: 1px solid #ddd; margin-bottom: 20px; }
    .pgb-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .pgb-grid.cols-3 { grid-template-columns: 1fr; }
}

/*--------------------------------------
MOBILE OVERRIDES
--------------------------------------*/
@media screen and (max-width: 499px){
	.site-branding a.brand img {
	    max-width: 242px !important;
	}	
}


/*
 * Breakpoint override for Kadence Row Layouts.
 * Intercepts the default 1024px tablet breakpoint and forces 
 * column stacking at 1099px to accommodate custom design requirements.
 */
@media screen and (max-width: 1099px) {
    /* Target the inner wrapper of Kadence rows to force vertical stacking */
    html body .wp-block-kadence-rowlayout .kt-row-layout-inner > .kt-row-column-wrap {
        flex-direction: column !important;
    }
    
    /* Ensure all child columns expand to full width */
    html body .wp-block-kadence-column {
        flex-basis: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

selector {
    min-width: 0;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}