/* فونت */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap');

:root{
--fontfa: "Shabnam";
--fontFaB: "ShabnamBold";
--span: #6d6d6d;
--color1: #6c4681;
--color2: #886ca8;
--blackco: #000000;
--whiteco: #ffffff;
--bg-image: #40e0d012;
--gradient-bg: linear-gradient(90deg, var(--color1) -10.59%, var(--color2) 282.59%);
--shadow: 0px 4px 25px 0px #0000000f;
--transition: all 1s ease-in-out;
}

a {
	cursor :pointer !important;
	text-decoration: none !important;
}


/* هدر شیشه‌ای حالت عادی خاص و شیک */
#header3 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999 !important;

  backdrop-filter: blur(18px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(180%) !important;

 background: linear-gradient( 135deg, rgba(255, 255, 255, 0.85) 0%, rgb(229 200 255 / 65%) 60%, rgb(246 240 255 / 75%) 100% ) !important;

  border-bottom: 1.5px solid rgb(108 0 204 / 30%) !important;

  box-shadow: 0 8px 32px 0 rgb(116 0 204 / 15%), inset 0 0 15px rgba(255, 255, 255, 0.3) !important;

  transition: background 0.5s ease, box-shadow 0.5s ease !important;
}


/* هاور هدر */
#header3:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 8px 20px rgb(213 0 255 / 12%) !important;
}
* a {
	text-decoration : none !important;
	color : #ffffff !important;
	cursor: pointer !important;
}

/* حالت اسکرول */
#header3.scrolled {
  background-color: rgba(0, 123, 255, 0.2) !important; /* شیشه آبی نرم */
  box-shadow: 0 8px 24px rgba(0, 76, 255, 0.22) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}

#id-3017 .section-description{
	position: absolute;
    left: 20%;
	width:unset;
}
/* عنوان مرکز در موبایل مخفی */
.nav-title {
  color: #222 !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  font-family: 'iranyekan', sans-serif !important;
  transition: opacity 0.3s ease !important;
}


/* لینک‌ها */
.nav-content a {
  color: #333 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
}
#header3 .nav-content a:hover {
  color: #ab00ff !important;
    background-color: rgb(201 0 255 / 10%) !important;
}

#id-4360 .article-header{
width: 100% !important;
}
/* لوگوی ریسپانسیو */
.nav-logo {
  width: 120px !important;
  height: auto !important;
  border-radius: 8px !important;
  transition: transform 0.3s ease !important;
}
.nav-logo:hover {
  transform: scale(1.05) !important;
}

/* دکمه ورود فقط رنگ */
.panel-login-btn {

  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  font-weight: bold !important;
  transition: background-color 0.3s ease !important;
}


/* آیکن موبایل */
.mobile-login-btn {
  cursor: pointer !important;
  width: 28px !important;
  height: 28px !important;
  margin-right: 12px !important;
  transition: transform 0.3s ease !important;
}
.mobile-login-btn:hover {
  transform: scale(1.1) rotate(3deg) !important;
}



/* سکشن اصلی - دسکتاپ */
#id-3017 {
  position: relative !important;
  background-image: url(/siteData/2191/3017.png) !important;
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: 100% 750px !important;  /* 👈 تصویر بلندتر و واضح‌تر */
  background-attachment: scroll !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  overflow: visible !important;
  margin-bottom: 150px !important;    /* 👈 فاصله از سکشن بعدی */
}
#id-3017  .card-detail{
	    width: 95% !important;
	text-align: center  !important;
}


/* کارت‌ها در دسکتاپ */
#id-3017 .article-wrapper {
  position: absolute !important;
  bottom: -140px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  justify-content: center !important;
  max-width: 1140px !important;
  width: 100% !important;
  padding: 0 20px !important;
  box-sizing: border-box !important;
  z-index: 10 !important;
}

