/* Voyages Sans Frontières Tunisie - Styles premium */

:root {
    --deep: #0B1D3A;
    --gold: #C9A227;
    --sand: #E8DCC8;
}

html {
    scroll-behavior: smooth;
}

.btn-gold {
    background: linear-gradient(135deg, #C9A227 0%, #E8C547 50%, #A8861E 100%);
    color: #0B1D3A;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(201, 162, 39, 0.35);
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 162, 39, 0.5);
}

.btn-outline-gold {
    border: 2px solid var(--gold);
    color: var(--gold);
    transition: all 0.3s ease;
}

.btn-outline-gold:hover {
    background: var(--gold);
    color: var(--deep);
}

.hero-gradient {
    background: linear-gradient(180deg, rgba(11, 29, 58, 0.4) 0%, rgba(11, 29, 58, 0.85) 100%);
}

.card-excursion {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card-excursion:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(11, 29, 58, 0.15);
}

.card-excursion:hover .card-img {
    transform: scale(1.08);
}

.card-img-wrap {
    overflow: hidden;
}

.card-img {
    transition: transform 0.6s ease;
}

.section-sand {
    background: linear-gradient(180deg, #F5F0E8 0%, #E8DCC8 100%);
}

.text-gradient-gold {
    background: linear-gradient(135deg, #C9A227, #F0D878);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

html, body {
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #F5F0E8;
}

main {
    flex: 0 0 auto;
}

.parallax-bg {
    background-position: center;
    background-size: cover;
}

/* Toujours visible — pas de masquage (évite les grands blocs vides) */
[data-animate] {
    opacity: 1 !important;
    transform: none !important;
}

.whatsapp-float {
    animation: pulse-wa 2s infinite;
}

@keyframes pulse-wa {
    0%, 100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5); }
    50% { box-shadow: 0 0 0 12px rgba(34, 197, 94, 0); }
}

#main-header.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.form-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-input:focus {
    border-color: #C9A227;
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.25);
}

/* Slider excursions */
.excursion-slider .slider-track {
    height: 100%;
}

.excursion-slider .slider-dot.is-active {
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .excursion-slider .slider-arrow {
        opacity: 1 !important;
    }
}

/* Admin styles */
.admin-sidebar a.active {
    background: rgba(201, 162, 39, 0.2);
    border-left: 3px solid #C9A227;
}
