.elementor-kit-1488{--e-global-color-primary:#2A9D8F;--e-global-color-secondary:#264653;--e-global-color-text:#3D3D3D;--e-global-color-accent:#FAF8F3;--e-global-typography-primary-font-family:"Vazirmatn";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Vazirmatn";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1488 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);}@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 *//* =========================================================
   NIKAN OMID — Compact sticky header / logo fix
   ========================================================= */

/* Cap logo size in normal + sticky header */
#theme-header .logo img,
#theme-header .tie-logo-img,
#theme-header .tie-logo-img-default,
#main-nav .logo img,
#main-nav .tie-logo-img,
.fixed-nav .logo img,
.fixed-nav .tie-logo-img {
    max-height: 52px !important;
    max-width: 200px !important;
    width: auto !important;
    height: auto !important;
}

#theme-header #logo,
#main-nav #logo,
#main-nav .logo {
    max-width: 200px !important;
}

/* Keep main nav compact and single-row friendly */
#main-nav .main-menu-wrapper,
#main-nav .main-menu {
    min-height: 0 !important;
}

#main-nav .menu > li > a {
    font-size: 13px !important;
    line-height: 1.35 !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    white-space: nowrap;
}

/* Prevent sticky header from exploding when pinned */
#main-nav.fixed-nav,
#main-nav.fixed-pinned,
#main-nav.just-before-sticky {
    max-height: none;
}

#main-nav.fixed-nav .main-menu-wrapper,
#main-nav.fixed-pinned .main-menu-wrapper,
#main-nav.just-before-sticky .main-menu-wrapper {
    max-height: 72px !important;
    overflow: visible !important;
}

#main-nav.fixed-nav .logo img,
#main-nav.fixed-pinned .logo img,
#main-nav.just-before-sticky .logo img {
    max-height: 44px !important;
    max-width: 170px !important;
}

/* Shrink overall header footprint */
#theme-header.header-layout-4 #main-nav .container,
#theme-header #main-nav .container {
    align-items: center !important;
}

@media (max-width: 991px) {
    #theme-header .logo img,
    #theme-header .tie-logo-img,
    #main-nav .logo img {
        max-height: 42px !important;
        max-width: 160px !important;
    }
}/* End custom CSS */