/*
Theme Name: Pink Lions Amsterdam
Description: A custom WordPress theme for the Pink Lions Amsterdam hockey team website.
Version: 1.0
Author: Sijmen Meeuwissen
Text Domain: pinklions
*/

/* Global styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #E5FFFA;
    min-height: 100vh;
    font-family: 'Lato', sans-serif;
    color: #aa71c7;
    line-height: 1.6;
}

/* Navigation Header */
.navbar {
    position: relative;
    width: 100%;
    background-color: #E5FFFA;
    padding: 20px 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.nav-logo {
    height: 100px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.nav-title {
    text-align: center;
    margin: 0;
    font-family: 'Titan One', cursive;
}

.nav-title h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ff2855;
    margin: 0;
    line-height: 1;
}

.nav-title h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #ff2855;
    margin: 0;
    line-height: 1;
}

.nav-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.nav-instagram {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.nav-instagram:hover {
    transform: scale(1.1);
}

.nav-instagram .instagram-icon {
    width: 32px;
    height: 32px;
    color: #ff2855;
}

/* Language Switcher */
.language-switcher {
    position: relative;
    display: inline-block;
}

.language-toggle {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.current-flag {
    font-size: 20px;
    line-height: 1;
    display: block;
    transition: transform 0.3s ease;
    cursor: pointer;
    padding: 8px;
}

.current-flag:hover {
    transform: scale(1.2);
}

.current-flag:active {
    transform: scale(1.1);
}

.language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #e5f1ff;
    border: 2px solid #ff2855;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 120px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.language-switcher.active .language-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.language-option:last-child {
    border-bottom: none;
}

.language-option .flag-icon {
    font-size: 16px;
    line-height: 1;
}

.language-option .language-text {
    font-size: 14px;
    font-weight: 500;
    color: #3c3c3c;
}

/* Hero Section */
.hero-section {
    position: relative;
    min-height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 40px;
    border-radius: 30px;
    background-color: #E5FFFA;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Background image is now set via WordPress Customizer */
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    filter: brightness(0.7);
    z-index: 1;
    border-radius: 30px;
}

/* Welcome section */
.welcome-section {
    padding: 30px 0;
    background-color: #E5FFFA;
}

.welcome-section .content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* History section */
.history-section {
    padding: 30px 0;
    background-color: #e5f1ff;
    position: relative;
    overflow: hidden;
}

.history-section .content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.history-background-logo {
    position: absolute;
    top: 50%;
    right: -162px;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.15;
    pointer-events: none;
}

.background-logo {
    width: 400px;
    height: auto;
}

.join-background-logo {
    position: absolute;
    top: 50%;
    right: -162px;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.15;
    pointer-events: none;
}



/* What to expect section */
.expect-section {
    padding: 30px 0;
    background-color: #e5fffa;
}

.expect-section .content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Calendar section */
.calendar-section {
    padding: 30px 0;
    background-color: #e5fffa;
}

.calendar-section .content-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.calendar-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #e5f7ff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    font-size: 0.8rem;
}

.calendar-header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.calendar-header-logo {
    width: 30px;
    height: auto;
}

.calendar-header-text {
    font-size: 1.3rem;
    font-weight: 700;
    color: #3c3c3c;
    font-family: 'Titan One', cursive;
}

.calendar-table th {
    background-color: #e5f7ff;
    color: #3c3c3c;
    font-weight: 600;
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.calendar-table td {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #3c3c3c;
}

.calendar-table tr:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.category {
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category.tournament {
    background-color: #FF6B6B;
    color: white;
}

.category.social {
    background-color: #4ECDC4;
    color: white;
}


/* Join Us section */
.join-us-section {
    padding: 30px 0;
    background-color: #e5f1ff;
    position: relative;
    overflow: hidden;
}

.join-us-section .content-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}


.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}



.welcome-section:last-child,
.history-section:last-child,
.expect-section:last-child,
.calendar-section:last-child {
    margin-bottom: 0;
}

.text-content {
    flex: 1;
    padding: 40px 0px;
}

.welcome-section .text-content {
    padding: 40px 40px 40px 0px;
}

