.elementor-9 .elementor-element.elementor-element-9fcf4a2{--display:flex;--overlay-opacity:0.5;--margin-top:-50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-9 .elementor-element.elementor-element-9fcf4a2:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-9fcf4a2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://nfalaw.com.my/wp-content/uploads/2026/02/ChatGPT-Image-Feb-26-2026-08_37_24-AM.png");}.elementor-9 .elementor-element.elementor-element-9fcf4a2::before, .elementor-9 .elementor-element.elementor-element-9fcf4a2 > .elementor-background-video-container::before, .elementor-9 .elementor-element.elementor-element-9fcf4a2 > .e-con-inner > .elementor-background-video-container::before, .elementor-9 .elementor-element.elementor-element-9fcf4a2 > .elementor-background-slideshow::before, .elementor-9 .elementor-element.elementor-element-9fcf4a2 > .e-con-inner > .elementor-background-slideshow::before, .elementor-9 .elementor-element.elementor-element-9fcf4a2 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-9 .elementor-element.elementor-element-524af2f{--display:flex;}.elementor-9 .elementor-element.elementor-element-1469fe1{--display:flex;}.elementor-9 .elementor-element.elementor-element-0037a35{--display:flex;--overlay-opacity:0.7;}.elementor-9 .elementor-element.elementor-element-0037a35:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-0037a35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://nfalaw.com.my/wp-content/uploads/2026/02/WhatsApp-Image-2026-02-09-at-10.09.53-PM.jpeg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-9 .elementor-element.elementor-element-0037a35::before, .elementor-9 .elementor-element.elementor-element-0037a35 > .elementor-background-video-container::before, .elementor-9 .elementor-element.elementor-element-0037a35 > .e-con-inner > .elementor-background-video-container::before, .elementor-9 .elementor-element.elementor-element-0037a35 > .elementor-background-slideshow::before, .elementor-9 .elementor-element.elementor-element-0037a35 > .e-con-inner > .elementor-background-slideshow::before, .elementor-9 .elementor-element.elementor-element-0037a35 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-9 .elementor-element.elementor-element-83d84ed{--display:flex;}.elementor-9 .elementor-element.elementor-element-fe9689d{--display:flex;}.elementor-9 .elementor-element.elementor-element-fe9689d:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-fe9689d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:1025px){.elementor-9 .elementor-element.elementor-element-0037a35:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-0037a35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-8f576cf */:root{
  --nf-red:#B10012;         /* adjust ikut merah logo */
  --nf-red2:#E01B2F;
  --nf-ink:#0B1220;
  --nf-text:#111827;
  --nf-muted:#4B5563;
  --nf-line:#E5E7EB;
  --nf-soft:#F8FAFC;
  --nf-white:#ffffff;

  --radius:22px;
  --shadow: 0 18px 60px rgba(11,18,32,.18);
  --max: 1160px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color: var(--nf-text);
  background: transparent; /* IMPORTANT: transparent outer */
}

/* container */
.nf-wrap{
  width:min(var(--max), calc(100% - 40px));
  margin-inline:auto;
}

/* =========================
   HERO
========================= */
.nf-hero{
  position:relative;
  overflow:hidden;
  padding: clamp(44px, 6vw, 86px) 0;
  background: transparent; /* IMPORTANT: transparent outer */
}

/* watermark background OFF */
.nf-hero__bg{
  display:none;
}

/* optional watermark scale (very subtle) */
.nf-hero::before{
  content:"";
  position:absolute;
  right:-140px;
  top: -40px;
  width:min(620px, 70vw);
  height:min(620px, 70vw);
  opacity:.06;
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='700' height='700' viewBox='0 0 700 700'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='20'%3E%3Cpath d='M350 120v360'/%3E%3Cpath d='M220 210h260'/%3E%3Cpath d='M220 210c0 70-60 120-120 120'/%3E%3Cpath d='M480 210c0 70 60 120 120 120'/%3E%3Cpath d='M100 330l60-120 60 120'/%3E%3Cpath d='M540 330l60-120 60 120'/%3E%3Cpath d='M220 480h260'/%3E%3Cpath d='M280 540h140'/%3E%3C/g%3E%3C/svg%3E");
}

