.elementor-4006 .elementor-element.elementor-element-85a7d6a{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:60px;}.elementor-4006 .elementor-element.elementor-element-249b294{width:100%;max-width:100%;}#elementor-popup-modal-4006 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-4006{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4006 .dialog-message{width:900px;height:auto;}#elementor-popup-modal-4006 .dialog-close-button{display:flex;}@media(max-width:767px){.elementor-4006 .elementor-element.elementor-element-249b294{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-4006{justify-content:center;align-items:center;}}@media(min-width:768px){.elementor-4006 .elementor-element.elementor-element-85a7d6a{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-249b294 *//* =========================================
   IMAGE + CONTACT FORM SECTION
========================================= */


.booking-offer {
    width: 100%;
    margin-bottom: 25px;
    padding: 12px 18px;
    border-radius: 8px;
    background: transparent;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #000;
}

.booking-offer strong {
    font-weight: 600;
}





.travel-booking-section {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;

    gap: 60px;

    font-family: "Marcellus", Georgia, serif;
}


/* =========================================
   LEFT IMAGE
========================================= */

.travel-booking-image {
    width: 100%;
    height: 100%;
    min-height: 520px;
    overflow: hidden;

    border-radius: 0px;
}

.travel-booking-image img {
    width: 100%;
    height: 100%;
    min-height: 520px;

    display: block;

    object-fit: cover;
    object-position: center;
}


/* =========================================
   RIGHT FORM
========================================= */

.travel-booking-form {
    width: 100%;
    max-width: none;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 35px 0;
}


/* =========================================
   FORM GRID
========================================= */

.travel-booking-form .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    column-gap: 45px;
    row-gap: 35px;
}


/* =========================================
   FIELD
========================================= */

.travel-booking-form .form-field {
    width: 100%;
    position: relative;
}


/* =========================================
   LABEL
========================================= */

.travel-booking-form .field-label {
    display: block;

    margin-bottom: 12px;

    font-family: "Marcellus", Georgia, serif;

    font-size: 15px;
    line-height: 1.3;

    font-weight: 400;

    letter-spacing: 0.3px;

    text-transform: uppercase;

    color: #111;
}


/* =========================================
   CF7 WRAPPER
========================================= */

.travel-booking-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}


/* =========================================
   INPUTS
========================================= */

.travel-booking-form input[type="text"],
.travel-booking-form input[type="email"],
.travel-booking-form input[type="tel"],
.travel-booking-form input[type="date"],
.travel-booking-form select {

    width: 100%;
    height: 38px;

    padding: 3px 0 8px 0;

    background: transparent;

    border: none;
    border-bottom: 1px solid #888;

    border-radius: 0;

    outline: none;
    box-shadow: none;

    color: #222;

    font-family: "Marcellus", Georgia, serif;

    font-size: 13px;
    font-weight: 400;

    transition: border-color 0.25s ease;
}


/* =========================================
   SELECT
========================================= */

.travel-booking-form select {

    appearance: none;
    -webkit-appearance: none;

    cursor: pointer;

    background-image:
        linear-gradient(45deg, transparent 50%, #111 50%),
        linear-gradient(135deg, #111 50%, transparent 50%);

    background-position:
        calc(100% - 8px) 15px,
        calc(100% - 4px) 15px;

    background-size: 4px 4px;

    background-repeat: no-repeat;

    padding-right: 20px;
    width: 172px !IMPORTANT;
}


/* =========================================
   DATE
========================================= */

.travel-booking-form input[type="date"] {
    letter-spacing: 10px;
    cursor: pointer;
    width: 400px;
    font-size: 16px;
}


/* =========================================
   FOCUS
========================================= */

.travel-booking-form input:focus,
.travel-booking-form select:focus {
    border-bottom-color: #111;
}


/* =========================================
   FULL WIDTH FIELD
========================================= */

.travel-booking-form .form-field-full {
    grid-column: 1 / -1;
}


/* =========================================
   SUBMIT
========================================= */

.travel-booking-form .form-submit {

    grid-column: 1 / -1;

    display: flex;

    justify-content: center;

    margin-top: 5px;
}


/* =========================================
   BUTTON
========================================= */

.travel-booking-form .travel-submit {

    width: auto;

    min-width: 130px;

    height: 38px;

    padding: 0 25px;

    background: #000 !important;

    border: 1px solid #000 !important;

    border-radius: 50px !important;

    color: #fff !important;

    font-family: "Marcellus", Georgia, serif;

    font-size: 11px;

    font-weight: 400;

    line-height: 36px;

    letter-spacing: 0.3px;

    text-transform: uppercase;

    cursor: pointer;

    transition: all 0.25s ease;
}

.travel-booking-form .travel-submit:hover {

    background: transparent !important;

    color: #000 !important;
}


/* =========================================
   VALIDATION
========================================= */

.travel-booking-form .wpcf7-not-valid-tip {

    font-size: 10px;

    margin-top: 5px;

    color: #b50000;
}


.travel-booking-form .wpcf7-response-output {

    margin: 20px 0 0 !important;

    padding: 10px 12px !important;

    font-size: 11px;

    line-height: 1.5;

    border-width: 1px !important;
}


/* =========================================
   AUTOFILL
========================================= */

.travel-booking-form input:-webkit-autofill,
.travel-booking-form input:-webkit-autofill:hover,
.travel-booking-form input:-webkit-autofill:focus {

    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;

    -webkit-text-fill-color: #222 !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .travel-booking-section {
        gap: 35px;
    }

    .travel-booking-form .form-grid {
        column-gap: 30px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .travel-booking-section {

        grid-template-columns: 1fr;

        gap: 35px;
    }


    .travel-booking-image {
        min-height: 320px;
    }


    .travel-booking-image img {

        height: 320px;

        min-height: 320px;
    }


    .travel-booking-form {

        padding: 0;
    }


    .travel-booking-form .form-grid {

        grid-template-columns: 1fr;

        column-gap: 0;

        row-gap: 27px;
    }


    .travel-booking-form .form-field-full,
    .travel-booking-form .form-submit {

        grid-column: 1;
    }


    .travel-booking-form .field-label {

        font-size: 12px;

        margin-bottom: 8px;
    }


    .travel-booking-form .form-submit {

        justify-content: center;

        margin-top: 5px;
    }


    .travel-booking-form .travel-submit {

        min-width: 125px;
    }

}



	
	@media (max-width: 480px) {

.elementor-4006 .elementor-element.elementor-element-85a7d6a {
    padding: 0px;
}
    .travel-booking-form {
        padding: 0px 20px 0px 20px;
    }
    
    
    .travel-booking-form input[type="date"] {
    letter-spacing: 10px;
    cursor: pointer;
    width: 385px;
    font-size: 16px;
}




.travel-booking-form input[type="text"], .travel-booking-form input[type="email"], .travel-booking-form input[type="tel"], .travel-booking-form input[type="date"], .travel-booking-form select {
    width: 380px;
    
}

.travel-booking-form select {

    padding-right: 20px;
    width: 380px !important;
}


}/* End custom CSS */