/* ============================================
   DIGITX SERVICES BANNER CSS
   ============================================ */

.services-banner {
  background-image: url('../images/service-banner.webp');
  background-size: cover;
  background-attachment: local;
  min-height: 700px;
  padding: 3rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.services-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*  background: linear-gradient(90deg, rgba(15, 15, 15, 0.95) 0%, rgba(15, 15, 15, 0.7) 50%, rgba(15, 15, 15, 0.3) 100%);*/
  z-index: 1;
}
.services-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.services-content {
  max-width: 600px;
  color: white;
}
.services-label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.services-heading {
  font-size: clamp(1.875rem, 5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: white;
}
.services-heading span {
  color: #fff;
}
.services-description {
  font-size: 1rem;
  line-height: 1.8;
  color: #e5e7eb;
  margin-bottom: 2rem;
  max-width: 500px;
}
.services-button {
  font-family: math;
  background-color: #fff;
  color: #0b1f3a;
  padding: 0.875rem 2rem;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.services-button:hover {
background-color: #0b1f3a;
color: #fff;
transform: translateY(-2px);
}
.services-button:active {
  transform: translateY(0);
}
.services-arrow {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
.services-banner {
  min-height: auto;
  padding: 2rem 1.5rem;
  background-attachment: scroll;
  background-position: center right;
}
.services-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(15, 15, 15, 0.95) 0%, rgba(15, 15, 15, 0.7) 50%, rgba(15, 15, 15, 0.3) 100%);
  z-index: 1;
}
.services-heading {
  font-size: 1.875rem;
}
.services-label {
  margin-bottom: 1rem;
}
.services-description {
  margin-bottom: 1.5rem;
}
}

.dm-services {
  background-color: #fff;
  padding: 80px 20px;
}
.dm-services__container {
  max-width: 1200px;
  margin: 0 auto;
}
.dm-services__header {
  text-align: center;
  margin-bottom: 56px;
}
.dm-services__eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #16345e;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.dm-services__title {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700;
  color: #16345e;
  margin: 0 0 18px 0;
  line-height: 1.2;
}
.dm-services__divider {
  width: 48px;
  height: 3px;
  background: #fff;
  margin: 0 auto;
  border-radius: 2px;
}
.dm-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.dm-card {
  background: #0b1f3a;
  border: 1px solid #16345e;
  border-radius: 8px;
  padding: 36px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: border-color 0.25s ease, transform 0.25s ease;
  cursor: pointer;
}
.dm-card:hover {
  border-color: #fff;
  transform: translateY(-4px);
}
.dm-card__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  flex-shrink: 0;
} 
.dm-card__icon svg {
  width: 100%;
  height: 100%;
}
.dm-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px 0;
  line-height: 1.4;
}
.dm-card__desc {
  font-size: 13.5px;
  color: #fff;
  line-height: 1.65;
  margin: 0 0 24px 0;
  flex-grow: 1;
}
.dm-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: gap 0.2s ease, opacity 0.2s ease;
  margin-top: auto;
}
.dm-card__link:hover {
  gap: 10px;
  opacity: 0.85;
}
.dm-card__link span {
  font-size: 15px;
}
 
