/* Tech Stack Section */
#techstack {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
/* i.lni{
  font-size: 32px;
    border-radius: 50%;
    background: #f55e13;
    padding: 19px;
    color: white;
} */
.text-primary {
    color: #f55e13 !important;
}
.wrap_btn{
  background: transparent;
    border: 1px solid #f55e13;
    color: #f55e13;
}
.wrap_btn:hover{
  background: transparent;
    border: 1px solid #f55e13;
    color: #000;
}
.tech-box {
  transition: all 0.25s ease;
  border-radius: 14px;
}

.tech-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(3, 19, 44, 0.16);
}

.tech-icon {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
}

/* Testimonials Section */
#testimonials {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.testimonial-card {
  background: linear-gradient(180deg, #ffffff, #fafcff);
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(3, 19, 44, 0.08);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 38px rgba(3, 19, 44, 0.12);
}

.testimonial-text {
  font-style: italic;
  color: #6c757d;
  font-size: 1.05rem;
  line-height: 1.7;
}

.rating {
  color: #ffb400;
  font-size: 1.2rem;
}

/* Carousel controls styling */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(100%);
}

/* Execution Process */
#execution-process {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.process-card {
  border-radius: 16px;
  transition: all 0.25s ease;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 38px rgba(3, 19, 44, 0.12);
}

.step-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 6px 20px rgba(5, 117, 230, 0.25);
}

/* New step icon badges */
.step-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(3, 19, 44, 0.08);
}

/* Per-step colors */
.icon-discovery {
  color: #f55e13;
  border: 2px solid #f55e13;
  background: rgba(245, 94, 19, 0.08);
}

.icon-strategy {
  color: #0d6efd;
  border: 2px solid #0d6efd;
  background: rgba(13, 110, 253, 0.08);
}

.icon-qa {
  color: #28a745;
  border: 2px solid #28a745;
  background: rgba(40, 167, 69, 0.08);
}

.icon-dev {
  color: #6f42c1;
  border: 2px solid #6f42c1;
  background: rgba(111, 66, 193, 0.08);
}

.icon-launch {
  color: #e83e8c;
  border: 2px solid #e83e8c;
  background: rgba(232, 62, 140, 0.1);
}

.icon-support {
  color: #0dcaf0;
  border: 2px solid #0dcaf0;
  background: rgba(13, 202, 240, 0.12);
}

/* Success Stories */
#success-stories {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.story-card {
  border-radius: 18px;
  transition: all 0.25s ease;
  background: linear-gradient(180deg, #ffffff, #fafcff);
}

.story-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 38px rgba(3, 19, 44, 0.12);
}

.story-img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

#success-stories a:hover {
  opacity: 0.8;
}


/* Industries We Serve */
#industries {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.industry-box {
  border-radius: 16px;
  transition: all 0.25s ease;
  background: linear-gradient(180deg, #ffffff, #fafcff);
}

.industry-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(3, 19, 44, 0.12);
}

.industry-icon {
  width: 85px;
  height: 85px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(3, 19, 44, 0.08);
}


/* Big Ideas Section */
#big-ideas {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.big-card {
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
  transition: all 0.25s ease;
}

.big-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 38px rgba(3, 19, 44, 0.12);
}

.icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(5, 117, 230, 0.28);
}

.icon-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Feature cards equal height */
.feature-style-5 .single-feature {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.feature-style-5 .single-feature .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feature-style-5 .row {
  display: flex;
  flex-wrap: wrap;
}

.feature-style-5 .row > [class*="col-"] {
  display: flex;
}

/* Optimize WOW animations after completion */
.wow-complete {
  animation: none !important;
  transition: none !important;
}

/* Reduce animation complexity for better performance */
.wow {
  will-change: auto; /* Remove will-change to free up resources */
  backface-visibility: hidden; /* Hardware acceleration hint */
}

/* Execution Process */
#execution-process {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
 
.process-card {
  border-radius: 16px;
  transition: all 0.25s ease;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
}
 
.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 38px rgba(3, 19, 44, 0.12);
}
 
.step-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 6px 20px rgba(5, 117, 230, 0.25);
}

.tech-card {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 12px;
    background: rgba(0,0,0,0.03);
    padding: 16px;
    transition: 0.3s ease-in-out;
}
.tech-card:hover {
    border-color: #f55e13;
}
.tech-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgb(245 94 19);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: white;
}
.tech-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
