  .cardx-country {
  font-size: 0.9rem;
  color: #444;
  margin: 8px 0 6px;
  min-height: 22px;
  line-height: 1.4;
}

.cardx-country .label {
  font-weight: bold;
  color: #222;
}

.cardx-country .value {
  color: #555;
}

.cardx-country .placeholder {
  display: inline-block;
  width: 100%;
  height: 1em;
  visibility: hidden;
}

  .mobile-menu-wrapper {
    display: none;
  }
#mobi{
	display:none;
}
#pcc{
	display:block;
}
  @media (max-width: 767px) {
    .mobile-menu-wrapper {
      display: block;
    }

    .mobile-menu-header {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 50px;
      background: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      z-index: 2001;
      direction: rtl;
    }

    .mobile-menu-header-inner {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; /* دو طرف: منو + تلفن */
      height: 100%;
      padding: 0 16px;
    }

    .menu-section {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      gap: 8px;
      cursor: pointer;
    }

    .menu-title {
      font-size: 15px;
      font-weight: bold;
      color: #333;
    }

    .mobile-hamburger-icon {
      width: 30px;
      height: 22px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .mobile-hamburger-icon span {
      display: block;
      height: 3px;
      background: #c00;
      border-radius: 2px;
    }

    .menu-phone {
      font-size: 13px;
      color: #444;
      direction: ltr;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .mobile-nav {
      position: fixed;
      top: 0;
      right: 0;
      width: 280px;
      height: 100%;
      background: #fff;
      box-shadow: -3px 0 10px rgba(0,0,0,0.1);
      transform: translateX(100%);
      transition: transform 0.3s ease;
      z-index: 2000;
      overflow-y: auto;
      direction: rtl;
    }

    .mobile-nav.open {
      transform: translateX(0%);
    }

    .mobile-nav ul {
      list-style: none;
      padding: 60px 0 0;
      margin: 0;
    }

    .mobile-nav li {
      border-bottom: 1px solid #eee;
      margin: 0;
      padding: 0;
    }

    .mobile-nav a.main-link {
      display: block;
      padding: 14px 20px;
      color: #222;
      text-decoration: none;
      font-size: 15px;
      position: relative;
      transition: background 0.2s;
      text-align: right;
    }

    .mobile-nav a.main-link.has-sub::after {
      content: '◀';
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
      color: #c00;
    }

    .mobile-nav a.main-link:hover {
      background-color: #f9f9f9;
    }

    .submenu-mobile {
      display: none;
      background: #fdfdfd;
      padding: 0;
      margin: 0;
    }

    .submenu-mobile li a {
      display: block;
      padding: 10px 30px;
      font-size: 14px;
      color: #444;
      border-right: 3px solid transparent;
      transition: all 0.2s ease;
      text-align: right;
    }

    .submenu-mobile li a:hover {
      background: #f0f0f0;
      border-right: 3px solid #c00;
    }

    li.active > .submenu-mobile {
      display: block;
      margin: 0;
      padding: 0;
    }
  }

    ul.main-menu,
    ul.main-menu li,
    ul.submenu,
    ul.submenu li {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    ul.main-menu {
      display: flex;
      background-color: #e6e6e6;
      border-bottom: 2px solid #c00;
      padding: 0 20px;
      flex-wrap: wrap;
    }

    ul.main-menu > li {
      position: relative;
    }

    ul.main-menu > li > a {
      display: block;
      padding: 14px 26px;
      text-decoration: none;
      color: #111;
      font-weight: bold;
      font-size: 14px;
      transition: background 0.3s, color 0.3s;
      white-space: nowrap;
      overflow: visible;
      text-overflow: unset;
      max-width: none;
      line-height: 1.6;
    }

    ul.main-menu > li:hover > a {
      background-color: #f5f5f5;
      color: #c00;
    }

    ul.submenu {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      background-color: #fff;
      border: 1px solid #ccc;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      z-index: 999;
      padding: 20px;
      gap: 14px;
      box-sizing: border-box;
      border-radius: 6px;
      font-size: 13px;
      line-height: 1.6;
    }

    ul.main-menu li:hover > .submenu {
      display: grid;
    }

    .submenu-1 {
      width: 320px;
      grid-template-columns: 1fr;
    }

    .submenu-2 {
      width: 520px;
      grid-template-columns: repeat(2, 1fr);
    }

    .submenu-4 {
      width: 800px;
      grid-template-columns: repeat(4, 1fr);
    }

    ul.submenu li a {
      display: block;
      padding: 8px 10px;
      color: #444;
      text-decoration: none;
      border-radius: 4px;
      background-color: transparent;
      transition: background 0.2s, color 0.2s;
    }

    ul.submenu li a:hover {
      background-color: #f0f0f0;
      color: #000;
    }

    @media (max-width: 767px) {
      .main-menu {
        display: none;
      }
    }
.productbox-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding: 30px;
}

.productbox-image-wrapper {
  flex: 1 1 45%;
}

.productbox-main-img-box {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  text-align: center;
}

.productbox-main-img-box img {
  max-width: 100%;
  border-radius: 10px;
}

.productbox-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.productbox-thumb {
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  cursor: pointer;
}

.productbox-info {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.productbox-price {
  color: #2e7d32;
  font-size: 24px;
  font-weight: bold;
}

.productbox-call-btn {
  display: inline-block;
  margin-top: 10px;
  background-color: #1976d2;
  color: #fff;
  padding: 12px 24px;
  font-size: 15px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.productbox-call-btn:hover {
  background-color: #115293;
  color: #fff;
}
.productbox-features {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.9;
}

.productbox-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.productbox-icon-box {
  flex: 1 1 calc(50% - 10px);
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 12px;
  font-size: 15px;
  color: #333;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.06);
}

.productbox-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.btn-red {
  background-color: #d32f2f;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-red:hover {
  background-color: #b71c1c;
}

.qty-input {
  width: 60px;
  padding: 5px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.productbox-call {
  background-color: #fce4ec;
  padding: 10px;
  border-radius: 6px;
  color: #880e4f;
  font-size: 14px;
  text-align: center;
}

/* نسخه موبایل */
@media (max-width: 768px) {
  .productbox-container {
    flex-direction: column;
    padding: 20px;
  }

  .productbox-cart {
    flex-direction: column;
  }

  .btn-red, .qty-input, .productbox-call-btn {
    width: 100%;
  }

  .productbox-icon-box {
    flex: 1 1 100%;
  }
}














.cardx-grid-wrapper {
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}

.cardx-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 0 10px;
}

.cardx-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.cardx-item:hover {
  transform: translateY(-4px);
}

.cardx-image {
  position: relative;
  display: block;
  text-align: center;
  padding: 10px;
  background: #fafafa;
}

.cardx-image img {
  max-height: 160px;
  width: auto;
  max-width: 90%;
  object-fit: contain;
}

.cardx-badge-hot,
.cardx-badge-custom {
  position: absolute;
  top: 10px;
  font-size: 13px;
  padding: 3px 7px;
  border-radius: 6px;
  color: #fff;
  z-index: 5;
}

.cardx-badge-hot {
  right: 10px;
  background-color: #d10000;
}

.cardx-badge-custom {
  left: 10px;
  background-color: #832c76;
}

.cardx-content {
  padding: 15px 12px;
  text-align: center;
}

.cardx-title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px;
  line-height: 1.5;
  min-height: 44px;
}
.cardx-title a {
  text-decoration: none;
  color: inherit;
}

.cardx-price {
  margin-bottom: 10px;
}

.cardx-price-current {
  color: #d10000;
  font-size: 16px;
  font-weight: bold;
}

.cardx-price-old {
  color: #888;
  font-size: 13px;
  margin-right: 8px;
}

.cardx-price-call {
  color: #555;
  font-size: 14px;
}

.cardx-actions {
  margin-top: 10px;
}

.cardx-button {
  display: inline-block;
  background-color: #1f2937;
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cardx-button:hover {
  background-color: #111827;
}









 .mobile-fixed-bar {
    display: none;
  }

  @media (max-width: 767px) {
    .mobile-fixed-bar {
      display: flex;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9999;
      background-color: #1f2937;
      border-top: 1px solid #444;
      justify-content: space-around;
      align-items: center;
      padding: 10px 5px;
      color: #fff;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
      transition: bottom 0.3s ease, opacity 0.3s ease;
      opacity: 0;
      pointer-events: none;
    }

    .mobile-fixed-bar.visible {
      opacity: 1;
      pointer-events: auto;
    }

    .mobile-fixed-bar a {
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .mobile-bar-whatsapp {
      color: #25D366;
      font-size: 20px;
    }

    .mobile-fixed-bar i {
      font-size: 18px;
    }
  }
  .site-footer {
  background: linear-gradient(180deg, #f8f8f8, #eeeeee);
  padding: 40px 20px 20px;
  color: #333;
  font-family: 'IRANSans', sans-serif;
  border-top: 1px solid #ddd;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
  justify-content: space-between;
}

.footer-box {
  flex: 1 1 300px;
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  box-sizing: border-box;
}

.contact-column {
  flex: 2 1 500px;
}

.footer-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00003C;
}

.footer-line {
  height: 2px;
  width: 60px;
  background: #00003C;
  margin-bottom: 20px;
}

.footer-box p,
.footer-box ul li {
  font-size: 15px;
  margin: 8px 0;
  color: #333;
  line-height: 1.8;
}

.footer-box i {
  margin-left: 8px;
  color: #00003C;
  min-width: 20px;
  text-align: center;
  font-size: 16px;
}

.footer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-box ul li a {
  color: #333;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}

.footer-box ul li a:hover {
  color: #00003C;
}

.footer-brand-logo {
  text-align: center;
  margin-top: 20px;
}

.footer-brand-logo img {
  height: 55px;
  opacity: 0.95;
}

/* شبکه اجتماعی گرافیکی */
.footer-socials {
  text-align: center;
  margin: 30px 0 10px;
}
.footer-socials a {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin: 0 12px;
  border-radius: 50%;
  background: #00003C;
  color: #fff;
  font-size: 28px;
  text-align: center;
  transition: background 0.3s, transform 0.3s;
}
.footer-socials a.instagram {
  background: #E1306C;
}
.footer-socials a.whatsapp {
  background: #25D366;
}
.footer-socials a:hover {
  transform: scale(1.1);
}

/* معرفی برند */
.footer-about {
  max-width: 1100px;
  margin: 30px auto 0;
  padding-top: 20px;
  font-size: 15px;
  line-height: 2;
  color: #444;
  text-align: center;
  border-top: 1px solid #ccc;
}

/* شعار برند */
.footer-tagline {
  text-align: center;
  font-size: 22px;
  color: #00003C;
  margin-top: 20px;
  font-weight: bold;
}
.footer-tagline span {
  color: #007b45;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
  .footer-container {
    display: block !important;  /* ❗ حل اصلی: flex حذف شد */
  }

  .footer-box {
    padding: 16px 14px;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
  }

  .footer-box:first-child {
    border-top: none;
  }

  .footer-box:last-child {
    border-bottom: none;
  }

  .footer-title {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .footer-line {
    width: 40px;
    margin-bottom: 12px;
  }

  .footer-box p,
  .footer-box ul li {
    font-size: 14px;
    margin: 6px 0;
    line-height: 1.7;
  }

  .footer-socials {
    margin: 20px 0 10px;
  }

  .footer-socials a {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 26px;
    margin: 0 10px;
  }

  .footer-about,
  .footer-tagline {
    padding: 0 10px;
  }

  .footer-tagline {
    font-size: 18px;
    margin-top: 15px;
  }
}

.news-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* حالت ریسپانسیو برای موبایل و تبلت */
@media (max-width: 992px) {
  .news-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .news-wrapper {
    grid-template-columns: 1fr;
  }
}

.news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #00003C;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.1);
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.news-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  transition: 0.4s ease;
}

.news-card:hover .news-image {
  filter: brightness(1.1);
}

.news-title {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: white;
  color: #00003C;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.section-header {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #c00;
  display: inline-block;
  padding-bottom: 8px;
  margin: 30px 10px 20px;
  color: #111;
}

.products-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  padding: 0 10px 40px;
  background: #fff;
  box-sizing: border-box;
}

.product-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  background: #fff;
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.product-image {
  position: relative;
  text-align: center;
  height: 200px;
  padding: 10px;
}

.product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #c00;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 4px;
  z-index: 2;
}

.product-title {
  padding: 10px 10px 0;
  text-align: center;
  min-height: 60px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #222;
}

.product-price-box {
  padding: 12px;
  text-align: center;
  font-size: 14px;
  color: #444;
  border-top: 1px dashed #ccc;
}

.product-price-main {
  font-weight: bold;
  color: #000;
}

.product-price-old {
  text-decoration: line-through;
  color: #aaa;
  font-size: 13px;
}



.search-container {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.search-box {
  width: 100%;
  padding: 10px 10px 10px 36px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}

.search-box:focus {
  outline: none;
  border-color: #888;
  box-shadow: 0 0 5px rgba(100, 100, 100, 0.3);
}

.search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 16px;
  pointer-events: none;
}

.phone-box {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 4px 12px;
  font-size: 14px;
  color: #333;
  direction: rtl;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08), inset 0 0 0 1px rgba(0,0,0,0.05);
  background-clip: padding-box;
  transition: all 0.3s ease;
  background-image: linear-gradient(to right, #ffffff, #ffffff),
                    linear-gradient(to right, #c0c0c0, #e0e0e0);
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%;
}

.phone-box:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.12), inset 0 0 0 1px rgba(0,0,0,0.08);
}

.phone-box .fa {
  margin-right: 8px;
  font-size: 18px;
  color: #444;
  transform: scaleX(-1);
}

.phone-number {
  font-weight: bold;
  letter-spacing: 1px;
}

#ax1{
	max-width:80%;
            border-radius: 15px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease; 
            object-fit: cover;
            display: block; 
            margin: 20px auto;
            margin-top:30px;margin-bottom:30px;
	}
	#ax1:hover{
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3); 
            transform: translateY(-5px) scale(1.05); 
}

