.elementor-201 .elementor-element.elementor-element-12ebcaf5:not(.elementor-motion-effects-element-type-background), .elementor-201 .elementor-element.elementor-element-12ebcaf5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-201 .elementor-element.elementor-element-12ebcaf5 > .elementor-background-overlay{background-color:#000000;opacity:0.66;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-201 .elementor-element.elementor-element-12ebcaf5{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-201 .elementor-element.elementor-element-390536b4 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}body.elementor-page-201:not(.elementor-motion-effects-element-type-background), body.elementor-page-201 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2c08f46e *//* Daily Medicare Leads - Florida Page
   Full-width dark theme matched to the main DML site layout
*/

.dml-florida-page {
  --dml-bg: #030507;
  --dml-bg-soft: #0b0d10;
  --dml-panel: #15181c;
  --dml-panel-2: #1b1f24;
  --dml-border: #39414b;
  --dml-text: #f6f7f9;
  --dml-muted: #aeb6c0;
  --dml-muted-2: #7f8996;
  --dml-cyan: #18d7ff;
  --dml-blue: #1976ff;
  --dml-green: #2fe0b6;
  --dml-purple: #6f5cff;
  --dml-shadow: 0 24px 70px rgba(0,0,0,.35);

  background:
    radial-gradient(circle at 50% 0%, rgba(25,118,255,.06), transparent 34rem),
    #030507;
  color: var(--dml-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow: hidden;
}

.dml-florida-page,
.dml-florida-page * {
  box-sizing: border-box;
}

.dml-florida-page img {
  max-width: 100%;
  display: block;
}

.dml-florida-page a {
  color: inherit;
  text-decoration: none;
}

/* FULL-WIDTH CONTENT */
.dml-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.dml-section {
  padding: 108px 0;
  position: relative;
  width: 100%;
}

.dml-section--soft {
  background:
    linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.005)),
    #080a0d;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.dml-section--dark {
  background:
    radial-gradient(circle at 50% 0%, rgba(24,215,255,.07), transparent 34rem),
    #040608;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Typography */

.dml-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #65b9ff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.dml-eyebrow::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--dml-green);
  box-shadow: 0 0 14px rgba(47,224,182,.8);
}

.dml-florida-page h1,
.dml-florida-page h2,
.dml-florida-page h3 {
  color: var(--dml-text);
  margin: 0;
  font-weight: 800;
  letter-spacing: -.035em;
}

.dml-florida-page h1 {
  font-size: clamp(44px, 5.25vw, 76px);
  line-height: .98;
  max-width: 760px;
}

.dml-florida-page h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
}

.dml-florida-page h3 {
  font-size: 22px;
  line-height: 1.15;
}

.dml-florida-page p {
  color: var(--dml-muted);
  margin: 0;
  font-size: 16px;
}

.dml-section-heading {
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}

.dml-section-heading p {
  max-width: 760px;
  margin: 18px auto 0;
}

.dml-section-heading--light p {
  color: var(--dml-muted);
}

/* Hero */

.dml-hero {
  min-height: 780px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 104px 0 92px;
  background:
    radial-gradient(circle at 68% 45%, rgba(0,205,255,.13), transparent 23rem),
    radial-gradient(circle at 82% 44%, rgba(111,92,255,.08), transparent 22rem),
    linear-gradient(180deg, #020406 0%, #040608 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.dml-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.35), transparent 80%);
}

.dml-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr);
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.dml-hero__lead {
  max-width: 680px;
  margin-top: 28px !important;
  font-size: 17px !important;
  line-height: 1.75;
  color: #c7cdd5 !important;
}

