/* Hero Section */

  #hero {
      padding-top: 0!important;
      padding-bottom: 80px;
      min-height: 90vh;
      display: flex;
      align-items: center;
  }

  #hero .hero-h1 {
      font-size: clamp(2.2rem, 4vw, 3.5rem);
      margin-bottom: 24px;
  }

  #hero .hero-para {
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 32px;
      color: #fff!important;
      text-align: left;
  }

  #hero .dash-card {
      padding: 28px;
      min-height: 320px;
  }

  #hero .dash-metric-val {
      font-size: 2.2rem;
      font-weight: 700;
  }

  #hero .dash-metric-sub {
      font-size: 0.8rem;
      letter-spacing: 1px;
  }

  #hero .dash-metric-lbl {
      font-size: 0.85rem;
  }



/* Avatar fix */
.tavatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.tavatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tcard .d-flex {
    align-items: center;
    padding-top: 20px;
}


.tavatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}


.tavatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.tname {
    margin: 0;
    line-height: 1.2;
}
.tcard {
    text-align: left;
}

.tstars {
    text-align: left;
}

.tq {
    text-align: left;
}

.tname,
.trole {
    text-align: left;
}

.tcard .d-flex {
    justify-content: flex-start; 
}



#hero{background:linear-gradient(160deg,var(--b900) 0%,var(--b800) 45%,var(--b600) 100%);padding-top:96px;overflow:hidden;min-height:90vh;display:flex;flex-direction:column}
.live-dot{width:8px;height:8px;border-radius:50%;background:#22C55E;animation:blink 2s infinite;display:inline-block}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.4}}
.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px 6px 8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:100px;margin-bottom:28px}
.hero-badge span{font-size:12px;font-weight:600;color:rgba(255,255,255,.9);letter-spacing:.04em;text-transform:uppercase}
.hero-h1{font-size:clamp(36px,4.5vw,62px);font-weight:800;color:#fff;margin-bottom:22px;line-height:1.1;text-align: left;padding-top: 30px;}
.hero-h1 em{font-style:normal;color:var(--b300)}
.hero-p{font-size:17px;color:#2b5cff;margin-bottom:36px;max-width:520px;font-weight:400;line-height:1.7;text-align: left;}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:48px; padding-top: 30px;}
.htrust{padding:10px 20px;border-right:1px solid rgba(255,255,255,.12);text-align:center}
.htrust:last-child{border-right:none}
.htrust-val{font-size:22px;font-weight:800;color:#fff}
.htrust-lbl{font-size:11px;color:rgba(255,255,255,.55);letter-spacing:.05em;text-transform:uppercase}
.hero-wave{margin-top:auto}
.hero-wave svg{display:block;width:100%}

/* Dashboard Card */
.hero-inner{display:flex;align-items:center;gap:48px;}
.hero-left{flex:1;min-width:0;}
.hero-right{flex:0 0 460px;max-width:460px;}

.dash-card{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.15);border-radius:20px;overflow:hidden;backdrop-filter:blur(10px);}
.dash-topbar{background:rgba(0,0,0,0.2);padding:12px 16px;display:flex;align-items:center;gap:8px;}
.dash-dot{width:10px;height:10px;border-radius:50%;}
.dash-title{font-size:12px;color:rgba(255,255,255,0.6);font-family:monospace;margin-left:8px;}
.dash-body{padding:16px;}
.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;}
.dash-metric{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:14px;}
.dash-metric-lbl{font-size:10px;color:rgba(255,255,255,0.45);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;}
.dash-metric-val{font-size:22px;font-weight:800;margin-bottom:4px;}
.dash-metric-sub{font-size:11px;}
.dash-green{color:#22c55e;}
.dash-yellow{color:#f59e0b;}
.dash-blue{color:#60a5fa;}

.dash-bar-section{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:14px;}
.dash-bar-lbl{font-size:10px;color:rgba(255,255,255,0.45);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;}
.dash-bars{display:flex;align-items:flex-end;gap:5px;height:50px;}
.dash-bar{flex:1;border-radius:4px 4px 0 0;background:rgba(96,165,250,0.5);}
.dash-bar.red{background:#ef4444;}
.dash-dots-row{display:flex;gap:16px;margin-top:12px;}
.dash-dot-item{display:flex;align-items:center;gap:5px;font-size:11px;color:rgba(255,255,255,0.6);}
.dash-dot-green{width:7px;height:7px;border-radius:50%;background:#22c55e;display:inline-block;}

@media(max-width:991px){
  .hero-inner{flex-direction:column;}
  .hero-right{flex:0 0 100%;max-width:100%;width:100%;}
}


/* Slider */
 :root {
            --primary-blue: #2563eb;
            --icon-bg: #eff6ff;
            --text-dark: #1e293b;
            --text-muted: #64748b;
            --card-border: #e2e8f0;
            --tag-bg: #f1f5f9;
            --shadow: 0 8px 32px rgba(37,99,235,0.13);
        }
 
        /* body { background: #fff; font-family: 'Segoe UI', sans-serif; } */
 
        .expertise-section { padding: 80px 0 60px; background: #f7f9ff; }
 
        .section-eyebrow {
            font-size: 13px; font-weight: 700; letter-spacing: 2px;
            color: var(--primary-blue); text-transform: uppercase;
            margin-bottom: 12px; display: block;
        }
        .section-eyebrow::after {
            content: ''; display: block; width: 40px; height: 3px;
            background: var(--primary-blue); margin: 8px auto 0; border-radius: 2px;
        }
        .section-title {
            font-size: 2.4rem; font-weight: 800; color: var(--text-dark);
            margin-bottom: 18px; line-height: 1.2;
        }
        .section-desc {
            font-size: 1rem; color: #6b7a99; max-width: 700px;
            margin: 0 auto 48px; line-height: 1.75;
        }
 
        /* ── SLIDER ── */
        .slider-outer {
            overflow: hidden;
            width: 100%;
        }
 
        .slider-track {
            display: flex;
            gap: 24px;
            transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        }
 
        .slider-card {
            /* exactly 1/3 of container minus gaps */
            flex: 0 0 calc((100% - 48px) / 3);
            width: calc((100% - 48px) / 3);
        }
 
        /* ── SERVICE CARD ── */
        .service-card {
            background: #fff;
            border: 1.5px solid var(--card-border);
            border-radius: 16px;
            padding: 32px 28px 28px;
            height: 100%;
            transition: box-shadow 0.25s, border-color 0.25s, transform 0.22s;
            position: relative;
            overflow: hidden;
        }
        .service-card::before {
            content: ''; position: absolute; top: 0; left: 0; right: 0;
            height: 3px; background: var(--primary-blue);
            border-radius: 16px 16px 0 0; opacity: 0; transition: opacity 0.25s;
        }
        .service-card:hover { box-shadow: var(--shadow); border-color: var(--primary-blue); transform: translateY(-4px); }
        .service-card:hover::before { opacity: 1; }
 
       .service-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: none; /* 👈 yaha change */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #3a64c8;
}
.service-icon svg {
  width: 30px;
  height: 30px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
 
        .service-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; line-height: 1.35; }
        .service-card p  { font-size: 0.9rem; color: #6b7a99; line-height: 1.7; margin-bottom: 20px; }
 
        .tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
        .tag {
            font-size: 0.75rem; font-weight: 500; color: #003db5;
            background: var(--tag-bg); border: 1px solid var(--card-border);
            border-radius: 20px; padding: 4px 12px;
            transition: background 0.2s, color 0.2s, border-color 0.2s;
        }
        .service-card:hover .tag { background: #eff6ff; border-color: #bfdbfe; color: var(--primary-blue); }
 
        /* ── CONTROLS ── */
        .carousel-controls {
            display: flex; align-items: center; justify-content: center;
            gap: 16px; margin-top: 40px;
        }
        .carousel-btn {
            width: 44px; height: 44px; border-radius: 50%;
            border: 2px solid var(--card-border); background: #fff;
            color: var(--text-dark); font-size: 15px;
            display: flex; align-items: center; justify-content: center;
            cursor: pointer; transition: all 0.2s; outline: none;
        }
        .carousel-btn:hover { background: var(--primary-blue); border-color: var(--primary-blue); color: #fff; }
 
        .dots-wrap { display: flex; gap: 8px; align-items: center; }
        .dot {
            width: 8px; height: 8px; border-radius: 50%;
            background: var(--card-border); border: none; outline: none;
            cursor: pointer; transition: background 0.2s, transform 0.2s; padding: 0;
        }
        .dot.active { background: var(--primary-blue); transform: scale(1.4); }

        /* Mobile — 1 card show hoga */
@media (max-width: 768px) {

    .expertise-section {
        padding: 50px 0 40px;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .section-desc {
        font-size: 0.95rem;
        margin-bottom: 32px;
    }

    .slider-card {
        flex: 0 0 100%;
        width: 100%;
    }

    .service-card {
        padding: 24px 20px 20px;
    }

    .carousel-controls {
        margin-top: 28px;
    }

    .carousel-btn {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }
}

        /* CTA Section */

.cta-section {
    padding: 60px 0;
    background: #fff;
}
.cta-section2{
       width: 100%;
    padding: 30px 60px!important;
    background: linear-gradient(90deg, #2b5cff, #a855f7);
    border-radius: 0;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
 
.cta-banner {
    border-radius: 0!important;
   
    position: relative;
    /* overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    text-align: center;
    /* gap: 28px; */
}
 
/* decorative circles */
/* .cta-banner::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    pointer-events: none;
} */
/* .cta-banner::after {
    content: '';
    position: absolute;
    bottom: -80px; left: 20%;
    width: 200px; height: 200px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    pointer-events: none;
} */
 
.cta-banner p {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.65;
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}
 
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    border: 2px solid #fff;
    border-radius: 100px!important;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: background 0.25s, color 0.25s, transform 0.2s;
    letter-spacing: 0.3px;
}
.cta-btn {
    padding: 18px 52px!important;
    font-size: 1.35rem!important;
}
 
.cta-btn:hover {
    background: #fff;
    color: #0f2a6e;
    transform: translateY(-2px);
    text-decoration: none;
}
 
.cta-btn i {
    font-size: 0.9rem;
    transition: transform 0.2s;
}
 
.cta-btn:hover i {
    transform: translateX(4px);
}
 
/* Responsive */
@media (max-width: 768px) {
    .cta-banner {
        padding: 40px 28px;
    }
    .cta-banner p {
        font-size: 1.1rem;
    }
    .cta-btn {
        padding: 13px 28px!important;
        font-size: 0.95rem!important;
    }
}
 
@media (max-width: 480px) {
    .cta-banner {
        padding: 32px 20px;
        border-radius: 14px;
    }
    .cta-banner p {
        font-size: 1rem;
    }
}

/* How we work */
.strategy-section {
    padding: 80px 0 60px;
    background: #f8fafc;
}
 
.strategy-eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #2563eb;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}
 
.strategy-eyebrow::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #2563eb;
    margin: 8px auto 0;
    border-radius: 2px;
}
 
.strategy-title {
    font-size: 2.4rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 18px;
    line-height: 1.2;
}
 
.strategy-desc {
    font-size: 1.01rem;
    color: #64748b;
    max-width: 720px;
    margin: 0 auto 50px;
    line-height: 1.75;
}
 
/* ── Step Cards ── */
.step-card {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 24px 28px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.25s, border-color 0.25s, transform 0.22s;
}
 
.step-card:hover {
    box-shadow: 0 8px 32px rgba(37,99,235,0.12);
    border-color: #2563eb;
    transform: translateY(-4px);
}
 

 
/* step badge */
.step-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2563eb;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 7px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
 
.step-badge img {
    width: 1.5rem!important;
    height: 1.5rem!important;
    object-fit: contain!important;
       filter: brightness(0) invert(1)!important; 
}
 
.step-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 14px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}
 
.step-card p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.75;
    margin: 0;
    position: relative;
    z-index: 1;
}
 
/* Responsive */
@media (max-width: 991px) {
    .strategy-title { font-size: 2rem; }
    .step-card { margin-bottom: 24px; }
}
 
@media (max-width: 767px) {
    .strategy-section { padding: 60px 0 40px; }
    .strategy-title { font-size: 1.7rem; }
    .step-number-bg { font-size: 4rem; }
}

/* Industries Section */
  #isl-root * {
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
}
 
#isl-root {
  /* font-family: 'DM Sans', sans-serif !important; */
  background: #1e293b !important;
  color: #1e2540 !important;
  width: 100% !important;
}
 
/* ── Section wrapper ── */
#isl-root .isl-section {
  padding: 70px 20px 60px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  width: 100% !important;
}
 
/* ── Header text ── */
#isl-root .isl-label {
  display: block !important;
  text-align: center !important;
  font-size: 16px !important;
  letter-spacing: .2em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  font-weight: 600 !important;
}
 
#isl-root .isl-heading {
  /* font-family: 'Poppins', sans-serif !important; */
  text-align: center !important;
  font-size: 2.8rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: #1B5EF7 !important;
  margin-bottom: 18px !important;
}
#isl-root .isl-heading span { color: #3e8eca !important; }
 
#isl-root .isl-desc {
  display: block !important;
  text-align: center !important;
  font-size: 15px !important;
  color: #fff !important;
  max-width: 780px !important;
  margin: 0 auto 40px !important;
}
 
/* ── SLIDER CARD ── */
#isl-root .isl-card {
  display: flex !important;
  flex-direction: row !important;
  background: #0f1e3d !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  position: relative !important;
  margin-bottom: 24px !important;
  min-height: 420px !important;
  box-shadow: 0 20px 60px rgba(15,30,61,.22) !important;
  width: 100% !important;
}
 
/* Left image pane */
#isl-root .isl-img-pane {
  width: 48% !important;
  flex: 0 0 48% !important;
  position: relative !important;
  overflow: hidden !important;
  display: block !important;
}
 
