.elementor-24 .elementor-element.elementor-element-b79b7e5{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:2rem;--padding-bottom:2rem;--padding-left:0rem;--padding-right:0rem;}.elementor-24 .elementor-element.elementor-element-312cc8c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-24 .elementor-element.elementor-element-ec1bd5f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-24 .elementor-element.elementor-element-7029537 .elementor-heading-title{font-family:"Ballet", Sans-serif;font-weight:600;color:var( --e-global-color-e25e156 );}.elementor-24 .elementor-element.elementor-element-ff4a5cf .elementor-heading-title{font-family:"Cormorant", Sans-serif;font-size:2.5rem;font-weight:900;font-style:italic;line-height:2rem;color:var( --e-global-color-e25e156 );}.elementor-24 .elementor-element.elementor-element-b022ee1{--display:flex;}.elementor-24 .elementor-element.elementor-element-4e29e38{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-24 .elementor-element.elementor-element-b79b7e5{--padding-top:2rem;--padding-bottom:2rem;--padding-left:2rem;--padding-right:2rem;}}/* Start custom CSS for heading, class: .elementor-element-ff4a5cf */.elementor-24 .elementor-element.elementor-element-ff4a5cf{
    direction: ltr;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b022ee1 */.elementor-24 .elementor-element.elementor-element-b022ee1 {
    direction: rtl;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b79b7e5 *//* Reset and container */
.custom-inline-form {
    max-width: 700px;
    margin: 0 auto;
    direction: rtl;
}

/* Remove default paragraph margins */
.custom-inline-form p {
    margin: 0 !important;
    padding: 0 !important;
}

/* Each row containing label + input */
.custom-inline-form .form-row {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
    border: none !important; /* Remove border from form-row */
}

/* Hide the BR tags */
.custom-inline-form .form-row br {
    display: none !important;
}

/* Label styling */
.custom-inline-form .form-label {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #333 !important;
    text-transform: uppercase !important;
    margin-right: 15px !important;
    white-space: nowrap !important;
    min-width: 140px !important;
    flex-shrink: 0 !important;
}

/* The wrapper span that CF7 creates - THIS NOW HAS THE BORDER */
.custom-inline-form .wpcf7-form-control-wrap {
    flex: 1 !important;
    display: block !important;
    margin: 0 !important;

    padding-bottom: 8px !important;
}

/* Input field styling */
.custom-inline-form .form-input {
    width: 100% !important;
    border: 1px solid !important;
    background: transparent !important;
    padding: 5px 0 !important;
    font-size: 16px !important;
    color: #333 !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    height: auto !important;
    line-height: normal !important;
}

.custom-inline-form .form-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* Optional: Change border color on focus */
.custom-inline-form .wpcf7-form-control-wrap:focus-within {
    border-bottom-color: #555 !important;
}

/* LastPass icon fix - hide it or reposition */
.custom-inline-form [data-lastpass-icon-root] {
    display: none !important;
}

/* Submit button container */
.custom-inline-form > p:last-child {
    margin-top: 10px !important;
}

/* Submit button */
.custom-inline-form .form-submit {
    width: 100% !important;
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid !important;
    padding: 15px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    margin: 0 !important;
}

.custom-inline-form .form-submit:hover {
    background-color: #333 !important;
}

/* Hide the spinner */
.custom-inline-form .wpcf7-spinner {
    display: inline-block !important;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

/* Make sure the p tag inside form-row acts as flex container */
.custom-inline-form .form-row > p {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
    direction: rtl !important;
}/* End custom CSS */