/*==================================================================
    ODF EMERALD ON THE GREEN CAMPAIGN
    File: golf.css
    Author: AIMD
==================================================================*/

.odf-emerald {
    position: relative;
    width: 100%;
    padding: 115px 0;
    overflow: hidden;
    background-image: url("../images/slide/2026-Golf-Tournment-Banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.odf-emerald-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(5, 39, 25, 0.92) 0%, rgba(5, 39, 25, 0.78) 45%, rgba(5, 39, 25, 0.35) 100% );
    z-index: 1;
}

.odf-emerald-container {
    position: relative;
    z-index: 2;
}

.odf-emerald-panel {
    max-width: 790px;
    padding: 55px;
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.odf-emerald-label {
    display: inline-block;
    margin-bottom: 18px;
    color: #d4af37;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.odf-emerald-title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.65);
}

.odf-emerald-subtitle {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 300;
}

    .odf-emerald-subtitle span {
        display: block;
        color: #d4af37;
        font-weight: 800;
    }

.odf-emerald-details {
    margin-bottom: 26px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
}

    .odf-emerald-details strong {
        color: #d4af37;
    }

    .odf-emerald-details span {
        padding: 0 10px;
        color: #d4af37;
    }

.odf-emerald-description {
    margin-bottom: 38px;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 1.8;
}

.odf-emerald-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 42px;
}

.odf-emerald-btn {
    display: inline-block;
    padding: 16px 30px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
}

.odf-emerald-register-btn {
    background: #d4af37;
    color: #111111;
}

    .odf-emerald-register-btn:hover,
    .odf-emerald-register-btn:focus {
        background: #f0ca53;
        color: #111111;
        text-decoration: none;
        transform: translateY(-3px);
    }

.odf-emerald-donate-btn {
    background: #0b7a45;
    color: #ffffff;
}

    .odf-emerald-donate-btn:hover,
    .odf-emerald-donate-btn:focus {
        background: #11a25d;
        color: #ffffff;
        text-decoration: none;
        transform: translateY(-3px);
    }

.odf-emerald-countdown-wrap h4 {
    margin-bottom: 20px;
    color: #d4af37;
    font-size: 24px;
    font-weight: 800;
}

.odf-emerald-countdown {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.odf-emerald-count-box {
    width: 118px;
    min-height: 118px;
    padding: 18px 10px;
    background: #ffffff;
    border: 4px solid #d4af37;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.30);
}

    .odf-emerald-count-box span {
        display: block;
        color: #0b7a45;
        font-size: 42px;
        line-height: 1;
        font-weight: 900;
    }

    .odf-emerald-count-box small {
        display: block;
        margin-top: 9px;
        color: #333333;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.odf-emerald-live {
    color: #ffffff;
    background: #0b7a45;
    border: 3px solid #d4af37;
    padding: 20px 25px;
    border-radius: 12px;
    font-size: 24px;
    font-weight: 800;
}

/* Responsive */
@media (max-width: 991px) {
    .odf-emerald {
        padding: 85px 0;
    }

    .odf-emerald-panel {
        padding: 42px;
    }

    .odf-emerald-title {
        font-size: 48px;
    }

    .odf-emerald-subtitle {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .odf-emerald {
        padding: 65px 0;
    }

    .odf-emerald-panel {
        padding: 30px 24px;
    }

    .odf-emerald-title {
        font-size: 38px;
    }

    .odf-emerald-subtitle {
        font-size: 22px;
    }

    .odf-emerald-details {
        font-size: 18px;
    }

        .odf-emerald-details span {
            display: none;
        }

        .odf-emerald-details strong {
            display: block;
            margin-bottom: 6px;
        }

    .odf-emerald-buttons {
        display: block;
    }

    .odf-emerald-btn {
        display: block;
        width: 100%;
        margin-bottom: 14px;
        text-align: center;
    }

    .odf-emerald-countdown {
        justify-content: center;
    }

    .odf-emerald-count-box {
        width: 46%;
        min-height: 105px;
    }
}

@media (max-width: 480px) {
    .odf-emerald-title {
        font-size: 32px;
    }

    .odf-emerald-subtitle {
        font-size: 20px;
    }

    .odf-emerald-description {
        font-size: 16px;
    }

    .odf-emerald-count-box {
        width: 100%;
    }
}

/*==========================================================
    ODF - WAYS TO GIVE
    Author: AIMD
==========================================================*/

#odf-giving {
    padding: 90px 0;
    background: linear-gradient(180deg,#ffffff 0%,#f7f7f2 100%);
    position: relative;
    overflow: hidden;
}

    #odf-giving:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background: linear-gradient(90deg,#0B5E3C,#C9A227,#0B5E3C);
    }

    #odf-giving .container {
        position: relative;
        z-index: 2;
    }

    /*==================================
            Header
==================================*/

    #odf-giving .odf-section-tag {
        display: inline-block;
        margin-bottom: 12px;
        color: #C9A227;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    #odf-giving .odf-section-title {
        margin: 0;
        color: #0B5E3C;
        font-size: 56px;
        font-weight: 800;
        line-height: 1.1;
    }

    #odf-giving .odf-title-divider {
        width: 90px;
        height: 5px;
        margin: 28px auto 35px;
        border-radius: 50px;
        background: #C9A227;
    }

    #odf-giving .odf-section-intro {
        max-width: 780px;
        margin: 0 auto 70px;
        color: #555;
        font-size: 20px;
        line-height: 1.9;
    }

    /*==================================
        Donation Cards
==================================*/

    #odf-giving .odf-give-card {
        position: relative;
        height: 100%;
        padding: 45px 35px;
        margin-bottom: 35px;
        background: #ffffff;
        border: 1px solid #E6E6E6;
        border-radius: 18px;
        text-align: center;
        overflow: hidden;
        box-shadow: 0 18px 40px rgba(0,0,0,.08);
        transition: all .35s ease;
    }

        #odf-giving .odf-give-card:hover {
            transform: translateY(-12px);
            border-color: #C9A227;
            box-shadow: 0 28px 60px rgba(0,0,0,.18);
        }

    #odf-giving .odf-card-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background: linear-gradient(90deg,#0B5E3C,#C9A227);
    }

    #odf-giving .odf-give-card h3 {
        margin: 25px 0 25px;
        color: #0B5E3C;
        font-size: 34px;
        font-weight: 800;
        line-height: 1.30;
    }

    #odf-giving .odf-give-card p {
        min-height: 135px;
        margin-bottom: 35px;
        color: #666666;
        font-size: 18px;
        line-height: 1.9;
    }

    /* Decorative Accent */

    #odf-giving .odf-give-card:after {
        content: "";
        display: block;
        width: 70px;
        height: 4px;
        margin: 0 auto 30px;
        background: #C9A227;
        border-radius: 50px;
    }

    #odf-giving .odf-give-card:hover:after {
        width: 110px;
        transition: .35s ease;
    }

    /*==================================
        Buttons
==================================*/

    #odf-giving .odf-btn-donate {
        display: inline-block;
        padding: 16px 40px;
        background: #C9A227;
        color: #ffffff !important;
        font-size: 17px;
        font-weight: 700;
        letter-spacing: .5px;
        text-decoration: none;
        border-radius: 40px;
        border: 2px solid #C9A227;
        transition: all .30s ease;
        box-shadow: 0 10px 25px rgba(0,0,0,.15);
    }

        #odf-giving .odf-btn-donate:hover {
            background: #0B5E3C;
            border-color: #0B5E3C;
            color: #ffffff !important;
            text-decoration: none;
            transform: translateY(-3px);
            box-shadow: 0 18px 35px rgba(0,0,0,.22);
        }

        #odf-giving .odf-btn-donate:focus {
            color: #ffffff;
            text-decoration: none;
        }

    /*==================================
      Bottom Message
==================================*/

    #odf-giving .odf-bottom-message {
        margin-top: 55px;
        padding: 60px 45px;
        text-align: center;
        border-radius: 20px;
        background: linear-gradient( 135deg, #0B5E3C 0%, #08704A 100% );
        box-shadow: 0 20px 50px rgba(0,0,0,.18);
    }

        #odf-giving .odf-bottom-message h4 {
            margin-bottom: 20px;
            color: #C9A227;
            font-size: 34px;
            font-weight: 800;
        }

        #odf-giving .odf-bottom-message p {
            max-width: 820px;
            margin: 0 auto;
            color: #ffffff;
            font-size: 20px;
            line-height: 1.9;
        }

    /*==================================
      Small Animation
==================================*/

    #odf-giving .odf-give-card,
    #odf-giving .odf-btn-donate {
        transition: all .35s ease;
    }

