.elementor-23 .elementor-element.elementor-element-4826a7b{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-23 .elementor-element.elementor-element-f66192a{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-4826a7b *//* ============================================================
   mydigitl.com — Master CSS Stylesheet
   Class prefix: .md- (prevents WordPress theme conflicts)
   ============================================================ */

/* ---------- Reset & Base ---------- */
.md-root,
.md-root * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.md-root {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #cbd5e1;
  background: #0f172a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.md-root section {
  position: relative;
  width: 100%;
}

.md-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.md-root h1,
.md-root h2,
.md-root h3,
.md-root h4 {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.md-root p {
  color: #cbd5e1;
}

.md-root a {
  text-decoration: none;
  color: inherit;
}

/* ---------- Color Tokens ---------- */
:root {
  --md-navy: #0f172a;
  --md-slate: #1e293b;
  --md-slate-2: #334155;
  --md-indigo: #6366f1;
  --md-violet: #8b5cf6;
  --md-cyan: #22d3ee;
  --md-white: #f8fafc;
  --md-gray: #cbd5e1;
  --md-gray-dim: #94a3b8;
  --md-success: #10b981;
  --md-radius: 16px;
  --md-radius-sm: 10px;
  --md-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Buttons ---------- */
.md-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: all var(--md-transition);
  text-align: center;
  white-space: nowrap;
}

.md-btn-primary {
  background: linear-gradient(135deg, var(--md-indigo), var(--md-violet));
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.35);
}

.md-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(99, 102, 241, 0.5);
}

.md-btn-secondary {
  background: rgba(34, 211, 238, 0.08);
  color: var(--md-cyan);
  border: 1.5px solid rgba(34, 211, 238, 0.4);
}

.md-btn-secondary:hover {
  background: rgba(34, 211, 238, 0.15);
  border-color: var(--md-cyan);
  transform: translateY(-2px);
}

.md-btn-ghost {
  background: transparent;
  color: var(--md-gray);
  border: 1.5px solid var(--md-slate-2);
}

.md-btn-ghost:hover {
  border-color: var(--md-cyan);
  color: var(--md-cyan);
}

.md-btn-wa {
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}

.md-btn-wa:hover {
  background: #1ebe5a;
  transform: translateY(-2px);
}

/* ---------- Section Heading ---------- */
.md-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}

.md-section-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--md-cyan);
  margin-bottom: 16px;
}

.md-section-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 16px;
}

.md-section-sub {
  font-size: 1.05rem;
  color: var(--md-gray-dim);
}

/* ============================================================
   SECTION 1 — Sticky Header / Navigation
   ============================================================ */
.md-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(15, 23, 42, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(51, 65, 85, 0.6);
  transition: background var(--md-transition);
}

.md-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.md-brand {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
}

.md-brand span {
  color: var(--md-cyan);
}

.md-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.md-nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
}

.md-nav-links a {
  color: var(--md-gray);
  font-size: 0.92rem;
  font-weight: 500;
  transition: color var(--md-transition);
  position: relative;
}

.md-nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--md-cyan);
  transition: width var(--md-transition);
}

.md-nav-links a:hover {
  color: #ffffff;
}

.md-nav-links a:hover::after {
  width: 100%;
}

.md-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.md-nav-actions .md-btn {
  padding: 10px 20px;
  font-size: 0.85rem;
}

.md-wa-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.3);
  color: #25d366;
  transition: all var(--md-transition);
}

.md-wa-icon-btn:hover {
  background: #25d366;
  color: #fff;
  transform: scale(1.08);
}

.md-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 6px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f66192a *//* ============================================================
   SECTION 2 — Hero
   ============================================================ */
.md-hero {
  padding: 100px 0 80px;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(99, 102, 241, 0.15), transparent 50%),
    radial-gradient(ellipse at 80% 30%, rgba(34, 211, 238, 0.1), transparent 50%),
    var(--md-navy);
  overflow: hidden;
}

.md-hero-inner {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}

.md-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.1);
  border: 1px solid rgba(99, 102, 241, 0.3);
  color: #c7d2fe;
  font-size: 0.82rem;
  font-weight: 500;
  margin-bottom: 28px;
}

.md-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--md-cyan);
  box-shadow: 0 0 8px var(--md-cyan);
}

.md-hero h1 {
  font-size: clamp(2.1rem, 5.5vw, 3.8rem);
  margin-bottom: 24px;
}

.md-hero h1 .md-accent {
  background: linear-gradient(120deg, var(--md-cyan), var(--md-indigo));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.md-hero-sub {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--md-gray);
  max-width: 680px;
  margin: 0 auto 36px;
}

.md-hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.md-stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 32px;
  background: rgba(30, 41, 59, 0.5);
  border: 1px solid rgba(51, 65, 85, 0.6);
  border-radius: var(--md-radius);
  backdrop-filter: blur(8px);
}

.md-stat {
  text-align: center;
}

.md-stat-num {
  font-size: 1.7rem;
  font-weight: 800;
  color: #ffffff;
  display: block;
  margin-bottom: 4px;
}

.md-stat-label {
  font-size: 0.8rem;
  color: var(--md-gray-dim);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}/* End custom CSS */