.bosch-comparison {
    max-width: 850px;
    margin: 20px auto;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.bosch-title {
    font-size: 22px;
    font-weight: bold;
    color: #004080;
    margin-bottom: 15px;
}

.bosch-table-container {
    overflow-x: auto;
}

.bosch-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.bosch-th {
    background-color: #004080;
    color: #ffffff;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ddd;
}

.bosch-td {
    background-color: #f9f9f9;
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.bosch-table tbody tr:nth-child(even) .bosch-td {
    background-color: #f1f1f1;
}

/* Ø±Ù†Ú¯ Ø¨Ù†Ø¯ÛŒ ÙˆÛŒÚ˜Ú¯ÛŒ Ù‡Ø§ */
.bosch-high {
    color: #008000;
    font-weight: bold;
    background-color: #e6ffe6;
    padding: 10px;
    border: 1px solid #ddd;
}

.bosch-medium {
    color: #d67c00;
    font-weight: bold;
    background-color: #fff3e0;
    padding: 10px;
    border: 1px solid #ddd;
}

.bosch-light {
    color: #0073e6;
    font-weight: bold;
    background-color: #e0f3ff;
    padding: 10px;
    border: 1px solid #ddd;
}

.bosch-expensive {
    color: #cc0000;
    font-weight: bold;
    background-color: #ffe6e6;
    padding: 10px;
    border: 1px solid #ddd;
}

.bosch-cheap {
    color: #009900;
    font-weight: bold;
    background-color: #e6ffe6;
    padding: 10px;
    border: 1px solid #ddd;
}

.bosch-yes {
    color: #008000;
    font-weight: bold;
    background-color: #d9f9d9;
    padding: 10px;
    border: 1px solid #ddd;
}

.bosch-maybe {
    color: #d67c00;
    font-weight: bold;
    background-color: #fff3e0;
    padding: 10px;
    border: 1px solid #ddd;
}


ï»¿#fix{
	position:fixed;z-index:999;right:0%;bottom:2%;width:100%;padding:2px;background:white;padding-bottom:8px;padding-top:8px;;
}
#pcc{
	
}