/*==========================================================
    Responsive
==========================================================*/

@media (max-width:1200px) {

    #odf-giving .odf-section-title {
        font-size: 50px;
    }

    #odf-giving .odf-section-intro {
        font-size: 19px;
    }

    #odf-giving .odf-give-card {
        padding: 40px 30px;
    }
}


@media (max-width:991px) {

    #odf-giving {
        padding: 75px 0;
    }

        #odf-giving .odf-section-title {
            font-size: 42px;
        }

        #odf-giving .odf-section-intro {
            margin-bottom: 50px;
            font-size: 18px;
        }

        #odf-giving .odf-give-card {
            margin-bottom: 30px;
            padding: 35px 28px;
        }

            #odf-giving .odf-give-card h3 {
                font-size: 28px;
            }

            #odf-giving .odf-give-card p {
                min-height: auto;
                font-size: 17px;
                line-height: 1.8;
            }

        #odf-giving .odf-bottom-message {
            padding: 45px 30px;
        }

            #odf-giving .odf-bottom-message h4 {
                font-size: 30px;
            }

            #odf-giving .odf-bottom-message p {
                font-size: 18px;
            }
}


@media (max-width:767px) {

    #odf-giving {
        padding: 65px 0;
    }

        #odf-giving .odf-section-title {
            font-size: 36px;
        }

        #odf-giving .odf-section-tag {
            font-size: 13px;
            letter-spacing: 2px;
        }

        #odf-giving .odf-section-intro {
            font-size: 17px;
            margin-bottom: 40px;
        }

        #odf-giving .odf-give-card {
            padding: 32px 24px;
        }

            #odf-giving .odf-give-card h3 {
                font-size: 25px;
            }

            #odf-giving .odf-give-card p {
                font-size: 16px;
                margin-bottom: 28px;
            }

        #odf-giving .odf-btn-donate {
            display: block;
            width: 100%;
            padding: 16px;
        }

        #odf-giving .odf-bottom-message {
            margin-top: 25px;
            padding: 35px 22px;
        }

            #odf-giving .odf-bottom-message h4 {
                font-size: 26px;
            }

            #odf-giving .odf-bottom-message p {
                font-size: 17px;
                line-height: 1.8;
            }
}


