/* ================================================================
   FineraTech — custom.css
   Overrides to reduce font sizes, compact navbar, fix spacing
   ================================================================ */

/* ── Top contact bar ──────────────────────────────────────── */
.bg-top .topper .text span {
  font-size: 0.78rem;
  line-height: 1.3;
}
.bg-top .icon {
  width: 36px;
  height: 36px;
}
.bg-top .col-md,
.bg-top .py-md-4 {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}
.bg-top .py-4 {
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
}

/* ── Navbar: compact + prevent two-word item wrapping ──────── */
#ftco-navbar .navbar-nav .nav-link {
  font-size: 0.8rem !important;
  padding: 0.45rem 0.55rem !important;
  white-space: nowrap;
}
#ftco-navbar.navbar {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

/* ── Home hero slider text ─────────────────────────────────── */
.home-slider .slider-item {
  min-height: 420px;
}
.home-slider .slider-text h4 {
  font-size: 1.25rem !important;
}
.home-slider .slider-text h5 {
  font-size: 0.95rem !important;
  font-weight: 400;
}
.home-slider .slider-text p {
  text-align: justify;
  color: #fff !important;
  font-size: 0.92rem;
  margin-bottom: 0.5rem;
}
.home-slider .col-md-7 {
  flex: 0 0 85%;
  max-width: 85%;
}

/* ── CTA call-to-action band (ftco-intro) ──────────────────── */
.ftco-intro {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}
.ftco-intro h4 {
  font-size: 0.92rem !important;
  line-height: 1.4;
  margin-bottom: 0 !important;
}
.ftco-intro .btn {
  font-size: 0.82rem !important;
  padding: 0.4rem 1rem !important;
}

/* hero-wrap-2 sections removed from all inner pages */

/* ── Footer: tighten spacing ───────────────────────────────── */
.ftco-footer.ftco-section {
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
}
.ftco-footer .ftco-footer-widget {
  margin-bottom: 1rem !important;
}
.ftco-footer .row.mb-5 {
  margin-bottom: 1.5rem !important;
}
.ftco-footer .ftco-heading-2 {
  font-size: 0.95rem !important;
  margin-bottom: 0.6rem !important;
}
.ftco-footer .block-23 ul li,
.ftco-footer .list-unstyled li {
  font-size: 0.8rem;
  line-height: 1.5;
}
.ftco-footer .subscribe-form .form-control {
  font-size: 0.8rem;
  padding: 0.35rem 0.6rem;
  height: auto;
}
.ftco-footer p {
  font-size: 0.75rem;
  margin-bottom: 0;
}

/* ── Section headings ──────────────────────────────────────── */
.heading-section h2,
.ftco-section h2.mb-4 {
  font-size: 1.3rem !important;
}
.ftco-section .services-2 h3 {
  font-size: 1rem !important;
}
.ftco-section .services-2 p {
  font-size: 0.85rem;
}

/* ── Contact page ──────────────────────────────────────────── */
.contact-section h2 {
  font-size: 1.1rem !important;
}
.contact-info p {
  font-size: 0.85rem;
}
