/* Key Points Symbol Animation */
.about-keypoints li {
    padding-left: 1.4em;
    text-indent: -1.4em;
}
.about-keypoints .symbol-text {
    display: inline-block;
    font-size: 1.8em;
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1), color 0.3s;
    vertical-align: middle;
    margin-right: 0.4em;
}
.about-keypoints li:hover .symbol-text {
    transform: scale(0.8) rotate(360deg);
    color: #c19a6b;
}

/* Hero image override for Path1 */
.hero {
    background-image: url(../assets/photo-header/path1-headline.png);
}

@media (max-width: 768px) {
    .nav-menu::before {
        content: '' !important;
        display: block !important;
        width: 120px !important;
        height: 120px !important;
        margin: 0 auto 2rem !important;
        background-image: url('../assets/images/LOGO.png') !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
}

@media (min-width: 1024px) {
    .hero {
        background-size: cover;
        background-position: center top;
    }
}
/* ============================================
   PATH1 - ADULT SERVICES PAGE
   Specific styles for retreat events and adult yoga services
   ============================================ */

/* Retreats Section */
.retreats-section {
    padding: 2rem 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/retreats/a90833bb-de06-4118-a911-13ee1e62f75c.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.section-header-centered {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

.section-title {
    color: white;
}
.section-title-quilif{
    color: white;
    font-family: 'Amatic SC', cursive;
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}

.section-text,
.section-text-NoWhite {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.section-text {
    color: #f0f0f0;
}

.pranayama-section .section-text-NoWhite {
    color: var(--text-color);
}

.section-title {
    font-family: 'Amatic SC', cursive;
    font-size: 3.5rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.section-description {
    font-size: 1.2rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

/* Workbook Section */
.workbook-section {
    padding: 4.5rem 0;
    background: radial-gradient(circle at top left, rgba(193, 154, 107, 0.18), transparent 55%),
        radial-gradient(circle at bottom right, rgba(45, 95, 93, 0.18), transparent 55%);
}

.workbook-section .container {
    max-width: 980px;
}

.workbook-intro {
    text-align: center;
    margin-bottom: 2.5rem;
}

.workbook-intro h2 {
    font-family: 'Amatic SC', cursive;
    font-size: 3.6rem;
    color: var(--primary-dark);
    margin-bottom: 1rem;
}

.workbook-intro h2 span {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2rem;
    color: var(--secondary-color);
}

.workbook-question {
    font-size: 1.3rem;
    line-height: 1.8;
    color: var(--text-color);
    max-width: 780px;
    margin: 0 auto;
}

.workbook-content {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(193, 154, 107, 0.25);
    border-radius: 24px;
    padding: 2.5rem 2.75rem;
    box-shadow: 0 16px 35px rgba(45, 95, 93, 0.12);
    display: grid;
    gap: 1.5rem;
}

.workbook-content p {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.85;
    color: var(--text-dark);
}

.workbook-quote {
    margin: 2.5rem auto;
    padding: 1.75rem 2rem;
    border-left: 5px solid var(--secondary-color);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    box-shadow: 0 12px 25px rgba(45, 95, 93, 0.1);
    max-width: 820px;
    text-align: center;
}

.workbook-quote p {
    font-size: 1.2rem;
    margin: 0 0 0.5rem;
    color: var(--text-dark);
}

.workbook-quote span {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--primary-color);
}

.workbook-cta {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.workbook-cta .btn {
    padding: 0.9rem 1.6rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: var(--transition);
}

.workbook-cta .btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: var(--white);
    box-shadow: 0 10px 20px rgba(45, 95, 93, 0.25);
}

.workbook-cta .btn-secondary {
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.workbook-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(45, 95, 93, 0.25);
}

.benefits-section .booking-options {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.benefits-section .booking-options > div {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--border-radius-lg);
    padding: 1.5rem 1.75rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    font-size: 1.25rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.benefits-section .booking-options p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    margin-bottom: 0;
}

.direct-mail {
    display: inline-block;
    margin-top: 1.5rem;
    cursor: pointer;
    padding: 1rem;
    background: var(--light-color);
    border-radius: var(--border-radius);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
    transition: var(--transition);
    text-decoration: none;
}

.direct-mail:hover {
    background: var(--accent-color);
}

.copy-email-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 1.5rem;
    margin-left: 0.4rem;
    cursor: pointer;
    padding: 1rem;
    background: var(--light-color);
    border-radius: var(--border-radius);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color);
    transition: var(--transition);
    text-decoration: none;
    border: none;
}

.copy-email-btn:hover {
    background: var(--accent-color);
}

.copy-email-btn .card-icon {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.copy-label {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: inherit;
}

/* Retreat Cards Container */
.retreat-cards-wrapper {
    position: relative;
    padding: 0 80px;
    margin: 0 auto;
    max-width: 1400px;
}

.retreat-cards-container {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 20px 10px;
    -webkit-overflow-scrolling: touch;
}

.retreat-cards-container::-webkit-scrollbar {
    height: 8px;
}

.retreat-cards-container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.retreat-cards-container::-webkit-scrollbar-thumb {
    background: rgba(139, 69, 19, 0.3);
    border-radius: 4px;
}

.retreat-cards-container::-webkit-scrollbar-thumb:hover {
    background: rgba(139, 69, 19, 0.5);
}

/* Footer */
.footer {
    background-image: url('../assets/images/kakao.png');
    background-size: cover;
    background-position: center;
    color: var(--white);
    text-align: center;
    padding: 2rem 0;
}

.footer-logo {
    height: 180px;
    width: auto;
    margin: 0 auto 0.2rem;
    display: block;
    object-fit: contain;
    filter: brightness(1.2) contrast(1.05) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
    transition: var(--transition-slow);
}

.footer-logo:hover {
    transform: scale(1.05);
    filter: brightness(1.3) contrast(1.1) drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

.footer p {
    margin: 0.5rem 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.3rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.footer a,
.footer a:visited,
.footer a:hover,
.footer a:active,
.footer a:focus {
    color: #fff;
    text-decoration: none;
}

.footer-tagline {
    margin-top: 0.2rem;
    font-size: 1.2rem;
}

.footer-credits {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: white;
    margin-top: 1.5rem;
    letter-spacing: 0.3rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    font-style: italic;
}

/* Individual Retreat Card */
.retreat-card {
    min-width: 400px;
    max-width: 400px;
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    position: relative;
}

.retreat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Badge */
.badge-near {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

/* Retreat Header */
.retreat-header {
    margin-bottom: 1.5rem;
}

.retreat-header h3 {
    font-family: 'Amatic SC', cursive;
    font-size: 3rem;
    color: #2c3e50;
    line-height: 1.2;
    margin: 0;
}

/* Retreat Info Grid */
.retreat-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.retreat-info-item {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.retreat-info-item i {
    color: #8b4513;
    font-size: 1.3rem;
}

.retreat-info-item strong {
    color: #2c3e50;
    font-size: 1.1rem;
}

.retreat-info-item p {
    color: #555;
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
}

/* Retreat Description */
.retreat-description {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

/* Event Button */
.retreat-event-btn {
    display: inline-block;
    background: linear-gradient(135deg, #8b6f47, #a5845a);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
}

.retreat-event-btn:hover {
    background: linear-gradient(135deg, #a5845a, #c19a6b);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 111, 71, 0.3);
}

/* Navigation Buttons */
.retreat-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 2px solid #8b4513;
    color: #8b4513;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.retreat-nav-btn:hover {
    background: #8b4513;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.retreat-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: #f0f0f0;
    border-color: #ccc;
    color: #999;
}

.retreat-nav-btn:disabled:hover {
    background: #f0f0f0;
    color: #999;
    transform: translateY(-50%) scale(1);
}

.retreat-nav-left {
    left: 10px;
}

.retreat-nav-right {
    right: 10px;
}

/* Future Events Section */
.future-events-section {
    margin: 3rem auto 0;
    max-width: 1200px;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.future-events-section h3 {
    font-family: 'Amatic SC', cursive;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.future-events-section p {
    font-size: 1.1rem;
    color: #555;
    margin: 0.5rem 0;
}

.future-events-section a {
    color: #8b4513;
    text-decoration: none;
    font-weight: 600;
}

.future-events-section a:hover {
    text-decoration: underline;
}

/* ============================================
   CONTACT SECTION
   ============================================ */

.contact-section {
    padding: 6rem 0;
    background-color: #f9f6f2;
}

.contact-section .section-title {
    font-family: 'Allura', cursive;
    font-size: 4.5rem;
    color: #4A3C32;
    text-align: center;
    margin-bottom: 3rem;
}

.contact-content {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 3rem;
    align-items: center;
}

.contact-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-info {
    padding-left: 2rem;
}

.contact-intro {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem;
    color: #5D4E37;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.contact-item i {
    font-size: 2rem;
    color: #8B7355;
    min-width: 2rem;
    margin-top: 0.3rem;
}

.contact-details h3 {
    font-family: 'Amatic SC', cursive;
    font-size: 1.6rem;
    color: #4A3C32;
    margin: 0 0 0.3rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-details a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #5D4E37;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #8B7355;
    text-decoration: underline;
}

.contact-details p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #5D4E37;
    margin: 0;
}

/* Map Wrapper */
.map-wrapper {
    margin-top: 3rem;
    width: 100%;
}

.map-title {
    font-family: 'Allura', cursive;
    font-size: 3rem;
    color: #4A3C32;
    text-align: center;
    margin-bottom: 2rem;
}

.map-container {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    background: white;
    padding: 8px;
}

.map-container:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.map-container iframe {
    border-radius: 15px;
    display: block;
}

/* Contact Section Mobile */
@media (max-width: 968px) {
    .contact-section {
        padding: 4rem 0;
    }
    
    .contact-section .section-title {
        font-size: 3.5rem;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-image {
        max-height: 400px;
    }
    
    .contact-info {
        padding-left: 0;
    }
    
    .contact-intro {
        font-size: 1.1rem;
        text-align: center;
    }
    
    .contact-item {
        padding: 1.2rem;
    }
    
    .map-wrapper {
        margin-top: 2rem;
        padding: 0 1rem;
    }
    
    .map-title {
        font-size: 2.5rem;
    }
    
    .map-container {
        padding: 5px;
    }
    
    .map-container iframe {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .contact-section .section-title {
        font-size: 3rem;
    }
    
    .contact-intro {
        font-size: 1rem;
    }
    
    .contact-item {
        padding: 1rem;
        gap: 1rem;
    }
    
    .contact-item i {
        font-size: 1.5rem;
    }
    
    .contact-details h3 {
        font-size: 1.4rem;
    }
    
    .contact-details a {
        font-size: 1rem;
    }
    
    .map-title {
        font-size: 2rem;
    }
    
    .map-container iframe {
        height: 300px;
    }
}

/* ============================================
   QUALIFIKATIONEN SECTION
   ============================================ */

.qualifikationen-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgba(193, 154, 107, 0.08), rgba(45, 95, 93, 0.08));
}

.qualifikationen-section .section-title {
    font-family: 'Amatic SC', cursive;
    font-size: 3.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    text-align: center;
}

.qualifikationen-intro {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.certifications-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.certification-item {
    background: white;
    border-radius: 12px;
    padding: 2rem 2.5rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 3px solid #c19a6b;
}

.certification-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-top-color: #2d5f5d;
}

.cert-logo {
    margin-bottom: 1.5rem;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert-logo img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

.certification-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.certification-item p {
    font-size: 0.95rem;
    color: #777;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

@media (max-width: 768px) {
    .qualifikationen-section {
        padding: 3rem 0;
    }
    
    .qualifikationen-section .section-title {
        font-size: 2.5rem;
    }
    
    .certifications-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 1.5rem;
    }
    
    .certification-item {
        padding: 1.5rem 2rem;
    }
    
    .cert-logo {
        min-height: 80px;
    }
    
    .cert-logo img {
        max-height: 80px;
    }
}