@media (max-width: 1024px) {
  .dm-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
 
@media (max-width: 540px) {
  .dm-services__grid {
    grid-template-columns: 1fr;
  }
  .dm-services {
    padding: 56px 16px;
  }
}

.process-section {
  background: #0b1f3a;
  padding: 80px 20px;
}
.process-container {
  max-width: 1200px;
  margin: 0 auto;
}
.process-header {
  text-align: center;
  margin-bottom: 56px;
}
.process-eyebrow {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.process-title {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
.process-steps-desktop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 56px;
}
.process-connector {
  position: absolute;
  top: 44px;
  left: calc(10% + 44px);
  right: calc(10% + 44px);
  border-top: 2.5px dashed #fff;
  opacity: 0.5;
  z-index: 0;
}
.process-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 8px;
}
.process-icon-wrap {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 2.5px solid #0b1f3a;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 20px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.process-icon-wrap svg { width: 44px; height: 44px; }
.process-icon-wrap--active {
  background: #0b1f3a;
  box-shadow: 0 0 28px rgb(72 81 167 / 40%);
}
.process-icon-wrap--active svg * {
  stroke: #fff !important;
  fill: #fff !important;
}
.process-step--active .process-step-number { color: #fff; }
.process-step-number {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 5px;
}
.process-step-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.process-step-desc {
  font-size: 12.5px;
  color: #fff;
  line-height: 1.6;
  max-width: 130px;
}
.process-steps-mobile { display: none; }
.process-stats {
  background: #070706;
  border-radius: 8px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 36px 40px;
}
.stat-item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  justify-content: center;
}
.stat-icon { width: 50px; height: 50px; flex-shrink: 0; }
.stat-icon svg { width: 100%; height: 100%; }
.stat-text { display: flex; flex-direction: column; gap: 4px; }
.stat-number { font-size: 30px; font-weight: 800; color: #D4A017; line-height: 1; }
.stat-label { font-size: 13px; font-weight: 600; color: #fff; white-space: nowrap; }
.stat-divider { width: 1px; height: 48px; background: #333; flex-shrink: 0; }
 
@media (max-width: 768px) {
  .process-section { padding: 56px 20px 0; }
  .process-header  { margin-bottom: 36px; }
  .process-steps-desktop { display: none; }
  .process-steps-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
    margin-bottom: 40px;
  }
  .mobile-vline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-left: 2px dashed #fff;
    opacity: 0.4;
    z-index: 0;
    margin: 44px 0;
  }
  .mob-step {
    background: #16345e;
    border: 1px solid #16345e;
    border-radius: 12px;
    padding: 20px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: border-color 0.25s;
  }
  .mob-step:hover { border-color: #fff; }
  .mob-step--center {
    grid-column: 1 / -1;
    width: 55%;
    margin: 0 auto;
  }
  .mob-step--active {
    border-color: #fff;
    box-shadow: 0 0 18px rgba(212,160,23,0.15);
  }
  .mob-icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2.5px solid #0b1f3a;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 14px;
    flex-shrink: 0;
  }
  .mob-icon-wrap svg { width: 36px; height: 36px; }
  .mob-icon-wrap--active {
    background: #0b1f3a;
    box-shadow: 0 0 20px rgb(17 20 33 / 40%);
  }
  /*.mob-icon-wrap--active svg * {
    stroke: #fff !important;
    fill: #fff !important;
  }*/
  .mob-num {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
  }
  .mob-title {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
  }
  .mob-desc {
    font-size: 11.5px;
    color: #fff;
    line-height: 1.55;
  }
  .process-stats {
    flex-wrap: wrap;
    padding: 20px 8px;
  }
  .stat-item {
    flex: 0 0 50%;
    justify-content: flex-start;
    padding: 14px 14px;
    box-sizing: border-box;
  }
  .stat-divider { display: none; }
  .stat-number  { font-size: 24px; }
  .stat-icon    { width: 36px; height: 36px; }
  .stat-label   { font-size: 12px; }
}
.cta-section {
  background-color: #0d0d0d;
  padding: 24px 32px;
}
.cta-section {
  position: relative;
  overflow: hidden;
  background: #111111;
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
  padding: 52px 60px;
}
.cta-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
    90deg,
    #0b1f3af5 20%,
    #10294ae8 55%,
    #16345ecc 100%
),
    url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1200&q=60') center/cover no-repeat;
  z-index: 0;
  opacity: 0.5;
}
.cta-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  z-index: 1;
  pointer-events: none;
}
.cta-dots--left  { left: -12px; }
.cta-dots--right { right: -12px; }
.cta-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.cta-text { flex: 1; }
.cta-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.cta-heading {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 18px 0;
  line-height: 1.25;
}
.cta-heading--gold {
  color: #fff;
}
.cta-subtext {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  margin: 0;
}
.cta-action { flex-shrink: 0; }
.cta-btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #16345e;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.cta-btn:hover {
  background: #0b1f3a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgb(27 40 90 / 35%);
}

