html {
  scroll-behavior: smooth;
}
html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.main-header {
  background-color: #e6e6e6;
  padding: 12px 0;
  direction: rtl;
  font-family: "Tahoma", sans-serif;
}

.mobile-hero-slider {
    display: none !important; /
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
    width: 100%;  
  max-width: 100%; 

}
.icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 40px;
}
.logo {
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  height: 60px;
  width: 110px;
  align-items: center;
}

.nav-menu ul {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.nav-menu ul li a {
  text-decoration: none;
  color: #2b4360;
  font-size: 14px;
  font-weight: bold;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.search-wrapper {
  background-color: #ffffff;
  border-radius: 25px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  width: 280px;
}

.search-wrapper input {
  border: none;
  outline: none;
  width: 100%;
  margin-right: 8px;
  background: transparent;
}

.search-wrapper i {
  color: #2b4360;
  font-size: 14px;
}

.user-actions {
  display: flex;
  gap: 15px;
}

.user-actions a {
  color: #2b4360;
  font-size: 18px;
  text-decoration: none;
}

.nav-menu ul li a:hover {
  color: #000;
}
.slider-container {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 30px auto;
  border-radius: 60px;
  overflow: hidden;
}

/* استایل بدنه اسلایدها */
.slides-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 60px;
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
  border-radius: 60px;
}

.slide:hover {
  cursor: pointer;
}

.slide.active {
  opacity: 1;
  transform: translateX(0);
}

/* باکس تصویر */
.image-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 60px;
  overflow: hidden;
}

/* خود عکس داخل اسلایدر */
.image-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 60px;
}

/* استایل نقاط پیمایش (Dots) */
.dots-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #8e8e8e; /* رنگ نقطه فعال */
  width: 12px;
  height: 12px;
}

