/* =========================
   CSS Variables
   ========================= */
:root {
    --ambitcares-darkgreen: #273b0d;
    --ambitcares-darkorange: #f57921;
    --ambitcares-lightgreen: #ace45e;
    --ambitcares-lightwhite: #f8f4ea;
    --font-lg: 3rem;
    --font-md: 2.5rem;
    --font-p: 1.8rem;
    --font-p-weight: 300;
    --font-xl: 3.7rem;
    --hand-opacity: 0.7;
    --hero-banner-img: url('/images/ac-hero-banner.jpg');
    --hero-banner-img-mobile: url('/images/hero-mobile.jpg');
    --hero-gradient-bottom: #273b0d;
    --hero-gradient-mid: #273b0d4a;
    --hero-gradient-top: #ffffff00;
    --navbar-overlay-bg: #10101013;
    --navbar-overlay-bg-img: url('/images/bag-texture-nav.jpg');
    --navbar-overlay-color: #f59a2c;
    --about-cares-bg-img: url('/images/ac-about-bg.jpg');
}

/* =========================
   Navbar Styles
   ========================= */
.navbar-bg-img,
.wrap-background-one::before {
    background: var(--navbar-overlay-bg-img) center/cover no-repeat;
}

.navbar-bg-img {
    height: 100%;
    mix-blend-mode: overlay;
    position: absolute;
    width: 100%;
}

.navbar-overlay-color,
.vol-card {
    background: var(--navbar-overlay-color) linear-gradient(var(--navbar-overlay-bg));
}

.navbar-overlay-color {
    border-bottom: 9px solid var(--ambitcares-lightgreen);
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.navbar-toggler {
    border: var(--bs-border-width) solid #fffffffa !important;
    z-index: 100;
}

.navbar-toggler:focus {
    color: #ffffff !important;
    box-shadow: 0 0 0 3px rgb(255, 255, 255);
    /* inner white */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' width='30' height='30'><path stroke='none' fill='%23ffffff' d='M4 7h22v2H4zM4 14h22v2H4zM4 21h22v2H4z'/></svg>");
}

/* =========================
   Borders
   ========================= */
.borderbottom-ambitcares-lightgreen {
    border: 2px solid var(--ambitcares-lightgreen);
}

.border-darkgreen,
.border-orange {
    border-radius: 1rem;
    display: inline-block;
}

.border-darkgreen {
    border: 8px solid var(--ambitcares-darkgreen);
}

.border-orange {
    border: 8px solid var(--navbar-overlay-color);
}

/* =========================
   Typography
   ========================= */
#home-hero-title {
    text-shadow: 2px 2px 8px #444444;
}

.fs-lg {
    font-size: var(--font-lg);
}

.fs-xl {
    font-size: var(--font-xl);
}

.heading-sz {
    font-size: 2.2rem;
}

.heading2-sz {
    font-size: 2rem;
}

.opening-paragraph {
    font-size: var(--font-p);
    font-weight: var(--font-p-weight);
}

.p-card-fs {
    font-size: 19px;
}

p {
    font-size: 1.4rem;
}

.top-list-fs {
    font-size: 1.5rem;
}

.fs-norm {
    font-size: 1rem;
}

/* Make Bootstrap 5 btn-close look like Bootstrap 4 close button */
.btn-custom-close {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #636466;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5em;
    width: 1.5em;
}

.textcolor-theme-a:focus,
.textcolor-theme-a:hover {
    color: var(--ambitcares-darkgreen) !important;
}

.drk-green,
.drk-green-a,
.drk-green-w {
    color: var(--ambitcares-darkgreen);
}

.drk-green-a:focus,
.drk-green-a:hover {
    color: var(--ambitcares-darkorange);
}

.drk-green-w:focus,
.drk-green-w:hover {
    color: var(--ambitcares-lightwhite);
}

.off-wht,
.off-wht-a {
    color: var(--ambitcares-lightwhite);
}

.off-wht-a:focus,
.off-wht-a:hover {
    color: var(--ambitcares-darkgreen);
}

/* =========================
   Opening Text Position
   ========================= */
