.elementor-12 .elementor-element.elementor-element-2d85730{--display:flex;}.elementor-12 .elementor-element.elementor-element-fa7a2df{margin:110px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-12 .elementor-element.elementor-element-858dce8{--display:flex;}.elementor-12 .elementor-element.elementor-element-4ee3744{margin:-35px 0px calc(var(--kit-widget-spacing, 0px) + -75px) 0px;}.elementor-12 .elementor-element.elementor-element-95a18d0{--display:flex;}.elementor-12 .elementor-element.elementor-element-d586eea{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -8px) 0px;}.elementor-12 .elementor-element.elementor-element-8298604{--display:flex;}.elementor-12 .elementor-element.elementor-element-5d251fa{margin:-103px 0px calc(var(--kit-widget-spacing, 0px) + -82px) 0px;padding:-34px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-8a3e7d2{--display:flex;}.elementor-12 .elementor-element.elementor-element-e0d65fe{margin:16px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-12 .elementor-element.elementor-element-8a008b2{--display:flex;}.elementor-12 .elementor-element.elementor-element-bef27f7{--display:flex;}.elementor-12 .elementor-element.elementor-element-78efd5a{--display:flex;}.elementor-12 .elementor-element.elementor-element-1f6ce2a{margin:-68px 0px calc(var(--kit-widget-spacing, 0px) + -47px) 0px;}.elementor-12 .elementor-element.elementor-element-6c1f84c{--display:flex;}.elementor-12 .elementor-element.elementor-element-079e54b{margin:-31px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-12 .elementor-element.elementor-element-870f8c2{--display:flex;}.elementor-12 .elementor-element.elementor-element-33a55c7{margin:-76px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-12 .elementor-element.elementor-element-a2a4df9{--display:flex;}.elementor-12 .elementor-element.elementor-element-47a2ed2{margin:-27px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-12 .elementor-element.elementor-element-81ac370{--display:flex;}.elementor-12 .elementor-element.elementor-element-96e5c6f{margin:-21px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-12 .elementor-element.elementor-element-057d888{--display:flex;}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-fa7a2df{margin:-38px 0px calc(var(--kit-widget-spacing, 0px) + -63px) 0px;}}/* Start custom CSS for html, class: .elementor-element-fa7a2df *//* --- HERO SECTION --- */
.riad-hero-section {
    position: relative;
    width: 100vw;
    height: 100vh;
    min-height: 600px;
    margin-left: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #1A1612; /* Fond Sahara Sombre */
    background-image: url('https://images.unsplash.com/photo-1596422846543-b5c64483f939?q=80&w=1800'); /* Image d'ambiance */
    background-size: cover;
    background-position: center;
}

/* Overlay pour lisibilité du texte */
.riad-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, 
        rgba(26, 22, 18, 0.7) 0%, 
        rgba(26, 22, 18, 0.4) 50%, 
        rgba(26, 22, 18, 0.8) 100%);
    z-index: 1;
}

.riad-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    text-align: center;
}

/* --- TYPOGRAPHIE --- */
.riad-subtitle {
    display: block;
    color: #E6BE41; /* Or Vibrant */
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: clamp(0.8rem, 2vw, 1.1rem);
    margin-bottom: 20px;
}

.riad-main-title {
    color: #FFFFFF; /* Blanc Pur */
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 8vw, 5rem);
    line-height: 1.1;
    margin-bottom: 25px;
}

.gold-text {
    color: #E6BE41;
}

.riad-tagline {
    color: #FFFFFF;
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-weight: 300;
    margin-bottom: 45px;
    letter-spacing: 1px;
}

/* --- BOUTONS --- */
.riad-cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-gold {
    background: #E6BE41;
    color: #000;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.3s;
}

.btn-outline {
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 18px 35px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.3s;
}

.btn-gold:hover, .btn-outline:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

/* --- INDICATEUR DE SCROLL --- */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.mouse {
    width: 25px;
    height: 40px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    position: relative;
}

.mouse::before {
    content: '';
    width: 4px;
    height: 8px;
    background: #E6BE41;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
    border-radius: 2px;
    animation: scrollMove 2s infinite;
}

@keyframes scrollMove {
    0% { opacity: 1; top: 8px; }
    100% { opacity: 0; top: 25px; }
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 768px) {
    .riad-hero-section { height: 100vh; }
    .riad-cta-group { flex-direction: column; width: 100%; max-width: 300px; margin: 0 auto; }
    .btn-gold, .btn-outline { width: 100%; padding: 15px; font-size: 0.9rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ee3744 */.section-divider-fluid {
    width: 100vw;
    height: 120px; /* Espace entre les sections */
    margin-left: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bg-sahara { background-color: #1A1612; }

.luxe-line-grow {
    width: 0%; /* Départ à 0 pour l'animation */
    height: 1px;
    background: linear-gradient(to right, transparent, #E6BE41, transparent);
    animation: expandLine 2.5s ease-out forwards;
}

@keyframes expandLine {
    from { width: 0%; opacity: 0; }
    to { width: 80%; opacity: 0.6; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d586eea *//* Container & General Styling */
.riad-rooms-section {
    background-color: #0a0a0a;
    color: #ffffff;
    padding: 100px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    font-family: 'Playfair Display', serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.gold-subtitle {
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
}

.section-title {
    font-size: 3rem;
    margin: 10px 0;
}

.gold-divider {
    height: 2px;
    width: 60px;
    background: #D4AF37;
    margin: 20px auto;
}

/* Rooms Grid */
.rooms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.room-card {
    background: #1a1a1a;
    border: 1px solid #333;
    transition: transform 0.4s ease, border-color 0.4s ease;
    overflow: hidden;
}

.room-card:hover {
    transform: translateY(-10px);
    border-color: #D4AF37;
}

/* Room Images - Placeholder backgrounds */
.room-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.senior-bg { background-image: url('https://riadabdeljamila.dreamhosters.com/wp-content/uploads/2026/03/DSC04449-scaled.png'); }
.junior-bg { background-image: url('https://riadabdeljamila.dreamhosters.com/wp-content/uploads/2026/03/DSC04421-scaled.png'); }
.standard-bg { background-image: url('https://riadabdeljamila.dreamhosters.com/wp-content/uploads/2026/03/hicham-scaled.png'); }

.room-price-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(212, 175, 55, 0.9);
    color: #000;
    padding: 8px 20px;
    font-weight: bold;
}

/* Info Box */
.room-info {
    padding: 30px;
}

.room-info h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #D4AF37;
}

.room-meta {
    font-size: 0.9rem;
    color: #bbb;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.price-box {
    margin-bottom: 20px;
}

.price-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.price-item .label {
    color: #888;
    font-size: 0.85rem;
}

.price-item .price {
    font-weight: bold;
    color: #fff;
}

.extra-info {
    font-size: 0.8rem;
    color: #D4AF37;
    font-style: italic;
    margin-top: 15px;
}

/* Animations */
.slide-up {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }

@keyframes fadeInUp {
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .section-title { font-size: 2.2rem; }
    .rooms-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d251fa */.section-divider-full {
    width: 100vw;
    padding: 60px 0;
    margin-left: calc(-50vw + 50%);
    display: flex;
    justify-content: center;
}

.bg-black { background-color: #0a0a0a; }

.emblem-container {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    padding: 0 40px;
}

.side-line {
    flex-grow: 1;
    height: 1px;
    background: rgba(230, 190, 65, 0.2);
}

.rotating-flower {
    animation: slowRotate 10s linear infinite;
    filter: drop-shadow(0 0 5px rgba(230, 190, 65, 0.4));
}

@keyframes slowRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0d65fe */.riad-experience-section {
    background-color: #050505; /* Noir plus profond pour le contraste */
    color: #ffffff;
    padding: 120px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.experience-container {
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 0 20px;
}

/* Image Styling */
.experience-image-wrapper {
    position: relative;
}

.experience-image-wrapper img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border: 1px solid #D4AF37;
    padding: 10px;
}

.experience-floating-card {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: #1a1a1a;
    padding: 30px;
    border: 1px solid #D4AF37;
    max-width: 250px;
    box-shadow: 20px 20px 40px rgba(0,0,0,0.5);
}

.experience-floating-card .gold-text {
    display: block;
    color: #D4AF37;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

/* Content Styling */
.experience-text {
    font-family: 'Playfair Display', serif;
}

.gold-divider-left {
    height: 2px;
    width: 60px;
    background: #D4AF37;
    margin: 20px 0;
}

.experience-desc {
    color: #ccc;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.amenities-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.amenities-list li {
    font-size: 0.95rem;
    color: #fff;
    font-family: sans-serif;
}

.gold-bullet {
    color: #D4AF37;
    margin-right: 10px;
}

.btn-outline-dark {
    display: inline-block;
    padding: 15px 40px;
    border: 1px solid #D4AF37;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.4s;
}

.btn-outline-dark:hover {
    background: #D4AF37;
    color: #000;
}

/* Responsiveness */
@media (max-width: 992px) {
    .experience-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .experience-image-wrapper img {
        height: 400px;
    }
    
    .experience-floating-card {
        right: 10px;
        bottom: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f9cd67 */.divider-full-width {
    width: 100vw;
    height: 2px;
    margin-left: calc(-50vw + 50%);
    background: rgba(230, 190, 65, 0.1);
    position: relative;
    overflow: hidden;
}

.light-scanner {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #E6BE41, transparent);
    animation: scan 4s infinite ease-in-out;
}

@keyframes scan {
    0% { left: -100%; }
    100% { left: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d158abd */.riad-terrasse-section {
    background-color: #000000;
    color: #ffffff;
    padding: 100px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    display: flex;
    justify-content: center;
}

.terrasse-content {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 0 20px;
}

.terrasse-text {
    font-family: 'Playfair Display', serif;
}

.terrasse-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #cccccc;
    margin: 30px 0;
}

/* Features Grid */
.terrasse-features {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.feature {
    text-align: center;
}

.gold-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
}

.feature p {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #D4AF37;
}

/* Image Grid Styling */
.terrasse-image-grid .img-large img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 4px;
    filter: grayscale(20%);
    transition: 0.5s ease;
}

.terrasse-image-grid .img-large:hover img {
    filter: grayscale(0%);
    transform: scale(1.02);
}

/* Animation de zoom */
.zoom-in {
    opacity: 0;
    transform: scale(0.95);
    animation: zoomInAnim 1.2s ease forwards;
}

@keyframes zoomInAnim {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .terrasse-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .terrasse-features {
        justify-content: center;
    }
    .gold-divider {
        margin: 20px auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f6ce2a */.divider-pulse {
    width: 100vw;
    height: 100px;
    margin-left: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pulse-line {
    width: 200px;
    height: 2px;
    background: #E6BE41;
    position: relative;
    animation: pulseWidth 3s infinite ease-in-out;
}

.pulse-line::before, .pulse-line::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #E6BE41;
    top: -5px;
    transform: rotate(45deg);
}

.pulse-line::before { left: -5px; }
.pulse-line::after { right: -5px; }

@keyframes pulseWidth {
    0%, 100% { width: 150px; opacity: 0.5; }
    50% { width: 300px; opacity: 1; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-079e54b */.riad-services-section {
    background-color: #0a0a0a;
    color: #ffffff;
    padding: 100px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    font-family: 'Playfair Display', serif;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.service-item {
    text-align: center;
    padding: 40px 20px;
    background: #111;
    border: 1px solid #222;
    transition: all 0.4s ease;
}

.service-item:hover {
    border-color: #D4AF37;
    background: #161616;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.05);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.service-item h3 {
    color: #D4AF37;
    font-size: 1.4rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.service-item p {
    font-family: sans-serif;
    font-size: 0.95rem;
    color: #aaa;
    line-height: 1.6;
}

.services-footer {
    text-align: center;
    margin-top: 60px;
    padding: 30px;
    border-top: 1px dashed #333;
}

.services-footer p {
    font-style: italic;
    color: #D4AF37;
    font-size: 1.1rem;
}

/* Animations simples */
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33a55c7 */.riad-dining-section {
    background-color: #D4AF37; /* Fond Or pour casser le noir */
    padding: 120px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    display: flex;
    justify-content: center;
}

.dining-wrapper {
    max-width: 1200px;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0 20px;
}

.dining-content {
    flex: 1;
    color: #000;
}

.subtitle-dark { text-transform: uppercase; letter-spacing: 3px; font-weight: bold; font-size: 13px; }
.title-dark { font-family: 'Playfair Display', serif; font-size: 3rem; margin: 15px 0; }
.divider-dark { width: 50px; height: 3px; background: #000; margin-bottom: 25px; }

.dining-stats { display: flex; gap: 40px; margin-top: 30px; }
.stat-number { display: block; font-size: 1.5rem; font-weight: bold; font-family: 'Playfair Display'; }
.stat-label { font-size: 0.8rem; text-transform: uppercase; }

.dining-image-container { flex: 1; position: relative; }
.dining-image-container img { width: 100%; height: 450px; object-fit: cover; z-index: 2; position: relative; border-radius: 5px; }
.image-accent { position: absolute; top: 20px; left: 20px; width: 100%; height: 100%; border: 2px solid #000; z-index: 1; }

@media (max-width: 992px) {
    .dining-wrapper { flex-direction: column-reverse; text-align: center; }
    .dining-stats { justify-content: center; }
    .divider-dark { margin: 20px auto; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47a2ed2 */.riad-bento-gallery {
    background-color: #000;
    padding: 80px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.bento-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 250px);
    gap: 20px;
}

.bento-item {
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s transform ease;
}

.bento-item:hover { transform: scale(0.98); }

.item-large { grid-column: span 2; grid-row: span 2; }
.item-tall { grid-row: span 2; }
.item-small { grid-column: span 1; }

.bento-overlay {
    position: absolute;
    bottom: 0; left: 0; width: 100%;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 20px;
    opacity: 0;
    transition: 0.3s opacity;
}

.bento-item:hover .bento-overlay { opacity: 1; }
.bento-overlay span { color: #D4AF37; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }

@media (max-width: 768px) {
    .bento-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .item-large, .item-tall { grid-column: span 2; height: 300px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96e5c6f */.divider-shadow {
    width: 100vw;
    height: 40px;
    margin-left: calc(-50vw + 50%);
    background: #000;
    box-shadow: inset 0 10px 20px -10px rgba(230, 190, 65, 0.5);
    position: relative;
}

.divider-shadow::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(230, 190, 65, 0.2);
}/* End custom CSS */