.elementor-30711 .elementor-element.elementor-element-0c11123{--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;overflow:visible;}.elementor-30711 .elementor-element.elementor-element-30f658e{--display:flex;overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f74cb2f *//* SECTION BACKGROUND */
.mwp-quality-section {
  background: linear-gradient(135deg, #f8f9fb, #eef1f5);
  padding: 80px 20px;
  text-align: center;
}

/* CONTAINER */
.mwp-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.mwp-heading {
  font-size: 48px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
  position: relative;
}

.mwp-heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #cb9b49;
  margin: 15px auto 0;
  border-radius: 10px;
}

/* SUBHEADING */
.mwp-subheading {
  font-size: 16px;
  color: #777;
  margin-bottom: 40px;
}

/* BADGE WRAPPER (GLASS EFFECT) */
.mwp-badge-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;

  background: rgba(255, 255, 255, 0.7);
  padding: 30px;
  border-radius: 20px;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* SINGLE BADGE */
.mwp-badge {
  text-align: center;
  transition: all 0.4s ease;
}

/* IMAGE */
.mwp-badge img {
  width: 110px;
  transition: all 0.4s ease;
}

/* LABEL */
.mwp-badge span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

/* HOVER EFFECT */
.mwp-badge:hover img {
  transform: translateY(-10px) scale(1.05);
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15));
}

/* OPTIONAL GLOW */
.mwp-badge-wrapper:hover {
  box-shadow: 0 0 40px rgba(123, 97, 255, 0.15);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .mwp-heading {
    font-size: 32px;
  }

  .mwp-badge img {
    width: 80px;
  }

  .mwp-badge-wrapper {
    gap: 20px;
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS */.page-title,
.title-size-default,
.wd-page-title,
.page-header{
    display:none !important;
}

.main-page-wrapper{
    padding-top:0 !important;
}

.site-content{
    margin-top:0 !important;
}/* End custom CSS */