.txt-btm {
    position: relative;
    top: 170px;
}

.txt-btm-md {
    position: relative;
    top: 30px;
}

/* =========================
   Hand Image
   ========================= */
.ambit-cares-hand {
    mix-blend-mode: overlay;
    opacity: var(--hand-opacity);
    position: absolute;
    right: 0;
    top: 0;
    width: 34%;
    z-index: 1;
}

/* =========================
   Button Styles
   ========================= */
.btn-theme-2025,
.nav-link:focus,
.nav-link:hover,
.active .nav-link {
    background: #426317;
    color: #fff;
}

.btn-theme-2025 {
    background: #314910;
}

.btn {
    border-radius: 10px;
}

.btn-lime,
.btn-lime-drkgreen {
    background: var(--ambitcares-lightgreen);
    color: var(--ambitcares-darkgreen);
    border: 2px solid var(--ambitcares-darkorange);
    text-decoration: underline;
}

.btn-lime:focus,
.btn-lime:hover {
    background: var(--ambitcares-darkorange);
    border: 2px solid var(--ambitcares-lightgreen);
    color: var(--ambitcares-lightwhite);
}

.btn-lime-drkgreen:focus,
.btn-lime-drkgreen:hover {
    background: var(--ambitcares-darkgreen);
    border: 2px solid var(--navbar-overlay-color);
    color: var(--ambitcares-lightwhite);
}

.btn-swipe {
    background-color: transparent;
    border: none;
}

/* =========================
   Hero Banner
   ========================= */
#home-hero-2025 {
    background: linear-gradient(var(--hero-gradient-top), var(--hero-gradient-mid), var(--hero-gradient-bottom)), var(--hero-banner-img) top center/cover no-repeat;
    background-attachment: fixed;
}

.volunteer-home-width {
    min-height: 525px;
    max-height: 525px;
}

/* =========================
   Card Styles
   ========================= */
.wrap-background-one {
    overflow: hidden;
    position: relative;
}

.wrap-background-one::before {
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

[data-template="home/card-grid-2025"].row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.fa-sz {
    color: var(--ambitcares-darkgreen);
    font-size: 6.5em;
}

.card-heading {
    font-size: 2.2rem;
}

#report-hours,
#volunteer-report,
#ambit-store,
#donation-card {
    cursor: pointer;
    min-height: 265px;
    z-index: 2;
}

#donation-card,
#donation-card h2 {
    background: var(--ambitcares-lightgreen);
    color: var(--ambitcares-darkgreen);
}

#report-hours {
    background: var(--ambitcares-darkgreen);
    color: var(--ambitcares-lightgreen);
}

#ambit-store {
    background: var(--ambitcares-darkorange);
    color: var(--ambitcares-darkgreen);
}

.top-plane-vol {
    position: relative;
    z-index: 5;
}

/* === Hover Up Animation for Card Images and Heart Icon === */
#volunteer-report img,
#report-hours img,
#ambit-store img,
#donation-card .fa-heart-o.fa,
#donation-card .fa-heart.fa {
    transition: transform 0.3s cubic-bezier(.42, 0, .58, 1);
}

#volunteer-report:hover img,
#report-hours:hover img,
#ambit-store:hover img,
#donation-card:hover .fa-heart-o.fa,
#donation-card:hover .fa-heart.fa {
    transform: translateY(-12px);
}

/* =========================
   About/Volunteer Styles
   ========================= */
.about-cares-bg,
.volunteer-bg,
.report-activities {
    background: var(--ambitcares-lightwhite);
}

/* Volunteer BG */
.corporate-volunteer-event-bg {
    background: url('/images/orange-bagtexture.jpg') center center/cover no-repeat, var(--ambitcares-lightwhite);
}

.about-cares-bg {
    padding-bottom: 100px;
    position: relative;
}

.about-cares-bottom-img-wrap {
    height: 0;
    min-height: 250px;
    position: relative;
    width: 100%;
}