/* کارت‌ها */
#id-3017 .article-card-item {
  width: 320px !important;
  min-height: 400px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25) !important;
  backdrop-filter: blur(14px) !important;
  padding: 30px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  transition: 0.4s ease !important;
  cursor: pointer !important;
}
#id-3017 .article-card-item:hover {
  transform: translateY(-10px) scale(1.03) !important;
  box-shadow: 0 16px 50px rgba(0, 76, 255, 0.35) !important;
}

footer.information {
  /*background: linear-gradient(to top, rgb(27 0 47 / 90%), rgba(30,30,30,0.8)) !important;*/
  color: #ffffff !important;
  margin-top: 100px !important;
  padding-top: 40px !important;
  position: relative !important;
  z-index: 1 !important;
  font-family: 'Vazir-Regular', sans-serif !important;
}

footer.information .information-container {
  max-width: 1200px !important;
  margin: auto !important;
  padding: 20px !important;
}

footer.information .divider-device > div {
  height: 3px !important;
  margin: 30px auto !important;
  width: 90% !important;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #ffffff 50%, rgba(255,255,255,0) 100%) !important;
  border-radius: 5px !important;
}

.footer-mobile-app {
  background-color: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 10px !important;
  padding: 1rem !important;
  margin: 2rem auto 3rem auto !important;
  width: 90% !important;
  max-width: 600px !important;
}

.footer-mobile-app h5 {
  font-size: 1.1rem !important;
  color: #ffffff !important;
}

.footer-mobile-app img {
  transition: transform 0.3s ease-in-out !important;
}

.footer-mobile-app img:hover {
  transform: scale(1.1) !important;
}

.section-copyright {
  background-color: rgba(0,0,0,0.3) !important;
  padding: 15px 10px !important;
  text-align: center !important;
  border-radius: 0 0 10px 10px !important;
}

.section-copyright p {
  color: #ffffff !important;
  margin: 0 !important;
}

.section-copyright span {
  color: #ffd800 !important;
  font-weight: bold !important;
}









/* هدر شیشه‌ای */
.header {
    backdrop-filter: blur(10px);
    background: rgba(0, 102, 204, 0.4); /* آبی نیمه‌شفاف */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* استایل نوار بالا */
.navbar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
}

/* دکمه ورود به پنل - دسکتاپ */
.panel-btn, .panel-btn-mobile {
    background: linear-gradient(to right, #007BFF, #00C6FF);
    color: white !important;
    border: none;
    padding: 10px 20px;
    border-radius: 12px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.panel-btn:hover, .panel-btn-mobile:hover {
    background: linear-gradient(to left, #007BFF, #00C6FF);
    transform: translateY(-2px);
}

/* لینک‌های ناوبری */
.navbar-content .content-item,
.navbar-content-small .content-item-small {
    padding: 8px 16px;
    color: white !important;
    transition: color 0.3s;
}

.navbar-content .content-item:hover,
.navbar-content-small .content-item-small:hover {
    color: #00C6FF !important;
}

/* عنوان مرکز */
.nav-title {
    font-size: 26px;
    font-weight: bold;
    color: white;
    text-align: center;
}

/* لوگو */
.nav-logo {
    height: 50px;
    max-width: 100%;
    object-fit: contain;
}

/* آیکون موبایل */
.mobile-login-logo {
    width: 32px;
    height: 32px;
    cursor: pointer;
    stroke: white;
}

/* منوی کوچک موبایل */
.navbar-content-small {
    padding: 10px;
}






/* سکشن اصلی */



/* انیمیشن‌ها */
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes glow {
  from { opacity: 0.5; }
  to { opacity: 0.8; }
}

/* موبایل */
@media screen and (max-width: 768px) {
  #id-3018 {
    flex-direction: column !important;
    padding: 60px 20px !important;
  }

  #id-3018 .left-introduction,
  #id-3018 .right-introduction {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  #id-3018 .introduction-image {
    width: 250px !important;
    margin-bottom: 30px !important;
  }

  #id-3018 .introduction-title {
    font-size: 28px !important;
    text-align: center !important;
  }

  #id-3018 .introduction-description {
    font-size: 16px !important;
    padding: 16px !important;
    text-align: justify !important;
  }

  #id-3018::before {
    display: none !important;
  }
}


