.elementor-748 .elementor-element.elementor-element-deb970f{--display:flex;}.elementor-748 .elementor-element.elementor-element-314ee41{margin:67px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-748 .elementor-element.elementor-element-aa76fda{--display:flex;}.elementor-748 .elementor-element.elementor-element-1817e1d{margin:-26px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-748 .elementor-element.elementor-element-3a8724d{--display:flex;}.elementor-748 .elementor-element.elementor-element-3c6aadf{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-748 .elementor-element.elementor-element-ff45c74{--display:flex;}.elementor-748 .elementor-element.elementor-element-d0cf7ef{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + -83px) 0px;}/* Start custom CSS for html, class: .elementor-element-314ee41 *//* 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-1817e1d *//* 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-aa76fda *//* 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-3c6aadf *//* SECTION 3: FULL CSS (3-COLUMN GRID) */

.mgt-tours-section-fixed {
    padding: 100px 5%;
    background-color: #FAF6F0; /* Alabaster Background */
    border-bottom: 4px solid #000000;
}

.mgt-container-large {
    max-width: 1400px;
    margin: 0 auto;
}

/* Header Styling */
.mgt-grid-header {
    margin-bottom: 60px;
}

.mgt-category-title-bold {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.mgt-title-underline {
    width: 120px;
    height: 8px;
    background-color: #CC6B14; /* Deep Orange */
}

/* Grid Layout */
.mgt-tours-grid-fixed {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 Columns */
    gap: 40px;
}

/* The High-Contrast Tour Card */
.mgt-tour-card-bold {
    background-color: #ffffff;
    border: 4px solid #000000;
    display: flex;
    flex-direction: column;
    box-shadow: 12px 12px 0px #000000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mgt-tour-card-bold:hover {
    transform: translateY(-8px);
    box-shadow: 16px 16px 0px #CC6B14; /* Hover turns shadow orange */
}

/* Image & Duration Tag */
.mgt-card-visual {
    position: relative;
    border-bottom: 4px solid #000000;
    height: 250px;
    overflow: hidden;
}

.mgt-card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.mgt-tour-card-bold:hover .mgt-card-visual img {
    transform: scale(1.05);
}

.mgt-duration-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #CC6B14;
    color: #ffffff;
    font-family: var(--font-body);
    font-weight: 900;
    padding: 8px 16px;
    font-size: 1rem;
    border: 3px solid #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Card Content Area */
.mgt-card-body-fixed {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.mgt-tour-name-fixed {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 900;
    color: #000000;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.mgt-tour-path-fixed {
    font-family: var(--font-body);
    color: #000000 !important;
    background-color: #CC6B14;
    padding: 5px 10px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.85rem;
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 20px;
}

.mgt-tour-excerpt-fixed {
    font-family: var(--font-body);
    font-size: 1.1rem;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1; /* Pushes the button to the bottom */
}

/* Card Button */
.mgt-btn-black-bold {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 15px 20px;
    font-family: var(--font-body);
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    border: 3px solid #000000;
    transition: all 0.3s;
}

.mgt-btn-black-bold:hover {
    background-color: #ffffff;
    color: #000000;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .mgt-tours-grid-fixed {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .mgt-tours-grid-fixed {
        grid-template-columns: 1fr;
    }
    .mgt-category-title-bold {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0cf7ef *//* SECTION 4: FULL CSS (2-COLUMN GRID) */

.mgt-tours-section-2col {
    padding: 100px 5%;
    background-color: #ffffff; /* Pure White Background to contrast with Section 3 */
    border-bottom: 4px solid #000000;
}

.mgt-container-large {
    max-width: 1400px;
    margin: 0 auto;
}

/* Header Styling */
.mgt-grid-header {
    margin-bottom: 60px;
}

.mgt-category-title-bold {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.mgt-title-underline {
    width: 120px;
    height: 8px;
    background-color: #CC6B14; /* Deep Orange */
}

/* The 2-Column Grid Layout */
.mgt-tours-grid-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Exactly 2 massive columns */
    gap: 50px; /* Larger gap for bigger cards */
}

/* The High-Contrast Tour Card */
.mgt-tour-card-bold {
    background-color: #ffffff;
    border: 4px solid #000000;
    display: flex;
    flex-direction: column;
    box-shadow: 12px 12px 0px #000000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mgt-tour-card-bold:hover {
    transform: translateY(-8px);
    box-shadow: 16px 16px 0px #CC6B14; /* Hover turns shadow orange */
}

/* Image & Duration Tag */
.mgt-card-visual {
    position: relative;
    border-bottom: 4px solid #000000;
    height: 320px; /* Slightly taller images for 2-column layout */
    overflow: hidden;
}

.mgt-card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.mgt-tour-card-bold:hover .mgt-card-visual img {
    transform: scale(1.05);
}

.mgt-duration-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #CC6B14;
    color: #ffffff;
    font-family: var(--font-body);
    font-weight: 900;
    padding: 8px 16px;
    font-size: 1rem;
    border: 3px solid #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Card Content Area */
.mgt-card-body-fixed {
    padding: 35px; /* Slightly more padding for the larger cards */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.mgt-tour-name-fixed {
    font-family: var(--font-heading);
    font-size: 2rem; /* Larger title */
    font-weight: 900;
    color: #000000;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.mgt-tour-path-fixed {
    font-family: var(--font-body);
    color: #000000 !important;
    background-color: #CC6B14;
    padding: 6px 12px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.9rem;
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 25px;
}

.mgt-tour-excerpt-fixed {
    font-family: var(--font-body);
    font-size: 1.2rem; /* Slightly larger text */
    color: #000000;
    line-height: 1.6;
    margin-bottom: 35px;
    flex-grow: 1;
}

/* Card Button */
.mgt-btn-black-bold {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 18px 25px; /* Bigger button */
    font-family: var(--font-body);
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    border: 3px solid #000000;
    transition: all 0.3s;
}

.mgt-btn-black-bold:hover {
    background-color: #ffffff;
    color: #000000;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .mgt-tours-grid-2col {
        grid-template-columns: 1fr; /* Drops to 1 column on tablets/phones */
    }
    .mgt-category-title-bold {
        font-size: 2rem;
    }
    .mgt-card-visual {
        height: 250px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ff45c74 *//* SECTION 5: FULL CSS (MASTERPIECE ROWS) */

.mgt-epic-journeys-fixed {
    padding: 100px 5%;
    background-color: #FAF6F0; /* Back to Alabaster for contrast */
    border-bottom: 4px solid #000000;
}

.mgt-container-large {
    max-width: 1400px;
    margin: 0 auto;
}

/* Header Styling */
.mgt-grid-header {
    margin-bottom: 70px;
}

.mgt-category-title-bold {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.mgt-title-underline {
    width: 120px;
    height: 8px;
    background-color: #CC6B14; /* Deep Orange */
}

/* Horizontal Row Layout */
.mgt-epic-row {
    display: flex;
    background-color: #ffffff;
    border: 5px solid #000000; /* MASSIVE THICK BORDER */
    margin-bottom: 60px;
    box-shadow: 15px 15px 0px #000000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mgt-epic-row:hover {
    transform: translateY(-8px);
    box-shadow: 20px 20px 0px #CC6B14; /* Hover turns shadow massive & orange */
}

/* Reverse the flex direction for alternating rows */
.mgt-row-reverse {
    flex-direction: row-reverse;
}

/* Image Section */
.mgt-epic-image {
    flex: 1; /* Takes up half the row */
    overflow: hidden;
    position: relative;
    border-right: 5px solid #000000; /* Inner divider line */
}

.mgt-row-reverse .mgt-epic-image {
    border-right: none;
    border-left: 5px solid #000000; /* Moves divider to the other side */
}

.mgt-epic-image img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.mgt-epic-row:hover .mgt-epic-image img {
    transform: scale(1.05);
}

/* Content Section */
.mgt-epic-content {
    flex: 1; /* Takes up the other half */
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.mgt-epic-tag {
    font-family: var(--font-body);
    font-weight: 900;
    font-size: 1rem;
    color: #CC6B14;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.mgt-epic-name {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 900;
    color: #000000;
    margin: 0 0 20px 0;
    line-height: 1.1;
}

.mgt-epic-path {
    font-family: var(--font-body);
    color: #000000 !important;
    background-color: #CC6B14;
    padding: 8px 15px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 25px;
}

.mgt-epic-desc {
    font-family: var(--font-body);
    font-size: 1.25rem;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Button */
.mgt-btn-black-bold {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 18px 30px;
    font-family: var(--font-body);
    font-weight: 900;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.5px;
    border: 3px solid #000000;
    transition: all 0.3s;
}

.mgt-btn-black-bold:hover {
    background-color: #ffffff;
    color: #000000;
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
    .mgt-epic-row, .mgt-row-reverse {
        flex-direction: column; /* Stacks image on top of text on tablets/phones */
    }
    .mgt-epic-image {
        border-right: none !important;
        border-left: none !important;
        border-bottom: 5px solid #000000; /* Divider moves to the bottom */
    }
    .mgt-epic-content {
        padding: 40px 30px;
    }
    .mgt-epic-name {
        font-size: 2.2rem;
    }
}
@media (max-width: 768px) {
    .mgt-category-title-bold {
        font-size: 2rem;
    }
}/* End custom CSS */