/*
Theme Name: Hejaz Sweaters
Template: hello-elementor
Description: Child theme for Hello Elementor for Nadya D Alterations
Author: Kausar Alam
Version: 1.0.0
*/

/* Custom Header Styles */
.main-header {
    padding: 15px 0;
    background-color: #fff;
}

.main-header .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    max-height: 60px;
}

.menu-open-btn {
    background: none;
    border: none;
    font-size: 24px;
}

.overlay-nav {
    display: none; /* Hidden by default, show with JavaScript */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 1000;
}

.menu-side ul {
    list-style: none;
    padding: 0;
}

.menu-side .menu-item {
    margin-bottom: 15px;
}

.menu-side .menu-link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

/* Custom Footer Styles */
.footer-section {
    background-color: #f8f9fa;
    padding: 20px 0;
    text-align: center;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.footer-section ul li {
    margin: 0 10px;
}

.footer-section ul li a {
    color: #333;
    font-size: 20px;
}