/* سکشن کلی */
#id-4349 {
  background-color: #f9f9fb !important;
  padding: 40px 0 !important;
  margin-bottom: 60px !important;
  position: relative !important;
}

/* فاصله‌دهی به wrapper */
#id-4349 .card-wrapper.swiper-wrapper {
  margin: 20px 0 !important;
}

/* کارت مقاله */
#id-4349 .swiper-slide.card {
  background-color: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 0 15px 30px rgba(0,0,0,0.07) !important;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  position: relative !important;
  overflow: hidden !important;
}

#id-4349 .swiper-slide.card:hover {
  transform: translateY(-6px) scale(1.01) !important;
  box-shadow: 0 18px 40px rgba(0,76,255,0.25) !important;
}

/* تصویر */
#id-4349 .card-image img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

/* محتوای داخل کارت */
#id-4349 .card-content {
  position: relative !important;        /* برای فیکس کردن دکمه */
  padding: 20px !important;
  padding-bottom: 80px !important;      /* فضای پایین برای دکمه */
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  flex-grow: 1 !important;
}

/* عنوان */
#id-4349 .name {
  font-family: iranyekan !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #222 !important;
}

/* توضیحات: فقط 2 خط + سه‌نقطه */
#id-4349 .description {
  font-family: iranyekan !important;
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.8 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  white-space: normal !important;
  direction: rtl !important;
  margin-bottom: 0 !important;           /* فاصله توسط padding-bottom تامین می‌شود */
}

/* دکمه مشاهده مقاله (فوتر ثابت داخل کارت) */
#id-4349 .see-more-button {
  position: absolute !important;
  bottom: 20px !important;              /* فاصله از پایین کارت */
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

#id-4349 .see-more-button a {
  font-family: iranyekan !important;
  padding: 10px 30px !important;
  background: rgba(0,76,255,0.08) !important;
  color: #004cff !important;
  border-radius: 50px !important;
  border: 1px solid #004cff !important;
  text-decoration: none !important;
  transition: background 0.3s ease, transform 0.3s ease !important;
  display: inline-block !important;
}

#id-4349 .see-more-button a:hover {
  background: #004cff !important;
  color: #fff !important;
  box-shadow: 0 0 10px rgba(0,76,255,0.3) !important;
}

/* اسلایدر navigation */
#id-4349 .swiper-button-next,
#id-4349 .swiper-button-prev {
  color: #004cff !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* pagination */
#id-4349 .swiper-pagination-bullet {
  background-color: #004cff !important;
  opacity: 0.4 !important;
}

#id-4349 .swiper-pagination-bullet-active {
  opacity: 1 !important;
}




/* سکشن اصلی */
#id-4360 {
  padding: 60px 20px !important;
  backdrop-filter: blur(8px) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* لیست کارت‌ها */
#id-4360 .article-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 32px !important;
  max-width: 1200px !important;
  margin: auto !important;
}

/* کارت مقاله */
#id-4360 .article-card-item {
  width: 100% !important;
  max-width: 360px !important;
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(12px) !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 76, 255, 0.12) !important;
  box-shadow: 0 16px 40px rgba(0, 76, 255, 0.07) !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease !important;
  position: relative !important;
  animation: slideUp 0.8s ease forwards !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 500px !important;
  z-index: 1 !important;
}

/* هاور کارت: تغییر بک‌گراند و سایه */
#id-4360 .article-card-item:hover {
  transform: translateY(-8px) scale(1.05) !important;
  box-shadow: 0 20px 48px rgba(155, 0, 255, 0.3) !important; /* بنفش 30% */
  background: linear-gradient(135deg, rgba(155, 0, 255, 0.1), rgba(155, 0, 255, 0.2)) !important; /* گرادینت بنفش */
  z-index: 10 !important;
}


