.elementor-6206 .elementor-element.elementor-element-7a8921b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-26f3167 *//* TRG Supply Blog Styling - Matching Site Theme */

/* CSS Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-green: #008e51;
    --dark-gray: #333;
    --light-gray: #f8f9fa;
    --white: #fff;
    --text-color: #333;
    --link-color: #008e51;
    --title-font: 'Helvetica Neue', Arial, sans-serif;
    --body-font: Arial, sans-serif;
}

body {
    font-family: var(--body-font);
    color: var(--text-color);
    line-height: 1.6;
    font-size: 16px;
}

/* Typography */
h1 {
    font-family: var(--title-font);
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
}

h2 {
    font-family: var(--title-font);
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    color: var(--dark-gray);
    margin-top: 40px;
    margin-bottom: 20px;
}

h3 {
    font-family: var(--title-font);
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
    color: var(--dark-gray);
    margin-top: 30px;
    margin-bottom: 15px;
}

p {
    margin-bottom: 20px;
    font-size: 1.05rem;
    line-height: 1.8;
}

.lead {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
}

/* Links */
a {
    color: var(--link-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #006b3d;
    text-decoration: underline;
}

/* Lists */
ul, ol {
    margin: 20px 0 20px 30px;
}

ul li, ol li {
    margin-bottom: 12px;
    line-height: 1.8;
}

strong {
    font-weight: 600;
    color: var(--dark-gray);
}

/* Hero Section - Blog */
.banner_var-1.blog-hero {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.banner_var-1.blog-hero .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner_var-1.blog-hero .scrim_over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.banner_var-1.blog-hero .container-fluid {
    position: relative;
    z-index: 3;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Container and Grid */
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.justify-content-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

/* Column Sizes */
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Spacing Utilities */
.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-120 {
    margin-bottom: 120px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

/* Sections */
.module_0 {
    padding: 60px 0;
}

.module_5 {
    position: relative;
    color: var(--white);
}

.module_5 h2 {
    color: var(--white);
}

.module_5 p {
    color: rgba(255, 255, 255, 0.95);
}

/* Blog Content Area */
.blog-content {
    padding: 20px 0;
}

.blog-content p:first-of-type {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

/* Related Cards */
.related-card {
    background: var(--white);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.related-card h3 {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 15px;
}

.related-card h3 a {
    color: var(--dark-gray);
    text-decoration: none;
}

.related-card h3 a:hover {
    color: var(--primary-green);
}

.related-card p {
    font-size: 0.95rem;
    margin-bottom: 0;
    color: #666;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn_1 {
    background-color: var(--primary-green);
    color: var(--white);
    border: 2px solid var(--primary-green);
}

.btn_1:hover {
    background-color: #006b3d;
    border-color: #006b3d;
    color: var(--white);
    text-decoration: none;
}

/* FAQ Section */
.module_faqs {
    padding: 60px 0;
}

.faqs_row {
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.faqs_row:last-child {
    border-bottom: none;
}

.faqs_row h3 {
    font-size: 1.3rem;
    color: var(--dark-gray);
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}

.faqs_row h3:before {
    content: "▶";
    position: absolute;
    left: 0;
    color: var(--primary-green);
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.faqs_row.active h3:before {
    transform: rotate(90deg);
}

.faqs_row div {
    padding-left: 25px;
    margin-top: 10px;
}

.faqs_row div p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Default Section Title */
.default_section_title h2 {
    text-align: center;
    margin-bottom: 20px;
}

.default_section_title_3 {
    text-align: center;
}

.default_section_title_3 h2 {
    margin-bottom: 20px;
}

/* White Content Sections */
.white_content {
    color: var(--white);
}

/* Responsive Design */
@media (max-width: 991px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    .col-md-4,
    .col-md-6,
    .col-md-8,
    .col-md-10,
    .col-md-11 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .banner_var-1.blog-hero {
        min-height: 350px;
    }
    
    .lead {
        font-size: 1.1rem;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.75rem;
    }
    
    h2 {
        font-size: 1.5rem;
        margin-top: 30px;
    }
    
    h3 {
        font-size: 1.2rem;
    }
    
    p {
        font-size: 1rem;
    }
    
    .banner_var-1.blog-hero {
        min-height: 300px;
    }
    
    .banner_var-1.blog-hero .container-fluid {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .lead {
        font-size: 1rem;
    }
    
    .related-card {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .margin-top-90,
    .margin-bottom-90 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    
    .module_0 {
        padding: 40px 0;
    }
}

@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    
    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

/* Accessibility */
a:focus,
.btn:focus {
    outline: 2px solid var(--primary-green);
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .module_5,
    .related-card {
        background: none !important;
    }
    
    a {
        text-decoration: underline;
    }
    
    .btn {
        display: none;
    }
}/* End custom CSS */