#isl-root .isl-img-bg {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 420px !important;
  transition: background .5s ease !important;
  position: relative !important;   /* ← ADD THIS */
  overflow: hidden !important; 

}

 
#isl-root .isl-img-bg i {
  font-size: 110px !important;
  opacity: .2 !important;
  color: #fff !important;
  display: block !important;
}
 
#isl-root .isl-img-fade {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  right: 0 !important; bottom: 0 !important;
  background: linear-gradient(90deg, transparent 55%, #0f1e3d 100%) !important;
  pointer-events: none !important;
}
 
/* Right content pane */
#isl-root .isl-content {
  flex: 1 !important;
  padding: 48px 44px 48px 32px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 16px !important;
}
 
#isl-root .isl-tag {
  display: block !important;
  font-size: 11px !important;
  letter-spacing: .18em !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #1B5EF7 !important;
  margin-bottom: 2px !important;
}
 
#isl-root .isl-title {
  
  font-size: clamp(22px, 2.8vw, 34px) !important;
  font-weight: 700 !important;
  color: #f0f5ff !important;
  line-height: 1.15 !important;
  display: block !important;
  margin-bottom: 4px !important;
}
 
#isl-root .isl-body {
  display: block !important;
  font-size: 14px !important;
  color: #8d9ab8 !important;
  line-height: 1.7 !important;
  max-width: 400px !important;
  margin-bottom: 4px !important;
}
 
