.elementor-5019 .elementor-element.elementor-element-c2bac08{--display:flex;--min-height:0px;--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;}.elementor-5019 .elementor-element.elementor-element-d4f9c66{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-5019 .elementor-element.elementor-element-c2bac08{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-d4f9c66 *//* --- Header Styling Fix --- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(10, 10, 10, 0.8); /* Thoda dark background */
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px; /* Padding thodi adjust ki hai */
    width: 100%; /* Ye zaroori hai */
}

.navbar {
    display: flex;
    justify-content: space-between; /* Ye elements ko door-door phekega */
    align-items: center;
    width: 100%; /* Pura faila do */
    gap: 20px; /* Agar space-between fail ho, toh ye gap bachayega */
}

/* 1. Logo Styling */
.logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    white-space: nowrap; /* Logo ko tutne se bachayega */
    margin-right: auto; /* Ye magic hai: Logo ko Left aur baaki sabko Right dhakel dega */
}

.logo span {
    color: #4f46e5;
}

/* 2. Menu Links Styling */
.nav-links {
    display: flex;
    gap: 30px; /* Menu items ke beech ki doori */
    margin: 0 40px; /* Logo aur Button se doori banaye rakhne ke liye */
    list-style: none;
}

.nav-links a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.nav-links a:hover {
    color: white;
}

/* 3. Button Styling */
.header-btn {
    white-space: nowrap; /* Button text ko wrap hone se rokega */
}

.btn-primary {
    padding: 10px 24px;
    background-color: #4f46e5;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

/* --- Mobile Fix (Zaroori hai) --- */
@media (max-width: 768px) {
    .nav-links {
        display: none; /* Mobile pe menu hide karein */
    }
    .container {
        padding: 15px;
    }
}

<div class="container" style=" padding-bottom: 0px; padding-top: 0px;">/* End custom CSS */