.breadcrumb-area {
  background: #f5f7fa;
  padding: 90px 0 40px;
  margin-top: 70px;
}

.breadcrumb-area h2 { text-align:center;
  font-size: 28px;
  font-weight: 600;
}

.breadcrumb { text-align:center; display:block;
  background: transparent;
  padding: 0;
  margin-top: 10px;
}

.breadcrumb li {
  display: inline;
  font-size: 14px;
}

.breadcrumb li a {
  color: #0d6efd;
  text-decoration: none;
}

.breadcrumb li::after {
  content: " / ";
  padding: 0 5px;
}

.breadcrumb li:last-child::after {
  content: "";
}

@media (max-width: 768px) {
  .breadcrumb-area {
    text-align: center;
    padding: 60px 0 30px;
  }
}

.section-padding {
  padding: 60px 0;
}
.reg-offer {
  margin: 30px 0;
}

.offer-title {
  color: red;
  font-weight: 700;
}

.offer-subtitle {
  color: #0d3c8a;
  font-style: italic;
  font-weight: 600;
}

.reg-grid table {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.reg-grid th {
  background: #0b3cc1;
  color: #fff;
  font-weight: 600;
  vertical-align: middle;
}

.reg-grid th small {
  font-size: 12px;
  color: #dbe7ff;
}

.reg-grid td {
  font-size: 15px;
}

.reg-grid tbody tr:hover {
  background: #f6f9ff;
}

@media (max-width: 768px) {
  .reg-grid th,
  .reg-grid td {
    font-size: 14px;
    padding: 10px;
  }
}

.guidelines {
  background: #f9fcff;
  padding: 30px;
  border-radius: 8px;
}

.guidelines h4 {
  color: #0b3cc1;
  margin-bottom: 15px;
}

.note {
  background: #eef6ff;
  padding: 12px;
  border-left: 4px solid orange;
}



/* ofc bearers committee*/
.committee-section {
  padding: 70px 0;
  background: #f7f9fc;
}

.section-title h2 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #0b3c8a;
}

.section-title p {
  color: #666;
  margin-bottom: 40px;
}

.committee-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.committee-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.committee-img {
  width: 100%;
  /*height: 260px;*/
  overflow: hidden;
}

.committee-img img {
  width: 170px; border-radius:50%; border:4px solid #003399; padding:2px;   
  object-fit: cover;
}

.committee-info {
  padding: 18px 15px 22px;
}

.committee-info h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}

.committee-info span {
  display: block;
  font-size: 14px;
  color: #0d6efd;
  margin-bottom: 4px;
}

.committee-info p {
  font-size: 13px;
  color: #777;
  margin: 0;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .committee-img {
    height: 220px;
  }
}

/* countdown */

.countdown-wrapper {
  text-align: center;
  padding: 10px 5px;
  /*background: linear-gradient(135deg, #0d6efd, #084298);*/
  color: #fff;
}

.countdown-title {
  font-size: 20px !important;
  margin-bottom: 10px;
  font-weight: 600;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.time-box {
  background: rgba(76, 9, 0, 0.8);
  padding: 12px 15px;
  border-radius: 10px;
  min-width: 90px;
}

.time-box span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.time-box small {
  font-size: 14px;
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 576px) {
  .countdown-title {
    font-size: 22px;
  }
  .time-box {
    min-width: 70px;
    padding: 12px;
  }
  .time-box span {
    font-size: 24px;
  }
}
