h2.heading {
  color: #2c2c2c !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

.process-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.process-box {
  background: #fff;
  /* border-radius: 8px; */
  padding: 10px;
  position: relative;
  box-shadow: -10px 0px 15px -8px rgba(0, 0, 0, 0.15); /* only left shadow */
  transition: transform 0.3s ease;
}
.process-title .process-bg {
  position: absolute;
  left: -10px;
  top: -6px;
  width: 120%;
  height: 35px; /* height of the ribbon */
  z-index: -1; /* sit behind text */
}
.process-box:hover {
  transform: translateY(-5px);
}
.process-icon {
  font-size: 30px;
  margin-bottom: 10px;
  color: #e6dcf5;
}
.process-icon img{
  width: 40px;

}
.process-title {
  position: relative;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 12px;
  z-index: 1;
}
.process-bg::after {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 6px;
  position: absolute;
  top: -22px;
  right: -16px;
  font-size: 54px;
}
/* Example colors for different boxes */
.process-1 .process-bg {
  background: #e6dcf5;
  color: #e6dcf5;
}
.process-1 .process-icon {
  color: #8f6fc1;
}
.process-2 .process-bg {
  background: #fff2e1;
  color: #fff2e1;
}
.process-2 .process-icon {
  color: #ffa835;
}
.process-3 .process-bg {
  background: #e2f3e4;
  color: #e2f3e4;
}
.process-3 .process-icon {
  color: #27ae60;
}
.process-4 .process-bg {
  background: #daedf2;
  color: #daedf2;
}
.process-4 .process-icon {
  color: #3498db;
}
.process-box:nth-child(1) .process-title {
  color: #000;
}
.process-box:nth-child(2) .process-title {
  color: #000;
}
.process-box:nth-child(3) .process-title {
  color: #000;
}
.process-box:nth-child(4) .process-title {
  color: #000;
}
.process-text {
  font-size: 15px;
  line-height: 1.5;
}

.steps-section {
  /* max-width: 1100px; */
  margin: 0 auto;
  padding: 2rem 1em;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.step {
  display: flex;
  align-items: center;
  gap: 2rem;
}

/* Left side images */
.step-left {
  /* flex: 1; */
}
.step-left img {
  width: 100%;
  max-width: 140px; /* keeps images consistent */
  height: auto;
  /* border-radius: 50%; */
  /* object-fit: cover; */
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
}

/* Right side content */
.step-right {
  flex: 3;
}
.step-right h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5rem;
  position: relative;
}
.step-right h3::after {
  content: "\f101"; /* Font Awesome caret-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  color: #ff7a00;
}
.step-right p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .step {
    flex-direction: column;
    text-align: center;
  }
  .step-left img {
    max-width: 120px;
    margin-bottom: 1rem;
  }
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.feature-box .icon {
  position: relative;
  flex-shrink: 0;
  /* color: #0d6efd; */
  /* Bootstrap primary blue */
  /* font-size: 50px; */
  width: 12%;
  padding: 5px 20px;
  border-right: 1px solid #a3a3a3dd;
}

.feature-box .content {
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
  padding: 5px 20px;
}

.feature-box .content span {
  font-weight: 600;
}

.team-size {
  background: #f5f5f5;
}

.content p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}

.teamimg {
  width: 100%;
}

.icon-span {
  height: 100px;
  width: 1px;
  background: #888888;
  position: absolute;
  right: 0;
  top: -14px;
}
.team-section{
  display: flex;
  margin: 20px auto;
}

.data-sub{
  font-size: 15px;
  font-weight: bold;
}
.primary .data-sub{
  text-align: right;
}

.primary p{
  text-align: right !important;
}
.secondary p{
  text-align: left !important;
}

@media (max-width: 991px) {
  .page-heading .slogan {
    display: none !important;
  }

  .feature-box .icon {
    width: 20%;
    padding: 0px 15px;
  }
      .sources {
        flex-direction: column;
        gap: 2rem;
    }
    .primary p{
  text-align: left !important;
}

.primary .data-sub{
  text-align: left;
}
  
}

@media (min-width: 320px) and (max-width: 764px) {
  .about-detail img {
    margin-right: unset !important;
    width: unset !important;
    height: 200px !important;
    min-height: 210px;
  }

  #coatimg {
    text-align: center;
  }

  .feature-box {
    flex-direction: column;
  }

  .feature-box .icon {
    border: none;
    width: 30%;
  }

  .feature-box .content {
    text-align: justify;
  }

  .teamimg {
    width: 100%;
  }

  .feature-box {
    margin-top: 15px;
  }
  .team-section{
    flex-direction: column;
  }
  .sources{
    flex-direction: column;
    gap: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about-detail img {
    height: 185px !important;
    min-height: 185px !important;
    width: 100% !important;
  }

  .about-grey p {
    font-size: 16px;
  }

  .about-detail p {
    font-size: 17px;
  }

  .about-new p {
    font-size: 16px;
  }

  .feature-box .content {
    font-size: 15px;
  }

  .content p {
    font-size: 16px;
  }
  .step-right p{
    font-size: 15px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .feature-box .icon {
    width: 13%;
  }
  .feature-box .content{
    font-size: 15px;
  }
  .process-text{
    font-size: 15px;
  }
}

.data-source{
  margin: 20px auto;
}

 .circle-box {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 
    0 0 0 8px #eaeaea,
    0 0 0 16px #cfc6f5,
    0 0 0 24px #a8e6a1; */
  font-size: 18px;
  line-height: 1.4;
}

