:root {
    --primary-color: #005e7c;
    --secondary-color: #007b8a;
    --accent-color: #00a8b5;
    --background-color: #fefefe;
    --text-color: #333;
    --shadow-color: rgba(0, 94, 124, 0.2);
}

.footer-ayr {
    background: linear-gradient(90deg, #044e66 60%, #005e7c 100%);
    color: #0c6e89;
    border-top: 4px solid #00a8b5;
    box-shadow: 0 -2px 12px rgba(0,94,124,0.12);
    font-family: 'Inter', 'Open Sans', Arial, sans-serif;
    position: relative;
}
.footer-ayr address, .footer-ayr .phone-numbers {
    color: #e0f2f7;
    font-size: 1.08rem;
    letter-spacing: 0.01em;
    margin-bottom: 0.5rem;
}
.footer-link {
    color: #97e9f6;
    text-decoration: underline dotted;
    transition: color 0.2s;
}
.footer-link:hover {
    color: #00ffe4;
}
.footer-ayr .footer-social .btn-footer {
    border-radius: 50px;
    font-size: 1.35rem;
    width: 45px;
    height: 45px;
    padding: 0;
    line-height: 43px;
    background: #00394b;
    color: #00a8b5;
    border: 2px solid #00a8b5;
    transition: all 0.3s;
    margin-bottom: 2px;
    box-shadow: 0 1px 8px #00495b33;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer-ayr .footer-social .btn-footer:hover,
.footer-ayr .footer-social .btn-footer:focus {
    background: #00a8b5;
    color: #fff;
    border-color: #fff;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 4px 18px #008c9e33;
}
.btn-whatsapp i {
    color: #25D366 !important;
}
.btn-whatsapp:hover i {
    color: #fff !important;
}
.btn-instagram i {
    color: #E4405F !important;
}
.btn-instagram:hover i {
    color: #fff !important;
}
@media (max-width: 600px) {
    .footer-ayr address, .footer-ayr .phone-numbers {
        font-size: 0.97rem;
    }
    .footer-ayr .footer-social .btn-footer {
        font-size: 1.1rem;
        width: 36px;
        height: 36px;
        line-height: 34px;
    }
}


.specialty-section {
    background: #f7fafb;
    padding: 45px 0 40px 0;
    border-bottom: 1px solid #e3f1f7;
}
.specialty-card.specialty-long {
    max-width: 860px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(9,80,109,0.05);
    padding: 33px 22px 26px 22px;
    text-align: left;
}
.specialty-icon {
    text-align: center;
}
.specialty-icon i {
    font-size: 2.1rem;
    color: #0a799e;
    margin-bottom: 9px;
}
.specialty-title {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.11rem;
    letter-spacing: 1px;
    color: #0a799e;
    margin-top: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.specialty-desc {
    color: #18748a;
    font-family: 'Inter', sans-serif;
    font-size: 0.98rem;
    font-weight: 500;
    margin-bottom: 13px;
    text-align: justify;
}
.specialty-subtitle {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.11rem;
    letter-spacing: 1px;
    color: #0a799e;
    margin-top: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.specialty-list {
    list-style: disc inside;
    color: #18748a;
    font-family: 'Inter', sans-serif;
    font-size: 0.93rem;
    margin: 0 0 0 8px;
    padding-left: 14px;
}
.specialty-list-justify li {
    margin-bottom: 9px;
    text-align: justify;
    line-height: 1.6;
    color: #18748a;
}
.specialty-list-justify b {
    color: #178bb2;
    font-weight: 700;
}

/* Dropdown transparent, même style que la navbar */
.navbar .dropdown-menu {
    background: rgba(9, 80, 109, 0.75);    /* même bleu que navbar, 75% opaque */
    border-radius: 17px;
    border: none;
    box-shadow: 0 8px 30px rgba(0,94,124,0.13);
    min-width: 240px;
    padding: 12px 0;
    backdrop-filter: blur(8px);             /* Effet verre premium */
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1.07rem;
}

.navbar .dropdown-menu .dropdown-item {
    color: #a2d6df;
   font-family: 'Inter', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 9px 28px;       /* Réduit le padding vertical (avant 15px) */
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
    height: auto;            /* Enlève la hauteur fixe */
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    margin-bottom: 1px;      /* Un petit espace entre les items, optionnel */
}
.navbar .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
    background: rgba(0, 168, 181, 0.88);
    color: #fff;
}

.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:active {
    background: rgba(0, 168, 181, 0.97);
    color: #fff;
}

.navbar .dropdown-menu {
    margin-top: 0.7rem;
}

/* Flèche blanche */
.navbar .dropdown-toggle::after {
    border-top-color: #fff;
}

/* Bordure et ombre plus douce */
.navbar .dropdown-menu {
    box-shadow: 0 10px 38px 0 rgba(0,94,124,0.14);
}


.tourism-help-card {
    margin: 44px auto 0 auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,50,90,0.11);
    max-width: 1100px;
    min-height: 112px;
    padding: 32px 34px 26px 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 2;
}
.tourism-help-card .premium-icon i {
    font-size: 2.2rem;
    color: #087ea2;
    margin-bottom: 8px;
}
.help-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.22rem;
    color: #09506d;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 0.2px;
}
.help-text {
    font-family: 'Inter',sans-serif;
    font-size: 1.07rem;
    color: #155d74;
    line-height: 1.5;
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .tourism-help-card {
        padding: 18px 6px 18px 6px;
        max-width: 98vw;
        font-size: 1rem;
    }
}

.tourism-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,50,90,0.11);
    padding: 38px 32px 36px 32px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: none;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.tourism-card h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.29rem;
    color: #09506d;
    letter-spacing: 0.5px;
    margin-bottom: 14px;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}
