/* Start custom CSS for html, class: .elementor-element-0f298eb */.npc-coupon-directory {
    padding: 70px 20px;
    background:
        radial-gradient(circle at top left, rgba(34,39,189,.08), transparent 30%),
        linear-gradient(180deg,#ffffff,#f2fbff);
    font-family: Arial, Helvetica, sans-serif;
}

.npc-coupon-container {
    max-width: 1100px;
    margin: auto;
}

.npc-coupon-header {
    text-align: center;
    margin-bottom: 40px;
}

.npc-coupon-badge {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 999px;
    background: #3034b8;
    color: white;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.npc-coupon-header h1 {
    margin: 17px 0 12px;
    color: #17065d;
    font-size: clamp(32px,5vw,50px);
}

.npc-coupon-header p {
    max-width: 700px;
    margin: auto;
    color: #657184;
    font-size: 16px;
    line-height: 1.7;
}

.npc-coupon-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
}

.npc-coupon-card {
    padding: 30px;
    background: white;
    border: 1px solid #dceaf5;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(34,39,189,.08);
    transition: .25s ease;
}

.npc-coupon-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 45px rgba(34,39,189,.14);
}

.npc-card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    background: linear-gradient(135deg,#2227bd,#168fb7);
    font-size: 28px;
}

.npc-coupon-card h2 {
    color: #17065d;
    margin: 18px 0 8px;
}

.npc-coupon-card p {
    color: #657184;
    line-height: 1.7;
}

.npc-code {
    display: inline-block;
    margin: 10px 0 20px;
    padding: 9px 17px;
    border-radius: 10px;
    background: #fff8df;
    border: 1px dashed #f0a800;
    color: #b36c00;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
}

.npc-card-button {
    display: block;
    text-align: center;
    padding: 13px 18px;
    border-radius: 12px;
    background: linear-gradient(135deg,#2227bd,#3439d0);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.npc-coupon-note {
    margin-top: 30px;
    padding: 17px 20px;
    border-radius: 14px;
    background: #f7fbff;
    border: 1px solid #dceaf5;
    color: #596679;
    line-height: 1.6;
    font-size: 14px;
}

@media(max-width:700px) {

    .npc-coupon-grid {
        grid-template-columns: 1fr;
    }

    .npc-coupon-card {
        padding: 24px;
    }

}/* End custom CSS */