/* ================================
   FOOTER PREMIUM COMPLET
================================ */

footer.footer-luxe {
    position: relative;
    overflow: hidden;

    /* image + voile sombre */
    background:
        linear-gradient(
            rgba(0,0,0,0.60),
            rgba(0,0,0,0.60)
        ),
        url('/images/villa-back-footer.jpg');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    color: #f5f5f5;
    padding: 60px 0 40px;

    font-weight: 400;
}

footer.footer-luxe h2 {
    color: #ffd700;                     /* titres dorés */
    font-weight: 600;
    margin-bottom: 20px;
}

footer.footer-luxe .footer-title {
    color: #ffd700;      /* titres dorés */
    font-weight: 600;    /* gras */
    font-size: 2rem;   /* taille légèrement plus petite */
    margin-bottom: 20px; /* espace en dessous */
}

footer.footer-luxe p,
footer.footer-luxe li,
footer.footer-luxe small {
    color: #ccc;                        /* texte secondaire clair */
    line-height: 1.6;
}

footer.footer-luxe a {
    color: #e6c35c;                     /* liens dorés */
    text-decoration: none;
    transition: all 0.3s ease;
}

footer.footer-luxe a:hover {
    color: #ffd700;
    text-decoration: underline;
}

footer.footer-luxe ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.footer-luxe li {
    margin-bottom: 8px;
}

footer.footer-luxe .footer-top {
    border-bottom: 1px solid rgba(255,215,0,0.2);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

footer.footer-luxe .footer-bottom {
    font-size: 0.8rem;
    color: #777;
    text-align: center;
}

/* Icônes sociales */
footer.footer-luxe .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;

    width: 42px;
    height: 42px;
    border-radius: 50%;

    color: #e6c35c;
    font-size: 1.1rem;
    text-decoration: none;

    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);

    transition: all 0.3s ease;
}

/* Hover global */
footer.footer-luxe .social-icons a:hover {
    color: #ffd700;
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

/* Couleurs au hover (optionnel mais stylé) */
footer.footer-luxe .social-icons a.facebook:hover {
    background: #1877f2;
    color: white;
}

footer.footer-luxe .social-icons a.instagram:hover {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
    color: white;
}

footer.footer-luxe .social-icons a.youtube:hover {
    background: #ff0000;
    color: white;
}

/* WhatsApp hover */
footer.footer-luxe .social-icons a.whatsapp:hover {
    background: #25D366;
    color: white;
}

footer.footer-luxe .social-icons a.whatsapp {
    position: relative;
}

footer.footer-luxe .social-icons a.whatsapp::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.4);
    opacity: 0;
    transition: opacity 0.3s;
}

footer.footer-luxe .social-icons a.whatsapp:hover::after {
    opacity: 1;
}

/* Newsletter input & button */
footer.footer-luxe .newsletter input[type="email"] {
    padding: 10px 15px;
    border-radius: 4px 0 0 4px;
    border: none;
    width: 70%;
}

footer.footer-luxe .newsletter button {
    padding: 10px 20px;
    border-radius: 0 4px 4px 0;
    border: none;
    background: linear-gradient(135deg, #ffd700, #e6c35c, #bfa133);
    color: #1a1a1a;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

footer.footer-luxe .newsletter button:hover {
    background: linear-gradient(135deg, #ffe066, #ffd700, #e6c35c);
}

.footer-corporate-inset {
color: #fff;
    text-align: center;
}

.contact-box {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 30px;
    border-radius: 12px;
    color: #fff;
}

.contact-box img {
    display: block;
    margin: 0 auto 20px;
}



.unit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
 color: #fff;
}

.logo-region {
    width: 300px;
    height: auto;
    display: block;
    margin: 15px auto 0;
}

.enumeration {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.enumeration li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.8rem;
    line-height: 1.7;
}

.enumeration li::before {
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: bold;
}



.tarif-principal {
    margin: 2rem 0;
}

.tarif-principal .montant {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: #1f4f5f;
    line-height: 1;
}

.tarif-principal .unite {
    display: block;
    margin-top: 0.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #777;
}

.liste-tarifs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.liste-tarifs li {
    margin: 0.8rem 0;
    font-size: 1.05rem;
}

.liste-tarifs li::before {
    content: "✓";
    margin-right: 10px;
    color: #2a7a62;
    font-weight: bold;
}

.rd-navbar-nav > li > a {
    color: #ffffff;
}

.rd-navbar-nav > li.active > a,
.rd-navbar-nav > li > a:hover {
    color: #c8a96b;
}

/* ===== Cartes des villas ===== */

.nos-villas{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(380px,1fr));
    gap:40px;
    margin-top:60px;

}

.villa-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:all .35s ease;
    border-top:6px solid transparent;
}

