 
  body {
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
    background-color: #e9e9e9;
  }
  
  
.bg-theme{
  background-color: #0d3c36;
}
.bg-theme2{
  background-color: #dccbb0;
}
.bg-theme3{
  background-color: #1e7a6b;
}
.text-theme{
  color: #E7AB74;
}
/* .article-swiper .swiper-slide {
  transition: transform 0.3s, box-shadow 0.3s;
  transform: scale(0.85);
  opacity: 0.7;
  z-index: 1;
}
.article-swiper .swiper-slide-active {

  
  transform: scale(1.05);
  opacity: 1;
  z-index: 2;
  box-shadow: 0 8px 32px rgba(24, 76, 58, 0.15);
}
.article-swiper .swiper-slide-next,
.article-swiper .swiper-slide-prev {
  transform: scale(0.95);
  opacity: 0.85;
  z-index: 1;
}
  */

/* Custom why-resam-box for exact image match */
 
@media (max-width: 768px) {
  .why-resam-box-custom .custom-corner {
    border-top-right-radius: 50px 40px;
    padding: 2rem 1rem 1.5rem 1rem;
  }
  .why-resam-title {
    font-size: 1.2rem;
    padding: 1rem 0.5rem;
  }
}