html,
body {
  height: 100%;
  font-family: 'Ubuntu', sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

h1,
h2,
p {
  font-family: Ubuntu, Verdana, Geneva, Tahoma, sans-serif !important;
}



/* Header Styles */
.navbar {
  box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  min-height: 80px;
  padding: 1rem 0;
}

.navbar.bg-white {
  background-color: #FFFFFF !important;
}

.navbar-nav {
  margin-left: auto;
}

.navbar-nav .nav-item {
  margin-left: 2rem;
}

.navbar .nav-link {
  color: #15011D !important;
  font-weight: 400;
}

.navbar .nav-link:hover {
  color: #0058AB !important;
}

.navbar .dropdown:hover .dropdown-menu {
  display: none;
}

.navbar .dropdown.show .dropdown-menu {
  display: block;
}

.navbar .dropdown-menu {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-top: 8px;
}

.navbar .dropdown-item {
  padding: 10px 20px;
  color: #15011D;
  transition: background-color 0.2s ease;
}

.navbar .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #0058AB;
}

.navbar .dropdown-toggle::after {
  margin-left: 8px;
}

.mobile-header .nav-link.btn {
  text-align: left;
  padding: 8px 0;
  border: none;
  background: none;
  color: #15011D !important;
}

.mobile-header .nav-link.btn:hover {
  color: #0058AB !important;
}

.hackathon-dropdown {
  color: #15011D !important;
}

.hackathon-dropdown-item {
  color: #15011D !important;
}

.hackathon-dropdown-item:hover {
  background-color: #f8f9fa;
}

.link-primary {
  color: #15011D !important;
}

.link-primary:hover {
  color: #15011D !important;
  opacity: 0.8;
}

/* Footer Styles */
.footer.custom-footer {
  background-color: #f8f9fa;
  padding: 20px 0;
  margin-top: 50px;
  border-top: 1px solid #dee2e6;
}






/*------------------------------------------- FAQ Styles --------------------------------------------*/

/* FAQ Styles */
.faq-accordion .card {
  margin-top: 7px;
  margin-bottom: 10px;
  border-radius: 10px !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  min-height: auto !important;
  border: 1px solid #e5e7eb;
  background-color: #fff;
}

