/* ===================================================================
   OpsDataFusion AI — custom styles (Bootstrap 4.6.2 base)
=================================================================== */

:root{
  --navy-950:#070f1f;
  --navy-900:#0a1628;
  --navy-800:#0d1f38;
  --blue-700:#123a68;
  --blue-600:#164b8a;
  --blue-500:#1a5fae;
  --cyan:#22d3ee;
  --cyan-dark:#0ea5c4;
  --text-gray:#9fb0c9;
  --text-gray-dark:#7e93b3;
  --card-border:rgba(255,255,255,0.08);
}

*{box-sizing:border-box;}

body{
  font-family:'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color:var(--navy-900);
  color:#e5edf7;
  overflow-x:hidden;
}

a{ text-decoration:none; }
a:hover{ text-decoration:none; }

.text-accent{ color:var(--cyan); }
.font-weight-600{ font-weight:600; }

.eyebrow{
  color:var(--cyan);
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.eyebrow-inline{
  color:var(--text-gray-dark);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.15em;
}

.lead-text{
  color:var(--text-gray);
  font-size:1.05rem;
  line-height:1.75;
}

.section-title{
  font-weight:800;
  font-size:2.4rem;
  line-height:1.25;
  letter-spacing:-.01em;
}
.section-title-lg{
  font-weight:800;
  font-size:2.6rem;
  line-height:1.2;
  letter-spacing:-.01em;
}

/* ============ CONTAINER WIDTH ============ */
@media (min-width: 992px){
  .container{ max-width: 1180px; }
}
@media (min-width: 1200px){
  .container{ max-width: 1320px; }
}

/* ============ BUTTONS ============ */
.btn{
  border-radius:8px;
  font-weight:600;
  font-size:.92rem;
  padding:.75rem 1.5rem;
  transition:all .2s ease;
}
.btn-cyan{
  background:linear-gradient(135deg, rgba(14,165,196,.55), rgba(34,211,238,.28));
  border:1.5px solid var(--cyan);
  color:#fff;
}
.btn-cyan:hover{
  background:linear-gradient(135deg, rgba(14,165,196,.7), rgba(34,211,238,.4));
  color:#fff;
  transform:translateY(-1px);
}
.btn-outline-cyan{
  border:1.5px solid var(--cyan);
  color:#fff;
  background:linear-gradient(135deg, rgba(14,165,196,.55), rgba(34,211,238,.28));
}
.btn-outline-cyan:hover{
  background:linear-gradient(135deg, rgba(14,165,196,.7), rgba(34,211,238,.4));
  color:#fff;
}
.btn-outline-light-custom{
  border:1.5px solid rgba(255,255,255,.35);
  color:#fff;
  background:transparent;
}
.btn-outline-light-custom:hover{
  background:rgba(255,255,255,.08);
  color:#fff;
}

/* ============ NAVBAR ============ */
.custom-navbar{
  background:rgba(7,15,31,.85);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.06);
  padding-top:1rem;
  padding-bottom:1rem;
}
.logo{
  font-weight:800;
  font-size:1.2rem;
  color:#fff;
  display:flex;
  align-items:center;
}
.logo-icon{ margin-right:.5rem; display:inline-flex; }
.navbar-nav .nav-link{
  color:#d7e2f0 !important;
  font-weight:500;
  font-size:.92rem;
  padding:.5rem 1rem !important;
}
.navbar-nav .nav-link:hover{ color:var(--cyan) !important; }
@media (min-width: 992px){
  .navbar-nav.mx-lg-auto{
    margin-left:auto;
    margin-right:auto;
  }
}

/* ============ HERO ============ */

.hero-section{
  position:relative;
  background-image:url('hero-bg.png');
  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
  padding-top:170px;
  padding-bottom:0;
  overflow:hidden;
}
.hero-wave{ display:none; }
.hero-title{
  font-weight:800;
  font-size:4rem;
  line-height:1.08;
  letter-spacing:-.02em;
  color:#fff;
  margin-bottom:1.75rem;
}
.hero-sub{
  color:var(--text-gray);
  font-size:1.1rem;
  line-height:1.7;
  max-width:620px;
  margin-bottom:2rem;
}
.hero-btns{ margin-bottom:5rem; }

