.elementor-kit-14{--e-global-color-primary:#F04C49;--e-global-color-secondary:#F0EAEA;--e-global-color-text:#D4C8C8;--e-global-color-accent:#F8E8E8;--e-global-color-04054f4:#FFFFFF;--e-global-color-59b968d:#9A9A9A;--e-global-color-bfd2477:#FFE5E6;--e-global-typography-primary-font-family:"Vazirmatn";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Vazirmatn";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Vazirmatn";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Vazirmatn";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-bfd2477 );font-family:"Vazirmatn", Sans-serif;}.elementor-kit-14 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 */:root {
  
  --soft-bg: #f0eaea;       
  --shadow-dark: #d4c8c8;    
  
  --primary: #e82c2c;       
  --primary-hover: #cc2222;  
  --primary-soft: #f8e8e8;   

  
  --text-main: #1a1a1a;
  --text-muted: #888888;
}


.soft-btn {
  background: var(--soft-bg);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
  border: none;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}


.soft-btn:active {
  box-shadow: var(--soft-shadow-inset);
}


.soft-input {
  background: var(--soft-bg);
  border-radius: 8px;
  box-shadow: var(--soft-shadow-inset);
  border: none;
  padding: 12px 16px;
}/* End custom CSS */