.elementor-9055 .elementor-element.elementor-element-2263f77{--display:flex;}.elementor-9055 .elementor-element.elementor-element-2263f77 .spaciaz-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.elementor-9055 .elementor-element.elementor-element-a263845 .spaciaz-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.elementor-9055 .elementor-element.elementor-element-d3ce573 .spaciaz-border-shape{width:30px;height:30px;clip-path:path("M0 0 Q0,30 30,30 L 0 30 Z");}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-9055 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}/* Start custom CSS */:root{
  --wmn-navy:#07183d;
  --wmn-blue:#0b1f4d;
  --wmn-gold:#f5c400;
  --wmn-light:#f5f7fb;
  --wmn-muted:#6b7280;
}

.wmn-careers-page{
  font-family:Arial,sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(245,196,0,.14), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(11,31,77,.12), transparent 30%),
    var(--wmn-light);
  color:#111;
  overflow:hidden;
}

/* HERO */
.wmn-careers-hero{
  padding:160px 20px 125px;
  background:
    linear-gradient(90deg, rgba(7,24,61,.96), rgba(7,24,61,.72)),
    url("https://wahidmarketingnetworks.com/wp-content/uploads/2026/02/ChatGPT-Image-Jan-23-2026-11_19_10-AM.png") center/cover no-repeat;
  position:relative;
}

.wmn-careers-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 75% 30%, rgba(245,196,0,.22), transparent 26%),
    linear-gradient(120deg, rgba(245,196,0,.12), transparent 45%);
}

.wmn-hero-inner{
  max-width:1250px;
  margin:auto;
  position:relative;
  z-index:2;
}

.wmn-careers-hero span{
  display:inline-block;
  background:var(--wmn-gold);
  color:#111;
  padding:11px 24px;
  border-radius:50px;
  font-weight:900;
  margin-bottom:24px;
  box-shadow:0 14px 35px rgba(245,196,0,.32);
}

.wmn-careers-hero h1{
  max-width:760px;
  color:#fff;
  font-size:66px;
  font-weight:900;
  line-height:1.08;
  margin:0 0 24px;
  letter-spacing:-2px;
  text-shadow:0 12px 35px rgba(0,0,0,.35);
}

.wmn-careers-hero h1 strong{
  color:var(--wmn-gold);
}

.wmn-careers-hero p{
  max-width:730px;
  color:#dbe4ff;
  font-size:18px;
  line-height:1.9;
  margin:0;
}

.wmn-hero-tags{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:34px;
}

.wmn-hero-tags div{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  padding:16px 22px;
  border-radius:18px;
  backdrop-filter:blur(12px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.20);
}

/* SECTIONS */
.wmn-careers-section{
  max-width:1250px;
  margin:auto;
  padding:95px 20px;
}

.wmn-title{
  text-align:center;
  margin-bottom:60px;
}

.wmn-title h2{
  color:var(--wmn-blue);
  font-size:48px;
  font-weight:900;
  margin:0 0 14px;
  letter-spacing:-1px;
}

.wmn-title p{
  max-width:820px;
  margin:auto;
  color:var(--wmn-muted);
  line-height:1.9;
}

/* JOB CARDS */
.wmn-job-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.wmn-job-card{
  background:linear-gradient(180deg,#fff,#fbfcff);
  padding:40px;
  border-radius:34px;
  box-shadow:0 18px 55px rgba(0,0,0,.08);
  transition:.35s ease;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.85);
}

.wmn-job-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:6px;
  background:var(--wmn-gold);
}

.wmn-job-card:after{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  right:-85px;
  bottom:-85px;
  background:rgba(245,196,0,.11);
  border-radius:50%;
  transition:.45s ease;
}

.wmn-job-card:hover{
  transform:translateY(-12px);
  box-shadow:0 30px 80px rgba(0,0,0,.14);
}

.wmn-job-card:hover:after{
  transform:scale(1.55);
}

.wmn-job-icon{
  width:84px;
  height:84px;
  border-radius:24px;
  background:var(--wmn-gold);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:36px;
  margin-bottom:24px;
  position:relative;
  z-index:2;
  box-shadow:0 18px 40px rgba(245,196,0,.30);
}

.wmn-job-card h3,
.wmn-job-card p,
.wmn-job-meta,
.wmn-job-btn{
  position:relative;
  z-index:2;
}

.wmn-job-card h3{
  color:var(--wmn-blue);
  font-size:28px;
  font-weight:900;
  margin:0 0 14px;
}

.wmn-job-card p{
  color:var(--wmn-muted);
  line-height:1.9;
  margin-bottom:22px;
}

.wmn-job-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:24px;
}

.wmn-job-meta span{
  background:#f5f7fb;
  color:var(--wmn-blue);
  padding:10px 15px;
  border-radius:50px;
  font-size:13px;
  font-weight:800;
}

.wmn-job-btn{
  display:inline-block;
  background:var(--wmn-blue);
  color:#fff!important;
  padding:15px 28px;
  border-radius:50px;
  font-weight:900;
  text-decoration:none!important;
  transition:.3s;
}

.wmn-job-btn:hover{
  background:var(--wmn-gold);
  color:#111!important;
  transform:translateY(-4px);
}

/* BENEFITS */
.wmn-benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.wmn-benefit-box{
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,.85);
  padding:32px;
  border-radius:30px;
  box-shadow:0 16px 45px rgba(0,0,0,.08);
  text-align:center;
  transition:.35s;
}

.wmn-benefit-box:hover{
  transform:translateY(-9px);
}

.wmn-benefit-box h3{
  color:var(--wmn-blue);
  font-size:22px;
  font-weight:900;
  margin:0 0 12px;
}

.wmn-benefit-box p{
  color:var(--wmn-muted);
  line-height:1.8;
  margin:0;
}

/* EMPTY APPLY BOX */
.wmn-form-wrap{
  display:none !important;
}

/* CONTACT FORM 7 OUTSIDE FIX */
.wpcf7{
  max-width:950px !important;
  margin:55px auto 95px !important;
  background:
    radial-gradient(circle at 95% 5%, rgba(245,196,0,.18), transparent 22%),
    linear-gradient(180deg,#fff,#fbfcff) !important;
  padding:55px !important;
  border-radius:38px !important;
  box-shadow:0 24px 75px rgba(0,0,0,.10) !important;
  border:1px solid rgba(255,255,255,.9) !important;
  position:relative;
  overflow:hidden;
}

.wpcf7:before{
  content:"Apply For The Positions";
  display:block;
  text-align:center;
  color:var(--wmn-blue);
  font-size:40px;
  line-height:1.2;
  font-weight:900;
  margin-bottom:10px;
  letter-spacing:-1px;
}

.wpcf7:after{
  content:"Submit your details and our team will contact shortlisted candidates.";
  display:block;
  text-align:center;
  color:var(--wmn-muted);
  font-size:15px;
  margin-bottom:34px;
}

.wpcf7 p{
  margin:0 0 18px !important;
}

.wpcf7 label{
  display:block;
  color:var(--wmn-blue);
  font-weight:800;
  margin-bottom:8px;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select{
  width:100% !important;
  background:#f5f7fb !important;
  border:1px solid rgba(11,31,77,.12) !important;
  border-radius:18px !important;
  padding:18px 20px !important;
  color:#111 !important;
  font-size:15px !important;
  outline:none !important;
  transition:.3s ease !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9) !important;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus{
  background:#fff !important;
  border-color:var(--wmn-gold) !important;
  box-shadow:0 0 0 4px rgba(245,196,0,.16) !important;
}

.wpcf7 textarea{
  min-height:170px !important;
  resize:none !important;
}

.wpcf7-submit{
  display:block !important;
  width:auto !important;
  min-width:200px !important;
  margin:10px auto 0 !important;
  background:var(--wmn-gold) !important;
  color:#111 !important;
  border:none !important;
  border-radius:60px !important;
  padding:17px 42px !important;
  font-weight:900 !important;
  cursor:pointer !important;
  box-shadow:0 16px 40px rgba(245,196,0,.30) !important;
  transition:.3s ease !important;
}

.wpcf7-submit:hover{
  background:var(--wmn-blue) !important;
  color:#fff !important;
  transform:translateY(-4px);
}

/* CTA */
.wmn-career-cta{
  background:linear-gradient(135deg,var(--wmn-navy),#143b8f);
  padding:95px 30px;
  border-radius:42px;
  text-align:center;
  box-shadow:0 30px 85px rgba(11,31,77,.25);
  position:relative;
  overflow:hidden;
}

.wmn-career-cta:before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  background:rgba(245,196,0,.13);
  border-radius:50%;
  right:-220px;
  top:-220px;
}

.wmn-career-cta:after{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  background:rgba(255,255,255,.06);
  border-radius:50%;
  left:-160px;
  bottom:-180px;
}

.wmn-career-cta > *{
  position:relative;
  z-index:2;
}

.wmn-career-cta h2{
  color:#fff;
  font-size:52px;
  font-weight:900;
  margin:0 0 18px;
}

.wmn-career-cta p{
  max-width:800px;
  margin:auto;
  color:#dbe4ff;
  line-height:1.9;
  font-size:18px;
}

.wmn-career-btns{
  margin-top:34px;
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}

.wmn-career-btn{
  display:inline-block;
  padding:16px 34px;
  border-radius:60px;
  font-weight:900;
  text-decoration:none!important;
  transition:.3s;
}

.wmn-career-btn.yellow{
  background:var(--wmn-gold);
  color:#111!important;
}

.wmn-career-btn.white{
  background:#fff;
  color:var(--wmn-blue)!important;
}

.wmn-career-btn:hover{
  transform:translateY(-5px);
}

/* RESPONSIVE */
@media(max-width:992px){
  .wmn-job-grid{grid-template-columns:1fr 1fr}
  .wmn-benefits{grid-template-columns:1fr 1fr}
}

@media(max-width:768px){
  .wmn-careers-hero{padding:120px 18px 90px}
  .wmn-careers-hero h1{font-size:40px;letter-spacing:-1px}
  .wmn-title h2,
  .wmn-career-cta h2{font-size:32px}
  .wmn-job-grid,
  .wmn-benefits{grid-template-columns:1fr}
  .wpcf7{
    margin:35px 18px 75px !important;
    padding:32px 22px !important;
  }
  .wpcf7:before{font-size:30px}
  .wpcf7-submit{width:100% !important}
}
.wmn-seo-career-box{
  background:#fff;
  padding:55px;
  border-radius:34px;
  box-shadow:0 18px 55px rgba(0,0,0,.08);
}

.wmn-seo-career-box h2{
  color:#0b1f4d;
  font-size:42px;
  font-weight:900;
  margin:0 0 22px;
}

.wmn-seo-career-box h3{
  color:#0b1f4d;
  font-size:28px;
  font-weight:900;
  margin:34px 0 14px;
}

.wmn-seo-career-box p{
  color:#555;
  line-height:2;
  font-size:16px;
  margin-bottom:18px;
}

.wmn-seo-career-link{
  display:inline-block;
  margin:10px 10px 0 0;
  background:#0b1f4d;
  color:#fff!important;
  padding:15px 28px;
  border-radius:50px;
  font-weight:900;
  text-decoration:none!important;
}

.wmn-seo-career-link:hover{
  background:#f5c400;
  color:#111!important;
}/* End custom CSS */