.elementor-69 .elementor-element.elementor-element-913edde{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-69 .elementor-element.elementor-element-fd8c7b3{--display:flex;--margin-top:0px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3a5ec32 */.meta-gallery-hero-sec1{
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  position: relative;
  padding: 110px 0 60px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.meta-gallery-hero-sec1__container{
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.meta-gallery-hero-sec1__tag{
  margin-bottom: 18px;
  color: #197fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.meta-gallery-hero-sec1__title{
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  color: #0b1726;
  margin-bottom: 16px;
}

.meta-gallery-hero-sec1__title span{
  display: block;
  color: #197fff;
}

.meta-gallery-hero-sec1__desc{
  font-size: 16px;
  color: #5e6d7b;
  line-height: 1.8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b62abf */.meta-gallery-grid-sec2{
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  position: relative;
  padding: 60px 0 100px;
  background: #f4f8fc;
}

.meta-gallery-grid-sec2__container{
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

.meta-gallery-grid-sec2__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.meta-gallery-grid-sec2__item{
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 22px;
  background: #ddd;
  position: relative;
}

.meta-gallery-grid-sec2__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.meta-gallery-grid-sec2__item:hover img{
  transform: scale(1.08);
}

/* responsive */
@media(max-width: 991px){
  .meta-gallery-grid-sec2__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px){
  .meta-gallery-grid-sec2__grid{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */