/* _content/NozolChalets.Web/Areas/Admin/Views/Shared/_LayoutAdmin.cshtml.rz.scp.css */
/* Fix sidebar and content layout */
.sidebar[b-dgyg2ntcwh] {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 56px;
    overflow-y: auto;
    transition: transform 0.3s ease;
    width: 16.66666667%; /* Explicitly set sidebar width to match col-md-3 col-lg-2 */
}

.main-content[b-dgyg2ntcwh] {
    transition: margin-left 0.3s ease;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 16.66666667%) !important; /* Adjust content width to avoid overlap */
}

@media (min-width: 992px) {
    .sidebar[b-dgyg2ntcwh] {
        width: 16.66666667%; /* col-md-2 width */
    }

    .main-content[b-dgyg2ntcwh] {
        width: calc(100% - 16.66666667%) !important;
        margin-left: 16.66666667% !important; /* Match sidebar width */
    }
}

.main-header[b-dgyg2ntcwh] {
    background-color: white;
    z-index: 99;
}

.container-fluid[b-dgyg2ntcwh], .row[b-dgyg2ntcwh] {
    min-height: 100vh;
}

.validation-summary-valid[b-dgyg2ntcwh] {
    display: none;
}

@media (max-width: 767.98px) {
    .sidebar[b-dgyg2ntcwh] {
        transform: translateX(-100%);
        width: 250px !important;
    }

        .sidebar.show[b-dgyg2ntcwh] {
            transform: translateX(0);
            box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
        }

    .main-content[b-dgyg2ntcwh] {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .sidebar-backdrop[b-dgyg2ntcwh] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,0.5);
        z-index: 99;
        display: none;
    }

        .sidebar-backdrop.show[b-dgyg2ntcwh] {
            display: block;
        }
}

#sidebar-toggle[b-dgyg2ntcwh] {
    display: none;
}

@media (max-width: 767.98px) {
    #sidebar-toggle[b-dgyg2ntcwh] {
        display: block;
    }
}

/* RTL support for sidebar */
html[lang="ar"] .sidebar[b-dgyg2ntcwh] {
    right: 0;
    left: auto;
    transform: translateX(100%);
}

    html[lang="ar"] .sidebar.show[b-dgyg2ntcwh] {
        transform: translateX(0);
    }

html[lang="ar"] .main-content[b-dgyg2ntcwh] {
    margin-right: 0 !important;
}

@media (min-width: 768px) {
    html[lang="ar"] .sidebar[b-dgyg2ntcwh] {
        transform: none;
        right: 0;
        left: auto;
    }

    html[lang="ar"] .main-content[b-dgyg2ntcwh] {
        margin-right: 16.66666667%; /* sidebar width */
        margin-left: 0 !important;
        width: calc(100% - 16.66666667%) !important;
    }
}

@media (min-width: 992px) {
    html[lang="ar"] .main-content[b-dgyg2ntcwh] {
        margin-right: 16.66666667%; /* sidebar width for large screens */
    }
}
/* _content/NozolChalets.Web/Areas/Admin/Views/Shared/_Layout_Public.cshtml.rz.scp.css */
footer[b-v6vw6c9u7y] {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f8f9fa; /* optional: a background for visibility */
    padding: 1rem; /* optional: spacing */
    text-align: center; /* optional: center text */
}
/* _content/NozolChalets.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Base Styles */
body[b-xjbr9wgjvd] {
    font-family: 'Lato', 'Amiri', sans-serif;
    background-color: #F2F2F2; /* Light Gray */
    color: #4A4036; /* Warm Dark Brown */
}

#language-form[b-xjbr9wgjvd] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #language-form select[b-xjbr9wgjvd] {
        border: 2px solid #2C3E50;
        color: #2C3E50;
        background-color: transparent;
        padding: 10px 16px;
        font-size: 16px;
        font-weight: 500;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        outline: none;
        appearance: none;
        position: relative;
    }

    #language-form select:hover[b-xjbr9wgjvd],
    #language-form select:focus[b-xjbr9wgjvd] {
        border-color: white; /* White border on hover/focus */
        color: white; /* White text */
        background-color: #001f3f; /* Deep navy background */
    }

    /* Custom dropdown arrow */
    #language-form[b-xjbr9wgjvd] {
        position: relative;
        width: fit-content;
    }

    #language-form[b-xjbr9wgjvd]::after {
        content: "▼";
        font-size: 12px;
        color: #001f3f;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        transition: color 0.3s ease-in-out;
    }

    #language-form select:hover + [b-xjbr9wgjvd]::after,
    #language-form select:focus + [b-xjbr9wgjvd]::after {
        color: white;
    }

/* Header Styles */
.luxury-header[b-xjbr9wgjvd] {
    background-color: #FFFFFF; /* White */
    padding: 1rem 0;
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease;
    box-shadow: 0 4px 11px 4px rgba(0, 0, 0, 0.06);
}

.top-bar[b-xjbr9wgjvd] {
    background-color: #2C3E50; /* Deep Navy Blue */
    padding: 8px 0;
    color: #FFFFFF; /* White text */
    font-size: 0.9rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    transition: all 0.4s ease;
}

