.elementor-24 .elementor-element.elementor-element-3358b13{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8b9d277 */@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/font-face.css');

body {
  margin: 0;
  font-family: 'Vazir', sans-serif;
}

.site-header {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-header .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px; /* باریک‌تر شدن هدر */
  direction: rtl;
}

/* لوگو سمت راست */
.site-header .logo-right img {
  height: 28px; /* اندازه هماهنگ */
  transform: scale(2.2); 
  transform-origin: right center;
}

/* لوگو سمت چپ */
.site-header .logo-left img {
  height: 28px; /* همان اندازه لوگوی سمت راست */
  transform: scale(2.2);
  transform-origin: left center;
}

/* منو */
.site-header .nav-menu {
  flex: 1;
  display: flex;
  justify-content: center;
}

.site-header .nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 25px;
}

.site-header .nav-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  transition: color 0.3s;
}

.site-header .nav-menu ul li a:hover {
  color: #007BFF;
}

/* آیکون منوی موبایل */
.site-header .menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* انیمیشن باز شدن منو */
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
  .site-header .nav-menu {
    display: none;
    position: absolute;
    top: 60px; /* هماهنگ با هدر باریک */
    right: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease forwards;
  }

  .site-header .nav-menu.active {
    display: flex;
  }

  .site-header .menu-toggle {
    display: block;
  }

  /* لوگوها در موبایل کمی بزرگ‌تر */
  .site-header .logo-right img,
  .site-header .logo-left img {
    height: 32px;
    transform: scale(2.2);
  }

  .site-header .nav-menu ul {
    flex-direction: column;
    gap: 12px;
  }
}

/* استایل اختصاصی فقط برای لوگوی موبایل */
.custom-mobile-logo {
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.custom-mobile-logo img {
  height: 32px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* نمایش فقط در موبایل */
@media (max-width: 768px) {
  .custom-mobile-logo {
    display: flex;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f85d9f2 *//* فونت وزیر */
@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazir-font@v30.1.0/dist/font-face.css');

/* بک‌گراند کل صفحه روشن و ملایم */
html, body {
  height: 100%;
  margin: 0;
  background-color: #f5f7fa;
  font-family: 'Vazir', sans-serif;
  color: #333;
  direction: rtl;
}

/* کانتینر کلی محدود به عرض مناسب */
.custom-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/* بخش هرو */
.custom-hero {
  position: relative;
  height: 500px;
  background-image: url('https://panel-tesla.ir/image/maine-page/hero.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 50px;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0,0.35);
}

.custom-hero-text {
  max-width: 700px;
  color: #fff;
}

.custom-hero-text h1 {
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: 900;
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
}

.custom-hero-text p {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.5;
  text-shadow: 0 1px 6px rgba(0,0,0,0.7);
}

/* دکمه‌ها در هرو */
.custom-hero-buttons {
  display: flex;
  gap: 20px;
}

.custom-btn-primary,
.custom-btn-secondary {
  padding: 14px 36px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
  user-select: none;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.custom-btn-primary {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  color: #fff;
  border: 2px solid transparent;
  box-shadow: 0 8px 20px rgba(255, 75, 43, 0.6);
}

.custom-btn-primary:hover {
  background: linear-gradient(135deg, #ff4b2b, #ff416c);
  box-shadow: 0 10px 30px rgba(255, 75, 43, 0.8);
  transform: scale(1.08);
}

/* انیمیشن شعله متحرک سمت راست */
.custom-btn-primary::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -40%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.3) 20%, transparent 60%);
  animation: pulse 3s infinite;
  border-radius: 50%;
  pointer-events: none;
}

@keyframes pulse {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
  50% { transform: translate(20px, 20px) scale(1.4); opacity: 0; }
}

.custom-btn-secondary {
  background: #fff;
  color: #ff4b2b;
  border: 2px solid #ff4b2b;
  box-shadow: 0 4px 15px rgba(255, 75, 43, 0.4);
}

.custom-btn-secondary:hover {
  background: #ff4b2b;
  color: #fff;
  box-shadow: 0 10px 30px rgba(255, 75, 43, 0.7);
  transform: scale(1.05);
  border-color: #ff4b2b;
}

/* بخش اسلایدر برندها */
.custom-brands-slider {
  margin: 50px 0;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border-radius: 12px;
}

.brands-wrapper {
  display: flex;
  gap: 24px;
  animation: slideLeft 20s linear infinite;
  padding-left: 20px;
}

.brand-item {
  min-width: 100px;
  min-height: 100px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #f0f0f0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.brand-item img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(70%);
  transition: filter 0.3s ease;
}

.brand-item:hover {
  transform: scale(1.15);
  background: #fff;
  box-shadow: 0 8px 20px rgba(255,75,43,0.3);
}

.brand-item:hover img {
  filter: grayscale(0%);
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* بخش خدمات - زیکزاکی */
.custom-services {
  margin-bottom: 80px;
  padding: 0 20px;
}

.custom-service-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.custom-service-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.custom-service-image {
  flex: 0 0 320px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.custom-service-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.custom-service-text {
  max-width: 600px;
}

.custom-service-text h3 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #ff4b2b;
}

.custom-service-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

/* فوتر */
.custom-footer {
  background-color: #222;
  color: #bbb;
  padding: 40px 20px 20px;
  font-size: 16px;
}

.custom-footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto 30px;
}

.custom-footer-col {
  flex: 1 1 300px;
  margin: 10px;
}

.custom-footer-col h4 {
  color: #ff4b2b;
  font-weight: 700;
  margin-bottom: 12px;
}

.custom-footer-col p,
.custom-footer-col a {
  color: #bbb;
  text-decoration: none;
  line-height: 1.7;
}

.custom-footer-col a:hover {
  color: #ff4b2b;
}

.custom-social-icons a {
  margin-right: 15px;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.custom-social-icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom-footer-bottom {
  text-align: center;
  border-top: 1px solid #444;
  padding-top: 15px;
  font-size: 14px;
  color: #888;
}

/* ریسپانسیو */
@media (max-width: 1024px) {
  .custom-hero-text h1 {
    font-size: 36px;
  }
  .custom-hero-text p {
    font-size: 16px;
  }
  .custom-service-item {
    flex-direction: column !important;
  }
  .custom-service-image {
    width: 100%;
    flex: none;
  }
  .custom-service-text {
    max-width: 100%;
  }
  .brands-wrapper {
    animation-duration: 30s;
  }
}

@media (max-width: 480px) {
  .custom-hero {
    padding: 0 20px;
    height: auto;
    text-align: center;
  }
  .custom-hero-text {
    max-width: 100%;
  }
  .custom-hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .custom-btn-primary,
  .custom-btn-secondary {
    width: 140px;
    font-size: 16px;
  }
  .custom-service-item {
    margin-bottom: 30px;
  }
}/* End custom CSS */