:root {
  --primary-dark: #1e3a8a;
  --primary-light: #3b82f6;
  --light-blue: #dbeafe;
  --text-dark: #3B3E8D;
  --text-muted: #6b7280;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
}

/* Navigation */
.navbar {
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.navbar-brand img {
  transition: transform 0.3s ease;
}

.navbar-brand img:hover {
  transform: scale(1.05);
}

.nav-link {
  font-weight: 500;
  color: var(--text-dark) !important;
  padding: 0.5rem 1rem !important;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: var(--primary-light) !important;
}

/* Hero Section */
.hero-section {
  /* Updated to use the actual hero image */
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("img/hero.jpg") center / cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
}

.hero-overlay {
  width: 100%;
  padding: 4rem 0;
}

.hero-section h1 {
  font-size: 3.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-section .lead {
  font-size: 1.5rem;
  font-weight: 300;
}

/* Added hero tagline styling */
.hero-tagline {
  font-size: 1.75rem;
  font-weight: 300;
  font-style: italic;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Replaced countdown timer with event info boxes styling */
.event-info-boxes {
  margin-top: 3rem;
}

.info-pill {
  background: rgba(255, 255, 255, 0.95);
  color: var(--primary-dark);
  border-radius: 50px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 650px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.info-pill svg {
  flex-shrink: 0;
}

/* Background Colors */
.bg-primary-dark {
  background-color: var(--primary-dark) !important;
}

.bg-light-blue {
  background-color: var(--light-blue) !important;
}

.bg-gradient-blue {
  background-color:#293F84;
}

/* Activity Cards */
.activity-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.activity-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.activity-card img {
  height: 320px;
  object-fit: cover;
}

.activity-card .card-title {
  font-weight: 600;
  color: var(--text-dark);
}

/* Eligibility Box */
.eligibility-box {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: linear-gradient(45deg, #CAEDFF, transparent);
}

.eligibility-box h5 {
  font-weight: 600;
  color: var(--primary-dark);
}

.eligibility-box li {
  padding: 2px;;
  font-size: 1rem;
}

/* Registration Card */
.registration-card {
  border: 2px solid #e5e7eb;
}

.price-tag {
  border-top: 2px solid #e5e7eb;
  padding-top: 1.5rem;
}

/* Profile Cards */
.profile-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.profile-card img {
  /* border: 4px solid rgba(255, 255, 255, 0.2); */
  object-fit: cover;
}

.profile-card h5,
.profile-card h6 {
  margin-bottom: 0.5rem;
}

/* Student Cards */
.student-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.student-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.student-card img {
  border: 3px solid #fff;
  object-fit: cover;
}

/* Gallery */
.gallery-item {
  overflow: hidden;
  border-radius: 12px;
}

.gallery-item img {
  transition: transform 0.3s ease;
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/* Sponsorship Section */
.decorative-circles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.1);
}

.circle-1 {
  width: 200px;
  height: 200px;
  top: 20%;
  left: 5%;
}

.circle-2 {
  width: 150px;
  height: 150px;
  bottom: 15%;
  right: 10%;
}

.circle-3 {
  width: 100px;
  height: 100px;
  top: 60%;
  right: 25%;
}

/* Contact Section */
.contact-info h5 {
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

/* Footer */
footer a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}

footer a:hover {
  opacity: 0.7;

}
.social-icons{
  padding-left: 10px;
}
.social-icons li{
  display: inline;padding-right: 5px;
}
.social-icons li{list-style-type: none;}

.conveners-link{
  color: white ;
  text-decoration: none;
}


.countdown-timer {
  margin-top: 30px;
}

.timer-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 12px 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  min-width: 120px;
  transition: 0.3s ease;
}

.timer-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.timer-value {
  font-size: 45px;
  font-weight: 700;
  color: #0B3D5C;
  margin-bottom: 0px;
  font-family: Helvetica, sans-serif;
}

.timer-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #555;
}


@media (max-width: 575px) {
  .timer-box {
      min-width: 100px;
      padding: 20px;
  }
  .timer-value {
      font-size: 32px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }

  /* Updated responsive styles for hero tagline and info pills */
  .hero-tagline {
    font-size: 1.25rem;
  }

  .info-pill {
    font-size: 0.9rem;
    padding: 0.75rem 1.5rem !important;
  }

  .info-pill span {
    font-size: 1rem !important;
  }

  .info-pill svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 2rem;
  }

  /* Updated mobile responsive styles */
  .hero-tagline {
    font-size: 1.1rem;
  }

  .info-pill {
    font-size: 0.85rem;
    padding: 0.65rem 1.25rem !important;
    flex-direction: row;
    text-align: left;
  }

  .info-pill span {
    font-size: 0.9rem !important;
  }

  .info-pill svg {
    width: 18px;
    height: 18px;
  }
}

.info-pill{
  background: #EAF8FF;
  border-radius: 50px;
  color: #243A80;
  padding: 9px 25px !important;
}
.navbar-nav{
  gap:40px
}
ul.navbar-nav li a{
  color:#243A80 !important
}
.light-bg{
  background-color: #CAEDFF;
}
.text-light-b{
  color: #CAEDFF;
}

.card-body {
  padding: 25px 30px !important;
}

.custom-list {
  list-style-image: url("img/check.png");
}

.pricing-card {
  max-width: 450px;
  background: linear-gradient(to bottom, #d9edff, #ffffff);
  border-radius: 20px;
  border: 2px solid #cbdaf5;
}

.price-tabs .nav-link {
  width: 160px;
  padding: 10px 0;
  border-radius: 50px;
  font-weight: 600;
  background: #ffffff;
  color: #000;
}

.price-tabs .nav-link.active {
  background: linear-gradient(90deg, #1e3c72, #2a5298);
  color: #fff !important;
}

.register-btn {
  background: linear-gradient(90deg, #1e3c72, #2a5298);
  color: #fff;
  font-weight: 600;
  border-radius: 40px;
}

#myTab{background: #fff;
  border-radius: 80px;
  width: 81%;
  margin: auto;}


  .student-card{
    border-radius: 10px 100px 10px 100px !important;
  }

  .member-card {
    width: 335px;
    height: 158px;
    background: linear-gradient(to bottom, #f3f8ff57, #5a44c9);
    border-radius: 150px 150px;
    text-align: center;
    padding: 70px 31px 25px;
    position: relative;
    color: #fff;
    margin: 40px auto;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

/* Profile Image */
.member-img {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    /* border: 5px solid #5334c6; */
    overflow: hidden;
    background: #fff;
}

.member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Name */
.member-name {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #2d1b87;
}

/* Role */
.member-role {
    font-size: 14px;
    color: #e9e6ff;
    margin: 0;
}
 
.pub-bg{
  background-image: url('img/bub-bg.jpg');
  background-size: cover;

}
  @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1120px;
    }
}