.nf-hero__grid{
  position:relative;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(18px, 3.2vw, 48px);
  align-items:center;
}

/* =========================
   TEXT OUTSIDE BOX → WHITE
========================= */
.nf-hero__left,
.nf-hero__left *{
  color:#ffffff;
}

/* LEFT */
.nf-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.06);
  color:#ffffff;
  border-radius:999px;
  font-weight:600;
  font-size: 13px;
  letter-spacing:.2px;
  backdrop-filter: blur(8px);
}

.nf-kicker__dot{
  width:10px;height:10px;border-radius:50%;
  background: radial-gradient(circle at 35% 35%, var(--nf-red2), var(--nf-red));
  box-shadow: 0 0 0 6px rgba(177,0,18,.16);
}

.nf-hero__title{
  margin: 18px 0 10px;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height:1.02;
  letter-spacing: -0.8px;
  color: #ffffff;
  font-weight: 900;
}

.nf-hero__sub{
  margin: 0 0 18px;
  max-width: 58ch;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.7;
  color: rgba(255,255,255,.85);
}

/* CTA */
.nf-hero__cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin: 18px 0 18px;
}

.nf-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration:none;
  font-weight: 800;
  letter-spacing:.2px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
  user-select:none;
}

.nf-btn:active{ transform: translateY(1px); }

.nf-btn--primary{
  color: #fff;
  background: linear-gradient(135deg, var(--nf-red), var(--nf-red2));
  box-shadow: 0 14px 40px rgba(177,0,18,.26);
  border: 1px solid rgba(177,0,18,.45);
}

.nf-btn--primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 52px rgba(177,0,18,.32);
}

.nf-btn--ghost{
  color: #ffffff;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
  backdrop-filter: blur(8px);
}

.nf-btn--ghost:hover{
  transform: translateY(-1px);
  border-color: rgba(224,27,47,.45);
}

/* trust line */
.nf-trust{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding: 14px 14px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.16);
  max-width: 64ch;
  backdrop-filter: blur(10px);
}

.nf-trust__badge{
  width:28px;height:28px;border-radius:10px;
  display:grid;place-items:center;
  background: rgba(224,27,47,.18);
  color: #fff;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.16);
}

.nf-trust__text{
  margin:0;
  font-size: 13.5px;
  line-height:1.6;
  color: rgba(255,255,255,.85);
}

/* bullets */
.nf-bullets{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:12px;
  margin-top: 16px;
}

.nf-bullet{
  display:flex;
  gap:12px;
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.05);
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
  backdrop-filter: blur(10px);
}

.nf-bullet__icon{
  width:38px;height:38px;border-radius:14px;
  border: 1px solid rgba(255,255,255,.18);
  background: radial-gradient(circle at 30% 30%, rgba(224,27,47,.26), rgba(177,0,18,.10));
  position:relative;
}
.nf-bullet__icon::after{
  content:"";
  position:absolute;
  inset:11px;
  border-radius:10px;
  border: 2px solid rgba(255,255,255,.24);
}

.nf-bullet__text strong{
  display:block;
  font-size: 13.5px;
  color: #ffffff;
}
.nf-bullet__text span{
  display:block;
  font-size: 12.8px;
  color: rgba(255,255,255,.75);
  margin-top: 2px;
}

/* RIGHT */
.nf-hero__right{ position:relative; }

/* IMPORTANT: box/card is NOT transparent */
.nf-card{
  position:relative;
  padding: 20px 18px 18px;
  border-radius: 26px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(177,0,18,.22);
  box-shadow: var(--shadow);
  overflow:hidden;
}

/* shield-ish edge glow */
.nf-card__ring{
  position:absolute;
  inset:-60px -60px auto -60px;
  height: 220px;
  background: radial-gradient(closest-side at 50% 50%, rgba(177,0,18,.18), transparent 70%);
  transform: rotate(-8deg);
  pointer-events:none;
}

.nf-logoWrap{
  display:grid;
  place-items:center;
  padding: 14px 12px 10px;
  border-radius: 20px;
  border: 1px dashed rgba(177,0,18,.32);
  background: linear-gradient(180deg, rgba(177,0,18,.06), rgba(255,255,255,.92));
}

