/* VIMIA global font-size control - max readable size 18px */
html{
  font-size:14px !important;
}

body{
  font-size:14px !important;
  line-height:1.6 !important;
}

/* General text */
p,
li,
span,
div,
a,
label,
input,
textarea,
select,
button,
small{
  font-size:14px;
}

/* Headings capped */
h1,
.hero h1,
.page-hero h1,
.section-title h1,
.about h1,
.service-detail h1{
  font-size:18px !important;
  line-height:1.45 !important;
}

h2,
.hero h2,
.section-heading h2,
.service-card h2,
.blog-card h2,
.about h2,
.service-detail h2{
  font-size:18px !important;
  line-height:1.45 !important;
}

h3,
.hero h3,
.service-card h3,
.blog-card h3,
.service-detail h3,
footer h3{
  font-size:16px !important;
  line-height:1.45 !important;
}

h4,
h5,
h6{
  font-size:15px !important;
  line-height:1.45 !important;
}

/* Header / menu */
.topbar,
.topbar *,
.site-header,
.site-header *,
.nav,
.nav *,
.menu,
.menu *,
.dropdown,
.dropdown *,
.mega-menu,
.mega-menu *,
.mobile-menu,
.mobile-menu *{
  font-size:12px !important;
}

/* Buttons */
.btn,
button,
input[type="submit"],
.request-quote,
.text-link{
  font-size:13px !important;
  line-height:1.4 !important;
}

/* Eyebrow / labels */
.eyebrow,
.badge,
.tag,
.category,
.meta,
small{
  font-size:10px !important;
  letter-spacing:.12em;
}

/* Cards and content blocks */
.card,
.card *,
.service-card,
.service-card *,
.work-card,
.work-card *,
.blog-card,
.blog-card *,
.feature-card,
.feature-card *,
.check-grid,
.check-grid *,
.contact-card,
.contact-card *{
  font-size:14px !important;
}

.card h2,
.service-card h2,
.work-card h2,
.blog-card h2,
.feature-card h2{
  font-size:17px !important;
}

.card h3,
.service-card h3,
.work-card h3,
.blog-card h3,
.feature-card h3{
  font-size:15px !important;
}

/* Blog detail content */
.blog-detail,
.blog-detail p,
.blog-detail li,
.blog-detail div,
.blog-content,
.blog-content p,
.blog-content li{
  font-size:14px !important;
  line-height:1.65 !important;
}

.blog-detail h1,
.blog-content h1{
  font-size:18px !important;
}

.blog-detail h2,
.blog-content h2{
  font-size:17px !important;
}

.blog-detail h3,
.blog-content h3{
  font-size:16px !important;
}

/* Forms */
form,
form *,
.form-group,
.form-group *,
.contact-form,
.contact-form *{
  font-size:14px !important;
}

input,
textarea,
select{
  font-size:14px !important;
}

/* Footer */
footer,
footer *,
.site-footer,
.site-footer *{
  font-size:13px !important;
}

footer h2,
.site-footer h2{
  font-size:17px !important;
}

footer h3,
.site-footer h3{
  font-size:15px !important;
}

/* Floating WhatsApp button should remain icon-like */
.whatsapp-float,
.whatsapp-float *{
  font-size:18px !important;
}

/* Mobile refinement */
@media (max-width:767px){
  html{
    font-size:13px !important;
  }

  body,
  p,
  li,
  span,
  div,
  a,
  label,
  input,
  textarea,
  select,
  button{
    font-size:13px !important;
  }

  h1,
  .hero h1,
  .page-hero h1{
    font-size:18px !important;
    line-height:1.45 !important;
  }

  h2,
  .section-heading h2{
    font-size:17px !important;
    line-height:1.45 !important;
  }

  h3{
    font-size:15px !important;
  }

  .btn,
  button,
  input[type="submit"]{
    font-size:13px !important;
  }
}
