.elementor-3468 .elementor-element.elementor-element-2dc6faf{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-37f610c *//* Full Width Breakout */
.cyiana-text-header {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    z-index: 9999;
    font-family: 'Inter', sans-serif;
}

/* Logo Styling - Bold & Spaced */
.header-top-row {
    padding: 25px 0;
    text-align: center; /* Icons nahi hain isliye logo center mein rahay ga */
}

.text-logo {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 10px; /* Luxury Brand Look */
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

/* Navigation Menu */
.header-nav-main {
    border-top: 1px solid #f9f9f9;
}

.main-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 12px 0;
    flex-wrap: wrap;
}

.main-menu > li {
    position: relative;
    padding: 0 15px;
}

.main-menu > li > a {
    text-decoration: none;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: opacity 0.3s;
}

.main-menu > li > a i {
    font-size: 8px;
    margin-left: 3px;
    opacity: 0.5;
}

.main-menu > li > a:hover {
    opacity: 0.6;
}

/* Dropdown Menu Style */
.dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    display: none;
    list-style: none;
    padding: 15px 0;
    min-width: 180px;
    border: 1px solid #f0f0f0;
}

.dropdown li a {
    padding: 8px 20px;
    display: block;
    font-size: 10px;
    color: #444;
    text-decoration: none;
    font-weight: 500;
}

.dropdown li a:hover {
    background: #fcfcfc;
    color: #000;
}

.has-dropdown:hover .dropdown {
    display: block;
}

/* Mobile Fix */
@media (max-width: 1024px) {
    .header-nav-main {
        display: none; /* Mobile par default Astra menu use karein */
    }
    .cyiana-text-header {
        width: 100% !important;
        left: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .text-logo {
        font-size: 22px;
        letter-spacing: 6px;
    }
}/* End custom CSS */