.elementor-123 .elementor-element.elementor-element-fe427c1{--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;}/* Start custom CSS for html, class: .elementor-element-d61a5a6 *//* ================================
   NextGen Hosting – Premium Styling
   ================================ */

.ng-wrap {
  --bg: #f6f7fb;
  --card: #ffffff;
  --text: #0f172a;
  --muted: #5b6777;
  --line: #e6ebf2;
  --brand: #9b2c2c;
  --brand-dark: #5f1a1a;

  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  padding: 44px 0;
  border-radius: 22px;
  color: var(--text);
}

.ng-container {
  max-width: 1180px;
  margin: auto;
  padding: 0 20px;
}

/* Header */
.ng-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}

.ng-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--brand);
  background: rgba(155, 44, 44, 0.08);
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.ng-title {
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 800;
  margin-bottom: 10px;
}

.ng-sub {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

/* Grid */
.ng-pricing {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

/* Cards */
.ng-plan {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ng-plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.ng-plan__top {
  border-bottom: 1px dashed var(--line);
  padding-bottom: 14px;
  margin-bottom: 16px;
}

.ng-plan__name {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Pricing */
.ng-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.ng-price__currency {
  font-weight: 800;
}

.ng-price__amount {
  font-size: 36px;
  font-weight: 900;
}

.ng-price__period {
  font-size: 14px;
  color: var(--muted);
}

.ng-price__note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
}

/* Features */
.ng-features {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.ng-features li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

.ng-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(26, 75, 132, 0.3);
}

/* Buttons */
.ng-btn {
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--line);
  color: var(--text);
  background: #ffffff;
}

.ng-btn--primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #ffffff;
  border: none;
}

.ng-btn--wide {
  width: 100%;
}

/* Featured */
.ng-plan--featured {
  border-color: rgba(155, 44, 44, 0.3);
  box-shadow: 0 20px 44px rgba(155, 44, 44, 0.18);
  transform: translateY(-6px);
}

.ng-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(155, 44, 44, 0.12);
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  padding: 6px 10px;
  border-radius: 999px;
}

/* Footer CTA */
.ng-foot {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.ng-foot__note {
  color: var(--muted);
  font-size: 14px;
}

/* Responsive */
@media (max-width: 1200px) {
  .ng-pricing { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .ng-pricing { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .ng-pricing { grid-template-columns: 1fr; }
}/* End custom CSS */