.rrs-wrapper-66096c19 {
    background-color: #f2f1e8;
    padding: 80px 20px 100px 20px;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.rrs-container-66096c19 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* Header Section */
.rrs-header-66096c19 {
    margin-bottom: 70px;
}

.rrs-subtitle-66096c19 {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #7b7d71;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.rrs-line-66096c19 {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #7b7d71;
}

.rrs-line-green-66096c19 {
    background-color: #b5f52b;
}

.rrs-title-66096c19 {
    font-size: 80px;
    font-weight: 900;
    line-height: 0.95;
    margin: 0;
    text-transform: uppercase;
    color: #11130e;
    letter-spacing: -2px;
}

.rrs-title-filled-66096c19 {
    display: block;
}

.rrs-title-outline-66096c19 {
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px #11130e;
}

/* Deck Section */
.rrs-deck-66096c19 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

/* Individual Cards */
.rrs-card-66096c19 {
    width: 250px;
    height: 330px;
    border-radius: 20px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* add css for cards */
.rrs-card-66096c19{margin-right:-26px;}


.rrs-deck-66096c19 .rrs-card-66096c19{
    transition: transform .6s cubic-bezier(.22,1,.36,1) !important;
}

.rrs-deck-66096c19 .rrs-card-66096c19:hover{
    transform: translateY(-20px) !important;z-index: 99; cursor: pointer;
}

/* end css for cards */
.rrs-card-66096c19:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.rrs-card-header-66096c19 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.rrs-card-category-66096c19 {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.rrs-card-icon-wrap-66096c19 {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rrs-card-icon-66096c19 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rrs-card-icon-66096c19 i,
.rrs-card-icon-66096c19 svg {
    font-size: 14px;
}

/* Card Body */
.rrs-card-body-66096c19 {
    display: flex;
    flex-direction: column;
}

.rrs-card-stat-66096c19 {
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.rrs-card-title-66096c19 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 4px;
}

.rrs-card-subtitle-66096c19 {
    font-size: 11px;
}

/* --- THEMES --- */

/* Dark Theme */
.rrs-card-dark-66096c19 {
    background-color: #11130e;
    color: #ffffff;
}
.rrs-card-dark-66096c19 .rrs-card-category-66096c19 {
    color: #7b7d71;
}
.rrs-card-dark-66096c19 .rrs-card-icon-wrap-66096c19 {
    background-color: #1b1e16;
}
.rrs-card-dark-66096c19 .rrs-card-icon-66096c19 {
    color: #b5f52b;
}
.rrs-card-dark-66096c19 .rrs-card-icon-66096c19 svg {
    fill: #b5f52b;
}
.rrs-card-dark-66096c19 .rrs-card-stat-66096c19 {
    color: #b5f52b;
}
.rrs-card-dark-66096c19 .rrs-card-title-66096c19 {
    color: #ffffff;
}
.rrs-card-dark-66096c19 .rrs-card-subtitle-66096c19 {
    color: #7b7d71;
}

/* Lime Theme */
.rrs-card-lime-66096c19 {
    background-color: #ccf73d;
    color: #11130e;
}
.rrs-card-lime-66096c19 .rrs-card-category-66096c19 {
    color: #657e0e;
}
.rrs-card-lime-66096c19 .rrs-card-icon-wrap-66096c19 {
    background-color: rgba(0,0,0,0.06);
}
.rrs-card-lime-66096c19 .rrs-card-icon-66096c19 {
    color: #11130e;
}
.rrs-card-lime-66096c19 .rrs-card-icon-66096c19 svg {
    fill: #11130e;
}
.rrs-card-lime-66096c19 .rrs-card-stat-66096c19 {
    color: #11130e;
}
.rrs-card-lime-66096c19 .rrs-card-title-66096c19 {
    color: #11130e;
}
.rrs-card-lime-66096c19 .rrs-card-subtitle-66096c19 {
    color: #556b0c;
}

/* White Theme */
.rrs-card-white-66096c19 {
    background-color: #ffffff;
    color: #11130e;
}
.rrs-card-white-66096c19 .rrs-card-category-66096c19 {
    color: #8c8f85;
}
.rrs-card-white-66096c19 .rrs-card-icon-wrap-66096c19 {
    background-color: #f2f1e8;
}
.rrs-card-white-66096c19 .rrs-card-icon-66096c19 {
    color: #11130e;
}
.rrs-card-white-66096c19 .rrs-card-icon-66096c19 svg {
    fill: #11130e;
}
.rrs-card-white-66096c19 .rrs-card-stat-66096c19 {
    color: #11130e;
}
.rrs-card-white-66096c19 .rrs-card-title-66096c19 {
    color: #11130e;
}
.rrs-card-white-66096c19 .rrs-card-subtitle-66096c19 {
    color: #8c8f85;
}


/* --- RESPONSIVENESS & PREMIUM MOBILE STACKING --- */
@media (max-width: 1024px) {
    .rrs-title-66096c19 {
        font-size: 64px;
    }
}

@media (max-width: 767px) {
	
    .rrs-wrapper-66096c19 {
        padding: 40px 15px 50px 15px;
    }
    .rrs-title-66096c19 {
        font-size: 40px;
    }
    .rrs-deck-66096c19 {
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px !important; /* Premium space spacing on mobile devices */
    }
    .rrs-card-66096c19 {
        width: 100% !important;
        max-width: 320px;
        transform: none !important; /* Smooth responsive stacking without awkward tilts on mobile */
    }
	
.rrs-card-66096c19{
margin-right: 0px;
}
}
