.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-6 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){margin-block-end: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 */<header class="beautiful-header">
  <div class="container">
    <h1 class="logo"> برند من</h1>

    <button class="menu-toggle" aria-label="باز کردن منو">&#9776;</button>

    <nav class="site-nav">
      <a href="#">خانه</a>
      <a href="#">خدمات</a>
      <a href="#">نمونه‌کارها</a>
      <a href="#">تماس با ما</a>
    </nav>
  </div>
</header>

<main>
  <p style="padding: 150px 20px;">اینجا محتوای صفحه قرار می‌گیره...</p>
</main>


body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f5f5f5;
}

.beautiful-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: linear-gradient(to right, #5f2c82, #49a09d);
  color: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 999;
}

.beautiful-header .container {
  max-width: 1200px;
  margin: auto;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}

.site-nav {
  display: none;
  flex-direction: column;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  top: 100%;
  right: 30px;
  border-radius: 10px;
  padding: 10px 20px;
  backdrop-filter: blur(10px);
}

.site-nav a {
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 500;
  transition: color 0.3s ease;
}

.site-nav a:hover {
  color: #ffd700;
}

.site-nav.open {
  display: flex;
}

.menu-toggle {
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.menu-toggle:hover {
  transform: scale(1.1);
}

/* دسکتاپ */
@media (min-width: 768px) {
  .site-nav {
    display: flex !important;
    flex-direction: row;
    position: static;
    background: none;
    padding: 0;
    backdrop-filter: none;
  }

  .site-nav a {
    margin-left: 30px;
    padding: 0;
  }

  .menu-toggle {
    display: none;
  }
}

main {
  padding-top: 100px;
}/* End custom CSS */