IMPORTANT: The file content has been truncated.
Status: Showing lines 1-2000 of 2492 total lines.
Action: To read more of the file, you can use the 'offset' and 'limit' parameters in a subsequent 'read_file' call. For example, to read the next section of the file, use offset: 2000.

--- FILE CONTENT (truncated) ---
/* --- Modern Design: See assistant plan for changes --- */

:root {
  --primary-color: #1e3a8a;
  --secondary-color: #059669;
  --accent-color: #f59e0b;
  --danger-color: #dc2626;
  --light-bg: #f8fafc;
  --dark-bg: #0f172a;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --border-color: #e2e8f0;
  --shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  --border-radius: 12px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Page Wrapper with Horizontal Margins */
.page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: var(--transition);
}
a:hover {
  color: var(--secondary-color);
}

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}

/* Fix for counter circles */
.process-step .step-number {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  object-fit: contain;
}

/* Fix for paragraph spacing */
.content-section {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}

/* About section text color fix for dark background */
#about {
  color: #fff;
}

#about h2,
#about h3,
#about h4,
#about p {
  color: #fff;
}

#about .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #f82249;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(6, 12, 34, 0.98);
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #f82249;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
.timeline {
  position: relative;
  padding-left: 0;
}

.timeline-item {
  position: relative;
  padding-bottom: 1.5rem;
}

.timeline-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 45px;
  width: 2px;
  height: calc(100% - 20px);
  background: #e5e7eb;
}

.timeline-number {
  font-weight: 600;
  font-size: 1rem;
  z-index: 1;
  position: relative;
  background: linear-gradient(
    135deg,
    var(--bs-primary),
    var(--bs-primary-dark, #1e40af)
  );
}

.timeline-content {
  padding-top: 2px;
}

.timeline-content h5 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.timeline-content p {
  color: #6b7280;
}

@media (max-width: 576px) {
  .timeline-item {
    padding-bottom: 1.25rem;
  }

  .timeline-number {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    font-size: 0.9rem;
  }

  .timeline-item:not(:last-child)::before {
    left: 17px;
    top: 40px;
  }

  .timeline-content {
    max-width: calc(100vw - 80px);
  }
}

@media (max-width: 400px) {
  .timeline-number {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    font-size: 0.85rem;
  }

  .timeline-item:not(:last-child)::before {
    left: 15px;
    top: 36px;
  }
}
#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(202, 206, 221, 0.8);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fff;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f82249;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #f82249;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #f82249;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #f82249;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #f82249;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f82249;
}

#mobile-nav ul .menu-item-active {
  color: #f82249;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 50vh;
  background: url(../img/intro-bg.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

/*--------------------------------------------------------------
# count Down
--------------------------------------------------------------*/

.countdown {
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  margin: 0;
  text-align: center;
  font-weight: 700;
}
.countdown h1 {
  font-weight: normal;
  letter-spacing: 3.125rem;
  text-transform: uppercase;
}

.countdown li {
  display: inline-block;
  font-size: 2.5em;
  list-style-type: none;
  padding-right: 0.5em;
  text-transform: uppercase;
}

.countdown li span {
  display: block;
  font-size: 0.8em;
}

@media all and (max-width: 868px) {
  .countdown h1 {
    font-size: calc(1.5rem * var(--smaller));
  }

  .countdown li {
    font-size: calc(1.125rem * var(--smaller));
  }

  .countdown li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}

/* -------------------------------------------------------- */

#intro:before {
  content: "";
  background: rgba(6, 12, 34, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h1 span {
  color: #f82249;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f82249 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #f82249;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

/* Modern Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--dark-bg) 100%
  );
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(30, 58, 138, 0.9) 0%,
    rgba(15, 23, 42, 0.95) 100%
  );
}

.floating-shapes .shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  width: 100px;
  height: 100px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.shape-2 {
  width: 150px;
  height: 150px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.shape-3 {
  width: 80px;
  height: 80px;
  bottom: 20%;
  left: 20%;
  animation-delay: 4s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.stat-item {
  text-align: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.hero-actions .btn {
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  border: 2px solid;
}
.hero-actions .btn-primary {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}
.hero-actions .btn-primary:hover {
  background: #047857;
  box-shadow: 0 10px 25px rgba(5, 150, 105, 0.3);
}
.hero-actions .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Footer Styles */
.footer {
  background: var(--dark-bg);
  margin-top: 80px;
}

.footer-brand h5 {
  font-weight: 600;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-link {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  text-decoration: none;
}

.social-link:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: var(--transition);
  display: block;
  margin-bottom: 8px;
}

.footer-links a:hover {
  color: var(--accent-color);
  transform: translateX(5px);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: var(--transition);
}

.contact-item a:hover {
  color: var(--accent-color);
}

.newsletter .input-group .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
}

.newsletter .input-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter .input-group .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--accent-color);
  color: white;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
}

