.elementor-3533 .elementor-element.elementor-element-7263a1f{--display:flex;--min-height:250px;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3533 .elementor-element.elementor-element-7263a1f:not(.elementor-motion-effects-element-type-background), .elementor-3533 .elementor-element.elementor-element-7263a1f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-486b9ae );background-image:url("https://luxuryconciergetravel.com/wp-content/uploads/contact-us-hero-1-1.jpg");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-3533 .elementor-element.elementor-element-da44aac{text-align:center;}.elementor-3533 .elementor-element.elementor-element-da44aac .elementor-heading-title{font-family:"Prata", Sans-serif;font-size:100px;font-weight:400;line-height:1em;color:var( --e-global-color-54d02f5 );}.elementor-3533 .elementor-element.elementor-element-4f68337{--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;--justify-content:center;--padding-top:5em;--padding-bottom:0em;--padding-left:3em;--padding-right:3em;}.elementor-3533 .elementor-element.elementor-element-875f08e{text-align:center;}.elementor-3533 .elementor-element.elementor-element-875f08e .elementor-heading-title{font-family:"Lato", Sans-serif;font-size:20px;font-weight:400;text-transform:uppercase;letter-spacing:1px;}.elementor-3533 .elementor-element.elementor-element-5555bd8{width:var( --container-widget-width, 802px );max-width:802px;--container-widget-width:802px;--container-widget-flex-grow:0;text-align:center;font-family:"Lato", Sans-serif;font-size:16px;font-weight:400;line-height:24px;}.elementor-3533 .elementor-element.elementor-element-5555bd8.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-3533 .elementor-element.elementor-element-66ef4f8{--display:flex;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3533 .elementor-element.elementor-element-4f68337{--width:100%;}}@media(max-width:1024px){.elementor-3533 .elementor-element.elementor-element-da44aac .elementor-heading-title{font-size:4.6em;}}@media(max-width:767px){.elementor-3533 .elementor-element.elementor-element-da44aac .elementor-heading-title{font-size:52px;line-height:60px;}.elementor-3533 .elementor-element.elementor-element-4f68337{--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;}.elementor-3533 .elementor-element.elementor-element-875f08e .elementor-heading-title{font-size:12px;}.elementor-3533 .elementor-element.elementor-element-5555bd8{text-align:center;}.elementor-3533 .elementor-element.elementor-element-66ef4f8{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-4e84f7d *//* 1️⃣ Reset All Margins, Paddings, and Gaps */
.lct-contact-form,
.lct-contact-form * {
    box-sizing: border-box !important;
    gap: 0 !important; /* Ensures zero spacing between elements */
    margin: 0 !important;
    padding: 0 !important;
}

/* Reset Gravity Forms' Grid Columns */
.lct-contact-form .gfield,
.lct-contact-form .gfield_list_group_item,
.lct-contact-form .gform-grid-col,
.lct-contact-form .gform-grid-row,
.lct-contact-form .ginput_container {
    column-gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    row-gap: 0 !important;
}

/* 2️⃣ Apply Elementor-Like Form Spacing */
.lct-contact-form .gfield {
    margin-bottom: 20px !important;
    padding-left: calc(20px / 2) !important;
    padding-right: calc(20px / 2) !important;
}

.lct-contact-form .gform-body {
    margin-bottom: -10px !important;
    margin-left: calc(-20px / 2) !important;
    margin-right: calc(-20px / 2) !important;
}

/* 3️⃣ Label Styling - Match Elementor */
.lct-contact-form .gform-field-label,
.lct-contact-form label {
    color: inherit !important;
    display: block !important;
    font-family: var(--e-global-typography-75bc517-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-75bc517-font-size) !important;
    font-weight: var(--e-global-typography-75bc517-font-weight) !important;
    line-height: var(--e-global-typography-75bc517-line-height) !important;
    padding-bottom: 7px !important;
    text-align: start !important;
}

/* RTL Support for Labels */
body.rtl .lct-contact-form .gform-field-label {
    padding-left: 7px !important;
}

body:not(.rtl) .lct-contact-form .gform-field-label {
    padding-right: 7px !important;
}

/* 4️⃣ Input & Textarea Styling */
.lct-contact-form input[type="email"],
.lct-contact-form input[type="number"],
.lct-contact-form input[type="password"],
.lct-contact-form input[type="tel"],
.lct-contact-form input[type="text"],
.lct-contact-form textarea {
    background-color: #F2F2F2 !important;
    border-color: #CED1D9 !important;
    border-radius: 4px !important;
    border-width: 1px !important;
    box-shadow: none !important;
    display: block !important;
    font-family: var(--e-global-typography-75bc517-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-75bc517-font-size) !important;
    font-weight: var(--e-global-typography-75bc517-font-weight) !important;
    height: 40px !important;
    line-height: var(--e-global-typography-75bc517-line-height) !important;
    outline: none !important;
    padding: 10px !important;
    width: 100% !important;
}

/* 5️⃣ Select Dropdown Styling */
.lct-contact-form select {
    background-color: #F2F2F2 !important;
    border-color: #CED1D9 !important;
    border-radius: 4px !important;
    border-width: 1px !important;
    font-family: var(--e-global-typography-75bc517-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-75bc517-font-size) !important;
    font-weight: var(--e-global-typography-75bc517-font-weight) !important;
    line-height: var(--e-global-typography-75bc517-line-height) !important;
    padding: 10px !important;
    width: 100% !important;
}

/* 6️⃣ Submit Button Styling */
.lct-contact-form input[type="submit"],
.lct-contact-form button {
    background-color: var(--e-global-color-accent) !important;
    border: none !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    cursor: pointer !important;
    display: block !important;
    font-family: var(--e-global-typography-75bc517-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-75bc517-font-size) !important;
    font-weight: var(--e-global-typography-75bc517-font-weight) !important;
    max-width: 100px !important;
    margin-top: 15px !important;
    outline: none !important;
    padding: 12px 20px !important;
    text-align: left !important;
    text-transform: uppercase !important;
    transition: background-color 0.3s ease !important;
    width: 100% !important;
}

/* Hover Effect */
.lct-contact-form input[type="submit"]:hover,
.lct-contact-form button:hover {
    background-color: var(--e-global-color-secondary) !important;
    color: #ffffff !important;
}

/* 7️⃣ Recaptcha & Other Elements */
.lct-contact-form .gfield.gfield--type-html {
    font-family: var(--e-global-typography-75bc517-font-family) !important;
    font-size: var(--e-global-typography-75bc517-font-size) !important;
    font-weight: var(--e-global-typography-75bc517-font-weight) !important;
    line-height: var(--e-global-typography-75bc517-line-height) !important;
    padding-bottom: 0px !important;
}

/* 8️⃣ Adjust Gravity Forms' Grid Elements */
.lct-contact-form .ginput_container {
    display: flex !important;
    flex-direction: column !important;
}

/* 9️⃣ Keep All Fields Stacked Except First & Last Name */
@media (max-width: 767px) { 
    /* Only target First & Last Name field wrapper */
    .lct-contact-form .ginput_complex.ginput_container.ginput_container--name {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
    }

    /* Ensure all other fields remain stacked */
    .lct-contact-form .gfield,
    .lct-contact-form .ginput_container,
    .lct-contact-form .gform-grid-row,
    .lct-contact-form .gform-grid-col {
        display: block !important;
    }
}

/* 🔟 Force Only Name Field to Flex Row & 20px Gap on Desktop (768px+) */
@media (min-width: 768px) { 
    .lct-contact-form .ginput_complex.ginput_container.ginput_container--name {
        display: flex !important;
        flex-direction: row !important;
        gap: 20px !important;
    }
}

/* 11️⃣ Required Field Indicator */
.lct-contact-form .gfield_required {
    display: none !important;
}

/* 12️⃣ Hide "Your Name" Legend Label */
.lct-contact-form legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: none !important;
}

/* 13️⃣ Fix Checkbox & Radio Button Alignment */
.lct-contact-form .gfield_checkbox,
.lct-contact-form .gfield_radio {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
}

.lct-contact-form .gfield_checkbox input,
.lct-contact-form .gfield_radio input {
    margin-right: 5px !important;
}

/* 14️⃣ Improve Spacing for Error Messages */
.lct-contact-form .gform_validation_errors,
.lct-contact-form .gfield_validation_message {
    color: red !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.gform-theme--foundation .ginput_address_city, .gform-theme--foundation .ginput_address_country, .gform-theme--foundation .ginput_address_state, .gform-theme--foundation .ginput_address_zip {inline-size: 100% !important;}

.gform-theme--foundation .gfield select {
    min-height: 46px !important;
}/* End custom CSS */