.nf-logo{
  width: min(320px, 100%);
  height:auto;
  display:block;
  filter: drop-shadow(0 14px 26px rgba(11,18,32,.12));
}

.nf-card__line{
  margin: 14px 0 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(177,0,18,.55), transparent);
}

.nf-tagline{
  margin:0;
  text-align:center;
  color: var(--nf-ink);
  line-height:1.5;
  font-size: 14.5px;
}

.nf-mini{
  margin-top: 12px;
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

.nf-mini__pill{
  font-size:12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(177,0,18,.10);
  color: var(--nf-red);
  font-weight:800;
  border: 1px solid rgba(177,0,18,.18);
}
.nf-mini__pill--outline{
  background: transparent;
  color: var(--nf-ink);
  border: 1px solid rgba(17,24,39,.14);
  font-weight:700;
}

/* outside note under card should be white too */
.nf-note{
  margin: 12px 0 0;
  text-align:center;
  color: rgba(255,255,255,.70);
  font-size: 12.8px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 980px){
  .nf-hero__grid{ grid-template-columns: 1fr; }
  .nf-hero::before{ right:-180px; top: -80px; opacity:.05; }
  .nf-bullets{ grid-template-columns: 1fr; }
  .nf-hero__right{ order: -1; } /* logo first on mobile */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c017a0b *//* =========================
   SECTION BASE (NORMAL)
========================= */
.nf-sec{
  padding: clamp(42px, 5vw, 74px) 0;
}

.nf-normal{
  background: transparent;
}

/* tag */
.nf-secTag{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  font-weight:700;
  font-size: 13px;
  letter-spacing:.2px;
}

.nf-secTag__dot{
  width:10px;height:10px;border-radius:50%;
  background: radial-gradient(circle at 35% 35%, var(--nf-red2), var(--nf-red));
  box-shadow: 0 0 0 6px rgba(177,0,18,.12);
}

/* dark (normal) tag */
.nf-secTag--dark{
  color: var(--nf-ink);
  border: 1px solid rgba(177,0,18,.18);
  background: rgba(177,0,18,.05);
}

/* =========================
   SECTION 2 (NORMAL)
========================= */
.nf-pillars__head{
  max-width: 78ch;
  margin-bottom: 22px;
}

.nf-pillars__title{
  margin: 14px 0 10px;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.6px;
  font-weight: 900;
}

.nf-pillars__title--dark{
  color: var(--nf-ink);
}

.nf-pillars__sub{
  margin:0;
  font-size: 15.5px;
  line-height: 1.75;
}

.nf-pillars__sub--dark{
  color: #374151;
}

.nf-pillars__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(16px, 3vw, 36px);
  align-items: start;
}

/* white card */
.nf-whiteCard{
  border-radius: 24px;
  padding: 20px 18px;
  position:relative;
  overflow:hidden;
}

.nf-whiteCard--normal{
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(17,24,39,.10);
  box-shadow: 0 18px 60px rgba(11,18,32,.10);
}

.nf-whiteCard--normal::before{
  content:"";
  position:absolute;
  inset:-40px -40px auto -40px;
  height: 180px;
  background: radial-gradient(closest-side at 50% 50%, rgba(177,0,18,.14), transparent 70%);
  transform: rotate(-8deg);
  pointer-events:none;
}

.nf-whiteCard__title{
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 900;
  color: var(--nf-ink);
  position:relative;
}

/* list */
.nf-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:12px;
  position:relative;
}

.nf-list--normal li{
  display:grid;
  grid-template-columns: 14px 1fr;
  gap:12px;
  align-items:flex-start;
  padding: 12px 12px;
  border: 1px solid rgba(17,24,39,.10);
  background: rgba(248,250,252,.85);
  border-radius: 18px;
}

.nf-list__dot{
  width:10px;height:10px;border-radius:50%;
  margin-top: 6px;
  background: linear-gradient(135deg, var(--nf-red), var(--nf-red2));
  box-shadow: 0 0 0 6px rgba(177,0,18,.08);
}

.nf-list--normal strong{
  display:block;
  font-size: 13.5px;
  color: var(--nf-ink);
  margin-bottom: 2px;
}

