.elementor-6194 .elementor-element.elementor-element-8d3db5a{--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-993fb08 *//* Blog Banner Section */
.blog-banner {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
                url('https://trgsupply.com/wp-content/themes/site-theme/img/pharmaceutical-production-equipment-in-pharmaceuti-2025-04-04-08-13-25-utc.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 120px 0 80px;
    color: #fff;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.banner-content {
    position: relative;
    z-index: 2;
}

.blog-banner h1 {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.blog-banner .lead {
    font-size: 1.3rem;
    color: #f0f0f0;
    margin-bottom: 30px;
    line-height: 1.6;
}

.blog-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 0.95rem;
    color: #ddd;
}

.blog-meta span {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    backdrop-filter: blur(10px);
}

/* Main Blog Content */
.blog-content {
    padding: 80px 0;
    background: #fff;
}

.content-section {
    margin-bottom: 50px;
}

.content-section:last-child {
    margin-bottom: 0;
}

.content-section h2 {
    color: #1a1a1a;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.3;
}

.content-section h2:first-child {
    margin-top: 0;
}

.content-section h3 {
    color: #2c2c2c;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}

.content-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.content-section a {
    color: #008e51;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.content-section a:hover {
    color: #006a3d;
    text-decoration: underline;
}

.content-section ul {
    margin: 25px 0;
    padding-left: 0;
}

.content-section ul li {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.content-section ul li:before {
    content: "→";
    color: #008e51;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.content-section ul li strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* CTA Box */
.cta-box {
    background: linear-gradient(135deg, #008e51 0%, #006a3d 100%);
    padding: 50px 40px;
    border-radius: 8px;
    margin: 60px 0;
    text-align: center;
    color: #fff;
}

.cta-box h3 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-box p {
    color: #f0f0f0;
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn_1 {
    background: #fff;
    color: #008e51;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-buttons .btn_1:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Related Content */
.related-content {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    margin-top: 60px;
}

.related-content h3 {
    color: #1a1a1a;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.related-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.related-links a {
    display: block;
    padding: 15px 20px;
    background: #fff;
    color: #008e51;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 4px solid #008e51;
}

.related-links a:hover {
    background: #008e51;
    color: #fff;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0, 142, 81, 0.2);
}

/* FAQ Section Styling */
.module_faqs {
    background: #f8f9fa;
    padding: 80px 0;
}

.module_faqs h2 {
    color: #1a1a1a;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.faqs_row {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.faqs_row:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faqs_row h3 {
    background: #fff;
    color: #1a1a1a;
    padding: 20px 25px;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
}

.faqs_row h3:after {
    content: "+";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #008e51;
    font-size: 1.5rem;
    font-weight: 700;
    transition: transform 0.3s ease;
}

.faqs_row.active h3 {
    background: #f8f9fa;
}

.faqs_row.active h3:after {
    content: "−";
    transform: translateY(-50%) rotate(180deg);
}

.faqs_row h3:hover {
    background: #f8f9fa;
}

.faqs_row div {
    display: none;
    padding: 0 25px 25px;
    background: #fff;
}

.faqs_row.active div {
    display: block;
    animation: fadeIn 0.3s ease;
}

.faqs_row p {
    color: #444;
    line-height: 1.8;
    font-size: 1.05rem;
    margin: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Final CTA Section */
.module_5 {
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), 
                url('https://trgsupply.com/wp-content/themes/site-theme/img/Seg_Banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.white_content {
    color: #fff;
}

.white_content h2 {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.white_content p {
    color: #f0f0f0;
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.btn_1 {
    background: #008e51;
    color: #fff;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn_1:hover {
    background: #006a3d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    color: #fff;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .blog-banner {
        padding: 80px 0 60px;
    }

    .blog-banner h1 {
        font-size: 2rem;
    }

    .blog-banner .lead {
        font-size: 1.1rem;
    }

    .blog-meta {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .content-section h2 {
        font-size: 1.6rem;
    }

    .content-section h3 {
        font-size: 1.3rem;
    }

    .content-section p,
    .content-section ul li {
        font-size: 1rem;
    }

    .cta-box {
        padding: 35px 25px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons .btn_1 {
        width: 100%;
    }

    .related-links {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .blog-banner h1 {
        font-size: 1.7rem;
    }

    .content-section h2 {
        font-size: 1.4rem;
    }

    .faqs_row h3 {
        font-size: 1.05rem;
        padding: 15px 20px;
    }
}

/* Utility Classes */
.margin-top-90 {
    margin-top: 90px;
}

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

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

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

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

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

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

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

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

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

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

/* Column Classes */
[class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

@media (max-width: 991px) {
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg-8,
    .col-lg-10,
    .col-xl-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Default Section Title */
.default_section_title_3 {
    text-align: center;
}

/* Body and Typography Base */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
}

article {
    background: #fff;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Selection Color */
::selection {
    background: #008e51;
    color: #fff;
}

::-moz-selection {
    background: #008e51;
    color: #fff;
}/* End custom CSS */