.giver-parent {
    width: 100%;
    position: relative;
    min-height: 0;
    /* Remove min-height: 100dvh; if you want only aspect ratio */
    background-color: #F8F5F7;
    padding-bottom: 260px;
    background-image: url("https://sgp1.digitaloceanspaces.com/deepsense/uploads/1/377a9330-e841-4538-a5a8-a1fccda3e22e.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;

}

.giver-body {
    position: relative;
    padding: 0 16px;
}

.giver-inner-parent-title-para {
    position: absolute;
    bottom: 56px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.giver-inner-parent-title {

    color: #192136;
    text-align: center;
    font-family: "Milk And Honey";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.giver-inner-parent-para {
    color: #192136;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
    max-width: 343px;
}






.giver-inner-parent {
    background-image: url("https://sgp1.digitaloceanspaces.com/deepsense/uploads/1/533146a6-4bfb-4d1f-9d8e-3665acabd335.svg");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
    position: relative;
    padding: 15px 15px calc(115.73% - 90px) 15px;
    /* Adjust padding to maintain aspect ratio */
}

.giver-parent .giver-header .giver-header-title {
    color: #6C0A09;
    text-align: center;
    font-family: "Milk And Honey";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding-top: 24px;
    line-height: normal;
}

.giver-parent .giver-header .giver-header-para {
    color: #6C0A09;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 327px;
    margin: auto auto 40px auto;
    padding-top: 4px;
}

.giver-parent .giver-body .giver-form {}

.giver-parent .giver-body .giver-form label {
    color: #192136;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}

.giver-parent .giver-body .giver-form input {

    font-family: "Milk And Honey";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px 20px;
    border: none;
    outline: none;
    border-radius: 66px;
    border: 2px solid #E9D4ED;
    background: rgba(239, 220, 238, 0.80);
    backdrop-filter: blur(12px);
}

.giver-parent .giver-body .giver-form input::placeholder {
    color: #ff0a474d;
    font-family: "Milk And Honey";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.giver-parent .giver-body .giver-form input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.giver-parent .giver-footer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.giver-parent .giver-footer .giver-back {
    width: 25%;
    border-radius: 100px;
    border: 1px solid #192136;

    color: #192136;
    text-align: center;
    font-family: "Milk And Honey";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 100% */
    padding: 16px;
}

.giver-parent .giver-footer .giver-send {
    width: 75%;
    border-radius: 100px;
    background: #192136;
    color: #FFF;
    text-align: center;
    font-family: "Milk And Honey";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    outline: none;
}

.giver-parent .giver-footer .giver-send:disabled {
    background: #192136;
    color: #FFF;
    opacity: 0.5;
}