.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-121 .elementor-element.elementor-element-1476944{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-121 .elementor-element.elementor-element-3f539ce{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for text-editor, class: .elementor-element-3f539ce */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

.coupon-page{
    min-height:100vh;
    padding:50px 50px 100px 50px;
        background:linear-gradient(135deg,#fff8f1,#ffe8d6);
    font-family:'Poppins',sans-serif;
}

.coupon-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:110px;
}

/* LEFT */

.coupon-left{
    width:45%;
}

.brand-tag{
    display:inline-block;
    color:#3d220f;
    border-radius:50px;
    font-size:20px;
    font-weight:800;
    margin-bottom:20px;
}

.coupon-card{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.coupon-card img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
}

.coupon-title{
    text-align:center;
    margin-top:15px;
    font-size:16px;
    font-weight:600;
    letter-spacing:2px;
    color:#000;
}

.coupon-code{
    text-align:center;
    font-size:32px;
    font-weight:800;
    color:#d97706;
    margin:15px 0;
}

.coupon-discount{
    text-align:center;
    background:#d97706;
    color:#fff;
    padding:15px;
    font-size:22px;
    font-weight:700;
}

/* RIGHT */

.coupon-right{
    width:55%;
}

.success-icon{
    font-size:42px;
    margin-bottom:10px;
}

.coupon-right h1{
    font-size:42px;
    color:#d97706;
    margin-bottom:10px;
    font-weight:800;
}

.coupon-message{
    font-size:16px;
    color:#000;
    margin-bottom:25px;
}

.instruction-box{
    background:#fff8ef;
    border-left:5px solid #d97706;
    padding:20px;
    border-radius:18px;
    margin-bottom:20px;
}

.instruction-box h3{
    font-size: 24px;
    margin:0 0 12px;
    color:#d97706;
}

.instruction-box p{
    margin:0;
    line-height:1.8;
    color: #000;
}

.important-note{
    background:#fff;
    padding:25px;
    border-radius:18px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.important-note h4{
    font-size: 24px;
    color:#d97706;
    margin-bottom:15px;
}

.important-note ul{
    margin:0;
    padding-left:20px;
}

.important-note li{
    margin-bottom:5px;
    line-height:1.8;
    color: #000;
    
}
.coupon-label{
    display:table;
    margin:15px auto 10px auto;

    background:#fff4e5;
    color:#d97706;

    border:1px solid #f59e0b;
    border-radius:50px;

    padding:8px 18px;

    font-size:13px;
    font-weight:700;

    box-shadow:0 4px 10px rgba(0,0,0,.05);
}


/* MOBILE */

@media(max-width:768px){

    .coupon-container{
        flex-direction:column;
    }
    .coupon-page{
    min-height:100vh;
    padding:20px 10px 50px 10px;
    
}

    .brand-tag{
    display:inline-block;
    color:#3d220f;
    border-radius:50px;
    font-size:18px;
    font-weight:800;
    margin-bottom:20px;
}
.coupon-title{
    text-align:center;
    margin-top:15px;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    color:#000;
}
.coupon-code{
    text-align:center;
    font-size:26px!important;
    font-weight:800;
    color:#d97706;
    margin:15px 0;
}

.coupon-discount{
    text-align:center;
    background:#d97706;
    color:#fff;
    padding:15px;
    font-size:20px;
    font-weight:700;
}
.coupon-right h1{
    font-size:32px!important;
    color:#d97706;
    margin-bottom:10px;
    font-weight:800;
    text-align: center;
}

.coupon-message{
    font-size:14px;
    color:#000;
    margin-bottom:25px;
        text-align: center;
}


.instruction-box h3{
    font-size: 18px;
    margin:0 0 12px;
    color:#d97706;
}

.instruction-box p{
    margin:0;
    line-height:1.4em;
    font-size: 14px!important;
    color: #000;

}

.important-note{
    background:#fff;
    padding:25px;
    border-radius:16px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.important-note h4{
    font-size: 24px;
    color:#d97706;
    margin-bottom:15px;
}
.coupon-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:20px;
}


.important-note ul{
    margin:0;
    padding-left:20px;
}

.important-note li{
    margin-bottom:5px;
    line-height:1.6em;
    color: #000;
    font-size:14px;
    
}
    .coupon-left,
    .coupon-right{
        width:100%;
    }

    .coupon-right h1{
        font-size:32px;
    }

    .coupon-code{
        font-size:32px;
    }

    .coupon-card img{
        height:200px;
    }
}/* End custom CSS */