.mobi1{
	
}

#np1{
	float:right;width:24%;border:1px #E1E1E1 solid;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;margin-bottom:2%;
}
#np2{
	float:right;width:24%;margin-right:1.3%;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;border:1px #E1E1E1 solid;margin-bottom:1.3%;
}
#np3{
	float:right;width:24%;margin-right:1.3%;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;border:1px #E1E1E1 solid;margin-bottom:2%;
}
#np4{
	float:left;width:24%;border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;border:1px #E1E1E1 solid;margin-bottom:2%;
}



#ax1{
	max-width:65%;
            border-radius: 15px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease; 
            object-fit: cover;
            display: block; 
            margin: 20px auto;
            margin-top:30px;margin-bottom:30px;
	}
	#ax1:hover{
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3); 
            transform: translateY(-5px) scale(1.05); 
}


	#ff1{
	float:right;width:30%;padding-bottom:3px;border-bottom:1px silver solid;
}
#ff2{
	float:left;width:68%;padding-bottom:3px;border-bottom:1px silver solid;
}
#ne1{
	float:right;width:32%;
}
#ne2{
	float:right;width:32%;margin-right:2%;
}
#ne3{
	float:left;width:32%;
}
.ap1{
	max-height:200px;max-width:50%;
}
.ap1:hover{
	max-width:65%;
}
#prod1{
	float:right;width:22%;margin-bottom:4%;
}
#prod2{
	float:right;width:22%;margin-right:4%;margin-bottom:4%;
}
#prod3{
	float:right;width:22%;margin-right:4%;margin-bottom:4%;
}
#prod4{
	float:left;width:22%;margin-bottom:4%;
}




