.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-518ef39 *//* =========================================================
   NAZRANK — CONTACT PAGE
   ========================================================= */

.nzcontactpage {
  --nz-navy: #0A2540;
  --nz-gold: #D4AF37;
  --nz-text: #172333;
  --nz-muted: #697586;
  --nz-light: #F7F8FA;
  --nz-border: #E5E9EF;
  --nz-white: #FFFFFF;

  direction: rtl;
  color: var(--nz-text);
  background: #fff;
  overflow: hidden;
}

.nzcontactpage *,
.nzcontactpage *::before,
.nzcontactpage *::after {
  box-sizing: border-box;
}

.nzcontactpage a {
  text-decoration: none;
  color: inherit;
}

.nzcontactpage-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.nzcontactpage-hero {
  padding: 105px 0 115px;
  background: #fff;
}

.nzcontactpage-hero .nzcontactpage-container {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 80px;
}

.nzcontactpage-hero-content {
  order: 1;
  text-align: right;
  max-width: 650px;
}

.nzcontactpage-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--nz-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}

.nzcontactpage-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--nz-gold);
}

.nzcontactpage-hero h1 {
  margin: 0 0 25px;
  color: var(--nz-navy);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -1.5px;
}

.nzcontactpage-hero p {
  max-width: 590px;
  margin: 0 0 35px;
  color: var(--nz-muted);
  font-size: 17px;
  line-height: 2.05;
}

.nzcontactpage-hero-actions {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
}

.nzcontactpage-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 27px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  transition: all .25s ease;
}

.nzcontactpage-btn-gold {
  color: #fff;
  background: var(--nz-gold);
}

.nzcontactpage-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(212,175,55,.2);
}

.nzcontactpage-btn-outline {
  color: var(--nz-navy);
  border: 1px solid #CBD2DA;
  background: #fff;
}

.nzcontactpage-btn-outline:hover {
  border-color: var(--nz-navy);
  transform: translateY(-2px);
}


/* =========================================================
   HERO GRAPHIC
   ========================================================= */

.nzcontactpage-hero-visual {
  order: 2;
  position: relative;
  width: min(430px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
  direction: ltr;
}

.nzcontactpage-orbit {
  position: absolute;
  border: 1px solid rgba(10,37,64,.12);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.nzcontactpage-orbit::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: var(--nz-gold);
  border-radius: 50%;
}

.nzcontactpage-orbit.orbit-one {
  width: 72%;
  height: 72%;
}

.nzcontactpage-orbit.orbit-one::after {
  top: 10%;
  right: 3%;
}

.nzcontactpage-orbit.orbit-two {
  width: 94%;
  height: 94%;
  border-color: rgba(212,175,55,.25);
}

.nzcontactpage-orbit.orbit-two::after {
  bottom: 12%;
  left: 7%;
  background: var(--nz-navy);
}

.nzcontactpage-center-node {
  position: absolute;
  width: 145px;
  height: 145px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--nz-navy);
  border: 7px solid #fff;
  border-radius: 50%;
  box-shadow: 0 20px 50px rgba(10,37,64,.18);
  color: #fff;
}

.nzcontactpage-center-node strong {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1px;
}

.nzcontactpage-center-node span {
  margin-top: 9px;
  font-size: 9px;
  letter-spacing: 2px;
  opacity: .75;
}

.nzcontactpage-node {
  position: absolute;
  min-width: 90px;
  padding: 11px 17px;
  border: 1px solid var(--nz-border);
  border-radius: 50px;
  background: #fff;
  color: var(--nz-navy);
  box-shadow: 0 12px 30px rgba(10,37,64,.08);
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}

