.no-comments{
    display:none;
}

@media (min-width: 992px) {
    
  .header-classic .nav-container {
    box-shadow:none !important;
  }
  
 article div.sow-slider-image-wrapper {
      padding: 80px !important;
  }
  
  #main {
      padding: 10px !important;
  }
}

/* Submit button */
.mka-contact input[type="submit"] {
  background: #4390be;        /* base color */
  color: #fff;                /* white lettering */
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  cursor: pointer;
  transition: transform .08s ease, filter .2s ease, background-color .2s ease;
}

/* Hover state = lighter shade of #4390be */
.mka-contact input[type="submit"]:hover {
  background: #5aa6d1;        /* lighter shade */
}

.mka-contact input[type="submit"]:active {
  transform: translateY(1px);
}

/* Use the widget's unique wrapper to scope styles */
.so-widget-lsow-pricing-plans-default-d75171398898-112 {
  --mka-brand: #4390be;
  --mka-brand-light: #5aa6d1; /* hover shade */
  --mka-text-on-brand: #ffffff;
  --mka-radius: 14px;
  --mka-card-bg: #ffffff;
  --mka-border: #e5edf3;
}

/* Make all columns equal height and keep the button at the bottom */
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-pricing-table {
  gap: 24px; /* nicer spacing, works with grid/flex */
}
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-grid-item {
  display: flex;                 /* each grid cell becomes a flex box */
}
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-pricing-plan {
  display: flex;
  flex-direction: column;        /* stack header, price, details, button */
  width: 100%;
  background: var(--mka-card-bg);
  border: 1px solid var(--mka-border);
  border-radius: var(--mka-radius);
  overflow: hidden;              /* rounds the header corners cleanly */
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

/* ===== 1) Top of each pricing column: brand background, white Urbanist text */
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-top-header,
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-plan-price {
  background: var(--mka-brand);
  color: var(--mka-text-on-brand);
  font-family: "Urbanist", sans-serif;
  text-align: center;
}

/* Round only the very top edge */
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-top-header {
  padding: 18px 16px 10px;
}
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-top-header + .lsow-plan-price {
  padding: 10px 16px 16px;
}

/* Header text refinements */
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-top-header .lsow-tagline,
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-top-header .lsow-plan-name,
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-plan-price .lsow-text {
  color: var(--mka-text-on-brand);
  margin: 0;
}
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-top-header .lsow-tagline {
  opacity: 0.95;
  font-weight: 600;
  letter-spacing: .2px;
  margin-bottom: 4px;
}
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-top-header .lsow-plan-name {
  font-weight: 700;
  font-size: 1.25rem;
}

/* ===== Content area (features) grows to fill height */
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-plan-details {
  flex: 1;                       /* equalizes card heights */
  padding: 16px 18px;
}
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-pricing-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px dashed #e6eef5;
}
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-pricing-item:last-child {
  border-bottom: 0;
}

/* ===== 3) Buy Now button: brand background, white Urbanist text */
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-purchase {
  padding: 18px;
}
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-purchase .lsow-button {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: var(--mka-brand);            /* base color */
  color: var(--mka-text-on-brand) !important;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  text-transform: uppercase;
  letter-spacing: .4px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.06);
  transition: background-color .2s ease, transform .06s ease, filter .2s ease;
}
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-purchase .lsow-button:hover {
  background: var(--mka-brand-light);      /* lighter shade on hover */
}
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-purchase .lsow-button:active {
  transform: translateY(1px);
}

/* Optional: subtle lift on hover over the whole card */
.so-widget-lsow-pricing-plans-default-d75171398898-112 .lsow-pricing-plan:hover {
  box-shadow: 0 8px 22px rgba(0,0,0,0.10);
  transition: box-shadow .2s ease;
}

/* DENTALIA: Mega menu panel — center columns + gradient bg */
#menu-item-191 > .sub-menu.row {
  /* override the inline white background */
  background: linear-gradient(to bottom, rgba(67, 144, 190) 0%, #ffffff 100%) !important;

  /* center the columns */
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;

  /* spacing inside the panel */
  padding: 22px 28px;
  gap: 12px 28px;
  box-sizing: border-box;
}

/* Make each subitem behave like a centered column  */
#menu-item-191 .orion-megamenu-subitem {
  float: none !important;                 /* kill any theme floats */
  flex: 0 1 260px;                        /* column width; tweak as needed */
  text-align: center;                     /* center text/icons */
}

/* If Dentalia/Bootstrap col-* widths are interfering, neutralize them here */
#menu-item-191 .orion-megamenu-subitem.col-md-4 {
  width: auto !important;
}

/* Optional: make the links fill their column neatly */
#menu-item-191 .orion-megamenu-subitem > a {
  display: block;
  padding: 8px 10px;
}
