.elementor-418 .elementor-element.elementor-element-a96e953{--display:flex;}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family:var( --e-global-typography-primary-font-family ), Times New Roman;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-icon-box .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box:has(:hover) .elementor-icon-box-title,
					 .elementor-widget-icon-box:has(:focus) .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-description{font-family:var( --e-global-typography-text-font-family ), Times New Roman;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-418 .elementor-element.elementor-element-94ddc95{width:var( --container-widget-width, 80% );max-width:80%;margin:125px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:90px 0px 90px 0px;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-418 .elementor-element.elementor-element-94ddc95.elementor-element{--align-self:center;}.elementor-418 .elementor-element.elementor-element-94ddc95 .elementor-icon-box-wrapper{gap:15px;}.elementor-418 .elementor-element.elementor-element-94ddc95 .elementor-icon-box-title{margin-block-end:28px;color:var( --e-global-color-text );}.elementor-418 .elementor-element.elementor-element-94ddc95.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-text );}.elementor-418 .elementor-element.elementor-element-94ddc95.elementor-view-framed .elementor-icon, .elementor-418 .elementor-element.elementor-element-94ddc95.elementor-view-default .elementor-icon{fill:var( --e-global-color-text );color:var( --e-global-color-text );border-color:var( --e-global-color-text );}.elementor-418 .elementor-element.elementor-element-94ddc95 .elementor-icon-box-title, .elementor-418 .elementor-element.elementor-element-94ddc95 .elementor-icon-box-title a{font-size:48px;font-weight:400;}.elementor-418 .elementor-element.elementor-element-94ddc95 .elementor-icon-box-description{font-size:18px;font-weight:400;line-height:29px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Times New Roman;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-418 .elementor-element.elementor-element-b1cda22 .elementor-heading-title{font-size:46px;font-weight:400;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Times New Roman;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-418 .elementor-element.elementor-element-4490dc9{padding:33px 0px 0px 0px;font-size:21px;font-weight:400;}@media(max-width:767px){.elementor-418 .elementor-element.elementor-element-94ddc95 .elementor-icon-box-title, .elementor-418 .elementor-element.elementor-element-94ddc95 .elementor-icon-box-title a{font-size:30px;}.elementor-418 .elementor-element.elementor-element-b1cda22 .elementor-heading-title{font-size:33px;}}/* Start custom CSS for shortcode, class: .elementor-element-0784f3b *//* =========================================================
   BALOCH HOTEL — CONTACT FORM 7 FINAL CSS
   ========================================================= */

.bh-contact-form{
    width:100%;
    max-width:730px;
    margin:0 auto;
    padding:45px 58px 40px;
    background:#fff;
    border-radius:18px;
    box-sizing:border-box;
}

/* REMOVE DEFAULT CF7 / P SPACING */
.bh-contact-form p{
    margin:0 !important;
    padding:0 !important;
}

.bh-contact-form .wpcf7-form-control-wrap{
    display:block;
    width:100%;
}

/* =========================
   NAME + EMAIL
   ========================= */

.bh-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:32px;
    margin-bottom:30px;
}

.bh-col{
    width:100%;
}

/* =========================
   FULL ROWS
   ========================= */

.bh-full{
    width:100%;
    margin-bottom:30px;
}

/* =========================
   INPUTS
   ========================= */

.bh-contact-form input[type="text"],
.bh-contact-form input[type="email"],
.bh-contact-form input[type="tel"],
.bh-contact-form textarea{
    display:block !important;
    width:100% !important;
    max-width:100% !important;

    margin:0 !important;

    background:#fff !important;
    color:#3E2A1D !important;

    border:1px solid #DEDAD5 !important;
    border-radius:14px !important;

    font-family:Georgia, "Times New Roman", serif !important;
    font-size:20px !important;
    font-weight:400 !important;

    box-shadow:none !important;
    outline:none !important;

    box-sizing:border-box !important;
}

/* NORMAL INPUT HEIGHT */
.bh-contact-form input[type="text"],
.bh-contact-form input[type="email"],
.bh-contact-form input[type="tel"]{
    height:88px !important;
    padding:0 38px !important;
}

/* MESSAGE — FIXED */
.bh-contact-form textarea{
    height:170px !important;
    min-height:170px !important;
    max-height:220px !important;

    padding:32px 38px !important;

    resize:vertical;
    line-height:1.5 !important;
}

/* PLACEHOLDERS */
.bh-contact-form input::placeholder,
.bh-contact-form textarea::placeholder{
    color:#A99E96 !important;
    opacity:1 !important;
}

/* FOCUS */
.bh-contact-form input:focus,
.bh-contact-form textarea:focus{
    border-color:#9F1B1D !important;
    box-shadow:0 0 0 2px rgba(159,27,29,.05) !important;
}

/* =========================
   SUBMIT BUTTON
   ========================= */

.bh-submit{
    margin-top:4px !important;
    text-align:left;
}

.bh-contact-form input[type="submit"]{
    width:auto !important;
    min-width:255px !important;
    height:68px !important;

    margin:0 !important;
    padding:0 42px !important;

    background:#DFAF35 !important;
    color:#fff !important;

    border:none !important;
    border-radius:50px !important;

    font-family:Georgia, "Times New Roman", serif !important;
    font-size:18px !important;
    font-weight:700 !important;

    line-height:68px !important;

    cursor:pointer;
    box-shadow:none !important;

    transition:.25s ease !important;
}

.bh-contact-form input[type="submit"]:hover{
    background:#9F1B1D !important;
    color:#fff !important;
    transform:translateY(-2px);
}

/* =========================
   CF7 ERRORS
   ========================= */

.bh-contact-form .wpcf7-not-valid-tip{
    margin:7px 0 0 !important;
    font-size:13px !important;
    color:#9F1B1D !important;
}

.bh-contact-form .wpcf7-response-output{
    margin:20px 0 0 !important;
    padding:12px 16px !important;
    border-radius:8px;
}

.bh-contact-form .wpcf7-spinner{
    margin-left:10px;
}

/* =========================
   TABLET
   ========================= */

@media(max-width:1024px){

    .bh-contact-form{
        padding:38px;
    }

    .bh-row{
        gap:22px;
    }

}

/* =========================
   MOBILE
   ========================= */

@media(max-width:767px){

    .bh-contact-form{
        padding:25px 20px 28px;
        border-radius:14px;
    }

    .bh-row{
        grid-template-columns:1fr;
        gap:18px;
        margin-bottom:18px;
    }

    .bh-full{
        margin-bottom:18px;
    }

    .bh-contact-form input[type="text"],
    .bh-contact-form input[type="email"],
    .bh-contact-form input[type="tel"]{
        height:64px !important;
        padding:0 20px !important;
        font-size:17px !important;
    }

    .bh-contact-form textarea{
        height:145px !important;
        min-height:145px !important;
        padding:20px !important;
        font-size:17px !important;
    }

    .bh-contact-form input[type="submit"]{
        width:100% !important;
        min-width:100% !important;
        height:62px !important;
        line-height:62px !important;
    }
}/* End custom CSS */