/* افکت هاور برای نقطه‌ها */
.dot:hover {
  background-color: #aaa;
}
.brands-section {
  padding: 40px 0;
  direction: rtl;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* استایل تیتر "برند ها" */
.section-title-brand {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  text-align: right;
  padding-left: 10px;
}
.brands-viewport {
  width: 100%;
  overflow: hidden; /* مخفی کردن برندهای اضافی */
}
.brands-track {
  display: flex;
  gap: 15px;
  transition: transform 0.6s ease-in-out;

  width: max-content;
    width: auto;        
  flex-wrap: nowrap;  

}
.brand-card {
  background-color: #ffffff;
  border-radius: 15px;
  height: 80px;
  width: calc((1200px - 100px) / 5);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
/* نوار خاکستری اصلی */
.brands-bar {
  background-color: #e6e6e6;
  border-radius: 25px;
  padding: 15px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

/* هاور روی کارت‌ها برای جذابیت بیشتر */
.brand-card:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

/* تنظیمات لوگوی SVG داخل کارت */
.brand-logo {
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo img {
  max-width: 100%;
  max-height: 100%;
  background-size: contain;
}
.products-section {
  padding: 50px 0;
  direction: rtl;
  font-family: "Tahoma", sans-serif;
}

.products-slider-wrapper {
  background-color: #e6e6e6;
  border-radius: 25px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: grab;
}

.products-slider-wrapper:active {
  cursor: grabbing;
}

.products-track {
  display: flex;
  gap: 15px;
  transition: transform 0.5s ease-out;
   width: auto;   
  user-select: none;
}

.product-card {
  background-color: #fff;
  border-radius: 15px;
  width: 220px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.product-image {
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-name {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  height: 40px;
}

.product-brand,
.product-country {
  font-size: 12px;
  color: #888;
  margin: 2px 0;
}

.product-price {
  margin-top: 15px;
  font-weight: bold;
  color: #2b4360;
  font-size: 14px;
}
.categories-section {
  padding: 40px 0;
  direction: rtl;
  font-family: "Tahoma", sans-serif;
}

.category-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 20px;
}

.category-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.icon-circle {
  width: 130px;
  height: 130px;
  /*background-color: #e6e6e6;*/
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.icon-circle:hover {
  transform: scale(1.05);
  background-color: #dadada;
}

.icon-circle img {
  width: 100%;
  height: auto;
  opacity: 1;
}

.category-item span {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}
.stats-section {
  background: linear-gradient(135deg, #006699 0%, #003366 100%);
width:100%;
  color: white;
  height: 300px;
  padding: 60px 0;
  width: 100vw;
  position: relative;
  overflow: hidden;
  font-family: "Tahoma", sans-serif;
  margin-bottom: 50px;
}

.stats-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-title-products {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  text-align: right;
  padding-left: 10px;
}

.stats-grid {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.stat-item {
  display: flex;
  flex: 1;
  flex-direction: column-reverse;
  align-items: center;
  gap: 8px;
}

.stat-number {
  font-size: 24px;
  font-weight: bold;
  background: white;
  color: #006699;
  padding: 12px 60px;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.stat-number:hover {
  transform: scale(1.05);
}

.stat-label {
  font-size: 30px;
  color: white;
  font-weight: 600;
  text-align: center;
  max-width: 120px;
  direction: rtl;
}
.mobile-header {
  display: none;
}
.stats-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("pictures/close-up-hand-holding-dental-equipment-scaled.jpg")
    center/cover no-repeat;
  z-index: 1;
  opacity: 0.3;
}
.testimonials-section {
  padding: 60px 0;
  direction: rtl;
  font-family: "Tahoma", sans-serif;
  background-color: #f9f9f9;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title-category {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  text-align: right;
  padding-left: 10px;
}

.testimonials-slider {
  display: flex;
  justify-content: center;
  gap: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.testimonial-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 300px;
  padding: 25px;
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.testimonial-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.testimonial-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  border: 2px solid #006699;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-name {
  font-size: 16px;
  font-weight: bold;
  color: #2b4360;
  margin: 0;
}

.testimonial-text {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.6;
  max-width: 250px;
}

.rating {
  display: flex;
  gap: 5px;
  color: #ffc107;
  font-size: 18px;
}

.star {
  font-size: 18px;
}

.dots-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #006699;
  width: 12px;
  height: 12px;
}
.section-title-idea {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  text-align: right;
  padding-left: 10px;
}
.call-faq {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 20px;
}
.faq-accordion {
  max-width: 800px;
  margin: 20px 30px;
  direction: rtl;
  font-family: "Tahoma", sans-serif;
}

.faq-item {
  border: 1px solid #a5d1e1; /* رنگ آبی کادر در تصویر */
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
}

.faq-question {
  width: 100%;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  color: #444;
  text-align: right;
}

.faq-question:hover {
  background-color: #f7fbfe;
}

.arrow-icon {
  color: #4da3c4;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #fcfdfe;
}

.faq-answer p {
  padding: 0 20px 15px;
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.faq-item.active {
  border-color: #4da3c4;
  box-shadow: 0 4px 12px rgba(77, 163, 196, 0.1);
}

.faq-item.active .arrow-icon {
  transform: rotate(180deg);
}

.faq-item.active .faq-answer {
  max-height: 200px;
}
.section-title-call {
  font-size: 16px;
  color: #333;

  text-align: right;
  padding-left: 10px;
  padding: 10px 80px;
}

.contact-form-container {
  max-width: 500px;
  margin: 20px auto;
  direction: rtl;
  font-family: "Tahoma", sans-serif;
  text-align: center;
}

.form-title {
  font-size: 12px;
  color: #444;
  margin-bottom: 10px;
  line-height: 1.6;
}

.custom-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1.5px solid #a5d1e1;
  border-radius: 12px;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  color: #555;
  transition: border-color 0.3s ease;
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: #4da3c4;
}

.input-group input::placeholder,
.input-group textarea::placeholder {
  color: #aaa;
  text-align: right;
}

.submit-btn {
  background-color: #4da3c4;
  color: white;
  border: none;
  padding: 14px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

.submit-btn:hover {
  background-color: #3d8ba8;
}
.call {
  margin-bottom: 20px;
}
.latest-posts {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  direction: rtl;
  font-family: "Tahoma", sans-serif;
}

.posts-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.posts-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  text-align: right;
  padding-left: 10px;
}
.view-all1 {
  font-size: 14px;
  color: #22628E;
  text-decoration: none;
  transition: color 0.3s;
  background-color: white;
  padding: 10px 20px;
  border: 1px solid #22628E;
  border-radius: 7px;
}

.view-all {
  font-size: 14px;
  color: #3D8BA8;
  text-decoration: none;
  transition: color 0.3s;
  background-color: white;
  padding: 10px 20px;
  border: 1px solid #3D8BA8;
  border-radius: 7px;
}

.view-all:hover {
  background-color: #264d80;
  transform: scale(0.95);
  transition: all 0.3s ease;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.post-card {
  background-color: #e7e9e8;
  border-radius: 30px;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.post-image {
  width: 100%;
  height: 200px;

  overflow: hidden;
  padding: 10px;
}

.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.post-content {
  padding: 15px 20px 25px;
  text-align: center;
}

.post-content h3 {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: bold;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}
.main-footer {
  background:
    /*linear-gradient(to top, #2B558B, rgba(0, 0, 0, 0.2)),*/
    url("pictures/dental_slider_optimized.jpg") no-repeat center center;

  background-size: cover;
  color: #fff;
  padding: 60px 0 40px;
  direction: rtl;
  height: 450px;
  display: flex;
  justify-content: center;
  position: relative;
}

.main-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.footer-column {
  flex: 1;
  margin-left: 40px;
   margin: 0 20px;
}

.footer-column:last-child {
  margin-left: 0;
  flex: 1.5;
   margin-left: 0;   
}

.footer-column h3 {
    color:#274F81;
  font-size: 18px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color:#274F81;
}

.footer-column ul li i {
  margin-right: 10px;
  font-size: 18px;
}

.footer-column a {
  color:#274F81;
  text-decoration: none;

  transition: opacity 0.3s;
}

.footer-column a:hover {
  opacity: 0.7;
}

.footer-logo {
  text-align: right;
  margin-bottom: 20px;
}

.footer-logo img {
  max-width: 180px;
}

.about-us p {
    color:#274F81;
  font-size: 13px;
  line-height: 2;
  /*text-align: justify;*/
}
.quick-links {
  margin-right: 70px;
}
@media (max-width: 500px) {
  .image-placeholder {
    height: 1350px;
    width: 1080px;
  }
  .main-header {
    display: none;
  }
  .icon-circle {
    width: 80px;
    height: 80px;
  }
  .category-item span {
    font-size: 10px;
  }
  .post-content h3 a{
    font-size: 12px;
    align-items: justify;
  }
  .stats-section {
    display: flex;
    justify-content: center;
    height: 500px;
    padding: 0 10px;
  }
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
  }
  .stat-item {
    width: 100%;
  }
  .stat-number {
    padding: 10px 40px;
    font-size: 22px;
  }
  .stat-label {
    font-size: 24px;
  }
  .section-title {
    margin-top: 20px;
  }
  .call-faq {
    display: flex;
    flex-direction: column;
  }
  .call {
    width: 100%;
  }
  .form-title {
    font-size: 15px;
  }
  .posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .main-footer {
    height: 800px;
    display: flex;
    justify-content: right;
  }
  .footer-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .quick-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    justify-content: right;
  }
  .mobile-header {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    width: 100%;
    background-color: #f8f8f8;
    z-index: 1100;
  }

  .header-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
  }
  .logo-mobile {
    width: 100px;
    height: 60px;
  }
  .logo-mobile img {
    width: 80px;
    height: 50px;
  }
  .header-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    color: #1a3a63;
    font-size: 22px;
  }

  .header-icons svg {
    cursor: pointer;
  }

  .logo {
    display: flex;
    align-items: center;
    color: #1a3a63;
  }

  .logo img {
    height: 40px;
  }

  .logo-text {
    font-weight: bold;
    font-size: 20px;
    margin-right: 5px;
  }

  .search-container {
    background-color: #ffffff;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }

  .search-box {
    position: relative;
    width: 100%;
  }

  .search-box input {
    width: 100%;
    padding: 12px 20px 12px 45px;
    border: 1.5px solid #1a3a63;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    direction: rtl;
  }

  .search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #1a3a63;
    font-size: 18px;
  }

  .mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    z-index: 1200;
    border-top: 1px solid #ddd;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
  }

  .mobile-nav.active {
    display: block;
    opacity: 1;
  }

  .mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-nav ul li {
    padding: 15px 25px;
    border-bottom: 1px solid #f1f1f1;
  }

  .mobile-nav ul li a {
    text-decoration: none;
    color: #333;
    display: block;
  }
  .slider-section{
      display:none;
  }
 .mobile-hero-slider {
     
        display: block !important;
        width: 100%;
        padding: 10px 0;
    }
        .m-wrapper {
        
        position: relative;
        width: 95%;
        margin: 0 auto;
        height: 700px; / ارتفاع مخصوص عکس‌های موبایل */
        overflow: hidden;
        border-radius: 25px;
    }

    .mslide {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.6s ease-in-out;
         padding-top:30px;
    }

    .mslide.active {
        opacity: 1;
    }

    .mslide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius:5px;
        
    }

    .m-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 10px;
    }

    .mdot {
        width: 10px;
        height: 10px;
        background: #ccc;
        border-radius: 50%;
    }

    .mdot.active {
        background: #006699;
    }


    .faq{
        width:100%;
    }
}
@media (max-width: 1000px) {
  .stats-grid {
    gap: 10px;
  }
  .call-faq {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .call {
    width: 100%;
  }
  .contact-form-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .form-title {
    font-size: 20px;
  }
  .faq-accordion {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .stats-grid {
    gap: 8px;
  }
  .stat-number {
    padding: 8px 20px;
    font-size: 15px;
  }
  .stat-label {
    font-size: 22px;
  }
}
.special-offers {
    background-color: var(--primary-red);
    padding: 20px;
    direction: rtl;
    border-radius: 15px;
}

.offers-container {
    max-width:1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    gap: 15px;
background: linear-gradient(135deg, #1F5F8B, #4DA9E3);

    border-radius: 10px;
}

.promo-banner {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:60px 30px;
    min-width: 150px;
    text-align: center;
    color: white;
}
.promo-banner h3{
    color:white;
}
.promo-banner img{
    width:190px;
    height:170px;
}

.products-carousel {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
}

/ مخفی کردن اسکرول‌بار برای زیبایی */
.products-carousel::-webkit-scrollbar { display: none; }

.product-card {
    background: white;
    min-width: 200px;
    padding: 15px;
    border-radius: 10px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.product-onvan {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}

.product-info {
    font-size: 11px;
    color: #888;
}

.price-row {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.old-price {
    text-decoration: line-through;
    color: #bbb;
    font-size: 12px;
}

.new-price {
    color: #333;
    font-weight: bold;
    font-size: 15px;
}

.discount-badge {
    background: var(--primary-red);
    color: white;
    border-radius: 50px;
    padding: 2px 8px;
    font-size: 12px;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 5;
}

.prev { right: 190px; }
.next { left: 10px; }
    .product-link {
        text-decoration: none; 
        color: inherit;     
        display: block;   
    }
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}
.live-search-box {
    position: absolute;
    background: white;
    width: 250px;
    border: 1px solid #ddd;
    z-index: 999;
}

.search-item {
    padding: 8px;
    border-bottom: 1px solid #eee;
}

.search-item:hover {
    background: #f5f5f5;
}
/* Fixed Header - Desktop */
.main-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  background: #e6e6e6 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* چون هدر fixed می‌شود، باید محتوا از زیرش پایین بیاید */
body {
  padding-top: 94px;
}

/* Mobile Header */
@media (max-width: 500px) {
  body {
    padding-top: 145px;
  }

  .main-header {
    display: none !important;
  }

  .mobile-header {
    display: flex !important;
    flex-direction: column;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    background-color: #f8f8f8 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
}
.back-to-top-btn {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #4da3c4, #1a3a63);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999999;
  box-shadow: 0 8px 22px rgba(26, 58, 99, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) scale(0.9);
  transition: all 0.3s ease;
}

.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.back-to-top-btn:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 12px 28px rgba(26, 58, 99, 0.35);
}

.back-to-top-btn:active {
  transform: translateY(0) scale(0.96);
}

.back-to-top-btn svg {
  transition: transform 0.3s ease;
}

.back-to-top-btn:hover svg {
  transform: translateY(-3px);
}

@media (max-width: 500px) {
  .back-to-top-btn {
    left: 16px;
    bottom: 18px;
    width: 46px;
    height: 46px;
  }

  .back-to-top-btn svg {
    width: 21px;
    height: 21px;
  }
}
.back-to-top-btn {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #4da3c4, #1a3a63) !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 2147483647 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  box-shadow: 0 8px 22px rgba(26, 58, 99, 0.28) !important;
  transition: all 0.3s ease !important;
}

.back-to-top-btn:hover {
  transform: translateY(-4px) scale(1.04) !important;
  box-shadow: 0 12px 28px rgba(26, 58, 99, 0.35) !important;
}

.back-to-top-btn:active {
  transform: scale(0.95) !important;
}

.back-to-top-btn svg {
  display: block !important;
}

@media (max-width: 500px) {
  .back-to-top-btn {
    right: 16px !important;
    bottom: 18px !important;
    width: 48px !important;
    height: 48px !important;
  }

  .back-to-top-btn svg {
    width: 21px !important;
    height: 21px !important;
  }
}
.products-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.products-track {
  display: flex;
  gap: 15px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.products-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #1a3a63;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(26, 58, 99, 0.18);
  transition: all 0.25s ease;
}

.products-slider-btn:hover {
  background: #1a3a63;
  color: #ffffff;
  transform: translateY(-50%) scale(1.08);
}

.products-slider-btn:active {
  transform: translateY(-50%) scale(0.94);
}

.products-slider-right {
  right: 12px;
}

.products-slider-left {
  left: 12px;
}

@media (max-width: 500px) {
  .products-slider-btn {
    width: 36px;
    height: 36px;
    font-size: 28px;
  }

  .products-slider-right {
    right: 8px;
  }

  .products-slider-left {
    left: 8px;
  }
}
.products-slider-wrapper {
  position: relative !important;
  overflow: hidden !important;
  background-color: #e6e6e6;
  border-radius: 25px;
  padding: 20px 58px !important;
}

.products-track {
  display: flex !important;
  flex-direction: row !important;
  gap: 15px !important;
  width: max-content !important;
  flex-wrap: nowrap !important;
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
  direction: ltr;
}

.products-track .product-card {
  direction: rtl;
  flex: 0 0 220px !important;
}

.products-slider-btn {
  position: absolute !important;
  top: 50% !important;
  width: 42px !important;
  height: 42px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #2b4360 !important;
  cursor: pointer !important;
  z-index: 50 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translateY(-50%) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12) !important;
  transition: all 0.25s ease !important;
}

.products-slider-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.products-slider-btn:hover {
  background: #4DA9E3 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 26px rgba(77, 169, 227, 0.38) !important;
}

.products-slider-btn:active {
  transform: translateY(-50%) scale(0.94) !important;
}

.products-slider-right {
  right: 12px !important;
}

#latestProductsSlider {
  position: relative !important;
  overflow: hidden !important;
  background-color: #e6e6e6 !important;
  border-radius: 25px !important;
  padding: 20px 58px !important;
  height: auto !important;
  min-height: 0 !important;
  cursor: default !important;
  direction: ltr !important;
}

#latestProductsSlider .products-slider-viewport {
  width: 100% !important;
  overflow: hidden !important;
  direction: ltr !important;
}

#latestProductsSlider .products-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 15px !important;
  width: max-content !important;
  transition: transform 0.55s ease !important;
  will-change: transform !important;
  transform: translate3d(0, 0, 0);
  direction: ltr !important;
}

#latestProductsSlider .latest-product-card {
  flex: 0 0 220px !important;
  width: 220px !important;
  min-width: 220px !important;
  background-color: #ffffff !important;
  border-radius: 15px !important;
  padding: 15px !important;
  text-align: center !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
  direction: rtl !important;
}

#latestProductsSlider .latest-product-link {
  text-decoration: none !important;
  color: inherit !important;
  display: block !important;
}

