body {
  margin: 0;
  font-family: "font", sans-serif;
  direction: rtl;
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.main-header {
  background: linear-gradient(135deg, #0f0f0f, #1e293b, #023e8a, #00214c);
  color: white;
  padding: 20px 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  direction: rtl;

  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  gap: 10px;
}

.logo i {
  font-size: 28px;
  color: #ffd60a;
}
.logo img {
  width: 7rem;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 79rem;
  margin-top: -5.3rem;
}

.header-actions i {
  font-size: 20px;
  cursor: pointer;
}

/* استایل‌دهی به منوی ترجمه */
.goog-te-combo {
  padding: 6px;
  border-radius: 4px;
  border: none;

  color: #00214c;

  font-weight: bold;
}

/* حذف لوگو و متن اضافی گوگل */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.main-nav {
  margin-top: 20px;
}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.main-nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding-right: 0.5rem;
  transition: color 0.3s;
}
.main-nav i {
  transition: color 0.3s;
}
.main-nav a:hover,
.main-nav i:hover {
  color: #ffd60a;
}

@font-face {
  font-family: "font";
  src: url(../font/Samim-Bold.woff) format(woff);
}
#google_translate_element {
}
.goglee {
  background-color: white;
  border-radius: 100rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  height: 3rem;
}
/* مخفی کردن متن "Powered by Google Translate" */
.goog-te-gadget span {
  display: none !important;
}

.goog-te-combo {
  padding: 6px;
  border-radius: 4px;
  border: none;
  background-color: white;
  color: #0077b6;
  font-weight: bold;
}

.hero-slider {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100vh;
  margin-top: 7rem;
  padding: 0 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  color: white;
  position: relative;
}

.hero-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  animation: fadeIn 1s ease-in;
}

.slide-content h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.slide-content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.cta-button {
  background-color: #0077b6;
  color: white;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.cta-button:hover {
  background-color: #005f8f;
}

.slider-nav {
  margin-top: 40px;
}

.slider-nav button {
  background-color: white;
  color: #0077b6;
  border: none;
  padding: 10px 16px;
  margin-left: 10px;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.articles-section {
  padding: 60px 40px;
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  direction: rtl;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.article-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.article-card:hover {
  transform: translateY(-5px);
}

.article-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.article-content {
  padding: 20px;
}

.article-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffd60a;
}

.article-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #f1f1f1;
  margin-bottom: 15px;
}

.read-more {
  display: inline-block;
  background-color: #ffd60a;
  color: #023e8a;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.read-more:hover {
  background-color: #ffc300;
}

.sales-conditions {
  padding: 60px 40px;
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  direction: rtl;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}

.conditions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.condition-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.condition-card:hover {
  transform: translateY(-5px);
}

.condition-card i {
  font-size: 36px;
  margin-bottom: 15px;
  color: #ffd60a;
}

.condition-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.condition-card p {
  font-size: 14px;
  line-height: 1.6;
}
.consultation-section {
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  padding: 60px 40px;
  text-align: center;
  direction: rtl;
}

.consultation-content h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.consultation-content p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.8;
}

.contact-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.call-button,
.whatsapp-button {
  align-items: center;
  gap: 10px;
  background-color: #ffd60a;
  color: #023e8a;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
}
.whatsapp-button2 {
  background-color: #ffd60a;
  color: #023e8a;
  padding: 12px 20px;

  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s;
}
.dokmeee {
  margin-top: 2rem;
}
.call-button:hover,
.whatsapp-button:hover {
  background-color: #ffc300;
}

.call-button i,
.whatsapp-button i {
  font-size: 18px;
}
.gallery-section {
  padding: 60px 40px;
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  direction: rtl;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
}

.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.gallery-slider {
  padding: 60px 40px;
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  text-align: center;
  direction: rtl;
}

.section-title {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: bold;
}

.gallery-wrapper {
  max-width: 800px;
  margin: auto;
  position: relative;
}

.gallery-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#gallery-caption {
  margin-top: 15px;
  font-size: 16px;
  color: #ffd60a;
}

.gallery-controls {
  margin-top: 20px;
}

