.elementor-939 .elementor-element.elementor-element-a173920{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-939 .elementor-element.elementor-element-ccc1022{margin:34px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-ccc1022 *//* ==========================================================================
   MOROCCO GLAMOUR TOURS - SINGLE TOUR PAGE MASTER CSS
   ========================================================================== */

/* --- GLOBAL UTILITIES --- */
.mgt-container-large {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
}

.mgt-text-orange { color: #CC6B14; }

.mgt-label-orange {
    display: inline-block;
    font-family: var(--font-body, sans-serif);
    font-size: 1rem;
    font-weight: 900;
    color: #CC6B14;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.mgt-label-black {
    display: inline-block;
    font-family: var(--font-body, sans-serif);
    font-size: 1rem;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.mgt-heading-bold-dark {
    font-family: var(--font-heading, sans-serif);
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 900;
    color: #000000;
    margin: 10px 0;
    line-height: 1.2;
}

.mgt-title-underline {
    width: 80px;
    height: 6px;
    background-color: #CC6B14;
    margin: 20px auto;
}

.mgt-section-header {
    text-align: center;
    margin-bottom: 60px;
}

/* --- GLOBAL BUTTONS --- */
.mgt-btn-white-bold, 
.mgt-btn-orange-massive, 
.mgt-btn-outline-white {
    font-family: var(--font-body, sans-serif);
    font-size: 1.1rem;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 35px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

.mgt-btn-white-bold {
    background-color: #ffffff;
    color: #000000;
    border: 3px solid #ffffff;
}
.mgt-btn-white-bold:hover {
    background-color: transparent;
    color: #ffffff;
}

.mgt-btn-orange-massive {
    background-color: #CC6B14;
    color: #ffffff;
    border: 3px solid #CC6B14;
    box-shadow: 6px 6px 0px rgba(255,255,255,0.1);
}
.mgt-btn-orange-massive:hover {
    background-color: transparent;
    color: #CC6B14;
    transform: translate(-3px, -3px);
    box-shadow: 9px 9px 0px rgba(255,255,255,0.2);
}

.mgt-btn-outline-white {
    background-color: transparent;
    color: #ffffff;
    border: 3px solid #ffffff;
}
.mgt-btn-outline-white:hover {
    background-color: #ffffff;
    color: #000000;
}

/* =========================================
   1. HERO SECTION & QUICK FACTS
   ========================================= */
.mgt-tour-hero {
    position: relative;
    width: 100%;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 100px; 
    z-index: 1;
}

.mgt-tour-hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.85) 100%);
    z-index: 2;
}

.mgt-tour-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 900px;
    padding-bottom: 120px;
}

.mgt-breadcrumbs {
    font-family: var(--font-body, sans-serif);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e0e0e0;
    margin-bottom: 20px;
}
.mgt-breadcrumbs a { color: #ffffff; text-decoration: none; transition: 0.3s; }
.mgt-breadcrumbs a:hover { color: #CC6B14; }
.mgt-separator { margin: 0 10px; color: #CC6B14; }
.mgt-current-page { color: #CC6B14; }

.mgt-tour-h1 {
    font-family: var(--font-heading, sans-serif);
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.1;
    margin: 10px 0 25px 0;
}

.mgt-tour-hero-p {
    font-family: var(--font-body, sans-serif);
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 700;
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 40px;
}

.mgt-tour-hero-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Quick Facts Bar */
.mgt-quick-facts-bar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    background-color: #000000;
    border-top: 5px solid #CC6B14;
    display: flex;
    z-index: 4;
}

.mgt-fact-item {
    flex: 1;
    padding: 25px 20px;
    text-align: center;
}

.mgt-fact-border {
    border-left: 1px solid rgba(255,255,255,0.15);
    border-right: 1px solid rgba(255,255,255,0.15);
}

.mgt-fact-title {
    display: block;
    font-family: var(--font-body, sans-serif);
    font-size: 0.85rem;
    font-weight: 900;
    color: #CC6B14;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.mgt-fact-value {
    display: block;
    font-family: var(--font-heading, sans-serif);
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
}

/* =========================================
   1.5. OVERVIEW SECTION
   ========================================= */
.mgt-tour-overview {
    padding: 100px 0;
    background-color: #ffffff;
    text-align: center;
}

.mgt-overview-box {
    max-width: 900px;
}

.mgt-overview-p {
    font-family: var(--font-body, sans-serif);
    font-size: clamp(1.05rem, 2vw, 1.15rem);
    line-height: 1.8;
    color: #333;
    font-weight: 700;
    margin-top: 25px;
}

/* =========================================
   2. DAY-BY-DAY ITINERARY TIMELINE
   ========================================= */
.mgt-itinerary-section {
    padding: 100px 0;
    background-color: #FAF6F0;
}

.mgt-timeline-wrapper {
    position: relative;
    max-width: 900px;
    margin: 60px auto 0 auto;
    border-left: 4px solid #000000; 
    padding-left: 50px;
}

.mgt-timeline-item {
    position: relative;
    margin-bottom: 60px;
}

.mgt-day-marker {
    position: absolute;
    left: -92px;
    top: 0;
    background-color: #000000;
    border: 3px solid #CC6B14;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 0px #CC6B14;
    transition: transform 0.3s ease;
}

.mgt-timeline-item:hover .mgt-day-marker { transform: translateY(-5px); }

.mgt-day-num {
    font-family: var(--font-heading, sans-serif);
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
}

.mgt-day-text {
    font-family: var(--font-heading, sans-serif);
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #CC6B14;
    letter-spacing: 2px;
    margin-top: 5px;
}

.mgt-timeline-content {
    background-color: #ffffff;
    padding: 40px;
    border: 3px solid #000000;
    position: relative;
    transition: all 0.3s ease;
}

.mgt-timeline-item:hover .mgt-timeline-content { box-shadow: 8px 8px 0px #CC6B14; }

/* Desktop Pointer Arrow */
.mgt-timeline-content::before {
    content: '';
    position: absolute;
    top: 25px;
    left: -18px;
    border-width: 15px 15px 15px 0;
    border-style: solid;
    border-color: transparent #000000 transparent transparent;
}

.mgt-day-title {
    font-family: var(--font-heading, sans-serif);
    font-size: 1.4rem;
    font-weight: 900;
    color: #000000;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    line-height: 1.3;
}

.mgt-day-desc {
    font-family: var(--font-body, sans-serif);
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 25px;
}

.mgt-day-highlights {
    list-style: none;
    padding: 20px 0 0 0;
    margin: 0;
    border-top: 2px dashed rgba(0,0,0,0.15);
}

.mgt-day-highlights li {
    font-family: var(--font-body, sans-serif);
    font-size: 0.95rem;
    color: #000000;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.mgt-day-highlights li::before {
    content: '■'; 
    color: #CC6B14;
    margin-right: 12px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/* =========================================
   3. INCLUDED / EXCLUDED
   ========================================= */
.mgt-details-section {
    padding: 100px 0;
    background-color: #ffffff;
    border-top: 2px dashed rgba(0,0,0,0.1);
}

.mgt-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.mgt-included-box, .mgt-excluded-box {
    background: #ffffff;
    padding: 40px;
    border: 3px solid #000000;
    transition: transform 0.3s ease;
}

.mgt-included-box {
    border-color: #CC6B14;
    box-shadow: 8px 8px 0px rgba(204, 107, 20, 0.15);
}

.mgt-excluded-box { box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.08); }
.mgt-included-box:hover, .mgt-excluded-box:hover { transform: translateY(-5px); }

.mgt-details-title {
    font-family: var(--font-heading, sans-serif);
    font-size: 1.3rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #000000;
}

.mgt-included-list, .mgt-excluded-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mgt-included-list li, .mgt-excluded-list li {
    font-family: var(--font-body, sans-serif);
    font-size: 1.05rem;
    color: #333333;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    font-weight: 700;
}

.mgt-included-list li::before {
    content: '✔';
    position: absolute; left: 0; top: 0;
    color: #CC6B14; font-size: 1.2rem;
}

.mgt-excluded-list li::before {
    content: '✕';
    position: absolute; left: 0; top: 0;
    color: #999999; font-size: 1.2rem;
}

/* =========================================
   4. CTA BOOKING SECTION
   ========================================= */
.mgt-tour-cta {
    background-color: #000000;
    padding: 100px 0;
    border-top: 5px solid #CC6B14;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.mgt-tour-cta::before {
    content: '';
    position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(204,107,20,0.15) 0%, rgba(0,0,0,0) 50%);
    pointer-events: none;
}

.mgt-cta-wrapper { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }

.mgt-cta-h2 {
    font-family: var(--font-heading, sans-serif);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 25px 0;
    line-height: 1.1;
}

.mgt-cta-p {
    font-family: var(--font-body, sans-serif);
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: 700;
    color: #e0e0e0;
    margin-bottom: 40px;
}

.mgt-cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}


/* ==========================================================================
   5. RESPONSIVE MEDIA QUERIES (TABLET & MOBILE FIXES)
   ========================================================================== */

/* --- TABLETS (Under 1024px) --- */
@media (max-width: 1024px) {
    .mgt-tour-hero { background-attachment: scroll; }
    .mgt-quick-facts-bar { width: 95%; }
    .mgt-timeline-wrapper { padding-left: 30px; }
    .mgt-day-marker { left: -72px; width: 70px; height: 70px; }
    .mgt-day-num { font-size: 1.6rem; }
}

/* --- MOBILE PHONES (Under 768px) --- */
@media (max-width: 768px) {
    
    /* Global Adjustments */
    .mgt-tour-overview, .mgt-itinerary-section, .mgt-details-section, .mgt-tour-cta {
        padding: 60px 0;
    }
    
    /* Hero & Facts Bar - Fixed Flexbox Overlap */
    .mgt-tour-hero { 
        min-height: auto; 
        padding-top: 120px; 
    }
    .mgt-tour-hero-content { padding-bottom: 80px; }
    .mgt-tour-hero-btns { flex-direction: column; width: 100%; }
    .mgt-tour-hero-btns a { width: 100%; }
    
    /* Move Facts Bar to anchor properly on mobile */
    .mgt-quick-facts-bar {
        position: static;
        transform: none;
        width: 100%;
        flex-direction: column;
        border: none;
        border-top: 3px solid #CC6B14;
    }
    .mgt-fact-item { padding: 15px; }
    .mgt-fact-border { border: none; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }

    /* Itinerary Timeline - Converts to Stacked Mobile View */
    .mgt-timeline-wrapper {
        border-left: none; 
        padding-left: 0;
        margin-top: 40px;
    }
    
    .mgt-timeline-item { margin-bottom: 40px; }
    
    .mgt-day-marker {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: -15px; 
        z-index: 2;
        box-shadow: 3px 3px 0px #CC6B14;
    }
    
    .mgt-timeline-content { padding: 35px 20px 20px 20px; }
    .mgt-timeline-content::before { display: none; }

    /* Included / Excluded Grid */
    .mgt-details-grid { grid-template-columns: 1fr; gap: 30px; }
    .mgt-included-box, .mgt-excluded-box { padding: 30px 20px; }
    
    /* CTA Section */
    .mgt-cta-buttons { flex-direction: column; width: 100%; }
    .mgt-cta-buttons a { width: 100%; }
}/* End custom CSS */