a {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

#header3 .left-header {
	border-radius:0px !important;
	width: 115px !important;
	height:40px !important;
}

#header3{
background: linear-gradient(180deg, #1b2cc1, #001433);
}


#id-5926 ,#id-5974 {
	cursor: pointer;
}


.btn-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
  width: 160px;
  text-decoration: none;
  font-family: Vazir, Tahoma, Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
	height: 45px;
  overflow: hidden; /* برای گرد شدن گوشه‌ها */
}

/* بخش متن */
.btn-contact .text {
  flex: 1;
  padding: 12px 20px;
  background-color: #1b2cc1; 
}

/* بخش فلش */
.btn-contact .arrow {
  padding: 12px 16px;
  background-color: #074ec7; 
  font-size: 18px;
}

/* هاور */
.btn-contact:hover .text {
  background-color: #074ec7;
	 color: #fff;
}
.btn-contact:hover .arrow {
  background-color:#1b2cc1;
	 color: #fff;
}





#id-5947 .article-card-item:hover {
    background:linear-gradient(180deg, #1b2cc1, #001433) !important; 
    color: #fff; 
    transform: translateY(-3px); 
}


#id-5947 .article-card-item:hover .article-title,
.article-card-item:hover .article-description {
    color: white !important;
}





#id-5974 .article-card-item{
   position: relative;
   overflow: hidden;
   z-index: 1;
}
#id-5974 .article-card-item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #222981;
  transition: width .5s ease-in-out;
  z-index: -1;
}
#id-5974 .article-card-item:hover::before{
  width: 100%;
}
#id-5974 .article-card-item:hover{
   transform: none;
}


#id-5974 .article-card-item h3{
  color: transparent !important;
  background-image: linear-gradient(90deg, #fff 50%, #3d3d3d 50%);
  background-position: 100%;
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  transition: background-position .6s ease;
}


#id-5974 .article-card-item:hover h3{
  background-position: 0;
}



#id-5974 .article-card-item p{
  color: transparent !important;
  background-image: linear-gradient(90deg, #fff 50%, #3d3d3d 50%);
  background-position: 100%;
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  transition: background-position .6s ease;
}


#id-5974 .article-card-item:hover p{
  background-position: 0;
}

#id-5979 {
flex-direction: row-reverse;
}

@media (max-width: 1490px) {
	#id-5979 {
	flex-direction: 	column;
	}
}


@media (max-width: 690px) {
	#id-5974 .section-header {
		display: none;
	}
}


@media (min-width: 690px) {
	#id-5980 {
		display: none;
	}
}


#footer1 {
	padding: 1rem 20px 1rem 20px !important;
	background: linear-gradient(180deg, #1b2cc1, #001433) !important;
}