/* General Button Styles */
.btn {
  font-weight: 600;
  border-radius: 50px;
  padding: 12px 30px;
  transition: var(--transition);
  border: none;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.btn:hover::before {
  left: 100%;
}

/* Card Styles */
.card {
  border: none;
  border-radius: var(--border-radius);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Navigation Styles */
.navbar {
  background: rgba(15, 23, 42, 0.95) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-nav .nav-link {
  font-weight: 500;
  padding: 10px 20px !important;
  transition: var(--transition);
  position: relative;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--accent-color);
  transition: var(--transition);
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

/* Mobile Font Size Reductions - 60% of desktop sizes for better mobile readability */
@media (max-width: 768px) {
  /* Hero Section Font Sizes */
  .hero-section h1 {
    font-size: 1.8rem !important; /* 60% of 3rem */
  }

  .hero-section .hero-content p {
    font-size: 0.66rem !important; /* 60% of 1.1rem */
  }

  /* About Section Font Sizes */
  #about h2 {
    font-size: 1.5rem !important; /* 60% of 2.5rem */
  }

  #about p {
    font-size: 0.66rem !important; /* 60% of 1.1rem */
  }

  /* Feature Cards Font Sizes */
  .feature-card h6 {
    font-size: 0.63rem !important; /* 60% of 1.05rem */
  }

  .feature-card p {
    font-size: 0.54rem !important; /* 60% of 0.9rem */
  }

  /* Eligibility Section Font Sizes */
  .eligibility-section h2 {
    font-size: 1.32rem !important; /* 60% of 2.2rem */
  }

  .eligibility-section h4 {
    font-size: 0.9rem !important; /* 60% of 1.5rem */
  }

  .eligibility-section h6 {
    font-size: 0.72rem !important; /* 60% of 1.2rem */
  }

  .eligibility-section p {
    font-size: 0.54rem !important; /* 60% of 0.9rem */
  }

  /* General Typography Reductions */
  h1 {
    font-size: 60% !important;
  }
  h2 {
    font-size: 60% !important;
  }
  h3 {
    font-size: 60% !important;
  }
  h4 {
    font-size: 60% !important;
  }
  h5 {
    font-size: 60% !important;
  }
  h6 {
    font-size: 60% !important;
  }

  p {
    font-size: 60% !important;
    text-align: justify;
  }
  .text-muted {
    font-size: 60% !important;
  }
  small {
    font-size: 60% !important;
  }

  /* Button Font Sizes */
  .btn {
    font-size: 60% !important;
  }

  /* Navigation Font Sizes */
  .navbar-nav .nav-link {
    font-size: 60% !important;
  }

  /* Hide brand text on mobile */
  .navbar-brand .fw-bold,
  .navbar-brand small {
    display: none !important;
  }

  /* Feature Icon Styling */
  .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 15px;
  }

  @keyframes pulse-primary {
    0% {
      box-shadow: 0 4px 15px rgba(248, 34, 73, 0.2);
    }
    50% {
      box-shadow: 0 4px 15px rgba(248, 34, 73, 0.4);
    }
    100% {
      box-shadow: 0 4px 15px rgba(248, 34, 73, 0.2);
    }
  }

  /* Mobile Responsive */
  @media (max-width: 768px) {
    .action-buttons-container {
      flex-direction: column;
      align-items: center;
    }

    .action-btn {
      min-width: 250px;
      width: 100%;
      max-width: 300px;
    }

    .application-notice {
      margin: 20px 15px 0;
      padding: 15px;
    }
    .feature-icon {
      align-items: center;
      justify-content: center;
      font-size: 24px;
      margin: 0 auto 15px;
    }
  }

  @-webkit-keyframes pulsate-btn {
    0% {
      -webkit-transform: scale(0.6, 0.6);
      transform: scale(0.6, 0.6);
      opacity: 1;
    }

    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 0;
    }
  }

  @keyframes pulsate-btn {
    0% {
      -webkit-transform: scale(0.6, 0.6);
      transform: scale(0.6, 0.6);
      opacity: 1;
    }

    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 0;
    }
  }

  /*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

  #about {
    background: url("../img/about-bg.jpg");
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 60px 0 40px 0;
  }

  #about:before {
    content: "";
    background: rgba(13, 20, 41, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  @media (min-width: 769px) {
    #about h2 {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 10px;
      color: #fff;
    }

    #about h3 {
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 10px;
      color: #fff;
    }

    #about p {
      font-size: 14px;
      margin-bottom: 20px;
      color: #fff;
    }
  }

  /*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

  /* #speakers {
  padding: 60px 0 30px 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

  /* #speakers {
  padding: 60px 0 30px 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 769px) {
  #speakers .speaker .details h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  #speakers .speaker .details p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    font-style: italic;
  }
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #f82249;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

#speakers-details {
  padding: 60px 0;
}

@media (min-width: 769px) {
  #speakers-details .details h2 {
    color: #112363;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  #speakers-details .details .social a i {
    font-size: 18px;
  }

  #speakers-details .details p {
    color: #112363;
    font-size: 15px;
    margin-bottom: 10px;
  }
} */

  /*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

  /*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

  #schedule {
    padding: 60px 0 60px 0;
  }

  #schedule .nav-tabs {
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  #schedule .nav-tabs li {
    display: inline-block;
    margin-bottom: 0;
  }

  @media (min-width: 769px) {
    #schedule .nav-tabs a {
      border: none;
      border-radius: 50px;
      font-weight: 600;
      background-color: #0e1b4d;
      color: #fff;
      padding: 10px 100px;
    }

    #schedule .nav-tabs a.active {
      background-color: #f82249;
      color: #fff;
    }

    #schedule .sub-heading {
      text-align: center;
      font-size: 18px;
      font-style: italic;
      margin: 0 auto 30px auto;
    }
  }

  #schedule .tab-pane {
    transition: ease-in-out 0.2s;
  }

  #schedule .schedule-item {
    border-bottom: 1px solid #cad4f6;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background-color ease-in-out 0.3s;
  }

  #schedule .schedule-item:hover {
    background-color: #fff;
  }

  #schedule .schedule-item time {
    padding-bottom: 5px;
    display: inline-block;
  }

  #schedule .schedule-item .speaker {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
  }

  #schedule .schedule-item .speaker img {
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    transition: all ease-in-out 0.3s;
  }

  @media (min-width: 769px) {
    #schedule .schedule-item h4 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 5px;
    }

    #schedule .schedule-item h4 span {
      font-style: italic;
      color: #19328e;
      font-weight: normal;
      font-size: 16px;
    }
  }

  #schedule .schedule-item p {
    font-style: italic;
    color: #152b79;
    margin-bottom: 0;
  }

  /*--------------------------------------------------------------
# Speaker Section
--------------------------------------------------------------*/

  .olcards,
  .olcards * {
    margin: auto;
    padding: 5px;
    box-sizing: border-box;
  }

  .olcards {
    list-style: none;
    counter-reset: cardCount;
    font-family: sans-serif;
    display: flex;
    flex-wrap: wrap;
    --cardsGap: 0.3rem;
    gap: var(--cardsGap);
    padding-bottom: var(--cardsGap);
    justify-content: space-between;
  }
  .olcards li {
    counter-increment: cardCount;
    display: flex;
    color: white;
    --labelOffset: 0.5rem;
    --arrowClipSize: 1.5rem;
    margin-top: var(--labelOffset);
  }

  .olcards li::before {
    /* content: counter(cardCount, decimal-leading-zero); */
    background: white;
    color: var(--cardColor);
    font-size: 1em;
    font-weight: 700;
    transform: translateY(calc(-1 * var(--labelOffset)));
    margin-right: calc(-1 * var(--labelOffset));
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 0.3em;
  }

  .olcards li .content {
    background-color: var(--cardColor);
    --inlinePadding: 1em;
    --boxPadding: 0.5em;
    display: grid;
    padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize))
      var(--boxPadding) calc(var(--inlinePadding) + var(--labelOffset));
    grid-template-areas:
      "icon title"
      "icon text";
    gap: 0.25em 1em;
    clip-path: polygon(
      0 0,
      calc(100% - var(--arrowClipSize)) 0,
      100% 50%,
      calc(100% - var(--arrowClipSize)) 100%,
      calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)),
      0 calc(100% + var(--cardsGap))
    );
    position: relative;
  }
  .olcards li .content::before {
    content: "";
    position: absolute;
    width: var(--labelOffset);
    height: var(--labelOffset);
    background: var(--cardColor);
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    filter: brightness(0.75);
  }
  .olcards li .content::after {
    content: "";
    position: absolute;
    height: var(--cardsGap);
    width: var(--cardsGap);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
    left: 0;
    top: 100%;
  }
  .olcards li .icon {
    grid-area: icon;
    align-self: center;
    font-size: 1em;
  }
  .olcards li .content .title {
    grid-area: title;
    font-size: 1em;
    /* font-weight: 700; */
  }
  .olcards li .content .text {
    grid-area: text;
  }

  /*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

  #venue {
    padding: 60px 0;
  }

  #venue .container-fluid {
    margin-bottom: 3px;
  }

  #venue .venue-map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
  }

  #venue .venue-info {
    background: url("../img/venue-info-bg.jpg") top center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #venue .venue-info:before {
    content: "";
    background: rgba(13, 20, 41, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  #venue .venue-info h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
  }

  #venue .venue-info p {
    color: #fff;
    margin-bottom: 0;
  }

  #venue .venue-gallery-container {
    padding-right: 12px;
  }

  #venue .venue-gallery {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }

  #venue .venue-gallery img {
    transition: all ease-in-out 0.4s;
  }

  #venue .venue-gallery:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/

  #hotels {
    padding: 60px 0;
  }

  #hotels .hotel {
    border: 1px solid #e0e5fa;
    background: #fff;
    margin-bottom: 30px;
  }

  #hotels .hotel:hover .hotel-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  #hotels .hotel-img {
    overflow: hidden;
    margin-bottom: 15px;
  }

  #hotels .hotel-img img {
    transition: 0.3s ease-in-out;
  }

  #hotels h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    padding: 0 20px;
  }

  #hotels a {
    color: #152b79;
  }

  #hotels a:hover {
    color: #f82249;
  }

  #hotels .stars {
    padding: 0 20px;
    margin-bottom: 5px;
  }

  #hotels .stars i {
    color: #ffc31d;
  }

  #hotels p {
    padding: 0 20px;
    margin-bottom: 20px;
    color: #060c22;
    font-style: italic;
    font-size: 15px;
  }

  /*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

  #gallery {
    padding: 60px;
    overflow: hidden;
  }

  #gallery .owl-nav,
  #gallery .owl-dots {
    margin-top: 25px;
    text-align: center;
  }

  #gallery .owl-item {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  #gallery .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
  }

  #gallery .owl-dot.active {
    background-color: #f82249;
  }

  #gallery .gallery-carousel .owl-stage-outer {
    overflow: visible;
  }

  #gallery .gallery-carousel .center {
    border: 6px solid #f82249;
    margin: -10px;
    box-sizing: content-box;
    padding: 4px;
    background: #fff;
    z-index: 1;
  }

  /*--------------------------------------------------------------
# supporters Section
--------------------------------------------------------------*/

  #supporters {
    padding: 60px 0;
  }

  #supporters .supporters-wrap {
    border-top: 1px solid #e0e5fa;
    border-left: 1px solid #e0e5fa;
    margin-bottom: 30px;
  }

  #supporters .supporter-logo {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #e0e5fa;
    border-bottom: 1px solid #e0e5fa;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    height: 160px;
  }

  #supporters .supporter-logo:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  #supporters img {
    transition: all 0.4s ease-in-out;
  }

  /*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

  #faq {
    padding: 60px 0;
  }

  #faq #faq-list {
    padding: 0;
    list-style: none;
  }

  #faq #faq-list li {
    border-bottom: 1px solid #ddd;
  }

  #faq #faq-list a {
    padding: 18px 0;
    display: block;
    position: relative;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-right: 20px;
  }

  #faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 16px;
  }

  #faq #faq-list p {
    margin-bottom: 20px;
  }

  #faq #faq-list a.collapse {
    color: #f82249;
  }

  #faq #faq-list a.collapsed {
    color: #000;
  }

  #faq #faq-list a.collapsed i::before {
    content: "\f055" !important;
  }

  /*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/

  #subscribe {
    padding: 60px;
    background: url(../img/subscribe-bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }

  #subscribe:before {
    content: "";
    background: rgba(6, 12, 34, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  #subscribe .section-header h2,
  #subscribe p {
    color: #fff;
  }

  #subscribe input {
    background: #fff;
    color: #060c22;
    border: 0;
    outline: none;
    margin: 0;
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 14px;
  }

  #subscribe button {
    border: 0;
    padding: 9px 25px;
    cursor: pointer;
    background: #f82249;
    color: #fff;
    transition: all 0.3s ease;
    outline: none;
    font-size: 14px;
    border-radius: 50px;
  }

  #subscribe button:hover {
    background: #e0072f;
  }

  /*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/

  #buy-tickets {
    padding: 60px 0;
  }

  #buy-tickets .card {
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  }

  #buy-tickets .card:hover {
    box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
  }

  #buy-tickets .card hr {
    margin: 25px 0;
  }

  #buy-tickets .card .card-title {
    margin: 10px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
  }

  #buy-tickets .card .card-price {
    font-size: 48px;
    margin: 0;
  }

  #buy-tickets .card ul li {
    margin-bottom: 20px;
  }

  #buy-tickets .card .text-muted {
    opacity: 0.7;
  }

  #buy-tickets .card .btn {
    font-size: 15px;
    border-radius: 50px;
    padding: 10px 40px;
    transition: all 0.2s;
    background-color: #f82249;
    border: 0;
    color: #fff;
  }

  #buy-tickets .card .btn:hover {
    background-color: #e0072f;
  }

  #buy-tickets #buy-ticket-modal input,
  #buy-tickets #buy-ticket-modal select {
    border-radius: 0;
  }

  #buy-tickets #buy-ticket-modal .btn {
    font-size: 15px;
    border-radius: 50px;
    padding: 10px 40px;
    transition: all 0.2s;
    background-color: #f82249;
    border: 0;
    color: #fff;
  }

  #buy-tickets #buy-ticket-modal .btn:hover {
    background-color: #e0072f;
  }

  /*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

  #contact {
    padding: 60px 0;
  }

  #contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
  }

  #contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #f82249;
  }

  #contact .contact-info address,
  #contact .contact-info p {
    margin-bottom: 0;
    color: #112363;
  }

  #contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #112363;
  }

  #contact .contact-info a {
    color: #4869df;
  }

  #contact .contact-info a:hover {
    color: #f82249;
  }

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    margin-bottom: 20px;
  }

  #contact .form #sendmessage {
    color: #f82249;
    border: 1px solid #f82249;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  #contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  #contact .form #sendmessage.show,
  #contact .form #errormessage.show,
  #contact .form .show {
    display: block;
  }

  #contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
  }

  #contact .form input,
  #contact .form textarea {
    padding: 6px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
  }

  #contact .form button[type="submit"] {
    background: #f82249;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    cursor: pointer;
  }

  #contact .form button[type="submit"]:hover {
    background: #e0072f;
  }

  #contact .donate button[type="submit"] {
    background: #f82249;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    cursor: pointer;
  }

  #contact .donate button[type="submit"]:hover {
    background: #e0072f;
  }

  /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

  #footer {
    background: #101522;
    padding: 0 0 25px 0;
    color: #eee;
    font-size: 14px;
  }

  #footer .footer-top {
    background: #040919;
    padding: 60px 0 30px 0;
  }

  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }

  /* Eligibility Section Styles */
  .eligibility-section {
    position: relative;
    overflow: hidden;
  }

  @media (min-width: 769px) {
    .success-page h1 {
      color: #88b04b;
      font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
      font-weight: 900;
      font-size: 40px;
      margin-bottom: 10px;
    }

    .success-page p {
      color: #404f5e;
      font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
      font-size: 20px;
      margin: 0;
    }

    .success-page i.checkmark {
      color: #9abc66;
      font-size: 100px;
      line-height: 200px;
      margin-left: -15px;
    }
  }

  .success-page .card {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #c8d0d8;
    display: inline-block;
    margin: 0 auto;
  }

  /*==================================================
  Footer Mobile Responsiveness
====================================================*/

  /* Mobile Footer Styles - Small screens (< 768px) */
  @media (max-width: 767.99px) {
    #footer .footer-top {
      padding: 40px 0 20px 0;
    }

    /* Center all footer content on mobile */
    #footer .footer-info,
    #footer .footer-links,
    #footer .footer-contact {
      text-align: center;
      margin-bottom: 30px;
    }

    /* Logo sizing for mobile */
    #footer .footer-info img {
      max-width: 150px;
      height: auto;
      margin-bottom: 20px;
    }

    /* Social links: center and better spacing */
    #footer .social-links {
      justify-content: center;
      gap: 20px !important;
      margin: 20px 0 !important;
    }

    /* Footer links: center alignment */
    #footer .footer-links h4 {
      margin-bottom: 15px;
    }

    #footer .footer-links ul {
      padding: 0;
      list-style: none;
    }

    #footer .footer-links ul li {
      margin-bottom: 8px;
    }

    #footer .footer-links .fa-angle-right {
      margin-right: 8px;
      color: var(--accent-color);
    }

    /* Contact info: improved mobile layout */
    #footer .footer-contact h4 {
      margin-bottom: 15px;
    }

    #footer .footer-contact p {
      font-size: 14px;
      line-height: 1.4;
    }

    #footer .footer-contact strong {
      display: inline-block;
      min-width: 60px;
    }

    /* Copyright text: center and smaller */
    #footer .copyright {
      text-align: center;
      font-size: 12px;
      margin-top: 20px;
    }
  }

  /* Tablet and small desktop styles - Medium screens (768px to 991px) */
  @media (min-width: 768px) and (max-width: 991px) {
    #footer .footer-top {
      padding: 50px 0 30px 0;
    }

    /* Ensure proper spacing and alignment for medium screens */
    #footer .footer-info img {
      max-width: 120px;
    }

    #footer .social-links {
      gap: 15px !important;
    }

    #footer .footer-contact p {
      font-size: 14px;
    }
  }

  /* Wizard Styles */
  .wizard-container {
    max-width: 100%;
  }

  /* Progress Bar */
  .progress {
    height: 8px;
    background-color: #e9ecef;
    border-radius: 4px;
    margin-bottom: 2rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .progress-bar {
    background: linear-gradient(45deg, #0d6efd, #6610f2);
    transition: width 0.3s ease;
  }

  /* Step Indicators */
  .step-indicators {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
  }

  .step-indicators::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 50px;
    right: 50px;
    height: 2px;
    background-color: #e9ecef;
    z-index: 1;
  }

  .step-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    flex: 1;
  }

  .step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    border: 3px solid #e9ecef;
  }

  .step-indicator.active .step-icon {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
  }

  .step-indicator.completed .step-icon {
    background-color: #198754;
    color: white;
    border-color: #198754;
  }

  .step-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #6c757d;
    text-align: center;
    line-height: 1.2;
  }

  .step-indicator.active .step-label {
    color: #0d6efd;
    font-weight: 600;
  }

  .step-indicator.completed .step-label {
    color: #198754;
  }

  /* Step Content */
  .wizard-step {
    display: none !important;
    animation: fadeIn 0.3s ease-in-out;
  }

  .wizard-step.active {
    display: block !important;
  }

  .step-header {
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }

  .step-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .step-header .fas {
    color: #0d6efd;
  }

  .form-step-content {
    min-height: 400px;
  }

  /* Form Improvements */
  .form-floating > label {
    font-weight: 500;
    color: #495057;
  }

  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #0d6efd;
    font-weight: 600;
  }

  .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  }

  /* Card improvements for steps */
  .wizard-step .card {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }

  .wizard-step .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
  }

  .wizard-step .card-header {
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
  }

  /* Navigation Buttons */
  .wizard-navigation {
    padding: 2rem 0;
    border-top: 1px solid #e9ecef;
  }

  .wizard-navigation .btn {
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    min-width: 120px;
  }

  .wizard-navigation .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .wizard-navigation .btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
  }

  /* File Upload Cards */
  .wizard-step .card .form-control-file {
    margin-top: 1rem;
  }

  .wizard-step .card small {
    display: block;
    margin-top: 0.5rem;
    color: #6c757d;
  }

  /* Radio Button Improvements */
  .form-check {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e9ecef;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
  }

  .form-check:hover {
    background-color: #f8f9fa;
    border-color: #0d6efd;
  }

  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }

  .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  }

  /* Fee Rows */
  #feeRows .row {
    margin-bottom: 0.5rem;
  }

  #feeRows .row:last-child {
    margin-bottom: 0;
  }

  /* Animation */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Mobile Responsive Wizard */
  @media (max-width: 768px) {
    .step-indicators {
      flex-direction: column;
      gap: 1rem;
    }

    .step-indicators::before {
      display: none;
    }

    .step-indicator {
      flex-direction: row;
      justify-content: flex-start;
      gap: 1rem;
    }

    .step-icon {
      flex-shrink: 0;
    }

    .step-label {
      text-align: left;
      font-size: 0.8rem;
    }

    .wizard-navigation {
      flex-direction: column;
      gap: 1rem;
    }

    .wizard-navigation .btn {
      width: 100%;
    }

    .form-step-content {
      min-height: 300px;
    }
  }
}