.circle-clip,
.feeding-america-badge {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.circle-clip {
    bottom: 0;
    width: 34%;
    z-index: 1;
}

.feeding-america-badge {
    bottom: 9%;
    width: 18%;
    z-index: 2;
}

.decor-orange-line,
.decor-lime-line {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-weight: bold;
}

.decor-orange-line:after {
    border-bottom: 10px solid var(--navbar-overlay-color);
    content: "";
    flex: 1 1;
    margin: auto;
    margin-left: 20px;
}

.decor-lime-line:after {
    border-bottom: 10px solid var(--ambitcares-lightgreen);
    content: "";
    flex: 1 1;
    margin: auto;
    margin-left: 20px;
}

/* =========================
   Get Involved Styles
   ========================= */
.get-involved-bg {
    background: var(--ambitcares-darkorange);
}

.fs-md-thick {
    font-size: var(--font-md);
    font-weight: 600;
}

.fs-md-thicker,
.rp-fs-md-thicker {
    font-size: var(--font-xl);
}

.lh-adjust {
    line-height: 350%;
}

.w-65 {
    width: 65%;
}

.fs-xxl {
    font-size: 3.4rem;
}

.fs-xxxl {
    font-size: 5.7rem;
}

/* =========================
    Volunteer Styles
   ========================= */
.relative {
    position: relative;
}

.ambit-shirt {
    position: absolute;
    right: -2.4%;
    width: 25%;
    top: 44%;
    z-index: 1;
    transform: rotate(3deg);
}

/* =========================
   Corporate Volunteer Event Styles
   ========================= */
.drk-green-bg {
    background: var(--ambitcares-darkgreen);
    border-radius: 10px;
}

.textcolor-theme-b:hover {
    color: var(--ambitcares-lightwhite) !important;
}

/* =========================
   Donate Event Styles 
   ========================= */
.donate-event-bg {
    background: url('/images/limeheart-bagtexture-bg.jpg') center center/cover no-repeat, var(--ambitcares-lightgreen);
}

/* =========================
   Report Your Volunteer Hours Styles
   ========================= */
.report-hours-bg {
    background: var(--ambitcares-darkgreen);
}

.decor-orange-line-report-volunteer,
.decor-drkorange-line-pay-forward {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-weight: bold;
    height: 12px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.decor-orange-line-report-volunteer:before {
    border-bottom: 12px solid var(--navbar-overlay-color);
    content: "";
    flex: 1 1;
    margin: auto;
}

.decor-drkorange-line-pay-forward:before {
    border-bottom: 12px solid var(--ambitcares-darkorange);
    content: "";
    flex: 1 1;
    margin: auto;
    margin-right: 20px;
}

.rp-fs-md-thick {
    font-size: 2rem;
    font-weight: 600;
}

/* =========================
   Achievement Award Styles
   ========================= */
.achievement-award-bg {
    background: url('/images/acheivement-award-bg.png') bottom center/cover no-repeat, var(--ambitcares-lightwhite);
}

.ambit-orange-bg {
    background: var(--navbar-overlay-color);
    border-radius: 10px;
}

.drk-orange {
    color: var(--ambitcares-darkorange);
}

.decor-orange-center {
    border: 5px solid var(--navbar-overlay-color);
    opacity: 1;
}

.decor-orange-center-md {
    border: 2px solid var(--navbar-overlay-color);
    opacity: 1;
}

.decor-orange-center-sm {
    border: 1px solid var(--navbar-overlay-color);
    opacity: 1;
}

.w-20 {
    width: 20%;
}

/* =========================
   Winners Styles
   ========================= */
.lime-green-line {
    display: flex;
    flex-direction: row;
}

.lime-green-line:before,
.lime-green-line:after {
    border-bottom: 10px solid var(--ambitcares-lightgreen);
    content: "";
    flex: 1 1;
    margin: auto;
}

.lime-green-line:before {
    margin-right: 40px;
}

.lime-green-line:after {
    margin-left: 40px;
}

.winner-square-ambitorange,
.winner-square-drkorange {
    background-color: var(--navbar-overlay-color);
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    transition: transform 0.64s cubic-bezier(.22, 1, .36, 1), box-shadow 0.64s cubic-bezier(.22, 1, .36, 1);
}

.winner-square-ambitorange {
    background-image: url('/images/winner-square-ambitorange.png');
}

.winner-square-drkorange {
    background-image: url('/images/winner-square-drkorange.png');
}

.winner-square-ambitorange:focus,
.winner-square-ambitorange:hover,
.winner-square-drkorange:focus,
.winner-square-drkorange:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.13), 0 2px 4px rgba(0, 0, 0, 0.10);
    transform: translateY(-10px);
    z-index: 2;
}

