.stall-booking-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    max-width: 1400px;
    margin: auto;
    padding: 80px 20px;
}

.stall-image {
    flex: 1;
    text-align: center;
}

.stall-image img {
    max-width: 100%;
    height: auto;
}

.stall-form {
    flex: 1;
    background: #5dd977;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.stall-booking-form input,
.stall-booking-form select {
    width: 100%;
    height: 55px;
    border: none;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 0 20px;
}
 #edit-comment {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 0 20px;
}

.stall-booking-form input[type=submit] {
    background: #0f2b69;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.stall-booking-form input[type=submit]:hover {
    transform: translateY(-2px);
}

.album-box p a {
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
}



.stall-booking-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
}

.stall-badge {
    display: inline-block;
    background: rgba(212, 175, 55, 0.12);
    color: #30403e;
    border: 1px solid #d4af37;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
.stall-booking-header h2 {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    color:#323232;
}
.stall-booking-header h2 span {
    display: block;
    color: #323232;
}
.stall-booking-header p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 750px;
    margin: 0 auto;
}

.stall-booking-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.stall-image {
    flex: 1;
    text-align: center;
}

.stall-image img {
    max-width: 100%;
    height: auto;
}

.stall-form {
    flex: 1;
}

@media (max-width: 991px) {

    .stall-booking-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .stall-booking-header h2 {
        font-size: 36px;
    }

    .stall-booking-header p {
        font-size: 16px;
    }

 .stall-booking-section {
    padding: 15px 6px;
}
    .stall-booking-header {
        margin: 0 auto 0px;
    }

    .stall-booking-wrapper {
    padding: 25px 10px;
}
.stall-form {
    padding: 20px;
}
}


.stall-success-message {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    background: #e8fff0;
    border: 1px solid #28a745;
    color: #155724;
    font-weight: 600;
    text-align: center;
}