/*
Theme Name: VenraWork
Theme URI: https://bridgeworkglobal.com
Author: Venra
Author URI: https://bridgeworkglobal.com
Description: Professional recruitment website theme with multilingual support, demo importer, and flexible design options. Features include job listings, application forms, analytics dashboard, and multiple style variations.
Version: 1.0.0
Text Domain: bridgework
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: recruitment, jobs, multilingual, modern, responsive
*/

/* -----------------------------------------------------------
   VenraHire — Theme Styles
   (Typography, Layout, Header, Hero, Sections, Footer)
   + Final Testimonials Slider (single-card)
   ----------------------------------------------------------- */

/* Base / CSS variables */
:root{
  --bwg-primary:#007bff;
  --bwg-radius:20px;
  --bwg-text:#0f172a;
  --bwg-muted:#64748b;
  --bwg-bg:#ffffff;
  --bwg-font-body:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --bwg-font-heading:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:var(--bwg-font-body);
  color:var(--bwg-text);
  background:#fff;
  line-height:1.6;
}

/* Utilities */
.container{max-width:1120px;margin:0 auto;padding:0 18px}
.section{padding:56px 0}
h1,h2,h3,h4,h5{font-family:var(--bwg-font-heading);margin:0 0 14px}
a{color:inherit;text-decoration:none}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:var(--bwg-primary);color:#fff;border:0;border-radius:999px;
  padding:12px 28px;font-weight:600;cursor:pointer;font-size:16px;
  transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position:relative;overflow:hidden;
  box-shadow:0 4px 14px rgba(0,123,255,0.3);
  transform:translateY(0)
}
.btn::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
  transform:translateX(-100%);
  transition:transform 0.6s ease
}
.btn:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 24px rgba(0,123,255,0.4);
  background:linear-gradient(135deg, #007bff 0%, #0056b3 100%)
}
.btn:hover::before{transform:translateX(100%)}
.btn:active{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,123,255,0.3)}
.btn.outline{
  background:#fff;color:var(--bwg-text);
  box-shadow:inset 0 0 0 2px rgba(15,23,42,.1), 0 4px 14px rgba(15,23,42,0.1);
  position:relative;overflow:hidden
}
.btn.outline::before{background:linear-gradient(45deg, rgba(0,123,255,0.05) 0%, rgba(0,123,255,0) 100%)}
.btn.outline:hover{
  background:linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  box-shadow:inset 0 0 0 2px var(--bwg-primary), 0 8px 24px rgba(15,23,42,0.15);
  color:var(--bwg-primary);transform:translateY(-3px)
}
.btn.outline:active{transform:translateY(-1px)}
.card{
  background:#fff;border-radius:20px;box-shadow:0 24px 60px rgba(15,23,42,.08);
  padding:22px
}