.faq-accordion .card-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-accordion .collapse.show+.card-header {
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.faq-accordion h5 {
  text-decoration: none;
  color: #15011D;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-accordion .card-body {
  background-color: white;
  padding: 30px 40px;
  font-size: 0.85rem;
  margin-bottom: 0;
}

.faq-accordion .collapse {
  transition: height 0.35s ease;
  overflow: hidden;
}

.faq-accordion .collapse:not(.show) {
  display: block;
  height: 0;
}

.faq-accordion .collapse.show {
  display: block;
}

.faq-acc .btn-link {
  color: #15011D;
}

.faq-acc .btn {
  white-space: normal;
}

.faq-acc .btn-link:hover {
  color: #005a8a !important;
}

.card-header button {
  width: 100%;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cursor-pointer {
  cursor: pointer;
}

.theme-content {
  line-height: 1.7;
  font-size: 15px;
  color: #333;
}

.faq-page h1 {
  @media (max-width: 768px) {
    font-size: 1.75rem;
  }
}

.faq-page .card-body {
  @media (max-width: 768px) {
    font-size: 0.9rem;
  }
}

.faq-page .table {
  @media (max-width: 768px) {
    font-size: 0.85rem;
  }
}



/* Section Heights - All sections 100vh */
.dates-themes-section,
.the_panel {
  min-height: 100vh;
}

.themes-section,
.why-participate-section{
  min-height: 80vh;
}

.ideation-dates-section {
  display: flex;
  justify-content: flex-start;
  background: #fff;
}

.ideation-dates-section .dates-content {
  padding-left: 2rem;
  width: auto;
}

.themes-section {
  display: flex;
  align-items: center;
  background: #ffffff;
}

.themes-section .theme-img {
  height: 200px;
  object-fit: cover;
}

.dates-themes-section{
  background-color: #F8F9FA;
}

.dates-container{
  height:20vh;
  width: 550px;
}

.why-participate-section,
.the_panel {
  display: flex;
  align-items: center;
}

.why-participate-section {
  background: #f5f9fc;
}

/* Compact why participate cards */
.why-participate-section .why-card {
  padding: 40px 20px 25px !important;
}

.why-participate-section .why-card-icon {
  width: 70px;
  height: 70px;
  font-size: 13px;
  top: -25px;
}

.why-participate-section .why-card-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.why-participate-section .why-card-text {
  font-size: 0.85rem;
}
.home-cover {
  margin-top: -1px;
}

.hero-banner {
  min-height: 100vh;
  height: 500px;
  object-fit: cover;
  display: block;
}

.hero-card {
  max-width: 400px;
}

.timer-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  min-width: 280px;
}

.timer-title {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.digit-block {
  min-width: 50px;
}

.digit-number {
  font-size: 14px;
}

.digit-label {
  font-size: 10px;
}

.arrow-img {
  max-width: 60px;
}

.theme-img {
  height: 200px;
  object-fit: cover;
}

.jury-member-img {
  box-shadow: 8px 5px 0 #0058AB;
  max-width: 120px;
}

.stage-icon {
  max-width: 80px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .hero-banner {
    min-height: 100vh;
  }
}

.top-video-cover {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 100vh;
}

.img-holder {
  position: absolute;
  width: 100%;
  height: 100%;
}

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

.marquee-container {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  overflow: hidden;
  /* background: rgba(0, 0, 0, 0.4); */
  /* border-top: 2px solid #FEB100; */
  /* border-bottom: 2px solid #FEB100; */
  /* padding: 20px 0; */
}

.marquee-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: bold;
  color: cyan;
  /* text-shadow: 0 0 8px cyan, 0 0 16px #00ffff; */
  animation: marquee 15s linear infinite, glowPulse 2s ease-in-out infinite alternate;
  cursor: pointer;
}

.marquee-text:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes glowPulse {
  0% {
    text-shadow: 0 0 8px #FEB100, 0 0 16px #FEB100;
  }

  100% {
    text-shadow: 0 0 16px #FEB100, 0 0 32px #FEB100;
  }
}

.ideation-dates-section p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}

.ideation-dates-section h3 {
  font-size: 28px;
  line-height: 40px;
}

.ideation-dates-section img {
  height: 70px;
}

.why-participate-section {
  padding: 60px 20px;
  background: #f5f9fc;
  text-align: center;
  font-family: sans-serif;
}

.why-section-title {
  font-size: 2rem;
  color: #1c0828;
  margin-bottom: 80px;
}

.why-card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 70px 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.why-card {
  position: relative;
  padding: 60px 25px 35px;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.3s ease-in-out;
  height: 300px;
}

.why-card-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.why-card-text {
  font-size: 0.95rem;
  line-height: 1.5;
  padding: 0 10px;
}

.why-bg-gradient {
  background: #0058AB no-repeat padding-box;
  color: white;
}

.why-bg-gradient .why-card-title,
.why-bg-gradient .why-card-text {
  color: white;
}

.why-bg-gradient .why-card-icon {
  background: white;
  color: #0058AB;
  border: 4px solid white;
}

.why-bg-white {
  background: white;
  color: black;
}

.why-bg-white .why-card-title,
.why-bg-white .why-card-text {
  color: black;
}

.why-bg-white .why-card-icon {
  background: #0058AB;
  color: white;
  border: 4px solid #0058AB;
}

/* Accelerator Stages Section */
.hack_stages {
  position: relative;
  min-height: 100vh;
  margin-top:5rem;
}

.hack_stages .row {
  position: relative;
}

