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









#footer1 ul li {
	list-style:none;
}


#header1 .nav-logo {
	max-height : 130px ;
}

#id-5907 {
	cursor:pointer;
}


#id-5928 .article-card-item {
	background-color: transparent !important;
	 backdrop-filter: blur(20px); 
}


#id-5928 {
  position: relative;
  background: url('/siteData/1904/5928.png') center/cover no-repeat;
}

#id-5928::before {
  content: "";
  position: absolute;
  inset: 0; 
  background:rgb(65 65 65 / 66%); 
  pointer-events: none; /* کلیک‌ها را مختل نکند */
}


#id-5933 .article-card-item {
	background-color: transparent !important;
	 backdrop-filter: blur(20px); 
}


#id-5933 {
  position: relative;
  background: url('/siteData/1904/5928.png') center/cover no-repeat;
}

#id-5933::before {
  content: "";
  position: absolute;
  inset: 0; 
  background:#b4c6caeb; 
  pointer-events: none; /* کلیک‌ها را مختل نکند */
}

#id-5933 {
	background-color: unset !important;
}

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

#id-5933 .product-button-flex{
display: flex;
gap: 30px;
flex-wrap: wrap;
}
#id-5933 .product-button1{
width: 151px;
height: 51px;
// background-color: #ff6f33;
background-color: #ffae00;
border: 1px solid transparent;
border-radius: 36px;
color: var(--blackco);
-webkit-transition: background .5s linear;
transition: background-color border .6s linear;
}
#id-5933 .product-button1:hover{
background: transparent;
color: #fff;
border: 1px solid #ffae00;
}
#id-5933 .product-button2{
width: 151px;
height: 51px;
border-radius: 36px;
border: 1px solid #ffae00;
background-color: transparent;
color: var(--whiteco);
-webkit-transition: background .8s linear;
transition: all .8s linear;
}
#id-5933 .product-button2:hover{
// background-color: #ff6f33;
background-color: #ffae00;
color: #000;
border: 1px solid transparent;
}

.gallery6 .card-body-custom {
  position: absolute;
  bottom: -100px; /* اول مخفی پایین */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .8s ease; 
}

/* وقتی موس روی کارت میره */
.gallery6 .card:hover .card-body-custom {
  bottom: 10px; 
  opacity: 1;  
	transition: all .8s ease; 
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: black;
  max-width: 450px;
}

.text-overlay h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.text-overlay P span {
  color: #7a7a70; 
}

.text-overlay p {
  margin: 12px 0;
  font-size: 16px;

}

.text-overlay .btn {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  background: #b4c6ca;
  color: #fff;
}

.text-overlay .btn:hover {
  background: #7a7a70;
}

.text-overlay .btn-dark {
  background: #7a7a70;
	border: none;
}

.text-overlay .btn-dark:hover {
  background: #b4c6ca;
}

.introduction {
background-color	: unset !important;
}

.introduction-divider {
	border: none !important;
}



.custom-button {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-family: iranyekan, sans-serif;
    color: #fff;
    background-color: #7a7a70;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

.custom-button:hover {
    background-color: #b4c6ca;
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    transform: translateY(-2px);
	color: #fff
}



@media (max-width: 992px) {

  .gallery4-container .swiper-slide {
    flex-direction: column; /* موبایل و تبلت زیر هم */
    text-align: center;
  }
	#id-5944 .swiper-pagination-4{
		width:100% !important;
	}
	
	.image-gallery {
		width:100% !important;
	}
	
	.gallery4-container {
		height : auto !important;
	}

	#id-5944 .detail-slide {
		width: 100%;
	}
}

	#id-5944 .detail-description-slide {
		text-align : center;
	}