/* تغییر رنگ متن‌ها هنگام هاور */
#id-4360 .article-card-item:hover .article-title {
  color: #9b00ff !important; /* بنفش اصلی */
}

#id-4360 .article-card-item:hover .article-description {
  color: #002244 !important;
	font-weight: 600;
}

/* تصویر بالا */
#id-4360 .article-image {
  width: 140px !important;
  height: 140px !important;
  max-width: 100% !important;
  max-height: 140px !important;
  border-radius: 50% !important;
  object-fit: none !important;
  margin: 20px auto 10px !important;
  border: 4px solid rgb(155 0 255 / 20%) !important; /* بنفش 20% */
  box-shadow: 0 8px 20px rgb(155 0 255 / 20%) !important; /* بنفش 20% */
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease !important;
  display: block !important;
  max-width: 140px !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important; /* برای حفظ نسبت دایره */
}

/* انیمیشن پالس عکس موقع هاور */
#id-4360 .article-card-item:hover .article-image {
  animation: pulseImage 1s ease infinite alternate !important;
  box-shadow: 0 0 0 4px rgba(155, 0, 255, 0.3), 0 0 20px rgba(155, 0, 255, 0.5) !important; /* بنفش */
  border-color: rgba(155, 0, 255, 0.5) !important; /* بنفش */
}

/* انیمیشن پالس */
@keyframes pulseImage {
  from {
    transform: scale(1.05) !important;
  }
  to {
    transform: scale(1.08) !important;
  }
}

/* محتوای کارت */
#id-4360 .article-content {
  padding: 20px 24px 70px !important;
  text-align: center !important;
  position: relative !important;
}

/* عنوان مقاله */
#id-4360 .article-title {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #002255 !important;
  margin-bottom: 14px !important;
  font-family: 'iranyekan', sans-serif !important;
  transition: color 0.4s ease !important;
}

/* توضیحات مقاله */
#id-4360 .article-description {
  font-size: 15px !important;
  line-height: 1.9 !important;
  color: #444 !important;
  font-family: 'iranyekan', sans-serif !important;
  white-space: pre-wrap !important;
  transition: color 0.4s ease !important;
}

/* دکمه "مشاهده بیشتر" در پایین کارت */
#id-4360 .mo-mo {
  position: absolute !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: inline-block !important;
  padding: 8px 16px !important;
  border-radius: 20px !important;
  background: rgba(155, 0, 255, 0.1) !important; /* بنفش روشن شفاف */
  color: #9b00ff !important; /* بنفش اصلی */
  font-weight: bold !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  font-size: 14px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 12px rgba(155, 0, 255, 0.1) !important; /* شادو بنفش */
}

/* هاور دکمه مشاهده بیشتر با نئون بنفش ملایم */
#id-4360 .mo-mo:hover {
  background: #9b00ff !important; /* بنفش اصلی */
  color: white !important;
  box-shadow: 0 0 10px #9b00ff, 0 0 20px rgba(155, 0, 255, 0.3) !important; /* نئون بنفش */
}


/* انیمیشن موجی ورود کارت */
@keyframes slideUp {
  from {
    opacity: 0 !important;
    transform: translateY(60px) scale(0.95) !important;
  }
  to {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
  }
}

#footer1 .information-container  .contact-information a, #footer1 .information-container .contact-information svg, #footer1 .information-container .contact-information p {
    color: #fff !important;
}

/* افکت نگاه کردن کارت‌ها به کارت هاور شده */
#id-4360 .article-wrapper:hover .article-card-item:not(:hover) {
  opacity: 0.5 !important;
  transform: scale(0.95) rotateY(10deg) !important;
  filter: brightness(0.8) !important;
  transition: transform 0.4s ease, opacity 0.4s ease, filter 0.4s ease !important;
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0.4) !important;
}










