.elementor-22051 .elementor-element.elementor-element-6bce311{--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;--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-22051 .elementor-element.elementor-element-783ad27{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-30px;--margin-bottom:-30px;--margin-left:0px;--margin-right:0px;}.elementor-22051 .elementor-element.elementor-element-05621a8{--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;--border-radius:34px 34px 34px 34px;}@media(min-width:768px){.elementor-22051 .elementor-element.elementor-element-05621a8{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-f09ae5d *//* --- ZERO GAP FULL WIDTH BREADCRUMB --- */
.breadcrumb-container {
    position: relative;
    /* Force 100% Viewport Width bypassing all containers */
    width: 100vw !important;
    max-width: 100vw !important;
    left: 125% !important;
    transform: translateX(-50%) !important;
    
    /* Zero out any potential inherited margins/paddings */
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;

    height: 400px; 
    background-image: url('https://ecccontrolsandautomation.com/wp-content/uploads/2026/03/emb-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 99; /* Ensure it stays on top of container borders */
}

/* Dark Overlay */
.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65) !important;
    z-index: 1;
}

/* Text Center Styling */
.breadcrumb-text-box {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff !important;
    width: 100%;
}

.breadcrumb-text-box h1 {
    color: #ffffff !important; 
    font-size: clamp(30px, 5vw, 55px); 
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

/* Mobile Fix for No Gaps */
@media (max-width: 991px) {
    .breadcrumb-container {
        height: 250px !important;
        width: 100vw !important;
        background-attachment: scroll !important;
    }
}

/* Ye lines poore page ka side gap khatam kar dengi */
html, body {
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6bce311 *//* --- ULTIMATE SETTLED FULL WIDTH BREADCRUMB --- */
.breadcrumb-container {
    position: relative;
    /* Force Full Width - Screen ke kone se kone tak */
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important; /* Ye line perfectly center karegi */
    
    height: 400px; 
    background-image: url('https://ecccontrolsandautomation.com/wp-content/uploads/2026/03/emb-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    margin: 0 !important;
}

/* Dark Overlay taake white text chamke */
.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65) !important; /* Pura dark shade white text ke liye */
    z-index: 1;
}

/* Text Styling - ALL WHITE */
.breadcrumb-text-box {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff !important;
    padding: 0 20px;
}

.breadcrumb-text-box h1 {
    color: #ffffff !important; 
    font-size: clamp(30px, 5vw, 55px); 
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 15px rgba(0,0,0,0.5);
}

.breadcrumb-text-box p, 
.breadcrumb-text-box p a, 
.breadcrumb-text-box p span {
    color: #ffffff !important; 
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    opacity: 1 !important;
}

.breadcrumb-text-box p a:hover {
    color: #00f2ff !important; /* Link hover pe cyan touch */
}

/* Mobile Fix */
@media (max-width: 768px) {
    .breadcrumb-container {
        height: 250px !important;
        background-attachment: scroll !important;
        width: 100vw !important;
    }
    .breadcrumb-text-box h1 {
        font-size: 32px !important;
    }
}

/* Page horizontal scroll fix */
body {
    overflow-x: hidden !important;
}/* End custom CSS */