.elementor-79 .elementor-element.elementor-element-d9b793c{--display:flex;--overlay-opacity:0.7;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-79 .elementor-element.elementor-element-d9b793c:not(.elementor-motion-effects-element-type-background), .elementor-79 .elementor-element.elementor-element-d9b793c > .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");background-position:center center;background-size:cover;}.elementor-79 .elementor-element.elementor-element-d9b793c::before, .elementor-79 .elementor-element.elementor-element-d9b793c > .elementor-background-video-container::before, .elementor-79 .elementor-element.elementor-element-d9b793c > .e-con-inner > .elementor-background-video-container::before, .elementor-79 .elementor-element.elementor-element-d9b793c > .elementor-background-slideshow::before, .elementor-79 .elementor-element.elementor-element-d9b793c > .e-con-inner > .elementor-background-slideshow::before, .elementor-79 .elementor-element.elementor-element-d9b793c > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-79 .elementor-element.elementor-element-dd48c6c{--display:flex;}.elementor-79 .elementor-element.elementor-element-8c66cc9{--display:flex;}.elementor-79 .elementor-element.elementor-element-0871f63{--display:flex;}.elementor-79 .elementor-element.elementor-element-0871f63:not(.elementor-motion-effects-element-type-background), .elementor-79 .elementor-element.elementor-element-0871f63 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-0929dbb *//* =========================
NFALAW THEME (WAJIB ADA)
========================= */
:root{
  --nf-red:#B10012;
  --nf-red2:#E01B2F;

  --nf-dark:#0B1220;

  --nf-white:#ffffff;
  --nf-ink:#111827;
  --nf-muted:#6B7280;
}

/* optional page base */
*{ box-sizing:border-box; }
body{ margin:0; background: transparent; }

/* =========================
CONTACT HERO — SECTION 1
WHITE FONT | TRANSPARENT BG
========================= */

.ct1-sec{
  padding: clamp(72px, 7vw, 110px) 0 clamp(56px, 6vw, 80px);
  background: transparent;
  position:relative;
  overflow:hidden;
}

/* soft NF watermark glow */
.ct1-sec::before{
  content:"";
  position:absolute;
  right:-160px;
  top:-120px;
  width:min(520px, 70vw);
  height:min(520px, 70vw);
  background: radial-gradient(circle at 30% 30%, rgba(224,27,47,.20), transparent 62%);
  filter: blur(2px);
  opacity:.9;
  pointer-events:none;
}

.ct1-wrap{
  width:min(1160px, calc(100% - 40px));
  margin:auto;
  position:relative;
}

.ct1-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(18px, 3vw, 44px);
  align-items:center;
}

/* kicker */
.ct1-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-weight:900;
  letter-spacing:.2px;
  backdrop-filter: blur(10px);
}

.ct1-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,.14);
}

/* title */
.ct1-title{
  margin:16px 0 10px;
  font-size: clamp(36px, 4.8vw, 62px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.8px;
  color:#fff;
}

/* desc */
.ct1-desc{
  margin:0;
  max-width: 62ch;
  color:rgba(255,255,255,.88);
  font-size:16px;
  line-height:1.75;
}

/* buttons */
.ct1-cta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}

.ct1-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:14px;
  font-weight:900;
  text-decoration:none;
  letter-spacing:.2px;
  transition: .2s;
}

.ct1-btn--primary{
  color:#fff;
  background: linear-gradient(135deg, var(--nf-red), var(--nf-red2));
  border:1px solid rgba(177,0,18,.45);
  box-shadow: 0 14px 44px rgba(177,0,18,.26);
}

.ct1-btn--ghost{
  color:#fff;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
}

.ct1-btn:hover{ transform: translateY(-1px); opacity:.96; }

/* meta */
.ct1-meta{
  margin-top:22px;
  display:grid;
  gap:8px;
}

.ct1-metaItem{
  display:flex;
  gap:10px;
  color:rgba(255,255,255,.82);
  font-weight:700;
}

.ct1-dot{
  width:7px;height:7px;border-radius:50%;
  background: var(--nf-red2);
  margin-top:8px;
  box-shadow: 0 0 0 6px rgba(177,0,18,.10);
}

/* right image card */
.ct1-card{
  background: rgba(255,255,255,.94);
  border-radius: 22px;
  padding: 12px;
  border: 1px solid rgba(177,0,18,.18);
  box-shadow: 0 22px 70px rgba(0,0,0,.22);
}