@media (max-width: 768px) {
  .cta-section {
    padding: 40px 28px;
    border-radius: 8px;
    margin: 0;
  }
  .cta-dots { display: none; }
  .cta-bg-overlay {
    background:
      linear-gradient(
    90deg,
    #0b1f3af5 20%,
    #10294ae8 55%,
    #16345ecc 100%
),
      url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=800&q=60') center/cover no-repeat;
  }
  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .cta-heading { font-size: 26px; }
  .cta-br { display: none; }
  .cta-btn {
    font-size: 12px;
    padding: 16px 24px;
    width: 100%;
    justify-content: center;
  }
}
 
@media (max-width: 480px) {
  .cta-section {
    padding: 32px 20px;
    margin: 0;
  }
  .cta-heading { font-size: 22px; }
  .dm-services__header {
    text-align: center;
    margin-bottom: 15px;
}
}


.dm-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.7);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:99999;
    backdrop-filter:blur(6px);
}
.dm-popup.active{
    display:flex;
}
.dm-popup-box{
    width:90%;
    max-width:850px;
    max-height:90vh;
    overflow-y:auto;
    background:#fff;
    border-radius:15px;
    padding:20px;
    position:relative;
}
.dm-popup-box h2{
    color: #16345e;
    margin-bottom: 20px;
}
.dm-popup-close{
    position:absolute;
    top:15px;
    right:15px;
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#16345e;
    color:#fff;
    font-size:24px;
    cursor:pointer;
}
.dm-popup-content h3{
    margin:25px 0 10px;
    color:#0b1f3a;
}
.dm-popup-content ul{
    padding-left:20px;
    color: #16345e;
}
.dm-popup-content li{
    margin-bottom:10px;
    line-height: 25px;
}

/* ===== WHY CHOOSE US ===== */
.wcu-section {
  background: #ffffff;
  padding: 80px 20px 80px;
}
.wcu-container {
  max-width: 1200px;
  margin: 0 auto;
}
.wcu-header {
  text-align: center;
  margin-bottom: 52px;
}
.wcu-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #0b1f3a;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.wcu-title {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 800;
  color: #0b1f3a;
  margin: 0;
  line-height: 1.2;
}
.wcu-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.wcu-card {
  background: #ffffff;
  border: 1.5px solid #e4e8f0;
  border-radius: 10px;
  padding: 20px 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.wcu-card:hover {
  border-color: #0b1f3a;
  box-shadow: 0 8px 28px rgba(30, 58, 95, 0.1);
  transform: translateY(-4px);
}
.wcu-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #eef1f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  flex-shrink: 0;
  transition: background 0.25s;
}
.wcu-card:hover .wcu-icon-wrap {
  background: #dce4f0;
}
.wcu-icon-wrap svg {
  width: 30px;
  height: 30px;
}
.wcu-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #1e3a5f;
  margin: 0 0 14px 0;
  line-height: 1.45;
}
.wcu-card-desc {
  font-size: 13px;
  color: #0b1f3a;
  line-height: 1.75;
  margin: 0;
}
 
@media (max-width: 1100px) and (min-width: 601px) {
  .wcu-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
 
@media (max-width: 600px) {
  .wcu-section {
    padding: 48px 16px 48px;
  }
  .wcu-header {
    margin-bottom: 32px;
  }
  .wcu-title {
    font-size: 22px;
  }
  .wcu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .wcu-card {
    padding: 22px 14px 20px;
    align-items: center;
    text-align: center;
  }
  .wcu-icon-wrap {
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
  }
  .wcu-icon-wrap svg {
    width: 26px;
    height: 26px;
  }
  .wcu-card-title {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .wcu-card-desc {
    font-size: 12px;
    line-height: 1.65;
  }
}