.tp-about-area {
  background: #f7f9fc;
}

.tp-about-cpr-content {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  border: 1px solid #eef1f6;
  position: relative;
  overflow: hidden;
}

/* hover effect */
.tp-about-cpr-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* top accent bar */
.tp-about-cpr-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
     background: linear-gradient(90deg, #9f3b3c, #cb1010);
}

/* Director label */
.tp-about-cpr-content span {
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
  color: #cb1010 !important;
}

/* Name */
.tp-about-cpr-content h2 {
  font-weight: 700;
  margin-bottom: 18px;
  color: #111;
}

/* Paragraph */
.tp-about-cpr-content p {
  color: #5f6c7b;
  font-size: 15.5px;
  line-height: 1.8;
}

/* column spacing on mobile */
@media (max-width: 991px){
  .tp-about-cpr-content{
    padding: 30px 25px;
  }
}

/* subtle divider between paragraphs */
.tp-about-cpr-content p + p{
  border-top: 1px dashed #e5e9f2;
  padding-top: 15px;
}
.service-card{
  display:block;
  background:#fff;
  padding:30px 20px;
  border-radius:14px;
  text-align:center;
  transition:.35s;
  height:100%;
  box-shadow:0 5px 25px rgba(0,0,0,.05);
  text-decoration:none;
}

.service-card i{
  font-size:32px;
  color:#cb1010;
  margin-bottom:15px;
  transition:.3s;
}

.service-card h5{
  font-size:16px;
  font-weight:600;
  color:#111;
  line-height:1.4;
}

.service-card:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.service-card:hover i{
  transform:scale(1.2);
}

.industry-card{
    background:#fff;
    border-radius:16px;
    padding:35px 20px;
    text-align:center;
    transition:.4s;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,0.06);
}

.industry-card i{
    font-size:36px;
    color:#cb1010;
    margin-bottom:18px;
    transition:.4s;
}

.industry-card h5{
    font-weight:600;
    font-size:17px;
    color:#111;
}

.industry-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,0.12);
    background:#cb1010;
}

.industry-card:hover i,
.industry-card:hover h5{
    color:#fff;
}
