.elementor-568 .elementor-element.elementor-element-d3518e3{--display:flex;}.elementor-568 .elementor-element.elementor-element-ec4d5ef{margin:67px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-568 .elementor-element.elementor-element-46a6f79{--display:flex;}.elementor-568 .elementor-element.elementor-element-7091861{margin:-24px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-568 .elementor-element.elementor-element-2c3e93e{--display:flex;}.elementor-568 .elementor-element.elementor-element-73fd263{--display:flex;}.elementor-568 .elementor-element.elementor-element-ce966e9{margin:-38px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-568 .elementor-element.elementor-element-56614cd{--display:flex;}.elementor-568 .elementor-element.elementor-element-9f03dbb{margin:-78px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-568 .elementor-element.elementor-element-549d86c{--display:flex;}.elementor-568 .elementor-element.elementor-element-baf3315{margin:-42px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ec4d5ef *//* PAGE 2 CITY HERO - HIGH VISIBILITY */

.mgt-city-hero-fixed {
    position: relative;
    height: 65vh; /* Perfect height to see the content and the start of the tours */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #000000;
}

.mgt-city-hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}

.mgt-city-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6; /* Dimmed image to increase text contrast */
}

.mgt-city-hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    /* Dark gradient to ensure the bottom of the section stays bold */
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, #000000 100%);
    z-index: 2;
}

.mgt-city-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 900px;
    padding: 0 5%;
}

.mgt-hub-breadcrumbs {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 20px;
}

.mgt-active-crumb {
    color: #CC6B14; /* Deep Orange */
}

.mgt-city-h1 {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 7vw, 5rem);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    line-height: 1;
}

.mgt-accent-text {
    display: block;
    font-size: 0.5em; /* Smaller but very bold */
    letter-spacing: 10px;
    color: #C4A484; /* Dark Sand color */
}

.mgt-hero-divider-thick {
    width: 120px;
    height: 8px;
    background-color: #CC6B14; /* Deep Orange underline */
    margin: 30px auto;
}

