/* ============================================
   Play Safe, Dream Secure - Capital Campaign LP
   ============================================ */

/* ----- Hero Section ----- */
.page-title-section {
    display: none;
}
.campaign-hero {
    background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,.5) 75%), url('/wp-content/uploads/2026/02/Render-2-Gift-Shop-Finalized-1-2.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.campaign-hero > .tpath-row-inner-wrapper {
    position: relative;
    z-index: 2;
}
.campaign-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}
.campaign-hero-content {
    text-align: center;
    padding: 40px 20px 60px;
}
.campaign-logo {
    max-width: 120px;
    height: auto;
    margin-bottom: 75px !important;
}
.campaign-hero-years {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 140px;
    font-weight: 900;
    line-height: 1;
    color: #9a4294;
    letter-spacing: -2px;
    margin-bottom: 0;
    text-transform: uppercase;
    max-width: 900px;
    margin: 0 auto;
}
.campaign-hero-years .years-of {
    display: block;
    font-size: 60px;
    color: #43a047;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 0.8;
}
.campaign-hero-tagline {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #9a4294;
    letter-spacing: 4px;
    margin: 10px 0 5px;
    text-transform: uppercase;
}
.campaign-hero-headline {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #9a4294;
    margin: 0;
}
.campaign-hero-headline .grow-underline {
    position: relative;
    display: inline-block;
    color: #39b54aff;
}
.campaign-hero-headline .grow-underline::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 200px;
    height: 15px;
    background: url(/wp-content/uploads/2026/02/path492.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .campaign-hero-years {
        font-size: 90px;
    }
    .campaign-hero-years .years-of {
        font-size: 40px;
    }
    .campaign-hero-tagline {
        font-size: 24px !important;
        letter-spacing: 2px;
    }
    .campaign-hero-headline {
        font-size: 36px !important;
    }
}
@media (max-width: 575px) {
    .campaign-hero-years {
        font-size: 60px;
    }
    .campaign-hero-years .years-of {
        font-size: 28px;
    }
    .campaign-hero-tagline {
        font-size: 18px !important;
        letter-spacing: 1px;
    }
    .campaign-hero-headline {
        font-size: 28px !important;
    }
}

/* ----- Campaign Announcement Green Box ----- */
.campaign-announcement-wrapper {
    margin-top: -60px;
    position: relative;
    z-index: 3;
}
.campaign-announcement-box {
    background-image: url('/wp-content/uploads/2026/02/plan-next-day-bg.png');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 125px 150px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    color: #fff;
}
.campaign-launching {
    font-family: 'Raleway', sans-serif;
    color: #eae827;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.campaign-announcement-box .campaign-title {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 20px;
}
.campaign-announcement-box .campaign-description {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 25px;
}
.campaign-announcement-box .campaign-description strong,
.campaign-announcement-box .campaign-description b {
    font-weight: 700;
}
.campaign-video-btn {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    background-color: #333;
    color: #fff !important;
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}
.campaign-video-btn:hover {
    background-color: #9a4294;
}

@media (max-width: 767px) {
    .campaign-announcement-box {
        padding: 50px 30px;
        border-radius: 15px;
    }
    .campaign-announcement-box .campaign-title {
        font-size: 26px !important;
    }
}

/* ----- This Project Will Section ----- */
.campaign-project-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.campaign-project-heading {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: #9a4294;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.campaign-project-heading::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #9a4294;
    margin: 12px auto 0;
}
.campaign-feature-item {
    text-align: center;
    padding: 20px 15px;
}
.campaign-feature-icon {
    max-width: 100px;
    height: auto;
    margin-bottom: 15px;
}
.campaign-feature-icon-placeholder {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #9a4294;
}
.campaign-feature-item h4 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #9a4294;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.campaign-feature-item p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* ----- Donation Levels Section ----- */
.campaign-donation-section {
    background: linear-gradient(#39b54ad9,#39b54ad9), url('/wp-content/uploads/2026/02/image279.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.campaign-donation-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(74, 23, 68, 0.85);
    z-index: 1;
}
.campaign-donation-section > .tpath-row-inner-wrapper {
    position: relative;
    z-index: 2;
}
.campaign-donation-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}
.campaign-donation-header h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
}
.campaign-donation-goal {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}
.campaign-donation-goal .goal-amount {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}
.campaign-donation-tiers {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-bottom: 15px;
}
.campaign-donation-tier {
    flex: 1;
    text-align: center;
    padding: 10px 5px;
    border-right: 1px solid #fff;
    min-width: 120px;
}
.campaign-donation-tier:last-child {
    border-right: none;
}
.campaign-donation-tier .tier-name {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.campaign-donation-tier .tier-amount {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}
.campaign-donation-disclaimer {
    color: #FFF;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 20px !important;
}

@media (max-width: 1200px) {
    .campaign-donation-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .campaign-donation-header h2 {
        font-size: 30px !important;
    }
    .campaign-donation-goal .goal-amount {
        font-size: 30px;
    }
    .campaign-donation-tiers {
        flex-direction: column;
    }
    .campaign-donation-tier {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 15px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .campaign-donation-tier:last-child {
        border-bottom: none;
    }
    .campaign-donation-tier .tier-name,
    .campaign-donation-tier .tier-amount {
        margin-bottom: 0;
    }
}

/* ----- Bottom CTA Section ----- */
.campaign-bottom-section {
    padding-top: 0px;
    padding-bottom: 60px;
}
.campaign-bottom-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.campaign-bottom-text h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #9a4294;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3 !important;
    margin-bottom: 20px;
    font-style: italic;
}
.campaign-bottom-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}
.campaign-bottom-text .campaign-video-btn {
    margin-top: 10px;
    background-color: #9a4294;
}
.campaign-bottom-text .campaign-video-btn:hover {
    background-color: #7a2d75;
}
a#campaign-give {
    color: #000;
    margin: 25px auto;
    display: block;
    width: 100px;
    text-align: center;
    background: #FFF;
    border-radius: 6px;
    padding: 10px 15px;
}
@media (max-width: 991px) {
    .campaign-bottom-text {
        margin-top: 30px;
    }
    .campaign-bottom-text h3 {
        font-size: 26px !important;
    }
}

/* ----- Image Carousel Overrides for Campaign Page ----- */
.campaign-carousel .vc_images_carousel .vc_carousel-indicators {
    bottom: -32px !important;
}
.page-id-8098 .campaign-carousel .vc_images_carousel .vc_carousel-indicators li {
    background-color: #c2c2c2 !important;
    border-color: #c2c2c2 !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
#main .vc_images_carousel .vc_carousel-indicators li:hover, #main .vc_images_carousel .vc_carousel-indicators li.vc_active,
.page-id-8098 .campaign-carousel .vc_images_carousel .vc_carousel-indicators li.vc_active {
    background-color: #9a4294 !important;
    border-color: #9a4294 !important;
}
