.elementor-26 .elementor-element.elementor-element-be90f9c{--display:flex;}.elementor-26 .elementor-element.elementor-element-8271c72{margin:143px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-26 .elementor-element.elementor-element-584da30{--display:flex;}.elementor-26 .elementor-element.elementor-element-04c1a2f{--display:flex;}.elementor-26 .elementor-element.elementor-element-b0a0190{--display:flex;}.elementor-26 .elementor-element.elementor-element-2da363c{--display:flex;}.elementor-26 .elementor-element.elementor-element-2018d68{--display:flex;}.elementor-26 .elementor-element.elementor-element-b046158{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-26 .elementor-element.elementor-element-0345aba{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -6px) 0px;}.elementor-26 .elementor-element.elementor-element-9173b2d{margin:-111px 0px calc(var(--kit-widget-spacing, 0px) + -87px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-8271c72 *//* Header de la page */
.riad-page-header {
    position: relative;
    width: 100vw;
    height: 50vh;
    margin-left: calc(-50vw + 50%);
    background: url('https://images.unsplash.com/photo-1578683010236-d716f9a3f461?q=80&w=1200') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.header-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 0 20px;
}

.page-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 10px;
}

.header-intro {
    font-size: 1.1rem;
    color: #D4AF37;
    max-width: 600px;
    margin: 20px auto;
}

/* Section des équipements communs */
.common-amenities {
    background: #111;
    padding: 40px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    border-bottom: 1px solid #222;
}

.amenities-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.amenity-pill {
    background: transparent;
    border: 1px solid #333;
    padding: 10px 25px;
    border-radius: 50px;
    color: #aaa;
    font-size: 0.9rem;
    font-family: sans-serif;
    transition: 0.3s;
}

.amenity-pill:hover {
    border-color: #D4AF37;
    color: #fff;
}

/* Animation */
.slide-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1fbfecc *//* --- Global Room Section Reset --- */
:root {
    --gold: #D4AF37;
    --gold-bright: #f1d279;
    --black: #000000;
    --dark-grey: #0a0a0a;
    --border: rgba(212, 175, 55, 0.2);
    --transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.riad-pricing-detailed {
    background-color: var(--black);
    padding: 120px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    color: #fff;
    overflow-x: hidden;
}

.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* --- The Modern Card --- */
.pricing-card-alt {
    display: flex;
    background: #050505;
    border: 1px solid var(--border);
    position: relative;
    transition: var(--transition);
    opacity: 0; /* Managed by slide-up animation */
}

.pricing-card-alt:hover {
    border-color: var(--gold);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

/* 1. Image Wrapper */
.card-image-wrapper {
    flex: 0 0 350px;
    position: relative;
    overflow: hidden;
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease;
}

.pricing-card-alt:hover .card-image-wrapper img {
    transform: scale(1.1);
}

.room-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--gold);
    color: #000;
    padding: 5px 15px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 2;
}

/* 2. Left Side: Content */
.card-left {
    flex: 1;
    padding: 50px 40px;
    border-right: 1px solid #1a1a1a;
    display: flex;
    flex-direction: column;
}

.card-left h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    margin-bottom: 5px;
    background: linear-gradient(to right, #fff 0%, var(--gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.room-size {
    font-size: 0.9rem;
    color: var(--gold);
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-weight: 500;
}

.room-specs {
    list-style: none;
    padding: 0;
}

.room-specs li {
    font-size: 0.95rem;
    color: #bbb;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.room-specs li::before {
    content: "✦";
    color: var(--gold);
    font-size: 0.8rem;
}

/* 3. Right Side: Pricing */
.card-right {
    flex: 1.2;
    padding: 50px 40px;
    background: linear-gradient(135deg, #0a0a0a 0%, #000 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.season-box {
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
    transition: var(--transition);
}

.season-box.haute {
    background: rgba(212, 175, 55, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.season-box.basse {
    background: #0d0d0d;
    border: 1px solid #1a1a1a;
}

.season-box:hover {
    background: rgba(212, 175, 55, 0.08);
}

.season-name {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--gold);
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.price-row span:first-child {
    color: #888;
    font-size: 0.9rem;
}

.amount {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
}

.extra-fees {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #1a1a1a;
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #666;
}

.extra-fees strong {
    color: var(--gold);
}

/* --- Animations --- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-up {
    animation: fadeInUp 1s ease forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }

/* --- Responsive Design --- */
@media (max-width: 1100px) {
    .card-image-wrapper { flex: 0 0 280px; }
    .card-left h2 { font-size: 2rem; }
}

@media (max-width: 991px) {
    .pricing-card-alt { flex-direction: column; }
    .card-image-wrapper { flex: 0 0 300px; width: 100%; }
    .card-left { border-right: none; border-bottom: 1px solid #1a1a1a; }
    .card-right { padding: 40px; }
}

@media (max-width: 600px) {
    .riad-pricing-detailed { padding: 60px 0; }
    .card-left, .card-right { padding: 30px 20px; }
    .card-left h2 { font-size: 1.8rem; }
    .amount { font-size: 1.3rem; }
    .extra-fees { flex-direction: column; gap: 10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d14f34 */.riad-policies-section {
    background-color: #0f0f0f;
    padding: 100px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    color: #fff;
    font-family: 'Playfair Display', serif;
}

.policies-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.policy-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 40px;
    background: #161616;
    border-left: 3px solid #D4AF37; /* Ligne dorée verticale */
    transition: 0.3s ease;
}

.policy-item:hover {
    background: #1c1c1c;
    transform: scale(1.02);
}

.policy-icon {
    font-size: 2.5rem;
    background: rgba(212, 175, 55, 0.1);
    padding: 15px;
    border-radius: 50%;
    line-height: 1;
}

.policy-content h3 {
    color: #D4AF37;
    font-size: 1.5rem;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.policy-content p {
    font-family: sans-serif;
    color: #888;
    margin-bottom: 15px;
}

.policy-list {
    list-style: none;
    padding: 0;
    font-family: sans-serif;
}

.policy-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    color: #ddd;
}

.policy-list li::before {
    content: "•";
    color: #D4AF37;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Animations de délai */
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }

/* Mobile */
@media (max-width: 600px) {
    .policy-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 20px;
    }
    .policy-list li {
        padding-left: 0;
    }
    .policy-list li::before {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a4ed17 */.riad-experience-detail {
    background-color: #000;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

.split-container {
    display: flex;
    min-height: 700px;
    flex-wrap: wrap;
}

/* Section Image */
.split-image {
    flex: 1;
    min-width: 50%;
    background-image: url('https://riadabdelandjamila.com/wp-content/uploads/2026/03/DSC04266-scaled.png'); /* Image d'un patio ou détail marocain */
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 400px;
}

.experience-badge {
    position: absolute;
    top: 40px;
    left: 40px;
    background: #D4AF37;
    color: #000;
    padding: 10px 25px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
}

/* Section Texte */
.split-text {
    flex: 1;
    min-width: 50%;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #0a0a0a;
}

.title-gold {
    font-family: 'Playfair Display', serif;
    color: #D4AF37;
    font-size: 2.8rem;
    margin-bottom: 25px;
}

.description-light {
    color: #888;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 50px;
    max-width: 500px;
}

/* Grille de détails */
.detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.detail-item {
    display: flex;
    gap: 20px;
}

.detail-icon {
    font-size: 1.8rem;
    filter: sepia(1) saturate(5) hue-rotate(10deg); /* Donne un ton doré aux emojis */
}

.detail-item h4 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.detail-item p {
    color: #666;
    font-size: 0.85rem;
    line-height: 1.5;
}

/* Mobile */
@media (max-width: 992px) {
    .split-text {
        padding: 50px 20px;
    }
    .detail-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-00b6542 *//* --- Comparison Section Styling --- */
.riad-comparison-section {
    background-color: #000;
    padding: 100px 0;
    color: #fff;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.comparison-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
}

.header-line {
    width: 60px;
    height: 2px;
    background: #D4AF37;
    margin: 20px 0 40px 0;
}

/* --- Table Design --- */
.table-wrapper {
    overflow-x: auto; /* For Mobile responsiveness */
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    min-width: 700px; /* Ensures table doesn't crush on small screens */
}

.comparison-table th {
    background: rgba(212, 175, 55, 0.05);
    color: #D4AF37;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 25px 30px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.comparison-table td {
    padding: 25px 30px;
    border-bottom: 1px solid #111;
    font-size: 15px;
    color: #ccc;
    transition: all 0.3s ease;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

/* --- Decorative Elements --- */
.room-name {
    font-family: 'Playfair Display', serif;
    color: #fff !important;
    font-size: 1.2rem !important;
}

.price-cell {
    font-weight: 500;
}

.gold-bold {
    color: #D4AF37 !important;
    font-weight: 700;
}

/* --- Hover Effects --- */
.comparison-table tr:hover td {
    background: rgba(212, 175, 55, 0.03);
    color: #fff;
}

.table-note {
    margin-top: 20px;
    font-size: 13px;
    color: #666;
    font-style: italic;
    text-align: right;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .section-header-left { text-align: center; }
    .header-line { margin: 20px auto 40px auto; }
    .table-wrapper {
        margin: 0 -15px; /* Pulls table slightly wider on small phones */
        border-radius: 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0345aba */.riad-breakfast-promo {
    background-color: #111;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 100px 0;
}

.promo-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 0 20px;
}

.breakfast-menu {
    margin-top: 30px;
    border-left: 1px solid #D4AF37;
    padding-left: 30px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    color: #fff;
    border-bottom: 1px solid #222;
    font-family: 'Playfair Display', serif;
}

.menu-item span:last-child { color: #D4AF37; }

.promo-image img {
    width: 100%;
    border-radius: 200px 200px 0 0; /* Forme d'arche orientale */
    border: 1px solid #D4AF37;
    padding: 10px;
}

@media (max-width: 768px) {
    .promo-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9173b2d *//* Container Full Width */
.riad-faq-fullwidth {
    background-color: #080808; /* Noir très profond */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 120px 0;
    border-top: 1px solid #1a1a1a;
}

.faq-inner {
    max-width: 1400px; /* Largeur max pour écrans larges */
    margin: 0 auto;
    padding: 0 40px;
}

.faq-header-full {
    color:#f7f2f6 ;
    text-align: center;
    margin-bottom: 80px;
}

.title-gold-large {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin: 15px 0;
}

.gold-divider-center {
    width: 80px;
    height: 2px;
    background: #D4AF37;
    margin: 0 auto;
}

/* Accordéon Full Width Design */
.faq-grid-full {
    display: flex;
    flex-direction: column;
    gap: 0; /* On colle les items pour un effet de liste noble */
}

.faq-item-full {
    border-bottom: 1px solid #1a1a1a;
    transition: all 0.3s ease;
}

.faq-toggle {
    width: 100%;
    background: transparent;
    border: none;
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    text-align: left;
    cursor: pointer;
    transition: color 0.3s ease;
}

.faq-toggle:hover {
    color: #D4AF37;
}

.plus-icon {
    font-style: normal;
    color: #D4AF37;
    font-size: 1.8rem;
    font-weight: 300;
}

.faq-content-full {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(212, 175, 55, 0.02); /* Très légère lueur dorée */
}

.faq-item-full:hover .faq-content-full {
    max-height: 200px; /* Ajuster selon le contenu */
}

.faq-content-full p {
    padding: 0 0 35px 0;
    color: #888;
    line-height: 1.8;
    font-size: 1.05rem;
    max-width: 900px;
}

/* --- Animations --- */
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }

@media (max-width: 768px) {
    .faq-inner { padding: 0 20px; }
    .faq-toggle { font-size: 1.1rem; padding: 25px 0; }
}/* End custom CSS */