.swiper-slide .join-btn,
.testimonials-section .testimonial-pagination .swiper-pagination-bullet-active,
.testimonials-section .testimonial-prev:hover, .testimonials-section .testimonial-next:hover{
  background: #EBBF66 !important;
}
.sister-concern h3{
  color:#EBBF66;
}
.swiper-slide .join-btn:hover{
  background: #B28475;
}
.swiper-slide .hero-content{
  max-width: 600px;
}
.swiper-slide .join-btn{
    box-shadow: none;
}
.building-company-section {
  padding: 60px 0 40px 0;
}

.building-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

.building-subtitle {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
}

.bc-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  padding: 28px 18px 24px 18px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #d9d9d9;
}

.bc-card-img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 18px;
}

.bc-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.bc-card-text {
  font-size: 0.98rem;
  color: #666;
  margin-bottom: 18px;
  flex: 1 1 auto;
  text-align: justify;
}

.bc-card-link {
  display: inline-block;
  font-weight: 600;
  color: #222;
  border-bottom: 2px solid #ffe066;
  text-decoration: none;
  letter-spacing: 1px;
  transition: color 0.2s, border-color 0.2s;
}

.bc-card-link:hover {
  color: #ffb300;
  border-color: #ffb300;
}

.bc-card:hover {
  transform: translateY(-6px) scale(1.03);
}

@media (max-width: 991px) {
  .bc-card {
    padding: 22px 10px 18px 10px;
  }
  .bc-card-img {
    height: 110px;
  }
  .bc-card-text{
    font-size:14px;
  }
  .bc-card-title{
    font-size:17px;
  }
}

@media (max-width: 767px) {
  .building-company-section {
    padding: 40px 0 20px 0;
  }
  .bc-card {
    padding: 16px 6px 14px 6px;
  }
  .bc-card-img {
    height: 295px;
  }
}
