body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8f9fa;
}

.logo {
    height: 45px;
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/gold-bg.jpg') center/cover no-repeat;
    padding: 120px 20px;
}

.site-footer {
    background-color: #111;
    font-size: 0.95rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 8px;
}

.footer-links a:hover {
    color: #d4af37;
    padding-left: 5px;
}

.social-links a {
    font-size: 1.2rem;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #d4af37 !important;
}

.icon-service {
    font-size: 3rem;
    color: #d4af37;
    margin-bottom: 15px;
}

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

main {
    padding-top: 80px;
}

.site-header {
    transition: box-shadow 0.3s ease;
}

.site-header.scrolled {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


/* ===== HERO SECTION ===== */

.hero-section {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/gold-bg.jpg') center / cover no-repeat;
}

.hero-title {
    font-size: 3rem;
    font-weight: 800;
}

.hero-title span {
    color: #d4af37;
}

.hero-subtitle {
    font-size: 1.2rem;
    max-width: 700px;
    margin: auto;
}


/* ===== FEATURES ===== */

.feature-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box i {
    font-size: 2.5rem;
    color: #d4af37;
    margin-bottom: 15px;
}


/* ===== CTA ===== */

.cta-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
}

.cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?auto=format&fit=crop&w=1920&q=80') center / cover no-repeat;
    transition: transform 1.5s ease;
    z-index: 0;
}

.cta-section:hover::before {
    transform: scale(1.1);
}

.cta-section .container {
    position: relative;
    z-index: 1;
}


/* ===== PAGE HEADER ===== */

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/gold-bg.jpg') center / cover no-repeat;
    padding: 100px 20px;
}

.about-header {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/img/roberto-shumski-dAKrj5AfzCg-unsplash.jpg');
    background-attachment: fixed;
}

.gallery-header {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://images.unsplash.com/photo-1601121141461-9d6647bca1ed?auto=format&fit=crop&w=1920&q=80');
    background-attachment: fixed;
}

.services-header {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://images.unsplash.com/photo-1567427018141-0584cfcbf1b8?auto=format&fit=crop&w=1920&q=80');
    background-attachment: fixed;
}

.contact-header {
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/img/pexels-cottonbro-5053766.jpg');
    background-attachment: fixed;
}


/* ===== ABOUT ===== */

.about-icon {
    font-size: 8rem;
    color: #d4af37;
}

.value-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.value-box:hover {
    transform: translateY(-5px);
}

.value-box i {
    font-size: 2.5rem;
    color: #d4af37;
    margin-bottom: 15px;
}


/* ===== SERVICES ===== */

.service-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
}

.service-card i {
    font-size: 3rem;
    color: #d4af37;
    margin-bottom: 15px;
}

.service-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}


/* =========================
   HOME – HERO
========================= */

.home-hero {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/img/110aa0ebthumbnail.jpeg.webp') center / cover no-repeat;
    background-attachment: fixed;
    padding: 140px 20px 100px;
    /* important avec header fixe */
    color: #fff;
}

.hero-content {
    max-width: 800px;
    margin: auto;
}

.hero-content h1 {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
}

.hero-content p {
    font-size: 1.2rem;
    margin-top: 20px;
    opacity: 0.95;
}

.hero-actions {
    margin-top: 35px;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}


/* =========================
   FEATURES
========================= */

.home-features {
    padding: 80px 20px;
    background: #f8f9fa;
}

.feature-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-6px);
}

.feature-card i {
    font-size: 3rem;
    color: #d4af37;
    margin-bottom: 15px;
}


/* =========================
   CTA
========================= */

.home-cta {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/img/pexels-sora-shimazaki-5673488.jpg') center / cover no-repeat;
    background-attachment: fixed;
    color: #fff;
    padding: 80px 20px;
}

.home-cta .container {
    transition: transform 0.5s ease;
}

