.elementor-348 .elementor-element.elementor-element-3f230d7{--display:flex;--padding-top:10px;--padding-bottom:0px;--padding-left:80px;--padding-right:80px;}.elementor-348 .elementor-element.elementor-element-3f230d7:not(.elementor-motion-effects-element-type-background), .elementor-348 .elementor-element.elementor-element-3f230d7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B1D23;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-6e2ddc3 */body {
  margin: 0;
  background: #1b1d23; /* این خط باعث میشه رنگ بک‌گراند اصلی دقیق همون بشه */
  font-family: 'Vazirmatn', sans-serif;
}

.diamond-header {
  background-color: #1C1C1C;
  border: 2px solid #00FFFF;
  border-radius: 50px;
  padding: 25px 30px;
  margin: 10px auto 0 auto;
  width: 98%;
  max-width: 1600px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
  box-sizing: border-box;
  position: relative;
  height: 80px;
}

.menu-center {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.menu-center a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
  font-size: 17px;
  position: relative;
}

.menu-center a:hover {
  color: #00FFFF;
}

.menu-center a::before {
  content: '';
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #00FFFF;
  transition: width 0.4s ease;
}

.menu-center a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.left-section {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: auto;
}

.left-section span {
  color: white;
  cursor: pointer;
  font-size: 15px;
  position: relative;
  padding: 10px 18px;
  transition: all 0.4s ease;
}

.left-section span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #00FFFF;
  transition: width 0.4s ease;
}

.left-section span:hover {
  color: #00FFFF;
  text-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
}

.left-section span:hover::before {
  width: 100%;
}

.icon-placeholder {
  width: 22px;
  height: 22px;
  background: #222;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.icon-placeholder:hover {
  background: #00FFFF;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.7);
}/* End custom CSS */