.elementor-22063 .elementor-element.elementor-element-9f529f4{--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-22063 .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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-22063 .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;}.elementor-22063 .elementor-element.elementor-element-05621a8.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-22063 .elementor-element.elementor-element-05621a8{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-7443c35 *//* --- FIXED FULL WIDTH BREADCRUMB --- */
.breadcrumb-containerz {
    position: relative;
    /* Proper Full Width Logic (No more 118% guesswork) */
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    
    /* Resetting margins/paddings */
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;

    height: 400px; 
    background-image: url('https://projexels.com/wp-content/uploads/2023/10/Blue-Geometric-Technology-LinkedIn-Banner-5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    
    /* Menu ko upar rakhne ke liye iska z-index kam hona chahiye */
    z-index: 10 !important; 
}

/* Dark Overlay */
.breadcrumb-overlayz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65) !important;
    z-index: 1; /* Background ke andar rahega */
}

/* Text Center Styling */
.breadcrumb-text-boxz {
    position: relative;
    z-index: 2; /* Overlay ke upar text */
    text-align: center;
    color: #ffffff !important;
    width: 100%;
}

.breadcrumb-text-boxz h1 {
    color: #ffffff !important; 
    font-size: clamp(30px, 5vw, 55px); 
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

/* Mobile Fix */
@media (max-width: 991px) {
    .breadcrumb-containerz {
        height: 250px !important;
        width: 100vw !important;
        background-attachment: scroll !important;
    }
}

/* Global Fix for Horizontal Scroll */
html, body {
    overflow-x: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* YE ZAROORI HAI: Header ko banner se upar lane ke liye */
header, .site-header, #masthead, .navbar {
    position: relative; /* Ya fixed/sticky jo pehle se hai */
    z-index: 9999 !important; /* Isay sabse upar rakho */
}/* End custom CSS */