.nf-list--normal p{
  margin:0;
  font-size: 13.2px;
  line-height: 1.6;
  color: #374151;
}

.nf-whiteCard__cta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 14px;
  position:relative;
}

/* ghost button for normal section */
.nf-btn--ghostDark{
  color: var(--nf-ink);
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(17,24,39,.14);
  box-shadow: 0 10px 28px rgba(11,18,32,.08);
}

.nf-btn--ghostDark:hover{
  transform: translateY(-1px);
  border-color: rgba(177,0,18,.26);
}

/* right side */
.nf-pillars__right--dark{
  color: var(--nf-ink);
}

.nf-quote--dark{
  padding: 16px 16px;
  border: 1px solid rgba(17,24,39,.10);
  background: rgba(255,255,255,.92);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(11,18,32,.08);
}

.nf-quote__text--dark{
  margin:0;
  font-size: 15.5px;
  line-height: 1.7;
  color: #111827;
  font-weight: 700;
}

.nf-quote__by--dark{
  margin-top: 10px;
  display:flex;
  align-items:center;
  gap:10px;
  font-size: 12.5px;
  color: #6B7280;
  font-weight: 800;
}

.nf-quote__line{
  width:34px;
  height:2px;
  background: linear-gradient(90deg, var(--nf-red2), transparent);
  border-radius:999px;
}

/* metrics */
.nf-metrics--dark{
  margin-top: 12px;
  display:grid;
  gap:10px;
}

.nf-metric--dark{
  padding: 14px 14px;
  border-radius: 18px;
  border: 1px solid rgba(17,24,39,.10);
  background: rgba(255,255,255,.90);
  box-shadow: 0 12px 26px rgba(11,18,32,.06);
}

.nf-metric__num--dark{
  font-weight: 900;
  color: var(--nf-ink);
  font-size: 14px;
}

.nf-metric__label--dark{
  margin-top: 3px;
  font-size: 12.8px;
  color: #6B7280;
  line-height: 1.55;
}