.tourism-card .intro {
    color: #155d74;
    font-family: 'Inter',sans-serif;
    font-size: 0.98rem;
    margin-bottom: 18px;
    line-height: 1.35;
    text-align: center;
    word-break: break-word;
}
.tourism-card .premium-icon i {
    font-size: 2.1rem;
    color: #087ea2;
    margin-bottom: 5px;
    display: inline-block;
}
.tourisme-list {
    text-align: left;
    margin: 0 auto 0 auto;
    padding-left: 0;
    list-style: none;
    color: #155d74;
    font-size: 0.97rem;
    max-width: 95%;
}
.tourisme-list li {
    margin-bottom: 11px;
    padding-left: 28px;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 0.97rem;
    line-height: 1.38;
    text-align: left;
}
.tourisme-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 1.09em;
    color: #0d9276;
}
@media (max-width: 991px) {
    .tourism-card {
        padding: 24px 8px;
        min-height: unset;
        margin-bottom: 22px;
    }
    .row.g-5 {
        row-gap: 32px;
    }
}



.contact-form-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.premium-card {
    background: #f7faf9;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,50,90,0.12);
    padding: 34px 22px 32px 22px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: none;
    max-width: 275px;       /* <-- Limite la largeur */
    margin-left: auto;
    margin-right: auto;
}

.premium-card h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.22rem;
    color: #09506d;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.premium-card p {
    color: #155d74;
    font-family: 'Inter',sans-serif;
    font-size: 1.02rem;
    margin-bottom: 0;
    line-height: 1.35;
    text-align: center;
    word-break: break-word;
    letter-spacing: 0.01em;
}

@media (max-width: 991px) {
    .premium-card {
        max-width: 100%;
    }
}

.premium-icon i {
    font-size: 2.6rem;
    color: #087ea2;
    margin-bottom: 5px;
    display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: var(--background-color);
    color: var(--text-color);
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.navbar {
    background-color: rgba(0, 94, 124, 0.95);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 15px;
}

.navbar-brand img {
    max-height: 60px;
    filter: brightness(1000%);
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.navbar-brand .brand-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    color: white;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.hero {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), 
                url('5.jpg') center/cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,94,124,0.8) 0%, rgba(0,123,138,0.8) 100%);
    opacity: 0.9;
    z-index: -1;
}

