.max-w-main {
    max-width: 1360px;
}

.max-w-secondary {
    max-width: 1140px;
}

.max-w-extra {
    max-width: 1300px;
}

.light-text {
    font-size: 14px !important;
    color: #868686;
}

.max-w-content {
    max-width: max-content;
}

.checkout-wall {
    display: none;
}

.d-grid {
    display: grid;
}

.py-default {
    padding-block: 40px;
}

.pb-default {
    padding-bottom: 40px;
}

section.hero-section {
    background-image: url('https://updeed.co/wp-content/uploads/2025/09/abstract-background-with-rainbow-glow-smooth-blend-3-68b685fed1797.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.campaign-results {
    background-image: url('https://updeed.co/wp-content/uploads/2025/09/abstract-background-with-rainbow-glow-smooth-blend-5-68b9800c6958f.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-common {
    background-color: #BAFADC;
}

.bg-new-light {
    background-color: #ECFDF5;
    ;
}

.rounded-common {
    border-radius: 12px;
}


.secondary-color {
    color: #2C3A64;
}

.primary-bg {
    background-color: #05C253;
}
.gap-1 {
    gap: 5px;
}

.gap-2 {
    gap: 10px;
}

.top-1 {
    top: 3px;
}

.gap-15 {
    gap: 15px;
}

a.cta-btn {
    border-radius: 60px;
    background: linear-gradient(90deg, rgba(5, 194, 83, 1) 3%, rgba(11, 225, 169, 1) 100%);
    border: 1px solid rgba(5, 194, 83, 1);
    transition-duration: 300ms;
}

a.cta-btn:hover {
    background: transparent;
    color: rgba(5, 194, 83, 1) !important;
    text-decoration: none !important;
}

.gap-25 {
    gap: 25px;
}

.gap-high {
    gap: 25px;
}

.label-font {
    font-size: clamp(16px, 4vw, 20px) !important;
}

.main-title-font {
    font-size: clamp(24px, 4vw, 32px) !important;
}

.other-title-font {
    font-size: clamp(22px, 4vw, 28px) !important;
}

.italic {
    font-style: italic;
}

.border-black {
    border-color: #000 !important;
}

.image-box {
    width: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.object-cover {
    object-fit: cover !important;
}

.object-none {
    object-fit: none !important;
}

.stat-box {
    padding: 1rem;
}

div.stats {
    grid-template-columns: repeat(1fr);
}

.padding-35 {
    padding: 15px;
}

.cta-w {
    width: 100%;
}
.image-box img{
    aspect-ratio: 16/10;
}
@media (min-width:768px) {
    .gap-high {
        gap: 50px;
    }

    .image-box {
        width: 33%;
    }

    .py-default {
        padding-block: 60px;
    }

    .pb-default {
        padding-bottom: 60px;
    }

    div.stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-box {
        padding: 1.9rem 1.6rem;
    }

    div.updeed-content p,
    ul {
        font-size: 16px !important;
    }

    .campaign-w {
        width: 100%;
    }

    .padding-35 {
        padding: 25px;
    }
}

@media (min-width:992px) {
    .gap-high {
        gap: 80px;
    }

    .cta-w {
        width: 50%;
    }

    .campaign-w {
        width: 50%;
    }

    .padding-35 {
        padding: 35px;
    }

    div.stats {
        grid-template-columns: repeat(4, 1fr);
    }
}