#latestProductsSlider .latest-product-image {
  width: 100% !important;
  height: 150px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 15px !important;
}

#latestProductsSlider .latest-product-image img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

#latestProductsSlider .latest-product-name {
  font-size: 14px !important;
  color: #333333 !important;
  margin-bottom: 10px !important;
  height: 44px !important;
  line-height: 1.6 !important;
  overflow: hidden !important;
}

#latestProductsSlider .latest-product-brand,
#latestProductsSlider .latest-product-stock {
  font-size: 12px !important;
  color: #888888 !important;
  margin: 3px 0 !important;
}

#latestProductsSlider .latest-product-price {
  margin-top: 14px !important;
  font-weight: bold !important;
  color: #2b4360 !important;
  font-size: 14px !important;
}

#latestProductsSlider .latest-products-empty {
  direction: rtl !important;
  width: 100% !important;
  min-width: 300px !important;
  padding: 40px !important;
  text-align: center !important;
  color: #555555 !important;
}

#latestProductsSlider .latest-slider-btn {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 42px !important;
  height: 42px !important;
  border: none !important;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  color: #2b4360 !important;
  cursor: pointer !important;
  z-index: 50 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12) !important;
  transition: all 0.25s ease !important;
}

#latestProductsSlider .latest-slider-btn svg {
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

