.elementor-167 .elementor-element.elementor-element-aebf9e3{--display:flex;--min-height:80vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-167 .elementor-element.elementor-element-f44ef70{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:12px 0px;--row-gap:12px;--column-gap:0px;--margin-top:056px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-167 .elementor-element.elementor-element-5dea598{width:initial;max-width:initial;--lottie-container-width:24rem;}.elementor-167 .elementor-element.elementor-element-2dba64e .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:48px;letter-spacing:-0.05em;}.elementor-167 .elementor-element.elementor-element-0eb32da > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-167 .elementor-element.elementor-element-0eb32da{text-align:center;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;color:#CFCFCF;}body.elementor-page-167:not(.elementor-motion-effects-element-type-background), body.elementor-page-167 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F0F0F;}@media(max-width:767px){.elementor-167 .elementor-element.elementor-element-f44ef70{--justify-content:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-167 .elementor-element.elementor-element-2dba64e .elementor-heading-title{font-size:32px;}.elementor-167 .elementor-element.elementor-element-0eb32da{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;font-size:14px;line-height:1.2em;}.elementor-167 .elementor-element.elementor-element-0eb32da > .elementor-widget-container{margin:0px 24px 0px 24px;}}/* Start custom CSS for html, class: .elementor-element-690a7e9 *//* Container Styles */
#payment-form {
    padding: 20px;
    background-color: transparent;
    border-radius: 15px;
    
    margin: 0em 0em 0em 2em auto;
    font-family: 'Inter', sans-serif;
    display: flex;
;
    flex-direction: column;
    
}

/*content-location*/

#location-message{
    line-height: 1.2em;
}




/* PayPal Smart Button Container */
#paypal-container-ETVS5VH9NRZ5G {
    margin-top: 4px;
  
}


.css-1565878 {
    background-color: #FFD2F5 !important;
    color: #0f0f0f !important;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.css-1565878:hover {
    background-color: #fff !important;
    color: #0f0f0f !important;
    transform: translateX(3px);
}

/* .paypal-button .paypal-button-shape-pill .paypal-button-row {*/
    /* Your styles here */

/*    background: red !important;*/
/*    color: #0f0f0f !important;*/
/*    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;*/
/*    border-radius: 12px !important;*/
    
/*}*/

/*   .paypal-button .paypal-button-shape-pill:hover {*/
    /* Your styles here */

/*     transform: translateX(3px);*/
    
/*}*/


#upi-option{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* UPI Button */
#upi-button {
    display: flex;
    width: auto;
    padding: 1em 2em 1em 2em;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    background-color: #FFD2F5;
    color: #0f0f0f;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    margin-top: .8em;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);

}

#upi-button:hover {
    background-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

/* QR Code Container */
#qr-container {
    background-color: #ffffff;
    padding: 2em 4em 2em 4em;
    border-radius: 15px;
    text-align: center;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

#qr-container img {
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
}

#qr-container h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Location Message */
#location-message {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    text-align: center;
    font-style: italic;
}

.css-to8mgr:has(.horizontal).large {
    width: auto !important; /* Use 'auto' or any value that suits your design */
}




#invoice{
       border-radius: 12em !important;
    border: 1px solid #303030 !important;
    background-color: transparent !important;
    color: #fff;
}

#amount{
       border-radius: 12em !important;
    border: 1px solid #303030 !important;
    background-color: transparent !important;
    color: #fff;
}


#amount:hover, #invoice:hover{
    border: 1px solid #606060 !important;
    outline:none;
}


#amount:focus, #invoice:focus{
    border: 2px solid rgba(255, 210, 245, 0.5) !important;
    outline:none;
}



.currency-symbol{
    display: none !important;
    
}

#paypal-form-fields-container-ETVS5VH9NRZ5G .input-label {
    text-align: left;
}




/* Responsive Design */
@media (max-width: 768px) {
    #payment-form,
    #qr-container {
        
    }

    #upi-button {
        font-size: 16px;
        padding: 12px;
    }
    
    
    .css-to8mgr:has(.horizontal) {
    width: auto !important;
}

}/* End custom CSS */