.history-section .text-content {
    padding: 40px 0px 40px 40px;
}

.expect-section .text-content {
    padding: 40px 40px 40px 0px;
}

.calendar-section .text-content {
    padding: 40px 40px 40px 0px;
}

.join-us-section .text-content {
    padding: 40px 0px 40px 40px;
}

.image-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.text-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #3c3c3c;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.text-content p {
    font-size: 1.1rem;
    font-weight: 300;
    color: #3c3c3c;
    line-height: 1.6;
    margin: 0;
}





/* Footer */
.footer {
    background-color: #e5f1ff;
    padding: 0 0 15px 0;
    color: #3c3c3c;
    position: relative;
    overflow: hidden;
}

/* Mobile Footer */
.footer-mobile {
    background-color: #e5f1ff;
    padding: 0 0 15px 0;
    color: #3c3c3c;
    position: relative;
    overflow: hidden;
    display: none;
}

.footer-mobile .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 0 20px;
}

.footer-mobile-top {
    display: flex;
    gap: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-mobile-left,
.footer-mobile-right {
    flex: 1;
    text-align: center;
    padding-top: 20px;
}

.footer-mobile-left {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-mobile-right {
    padding-bottom: 15px;
}

.footer-mobile-center {
    text-align: center;
    margin-bottom: 20px;
}

.footer-mobile p {
    color: #3c3c3c;
    font-size: 1rem;
    line-height: 1.5;
}

.footer-mobile a {
    color: #3c3c3c;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.footer-mobile a:hover {
    opacity: 0.8;
}

.footer-mobile .team-links {
    list-style: none;
    padding-left: 0;
}


.footer-content {
    display: flex;
    gap: 120px;
    align-items: stretch;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0px 0 0px;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 120px;
    text-align: center;
}

.footer-left {
    text-align: center;
}

.footer-left .team-links {
    text-align: center;
    list-style-position: inside;
    padding-right: 20px;
}

.footer-right {
    text-align: center;
}

.footer-right ul {
    list-style-position: outside;
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    margin-top: 10px;
}

.footer-center {
    text-align: center;
}

.footer-left p,
.footer-right p,
.footer-center p {
    color: #3c3c3c;
    font-size: 1rem;
    line-height: 1.5;
}

.footer-left a {
    color: #3c3c3c;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.footer-left a:hover {
    opacity: 0.8;
}

.footer h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3c3c3c;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 10px 15px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.1);
    max-width: fit-content;
    margin: 15px auto 0 auto;
}

.social-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.instagram-icon {
    width: 24px;
    height: 24px;
    color: #3c3c3c;
}

