/* Bangalore Pages Specific Styles */

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.img-table {
  width: 100%;
  height: auto !important;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.tableStyle {
  width: 100%;
  margin-bottom: 20px;
}

.tableStyle th {
  background: #4f0469;
  color: #fff;
  padding: 12px;
  text-align: left;
}

.tableStyle td {
  padding: 12px;
  border: 1px solid #ddd;
}

/* Responsiveness Tweaks */
@media (max-width: 768px) {
  .banner-heading h1 {
    font-size: 24px;
    line-height: 1.2;
  }

  .ts-team-content .ts-designation {
    font-size: 16px;
  }

  .img-table {
    margin-bottom: 20px !important; /* Attach to table below */
    border-bottom-left-radius: 10;
    border-bottom-right-radius: 10;
  }

  .tableStyle {
    margin-top: 0px !important;
  }

  .tableStyle th {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media (max-width: 480px) {
  .banner-area {
    padding: 60px 0;
  }

  .border-title {
    font-size: 20px;
    line-height: normal;
  }

  .tableStyle th,
  .tableStyle td {
    padding: 8px 6px;
    font-size: 13px;
  }
}

/* Breed Image Standardization - Desktop 
@media (min-width: 992px) {
  .img-table {
    height: 380px !important;
    object-fit: cover;
    width: 100%;
  }
}*/

/* Call to Action (CTA) Styles */
.cta-box {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #eee;
  margin-top: 20px;
  text-align: left;
}

.cta-box h3 {
  color: #4f0469;
  margin-top: 0;
  font-size: 22px;
}

.cta-box p {
  margin-bottom: 20px;
  color: #555;
}

.btn-cta {
  background: #4f0469;
  color: #fff !important;
  padding: 12px 25px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.btn-cta:hover {
  background: #3a034d;
}