.gallery-controls button {
  background-color: #ffd60a;
  color: #023e8a;
  border: none;
  padding: 10px 16px;
  margin: 0 10px;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.gallery-controls button:hover {
  background-color: #ffc300;
}
.magazine-section {
  padding: 60px 40px;
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  direction: rtl;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}

.magazine-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.magazine-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  height: 19rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.magazine-card:hover {
  transform: translateY(-5px);
}

.magazine-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.magazine-content {
  padding: 20px;
}

.magazine-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: -1rem;
  color: #ffd60a;
}

.magazine-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #f1f1f1;
  margin-bottom: 15px;
}

.download-button {
  display: inline-block;
  background-color: #ffd60a;
  color: #023e8a;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.download-button:hover {
  background-color: #ffc300;
}
.price-list-section {
  padding: 60px 40px;
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  direction: rtl;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  justify-items: center;
}

.company-card {
  background-color: #ffc300;
  border-radius: 12px;
  padding: 15px;
  height: 11rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  width: 140px;
}
.company-card img {
  border-radius: 1rem;
}
.company-card:hover {
  transform: scale(1.05);
}

.company-card img {
  width: 7rem;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.company-card p {
  font-size: 1rem;
  color: #00214c;

  font-weight: bold;
}
.kave {
  margin-top: 2.5rem;
}
.pipes-section {
  padding: 60px 40px;
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  direction: rtl;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}

.pipes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  justify-items: center;
}

.pipe-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  width: 180px;
}

.pipe-card:hover {
  transform: scale(1.05);
}

.pipe-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.pipe-card p {
  font-size: 14px;
  color: #ffd60a;
  font-weight: bold;
}
.about-modern {
  padding: 60px 40px;
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  direction: rtl;
}

.section-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
  font-weight: bold;
}

.about-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}

.about-box {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.about-box:hover {
  transform: translateY(-5px);
}

.about-box h3 {
  font-size: 20px;
  color: #ffd60a;
  margin-bottom: 15px;
}

.about-box p {
  font-size: 15px;
  line-height: 1.8;
  color: #f1f1f1;
}
.new-products-section {
  padding: 60px 40px;
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  direction: rtl;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.product-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.product-info {
  padding: 20px;
}

.product-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffd60a;
}

.product-info p {
  font-size: 14px;
  color: #f1f1f1;
  margin-bottom: 15px;
}

.product-button {
  display: inline-block;
  background-color: #ffd60a;
  color: #023e8a;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.product-button:hover {
  background-color: #ffc300;
}
.products-services-section {
  padding: 60px 40px;
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  direction: rtl;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}

.ps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.ps-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  text-align: center;
  padding-bottom: 20px;
}

.ps-card:hover {
  transform: translateY(-5px);
}

.ps-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.ps-card h3 {
  font-size: 18px;
  margin: 15px 10px 10px;
  color: #ffd60a;
}

.ps-card p {
  font-size: 14px;
  color: #f1f1f1;
  padding: 0 15px;
  line-height: 1.8;
}
.discount-section {
  padding: 60px 40px;
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  direction: rtl;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}

.discount-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.discount-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  transition: transform 0.3s ease;
}

.discount-card:hover {
  transform: translateY(-5px);
}

.discount-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.discount-card h3 {
  font-size: 18px;
  margin: 15px 10px 10px;
  color: #ffd60a;
}

.discount-card p {
  font-size: 14px;
  color: #f1f1f1;
  margin: 5px 0;
}

.discount-card del {
  color: #ccc;
}

.discount-card strong {
  color: #ffd60a;
}

.buy-button {
  display: inline-block;
  background-color: #ffd60a;
  color: #023e8a;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: background-color 0.3s;
}

.buy-button:hover {
  background-color: #ffc300;
}

.discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #e63946;
  color: white;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
}
.site-footer {
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  padding: 50px 40px 20px;
  direction: rtl;
  font-size: 14px;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}

.footer-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #ffd60a;
}

