.elementor-85 .elementor-element.elementor-element-b55e08e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-85 .elementor-element.elementor-element-44e690b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 45px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-85 .elementor-element.elementor-element-44e690b > .elementor-widget-container{padding:10px 0px 25px 0px;}}/* Start custom CSS for html, class: .elementor-element-44e690b */ .chahat-category-section{
  width:100%;
  background:#ffffff;
  font-family:'Poppins', sans-serif;
}

.chahat-category-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

.chahat-category-heading{
  margin:0 0 58px;
  text-align:center;
  font-size:34px;
  font-weight:600;
  color:#1A000;
  text-transform:uppercase;
}

.chahat-category-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  column-gap:40px;
  row-gap:20px;
}

.chahat-category-card{
  display:flex;
  flex-direction:column;
  align-items:center;
}

.chahat-category-thumb{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  min-height:320px;
  overflow:hidden;
}

.chahat-category-thumb img{
  max-width:260px;
  width:100%;
  transition:.5s;
}

.chahat-category-thumb:hover img{
  transform:scale(1.05);
}

.chahat-category-meta{
  width:260px;
  margin-top:12px;
  text-align:left;
}

.chahat-category-link{
  font-size:14px;
  color:#E31718;
  text-decoration:none;
  margin-bottom:6px;
  display:inline-block;
}

.chahat-category-link:hover{
  color:#c18415;
}

.chahat-category-meta h3{
  margin:0;
  font-size:18px;
  font-weight:600;
  color:#111;
}
.chahat-category-thumb{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  min-height:320px;
  overflow:hidden;
}

/* IMAGE */
.chahat-category-thumb img{
  position:relative;
  z-index:2;
  max-width:260px;
  width:100%;
  height:auto;
  object-fit:contain;
  transition:transform .7s cubic-bezier(.22,.61,.36,1);
}

/* 🔥 WHITE SHINE EFFECT BACK */
.chahat-category-thumb::after{
  content:"";
  position:absolute;
  top:-35%;
  left:-70%;
  width:26%;
  height:180%;
  transform:rotate(24deg);
  background:linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.05) 30%,
    rgba(255,255,255,0.28) 50%,
    rgba(255,255,255,0.05) 70%,
    rgba(255,255,255,0) 100%
  );
  z-index:3;
  pointer-events:none;
  transition:left 1.4s cubic-bezier(.22,.61,.36,1);
}

/* HOVER EFFECT */
.chahat-category-thumb:hover::after{
  left:120%;
}

.chahat-category-thumb:hover img{
  transform:translateY(-4px) rotate(-2deg) scale(1.03);
}

/* MOBILE */
@media (max-width:767px){
  .chahat-category-grid{
    grid-template-columns:1fr;
  }
} /* End custom CSS */