:root{--primary:#0e2b63;--primary-dark:#091c42;--accent:#d4a83f;--light:#f6f8fc;--text:#1f2937}
body{font-family:Arial,Helvetica,sans-serif;color:var(--text)}
.top-strip{background:#f4f7fb;border-bottom:1px solid #e7ecf3}
.main-nav{background:linear-gradient(90deg,var(--primary-dark),var(--primary))}
.brand-name{max-width:240px;white-space:normal;line-height:1.1}
.btn-gold{background:var(--accent);color:#111;border:none;font-weight:600}
.btn-gold:hover{background:#c59522;color:#111}
.hero-section{background:linear-gradient(135deg,rgba(14,43,99,.95),rgba(9,28,66,.92));color:#fff;padding:95px 0 80px}
.hero-card,.service-card,.job-card,.form-card,.info-card,.stat-card{background:#fff;border:none;border-radius:20px;box-shadow:0 12px 30px rgba(6,24,44,.08)}
.section-pad{padding:78px 0}
.section-title{font-size:2rem;font-weight:700;margin-bottom:12px}
.section-sub{color:#6b7280;max-width:800px}
.badge-soft{display:inline-block;background:rgba(212,168,63,.16);color:#7e5d0f;padding:8px 14px;border-radius:999px;font-size:14px;margin-bottom:14px}
.service-card{height:100%;padding:26px}
.service-icon{width:58px;height:58px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#eef3fb;color:var(--primary);font-size:24px;margin-bottom:14px}
.job-meta{color:#6b7280;font-size:14px}
.page-banner{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;padding:70px 0}
.list-check{padding-left:18px}
.list-check li,.hero-checks li{margin-bottom:10px}
.footer-section{background:#0b1732;color:#fff}
.footer-links a{color:#dbe6ff;text-decoration:none}
.footer-line{border-color:rgba(255,255,255,.15)}
.card-mini{background:#f8fafc;border-radius:16px;padding:18px;height:100%}
.contact-highlight{background:#f6f9ff;border-left:4px solid var(--accent);padding:16px 18px;border-radius:10px}


.floating-whatsapp{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:9999;
}
.floating-whatsapp a{
  display:flex;
  align-items:center;
  gap:10px;
  background:#25D366;
  color:#fff;
  padding:14px 18px;
  border-radius:999px;
  text-decoration:none;
  box-shadow:0 12px 24px rgba(0,0,0,.18);
  font-weight:700;
}
.floating-whatsapp a:hover{color:#fff;opacity:.95}
.logo-box{
  width:46px;height:46px;border-radius:12px;background:#fff;color:#0e2b63;
  display:flex;align-items:center;justify-content:center;font-weight:700;border:2px solid rgba(255,255,255,.3)
}
.hero-strip{
  display:flex;gap:14px;flex-wrap:wrap;margin-top:22px
}
.hero-pill{
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);
  color:#fff;padding:10px 14px;border-radius:999px;font-size:14px
}
.mini-banner{
  background:linear-gradient(90deg,#f8fafc,#eef3fb);
  border:1px solid #e5ebf5;
  border-radius:20px;
  padding:22px;
}
.seo-box{
  background:#f8fbff;
  border-left:4px solid #d4a83f;
  padding:18px;
  border-radius:12px;
}


.site-logo-img{height:44px;width:auto;display:block}
.slider-wrap .carousel-item img{height:620px;object-fit:cover;width:100%}
.slider-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(9,28,66,.80),rgba(9,28,66,.25));
}
.slider-caption-custom{
  position:absolute;left:8%;top:50%;transform:translateY(-50%);
  color:#fff;z-index:2;max-width:640px
}
.slider-caption-custom h2{font-size:3rem;font-weight:700;margin-bottom:16px}
.slider-caption-custom p{font-size:1.1rem;max-width:560px}
.logo-note-box{background:#f8fbff;border-left:4px solid #d4a83f;padding:16px;border-radius:10px}


.inner-hero{
  position:relative;
  overflow:hidden;
}
.inner-hero img{
  width:100%;
  height:360px;
  object-fit:cover;
  display:block;
}
.inner-hero .overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(9,28,66,.78),rgba(9,28,66,.30));
}
.inner-hero .content{
  position:absolute;
  left:7%;
  top:50%;
  transform:translateY(-50%);
  color:#fff;
  z-index:2;
  max-width:700px;
}
.inner-hero .content h1{
  font-size:2.7rem;
  font-weight:700;
  margin-bottom:10px;
}


/* ===== COLOR MATCH WITH LOGO (RED THEME) ===== */

:root{
  --primary-color:#e31e24;
  --secondary-color:#0e2b63;
  --accent-color:#d4a83f;
}

.navbar{
  background: var(--secondary-color) !important;
}

.btn-primary{
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover{
  background:#c91b20;
  border-color:#c91b20;
}

.btn-gold{
  background: var(--primary-color);
  color:#fff;
  border:none;
}

.hero-section{
  background: linear-gradient(135deg, #0e2b63, #1a3f8b);
}

.section-title{
  color: var(--secondary-color);
}

.service-card:hover{
  border-color: var(--primary-color);
}

.service-icon{
  color: var(--primary-color);
}

.footer-section{
  background:#0e2b63;
  color:#fff;
}

.badge-soft{
  background: rgba(227,30,36,0.1);
  color: var(--primary-color);
}



/* ===== NEXT UPGRADE ===== */
.lead-card{background:#fff;border-radius:18px;box-shadow:0 10px 28px rgba(0,0,0,.08);padding:24px;height:100%}
.blog-card{background:#fff;border-radius:18px;box-shadow:0 10px 28px rgba(0,0,0,.08);padding:24px;height:100%}
.dashboard-stat{background:#fff;border-radius:16px;padding:22px;box-shadow:0 10px 24px rgba(0,0,0,.06)}
.crm-badge{padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}
.crm-new{background:#fff3cd;color:#7a5c00}
.crm-contacted{background:#d1ecf1;color:#0c5460}
.crm-closed{background:#d4edda;color:#155724}


.app-badge{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700;display:inline-block}
.app-new{background:#fff3cd;color:#7a5c00}
.app-review{background:#d1ecf1;color:#0c5460}
.app-selected{background:#d4edda;color:#155724}
.app-rejected{background:#f8d7da;color:#721c24}
.wa-box{background:#f8fbff;border:1px solid #e5ecfb;border-radius:18px;padding:22px}


/* =========================================================
   YASHI LOGO COLOR MATCHED PREMIUM UI/UX THEME
   Palette from uploaded logo:
   Primary Red: #DB261B
   Deep Red: #C81F16
   Charcoal Black: #111111
   Soft Graphite: #5A5A5A
   Silver Gray: #C9CCD3
   White: #FFFFFF
========================================================= */

:root{
  --yashi-red:#db261b;
  --yashi-red-dark:#c81f16;
  --yashi-red-soft:#fdf1f0;
  --yashi-black:#111111;
  --yashi-graphite:#5a5a5a;
  --yashi-silver:#c9ccd3;
  --yashi-white:#ffffff;
  --primary:#db261b;
  --primary-dark:#c81f16;
  --accent:#111111;
  --light:#f8f9fb;
  --text:#1a1a1a;
}

/* Global reset improvements */
body{
  background:#ffffff;
  color:var(--yashi-black);
  letter-spacing:.1px;
}

.top-strip{
  background:linear-gradient(90deg,#111111,#2a2a2a);
  color:#ffffff;
  border-bottom:none;
}

.top-strip i{
  color:#db261b;
}

.main-nav,
.navbar{
  background:linear-gradient(90deg,#111111 0%, #1a1a1a 45%, #262626 100%) !important;
  box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.navbar-brand{
  color:#ffffff !important;
}

.navbar .nav-link{
  color:rgba(255,255,255,.88) !important;
  font-weight:500;
  position:relative;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus{
  color:#ffffff !important;
}

.navbar .nav-link::after{
  content:'';
  position:absolute;
  left:.5rem;
  right:.5rem;
  bottom:.2rem;
  height:2px;
  background:#db261b;
  transform:scaleX(0);
  transform-origin:left;
  transition:.25s ease;
}

.navbar .nav-link:hover::after{
  transform:scaleX(1);
}

.brand-name{
  color:#ffffff;
  font-weight:700;
}

.site-logo-img{
  height:48px !important;
  width:auto;
  object-fit:contain;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.12));
}

.btn-primary,
.btn-gold{
  background:linear-gradient(180deg,#e13124 0%, #c81f16 100%) !important;
  border:1px solid #c81f16 !important;
  color:#ffffff !important;
  border-radius:12px;
  font-weight:700;
  box-shadow:0 10px 22px rgba(219,38,27,.22);
}

.btn-primary:hover,
.btn-gold:hover{
  background:linear-gradient(180deg,#c81f16 0%, #ab1a13 100%) !important;
  border-color:#ab1a13 !important;
  color:#ffffff !important;
  transform:translateY(-1px);
}

.btn-outline-light{
  border-radius:12px;
  font-weight:600;
}

.btn-success{
  border-radius:12px;
  font-weight:700;
}

.hero-section{
  background:
    radial-gradient(circle at 85% 18%, rgba(219,38,27,.20), transparent 22%),
    radial-gradient(circle at 15% 85%, rgba(255,255,255,.08), transparent 18%),
    linear-gradient(135deg,#111111 0%, #1a1a1a 45%, #2b2b2b 100%) !important;
}

.hero-card,
.service-card,
.job-card,
.form-card,
.info-card,
.stat-card,
.blog-card,
.lead-card,
.dashboard-stat{
  border:1px solid rgba(201,204,211,.45);
  box-shadow:0 14px 34px rgba(17,17,17,.08);
}

.hero-card{
  background:linear-gradient(180deg,#ffffff 0%, #fbfbfb 100%);
}

.card-mini{
  background:linear-gradient(180deg,#fff 0%, #f6f7f9 100%);
  border:1px solid rgba(201,204,211,.4);
}

.contact-highlight,
.logo-note-box,
.seo-box,
.wa-box,
.mini-banner{
  background:linear-gradient(180deg,#fff 0%, #fafafa 100%) !important;
  border:1px solid rgba(201,204,211,.45) !important;
  border-left:4px solid #db261b !important;
  color:#111111;
}

.badge-soft{
  background:rgba(219,38,27,.10) !important;
  color:#c81f16 !important;
  border:1px solid rgba(219,38,27,.12);
  font-weight:700;
}

.hero-pill{
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  color:#ffffff !important;
  backdrop-filter:blur(4px);
}

.section-title{
  color:#111111 !important;
  position:relative;
  padding-bottom:8px;
}

.section-title::after{
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:72px;
  height:4px;
  border-radius:20px;
  background:linear-gradient(90deg,#db261b,#111111);
}

.section-sub,
.job-meta,
.small-muted,
.text-muted{
  color:#5a5a5a !important;
}

.service-card,
.job-card,
.blog-card,
.lead-card{
  transition:all .25s ease;
}

.service-card:hover,
.job-card:hover,
.blog-card:hover,
.lead-card:hover,
.info-card:hover,
.stat-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 40px rgba(17,17,17,.12);
  border-color:rgba(219,38,27,.35);
}

.service-icon{
  background:linear-gradient(180deg,#fff1ef 0%, #ffe9e7 100%) !important;
  color:#db261b !important;
  border:1px solid rgba(219,38,27,.12);
}

.page-banner{
  background:
    radial-gradient(circle at 85% 20%, rgba(219,38,27,.18), transparent 18%),
    linear-gradient(135deg,#111111 0%, #202020 55%, #2f2f2f 100%) !important;
}

.inner-hero .overlay,
.slider-overlay{
  background:linear-gradient(90deg,rgba(17,17,17,.84),rgba(17,17,17,.30)) !important;
}

.footer-section{
  background:linear-gradient(135deg,#111111 0%, #1a1a1a 50%, #262626 100%) !important;
}

.footer-links a{
  color:#d9dde5 !important;
}

.footer-links a:hover{
  color:#ffffff !important;
}

.footer-line{
  border-color:rgba(255,255,255,.12) !important;
}

.crm-new,
.app-new{
  background:#fff3cd;
  color:#7a5c00;
}

.crm-contacted,
.app-review{
  background:#e8f1ff;
  color:#184f99;
}

.crm-closed,
.app-selected{
  background:#e9f8ee;
  color:#17663a;
}

.app-rejected{
  background:#fdebec;
  color:#9f1e27;
}

.floating-whatsapp a{
  box-shadow:0 14px 28px rgba(0,0,0,.18);
}

/* tables */
.table thead th{
  background:#111111;
  color:#ffffff;
  border-color:#2a2a2a;
}

.table-bordered>:not(caption)>*>*{
  border-color:#e7e9ee;
}

/* form focus */
.form-control:focus,
.form-select:focus{
  border-color:#db261b;
  box-shadow:0 0 0 .18rem rgba(219,38,27,.12);
}

/* links */
a{
  color:#c81f16;
}
a:hover{
  color:#ab1a13;
}

/* slider captions */
.slider-caption-custom h2,
.inner-hero .content h1{
  text-shadow:0 6px 18px rgba(0,0,0,.18);
}



/* ===== MODERN ANIMATION UPGRADE ===== */
.fade-up{
  opacity:0;
  transform:translateY(26px);
  transition:all .8s ease;
}
.fade-up.show{
  opacity:1;
  transform:translateY(0);
}
.fade-left{
  opacity:0;
  transform:translateX(-30px);
  transition:all .8s ease;
}
.fade-left.show{
  opacity:1;
  transform:translateX(0);
}
.fade-right{
  opacity:0;
  transform:translateX(30px);
  transition:all .8s ease;
}
.fade-right.show{
  opacity:1;
  transform:translateX(0);
}
.zoom-in{
  opacity:0;
  transform:scale(.92);
  transition:all .8s ease;
}
.zoom-in.show{
  opacity:1;
  transform:scale(1);
}
.hover-lift{
  transition:transform .25s ease, box-shadow .25s ease;
}
.hover-lift:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 40px rgba(17,17,17,.15) !important;
}
.glow-red{
  box-shadow:0 0 0 rgba(219,38,27,0);
  animation:pulseGlow 2.8s infinite;
}
@keyframes pulseGlow{
  0%{ box-shadow:0 0 0 0 rgba(219,38,27,.22); }
  70%{ box-shadow:0 0 0 16px rgba(219,38,27,0); }
  100%{ box-shadow:0 0 0 0 rgba(219,38,27,0); }
}
.slider-caption-custom{
  animation:heroFloat 1s ease;
}
@keyframes heroFloat{
  from{ opacity:0; transform:translateY(-50%) translateX(-20px); }
  to{ opacity:1; transform:translateY(-50%) translateX(0); }
}


/* ===== IMAGE BASED PREMIUM HOMEPAGE SECTIONS ===== */
.visual-section{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  min-height:430px;
  box-shadow:0 18px 42px rgba(17,17,17,.14);
}
.visual-section > img{
  width:100%;
  height:100%;
  min-height:430px;
  object-fit:cover;
  display:block;
}
.visual-section .visual-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(17,17,17,.82),rgba(17,17,17,.26));
}
.visual-section .visual-content{
  position:absolute;
  left:6%;
  top:50%;
  transform:translateY(-50%);
  max-width:600px;
  z-index:2;
  color:#fff;
}
.visual-section .visual-content h3{
  font-size:2.6rem;
  font-weight:700;
  margin-bottom:14px;
}
.visual-section .visual-content p{
  font-size:1.08rem;
  color:#e5e8ef;
  margin-bottom:18px;
}
.visual-mini-card{
  background:#ffffff;
  border-radius:20px;
  padding:22px;
  box-shadow:0 14px 30px rgba(17,17,17,.08);
  border:1px solid rgba(201,204,211,.4);
}
.visual-mini-card h5{
  margin-bottom:10px;
}
.home-split-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:24px;
}
@media (max-width: 991px){
  .home-split-grid{
    grid-template-columns:1fr;
  }
  .visual-section .visual-content h3{
    font-size:2rem;
  }
}


/* ===== ULTRA PREMIUM BUSINESS UPGRADE ===== */
.lp-hero{
  position:relative;
  overflow:hidden;
  min-height:560px;
  display:flex;
  align-items:center;
  background:linear-gradient(135deg,#111111 0%, #1d1d1d 45%, #2f2f2f 100%);
  color:#fff;
}
.lp-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 82% 18%, rgba(219,38,27,.22), transparent 22%),
    radial-gradient(circle at 18% 82%, rgba(255,255,255,.05), transparent 18%);
}
.lp-box{
  position:relative;
  z-index:2;
}
.lp-form{
  background:#fff;
  border-radius:22px;
  padding:26px;
  box-shadow:0 18px 42px rgba(0,0,0,.16);
  color:#111;
}
.trust-strip{
  background:#111111;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.trust-item{
  text-align:center;
  padding:22px 14px;
}
.trust-item h4{
  color:#db261b;
  margin-bottom:6px;
  font-weight:700;
}
.sticky-apply{
  position:fixed;
  left:20px;
  bottom:20px;
  z-index:9998;
}
.sticky-apply a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  background:#db261b;
  color:#fff;
  padding:14px 20px;
  border-radius:999px;
  box-shadow:0 16px 30px rgba(219,38,27,.24);
  font-weight:700;
}
.floating-call{
  position:fixed;
  right:20px;
  bottom:88px;
  z-index:9998;
}
.floating-call a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  background:#111111;
  color:#fff;
  padding:14px 18px;
  border-radius:999px;
  box-shadow:0 16px 30px rgba(0,0,0,.18);
  font-weight:700;
}
.urgency-line{
  display:inline-block;
  background:rgba(219,38,27,.12);
  color:#fff;
  border:1px solid rgba(219,38,27,.18);
  padding:8px 14px;
  border-radius:999px;
  font-size:14px;
  margin-top:16px;
}
.lead-status-hot{background:#ffe8d9;color:#8a3c00}
.lead-status-converted{background:#e4f9e7;color:#166534}
.lead-status-not{background:#fce7ea;color:#9f1239}


/* ===== HEADER / MENU / LANDING PAGE FIX ===== */
.navbar-brand{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  max-width:270px !important;
  flex-shrink:0;
}

.site-logo-img{
  height:40px !important;
  width:auto !important;
  object-fit:contain !important;
  flex-shrink:0;
}

.brand-name{
  font-size:14px !important;
  line-height:1.1 !important;
  font-weight:700 !important;
  max-width:150px !important;
  white-space:normal !important;
  color:#fff !important;
}

.main-nav .container,
.navbar .container{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
}

.navbar-collapse{
  flex-grow:1;
}

.navbar-nav{
  align-items:center !important;
  gap:0 !important;
}

.navbar .nav-link{
  font-size:13px !important;
  padding:8px 6px !important;
  white-space:nowrap !important;
  line-height:1.2 !important;
}

.top-strip{
  padding:6px 0 !important;
  font-size:12px !important;
}

.top-strip .container{
  row-gap:6px !important;
}

.btn-gold,
.btn-primary{
  padding:10px 16px !important;
  font-size:14px !important;
}

.floating-call{
  right:18px !important;
  bottom:86px !important;
}

.floating-whatsapp{
  right:18px !important;
  bottom:18px !important;
}

.sticky-apply{
  left:18px !important;
  bottom:18px !important;
}

.floating-call a,
.floating-whatsapp a,
.sticky-apply a{
  padding:11px 15px !important;
  font-size:13px !important;
}

.lp-hero .display-5,
.lp-hero h1{
  font-size:3rem !important;
}

.lp-form{
  max-width:100% !important;
}

@media (min-width: 1200px){
  .navbar .nav-link{
    font-size:12px !important;
    padding:8px 5px !important;
  }
  .brand-name{
    font-size:13px !important;
    max-width:135px !important;
  }
  .site-logo-img{
    height:36px !important;
  }
}

@media (max-width: 991px){
  .navbar-brand{
    max-width:220px !important;
  }
  .brand-name{
    font-size:13px !important;
    max-width:120px !important;
  }
  .site-logo-img{
    height:34px !important;
  }
  .navbar .nav-link{
    font-size:14px !important;
    padding:8px 0 !important;
    white-space:normal !important;
  }
  .lp-hero .display-5,
  .lp-hero h1{
    font-size:2.2rem !important;
  }
}

@media (max-width: 768px){
  .floating-call{
    right:14px !important;
    bottom:74px !important;
  }
  .floating-whatsapp{
    right:14px !important;
    bottom:14px !important;
  }
  .sticky-apply{
    left:14px !important;
    bottom:14px !important;
  }
  .floating-call a,
  .floating-whatsapp a,
  .sticky-apply a{
    padding:10px 13px !important;
    font-size:12px !important;
  }
}

/* cleaner landing page header spacing */
.lp-hero{
  padding-top:30px;
}


/* ===== NEXT LEVEL HEADER + CTA UPGRADE ===== */
.main-nav{
  backdrop-filter: blur(12px);
  background:linear-gradient(90deg,rgba(17,17,17,.96),rgba(30,30,30,.96)) !important;
}
.navbar{
  border-bottom:1px solid rgba(255,255,255,.06);
}
.top-strip{
  background:linear-gradient(90deg,#080808,#181818) !important;
}
.navbar-brand{
  padding-top:8px !important;
  padding-bottom:8px !important;
}
.site-logo-img{
  height:44px !important;
}
.brand-name{
  font-size:15px !important;
  max-width:155px !important;
}
.navbar .nav-link{
  border-radius:10px;
  transition:all .25s ease;
}
.navbar .nav-link:hover{
  background:rgba(255,255,255,.05);
}
.header-cta{
  display:flex;
  align-items:center;
  gap:10px;
}
.btn-header-call{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#ffffff;
  color:#111111 !important;
  border-radius:12px;
  padding:10px 14px;
  font-weight:700;
  text-decoration:none;
}
.btn-header-call:hover{
  color:#111111 !important;
  background:#f3f3f3;
}
.mega-trust-strip{
  background:#ffffff;
  border-top:1px solid #eceff5;
  border-bottom:1px solid #eceff5;
}
.mega-trust-card{
  text-align:center;
  padding:20px 10px;
}
.mega-trust-card h5{
  margin-bottom:6px;
  color:#db261b;
  font-weight:800;
}
.section-glass{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(10px);
  border:1px solid rgba(201,204,211,.36);
  border-radius:24px;
  padding:28px;
  box-shadow:0 14px 34px rgba(17,17,17,.08);
}
.cta-split{
  background:linear-gradient(135deg,#111111,#232323);
  color:#fff;
  border-radius:28px;
  padding:34px;
  box-shadow:0 18px 42px rgba(17,17,17,.14);
}
.cta-split p{
  color:#e6e7eb;
}
.icon-circle{
  width:56px;
  height:56px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(219,38,27,.1);
  color:#db261b;
  font-size:24px;
  margin-bottom:14px;
}
@media (max-width: 991px){
  .header-cta{
    margin-top:12px;
    flex-wrap:wrap;
  }
  .btn-header-call{
    width:100%;
    justify-content:center;
  }
}

/* ===== ULTRA ADVANCED UI/UX ===== */

body{
  scroll-behavior:smooth;
}

/* glass effect cards */
.glass-card{
  background:rgba(255,255,255,0.75);
  backdrop-filter:blur(12px);
  border-radius:20px;
  border:1px solid rgba(255,255,255,0.2);
  box-shadow:0 20px 40px rgba(0,0,0,.1);
}

/* hover micro interaction */
.micro-hover{
  transition:all .25s ease;
}
.micro-hover:hover{
  transform:translateY(-4px) scale(1.01);
}

/* gradient text */
.gradient-text{
  background:linear-gradient(90deg,#db261b,#ff5a4f);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* section spacing premium */
.section-pad{
  padding:80px 0;
}

/* premium buttons */
.btn{
  border-radius:12px;
  font-weight:600;
  transition:.25s ease;
}
.btn:hover{
  transform:translateY(-2px);
}

/* form UX improvement */
.form-control{
  border-radius:10px;
  padding:12px;
}
.form-control:focus{
  border-color:#db261b;
  box-shadow:0 0 0 .2rem rgba(219,38,27,.1);
}

/* shadow levels */
.shadow-soft{
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}
.shadow-medium{
  box-shadow:0 20px 40px rgba(0,0,0,.12);
}
.shadow-strong{
  box-shadow:0 30px 60px rgba(0,0,0,.18);
}

/* smooth cards */
.service-card, .job-card{
  border-radius:18px;
  overflow:hidden;
}

/* CTA animation */
.cta-split{
  position:relative;
  overflow:hidden;
}
.cta-split::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.08),transparent);
  transform:translateX(-100%);
  transition:.8s;
}
.cta-split:hover::before{
  transform:translateX(100%);
}

/* hero improvement */
.lp-hero h1{
  line-height:1.2;
  letter-spacing:.3px;
}

/* ===== NEXT PRO LEVEL ===== */
.report-card{
  background:#fff;
  border-radius:20px;
  padding:24px;
  box-shadow:0 16px 36px rgba(0,0,0,.08);
  border:1px solid rgba(201,204,211,.35);
}
.metric-card{
  background:linear-gradient(135deg,#111111,#232323);
  color:#fff;
  border-radius:18px;
  padding:24px;
  box-shadow:0 18px 40px rgba(0,0,0,.14);
}
.metric-card .num{
  font-size:2rem;
  font-weight:800;
  color:#db261b;
}
.status-timeline{
  border-left:3px solid #db261b;
  padding-left:18px;
}
.status-step{
  position:relative;
  margin-bottom:18px;
}
.status-step::before{
  content:'';
  position:absolute;
  left:-28px;
  top:4px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#db261b;
  box-shadow:0 0 0 4px rgba(219,38,27,.12);
}
.pro-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
@media (max-width: 991px){
  .pro-grid{ grid-template-columns:1fr; }
}


/* ===== FINAL CORPORATE AGENCY POLISH ===== */
.home-hero-kpi{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.kpi-box{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:18px;
  color:#fff;
  backdrop-filter:blur(6px);
}
.kpi-box h4{
  margin:0;
  color:#fff;
  font-size:1.8rem;
  font-weight:800;
}
.kpi-box p{
  margin:6px 0 0;
  color:#d9dde5;
  font-size:14px;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.process-card{
  background:#fff;
  border-radius:22px;
  padding:26px;
  box-shadow:0 16px 34px rgba(17,17,17,.08);
  border:1px solid rgba(201,204,211,.35);
  height:100%;
}
.process-no{
  width:46px;
  height:46px;
  border-radius:14px;
  background:#db261b;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  margin-bottom:14px;
}
.admin-hero{
  background:linear-gradient(135deg,#111111,#272727);
  color:#fff;
  border-radius:22px;
  padding:26px;
  box-shadow:0 18px 40px rgba(0,0,0,.16);
}
.quick-actions a{
  min-width:140px;
}
@media (max-width: 991px){
  .home-hero-kpi{grid-template-columns:repeat(2,1fr);}
  .feature-grid{grid-template-columns:1fr;}
}
@media (max-width: 576px){
  .home-hero-kpi{grid-template-columns:1fr;}
}


/* ===== FINAL BALANCED BUILD ===== */
.hero-balanced{
  background:
    radial-gradient(circle at 85% 15%, rgba(219,38,27,.18), transparent 22%),
    linear-gradient(135deg,#111111 0%, #1a1a1a 55%, #292929 100%);
  color:#fff;
  padding:92px 0 82px;
}
.hero-balanced .hero-panel{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  padding:26px;
  backdrop-filter:blur(8px);
}
.service-switch{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.service-switch a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff;
  border:1px solid rgba(255,255,255,.08);
  font-weight:600;
}
.service-switch a:hover{
  background:#db261b;
  color:#fff;
}
.service-select-card{
  background:#fff;
  border-radius:22px;
  box-shadow:0 18px 40px rgba(0,0,0,.14);
  padding:26px;
  color:#111;
}
.core-service-card{
  background:#fff;
  border-radius:22px;
  padding:24px;
  border:1px solid rgba(201,204,211,.35);
  box-shadow:0 12px 30px rgba(17,17,17,.08);
  height:100%;
}
.core-service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 36px rgba(17,17,17,.12);
}
.trust-mini{
  background:#fff;
  border-radius:18px;
  padding:18px;
  border:1px solid rgba(201,204,211,.35);
  text-align:center;
  box-shadow:0 10px 24px rgba(17,17,17,.06);
}
.trust-mini h4{
  color:#db261b;
  font-weight:800;
  margin-bottom:6px;
}
.landing-min-header{
  background:#111111;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.landing-min-header .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-top:12px;
  padding-bottom:12px;
}
.landing-min-actions{
  display:flex;
  align-items:center;
  gap:10px;
}
@media (max-width: 991px){
  .landing-min-header .container{
    flex-wrap:wrap;
  }
  .landing-min-actions{
    width:100%;
    justify-content:flex-start;
    flex-wrap:wrap;
  }
}


/* ===== TOP CTA BUTTON STYLE ===== */
.top-cta .btn{
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 6px;
}

.top-cta .btn-light{
  background:#fff;
  color:#111;
  border:1px solid #ddd;
}

.top-cta .btn-success{
  background:#25D366;
  border:none;
}

.top-cta .btn-danger{
  background:#db261b;
  border:none;
}


/* ===== LOGO NAME REMOVED FIX ===== */
.navbar-brand{
  max-width: 220px !important;
  gap: 0 !important;
}

.site-logo-img{
  height: 52px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}

.brand-name{
  display: none !important;
}

@media (max-width: 991px){
  .navbar-brand{
    max-width: 180px !important;
  }

  .site-logo-img{
    height: 44px !important;
  }
}


/* ===== FINAL ULTRA BUILD ===== */
.main-nav{
  background: rgba(17,17,17,0.88) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.sticky-apply{
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
}

.sticky-apply a{
  background: #db261b;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.floating-whatsapp{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.floating-whatsapp a{
  background: #25D366;
  color: #fff;
  padding: 12px 18px;
  border-radius: 30px;
  text-decoration: none;
}

.job-card{
  border-radius: 15px;
  transition: 0.3s;
}

.job-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.hero-ultra-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:20px;
}

.countries-serve-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.country-box{
  background:#fff;
  border-radius:18px;
  padding:18px;
  text-align:center;
  border:1px solid rgba(201,204,211,.35);
  box-shadow:0 10px 24px rgba(17,17,17,.06);
}
@media (max-width: 991px){
  .countries-serve-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width: 576px){
  .countries-serve-grid{
    grid-template-columns:1fr;
  }
}


/* ===== CRM AUTOMATION UPGRADE ===== */
.followup-card{
  background:#fff;
  border-radius:18px;
  padding:22px;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  border:1px solid rgba(201,204,211,.35);
}
.widget-card{
  background:linear-gradient(135deg,#111111,#242424);
  color:#fff;
  border-radius:18px;
  padding:20px;
  box-shadow:0 14px 32px rgba(0,0,0,.12);
}
.widget-card .num{
  color:#db261b;
  font-size:2rem;
  font-weight:800;
}


/* ===== NEXT UPGRADE PRO BUILD ===== */
.role-card{
  background:#fff;
  border-radius:18px;
  padding:22px;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  border:1px solid rgba(201,204,211,.35);
}
.reminder-card{
  background:linear-gradient(135deg,#111111,#252525);
  color:#fff;
  border-radius:18px;
  padding:22px;
  box-shadow:0 16px 32px rgba(0,0,0,.12);
}
.reminder-card .num{
  color:#db261b;
  font-size:2rem;
  font-weight:800;
}
.country-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.country-page-card{
  background:#fff;
  border-radius:20px;
  padding:24px;
  border:1px solid rgba(201,204,211,.35);
  box-shadow:0 12px 28px rgba(0,0,0,.08);
  height:100%;
}
@media (max-width: 991px){
  .country-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width: 576px){
  .country-grid{grid-template-columns:1fr;}
}


/* ===== CONVERSION BOOSTER + SEO DOMINATION ===== */
.urgency-bar{
  background:#db261b;
  color:#fff;
  text-align:center;
  padding:8px 12px;
  font-weight:700;
  font-size:14px;
}
.trust-badge-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.trust-badge{
  background:#fff;
  border-radius:18px;
  padding:18px;
  text-align:center;
  border:1px solid rgba(201,204,211,.35);
  box-shadow:0 10px 24px rgba(17,17,17,.06);
}
.testimonial-proof-card{
  background:#fff;
  border-radius:22px;
  padding:24px;
  border:1px solid rgba(201,204,211,.35);
  box-shadow:0 12px 28px rgba(17,17,17,.08);
  height:100%;
}
.proof-avatar{
  width:64px;
  height:64px;
  border-radius:50%;
  background:linear-gradient(135deg,#db261b,#b81f16);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:22px;
  margin-bottom:14px;
}
.exit-offer-box{
  background:linear-gradient(135deg,#111111,#262626);
  color:#fff;
  border-radius:24px;
  padding:28px;
  box-shadow:0 18px 36px rgba(0,0,0,.14);
}
.seo-page-card{
  background:#fff;
  border-radius:20px;
  padding:22px;
  border:1px solid rgba(201,204,211,.35);
  box-shadow:0 10px 24px rgba(17,17,17,.06);
  height:100%;
}
@media (max-width: 991px){
  .trust-badge-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width: 576px){
  .trust-badge-grid{grid-template-columns:1fr;}
}


/* ===== FINAL IMAGE + LOGO VISIBILITY FIX ===== */
.navbar-brand{
  background:#ffffff !important;
  padding:8px 14px !important;
  border-radius:14px !important;
  box-shadow:0 8px 18px rgba(0,0,0,.10) !important;
}
.site-logo-img{
  height:48px !important;
  width:auto !important;
  display:block !important;
}
@media (max-width: 991px){
  .site-logo-img{
    height:42px !important;
  }
}

.hero-balanced{
  position:relative;
  overflow:hidden;
}
.hero-balanced::after{
  content:'';
  position:absolute;
  inset:0;
  background:url('assets/images/placeholders/hero-visual.svg') center/cover no-repeat;
  opacity:.18;
  pointer-events:none;
}
.hero-balanced > .container{
  position:relative;
  z-index:2;
}

.pro-image{
  width:100%;
  border-radius:18px;
  display:block;
  box-shadow:0 14px 30px rgba(17,17,17,.10);
  object-fit:cover;
}
.core-service-card .pro-image{
  margin-bottom:16px;
  aspect-ratio: 4 / 3;
}
.office-proof-card{
  background:#fff;
  border-radius:22px;
  padding:14px;
  border:1px solid rgba(201,204,211,.35);
  box-shadow:0 12px 28px rgba(17,17,17,.08);
  height:100%;
}
.office-proof-card h6{
  margin-top:14px;
  margin-bottom:6px;
}


/* ===== MASTER FINAL LOGO + PLACEHOLDER IMPROVEMENTS ===== */
:root{
  --brand-red:#db261b;
  --brand-black:#111111;
  --brand-white:#ffffff;
  --logo-surface:#ffffff;
  --logo-outline:rgba(17,17,17,.08);
}

.navbar-brand{
  background:linear-gradient(180deg,#ffffff 0%, #fffaf9 100%) !important;
  padding:10px 16px !important;
  border-radius:16px !important;
  border:1px solid var(--logo-outline) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.14) !important;
}

.site-logo-img{
  height:50px !important;
  width:auto !important;
  display:block !important;
  filter:drop-shadow(0 3px 10px rgba(0,0,0,.16));
}

.main-nav{
  background:linear-gradient(90deg,rgba(17,17,17,.95),rgba(29,29,29,.95)) !important;
}

.top-strip{
  background:linear-gradient(90deg,#090909,#171717) !important;
}

.hero-balanced{
  background:
    radial-gradient(circle at 82% 14%, rgba(219,38,27,.24), transparent 21%),
    linear-gradient(135deg,#111111 0%, #171717 55%, #252525 100%) !important;
}

.section-title{
  letter-spacing:.2px;
}

.pro-image{
  background:#f4f5f8;
}

.office-proof-card,
.core-service-card,
.service-card,
.job-card,
.country-page-card,
.seo-page-card,
.testimonial-proof-card{
  overflow:hidden;
}

.placeholder-note{
  font-size:13px;
  color:#6b7280;
}

@media (max-width: 991px){
  .navbar-brand{
    padding:8px 12px !important;
  }
  .site-logo-img{
    height:44px !important;
  }
}


/* ===== ULTRA FINAL THEME / ANIMATION UPGRADE ===== */
:root{
  --primary:#db261b;
  --primary-dark:#b51d14;
  --dark:#111111;
  --dark-2:#1b1b1d;
  --white:#ffffff;
  --muted:#6b7280;
  --surface:#ffffff;
  --surface-soft:#fffaf9;
  --line:rgba(17,17,17,.08);
  --shadow-soft:0 10px 28px rgba(17,17,17,.08);
  --shadow-medium:0 14px 34px rgba(17,17,17,.12);
  --shadow-strong:0 22px 48px rgba(17,17,17,.16);
}

html{scroll-behavior:smooth}
body{
  background:#f7f8fb !important;
  color:#151515;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

.top-strip{
  background:linear-gradient(90deg,#090909,#171717) !important;
}

.main-nav{
  background:linear-gradient(90deg,rgba(17,17,17,.96),rgba(31,31,31,.96)) !important;
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.navbar-brand{
  background:linear-gradient(180deg,#ffffff 0%, #fff8f7 100%) !important;
  padding:10px 16px !important;
  border-radius:16px !important;
  border:1px solid var(--line) !important;
  box-shadow:var(--shadow-medium) !important;
}

.site-logo-img{
  height:50px !important;
  width:auto !important;
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.14));
  display:block !important;
}

.navbar .nav-link{
  border-radius:10px;
  transition:all .25s ease;
}
.navbar .nav-link:hover{
  background:rgba(255,255,255,.06);
}

.section-pad{
  padding:90px 0 !important;
}

.section-title{
  font-weight:800;
  letter-spacing:.2px;
}

.badge-soft{
  display:inline-block;
  background:rgba(219,38,27,.10);
  color:var(--primary);
  border:1px solid rgba(219,38,27,.14);
  padding:8px 14px;
  border-radius:999px;
  font-weight:700;
  margin-bottom:12px;
}

.hero-balanced{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 14%, rgba(219,38,27,.24), transparent 21%),
    linear-gradient(135deg,#111111 0%, #171717 55%, #252525 100%) !important;
}
.hero-balanced::after{
  content:'';
  position:absolute;
  inset:0;
  background:url('assets/images/auto/hero-main.svg') center/cover no-repeat;
  opacity:.14;
  pointer-events:none;
}
.hero-balanced > .container{
  position:relative;
  z-index:2;
}

.service-select-card,
.core-service-card,
.office-proof-card,
.service-card,
.job-card,
.country-page-card,
.seo-page-card,
.testimonial-proof-card,
.trust-badge,
.trust-mini{
  background:var(--surface);
  border:1px solid rgba(201,204,211,.35);
  box-shadow:var(--shadow-soft);
  transition:transform .28s ease, box-shadow .28s ease;
}

.service-select-card:hover,
.core-service-card:hover,
.office-proof-card:hover,
.service-card:hover,
.job-card:hover,
.country-page-card:hover,
.seo-page-card:hover,
.testimonial-proof-card:hover,
.trust-badge:hover,
.trust-mini:hover{
  transform:translateY(-6px);
  box-shadow:var(--shadow-medium);
}

.service-select-card,
.core-service-card,
.office-proof-card,
.country-page-card,
.seo-page-card,
.testimonial-proof-card{
  border-radius:22px !important;
}

.btn{
  border-radius:12px !important;
  font-weight:700 !important;
  transition:all .25s ease !important;
}
.btn:hover{
  transform:translateY(-2px);
}
.btn-primary,
.btn-danger,
.btn-gold{
  background:var(--primary) !important;
  border-color:var(--primary) !important;
}
.btn-primary:hover,
.btn-danger:hover,
.btn-gold:hover{
  background:var(--primary-dark) !important;
  border-color:var(--primary-dark) !important;
}

.form-control,
.form-select{
  border-radius:12px !important;
  padding:12px 14px !important;
  border:1px solid #d9dce4 !important;
}
.form-control:focus,
.form-select:focus{
  border-color:rgba(219,38,27,.35) !important;
  box-shadow:0 0 0 .20rem rgba(219,38,27,.12) !important;
}

.pro-image{
  width:100%;
  display:block;
  border-radius:18px;
  object-fit:cover;
  box-shadow:0 12px 28px rgba(17,17,17,.10);
  background:#f4f5f8;
}
.core-service-card .pro-image,
.office-proof-card .pro-image,
.country-page-card .pro-image,
.seo-page-card .pro-image{
  aspect-ratio:4/3;
  margin-bottom:16px;
}

.placeholder-note{
  font-size:13px;
  color:#6b7280;
}

.fade-up{animation:fadeUp .9s ease both}
.fade-left{animation:fadeLeft .9s ease both}
.fade-right{animation:fadeRight .9s ease both}
.zoom-in{animation:zoomIn .8s ease both}

@keyframes fadeUp{
  from{opacity:0;transform:translateY(28px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes fadeLeft{
  from{opacity:0;transform:translateX(-28px)}
  to{opacity:1;transform:translateX(0)}
}
@keyframes fadeRight{
  from{opacity:0;transform:translateX(28px)}
  to{opacity:1;transform:translateX(0)}
}
@keyframes zoomIn{
  from{opacity:0;transform:scale(.96)}
  to{opacity:1;transform:scale(1)}
}

.trust-badge-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.office-proof-card h6{
  margin-top:14px;
  margin-bottom:6px;
}

.urgency-bar{
  background:linear-gradient(90deg,#db261b,#c32017) !important;
}

.footer-links a{
  color:#fff;
  text-decoration:none;
}
.footer-links a:hover{
  color:#fff;
  text-decoration:underline;
}

@media (max-width: 991px){
  .site-logo-img{height:44px !important}
  .trust-badge-grid{grid-template-columns:repeat(2,1fr)}
  .section-pad{padding:70px 0 !important}
}
@media (max-width: 576px){
  .trust-badge-grid{grid-template-columns:1fr}
}


/* ===== HR LEVEL FINAL DESIGN UPGRADE ===== */
:root{
  --primary:#db261b !important;
  --primary-dark:#b71f16 !important;
  --accent:#ffffff !important;
  --light:#f7f8fb !important;
  --text:#1b1b1d !important;
}

html{scroll-behavior:smooth}
body{
  background:#f7f8fb !important;
  color:#1b1b1d !important;
  -webkit-font-smoothing:antialiased;
}

.top-strip{
  background:linear-gradient(90deg,#090909,#181818) !important;
  color:#fff !important;
}

.main-nav{
  background:linear-gradient(90deg,rgba(17,17,17,.96),rgba(31,31,31,.96)) !important;
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.navbar-brand{
  background:linear-gradient(180deg,#ffffff 0%, #fff9f8 100%) !important;
  padding:10px 16px !important;
  border-radius:16px !important;
  border:1px solid rgba(17,17,17,.08) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.14) !important;
}

.site-logo-img{
  height:50px !important;
  width:auto !important;
  display:block !important;
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.15));
}

.navbar .nav-link{
  border-radius:10px;
  transition:all .25s ease;
}
.navbar .nav-link:hover{
  background:rgba(255,255,255,.06);
}

.btn-gold,
.btn-primary,
.btn-danger{
  background:#db261b !important;
  border-color:#db261b !important;
  color:#fff !important;
}
.btn-gold:hover,
.btn-primary:hover,
.btn-danger:hover{
  background:#b71f16 !important;
  border-color:#b71f16 !important;
}

.section-pad{padding:88px 0 !important}
.section-title{font-weight:800 !important; letter-spacing:.2px}
.badge-soft{
  background:rgba(219,38,27,.10) !important;
  color:#db261b !important;
  border:1px solid rgba(219,38,27,.18);
  font-weight:700;
}

.hero-balanced{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 14%, rgba(219,38,27,.22), transparent 21%),
    linear-gradient(135deg,#111111 0%, #171717 55%, #252525 100%) !important;
}
.hero-balanced::after{
  content:'';
  position:absolute;
  inset:0;
  background:url('assets/images/hr/hero.svg') center/cover no-repeat;
  opacity:.15;
  pointer-events:none;
}
.hero-balanced > .container{
  position:relative;
  z-index:2;
}

.service-select-card,
.core-service-card,
.service-card,
.job-card,
.form-card,
.info-card,
.stat-card,
.office-proof-card,
.country-page-card,
.seo-page-card,
.testimonial-proof-card,
.widget-card,
.role-card,
.followup-card{
  background:#fff !important;
  border:1px solid rgba(201,204,211,.35) !important;
  box-shadow:0 12px 30px rgba(17,17,17,.08) !important;
  border-radius:22px !important;
  transition:transform .28s ease, box-shadow .28s ease !important;
}
.service-select-card:hover,
.core-service-card:hover,
.service-card:hover,
.job-card:hover,
.office-proof-card:hover,
.country-page-card:hover,
.seo-page-card:hover,
.testimonial-proof-card:hover,
.widget-card:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 36px rgba(17,17,17,.12) !important;
}

.form-control,
.form-select{
  border-radius:12px !important;
  padding:12px 14px !important;
  border:1px solid #d9dce4 !important;
}
.form-control:focus,
.form-select:focus{
  border-color:rgba(219,38,27,.34) !important;
  box-shadow:0 0 0 .20rem rgba(219,38,27,.12) !important;
}

.pro-image{
  width:100%;
  display:block;
  border-radius:18px;
  object-fit:cover;
  background:#f4f5f8;
  box-shadow:0 12px 28px rgba(17,17,17,.10);
}
.office-proof-card .pro-image,
.core-service-card .pro-image,
.country-page-card .pro-image,
.seo-page-card .pro-image{
  aspect-ratio:4/3;
  margin-bottom:16px;
}

.urgency-bar{
  background:linear-gradient(90deg,#db261b,#c32017) !important;
  color:#fff !important;
  font-weight:700;
}

.footer-section{
  background:#101114 !important;
}

.footer-links a{
  color:#fff !important;
  text-decoration:none;
}
.footer-links a:hover{
  text-decoration:underline;
}

.fade-up{animation:fadeUp .9s ease both}
.fade-left{animation:fadeLeft .9s ease both}
.fade-right{animation:fadeRight .9s ease both}
.zoom-in{animation:zoomIn .8s ease both}
@keyframes fadeUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeLeft{from{opacity:0;transform:translateX(-26px)}to{opacity:1;transform:translateX(0)}}
@keyframes fadeRight{from{opacity:0;transform:translateX(26px)}to{opacity:1;transform:translateX(0)}}
@keyframes zoomIn{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}

.admin-nav{
  background:linear-gradient(90deg,#111111,#1e1e20) !important;
}
.admin-nav .nav-link{
  color:#fff !important;
}
.admin-hero{
  background:linear-gradient(135deg,#111111,#db261b) !important;
  color:#fff !important;
  border-radius:22px !important;
  padding:28px !important;
}

@media (max-width:991px){
  .site-logo-img{height:44px !important}
  .section-pad{padding:70px 0 !important}
}


/* ===== FINAL DUPLICATE CLEANUP OVERRIDES ===== */
body{
  background:#f7f8fb !important;
  color:#1b1b1d !important;
}

.top-strip{
  background:linear-gradient(90deg,#090909,#181818) !important;
  color:#fff !important;
}

.main-nav{
  background:linear-gradient(90deg,rgba(17,17,17,.96),rgba(31,31,31,.96)) !important;
}

.navbar-brand{
  background:#ffffff !important;
  border:1px solid rgba(17,17,17,.08) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.14) !important;
}

.service-card,
.core-service-card,
.job-card,
.service-select-card,
.office-proof-card,
.country-page-card,
.seo-page-card,
.testimonial-proof-card,
.widget-card{
  border-radius:22px !important;
  border:1px solid rgba(201,204,211,.35) !important;
  box-shadow:0 12px 30px rgba(17,17,17,.08) !important;
}

.badge-soft{
  background:rgba(219,38,27,.10) !important;
  color:#db261b !important;
  border:1px solid rgba(219,38,27,.18) !important;
}

.footer-section{
  background:#101114 !important;
}

.hero-balanced{
  background:
    radial-gradient(circle at 82% 14%, rgba(219,38,27,.22), transparent 21%),
    linear-gradient(135deg,#111111 0%, #171717 55%, #252525 100%) !important;
}

.pro-image{
  width:100% !important;
  border-radius:18px !important;
  display:block !important;
  box-shadow:0 12px 28px rgba(17,17,17,.10) !important;
}

.section-pad{
  padding:88px 0 !important;
}


/* ===== CHATGPT LAYOUT STABILIZER PATCH ===== */
.optimized-header{z-index:1030}
.hero-slider-section{position:relative}
.hero-main-carousel{overflow:hidden;background:#111}
.hero-main-carousel .carousel-item{min-height:620px;position:relative}
.hero-slide-bg{position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;transform:scale(1.02)}
.hero-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,10,.84),rgba(10,10,10,.40))}
.hero-slide-content{position:relative;z-index:2;min-height:620px;display:flex;align-items:center;padding-top:30px;padding-bottom:30px}
.hero-slide-content h1,.hero-slide-content h2{color:#fff;font-size:3rem;font-weight:800;line-height:1.15;margin-bottom:16px;max-width:760px}
.hero-slide-content p{color:#f1f3f7;font-size:1.08rem;max-width:680px}
.hero-slide-btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.hero-quick-card{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(8px);border-radius:24px;padding:28px;color:#fff;box-shadow:0 18px 38px rgba(0,0,0,.18)}
.hero-mini-points{display:flex;flex-wrap:wrap;gap:10px}
.hero-mini-points span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.10);font-size:14px}
.home-enquiry-strip{margin-top:-70px;position:relative;z-index:5}
.home-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;height:100%}
.home-form-card{height:100%}
.home-form-card h4{font-weight:800}
.process-section-clean{border-top:1px solid #eceff5;border-bottom:1px solid #eceff5}
.core-service-card,.office-proof-card{padding:20px;height:100%}
.core-service-card h5{margin-bottom:10px}
.country-box{font-weight:700}
.carousel-indicators [data-bs-target]{width:10px;height:10px;border-radius:50%}
.carousel-control-prev,.carousel-control-next{width:8%}
.carousel-control-prev-icon,.carousel-control-next-icon{background-size:70%}
@media (max-width:1199px){.home-trust-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:991px){
  .hero-main-carousel .carousel-item,.hero-slide-content{min-height:560px}
  .hero-slide-content h1,.hero-slide-content h2{font-size:2.35rem}
  .home-enquiry-strip{margin-top:0}
}
@media (max-width:767px){
  .hero-main-carousel .carousel-item,.hero-slide-content{min-height:520px}
  .hero-slide-content h1,.hero-slide-content h2{font-size:1.9rem}
  .hero-slide-content p{font-size:1rem}
  .hero-quick-card{padding:22px}
  .home-trust-grid{grid-template-columns:1fr 1fr}
  .carousel-control-prev,.carousel-control-next{display:none}
}
@media (max-width:575px){
  .hero-slide-content{padding-top:34px;padding-bottom:34px}
  .home-trust-grid{grid-template-columns:1fr}
  .hero-slide-btns .btn{width:100%}
}


/* ===== HEADER / NAVBAR REFINEMENT ===== */
.optimized-header{
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}

.optimized-header .container{
  align-items:center;
}

.navbar-brand{
  margin-right:22px;
}

.nav-menu-group{
  gap:4px;
}

.navbar .nav-link{
  font-size:16px !important;
  font-weight:600 !important;
  padding:12px 14px !important;
  letter-spacing:.15px;
  border-radius:12px;
  transition:all .22s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active{
  background:rgba(255,255,255,.08);
  color:#ffffff !important;
}

.navbar .nav-link.active::after,
.navbar .nav-link:hover::after{
  transform:scaleX(1);
}

@media (min-width:992px){
  .nav-menu-group{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:8px 10px;
    box-shadow:0 10px 24px rgba(0,0,0,.10);
  }

  .site-logo-img{
    height:56px !important;
  }
}

@media (max-width:991.98px){
  .optimized-header{
    padding:10px 0;
  }

  .navbar-brand{
    margin-right:0;
  }

  .site-logo-img{
    height:50px !important;
  }

  #siteNav{
    margin-top:14px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:10px 12px;
  }

  .navbar .nav-link{
    font-size:17px !important;
    padding:12px 10px !important;
  }
}


/* ===== About Dropdown Menu ===== */
.about-service-dropdown{position:relative}
.about-mega-menu{
  min-width:290px;
  max-width:320px;
  padding:10px;
  border-radius:20px;
  overflow:hidden;
  background:#ffffff;
  margin-top:14px;
}
.about-menu-list{display:grid;gap:4px}
.about-link{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  border-radius:14px;
  text-decoration:none;
  color:#111111;
  font-size:16px;
  font-weight:700;
  transition:all .22s ease;
}
.about-link:hover{
  background:#fff4f3;
  color:#db261b;
  transform:translateX(3px);
}
.about-link-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff1ef;
  color:#db261b;
  box-shadow:inset 0 0 0 1px #f6d9d5;
}
@media (min-width: 992px){
  .about-service-dropdown:hover .dropdown-menu{display:block}
}
@media (max-width: 991.98px){
  .about-mega-menu{
    min-width:100%;
    max-width:100%;
    margin-top:0;
    border-radius:16px;
  }
}

/* ===== Visa Service Mega Menu ===== */
.nav-menu-group{gap:8px}
.navbar .nav-link{
  font-size:16px;
  font-weight:700;
  padding:.95rem 1rem !important;
  letter-spacing:.2px;
}
.visa-service-dropdown{position:relative}
.visa-mega-menu{
  min-width:420px;
  max-width:460px;
  padding:0;
  border-radius:22px;
  overflow:hidden;
  background:#ffffff;
  margin-top:14px;
}
.mega-menu-head{
  padding:18px 22px 16px;
  background:linear-gradient(135deg,#fff7f6,#fff);
  border-bottom:1px solid #f0e3e2;
}
.mega-menu-badge{
  display:inline-block;
  background:#fdecea;
  color:#db261b;
  border-radius:999px;
  padding:6px 12px;
  font-size:12px;
  font-weight:700;
  margin-bottom:10px;
}
.mega-menu-head h6{
  color:#111111;
  font-size:22px;
  font-weight:800;
}
.mega-menu-head p{
  color:#5a5a5a;
  font-size:14px;
  line-height:1.55;
}
.mega-menu-grid{
  display:grid;
  grid-template-columns:1fr;
  padding:12px;
  gap:8px;
}
.mega-link{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:14px 14px;
  border-radius:16px;
  text-decoration:none;
  transition:all .25s ease;
  color:#111111;
}
.mega-link:hover{
  background:#fff4f3;
  transform:translateX(4px);
  color:#db261b;
}
.mega-link strong{
  display:block;
  font-size:17px;
  line-height:1.2;
  margin-bottom:4px;
}
.mega-link small{
  display:block;
  color:#5a5a5a;
  font-size:13px;
  line-height:1.45;
}

.mega-link-group{
  cursor:default;
}
.mega-link-group:hover{
  transform:none;
  color:#111111;
}
.mega-sub-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:10px;
}
.mega-sub-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:999px;
  background:#fff1ef;
  color:#c92419;
  font-size:12.5px;
  font-weight:700;
  text-decoration:none;
  line-height:1.2;
  transition:all .2s ease;
}
.mega-sub-links a:hover{
  background:#db261b;
  color:#ffffff;
}
.mega-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff1ef;
  color:#db261b;
  font-size:20px;
  box-shadow:inset 0 0 0 1px #f6d9d5;
}
@media (min-width: 992px){
  .visa-service-dropdown:hover .dropdown-menu{
    display:block;
  }
}
@media (max-width: 991.98px){
  .nav-menu-group{gap:0}
  .visa-mega-menu{
    min-width:100%;
    max-width:100%;
    margin-top:0;
    border-radius:16px;
  }
  .navbar .nav-link{
    font-size:17px;
    padding:.85rem 1rem !important;
  }
}


/* Footer upgraded to multi-column corporate layout */
.site-footer{
  background: linear-gradient(90deg,#071426 0%,#09192e 55%,#071426 100%) !important;
  color:#ffffff;
}
.site-footer .footer-top-grid{
  padding-top:8px;
}
.site-footer .footer-title{
  color:#ffffff;
  font-size:1.45rem;
  font-weight:700;
  margin-bottom:18px;
}
.site-footer .footer-links li{
  margin-bottom:12px;
}
.site-footer .footer-links a{
  color:rgba(255,255,255,.92);
  text-decoration:none;
  font-size:1.06rem;
  line-height:1.45;
  transition:all .2s ease;
}
.site-footer .footer-links a:hover{
  color:#ff6b3d;
  padding-left:4px;
}
.site-footer .footer-bottom-wrap{
  border-top:1px solid rgba(255,255,255,.16);
}
.site-footer .footer-brand-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.site-footer .footer-brand-box{
  display:flex;
  align-items:center;
  gap:16px;
  max-width:430px;
}
.site-footer .footer-brand-box img{
  width:95px;
  height:95px;
  object-fit:contain;
  border-radius:14px;
  background:#fff;
  padding:8px;
}
.site-footer .footer-brand-text strong{
  display:block;
  font-size:1.05rem;
  margin-bottom:6px;
}
.site-footer .footer-brand-text span{
  display:block;
  color:rgba(255,255,255,.8);
  font-size:.93rem;
  line-height:1.5;
}
.site-footer .footer-copy{
  color:#ffffff;
  font-size:1rem;
}
.site-footer .footer-socials{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.site-footer .footer-socials a{
  width:46px;
  height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:#ffffff;
  color:#0b1732;
  font-size:1.35rem;
  text-decoration:none;
}
.site-footer .footer-socials a:hover{
  transform:translateY(-2px);
  color:#ff5d33;
}
@media (max-width: 991.98px){
  .site-footer .footer-brand-row{
    flex-direction:column;
    align-items:flex-start;
  }
  .site-footer .footer-copy-social{
    width:100%;
  }
}
@media (max-width: 767.98px){
  .site-footer .footer-title{
    font-size:1.2rem;
  }
  .site-footer .footer-links a{
    font-size:1rem;
  }
  .site-footer .footer-brand-box{
    flex-direction:column;
    align-items:flex-start;
  }
}


/* Footer exact image-style upgrade */
.site-footer{
  background: linear-gradient(90deg,#081425 0%,#07182b 50%,#081425 100%) !important;
  color:#fff;
}
.site-footer .footer-top-grid{
  padding-top:18px;
  padding-bottom:14px;
}
.site-footer .footer-title{
  color:#ffffff;
  font-size:1.15rem;
  font-weight:700;
  margin-bottom:14px;
}
.site-footer .footer-links li{margin-bottom:10px;}
.site-footer .footer-links a{
  color:rgba(255,255,255,.96);
  text-decoration:none;
  font-size:1rem;
  line-height:1.35;
  transition:all .2s ease;
}
.site-footer .footer-links a:hover{
  color:#ff6b3d;
  padding-left:4px;
}
.site-footer .footer-bottom-wrap{
  border-top:1px solid rgba(255,255,255,.18);
}
.site-footer .footer-brand-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.site-footer .footer-badge-box{
  min-width:140px;
}
.site-footer .footer-badge-circle{
  width:96px;
  height:96px;
  border-radius:22px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
}
.site-footer .footer-badge-circle img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:16px;
  background:#fff;
}
.site-footer .footer-copy{
  color:#ffffff;
  font-size:1rem;
  margin-bottom:16px;
}
.site-footer .footer-socials{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.site-footer .footer-socials a{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:6px;
  background:#ffffff;
  color:#0b1732;
  font-size:1.2rem;
  text-decoration:none;
}
.site-footer .footer-socials a:hover{
  transform:translateY(-2px);
  color:#ff5d33;
}
@media (max-width:991.98px){
  .site-footer .footer-brand-row{flex-direction:column;align-items:flex-start;}
  .site-footer .footer-copy-social{width:100%;text-align:left !important;}
  .site-footer .footer-socials{justify-content:flex-start;}
}
@media (max-width:767.98px){
  .site-footer .footer-title{font-size:1.05rem;}
  .site-footer .footer-links a{font-size:.96rem;}
}

.work-visa-group{
  align-items:flex-start;
}
.work-visa-group .mega-link-content{
  display:block;
  width:100%;
}
.mega-sub-links-stack{
  display:flex;
  flex-direction:column;
  gap:10px;
  width:100%;
  margin-top:12px;
}
.mega-sub-links-stack a{
  width:100%;
  justify-content:flex-start;
  gap:10px;
  border-radius:14px;
  padding:11px 14px;
  font-size:13px;
  background:#fff7f6;
  border:1px solid #f3d8d3;
}
.mega-sub-links-stack a i{
  font-size:15px;
}
.mega-sub-links-stack a span{
  display:block;
}
.mega-sub-links-stack a:hover{
  transform:translateX(2px);
}


/* ===== More Dropdown Menu ===== */
.more-service-dropdown{position:relative}
.more-mega-menu{
  min-width:310px;
  max-width:340px;
  padding:10px;
  border-radius:20px;
  overflow:hidden;
  background:#ffffff;
  margin-top:14px;
}
@media (min-width: 992px){
  .more-service-dropdown:hover .dropdown-menu{display:block}
}
@media (max-width: 991.98px){
  .more-mega-menu{
    min-width:100%;
    max-width:100%;
    margin-top:0;
    border-radius:16px;
  }
}


.study-country-card { transition: all .25s ease; }
.study-country-card:hover { transform: translateY(-4px); }
.study-process-list li { margin-bottom: 10px; }
.study-visa-group .mega-link-content strong a:hover { text-decoration: underline !important; }


/* ===== Visa Split Mega Menu Upgrade ===== */
.visa-mega-menu-split{
  min-width:740px;
  max-width:820px;
  padding:0;
  border-radius:0 0 18px 18px;
  margin-top:10px;
  overflow:hidden;
  background:#fff;
}
.visa-mega-split-wrap{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  min-height:420px;
}
.visa-country-column{
  background:#ffffff;
  border-right:1px solid #e8e8e8;
  padding:10px 0;
}
.visa-country-link{
  display:flex;
  align-items:center;
  padding:10px 20px;
  color:#111;
  text-decoration:none;
  font-size:16px;
  font-weight:700;
  line-height:1.35;
}
.visa-country-link:hover{
  background:#f8f8f8;
  color:#db261b;
}
.visa-country-link-all{
  gap:10px;
  margin-top:4px;
  color:#db261b;
}
.visa-service-column{
  background:#fafafa;
  padding:12px 0;
}
.visa-service-link{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:14px 18px;
  text-decoration:none;
  color:#111;
}
.visa-service-link:hover{
  background:#f4f4f4;
  color:#db261b;
}
.visa-service-link-group{cursor:default;}
.visa-service-icon{
  width:36px;
  height:36px;
  flex:0 0 36px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#db261b;
  font-size:22px;
}
.visa-service-content strong{
  display:block;
  font-size:16px;
  font-weight:800;
  line-height:1.2;
  margin-bottom:4px;
}
.visa-service-content small{
  display:block;
  color:#666;
  font-size:12.5px;
  line-height:1.45;
}
.visa-inline-links{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-top:10px;
}
.visa-inline-links a{
  display:flex;
  align-items:center;
  gap:9px;
  text-decoration:none;
  color:#db261b;
  font-size:13px;
  font-weight:700;
  padding:8px 10px;
  border-radius:10px;
  background:#fff3f1;
  border:1px solid #f2d7d3;
}
.visa-inline-links a:hover{
  background:#db261b;
  color:#fff;
}
@media (max-width: 991.98px){
  .visa-mega-menu-split{
    min-width:100%;
    max-width:100%;
    border-radius:16px;
    margin-top:0;
  }
  .visa-mega-split-wrap{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .visa-country-column{
    border-right:0;
    border-bottom:1px solid #ececec;
  }
}


/* ===== Visa Interactive Click Menu v32 ===== */
.visa-mega-menu-interactive{
  min-width:830px;
  max-width:920px;
  padding:0;
  border-radius:0 0 18px 18px;
  margin-top:10px;
  overflow:hidden;
  background:#fff;
}
.visa-interactive-wrap{
  display:grid;
  grid-template-columns: 360px 1fr;
  min-height:420px;
}
.visa-primary-column{
  background:#fafafa;
  border-right:1px solid #ececec;
  padding:10px 0;
}
.visa-secondary-column{
  background:#fff;
  padding:0;
}
.visa-primary-link{
  width:100%;
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:14px 18px;
  text-decoration:none;
  color:#111;
  background:transparent;
  border:0;
  text-align:left;
}
.visa-primary-link:hover,
.visa-primary-link.is-open{
  background:#f4f4f4;
  color:#db261b;
}
.visa-study-trigger{position:relative;}
.visa-arrow{
  margin-left:auto;
  color:#8b8b8b;
  font-size:15px;
  padding-top:6px;
}
.visa-primary-link.is-open .visa-arrow{
  color:#db261b;
}
.visa-work-card{
  flex-direction:column;
  align-items:stretch;
  gap:10px;
  cursor:default;
}
.visa-work-card .visa-service-content{
  padding-left:50px;
  position:relative;
}
.visa-work-card .visa-service-content::before{
  content:"\F1C7";
  font-family:bootstrap-icons;
  position:absolute;
  left:0;
  top:2px;
  color:#db261b;
  font-size:22px;
}
.visa-inline-links-compact{
  padding-left:50px;
}
.visa-country-panel{
  display:none;
  height:100%;
}
.visa-country-panel.is-active{
  display:block;
}
.visa-country-panel-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:20px 22px 12px;
  border-bottom:1px solid #efefef;
}
.visa-country-panel-head h6{
  margin:0 0 4px;
  font-size:20px;
  font-weight:800;
  color:#111;
}
.visa-country-panel-head p{
  margin:0;
  color:#666;
  font-size:13px;
}
.visa-panel-viewall{
  flex:0 0 auto;
  text-decoration:none;
  background:#fff3f1;
  color:#db261b;
  border:1px solid #f0d6d1;
  border-radius:999px;
  padding:8px 14px;
  font-size:12.5px;
  font-weight:700;
}
.visa-panel-viewall:hover{
  background:#db261b;
  color:#fff;
}
.visa-country-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  padding:10px 0;
}
.visa-country-grid .visa-country-link{
  padding:11px 22px;
  font-size:15px;
  font-weight:700;
}
@media (min-width: 992px){
  .visa-service-dropdown:hover .visa-mega-menu-interactive{display:block;}
}
@media (max-width: 991.98px){
  .visa-mega-menu-interactive{
    min-width:100%;
    max-width:100%;
    border-radius:16px;
    margin-top:0;
  }
  .visa-interactive-wrap{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .visa-primary-column{
    border-right:0;
    border-bottom:1px solid #ececec;
  }
  .visa-country-grid{
    grid-template-columns:1fr;
  }
  .visa-primary-link{
    padding:13px 16px;
  }
  .visa-country-panel-head{
    padding:16px;
    flex-direction:column;
    align-items:flex-start;
  }
}


/* ===== Visa Tabs Menu v33 Stable ===== */
.visa-mega-menu-tabs{
  min-width:860px;
  max-width:960px;
  padding:0;
  margin-top:10px;
  border-radius:0 0 18px 18px;
  overflow:hidden;
  background:#fff;
}
.visa-tabs-wrap{
  display:grid;
  grid-template-columns:320px 1fr;
  min-height:420px;
}
.visa-tabs-column{
  background:#f7f7f7;
  border-right:1px solid #ececec;
  padding:10px 0;
}
.visa-tab-link{
  width:100%;
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:14px 18px;
  text-decoration:none;
  color:#111;
  background:transparent;
  border:0;
  text-align:left;
}
.visa-tab-link:hover,
.visa-tab-link.is-active{
  background:#efefef;
  color:#db261b;
}
.visa-tab-link .visa-arrow{margin-left:auto;padding-top:4px;color:#8a8a8a;}
.visa-tab-link.is-active .visa-arrow{color:#db261b;}
.visa-panels-column{background:#fff;}
.visa-panel-card{display:none;height:100%;}
.visa-panel-card.is-active{display:block;}
.visa-simple-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  padding:10px 0;
}
.visa-simple-grid .visa-country-link{
  display:flex;
  align-items:center;
  padding:12px 22px;
}
@media (min-width:992px){
  .visa-service-dropdown:hover .visa-mega-menu-tabs{display:block;}
}
@media (max-width:991.98px){
  .visa-mega-menu-tabs{min-width:100%;max-width:100%;margin-top:0;border-radius:16px;}
  .visa-tabs-wrap{grid-template-columns:1fr;min-height:auto;}
  .visa-tabs-column{border-right:0;border-bottom:1px solid #ececec;}
  .visa-country-grid,.visa-simple-grid{grid-template-columns:1fr;}
}

/* ===== Yashi Visa Menu v39 Fix ===== */
.yv-mega-menu{
  width: 255px;
  min-width: 255px;
  max-width: 255px;
  padding: 0;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  margin-top: 8px;
}
.yv-mega-wrap{display:grid;grid-template-columns:255px minmax(0,1fr);min-height:390px;background:#fff;overflow:hidden;}
.yv-mega-menu.has-open-panel{width:620px;min-width:620px;max-width:620px;}
.yv-primary-column{background:#f7f7f7;border-right:1px solid #ececec;padding:8px 0;max-height:390px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#db261b #f1f1f1;}
.yv-primary-column::-webkit-scrollbar{width:8px;}
.yv-primary-column::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px;}
.yv-primary-column::-webkit-scrollbar-thumb{background:#db261b;border-radius:10px;}
.yv-primary-column::-webkit-scrollbar-thumb:hover{background:#b51d14;}
.yv-primary-item{
  width:100%;display:flex;align-items:flex-start;gap:10px;padding:12px 12px;border:0;background:transparent;
  text-align:left;text-decoration:none;color:#111;cursor:pointer;
}
.yv-primary-item:hover,.yv-primary-item.is-active{background:#efefef;color:#db261b;}
.yv-primary-item .yv-arrow{margin-left:auto;color:#8a8a8a;padding-top:4px;}
.yv-primary-item.is-active .yv-arrow{color:#db261b;}
.yv-icon{width:30px;flex:0 0 30px;color:#db261b;font-size:20px;line-height:1;}
.yv-copy strong{display:block;font-size:14px;font-weight:800;line-height:1.2;}
.yv-copy small{display:block;font-size:10.5px;color:#666;line-height:1.35;margin-top:3px;}
.yv-secondary-column{background:#fff;min-width:0;display:flex;flex-direction:column;border-left:1px solid #ececec;}
.yv-secondary-column.is-collapsed{display:none;}
.yv-panel{display:none;height:100%;}
.yv-panel.is-active{display:flex;flex-direction:column;}
.yv-panel-placeholder{display:none;height:100%;background:#fff;}
.yv-panel-placeholder.is-active{display:flex;flex-direction:column;}
.yv-placeholder-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px 18px;text-align:center;color:#666;gap:10px;}
.yv-placeholder-body span{display:inline-flex;width:54px;height:54px;border-radius:50%;align-items:center;justify-content:center;background:#fff3f1;color:#db261b;font-size:24px;}
.yv-placeholder-body strong{font-size:14px;font-weight:700;color:#444;line-height:1.5;}

.yv-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:14px 16px 10px;border-bottom:1px solid #efefef;}
.yv-panel-head h6{margin:0 0 4px;font-size:16px;font-weight:800;color:#111;}
.yv-panel-head p{margin:0;font-size:12px;color:#666;line-height:1.45;}
.yv-view-all{background:#fff3f1;border:1px solid #f0d6d1;color:#db261b;text-decoration:none;padding:8px 14px;border-radius:999px;font-size:12.5px;font-weight:700;white-space:nowrap;}
.yv-view-all:hover{background:#db261b;color:#fff;}
.yv-country-grid,.yv-work-grid{display:grid;padding:10px 0;}
.yv-country-grid{grid-template-columns:1fr;max-height:280px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#db261b #f1f1f1;}
.yv-country-grid::-webkit-scrollbar{width:8px;}
.yv-country-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px;}
.yv-country-grid::-webkit-scrollbar-thumb{background:#db261b;border-radius:10px;}
.yv-country-grid::-webkit-scrollbar-thumb:hover{background:#b51d14;}
.yv-work-grid{grid-template-columns:1fr;max-height:280px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#db261b #f1f1f1;}
.yv-work-grid::-webkit-scrollbar{width:8px;}
.yv-work-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px;}
.yv-work-grid::-webkit-scrollbar-thumb{background:#db261b;border-radius:10px;}
.yv-work-grid::-webkit-scrollbar-thumb:hover{background:#b51d14;}
.yv-country-grid a,.yv-work-grid a{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;text-decoration:none;color:#111;font-size:13.5px;font-weight:700;line-height:1.35;border-bottom:1px solid #f3f3f3;}
.yv-country-grid a::after{content:'›';font-size:18px;color:#999;}
.yv-country-grid a:hover,.yv-work-grid a:hover{background:#f8f8f8;color:#db261b;}
.yv-country-grid a:hover::after{color:#db261b;}

@media (max-width:991.98px){
  .yv-mega-menu,.yv-mega-menu.has-open-panel{width:100%;min-width:100%;max-width:100%;border-radius:16px;margin-top:0;}
  .yv-mega-wrap{grid-template-columns:1fr;min-height:auto;}
  .yv-primary-column{border-right:0;border-bottom:1px solid #ececec;}
  .yv-country-grid,.yv-work-grid{grid-template-columns:1fr;max-height:280px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#db261b #f1f1f1;}
.yv-work-grid::-webkit-scrollbar{width:8px;}
.yv-work-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px;}
.yv-work-grid::-webkit-scrollbar-thumb{background:#db261b;border-radius:10px;}
.yv-work-grid::-webkit-scrollbar-thumb:hover{background:#b51d14;}
  .yv-panel-head{flex-direction:column;align-items:flex-start;}
}


/* ===== FRONTEND POLISH + SPEED/SECURITY PATCH ===== */
html{scroll-behavior:smooth}
img{max-width:100%;height:auto}
a{text-underline-offset:3px}
.container{position:relative}
.section-pad{padding:84px 0}
.section-title{font-size:clamp(1.8rem,2.6vw,2.5rem);letter-spacing:-.02em}
.section-sub{font-size:1rem;line-height:1.75}
.hero-card,.service-card,.job-card,.form-card,.info-card,.stat-card,.blog-card,.lead-card,.dashboard-stat{
  border:1px solid rgba(17,17,17,.06);
  box-shadow:0 12px 34px rgba(17,17,17,.08);
}
.service-card,.job-card,.blog-card,.lead-card{transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease}
.service-card:hover,.job-card:hover,.blog-card:hover,.lead-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 36px rgba(17,17,17,.12);
  border-color:rgba(219,38,27,.18);
}
.top-strip .btn,.top-cta .btn,.floating-call a,.sticky-apply a,.floating-whatsapp a,.btn{
  border-radius:999px;
}
.btn{font-weight:700}
.btn-primary,.btn-danger,.btn-gold{
  box-shadow:0 10px 20px rgba(219,38,27,.18);
}
.btn-light{
  border:1px solid rgba(255,255,255,.16);
}
.main-nav .navbar-nav{gap:.15rem}
.main-nav .nav-link{
  border-radius:999px;
  padding:.7rem 1rem !important;
}
.main-nav .nav-link.active,
.main-nav .nav-link:hover{
  background:rgba(255,255,255,.08);
}
.top-strip,.urgency-bar{
  font-size:.93rem;
}
.urgency-bar{
  background:linear-gradient(90deg,#db261b,#c81f16);
  color:#fff;
  text-align:center;
  padding:.45rem .75rem;
  font-weight:700;
}
.slider-wrap .carousel-item img{
  min-height:460px;
  max-height:620px;
}
.slider-caption-custom{
  padding-right:1rem;
}
.slider-caption-custom h2{
  text-shadow:0 8px 24px rgba(0,0,0,.25);
}
.inner-hero img{
  min-height:300px;
  max-height:420px;
}
.page-banner{
  background:linear-gradient(135deg,#111111,#2a2a2a);
  position:relative;
}
.page-banner:after{
  content:'';
  position:absolute;inset:0;
  background:radial-gradient(circle at top right, rgba(219,38,27,.18), transparent 38%);
  pointer-events:none;
}
.footer-section{
  background:linear-gradient(180deg,#101010,#1a1a1a 55%, #0e0e0e);
}
.footer-title{
  color:#fff;
  font-size:1.05rem;
  margin-bottom:1rem;
}
.footer-links li{margin-bottom:.45rem}
.footer-links a{
  color:rgba(255,255,255,.82);
}
.footer-links a:hover{
  color:#fff;
}
.footer-copy{color:rgba(255,255,255,.7)}
.footer-socials a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;height:42px;
  border-radius:50%;
  margin:0 .2rem;
  color:#fff;
  background:rgba(255,255,255,.08);
  transition:all .2s ease;
}
.footer-socials a:hover{
  background:#db261b;
  transform:translateY(-2px);
}
.back-to-top{
  position:fixed;
  right:20px;
  bottom:96px;
  width:46px;height:46px;
  border:none;
  border-radius:50%;
  background:#111111;
  color:#fff;
  z-index:9998;
  box-shadow:0 12px 24px rgba(0,0,0,.18);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:all .25s ease;
}
.back-to-top.show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.floating-call,
.sticky-apply,
.floating-whatsapp{z-index:9997}
.form-control,.form-select{
  border-radius:14px;
  min-height:48px;
  border-color:#dfe4ea;
}
.form-control:focus,.form-select:focus{
  border-color:#db261b;
  box-shadow:0 0 0 .2rem rgba(219,38,27,.12);
}
.alert,.seo-box,.mini-banner,.wa-box,.contact-highlight,.card-mini{
  border-radius:18px;
}
.table{
  --bs-table-hover-bg: rgba(219,38,27,.04);
}
.badge-soft,.hero-pill,.app-badge,.crm-badge{
  font-weight:700;
}
.lazy-placeholder{
  background:linear-gradient(90deg,#f7f7f7,#efefef,#f7f7f7);
  background-size:200% 100%;
  animation:yashiShimmer 1.5s infinite linear;
}
@keyframes yashiShimmer{
  0%{background-position:200% 0}
  100%{background-position:-200% 0}
}
@media (max-width: 991.98px){
  .section-pad{padding:68px 0}
  .slider-wrap .carousel-item img{height:460px}
  .slider-caption-custom{left:6%;right:6%;max-width:none}
  .slider-caption-custom h2{font-size:2.1rem}
  .top-strip .container{justify-content:center!important;text-align:center}
  .top-cta{width:100%;justify-content:center}
}
@media (max-width: 767.98px){
  .site-logo-img{height:38px}
  .slider-wrap .carousel-item img{height:400px}
  .slider-caption-custom h2{font-size:1.7rem}
  .slider-caption-custom p{font-size:.98rem}
  .inner-hero .content h1{font-size:2rem}
  .floating-whatsapp a span,
  .floating-call a span,
  .sticky-apply a span{display:none}
  .floating-whatsapp a,
  .floating-call a,
  .sticky-apply a{
    width:52px;height:52px;padding:0;border-radius:50%;justify-content:center
  }
  .back-to-top{right:18px;bottom:84px}
}
