/**
 * Updates 2026-04
 * Custom styles for the round of updates.
 */

.get-outdoors-section .fusion-title h4 {
    font-weight: 800 !important;
    text-transform: uppercase;
}

.get-outdoors-section .fusion-title h2 {
    font-weight: 700 !important;
}

.map-icon-image img {
    max-width: 180px !important;
}

.bpd-parks-button {
    font-weight: 700 !important;
    padding: 15px 40px !important;
}

@media only screen and (max-width: 800px) {
    .get-outdoors-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        text-align: center !important;
    }
    .get-outdoors-section .fusion-title {
        text-align: center !important;
    }
    .get-outdoors-section .fusion-column-wrapper {
        align-items: center !important;
    }
}


.facility-card .fusion-title h3 {
    font-weight: 700 !important;
    transition: color 0.3s ease !important;
}

.facility-card img {
    width: 480px;
    max-width: 100%;
}

.facility-card:hover .fusion-title h3,
.facility-card:focus-within .fusion-title h3 {
    color: #f2a940 !important; /* Orange highlight on hover/focus */
}

.facility-card:hover img,
.facility-card:focus-within img {
    opacity: 0.85 !important;
    transition: opacity 0.3s ease !important;
}

.facility-card a:focus {
    outline: 3px solid #f2a940 !important;
    outline-offset: 5px !important;
}

.facility-alert {
    padding: 10px 15px !important;
    font-size: 14px !important;
    border: none !important;
    border-radius: 8px !important;
    margin-top: 5px !important;
    color: #4a3e2e !important;
}

.facility-alert i {
    color: #e67e22 !important;
}

@media only screen and (max-width: 800px) {
    .our-facilities-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}




.bpd-feature-section {
    background-size: auto 82% !important; /* Adjust if the tree should be larger/smaller */
}

.bpd-learn-more-button {
    font-weight: 600 !important;
    padding: 15px 35px !important;
}