.industries-strip{
  position:relative;
  background:transparent;
  padding:1.75rem 0;
}
.industries-row{ gap:.6rem; row-gap:.75rem; }
.pill-tag{
  display:inline-block;
  padding:.4rem 1rem;
  border:1px solid rgba(255,255,255,.25);
  border-radius:30px;
  color:#cfe0f5;
  font-size:.85rem;
  margin-right:.5rem;
}
.pill-tag:hover{
  border-color:var(--cyan);
  color:var(--cyan);
}

/* ============ WHO WE ARE ============ */
.who-we-are-section{
  background:var(--navy-950);
  padding:6.5rem 0;
}

/* ============ MODERNIZE SECTION ============ */
.modernize-section{
  position:relative;
  background-image:url('modernize-bg.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding:6.5rem 0;
  overflow:hidden;
}
.modernize-wave{ display:none; }

.check-list{
  list-style:none;
  padding:0;
  margin:0;
}
.check-list li{
  color:#d7e2f0;
  font-size:.95rem;
  margin-bottom:.9rem;
}
.check-list .arrow{
  color:var(--cyan);
  margin-right:.4rem;
  font-weight:700;
}

.callout-box{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;
  padding:1.1rem 1.4rem;
  color:#e5edf7;
  font-size:1rem;
  position:relative;
  padding-left:2rem;
}
.callout-box .bar{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:var(--cyan);
  border-radius:4px 0 0 4px;
}

.stats-card{
  background:rgba(8,22,45,.4);
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:2.2rem;
  backdrop-filter:blur(2px);
}
.stat-row{ margin-bottom:1.5rem; }
.stat-row span{ font-size:.92rem; color:#e5edf7; }
.stat-value{ color:var(--cyan); font-weight:700; }
.progress-track{
  width:100%;
  height:6px;
  border-radius:6px;
  background:rgba(255,255,255,.1);
  overflow:hidden;
}
.progress-fill{
  height:100%;
  border-radius:6px;
  background:linear-gradient(90deg,var(--cyan),var(--cyan-dark));
}

/* ============ SERVICES ============ */
.services-section{
  background:var(--navy-900);
  padding:6.5rem 0;
}
.service-card{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:1rem;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  padding:1.5rem;
  height:100%;
  transition:border-color .2s ease, transform .2s ease;
}
.service-card:hover{
  border-color:rgba(34,211,238,.4);
  transform:translateY(-3px);
}
.service-card h5{
  font-size:1rem;
  font-weight:600;
  margin:0;
  color:#eef4fb;
}
.icon-box{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:9px;
  background:rgba(34,211,238,.12);
  color:var(--cyan);
}

/* ============ AI SOLUTIONS ============ */
.ai-section{
  background:#112240;
  padding:6.5rem 0;
}
.ai-card{
  background:#1a3358;
  border:1px solid rgba(255,255,255,.06);
  border-radius:12px;
  padding:1.5rem 1.3rem;
  height:100%;
  transition:border-color .2s ease, transform .2s ease;
}
.ai-card:hover{
  border-color:rgba(34,211,238,.4);
  transform:translateY(-3px);
}
.ai-card h6{
  font-weight:700;
  font-size:.95rem;
  margin:.9rem 0 .5rem;
  color:#eef4fb;
}
.ai-card p{
  color:var(--text-gray-dark);
  font-size:.85rem;
  line-height:1.55;
  margin-bottom:0;
}
@media (min-width: 992px){
  .col-ai{ flex:0 0 20%; max-width:20%; }
}
.icon-box-sm{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:8px;
  background:rgba(34,211,238,.12);
  color:var(--cyan);
}

/* ============ INDUSTRIES ============ */
.industries-section{
  position:relative;
  background-image:url('industries-bg.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding:6.5rem 0;
  overflow:hidden;
}
.industries-wave{ display:none; }
.industry-card{
  background:rgba(6,18,36,.4);
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  padding:1.8rem;
  height:100%;
  transition:border-color .2s ease, transform .2s ease;
}
.industry-card:hover{
  border-color:var(--cyan);
  transform:translateY(-3px);
}
.industry-card h5{
  font-weight:700;
  font-size:1.1rem;
  margin:1.1rem 0 .8rem;
  color:#fff;
}
.industry-card p{
  color:var(--text-gray);
  font-size:.92rem;
  line-height:1.6;
  margin-bottom:0;
}

/* ============ CTA BANNER ============ */
.cta-banner{
  background:var(--navy-950);
  padding:6.5rem 0;
}

/* ============ LEADERSHIP ============ */
.leadership-section{
  background:linear-gradient(150deg,#0d2444 0%, #123a68 100%);
  padding:4.5rem 0;
  overflow:hidden;
}
.quote-box{
  border-left:3px solid var(--cyan);
  padding-left:1.3rem;
  color:#e5edf7;
  font-size:1.05rem;
  font-weight:600;
  line-height:1.6;
}
.quote-box footer{
  color:var(--text-gray);
  font-size:.9rem;
  margin-top:.6rem;
}
.founder-col{
  position:relative;
}
.founder-img{
  max-width:100%;
  height:auto;
  display:inline-block;
  border-radius:12px;
}
@media (min-width: 992px){
  .founder-img{
    max-width:115%;
    margin-bottom:-6.5rem;
    margin-top:-3rem;
  }
}

/* ============ OUR PROMISE ============ */
.promise-section{
  position:relative;
  background-image:url('promise-bg.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  padding:6.5rem 0;
  overflow:hidden;
}
.promise-wave{ display:none; }

/* ============ FOOTER ============ */
.site-footer{
  background:var(--navy-950);
  border-top:1px solid rgba(255,255,255,.08);
}
.footer-tagline{
  color:var(--text-gray-dark);
  font-size:.9rem;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 991.98px){
  .hero-title{ font-size:2.8rem; }
  .section-title-lg{ font-size:2rem; }
  .section-title{ font-size:1.9rem; }
  .hero-section{ padding-top:130px; }
  .founder-avatar{ width:200px; height:200px; }
}
@media (max-width: 575.98px){
  .hero-title{ font-size:2.2rem; }
  .hero-btns .btn{ display:block; width:100%; margin-bottom:.75rem; margin-right:0 !important; }
}


/* ------------------------------------ */
  #scheduleCallModal .modal-dialog {
    max-width: 610px;

    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  #scheduleCallModal .modal-content {
    background-color: #3f4a5a;
    border: none;
    border-radius: 14px;
    padding: 24px 35px 26px;
    color: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);

    max-height: 90vh;
    overflow-y: auto;
  }
  #scheduleCallModal .sc-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  #scheduleCallModal .sc-title {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
  }
  #scheduleCallModal .sc-close {
    background: none;
    border: none;
    padding: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.15s ease;
  }
  #scheduleCallModal .sc-close:hover {
    color: #ffffff;
  }
  #scheduleCallModal .sc-field {
    margin-bottom: 14px;
  }
  #scheduleCallModal .sc-label {
    display: block;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 6px;
}
  #scheduleCallModal .sc-label .sc-required {
    color: #ffffff;
    margin-left: 2px;
  }
  #scheduleCallModal .sc-input,
  #scheduleCallModal .sc-select,
  #scheduleCallModal .sc-textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    font-size: 15px;
    padding: 2px 2px 6px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
  }
  #scheduleCallModal .sc-input::placeholder,
  #scheduleCallModal .sc-textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
  }
  #scheduleCallModal .sc-input:focus,
  #scheduleCallModal .sc-select:focus,
  #scheduleCallModal .sc-textarea:focus {
    border-bottom-color: #29b6d8;
    box-shadow: none;
  }
  #scheduleCallModal .sc-textarea {
    resize: none;
    min-height: 26px;
  }
  #scheduleCallModal .sc-row {
    display: flex;
    gap: 30px;
  }
  #scheduleCallModal .sc-row .sc-field {
    flex: 1 1 0;
  }
  #scheduleCallModal .sc-select-wrap {
    position: relative;
  }
  #scheduleCallModal select.sc-select {
    padding-right: 24px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'><path d='M1 1L8 8L15 1' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 2px top 8px;
    background-size: 13px 8px;
  }
  #scheduleCallModal select.sc-select::-ms-expand {
    display: none;
  }
  #scheduleCallModal select.sc-select option {
    background-color: #3f4a5a;
    color: #ffffff;
  }
  #scheduleCallModal .sc-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 4px 0 16px;
}
  #scheduleCallModal .sc-consent input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
  }
  #scheduleCallModal .sc-consent input[type="checkbox"]:checked {
    background-color: #29b6d8;
    border-color: #29b6d8;
  }
  #scheduleCallModal .sc-consent input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  #scheduleCallModal .sc-consent label {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
    margin-bottom: 0;
    cursor: pointer;
  }
  #scheduleCallModal .sc-consent a {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 700;
    text-decoration: none;
  }
  #scheduleCallModal .sc-consent a:hover {
    text-decoration: underline;
  }
  #scheduleCallModal .sc-submit {
    width: 100%;
    border: 1px solid #4fb8d6;
    border-radius: 10px;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(180deg, #3a7f96 0%, #2f96ac 100%);
    box-shadow: 0 4px 14px rgba(41, 182, 216, 0.25);
    cursor: pointer;
    transition: filter 0.15s ease;
  }
  #scheduleCallModal .sc-submit:hover {
    filter: brightness(1.08);
  }
  #scheduleCallModal .sc-submit:active {
    filter: brightness(0.95);
  }
  @media (max-width: 575.98px) {
    #scheduleCallModal .modal-content {
      padding: 24px 20px 26px;
    }
    #scheduleCallModal .sc-title {
      font-size: 24px;
    }
    #scheduleCallModal .sc-row {
      flex-direction: column;
      gap: 0;
    }
  }



  /* ---------- Shared close icon (use in both modals) ---------- */
  .modal-x-close {
    background: none;
    border: none;
    padding: 0;
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
    flex: 0 0 auto;
  }
 
  .modal-x-close::before,
  .modal-x-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    transition: background-color 0.15s ease;
  }
 
  .modal-x-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
 
  .modal-x-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
 
  .modal-x-close:hover::before,
  .modal-x-close:hover::after {
    background-color: rgba(255, 255, 255, 0.9);
  }
 
  /* ---------- Success modal shell ---------- */
  #formSuccessModal .modal-dialog {
    max-width: 480px;
  }
 
  #formSuccessModal .modal-content {
    background-color: #3f4a5a;
    border: none;
    border-radius: 14px;
    padding: 26px 30px 28px;
    color: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  }
 
  #formSuccessModal .fs-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
  }
 
  #formSuccessModal .fs-title {
    font-size: 21px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
  }
 
  #formSuccessModal .fs-sub {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0 0 22px;
    line-height: 1.5;
  }
 
  #formSuccessModal .fs-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }
 
  #formSuccessModal .fs-btn {
    flex: 1 1 0;
    text-align: center;
    border-radius: 8px;
    padding: 11px 18px;
    font-size: 14.5px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: filter 0.15s ease, background-color 0.15s ease;
  }
 
  #formSuccessModal .fs-btn-solid {
    border: 1px solid #4fb8d6;
    color: #ffffff;
    background: linear-gradient(180deg, #3a7f96 0%, #2f96ac 100%);
    box-shadow: 0 4px 14px rgba(41, 182, 216, 0.25);
  }
 
  #formSuccessModal .fs-btn-solid:hover {
    filter: brightness(1.08);
  }
 
  #formSuccessModal .fs-btn-outline {
    border: 1px solid #4fb8d6;
    color: #ffffff;
    background: transparent;
  }
 
  #formSuccessModal .fs-btn-outline:hover {
    background: rgba(79, 184, 214, 0.12);
  }
 
  @media (max-width: 575.98px) {
    #formSuccessModal .modal-content {
      padding: 22px 20px 24px;
    }
    #formSuccessModal .fs-title {
      font-size: 18px;
    }
    #formSuccessModal .fs-actions {
      flex-direction: column;
    }
  }
  