/* responsive */
.nf-br{ display:none; }
@media (max-width: 980px){
  .nf-pillars__grid{ grid-template-columns: 1fr; }
  .nf-br{ display:block; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a835ff1 *//* =========================
SECTION 3 — PRACTICE AREAS
========================= */

.nf-practice{
  background: transparent;
}

.nf-practice__head{
  max-width: 760px;
  margin-bottom: 30px;
}

.nf-practice__title{
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 900;
  color: #111827;
  margin: 14px 0 10px;
  line-height: 1.15;
}

.nf-practice__sub{
  color: #374151;
  font-size: 16px;
  line-height: 1.7;
}


/* GRID */

.nf-practice__grid{

  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:28px;

}


/* CARD */

.nf-pCard{

  background:#ffffff;
  border-radius: 22px;
  padding: 24px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 20px 60px rgba(0,0,0,.08);

  transition:.3s;

}

.nf-pCard:hover{

  transform: translateY(-6px);
  box-shadow: 0 30px 80px rgba(0,0,0,.12);

}


/* IMAGE 1:1 */

.nf-pCard__imgWrap{

  width:100%;
  aspect-ratio: 1 / 1;

  border-radius:16px;
  overflow:hidden;

  margin-bottom:16px;

  background:#f3f4f6;

}

.nf-pCard__img{

  width:100%;
  height:100%;

  object-fit:cover;

  display:block;

}


/* TITLE */

.nf-pCard__title{

  font-size:20px;
  font-weight:800;
  color:#111827;
  margin-bottom:6px;

}

.nf-pCard__desc{

  font-size:14px;
  color:#6B7280;
  margin-bottom:16px;

}


/* LIST */

.nf-pCard__list{

  list-style:none;
  padding:0;
  margin:0 0 20px 0;

}

.nf-pCard__list li{

  padding:10px 0;
  border-bottom:1px solid rgba(0,0,0,.06);

  font-size:14px;
  color:#111827;

}

.nf-pCard__list li:last-child{

  border-bottom:none;

}


/* BUTTON */

.nf-pCard__btn{

  display:inline-block;

  font-weight:700;
  font-size:14px;

  color:var(--nf-red);

  text-decoration:none;

}

.nf-pCard__btn:hover{

  opacity:.7;

}


/* RESPONSIVE */

@media(max-width:900px){

  .nf-practice__grid{

    grid-template-columns:1fr;

  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-790c0dc *//* =========================
SECTION 4 — PARTNERS
White text section
========================= */

.nf-partners{
  background: transparent;
}


/* HEADER */

.nf-secTag--light{
  color:#ffffff;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.08);
}

.nf-partners__head{
  max-width:760px;
  margin-bottom:32px;
}

.nf-partners__title{

  font-size: clamp(28px, 3.5vw, 42px);
  font-weight:900;
  color:#ffffff;
  margin:14px 0 10px;
  line-height:1.15;

}

.nf-partners__sub{

  color:rgba(255,255,255,.85);
  font-size:16px;
  line-height:1.7;

}


/* GRID */

.nf-partners__grid{

  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:28px;

}


/* CARD */

.nf-partnerCard{

  background:#ffffff;
  border-radius:22px;
  overflow:hidden;

  box-shadow:0 20px 60px rgba(0,0,0,.10);

}


/* IMAGE 1:1 */

.nf-partnerCard__imgWrap{

  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;

}

.nf-partnerCard__img{

  width:100%;
  height:100%;
  object-fit:cover;

}


/* CONTENT */

.nf-partnerCard__content{

  padding:20px;

}

.nf-partnerCard__name{

  font-size:18px;
  font-weight:800;
  color:#111827;
  margin-bottom:4px;

}

.nf-partnerCard__role{

  font-size:13px;
  font-weight:700;
  color:var(--nf-red);
  margin-bottom:10px;

}

.nf-partnerCard__desc{

  font-size:14px;
  color:#6B7280;
  line-height:1.6;

}


/* RESPONSIVE */

@media(max-width:900px){

  .nf-partners__grid{
    grid-template-columns:1fr;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32e34f6 *//* =========================
SECTION 5 — FULL CONTACT + FORM (NORMAL)
========================= */

.nf-contact{
  background: transparent;
}

/* header */
.nf-contact__head{
  max-width: 760px;
  margin-bottom: 28px;
}

.nf-contact__title{
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 900;
  color: #111827;
  margin: 14px 0 10px;
  line-height: 1.15;
}

.nf-contact__sub{
  font-size: 16px;
  color: #6B7280;
  line-height: 1.7;
}

/* card */
.nf-contactCard{
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
}

/* grid */
.nf-contactGrid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

/* left info */
.nf-contactItem{ margin-bottom: 18px; }

.nf-contactRow{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.nf-contactLabel{
  font-size: 13px;
  font-weight: 800;
  color: #6B7280;
  margin-bottom: 6px;
}

.nf-contactText{
  font-size: 15px;
  font-weight: 650;
  color: #111827;
  line-height: 1.6;
}

.nf-link{
  color: #111827;
  text-decoration: none;
  border-bottom: 1px dashed rgba(177,0,18,.35);
}
.nf-link:hover{ color: var(--nf-red); border-bottom-style: solid; }

/* map */
.nf-map{
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,.08);
}

.nf-map__title{
  font-size: 13px;
  font-weight: 900;
  color: #6B7280;
  margin-bottom: 10px;
}

.nf-map__frame{
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  background: #f3f4f6;
}

.nf-map__frame iframe{
  width: 100%;
  height: 240px;
  border: 0;
  display:block;
}

/* right form */
.nf-contactFormWrap{
  border-radius: 22px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(248,250,252,.85);
  padding: 22px;
}

.nf-formTop{
  margin-bottom: 12px;
}

.nf-formTitle{
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
  color: #111827;
}

.nf-formSub{
  margin: 0;
  font-size: 13.5px;
  color: #6B7280;
  line-height: 1.6;
}

/* fields */
.nf-form{
  margin-top: 14px;
}

.nf-formGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.nf-field{
  display:flex;
  flex-direction:column;
  gap: 8px;
  margin-bottom: 12px;
}

.nf-field label{
  font-size: 13px;
  font-weight: 800;
  color: #111827;
}

.nf-field input,
.nf-field select,
.nf-field textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(17,24,39,.14);
  background: #ffffff;
  font: inherit;
  outline: none;
}

.nf-field textarea{ resize: vertical; min-height: 140px; }

.nf-field input:focus,
.nf-field select:focus,
.nf-field textarea:focus{
  border-color: rgba(177,0,18,.55);
  box-shadow: 0 0 0 6px rgba(177,0,18,.10);
}

/* consent */
.nf-consent{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size: 12.8px;
  color: #6B7280;
  line-height: 1.55;
  margin: 8px 0 14px;
}

.nf-consent input{
  margin-top: 3px;
}

/* actions */
.nf-formActions{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  align-items:center;
}

.nf-formBtn{
  appearance:none;
  border: 0;
  cursor:pointer;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 900;
  color:#fff;
  background: linear-gradient(135deg, var(--nf-red), var(--nf-red2));
  box-shadow: 0 14px 40px rgba(177,0,18,.22);
}

.nf-formBtn:hover{ opacity: .92; }
.nf-formBtn:active{ transform: translateY(1px); }

.nf-formAlt{
  text-decoration:none;
  font-weight: 800;
  font-size: 13.5px;
  color: var(--nf-red);
}

.nf-formAlt:hover{ opacity: .75; }

.nf-formNote{
  margin: 14px 0 0;
  font-size: 12px;
  color: #6B7280;
  line-height: 1.55;
}

/* responsive */
@media(max-width: 980px){
  .nf-contactGrid{ grid-template-columns: 1fr; }
  .nf-contactRow{ grid-template-columns: 1fr; }
  .nf-formGrid{ grid-template-columns: 1fr; }
  .nf-map__frame iframe{ height: 220px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c11addc *//* =========================
FOOTER — TRANSPARENT | WHITE TEXT
========================= */

.nf-footer{
  background: transparent;
  padding: 56px 0 34px;
  color: #ffffff;
}

/* grid */
.nf-footer__grid{
  display:grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 26px;
  align-items:start;
}

/* brand */
.nf-footer__brand{
  padding-right: 10px;
}

.nf-footer__logo{
  width: 170px;
  height:auto;
  display:block;
  margin-bottom: 10px;
  filter: drop-shadow(0 14px 26px rgba(0,0,0,.25));
}

.nf-footer__tag{
  margin: 0 0 14px;
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255,255,255,.85);
  font-weight: 650;
}

.nf-footer__cta{
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
  align-items:center;
}

.nf-footerBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 12px;
  text-decoration:none;
  font-weight: 900;
  color:#fff;
  background: linear-gradient(135deg, var(--nf-red), var(--nf-red2));
  box-shadow: 0 14px 40px rgba(177,0,18,.22);
}

.nf-footerBtn:hover{ opacity:.92; }
.nf-footerBtn:active{ transform: translateY(1px); }

/* columns */
.nf-footer__title{
  font-weight: 900;
  letter-spacing: .2px;
  margin-bottom: 10px;
  color: #ffffff;
}

.nf-footerText{
  display:block;
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255,255,255,.78);
  margin-bottom: 8px;
  font-weight: 600;
}

/* links */
.nf-footerLink{
  display:block;
  text-decoration:none;
  font-size: 13.5px;
  color: rgba(255,255,255,.86);
  margin-bottom: 8px;
  font-weight: 700;
  width: fit-content;
  border-bottom: 1px dashed rgba(255,255,255,.28);
}

.nf-footerLink:hover{
  color: #ffffff;
  border-bottom-style: solid;
  border-bottom-color: rgba(224,27,47,.55);
}

/* bottom */
.nf-footer__bottom{
  margin-top: 22px;
}

.nf-footer__line{
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  margin-bottom: 14px;
}

.nf-footer__bottomRow{
  display:flex;
  gap: 14px;
  justify-content: space-between;
  flex-wrap:wrap;
}

.nf-footerSmall{
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,.70);
  font-weight: 650;
}

/* responsive */
@media (max-width: 980px){
  .nf-footer__grid{
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px){
  .nf-footer__grid{
    grid-template-columns: 1fr;
  }
  .nf-footer__logo{ width: 160px; }
}/* End custom CSS */