
:root {
  --red: #063e88;
  --red-dark: #043370;
  --red-light: #065ac8;
  --dark: #1a1a2e;
  --dark-2: #16213e;
  /* --charcoal: #2c3e50; */
  --charcoal:  #1e2a36;
  --white: #ffffff;
  --off-white: #f8f9fa;
  --gray: #6c757d;
  --light-gray: #e9ecef;
  --gold: #d4a852;
  --font-heading: 'Playfair Display', serif;
  --font-body: 'DM Sans', sans-serif;
  --shadow-sm: 0 2px 12px rgba(0,0,0,0.08);
  --shadow-md: 0 8px 32px rgba(0,0,0,0.12);
  --shadow-lg: 0 20px 60px rgba(0,0,0,0.18);
  --radius: 6px;
  --radius-lg: 12px;
  --transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; overflow-x: hidden;}

body {
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--white);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { text-decoration: none; color: inherit; }

.section-pad { padding: 30px 0; }
.section-pad-sm { padding: 60px 0; }

/* ---- TEXT UTILITIES ---- */
.text-accent { color: var(--red); }
.section-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}
.section-heading {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
}
.section-text { font-size: 0.97rem; color: #1a1a1a; line-height: 1.8; }
.section-sub { font-size: 1rem; color: var(--gray); max-width: 580px; margin: 0 auto; }
.red-divider {
  width: 52px;
  height: 3px;
  background: var(--red);
  margin-top: 14px;
  position: relative;
}
.red-divider::after {
  content: '';
  position: absolute;
  left: 60px; top: 0;
  width: 16px; height: 3px;
  background: var(--red);
  opacity: 0.4;
}


/* ============================================
   TOP BAR
   ============================================ */
.top-bar {
  background: var(--dark);
  padding: 8px 0;
  font-size: 0.9rem;
}
.top-bar a { color: #ccc; transition: var(--transition); }
.top-bar a:hover { color: var(--red-light); }
.top-contact a { display: flex; align-items: center; gap: 4px; }
.top-social a {
  width: 28px; height: 28px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
  font-size: 0.9rem;
}
.top-social a:hover { background: var(--red); color: #fff; }

/* ============================================
   NAVBAR
   ============================================ */
.main-navbar {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  padding: 14px 0;
  transition: var(--transition);
  z-index: 1000;
}
.main-navbar.scrolled {
  padding: 8px 0;
  box-shadow: 0 4px 30px rgba(0,0,0,0.14);
}

/* Brand Logo */
.brand-logo {
  /* background: var(--red); */
  color: #fff;
  width: 5rem; 
  /* height: 52px; */
  border-radius: 6px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
}
.brand-logo:hover { transform: scale(1.14); }
.logo-alp { font-family: var(--font-heading); font-size: 1.05rem; font-weight: 700; line-height: 1; }
.logo-sub { font-size: 0.5rem; letter-spacing: 2px; font-weight: 600; opacity: 0.85; margin-top: 1px; }
.brand-name { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; color: var(--dark); line-height: 1.1; }
.brand-tagline { font-size: 0.88rem; color: var(--red); letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; }

.nav-link {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--charcoal) !important;
  padding: 8px 14px !important;
  position: relative;
  transition: var(--transition);
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 14px; right: 14px;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link:hover, .nav-link.active { color: var(--red) !important; }
.nav-cta {
  background: var(--red);
  color: #fff !important;
  border-radius: 4px;
  padding: 9px 20px !important;
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--red-dark); color: #fff !important; }
.navbar-toggler { border: 1px solid rgba(192,57,43,0.3); }
.navbar-toggler-icon { filter: invert(0.3); }













/* ============================================
   FOOTER
   ============================================ */
.main-footer { background: var(--dark-2); }
.footer-text { font-size: 0.88rem; color: rgba(255,255,255,0.55); line-height: 1.8; }
.footer-heading {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}
.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 30px; height: 2px;
  background: var(--red);
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { padding: 5px 0; }
.footer-links a { color: rgba(255,255,255,0.55); font-size: 0.86rem; transition: var(--transition); display: flex; align-items: center; gap: 6px; }
.footer-links a::before { content: '›'; color: var(--red); font-size: 1.1rem; }
.footer-links a:hover { color: var(--red-light); padding-left: 4px; }
.footer-contact-list { list-style: none; padding: 0; margin: 0; }
.footer-contact-list li { padding: 7px 0; color: rgba(255,255,255,0.55); font-size: 0.86rem; display: flex; gap: 12px; align-items: flex-start; }
.footer-contact-list li i { color: var(--red); flex-shrink: 0; margin-top: 3px; }
.footer-contact-list a { color: rgba(255,255,255,0.55); transition: var(--transition); }
.footer-contact-list a:hover { color: var(--red-light); }
.footer-social a {
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 0.82rem;
  transition: var(--transition);
}
.footer-social a:hover { background: var(--red); color: #fff; transform: translateY(-2px); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 22px 0 0 0;
  margin-top: 10px;
}
.footer-bottom p { margin: 0; font-size: 0.82rem; color: rgba(255,255,255,0.4); }

/* ============================================
   BACK TO TOP
   ============================================ */
.back-to-top {
  position: fixed;
  bottom: 30px; right: 30px;
  width: 46px; height: 46px;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(192,57,43,0.4);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 9999;
}
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--red-dark); transform: translateY(-3px); }




/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991.98px) {
  .hero-slide { min-height: 500px; }
  .hero-content { padding: 60px 1rem; }
  .overview-badge { bottom: -10px; right: 10px; }
  .exp-timeline { padding: 24px; }
  .contact-form-card { padding: 28px; }
}