.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    margin-bottom: 25px;
    z-index: 1;
    animation: fadeInDown 1.2s ease-out;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}

.hero p {
    font-size: 1.6rem;
    z-index: 1;
    animation: fadeInUp 1.2s ease-out 0.6s forwards;
    opacity: 0;
    max-width: 800px;
    margin: 0 auto 30px;
}

.btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    transition: all 0.4s ease;
    font-weight: 500;
    padding: 15px 35px;
    border-radius: 50px;
    box-shadow: 0 6px 20px var(--shadow-color);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.2));
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: -1;
}

.btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px var(--shadow-color);
}

.btn-primary:hover::before {
    transform: translateX(100%);
}

.service-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px var(--shadow-color);
    padding: 30px;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 94, 124, 0.1);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: var(--accent-color);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.service-card:hover::before {
    transform: scaleY(1);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px var(--shadow-color);
}

.service-card h3 {
    color: var(--primary-color);
    margin-bottom: 20px;
    position: relative;
}

.service-card h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--accent-color);
}

.about-content {
    text-align: center;
    padding: 40px 20px;
}

.about-content p {
    margin-bottom: 30px;
    font-size: 1.1rem;
    line-height: 1.8;
}

.features {
    margin: 40px 0;
}

.features ul {
    list-style: none;
    padding: 0;
}

.features li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent-color);
}

@media (max-width: 768px) {
    .about-content p {
        font-size: 1rem;
        line-height: 1.6;
    }

.features li {
        padding-left: 25px;
        margin-bottom: 10px;
}
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.2rem;
    color: var(--primary-color);
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    border-radius: 2px;
}

footer {
    background-color: #002b3d;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    border-top: 5px solid var(--accent-color);
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
}

footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
    z-index: -1;
}

.footer-contact {
    color: #fff;
    font-size: 0.9rem;
}

.footer-contact address {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.phone-numbers p {
    margin-bottom: 0.5rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.footer-contact address:hover {
    transform: translateY(-2px);
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.8rem;
    }

    .hero p {
        font-size: 1.2rem;
    }

    .section-title {
        font-size: 2.5rem;
    }
    .footer-contact {
        font-size: 0.85rem;
    }

    footer {
        padding: 40px 20px;
    }
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

h1, h2, h3, h4, .section-title, .brand-text {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700;
    letter-spacing: -1px;
}

.section-title {
    font-size: 2.8rem;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 2.2rem;
}

h3 {
    font-size: 1.3rem;
}

#conciergerie-detail {
    background: rgba(0, 94, 124, 0.95);
    padding: 60px 0;
}

#conciergerie-detail .section-title {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.7rem;
    text-align: center;
    margin-bottom: 18px;
}

#conciergerie-detail p {
    color: #317a8b;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;     /* Petite taille */
    text-align: center;    /* Justification */
}

.premium-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,50,90,0.12);
    padding: 34px 22px 32px 22px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: box-shadow 0.2s, transform 0.2s;
    border: none;
}

.premium-card:hover {
    box-shadow: 0 10px 34px rgba(0,90,130,0.17);
    transform: translateY(-5px) scale(1.03);
}

.premium-icon {
    font-size: 2.7rem;
    margin-bottom: 20px;
    color: #087ea2;
    line-height: 1;
}

.premium-card h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.13rem;
    color: #09506d;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    margin-top: 0;
}

.premium-card p {
    color: #155d74;
    font-family: 'Inter',sans-serif;
    font-size: 1.01rem;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .premium-card {
        margin-bottom: 22px;
    }
}

@media (max-width: 768px) {
    #conciergerie-detail .section-title {
        font-size: 2rem;
    }
    .premium-card {
        padding: 28px 10px;
    }
}