#isl-root .isl-features {
  list-style: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-bottom: 8px !important;
}
 
#isl-root .isl-features li {
  font-size: 14px !important;
  color: #c5d0e8 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: 1.4 !important;
}
 
#isl-root .isl-check {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  border-radius: 50% !important;
  border: 1.5px solid #1B5EF7 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}
#isl-root .isl-check i { font-size: 11px !important; color: #1B5EF7 !important; opacity: 1 !important; }
 
#isl-root .isl-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 12px 26px !important;
  border: 1.5px solid #1B5EF7 !important;
  color: #1B5EF7 !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  
  background: transparent !important;
  cursor: pointer !important;
  text-decoration: none !important;
  width: auto !important;
  max-width: fit-content !important;
  transition: background .2s, color .2s !important;
  margin-top: 4px !important;
}
#isl-root .isl-btn:hover {
  background: #fff !important;
  color: #1B5EF7!important;
  text-decoration: none !important;
}
 
/* Arrows */
#isl-root .isl-arr {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(255,255,255,.2) !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  font-size: 26px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 30 !important;
  line-height: 1 !important;
  transition: background .2s, border-color .2s !important;
  padding: 0 !important;
}
#isl-root .isl-arr:hover { background: rgba(79,195,161,.25) !important; border-color: #4fc3a1 !important; }
#isl-root .isl-arr-prev { left: 16px !important; }
#isl-root .isl-arr-next { right: 16px !important; }
 