.hack_stages .row::before {
  content: '';
  position: absolute;
  top: 47px;
  left: 5%;
  right: 5%;
  height: 2px;
  background: linear-gradient(to right, #0058AB, #12ABDB);
  z-index: 1;
}

.hack_stages .col-sm {
  position: relative;
  z-index: 2;
  flex: 0 0 14.24%;
  max-width: 14.24%;
}

.stage-icon {
  max-width: 90px;
  height: 90px;
  object-fit: contain;
  background: white;

  padding: 8px;

}

.hack_stages h2 {
  font-size: 0.9rem;
  font-weight: 600;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.hack_stages .stage-desc {
  font-size: 0.75rem;
}

.hack_stages .stage-desc li {
  font-size: 0.75rem;
  line-height: 1.3;
}

@media (max-width: 992px) {
  .hack_stages .col-sm {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .hack_stages .row::before {
    display: none;
  }
}

@media (max-width: 576px) {
  .hack_stages .col-sm {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.page-section {
  padding: 8rem 0;
}

.stage-date {
  font-size: 12px;
  color: #272936;
  font-weight: 500;
  margin-bottom: 10px;
}

.stage-desc ul {
  list-style: disc;
  margin: 0;
  padding-left: 10px;
  text-align: left;
  color: #15011C;
  font-weight: lighter;
}

.stage-desc li {
  margin-bottom: 5px;
  font-size: 13px;
  color: #15011C;
  line-height: 18px;
}

.custom-stage-bar {
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.stage-box {
  background-color: #0058AB;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 5px;
}

.box-1 {
  flex: 4;
}

.box-2 {
  flex: 4;
}

.box-3 {
  flex: 1;
}

.stage-box:first-child {
  margin-left: 0;
}

.stage-box:last-child {
  margin-right: 0;
}

.light-blue-bg {
  background: #ECF0F2;
}

.light-blue-bg h1,
.light-blue-bg p,
.light-blue-bg h3 {
  color: #5A5454;
}

.jury-img {
  border-radius: 50%;
  box-shadow: 10px 5px 0 #12ABDB;
}

.swal2-actions {
  gap: 20px !important;
}

.swal2-actions .btn:hover {
  transform: translateY(-2px) !important;
}

.theme-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.theme-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.theme-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.theme-card .card-text {
  font-size: 0.95rem;
  font-weight: 600;
  min-height: 55px;
  margin-bottom: 10px;
}

.theme-desc {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.5;
  text-align: justify;
}

.faq-note {
  position: absolute;
  bottom: 10px;
  left: 30px;
  right: 20px;
  text-align: left;
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
  margin: 0;
}

.faq-link {
  color: #0056b3;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}

.faq-link:hover {
  color: #003d80;
  text-decoration: underline;
}

/* Media Queries */

/* Signin Page Styles */
.signin-page {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.signin-container {
  width: 100%;
  max-width: 100vw;
  margin: 0;
  background: white;
  overflow-x: hidden;
}

.signin-hero {
  background: url('/images/LOGIN-IMAGE.png') center/cover no-repeat;
  color: white;
  padding: 80px 40px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signin-hero-content {
  text-align: center;
  max-width: 500px;
}

.signin-logo {
  max-width: 250px;
  height: auto;
  margin-bottom: 40px;
  filter: brightness(0) invert(1);
}

.signin-logo-mobile {
  max-width: 180px;
  height: auto;
  margin-bottom: 30px;
}

.signin-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 25px;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
}

.signin-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
  line-height: 1.6;
  font-family: 'Ubuntu', sans-serif;
}

.signin-form-container {
  padding: 80px 60px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  width: 100%;
}

.signin-title {
  font-size: 2.5rem;
  color: #15011D;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
}

.signin-subtitle {
  color: #666;
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.1rem;
  font-family: 'Ubuntu', sans-serif;
}

.signin-form .form-control.custom-input {
  padding: 15px 20px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 1.1rem;
  transition: border-color 0.3s ease;
  font-family: 'Ubuntu', sans-serif;
}

.signin-form .form-control.custom-input:focus {
  border-color: #0058AB;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 189, 0.25);
}

.signin-form .form-label {
  color: #15011D;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1rem;
  font-family: 'Ubuntu', sans-serif;
}

.btn.signin-btn {
  font-family: 'Ubuntu', sans-serif;
  background-color: #fff;
  color: #15011d;
  font-weight: 400;
  padding: 12px 30px;
  border: 1px solid #15011d;
  border-radius: 50rem;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s ease-in-out;
  transform: scale(1);
  width: auto;
  margin: 0 auto;
}

.btn.signin-btn::before {
  content: '';
  display: block;
  background-color: #00e6e3;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: -1;
  transition: transform 0.2s ease-out;
}

.btn.signin-btn:hover:not(:disabled)::before {
  transform: translateX(0);
}

.btn.signin-btn:hover:not(:disabled) {
  color: #15011d;
  transform: scale(1);
}

.btn.signin-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.signin-footer {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e9ecef;
}

.signin-footer p {
  margin-bottom: 15px;
  color: #666;
  font-family: 'Ubuntu', sans-serif;
}

.signin-link {
  color: #0058AB;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
  font-family: 'Ubuntu', sans-serif;
}

.signin-link:hover {
  color: #003F61;
  text-decoration: underline;
}

.alert.custom-alert {
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Dashboard Styles */
.dashboard-header h1 {
  color: #15011D;
  font-weight: 600;
  margin-bottom: 10px;
}

.dashboard-header p {
  color: #666;
  font-size: 1.1rem;
}

.card.dashboard-card {
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card.dashboard-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Responsive styles for signin */
@media (max-width: 991px) {
  .signin-form-container {
    padding: 40px 30px;
  }

  .signin-title {
    font-size: 1.8rem;
  }

  .signin-hero h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .signin-form-container {
    padding: 30px 20px;
  }

  .signin-title {
    font-size: 1.6rem;
  }

  .signin-hero h2 {
    font-size: 1.8rem;
  }

  .signin-hero p {
    font-size: 1rem;
  }
}


.home-page-banner{
    min-height: 500px; 
    object-fit: cover; 
    height: 100vh !important;
    width: 100%;
}

/* Responsive adjustments for home-page-banner */
@media (max-width: 1200px) {
  .home-page-banner {
    height: 90vh !important;
  }
}

@media (max-width: 992px) {
  .home-page-banner {
    height: 80vh !important;
  }
}

@media (max-width: 768px) {
  .home-page-banner {
    height: 70vh !important;
    min-height: 400px;
  }
}

@media (max-width: 576px) {
  .home-page-banner {
    height: 60vh !important;
    min-height: 350px;
  }
}

@media (max-width: 480px) {
  .home-page-banner {
    height: 50vh !important;
    min-height: 300px;
  }
}

.home-title-card{
  justify-content : space-around !important;
}

.home-title-card h1{
  font-size : 4.2em !important;
}

.home-title-card p{
  font-size : 1.5rem;
}

.rounded-10{
  border-radius: 10px !important;
}



/* Responsive styles */
@media (max-width: 768px) {
  .why-section-title {
    font-size: 1.6rem;
  }

  .why-card-title {
    font-size: 1.05rem;
  }

  .why-card-text {
    font-size: 0.92rem;
  }
}

@media (max-width: 480px) {
  .why-card {
    padding-top: 70px;
  }

  .why-card-icon {
    width: 50px;
    height: 50px;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .ideation-dates-section p {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .ideation-dates-section h3 {
    font-size: 26px;
  }

  .ideation-dates-section img {
    height: 60px;
  }
}


/* ========================================
   ADMIN CSS STARTS HERE
   ======================================== */

/* Admin Layout */
.admin-layout {
  padding-top: 80px;
  background: #f8f9fa;
  min-height: 100vh;
}

.admin-sidebar {
  width: 250px;
  position: fixed;
  top: 80px;
  bottom: 0;
  overflow-y: auto;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.admin-content {
  margin-left: 250px;
  flex: 1;
  padding: 2rem;
}

.admin-user-info {
  border-bottom: 1px solid #dee2e6;
}

/* Admin Navigation */
.admin-nav-link {
  transition: all 0.2s ease;
  text-decoration: none;
}

.admin-nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.admin-nav-link.active {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Admin Typography */
.admin-title {
  color: #15011D;
  font-family: 'Ubuntu Bold', sans-serif;
}

.admin-card-title {
  color: #15011D;
  font-family: 'Ubuntu Medium', sans-serif;
}

.admin-content h2,
.admin-content h3,
.admin-content h4,
.admin-content h5 {
  font-family: 'Ubuntu Bold', sans-serif;
}

.admin-content p,
.admin-content label,
.admin-content .form-label {
  font-family: 'Ubuntu', sans-serif;
}

.admin-content .btn {
  font-family: 'Ubuntu Medium', sans-serif;
}

.admin-content .nav-link {
  font-family: 'Ubuntu Medium', sans-serif;
}

.admin-content .modal-title {
  font-family: 'Ubuntu Bold', sans-serif;
}

.admin-content .text-muted {
  font-family: 'Ubuntu', sans-serif;
}

/* Admin Cards */
.admin-card {
  cursor: pointer;
  transition: transform 0.2s ease;
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.375rem;
  height: 100%;
  background: white;
}

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

.admin-card-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-icon-primary {
  background: linear-gradient(135deg, #0058AB 0%, #003F61 100%);
}

.admin-icon-success {
  background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
}

.admin-icon-warning {
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
}

/* Admin Card Headers */
.admin-card-header {
  background: linear-gradient(135deg, #0058AB 0%, #003F61 100%);
  color: white;
}

/* Responsive Admin Layout */
@media (max-width: 768px) {
  .admin-sidebar {
    width: 200px;
  }
  
  .admin-content {
    margin-left: 200px;
    padding: 1rem;
  }
}

@media (max-width: 576px) {
  .admin-sidebar {
    width: 100%;
    position: relative;
    top: 0;
  }
  
  .admin-content {
    margin-left: 0;
  }
}


/* Admin Sidebar Nav Tabs Full Width */
.admin-sidebar .nav-tabs.flex-column {
  width: 100%;
}

.admin-sidebar .nav-tabs.flex-column .nav-item {
  width: 100%;
}

.admin-sidebar .nav-tabs.flex-column .nav-link {
  width: 100%;
  text-align: left;
}


/* Admin Tables Full Width */
.admin-content .table-responsive {
  width: 100%;
}

.admin-content .table {
  width: 100% !important;
  table-layout: fixed;
}

.admin-content .card-body {
  padding: 1.5rem;
}

.admin-content .tab-content {
  width: 100%;
}




/* Details Page styles starts here */

 .secondary-navbar {
          position: fixed;
          top: 80px;
          left: 0;
          right: 0;
          background: #f8f9fa;
          box-shadow: 0px 9px 6px -4px rgba(199,199,199,1);
          z-index: 1000;
          padding: 0;
        }

        .secondary-navbar .nav-link {
          color: #15011D;
          text-decoration: underline;
          padding: 15px;
          font-weight: 500;
          transition: color 0.3s;
          cursor: pointer;
          text-decoration: none;
        }

        .secondary-navbar .nav-link:hover {
          color: #12ABDB;
        }

        .page-content {
          margin-top: 140px;
        }

        .light-bg {
          background: #ffffff;
          padding: 80px 20px;
          scroll-margin-top: 160px;
        }

        .light-blue-bg1 {
          background: #f0f8ff;
          padding: 80px 20px;
          scroll-margin-top: 160px;
        }

        .section-title {
          color: #15011D;
          font-weight: 500;
          text-align: center;
          margin-bottom: 20px;
          font-size: 2.5rem;
          text-transform: uppercase;
          letter-spacing: 2px;
        }

        .section-subtitle {
          text-align: center;
          color: #15011D;
          font-size: 1.2rem;
          margin-bottom: 50px;
        }

        .icon-card-wrapper {
          display: flex;
          align-items: center;
          margin-bottom: 30px;
          gap: 20px;
        }

        .small-icon {
          width: 60px;
          height: 60px;
          padding: 5px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          box-sizing: border-box;
          flex-shrink: 0;
        }

        .small-icon .icon-img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          border-radius: 50%;
        }


          .icon-symbol {
          color: #fff;
          font-size: 2rem;
          line-height: 1;
        }

        .icon-text {
          font-size: 16px;
          color: #15011D;
          font-family: 'Ubuntu', sans-serif;
        }

        .number-icon {
          border-radius: 50%;
          font-size: 34px;
          font-weight: 400;
          padding:20px 25px;
        }

        .number-icon1 { border: 3px solid #00B2A2; color: #00B2A2; }
        .number-icon2 { border: 3px solid #12ABDB; color: #12ABDB; }
        .number-icon3 { border: 3px solid #00B2A2; color: #00B2A2; }
        .number-icon4 { border: 3px solid #12ABDB; color: #12ABDB; }
        .number-icon5 { border: 3px solid #00B2A2; color: #00B2A2; }
        .number-icon6 { border: 3px solid #12ABDB; color: #12ABDB; }

        .conduct-row {
          display: flex;
          align-items: center;
          gap: 20px;
          margin-bottom: 50px;
        }

        /* Hackathon Stages Styles */
        .stages-nav-header {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          margin: 40px 0;
          gap: 10px;
        }

        .stages-nav-header a {
          color: #15011D;
          text-decoration: underline;
          padding: 10px 15px;
          font-weight: 500;
          font-size: 1.1rem;
          transition: color 0.3s;
          cursor: pointer;
        }

        .stages-nav-header a:hover {
          color: #12ABDB;
        }

        .stages-nav-header .chevron {
          color: #12ABDB;
          font-size: 28px;
          margin: 0 10px;
          font-weight: bold;
        }

        .stage-section {
          margin-bottom: 40px;
          scroll-margin-top: 160px;
        }

      .stage-layout {
        display: grid;
        grid-template-columns: 260px 80px 1fr;
        align-items: stretch;
        gap: 0;
      }

      .stage-arrow-wrapper {
        display: none;
        align-items: center;
        justify-content: center;
      }

      .stage-arrow-img {
        height: 400px;
        width: auto;
        opacity: 0.6;
      }


        .stage-left {
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
          position: relative;
          margin-top:40px;
        }

        .stage-icon-circle {
          width: 200px;
          height: 200px;
          border-radius: 50%;
          border: 3px solid #FFA500;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 30px;
          background: white;
        }

        .stage-icon-inner {
          width: 120px;
          height: 120px;
          border-radius: 50%;
          border: 3px solid #FFA500;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .stage-icon-inner svg {
          width: 60px;
          height: 60px;
          color: #FFA500;
        }

        .stage-name {
          font-size: 1.5rem;
          font-weight: 500;
          color: #15011D;
          margin-bottom: 10px;
        }

        .stage-duration {
          font-size: 1.0rem;
          color: #15011D;
          font-weight: 500;
        }

        .stage-arrow {
          display: none;
        }

      .stage-right {
        background: #fff;
        padding-left: 40px;
        font-family: 'Ubuntu', sans-serif;
        margin-top:60px;
        margin-left:70px
      }


        .stage-content-box {
          background: white;
          padding: 25px 40px;
          margin-bottom: 40px;
          border: 1px solid #15011D;
          border-top-left-radius: 15px;
          border-bottom-right-radius: 15px;
          color: #15011D;
          font-family: 'Ubuntu', sans-serif;
          font-weight: 500;
          font-size: 14px;
          text-align: left;
        }

        .stage-content-title {
          font-size: 1.4rem;
    
          margin: 0;
          color: #000;
        }

        .stage-details-list {
          list-style: none;
          padding: 0;
          margin: 0;
          margin-top: 16px !important; 

        }

        .stage-details-list li {
          font-size: 18px;
          line-height: 1.0;
          margin-bottom: 20px;
          padding-left: 25px;
          position: relative;
          color: #000;
          font-weight: bold;
    
        }

        .stage-details-list li:before {
          content: "•";
          position: absolute;
          left: 0;
          font-size: 1.5rem;
          color: #000;
          top:10;
        }
        @media (min-width: 1200px) {
          .stage-arrow-wrapper {
            display: flex;
          }
        }

        @media (max-width: 992px) {
          .stage-layout {
            grid-template-columns: 1fr;
            gap: 30px;
          }

          .stage-right {
            border-left: none;
            border-top: 3px solid #e0e0e0;
            padding-left: 0;
            padding-top: 30px;
            margin-left: 0;
          }

          .stage-content-box {
            padding: 20px 30px;
            margin-bottom: 30px;
          }

          .stage-icon-circle {
            width: 150px;
            height: 150px;
          }

          .stage-icon-inner {
            width: 90px;
            height: 90px;
          }

          .stage-icon-inner svg {
            width: 45px;
            height: 45px;
          }

          .stages-nav-header .chevron {
            display: none;
          }
        }

        @media (max-width: 768px) {
          .section-title {
            font-size: 1.8rem;
          }

          .secondary-navbar {
            padding: 10px 0;
          }

          .secondary-navbar .nav-link {
            padding: 10px;
            font-size: 0.9rem;
          }

          .light-bg, .light-blue-bg1 {
            padding: 50px 15px;
          }

          .icon-card-wrapper {
            flex-direction: column;
            text-align: center;
          }

          .conduct-row {
            flex-direction: column;
            text-align: center;
          }

          .stage-content-box {
            padding: 15px 20px;
            margin-bottom: 25px;
            font-size: 13px;
          }

          .stage-content-title {
            font-size: 1.2rem;
          }
        }

        /* Evaluation Criteria Accordion Styles */
        .accordion-card {
          min-height: auto;
          border-radius: 5px;
          border: none;
          box-shadow: 0 2px 4px rgba(0,0,0,0.1);
          margin-bottom: 20px;
          overflow: hidden;
        }

        .accordion-header-custom {
          background: #ffffff;
          padding: 20px 25px;
          cursor: pointer;
          border: none;
          transition: background-color 0.3s ease;
        }

        .accordion-header-custom:hover {
          background: #f8f9fa;
        }

        .accordion-header-content {
          display: flex;
          align-items: center;
          gap: 15px;
        }

        .accordion-icon-wrapper {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
        }

        .accordion-title {
          font-size: 1.2rem;
          font-weight: bold;
          color: #15011D;
          margin: 0;
        }

        .accordion-body-custom {
          background: #fafafa;
          padding: 30px 25px;
          border-top: 1px solid #e0e0e0;
          transition: max-height 0.3s ease;
        }

        .accordion-body-custom.collapsed {
          display: none;
        }

        .criteria-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
          gap: 25px;
        }

        .criteria-item {
          display: flex;
          align-items: flex-start;
          gap: 15px;
        }

        .criteria-icon {
          width: 50px;
          height: 50px;
          border-radius: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: white;
          font-size: 1.5rem;
          flex-shrink: 0;
        }

        .criteria-content {
          flex: 1;
        }

        .accordion-header-text {
          font-weight: bold;
          font-size: 1.1rem;
          color: #15011D;
          margin-bottom: 8px;
        }

        .accordion-desc-text {
          font-size: 0.95rem;
          color: #666;
          line-height: 1.6;
          margin: 0 0 8px 0;
        }

        .criteria-weight {
          font-size: 0.9rem;
          color: #15011D;
          font-weight: 600;
          margin-top: 5px;
        }

        @media (max-width: 768px) {
          .criteria-grid {
            grid-template-columns: 1fr;
          }

          .accordion-header-custom {
            padding: 15px 20px;
          }

          .accordion-body-custom {
            padding: 20px 15px;
          }

          .criteria-item {
            flex-direction: column;
            align-items: center;
            text-align: center;
          }

          .accordion-desc-text {
            text-align: left;
          }

          .accordion-header-content {
          display: flex;
          align-items: center;
          gap: 15px;
          justify-content: space-between;
          width: 100%;
        }

        .accordion-toggle-icon {
          font-size: 1.5rem;
          font-weight: bold;
          color: #15011D;
          margin-left: auto;
        }
        }


        .accordion-header-content {
          display: flex;
          align-items: center;
          gap: 15px;
          justify-content: space-between;
          width: 100%;
        }

        .accordion-toggle-icon {
          font-size: 1.5rem;
          font-weight: bold;
          color: #15011D;
          margin-left: auto;
        }
/* Details Page styles ends here  */


/* Registration styles starts here */


.register-page {
  min-height: 100vh;
  background-color: #f5f5f5;
}

.bg-image {
  position: relative;
  width: 100%;
  height: 400px;
  background: url('/images/Capgemini-Allianz.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content {
  text-align: center;
  color: white;
  padding: 20px;
}

.banner-content h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.banner-content p {
  font-size: 18px;
  opacity: 0.9;
}

.form-container {
  width: 1200px !important;
  margin: -200px auto 0;
  background: white;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  position: relative;
}

.form-header {
  text-align: center;
  margin-bottom: 40px;
}

.form-header h2 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 34px;
}

.loading-container {
  text-align: center;
  padding: 40px;
}

.loading-container p {
  margin-top: 20px;
  color: #666;
}

.message-box {
  background: #f8d7da;
  color: #721c24;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group.team-size-group {
  margin-bottom: 30px;
}

.form-label {
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
}

.required {
  color: red;
}

.form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 14px;
  transition: border-color 0.3s;
}

.form-control:focus {
  outline: none;
  border-color: #667eea;
}

.form-control.is-invalid {
  border-color: #dc3545 !important;
}

.form-control[type="select"],
.form-control select {
  height: 48px;
}

.invalid-feedback {
  color: #dc3545;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.form-hint {
  color: #666;
  font-size: 12px;
  display: block;
  margin-top: 4px;
}

.phone-input-group {
  display: flex;
}

.phone-prefix {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-right: none;
  padding: 12px 15px;
  color: #666;
  font-size: 14px;
}

.phone-input-group .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.member-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.terms-box {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fdfdfd;
  padding: 20px;
  margin-bottom: 20px;
}

.terms-content {
  display: flex;
  align-items: start;
  gap: 10px;
}

.terms-content input[type="checkbox"] {
  margin-top: 4px;
  cursor: pointer;
}

.terms-content label {
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
}

.terms-content a {
  color: #667eea;
  font-weight: 600;
  text-decoration: none;
}

.terms-content a:hover {
  text-decoration: underline;
}

.submit-section {
  text-align: center;
  margin-top: 40px;
}

.btn-primary1 {
  background-color: #fff;
  color: #15011d;
  font-weight: 400;
  padding: 12px 30px;
  border: 1px solid #15011d;
  border-radius: 50rem;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s ease-in-out;
  transform: scale(1);
  font-size: 16px;
}

.btn-primary1 svg {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease-out;
}

.btn-primary1 svg path {
  stroke: currentColor;
}

.btn-primary1:hover:not(:disabled) svg {
  transform: translateX(0.5px);
}

.btn-primary1::before {
  content: '';
  display: block;
  background-color: #00e6e3;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: -1;
  transition: transform 0.2s ease-out;
}

.btn-primary1:hover:not(:disabled)::before {
  transform: translateX(0);
}

.btn-primary1:hover:not(:disabled) {
  color: #15011d;
  transform: scale(1);
}

.btn-primary1:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { 
    transform: rotate(360deg); 
  }
}

.footer-links {
  text-align: center;
  margin-top: 30px;
}

.footer-links p {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}

.footer-links a {
  color: #0058AB;
  font-weight: 600;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .member-row {
    grid-template-columns: 1fr;
  }
  
  .form-container {
    padding: 30px 20px;
    margin: -100px 20px 0;
  }
  
  .banner-content h1 {
    font-size: 28px;
  }
  
  .banner-content p {
    font-size: 16px;
  }
}


/* Registration styles ends here */

/* Modal Styles */
.modal-90w {
  max-width: 90%;
}
