.elementor-4578 .elementor-element.elementor-element-c569c33{--display:flex;}/* Start custom CSS for html, class: .elementor-element-15e284c *//* HDKB Accommodation Form Container */

.hdkb-form {
    max-width: 850px;
    margin: 30px auto;
    padding: 35px;
    background: linear-gradient(135deg, #fff3e6, #ffe0b2);
    border: 2px solid #f39c12;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    font-family: Arial, sans-serif;
}


/* Tajuk */

.hdkb-form h2 {
    text-align: center;
    color: #b45f06;
    font-size: 28px;
    margin-bottom: 30px;
}

.hdkb-form h3 {
    margin-top: 30px;
    padding: 10px 15px;
    background: #f39c12;
    color: white;
    border-radius: 8px;
    font-size: 18px;
}


/* Label */

.hdkb-form label {
    display: block;
    font-weight: 600;
    color: #444;
    margin-top: 15px;
    margin-bottom: 6px;
}


/* Input */

.hdkb-form input[type="text"],
.hdkb-form input[type="number"],
.hdkb-form input[type="email"],
.hdkb-form select,
.hdkb-form textarea {

    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: white;
    font-size: 15px;
    box-sizing: border-box;
    transition: 0.3s;
}


.hdkb-form textarea {
    min-height: 100px;
    resize: vertical;
}


/* Focus */

.hdkb-form input:focus,
.hdkb-form select:focus,
.hdkb-form textarea:focus {

    border-color: #f39c12;
    outline: none;
    box-shadow: 0 0 8px rgba(243,156,18,0.3);

}


/* Checkbox amenities */

.hdkb-form label input[type="checkbox"] {

    width: auto;
    margin-right: 8px;

}


.hdkb-form label:has(input[type="checkbox"]) {

    display: inline-block;
    width: 48%;
    background: white;
    padding: 10px;
    margin: 5px 1%;
    border-radius: 8px;
    border: 1px solid #eee;
}


/* Upload gambar */

.hdkb-form input[type="file"] {

    background: white;
    padding: 12px;
    width:100%;
    border-radius:10px;

}


/* Button */

.hdkb-form button {

    width:100%;
    margin-top:30px;
    padding:15px;

    background:#d35400;
    color:white;

    border:none;
    border-radius:12px;

    font-size:18px;
    font-weight:bold;

    cursor:pointer;

    transition:0.3s;

}


.hdkb-form button:hover {

    background:#a04000;
    transform:translateY(-2px);

}


/* Mobile */

@media(max-width:600px){

    .hdkb-form {

        padding:20px;
        margin:15px;

    }


    .hdkb-form h2 {

        font-size:22px;

    }


    .hdkb-form label:has(input[type="checkbox"]) {

        width:100%;
        margin:5px 0;

    }

}/* End custom CSS */