.elementor-284 .elementor-element.elementor-element-bd5d160{--display:flex;}.elementor-284 .elementor-element.elementor-element-ee53a97{margin:-30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-284 .elementor-element.elementor-element-c03e65f{--display:flex;}.elementor-284 .elementor-element.elementor-element-d2595bf{margin:-21px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-284 .elementor-element.elementor-element-537225c{--display:flex;}.elementor-284 .elementor-element.elementor-element-ce47f03{margin:-25px 0px calc(var(--kit-widget-spacing, 0px) + -83px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ee53a97 *//* =========================================
   CONTACT PAGE - COMMAND CENTER STYLE
   ========================================= */

.mgt-contact-hero {
    padding: 120px 5%;
    background-color: #FAF6F0; /* Alabaster base */
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.mgt-contact-flex {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

/* Info Side */
.mgt-contact-info { flex: 1; }

.mgt-contact-h1 {
    font-family: var(--font-heading, sans-serif);
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    margin: 20px 0;
}

.mgt-contact-intro-p {
    font-family: var(--font-body, sans-serif);
    font-size: 1.2rem;
    font-weight: 700;
    margin: 30px 0 50px 0;
    max-width: 500px;
}

/* Contact Cards */
.mgt-contact-methods {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mgt-method-card {
    padding: 25px;
    background: #ffffff;
    border: 3px solid #000000;
    box-shadow: 10px 10px 0px #000000;
    transition: all 0.3s ease;
}

.mgt-method-card:hover {
    box-shadow: 10px 10px 0px #CC6B14;
    transform: translate(-5px, -5px);
}

.mgt-method-title {
    display: block;
    font-family: var(--font-body, sans-serif);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #CC6B14;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.mgt-method-link, .mgt-method-text {
    font-family: var(--font-heading, sans-serif);
    font-size: 1.5rem;
    font-weight: 900;
    color: #000000;
    text-decoration: none;
}

/* Form Side */
.mgt-contact-form-box {
    flex: 1.2;
    background: #ffffff;
    padding: 60px;
    border: 5px solid #000000;
    box-shadow: 30px 30px 0px #CC6B14; /* Massive Signature Shadow */
}

.mgt-form-title {
    font-family: var(--font-heading, sans-serif);
    font-size: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
    border-bottom: 8px solid #000000;
    display: inline-block;
}

/* Form Inputs */
.mgt-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.mgt-trip-form input, 
.mgt-trip-form select, 
.mgt-trip-form textarea {
    width: 100%;
    padding: 15px;
    border: 3px solid #000000;
    font-family: var(--font-body, sans-serif);
    font-weight: 700;
    font-size: 1rem;
    background: #FAF6F0;
    color: #000000;
}

/* Forces the date placeholder color to match others if left empty */
.mgt-trip-form input[type="date"]::-webkit-datetime-edit-text,
.mgt-trip-form input[type="date"]::-webkit-datetime-edit-month-field,
.mgt-trip-form input[type="date"]::-webkit-datetime-edit-day-field,
.mgt-trip-form input[type="date"]::-webkit-datetime-edit-year-field {
    color: #333;
}

.mgt-trip-form input:focus,
.mgt-trip-form select:focus,
.mgt-trip-form textarea:focus {
    outline: none;
    border-color: #CC6B14;
    background: #ffffff;
}

/* Submit Button */
.mgt-btn-black-massive {
    width: 100%;
    background: #000000;
    color: #ffffff;
    padding: 25px;
    font-family: var(--font-body, sans-serif);
    font-weight: 900;
    font-size: 1.2rem;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.mgt-btn-black-massive:hover {
    background: #CC6B14;
    transform: scale(1.02);
}

/* Mobile Adjustments */
@media (max-width: 1024px) {
    .mgt-contact-flex { flex-direction: column; gap: 60px; }
    .mgt-contact-form-box { padding: 40px 20px; width: 100%; box-shadow: 15px 15px 0px #CC6B14; }
    .mgt-form-row { flex-direction: column; gap: 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2595bf *//* --- Cinematic Section Wrapper --- */
.mgt-cinematic-spacer {
    position: relative;
    width: 100vw;
    height: 100vh; /* Fills the entire screen */
    margin-left: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #1a0f0a;
}

/* --- Video Styling --- */
.mgt-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mgt-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the full screen without stretching */
}

/* Deep moody overlay */
.mgt-video-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(26, 15, 10, 0.4) 0%, rgba(26, 15, 10, 0.8) 100%);
    z-index: 2;
}

/* --- Content Styling --- */
.mgt-cinematic-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 0 20px;
}

.mgt-cinematic-quote {
    font-family: 'Playfair Display', serif;
    color: #F5E6D3;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.3;
    font-style: italic;
    margin-bottom: 30px;
    letter-spacing: 1px;
    animation: fadeInSlideUp 2s ease forwards;
}

.mgt-cinematic-line {
    width: 80px;
    height: 1px;
    background-color: #B35328;
    margin: 0 auto 30px;
}

.mgt-cinematic-tag {
    font-family: sans-serif;
    color: #F5E6D3;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 0.9rem;
    opacity: 0.6;
}

/* --- Subtle Reveal Animation --- */
@keyframes fadeInSlideUp {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* --- Mobile Adjustments --- */
@media (max-width: 768px) {
    .mgt-cinematic-quote {
        font-size: 2rem;
    }
    .mgt-cinematic-spacer {
        height: 70vh; /* Slightly shorter on mobile for better scrolling flow */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce47f03 *//* CONTACT PAGE - MAP & TESTIMONIALS */

.mgt-map-section {
    background-color: #000000;
    padding: 0;
    position: relative;
    border-top: 5px solid #CC6B14;
}

.mgt-map-wrapper {
    position: relative;
    height: 500px;
}

/* Grayscale Map Filter */
.mgt-map-placeholder iframe {
    filter: grayscale(100%) invert(92%) contrast(1.1);
}

.mgt-map-overlay {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 10;
    background: #000000;
    padding: 30px;
    border: 3px solid #CC6B14;
    box-shadow: 10px 10px 0px #000000;
    max-width: 300px;
}

.mgt-map-title {
    font-family: var(--font-heading);
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 10px 0;
}

.mgt-map-p {
    font-family: var(--font-body);
    color: #e0e0e0;
    font-weight: 700;
}

/* Testimonials Styling */
.mgt-testimonials-section {
    padding: 100px 5%;
    background-color: #ffffff;
}

.mgt-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.mgt-testimonial-card {
    background: #FAF6F0;
    padding: 50px 40px;
    border: 3px solid #000000;
    position: relative;
    transition: all 0.3s ease;
}

.mgt-testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 15px 15px 0px #CC6B14;
}

.mgt-quote-icon {
    font-family: var(--font-heading);
    font-size: 6rem;
    color: #CC6B14;
    position: absolute;
    top: -10px;
    left: 20px;
    opacity: 0.3;
}

.mgt-testimonial-text {
    font-family: var(--font-body);
    font-size: 1.15rem;
    line-height: 1.6;
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.mgt-testimonial-author {
    border-top: 3px solid #000000;
    padding-top: 20px;
}

.mgt-author-name {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
}

.mgt-author-loc {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 900;
    color: #CC6B14;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .mgt-map-overlay {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        border-left: none;
        border-right: none;
        box-shadow: none;
    }
}/* End custom CSS */