:root {
  --section-bg1: #F6FAFB;
  --primary-color: #0D3B66;
  --highlight-color: #FF6B6B;

  --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --text-color: #333333;
}
.section-what-we-do {
  padding: 80px 0;
}
h3 {
  color: var(--primary-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}
h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  border-radius: 5px;
}
.expertise-card {
  background-color: var(--card-bg);
  border: light;
  border-radius: 20px;
  transition: all 0.3s;
  box-shadow: var(--shadow);
}
/* // 2nd part */

.cloud-pillar-container {
  flex-wrap: wrap;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.cloud-pillar-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 4px;
  background-color: #0D3B66;
  z-index: 1;
}
.cloud-pillar-item {
  z-index: 2;
}
.pillar-number {
  font-size: 22px;
  font-weight: bold;
  color: #0D3B66;
  margin-bottom: 5px;
}
.pillar-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #5C9F9C;
  /* background-color:#fcefe8; */
  border: 3px solid #0D3B66;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color:rgb(255, 255, 255);
  margin: 0 auto 5px auto;
  position: relative;
}
.pillar-text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .cloud-pillar-container {
      flex-direction: column;
      gap: 10px;
      position: relative;
  }
  .cloud-pillar-container::before {
      width: 0px;
      height: 0%;
      left: 0%;
      top: 0;
      transform: translateX(-50%);
      z-index: 1;
  }
  .cloud-pillar-item {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: 90%;
      position: relative;
      gap: 15px;
  }
  .pillar-circle {
      flex-shrink: 0;
      margin: 0;
  }
  .pillar-content {
      display: flex;
      align-items: center;
      gap: 10px;
  }
  .pillar-number {
      margin-bottom: 0;
  }
  .pillar-text {
      text-align: left;
      margin-top: 0;
  }
}
/* // 3rd part */
/* .trusted-tech-logo-distance {padding: 80px 20px;}
.trusted-logo {max-width: 100px;}
.curved-bg {
background: linear-gradient(to bottom, #F8A488 0%, transparent 50%);
border-radius: 50% 50% 0 0; }
.btn-primary {
background-color: #0D3B66;
border-radius: 8px;
transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
background-color: #052B3A;
} */

/* // 4th part */
.testimonial-wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.testimonial-card {
  display: none;
  /* background-color: #F7FAFC; */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: opacity 0.5s ease;
}
.testimonial-card.active {
  display: block;
  opacity: 1;
}
.testimonial-content p {
  font-size: 1.1rem;
  color: #5a5a5a;
}
.testimonial-author h5 {
  margin-top: 15px;
  font-size: 1.2rem;
  color: #0d3b66;
}
.testimonial-author span {
  display: block;
  color: #777;
  font-size: 0.9rem;
}
.testimonial-controls {
  margin-top: 20px;
  text-align: center;
}
.testimonial-controls button {
  background-color: #0d3b66;
  border: none;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s;
}
.testimonial-controls button:hover {
  transform: scale(1.2);
}
.testimonial-controls button.active {
  background-color: #f05454;
}
/* // 5th part  inlined ones */
.our-expertise{
  background-color: #fff; border-left: 4px solid #0D3B66; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);}
.our-expertise-icons{
  background-color: #5C9F9C; color: white;}
.our-approach-bg{background: linear-gradient(180deg, #f0faff 0%, #e0f7ff 100%); overflow: hidden;}
.trusted-tech-logo-height{height: 70px; }
.trusted-tech-logo-max-height{max-height: 30px; }
.trusted-tech-logo2-max-height{max-height: 50px; }
/* .testimonial-bg {background: linear-gradient(180deg, #F6FAFB 0%, #DDE4E8 100%); overflow: hidden;} */
.testimonial-index{z-index: 1;}

/* trusted cloud technologies SECTION*/
