:root {
  --navy: #163072;
  --navy-deep: #10275d;
  --yellow: #f0bf1a;
  --yellow-deep: #d8a300;
  --bg: #f3f1f7;
  --text: #27314a;
  --muted: #677189;
  --card-shadow: 0 8px 24px rgba(17, 34, 76, 0.12);
}
html, body {
  overflow-x: hidden;
}
body {
  margin: 0;
  background: radial-gradient(circle at top, #faf9fd 0%, #ece9f2 100%);
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
}
.site-shell {
  max-width: 1280px;
  margin: 34px auto;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 50px rgba(34, 41, 78, 0.18);
}
.top-header {
  background: #fff;
  border-top: 18px solid var(--navy);
}
.header-inner {
  padding: 16px 34px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand-logo {
  max-width: 360px;
  width: 100%;
  height: auto;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 17px;
  color: #34405f;
  font-weight: 500;
}
.header-contact i { color: var(--yellow); margin-right: 6px; }
.badge-ev {
  color: var(--navy);
  font-weight: 800;
}
.btn-quote {
  background: linear-gradient(180deg, #ffd33d 0%, var(--yellow) 100%);
  color: var(--navy-deep);
  border-radius: 10px;
  padding: 14px 24px;
  font-weight: 700;
  border: 2px solid #e5b000;
  box-shadow: 0 6px 12px rgba(225, 171, 0, 0.25);
}
.btn-quote:hover, .btn-quote:focus {
  color: var(--navy-deep);
  opacity: .95;
}
.main-nav {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #183882 0%, var(--navy) 100%);
  min-height: auto;
}
.nav-inner { padding: 0 28px; }
.main-nav .navbar-nav > li > a {
  color: #fff;
  font-weight: 600;
  padding: 16px 20px;
  font-size: 18px;
}
.main-nav .navbar-nav > li.active > a,
.main-nav .navbar-nav > li > a:hover,
.main-nav .navbar-nav > li > a:focus {
  color: #fff;
  background: transparent;
}
.main-nav .navbar-nav > li.active > a::after {
  content: '';
  display: block;
  height: 4px;
  width: 32px;
  margin: 8px auto 0;
  background: var(--yellow);
  border-radius: 6px;
}
.main-nav .navbar-toggle { border-color: rgba(255,255,255,.4); }
.main-nav .navbar-toggle .icon-bar { background: #fff; }
.hero-section {
  position: relative;
  display: flex;
  min-height: 560px;
  background: #fff;
}
.hero-left {
  width: 52%;
  background: linear-gradient(90deg, rgba(17,40,101,0.98) 0%, rgba(17,40,101,0.92) 68%, rgba(17,40,101,0.25) 100%);
  padding: 60px 52px 120px 58px;
  position: relative;
}
.hero-left::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.08) 1.2px, transparent 1.2px);
  background-size: 18px 18px;
  opacity: .55;
}
.hero-copy { position: relative; z-index: 2; color: #fff; }
.hero-copy h1,
.hero-copy h2 {
  margin: 0;
  font-weight: 800;
  line-height: 1.07;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.hero-copy h1 { font-size: 58px; }
.hero-copy h2 { font-size: 50px; margin-top: 8px; }
.hero-copy span { color: var(--yellow); display: inline-block; }
.hero-list {
  list-style: none;
  margin: 34px 0 32px;
  padding: 0;
}
.hero-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}
.hero-list li::before {
  content: '\f00c';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--yellow);
  font-size: 24px;
}
.hero-btn {
  background: linear-gradient(180deg, #ffd33d 0%, var(--yellow) 100%);
  color: var(--navy-deep);
  font-size: 18px;
  font-weight: 800;
  border-radius: 10px;
  padding: 18px 34px;
  display: inline-block;
  box-shadow: 0 10px 18px rgba(27, 35, 71, 0.18);
  border: 2px solid #e3ad00;
}
.hero-btn:hover, .hero-btn:focus { color: var(--navy-deep); text-decoration: none; }
.hero-btn.alt { padding: 16px 34px; }
.hero-right {
  width: 48%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(20,43,99,0.02), rgba(20,43,99,0.02));
}
.hero-workers {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero-curve {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: #fff;
  clip-path: polygon(0 40%, 60% 65%, 100% 52%, 100% 100%, 0 100%);
  border-top: 7px solid var(--yellow);
}
.hero-badge-wrap {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-2%);
  z-index: 4;
}
.hero-badge {
  width: 300px;
  max-width: 30vw;
  filter: drop-shadow(0 15px 30px rgba(20,43,99,0.18));
}
.brand-divider {
  padding: 42px 0 20px;
  background: #fff;
}
.brand-divider h2 {
  margin: 0;
  color: var(--navy);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .3px;
}
.brand-divider p {
  margin: 6px 0 0;
  color: #687188;
  font-size: 18px;
  letter-spacing: 4px;
}
.services-section {
  background: #f7f6fb;
  padding: 36px 0 54px;
  position: relative;
}
.services-section::before,
.choose-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(24,56,130,0.045) 1.2px, transparent 1.2px);
  background-size: 18px 18px;
  pointer-events: none;
}
.section-heading { position: relative; z-index: 1; }
.section-heading.left { text-align: left; }
.section-heading h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  color: var(--navy-deep);
}
.heading-bar {
  display: inline-block;
  width: 140px;
  height: 7px;
  background: linear-gradient(90deg, var(--yellow) 0%, var(--yellow) 75%, transparent 75%);
  margin: 12px 0 14px;
  border-radius: 6px;
}
.section-heading p {
  color: #4b566f;
  font-size: 17px;
  line-height: 1.65;
  max-width: 900px;
}
.services-grid { margin-top: 10px; position: relative; z-index: 1; }
.col-md-15 { position: relative; min-height: 1px; padding-left: 10px; padding-right: 10px; }
@media (min-width: 992px) {
  .col-md-15 { float: left; width: 20%; }
}
.service-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--card-shadow);
  min-height: 330px;
  padding: 16px 18px 20px;
  text-align: center;
  border: 1px solid rgba(22, 48, 114, 0.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(17,34,76,0.16);
}
.service-image {
  width: 100%;
  max-width: 180px;
  height: 160px;
  object-fit: contain;
  margin: 0 auto 12px;
}
.service-card h3 {
  color: var(--navy-deep);
  font-size: 21px;
  line-height: 1.15;
  font-weight: 800;
  margin: 4px 0 12px;
}
.service-card p {
  color: #5e6780;
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
}
.services-cta { margin-top: 28px; position: relative; z-index: 1; }
.choose-section {
  background: #f9f8fc;
  padding: 30px 0 36px;
  position: relative;
}
.compact h2 { margin-bottom: 10px; }
.choose-row { display: flex; align-items: center; }
.choose-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 30px;
}
.choose-list li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 20px;
  color: #414b63;
  font-size: 17px;
  line-height: 1.55;
}
.choose-list i {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--yellow);
  font-size: 24px;
}
.client-portfolio {
  padding: 8px 16px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-portfolio img { max-width: 100%; }
.site-footer {
  background: linear-gradient(180deg, #122d6c 0%, #122761 100%);
  color: #fff;
  position: relative;
}
.footer-top {
  padding: 26px 15px 18px;
}
.footer-top .row { display: flex; align-items: flex-start; }
.footer-logo-img { max-width: 380px; margin-bottom: 12px; }
.footer-contact-inline p,
.footer-contact p {
  margin: 12px 0;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}
.footer-contact-inline i,
.footer-contact i { color: var(--yellow); width: 24px; }
.footer-links h4 {
  font-size: 18px;
  margin: 0 0 12px;
  font-weight: 700;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: rgba(255,255,255,0.92);
  font-size: 16px;
  text-decoration: none;
}
.footer-links a::before {
  content: '\f105';
  font-family: FontAwesome;
  color: var(--yellow);
  margin-right: 10px;
}
.footer-social { margin-top: 16px; }
.footer-social a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #fff;
  margin-right: 10px;
  font-size: 19px;
  transition: background .2s ease;
}
.footer-social a:hover { background: var(--yellow); color: var(--navy-deep); text-decoration: none; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 18px 0;
  text-align: center;
  font-weight: 700;
  letter-spacing: .8px;
  color: rgba(255,255,255,0.94);
}
@media (max-width: 1199px) {
  .hero-copy h1 { font-size: 50px; }
  .hero-copy h2 { font-size: 44px; }
  .hero-left { padding-left: 40px; padding-right: 40px; }
  .header-contact { gap: 18px; font-size: 15px; }
}
@media (max-width: 991px) {
  .site-shell { margin: 0; border-radius: 0; }
  .header-inner { padding: 14px 18px; }
  .brand-logo { max-width: 280px; }
  .main-nav .navbar-nav > li > a { padding: 14px 12px; font-size: 16px; }
  .hero-section { display: block; min-height: initial; }
  .hero-left, .hero-right { width: 100%; }
  .hero-left { padding: 36px 26px 70px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-copy h2 { font-size: 38px; }
  .hero-right { height: 360px; }
  .hero-badge-wrap { left: 50%; bottom: -38px; transform: translateX(-50%); }
  .hero-badge { max-width: 240px; width: 240px; }
  .hero-curve { height: 90px; }
  .brand-divider { padding-top: 78px; }
  .services-section, .choose-section { padding-left: 10px; padding-right: 10px; }
  .service-card { min-height: 300px; margin-bottom: 20px; }
  .choose-row, .footer-top .row { display: block; }
  .client-portfolio { margin-top: 20px; }
}
@media (max-width: 767px) {
  .header-inner { flex-direction: column; align-items: flex-start; }
  .brand-logo { max-width: 250px; }
  .top-header { border-top-width: 10px; }
  .nav-inner { padding: 0 10px; }
  .main-nav .navbar-nav { margin: 0; }
  .main-nav .navbar-nav > li > a { padding: 12px 15px; }
  .hero-left { padding: 30px 18px 64px; }
  .hero-copy h1 { font-size: 30px; }
  .hero-copy h2 { font-size: 28px; }
  .hero-list li { font-size: 17px; padding-left: 28px; }
  .hero-btn, .btn-quote { width: 100%; text-align: center; }
  .hero-right { height: 260px; }
  .brand-divider h2 { font-size: 26px; }
  .brand-divider p { font-size: 15px; letter-spacing: 2px; }
  .section-heading h2 { font-size: 28px; }
  .service-card { min-height: initial; }
  .service-image { height: 145px; }
  .footer-bottom { font-size: 13px; }
}