.villa-card:hover{
    transform:translateY(-8px);
}

.villa-image img{
    width:100%;
    height:280px;
    object-fit:cover;
    display:block;
}

.villa-content{
    padding:35px;
}

.villa-content h2{
	font-family: "Montserrat", sans-serif, Arial, sans-serif;
    margin:0 0 18px;
    font-size:1.6rem;
}

.villa-content p{
    line-height:1.8;
    text-align:justify;
    margin-bottom:30px;
}

.villa-title{
    font-family: "Cormorant Garamond", serif;    
    display:block;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:30px;
    font-weight:700;
    margin-bottom:30px;
    position:relative;
}

/* Liseret */
.villa-title::after{
    content:"";
    display:block;
    width:70px;
    height:2px;
    margin:12px auto 0;
    background:currentColor;
    opacity:.35;
}

/* Bouton */

.btn-villa{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin:0 auto;
    padding:10px 0;
    background:none;
    border:none;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.btn-villa::after{
    content:"→";
    transition:.3s;
}

.btn-villa:hover::after{
    transform:translateX(6px);
}

/* Informations de la villa */

.villa-infos{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin:0 0 28px;
}

.info-item{
    padding:14px 10px;
    border-radius:10px;
    background:#f8f8f8;
    text-align:center;
    transition:.3s;
}

.info-valeur{
    display:block;
    font-size:1.4rem;
    font-weight:700;
    line-height:1;
    margin-bottom:6px;
}

.info-label{
    display:block;
    font-size:.8rem;
    color:#666;
}




/* ===========================================
   VILLA OCEANIDES
   =========================================== */

.villa-card.oceanides{
    border-top-color:#185fa5;
}

.villa-card.oceanides:hover{
    box-shadow:0 20px 45px rgba(24,95,165,.25);
}

.oceanides .info-valeur{
    color:#185fa5;
}

.oceanides .info-item{
    border:1px solid rgba(24,95,165,.12);
}

.oceanides .villa-title{
    color:#185fa5;
}

.oceanides .btn-villa{
    color:#185fa5;
}



/* ===========================================
   VILLA GAÏA
   =========================================== */

.villa-card.gaia{
    border-top-color:#3b6d11;
}

.villa-card.gaia:hover{
    box-shadow:0 20px 45px rgba(59,109,17,.25);
}

.gaia .info-valeur{
    color:#3b6d11;
}

.gaia .info-item{
    border:1px solid rgba(59,109,17,.12);
}

.gaia .villa-title{
    color:#3b6d11;
}

.gaia .btn-villa{
    color:#3b6d11;
}

.card{
    border-radius:20px;
}

.form-control{
    border-radius:10px;
    padding:.75rem 1rem;
    border-color:#d9d9d9;
}

.form-control:focus{
    border-color:#185fa5;
    box-shadow:0 0 0 .2rem rgba(24,95,165,.15);
}

.btn-primary{
    background:#185fa5;
    border-color:#185fa5;
    border-radius:50px;
    padding:.8rem 2.5rem;
    font-weight:600;
}

.btn-primary:hover{
    background:#124b83;
    border-color:#124b83;
}

/* ===== Responsive ===== */

@media (max-width:768px){

    .nos-villas{
        grid-template-columns:1fr;
    }

    .villa-image img{
        height:230px;
    }

}