.nzcontactpage-node.node-one {
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.nzcontactpage-node.node-two {
  top: 49%;
  right: -1%;
}

.nzcontactpage-node.node-three {
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
}

.nzcontactpage-node.node-four {
  top: 49%;
  left: -1%;
}


/* =========================================================
   CONTACT METHODS
   ========================================================= */

.nzcontactpage-methods {
  padding: 100px 0;
  background: var(--nz-light);
}

.nzcontactpage-section-heading {
  max-width: 650px;
  margin-bottom: 50px;
}

.nzcontactpage-section-heading > span {
  display: block;
  margin-bottom: 13px;
  color: var(--nz-gold);
  font-size: 12px;
  font-weight: 800;
}

.nzcontactpage-section-heading h2 {
  margin: 0 0 15px;
  color: var(--nz-navy);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.4;
  font-weight: 800;
}

.nzcontactpage-section-heading p {
  margin: 0;
  color: var(--nz-muted);
  font-size: 15px;
  line-height: 2;
}

.nzcontactpage-method-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.nzcontactpage-method-card {
  min-height: 105px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  position: relative;
  border: 1px solid var(--nz-border);
  border-radius: 8px;
  background: #fff;
  transition: all .25s ease;
}

.nzcontactpage-method-card:hover {
  transform: translateY(-3px);
  border-color: rgba(10,37,64,.3);
  box-shadow: 0 15px 35px rgba(10,37,64,.08);
}

.nzcontactpage-method-featured {
  border-color: rgba(212,175,55,.5);
}

.nzcontactpage-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #F4F6F8;
  color: var(--nz-navy);
}

.nzcontactpage-method-featured .nzcontactpage-icon {
  background: rgba(212,175,55,.12);
  color: var(--nz-gold);
}

.nzcontactpage-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.7;
}

.nzcontactpage-brand-icon {
  background: #fff;
}

.nzcontactpage-brand-icon img {
  width: 27px;
  height: 27px;
  display: block;
  object-fit: contain;
  transition: transform .25s ease;
}

.nzcontactpage-method-card:hover .nzcontactpage-brand-icon img {
  transform: scale(1.08);
}

.nzcontactpage-method-card > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.nzcontactpage-method-card strong {
  color: var(--nz-navy);
  font-size: 15px;
  font-weight: 800;
}

.nzcontactpage-method-card span {
  color: var(--nz-muted);
  font-size: 13px;
  direction: rtl;
}

.nzcontactpage-method-card b {
  margin-right: auto;
  color: var(--nz-gold);
  font-size: 20px;
  font-weight: 400;
  transition: transform .25s ease;
}

.nzcontactpage-method-card:hover b {
  transform: translateX(-4px);
}


/* =========================================================
   ICON FIX — outline-style icons (e.g. email) must not
   inherit the global fill:currentColor, or the envelope
   shape gets hidden behind a solid filled block.
   ========================================================= */

.nzcontactpage-icon-outline {
  fill: none !important;
}


/* =========================================================
   FORM
   ========================================================= */

.nzcontactpage-form-section {
  padding: 110px 0;
  background: #fff;
}

.nzcontactpage-form-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 75px;
  align-items: start;
}

.nzcontactpage-form-intro {
  padding-top: 20px;
}

.nzcontactpage-form-intro > span {
  display: block;
  margin-bottom: 18px;
  color: var(--nz-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
}

.nzcontactpage-form-intro h2 {
  margin: 0 0 20px;
  color: var(--nz-navy);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.45;
  font-weight: 800;
}

.nzcontactpage-form-intro h2 strong {
  color: var(--nz-gold);
  font-weight: 800;
}

.nzcontactpage-form-intro > p {
  margin: 0;
  color: var(--nz-muted);
  font-size: 15px;
  line-height: 2.05;
}

.nzcontactpage-form-points {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 32px;
}

.nzcontactpage-form-points div {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--nz-text);
  font-size: 13px;
  font-weight: 600;
}

.nzcontactpage-form-points span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(212,175,55,.12);
  color: var(--nz-gold);
  font-size: 12px;
}

.nzcontactpage-form-box {
  padding: 35px;
  min-height: 420px;
  border: 1px solid var(--nz-border);
  border-radius: 10px;
  background: var(--nz-light);
}

