.elementor-kit-10{--e-global-color-primary:#BC451D;--e-global-color-secondary:#08354C;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-830542e:#BC451D;--e-global-color-44adf19:#08354C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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-10 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 {
  --brand-blue: #0E2A52;   /* آبی تیره اصلی */
  --brand-orange: #FF7A1A; /* نارنجی انرژی‌بخش */
  --brand-beige: #F5EFE7;  /* پس‌زمینه روشن */
  --brand-text: #1C2230;   /* متن اصلی */
  --brand-muted: #6B7280;  /* متن ثانویه */
  --brand-white: #ffffff;  /* سفید */
}

/* 🌐 پس‌زمینه و متن کلی */
body {
  background: var(--brand-beige);
  color: var(--brand-text);
}

/* 🔝 هدر */
header {
  background: var(--brand-blue);
  color: var(--brand-white);
  box-shadow: 0 6px 20px rgba(14,42,82,.15);
}

/* 📌 منو */
.menu > li > a {
  color: var(--brand-white);
  font-weight: 600;
  transition: all .2s ease;
}
.menu > li > a:hover,
.menu > li > a:focus {
  background: rgba(255,255,255,.12);
  color: var(--brand-orange);
}
.menu .active > a {
  background: var(--brand-white);
  color: var(--brand-blue);
}

/* 🎯 دکمه‌ها */
.btn-outline {
  border: 2px solid rgba(255,255,255,.35);
  color: var(--brand-white);
}
.btn-outline:hover {
  background: rgba(255,255,255,.12);
}
.btn-primary {
  background: var(--brand-orange);
  color: var(--brand-white);
  box-shadow: 0 8px 18px rgba(255,122,26,.28);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(255,122,26,.34);
}

/* 📱 منوی موبایل */
.mobile-drawer {
  background: var(--brand-blue);
  color: var(--brand-white);
}
.mobile-menu li a:hover {
  background: rgba(255,255,255,.12);
  color: var(--brand-orange);
}

/* ℹ️ نوار اطلاعات تماس */
.infobar {
  background: rgba(255,255,255,.06);
  font-size: 14px;
}
.infobar a {
  color: var(--brand-white);
  font-weight: 600;
  transition: color .2s ease;
}
.infobar a:hover {
  color: var(--brand-orange);
}
.dot {
  background: var(--brand-orange);
}

/* ✨ لینک‌ها عمومی */
a {
  transition: color .2s ease;
}
a:hover {
  color: var(--brand-orange);
}/* End custom CSS */