:root {
    --ruby: #D12D4B;
    --dark: #1A1A1A;
    --soft-gray: #F9F9F9;
}

/* Live announcement bar — overlaid on bottom of hero */
.klupa-live-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: block;
    background: rgba(15, 5, 8, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-top: 2px solid var(--ruby);
    color: #fff;
    text-decoration: none;
    transition: background 0.25s ease;
}

.klupa-live-bar:hover {
    color: #fff;
    text-decoration: none;
    background: rgba(15, 5, 8, 0.88);
}

.klupa-live-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 16px 0;
    font-size: 15px;
    font-weight: 600;
}

.klupa-live-bar__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--ruby);
    border-radius: 50px;
    padding: 5px 14px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
}

.klupa-live-bar__dot {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    animation: live-pulse 1.4s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes live-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.35; transform: scale(0.65); }
}

.klupa-live-bar__divider {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.25);
    flex-shrink: 0;
}

.klupa-live-bar__text {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
}

.klupa-live-bar__cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--ruby);
    border-radius: 50px;
    padding: 7px 18px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    transition: background 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.klupa-live-bar:hover .klupa-live-bar__cta {
    background: #e0425f;
}

.klupa-live-bar__cta i {
    transition: transform 0.2s ease;
    font-size: 11px;
}

.klupa-live-bar:hover .klupa-live-bar__cta i {
    transform: translateX(4px);
}

@media (max-width: 767px) {
    .klupa-live-bar__inner {
        flex-wrap: wrap;
        gap: 10px;
        padding: 12px 0;
        justify-content: center;
    }
    .klupa-live-bar__divider {
        display: none;
    }
    .klupa-live-bar__text {
        font-size: 13px;
        text-align: center;
    }
}