#gr1, #gr2, #gr3, #gr4 {
  width: 23%;
  margin: 1%;
  float: right;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

#gr1:hover, #gr2:hover, #gr3:hover, #gr4:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

#gr1 img, #gr2 img, #gr3 img, #gr4 img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

#gr1:hover img, #gr2:hover img, #gr3:hover img, #gr4:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  #gr1, #gr2, #gr3, #gr4 {
    width: 48%;
  }
}

@media (max-width: 480px) {
  #gr1, #gr2, #gr3, #gr4 {
    width: 100%;
  }
}

@font-face {
    font-family: 'weblogmayekan';
    src: url('fonts/Shabnam.eot');
    src: url('fonts/Shabnam.eot#iefix') format('embedded-opentype'),
         url('fonts/Shabnam.woff') format('woff'),
         url('fonts/Shabnam.ttf') format('truetype'),
         url('fonts/Shabnam.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
      font-display: swap;

}
*{
	font-family:weblogmayekan;font-size:16px;;
}
#namad{
	position:fixed;left:0px;bottom:160px;background:#CCCCCC;
}
#namad2{
	position:fixed;left:0px;bottom:60px;background:#CCCCCC;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 110px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}


#po1{
	float:right;width:23%;padding:10px;text-align:center;border:1px silver solid;line-height:30px;-webkit-box-shadow:0px 0px 100px 5px #2653d0 ;
