/**
 * Theme Name: Fondation Fourvière Child
 * Description: Child theme for Fondation Fourvière with custom visiter page template
 * Template: fondation-fourviere
 * Version: 1.0.0
 * Author: Your Name
 * Author URI: https://yourwebsite.com
 */

/* Add your custom styles here if needed */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Unica+One&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:root {
    --primary-blue: #2382C8;
    --light-blue: #E8F4FF;
    --dark-navy: #1A2F4A;
    --text-dark: #333;
    --text-gray: #758AA6;
    --text-light: #6B7280;
    --border-color: #E5E7EB;
}


@font-face {
    font-family: 'Unica One';
    src: url('Unica_One/UnicaOne-Regular.woff2') format('woff2'),
        url('Unica_One/UnicaOne-Regular.woff') format('woff'),
        url('Unica_One/UnicaOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.page-template-template-visiter-custom .visiter-custom-page {
    font-family: 'Poppins', sans-serif;
    color: var(--text-gray);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Hero Section */
.page-template-template-visiter-custom .visiter-hero {
    position: relative;
    width: 100%;
    height: 90vh;
    min-height: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.page-template-template-visiter-custom .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-template-template-visiter-custom .hero-background::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #031B3C;
    opacity: 0.5;
}

.page-template-template-visiter-custom .hero-content {
    color: white;
    max-width: 70%;
    width: 70%;
    padding: 2rem;
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.page-template-template-visiter-custom .hero-title,
.page-template-template-visiter-custom .hero-title2 {
    font-family: 'Unica One', sans-serif;
    font-size: 4em;
    font-weight: 100;
    letter-spacing: 8px;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: center;
    word-spacing: 0.3em;
}

.page-template-template-visiter-custom .hero-title2 {
    color: var(--primary-blue);
    font-size: 3.3em;
    letter-spacing: 5px;
}

.page-template-template-visiter-custom .hero-title .highlight-blue {
    color: var(--primary-blue);
}

.page-template-template-visiter-custom .hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.3px;
}

.page-template-template-visiter-custom .hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.page-template-template-visiter-custom .hero-buttons a.btn.btn-primary,
.page-template-template-visiter-custom .hero-buttons a.btn.btn-secondary {
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    padding: 20px 40px !important;
    margin: 0;
    text-align: center;
    font-size: 18px;
}

.page-template-template-visiter-custom .hero-buttons a.btn.btn-primary,
.page-template-template-visiter-custom .hero-buttons a.btn.btn-primary:hover {
    border: none;
}

.page-template-template-visiter-custom .hero-buttons a.btn.btn-primary::before,
.page-template-template-visiter-custom .hero-buttons a.btn.btn-secondary::before {
    display: none;
}

.page-template-template-visiter-custom .hero-buttons a.btn.btn-primary::after,
.page-template-template-visiter-custom .hero-buttons a.btn.btn-secondary::after {
    content: '';
}

.page-template-template-visiter-custom .btn {
    padding: 0.9rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: lowercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.page-template-template-visiter-custom .btn-primary,
.page-template-template-visiter-custom .btn-primary:hover {
    background: var(--primary-blue) !important;
    color: white !important;
    border-radius: 50px !important;
    border: none;
}

.page-template-template-visiter-custom .btn-primary:hover {
    background: #99999994 !important;
    border: 1px solid white !important;
}

.page-template-template-visiter-custom .btn-secondary,
.page-template-template-visiter-custom .btn-secondary:hover {
    background: #99999994 !important;
    opacity: 0.9 !important;
    color: white !important;
    border: 1px solid white !important;
    border-radius: 50px !important;
}

.page-template-template-visiter-custom .btn-secondary:hover {
    background: var(--primary-blue) !important;
    border: none !important;
}

.page-template-template-visiter-custom .btn-primary::after,
.page-template-template-visiter-custom .btn-secondary::after {
    display: none
}

/* Prepare Visit Section */
.page-template-template-visiter-custom .prepare-visit {
    padding: 8rem 2rem 1.5rem 2rem;
    background: #f9f9f3;
}

.page-template-template-visiter-custom .section-header {
    text-align: center;
    margin: 0 auto 4rem;
}

.page-template-template-visiter-custom .section-title {
    font-family: 'Unica One', sans-serif;
    font-size: 5.5rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: var(--text-dark);
    font-weight: 400;
}

.page-template-template-visiter-custom .section-subtitle {
    color: var(--text-gray);
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 830px;
    margin: auto;
}

.page-template-template-visiter-custom .cards-grid {
    max-width: 1480px;
    margin: 60px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(423px, 1fr));
    gap: 3.5rem;
    align-items: stretch;
}

.page-template-template-visiter-custom .card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
}

.page-template-template-visiter-custom .card-icon {
    width: 60px;
    height: 60px;
    margin: 2rem 15px 1.5rem;
    background: var(--light-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-blue);
    font-size: 1.5rem;
}

.page-template-template-visiter-custom .card-content {
    padding: 0 2rem 2.5rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.page-template-template-visiter-custom .card-title {
    font-family: 'Unica One', sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 500;
    color: var(--text-dark);
}

.page-template-template-visiter-custom .card-description {
    color: var(--text-gray);
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.page-template-template-visiter-custom .card-link {
    color: var(--primary-blue);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: 0.5px;
    transition: gap 0.3s;
    margin-top: auto;
}

.page-template-template-visiter-custom .card-link:hover {
    gap: 0.8rem;
}

/* Essential Info Section */
.page-template-template-visiter-custom .essential-info {
    padding: 8rem 2rem 1.5rem 2rem;
    background: #ffffff;
}

.page-template-template-visiter-custom .accordion {
    font-family: 'Poppins', sans-serif;
    max-width: 50%;
    margin: 100px auto;
}

.page-template-template-visiter-custom .accordion-item {
    border: 1px solid var(--border-color);
    border-radius: 15px;
    margin-bottom: 3rem;
    overflow: hidden;
    transition: all 0.3s;
    font-family: 'Unica One';
}

.page-template-template-visiter-custom .accordion-item:hover {
    border-color: var(--primary-blue);
}

.page-template-template-visiter-custom .accordion-header {
    padding: 2.5rem 2.2rem;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: background 0.3s;
}

.page-template-template-visiter-custom .accordion-header:hover {
    background: #F9FAFB;
}

.page-template-template-visiter-custom .accordion-icon {
    width: 60px;
    height: 60px;
    background: var(--light-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--primary-blue);
}

.page-template-template-visiter-custom .accordion-title {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    flex-grow: 1;
}

.page-template-template-visiter-custom .accordion-preview {
    color: var(--text-gray);
    font-family: 'Poppins', sans-serif;
    font-size: 1.7rem;
}

.page-template-template-visiter-custom .accordion-arrow {
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
    color: var(--text-gray);
}

.page-template-template-visiter-custom .accordion-toggle {
    color: var(--text-light);
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.page-template-template-visiter-custom .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: white;
}

.page-template-template-visiter-custom .accordion-item.active .accordion-content {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.page-template-template-visiter-custom .accordion-body {
    padding: 2rem;
    color: var(--text-light);
    line-height: 1.7;
    font-size: 1.7rem;
    font-family: 'Poppins', sans-serif !important;
}

.page-template-template-visiter-custom .accordion-body p {
    margin-bottom: 1rem;
    font-size: 1.7rem;
    line-height: 1.7;
}

.page-template-template-visiter-custom .accordion-body ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.page-template-template-visiter-custom .accordion-body li {
    margin-bottom: 0.5rem;
}

/* FAQ Section */
.page-template-template-visiter-custom .faq {
    padding: 8rem 2rem 1.5rem 2rem;
    background: #f9f9f3;
}

.page-template-template-visiter-custom .faq-list {
    max-width: 50%;
    margin: 100px auto;
}

.page-template-template-visiter-custom .faq-item {
    background: white;
    overflow: hidden;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    margin-bottom: 3rem;
    overflow: hidden;
    transition: all 0.3s;
}

.page-template-template-visiter-custom .faq-item:hover {
    border: 1px solid var(--primary-blue);
}

.page-template-template-visiter-custom .faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Unica One', sans-serif;
    padding: 2rem 2.5rem;
    font-size: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--text-dark);
    transition: background 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.page-template-template-visiter-custom .faq-question:hover {
    background: #FAFBFC;
}

.page-template-template-visiter-custom .faq-toggle,
.page-template-template-visiter-custom .accordion-toggle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--text-light);
    border-bottom: 2px solid var(--text-light);
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 1rem;
    vertical-align: middle;
}

.page-template-template-visiter-custom .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.page-template-template-visiter-custom .faq-item.active .faq-answer {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
}

.page-template-template-visiter-custom .faq-answer-content {
    padding: 2rem 2.5rem;
    color: var(--text-light);
    line-height: 1.8;
    font-size: 1.6rem;
}

/* CTA Section */
.page-template-template-visiter-custom .cta {
    padding: 4rem 2rem;
    margin: 4rem auto;
    max-width: 1000px;
}

.page-template-template-visiter-custom .cta-box {
    background: linear-gradient(135deg, #E8F4FF 0%, #D6EBFF 100%);
    padding: 3rem;
    border-radius: 16px;
    text-align: center;
}

.page-template-template-visiter-custom .cta-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-template-visiter-custom .cta-link {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.page-template-template-visiter-custom .cta-link:hover {
    gap: 0.8rem;
}

.page-template-template-visiter-custom .chevron-icon {
    width: 40px;
    height: 40px;
}

.page-template-template-visiter-custom .header__logo-subtitle {
    font-family: 'Unica One', sans-serif;
    font-size: 26px !important;
    font-weight: normal !important;
}

.page-template-template-visiter-custom .custom-short-arrow-right:before {
    content: "\EA22";
}

.page-template-template-visiter-custom .custom:before {
    display: inline-block;
    font-family: custom;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    margin: 10px 3px;
}

/* ── Quote Section ───────────────────────────────────────── */
.quote-section {
    background-color: #f9f9f3;
    padding: 0 2rem 12rem;
    display: flex;
    justify-content: center;
}

.quote-card {
    background-color: var(--light-blue);
    border-radius: 14px;
    padding: 3rem 3.5rem;
    max-width: 660px;
    width: 100%;
    text-align: center;
}

.quote-text {
    font-family: 'Unica One', sans-serif;
    font-size: 17px;
    font-weight: 100;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #2c3e50;
    line-height: 1.95;
    margin-bottom: 1.5rem;
}

.quote-attribution {
    font-size: 1.2rem;
    font-weight: 100;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    color: #3a7ab8;
    margin: 0;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

@media (max-width: 1440px) {
    .page-template-template-visiter-custom .hero-title {
        font-size: 3em;
    }

    .page-template-template-visiter-custom .hero-title2 {
        font-size: 2.6em;
    }

    .page-template-template-visiter-custom .hero-subtitle {
        font-size: 18px;
    }

    .page-template-template-visiter-custom .hero-buttons a.btn.btn-primary,
    .page-template-template-visiter-custom .hero-buttons a.btn.btn-secondary {
        font-size: 14px;
    }

    .page-template-template-visiter-custom .section-title {
        font-size: 4.5rem;
    }

    .page-template-template-visiter-custom .section-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .page-template-template-visiter-custom .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
    }

    .page-template-template-visiter-custom .footer-column--brand {
        max-width: 450px !important;
    }
}

@media (max-width: 912px) {
    .page-template-template-visiter-custom .section-title {
        letter-spacing: 3px;
    }

    /* .page-template-template-visiter-custom .accordion,
    .page-template-template-visiter-custom .faq-item {
        max-width: 100%;
    } */
}

@media (max-width: 768px) {

    .page-template-template-visiter-custom #wpadminbar .ab-icon,
    .page-template-template-visiter-custom #wpadminbar .ab-item:before,
    .page-template-template-visiter-custom #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon {
        display: none;
    }

    .page-template-template-visiter-custom .footer__logo,
    .page-template-template-visiter-custom .header__logo {
        border: none !important;
    }

    .page-template-template-visiter-custom .hero-title {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .page-template-template-visiter-custom .hero-title2 {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .page-template-template-visiter-custom .hero-subtitle {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .page-template-template-visiter-custom .hero-buttons a.btn.btn-primary,
    .page-template-template-visiter-custom .hero-buttons a.btn.btn-secondary {
        font-size: 10px;
    }

    .page-template-template-visiter-custom .hero-content {
        max-width: 100%;
        width: 100%;
    }

    .page-template-template-visiter-custom .section-title {
        font-size: 2.5rem;
        letter-spacing: 3px;
    }

    .page-template-template-visiter-custom .card-title {
        font-size: 2rem;
    }

    .page-template-template-visiter-custom .card-description {
        font-size: 1.6rem;
    }

    .page-template-template-visiter-custom .card-link {
        font-size: 1.2rem;
    }

    .page-template-template-visiter-custom .accordion-title,
    .page-template-template-visiter-custom .faq-question {
        font-size: 1.3rem;
    }

    .page-template-template-visiter-custom .accordion-body,
    .page-template-template-visiter-custom .accordion-body p {
        font-size: 1.6rem;
    }

    .page-template-template-visiter-custom .cards-grid {
        grid-template-columns: 1fr;
    }

    .page-template-template-visiter-custom .footer-welcome {
        padding: 0px 20px !important;
    }

    .page-template-template-visiter-custom .footer-welcome__content {
        padding: 40px 30px !important;
        border-radius: 15px !important;
    }

    .page-template-template-visiter-custom .footer-welcome__text {
        font-size: 1.6rem !important;
        letter-spacing: 1px !important;
    }

    .page-template-template-visiter-custom .footer-welcome__cta {
        font-size: 13px !important;
        letter-spacing: 1px !important;
    }

    .page-template-template-visiter-custom .footer-main {
        padding: 40px 20px !important;
    }

    .page-template-template-visiter-custom .section-subtitle,
    .page-template-template-visiter-custom .footer__description,
    .page-template-template-visiter-custom .footer__list-item,
    .page-template-template-visiter-custom .footer-bottom__text {
        font-size: 1.6rem !important;
    }

    .page-template-template-visiter-custom .accordion,
    .page-template-template-visiter-custom .faq-list {
        max-width: 100%;
    }

    .page-template-template-visiter-custom .prepare-visit,
    .page-template-template-visiter-custom .essential-info,
    .page-template-template-visiter-custom .faq {
        padding: 5rem 2rem;
    }

    .page-template-template-visiter-custom .cards-grid,
    .page-template-template-visiter-custom .accordion,
    .page-template-template-visiter-custom .faq-list {
        margin: 0px auto;
    }

    .page-template-template-visiter-custom .faq-answer-content {
        font-size: 1.6rem;
    }

    .page-template-template-visiter-custom .chevron-icon {
        width: 32px;
        height: 32px;
    }

    .page-template-template-visiter-custom .footer__logo {
        width: 100%;
        border: 1px solid #000 !important;
    }
}

@media (max-width: 640px) {
    .page-template-template-visiter-custom .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
}

@media (max-width: 480px) {
    .page-template-template-visiter-custom .section-title {
        font-size: 2rem;
    }

    .page-template-template-visiter-custom .section-subtitle,
    .page-template-template-visiter-custom .footer__description,
    .page-template-template-visiter-custom .footer__list-item,
    .page-template-template-visiter-custom .footer-bottom__text {
        font-size: 1.4rem !important;
    }

    .page-template-template-visiter-custom .card-title,
    .page-template-template-visiter-custom .accordion-title,
    .page-template-template-visiter-custom .faq-question {
        font-size: 1.6rem !important;
    }

    .page-template-template-visiter-custom .card-description {
        font-size: 1.4rem !important;
    }

    .page-template-template-visiter-custom .hero-title {
        font-size: 30px;
    }

    .page-template-template-visiter-custom .hero-buttons a.btn.btn-primary,
    .page-template-template-visiter-custom .hero-buttons a.btn.btn-secondary {
        padding: 20px 30px !important;
    }

    .page-template-template-visiter-custom .accordion-body,
    .page-template-template-visiter-custom .accordion-body p {
        font-size: 1.4rem;
    }

    .page-template-template-visiter-custom .faq-answer-content {
        font-size: 1.4rem;
    }

    .page-template-template-visiter-custom .chevron-icon {
        width: 24px;
        height: 24px;
    }
}

.page-template-template-visiter-custom .footer__icon {
    width: 23px !important;
    height: 29px !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

.page-template-template-visiter-custom .footer-main .wrapper {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
    display: inline-block !important;
}

.hero-scroll-arrow {
    margin-top: 20px;
}