.rs-specialize-section {
  background-color: #f9fbfd;
  position: relative;
}
.specialized-card-container{
    margin-top: 40px;
}
.rs-specialize-section .rs-section-subtitle {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0099cc;
}

.special-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.special-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 153, 204, 0.15);
}

.special-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #e6f6fc;
  color: #0099cc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  transition: all 0.3s ease;
}

.special-card:hover .special-icon {
  background: #0099cc;
  color: #fff;
  transform: rotate(10deg);
}

.special-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0d2a4d;
}

.special-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}



.quality-medicines {
  background: linear-gradient(135deg, #f9fbfc, #eef6f9);
}

.quality-img-wrapper {
  position: relative;
}

.quality-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #007bff;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.quality-badge i {
  font-size: 18px;
}

.section-title h5 {
  letter-spacing: 1px;
}

.expertise-points div {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.3s ease;
}

.expertise-points div:hover {
  transform: translateX(5px);
}
.rs-work-stpe-area {
  background: linear-gradient(135deg, #f8fbfc, #eef6f9);
  position: relative;
  overflow: hidden;
}

.rs-work-step-item {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.rs-work-step-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.rs-work-step-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.descrip {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.rs-work-step-number-wrapper i {
  background: #eaf3ff;
  border-radius: 50%;
  padding: 15px;
}
.process-counts{
    margin-top: 30px;
}
.rs-text-slide-area {
  background: linear-gradient(90deg, #f6faff, #e9f2ff);
  border-top: 1px solid #dce8f3;
  border-bottom: 1px solid #dce8f3;
}

.rs-text-slide-title {
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #007bff;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.rs-text-slide-title:hover {
  color: #0056b3;
}
.rs-text-slide-area {
  background: linear-gradient(90deg, #f6faff, #e9f2ff);
  border-top: 1px solid #dce8f3;
  border-bottom: 1px solid #dce8f3;
}

.rs-text-slide-title {
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #007bff;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.rs-text-slide-title:hover {
  color: #0056b3;
}
