@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@700;800;900&family=Inter:wght@400;500;600;700&display=swap');
:root{--wgw-navy:#0A2A66;--wgw-orange:#F2541B;--wgw-orange-600:#DC470F;--wgw-muted:#5b6b86;--wgw-line:#e4eaf4;}

/* ===== HERO LAYOUT ===== */
.bg-home2{background:transparent !important;padding:0 !important;box-shadow:none !important;}
#home.bg-home2::before,#home.bg-home2::after,
section.bg-home2::before,section.bg-home2::after{display:none !important;}
.wgw-hero{padding:30px 0 50px;}
.wgw-grid{display:flex;flex-wrap:wrap;align-items:center;gap:40px;}
.wgw-left{flex:1 1 560px;background:transparent !important;box-shadow:none !important;}
.wgw-right{flex:1 1 400px;}

.wgw-eyebrow{display:inline-flex;align-items:center;font-family:'Archivo',sans-serif;font-weight:700;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#0A2A66;margin-bottom:14px;}
.wgw-eyebrow::before{content:"";width:22px;height:3px;background:#F2541B;margin-right:11px;}
.wgw-title{font-family:'Archivo',sans-serif !important;font-weight:900 !important;font-size:clamp(38px,5vw,58px) !important;line-height:1.05 !important;letter-spacing:-.02em;color:#0A2A66 !important;margin-bottom:18px;}
.wgw-title .o{color:#F2541B !important;}
.wgw-lead{font-size:18px;color:#5b6b86;max-width:34em;margin-bottom:22px;}

.wgw-cta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px;}
.wgw-cta a{display:inline-flex !important;align-items:center;gap:8px;border-radius:12px !important;font-family:'Archivo',sans-serif;font-weight:700 !important;padding:14px 28px !important;font-size:16px;text-decoration:none;border:2px solid transparent;}
.wgw-cta a.btn-primary{background:#F2541B !important;border-color:#F2541B !important;color:#fff !important;}
.wgw-cta a.btn-primary:hover{background:#DC470F !important;}
.wgw-cta a.wgw-ghost{background:#fff !important;border:2px solid #0A2A66 !important;color:#0A2A66 !important;}
.wgw-cta a.wgw-ghost:hover{background:#0A2A66 !important;color:#fff !important;}

/* ===== HERO SEARCH BAR — DEFINED ONCE ONLY ===== */
/* white box hugs its contents so nothing sticks out */
.wgw-left .registration-form{
  display:inline-block !important;
  width:auto !important;
  max-width:100% !important;
  background:#fff !important;
  border:1px solid #e4eaf4 !important;
  border-radius:14px !important;
  padding:8px !important;
  box-shadow:0 10px 26px -14px rgba(10,42,102,.30) !important;
}
.wgw-left .registration-form .row{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  margin:0 !important;
  --bs-gutter-x:8px;
}
/* the two input columns share space, the button column hugs its text */
.wgw-left .registration-form .row > .col-lg-4:nth-child(1),
.wgw-left .registration-form .row > .col-lg-4:nth-child(2){
  flex:1 1 200px !important;
  width:auto !important;
  max-width:none !important;
  min-width:150px !important;
}
.wgw-left .registration-form .row > .col-lg-4:last-child{
  flex:0 0 auto !important;
  width:auto !important;
}
.wgw-left .registration-form .filter-search-form{width:100% !important;display:flex;align-items:center;}
.wgw-left .registration-form .filter-input-box{width:100% !important;min-width:0 !important;border-radius:10px !important;height:50px;}
.wgw-left .registration-form .filter-search-form i{color:#0A2A66;}
.wgw-left .registration-form .submit-btn{
  height:50px !important;white-space:nowrap !important;padding:0 26px !important;
  border-radius:10px !important;background:#0A2A66 !important;border-color:#0A2A66 !important;color:#fff !important;
}
/* hide the trending keywords + any empty extra row inside the form */
.wgw-left .treding-keywords{display:none !important;}
.wgw-left .registration-form > .row.g-0 ~ .row{display:none !important;}

.wgw-trust{list-style:none;display:flex;flex-wrap:wrap;gap:8px 22px;padding:0;margin:18px 0 0;}
.wgw-trust li{font-weight:600;font-size:14px;color:#3a4a67;}
.wgw-trust li::before{content:"✓";color:#F2541B;font-weight:800;margin-right:7px;}

.wgw-banner{width:100%;border-radius:18px;box-shadow:0 22px 50px -24px rgba(10,42,102,.40);}

/* ===== GLOBAL BRAND ===== */
.text-warning{color:#F2541B !important;}
.btn-primary{background-color:#F2541B !important;border-color:#F2541B !important;border-radius:10px !important;}
.btn-primary:hover{background-color:#DC470F !important;border-color:#DC470F !important;}
.section-title .title{font-family:'Archivo',sans-serif;color:#0A2A66 !important;font-weight:800;}
.popu-category-box{border:1px solid #e4eaf4;background:#fff;padding:22px 16px;transition:.18s;}
.popu-category-box:hover{transform:translateY(-4px);box-shadow:0 14px 30px -16px rgba(10,42,102,.30);}
.job-box.card{border:1px solid #e4eaf4 !important;border-radius:16px !important;transition:.18s;}
.job-box.card:hover{transform:translateY(-3px);box-shadow:0 16px 34px -18px rgba(10,42,102,.30);}
.job-list-menu .nav-link.active{background:#0A2A66 !important;color:#fff !important;}
.process-menu .number{background:#0A2A66 !important;color:#fff;}

/* ===== JOB CARDS ===== */
.job-box .badge.bg-soft-danger{background:#F2541B !important;color:#FFFFFF !important;font-weight:700;border-radius:8px;padding:6px 12px !important;}
.job-box .badge.bg-soft-success{background:#E6F4EC !important;color:#1B7A47 !important;}
.job-box .badge.bg-soft-info,
.job-box .badge.bg-soft-primary{background:#EAF2FF !important;color:#0A2A66 !important;}
.job-box .featured-label .label-text,
.job-box .featured-label span{background:#0A2A66 !important;}
.job-box h3,
.job-box .fs-18{font-family:'Archivo',sans-serif !important;font-weight:800 !important;color:#0A2A66 !important;}
.job-box .text-primary{color:#0A2A66 !important;}
.job-box .text-muted{color:#5b6b86 !important;}
.job-box .primary-link,
.job-box a.text-primary{color:#F2541B !important;font-weight:600;}
.job-box .text-center .img-fluid,
.job-box img.rounded-3{display:none !important;}
.job-box .col-md-2:first-child{display:none !important;}

/* ===== NEED WORKERS FAST — CTA BAND ===== */
.wgw-cta-band{padding:30px 0;}
.wgw-cta-inner{position:relative;overflow:hidden;background:#0A2A66;border-radius:22px;padding:46px 50px;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap;box-shadow:0 24px 50px -28px rgba(10,42,102,.5);}
.wgw-cta-inner::before{content:"";position:absolute;right:-80px;bottom:-100px;width:320px;height:320px;background:radial-gradient(circle,rgba(242,84,27,.18),transparent 65%);}
.wgw-cta-text{flex:1 1 440px;color:#fff;position:relative;z-index:1;}
.wgw-cta-eyebrow{font-family:'Archivo',sans-serif;font-weight:700;font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:#F2541B;}
.wgw-cta-title{font-family:'Archivo',sans-serif;font-weight:900;color:#fff;font-size:clamp(26px,3vw,38px);line-height:1.1;margin:10px 0 12px;letter-spacing:-.01em;}
.wgw-cta-title span{color:#F2541B;}
.wgw-cta-sub{font-size:16px;color:#cdd9f0;max-width:34em;margin:0;}
.wgw-cta-action{position:relative;z-index:1;flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:16px;}
.wgw-cta-btn{display:inline-flex;align-items:center;gap:10px;background:#F2541B;color:#fff;font-family:'Archivo',sans-serif;font-weight:800;font-size:17px;padding:16px 32px;border-radius:12px;text-decoration:none;transition:.18s ease;}
.wgw-cta-btn span{transition:.18s ease;}
.wgw-cta-btn:hover{background:#DC470F;color:#fff;transform:translateY(-2px);}
.wgw-cta-btn:hover span{transform:translateX(4px);}
.wgw-cta-points{display:flex;flex-wrap:wrap;gap:8px 18px;}
.wgw-cta-points span{color:#ffffff !important;font-size:13px;font-weight:600;display:inline-flex;align-items:center;}
.wgw-cta-points span::before{content:"✓";color:#F2541B;font-weight:800;margin-right:6px;}
@media(max-width:768px){
  .wgw-cta-inner{padding:34px 26px;text-align:center;justify-content:center;}
  .wgw-cta-text{flex-basis:100%;}
  .wgw-cta-sub{margin-inline:auto;}
  .wgw-cta-action{align-items:center;width:100%;}
  .wgw-cta-points{justify-content:center;}
}

/* ===== TESTIMONIALS ===== */
.testimonial-box{border:1px solid #e4eaf4 !important;border-radius:18px !important;border-top:4px solid #F2541B !important;transition:.18s ease;}
.testimonial-box:hover{transform:translateY(-4px);box-shadow:0 18px 38px -20px rgba(10,42,102,.35);}
.testimonial-box .testimonial-content{color:#3a4a67 !important;}
.testimonial-box .fw-bold{color:#0A2A66 !important;font-family:'Archivo',sans-serif;}
.testimonial-box .text-muted{color:#5b6b86 !important;font-weight:400;}
.swiper-pagination-bullet{background:#0A2A66 !important;}
.swiper-pagination-bullet-active{background:#F2541B !important;}

/* ===== INNER PAGE TITLE BANNER ===== */
.page-title-box{padding-top:120px !important;padding-bottom:50px !important;background-image:none !important;background-color:#0A2A66 !important;}

/* ===== JOBS PAGE BUTTONS ===== */
.btn-success{background:#0A2A66 !important;border-color:#0A2A66 !important;color:#fff !important;}
.btn-success:hover{background:#06224F !important;border-color:#06224F !important;}
.toggle-views .btn-outline-primary,
.map-views .btn-outline-info{border-color:#0A2A66 !important;color:#0A2A66 !important;}
.toggle-views .btn-check:checked + .btn-outline-primary{background:#F2541B !important;border-color:#F2541B !important;color:#fff !important;}
.map-views .btn-outline-info:hover{background:#0A2A66 !important;border-color:#0A2A66 !important;color:#fff !important;}
.toggle-views .btn-outline-primary:hover{background:#0A2A66 !important;color:#fff !important;}

/* ===== BADGES + SOFT BUTTONS ===== */
.badge.bg-warning{background-color:#F2541B !important;color:#fff !important;}
.btn-soft-primary{background-color:#EAF2FF !important;border-color:transparent !important;color:#0A2A66 !important;}
.btn-soft-primary:hover{background-color:#0A2A66 !important;color:#fff !important;}

/* ===== FAQ "EMAIL NOW" + ALL YELLOW BUTTONS -> NAVY ===== */
.faq-email-button,
.btn.btn-warning{background-color:#0A2A66 !important;border-color:#0A2A66 !important;color:#fff !important;}
.faq-email-button:hover,
.btn.btn-warning:hover{background-color:#06224F !important;border-color:#06224F !important;color:#fff !important;}

/* ===== FOOTER ===== */
.bg-footer{background:#0A2A66 !important;}
.bg-footer .footer-item .h4,
.bg-footer .footer-item span.h4{font-family:'Archivo',sans-serif !important;font-weight:900 !important;font-size:24px !important;color:#fff !important;}
.bg-footer .footer-item p.text-white{color:#fff !important;}
.bg-footer .footer-item p.fs-16{font-family:'Archivo',sans-serif !important;font-weight:700 !important;color:#F2541B !important;letter-spacing:.02em;}
.bg-footer .footer-list a{color:#cdd9f0 !important;transition:.15s;}
.bg-footer .footer-list a:hover{color:#fff !important;padding-left:4px;}
.bg-footer .footer-list a i{color:#F2541B !important;}
.footer-social-menu li a{border:1px solid rgba(255,255,255,.3) !important;transition:.18s;}
.footer-social-menu li a:hover{background:#F2541B !important;border-color:#F2541B !important;}
.footer-alt{background:#06224F !important;}

/* ===== SUBSCRIBE BAND ===== */
.bg-subscribe{background-color:#143A82 !important;}
.bg-subscribe .email-img{display:none !important;}
.bg-subscribe h2{font-family:'Archivo',sans-serif !important;font-weight:800;}
.bg-subscribe .btn-primary{background:#F2541B !important;border-color:#F2541B !important;border-radius:10px !important;font-weight:700;}
.bg-subscribe .btn-primary:hover{background:#DC470F !important;border-color:#DC470F !important;}
.bg-subscribe .form-control{border-radius:10px !important;height:50px;}

/* ===== TOP BAR ===== */
.top-bar{background:#0A2A66 !important;}
.top-bar p,
.top-bar a,
.top-bar .fs-13,
.top-bar .text-dark,
.top-bar .btn{color:#fff !important;}
.top-bar i,
.top-bar .mdi,
.top-bar .uil{color:#F2541B !important;}
.top-bar .topbar-social-menu a .icon,
.top-bar .social-link .icon{color:#F2541B !important;}
.top-bar .social-link:hover .icon{color:#fff !important;}
.top-bar .language-switch .btn{color:#fff !important;}


/* ===== HERO SEARCH — neutralize the theme's nested wrapper ===== */

/* the [search-box] brings a whole .bg-home2 section inside .wgw-left — strip its spacing */
.wgw-left .bg-home2{ background:transparent !important; padding:0 !important; margin:0 !important; }
.wgw-left .bg-home2 .container{ padding:0 !important; max-width:none !important; width:auto !important; }
.wgw-left .bg-home2 .row.align-items-center{ margin:0 !important; }

/* the col-lg-7 is the white "mask" — make it shrink to content, full width */
.wgw-left .bg-home2 .col-lg-7{
  flex:0 0 100% !important;
  max-width:100% !important;
  width:100% !important;
  padding:0 !important;
}

/* hide the empty theme title block (blank h1/span/p above the form) */
.wgw-left .bg-home2 .mb-4.pb-3.me-lg-5{ display:none !important; }

/* now style the actual search box, tight */
.wgw-left .registration-form{
  display:inline-block !important;
  width:auto !important;
  max-width:100% !important;
  background:#fff !important;
  border:1px solid #e4eaf4 !important;
  border-radius:14px !important;
  padding:8px !important;
  box-shadow:0 10px 26px -14px rgba(10,42,102,.30) !important;
}
.wgw-left .registration-form .row.g-0{ display:flex !important; flex-wrap:nowrap !important; align-items:stretch !important; margin:0 !important; }
.wgw-left .registration-form .row.g-0 > .col-lg-4:nth-child(-n+2){ flex:1 1 200px !important; width:auto !important; max-width:none !important; min-width:150px !important; padding:0 4px !important; }
.wgw-left .registration-form .row.g-0 > .col-lg-4:last-child{ flex:0 0 auto !important; width:auto !important; padding:0 4px !important; }
.wgw-left .registration-form .filter-input-box{ width:100% !important; min-width:0 !important; height:50px; }
.wgw-left .registration-form .submit-btn{ height:50px !important; white-space:nowrap !important; padding:0 26px !important; background:#0A2A66 !important; border-color:#0A2A66 !important; }

/* hide trending keywords (the .row after the form, inside col-lg-7) */
.wgw-left .treding-keywords{ display:none !important; }
.wgw-left .bg-home2 .col-lg-7 > .row{ display:none !important; }

/* Lift the search box above any panel */
.wgw-left .registration-form{
  position:relative !important;
  z-index:5 !important;
}

/* Kill the white background of the theme wrapper behind it */
.wgw-left .bg-home2,
.wgw-left .bg-home2 .container,
.wgw-left .bg-home2 .row,
.wgw-left .bg-home2 .col-lg-7,
.wgw-left form[action*="/jobs"]{
  background:transparent !important;
  background-color:transparent !important;
  box-shadow:none !important;
}

/* Newsletter popup heading -> hero style (Archivo, navy) */
#newsletterPopupModalLabel,
.newsletter-popup .modal-title{
  font-family:'Archivo',sans-serif !important;
  font-weight:900 !important;
  color:#0A2A66 !important;
  letter-spacing:-.01em;
  line-height:1.1;
}
/* make one word orange like the hero, optional accent */
#newsletterPopupModalLabel .o{ color:#F2541B !important; }