.elementor-622 .elementor-element.elementor-element-049ecd3{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;}.elementor-622 .elementor-element.elementor-element-cca9421{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--border-radius:13px 13px 13px 13px;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-622 .elementor-element.elementor-element-cca9421:not(.elementor-motion-effects-element-type-background), .elementor-622 .elementor-element.elementor-element-cca9421 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-622 .elementor-element.elementor-element-049ecd3{--content-width:86%;}}/* Start custom CSS for html, class: .elementor-element-7286506 */.mm * { box-sizing: border-box; margin: 0; padding: 0; }
 
.mm {
  font-family: 'Urbanist', sans-serif;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(10,52,10,0.13), 0 0 0 1px rgba(10,52,10,0.06);
  overflow: hidden;
  position: relative;
}
 
/* top green accent bar */
.mm::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0a340a 0%, #4caf50 40%, #7ec83a 60%, #4caf50 80%, #0a340a 100%);
  z-index: 1;
}
 
/* ── Columns grid ── */
.mm-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 28px 24px 0;
  gap: 0;
}
 
/* ── Single column ── */
.mm-col {
  padding: 0 20px 28px;
  border-right: 1px solid #f0f7f0;
  position: relative;
}
.mm-col:first-child { padding-left: 8px; }
.mm-col:last-child  { border-right: none; padding-right: 8px; }
 
/* ── Column heading ── */
.mm-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1.5px solid #edf7ed;
  position: relative;
}
 
/* sliding underline on col hover */
.mm-head::after {
  content: '';
  position: absolute;
  bottom: -1.5px; left: 0;
  width: 0; height: 2px;
  background: linear-gradient(90deg, #0a340a, #4caf50);
  border-radius: 2px;
  transition: width 0.45s cubic-bezier(.22,.68,0,1.2);
}
.mm-col:hover .mm-head::after { width: 100%; }
 
.mm-head-icon {
  width: 32px; height: 32px;
  border-radius: 9px;
  background: #f0f9f0;
  border: 1px solid #d8eed8;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.mm-col:hover .mm-head-icon {
  background: #0a340a;
  border-color: #0a340a;
  transform: rotate(-6deg) scale(1.08);
}
.mm-head-icon svg {
  width: 15px; height: 15px;
  fill: none;
  stroke: #4caf50;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.3s;
}
.mm-col:hover .mm-head-icon svg { stroke: #7ec83a; }
 
.mm-head-title {
  font-size: 15px;
  font-weight: 800;
  color: #0a340a;
  letter-spacing: 0.2px;
  line-height: 1.2;
}
 
/* ── Links ── */
.mm-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
 
.mm-links li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #527852;
  text-decoration: none;
  padding: 7px 8px;
  border-radius: 8px;
  transition: all 0.2s ease;
  position: relative;
}
 
.mm-links li a .lk-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #c8dec8;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
 
.mm-links li a:hover {
  background: #f2faf2;
  color: #0a340a;
  font-weight: 600;
  padding-left: 12px;
}
.mm-links li a:hover .lk-dot {
  background: #4caf50;
  transform: scale(1.5);
}
 
/* ── Bottom strip ── */
.mm-bottom {
  background: #f7fdf7;
  border-top: 1px solid #edf7ed;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
 
.mm-bottom-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
 
.mm-bottom-avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a340a, #1a5c1a);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.mm-bottom-avatar svg {
  width: 16px; height: 16px;
  fill: none;
  stroke: #7ec83a;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mm-bottom-text {
  font-size: 12.5px;
  font-weight: 600;
  color: #4a6a4a;
  line-height: 1.4;
}
.mm-bottom-text strong { color: #0a340a; font-weight: 800; }
 
.mm-bottom-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
 
.mm-badge {
  font-size: 11px;
  font-weight: 700;
  color: #4caf50;
  background: #edfaed;
  border: 1px solid #c8e8c8;
  padding: 5px 12px;
  border-radius: 20px;
}
 
.mm-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #0a340a;
  color: #fff;
  font-family: 'Urbanist', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.mm-btn:hover {
  background: #1a5c1a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(10,52,10,0.28);
  color: white;
}
.mm-btn svg {
  width: 13px; height: 13px;
  fill: none;
  stroke: #7ec83a;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s;
}
.mm-btn:hover svg { transform: translateX(3px); }
 
/* ── Responsive ── */
@media (max-width: 960px) {
  .mm-grid { grid-template-columns: repeat(3, 1fr); }
  .mm-col:nth-child(3) { border-right: none; }
  .mm-col:nth-child(4) { border-right: 1px solid #f0f7f0; padding-left: 8px; }
  .mm-col:nth-child(5) { border-right: none; }
}
 
@media (max-width: 640px) {
  .mm-grid { grid-template-columns: repeat(2, 1fr); padding: 20px 16px 0; }
  .mm-col { padding: 0 14px 22px; }
  .mm-col:nth-child(even) { border-right: none; }
  .mm-col:nth-child(odd):not(:last-child) { border-right: 1px solid #f0f7f0; }
  .mm-bottom { flex-direction: column; align-items: flex-start; padding: 16px 20px; gap: 12px; }
  .mm-bottom-right { 
    width: 100%; 
    flex-direction: column;
    align-items: flex-start;
  }
  .mm-badge {
    align-self: flex-start;
  }
  .mm-btn { width: 100%; justify-content: center; }
}
 
@media (max-width: 420px) {
  .mm-grid { grid-template-columns: 1fr; }
  .mm-col { border-right: none; border-bottom: 1px solid #f0f7f0; padding: 0 8px 18px; margin-bottom: 18px; }
  .mm-col:last-child { border-bottom: none; }
}/* End custom CSS */