-moz-box-shadow:0px 0px 100px 5px #2653d0 ;
box-shadow:0px 0px 100px 5px #2653d0 ;
}

#po2{
	float:right;width:23%;padding:10px;text-align:center;border:1px silver solid;margin-right:3%;line-height:30px;-webkit-box-shadow:0px 0px 100px 5px #2653d0 ;
-moz-box-shadow:0px 0px 100px 5px #2653d0 ;
box-shadow:0px 0px 100px 5px #2653d0 ;
}

#po3{
	float:right;width:23%;padding:10px;text-align:center;border:1px silver solid;margin-right:2.9%;line-height:30px;-webkit-box-shadow:0px 0px 100px 5px #2653d0 ;
-moz-box-shadow:0px 0px 100px 5px #2653d0 ;
box-shadow:0px 0px 100px 5px #2653d0 ;

}

#po4{
	float:left;width:23%;padding:10px;text-align:center;border:1px silver solid;line-height:30px;-webkit-box-shadow:0px 0px 100px 5px #2653d0 ;
-moz-box-shadow:0px 0px 100px 5px #2653d0 ;
box-shadow:0px 0px 100px 5px #2653d0 ;
}






.hh{
	float:right;width:30%;background:#F0F0F0;padding-right:10px;font-size:14px;;
}


.hh2{
	float:left;width:69.99%;background:white;padding-right:10px;font-size:14px;
}



.mob{
	display:none;
}

#x1{
width:39%;float:right;}
#x2{
float:left;width:60%;
}
#container { direction: rtl; width: 100%; margin: 0 auto;background:white; }
#content1{
	height:auto;margin-bottom:0px;
}