/* Dots */
#isl-root .isl-dots {
  position: absolute !important;
  bottom: 18px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  gap: 8px !important;
  z-index: 20 !important;
}
#isl-root .isl-dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.22) !important;
  cursor: pointer !important;
  transition: background .25s, transform .25s !important;
  display: inline-block !important;
}
#isl-root .isl-dot.active { background: #1B5EF7 !important; transform: scale(1.4) !important; }
 
/* ── ICON TABS ── */
#isl-root .isl-tabs {
  display: flex !important;
 
  gap: 10px !important;
  justify-content: center !important;
  width: 100% !important;
}
 
#isl-root .isl-tab {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 14px 16px 12px !important;
  border-radius: 14px !important;
  background: #f4f6fb !important;
  border: 1.5px solid #e8ecf4 !important;
  cursor: pointer !important;
  min-width: 82px !important;
  transition: background .2s, border-color .2s, box-shadow .2s !important;
}
#isl-root .isl-tab:hover { background: #eaf6f2 !important; border-color: #4fc3a1 !important; }
#isl-root .isl-tab.active {
  background: #0f1e3d !important;
  border-color: #0f1e3d !important;
  box-shadow: 0 6px 20px rgba(15,30,61,.2) !important;
}
#isl-root .isl-tab i { font-size: 24px !important; color: #8d9ab8 !important; display: block !important; transition: color .2s !important; }
#isl-root .isl-tab:hover i { color: #4fc3a1 !important; }
#isl-root .isl-tab.active i { color: #4fc3a1 !important; }
#isl-root .isl-tab span {
  font-size: 10px !important;
  color: #8d9ab8 !important;
  text-align: center !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  display: block !important;
  transition: color .2s !important;
}
#isl-root .isl-tab:hover span { color: #1e2540 !important; }
#isl-root .isl-tab.active span { color: #c5d0e8 !important; }
 
/* Animation */
.isl-fade { animation: islFadeIn .35s ease !important; }
@keyframes islFadeIn {
  from { opacity: 0; transform: translateX(16px); }
  to   { opacity: 1; transform: translateX(0); }
}
 
/* Responsive */
@media (max-width: 768px) {
  #isl-root .isl-card { flex-direction: column !important; min-height: unset !important; }
  #isl-root .isl-img-pane { width: 100% !important; flex: none !important; }
  #isl-root .isl-img-bg { min-height: 200px !important; }
  #isl-root .isl-img-fade { background: linear-gradient(180deg, transparent 50%, #0f1e3d 100%) !important; }
  #isl-root .isl-content { padding: 28px 22px 36px !important; }

  /* ← Yeh change karo */
  #isl-root .isl-tabs {
    flex-wrap: nowrap !important;        /* wrap band karo */
    overflow-x: auto !important;         /* horizontal scroll */
    justify-content: flex-start !important;
    padding-bottom: 6px !important;
    scrollbar-width: none !important;    /* Firefox scroll bar hide */
  }

  #isl-root .isl-tabs::-webkit-scrollbar {
    display: none !important;            /* Chrome/Safari scroll bar hide */
  }

  #isl-root .isl-tab {
    flex-shrink: 0 !important;           /* tab chhota na ho */
    flex-wrap: nowrap !important;
    min-width: 68px !important;
    padding: 10px 10px 9px !important;
  }
}

/* It Experts */
.hero-section {
  background: #f4f7fc;
  padding: 10px 0!important;
}

.crm-emerging-technologies h3{
    color: blue!important;
}

.crm-emerging-technologies{
    padding: 30px 0!important;
} 

/* tag */
.hero-tag {
    width: 100%!important;
  color: #2b5cff!important;
  font-weight: 600!important;
  font-size: 18px!important;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-align: start;
}

/* heading */
.hero-title {
  font-size: 48px;
  font-weight: 800;
  color: #0b1c39!important;
  line-height: 1.2;
  margin-bottom: 20px;
}


