.elementor-kit-6{--e-global-color-primary:#1F4698;--e-global-color-secondary:#FAF8FB;--e-global-color-text:#272727;--e-global-color-accent:#00285C;--e-global-color-2317af5:#0D3667;--e-global-color-20175d1:#FFFFFF;--e-global-color-732999f:#575757;--e-global-color-059be8a:#171240;--e-global-color-ae0cdf5:#00285C;--e-global-color-4c708b4:#0046A2;--e-global-color-1ab3a33:#F5F6F6;--e-global-color-734258b:#000000;--e-global-typography-primary-font-family:"Lahzeh";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.8em;--e-global-typography-secondary-font-family:"Lahzeh";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.8em;--e-global-typography-text-font-family:"Lahzeh";--e-global-typography-text-font-size:12px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-accent-font-family:"Lahzeh";--e-global-typography-accent-font-weight:500;font-family:"Vazirmatn", Sans-serif;font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:1.8em;}.elementor-kit-6 a{color:var( --e-global-color-text );font-family:"Vazirmatn", Sans-serif;font-size:16px;}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:"Vazirmatn", Sans-serif;font-size:56px;font-weight:700;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:"Vazirmatn", Sans-serif;font-size:40px;font-weight:700;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Vazirmatn", Sans-serif;font-size:32px;font-weight:700;}.elementor-kit-6 h4{color:var( --e-global-color-text );font-family:"Vazirmatn", Sans-serif;font-size:24px;font-weight:600;}.elementor-kit-6 h5{color:var( --e-global-color-text );font-family:"Vazirmatn", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-6 h6{color:var( --e-global-color-text );font-family:"Vazirmatn", Sans-serif;font-size:18px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:0rem;--container-default-padding-right:0.625rem;--container-default-padding-bottom:0rem;--container-default-padding-left:0.625rem;}.elementor-widget:not(:last-child){--kit-widget-spacing:1.4rem;}.elementor-element{--widgets-spacing:1.4rem 1.4rem;--widgets-spacing-row:1.4rem;--widgets-spacing-column:1.4rem;}{}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;--container-default-padding-top:0rem;--container-default-padding-right:0rem;--container-default-padding-bottom:0rem;--container-default-padding-left:0rem;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */* {
    font-family: 'lahzeh' !important;
}

/* Kill horizontal scrolling globally */
html, body { overflow-x: hidden; width: 100%; }

/* Off-canvas panel */
.menu-panel {
  position: fixed;
  inset: 0 0 0 auto;         /* dock to the right; change to 0  auto 0 0 for left */
  width: min(88vw, 380px);   /* panel width */
  transform: translateX(100%);
  transition: transform .35s ease;
  color: #fff;
  z-index: 9999;
  overflow-y: auto;
  padding: 28px 24px;
  box-shadow: -20px 0 50px rgba(0,0,0,.35);
}

/* Open state */
.menu-panel.is-open { transform: translateX(0); }

/* Optional full-screen backdrop (click to close) */
.menu-panel::before {
  content:"";
  position: fixed; inset: 0;
  pointer-events: none;          /* blocked while closed */
  opacity: 0; transition: opacity .3s ease;
}
.menu-panel.is-open::before { pointer-events: auto; opacity: 1; }

/* Put backdrop behind the sliding panel content */
.menu-panel > .elementor-container,
.menu-panel > .e-con-inner,
.menu-panel > .elementor-widget-wrap { position: relative; z-index: 1; }

/* Lock page horizontal/vertical scroll while menu is open */
body.menu-open { overflow: hidden; }

/* (Optional) make the button look like a clean icon button */
.js-menu-toggle.elementor-button {
  min-width: 44px; min-height: 44px; padding: 8px 12px;
}

/* (Optional) change the icon color */
.js-menu-toggle .elementor-button-icon i { color: currentColor; }

/* (Optional) horizontal overflow safety across the site */
html, body { overflow-x: hidden; }

.elementor-widget-text-editor * {
    margin: 0 !important
}

.elementor-widget-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}/* End custom CSS */