.nzcontactpage-form-placeholder {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #C9D0D8;
  border-radius: 7px;
  background: #fff;
  text-align: center;
}

.nzcontactpage-form-placeholder div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nzcontactpage-form-placeholder span {
  color: var(--nz-navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
}

.nzcontactpage-form-placeholder small {
  color: #8A94A3;
  font-size: 12px;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.nzcontactpage-final {
  padding: 105px 0;
  background: var(--nz-navy);
  position: relative;
  overflow: hidden;
}

.nzcontactpage-final::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(212,175,55,.15);
  border-radius: 50%;
  left: -150px;
  top: -180px;
}

.nzcontactpage-final::after {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 50%;
  right: -330px;
  bottom: -450px;
}

.nzcontactpage-final-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.nzcontactpage-final-content > span {
  display: block;
  margin-bottom: 20px;
  color: var(--nz-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
}

.nzcontactpage-final h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.45;
  font-weight: 800;
}

.nzcontactpage-final p {
  max-width: 580px;
  margin: 0 0 35px;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 2;
}

.nzcontactpage-final-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-height: 55px;
  padding: 0 28px;
  border-radius: 5px;
  background: var(--nz-gold);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  transition: all .25s ease;
}

.nzcontactpage-final-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,0,0,.2);
}

.nzcontactpage-final-btn span {
  font-size: 19px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

  .nzcontactpage-container {
    width: min(100% - 40px, 900px);
  }

  .nzcontactpage-hero {
    padding: 80px 0 90px;
  }

  .nzcontactpage-hero .nzcontactpage-container {
    gap: 45px;
  }

  .nzcontactpage-hero h1 {
    font-size: 48px;
  }

  .nzcontactpage-hero p {
    font-size: 15px;
  }

  .nzcontactpage-hero-visual {
    width: 360px;
  }

  .nzcontactpage-form-grid {
    gap: 45px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .nzcontactpage-container {
    width: calc(100% - 32px);
  }

  .nzcontactpage-hero {
    padding: 65px 0 70px;
  }

  .nzcontactpage-hero .nzcontactpage-container {
    display: flex;
    flex-direction: column;
    gap: 55px;
  }

  .nzcontactpage-hero-content {
    order: 1;
    text-align: right;
  }

  .nzcontactpage-hero-visual {
    order: 2;
    width: min(320px, 90%);
  }

  .nzcontactpage-hero h1 {
    font-size: 39px;
    letter-spacing: -.8px;
  }

  .nzcontactpage-hero p {
    font-size: 14px;
    line-height: 2;
  }

  .nzcontactpage-hero-actions {
    width: 100%;
  }

  .nzcontactpage-btn {
    flex: 1;
    padding: 0 15px;
    font-size: 13px;
  }


  .nzcontactpage-methods {
    padding: 75px 0;
  }

  .nzcontactpage-section-heading {
    margin-bottom: 35px;
  }

  .nzcontactpage-section-heading h2 {
    font-size: 32px;
  }

  .nzcontactpage-method-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .nzcontactpage-method-card {
    min-height: 92px;
    padding: 17px;
  }

  .nzcontactpage-icon {
    width: 47px;
    height: 47px;
    flex-basis: 47px;
  }

  .nzcontactpage-icon svg {
    width: 22px;
    height: 22px;
  }

  .nzcontactpage-brand-icon img {
    width: 24px;
    height: 24px;
  }


  .nzcontactpage-form-section {
    padding: 75px 0;
  }

  .nzcontactpage-form-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .nzcontactpage-form-intro {
    padding-top: 0;
  }

  .nzcontactpage-form-intro h2 {
    font-size: 34px;
  }

  .nzcontactpage-form-box {
    padding: 15px;
  }


  .nzcontactpage-final {
    padding: 75px 0;
  }

  .nzcontactpage-final h2 {
    font-size: 35px;
  }

  .nzcontactpage-final p {
    font-size: 14px;
  }

}/* End custom CSS */