.elementor-12595 .elementor-element.elementor-element-a073dd0{--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;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-a073dd0 *//* ═══════════════════════════════════════════════════════════════
   MOBILIA® — Homepage CSS (Complete v2)
   Paste into: Elementor → Site Settings → Custom CSS
   Add AFTER your existing Global CSS — do not replace it
   ═══════════════════════════════════════════════════════════════ */

/* ── SHARED ──────────────────────────────────────────────────── */
.hp-sec-head { text-align: center; margin-bottom: 48px; }
.hp-sec-head .lead { max-width: 640px; margin: 0 auto; }

/* ── HERO ─────────────────────────────────────────────────────── */
.hp-hero {
  background: #fff;
  padding: 60px 0 80px;
  overflow: hidden;
}
.hp-hero__inner {
  max-width: 1200px; width: 85%; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
@media(max-width:960px) { .hp-hero__inner { grid-template-columns: 1fr; gap: 40px; } }

.hp-hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 500; color: var(--ink, #333);
  margin-bottom: 20px;
}
.hp-hero__badge-dot {
  width: 10px; height: 10px;
  background: var(--teal, #008080);
  border-radius: 50%; flex-shrink: 0;
}
.hp-hero__h1 {
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 700; color: var(--black, #111);
  line-height: 1.1; margin-bottom: 20px;
}
.hp-hero__sub {
  font-size: 1.05rem; font-weight: 300;
  color: var(--grey-mid, #555); line-height: 1.65;
  margin-bottom: 32px; max-width: 520px;
}
.hp-hero__actions {
  display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px;
}
/* Black pill buttons matching reference */
.hp-btn-dark {
  display: inline-flex; align-items: center; gap: 8px;
  background: #111; color: #fff !important;
  font-size: 15px; font-weight: 600;
  padding: 14px 28px; border-radius: 100px;
  text-decoration: none;
  transition: background .15s, transform .15s;
}
.hp-btn-dark:hover { background: #333; color: #fff !important; transform: translateY(-2px); }

/* Checklist below buttons */
.hp-hero__checklist {
  display: flex; flex-direction: column; gap: 9px;
}
.hp-hero__checklist span {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 500; color: var(--ink, #333);
}
.hp-hero__checklist i { color: var(--teal, #008080); font-size: 18px; flex-shrink: 0; }

/* Hero — two stacked images side by side */
.hp-hero__img-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  height: 460px;
}
.hp-hero__img {
  width: 100%; height: 100%;
  object-fit: cover; border-radius: 14px; display: block;
}
.hp-hero__img--bottom { margin-top: 48px; height: calc(100% - 48px); }
@media(max-width:960px) {
  .hp-hero__img-stack { height: 300px; }
  .hp-hero__img--bottom { margin-top: 24px; height: calc(100% - 24px); }
}

/* ── TRUST STRIP ─────────────────────────────────────────────── */
.hp-strip { background: var(--teal, #008080); padding: 18px 0; }
.hp-strip__inner {
  max-width: 1200px; width: 85%; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr);
}
@media(max-width:768px) {
  .hp-strip__inner { grid-template-columns: 1fr 1fr; gap: 14px; padding: 10px 0; }
}
.hp-strip__item {
  display: flex; align-items: center; gap: 10px;
  padding: 0 20px; border-right: 1px solid rgba(255,255,255,0.22);
  font-size: 14px; font-weight: 600; color: #fff;
}
.hp-strip__item:first-child { padding-left: 0; }
.hp-strip__item:last-child { border-right: none; }
.hp-strip__item i { font-size: 20px; flex-shrink: 0; opacity: .85; }

/* ── CLIENT LOGOS — individual grey boxes, 7 per row ─────────── */
.hp-clients {
  background: #fff;
  padding: 56px 0;
  border-bottom: 1px solid var(--grey-border, #e4e4e4);
}
.hp-clients__label {
  text-align: center; font-size: 12px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--grey-mid, #888); margin-bottom: 32px;
}
.hp-clients__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
  max-width: 1200px; width: 85%; margin: 0 auto;
}
@media(max-width:1100px) { .hp-clients__grid { grid-template-columns: repeat(5,1fr); } }
@media(max-width:768px)  { .hp-clients__grid { grid-template-columns: repeat(4,1fr); } }
@media(max-width:480px)  { .hp-clients__grid { grid-template-columns: repeat(3,1fr); } }

.hp-client-logo {
  display: flex; align-items: center; justify-content: center;
  background: #f5f5f5; border-radius: 10px;
  padding: 16px 12px; min-height: 90px;
  text-decoration: none;
  transition: background .2s, transform .2s;
}
.hp-client-logo:hover { background: #eaf5f6; transform: translateY(-2px); }
.hp-client-logo img {
  max-width: 100%; max-height: 50px; width: auto;
  object-fit: contain; display: block;
  filter: grayscale(20%); opacity: 0.85;
  transition: filter .2s, opacity .2s;
}
.hp-client-logo:hover img { filter: grayscale(0%); opacity: 1; }
.hp-clients__cta { text-align: center; margin-top: 28px; }

/* ── PRODUCT CATEGORY CARDS — matching reference screenshot ───── */
.hp-cats { background: #f7f8f8; }
.hp-cats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}
@media(max-width:960px) { .hp-cats-grid { grid-template-columns: repeat(3,1fr); } }
@media(max-width:640px) { .hp-cats-grid { grid-template-columns: 1fr 1fr; } }

.hp-cat-card {
  background: #fff;
  border: 1.5px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.hp-cat-card:hover {
  border-color: var(--teal, #008080);
  box-shadow: 0 8px 28px rgba(0,128,128,0.12);
  transform: translateY(-3px);
}

/* Image wrapper — large grey square, product centred */
.hp-cat-img-wrap {
  width: 100%;
  height: 260px;
  background: #ebebeb;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hp-cat-img {
  width: 75% !important;
  height: 220px !important;
  object-fit: contain !important;
  object-position: center center;
  display: block;
  padding: 0 !important;
  background: transparent !important;
  transition: transform .35s ease;
}
.hp-cat-card:hover .hp-cat-img { transform: scale(1.07); }

/* Text area below image */
.hp-cat-body {
  padding: 18px 18px 22px;
  flex: 1; display: flex; flex-direction: column;
  background: #fff;
}
.hp-cat-title {
  font-size: 1.05rem; font-weight: 700;
  color: var(--black, #111); margin-bottom: 8px;
  line-height: 1.3; text-align: center;
}
.hp-cat-sub {
  font-size: .9rem; font-weight: 300;
  color: var(--grey-mid, #666); line-height: 1.5;
  flex: 1; text-align: center;
}
.hp-cat-link {
  display: inline-flex; align-items: center;
  justify-content: center; gap: 4px;
  font-size: .9rem; font-weight: 700;
  color: var(--teal, #008080); margin-top: 14px;
  text-decoration: none;
}

/* ── SERVICE CARDS ───────────────────────────────────────────── */
.hp-svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media(max-width:960px) { .hp-svc-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:560px) { .hp-svc-grid { grid-template-columns: 1fr; } }

.hp-svc-card {
  background: var(--teal-pale, #eaf5f6);
  border: 1.5px solid var(--teal-light, #c5e5e6);
  border-radius: 10px; padding: 22px 20px;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  transition: background .18s, border-color .18s, transform .15s;
}
.hp-svc-card:hover {
  background: var(--teal, #008080);
  border-color: var(--teal, #008080);
  transform: translateY(-2px);
}
.hp-svc-card:hover .hp-svc-title,
.hp-svc-card:hover .hp-svc-sub,
.hp-svc-card:hover .hp-svc-icon { color: #fff !important; }
.hp-svc-icon {
  font-size: 26px; color: var(--teal, #008080);
  margin-bottom: 12px; display: block; transition: color .18s;
}
.hp-svc-title {
  font-size: 1rem; font-weight: 700; color: var(--black, #111);
  margin-bottom: 6px; line-height: 1.3; transition: color .18s;
}
.hp-svc-sub {
  font-size: .9rem; font-weight: 300; color: var(--grey-mid, #666);
  line-height: 1.5; flex: 1; transition: color .18s;
}
.hp-svc-card--all {
  background: var(--teal, #008080);
  border-color: var(--teal, #008080);
}
.hp-svc-card--all .hp-svc-title,
.hp-svc-card--all .hp-svc-sub,
.hp-svc-card--all .hp-svc-icon { color: #fff !important; }
.hp-svc-card--all:hover { background: #006666; border-color: #006666; }

/* ── STATS BAR ───────────────────────────────────────────────── */
.hp-stats { background: #111; padding: 60px 0; }
.hp-stats__grid {
  max-width: 1200px; width: 85%; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr);
}
@media(max-width:768px) { .hp-stats__grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
.hp-stat {
  text-align: center; padding: 0 20px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.hp-stat:last-child { border-right: none; }
.hp-stat__num {
  font-size: 3rem; font-weight: 700;
  color: #4FC3C3; line-height: 1; margin-bottom: 10px;
}
.hp-stat__num span { font-size: 2rem; }
.hp-stat__lbl { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.45; }

/* ── TESTIMONIALS — 3 col 1 row ──────────────────────────────── */
.hp-testi-3col {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}
@media(max-width:900px) { .hp-testi-3col { grid-template-columns: 1fr 1fr !important; } }
@media(max-width:560px) { .hp-testi-3col { grid-template-columns: 1fr !important; } }

/* ── LOCATIONS — 6 × 2 grid ─────────────────────────────────── */
.hp-loc-grid {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  gap: 10px !important;
}
.hp-loc-grid .loc-tag { text-align: center; justify-content: center; }
@media(max-width:960px) { .hp-loc-grid { grid-template-columns: repeat(4,1fr) !important; } }
@media(max-width:560px) { .hp-loc-grid { grid-template-columns: repeat(3,1fr) !important; } }

/* ── CTA WhatsApp button ─────────────────────────────────────── */
.hp-cta-wa {
  display: inline-flex; align-items: center; gap: 8px;
  background: #25D366; color: #fff !important;
  font-size: 15px; font-weight: 700;
  padding: 14px 28px; border-radius: var(--r, 8px);
  text-decoration: none; transition: background .15s;
}
.hp-cta-wa:hover { background: #1da851; color: #fff !important; }/* End custom CSS */