/* Hero Section Styles */
.hero-section {
    position: relative;
    height: auto;
    padding: 60px 0 120px;
    color: var(--white);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--secondary-color);
    background-image: url('../images/hero-bg-04.jpg');
    overflow: visible;

}

.hero-background {
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

.hero-logo {
    width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.hero-section h1 {
    font-size: 36px;
    line-height: 1.2;
    margin: 20px auto;
    text-transform: uppercase;
    font-style: italic;
    color: var(--white);
}

.hero-section h2 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 30px;
    text-transform: uppercase;
    font-style: italic;
    color: var(--white);
}

.separator {
    background-color: var(--primary-color);
    height: 2px;
    width: 110px;
    margin: 20px auto;
}

/* Desktop Info Section inside hero */
.hero-section .info-section {
    position: relative;
    margin-top: 60px;
    padding-top: 0;
    z-index: 3;
}

/* CTA section inside hero */
.hero-section .cta-section {
    position: relative;
    margin-top: 30px;
    z-index: 3;
}

/* Desktop Info Section */
.info-section {
    position: relative;
    margin-top: -120px;
    padding-top: 0;
    z-index: 3;
}

.info-container {
    padding: 30px 25px;
    height: 100%;
    margin-bottom: 20px;
    font-weight: bold;
}
.info-container a {
    color: var(--white)!important;
    text-decoration: none;
}

.contact-info {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.contact-info li {
    padding-left: 60px;
    margin-bottom: 20px;
    min-height: 50px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px;
}

.contact-info a {
    text-decoration: none;
}

.contact-info a:hover {
    color: var(--primary-color);
}


.icon-svg, .icon-clock, .icon-social, .icon-mobile, .icon-social-mobile {
    width: 100%;
    height: 100%;
    transition: fill 0.3s ease;
}

.contact-info li {
    padding-left: 60px;
    margin-bottom: 20px;
    min-height: 50px;
    display: flex;
    align-items: center;
    position: relative;
}

.contact-info li svg {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    fill: var(--primary-color);
}

.hours-container {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
}

.icon-clock {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    fill: var(--primary-color);
}

.social-links a {
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
}

.icon-social {
    fill: var(--primary-color);
}

.icon-social:hover {
    fill: var(--white);
}

.contact-icon {
    flex: 0 0 40px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-mobile {
    width: 24px;
    height: 24px;
    fill: var(--primary-color);
}

.social-links-mobile a {
    display: inline-block;
    margin-right: 15px;
    width: 26px;
    height: 26px;
}

.icon-social-mobile {
    fill: var(--primary-color);
}

.icon-social-mobile:hover {
    fill: var(--secondary-color);
}

.hours-container {
    background-image: url('../images/icons/clock.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 60px;
    margin-bottom: 20px;
}

.title-hours {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.hours-text {
    font-size: 14px;
    margin-bottom: 15px;
}

.info-tooltip, .info-tooltip-mobile {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
}

.tooltip-text, .tooltip-text-mobile {
    display: none;
    position: absolute;
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    width: 200px;
    z-index: 100;
    top: 25px;
    left: -90px;
}

.info-tooltip:hover .tooltip-text {
    display: block;
}

.info-tooltip-mobile:hover .tooltip-text-mobile {
    display: block;
}

.social-links {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.social-links a {
    margin-right: 15px;
}

.social-links img {
    width: 30px;
    height: 30px;
}

.separator-small {
    background-color: var(--primary-color);
    height: 2px;
    width: 100px;
    margin: 20px 0;
}

.separator-xs {
    background-color: var(--primary-color);
    height: 2px;
    width: 30px;
    margin: 10px 0;
}

/* Promo Banner */
.promo-banner {
    margin-top: 10px;
}

.promo-banner img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Desktop CTA Button Section */
.cta-section {
    text-align: center;
    margin-top: -20px;
    position: relative;
    z-index: 4;
    margin-bottom: 40px;
}

.btn-hero-cta {
    background-color: var(--cta-yellow);
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 2;
}

.btn-hero-cta:hover {
    background-color: var(--white);
    color: var(--cta-yellow);
    text-decoration: none;
}

.btn-planning {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
    text-align: center;
    border: 2px solid var(--secondary-color);
}

.btn-planning:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-color: var(--primary-color);
    text-decoration: none;
}

/* Mobile Information Section */
.mobile-info-section {
    padding: 30px 0;
}

.mobile-info-card {
    background-color: var(--white);
    padding: 25px 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-icon {
    flex: 0 0 40px;
    margin-right: 15px;
}

.contact-icon img {
    width: 100%;
    height: auto;
}

.contact-text {
    flex: 1;
}

.contact-text a {
    color: var(--secondary-color);
    text-decoration: none;
}

.contact-text a:hover {
    color: var(--primary-color);
}

.title-hours-mobile {
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 5px;
}

.hours-text-mobile {
    color: var(--secondary-color);
}

.hours-accueil {
    padding-left: 55px;
}

.separator-mobile {
    height: 1px;
    background-color: #eee;
    margin: 20px 0;
}

.social-links-mobile {
    display: flex;
    margin-bottom: 20px;
}

.social-links-mobile a {
    margin-right: 15px;
}

.social-links-mobile img {
    width: 26px;
    height: 26px;
}

.promo-banner-mobile {
    margin-bottom: 20px;
}

.promo-banner-mobile img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.planning-btn-container {
    text-align: center;
}

.btn-planning-mobile {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-planning-mobile:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

/* Media Queries */
@media (max-width: 992px) {
    .hero-section {
        height: auto;
        padding: 40px 0;
    }

    .hero-logo {
        width: 150px;
    }

    .hero-background {
        padding: 20px 0;
    }

    .hero-section h1 {
        font-size: 30px;
    }

    .hero-section h2 {
        font-size: 20px;
        padding: 0 15px;
    }

    .btn-hero-cta {
        font-size: 14px;
        padding: 10px 20px;
    }

    .mobile-info-section {
        padding-top: 20px;
    }
}