.dml-hero__actions,
.dml-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.dml-btn {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.dml-btn:hover {
  transform: translateY(-2px);
}

.dml-btn--primary {
  color: #fff !important;
  background: linear-gradient(90deg, #2468ff, #13c9ef);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 12px 32px rgba(24,176,255,.18);
}

.dml-btn--primary:hover {
  box-shadow: 0 16px 38px rgba(24,176,255,.28);
}

.dml-btn--secondary {
  color: #fff !important;
  background: #090b0e;
  border-color: #454d58;
}

.dml-btn--secondary:hover {
  border-color: #6d7784;
  background: #11151a;
}

.dml-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.dml-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid #39414a;
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  color: #d9dee4;
  font-size: 12px;
  font-weight: 700;
}

.dml-trust-row span::before {
  content: "✓";
  color: var(--dml-green);
}

.dml-hero__visual {
  position: relative;
}

.dml-hero__visual::before {
  content: "";
  position: absolute;
  inset: 7% -8% -6% 5%;
  background: radial-gradient(circle, rgba(24,215,255,.24), transparent 60%);
  filter: blur(28px);
  pointer-events: none;
}

.dml-hero__visual img {
  width: 100%;
  aspect-ratio: 1.22 / 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid #2f3945;
  box-shadow: var(--dml-shadow);
  position: relative;
  z-index: 1;
  filter: saturate(.9) contrast(1.03) brightness(.83);
}

.dml-floating-card {
  position: absolute;
  z-index: 2;
  right: -22px;
  bottom: -26px;
  width: min(380px, 72%);
  padding: 20px 22px;
  border-radius: 13px;
  border: 1px solid rgba(24,215,255,.35);
  background: rgba(9,12,15,.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 50px rgba(0,0,0,.44);
}

.dml-floating-card strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
}

.dml-floating-card span {
  color: var(--dml-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* Cards */

.dml-card-grid {
  display: grid;
  gap: 18px;
}

.dml-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dml-feature-card,
.dml-step,
.dml-callout-card,
.dml-stat-panel__item {
  border: 1px solid var(--dml-border);
  background:
    linear-gradient(180deg, rgba(255,255,255,.018), transparent),
    var(--dml-panel);
  box-shadow: inset 0 1px rgba(255,255,255,.02);
}

.dml-feature-card {
  min-height: 250px;
  padding: 28px;
  border-radius: 6px;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.dml-feature-card:hover {
  transform: translateY(-4px);
  border-color: #53606e;
  background: var(--dml-panel-2);
}

.dml-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 52px;
  margin-left: auto;
  border-radius: 5px;
  border: 1px solid rgba(47,224,182,.55);
  background: rgba(47,224,182,.09);
  color: var(--dml-green);
  font-size: 12px;
  font-weight: 900;
}

.dml-feature-card h3 {
  margin-bottom: 12px;
}

.dml-feature-card p {
  font-size: 14px;
  line-height: 1.7;
}

/* Split sections */

.dml-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.dml-split--reverse .dml-split__content {
  order: 1;
}

.dml-split--reverse .dml-stat-panel {
  order: 2;
}

.dml-split__content h2 {
  margin-bottom: 24px;
}

.dml-split__content p + p {
  margin-top: 16px;
}

.dml-split__visual img {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #35404b;
  box-shadow: var(--dml-shadow);
  filter: saturate(.85) brightness(.78);
}

.dml-check-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 13px;
}

.dml-check-list li {
  position: relative;
  padding-left: 30px;
  color: #d8dde3;
  font-size: 15px;
}

.dml-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--dml-green);
  font-weight: 900;
}

.dml-exclusive .dml-btn {
  margin-top: 30px;
}

.dml-stat-panel {
  display: grid;
  gap: 16px;
}

.dml-stat-panel__item {
  padding: 26px;
  border-radius: 7px;
}

.dml-stat-panel__item strong {
  display: block;
  margin-bottom: 7px;
  font-size: 24px;
  color: #fff;
}

.dml-stat-panel__item span {
  color: var(--dml-muted);
  font-size: 14px;
}

/* How it works */

.dml-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dml-step {
  padding: 26px;
  border-radius: 6px;
  min-height: 230px;
}

