.elementor-329 .elementor-element.elementor-element-5fab27ea{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-bd0852f *//* M2M Section Wrapper */
.m2m-section {
  margin: 60px 0;
}

/* Section Title */
.m2m-section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
}

/* Grid Layout */
.m2m-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

/* Card Style */
.m2m-card {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Logo */
.m2m-card img {
  max-height: 80px;
  width: auto;
  margin: 0 auto 15px;
}

/* Vendor Name */
.m2m-card h4 {
  font-size: 1rem;
  margin-bottom: 15px;
}

/* Button */
.m2m-button {
  display: inline-block;
  margin-top: auto;
  background-color: #006043;
  color: #fff;
  padding: 10px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9rem;
}

.m2m-button,
.m2m-button:visited,
.m2m-button:hover,
.m2m-button:active,
.m2m-button:focus,
.m2m-button:focus-visible {
  background-color: #006043;
  color: #fff !important;
  text-decoration: none;
}/* End custom CSS */