.elementor .e-695bb2d{flex-direction:column;/* --- FULL STRETCH NO-BORDER CUSTOM CSS --- */

/* 1. Header ki main entry ko full width aur zero border assign karna */
.hancon-site-header {
width: 100% !important;
max-width: 100% !important;
padding: 15px 0;
margin: 0 !important;
border: none !important;
outline: none !important;
box-shadow: 0 4px 20px rgba(0,0,0,0.15);
left: 0 !important;
right: 0 !important;
}

/* 2. Inner container ko full width stretch karna bina kisi restriction ke */
.hancon-header-container {
max-width: 100% !important;
width: 100% !important;
padding: 0 40px !important; /* Screen ke corners se halki si professional spacing */
margin: 0 !important;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box !important;
}

/* 3. Mobile responsive optimization taakay full stretch main koi bug na aye */
@media (max-width: 768px) {
.hancon-header-container {
  padding: 0 20px !important; /* Mobile par margins thode kam taakay area optimize ho */
}
}\n}