.elementor-340 .elementor-element.elementor-element-c54c805{--display:flex;}.elementor-340 .elementor-element.elementor-element-24b5f51{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -88px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-24b5f51 *//* --- Page Layout --- */
.mgt-privacy-page {
    width: 100vw;
    height: 100vh;
    margin-left: calc(-50vw + 50%);
    background-color: #1a0f0a;
    overflow: hidden;
}

.mgt-privacy-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

/* --- Fixed Sidebar (Left) --- */
.mgt-privacy-sidebar {
    flex: 0 0 40%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    overflow: hidden;
}

.mgt-sidebar-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://moroccoglamourtours.dreamhosters.com/wp-content/uploads/2026/03/IMG_6879.JPG'); /* Minaret Image */
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.mgt-sidebar-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(26, 15, 10, 0.6), rgba(26, 15, 10, 0.9));
    z-index: 2;
}

.mgt-sidebar-content {
    position: relative;
    z-index: 3;
    color: #F5E6D3;
}

.mgt-privacy-tag {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #B35328;
    font-weight: 700;
    font-size: 0.8rem;
}

.mgt-privacy-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    line-height: 1.1;
    margin: 20px 0;
}

.mgt-privacy-divider {
    width: 60px;
    height: 2px;
    background: #D9A05B;
    margin-bottom: 30px;
}

.mgt-privacy-intro {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.8;
    max-width: 350px;
}

.mgt-last-updated {
    margin-top: 40px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.5;
}

/* --- Scrollable Content (Right) --- */
.mgt-privacy-content {
    flex: 0 0 60%;
    background-color: #F5E6D3; /* Sand Cream */
    padding: 100px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #D9A05B #F5E6D3;
}

.mgt-legal-scroll {
    max-width: 600px;
}

.mgt-legal-section {
    margin-bottom: 60px;
}

.mgt-legal-section h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: #1a0f0a;
    margin-bottom: 20px;
}

.mgt-legal-section p, .mgt-legal-section li {
    font-family: 'Playfair Display', serif;
    color: #1a0f0a;
    line-height: 1.8;
    font-size: 1.1rem;
    opacity: 0.9;
}

.mgt-legal-section ul {
    margin-top: 15px;
    padding-left: 20px;
}

.mgt-legal-section li {
    margin-bottom: 10px;
}

.mgt-privacy-footer {
    padding-top: 40px;
    border-top: 1px solid rgba(26, 15, 10, 0.1);
}

.mgt-back-home {
    text-decoration: none;
    color: #B35328;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 1024px) {
    .mgt-privacy-page { height: auto; overflow: visible; }
    .mgt-privacy-wrapper { flex-direction: column; }
    .mgt-privacy-sidebar { flex: 0 0 auto; height: 50vh; width: 100%; }
    .mgt-privacy-content { flex: 0 0 auto; width: 100%; padding: 60px 30px; }
}/* End custom CSS */