.btn-clean {
    align-items: center;
    color: var(--ruby);
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-clean:hover {
    gap: 15px;
}

.btn-ruby-full {
    background: var(--ruby);
    border: none;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(209, 45, 75, 0.2);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 16px 40px;
    transition: all 0.3s ease;
}

.btn-ruby-full:hover {
    background: #E0425F;
    color: #fff;
}

.btn-secondary-outline {
    background: transparent;
    border: 2px solid var(--ruby);
    border-radius: 50px;
    color: var(--ruby);
    display: inline-block;
    font-weight: 700;
    padding: 14px 40px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-secondary-outline:hover {
    background: var(--ruby);
    color: #fff;
    text-decoration: none;
}

.btn-ruby-lg {
    background: var(--ruby);
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 18px 40px;
}

.text-ruby {
    color: var(--ruby) !important;
}


.title-separator {
    background: var(--ruby);
    height: 4px;
    width: 60px;
}

.text-center .title-separator {
    margin-left: auto;
    margin-right: auto;
}

.project-tag {
    color: var(--ruby);
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.odkdoz .banner-inner {
    height: 100vh;
}

.odkdoz .banner-inner:before {
    opacity: 0;
}

.page-sidebar .dz-social li:after {
    background-color: var(--ruby);
}

.site-header.style-2 .header-nav .nav {
    margin-left: 0;
}

.site-header.style-2 .header-nav .nav > li:after {
    content: unset;
}

.about-new-era {
    background: #fff;
    padding: 100px 0;
    position: relative;
}

.about-details-box {
    background: var(--soft-gray);
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
}

.details-content {
    padding: 40px;
}

.lead-text {
    color: var(--dark);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.secondary-text {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.video-preview-wrapper {
    height: 285px;
    overflow: hidden;
    position: relative;
}

.minimal-video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.play-btn-modern {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: var(--ruby);
    display: flex;
    height: 70px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    width: 70px;
}

.play-btn-modern:hover {
    background: var(--ruby);
    color: #fff;
}

.point-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.point-number {
    align-items: center;
    border: 1px solid var(--ruby);
    border-radius: 50%;
    color: var(--ruby);
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 800;
    height: 35px;
    justify-content: center;
    width: 35px;
}

.point-content h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.point-content p {
    color: #777;
    font-size: 14px;
    line-height: 1.5;
}

.partners-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.donor-label {
    color: #AAA;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.partners-grid {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.partner-item img {
    height: auto;
    max-height: 65px;
}

.partner-divider {
    background: #EEE;
    height: 40px;
    width: 1px;
}

.partners-group-divider {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 28px 0;
}

.fundraiser-card {
    background: #fff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
    overflow: hidden;
    transition: all 0.4s ease;
}

.card-media {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.card-media img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    width: 100%;
}

.card-media::after {
    background: linear-gradient(to bottom, rgba(209, 45, 75, 0.2), rgba(209, 45, 75, 0.4));
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    width: 100%;
}

.fundraiser-card:hover .card-media img {
    transform: scale(1.1);
}

.fundraiser-card:hover .card-media::after {
    opacity: 1;
}

.ruby-overlay {
    align-items: center;
    background: rgba(209, 45, 75, 0.5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.fundraiser-card:hover .ruby-overlay {
    opacity: 1;
}

.ruby-overlay i {
    color: #fff;
    font-size: 50px;
    z-index: 1;
}

.card-info {
    padding: 25px;
}

.card-category {
    color: var(--ruby);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.card-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
    min-height: 56px;
}

.card-title a {
    color: #1A1A1A;
    text-decoration: none;
    transition: 0.3s;
}

.card-description {
    color: #666;
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.progress-bar-custom {
    background: #F0F0F0;
    border-radius: 10px;
    height: 4px;
    margin-bottom: 18px;
    position: relative;
}

.progress-inner {
    background: var(--ruby);
    border-radius: 10px;
    height: 100%;
    transition: width 1s ease-in-out;
}

.stats-row {
    align-items: center;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    padding-top: 15px;
}

.view-details {
    align-items: center;
    color: var(--ruby);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.view-details:hover {
    text-decoration: underline;
}

.campaign-card {
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: 350px;
    justify-content: flex-end;
    overflow: hidden;
    padding: 30px;
    position: relative;
    transition: all 0.4s ease;
}

.campaign-card:hover {
    transform: translateY(-10px);
}

.campaign-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.3s;
    width: 100%;
    z-index: 1;
}

.campaign-card:hover .campaign-overlay {
    background: linear-gradient(to top, rgba(209, 45, 75, 0.8) 0%, rgba(0,0,0,0.4) 100%);
}

.campaign-content {
    position: relative;
    z-index: 2;
}

.campaign-date {
    color: var(--ruby);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.campaign-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
    min-height: 56px;
}

.campaign-title a {
    color: #fff;
    text-decoration: none;
}

.campaign-desc {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.campaign-card:hover .campaign-desc {
    opacity: 1;
    transform: translateY(0);
}

.campaign-link {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    gap: 10px;
    letter-spacing: 1px;
    text-decoration: none;
}

.campaign-link i {
    background: var(--ruby);
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

/* Custom Navigation for Campaigns */
.swiper-navigation-custom {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.camp-prev, .camp-next {
    border: 1px solid #eee;
    border-radius: 50%;
    color: #333;
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.camp-prev:hover, .camp-next:hover {
    background: var(--ruby);
    border-color: var(--ruby);
    color: #fff;
}

.dk-call-to-action {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23000000' fill-opacity='0.03' d='M1 3h1v1H1V3zm2-2h1v1H2V1z'%3E%3C/path%3E%3C/svg%3E");
    padding: 80px 0;
}

.cta-inner-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.dk-input {
    background: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 8px;
    color: #333;
    font-size: 14px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    width: 100%;
}

.dk-input:focus {
    background: #fff;
    border-color: var(--ruby);
    box-shadow: 0 5px 15px rgba(209, 45, 75, 0.05);
    outline: none;
}

.dk-call-to-action .section-head .title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-top: 5px;
}

.site-footer.style-3 {
    background-color: #111;
    color: #bbb;
}

.footer-subscribe-wrapper .wrapper-inner.ruby-border-bottom {
    border-bottom: 1px solid rgba(209, 45, 75, 0.3);
    padding-bottom: 40px;
}

.site-footer .footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.site-footer .footer-title:after {
    background: var(--ruby);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 35px;
    width: 40px;
}

.footer-about-text {
    font-size: 14px;
    line-height: 1.7;
    margin: 20px 0;
    text-align: justify;
}

.ruby-social ul li a {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    color: #fff;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.ruby-social ul li a:hover {
    background: var(--ruby);
    transform: translateY(-3px);
}

.widget_getintuch i.text-ruby {
    color: var(--ruby) !important;
    font-size: 16px;
    margin-right: 10px;
}

.footer-middle {
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 0;
}

.footer-middle-text {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
}

.footer-bottom {
    background: #0a0a0a;
    padding: 20px 0;
}

.copyright-text {
    font-size: 13px;
    letter-spacing: 0.5px;
}

.full-refined-section {
    position: relative;
    z-index: 1;
}

.full-refined-section .section-desc {
    font-size: 17px;
    line-height: 1.6;
}

.fundraising-style {
    background-color: #F9F9F9;
    padding: 100px 0;
}

.full-nav-prev, .full-nav-next {
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    width: 50px;
    z-index: 10;
}

.full-nav-prev { left: -20px; }
.full-nav-next { right: -20px; }

.full-nav-prev:hover, .full-nav-next:hover {
    background: var(--ruby);
    border-color: var(--ruby);
}

.swiper-pagination.style-1 .swiper-pagination-bullet-active {
    background-color: var(--ruby) !important;
    border-radius: 5px;
    opacity: 1;
    width: 25px;
}

@media (max-width: 991px) {
    .about-new-era {
        padding: 60px 0;
    }
    .offset-lg-1 {
        margin-left: 0;
    }
    .partner-divider {
        display: none;
    }
    .cta-inner-wrapper {
        padding: 30px 20px;
    }
    .dk-call-to-action .section-head {
        text-align: center;
        margin-bottom: 30px;
    }
    .m-t20-mobile {
        margin-top: 20px;
    }
    .footer-subscribe-wrapper .title {
        font-size: 24px;
        text-align: center;
    }
}