.footer-box p,
.footer-box ul {
  margin: 0;
  line-height: 1.8;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li {
  margin-bottom: 8px;
}

.footer-box ul li a {
  color: #f1f1f1;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-box ul li a:hover {
  color: #ffd60a;
}

.social-icons a {
  margin-left: 10px;
  color: #ffd60a;
  font-size: 18px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #ffffff;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  font-size: 13px;
  color: #ccc;
}
.floating-buttons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.floating-buttons {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.circle-button {
  width: 50px;
  height: 50px;
  background-color: #ffd60a;
  color: #023e8a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 20px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.circle-button:hover {
  background-color: #ffc300;
  transform: scale(1.1);
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-box {
  background: #ffffff;
  color: #023e8a;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  position: relative;
  text-align: center;
}

.modal-box h2 {
  margin-bottom: 20px;
  color: #0077b6;
}

.modal-box input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.modal-box button {
  background-color: #0077b6;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.modal-box button:hover {
  background-color: #023e8a;
}

.close-btn {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #999;
}

/* اسلایدر عمومی */
.slider-container {
  width: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

/* تصاویر داخل اسلاید */
.slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background-color: inherit; /* رنگ پس‌زمینه از والد می‌گیره */
}
.slide {
  background-color: #023e8a; /* یا هر رنگی که بک‌گراند سایتت هست */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #023e8a; /* رنگ بک‌گراند سایت */
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease;
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-glass {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px;
  width: 90%;
  max-width: 400px;
  color: white;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.close-btn {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #ccc;
}
.tab-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tab-buttons button {
  flex: 1;
  padding: 10px;
  background: transparent;
  border: none;
  color: #ffd60a;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s;
}

.tab-buttons .active-tab {
  border-color: #ffd60a;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.auth-form input {
  padding: 10px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 14px;
}

.auth-form input::placeholder {
  color: #eee;
}

.auth-form button {
  background-color: #ffd60a;
  color: #023e8a;
  padding: 10px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.auth-form button:hover {
  background-color: #ffc300;
}

.hidden {
  display: none;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  direction: rtl;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-glass-icon {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffd60a;
  font-size: 26px;
  text-decoration: none;

  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.header-glass-icon:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1) rotate(5deg);
  color: #ffffff;
}

.header-glass-icon:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1) rotate(-5deg);
  color: #ffffff;
}

/* مودال سبد خرید */
.cart-box {
  max-width: 420px;
  text-align: right;
}

.cart-items {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.cart-items li {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 14px;
}

.cart-total {
  font-size: 16px;
  color: #ffd60a;
  margin-bottom: 15px;
  text-align: left;
}

.checkout-btn {
  background-color: #ffd60a;
  color: #023e8a;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
}

.checkout-btn:hover {
  background-color: #ffc300;
}
.clear-btn {
  background-color: transparent;
  color: #ff6b6b;
  border: 1px solid #ff6b6b;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
  transition: all 0.3s ease;
}

.clear-btn:hover {
  background-color: #ff6b6b;
  color: white;
}
.sendd {
  font-size: 15px;
  line-height: 1.8;
  color: #f1f1f1;
  text-decoration: none;
}
.sales-conditions2 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.card-container2 {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.card2 {
  width: 160px;
  height: 160px;
  perspective: 1000px;
}

.card-inner2 {
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
}

/* 🔥 این خط باعث میشه با هاور برگرده */
.card2:hover .card-inner2 {
  transform: rotateY(180deg);
}

.card-front2,
.card-back2 {
  position: absolute;
  width: 100%;
  height: 15rem;
  backface-visibility: hidden;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* جلو کارت */
.card-front2 {
  background: #00214c;
}

.card-front2 i {
  font-size: 40px;
  color: #ffc300;
}

/* پشت کارت */
.card-back2 {
  background: #005f8f;
  color: white;
  transform: rotateY(180deg);
  font-size: 18px;
  padding: 10px;
  text-align: center;
}

.megaDropTahaa {
  position: relative;
}

/* سطح اول */
.subMenuTahaa {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: column;
  left: 0;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  border: 1px solid #ddd;
  width: 10rem;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.subMenuTahaa li {
  position: relative;
}

.subMenuTahaa li a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
}

.subMenuTahaa li a:hover {
  background: #007bff;
  color: #ffd60a;
}

/* وقتی هاور شد سطح اول باز بشه */
.megaDropTahaa:hover > .subMenuTahaa {
  opacity: 1;
  visibility: visible;
}

/* سطح دوم (زیرشاخه‌ها) */
.subLevelTahaa {
  top: 0;
  right: 100%;
  margin-left: 5px;
}

.subMenuTahaa li:hover > .subLevelTahaa {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .subMenuTahaa {
    right: 8rem;
  }
  .subMenuTahaa li:hover > .subLevelTahaa {
    opacity: 1;
    visibility: visible;
  }
  .subMenuTahaa {
    width: 6rem;
  }
  .subLevelTahaa {
    right: 6rem;
  }
}
.icon-box {
  width: 180px;
  padding: 15px;
  border: 3px solid #000;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  font-family: sans-serif;
}

.screen {
  width: 100%;
  height: 100px;
  border: 3px solid #000;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}

.circle {
  width: 35px;
  height: 35px;
  border: 3px solid #000;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  bottom: 45px;
}

.bottom-lines {
  margin-top: 10px;
}

.bottom-lines span {
  display: block;
  width: 100%;
  height: 5px;
  background: #000;
  margin-top: 5px;
  border-radius: 4px;
}
.product-cartts {
  background-color: white;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  width: 15rem;
  height: 16rem;
  background-image: url(../img/زانویی-90-درجه1.png);
  justify-content: center;
  border-bottom-left-radius: 2rem;
  background-repeat: no-repeat;
  background-size: 15rem;
  align-items: center;
}

.product-cartt {
}
.price {
}
.product-button2 {
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  border: none;
  background-color: #00214c;
  margin-right: 11rem;
  margin-top: 2rem;
}
.proo {
  padding: 60px 40px;
  background: linear-gradient(to left, #023e8a, #00214c);
  color: white;
  text-align: center;
  direction: rtl;
  display: flex;
  flex-direction: row;
}
.productGridTahaa {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
  padding: 30px;
}

.productCardTahaa {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.productCardTahaa:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.productCardTahaa img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.productCardTahaa h3 {
  font-size: 18px;
  margin: 15px 0 5px;
  color: #007bff;
}

.productCardTahaa p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.priceTahaa {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.btnTahaa {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btnTahaa:hover {
  background: #0056b3;
}
.titleTagaha {
  text-align: center;
  margin-bottom: 30px;
  color: #007bff;
}

.productGridTagaha {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
}

.productCardTagaha {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.productCardTagaha:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.productCardTagaha img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.productCardTagaha h3 {
  font-size: 18px;
  margin: 15px 0 5px;
  color: #007bff;
}

.productCardTagaha p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.priceTagaha {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
.aboutSectionTagaha {
  padding: 60px;
  background: linear-gradient(to left, #023e8a, #00214c);
}

.aboutContainerTagaha {
  display: flex;
  align-items: center;
  gap: 40px;
}

.aboutTextTagaha {
  flex: 1;
  padding: 20px;
}

.aboutTextTagaha h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: white;
  font-weight: bold;
}

.aboutTextTagaha p {
  font-size: 16px;
  color: white;
  line-height: 1.8;
  margin-bottom: 20px;
}

.controlsTagaha {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px 18px;
  margin: 0 5px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.controlsTagaha button:hover {
  background: #0056b3;
}

.aboutSliderTagaha {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.slideTagaha {
  display: none;
  animation: fadeTagaha 1s ease;
}

.slideTagaha.activeTagaha {
  display: block;
}

.slideTagaha img {
  width: 100%;
  border-radius: 12px;
}

@keyframes fadeTagaha {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.aboutContainerTagaha {
  display: flex;
  gap: 40px;
}
.aboutTextTagaha {
  flex: 1;
}
.aboutSliderTagaha {
  flex: 1;
  position: relative;
}
.slideTagaha {
  display: none;
}
.slideTagaha.activeTagaha {
  display: block;
}
.slideTagaha img {
  width: 100%;
  border-radius: 12px;
}
.prevTagaha {
}
/* ✅ کانتینر سرچ */
.search-wrapper {
  position: relative;
  max-width: 320px;
  border-radius: 12rem;
  margin-left: 67rem;
  transition: all 0.3s ease;
}

/* ✅ بزرگ شدن هنگام فوکوس */
.search-wrapper:focus-within {
  max-width: 600px;
  transform: scale(1.05);
}

/* ✅ خود اینپوت سرچ */
.search-input {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 12px;
  border: 2px solid transparent;
  outline: none;
  /* گلس مورفیک */
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);

  color: white;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* ✅ افکت فوکوس */
.search-input:focus {
  border-color: #00214c;
  box-shadow: 0 0 12px #00214c;
}

/* ✅ placeholder */
.search-input::placeholder {
  color: #eee;
}

/* ✅ باکس پیشنهادها */
.suggestions {
  position: absolute;
  top: 110%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 6px 0;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* ✅ آیتم‌های پیشنهاد */
.suggestions div {
  padding: 10px 14px;
  color: white;
  cursor: pointer;
  transition: background 0.2s ease;
}

/* ✅ هاور روی پیشنهاد */
.suggestions div:hover {
  font-weight: bold;
}

.tahaa-slider {
  position: relative;
  width: 94.59rem;
  background: linear-gradient(135deg, #0f0f0f, #1e293b, #023e8a, #00214c);
  padding-top: 10rem;
  margin: auto;
  height: 40rem;
  overflow: hidden;
}

.tahaa-slide {
  display: none;
  position: relative;
}

.tahaa-slide.active {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.tahaa-slide img {
  width: 50%;
  border-radius: 3rem;
  object-fit: cover;
}

.tahaa-text {
  width: 50%;
  color: white;
  font-size: 18px;
  line-height: 1.8;
}

.tahaa-controls {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
}

.tahaa-controls span {
  cursor: pointer;
  font-size: 30px;
  color: white;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
@media (min-width: 1600px) {
  .section-title {
    font-size: 36px;
  }

  .about-content {
    max-width: 1000px;
    font-size: 18px;
  }

  .modal-box {
    max-width: 500px;
  }

  .footer-box h3 {
    font-size: 20px;
  }

  .footer-bottom {
    font-size: 15px;
  }

  .product-info h3,
  .article-content h3,
  .magazine-content h3 {
    font-size: 22px;
  }

  .product-info p,
  .article-content p,
  .magazine-content p {
    font-size: 16px;
  }

  .pipe-card p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .main-header {
    padding: 10px 20px;
  }

  .header-top {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .logo img {
    width: 5rem;
  }

  .header-actions {
    justify-content: center;
    margin-top: 8px;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
  }

  .main-nav a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .main-header {
    padding: 15px 30px;
  }

  .logo img {
    width: 6rem;
  }

  .main-nav ul {
    gap: 20px;
  }

  .main-nav a {
    font-size: 17px;
  }
}
/* دکمه همبرگری پیش‌فرض مخفی */
.hamburger {
  background: none;
  border: none;
  color: #ffd60a;
  font-size: 26px;
  margin-left: 47rem;
  cursor: pointer;
  display: none; /* فقط در موبایل نمایش داده میشه */
}

/* حالت موبایل */
@media (max-width: 768px) {
  .card2 {
    margin-bottom: 5rem;
  }
  .hamburger {
    display: block; /* دکمه همبرگری نمایش داده شود */
    margin-top: -4rem;
    padding-left: 6rem;
  }

  .main-nav {
    display: none; /* منو مخفی */
    position: absolute;
    top: -1.6rem; /* زیر هدر */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    width: 7rem;
    height: 57rem;
    right: 0;
    left: 0;
    padding: 20px;
    border-radius: 0 0 12px 12px;
    z-index: 999;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .main-nav.show {
    display: block; /* وقتی کلاس show اضافه شد، منو باز شود */
  }
  .search-input {
    width: 9rem;
  }
  .search-wrapper {
    margin-top: -3rem;
    margin-right: -2rem;
  }
  .logo {
    margin-left: 90rem;
  }
  .main-header {
    height: 8.1rem;
  }
  .goglee {
    margin-left: 114.3rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  #google_translate_element {
    padding: 3rem;
  }
}
