.elementor-37413 .elementor-element.elementor-element-706a1fbe{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-37413 .elementor-element.elementor-element-5d4620b8{--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;}@media(min-width:768px){.elementor-37413 .elementor-element.elementor-element-5d4620b8{--width:25%;}}/* Start custom CSS for html, class: .elementor-element-35aca531 *//* IMAGE BACKGROUND CONTAINER */
.amazon-bg-card {
    width: 335px;
    height: 620px;
    background-image: url("https://ecommerceinfinity.com/wp-content/uploads/2025/12/Gemini_Generated_Image_yao934yao934yao9.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 18px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    margin: auto;
    overflow: hidden;
}

/* FIXED BUTTON - Orange Background, White Text, Single Line */
.amazon-bg-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);     /* درست centering */
    background: #ff9900;             /* Amazon اورینج */
    color: #ffffff !important;       /* white text */
    padding: 16px 42px;              /* زیادہ padding تاکہ ٹیکسٹ آرام سے فٹ ہو */
    border-radius: 50px;             /* زیادہ گول کنارے بہتر لُک کے لیے */
    font-weight: 700;
    font-size: 16px;                 /* درست سائز (1px نہیں!) */
    font-family: 'Arial', sans-serif;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0,0,0,0.45);
    border: none;
    transition: 0.3s ease;
    white-space: nowrap !important;  /* <-- اہم: ٹیکسٹ کو ایک لائن میں رکھے گا */
    display: inline-block;
    z-index: 10;
}

.amazon-bg-btn:hover {
    background: #ffb733;             /* hover پر ہلکا روشن */
    transform: translateX(-50%) scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
}/* End custom CSS */