/* description */
.hero-desc {
  color: #5c6b80!important;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* points */
.hero-points .point {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/* icon circle */
.hero-points .icon {
  width: 40px;
  height: 40px;
  background: #2b5cff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 14px;
}

/* text */
.hero-points span {
  color: #0b1c39;
  font-size: 15px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-desc {
    font-size: 14px;
  }

  .hero-points .icon {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (max-width: 767px){

  .hero-section{
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }

  .hero-section.py-5{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

}



 /* Form Popup Slider */
/* Sirf yeh naya add karo */
.logos-marquee {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.logos-inner {
    display: flex;
    flex-shrink: 0;
    animation: logos-scroll 14s linear infinite;
}

@keyframes logos-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* Yeh sab SAME raha — kuch change nahi hua */
.logos-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 40px;
}

.logo-item img {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}

@keyframes logos-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* Tablet */
@media (max-width: 768px) {
    .logo-item img {
        max-height: 35px;
    }
    .logos-inner {
        gap: 28px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .logo-item img {
        max-height: 25px;
    }
    .logos-inner {
        gap: 20px;
    }
}


 .core-image {
            position: relative;
            min-height: 500px;
            border-radius: 10px;

            background:
                url('../images/it-consulting-services/it-consulting-business-strategy.webp') center/cover no-repeat!important;
        }

        .hero-content {
    text-align: left!important;
}

.hero-points {
    width: 100%;
}

.point {
    align-items: flex-start!important;
}
.section-sub{
    font-size: 15px!important;
}

/* free consultation button */
.contact-box {
    /* display: flex; */
    align-items: center;
    gap: 16px;
}

.contact-box-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-box-icon i {
    font-size: 20px;
}

.contact-box-text p {
    margin: 0;
    line-height: 1.5;
}


        

.btn-white-ic {
    background: #fff;
    color: var(--b700);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 15px 32px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    border: none;
    
}
.banner-btn-ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 15px 32px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
   
}

.crm-emerging-technologies {
  background: #000;
  color: #fff;
  padding: 80px 0;
  overflow: hidden;
}

.crm-emerging-technologies-head h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.crm-emerging-technologies-head p {
  max-width: 900px;
  margin: auto;
  opacity: 0.8;
}

.crm-emerging-technologies-slider-wrapper {
  position: relative;
  margin-top: 50px;
}

.crm-emerging-technologies-slider {
  display: flex;
  overflow-x: auto;
  gap: 25px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.crm-emerging-technologies-slider::-webkit-scrollbar {
  display: none;
}

.crm-emerging-technologies-card {
  flex: 0 0 calc(33.333% - 17px);
}

.crm-emerging-technologies-card {
  /* min-width: 32%; */
  background: #0b0f19;
  border-radius: 14px;
  /* margin-right: 25px; */
  padding-bottom: 25px;
  transition: 0.3s;
}

.crm-emerging-technologies-card ul {
  margin: 15px 20px 0;
  padding-left: 18px;
  opacity: 0.9;
}

.crm-emerging-technologies-card ul li {
  margin-bottom: 6px;
  font-size: 15px;
}

.crm-emerging-technologies-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}

.crm-emerging-technologies-card h3 {
  font-size: 22px;
  margin: 20px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 6px;
}

.crm-emerging-technologies-card p {
  font-size: 16px;
  opacity: 0.85;
  line-height: 1.7;
  margin: 0 20px;
}

.crm-emerging-technologies-card:hover {
  transform: translateY(-6px);
}

.crm-emerging-technologies-nav {
  position: absolute;
  top: 40%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #000;
  z-index: 5;
}

.crm-emerging-technologies-nav.prev {
  left: -20px;
}

.crm-emerging-technologies-nav.next {
  right: -20px;
}

@media (max-width: 768px) {
  .crm-emerging-technologies-card {
    min-width: 260px;
  }

  .crm-emerging-technologies-nav {
    display: none;
  }
}

/* emerging screen */

/* why choose us section  */
.ai-leader {
  position: relative;
  color: #0b1220;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  overflow: hidden;
}

/* Gradient band */
.ai-leader__band {
  background: linear-gradient(90deg, #7B0FD1 0%, #0F7AC6 100%);
  padding: 56px 0 120px;
  /* extra bottom to allow overlap */
  color: #fff;
}

.ai-leader__title {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.25;
  margin: 0 0 10px;
}

.ai-leader__sub {
  font-size: 15px;
}

/* Cards wrap overlaps gradient */
.ai-leader__cards {
  margin-top: -92px;
  /* pull cards into the band */
  padding-bottom: 24px;
}

/* ===== Feature card ===== */
.ai-feature-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow:
    0 12px 30px rgba(2, 6, 23, 0.1),
    inset 0 0 0 1px rgba(2, 6, 23, 0.05);
  border: 1px solid rgba(2, 6, 23, 0.06);
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.ai-feature-card:hover {
  /* transform: translateY(-2px); */
  box-shadow:
    0 18px 42px rgba(2, 6, 23, 0.16),
    inset 0 0 0 1px rgba(2, 6, 23, 0.06);
}

/* Image card */
.ai-feature-card--image {
  padding: 0;
  overflow: hidden;
}

.ai-feature-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 3;
  /* keeps a nice height; remove if not needed */
}

/* Text cards */
.ai-feature-card--text {
  position: relative;
  padding-left: 24px;
  /* space for accent bar */
}

.ai-feature-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 13px;
  bottom: 0;
  height: 70px;
  background: linear-gradient(90deg, var(--brand-a), var(--brand-b));
  width: 10px;
  margin-bottom: auto;
  margin-top: auto;
  border-radius: 20px;
}

.ai-feature-card__title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #0b1220;
  margin: 0 0 6px;
}

.ai-feature-card__desc {
  font-size: 15px;
  color: #4b5563;
  line-height: 1.55;
  margin: 0;
}

/* Small tweaks for tablets/phones */
@media (max-width: 991.98px) {
  .ai-leader__band {
    padding-bottom: 110px;
  }
}

/* why choose section end */
/* ai faq section start */
/* Wrapper */
.ai-faq-section {
  background: #0b0f19;
  /* dark band (adjust as needed) */
  color: #e5e7eb;

  padding: 3rem 0;
}

.ai-faq-title {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

/* Items */
.ai-faq-item {
  background: rgb(27, 27, 27);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

/* Question button */
.ai-faq-question {
  margin: 0;
}

.ai-faq-toggle {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: #e5e7eb;
  font:
    600 16px/1.3 Inter,
    system-ui,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  padding: 16px 48px 16px 16px;
  position: relative;
  cursor: pointer;
}

.ai-faq-toggle:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.35);
  border-radius: 10px;
}

/* Plus/Minus icon */
.ai-faq-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.ai-faq-icon:before,
.ai-faq-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background: #cde7ff;
  border-radius: 2px;
}

.ai-faq-toggle[aria-expanded="false"] .ai-faq-icon:after {
  /* vertical bar (plus) */
  transform: translate(-50%, -50%) rotate(90deg);
}

/* Answer (animated height) */
.ai-faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  background: #0f1422;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ai-faq-answer p {
  margin: 0;
  padding: 14px 16px;
  color: #fff;
  line-height: 1.6;
  font-size: 15px;
}

/* Optional spacing tweak on very small screens */

.ai_fa_box {
  position: sticky;
  top: 7rem;
  background-color: rgb(27, 27, 27);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(91, 91, 91);
  border-image: initial;
  border-radius: 12px;
  padding: 30px;
}

.ai_fa_box h4,
.ai_fa_box p {
  text-align: start;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.ai_fa_box button {
  background-color: rgb(10 120 190);
  color: rgb(255, 255, 255);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(10 120 190);
  cursor: pointer;

  padding: 10px 1.6rem;
  border-radius: 5px;
}

.ai_fa_box img {
  width: 130px;
  height: auto;
  margin-bottom: 1rem;
}
/* ai faq section end */
   .core-section {
            background: #0f1115;
            padding: 100px 0;
            color: #fff;
        }

        .core-content h2 {
            font-size: 38px;
            font-weight: 700;
            margin: 20px 0;
        }

        .core-content p {
            color: #cfcfcf;
            margin-bottom: 30px;
        }

        .core-badge {
            background: #fff;
            color: #2563eb;
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
        }

        /* Progress */
        .progress-item {
            margin-bottom: 20px;
        }

        .progress-item span {
            display: inline-block;
            font-size: 14px;
        }

        .progress-item span:last-child {
            float: right;
        }

        .progress {
            background: #2a2d33;
            border-radius: 20px;
            height: 10px;
            margin-top: 5px;
            overflow: hidden;
        }

        .progress-bar {
            height: 100%;
            background: linear-gradient(to right, #2563eb, #22c1c3);
            border-radius: 20px;
        }


        /* Circle */
        .experience-circle {
            position: absolute;
            top: -70px;
            left: -50px;
            width: 140px;
            height: 140px;
            background: linear-gradient(135deg, #2563eb, #7c3aed);
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #fff;
            text-align: center;
        }

        .experience-circle h2 {
            margin: 0;
            font-size: 32px;
            font-weight: 600;
        }

        .experience-circle p {
            font-size: 12px;
        }
        .experience-circle .circle-para{
            font-size: 2rem!important;
            font-weight: 600;
            margin-bottom: 0;
        }

        .core-image {
            position: relative;
            min-height: 500px;
            border-radius: 10px;

            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
                url('../images/technology-consulting-services/_book-a-free-consultation-and-power-up-your-business!.webp') center/cover no-repeat;
        }
/* ==== FAQ Section ==== */
.crm-faq-section {
  background: #f8f9fa;
  padding: 4rem 0 1rem;
  color: #1e293b;
}

.crm-faq-title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  color: #1e293b;
}

/* Row & Column */
.crm-faq-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-bottom: 30px;
}

.crm-faq-col {
  flex: 1;
  min-width: 300px;
  max-width: 580px;
}

/* FAQ Card */
.crm-faq-card {
  background: white;
  border-radius: 18px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  /* margin-bottom: 24px; */
  overflow: hidden;
  transition: all 0.3s ease;
}

.crm-faq-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.crm-faq-header {
  padding: 22px 28px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  user-select: none;
}

.crm-faq-toggle {
  width: 44px;
  height: 44px;
  background: #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #475569;
  transition: all 0.3s ease;
}

.crm-faq-card.active .crm-faq-toggle {
  background: #3b82f6;
  color: white;
  /* transform: rotate(45deg); */
}

.crm-faq-card.active .crm-faq-toggle i::before {
  content: "\f068";
  /* minus */
}

.crm-faq-toggle i::before {
  content: "\f067";
  /* plus */
}

.crm-faq-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 28px;
  color: #475569;
  font-size: 1rem;
  line-height: 1.75;
  border-top: 1px solid #e2e8f0;
  transition:
    max-height 0.4s ease,
    padding 0.4s ease;
}

.crm-faq-card.active .crm-faq-body {
  max-height: 400px;
  padding: 20px 28px 28px;
}


.form-card {
  background: #fff;
  color: #000!important;
  padding: 30px;
  border-radius: 20px;
}

.form-card input,
.form-card select,
.form-card textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.form-card button {
  width: 100%;
  background: linear-gradient(90deg, #1b7cb3, #2ea1ff);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
}

.form-footer {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

.custom-form input,
.custom-form select,
.custom-form textarea {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 25px;
  padding: 0 10px;
  height: 45px;
  margin-bottom: 15px;
  font-size: 16px;
  border: #0f4c75 solid 2px;
}

/* PHONE GROUP */
.phone-group {
  display: flex;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 15px;
  border: #0f4c75 solid 2px;
}

.phone-group select {
  width: 110px;
  border: none;
  background: #fff;
  padding: 0 10px;
  margin-bottom: 0;
}

.phone-group input {
  border: none;
  flex: 1;
  background: transparent;
  margin-bottom: 0;
}

/* TEXTAREA */
.custom-form textarea {
  padding: 1rem;
  height: 70px;
  /* resize: none; */
}

/* BUTTON */
.custom-form button {
  width: 100%;
  background: linear-gradient(90deg, #1b7cb3, #2ea1ff);
  border: none;
  padding: 14px;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
}

/* ✅ MOBILE RESPONSIVE FIX */
@media (max-width: 992px) {
  .cta-title {
    font-size: 2rem;
    text-align: center;
  }

  .cta-desc {
    text-align: center;
  }

  .cta-list {
    text-align: left;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .form-card {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .cta-section {
    padding: 2rem 1rem;
  }

  .cta-title {
    font-size: 1.8rem;
  }

  .contact-box {
    padding: 15px;
  }

  .form-card {
    padding: 20px;
  }

  .phone-group {
    flex-direction: row;
  }

  .phone-group select {
    width: 90px;
    font-size: 14px;
  }

  .phone-group input {
    font-size: 14px;
  }
}

/* ===== TESTIMONIALS ===== */
#testi {
  padding: 30px 0;
  background: #f8fafc;
}
#testiTrack .tcard{
    height: 320px;
    display: flex;
    flex-direction: column;
}

#testiTrack .tq{
    flex: 1;
    overflow: hidden;
}

.tcard {
  background: #fff;
  border: 1px solid var(--slate200);
  border-radius: 16px;
  padding: 30px;
  transition: all 0.25s;
  height: 100%;
}

.tcard:hover {
  border-color: var(--b300);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
  transform: translateY(-2px);
}

.tstars {
  color: #f59e0b;
  font-size: 13px;
  margin-bottom: 14px;
}

.tq {
  font-size: 14px;
  color: var(--slate600);
  line-height: 1.75;
  margin-bottom: 22px;
  /* font-style: italic; */
}

.tavatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--b700);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  color: #fff;
  flex-shrink: 0;
}

.tname {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
   margin-bottom:5px;
}


.trole {
  font-size: 12px;
  color: var(--slate500);
   margin-bottom:0;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0eeff;
    color: #6c63ff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 14px;
}
.eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6c63ff;
    display: inline-block;
}
.tavatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.tavatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.tcard {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tstars {
    color: #f59e0b;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: left;
}

.tq {
    font-size: 15px;
    color: #374151;
    line-height: 1.7;
    flex: 1;
    margin: 0;
    text-align: left;
}

.tname {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.trole {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}
.section-h {
    font-size: 3rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 14px;
}
/* CTA RESPONSIVE */
@media (max-width: 575px) {

    .cta-banner {
        padding: 24px 16px;
        text-align: center;
    }

    .cta-btn {
        width: 100%;
        max-width: 100%;
        padding: 13px 16px;
        font-size: 0.82rem;
        white-space: normal;
        word-break: break-word;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        box-sizing: border-box;
    }

}
@media (max-width: 575px) {

    .cta-btn {
        height: auto;
        padding: 12px 20px;
        line-height: 1.4;
    }

}