.footer-copyright {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-copyright p {
    color: #3c3c3c;
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.8;
}

/* Responsive design */
@media (max-width: 768px) {
    /* Navigation */
    .navbar {
        padding: 15px 0;
        padding-bottom: 0;
    }
    
    .nav-container {
        padding: 0 20px;
        gap: 15px;
    }
    
    .nav-logo {
        height: 50px;
    }
    
    .nav-title h1 {
        font-size: 2rem;
    }
    
    .nav-title h2 {
        font-size: 1rem;
    }
    
    .nav-social {
        gap: 6px;
    }
    
    .nav-instagram .instagram-icon {
        width: 28px;
        height: 28px;
    }
    
    .language-toggle {
        width: 35px;
        height: 35px;
    }
    
    .current-flag {
        font-size: 18px;
        padding: 6px;
    }
    
    .language-dropdown {
        min-width: 100px;
    }
    
    .language-option {
        padding: 8px 10px;
    }
    
    .language-option .flag-icon {
        font-size: 14px;
    }
    
    .language-option .language-text {
        font-size: 12px;
    }
    
    /* Hero section */
    .hero-section {
        margin: 20px 20px 0 20px;
        min-height: 60vh;
        border-radius: 20px;
    }
    
    .hero-background {
        border-radius: 20px;
        background-position: center 20%;
    }
    
    .hero-content h1 {
        font-size: 3rem;
    }
    
    .hero-content h2 {
        font-size: 1.5rem;
    }
    
    /* Main content section */
    .main-content {
        padding: 0;
    }
    
    .welcome-section {
        padding: 20px 0;
    }

    .history-section {
        padding: 20px 0;
    }

    .expect-section,
    .calendar-section {
        padding: 20px 0;
    }
    
    .welcome-section .content-wrapper {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px 20px 20px;
    }
    
    .history-section .content-wrapper {
        flex-direction: column-reverse;
        gap: 30px;
        padding: 0 20px;
        padding-bottom: 20px;
    }
    
    .history-background-logo {
        display: none;
    }
    
    .join-background-logo {
        display: none;
    }
    
    .history-section .text-content {
        padding: 0 20px;
    }
    

    
    .expect-section .content-wrapper {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px 20px 20px;
    }
    
    .expect-section .text-content {
        padding: 0px 20px;
    }
    
    .text-content {
        padding: 20px;
        padding-top: 0px;
    }
    
    .calendar-section .content-wrapper {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px 20px 20px;
    }
    
    .calendar-section .text-content {
        padding: 0 20px;
    }
    
    .calendar-table {
        font-size: 0.9rem;
    }
    
    .calendar-table th,
    .calendar-table td {
        padding: 10px 8px;
    }
    
    .category {
        padding: 3px 8px;
        font-size: 0.8rem;
    }
              
              .calendar-section {
                  flex-direction: column-reverse;
              }
    
    .text-content h2 {
        font-size: 1.6rem;
        text-align: center;
        margin-top: 20px;
    }
    
    .text-content {
        padding: 0 20px;
    }
    
    .welcome-section .text-content {
        padding: 0 20px;
    }
    
    .text-content p {
        font-size: 1rem;
    }
    
    /* Join Us section */
    .join-us-section {
        padding: 20px 0;
    }
    
    
    .join-us-section .content-wrapper {
        flex-direction: column-reverse;
        gap: 30px;
        padding: 0 20px 20px 20px;
    }
    
    
    .join-us-section .text-content {
        padding: 0px 20px;
    }
    

    
                      /* Footer */
    .footer {
        padding-top: 0;
        padding-bottom: 15px;
        display: none;
    }
    
    .footer-mobile {
        display: block;
    }
              
              .footer .container {
                  padding: 0 20px;
              }
              
              .footer-content {
                  flex-direction: column;
                  gap: 20px;
                  justify-content: flex-start;
              }
              
              .footer-left {
                  text-align: center;
                  flex: none;
                  min-height: auto;
                  order: 1;
              }
              
              .footer-right {
                  text-align: center;
                  flex: none;
                  min-height: auto;
                  order: 2;
              }
              
                  .footer-center {
        text-align: center;
        flex: none;
        min-height: auto;
        order: 3;
        margin-bottom: 15px;
    }
              
              /* Create mobile layout using CSS only */
              .footer-left {
                  display: inline-block;
                  width: 48%;
                  vertical-align: top;
              }
              
              .footer-right {
                  display: inline-block;
                  width: 48%;
                  vertical-align: top;
              }
              
              .footer-left p,
.footer-right p,
.footer-center p {
    font-size: 0.9rem;
}
              
              .team-links {
                  margin-top: 10px;
                  padding-left: 20px;
              }
              
              .team-links li {
                  margin-bottom: 8px;
              }
              
              .pinkhockey-logo {
                  margin-top: 20px;
                  text-align: center;
              }
              
              .logo-image {
                  max-width: 150px;
                  height: auto;
              }
}





/* Team links styling */
.team-links {
    list-style: disc;
    padding-left: 20px;
    margin: 15px 0 0 0;
}

.team-links li {
    margin-bottom: 8px;
}

.team-links a {
    color: #3c3c3c;
    text-decoration: underline;
    transition: opacity 0.3s ease;
    font-size: 1rem;
}

.team-links a:hover {
    opacity: 0.8;
}

/* PinkHockey logo styling */
.pinkhockey-logo {
    margin-top: 20px;
    text-align: center;
}

.logo-image {
    max-width: 100px;
    height: auto;
}
