.elementor-21 .elementor-element.elementor-element-33d0e96{--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-4143410 *//* هدر شیشه‌ای */
.glass-header {
    position: relative;
    top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(30px) saturate(180%);
    -webkit-backdrop-filter: blur(30px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.18),
                0 10px 40px rgba(0, 0, 0, 0.45);
}

/* لوگو */
.logo img {
    height: 40px;
}

/* لینک‌ها */
.nav-links {
    list-style: none;
    display: flex;
    gap: 28px;
    margin: 0 auto;
    padding: 0;
}

.nav-links a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.25s ease;
}

.nav-links a:hover {
    opacity: 0.7;
    transform: translateY(-2px);
}

/* دکمه‌ها */
.buttons {
    display: flex;
    gap: 15px;
}

.buttons a {
    padding: 8px 18px;
    border-radius: 18px;
    background: rgba(209, 21, 7, 1); /* شفافیت برای حالت شیشه‌ای */
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #fff; /* متن روشن برای کنتراست */
    font-size: 14px;
    font-weight: 600;
    transition: 0.25s ease;
}

.buttons a:hover {
    background: rgba(209, 21, 7, 1); /* پررنگ‌تر روی هاور */
    transform: translateY(-2px);
}/* End custom CSS */