.dml-step > span {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--dml-cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.dml-step h3 {
  font-size: 19px;
  margin-bottom: 12px;
}

.dml-step p {
  font-size: 14px;
}

/* Callout */

.dml-callout-card {
  padding: 42px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(24,215,255,.1), transparent 22rem),
    #13171b;
}

.dml-callout-card h3 {
  margin: 4px 0 17px;
  font-size: clamp(26px, 3vw, 38px);
}

.dml-callout-card a {
  display: inline-flex;
  margin-top: 26px;
  color: var(--dml-cyan);
  font-weight: 800;
  font-size: 14px;
}

/* FAQ */

.dml-faq__layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 72px;
  align-items: start;
}

.dml-faq .dml-section-heading {
  margin: 0;
  text-align: left;
  position: sticky;
  top: 110px;
}

.dml-faq .dml-section-heading p {
  margin-left: 0;
}

.dml-accordion {
  display: grid;
  gap: 12px;
}

.dml-accordion details {
  border: 1px solid var(--dml-border);
  border-radius: 6px;
  background: #121519;
  overflow: hidden;
}

.dml-accordion summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 21px 54px 21px 22px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.dml-accordion summary::-webkit-details-marker {
  display: none;
}

.dml-accordion summary::after {
  content: "+";
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dml-cyan);
  font-size: 24px;
  font-weight: 400;
}

.dml-accordion details[open] summary::after {
  content: "−";
}

.dml-accordion details div {
  padding: 0 22px 22px;
  border-top: 1px solid rgba(255,255,255,.055);
}

.dml-accordion details p {
  padding-top: 18px;
  font-size: 14px;
}

/* Final CTA */

.dml-final-cta {
  padding: 90px 0;
  position: relative;
  background:
    radial-gradient(circle at 85% 50%, rgba(24,215,255,.17), transparent 25rem),
    radial-gradient(circle at 65% 50%, rgba(111,92,255,.14), transparent 28rem),
    #05080b;
  border-top: 1px solid rgba(255,255,255,.1);
}

.dml-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
}

.dml-final-cta h2 {
  max-width: 920px;
  font-size: clamp(34px, 4.1vw, 56px);
}

.dml-final-cta p {
  max-width: 780px;
  margin-top: 17px;
}

.dml-final-cta__actions {
  margin-top: 0;
  min-width: 210px;
  flex-direction: column;
}

.dml-btn--light {
  color: #fff !important;
  background: linear-gradient(90deg, #2468ff, #13c9ef);
  border-color: rgba(255,255,255,.2);
}

.dml-btn--outline-light {
  color: #fff !important;
  background: rgba(255,255,255,.025);
  border-color: #44505c;
}

/* Elementor full-width helpers */

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  width: 100%;
  max-width: none;
}

.elementor-widget-html .dml-florida-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.elementor-widget-html .dml-florida-page h1,
.elementor-widget-html .dml-florida-page h2,
.elementor-widget-html .dml-florida-page h3,
.elementor-widget-html .dml-florida-page p {
  font-family: inherit;
}

.elementor-widget-html .dml-florida-page ul {
  padding-left: 0;
}

/* Tablet */

