.elementor-kit-6{--e-global-color-primary:#1A56DB;--e-global-color-secondary:#0F172A;--e-global-color-text:#64748B;--e-global-color-accent:#3B82F6;--e-global-typography-primary-font-family:"Cairo";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Cairo";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Cairo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cairo";--e-global-typography-accent-font-weight:800;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 */html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

* {
    box-sizing: border-box !important;
}

.elementor-section,
.elementor-container,
.e-container {
    max-width: 100% !important;
}

:lang(ar) body {
    overflow-x: hidden !important;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

:lang(ar) p,
:lang(ar) li,
:lang(ar) span {
    font-size: 1.1em;
    line-height: 1.9;
}

:lang(ar) h1,
:lang(ar) h2,
:lang(ar) h3 {
    line-height: 1.6;
}

/* Fix p margin in header */
header p {
    margin: 0 !important;
    padding: 0 !important;
}

/* Back to top smooth scroll */
html {
    scroll-behavior: smooth;
}


/* Push page content below sticky header */
.site-main,
.elementor-location-single,
#content {
    padding-top: 80px !important;
}


/* Transparent header that darkens on scroll */
.elementor-location-header {
    background: transparent !important;
    transition: background 0.3s ease !important;
}

.elementor-location-header.scrolled {
    background: #0F172A !important;
}


/* Icon List — Blue circle background on icons */
/*
.elementor-icon-list-icon {
    background: #EFF6FF !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.elementor-icon-list-icon i,
.elementor-icon-list-icon svg {
    color: #1A56DB !important;
    font-size: 14px !important;
}
*/

/* Make all form inputs same width as textarea */
.wpforms-container .wpforms-field-name .wpforms-field-row-block,
.wpforms-container .wpforms-field-name input,
.wpforms-container .wpforms-field-email input,
.wpforms-container .wpforms-field input[type="text"],
.wpforms-container .wpforms-field input[type="email"] {
    width: 100% !important;
    max-width: 100% !important;
}

/* Remove the two-column name field */
.wpforms-field-name .wpforms-field-row {
    display: block !important;
}

.wpforms-field-name .wpforms-field-row-block {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

button#wpforms-submit-181 {
    background-color: #0F172A;
}/* End custom CSS */