#ccontent1{
	width:92%; margin: 0 auto;display:table ;height:auto;
}
#menu{
	float:right;margin-top:0px;margin-bottom:0px;
}
#q1{
	display:inline-block;margin:10px;width:210px;height:200px;
}
#mob{
	display:none;
}
#pro{
	height:150px;
}

#box2{
	width:240px;height:200px;display:inline-block;margin:15px;
}
#mmenu22{
	display:none;float:left;
}
#nnews1{
	float:right;width:150px;height:100px;
}
#nnews2{
height:120px;overflow:hidden;width:1000px;float:left;
}
#ninews{
height:100px;width:150px;
}
.rotate{
transition: 1s ease;
}

.rotate:hover{
-webkit-transform: rotateZ(-10deg);
-ms-transform: rotateZ(-10deg);
transform: rotateZ(-10deg);
transition: 1s ease;
}
h1{
	font-size:28px;padding:0px;margin:0px;font-weight:bold;
}
h2{
	font-size:19px;padding:0px;margin:0px;
}
h3{
	font-size:17px;padding:0px;margin:0px;font-weight:bold;
}
#f1{
	width:22%;float:right;
}

#f2{
	width:22%;float:right;margin-right:1%;
}
#f3{
	width:22%;float:right;;margin-right:1%;
}
#f4{
	width:71%;float:left;;padding:13px;background:white;
}
#right1{
	float:right;width:70%;
}
#left1{
	float:left;width:28%;background:white;border:1px silver solid;
}
#box11{width:210px;height:298px;margin:10px;display:inline-block;
}
#z2{
	display:inline-block;width:266px;height:230px;margin:10px;border:1px silver solid;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#zz1{
float:right;width:24%;margin-bottom:2%;border:1px silver solid;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#zz2{
float:right;width:24%;margin-bottom:2%;border:1px silver solid;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;margin-right:1.3%;
}
#zz3{
float:right;width:24%;margin-bottom:2%;border:1px silver solid;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;margin-right:1.3%;
}
#zz4{
float:left;width:24%;margin-bottom:2%;border:1px silver solid;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


#nh1{
	width:24%;background:white;float:right;
}

#nh2{
	width:24%;background:white;float:right;margin-right:1.3%;
}

#nh3{
	width:24%;background:white;float:right;margin-right:1.3%;
}

#nh4{
	width:24%;background:white;float:left;
}









.nh-item {
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  padding: 8px 12px;
  border-radius: 8px;
  margin: 10px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: background 0.3s;
}

.nh-item:hover {
  background-color: #f0f0f0;
}

.nh-item img {
  width: 70px;
  height: auto;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.nh-item:hover img {
  transform: scale(1.05);
}

.nh-item .title {
  margin-right: 12px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s;
}

.nh-item .title:hover {
  color: #c00;
}

@media (max-width: 576px) {
  .nh-item {
    flex-direction: column;
    text-align: center;
  }

  .nh-item .title {
    margin: 8px 0 0;
  }
}



#nh{
	display:inline-block;width:24%;border:1px silver solid;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;;padding:10px;margin:3px;background:white;
}
#product{
	width:24%;height:370px;background-color:white;padding:10px;display:inline-block;margin:0.2%;	-moz-box-shadow: 0 0 10px #ccc;
		-webkit-box-shadow: 0 0 10px #ccc;
		box-shadow: 0 0 10px #ccc;

}

#pro1{
	float:right;width:24%;background:white;padding:10px;margin-bottom:2%;	-moz-box-shadow: 0 0 10px #ccc;
		-webkit-box-shadow: 0 0 10px #ccc;
		box-shadow: 0 0 10px #ccc;
}
#pro2{
	float:right;width:24%;background:white;padding:10px;margin-bottom:2%;	-moz-box-shadow: 0 0 10px #ccc;
		-webkit-box-shadow: 0 0 10px #ccc;
		box-shadow: 0 0 10px #ccc;margin-right:1.3%;
}
#pro3{
	float:right;width:24%;background:white;padding:10px;margin-bottom:2%;	-moz-box-shadow: 0 0 10px #ccc;
		-webkit-box-shadow: 0 0 10px #ccc;
		box-shadow: 0 0 10px #ccc;margin-right:1.3%;
}
#pro4{
	float:left;width:24%;background:white;padding:10px;margin-bottom:2%;	-moz-box-shadow: 0 0 10px #ccc;
		-webkit-box-shadow: 0 0 10px #ccc;
		box-shadow: 0 0 10px #ccc;
}