@media (max-width:480px) {

    #odf-giving {
        padding: 55px 0;
    }

        #odf-giving .odf-section-title {
            font-size: 30px;
        }

        #odf-giving .odf-title-divider {
            width: 70px;
        }

        #odf-giving .odf-section-intro {
            font-size: 16px;
        }

        #odf-giving .odf-give-card {
            padding: 28px 20px;
        }

            #odf-giving .odf-give-card h3 {
                font-size: 22px;
            }

            #odf-giving .odf-give-card p {
                font-size: 15px;
                line-height: 1.7;
            }

        #odf-giving .odf-btn-donate {
            font-size: 16px;
        }

        #odf-giving .odf-bottom-message h4 {
            font-size: 22px;
        }

        #odf-giving .odf-bottom-message p {
            font-size: 16px;
        }
}


/*==========================================================
    FEATURED EVENT
==========================================================*/

#odf-featured-event {
    padding: 90px 0;
    background: #ffffff;
}

    #odf-featured-event .odf-featured-subtitle {
        margin: 25px 0 35px;
        color: #444;
        font-size: 26px;
        line-height: 1.7;
        font-weight: 400;
    }

        #odf-featured-event .odf-featured-subtitle strong {
            color: #0B5E3C;
            font-weight: 800;
        }

    #odf-featured-event .odf-feature-buttons {
        margin: 40px 0;
    }

    #odf-featured-event .odf-btn-donate {
        margin: 0 15px 15px 0;
    }

    #odf-featured-event .odf-mail-info {
        margin-top: 45px;
        padding: 35px;
        border-left: 6px solid #C9A227;
        background: #F7F7F2;
        border-radius: 10px;
    }

        #odf-featured-event .odf-mail-info h4 {
            margin-bottom: 25px;
            color: #0B5E3C;
            font-size: 34px;
            font-weight: 800;
        }

        #odf-featured-event .odf-mail-info p {
            margin-bottom: 15px;
            color: #555;
            font-size: 22px;
            line-height: 1.8;
        }

        #odf-featured-event .odf-mail-info a {
            color: #0B5E3C;
            font-weight: 700;
        }

    #odf-featured-event .odf-event-countdown {
        padding: 40px;
        background: #ffffff;
        border-radius: 18px;
        box-shadow: 0 18px 45px rgba(0,0,0,.10);
    }

        #odf-featured-event .odf-event-countdown h3 {
            margin-bottom: 25px;
            color: #0B5E3C;
            font-size: 42px;
            font-weight: 800;
        }

        #odf-featured-event .odf-event-countdown p {
            margin-bottom: 30px;
            font-size: 22px;
            line-height: 1.7;
        }

    #odf-featured-event .odf-emerald-countdown {
        justify-content: flex-start;
    }

    #odf-featured-event .odf-emerald-count-box {
        margin-bottom: 18px;
    }

    /*==========================================
    Featured Event Titles
==========================================*/

    #odf-featured-event .odf-feature-title {
        margin: 0 0 20px;
        color: #0B5E3C;
        font-size: 64px;
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
    }

    #odf-featured-event .odf-feature-subtitle {
        margin: 25px 0 40px;
        color: #333;
        font-size: 34px;
        line-height: 1.6;
        font-weight: 300;
    }

        #odf-featured-event .odf-feature-subtitle span {
            display: block;
            margin-top: 12px;
            color: #C9A227;
            font-size: 40px;
            font-weight: 800;
            text-transform: uppercase;
        }

    /*==========================================
    Featured Buttons
==========================================*/

    #odf-featured-event .odf-feature-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        margin: 45px 0;
    }

    #odf-featured-event .odf-feature-btn {
        display: inline-block;
        padding: 18px 32px;
        background: #0B5E3C;
        color: #ffffff;
        border: 3px solid #0B5E3C;
        border-radius: 50px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: .5px;
        transition: .30s ease;
    }

        #odf-featured-event .odf-feature-btn:hover {
            background: #C9A227;
            border-color: #C9A227;
            color: #ffffff;
            text-decoration: none;
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(0,0,0,.20);
        }


    #odf-featured-event .odf-feature-tag {
        display: inline-block;
        margin-bottom: 18px;
        color: #C9A227;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
    }

    #odf-featured-event .odf-feature-title {
        color: #0B5E3C;
        font-size: 68px;
        font-weight: 900;
        margin-bottom: 30px;
        line-height: 1.1;
    }

    #odf-featured-event .odf-feature-subtitle {
        color: #444;
        font-size: 34px;
        font-weight: 300;
        line-height: 1.7;
    }

        #odf-featured-event .odf-feature-subtitle span {
            display: block;
            margin-top: 15px;
            color: #C9A227;
            font-size: 42px;
            font-weight: 800;
        }