/* ===== Founder Section Styling ===== */

.founder-section{
  padding: 80px 0;
  background: #f4f4f4;
}

.founder-image-box{
  background: #000;
  padding: 10px;
  border-radius: 18px;
  border: 3px solid #b98c12;
  display: inline-block;
}

.founder-image-box img{
  width: 100%;
  max-width: 320px;
  border-radius: 12px;
  object-fit: cover;
}

.founder-content{
  background: #000;
  padding: 45px 40px;
  border-radius: 18px;
  border: 2px solid #b98c12;
  color: #fff;
}

.founder-name{
  font-size: 39px;
  font-weight: 700;
  color: #b98c12;
  margin-bottom: 8px;
}

.founder-name span{
  font-size: 18px;
  color: #ddd;
  font-weight: 400;
}

.founder-designation{
  font-size: 28px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 500;
}

.founder-details{
  padding-left: 18px;
  margin-bottom: 20px;
}

.founder-details li{
  margin-bottom: 10px;
  line-height: 36px;
  font-size: 22px;
}

.founder-quote{
  border-left: 4px solid #b98c12;
  padding: 12px 20px;
  font-style: italic;
  color: #ddd;
  margin: 25px 0;
  background: rgba(185,140,18,0.08);
  font-size: 20px;
  line-height: 36px;
}
.founder-legacy{
  font-size: 20px;
  color: #fff;
}
.founder-legacy strong{
  color: #b98c12;
}
/* ===== Our Advocate Team Section ===== */

.advocate-team-section{
  padding: 80px 0;
  background: linear-gradient(135deg, #b98c12, #e6c15a);
}

.advocate-team-section .section-title{
  color: #000;
}
.advocate-card{
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
  transition: 0.3s ease;
  border: 2px solid #000;
}
.advocate-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
  border-color: #fff;
}
.advocate-card img{
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.advocate-card h4{
  margin-top: 28px;
  color: #b98c12;
  font-size: 28px;
  font-weight: 600;
}

.advocate-card .designation{
  color: #fff;
  font-size: 22px;
  margin: 4px 0;
}

.advocate-team-section .advocate-card .practice{
  color: #ddd;
  font-size: 20px;
  padding:0px;
}

.advocate-card .experience{
  color: #b98c12;
  font-size: 20px;
  margin-top: 6px;
  font-weight: 600;
}
/* ===== Practice Distribution / Team Strength Section ===== */

.team-strength-section{
  background: #000;
  padding: 60px 0;
}
.total-strength-box{
  display: inline-block;
  background: #111;
  border: 2px solid #b98c12;
  padding: 25px 60px;
  border-radius: 18px;
  margin-bottom: 45px;
}

.total-strength-box h3{
  font-size: 48px;
  font-weight: 700;
  color: #b98c12;
  margin-bottom: 0;
}

.total-strength-box p{
  color: #fff;
  letter-spacing: 1px;
  margin-top: 6px;
  font-size: 24px;
}

.practice-box{
  background: #111;
  padding: 35px 22px;
  border-radius: 16px;
  border: 2px solid #222;
  transition: 0.3s ease;
  height: 100%;
}

.practice-box:hover{
  border-color: #b98c12;
  transform: translateY(-6px);
}

.practice-box h4{
  color: #b98c12;
  font-size: 25px;
  margin-bottom: 12px;
  font-weight: 600;
}

.practice-box p{
  color: #ccc;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 0px;
}

.professional-values-section{
  background: #f5f5f5;
  padding: 60px 0;
}
.professional-values-section .section-subtitle{
  color:black;
}

.value-card{
  background: #fff;
  padding: 40px 25px;
  border-radius: 18px;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.07);
  text-align: center;
  transition: 0.3s ease;
  height: 100%;
}

.value-card:hover{
  transform: translateY(-8px);
  box-shadow: 0px 12px 30px rgba(0,0,0,0.12);
}

.value-card i{
  font-size: 48px;
  color: #b98c12;
  margin-bottom: 18px;
}

.value-card h4{
  font-size: 28px;
  font-weight: 600;
  color: #111;
  margin-bottom: 12px;
  line-height: 40px;
}

.value-card p{
  font-size: 22px;
  line-height: 36px;
  color: #292626;
}




