.elementor-kit-9{--e-global-color-primary:#16385F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1F1F1F;--e-global-color-accent:#0B3F73;--e-global-color-17eddba:#50881B;--e-global-typography-primary-font-family:"Heebo";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Heebo";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Heebo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Heebo";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.elementor-shortcode p {
    text-align: center;
}

.mygaz-service-form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    direction: rtl;
}

.mygaz-service-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.mygaz-service-field,
.mygaz-service-notes {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.mygaz-service-field input,
.mygaz-service-field select,
.mygaz-service-notes textarea {
    width: 100%;
    box-sizing: border-box;
}

.mygaz-service-notes {
    margin-bottom: 24px;
}

.mygaz-service-submit {
    text-align: center;
}

@media (max-width: 600px) {
    .mygaz-service-row {
        grid-template-columns: 1fr;
    }
}

.mygaz-profile-form {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    direction: rtl;
}

.mygaz-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.mygaz-form-field,
.mygaz-form-notes {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.mygaz-form-field input,
.mygaz-form-field select,
.mygaz-form-notes textarea {
    width: 100%;
    box-sizing: border-box;
}

.mygaz-form-notes {
    margin-bottom: 24px;
}

.mygaz-form-notes textarea {
    min-height: 150px;
    resize: vertical;
}

.mygaz-form-submit {
    text-align: center;
}

.mygaz-form-submit button {
    cursor: pointer;
}

@media (max-width: 650px) {
    .mygaz-form-row {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 16px;
    }
}

.mygaz-order-notes {
    width: 100%;
    margin: 30px 0 24px;
}

.mygaz-order-notes label {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.mygaz-order-notes textarea {
    display: block;
    width: 100% !important;
    max-width: none !important;
    min-height: 180px;
    box-sizing: border-box;
    resize: vertical;
}


.mygaz-message {
    text-align: center;
    color: red;
    font-size: 17px;
    border: 1px solid;
    padding: 20px;
    margin-bottom: 20px;
}

.mygaz-payment-fields {
    width: 100%;
    max-width: 850px;
    margin: 30px auto;
    padding: 30px;
    box-sizing: border-box;
    direction: rtl;
}

.mygaz-payment-title {
    margin: 0 0 30px;
    text-align: center;
}

.mygaz-payment-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.mygaz-payment-row-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mygaz-payment-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mygaz-payment-field label {
    display: block;
    width: 100%;
    margin: 0;
}

.mygaz-payment-field input,
.mygaz-payment-field select {
    display: block;
    width: 100% !important;
    max-width: none !important;
    min-height: 50px;
    box-sizing: border-box;
}

.mygaz-payment-notice {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
}

/* כפתור התשלום שמופיע אחרי שדות האשראי */
.mygaz-payment-fields + p,
.mygaz-payment-fields + .mygaz-payment-submit {
    text-align: center;
}

@media (max-width: 700px) {
    .mygaz-payment-fields {
        padding: 20px 0;
    }

    .mygaz-payment-row,
    .mygaz-payment-row-three {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 16px;
    }
}/* End custom CSS */