.elementor-170 .elementor-element.elementor-element-0287648{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ee4739e *//* =========================
   NEWJOBSINDUBAI CV PACKAGES
   PREMIUM CSS
========================= */

:root{
  --njd-green:#22c55e;
  --njd-green-dark:#0f3f27;
  --njd-green-soft:#eefaf1;
  --njd-text:#183026;
  --njd-muted:#667b71;
  --njd-border:#dcecdf;
  --njd-orange:#f59e0b;
  --njd-orange-dark:#d97706;
  --njd-white:#ffffff;
  --njd-shadow:0 14px 40px rgba(12, 43, 24, 0.08);
  --njd-shadow-hover:0 22px 55px rgba(12, 43, 24, 0.14);
  --njd-radius:24px;
}

/* section wrapper */
.njd-cv-wrap{
  max-width:1280px;
  margin:0 auto;
  padding:40px 20px 90px;
  font-family:Inter, Arial, sans-serif;
  color:var(--njd-text);
}

/* heading */
.njd-top-head{
  text-align:center;
  margin-bottom:28px;
}

.njd-top-head h2{
  margin:0 0 10px;
  font-size:42px;
  line-height:1.15;
  font-weight:800;
  color:var(--njd-text);
  letter-spacing:-0.5px;
}

.njd-top-head p{
  max-width:760px;
  margin:0 auto 18px;
  font-size:17px;
  line-height:1.85;
  color:var(--njd-muted);
}

/* trust badges */
.njd-trust{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
}

.njd-trust span{
  background:rgba(255,255,255,.85);
  border:1px solid var(--njd-border);
  color:#476256;
  padding:10px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  box-shadow:0 4px 14px rgba(0,0,0,0.03);
  backdrop-filter:blur(8px);
}

/* packages background */
.njd-packages{
  background:linear-gradient(180deg, #f3fbf5 0%, #eef8f0 100%);
  border:1px solid #e0efe4;
  border-radius:32px;
  padding:34px 26px;
  position:relative;
  overflow:hidden;
}

.njd-packages::before{
  content:"";
  position:absolute;
  inset:auto -80px -120px auto;
  width:280px;
  height:280px;
  background:radial-gradient(circle, rgba(34,197,94,0.12) 0%, rgba(34,197,94,0) 70%);
  pointer-events:none;
}

.njd-cards{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:28px;
  align-items:stretch;
}

/* card */
.njd-card{
  position:relative;
  background:rgba(255,255,255,.92);
  border:1px solid var(--njd-border);
  border-radius:30px;
  padding:28px 28px 26px;
  box-shadow:var(--njd-shadow);
  min-height:760px;
  display:flex;
  flex-direction:column;
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  backdrop-filter:blur(10px);
}

.njd-card:hover{
  transform:translateY(-6px);
  box-shadow:var(--njd-shadow-hover);
  border-color:#cde4d2;
}

/* featured middle card */
.njd-card.dark{
  background:linear-gradient(180deg, #11472b 0%, #0d3321 100%);
  border:2px solid #42db79;
  box-shadow:0 20px 55px rgba(10, 43, 24, 0.24);
}

.njd-card.dark:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 70px rgba(10, 43, 24, 0.32);
}

/* floating badges */
.njd-badge{
  position:absolute;
  top:-18px;
  left:50%;
  transform:translateX(-50%);
  padding:12px 26px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  letter-spacing:.3px;
  white-space:nowrap;
  box-shadow:0 10px 20px rgba(0,0,0,0.08);
}

.njd-badge.green{
  background:linear-gradient(180deg, #53e983 0%, #3bd36d 100%);
  color:#08371f;
}

.njd-badge.orange{
  background:linear-gradient(180deg, #ffb11a 0%, #f59e0b 100%);
  color:#fff;
}

/* top labels */
.njd-top-label{
  display:inline-block;
  width:100%;
  padding:11px 16px;
  border-radius:14px;
  margin-bottom:22px;
  font-size:14px;
  font-weight:800;
  letter-spacing:.5px;
}

.njd-light-label{
  background:#ecf8ef;
  color:#2ea95a;
}

.njd-dark-label{
  background:rgba(255,255,255,0.14);
  color:#5cf08e;
}

.njd-orange-label{
  background:#fdf1df;
  color:#e28a00;
}

/* price */
.njd-price{
  font-size:54px;
  line-height:1;
  font-weight:900;
  margin:0 0 10px;
  letter-spacing:-1px;
  color:var(--njd-text);
}

.njd-price small{
  font-size:16px;
  color:#96a29b;
  font-weight:600;
  margin-left:6px;
}

.njd-card.dark .njd-price{
  color:#fff;
}

.njd-card.dark .njd-price small{
  color:#d4e9da;
}

/* title */
.njd-title{
  font-size:25px;
  font-weight:900;
  line-height:1.3;
  margin:8px 0 16px;
  letter-spacing:-0.3px;
}

.njd-title.green{
  color:#183026;
}

.njd-title.bright{
  color:#58ef8d;
}

.njd-title.orange{
  color:#de7d00;
}

/* desc */
.njd-desc{
  color:#60766b;
  font-size:16px;
  line-height:1.9;
  margin-bottom:22px;
}

.njd-card.dark .njd-desc{
  color:#d9f1df;
}

/* highlight note */
.njd-note,
.njd-dark-note{
  border-radius:18px;
  padding:15px 16px;
  font-size:15px;
  line-height:1.75;
  font-weight:700;
  margin-bottom:18px;
}

.njd-note{
  background:#fff8ef;
  border:1px solid #f6d9ab;
  color:#d67b00;
}

.njd-dark-note{
  background:rgba(82, 240, 140, 0.10);
  border:1px solid rgba(82, 240, 140, 0.16);
  color:#57f08d;
}

/* features */
.njd-features{
  list-style:none;
  padding:0;
  margin:0 0 26px;
}

.njd-features li{
  font-size:16px;
  line-height:1.85;
  margin:11px 0;
  display:flex;
  align-items:flex-start;
  gap:12px;
  color:#364a40;
}

.njd-card.dark .njd-features li{
  color:#eef9f1;
}

.njd-features li::before{
  content:"✔";
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(34,197,94,0.12);
  color:#2fb560;
  font-size:12px;
  font-weight:900;
  margin-top:4px;
}

.njd-features.orange li::before{
  background:rgba(245,158,11,0.12);
  color:#de7d00;
}

/* buttons */
.njd-btn{
  margin-top:auto;
  display:block;
  text-align:center;
  text-decoration:none;
  padding:18px 20px;
  border-radius:18px;
  font-size:17px;
  font-weight:900;
  transition:all .25s ease;
  border:none;
}

.njd-btn-green{
  background:linear-gradient(180deg, #34b465 0%, #2a9a56 100%);
  color:#fff;
  box-shadow:0 12px 24px rgba(42,154,86,0.18);
}

.njd-btn-green:hover{
  background:linear-gradient(180deg, #2fa85d 0%, #24844a 100%);
  transform:translateY(-2px);
  color:#fff;
}

.njd-btn-bright{
  background:linear-gradient(180deg, #57eb88 0%, #43d774 100%);
  color:#0d3520;
  box-shadow:0 14px 28px rgba(67,215,116,0.22);
}

.njd-btn-bright:hover{
  background:linear-gradient(180deg, #48de7b 0%, #38c968 100%);
  transform:translateY(-2px);
  color:#0d3520;
}

.njd-btn-orange{
  background:linear-gradient(180deg, #f8a30f 0%, #e58f00 100%);
  color:#fff;
  box-shadow:0 14px 28px rgba(229,143,0,0.20);
}

.njd-btn-orange:hover{
  background:linear-gradient(180deg, #ee9907 0%, #d58100 100%);
  transform:translateY(-2px);
  color:#fff;
}

/* seo section */
.njd-seo-section{
  margin-top:64px;
  background:#fff;
  border:1px solid var(--njd-border);
  border-radius:28px;
  padding:44px 30px;
  box-shadow:var(--njd-shadow);
}

.njd-seo-section h2{
  margin:0 0 14px;
  text-align:center;
  font-size:36px;
  color:var(--njd-text);
  font-weight:900;
  letter-spacing:-0.4px;
}

.njd-seo-section p.intro{
  max-width:920px;
  margin:0 auto 32px;
  text-align:center;
  font-size:17px;
  line-height:1.95;
  color:#61766c;
}

.njd-seo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}

.njd-seo-box{
  background:linear-gradient(180deg, #fbfefc 0%, #f7fcf8 100%);
  border:1px solid #e3f0e6;
  border-radius:20px;
  padding:24px;
}

.njd-seo-box h3{
  margin:0 0 14px;
  color:var(--njd-text);
  font-size:23px;
  font-weight:800;
}

.njd-seo-box p,
.njd-seo-box li{
  color:#546c61;
  font-size:16px;
  line-height:1.9;
}

.njd-seo-box ul{
  margin:0;
  padding-left:20px;
}

/* faq */
.njd-faq{
  margin-top:36px;
}

.njd-faq h3{
  text-align:center;
  margin:0 0 18px;
  color:var(--njd-text);
  font-size:30px;
  font-weight:900;
}

.njd-faq-item{
  background:#fbfefc;
  border:1px solid #e1efe4;
  border-radius:16px;
  padding:18px 18px;
  margin-bottom:14px;
  transition:all .2s ease;
}

.njd-faq-item:hover{
  border-color:#cfe3d4;
  box-shadow:0 8px 18px rgba(0,0,0,0.03);
}

.njd-faq-item strong{
  display:block;
  margin-bottom:8px;
  color:var(--njd-text);
  font-size:17px;
  font-weight:800;
}

.njd-faq-item p{
  margin:0;
  color:#586f64;
  line-height:1.85;
  font-size:15px;
}

/* responsive */
@media (max-width: 1100px){
  .njd-cards{
    grid-template-columns:1fr;
  }

  .njd-card{
    min-height:auto;
  }

  .njd-seo-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 767px){
  .njd-cv-wrap{
    padding:24px 14px 70px;
  }

  .njd-top-head h2{
    font-size:30px;
  }

  .njd-top-head p,
  .njd-seo-section p.intro{
    font-size:15px;
  }

  .njd-packages{
    padding:20px 16px;
    border-radius:24px;
  }

  .njd-card{
    padding:22px 20px;
    border-radius:22px;
  }

  .njd-price{
    font-size:42px;
  }

  .njd-title{
    font-size:22px;
  }

  .njd-btn{
    font-size:16px;
    padding:16px 18px;
  }

  .njd-seo-section{
    padding:28px 18px;
    border-radius:22px;
  }

  .njd-seo-section h2{
    font-size:28px;
  }

  .njd-faq h3{
    font-size:24px;
  }
}/* End custom CSS */