/* -----------------------------------------------------------
   Header
----------------------------------------------------------- */
.bwg-header{position:sticky;top:0;z-index:99;transition:background .25s, box-shadow .25s}
.bwg-header.transparent{background:transparent}
.bwg-header.solid{background:#ffffffcc;backdrop-filter:saturate(180%) blur(8px);box-shadow:0 8px 24px rgba(15,23,42,.08)}
.bwg-header .nav-inner{
  max-width:1120px;
  margin:0 auto;
  padding:14px 18px;
  display:flex !important;
  align-items:center;
  gap:28px;
  position:relative;
  z-index:100
}
@media (max-width:1024px){
  .bwg-header .nav-inner{
    justify-content:space-between !important;
    padding:14px 18px;
    display:flex !important;
    flex-wrap:nowrap;
    align-items:center
  }
  .bwg-header .nav-inner .burger{
    order:999;
    flex-shrink:0;
    margin-left:auto
  }
}
.bwg-header .logo{
  font-weight:800;
  text-decoration:none;
  margin-right:auto !important;
  display:flex;
  align-items:center;
  max-height:50px
}
.bwg-header .logo img,
.bwg-header .custom-logo{
  max-height:50px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block
}
.bwg-header .custom-logo-link{
  display:flex;
  align-items:center;
  line-height:1
}
@media (max-width:768px){
  .bwg-header .logo{max-height:40px}
  .bwg-header .logo img,
  .bwg-header .custom-logo{max-height:40px}
}
/* Desktop Navigation - Default visible */
.desktop-nav{
  display:flex !important;
  gap:22px;
  align-items:center;
  margin-right:0 !important;
  opacity:1 !important;
  visibility:visible !important;
}
.desktop-nav .primary-menu{
  display:flex;
  gap:22px;
  align-items:center;
  list-style:none;
  margin:0;
  padding:0;
  opacity:1 !important;
  visibility:visible !important;
}
.desktop-nav .primary-menu .menu-item{
  margin:0;
  padding:0;
  opacity:1 !important;
  visibility:visible !important;
}
.desktop-nav .primary-menu .menu-item a{
  font-weight:600;
  text-decoration:none;
  color:inherit;
  opacity:1 !important;
  visibility:visible !important;
}
.desktop-nav .menu-item-language-switcher{margin-left:auto}
.desktop-switcher{
  display:flex !important;
  align-items:center;
  margin-left:0 !important;
  opacity:1 !important;
  visibility:visible !important;
}

/* Burger Button - Default hidden */
.burger{
  display:none !important;
  width:40px;
  height:40px;
  border:0;
  background:transparent;
  position:relative;
  cursor:pointer;
  z-index:10001;
  pointer-events:auto;
  flex-shrink:0;
  opacity:1;
  visibility:visible;
}
.burger span{
  position:absolute;
  left:8px;
  right:8px;
  height:3px;
  background:#0f172a;
  pointer-events:none;
  border-radius:2px;
  transition:all 0.3s ease;
  opacity:1;
  visibility:visible;
  display:block;
}
.burger span:nth-child(1){top:12px}
.burger span:nth-child(2){top:19px}
.burger span:nth-child(3){top:26px}

/* Mobile Styles - Show burger, hide desktop nav */
@media (max-width:1024px){
  .desktop-nav{
    display:none !important;
    opacity:0 !important;
    visibility:hidden !important;
  }
  .desktop-switcher{
    display:none !important;
    opacity:0 !important;
    visibility:hidden !important;
  }
  .burger{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    z-index:10001 !important;
    min-width:40px !important;
    min-height:40px !important;
    padding:0 !important;
    margin-left:auto !important;
    opacity:1 !important;
    visibility:visible !important;
    position:relative !important;
    width:40px !important;
    height:40px !important;
  }
  .burger span{
    background:#0f172a !important;
    opacity:1 !important;
    visibility:visible !important;
    display:block !important;
    width:24px !important;
  }
  /* Always use dark color on mobile - most headers are light/white */
  .bwg-header.transparent .burger span{background:#0f172a !important}
  .bwg-header.solid .burger span{background:#0f172a !important}
}

/* Desktop only - Show desktop nav, hide burger */
@media (min-width:1025px){
  .desktop-nav{
    display:flex !important;
    opacity:1 !important;
    visibility:visible !important;
  }
  .desktop-switcher{
    display:flex !important;
    opacity:1 !important;
    visibility:visible !important;
  }
  .burger{
    display:none !important;
    opacity:0 !important;
    visibility:hidden !important;
  }
}
.bwg-header.transparent .logo,.bwg-header.transparent .desktop-nav a{color:#fff}

/* Mobile drawer (basic) */
.mobile-nav{
  position:fixed !important;
  top:64px !important;
  left:0 !important;
  right:0 !important;
  bottom:auto !important;
  background:#fff !important;
  border-top:1px solid #eef2f7;
  box-shadow:0 20px 60px rgba(15,23,42,.2);
  padding:16px 20px;
  max-height:calc(100vh - 64px);
  overflow-y:auto;
  z-index:99999 !important;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
}
.mobile-nav[hidden]{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
}
.mobile-nav .mobile-menu{list-style:none;margin:0;padding:0}
.mobile-nav .mobile-menu .menu-item{margin:0;padding:0}
.mobile-nav .mobile-menu .menu-item a{
  display:block;
  padding:12px 0;
  font-weight:600;
  text-decoration:none;
  color:inherit;
  border-bottom:1px solid #f1f5f9;
}
.mobile-nav .mobile-menu .menu-item:last-child a{border-bottom:none}
.mobile-nav .mobile-switcher{
  margin-top:20px;
  padding-top:20px;
  border-top:1px solid #eee
}

/* -----------------------------------------------------------
   Hero
----------------------------------------------------------- */
.hero.bwg-hero{
  min-height:82vh;display:flex;align-items:center;justify-content:center;
  position:relative;isolation:isolate;text-align:center;color:#fff;padding:80px 18px 56px;
  background-position:center;background-size:cover;background-repeat:no-repeat
}
.hero.bwg-hero::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(to bottom,rgba(0,0,0,.45) 0%, rgba(0,0,0,.20) 18%, rgba(0,0,0,0) 42%);
  z-index:0
}
.hero.bwg-hero .content{position:relative;z-index:1;max-width:860px}
.bwg-hero-title{font-size:44px;line-height:1.15;margin:0 0 14px}
.bwg-hero-sub{opacity:.95;margin:0 0 20px}
.hero-actions .btn{margin:0 8px}

/* -----------------------------------------------------------
   Features grid
----------------------------------------------------------- */
.grid.features{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px
}
.grid.features .card h3{margin:10px 0 6px;font-size:16px}
.grid.features .card p{margin:0;color:#475569;font-size:14px}
@media (max-width:900px){.grid.features{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.grid.features{grid-template-columns:1fr}}

/* -----------------------------------------------------------
   KPIs / Career Statistics
----------------------------------------------------------- */
.bwg-kpis{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
  max-width:900px;margin:0 auto
}
.bwg-kpi{
  background:linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius:20px;
  box-shadow:0 10px 40px rgba(15,23,42,.08);
  padding:40px 32px;
  text-align:center;
  position:relative;
  overflow:hidden;
  transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border:2px solid transparent
}
.bwg-kpi::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(135deg, rgba(0,123,255,0.05) 0%, rgba(0,123,255,0) 100%);
  opacity:0;transition:opacity 0.4s ease
}
.bwg-kpi:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 60px rgba(0,123,255,.15);
  border-color:rgba(0,123,255,0.2)
}
.bwg-kpi:hover::before{opacity:1}
.bwg-kpi-value{
  font-size:48px;
  font-weight:800;
  color:var(--bwg-primary);
  margin-bottom:8px;
  line-height:1.1;
  background:linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  position:relative;
  z-index:1
}
.bwg-kpi-label{
  font-size:16px;
  font-weight:600;
  color:#475569;
  text-transform:uppercase;
  letter-spacing:0.5px;
  position:relative;
  z-index:1
}
@media (max-width:900px){.bwg-kpis{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.bwg-kpis{grid-template-columns:1fr;gap:16px}
  .bwg-kpi{padding:32px 24px}
  .bwg-kpi-value{font-size:40px}
}

/* -----------------------------------------------------------
   Apply form card (shortcode form)
----------------------------------------------------------- */
.bwg-card{max-width:760px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 30px 60px rgba(15,23,42,.08);padding:22px}
.bwg-form .row{margin-bottom:12px}
.bwg-form label{display:block;margin-bottom:6px;font-weight:600;font-size:14px}
.bwg-form input,.bwg-form select{width:100%;height:44px;border:1px solid #e5e8ef;border-radius:12px;padding:0 12px;font:inherit}
.bwg-form input[type="file"]{border:0;height:auto}

/* -----------------------------------------------------------
   Footer
----------------------------------------------------------- */
.bwg-footer{background:#0b1220;color:#e8eef7;padding:48px 0 20px;margin-top:56px}
.bwg-footer__inner{max-width:1120px;margin:0 auto;padding:0 18px;display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:28px}
.bwg-footer h4{margin-bottom:8px}
.bwg-footer p,.bwg-footer li{color:#aeb9cc}
.bwg-footer .links a{display:block;color:#e8eef7;margin:6px 0}
.bwg-footer .copyright{margin-top:20px;text-align:center;color:#9fb0c9}



/* ===== BWG: Footer (restored) ===== */
.bwg-footer{background:#0f1419;color:#cbd5e1;padding:32px 0 12px}
.bwg-footer a{color:#cbd5e1;text-decoration:none}
.bwg-footer__inner{
  max-width:1200px;margin:0 auto;
  padding:0 40px 0 20px;
  display:grid;
  grid-template-columns:1.8fr .8fr 1fr;  /* logo/about | links | contact */
  gap:60px;
  align-items:start;
}
.bwg-footer__bar{border-top:1px solid rgba(255,255,255,.08);margin-top:12px}
.bwg-footer__bar-inner{
  max-width:1200px;margin:0 auto;
  padding:12px 20px;
  color:#9aa4b2;font-size:13px;text-align:center
}

/* left column: logo + about - move more to left */
.bwg-footer__brand{
  padding-right:20px;
}
.footer-logo img{
  max-height:50px;
  width:auto;
  display:block;
  margin:0 0 16px;
  /* Auto-convert dark logos to white */
  filter:brightness(0) invert(1);
}
.bwg-footer__footer-text{font-size:20px;font-weight:800;display:inline-block;margin:0 0 14px;color:#fff}
.footer-about{
  margin:0;
  color:#cbd5e1;
  line-height:1.7;
  font-size:14px;
  max-width:400px;
}

/* middle column: Quick Links */
.bwg-footer__links{
  padding-left:0;
}
.bwg-footer__links h4,
.bwg-footer__contact h4{
  margin:0 0 16px;
  color:#fff;
  font-size:17px;
  font-weight:700;
}

/* menu list */
.footer-menu{list-style:none;padding:0;margin:0}
.footer-menu li{margin:8px 0}
.footer-menu a{
  transition:color 0.2s ease;
  font-size:14px;
}
.footer-menu a:hover{color:#fff}

/* right column: Contact Info - move more to right */
.bwg-footer__contact{
  padding-left:20px;
  margin-left:auto;
}
.contact-list{list-style:none;padding:0;margin:0}
.contact-list li{
  margin:8px 0;
  line-height:1.8;
  font-size:14px;
}
.contact-list a{
  transition:color 0.2s ease;
}
.contact-list a:hover{color:#fff}

/* stack on mobile */
@media (max-width:980px){
  .bwg-footer__inner{
    grid-template-columns:1fr;
    gap:32px;
    padding:0 20px;
  }
  .bwg-footer__brand,
  .bwg-footer__links,
  .bwg-footer__contact{
    padding:0;
    margin:0;
  }
  .footer-about{max-width:100%}
}


/* Viewport with no padding and hard clip */
.bwg-t-viewport{
  position: relative;
  overflow: hidden;
  padding: 0;                 /* ⟵ was 0 64px; remove it */
}

/* Arrows sit outside using negative offsets */
.bwg-t-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  background: #fff; box-shadow: 0 10px 30px rgba(15,23,42,.15);
  z-index: 3;
}
.bwg-t-prev{ left: -22px; }   /* half the size to sit outside */
.bwg-t-next{ right: -22px; }


/* ✅ Modern Testimonial Slider Style */
.strong-view {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

/* Testimonial Wrapper */
.wpmtst-testimonial {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px 40px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.wpmtst-testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

/* Quote Mark Icons */
.wpmtst-testimonial:before,
.wpmtst-testimonial:after {
  font-size: 48px;
  color: #dde0e5;
}

/* Text Styling */
.wpmtst-content {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #1a1a1a;
  max-width: 720px;
  margin: 0 auto 18px;
}

/* Author Name */
.wpmtst-author {
  font-size: 17px;
  font-weight: 600;
  color: #234;
}

/* Navigation Arrows */
.wpmtst-nav-button {
  background: #fff;
  border-radius: 50%;
  height: 52px;
  width: 52px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.12);
  color: #1e1e1e !important;
  border: none;
  transition: 0.3s ease;
}

.wpmtst-nav-button:hover {
  background: #005CFF;
  color: #fff !important;
  transform: scale(1.08);
}

/* Dots Pagination */
.wpmtst-pagination button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ccc !important;
  margin: 0 5px;
  transition: 0.3s;
}

.wpmtst-pagination button.wpmtst-active {
  background: #005CFF !important;
  width: 26px;
  border-radius: 6px;
}

.bwg-jobs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
@media (max-width:1024px){.bwg-jobs-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:680px){.bwg-jobs-grid{grid-template-columns:1fr}}
.bwg-job-card{background:#fff;border:1px solid #eef2f7;border-radius:16px;padding:18px;box-shadow:0 10px 30px rgba(15,23,42,.04)}
.bwg-job-title{font-weight:700;text-decoration:none;color:#0f172a;display:block;margin:0 0 6px}
.bwg-job-excerpt{color:#475569;margin:0 0 10px}
.bwg-job-meta{list-style:none;padding:0;margin:0 0 12px;color:#334155}
.bwg-job-meta li{margin:4px 0}
.bwg-back{display:inline-block;margin-bottom:10px;color:#64748b;text-decoration:none}

/* Jobs by Category */
.bwg-cat-block{
  display:grid;
  grid-template-columns: 380px 1fr;
  gap:24px;
  align-items:start;
  margin:24px 0;
  padding:22px;
  border:1px solid #eef2f7;
  border-radius:18px;
  background:#fff;
  box-shadow:0 16px 40px rgba(15,23,42,.05);
}
.bwg-cat-media{
  border-radius:14px;
  overflow:hidden;
  background:#f8fafc;
  min-height:220px;
  display:flex;align-items:center;justify-content:center;
}
.bwg-cat-img{width:100%;height:auto;display:block}
.bwg-cat-body{padding-top:6px}
.bwg-cat-title{margin:0 0 8px;font-size:28px;line-height:1.2}
.bwg-cat-salary{font-weight:600;color:#0f172a;margin:0 0 8px}
.bwg-cat-blurb{color:#475569;margin:0 0 12px}
.bwg-cat-jobs{list-style:disc;padding-left:20px;margin:0 0 10px}
.bwg-cat-jobs li{margin:4px 0}
.bwg-cat-jobs a{text-decoration:none;color:#0f172a}
.bwg-cat-jobs a:hover{text-decoration:underline}
.bwg-cat-viewall{display:inline-block;margin-top:4px;color:#2563eb;text-decoration:none}
.bwg-cat-viewall:hover{text-decoration:underline}

@media (max-width: 900px){
  .bwg-cat-block{grid-template-columns:1fr}
  .bwg-cat-media{min-height:180px}
}


/* Jobs by Category (landing page) */
.bwg-cat-block{
  display:grid;
  grid-template-columns: 380px 1fr;
  gap:24px;
  align-items:start;
  margin:24px 0;
  padding:22px;
  border:1px solid #eef2f7;
  border-radius:18px;
  background:#fff;
  box-shadow:0 16px 40px rgba(15,23,42,.05);
}
.bwg-cat-media{
  border-radius:14px;
  overflow:hidden;
  background:#f8fafc;
  min-height:220px;
  display:flex;align-items:center;justify-content:center;
}
.bwg-cat-img{width:100%;height:auto;display:block}
.bwg-cat-body{padding-top:6px}
.bwg-cat-title{margin:0 0 8px;font-size:28px;line-height:1.2}
.bwg-cat-salary{font-weight:600;color:#0f172a;margin:0 0 8px}
.bwg-cat-blurb{color:#475569;margin:0 0 12px}
.bwg-cat-jobs{list-style:disc;padding-left:20px;margin:0 0 10px}
.bwg-cat-jobs li{margin:4px 0}
.bwg-cat-jobs a{text-decoration:none;color:#0f172a}
.bwg-cat-jobs a:hover{text-decoration:underline}
.bwg-cat-viewall{display:inline-block;margin-top:4px;color:#2563eb;text-decoration:none}
.bwg-cat-viewall:hover{text-decoration:underline}

@media (max-width: 900px){
  .bwg-cat-block{grid-template-columns:1fr}
  .bwg-cat-media{min-height:180px}
}

/* Apply button redesign */
.bwg-apply-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 26px;
  background: var(--bwg-primary, #005DFF);
  color: #fff !important;
  border: 2px solid var(--bwg-primary, #005DFF);
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: .3s ease-in-out;
  text-decoration: none !important;
  white-space: nowrap;
}

.bwg-apply-btn:hover {
  background: #fff;
  color: var(--bwg-primary, #005DFF) !important;
  border-color: var(--bwg-primary, #005DFF);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* ===== MODERN APPLY FORM DESIGN ===== */
.bwg-apply-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.bwg-apply-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.12);
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.bwg-apply-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--bwg-primary), #10b981);
}

.bwg-apply-header {
  text-align: center;
  margin-bottom: 40px;
}

.bwg-apply-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--bwg-text);
  margin: 0 0 12px;
  line-height: 1.2;
}

.bwg-apply-subtitle {
  font-size: 18px;
  color: var(--bwg-muted);
  margin: 0;
  line-height: 1.6;
}

.bwg-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

.bwg-form-group {
  display: flex;
  flex-direction: column;
}

.bwg-name-group,
.bwg-email-group {
  grid-column: 1;
}

.bwg-phone-group,
.bwg-cv-group {
  grid-column: 1;
}

.bwg-form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--bwg-text);
}

.bwg-label-text {
  font-size: 16px;
}

.bwg-required {
  color: #ef4444;
  font-size: 14px;
}

.bwg-optional {
  color: var(--bwg-muted);
  font-size: 14px;
  font-weight: 400;
}

.bwg-input-wrapper {
  position: relative;
}

.bwg-form-input,
.bwg-form-select {
  width: 100%;
  padding: 18px 24px 18px 56px;
  border: 2px solid #e5e8ef;
  border-radius: 16px;
  font-size: 16px;
  font-family: inherit;
  background: #ffffff;
  transition: all 0.3s ease;
  outline: none;
  min-height: 56px;
}

.bwg-form-input:focus,
.bwg-form-select:focus {
  border-color: var(--bwg-primary);
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.1);
  transform: translateY(-2px);
}

.bwg-form-input::placeholder {
  color: #9ca3af;
}

.bwg-input-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  pointer-events: none;
  z-index: 1;
}

/* ===== CUSTOM DROPDOWN STYLING ===== */
.bwg-custom-dropdown {
  position: relative;
  width: 100%;
  z-index: 1;
  isolation: isolate; /* Create new stacking context for each dropdown */
}

.bwg-custom-dropdown.active {
  z-index: 1001;
}

/* Ensure dropdown menus appear above other dropdowns when active */
/* Each dropdown will have its own z-index set via JavaScript when active */
.bwg-custom-dropdown.active .bwg-dropdown-menu {
  z-index: 10002 !important; /* Ensure active dropdown menu appears above everything */
}

.bwg-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 24px 18px 56px;
  border: 2px solid #e5e8ef;
  border-radius: 16px;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: 56px;
  font-size: 16px;
  font-family: inherit;
}

.bwg-dropdown-trigger:hover {
  border-color: #d1d5db;
}

.bwg-dropdown-trigger.active {
  border-color: var(--bwg-primary);
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.1);
  transform: translateY(-2px);
}

.bwg-dropdown-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  pointer-events: none;
  z-index: 1;
}

.bwg-dropdown-text {
  flex: 1;
  color: var(--bwg-text);
  font-weight: 500;
}

.bwg-dropdown-text.placeholder {
  color: #9ca3af;
}

.bwg-dropdown-arrow {
  font-size: 12px;
  color: #6b7280;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.bwg-dropdown-trigger.active .bwg-dropdown-arrow {
  transform: rotate(180deg);
  color: var(--bwg-primary);
}

.bwg-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 2px solid #e5e8ef;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
  z-index: 9999; /* High z-index - will be overridden by JavaScript when active */
  max-height: 300px;
  overflow-y: auto;
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  margin-top: 8px;
}

.bwg-dropdown-menu.active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0);
}

.bwg-dropdown-item {
  padding: 16px 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: var(--bwg-text);
}

.bwg-dropdown-item:last-child {
  border-bottom: none;
}

.bwg-dropdown-item:hover {
  background: #f8fafc;
  color: var(--bwg-primary);
}

.bwg-dropdown-item.selected {
  background: #f0f9ff;
  color: var(--bwg-primary);
  font-weight: 600;
}

.bwg-dropdown-item.selected::after {
  content: '✓';
  margin-left: auto;
  color: var(--bwg-primary);
  font-weight: bold;
}

/* Country Dropdown Specific */
.bwg-country-dropdown .bwg-dropdown-trigger {
  min-width: 140px;
  justify-content: space-between;
}

.bwg-country-menu {
  max-height: 400px;
}

.bwg-country-menu .bwg-dropdown-item {
  padding: 12px 20px;
  font-size: 15px;
}

/* Scrollbar Styling */
.bwg-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.bwg-dropdown-menu::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

.bwg-dropdown-menu::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.bwg-dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Phone Number Styling - Unified Field */
.bwg-phone-wrapper {
  display: flex !important;
  align-items: stretch !important;
  background: #ffffff;
  border: 2px solid #e5e8ef;
  border-radius: 16px;
  overflow: visible;
  transition: all 0.3s ease;
  min-height: 56px;
  position: relative;
  gap: 0 !important;
  width: 100%;
  flex-wrap: nowrap !important;
}

.bwg-phone-wrapper:focus-within {
  border-color: var(--bwg-primary);
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.1);
  transform: translateY(-2px);
}

.bwg-country-dropdown {
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  min-width: 140px !important;
  max-width: 140px !important;
  width: 140px !important;
  position: relative;
  z-index: 1;
}

.bwg-country-dropdown.active {
  z-index: 1000;
}

.bwg-country-dropdown .bwg-dropdown-trigger {
  border: none;
  border-radius: 0;
  background: #f8fafc;
  border-right: 1px solid #e5e8ef;
  min-height: 52px;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bwg-country-dropdown .bwg-dropdown-trigger:hover {
  background: #f1f5f9;
}

.bwg-country-dropdown .bwg-dropdown-trigger.active {
  background: #f0f9ff;
  border-color: var(--bwg-primary);
  box-shadow: none;
  transform: none;
}

.bwg-country-dropdown .bwg-dropdown-icon {
  position: static;
  transform: none;
  margin-right: 8px;
  font-size: 20px;
}

.bwg-country-dropdown .bwg-dropdown-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--bwg-text);
}

.bwg-country-dropdown .bwg-dropdown-arrow {
  font-size: 10px;
  margin-left: 8px;
}

.bwg-country-dropdown .bwg-dropdown-menu {
  border-radius: 12px;
  margin-top: 4px;
  border: 2px solid var(--bwg-primary);
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  z-index: 9999;
}

input.bwg-phone-input,
input.bwg-phone-input.bwg-form-input,
.bwg-phone-wrapper input[name="phone"] {
  flex: 1 1 auto !important;
  padding: 18px 24px !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  font-family: inherit !important;
  background: transparent !important;
  outline: none !important;
  min-height: 52px !important;
  display: block !important;
  width: auto !important;
  min-width: 200px !important;
  max-width: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  transform: none !important;
}

input.bwg-phone-input::placeholder,
.bwg-phone-wrapper input[name="phone"]::placeholder {
  color: #9ca3af !important;
}

/* File Upload Styling */
.bwg-file-upload {
  position: relative;
}

.bwg-file-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bwg-file-label {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 2px dashed #d1d5db;
  border-radius: 16px;
  background: #f9fafb;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}

.bwg-file-label:hover {
  border-color: var(--bwg-primary);
  background: #f0f9ff;
  transform: translateY(-2px);
}

.bwg-file-label.bwg-file-dragover {
  border-color: var(--bwg-primary);
  background: #dbeafe;
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 123, 255, 0.2);
}

.bwg-file-icon {
  font-size: 32px;
  opacity: 0.7;
}

.bwg-file-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bwg-file-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--bwg-text);
}

.bwg-file-subtitle {
  font-size: 14px;
  color: var(--bwg-muted);
}

.bwg-file-preview {
  margin-top: 12px;
}

.bwg-file-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #f0f9ff;
  border: 2px solid var(--bwg-primary);
  border-radius: 12px;
}

.bwg-file-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bwg-file-name {
  font-weight: 600;
  color: var(--bwg-text);
}

.bwg-file-size {
  font-size: 14px;
  color: var(--bwg-muted);
}

.bwg-file-remove {
  background: #ef4444;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

/* Submit Button */
.bwg-submit-wrapper {
  text-align: center;
  margin-top: 32px;
}

.bwg-submit-btn {
  background: linear-gradient(135deg, var(--bwg-primary), #10b981);
  color: white;
  border: none;
  border-radius: 16px;
  padding: 18px 48px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
  min-width: 200px;
  justify-content: center;
}

.bwg-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 123, 255, 0.3);
}

.bwg-submit-btn:active {
  transform: translateY(-1px);
}

.bwg-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.bwg-btn-text {
  display: inline;
}

.bwg-btn-icon {
  font-size: 20px;
}

.bwg-btn-loader {
  display: none;
  align-items: center;
  justify-content: center;
}

.bwg-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Form Messages */
.bwg-form-message {
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: 12px;
  text-align: center;
  font-weight: 500;
}

.bwg-form-message.error {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.bwg-form-message.success {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}

.bwg-message-error {
  font-size: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
  /* Make form use maximum width on mobile - full display with only outline */
  .section {
    padding: 12px 0 !important;
  }
  
  .container {
    padding: 0 4px !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  
  .bwg-apply-container {
    padding: 6px 4px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .bwg-apply-card {
    padding: 24px 16px !important;
    border-radius: 12px !important;
    margin: 0 auto !important;
    width: calc(100% - 8px) !important;
    max-width: calc(100% - 8px) !important;
    box-sizing: border-box !important;
    border: 2px solid rgba(0, 0, 0, 0.05) !important;
  }
  
  .bwg-apply-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }
  
  .bwg-apply-subtitle {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
  
  .bwg-form-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  
  .bwg-form-group {
    margin-bottom: 0;
  }
  
  .bwg-phone-wrapper {
    flex-direction: column !important;
    border-radius: 16px !important;
    gap: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  
  .bwg-country-dropdown {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    flex: 1 1 100% !important;
    border: none !important;
    border-bottom: 1px solid #e5e8ef !important;
    border-radius: 16px 16px 0 0 !important;
    position: relative;
    z-index: 1000;
    margin: 0 !important;
  }
  
  .bwg-country-dropdown.active {
    z-index: 10001 !important;
  }
  
  .bwg-country-dropdown .bwg-dropdown-menu {
    z-index: 10002 !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 300px !important;
    overflow-y: auto !important;
    border-radius: 0 0 12px 12px !important;
  }
  
  .bwg-country-dropdown .bwg-dropdown-trigger {
    border: none !important;
    border-radius: 16px 16px 0 0 !important;
    justify-content: space-between !important;
    padding: 16px 20px !important;
    min-height: 52px !important;
    background: #ffffff !important;
  }
  
  input.bwg-phone-input,
  .bwg-phone-wrapper input[name="phone"] {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border: none !important;
    border-radius: 0 0 16px 16px !important;
    padding: 16px 20px !important;
    font-size: 16px !important;
    margin: 0 !important;
    flex: 1 1 100% !important;
  }
  
  .bwg-dropdown-trigger {
    padding: 16px 20px 16px 48px !important;
    font-size: 15px !important;
    min-height: 52px !important;
  }
  
  .bwg-dropdown-icon {
    left: 16px !important;
    font-size: 18px !important;
  }
  
  .bwg-form-group {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }
  
  .bwg-input-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .bwg-custom-dropdown.active {
    z-index: 10001 !important;
  }
  
  .bwg-dropdown-menu.active {
    z-index: 10002 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  .bwg-dropdown-menu {
    max-height: 250px;
  }
  
  .bwg-country-menu {
    max-height: 300px;
  }
  
  .bwg-submit-btn {
    width: 100%;
    padding: 16px 32px;
    font-size: 16px;
  }
  
  .bwg-form-input,
  .bwg-form-select {
    padding: 16px 20px 16px 48px !important;
    font-size: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .bwg-phone-input {
    padding: 16px 20px !important;
    font-size: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .bwg-custom-dropdown {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .bwg-file-label {
    padding: 20px 16px !important;
    flex-direction: column !important;
    text-align: center !important;
    gap: 12px !important;
  }
  
  .bwg-file-icon {
    font-size: 28px !important;
  }
  
  .bwg-file-title {
    font-size: 15px !important;
  }
  
  .bwg-file-subtitle {
    font-size: 13px !important;
  }
  
  .bwg-input-icon {
    left: 16px !important;
    font-size: 18px !important;
  }
  
  /* Ensure form container doesn't overflow - already handled above */
  .bwg-apply-form {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  /* Fix dropdown menu positioning on mobile */
  .bwg-dropdown-menu {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    left: 0 !important;
    right: 0 !important;
  }
}

/* FAQ */
.bwg-faq{max-width:920px;margin:0 auto;padding:10px 18px}
.bwg-faq__search{display:flex;justify-content:center;margin:0 0 18px}
.bwg-faq__input{
  width:100%;max-width:520px;border:1px solid #e5e7eb;border-radius:999px;
  padding:12px 16px;font:inherit;outline:none;background:#fff;
  box-shadow:0 8px 24px rgba(15,23,42,.06)
}
.bwg-faq__input:focus{border-color:var(--bwg-primary);box-shadow:0 8px 24px rgba(0,0,0,.08), 0 0 0 3px color-mix(in srgb, var(--bwg-primary) 25%, transparent)}

.bwg-faq__item{
  border:1px solid #eef2f7;border-radius:14px;background:#fff;
  margin:12px 0;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.06)
}
.bwg-faq__q{
  list-style:none;display:flex;align-items:center;justify-content:space-between;
  gap:16px;padding:16px 18px;cursor:pointer;font-weight:700;color:#0f172a
}
.bwg-faq__q::-webkit-details-marker{display:none}
.bwg-faq__icon{flex:0 0 auto;opacity:.6;transition:transform .25s ease}
.bwg-faq__item[open] .bwg-faq__icon{transform:rotate(180deg);opacity:1}

.bwg-faq__a{
  padding:0 18px 18px;color:#334155;line-height:1.7;
  border-top:1px dashed #e5e7eb;animation:faqFade .25s ease
}
.bwg-faq__a p{margin:12px 0}
.bwg-faq__a a{color:var(--bwg-primary);text-decoration:underline}
@keyframes faqFade{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}

/* ===== Page Hero band (Default Blue style - uses #0EA5E9 and #007BFF) ===== */
.bwg-hero-band{
  background: linear-gradient(135deg, #007BFF 0%, #0EA5E9 100%);
  color:#fff;
  padding: clamp(64px, 8vw, 120px) 16px;
  position: relative;
  overflow: hidden;
}
.bwg-hero-band__inner{
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.bwg-hero-band[data-align="left"] .bwg-hero-band__inner{ text-align:left; }

.bwg-hero-band__title{
  margin: 0 0 10px;
  font-weight: 800;
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: .2px;
}
.bwg-hero-band__sub{
  margin: 0;
  opacity: .95;
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.7;
  max-width: 980px;
  margin-inline: auto;
  color: #eef9ff;
}

/* subtle fade at the bottom so it separates from page body */
.bwg-hero-band::after{
  content:"";
  position:absolute; inset:auto 0 0 0; height:18px;
  background: linear-gradient(to bottom, rgba(0,0,0,.08), transparent);
  opacity:.15; pointer-events:none;
}

/* ===== Page Hero ===== */
.bwg-hero{
  min-height: var(--hero-h, 380px);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 48px 16px;
  color:#fff;
  position:relative;
  overflow:hidden;
}

/* Gradient (Default Blue style - uses #0EA5E9 and #007BFF) */
.bwg-hero.has-gradient{
  background: linear-gradient(135deg, #007BFF 0%, #0EA5E9 100%);
}

/* Image mode */
.bwg-hero.has-image{
  background-size: cover;
  background-position: center;
}
.bwg-hero.has-image::after{
  content:"";
  position:absolute; inset:0;
  background: rgba(0,0,0,var(--hero-overlay, .25)); /* set by inline style */
}

/* Inner */
.bwg-hero__inner{ position:relative; z-index:1; max-width: 1100px; }
.bwg-hero__title{
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: .3px;
  margin: 0 0 10px;
}
.bwg-hero__sub{
  margin:0 auto;
  opacity:.95;
  max-width: 980px;
  font-size: clamp(14px, 1.7vw, 18px);
}

/* ============================================
   EXPLORE JOB TYPES SECTION
   ============================================ */
.bwg-job-types {
  position: relative;
}

.bwg-job-types-grid {
  position: relative;
}

.bwg-job-type-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUpCard 0.8s ease forwards;
}

.bwg-job-type-card[data-type="fulltime"] { animation-delay: 0.1s; }
.bwg-job-type-card[data-type="parttime"] { animation-delay: 0.2s; }
.bwg-job-type-card[data-type="freelance"] { animation-delay: 0.3s; }

@keyframes fadeInUpCard {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bwg-job-type-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.bwg-job-type-image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
}

.bwg-job-type-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.bwg-job-type-card:hover .bwg-job-type-image img {
  transform: scale(1.1);
}

.bwg-job-type-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0.3;
  transition: opacity 0.4s ease;
}

.bwg-job-type-card:hover .bwg-job-type-overlay {
  opacity: 0.6;
}

.bwg-job-type-content {
  padding: 32px 28px;
  position: relative;
  background: #fff;
}

.bwg-job-type-title {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 14px;
  transition: color 0.3s ease;
  position: relative;
  display: inline-block;
}

.bwg-job-type-title::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #0EA5E9, #38BDF8);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bwg-job-type-card:hover .bwg-job-type-title::after {
  width: 100%;
}

.bwg-job-type-card:hover .bwg-job-type-title {
  color: #0EA5E9;
}

.bwg-job-type-text {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  margin: 0 0 20px;
}

.bwg-job-type-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #0EA5E9;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.bwg-job-type-link::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0EA5E9;
  transition: width 0.3s ease;
}

.bwg-job-type-card:hover .bwg-job-type-link::before {
  width: 100%;
}

.bwg-job-type-card:hover .bwg-job-type-link {
  gap: 12px;
  color: #0284c7;
}

/* Shine effect on image */
.bwg-job-type-image::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 70%
  );
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transition: transform 0.8s ease;
}

.bwg-job-type-card:hover .bwg-job-type-image::after {
  transform: translateX(100%) translateY(100%) rotate(45deg);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .bwg-job-types {
    padding: 60px 20px !important;
  }
  
  .bwg-job-types-grid {
    gap: 20px !important;
  }
  
  .bwg-job-type-image {
    height: 220px;
  }
  
  .bwg-job-type-content {
    padding: 24px 20px;
  }
  
  .bwg-job-type-title {
    font-size: 20px;
  }
  
  .bwg-job-type-text {
    font-size: 14px;
  }
}

/* ============================================
   HOW IT WORKS SECTION
   ============================================ */
.bwg-how-it-works {
  position: relative;
  overflow: hidden;
}

.bwg-steps-grid {
  position: relative;
}

.bwg-step-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  overflow: hidden;
}

.bwg-step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0EA5E9, #38BDF8, #0EA5E9);
  background-size: 200% 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.bwg-step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(14, 165, 233, 0.2);
  border-color: rgba(14, 165, 233, 0.2);
}

.bwg-step-card:hover::before {
  opacity: 1;
  animation: shimmer 2s linear infinite;
}

@keyframes shimmer {
  0% { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}

.bwg-step-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 48px;
  font-weight: 900;
  color: #f1f5f9;
  line-height: 1;
  transition: all 0.4s ease;
}

.bwg-step-card:hover .bwg-step-number {
  color: rgba(14, 165, 233, 0.15);
  transform: scale(1.1);
}

.bwg-step-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0EA5E9;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.bwg-step-icon::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0EA5E9 0%, #38BDF8 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.bwg-step-icon svg {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.bwg-step-card:hover .bwg-step-icon {
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.3);
}

.bwg-step-card:hover .bwg-step-icon::before {
  opacity: 1;
}

.bwg-step-card:hover .bwg-step-icon svg {
  stroke: #fff;
}

.bwg-step-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px;
  transition: color 0.3s ease;
}

.bwg-step-card:hover .bwg-step-title {
  color: #0EA5E9;
}

.bwg-step-text {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

/* Stagger animation for steps */
.bwg-step-card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease forwards;
}

.bwg-step-1 { animation-delay: 0.1s; }
.bwg-step-2 { animation-delay: 0.2s; }
.bwg-step-3 { animation-delay: 0.3s; }
.bwg-step-4 { animation-delay: 0.4s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* CTA pulse animation */
.bwg-cta-pulse {
  animation: pulse 2.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 14px rgba(0, 123, 255, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 8px 28px rgba(0, 123, 255, 0.5);
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .bwg-how-it-works {
    padding: 60px 20px !important;
  }
  
  .bwg-section-title {
    font-size: 32px !important;
  }
  
  .bwg-section-subtitle {
    font-size: 16px !important;
    margin-bottom: 40px !important;
  }
  
  .bwg-steps-grid {
    gap: 20px !important;
  }
  
  .bwg-step-card {
    padding: 30px 20px;
  }
  
  .bwg-step-number {
    font-size: 36px;
    top: 15px;
    right: 15px;
  }
  
  .bwg-step-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
  }
  
  .bwg-step-icon svg {
    width: 36px;
    height: 36px;
  }
  
  .bwg-step-title {
    font-size: 18px;
  }
  
  .bwg-step-text {
    font-size: 14px;
  }
}
