/* Landing page refurbished styles */

/* Hero section */
.hero-wrap {
  position: relative;
  background: radial-gradient(1200px 600px at 10% -10%, rgba(255,255,255,0.08), rgba(255,255,255,0) 60%),
              linear-gradient(135deg, #091d43 0%, #0f2f66 45%, #e71c26 100%);
  color: #fff;
  overflow: hidden;
}
.hero-wrap .hero-content {
  padding-top: clamp(48px, 10vw, 120px);
  padding-bottom: clamp(48px, 9vw, 110px);
}
.hero-eyebrow {
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .85;
}
.hero-title {
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(32px, 5vw, 60px);
  text-shadow: 0 8px 30px rgba(0,0,0,.25);
}
.hero-sub {
  font-size: clamp(16px, 2.2vw, 20px);
  opacity: .95;
}
.hero-cta .btn { box-shadow: 0 10px 24px rgba(0,0,0, .22); }
.hero-cta .btn-outline-light:hover { color: #0f2f66; background:#fff; }

/* Wave divider */
.wave-divider {
  position: relative; margin-top: -1px; line-height: 0;
}
.wave-divider svg { display: block; width: 100%; height: 60px; }
@media (min-width: 992px){ .wave-divider svg { height: 90px; } }

/* Stats band */
.stat-band .stat {
  background: #fff; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.06);
  padding: 18px 12px;
}
.stat-band .stat-body{ display:flex; align-items:center; gap:12px; justify-content:center; }
html[dir="rtl"] .stat-band .stat-body{ flex-direction: row-reverse; }
.stat-band .stat-icon{ width:48px; height:48px; border-radius:12px; display:inline-flex; align-items:center; justify-content:center; background: rgba(15,47,102,.08); color:#0f2f66; font-size:24px; }
.stat-band .stat-text{ text-align:left; }
html[dir="rtl"] .stat-band .stat-text{ text-align:right; }
.stat-band .value{ font-weight:800; font-size: clamp(22px, 3vw, 34px);} 
.stat-band .label{ color:#6c757d; }

/* Services */
.service-card{ position:relative; border:1px solid rgba(9,29,67,.08); border-radius:16px; box-shadow: 0 10px 28px rgba(9,29,67,.06); transition: transform .2s ease, box-shadow .2s ease; height:100%; overflow:hidden; }
/* subtle colorful top border using gradient */
.service-card::before{ content:""; position:absolute; inset:0 0 auto 0; height:6px; background: linear-gradient(90deg, #091d43, #0f2f66, #e61d27); opacity:.85; }
.service-card:hover{ transform: translateY(-4px); box-shadow: 0 18px 50px rgba(9,29,67,.12); }
/* color-rotate background halo */
.service-card::after{ content:""; position:absolute; inset:auto -20% -30% -20%; height:60%; background: radial-gradient(50% 60% at 50% 0%, rgba(230,29,39,0.06), rgba(33,150,243,0.04), rgba(126,87,194,0) 70%); pointer-events:none; }
.service-icon{ width:52px; height:52px; border-radius:12px; display:inline-flex; align-items:center; justify-content:center; background: linear-gradient(135deg, rgba(230,29,39,.12), rgba(33,150,243,.12)); color:#223f78; font-size:26px; box-shadow: inset 0 0 0 1px rgba(34,63,120,.12); }
.service-card .card-title{ font-weight:700; letter-spacing:.2px; }
.service-card .badge{ border:1px solid rgba(34,63,120,.18); background: linear-gradient(135deg, #fdf2f3, #f4f6fa); color:#223f78; }
/* hover tint on icon */
.service-card:hover .service-icon{ transform: translateY(-1px); background: linear-gradient(135deg, rgba(33,150,243,.16), rgba(230,29,39,.16)); }

/* Industries quick chips */
.industry-chip{ padding:14px 16px; background:#fff; border-radius:12px; box-shadow:0 8px 24px rgba(0,0,0,.06); }

/* CTA band */
.cta-band{ background: linear-gradient(135deg, #223f78 0%, #e71c26 100%); color:#fff; border-radius:18px; box-shadow: 0 20px 48px rgba(0,0,0,.18); }
.cta-band .cta-title{ font-weight:800; font-size: clamp(22px, 3.6vw, 40px); }
.cta-band .cta-sub{ opacity:.95; }

/* Contact */
#contact .bg-light{ border-radius: 16px; }

/* RTL tweaks */
html[dir="rtl"] .ms-2 { margin-left: 0 !important; margin-right: .5rem !important; }
.getAQuote
{
    background-color: #e61d27;
    border: 1px #e61d27 solid;
    color: white;
    font-weight: bold;
}