.mgt-city-hero-p {
    font-family: var(--font-body);
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 500;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .mgt-city-hero-fixed { height: 75vh; }
    .mgt-city-h1 { font-size: 3rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7091861 *//* SECTION 2: CITY INTRO STYLING */

.mgt-city-intro-section {
    padding: 100px 5%;
    background-color: #FAF6F0; /* Alabaster */
    border-bottom: 2px solid #000000; /* Sharp separation line */
}

.mgt-intro-flex {
    display: flex;
    align-items: center;
    gap: 100px;
}

.mgt-intro-content {
    flex: 1.2;
}

.mgt-label-black {
    font-family: var(--font-body);
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 15px;
}

.mgt-heading-bold-dark {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    color: #000000;
    margin: 0 0 20px 0;
    line-height: 1.1;
}

.mgt-accent-line-short {
    width: 60px;
    height: 6px;
    background-color: #CC6B14; /* High-contrast Orange */
    margin-bottom: 35px;
}

.mgt-intro-p {
    font-family: var(--font-body);
    font-size: 1.2rem;
    line-height: 1.8;
    color: #000000; /* Pure black for visibility */
    margin-bottom: 25px;
}

/* Right Side Decorative Box */
.mgt-intro-feature-box {
    flex: 0.8;
    background-color: #000000;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.mgt-feature-inner-border {
    border: 2px solid #CC6B14;
    padding: 40px;
    width: 100%;
}

.mgt-feature-big-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 4rem;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 10px;
}

.mgt-feature-tagline {
    font-family: var(--font-body);
    color: #CC6B14;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 10px;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .mgt-intro-flex {
        flex-direction: column;
        gap: 50px;
    }
    .mgt-heading-bold-dark { font-size: 2.8rem; }
    .mgt-intro-feature-box { width: 100%; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-46a6f79 *//* FES INTRO - HIGH VISIBILITY IMAGE FRAME */

.mgt-intro-image-box {
    flex: 0.8; /* Keeps the proportions correct next to the text */
    position: relative;
    padding: 20px; /* Gives the shadow room to breathe */
}

.mgt-image-frame-bold {
    border: 6px solid #000000; /* MASSIVE BLACK FRAME */
    background: #ffffff;
    padding: 15px; /* Creates a white "mat" inside the frame */
    box-shadow: 20px 20px 0px #CC6B14; /* Bold Orange offset shadow */
}

.mgt-image-frame-bold img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    border: 2px solid #000000; /* Inner border touching the photo */
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .mgt-intro-image-box {
        width: 100%;
        flex: none;
    }
    .mgt-image-frame-bold img {
        height: 350px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95aa915 *//* SECTION 3: SHORT ESCAPES - HIGH VISIBILITY */

.mgt-tours-grid-section {
    padding: 80px 5%;
    background-color: #ffffff; /* Pure white for maximum contrast */
}

.mgt-category-title-bold {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    color: #000000;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
}

.mgt-title-underline {
    width: 100px;
    height: 8px;
    background-color: #CC6B14;
    margin-bottom: 50px;
}

/* The Grid */
.mgt-high-contrast-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/* The Bold Card */
.mgt-tour-card-bold {
    border: 4px solid #000000; /* THICK BLACK FRAME */
    background: #ffffff;
    transition: transform 0.3s ease;
}

.mgt-tour-card-bold:hover {
    transform: translateY(-10px);
}

.mgt-card-visual {
    position: relative;
    height: 250px;
    border-bottom: 4px solid #000000;
}

.mgt-card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mgt-duration-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #000000;
    color: #ffffff;
    padding: 10px 15px;
    font-family: var(--font-body);
    font-weight: 900;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.mgt-card-body-fixed {
    padding: 35px;
}

.mgt-tour-name-fixed {
    font-family: var(--font-heading);
    font-size: 2rem;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 900;
}

.mgt-tour-path-fixed {
    font-family: var(--font-body);
    color: #CC6B14; /* High-contrast Orange */
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.mgt-tour-excerpt-fixed {
    font-family: var(--font-body);
    font-size: 1.1rem;
    color: #333333; /* Dark Grey for readability */
    line-height: 1.6;
    margin-bottom: 30px;
}

/* The Action Button */
.mgt-btn-black-bold {
    display: inline-block;
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    text-decoration: none;
    font-family: var(--font-body);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: background 0.3s ease;
}

.mgt-btn-black-bold:hover {
    background: #CC6B14;
}

/* Mobile Adjustments */
@media (max-width: 900px) {
    .mgt-high-contrast-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce966e9 *//* SECTION 4: EPIC JOURNEYS - HIGH VISIBILITY */

.mgt-epic-journeys-fixed {
    padding: 100px 5%;
    background-color: #FAF6F0; /* Alabaster */
}
.mgt-tour-path-fixed, .mgt-epic-path {
    font-family: var(--font-body);
    color: #000000 !important; /* Force Pure Black */
    background-color: #CC6B14; /* Put it on an Orange background "highlight" */
    padding: 5px 10px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.85rem;
    display: inline-block;
    margin-bottom: 20px;
}

.mgt-epic-row {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 4px solid #000000; /* THICK BLACK FRAME */
    margin-bottom: 60px;
    overflow: hidden;
    box-shadow: 15px 15px 0px #CC6B14; /* BOLD ORANGE OFFSET SHADOW */
}

/* Reverse the layout for every second row */
.mgt-row-reverse {
    flex-direction: row-reverse;
}

.mgt-epic-image {
    flex: 1.2;
    height: 450px;
}

.mgt-epic-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mgt-epic-content {
    flex: 1;
    padding: 60px;
}

.mgt-epic-tag {
    display: inline-block;
    background: #CC6B14;
    color: #ffffff;
    padding: 5px 15px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.mgt-epic-name {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    color: #000000;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.1;
}

.mgt-epic-path {
    font-family: var(--font-body);
    color: #000000;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 25px;
    border-bottom: 2px solid #CC6B14;
    padding-bottom: 10px;
    display: inline-block;
}

.mgt-epic-desc {
    font-family: var(--font-body);
    font-size: 1.2rem;
    color: #333333;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* Mobile Adjustments */
@media (max-width: 1100px) {
    .mgt-epic-row, .mgt-row-reverse {
        flex-direction: column;
    }
    .mgt-epic-image {
        width: 100%;
        height: 300px;
    }
    .mgt-epic-content {
        padding: 40px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f03dbb *//* SECTION 5: LOGISTICS - HIGH VISIBILITY */

.mgt-logistics-section-fixed {
    padding: 100px 5%;
    background-color: #ffffff; /* Pure White */
}

.mgt-logistics-grid-fixed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 20px;
}

.mgt-logistics-item-fixed {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Heavy Black Icon Box */
.mgt-logistics-icon-box {
    background-color: #000000;
    color: #ffffff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 25px;
    border: 3px solid #CC6B14; /* Orange Border to help it pop */
}

.mgt-logistics-h3 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 900;
}

.mgt-logistics-p {
    font-family: var(--font-body);
    font-size: 1.1rem;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .mgt-logistics-grid-fixed {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-baf3315 *//* SECTION 6: CUSTOM ROUTE - HIGH VISIBILITY */

.mgt-custom-route-fixed {
    padding: 120px 5%;
    background-color: #ffffff; /* Pure white */
}

.mgt-custom-container-bold {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    border: 6px solid #000000; /* MASSIVE BLACK BORDER */
    background: #FAF6F0; /* Alabaster inside */
    box-shadow: 20px 20px 0px #CC6B14; /* BOLD ORANGE OFFSET */
}

.mgt-custom-content {
    flex: 1.5;
    padding: 80px;
}

.mgt-accent-line-thick {
    width: 100px;
    height: 10px;
    background-color: #CC6B14;
    margin: 25px 0;
}

.mgt-custom-p {
    font-family: var(--font-body);
    font-size: 1.3rem;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.mgt-custom-p-bold {
    font-family: var(--font-body);
    font-size: 1.3rem;
    color: #000000;
    font-weight: 900; /* Extra bold for visibility */
    margin-bottom: 45px;
}

/* Button Grouping */
.mgt-custom-btn-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.mgt-btn-massive-black {
    background: #000000;
    color: #ffffff;
    padding: 20px 40px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 3px solid #000000;
}

.mgt-btn-outline-bold {
    background: transparent;
    color: #000000;
    padding: 20px 40px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 4px solid #000000; /* Thick outline */
}

/* Right Side Decoration */
.mgt-custom-visual-box {
    flex: 0.5;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl; /* Rotated text for luxury feel */
}

.mgt-visual-text {
    color: #CC6B14;
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 900;
    letter-spacing: 15px;
    opacity: 0.8;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .mgt-custom-container-bold {
        flex-direction: column;
    }
    .mgt-custom-visual-box {
        display: none; /* Hide rotation on mobile to save space */
    }
    .mgt-custom-content {
        padding: 40px 30px;
    }
}/* End custom CSS */