/* سکشن اصلی */
#id-4348 {
  padding: 80px 30px;
  background: linear-gradient(to bottom, #ffffff, #f0f4ff);
  overflow: hidden;
}

/* عنوان و جداکننده */
#id-4348 .section-title {
  text-align: center;
  font-family: iranyekan, sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #002255;
  margin-bottom: 10px;
}
#id-4348 .section-divider {
  width: 80px;
  height: 4px;
  background: #004cff;
  margin: 0 auto 40px;
  border-radius: 4px;
}

/* اسلایدر کلی */
#id-4348 .slider {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}

/* گرادینت اطراف اسلایدر */
#id-4348 .slider-before,
#id-4348 .slider-after {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
#id-4348 .slider-before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, transparent 100%);
}
#id-4348 .slider-after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, transparent 100%);
}

/* ترک اسلاید */
#id-4348 .slide-track {
  display: flex;
  gap: 36px;
  animation: scrollSlider 45s linear infinite;
  align-items: center;
}

/* کارت تصویر */
#id-4348 .slide {
  flex: 0 0 auto;
  width: 160px;
  height: 160px;
  background: #ffffff;
  border-radius: 100px;
  border: 6px solid #ede0ff;
  box-shadow:
   0 8px 15px rgba(0, 0, 0, 0.05), 0 4px 20px rgb(51 0 255 / 15%), inset 0 0 8px rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}

/* عکس داخل کارت */
#id-4348 .slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  padding: 12px;
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* هاور زنده */
#id-4348 .slide:hover {
  transform: scale(1.1);
  box-shadow:
    0 12px 24px rgb(145 0 255 / 30%), 0 0 10px rgb(157 0 255 / 20%), inset 0 0 12px rgba(255, 255, 255, 0.4);
}
#id-4348 .slide:hover img {
  transform: scale(1.1);
  filter: brightness(1.1) drop-shadow(0 0 6px rgba(0, 76, 255, 0.4));
}

/* انیمیشن اسکرول */
@keyframes scrollSlider {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}



.information-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.mo-footer-sections {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.mo-footer-section {
  flex: 1 1 280px;
  background: rgba(255 255 255 / 0.05);
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 4px 20px rgb(0 0 0 / 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mo-footer-section:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 115, 255, 0.8);  /* آبی روشن */
}

.mo-section-title {
  font-size: 1.3rem;
  margin-bottom: 18px;
  font-weight: 700;
  color: #0099ff;  /* آبی روشن */
  border-bottom: 2px solid #0099ff; /* آبی روشن */
  padding-bottom: 6px;
  font-family: 'Vazir-Bold', sans-serif;
}

.mo-working-hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #eee;
}

.mo-working-hours-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.mo-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 10px;
  fill: #0099ff;  /* رنگ آبی آیکون */
}

.mo-contact-info p {
  font-size: 1rem;
  color: #ddd;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.mo-google-map iframe {
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  width: 100%;
  height: 180px;
  border: none;
}

.mo-google-map iframe:hover {
  transform: scale(1.02);
}

.mo-logo {
  text-align: center;
  color: #0099ff;  /* آبی */
}

.mo-logo-img {
  max-width: 120px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 153, 255, 0.6);  /* سایه آبی */
  transition: transform 0.3s ease;
}

.mo-logo-img:hover {
  transform: scale(1.1);
}

.mo-logo-text {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 12px;
  font-family: 'Vazir-Bold', sans-serif;
}

/* Responsive */
@media (max-width: 1200px) {
	#id-3017.article9 .article-card-item {
		min-width:auto;
	}
		#id-3017.article9 .article-wrapper{
			flex-direction:row-reverse !important;
			}
}

@media (max-width: 1050px) {
	#id-3017.article9 .article-wrapper {
    /* flex-direction: row !important; */
    flex-direction: column !important;
    top: 0px;
	}
	
