.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*==================================================
  SEA DREAMS DESTIN - LUXURY BOOKING FORM
==================================================*/

.mphb_sc_search-wrapper{
    max-width:1280px;
    margin:70px auto;
    padding:50px;
    background:#ffffff;
    border-radius:22px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    border:1px solid #e5eef1;
}

.mphb_sc_search-form{

    display:grid;

    grid-template-columns:2fr 2fr 1fr 1fr 1.4fr;

    gap:22px;

    align-items:end;

}

.mphb-required-fields-tip{

    display:none;

}

.mphb_sc_search-form p{

    margin:0;

}

.mphb_sc_search-form label{

    display:block;

    margin-bottom:12px;

    color:#17365d;

    font-weight:700;

    font-size:13px;

    letter-spacing:1.5px;

    text-transform:uppercase;

}

.mphb_sc_search-form abbr{

    color:#4db8c6;

    text-decoration:none;

}

.mphb_sc_search-form input[type=text],
.mphb_sc_search-form select{

    width:100%;

    height:62px;

    border:1px solid #d8e6ea;

    border-radius:14px;

    padding:0 18px;

    background:#fff;

    color:#17365d;

    font-size:16px;

    transition:.3s;

    appearance:none;

}

.mphb_sc_search-form input[type=text]:focus,
.mphb_sc_search-form select:focus{

    border-color:#4db8c6;

    outline:none;

    box-shadow:0 0 0 5px rgba(77,184,198,.18);

}

.mphb_sc_search-check-in-date,
.mphb_sc_search-check-out-date{

    position:relative;

}

.mphb_sc_search-check-in-date:after,
.mphb_sc_search-check-out-date:after{

    content:"📅";

    position:absolute;

    right:18px;

    bottom:18px;

    font-size:18px;

    pointer-events:none;

}

.mphb_sc_search-adults,
.mphb_sc_search-children{

    position:relative;

}

.mphb_sc_search-adults:after,
.mphb_sc_search-children:after{

    content:"⌄";

    position:absolute;

    right:18px;

    bottom:20px;

    color:#17365d;

    font-size:18px;

    pointer-events:none;

}

.mphb_sc_search-submit-button-wrapper{

    display:flex;

}

.mphb_sc_search-submit-button-wrapper input{

    width:100%;

    height:62px;

    border:none;

    border-radius:14px;

    background:#4db8c6;

    color:#fff;

    font-size:17px;

    font-weight:700;

    letter-spacing:.5px;

    cursor:pointer;

    transition:.35s;

}

.mphb_sc_search-submit-button-wrapper input:hover{

    background:#17365d;

    transform:translateY(-3px);

    box-shadow:0 18px 35px rgba(23,54,93,.25);

}

.is-datepick{

    cursor:pointer;

}

.datepick{

    border:none!important;

    border-radius:18px!important;

    overflow:hidden;

    box-shadow:0 20px 50px rgba(0,0,0,.15)!important;

}

.datepick-header{

    background:#17365d!important;

    color:#fff!important;

}

.datepick a{

    border-radius:50%!important;

}

.datepick-selected{

    background:#4db8c6!important;

    color:#fff!important;

}

.datepick-highlight{

    background:#17365d!important;

    color:#fff!important;

}

.mphb-errors-wrapper,
.mphb-error{

    background:#fff5f5;

    border-left:4px solid #d9534f;

    padding:15px;

    border-radius:8px;

}

@media(max-width:1100px){

.mphb_sc_search-form{

grid-template-columns:repeat(2,1fr);

}

.mphb_sc_search-submit-button-wrapper{

grid-column:1/-1;

}

}

@media(max-width:767px){

.mphb_sc_search-wrapper{

padding:25px;

margin:35px 15px;

border-radius:18px;

}

.mphb_sc_search-form{

grid-template-columns:1fr;

gap:18px;

}

.mphb_sc_search-submit-button-wrapper{

grid-column:auto;

}

.mphb_sc_search-form input[type=text],
.mphb_sc_search-form select,
.mphb_sc_search-submit-button-wrapper input{

height:58px;

font-size:15px;

}

}/* End custom CSS */