@media (max-width: 1024px) {
  .dml-container {
    width: 100%;
    max-width: none;
    padding-left: 28px;
    padding-right: 28px;
  }

  .dml-section {
    padding: 88px 0;
  }

  .dml-hero {
    min-height: auto;
    padding: 88px 0 92px;
  }

  .dml-hero__grid,
  .dml-split,
  .dml-faq__layout,
  .dml-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .dml-hero__grid {
    gap: 54px;
  }

  .dml-hero__content {
    max-width: 820px;
  }

  .dml-hero__visual {
    max-width: 880px;
  }

  .dml-card-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dml-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dml-faq .dml-section-heading {
    position: static;
    max-width: 760px;
  }

  .dml-final-cta__actions {
    flex-direction: row;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .dml-container {
    width: 100%;
    max-width: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .dml-section {
    padding: 70px 0;
  }

  .dml-hero {
    padding: 70px 0 74px;
  }

  .dml-eyebrow {
    font-size: 10px;
    letter-spacing: .14em;
  }

  .dml-florida-page h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .dml-florida-page h2 {
    font-size: clamp(31px, 9vw, 44px);
  }

  .dml-hero__lead {
    font-size: 15px !important;
  }

  .dml-card-grid--3,
  .dml-steps {
    grid-template-columns: 1fr;
  }

  .dml-feature-card,
  .dml-step {
    min-height: 0;
  }

  .dml-icon {
    margin-bottom: 32px;
  }

  .dml-split {
    gap: 42px;
  }

  .dml-floating-card {
    position: relative;
    width: calc(100% - 20px);
    right: auto;
    bottom: auto;
    margin: -34px auto 0;
  }

  .dml-hero__actions,
  .dml-final-cta__actions {
    width: 100%;
    flex-direction: column;
  }

  .dml-btn {
    width: 100%;
  }

  .dml-callout-card {
    padding: 30px 24px;
  }

  .dml-stat-panel__item,
  .dml-feature-card,
  .dml-step {
    padding: 23px;
  }

  .dml-final-cta {
    padding: 72px 0;
  }

  .dml-section-heading {
    margin-bottom: 38px;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-12ebcaf5 */*{
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
margin:0;
background:#030506;
color:#ffffff;
font-family:Arial,Helvetica,sans-serif;
}

a{
color:inherit;
}

.dml-contact{
padding:45px 0 55px;
background:#030506;
}

.dml-container{
width:min(1240px,92%);
margin:0 auto;
}


/* =========================
   HERO
========================= */

.dml-contact-hero{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:50px;
margin-bottom:28px;
}

.hero-left{
flex:1;
}

.dml-label{
display:inline-flex;
align-items:center;
gap:9px;
color:#5a83ff;
font-size:13px;
font-weight:800;
letter-spacing:1.2px;
}

.dml-label i{
color:#5a83ff;
}

.hero-left h1{
margin:16px 0 0;
font-size:72px;
line-height:.98;
font-weight:900;
letter-spacing:-2px;
color:#f7f7fb;
}

.hero-right{
width:100%;
max-width:485px;
padding-bottom:7px;
}

.hero-right p{
margin:0;
font-size:17px;
line-height:1.65;
color:#ffffff;
}


/* =========================
   CONTACT CARDS
========================= */

.contact-cards{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:14px;
margin-bottom:18px;
}

.contact-card{
min-height:160px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
padding:22px 16px;
background:#111b30;
border:1px solid #314569;
text-align:center;
transition:.25s ease;
}

.contact-card:hover{
border-color:#26dfbd;
transform:translateY(-2px);
}

.contact-card .icon{
font-size:24px;
color:#38e4cd;
margin-bottom:10px;
}

.contact-card h3{
margin:0 0 10px;
font-size:13px;
font-weight:900;
letter-spacing:.9px;
color:#6081ff;
}

.contact-card p{
margin:0;
font-size:15px;
font-weight:700;
line-height:1.45;
}

.contact-card p a{
color:#ffffff;
text-decoration:none;
}

.contact-card p a:hover{
color:#26dfbd;
}

.small-buttons{
display:flex;
justify-content:center;
gap:8px;
margin-top:12px;
}

.small-buttons a{
display:inline-flex;
align-items:center;
gap:6px;
padding:7px 11px;
border:1px solid #5577c3;
border-radius:8px;
color:#ffffff;
font-size:12px;
font-weight:700;
text-decoration:none;
background:#17233e;
transition:.2s ease;
}

.small-buttons a:hover{
border-color:#26dfbd;
color:#26dfbd;
}


/* =========================
   FORM BOX
========================= */

.dml-form-box{
background:#111b30;
border:1px solid rgba(38,223,189,.45);
padding:27px 25px 14px;
}

.form-title{
margin-bottom:14px;
}

.form-title span{
display:block;
margin-bottom:10px;
color:#26dfbd;
font-size:11px;
font-weight:900;
letter-spacing:.8px;
}

.form-title p{
margin:0;
font-size:13px;
line-height:1.5;
color:#ffffff;
}


/* =========================
   FORM FIELDS
========================= */

.form-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:7px;
}

.form-grid input,
.form-grid select,
.dml-form-box textarea{
width:100%;
background:#22355c;
border:1px solid #4d76c5;
border-radius:7px;
color:#ffffff;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
outline:none;
transition:.2s ease;
}

.form-grid input{
height:40px;
padding:0 11px;
}

.form-grid select{
height:40px;
padding:0 10px;
cursor:pointer;
}

.form-grid select option{
background:#22355c;
color:#ffffff;
}

.dml-form-box textarea{
display:block;
min-height:137px;
margin-top:14px;
padding:13px 11px;
resize:vertical;
}

.form-grid input::placeholder,
.dml-form-box textarea::placeholder{
color:#ffffff;
opacity:1;
}

.form-grid input:focus,
.form-grid select:focus,
.dml-form-box textarea:focus{
border-color:#26dfbd;
box-shadow:0 0 0 2px rgba(38,223,189,.08);
}


/* =========================
   FORM BOTTOM
========================= */

.form-bottom{
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
margin-top:16px;
}


/* =========================
   SOCIAL ICONS
========================= */

.socials{
display:flex;
align-items:center;
gap:10px;
}

.socials a{
width:48px;
height:48px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
color:#ffffff;
font-size:27px;
text-decoration:none;
transition:.2s ease;
}

.socials a:hover{
transform:translateY(-3px);
filter:brightness(1.1);
}

.socials .facebook{
background:#4167c7;
}

.socials .linkedin{
background:#0878cc;
}

.socials .instagram{
background:radial-gradient(
circle at 30% 110%,
#ffd600 0%,
#ff7a00 28%,
#ff0169 48%,
#d300c5 70%,
#7638fa 100%
);
}

.socials .youtube{
background:#ff0000;
}


/* =========================
   SUBMIT BUTTON
========================= */

.form-bottom button{
min-width:139px;
height:40px;
padding:0 14px;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
border:0;
outline:0;
background:linear-gradient(90deg,#8067ff 0%,#546eff 45%,#26daba 100%);
color:#ffffff;
font-size:12px;
font-weight:800;
cursor:pointer;
transition:.2s ease;
}

.form-bottom button:hover{
transform:translateY(-2px);
filter:brightness(1.08);
}

.form-bottom button span{
font-size:17px;
font-weight:400;
}


/* =========================
   TABLET
========================= */

@media(max-width:1000px){

.hero-left h1{
font-size:56px;
}

.contact-cards{
grid-template-columns:repeat(2,1fr);
}

}


/* =========================
   MOBILE
========================= */

@media(max-width:700px){

.dml-contact{
padding:30px 0 40px;
}

.dml-contact-hero{
flex-direction:column;
align-items:flex-start;
gap:25px;
}

.hero-left h1{
font-size:42px;
letter-spacing:-1px;
}

.hero-right{
max-width:none;
}

.contact-cards{
grid-template-columns:1fr;
}

.form-grid{
grid-template-columns:1fr;
}

.form-bottom{
flex-direction:column;
align-items:stretch;
}

.socials{
justify-content:center;
}

.form-bottom button{
width:100%;
}

}


/* =========================
   SMALL MOBILE
========================= */

@media(max-width:420px){

.hero-left h1{
font-size:36px;
}

.dml-form-box{
padding:22px 15px 15px;
}

.socials a{
width:43px;
height:43px;
font-size:22px;
}

}/* End custom CSS */