#id-3017 .article-card-item {
    max-width: 300px !important;
	}
}

@media (max-width: 992px) {
  .mo-footer-sections {
    flex-direction: column;
  }
  .mo-footer-section {
    max-width: 100%;
  }
	
	#header3 .mobile-logo-path , #header3 .closebtn{
		stroke: #fff !important;
	}
	
  #id-3017 .article-wrapper {
    position: static !important;
    transform: none !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
    padding-top: 20px !important;
  }

  #id-3017 .article-card-item {
    width: 90% !important;
		max-width:992px !important;
    background: #6c4681 !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgb(100 0 255 / 20%) !important;
  }
}

/* موبایل */
@media (max-width: 768px) {
  #id-4360 .article-image {
    width: 120px !important;
    height: 120px !important;
    max-width: 120px !important;
    max-height: 120px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    display: block !important;
    margin: 20px auto 10px !important;
  }

  #id-4360 .article-card-item {
    max-width: 90% !important;
    min-height: 460px !important;
  }

  #id-4360 .article-image {
    height: 180px !important;
  }

  #id-4360 .article-title {
    font-size: 18px !important;
  }

  #id-4360 .article-description {
    font-size: 14px !important;
  }

  #id-4360 .mo-mo {
    font-size: 13px !important;
    padding: 6px 14px !important;
  }

#id-4348 .slide {
    width: 110px;
    height: 110px;
  }
  #id-4348 .slide-track {
    gap: 24px;
    animation-duration: 60s;
  }
  #id-4348 .section-title {
    font-size: 24px;
  }

  #id-4349 .swiper-slide.card {
    width: 90% !important;
  }

  #header3 .nav-logo {
    width: 90px !important;
  }

  #header3 .nav-title {
        font-size: 20px;
        display: none !important;
    }

    .navbar-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .panel-btn {
        display: none;
    }

    .panel-btn-mobile {
        display: block;
    }
}

#id-5709 .article-card-item  {
	background-color:unset !important;
}

#id-5741 .article-card-item {
	background-color: unset !important;
}

 #id-5741 .article-card-item:hover {
	transform : none !important;
}

#id-5742 .article-card-item {
	background-color: unset !important;
}

 #id-5742 .article-card-item:hover {
	transform : none !important;
}

#id-3018  .introdution-container {
	flex-direction : row-reverse !important;
}

#id-5743  .introdution-container {
	flex-direction : row-reverse !important;
}

#id-5756 .article-card-item{
	background-color :  unset !important;
}

#footer1 .information-container{
max-width: 1340px;
padding-top: 40px !important;
padding-bottom: 45px !important;
gap: 6rem;
}


@media(max-width:1200px) {
#id-3018  .introdution-container {
flex-direction: column !important;
}
	
	
#id-3018  .right-introduction {
	width :auto !important;
	}
	
	
#id-5743  .introdution-container {
flex-direction: column !important;
}
	
	#id-5743  .right-introduction {
	width :auto !important;
	}
	
	#id-5743 .left-introduction {
		width : 100% !important;
		margin-top :5rem !important;
	}
}


#id-5761{
padding: 40px 0 100px;
}
#id-5761 .article-wrapper{
gap: 30px;
}
#id-5761 .article-card-item{

border-color: #f4f6f938 !important;
padding: 45px 30px;
align-items: flex-start;
cursor: pointer;
transition: 1.2s;
}
#id-5761 .article-card-item:hover{
transform: none;
background-color: var(--color2) !important;
}
#id-5761 .article-image{
transition: transform 0.3s ease;
}
#id-5761 .article-card-item:hover .article-image{
transform: scaleX(-1);
}
#id-5761 .article-header{
height: 77px;
}

#id-5774  .article-card-item:hover {
	transform : none !important;
}

#id-5774  .article-card-item {
	background-color : unset !important;
}