@media (max-width: 767.98px) {
  .section-pad { padding: 64px 0; }
  .hero-slide { min-height: 420px; }
  .hero-title { font-size: 1.8rem; min-height: 10rem;}
  .top-bar .top-contact { flex-direction: column; gap: 4px; }
  .overview-badge { display: none; }
  .service-featured .col-md-5 { display: none; }
  .stat-num { font-size: 2.2rem; }
  .timeline-item { padding: 10px 0; }
  .contact-form-card { padding: 22px; }
  .cta-banner h3 { font-size: 1.2rem; }
  .back-to-top { bottom: 20px; right: 20px; }
}

@media (max-width: 575.98px) {
  .hero-btns { flex-direction: column; }
  .btn-hero-primary, .btn-hero-outline { text-align: center; }
  .exp-timeline { padding: 18px; }
  .stat-item { padding: 14px 4px; }
}

.btn-theme{
    background:#0c2d6b;
    border:none;
    color:#fff;
    padding:12px 28px;
    font-weight:600;
}

.btn-theme:hover{
    background:#081f4d;
    color:#fff;
}

.staffing-modal{
    border:none;
    border-radius:15px;
    overflow:hidden;
}

.staffing-modal .modal-header{
    background:#0b1f4d;
    color:#fff;
    border:none;
    padding:25px 30px;
}

.modal-tag{
    display:inline-block;
    background:#d4af37;
    color:#000;
    padding:4px 12px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    margin-bottom:10px;
}

.staffing-modal .modal-title{
    font-size:32px;
    font-weight:700;
}

.staffing-modal .modal-body{
    padding:30px;
    background:#fff;
}

.service-section{
    margin-bottom:35px;
}

.service-section h4{
    color:#0c2d6b;
    font-weight:700;
    margin-bottom:18px;
    padding-bottom:10px;
    border-bottom:2px solid #d4af37;
}

.service-section ul{
    padding-left:18px;
}

.service-section li{
    margin-bottom:8px;
    color:#555;
}

.coming-soon-box{
    background:#0b1f4d;
    color:#fff;
    padding:25px;
    border-radius:10px;
    text-align:center;
}

.coming-soon-box h4{
    color:#d4af37;
    margin-bottom:10px;
}

.modal-footer{
    border-top:1px solid #eee;
    padding:20px 30px;
}

@media only screen and (max-width:767px){
  .brand-tagline{
    font-size: 0.6rem;
    text-wrap: wrap;
    width: 13rem;
  }
  .brand-name{
    font-size: 1rem;
}
.brand-logo{
  width: 3rem;
}
.nav-link {
    font-size: 0.8rem;
}
.service-flag {
  font-size: 1rem;
}

}