@media only screen and (max-width: 800px) {
    .bpd-feature-section {
        background-image: none !important; /* Optional: hide tree on mobile if it overlaps text */
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}

.fusion-megamenu-wrapper .fusion-button:focus, .fusion-megamenu-wrapper .fusion-button:active, .fusion-megamenu-wrapper .fusion-button:hover {
    background: #4ab0e0 !important;
}

@media only screen and (max-width: 768px) {
    .custom-icon-column {
        width: 50% !important;
        float: left !important;
        border-right: 1px solid rgba(255,255,255,0.3) !important;
        border-bottom: 1px solid rgba(255,255,255,0.3) !important;
        box-sizing: border-box !important;
    }
    /* Remove right border for even items (right column) */
    .custom-icon-column:nth-child(2n) {
        border-right: none !important;
    }
    /* Remove bottom border for last two items */
    .custom-icon-column:nth-last-child(-n+2) {
        border-bottom: none !important;
    }
}

/* Custom Slider Styles - Homepage Feature Slider Update */
.homepage-feature-slider-container .custom-feature-slider {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 0px;
}

.homepage-feature-slider-container .slides {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
}

.homepage-feature-slider-container .homepage-feature-slide {
    flex: 0 0 100%;
    width: 100%;
}

.homepage-feature-slider-container .slide-content {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
}

.homepage-feature-slider-container .slide-left-image {
    background-size: cover;
    background-position: center;
    height: calc(50vw);
    max-height: 650px;
    flex: 0 0 50%;
}

.homepage-feature-slider-container .slide-right-content {
    padding: 60px;
    background: #fff;
    flex: 0 0 50%;
}

.homepage-feature-slider-container .subtitle {
    color: #07773E;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.homepage-feature-slider-container .title {
    color: #0063AC;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.homepage-feature-slider-container .description {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.homepage-feature-slider-container .register-button {
    background-color: #E9A13B !important;
    border-radius: 25px !important;
    padding: 12px 30px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    color: #fff !important;
}

.homepage-feature-slider-container .register-button i,
.homepage-feature-slider-container .register-button span{
    color: #3D3832 !important;
}

.homepage-feature-slider-container .register-button:hover {
    background-color: #d18d2d !important;
}

/* Navigation Styles */
.homepage-feature-slider-container .slider-nav-wrapper {
    position: absolute;
    bottom: 45px;
    left: calc(50% + 60px);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 15px;
}

.homepage-feature-slider-container .slider-dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

.homepage-feature-slider-container .slider-dots .dot {
    background: transparent;
    border: 2px solid #68B145;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.homepage-feature-slider-container .slider-dots .dot.active {
    background: #68B145;
}

.homepage-feature-slider-container .slider-nav-wrapper a {
    color: #68B145;
    font-size: 30px;
    display: block;
    padding: 0;
    line-height: 1;
    transition: color 0.3s ease;
}

.homepage-feature-slider-container .slider-nav-wrapper a:hover {
    color: #0060A9;
}

.homepage-feature-slider-container .prev-slide {
    margin-right: 0;
}

.homepage-feature-slider-container .next-slide {
    /* No order needed now */
}

.homepage-feature-slider-container .slider-nav-wrapper .slider-dots {
    /* No order needed now */
}

@media only screen and (max-width: 1024px) {
    .homepage-feature-slider-container .slide-content {
        flex-direction: column;
    }
    .homepage-feature-slider-container .slide-left-image {
        min-height: 300px;
        width: 100%;
        flex: 0 0 100%;
    }
    .homepage-feature-slider-container .slide-right-content {
        padding: 30px;
        flex: 0 0 100%;
    }
    
    .homepage-feature-slider-container .slider-nav-wrapper {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        justify-content: center;
        margin: 20px auto;
        display: flex;
        width: 100%;
    }
}

/* Latest News Section Styles */
.custom-latest-news-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.custom-latest-news-section .section-title {
    text-align: center;
    color: #0063AC;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.custom-latest-news-section .news-grid {
    display: flex;
    gap: 20px;
}

.custom-latest-news-section .featured-news-item {
    flex: 1;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.custom-latest-news-section .secondary-news-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-latest-news-section .secondary-news-item {
    flex: 1;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.custom-latest-news-section .news-item-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none !important;
    color: inherit;
    transition: box-shadow 0.3s ease, outline 0.3s ease;
    border-radius: 15px;
    outline: 2px solid transparent;
    outline-offset: -2px;
}

.custom-latest-news-section .news-item-link:hover,
.custom-latest-news-section .news-item-link:focus,
.custom-latest-news-section .news-item-link:active {
    outline-color: #0063AC;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.custom-latest-news-section .featured-news-item .news-image {
    height: 350px;
    background-size: cover;
    background-position: center;
}

.custom-latest-news-section .secondary-news-item .news-item-link {
    flex-direction: row;
}

.custom-latest-news-section .secondary-news-item .news-image {
    flex: 0 0 180px;
    height: 100%;
    min-height: 140px;
    background-size: cover;
    background-position: center;
}

.custom-latest-news-section .news-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.custom-latest-news-section .secondary-news-item .news-content {
    padding: 20px;
    justify-content: center;
}

.custom-latest-news-section .news-date {
    color: #888;
    font-size: 14px;
    margin-bottom: 10px;
}

.custom-latest-news-section .news-title {
    color: #0063AC;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 700;
}

.custom-latest-news-section .secondary-news-item .news-title {
    font-size: 18px;
    margin-bottom: 0;
}

.custom-latest-news-section .news-excerpt {
    color: #333;
    font-size: 15px;
    line-height: 1.5;
}

.custom-latest-news-section .view-all-wrapper {
    text-align: center;
    margin-top: 40px;
}

.custom-latest-news-section .view-all-button {
    display: inline-block;
    background-color: #E9A13B;
    color: #333 !important;
    padding: 12px 35px;
    border-radius: 25px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background-color 0.3s ease, outline 0.3s ease, box-shadow 0.3s ease;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.custom-latest-news-section .view-all-button:hover,
.custom-latest-news-section .view-all-button:focus,
.custom-latest-news-section .view-all-button:active {
    background-color: #d18d2d;
    outline-color: #0063AC;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Mobile responsive */
@media only screen and (max-width: 768px) {
    .custom-latest-news-section .secondary-news-wrapper {
        display: none;
    }
    .custom-latest-news-section .news-grid {
        display: block;
    }
    .custom-latest-news-section .featured-news-item .news-image {
        height: 250px;
    }
}

/* New Footer Styles */
.custom-footer-container {
    background-color: #004225 !important; /* Dark green from image */
}

.custom-footer-container .fusion-title h3 {
    color: #ffffff !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

.custom-footer-container .fusion-text {
    color: #ffffff !important;
}

.custom-footer-container .footer-contact-info p {
    margin-bottom: 5px !important;
}

.custom-footer-container .footer-contact-info i {
    margin-right: 10px;
    color: #f2a940; /* Golden color for icons */
}

.custom-footer-container .footer-social-icons {
    margin-top: 25px;
    display: flex;
    gap: 15px;
}

.custom-footer-container .footer-social-icons a {
    color: #f2a940 !important;
    font-size: 24px;
    transition: opacity 0.3s ease;
}

.custom-footer-container .footer-social-icons a:hover {
    opacity: 0.8;
}

.custom-footer-container .footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-footer-container .footer-nav-list li {
    margin-bottom: 6px;
}

.custom-footer-container .footer-nav-list a {
    color: #ffffff !important;

    text-decoration: none;
}

.custom-footer-container .footer-nav-list a:hover {
    text-decoration: underline;
}

.custom-footer-container .newsletter-box {
    background-color: rgba(0,0,0,0.2);
    padding: 30px;
    border-radius: 15px;
}

.custom-footer-container .newsletter-box h4 {
    color: #ffffff !important;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

.custom-footer-container .newsletter-box p {
    font-size: 14px;
    margin-bottom: 20px;
}

.custom-footer-container .newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-footer-container .newsletter-form .input-group {
    display: flex;
    gap: 10px;
}

.custom-footer-container .newsletter-form input[type="email"] {
    flex: 1;
    border-radius: 25px;
    border: none;
    padding: 10px 20px;
    background: #ffffff;
    color: #333;
}

.custom-footer-container .newsletter-form button {
    background-color: #f2a940;
    color: #3d3832;
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 700;
    cursor: pointer;
}

.custom-footer-container .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.custom-footer-container .footer-bottom a {
    color: #ffffff;
    text-decoration: underline;
}

.custom-footer-container .back-to-top {
    border: 2px solid #ffffff;
    border-radius: 25px;
    padding: 8px 20px;
    color: #ffffff !important;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    font-weight: 700;
}

.custom-footer-container .back-to-top i {
    background: #f2a940;
    color: #3d3832;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

div.ctct-form-embed form.ctct-form-custom div.ctct-form-field#first_name_field_0, div.ctct-form-embed form.ctct-form-custom div.ctct-form-field#last_name_field_0 {
    display: none !important;
}

.ctct-form-embed.form_0 .ctct-form-defaults {
    background-color: #033C1F !important;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-listname, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-lists-legend, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-date-slash, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link, .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
    color: #fff !important;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
    color: #fff !important;
    font-size: 1rem;
    text-transform: none;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text {
    font-size: 1rem !important;
}

@media only screen and (max-width: 800px) {
    .custom-footer-container .footer-bottom {
        flex-direction: column-reverse;
        gap: 20px;
        text-align: center;
    }
}
