.elementor-643 .elementor-element.elementor-element-6107365{--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;--padding-top:215px;--padding-bottom:215px;--padding-left:0px;--padding-right:0px;}.elementor-643 .elementor-element.elementor-element-6107365:not(.elementor-motion-effects-element-type-background), .elementor-643 .elementor-element.elementor-element-6107365 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://bukitshangrilla.com/wp-content/uploads/2026/08/Hero-Section_margin.png");background-position:top center;}.elementor-643 .elementor-element.elementor-element-65870be{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-016159a *//* FORM CONTAINER */
.contact-form-7 {
    font-family: Arial, sans-serif;
}

/* SECTION */
.form-section {
    padding: 22px 0;
    border-bottom: 1px solid #eeeeee;
}

.form-section h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 25px;
    color: #2b1715;
}

/* TWO COLUMNS */
.form-row {
    display: flex;
    gap: 20px;
}

.form-field {
    flex: 1;
    margin-bottom: 20px;
}

.form-field.full {
    width: 100%;
}

/* LABEL */
.form-field label,
.form-section > label {
    display: block;
    font-size: 8px;
    letter-spacing: 0.8px;
    color: #555;
    margin-bottom: 8px;
}

/* INPUT */
.form-field input,
.form-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 8px 0;
    background: transparent;
    outline: none;
    font-size: 12px;
}

/* TEXTAREA */
.form-field textarea {
    height: 75px;
    resize: vertical;
}

/* CHECKBOX */
.wpcf7-list-item {
    margin: 8px 10px 0 0;
}

.wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #fafafa;
    padding: 7px 9px;
    font-size: 9px;
}

/* BOTTOM */
.form-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 25px;
}

.form-bottom p {
    font-size: 8px;
    line-height: 1.4;
    color: #777;
    max-width: 55%;
}

/* SUBMIT BUTTON */
.form-bottom input[type="submit"] {
    background: #2b1715;
    color: white;
    border: none;
    padding: 14px 24px;
    font-size: 8px;
    letter-spacing: 1px;
    cursor: pointer;
}/* End custom CSS */