/* هدر شیشه‌ای حالت عادی خاص و شیک */
#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%,
    rgba(200, 255, 205, 0.65) 60%,
    rgba(255, 209, 151, 0.75) 100%
  ) !important;

	
	
  border-bottom: 1.5px solid rgba(0, 102, 204, 0.3) !important;

  box-shadow:
    0 8px 32px 0 rgba(0, 102, 204, 0.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 rgba(0, 76, 255, 0.12) !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;
}

/* عنوان مرکز در موبایل مخفی */
.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;
}
@media (max-width: 768px) {
  .nav-title {
    display: none !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;
}
.nav-content a:hover {
  color: #004cff !important;
  background-color: rgba(0, 76, 255, 0.1) !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;
}
@media (max-width: 768px) {
  .nav-logo {
    width: 90px !important;
  }
}

/* دکمه ورود فقط رنگ
.panel-login-btn {
  background-color: #004cff !important;
  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  font-weight: bold !important;
  transition: background-color 0.3s ease !important;
}
.panel-login-btn:hover {
  background-color: #0033cc !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-4402{
  position: relative !important;
  padding-top: 180px !important;     /* 👈 کمی بیشتر */
  padding-bottom: 350px !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-4402 .article-wrapper {
  position: absolute !important;
  bottom: -310px !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-4402 .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-4402 .article-card-item:hover {
  transform: translateY(-10px) scale(1.03) !important;
  box-shadow:0 12px 30px rgb(153 179 138) !important;
}

/* موبایل */
@media screen and (max-width: 992px) {
  #id-4402 {
   /*  background-image: none !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;
    margin-top: -60px !important;
  }

  #id-3017 .article-card-item {
    width: 90% !important;
    max-width: 360px !important;
    background: rgba(0, 76, 255, 0.1) !important; /* رنگ آبی شیشه‌ای */
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(0, 76, 255, 0.2) !important;
  }
}




/* سکشن اصلی */
#id-3018 {
  display: flex !important;
  flex-direction: row-reverse !important; /* عکس راست / متن چپ */
  align-items: center !important;
  justify-content: space-between !important;
  padding: 100px 60px !important;
  background: linear-gradient(135deg, #1e293b, #334155) !important;
  color: #fff !important;
  gap: 60px !important;
  border-radius: 32px !important;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.2) !important;
  overflow: hidden !important;
  position: relative !important;
  transition: all 0.4s ease-in-out !important;
}

/* نوار نوری کناری */
#id-3018::before {
  content: "" !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, #3b82f6, transparent) !important;
  opacity: 0.6;
  animation: glow 4s infinite alternate ease-in-out;
}

/* بخش تصویر */
#id-3018 .left-introduction {
  flex: 1.2 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  animation: fadeInRight 1s ease-out both !important;
}

#id-3018 .introduction-image {
  width: 420px !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 24px !important;
  box-shadow: 0 12px 48px rgba(59, 130, 246, 0.4) !important;
  transition: transform 0.5s ease, filter 0.5s ease !important;
  filter: brightness(1.15) contrast(1.05);
  border: 4px solid rgba(255, 255, 255, 0.08) !important;
}

#id-3018 .introduction-image:hover {
  transform: scale(1.05) rotateZ(1deg);
  filter: brightness(1.2) saturate(1.2);
}

/* متن سمت چپ */
#id-3018 .right-introduction {
  flex: 1 !important;
  text-align: right !important;
  padding-left: 40px !important;
  animation: fadeInLeft 1.2s ease-out both !important;
}

#id-3018 .introduction-title {
  font-size: 38px !important;
  font-weight: bold !important;
  font-family: iranyekan !important;
  color: #ffffff !important;
  margin-bottom: 20px !important;
  position: relative !important;
}

#id-3018 .introduction-title::before {
  content: "" !important;
  position: absolute !important;
  right: -20px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #3b82f6;
  border-radius: 2px;
}

#id-3018 .introduction-divider {
  display: none !important;
}

#id-3018 .introduction-description {
  font-size: 18px !important;
  color: #e0e0e0 !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  padding: 24px !important;
  border-radius: 16px !important;
  line-height: 2 !important;
  white-space: normal !important;
  font-family: iranyekan !important;
  direction: rtl !important;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.02) inset !important;
  backdrop-filter: blur(2px);
}

/* انیمیشن‌ها */
@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; }
}

/* haghverdi */ 
#id-4408 .card-body-custom{
display:none;
}
/* موبایل */
@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;
  }
}

#footer1 .services-footer  {
	list-style: none !important;
}

#footer1 .footer-item-list .call-us {
		list-style: none !important;
}

#footer1 .information-container {
	width: 1500px !important;
}
#footer1 .information-container{
max-width: 1300px;
gap: 100px;
}
#footer1 .footer-item4{
display: grid;
}
#footer1 .services-footer{
list-style: none;
}
#footer1 .call-us{
list-style: none;
padding: 0;
color: #fff;
}
#footer1 .footer-item-table{
display: flex;
gap: 30px;
color: #fff;
}
#footer1 .footer-item-list{
display: flex;
}
#footer1 .services-footer{
padding: 0;
}
#footer1 .title-header-footer{
display: flex;
align-items: flex-end;
gap: 5px;
font-family: ShabnamBold;
font-size: 20px;
color: #fff;
margin: 0;
}
.title-footer1{
font-family: var(--fontFaB);
font-size: 24px;
color: #fff;
}

@media (max-width: 1500px){
#footer1 .information-container{
     width: 90% !important;
  }
}

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


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

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

#id-4445 .article-content {
	height : 38px !important;
	width : 60% !important;
}

#id-4445  .article-title {
	line-height: 6px !important;
}