.elementor-384 .elementor-element.elementor-element-a6b0181{--display:flex;--min-height:800px;--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;--justify-content:center;--overlay-opacity:0.3;}.elementor-384 .elementor-element.elementor-element-a6b0181:not(.elementor-motion-effects-element-type-background), .elementor-384 .elementor-element.elementor-element-a6b0181 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://delcopharma.com/wp-content/uploads/2026/01/building-scaled.png");background-position:center center;background-size:cover;}.elementor-384 .elementor-element.elementor-element-a6b0181::before, .elementor-384 .elementor-element.elementor-element-a6b0181 > .elementor-background-video-container::before, .elementor-384 .elementor-element.elementor-element-a6b0181 > .e-con-inner > .elementor-background-video-container::before, .elementor-384 .elementor-element.elementor-element-a6b0181 > .elementor-background-slideshow::before, .elementor-384 .elementor-element.elementor-element-a6b0181 > .e-con-inner > .elementor-background-slideshow::before, .elementor-384 .elementor-element.elementor-element-a6b0181 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-384 .elementor-element.elementor-element-15822ec{--display:flex;--margin-top:-300px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-384 .elementor-element.elementor-element-a6b0181{--min-height:560px;}}/* Start custom CSS for html, class: .elementor-element-bb2fda6 */.delco-hero {
    position: relative;
    min-height: 90vh;
    background: linear-gradient(
        rgba(0, 70, 50, 0.75),
        rgba(0, 70, 50, 0.75)
    ),
    url('factory-bg.jpg'); /* replace with factory image */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.delco-container {
    max-width: 1200px;
    margin: auto;
    color: #ffffff;
}

.delco-badge {
    display: inline-block;
    background: #8bc34a;
    color: #0b3d2e;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.delco-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.delco-tagline {
    font-size: 20px;
    max-width: 700px;
    margin-bottom: 30px;
    color: #e0f2ea;
}

.delco-info {
    background: rgba(255,255,255,0.1);
    padding: 25px;
    border-left: 5px solid #8bc34a;
    border-radius: 8px;
    max-width: 650px;
}

.delco-info p {
    margin: 8px 0;
    font-size: 16px;
}

.delco-info strong {
    color: #8bc34a;
}

@media (max-width: 768px) {
    .delco-title {
        font-size: 34px;
    }
    .delco-tagline {
        font-size: 17px;
    }
}/* End custom CSS */