#latestProductsSlider .latest-slider-btn:hover {
  background-color: #4DA9E3 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 26px rgba(77, 169, 227, 0.38) !important;
}

#latestProductsSlider .latest-slider-btn:active {
  transform: translateY(-50%) scale(0.94) !important;
}

#latestProductsSlider .latest-slider-next {
  right: 12px !important;
}

#latestProductsSlider .latest-slider-prev {
  left: 12px !important;
}

@media (max-width: 500px) {
  #latestProductsSlider {
    padding: 16px 48px !important;
  }

  #latestProductsSlider .latest-product-card {
    flex-basis: 190px !important;
    width: 190px !important;
    min-width: 190px !important;
  }

  #latestProductsSlider .latest-slider-btn {
    width: 36px !important;
    height: 36px !important;
  }

  #latestProductsSlider .latest-slider-btn svg {
    width: 19px !important;
    height: 19px !important;
  }

  #latestProductsSlider .latest-slider-next {
    right: 8px !important;
  }

  #latestProductsSlider .latest-slider-prev {
    left: 8px !important;
  }
}
.main-footer {
  height: auto !important;
  min-height: 450px;
  flex-direction: column;
  align-items: center;
}

.footer-social-apps {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 28px;
  padding: 18px 20px 0;
  text-align: center;
  direction: rtl;
}