.ct1-img{
  width:100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 16px;
  display:block;
}

/* responsive */
@media (max-width: 900px){
  .ct1-grid{ grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7367142 *//* =========================
CONTACT SECTION 2
FONT HITAM | NORMAL
========================= */

.ct2-sec{
  padding:80px 0;
  background:transparent;
}

.ct2-wrap{
  width:min(1160px, calc(100% - 40px));
  margin:auto;
}

/* header */

.ct2-head{
  margin-bottom:30px;
}

.ct2-kicker{
  display:inline-flex;
  gap:10px;
  padding:10px 14px;

  border-radius:999px;

  border:1px solid rgba(177,0,18,.18);
  background:rgba(177,0,18,.05);

  color:#111827;
  font-weight:800;
}

.ct2-kicker__dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--nf-red);
}

.ct2-title{
  font-size:40px;
  font-weight:900;
  color:#111827;
  margin:16px 0 6px;
}

.ct2-sub{
  color:#6B7280;
}

/* grid */

.ct2-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

/* card */

.ct2-card{

  background:#fff;

  padding:24px;

  border-radius:20px;

  border:1px solid rgba(0,0,0,.08);

  box-shadow:0 20px 60px rgba(0,0,0,.08);

}

/* icon */

.ct2-iconBox{

  width:44px;
  height:44px;

  border-radius:12px;

  background:linear-gradient(135deg,var(--nf-red),var(--nf-red2));

  display:flex;
  align-items:center;
  justify-content:center;

  margin-bottom:12px;

}

.ct2-icon{
  width:22px;
  height:22px;
  stroke:#fff;
  stroke-width:2;
  fill:none;
}

/* text */

.ct2-cardTitle{
  font-weight:900;
  color:#111827;
  margin-bottom:6px;
}

.ct2-cardText{
  color:#374151;
  line-height:1.6;
}

/* responsive */

@media(max-width:900px){

  .ct2-grid{
    grid-template-columns:1fr;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6dacb1d *//* =========================
CONTACT SECTION 3 MAP + FORM
NORMAL FONT
========================= */

.ct3-sec{
  padding:80px 0;
  background:transparent;
}

.ct3-wrap{
  width:min(1160px, calc(100% - 40px));
  margin:auto;
}

.ct3-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

/* MAP CARD */

.ct3-mapCard{

  background:#fff;

  padding:20px;

  border-radius:20px;

  border:1px solid rgba(0,0,0,.08);

  box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.ct3-mapTop{
  display:flex;
  gap:12px;
  margin-bottom:14px;
}

.ct3-mapIcon{

  width:44px;
  height:44px;

  border-radius:12px;

  background:linear-gradient(135deg,var(--nf-red),var(--nf-red2));

  display:flex;
  align-items:center;
  justify-content:center;

}

.ct3-icon{
  width:22px;
  height:22px;
  stroke:#fff;
  stroke-width:2;
  fill:none;
}

.ct3-mapTitle{
  font-weight:900;
  color:#111827;
}

.ct3-mapText{
  font-size:14px;
  color:#6B7280;
}

.ct3-map iframe{

  width:100%;
  height:360px;

  border-radius:14px;
  border:0;

}


/* FORM */

.ct3-formCard{

  background:#fff;

  padding:24px;

  border-radius:20px;

  border:1px solid rgba(0,0,0,.08);

  box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.ct3-formTitle{

  font-size:22px;
  font-weight:900;
  color:#111827;

}

.ct3-formSub{

  margin-bottom:14px;
  color:#6B7280;

}

.ct3-form{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.ct3-row{
  display:flex;
  gap:12px;
}

.ct3-field{
  flex:1;
  display:flex;
  flex-direction:column;
}

.ct3-field label{
  font-weight:700;
  margin-bottom:4px;
}

.ct3-field input,
.ct3-field select,
.ct3-field textarea{

  padding:12px;

  border-radius:10px;

  border:1px solid #ddd;

  font-size:14px;

}

.ct3-submit{

  margin-top:10px;

  padding:14px;

  border:none;

  border-radius:12px;

  background:linear-gradient(135deg,var(--nf-red),var(--nf-red2));

  color:#fff;

  font-weight:900;

  cursor:pointer;

}

/* responsive */

@media(max-width:900px){

  .ct3-grid{
    grid-template-columns:1fr;
  }

  .ct3-row{
    flex-direction:column;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a82969 *//* =========================
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 */