.floating-btn {
    position: fixed;
    z-index: 2;
    transform: translateX(-155px);
    bottom: 20px;
    width: 100px;
    /* right: 20px; */
    width: 70%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    /* Kotak */
    /* padding: 20px 20px;
    background-color: #c34a4a;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer; */
  }
  
  .floating-btn img {
    width: 7.5cm;
  }
/* .btn {
    padding: 10px 20px;
    background-color: #8bc34a;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.btn:hover {
    background-color: #7cb342;
} */
 /*
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
}
.modal-content {
    background-color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.promo {
    margin: 20px 0;
}
.promo ul {
    list-style-type: none;
    padding: 0;
}
.promo ul li {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTQuNDEsNi43N2wtNS4zLDYtMi4zMS0yLjMxbDAuODQtMC44NEw5LjEsMTMuMTdsNC41Ny01LjExbDAuNzQuNzRaTTYsMTQuMzFMMy41LDEyaDAuNzRsMS43NSwxLjc0bDMuNTgtMy41OC0xLjQyLTEuNDJaIiBmaWxsPSIjMEE4QzQ4Ii8+PC9zdmc+') no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
    margin: 10px 0;
    line-height: 1.5;
}
.form-group {
    margin: 15px 0;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.form-group input:focus {
    outline: none;
    border-color: #333;
} */

/* V2 */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
}
.modal-content {
    background-color: white;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.promo {
    margin: 20px 0;
}
.promo ul {
    list-style-type: none;
    padding: 0;
}
.promo ul li {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTQuNDEsNi43N2wtNS4zLDYtMi4zMS0yLjMxbDAuODQtMC44NEw5LjEsMTMuMTdsNC41Ny01LjExbDAuNzQuNzRaTTYsMTQuMzFMMy41LDEyaDAuNzRsMS43NSwxLjc0bDMuNTgtMy41OC0xLjQyLTEuNDJaIiBmaWxsPSIjMEE4QzQ4Ii8+PC9zdmc+') no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
    margin: 10px 0;
    line-height: 1.5;
}
.form-group {
    margin: 15px 0;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.form-group input:focus {
    outline: none;
    border-color: #333;
}
.promo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.promo-header img {
    width: 70px;
    height: auto;
}
.promo-header .promo-text {
    text-align: center;
    flex-grow: 1;
    padding: 0 10px;
}
.promo-prices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.promo-prices img {
    width: 100px;
    height: auto;
}
.promo-prices .promo-price {
    text-align: center;
    flex-grow: 1;
    padding: 0 10px;
}
.review-section {
    margin: 20px 0;
    text-align: center;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
}
.cta {
    background-color: #ff0000;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 10px;
}