.elementor-6026 .elementor-element.elementor-element-63445c9{--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;}.elementor-6026 .elementor-element.elementor-element-63445c9:not(.elementor-motion-effects-element-type-background), .elementor-6026 .elementor-element.elementor-element-63445c9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#3B060A;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6026 .elementor-element.elementor-element-8a79f0a{text-align:center;}.elementor-6026 .elementor-element.elementor-element-8a79f0a .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:500;letter-spacing:4px;word-spacing:0px;-webkit-text-stroke-width:1px;stroke-width:1px;-webkit-text-stroke-color:#000;stroke:#000;color:#FFF287;}.elementor-6026 .elementor-element.elementor-element-bd16db4{--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-6026 .elementor-element.elementor-element-bd16db4:not(.elementor-motion-effects-element-type-background), .elementor-6026 .elementor-element.elementor-element-bd16db4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#C83F12;}.elementor-6026 .elementor-element.elementor-element-208d597{--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;}.elementor-6026 .elementor-element.elementor-element-208d597:not(.elementor-motion-effects-element-type-background), .elementor-6026 .elementor-element.elementor-element-208d597 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF287;}.elementor-6026 .elementor-element.elementor-element-9cb5fc0{--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;}.elementor-6026 .elementor-element.elementor-element-9cb5fc0:not(.elementor-motion-effects-element-type-background), .elementor-6026 .elementor-element.elementor-element-9cb5fc0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF287;}.elementor-6026 .elementor-element.elementor-element-25a1675{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;text-align:center;}.elementor-6026 .elementor-element.elementor-element-25a1675 .elementor-heading-title{color:#C83F12;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-6026 .elementor-element.elementor-element-18998cf{margin:-30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-6026 .elementor-element.elementor-element-18998cf img{width:51%;}.elementor-6026 .elementor-element.elementor-element-8d36d90{--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-6026 .elementor-element.elementor-element-208d597{--content-width:1353px;}.elementor-6026 .elementor-element.elementor-element-9cb5fc0{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-6531076 */<style>
.info-container {
    background-color: #ffdf5b; /* your yellow color */
    padding: 20px;
    border-radius: 12px;
    max-width: 500px;
    margin: 20px auto;
    font-family: "Poppins", sans-serif;
}

.info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.icon {
    font-size: 1.2rem;
    margin-right: 10px;
}

.label-text {
    flex: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.value-text {
    font-weight: 500;
    color: #222;
}

.upi-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.3);
    padding: 12px 15px;
    border-radius: 8px;
    font-weight: 600;
}

.gpay-logo {
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    background: #fff;
    padding: 6px 12px;
    border-radius: 6px;
}

.upi-id {
    color: #000;
}
</style>/* End custom CSS */