/* Section spacing */
/*.section {
  background: #ffffff;
}*/

/* Icon circle */
.icon-circle {
  width: 56px;
  height: 56px;
  background: rgba(254, 63, 64, 0.12);
  color: #fe3f40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  margin-bottom: 15px;
}

/* Soft card */
.soft-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  height: 100%;
}

.soft-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

/* About text */
.about-text p {
  color: #555;
  font-size: 15px;
}

/* Section heading */
.section-heading h2 {
  font-weight: 700;
}

.section-heading p {
  color: #777;
  font-size: 16px;
}
.about-modern {
  background: #fafafa;
}

.about-badge {
  display: inline-block;
  background: rgba(254, 63, 64, 0.1);
  color: #fe3f40;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}

.about-content p {
  line-height: 1.9;
}

.about-points li {
  list-style: none;
  margin-bottom: 10px;
  color: #555;
}

.about-points i {
  color: #fe3f40;
  margin-right: 8px;
}

.mini-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.mini-card i {
  font-size: 28px;
  color: #fe3f40;
  margin-bottom: 10px;
}

.glass-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.glass-card i {
  font-size: 26px;
  color: #fe3f40;
  margin-bottom: 15px;
}

.icon-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.icon-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.icon-card i {
  font-size: 30px;
  color: #fe3f40;
  margin-bottom: 12px;
}
.about-modern {
  background: #fafafa;
}

.about-badge {
  background: rgba(254, 63, 64, 0.1);
  color: #fe3f40;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
}

.mini-card,
#about .service-card,
.icon-card,
.glass-card {
  /* background: #fff; */
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  height: 100%;
}

.mini-card i,
#about .service-card i,
.icon-card i {
  font-size: 30px;
  color: #fff;
  margin-bottom: 12px;
}

.mini-card i,
.service-card .aboutus-service-card i,
.icon-card i {
  font-size: 30px;
  
   color: #fe3f40;
  margin-bottom: 12px;
}

#about .service-card p,
.icon-card p {
  color: #555;
  line-height: 1.7;
}

.approach-list li {
  margin-bottom: 10px;
  color: #555;
}

.icon-card:hover,
#about .service-card:hover,
.mini-card:hover {
  transform: translateY(-6px);
  transition: all 0.3s ease;
}
#about  .section-underline {
  display: inline-block;
  position: relative;
}

#about .section-underline::after {
  content: "";
  width: 60%;
  height: 3px;
  background: #fe3f40;
  position: absolute;
  left: 20%;
  bottom: -8px;
  border-radius: 4px;
}
#about .service-card h6 {
    color: #fe3f40;
    margin-bottom: 10px;
}
.approach-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: #555;
}

.approach-list i {
  color: #fe3f40;
  font-size: 16px;
  margin-top: 4px;
}
#about .service-card .fa {
    color: red;
}