.footer-social-title {
  color:#274F81;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

.footer-social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-social-item {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
  transition: all 0.25s ease;
}

.footer-social-item img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}

/*.footer-social-item:hover {*/
/*  background: #4DA9E3;*/
/*  transform: translateY(-4px);*/
/*  box-shadow: 0 12px 28px rgba(77, 169, 227, 0.35);*/
/*}*/

/*.footer-social-item:hover img {*/
/*  transform: scale(1.08);*/
/*}*/

@media (max-width: 500px) {
  .main-footer {
    height: auto !important;
    min-height: 800px;
    padding-bottom: 35px;
  }

  .footer-social-apps {
    margin-top: 20px;
  }

  .footer-social-title {
    font-size: 13px;
  }

  .footer-social-item {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .footer-social-item img {
    width: 25px;
    height: 25px;
  }
}
#footer-contact {
  scroll-margin-top: 110px;
}
@media (max-width: 500px) {
  #footer-contact {
    scroll-margin-top: 160px;
  }
}
/* ===== Header Contact Bar - Safe Version ===== */

.main-header {
  padding: 0 !important;
  background: #e6e6e6 !important;
}

/* نوار تماس دسکتاپ */
.header-contact-bar {
  width: 100%;
  background: linear-gradient(135deg, #4DA9E3, #2B548A);
  color: #ffffff;
  direction: rtl;
  font-family: "Tahoma", sans-serif;
}

.header-contact-inner {
  width: 100%;
  max-width: 1200px;
  min-height: 34px;
  margin: 0 auto;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header-contact-note {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
}

.header-contact-links {
  display: flex;
  align-items: center;
  gap: 10px;
  direction: ltr;
}

.header-contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 5px 12px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: all 0.25s ease;
}

.header-contact-link svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-contact-link:hover {
  background: #ffffff;
  color: #2B548A;
}

/* خود هدر اصلی */
.main-header .nav-container {
  min-height: 86px;
  padding: 10px 20px !important;
}

/* چون هدر fixed است و یک نوار به آن اضافه شد */
body {
  padding-top: 128px !important;
}

/* نوار تماس موبایل */
.mobile-contact-bar {
  width: 100%;
  min-height: 34px;
  background: linear-gradient(135deg, #4DA9E3, #2B548A);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  direction: ltr;
  font-family: "Tahoma", sans-serif;
}

.mobile-contact-bar a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
}

.mobile-contact-bar span {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
}

/* موبایل */
@media (max-width: 500px) {
  body {
    padding-top: 178px !important;
  }

  .main-header {
    display: none !important;
  }

  .mobile-header {
    display: flex !important;
    flex-direction: column;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    background-color: #f8f8f8 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
}
/* ===== EMERGENCY HEADER FIX ===== */

html,
body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100% !important;
}

.main-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  z-index: 99999 !important;
  background: #e6e6e6 !important;
  padding: 0 !important;
  direction: rtl !important;
  font-family: "Tahoma", sans-serif !important;
  display: block !important;
}

