.elementor-715 .elementor-element.elementor-element-2d9ece4{--display:flex;}.elementor-715 .elementor-element.elementor-element-9a05293{margin:-8px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-9a05293 *//* GLOBAL FOOTER - MOROCCO GLAMOUR TOURS */
/* FIXED LOGO SIZE IN FOOTER */
.mgt-footer-logo {
    display: block;
    width: auto;         /* Allows width to scale proportionately */
    max-width: 600px;    /* Prevents it from going edge-to-edge */
    height: auto;
    max-height: 250px;   /* THIS IS THE KEY: Adjust this number (e.g., 200px to 300px) to find your perfect size */
    margin-bottom: 30px;
    object-fit: contain; /* Ensures the image doesn't stretch */
}

/* Ensure the Brand area doesn't squeeze the Newsletter */
.mgt-footer-brand {
    flex: 2;             /* Gives the logo more horizontal room */
    min-width: 300px;
}

/* Adjust the Tagline positioning */
.mgt-brand-tagline {
    font-size: 0.9rem;   /* Slightly smaller to stay classy under the big logo */
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #CC6B14;      /* Turning this orange makes it pop against the black */
    line-height: 1.4;
    margin-top: -10px;   /* Pulls it closer to the artwork */
}

/* Responsive adjustment for Mobile */
@media (max-width: 768px) {
    .mgt-footer-logo {
        max-height: 150px; /* Shrinks it for phone screens */
        margin: 0 auto 20px auto;
    }
    .mgt-brand-tagline {
        text-align: center;
    }
}

.mgt-main-footer {
    background-color: #ffffff;
    color: #5d5c59;
    padding: 100px 5% 40px 5%;
    font-family: var(--font-body);
    border-top: 10px solid #CC6B14;
}

.mgt-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}

.mgt-footer-logo {
    max-width: 250px;
    height: auto;
    margin-bottom: 20px;
}

.mgt-brand-tagline {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5d5c59;
}

/* Newsletter Styles */
.mgt-footer-newsletter {
    max-width: 400px;
}

.mgt-footer-h4 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #CC6B14;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.mgt-footer-form {
    display: flex;
    margin-top: 20px;
    border: 3px solid #5d5c59;
}

.mgt-footer-form input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 15px;
    color: #ffffff;
    font-family: var(--font-body);
}

.mgt-footer-form button {
    background: #"mgt-footer-form;
    color: #"mgt-footer-form;
    border: none;
    padding: 0 25px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.mgt-footer-form button:hover {
    background: #CC6B14;
    color: #ffffff;
}

/* Divider & Grid */
.mgt-footer-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 60px 0;
}

.mgt-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}

.mgt-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mgt-footer-links li {
    margin-bottom: 12px;
}

.mgt-footer-links a {
    color: #5d5c59;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s;
}

.mgt-footer-links a:hover {
    color: #CC6B14;
    padding-left: 5px;
}

.mgt-footer-contact-p {
    line-height: 1.8;
    font-weight: 700;
}

.mgt-footer-contact-p a {
    color: #5d5c59;
    text-decoration: none;
}

/* Socials & Bottom */
.mgt-footer-socials {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.mgt-footer-socials a {
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    text-decoration: none;
    transition: 0.3s;
}

.mgt-footer-socials a:hover {
    background: #CC6B14;
    color: #ffffff;
    transform: translateY(-5px);
}

.mgt-footer-bottom {
    margin-top: 80px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 700;
    color: #888;
}

.mgt-footer-legal a {
    color: #888;
    text-decoration: none;
    margin-left: 20px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .mgt-footer-top { flex-direction: column; text-align: center; }
    .mgt-footer-form { margin: 20px auto; }
    .mgt-footer-bottom { flex-direction: column; gap: 20px; text-align: center; }
}/* End custom CSS */