#product:hover{
	background:#CCCCCC;
}

#product2{
	width:24.1%;height:370px;background-color:white;padding:10px;display:inline-block;margin:0.2%;	-moz-box-shadow: 0 0 10px #ccc;
		-webkit-box-shadow: 0 0 10px #ccc;
		box-shadow: 0 0 10px #ccc;

}
#product2:hover{
	background:#CCCCCC;
}
#c1{
	float:right;width:30%;
}
#c2{
	float:left;width:69%;height:400px;overflow:hidden;padding-top:20px;padding-right:20px;
}
.myButton {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-size:14px;
	padding:2px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}
#ne{
	width:270px;height:200px;display:inline-block;margin:6px;
}
#logo{
	float:right;
}
#se{
	float:left;width:400px;
}
#pr1{
	width:35%;float:right;padding:10px;	-moz-box-shadow: 0 0 10px #ccc;
		-webkit-box-shadow: 0 0 10px #ccc;
		box-shadow: 0 0 10px #ccc;background:white;

}
#pr2{
	width:61%;float:left;
}
.myButton33 {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	padding:6px 22px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton33:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton33:active {
	position:relative;
	top:1px;
}





.myButton11 {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton11:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton11:active {
	position:relative;
	top:1px;
}
#ax{
	width:150px;height:160px;display:inline-block;margin:2px;	-moz-box-shadow: 0 0 10px #ccc;
		-webkit-box-shadow: 0 0 10px #ccc;
		box-shadow: 0 0 10px #ccc;
}
#search{
	width:400px;
}
@media only screen and (max-width: 1200px) {

#nnews1{
	float:right;width:150px;height:100px;
}
#nnews2{
height:100px;overflow:hidden;width:870px;float:left;
}
#ninews{
height:100px;width:150px;
}

#mob{
	display:block;
}


}
@media only screen and (max-width: 1050px) {
#nnews1{
	float:right;width:150px;height:100px;
}
#nnews2{
height:100px;overflow:hidden;width:670px;float:left;
}
#ninews{
height:100px;width:150px;
}

#mmenu22{
	display:block;
}
#menu{
	display:none;
}




}


@media only screen and (max-width: 800px) {

#nnews1{
	float:right;width:150px;height:100px;
}
#nnews2{
height:100px;overflow:hidden;width:490px;float:left;
}
#ninews{
height:100px;width:150px;
}


}


@media only screen and (max-width: 750px) {
.rotate{
transition: 1s ease;
}

.rotate:hover{
-webkit-transform: rotateZ(-0deg);
-ms-transform: rotateZ(-0deg);
transform: rotateZ(-0deg);
transition: 1s ease;
}
#nnews1{
	float:right;width:100%;height:200px;text-align:right;
}
#nnews2{
height:100px;overflow:hidden;width:100%;float:left;
}
#ninews{
height:200px;width:300px;
}
#news1{
	width:100%;margin:0px;margin-bottom:10px;
}
#q1{
	width:100%;margin:0px;margin-bottom:20px;height:300px;
}
#pro{
	height:250px;
}


#f1{
	width:100%;
}

#f2{
	width:100%;margin:0px;margin-top:14px;margin-bottom:14px;
}

#f3{
	width:100%;
}

