.elementor-1399 .elementor-element.elementor-element-dd82074{--display:flex;}.elementor-1399 .elementor-element.elementor-element-dd82074.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-1399 .elementor-element.elementor-element-dd82074{--width:104.211%;}}/* Start custom CSS for html, class: .elementor-element-3764edb *//* ============================= */
/* REMOVE THEME SIDE SPACING     */
/* ============================= */

body, html {
    margin: 0;
    padding: 0;
}

/* Force full width page */
.elementor-section,
.elementor-container,
.site-content,
.container {
    max-width: 100% !important;
    width: 100% !important;
}

/* ============================= */
/* FULL WIDTH WRAPPER            */
/* ============================= */

.rv-full-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 80px 60px;
    box-sizing: border-box;
}

/* ============================= */
/* GRID LAYOUT                   */
/* ============================= */

.rv-pricing-container {
    display: flex;
    gap: 30px;
    width: 100%;
}

/* ============================= */
/* CARD DESIGN                   */
/* ============================= */

.rv-card {
    flex: 1;
    background: rgba(255,255,255,0.05);
    padding: 50px 35px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

/* Highlight Card */
.rv-card.highlight {
    border: 2px solid #ff2c2c;
}

/* Custom Card */
.rv-card.custom {
    border: 2px dashed #ff2c2c;
}

/* ============================= */
/* TEXT                          */
/* ============================= */

.rv-card h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

.rv-price {
    font-size: 32px;
    font-weight: 700;
    color: #ff2c2c;
    margin-bottom: 20px;
}

.rv-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.rv-card ul li {
    margin-bottom: 10px;
    color: #ccc;
    font-size: 15px;
}

/* ============================= */
/* LINKS                         */
/* ============================= */

.rv-links {
    margin-bottom: 20px;
}

.rv-links a {
    color: #ff2c2c;
    text-decoration: none;
    font-size: 14px;
}

.rv-links a:hover {
    text-decoration: underline;
}

/* ============================= */
/* BUTTON                        */
/* ============================= */

.rv-btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 30px;
    background: #ff2c2c;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
}

.rv-btn:hover {
    background: #fff;
    color: #000;
}

/* ============================= */
/* RESPONSIVE                    */
/* ============================= */

@media (max-width: 1100px) {
    .rv-pricing-container {
        flex-wrap: wrap;
    }
    .rv-card {
        flex: 1 1 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .rv-card {
        flex: 1 1 100%;
    }


}
/* TOP BAR */

.rv-top-bar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:60px;
    flex-wrap:wrap;
}

.rv-top-bar h2{
    color:#fff;
    font-size:32px;
    margin:0;
}

#rv-currency{
    padding:12px 18px;
    border-radius:8px;
    background:#111;
    color:#fff;
    border:1px solid #444;
    outline:none;
}/* End custom CSS */