.home-cta:hover .container {
    transform: scale(1.05);
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content p {
        font-size: 1.05rem;
    }
    .home-hero {
        background-attachment: scroll;
    }
    .home-cta {
        background-attachment: scroll;
    }
    .about-header {
        background-attachment: scroll;
    }
    .gallery-header {
        background-attachment: scroll;
    }
    .services-header {
        background-attachment: scroll;
    }
    .contact-header {
        background-attachment: scroll;
    }
    .cta-section {
        background-attachment: scroll;
    }
}


/* ===== CONTACT ===== */

.contact-card,
.map-card {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.contact-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-card a {
    color: #111;
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
}

.contact-card i {
    color: #d4af37;
    margin-right: 6px;
}

.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    z-index: 999;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.phone-float {
    position: fixed;
    bottom: 25px;
    left: 25px;
    background: #d4af37;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    z-index: 999;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}


/* ===== GALERIE ===== */

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.gallery-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}


/* ===== ANIMATIONS AU SCROLL ===== */

[data-animate] {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}

[data-animate="left"] {
    transform: translateX(-40px);
}

[data-animate="right"] {
    transform: translateX(40px);
}

[data-animate="zoom"] {
    transform: scale(0.9);
}

.animate-show {
    opacity: 1;
    transform: translate(0) scale(1);
}


/* ===== HEADER ===== */

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #0f172a;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    max-width: 1200px;
    margin: auto;
}


/* LOGO */

.logo img {
    height: 45px;
}


/* NAV */

.main-nav {
    display: flex;
    gap: 25px;
}

.main-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

.main-nav a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: gold;
    bottom: -6px;
    left: 0;
    transition: .3s;
}

.main-nav a:hover::after {
    width: 100%;
}


/* HEADER ACTIONS */

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}


/* ===== LANGUE ===== */

.language-dropdown {
    position: relative;
}

.lang-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.lang-btn img {
    width: 26px;
    height: 18px;
}

.lang-menu {
    position: absolute;
    right: 0;
    top: 40px;
    background: #fff;
    list-style: none;
    padding: 8px 0;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    display: none;
}

.lang-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
}

.lang-menu li a:hover {
    background: #f4f4f4;
}

.language-dropdown:hover .lang-menu {
    display: block;
}


/* ===== MENU MOBILE ===== */

.menu-toggle {
    display: none;
    font-size: 26px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 768px) {
    .main-nav {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: #0f172a;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        display: none;
    }
    .main-nav a {
        padding: 12px 0;
        font-size: 18px;
    }
    .main-nav.show {
        display: flex;
    }
    .menu-toggle {
        display: block;
    }
}


/* ===== BREADCRUMB ===== */

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.page-header .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}


/* ===== ANIMATIONS LOAD ===== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}

.delay-200 {
    animation-delay: 0.2s;
}

.delay-400 {
    animation-delay: 0.4s;
}


/* ===== PULSE ANIMATION ===== */

@keyframes pulse-gold {
    0% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(212, 175, 55, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
    }
}

.btn-pulse {
    animation: pulse-gold 2s infinite;
}


/* ===== LIGHTBOX ===== */

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lightbox.active {
    display: flex;
    opacity: 1;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.lightbox.active img {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 3rem;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s;
}

.lightbox-close:hover {
    color: #d4af37;
}

.gallery-item {
    cursor: pointer;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 3rem;
    cursor: pointer;
    padding: 0 20px;
    transition: color 0.3s;
    z-index: 10000;
}

.lightbox-prev {
    left: 10px;
}

.lightbox-next {
    right: 10px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    color: #d4af37;
}


/* ===== SCROLL TO TOP ===== */

.scroll-top-btn {
    position: fixed;
    bottom: 90px;
    right: 25px;
    width: 45px;
    height: 45px;
    background-color: #111;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    z-index: 990;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.scroll-top-btn:hover {
    background-color: #d4af37;
    transform: translateY(-3px);
}

.scroll-top-btn.show {
    display: flex;
    animation: fadeInUp 0.3s;
}