.elementor-4179 .elementor-element.elementor-element-c97d222 > .elementor-element-populated{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-1e42f1d );margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px !important;}.elementor-4179 .elementor-element.elementor-element-c97d222 > .elementor-element-populated, .elementor-4179 .elementor-element.elementor-element-c97d222 > .elementor-element-populated > .elementor-background-overlay, .elementor-4179 .elementor-element.elementor-element-c97d222 > .elementor-background-slideshow{border-radius:0px 0px 0px 0px;}.elementor-4179 .elementor-element.elementor-element-34c26c3{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}body.elementor-page-4179:not(.elementor-motion-effects-element-type-background), body.elementor-page-4179 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d04d03a );}:root{--page-title-display:none;}/* Start custom CSS */<style>
/* ============================================
   RENT.A.PARTEA GIFT CARDS - STYLES
   ============================================ */

/* Reset and base styles scoped to .rapt-gift-wrapper */
.rapt-gift-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.rapt-gift-wrapper {
    /* Color palette - same as original */
    --rapt-cream: #fffbf9;
    --rapt-blush: #fce8e4;
    --rapt-rose: #c2687a;
    --rapt-sage: #b8cfc0;
    --rapt-green: #7aab92;
    --rapt-brown: #6b4c52;
    --rapt-gold: #c9a87a;
    --rapt-lavender: #ede0f0;
    --rapt-purple: #a889b5;
    --rapt-dark: #3d2535;
    --rapt-mid: #7a5060;
    --rapt-pink: #fadadd;
    --rapt-softpink: #f5c8d0;
    --rapt-lilac: #ede0f5;
    --rapt-peach: #fdeee8;
    --rapt-champagne: #f5ede0;
    
    font-family: 'Cormorant Garamond', serif;
    background: #2d4a35;
    padding: 60px 24px;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Decorative circles */
.rapt-gift-wrapper .rapt-deco-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.rapt-gift-wrapper .rapt-deco-circle-1 {
    width: 300px;
    height: 300px;
    background: rgba(201, 168, 122, 0.08);
    bottom: -80px;
    right: -80px;
}
.rapt-gift-wrapper .rapt-deco-circle-2 {
    width: 200px;
    height: 200px;
    background: rgba(201, 168, 122, 0.05);
    top: -60px;
    left: -60px;
}
.rapt-gift-wrapper .rapt-deco-circle-3 {
    width: 100px;
    height: 100px;
    background: rgba(201, 168, 122, 0.06);
    top: 30%;
    right: 10%;
}

/* Main container */
.rapt-gift-wrapper .rapt-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
}

/* Eyebrow / tagline */
.rapt-gift-wrapper .rapt-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--rapt-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-bottom: 0.8rem;
}
.rapt-gift-wrapper .rapt-eyebrow-line {
    width: 28px;
    height: 1px;
    background: rgba(201, 168, 122, 0.4);
    flex-shrink: 0;
    display: inline-block;
}

/* Headings */
.rapt-gift-wrapper .rapt-h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 6vw, 3rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--rapt-gold);
    text-align: center;
    margin-bottom: 0.5rem;
}
.rapt-gift-wrapper .rapt-h2 em {
    font-style: italic;
    color: #ffffff;
}

.rapt-gift-wrapper .rapt-body {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 300;
    color: rgba(250, 245, 238, 0.75);
    line-height: 1.8;
    text-align: center;
    margin-bottom: 1rem;
}

.rapt-gift-wrapper .rapt-small {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.85rem;
    font-weight: 300;
    color: rgba(250, 245, 238, 0.6);
    line-height: 1.75;
    font-style: italic;
    text-align: center;
    margin-bottom: 1.2rem;
}

/* ===== GIFT CARD ===== */
.rapt-gift-wrapper .rapt-card {
    background: linear-gradient(135deg, var(--rapt-rose), var(--rapt-blush));
    padding: 48px 32px;
    border-radius: 4px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    margin-bottom: 32px;
    position: relative;
    overflow: hidden;
}
.rapt-gift-wrapper .rapt-card-deco {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    bottom: -60px;
    right: -60px;
    pointer-events: none;
}
.rapt-gift-wrapper .rapt-card-deco-2 {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    top: -40px;
    left: -40px;
    pointer-events: none;
}

.rapt-gift-wrapper .rapt-card-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.rapt-gift-wrapper .rapt-card-amount {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.rapt-gift-wrapper .rapt-card-label {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
    font-family: 'Cormorant Garamond', serif;
    position: relative;
    z-index: 1;
}

/* Amount buttons */
.rapt-gift-wrapper .rapt-amount-buttons {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.rapt-gift-wrapper .rapt-amount-btn {
    background: rgba(250, 245, 238, 0.1);
    border: 1px solid rgba(250, 245, 238, 0.3);
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 0.95rem;
    font-style: italic;
    padding: 0.6rem 1.2rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 2px;
}
.rapt-gift-wrapper .rapt-amount-btn:hover {
    background: rgba(250, 245, 238, 0.2);
    transform: translateY(-2px);
}
.rapt-gift-wrapper .rapt-amount-btn.active {
    background: var(--rapt-gold);
    border-color: var(--rapt-gold);
    color: var(--rapt-dark);
}

/* Features list */
.rapt-gift-wrapper .rapt-features {
    background: rgba(250, 245, 238, 0.08);
    border: 1px solid rgba(250, 245, 238, 0.15);
    padding: 24px;
    margin-bottom: 32px;
    border-radius: 4px;
    width: 100%;
}

.rapt-gift-wrapper .rapt-feature-item {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.85rem;
    font-weight: 300;
    color: rgba(250, 245, 238, 0.8);
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border-bottom: 1px solid rgba(250, 245, 238, 0.06);
}
.rapt-gift-wrapper .rapt-feature-item:last-child {
    border-bottom: none;
}
.rapt-gift-wrapper .rapt-feature-icon {
    color: var(--rapt-gold);
    font-size: 0.7rem;
    flex-shrink: 0;
}

/* Purchase button */
.rapt-gift-wrapper .rapt-btn-purchase {
    background: var(--rapt-gold);
    color: var(--rapt-dark);
    border: none;
    padding: 16px 32px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 2px;
    text-align: center;
    width: 100%;
    max-width: 300px;
}
.rapt-gift-wrapper .rapt-btn-purchase:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(201, 168, 122, 0.3);
    background: #dbb88a;
}

.rapt-gift-wrapper .rapt-footer-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.85rem;
    font-weight: 300;
    color: rgba(250, 245, 238, 0.5);
    font-style: italic;
    text-align: center;
    margin-top: 1.5rem;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .rapt-gift-wrapper {
        padding: 40px 16px;
    }
    .rapt-gift-wrapper .rapt-card {
        padding: 32px 20px;
    }
    .rapt-gift-wrapper .rapt-card-amount {
        font-size: 3rem;
    }
    .rapt-gift-wrapper .rapt-amount-buttons {
        gap: 0.5rem;
    }
    .rapt-gift-wrapper .rapt-amount-btn {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 480px) {
    .rapt-gift-wrapper .rapt-card-amount {
        font-size: 2.5rem;
    }
    .rapt-gift-wrapper .rapt-amount-btn {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
}
</style>/* End custom CSS */