.luxury-header .navbar-brand[b-xjbr9wgjvd] {
    font-family: 'Playfair Display', 'Amiri', serif;
    font-size: 1.8rem;
    color: #6B4423 !important; /* Logo Brown */
    text-shadow: 1px 1px 1px rgba(107, 68, 35, 0.1);
}

.luxury-header .nav-link[b-xjbr9wgjvd] {
    color: #6B4423 !important; /* Logo Brown */
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.5rem 1.2rem !important;
    transition: all 0.3s ease;
}

    .luxury-header .nav-link:hover[b-xjbr9wgjvd] {
        color: #A67B5B !important; /* Lighter Brown */
        transform: translateY(-1px);
    }

/* Dropdown Styles */
.dropdown-menu[b-xjbr9wgjvd] {
    background-color: #FFFFFF; /* White */
    border: 1px solid rgba(107, 68, 35, 0.1);
    box-shadow: 0 8px 24px rgba(107, 68, 35, 0.12);
}

.dropdown-item[b-xjbr9wgjvd] {
    color: #6B4423; /* Logo Brown */
    transition: all 0.3s ease;
}

    .dropdown-item:hover[b-xjbr9wgjvd] {
        background-color: #FDF8F3; /* Warm White */
        color: #A67B5B; /* Lighter Brown */
        transform: translateX(5px);
    }

/* Footer Styles */
.luxury-footer[b-xjbr9wgjvd] {
    background-color: #FFFFFF; /* White */
    color: #4A4036; /* Warm Dark Brown */
    padding: 4rem 0 0 0;
    position: absolute;
    width: 100%;
    margin-top: 3rem;
    box-shadow: 0 -5px 25px rgba(107, 68, 35, 0.05);
}

.footer-title[b-xjbr9wgjvd] {
    font-family: 'Playfair Display', 'Amiri', serif;
    color: #6B4423; /* Logo Brown */
    margin-bottom: 1.5rem;
    position: relative;
}

    .footer-title[b-xjbr9wgjvd]::after {
        content: '';
        position: absolute;
        bottom: -10px;
        width: 50px;
        height: 2px;
        background-color: #A67B5B; /* Lighter Brown */
        inset-inline-start: 0; /* Aligns to the start of the text flow */
    }

/* RTL Specific Adjustments */
html[dir="rtl"] .footer-title[b-xjbr9wgjvd]::after {
    inset-inline-start: unset; /* Reset start */
    inset-inline-end: 0; /* Align to the end of the text flow */
}


.footer-links a[b-xjbr9wgjvd] {
    color: #4A4036; /* Warm Dark Brown */
    text-decoration: none;
    transition: all 0.3s ease;
}

    .footer-links a:hover[b-xjbr9wgjvd] {
        color: #6B4423; /* Logo Brown */
        transform: translateX(5px);
    }

.social-icons a[b-xjbr9wgjvd] {
    color: #6B4423; /* Logo Brown */
    margin-right: 1rem;
    transition: all 0.3s ease;
    font-size: 2rem;
}

    .social-icons a:hover[b-xjbr9wgjvd] {
        color: #A67B5B; /* Lighter Brown */
        transform: translateY(-3px);
    }

.footer-bottom[b-xjbr9wgjvd] {
    background-color: #2C3E50; /* Deep Navy Blue */
    color: #FFFFFF; /* White text */
    padding: 1.5rem 0;
    margin-top: 3rem;
}

.footer-contact[b-xjbr9wgjvd] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-contact li[b-xjbr9wgjvd] {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
    }

    .footer-contact i[b-xjbr9wgjvd] {
        color: #2C3E50;
        font-size: 1.1rem;
    }

    .footer-contact span[b-xjbr9wgjvd] {
        color: #6B4423;
    }

.btn-message-us[b-xjbr9wgjvd] {
    background-color: var(--color-white);
    color: var(--color-navy);
    border: 1px solid var(--color-navy);
}

    .btn-message-us:hover[b-xjbr9wgjvd] {
        background-color: var(--color-navy);
        color: var(--color-white);
        box-shadow: var(--shadow-lg);
    }

/* Scroll Effect */
.luxury-header.scrolled[b-xjbr9wgjvd] {
    background-color: rgba(255, 255, 255, 0.98);
    padding: 0.5rem 0;
}

iframe[b-xjbr9wgjvd] {
    display: block;
    width: 100%;
    max-width: 200px;
    height: 100px;
    border: 1px solid #ccc; 
    border-radius: 8px; 
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin: 0 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    iframe:hover[b-xjbr9wgjvd] {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

@media (max-width: 576px) {
    #language-form select[b-xjbr9wgjvd] {
        padding: 5px 10px;
        font-size: 14px;
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .top-bar .col-6[b-xjbr9wgjvd] {
        font-size: 0;
    }

    .top-bar i[b-xjbr9wgjvd] {
        font-size: 1rem;
    }

    .top-bar a[b-xjbr9wgjvd] {
        font-size: 0;
    }

        .top-bar a i[b-xjbr9wgjvd] {
            font-size: 1rem;
        }
}