/* =========================
   History of Ambit Cares Styles
   ========================= */
.history-event-bg {
    background: url('/images/drkorange-bagtexture.jpg') center center/cover no-repeat, var(--ambitcares-darkorange);
}

/* =========================
   Pay It Forward Styles
   ========================= */
.pay-it-forward-bg {
    background-color: var(--ambitcares-lightgreen);
}

/* =========================
   Report Hours Styles
   ========================= */
.fore-grd {
    z-index: 1;
    position: relative;
}

/* =========================
   Footer Styles
   ========================= */
.light-orange-bg {
    background-color: var(--navbar-overlay-color);
}

.ft-sz {
    border-left: none;
    font-size: 1rem;
    font-weight: 500 !important;
    padding-left: 0;
}

.ambit-cares-highlight {
    color: #273b0d;
    font-size: 0.75rem;
    letter-spacing: 1px;
    line-height: normal;
}

.w-125 {
    width: 125%;
}

/* =========================
   Responsive Styles
   ========================= */
@media (min-width: 1785px) {
    .circle-clip-xl {
        padding-top: 12rem !important;
    }
}

@media (max-width: 991px) {
    .w-md-49 {
        width: 49% !important;
    }
}

@media (max-width: 768px) {
    #home-hero-2025 {
        background-attachment: scroll;
        background-image: var(--hero-banner-img-mobile);
    }

    .aeLogo {
        width: 155px !important;
    }

    .fs-lg {
        font-size: var(--font-lg) !important;
    }

    .about-cares-bg {
        padding-bottom: 10px;
    }

    .achievement-award-bg {
        background-position: center center, center center;
    }

    .circle-clip {
        width: 100% !important;
    }

    .feeding-america-badge {
        bottom: 7%;
        width: 24%;
    }

    .fs-xxl {
        font-size: 1.1rem;
    }

    .fs-xxxl {
        font-size: 2.4rem;
    }


    .fs-md-thick {
        font-size: 0.95rem;
    }

    .rp-fs-md-thick {
        font-size: 1.2rem;
    }

    .fs-md-thicker,
    .rp-fs-md-thicker {
        font-size: 1.6rem;
    }

    .lh-adjust {
        line-height: 35px;
    }

    .w-75-mob {
        width: 75% !important;
    }

    .w-40 {
        width: 40% !important;
    }
}

@media (max-width: 600px) {
    /* .decor-orange-line {
        font-size: 1.3rem;
    } */

    p {
        font-size: 1rem;
    }

    .top-list-fs {
        font-size: 1.1rem;
    }

    .btn-fs {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .ambit-cares-hand {
        left: 105px;
        right: auto;
        top: 160px;
        width: 80%;
    }

    .about-cares-bg {
        padding-bottom: 0;
    }

    .heading-sz {
        font-size: 1.7rem;
    }

    .heading2-sz {
        font-size: 1.5rem;
    }

    .card-heading {
        font-size: 1.3rem;
    }

    .p-card-fs {
        font-size: 0.9rem;
    }

    .rp-fs-md-thick {
        font-size: 1.2rem;
    }

    .rp-fs-md-thicker {
        font-size: 2.3rem;
    }

    .border-orange {
        border: 4px solid var(--navbar-overlay-color);
        border-radius: 0.45rem;
    }

    .txt-btm-md {
        top: auto;
    }

    .volunteer-home-width {
        min-height: 640px;
        max-height: 640px;
    }

    #report-hours,
    #volunteer-report,
    #ambit-store,
    #donation-card {
        cursor: pointer;
        min-height: 240px;
        z-index: 2;
    }

}