
.footer_links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_links li {
  margin-top: 10px;
}

.footer_links a {
  text-decoration: none;
  color: #a1acb7;
  font-size: 14px;
  transition: color 0.3s;
}

.footer_links a:hover {
  color: #0094da;
}


.contact_info {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #a1acb7;
}

.contact_info li {
  margin-bottom: 15px;
}

.contact_info a {
  color: #0094da;
  text-decoration: none;
}

.contact_info a:hover {
  text-decoration: underline;
}



  /* Hero Section */
.hero {
  padding: 60px 0;
  background: #f5f8fb;
}

.hero-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.hero-image {
  flex: 1;
  position: relative;
}

.hero-image img {
  width: 100%;
  border-radius: 15px;
}

.hero-image {
  position: relative; /* required for absolute children */
}

/* .date-card {
  position: absolute; /* enable this */
  /* bottom: 20px;
  background: #0094da; /* your updated blue shade */
  /* color: white;
  padding: 20px;
  border-radius: 12px;
  width: 160px;
  text-align: center;
  font-weight: 600;
  transition: transform 0.3s;
  float: left;
} */ 



/* .date-card .icon {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.date-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}  */
.hero-text {
  flex: 1;
}

.hero-text h5 {
  color: #0094da;
  font-weight: 600;
  margin-bottom: 10px;
}

.hero-text h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  
}

.hero-text p {
  margin-bottom: 15px;
  line-height: 1.6;

}
 
.btn-group {
  margin-top: 20px;
  transition: transform 0.3s;
}

.btn-group button {
  background: #0094da;
  color: white;
  padding: 10px 18px;
  margin-right: 10px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
 
  transition: transform 0.3s;
}

.btn-group button:hover {
  background: #0094da;
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}


.title {
  text-align: center;
  color: rgb(10, 10, 10);
  background: #f5f8fb;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 5px;
  position: relative;
  margin: 0 auto;
}
    h2.title {
      text-align: center;
      color: #080808;
     
      display: inline-block;
      padding: 8px 20px;
      border-radius: 5px;
      position: relative;
    }

    h2.title::after {
      content: '';
      display: block;
      height: 3px;
      width: 40px;
      background: #0094da;
      margin: 8px auto 0;
    }

    .committee-wrapper {
      max-width: 1100px;
      margin: 40px auto;
      display: flex;
      gap: 30px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .member-card {
      background: white;
      padding: 20px;
      border-radius: 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      text-align: center;
      width: 250px;
      transition: transform 0.3s;
    }

    .member-card:hover {
      transform: translateY(-5px);
    }

    .member-card img {
     width: 220px;
  height: 220px;
  border-radius: 50%; /* Full circle */
  border: 3px solid #0094da;
  object-fit: cover; /* Fills circle */
  object-position: top; /* Keeps head in view */
  margin-bottom: 10px;
  background-color: #fff; /* optional fallback */
    }

    .member-name {
      font-weight: 600;
      font-size: 18px;
      margin: 10px 0 6px;
    }

    .member-role {
      background: #f5dffb;
      color: #0094da;
      padding: 5px 12px;
      border-radius: 15px;
      font-size: 14px;
      display: inline-block;
    }

    .registration-container {
  padding: 40px 20px;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

.registration-title {
  font-size: 26px;
  font-weight: bold;
  position: relative;
}

.registration-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #1188be;
  display: block;
  margin: 10px auto 0;
  border-radius: 5px;
}

.registration-table {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
}

.reg-column {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  width: 345px;
  padding: 15px;
}

.reg-heading {
  background: #1188be;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  font-size:19px;
}

.reg-box {
  background: #f5f7fc;
  margin: 10px 0;
  padding: 10px;
  border-radius: 8px;
}

.reg-date {
  font-weight: bold;
  font-size: 13px;
  color: #333;
}

.reg-total {
  font-weight: bold;
  color: #1188be;
}

.reg-spot {
  background: #e6eaf8;
}

.reg-btn {
  background: #1188be;
  color: #fff;
  border: none;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

.reg-btn:hover {
  background: #1188be;
}

.reg-bottom {
  margin-top: 30px;
}

.reg-all-btn {
  background: #0094da;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
}

.reg-all-btn:hover {
  background: #aab8f2;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #3c3c3c;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #63e0ff;
    margin: 10px auto 0;
    border-radius: 2px;
}

.organizer-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #f8f9fa;
    border-left: 5px solid #63ceff;
}

.organizer-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background-color: #ffffff;
}
