body {
    font-family: 'Comic Neue', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #2d3436;
    background-color: #f5e6cc;
    overflow-x: hidden;
}

.navbar {
    background: linear-gradient(135deg, #4caf50, #66bb6a);
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    width: 100%;
    box-sizing: border-box;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.navbar li {
    flex: 0 1 auto;
    position: relative;
}

.navbar li:not(:last-child)::after {
    content: "|";
    color: #fff;
    font-size: 1rem;
    position: absolute;
    right: -0.3rem;
    top: 50%;
    transform: translateY(-50%);
}

.navbar a {
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: clamp(0.9rem, 2vw, 1.2rem);
    padding: 0.3rem 0.5rem;
    transition: color 0.3s;
    display: block;
    white-space: nowrap;
}

.navbar a:hover {
    color: #80deea;
}

@media (max-width: 600px) {
    .navbar ul {
        gap: 0.3rem;
    }
    .navbar a {
        padding: 0.2rem 0.4rem;
    }
    .navbar li:not(:last-child)::after {
        right: -0.2rem;
    }
}

.section {
    padding: 0;
    max-width: 100%;
    margin: 0;
    width: 100%;
    margin-bottom: 0rem; /* Reset to original, let .section-contact control gaps */
    margin-top: 0rem;
}

.landing {
    background: none;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    margin: 0;
    padding:0;
}

.header-row {
    width: 100%;
    position: relative;
    background: url('belle-vue-centre.jpeg') no-repeat center center;
    background-size: cover;
    padding: 2rem 0;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}

.title-background {
    background: rgba(50, 50, 50, 0.01); /* More transparent */
    padding: 0.3rem 0.3rem; /* Reduced padding */
    border-radius: 10px;
    display: inline-block;
}

.title-background h1 {
   
}

.title-background2 {
    background: rgba(50, 50, 50, 0.01); /* More transparent */
    padding: 0.3rem 0.3rem; /* Reduced padding */
    border-radius: 10px;
    display: inline-block;
    margin: 1rem;
}

.title-background3 {
    background: rgba(50, 50, 50, 0.2); /* More transparent */
    padding: 0.1rem 0.1rem; /* Reduced padding */
    border-radius: 10px;
    display: inline-block;
}

.title-background4 {
    background: rgba(50, 50, 50, 0.2); /* More transparent */
    padding: 0.2rem 0.2rem; /* Reduced padding */
    margin-top: 2.5em;
    border-radius: 10px;
    display: inline-block;
}

.header-row h1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    margin: 0.3rem 0;
    color: #ADD8E6;
    text-shadow: -1px 0 #62625d, 0 1px #62625d, 1px 0 #62625d, 0 -1px #62625d;
}

.header-row h2 {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: clamp(1.5rem, 4vw, 2rem);
    margin: 0.3rem 0;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.customtxt {
    font-weight: bold;
    font-size: clamp(1rem, 3vw, 1.25rem);
    margin: 2rem 0 2rem 0;
    padding: 0 1.5rem;
    font-family: 'Poppins', sans-serif;
    color: #fff; /* White for readability */
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.highlightmain {
    font-weight: 900;
    font-size: clamp(1rem, 3vw, 1rem);
    font-family: 'Poppins', sans-serif;
    color: rgba(255, 255, 255, 0.9);
   /* top | right | bottom | left */
    margin: 0em 0em 0em 0;
    padding: 0; /* Stays within image */
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.underline-your {
    text-decoration: underline;
}

.content {
    padding: 1em 0.5em;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 600px) {
    .content {
        padding: 0.5em 0.25em;
    }
}

.contentvision {
    padding-left:2em;
    padding-right:2em;
    padding-top:1em;
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 600px) {
    .contentvision {
        padding-left:2em;
        padding-right:2em;
        padding-top:1em;
    }
}


.responsive-video {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-height: calc(100vh - 200px);
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
@media (max-width: 600px) {
    .responsive-video {
        max-height: calc(100vh - 150px);
        width: auto;
        max-width: 90%;
    }
}

.sessions {
    margin: 0;
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
@media (max-width: 600px) {
    .sessions {
        padding: 0.5rem;
    }
}

.sessions-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #006064;
    margin: 0;
    padding: 0.5rem 0;
    display: inline-flex;
    align-items: center;
}

.icon-placeholder {
    margin-left: 0.5rem;
    color: #777;
    font-style: italic;
    font-size: 0.9em;
    background: url('community-icon.png') no-repeat center center;
}

.sessions ul {
    list-style: none;
    padding: 0;
}

.sessions ul li {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.calendar-icon {
    margin-right: 0.5rem;
    font-size: 1.2em;
}

.ics-link {
    color: #006064;
    text-decoration: none;
    font-size: 0.9em;
    display: inline-block;
    white-space: nowrap;
}

.ics-link:hover {
    text-decoration: underline;
}

.address-inline {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.map-icon {
    font-size: 1.4em;
    margin-left: 0.5rem;
    text-decoration: none;
    color: #006064;
}

.map-icon:hover {
    text-decoration: underline;
}

.survey-highlight {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #006064;
    background: #f1f8e9;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 1rem;
}
@media (max-width: 600px) {
    .survey-highlight {
        font-size: 1rem;
        padding: 0.5rem;
        margin-top: 0.5rem;
    }
}

.survey-highlight:hover {
    transform: translateY(-2px);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
}

.survey-inline {
    color: #4caf50;
    text-decoration: none;
    white-space: nowrap;
}

.survey-inline:hover {
    text-decoration: underline;
}

.vision-title {
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

#vision {
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0.5rem;
    margin-bottom: 0rem;
}

.vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.vision-card {
    background: #f5e6cc;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05), -5px -5px 15px rgba(255, 255, 255, 0.7);
    transition: transform 0.3s;
}

.vision-card:hover {
    transform: translateY(-5px);
}

.vision-card h3 {
    font-family: 'Poppins', sans-serif;
    color: #006064;
    margin-top: 0;
}

.vision-footer {
    font-size: 1.3rem;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background: linear-gradient(90deg, #ff7043, #ff8a65);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.vision-footer a {
    color: #4caf50;
    text-decoration: none;
}

.vision-footer a:hover {
    text-decoration: underline;
}

#faqs {
    background: #f1f8e9;
    border-radius: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-container {
    margin: 2rem 0;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 1rem;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-item h3 {
    font-family: 'Poppins', sans-serif;
    color: #006064;
    margin: 0;
    padding: 1rem;
    cursor: pointer;
    background: #f5f5f5;
    transition: background 0.3s;
}

.faq-item h3:hover {
    background: #e0e0e0;
}

.faq-item p {
    font-family: 'Comic Neue', sans-serif;
    margin: 0;
    padding: 1rem;
    display: none;
}

.faq-item.active p {
    display: block;
}

.section-contact {
    text-align: center;
    margin-top: 0.5rem; /* Reduced from 0.5rem to balance with .sessions’ new margin */
    margin-bottom: 0.5rem; /* Kept as is, matches your "ok" gaps */
    font-family: 'Poppins', sans-serif;
    color: #2d3436;
}

.section-contact a {
    color: #4caf50;
    text-decoration: none;
}

.section-contact a:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    padding: 1.5rem;
    background: #4caf50;
    color: #fff;
    border-top: 4px solid #66bb6a;
    margin-top: 1rem;
}

footer a {
    color: #80deea;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(245, 230, 204, 0.9);
    padding: 1rem;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s, transform 0.5s;
}

.cookie-consent.show {
    opacity: 1;
    transform: translateY(0);
}

.cookie-consent p {
    margin: 0;
    font-family: 'Comic Neue', sans-serif;
    color: #2d3436;
}

.cookie-consent a {
    color: #006064;
    text-decoration: underline;
}

#accept-cookies {
    background: #66bb6a;
    border: none;
    padding: 0.5rem 1rem;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Poppins', sans-serif;
}

#accept-cookies:hover {
    background: #4caf50;
}