.elementor-195 .elementor-element.elementor-element-4a3e02f{--display:flex;}.elementor-195 .elementor-element.elementor-element-f382976{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1179e55 */.riad-cta-section {
    position: relative;
    width: 100vw;
    height: 60vh;
    min-height: 450px;
    margin-left: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background-color: #000;
}

/* Effet Parallaxe Subtil */
.cta-parallax-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 120%;
    background-image: url('https://images.unsplash.com/photo-1548013146-72479768bbaa?q=80&w=1500'); /* Image d'ambiance Marrakech */
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0.5;
    transform: translateY(-10%);
}

.cta-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: radial-gradient(circle, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.9) 100%);
    z-index: 2;
}

.cta-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 0 20px;
}

.cta-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #fff;
    margin: 20px 0;
    line-height: 1.2;
}

.cta-description {
    color: #ddd;
    font-size: 1.2rem;
    margin-bottom: 40px;
    font-weight: 300;
}

/* Groupement de Boutons */
.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-main-gold {
    background: #D4AF37;
    color: #000;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s all;
    border: 2px solid #D4AF37;
}

.btn-main-gold:hover {
    background: transparent;
    color: #D4AF37;
}

.btn-whatsapp {
    background: transparent;
    color: #25D366; /* Couleur WhatsApp */
    border: 2px solid #25D366;
    padding: 18px 40px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-whatsapp:hover {
    background: #25D366;
    color: #fff;
}

/* Responsive */
@media (max-width: 600px) {
    .riad-cta-section { height: auto; padding: 80px 0; }
    .cta-buttons { flex-direction: column; width: 100%; align-items: center; }
    .btn-main-gold, .btn-whatsapp { width: 80%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-379aa4c *//* --- Base Footer Styling --- */
.luxury-footer {
    background-color: #050505;
    color: #a0a0a0;
    font-family: 'Inter', sans-serif;
    position: relative;
    padding-top: 60px;
}

/* Subtle gold line at the top of the footer */
.footer-top-divider {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 1200px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.5), transparent);
}

/* --- Layout Grid (Updated for 3 columns) --- */
.footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px 60px;
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr; /* Perfectly balances Brand, Links, and Contact */
    gap: 60px;
}

/* --- Titles --- */
.footer-title {
    color: #D4AF37; /* Gold */
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

/* --- Brand Column --- */
.footer-logo {
    max-width: 180px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(5deg);
}

.footer-desc {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* --- Social Icons --- */
.footer-socials {
    display: flex;
    gap: 15px;
}

.footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    color: #D4AF37;
    transition: all 0.3s ease;
}

.footer-socials a svg {
    width: 18px;
    height: 18px;
}

.footer-socials a:hover {
    background: #D4AF37;
    color: #000;
    transform: translateY(-3px);
}

/* --- Links Column --- */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
    font-size: 14px;
}

.footer-links a {
    color: #a0a0a0;
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #D4AF37;
    transform: translateX(5px);
}

/* --- Contact Column --- */
.contact-details p {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.contact-details a {
    color: #a0a0a0;
    text-decoration: none;
    transition: 0.3s;
}

.contact-details a:hover {
    color: #D4AF37;
}

.btn-footer-outline {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    border: 1px solid #D4AF37;
    color: #D4AF37;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s ease;
}

.btn-footer-outline:hover {
    background: #D4AF37;
    color: #000;
}

/* --- Bottom Copyright Bar --- */
.footer-bottom {
    background-color: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 0;
}

.bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.legal-links a {
    color: #777;
    text-decoration: none;
    transition: 0.3s;
}

.legal-links a:hover {
    color: #D4AF37;
}

.separator {
    color: #444;
    margin: 0 10px;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr; /* Stacks to 2 columns on tablets */
    }
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr; /* Stacks to 1 column on phones */
        gap: 40px;
        text-align: center;
    }
    .footer-top-divider { width: 100%; }
    .footer-socials { justify-content: center; }
    .bottom-container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}/* End custom CSS */