/*
Theme Name: Maxeltour
Description: Maxeltour is a Rome-based tour operator theme customized for guided tours, private experiences, Vatican visits, Colosseum routes, basilicas, day trips, food walks, and cultural activities in Italy.
Author: Jegtheme
Author URI: https://maxeltour.com/
Theme URI: https://maxeltour.com/
Version: 1.0.3
Stable tag: 1.0.3
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: matour
Domain Path: /languages
Tags: block-patterns,custom-colors,custom-logo,custom-menu,editor-style,featured-images,full-site-editing
Copyright: © Jegtheme. All rights reserved.
*/



.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .block-library-block__reusable-block-container {
    max-width: 100%;
}

.maxeltour-rezdy-booking {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 20px 120px;
}

.maxeltour-rezdy-booking * {
    box-sizing: border-box;
}

.maxeltour-rezdy-booking__shell {
    align-items: stretch;
    background: #145f64;
    border-radius: 20px;
    box-shadow: 0 24px 65px rgba(11, 31, 34, 0.16);
    color: #ffffff;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1.28fr);
    overflow: hidden;
    padding: 44px;
}

.maxeltour-rezdy-booking__intro {
    align-self: center;
}

.maxeltour-rezdy-booking__eyebrow {
    color: rgba(255, 255, 255, 0.74);
    font-family: Karla, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.maxeltour-rezdy-booking h2 {
    color: #ffffff;
    font-family: "El Messiri", Georgia, serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 0.95;
    margin: 0 0 18px;
}

.maxeltour-rezdy-booking__intro p:not(.maxeltour-rezdy-booking__eyebrow) {
    color: rgba(255, 255, 255, 0.76);
    font-family: Karla, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 28px;
    max-width: 380px;
}

.maxeltour-rezdy-booking__button,
.maxeltour-rezdy-modal-button {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 999px;
    color: #145f64;
    display: inline-flex;
    font-family: Karla, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    padding: 18px 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
    width: auto;
}

.maxeltour-rezdy-booking__button:hover,
.maxeltour-rezdy-booking__button:focus,
.maxeltour-rezdy-modal-button:hover,
.maxeltour-rezdy-modal-button:focus {
    background: #e4e4e4;
    border-color: #e4e4e4;
    color: #0b1f22;
    transform: translateY(-1px);
}

.maxeltour-rezdy-modal-button {
    margin-top: 20px;
}

.maxeltour-rezdy-booking__widget {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 18px;
    min-height: var(--maxeltour-rezdy-height, 640px);
    overflow: hidden;
}

.maxeltour-rezdy-booking__frame {
    border: 0;
    display: block;
    height: var(--maxeltour-rezdy-height, 640px);
    width: 100%;
}

.maxeltour-rezdy-booking__placeholder {
    align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, #f4f8f8 100%);
    color: #145f64;
    display: flex;
    flex-direction: column;
    font-family: Karla, Arial, sans-serif;
    gap: 12px;
    justify-content: center;
    min-height: var(--maxeltour-rezdy-height, 640px);
    padding: 34px;
    text-align: center;
}

.maxeltour-rezdy-booking__modal-card {
    align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, #f4f8f8 100%);
    color: #145f64;
    display: flex;
    flex-direction: column;
    font-family: Karla, Arial, sans-serif;
    gap: 16px;
    justify-content: center;
    min-height: var(--maxeltour-rezdy-height, 640px);
    padding: 34px;
    text-align: center;
}

.maxeltour-rezdy-booking__modal-card strong {
    color: #0b1f22;
    font-family: "El Messiri", Georgia, serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.05;
}

.maxeltour-rezdy-booking__modal-card span {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 1.5;
    max-width: 460px;
}

.maxeltour-rezdy-booking__placeholder strong {
    color: #0b1f22;
    font-family: "El Messiri", Georgia, serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.05;
}

.maxeltour-rezdy-booking__placeholder span {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 1.5;
    max-width: 460px;
}

@media (max-width: 900px) {
    .maxeltour-rezdy-booking {
        padding: 0 20px 80px;
    }

    .maxeltour-rezdy-booking__shell {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .maxeltour-rezdy-booking h2 {
        font-size: 38px;
    }

    .maxeltour-rezdy-booking__intro p:not(.maxeltour-rezdy-booking__eyebrow) {
        max-width: none;
    }
}

@media (max-width: 520px) {
    .maxeltour-rezdy-booking {
        padding: 0 12px 60px;
    }

    .maxeltour-rezdy-booking__shell {
        border-radius: 16px;
        gap: 24px;
        padding: 22px;
    }

    .maxeltour-rezdy-booking h2 {
        font-size: 32px;
    }

    .maxeltour-rezdy-booking__widget,
    .maxeltour-rezdy-booking__frame,
    .maxeltour-rezdy-booking__placeholder,
    .maxeltour-rezdy-booking__modal-card {
        height: 520px;
        min-height: 520px;
    }
}