.header-contact-bar {
  width: 100% !important;
  background: linear-gradient(135deg, #4DA9E3, #2B548A) !important;
  color: #ffffff !important;
}

.header-contact-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-height: 34px !important;
  padding: 6px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

.header-contact-note {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.header-contact-links {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  direction: ltr !important;
}

.header-contact-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  padding: 5px 12px !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
}

.header-contact-link svg {
  width: 15px !important;
  height: 15px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.main-header .nav-container {
  max-width: 1200px !important;
  width: 100% !important;
  min-height: 86px !important;
  margin: 0 auto !important;
  padding: 10px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.nav-right,
.nav-left {
  display: flex !important;
  align-items: center !important;
}

.nav-right {
  gap: 35px !important;
}

.nav-left {
  gap: 18px !important;
}

.nav-menu ul {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nav-menu ul li a {
  color: #2b4360 !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.search-wrapper {
  width: 280px !important;
  min-height: 42px !important;
  background: #ffffff !important;
  border-radius: 25px !important;
  padding: 6px 15px !important;
  display: flex !important;
  align-items: center !important;
  border: 1px solid rgba(77, 169, 227, 0.22) !important;
}

.search-wrapper input {
  border: none !important;
  outline: none !important;
  width: 100% !important;
  margin-right: 8px !important;
  background: transparent !important;
}

.icons {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 10px !important;
}

.icons a {
  position: relative !important;
}

.mobile-header {
  display: none !important;
}

body {
  padding-top: 120px !important;
}

@media (max-width: 500px) {
  body {
    padding-top: 155px !important;
  }

  .main-header {
    display: none !important;
  }

  .mobile-header {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    background: #f8f8f8 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  }

  .mobile-contact-bar {
    width: 100% !important;
    min-height: 34px !important;
    background: linear-gradient(135deg, #4DA9E3, #2B548A) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    direction: ltr !important;
  }

  .mobile-contact-bar a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 800 !important;
  }

  .mobile-contact-bar span {
    width: 5px !important;
    height: 5px !important;
    background: rgba(255, 255, 255, 0.85) !important;
    border-radius: 50% !important;
  }

  .header-top {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 14px !important;
  }

  .header-icons {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
  }

  .logo img {
    height: 45px !important;
    width: auto !important;
  }

  .search-container {
    padding: 10px 14px 14px !important;
    background: #ffffff !important;
  }

  .search-box {
    width: 100% !important;
  }

  .search-box input {
    width: 100% !important;
    padding: 12px 18px !important;
    border: 1.5px solid rgba(77, 169, 227, 0.45) !important;
    border-radius: 30px !important;
    outline: none !important;
    direction: rtl !important;
  }

  .mobile-nav {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    width: 100% !important;
    background: #ffffff !important;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1) !important;
    z-index: 1200 !important;
  }

  .mobile-nav.active {
    display: block !important;
  }

  .mobile-nav ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mobile-nav ul li {
    padding: 15px 25px !important;
    border-bottom: 1px solid #f1f1f1 !important;
  }

  .mobile-nav ul li a {
    text-decoration: none !important;
    color: #333333 !important;
    display: block !important;
  }
}
.products-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  direction: ltr;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.products-carousel::-webkit-scrollbar {
  display: none;
}

.products-carousel .product-card {
  flex: 0 0 250px;
  direction: rtl;
}
.view-all1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.account-link {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #264d80;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.account-link span {
  color: #264d80;
}

@media (max-width: 768px) {
  .account-link span {
    font-size: 11px;
  }
}
.category-item {
  text-decoration: none;
  color: inherit;
}

.category-item:hover {
  text-decoration: none;
  color: inherit;
}
.account-pill {
  min-height: 40px;
  padding: 0 22px;
  border: 1px solid #dfe5ec;
  border-radius: 10px;
  background: #ffffff;
  color:  #264d80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  direction: rtl;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.account-pill i {
  font-size: 24px;
  color:  #264d80;
}

.account-pill:hover {
  border-color: #264d80;
  color: #264d80;
}

.account-pill:hover i {
  color: #264d80;
}

.icons {
  display: flex;
  align-items: center;
  gap: 14px;
}

@media (max-width: 768px) {
  .account-pill {
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 9px;
  }

  .account-pill i {
    font-size: 19px;
  }
}
.cart-icon-link {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #dfe5ec;
  border-radius: 10px;
  background: #ffffff;
  color:  #264d80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.cart-icon-link i {
  font-size: 23px;
  line-height: 1;
}

.cart-icon-link:hover {
  border-color: #264d80;
  color: #264d80;
}

.cart-icon-link:hover i {
  color: #264d80;
}
.phone-number {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0.5px;
}