#box11{width:100%;margin:0px;margin-bottom:10px;text-align:center;
}
#logo{
	width:100%;height:auto;
}
#u{
width:100%;margin:0px;margin-bottom:30px;
}
#r{
width:100%;margin:0px;margin-bottom:10px;
}
#lang{
	width:100%;text-align:center;
}
#onvan{
	width:100%;text-align:center;line-height:22px;
}
#pr1{
width:100%;margin:0px;margin-bottom:13px;text-align:center;
}
#pr2{
width:100%;margin:0px;margin-bottom:20px;
}
#logo{
width:100%;text-align:center;margin-bottom:10px;
}
#se{
width:100%;text-align:center;
}
#nh{
	width:90%;text-align:right;
}
#f1{
	width:100%;margin:0px;margin-bottom:10px;
}
#f2{
	width:100%;margin:0px;margin-bottom:10px;
}
#f3{
	width:100%;margin:0px;margin-bottom:10px;
}
#f4{
	width:100%;margin:0px;margin-bottom:10px;
}
#pr1{
	width:100%;margin:0px;padding-top:25px;
}
#pr2{
	width:100%;margin:0px;
}
#search{
	width:100%;
}
#product{
	width:49%;margin:0px;margin:0.2%;margin-bottom:20px;
}
#product2{
	width:49%;margin:0px;margin:0.2%;margin-bottom:20px;
}
.pc{
	display:none;
}
#c2{
	width:100%;height:auto;padding-bottom:15px;
}
#namad{
display:none;
}
#namad2{
display:none;
}
#x1{
	width:100%;
}
#x2{
	width:100%;
}
.mob{
	display:block;
}
img{
	max-width:100%;
}
.hh{
	float:right;width:100%;background:#F0F0F0;padding-right:10px;font-size:14px;;
}
.hh2{
	float:left;width:100%;background:white;padding-right:10px;font-size:14px;
}
#right1{
	width:100%;
}
#left1{
	width:100%;
}

#po1{
	width:100%;margin:0px;margin-bottom:10px;
}

#po4{
	width:100%;margin:0px;margin-bottom:10px;
}

#po2{
	width:100%;margin:0px;margin-bottom:10px;
}

#po3{
	width:100%;margin:0px;margin-bottom:10px;
}
#kgr1{
	float:right;width:48%;margin-bottom:2%;
}
#kgr2{
	float:left;width:48%;margin-bottom:2%;
}
#kgr3{
	float:right;width:48%;margin-bottom:2%;
}
#kgr4{
	float:left;width:48%;margin-bottom:2%;
}
#zz1{
	float:right;width:49%;margin:0px;margin-bottom:2%;
}
#zz2{
	float:left;width:49%;margin:0px;margin-bottom:2%;
}
#zz3{
	float:right;width:49%;margin:0px;margin-bottom:2%;
}
#zz4{
	float:left;width:49%;margin:0px;margin-bottom:2%;
}
#pro1{
	width:100%;margin:0px;margin-bottom:2%;
}
#pro2{
	width:100%;margin:0px;margin-bottom:2%;
}
#pro3{
	width:100%;margin:0px;margin-bottom:2%;
}
#pro4{
	width:100%;margin:0px;margin-bottom:2%;
}
#pcc{
	display:none;
}
#prod1{
	float:right;width:48%;margin:0px;margin-bottom:3%;
}
#prod2{
	float:left;width:48%;margin:0px;margin-bottom:3%;
}
#prod3{
	float:right;width:48%;margin:0px;margin-bottom:3%;
}
#prod4{
	float:left;width:48%;margin:0px;margin-bottom:3%;
}
#ne1{
	float:right;width:100%;margin:0px;margin-bottom:2%;
}
#ne2{
	float:right;width:100%;margin:0px;margin-bottom:2%;
}
#ne3{
	float:right;width:100%;margin:0px;margin-bottom:2%;
}
#ff1{
	float:right;width:100%;padding-bottom:3px;border-bottom:1px silver solid;
}
#ff2{
	float:left;width:100%;padding-bottom:3px;border-bottom:4px silver solid;
}

#ax1{
	max-width:85%;
            border-radius: 15px;
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease; 
            object-fit: cover;
            display: block; 
            margin: 20px auto;
            margin-top:30px;margin-bottom:30px;
	}
	#ax1:hover{
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3); 
            transform: translateY(-5px) scale(1.05); 
}
#np1{
	width:100%;margin:0px;margin-bottom:2%;
}
#np2{
	width:100%;margin:0px;margin-bottom:2%;
}
#np3{
	width:100%;margin:0px;margin-bottom:2%;
}
#np4{
	width:100%;margin:0px;margin-bottom:2%;
}

.mobi1{
	padding-top:24px
}

#nh1{
	float:right;width:48%;margin:0px;margin-bottom:1%;
}

#nh2{
	float:left;width:48%;margin:0px;margin-bottom:1%;
}

#nh3{
	float:right;width:48%;margin:0px;margin-bottom:1%;
}

#nh4{
	float:left;width:48%;margin:0px;margin-bottom:1%;
}
#mobi{
	display:block;
}
#pcc{
	display:none;
}

}