/* Navbar Styles */
.navbar {
  padding: 1rem 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-bottom: 3px solid #e74c3c;
}

/* Logo Container */
.logo-container {
  position: relative;
}

.logo-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
 
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Brand Text */
.brand-text {
  line-height: 1.2;
}

.organization-text {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.sparsh-title {
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, #e74c3c, #f39c12, #9b59b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  letter-spacing: 2px;
}

.tagline {
  font-size: 1rem;
  color: #495057;
  font-style: italic;
  font-weight: 500;
  margin-top: -5px;
}

/* Navigation Links */
.navbar-nav .nav-link {
  font-weight: 600;
  color: #495057 !important;
  margin: 0 0.5rem;
  padding: 0.5rem 1rem !important;
  border-radius: 25px;
  transition: all 0.3s ease;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #e74c3c !important;
  background-color: rgba(231, 76, 60, 0.1);
  transform: translateY(-2px);
}

/* Dropdown Styles */
.dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border-radius: 15px;
  padding: 1rem 0;
  margin-top: 0.5rem;
}

.dropdown-item {
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  color: white !important;
  transform: translateX(5px);
}

/* Register Button */
.register-btn {
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  border: none;
  padding: 0.7rem 1.5rem;
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
  transition: all 0.3s ease;
}

.register-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
  background: linear-gradient(135deg, #c0392b, #e67e22);
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .sparsh-title {
    font-size: 2rem;
  }
  
  .organization-text {
    font-size: 0.8rem;
  }
  
  .tagline {
    font-size: 0.9rem;
  }
  
  .logo-circle {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
  
  .navbar-nav {
    margin-top: 1rem;
    text-align: center;
  }
  
  .register-btn {
    margin-top: 1rem;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .sparsh-title {
    font-size: 1.8rem;
  }
  
  .brand-text {
    text-align: center;
  }
  
  .navbar-brand {
    flex-direction: column;
    text-align: center;
  }
  
  .logo-container {
    margin-bottom: 0.5rem;
  }
}



/* Hero Section Styles */
.hero-section {
  min-height: 80vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* Carousel Styles */
.carousel-inner {
  height: 80vh;
}

.carousel-item {
  height: 80vh;

 border: 10px solid #f1f1f1;
}

.slide-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
}

/* Individual Slide Backgrounds */
.slide-0 {
 background-image: url(../images/0.webp);
}
.slide-1 {
 background-image: url(../images/1.webp);
}

.slide-2 {
 background-image: url(../images/2.webp);
}

.slide-3 {
  background-image: url(../images/3.webp);
}

.slide-4 {
background-image: url(../images/4.webp);
}

.slide-5 {
background-image: url(../images/5.webp);
}



.slide-text {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 2rem;
  max-width: 800px;
}

.slide-title {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  animation: slideInUp 1s ease-out;
}

.slide-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.slide-description {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.8;
}

/* Slide Stats */
.slide-stats {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.stat-item {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Competition Grid */
.competition-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.comp-item {
  background: rgba(255, 255, 255, 0.2);
  padding: 1rem;
  border-radius: 15px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: transform 0.3s ease;
}

.comp-item:hover {
  transform: translateY(-5px);
}

/* Prize Showcase */
.prize-showcase {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.prize-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  padding: 1.5rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.prize-amount {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.prize-label {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* Countdown Info */
.countdown-info {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.date-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  padding: 1.5rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.date-label {
  display: block;
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}

.date-value {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 0.8;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100%, 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  width: 3rem;
  height: 3rem;
}

.carousel-indicators {
  bottom: 2rem;
}

.carousel-indicators button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid white;
}

.carousel-indicators button.active {
  background-color: white;
  transform: scale(1.2);
}

/* Contact Form Container */
.contact-form-container {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 1rem;
  overflow-y: auto;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
}

.contact-form-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="paint" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23e74c3c" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23paint)"/></svg>');
  opacity: 0.3;
  z-index: 0;
}

/* Form Header */
.form-header {
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.form-title {
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #e74c3c, #f39c12, #9b59b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  
}



/* Contact Form */
.contact-form {
  position: relative;
  z-index: 1;
}

.form-floating {
  position: relative;
}

.form-control,
.form-select {
  border: 2px solid #e9ecef;
  border-radius: 15px;

  font-weight: 500;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}





.form-control:focus,
.form-select:focus {
  border-color: #e74c3c;
  box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
  transform: translateY(-2px);
}

.form-floating > label {
  padding-left: 1rem;
  color: #6c757d;
  font-weight: 500;
  font-size: 14px;
}

/* Form Check */
.form-check {
  margin: 1rem 0;
}

.form-check-input {
  width: 1rem;
  height: 1rem;
  border: 1px solid #e74c3c;
  border-radius: 4px;
}

.form-check-input:checked {
  background-color: #e74c3c;
  border-color: #e74c3c;
}

.form-check-label {
  font-weight: 500;
  color: #495057;
  margin-left: 0.1rem;
  font-size: 13px;
}

.form-check-label a {
  color: #e74c3c;
  font-weight: 600;
}

.form-check-label a:hover {
  color: #c0392b;
}

/* Submit Button */
.btn-submit {
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.1rem;
  color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.btn-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
  background: linear-gradient(135deg, #c0392b, #e67e22);
}

.btn-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.btn-submit:hover::before {
  left: 100%;
}

.btn-text {
  position: relative;
  z-index: 1;
}

.btn-icon {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}



/* Animations */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
  }
  
  .carousel-inner,
  .carousel-item {
    height: 60vh;
  }
  
  .contact-form-container {
    height: auto;
    min-height: 60vh;
  }
  
  .slide-title {
    font-size: 2.5rem;
  }
  
  .slide-stats,
  .prize-showcase,
  .countdown-info {
    gap: 1rem;
  }
  
  .competition-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .slide-title {
    font-size: 2rem;
  }
  
  .slide-subtitle {
    font-size: 1.2rem;
  }
  
  .slide-description {
    font-size: 1rem;
  }
  
  .contact-form-container {
    padding: 1.5rem;
  }
  
  .form-title {
    font-size: 1.5rem;
  }
  
  .prize-showcase,
  .countdown-info {
    flex-direction: column;
    align-items: center;
  }
  
  .competition-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-links {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .slide-title {
    font-size: 1.8rem;
  }
  
  .carousel-inner,
  .carousel-item {
    height: 50vh;
  }
  
  .slide-text {
    padding: 1rem;
  }
  
  .stat-item,
  .comp-item {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
  }
  
  .prize-amount {
    font-size: 1.5rem;
  }
  
  .contact-form-container {
    padding: 1rem;
  }
}




/* about section */

/* About Section Styles */
.about-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="5" cy="5" r="0.5" fill="%23e74c3c" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  z-index: 0;
}

.about-section > .container {
  position: relative;
  z-index: 1;
}

/* Section Header */
.section-header {
  margin-bottom: 0rem !important;
}

.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0rem;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.button{
    display: inline-block;
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.2rem;
  border: 1px solid #e74c3c;
  transition: all 0.3s;
}

.button:hover{
  background: white;
  border: 1px solid #e74c3c;
  color: #f39c12;
}


.section-title {
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, #e74c3c, #f39c12, #9b59b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0rem;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  font-weight: 500;
  max-width: 600px;
  margin: 0 auto;
}

/* About Content */
.about-content {
  height: 100%;
}

.content-card {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(231, 76, 60, 0.1);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.content-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, #e74c3c, #f39c12);
}

.content-card .card-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block;
}

.content-card .card-title {
  font-size: 2rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 1.5rem;
}

.content-card .card-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #495057;
  margin-bottom: 1rem;
}

/* About Visual */
.about-visual {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-container {
  position: relative;
  width: 400px;
  height: 400px;
}

.main-visual {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.visual-circle {
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, #e74c3c, #f39c12, #9b59b6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rotate 20s linear infinite;
  box-shadow: 0 20px 40px rgba(231, 76, 60, 0.3);
}

.inner-circle {
  width: 200px;
  height: 200px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
}

.visual-text {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

/* Floating Elements */
/* Floating Elements */
.floating-element {
  position: absolute;
  font-size: 2rem;
  animation: float 3s ease-in-out infinite;
  opacity: 0.8;
}

.elem-1 {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.elem-2 {
  top: 20%;
  right: 15%;
  animation-delay: 1s;
}

.elem-3 {
  bottom: 20%;
  left: 15%;
  animation-delay: 2s;
}

.elem-4 {
  bottom: 10%;
  right: 10%;
  animation-delay: 1.5s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

@keyframes rotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Info Cards */
.info-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transition: height 0.3s ease;
}

.mission-card::before {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.vision-card::before {
  background: linear-gradient(135deg, #3498db, #2980b9);
}

.aim-card::before {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
}

.info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.info-card:hover::before {
  height: 100%;
  opacity: 0.05;
}

.card-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.card-icon-large {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  display: block;
}

.info-card .card-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 1.5rem;
}

.info-card .card-body p {
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 1rem;
}

.card-highlight {
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.1), rgba(243, 156, 18, 0.1));
  padding: 1rem;
  border-radius: 10px;
  border-left: 4px solid #e74c3c;
  margin-top: 1.5rem;
}

.highlight-text {
  font-weight: 600;
  color: #e74c3c;
  font-style: italic;
}

/* Statistics Container */
.stats-container {
  background: linear-gradient(135deg, #2c3e50, #34495e);
  border-radius: 25px;
  padding: 3rem 2rem;
  color: white;
  position: relative;
  overflow: hidden;
}

.stats-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  z-index: 0;
}

.stats-header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.stats-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.stats-subtitle {
  font-size: 1.2rem;
  opacity: 0.8;
}

.stat-card {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem 1rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.stat-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.stat-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.stat-number {
  font-size: 3rem;
  font-weight: 900;
  color: #f39c12;
  margin-bottom: 0.5rem;
  display: block;
}

.stat-label {
  font-size: 1rem;
  font-weight: 600;
  opacity: 0.9;
}

/* Features Container */
.features-container {
  background: white;
  border-radius: 25px;
  padding: 3rem 2rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(231, 76, 60, 0.1);
}

.features-header {
  margin-bottom: 2rem;
}

.features-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.features-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  font-weight: 500;
}

.feature-card {
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 15px;
  transition: all 0.3s ease;
  height: 100%;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border: 2px solid transparent;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: #e74c3c;
  box-shadow: 0 10px 25px rgba(231, 76, 60, 0.15);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.feature-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
}

/* Call to Action */
.cta-container {
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  color: white;
  padding: 3rem 2rem;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.cta-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%23ffffff" opacity="0.1"/><circle cx="80" cy="20" r="2" fill="%23ffffff" opacity="0.1"/><circle cx="20" cy="80" r="2" fill="%23ffffff" opacity="0.1"/><circle cx="80" cy="80" r="2" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="50" r="2" fill="%23ffffff" opacity="0.1"/></svg>');
  z-index: 0;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.cta-text {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.btn-cta {
  padding: 1rem 2rem;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 2px solid white;
  position: relative;
  overflow: hidden;
}

.btn-cta.btn-primary {
  background: white;
  color: #e74c3c;
}

.btn-cta.btn-outline-primary {
  background: transparent;
  color: white;
}

.btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-cta.btn-primary:hover {
  background: #f8f9fa;
  color: #c0392b;
}

.btn-cta.btn-outline-primary:hover {
  background: white;
  color: #e74c3c;
}

.btn-text {
  margin-right: 0.5rem;
}

.btn-icon {
  font-size: 1.2rem;
}

/* Counter Animation */
@keyframes countUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.stat-number.animated {
  animation: countUp 0.6s ease-out;
}

/* Responsive Design */
@media (max-width: 991px) {
  .section-title {
    font-size: 2.5rem;
  }
  
  .visual-container {
    width: 300px;
    height: 300px;
  }
  
  .visual-circle {
    width: 200px;
    height: 200px;
  }
  
  .inner-circle {
    width: 150px;
    height: 150px;
  }
  
  .visual-text {
    font-size: 1.2rem;
  }
  
  .floating-element {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  
  .content-card,
  .info-card {
    padding: 2rem 1.5rem;
  }
  
  .stats-container,
  .features-container,
  .cta-container {
    padding: 2rem 1.5rem;
  }
  
  .stats-title,
  .features-title,
  .cta-title {
    font-size: 2rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-cta {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.8rem;
  }
  
  .visual-container {
    width: 250px;
    height: 250px;
  }
  
  .visual-circle {
    width: 150px;
    height: 150px;
  }
  
  .inner-circle {
    width: 120px;
    height: 120px;
  }
  
  .visual-text {
    font-size: 1rem;
  }
  
  .content-card,
  .info-card {
    padding: 1.5rem;
  }
  
  .card-icon-large {
    font-size: 2.5rem;
  }
  
  .stat-number {
    font-size: 2.5rem;
  }
  
  .feature-icon {
    font-size: 2.5rem;
  }
}



/* links section */
/* Important Links Section */
.important-links-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #667eea 100%);
  position: relative;
  overflow: hidden;
}

.important-links-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="links-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="5" cy="5" r="0.5" fill="%23ffffff" opacity="0.05"/><circle cx="15" cy="15" r="0.5" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23links-pattern)"/></svg>');
  z-index: 0;
}

.important-links-section > .container {
  position: relative;
  z-index: 1;
}



.section-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}



.section-subtitle {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  max-width: 600px;
  margin: 0 auto;
}

/* Link Cards */
.link-card {
  background: white;
  border-radius: 25px;
  padding: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.link-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

/* Card Background */
.card-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  z-index: 1;
}

.card-pattern {
  width: 100%;
  height: 100%;
  background-size: 30px 30px;
}

.prospectus-card .card-pattern {
  background: linear-gradient(45deg, #e74c3c 25%, transparent 25%), 
              linear-gradient(-45deg, #e74c3c 25%, transparent 25%), 
              linear-gradient(45deg, transparent 75%, #e74c3c 75%), 
              linear-gradient(-45deg, transparent 75%, #e74c3c 75%);
}

.registration-card .card-pattern {
  background: linear-gradient(45deg, #2ecc71 25%, transparent 25%), 
              linear-gradient(-45deg, #2ecc71 25%, transparent 25%), 
              linear-gradient(45deg, transparent 75%, #2ecc71 75%), 
              linear-gradient(-45deg, transparent 75%, #2ecc71 75%);
}

.payment-card .card-pattern {
  background: linear-gradient(45deg, #f39c12 25%, transparent 25%), 
              linear-gradient(-45deg, #f39c12 25%, transparent 25%), 
              linear-gradient(45deg, transparent 75%, #f39c12 75%), 
              linear-gradient(-45deg, transparent 75%, #f39c12 75%);
}

/* Featured Badge */
.featured-badge {
  position: absolute;
  top: 20px;
  right: -30px;
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  color: white;
  padding: 8px 40px;
  font-size: 0.8rem;
  font-weight: 700;
  transform: rotate(45deg);
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Card Content */
.card-content {
  padding: 1rem 1.5rem 1rem;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 2.5rem;
  position: relative;
}

.prospectus-card .card-icon {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
  box-shadow: 0 8px 20px rgba(231, 76, 60, 0.3);
}

.registration-card .card-icon {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  color: white;
  box-shadow: 0 8px 20px rgba(46, 204, 113, 0.3);
}

.payment-card .card-icon {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  color: white;
  box-shadow: 0 8px 20px rgba(243, 156, 18, 0.3);
}

.card-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 1rem;
  text-align: center;
}

.card-description {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0.5rem;
  flex-grow: 1;
}

/* Card Features */
.card-features {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.feature-item {
  font-size: 0.9rem;
  color: #495057;
  font-weight: 500;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e9ecef;
  text-align: center;
}

.feature-item:last-child {
  border-bottom: none;
}

/* Card Action */
.card-action {
  text-align: center;
  margin-top: auto;
}

.btn-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-width: 180px;
}

.prospectus-card .btn-card {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.registration-card .btn-card {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  color: white;
  box-shadow: 0 4px 15px rgba(46, 204, 113, 0.3);
}

.payment-card .btn-card {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  color: white;
  box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
}

.btn-card:hover {
  transform: translateY(-3px);
  color: white;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.btn-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.btn-card:hover::before {
  left: 100%;
}

.btn-text {
  margin-right: 0.5rem;
  position: relative;
  z-index: 1;
}



/* Age Groups & Fees Section */
.age-groups-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

.age-groups-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="table-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><rect x="0" y="0" width="1" height="20" fill="%23e74c3c" opacity="0.05"/><rect x="0" y="0" width="20" height="1" fill="%23e74c3c" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23table-pattern)"/></svg>');
  z-index: 0;
}

.age-groups-section > .container {
  position: relative;
  z-index: 1;
}

/* Table Container */
.table-container {
  background: white;
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid rgba(231, 76, 60, 0.1);
}

.table-header {
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  color: white;
  padding: 2rem;
  text-align: center;
  position: relative;
}

.table-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="80" cy="20" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="20" cy="80" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="80" cy="80" r="1" fill="%23ffffff" opacity="0.1"/></svg>');
  z-index: 0;
}

.table-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.table-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}

/* Age Groups Table */
.age-groups-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
}

.age-groups-table thead {
  background: linear-gradient(135deg, #2c3e50, #34495e);
  color: white;
}

.age-groups-table th {
  padding: 1.5rem 1rem;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  position: relative;
}

.th-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.th-icon {
  font-size: 1.5rem;
}

.th-text {
  font-size: 0.9rem;
  font-weight: 600;
}

/* Table Rows */
.table-row {
  transition: all 0.3s ease;
  border-bottom: 1px solid #e9ecef;
}

.table-row:hover {
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.05), rgba(243, 156, 18, 0.05));
  transform: scale(1.01);
}

.featured-row {
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.1), rgba(243, 156, 18, 0.1));
  border: 2px solid #e74c3c;
}

.table-row td {
  padding: 1.5rem 1rem;
  text-align: center;
  vertical-align: middle;
  border: none;
}

/* Category Cell */
.category-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

.category-icon {
  font-size: 2.5rem;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  border-radius: 50%;
  color: white;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.category-details {
  text-align: left;
}

.category-name {
  font-size: 1.3rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 0.25rem;
}

.category-desc {
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 500;
}

/* Age Badge */
.age-badge {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-block;
  box-shadow: 0 2px 10px rgba(52, 152, 219, 0.3);
}

.age-badge.featured {
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  box-shadow: 0 2px 10px rgba(231, 76, 60, 0.3);
}

/* Fee Cell */
.fee-amount {
  font-size: 1.5rem;
  font-weight: 800;
  color: #27ae60;
  margin-bottom: 0.25rem;
}

.fee-note {
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: 500;
}

/* Prize Cell */
.prize-amount {
  font-size: 1.5rem;
  font-weight: 800;
  color: #f39c12;
  margin-bottom: 0.25rem;
}

.prize-amount.featured {
  color: #e74c3c;
  font-size: 1.7rem;
}

.prize-note {
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: 500;
}

/* Register Button */
.btn-register {
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-register::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-register:hover::before {
  left: 100%;
}

.btn-register:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

.btn-register.featured {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  box-shadow: 0 4px 15px rgba(46, 204, 113, 0.3);
}

.btn-register.featured:hover {
  box-shadow: 0 6px 20px rgba(46, 204, 113, 0.4);
}

/* Table Footer */
.table-footer {
  background: #f8f9fa;
  padding: 2rem;
  border-top: 1px solid #e9ecef;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.info-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.info-icon {
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  border-radius: 50%;
  color: white;
  flex-shrink: 0;
}

.info-text {
  font-weight: 600;
  color: #2c3e50;
  font-size: 0.9rem;
}

/* Rules Section */
.rules-section {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.rules-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="rules-pattern" x="0" y="0" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23rules-pattern)"/></svg>');
  z-index: 0;
}

.rules-section > .container {
  position: relative;
  z-index: 1;
}

.rules-section .section-badge {
  background: linear-gradient(135deg, #f39c12, #e67e22);
}

.rules-section .section-title {
  color: white;
}

.rules-section .section-subtitle {
  color: rgba(255, 255, 255, 0.8);
}

/* Rules Container */
.rules-container {
  background: white;
  border-radius: 25px;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  color: #2c3e50;
}

/* Rule Category */
.rule-category {
  margin-bottom: 3rem;
  position: relative;
}

.rule-category:last-child {
  margin-bottom: 0;
}

.category-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #e74c3c;
}

.category-icon {
  font-size: 2.5rem;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  border-radius: 50%;
  color: white;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.category-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #2c3e50;
  margin: 0;
}

/* Rules List */
.rules-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.rule-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 15px;
  border-left: 4px solid #e74c3c;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.rule-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  transition: width 0.3s ease;
}

.rule-item:hover::before {
  width: 100%;
  opacity: 0.05;
}

.rule-item:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(231, 76, 60, 0.15);
}

.rule-number {
  font-size: 1.5rem;
  font-weight: 900;
  color: #e74c3c;
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.1), rgba(243, 156, 18, 0.1));
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid #e74c3c;
}

.rule-content {
  flex: 1;
}

.rule-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.rule-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  margin: 0;
}

/* Important Notes */
.important-notes {
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.1), rgba(243, 156, 18, 0.1));
  padding: 2rem;
  border-radius: 20px;
  border: 2px solid #e74c3c;
}

.notes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.note-item {
  background: white;
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}

.note-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.note-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.note-item h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.note-item p {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.5;
  margin: 0;
}

/* Contact Information */
.contact-info {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
  padding: 3rem;
  border-radius: 20px;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
}

.contact-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%23ffffff" opacity="0.1"/><circle cx="80" cy="20" r="2" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="50" r="2" fill="%23ffffff" opacity="0.1"/><circle cx="20" cy="80" r="2" fill="%23ffffff" opacity="0.1"/><circle cx="80" cy="80" r="2" fill="%23ffffff" opacity="0.1"/></svg>');
  z-index: 0;
}

.contact-header {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.contact-header h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.contact-header p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.contact-method {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.contact-method:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.method-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  display: block;
}

.method-details h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.method-details p {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.method-details span {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 991px) {
  .table-container {
    border-radius: 15px;
  }
  
  .table-header {
    padding: 1.5rem;
  }
  
  .table-title {
    font-size: 1.5rem;
  }
  
  .age-groups-table th,
  .age-groups-table td {
    padding: 1rem 0.5rem;
  }
  
  .category-info {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .category-icon {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }
  
  .rules-container {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .table-responsive {
    overflow-x: auto;
  }
  
  .age-groups-table {
    min-width: 700px;
  }
  
  .th-content {
    flex-direction: row;
    gap: 0.25rem;
  }
  
  .th-icon {
    font-size: 1.2rem;
  }
  
  .th-text {
    font-size: 0.8rem;
  }
  
  .category-info {
    flex-direction: row;
    gap: 0.75rem;
  }
  
  .category-icon {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
  
  .category-name {
    font-size: 1.1rem;
  }
  
  .category-desc {
    font-size: 0.8rem;
  }
  
  .btn-register {
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
  }
  
  .rule-item {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  
  .rule-number {
    align-self: flex-start;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  
  .notes-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-methods {
    grid-template-columns: 1fr;
  }
}



/* new sectin for information  */
/* Competitions Section */
.competitions-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  min-height: 100vh;
}

/* Section Header */
.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  margin-bottom: 0rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 0rem;
}

.section-subtitle {
  color: #6c757d;
  font-size: 1.1rem;
}

/* Sidebar */
.competition-sidebar {
  background: white;
  height: 100vh;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
  border-radius: 0 15px 15px 0;
}

.sidebar-header {
  padding: 2rem 1.5rem 1rem;
  border-bottom: 2px solid #f8f9fa;
}

.sidebar-header h4 {
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
}

/* Navigation */
.competition-nav {
  padding: 1rem 0;
}

.nav-item1 {
  width: 100%;
  padding: 1rem 1.5rem;
  border: none;
  background: transparent;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.nav-item1:hover {
  background: #f8f9fa;
  border-left-color: #e74c3c;
}

.nav-item1.active {
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.1), rgba(243, 156, 18, 0.1));
  border-left-color: #e74c3c;
  color: #e74c3c;
}

.nav-icon {
  font-size: 1.5rem;
}

.nav-text {
  font-weight: 600;
  font-size: 1rem;
}

/* Content Area */
.competition-content {
  background: white;
  min-height: 100vh;
  padding: 2rem;
  border-radius: 15px 0 0 15px;
  margin-left: -1px;
}

/* Competition Details */
.competition-detail {
  display: none;
  animation: fadeIn 0.5s ease;
}

.competition-detail.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Detail Header */
/* Detail Header */
.detail-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  color: white;
  border-radius: 15px;
  margin-bottom: 2rem;
}

.header-icon {
  font-size: 4rem;
  opacity: 0.9;
}

.header-text h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.header-text p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin: 0;
}

/* Detail Body */
.detail-body {
  padding: 0 1rem;
}

/* Info Boxes */
.info-box {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 4px solid #e74c3c;
  height: 100%;
}

.info-box h5 {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-box li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e9ecef;
  font-size: 0.95rem;
}

.info-box li:last-child {
  border-bottom: none;
}

.info-box strong {
  color: #e74c3c;
  font-weight: 600;
}

/* Action Buttons */
.action-buttons {
  margin-top: 2rem;
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  border-radius: 10px;
  border: 2px dashed #e74c3c;
}



.btn {
  padding: 0.8rem 2rem;
  border-radius: 25px;
  font-weight: 600;
  margin: 0 0.5rem;
  transition: all 0.3s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  border: none;
  color: white;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.4);
}

.btn-outline-primary {
  border: 2px solid #e74c3c;
  color: #e74c3c;
  background: transparent;
}

.btn-outline-primary:hover {
  background: #e74c3c;
  color: white;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 991px) {
  .competition-sidebar {
    height: auto;
    border-radius: 15px 15px 0 0;
  }
  
  .competition-content {
    border-radius: 0 0 15px 15px;
    margin-left: 0;
    margin-top: -1px;
  }
  
  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .detail-header {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }
  
  .header-icon {
    font-size: 3rem;
  }
  
  .header-text h3 {
    font-size: 1.5rem;
  }
  
  .competition-content {
    padding: 1rem;
  }
  
  .nav-item1 {
    padding: 0.8rem 1rem;
  }
  
  .nav-text {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .action-buttons {
    padding: 1rem;
  }
  
  .btn {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
  }
  
  .info-box {
    padding: 1rem;
  }
  
  .detail-header {
    padding: 1rem;
  }
}


/* Contact Section */
.contact-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1" fill="%23e74c3c" opacity="0.1"/><circle cx="80" cy="80" r="1" fill="%23f39c12" opacity="0.1"/></svg>');
  z-index: 0;
}

.contact-section .container {
  position: relative;
  z-index: 1;
}

/* Contact Info */
.contact-info {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  border-left: 4px solid #e74c3c;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.contact-subtitle {
  color: #6c757d;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.contact-details {
  margin-top: 2rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: #f8f9fa;
  transform: translateX(5px);
}

.contact-icon {
  font-size: 2rem;
  margin-right: 1rem;
  flex-shrink: 0;
  align-self: center;
}

.contact-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.5rem;
    align-self: center;
}

.contact-content p {
  margin-bottom: 0.25rem;
  color: #495057;
    align-self: center;
}

.contact-content a {
  color: #e74c3c;
  text-decoration: none;
  font-weight: 600;
    align-self: center;
}

.contact-content a:hover {
  color: #c0392b;
  text-decoration: underline;
}

.contact-content small {
  color: #6c757d;
  font-style: italic;
}

.social-links {
  display: flex;
  gap: 1rem;
}


/* Map Container */
.map-container {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.map-header {
  background: linear-gradient(135deg, #e74c3c, #f39c12);
  color: white;
  padding: 1.5rem;
  text-align: center;
}

.map-header h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.map-wrapper {
  position: relative;
  height: 400px;
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Footer */
.footer {
  background: linear-gradient(135deg, #2c3e50, #181f26);
  color: white;
  padding: 3rem 0 1rem;
  margin-top: 0;
}

.footer-brand h4 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #f39c12;
}

.footer-brand p {
  color: #ffffff;
  line-height: 1.6;
}

.footer-links h5,
.footer-contact h5 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #f39c12;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 0.5rem;
}

.footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #f39c12;
}

.footer-contact p {
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.footer-divider {
  border-color: #9eaab6;
  margin: 2rem 0 1rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  margin: 0;
  color: #cfd5d9;
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.social-icon {
  font-size: 1.5rem;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-title {
    font-size: 2rem;
  }
  
  .contact-info,
  .map-container {
    margin-bottom: 2rem;
  }
  
  .contact-item {
    flex-direction: column;
    text-align: center;
  }
  
  .contact-icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  
  .social-links {
    justify-content: center;
  }
  
  .map-wrapper {
    height: 300px;
  }
  
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .contact-info {
    padding: 1.5rem;
  }
  
  .contact-title {
    font-size: 1.8rem;
  }
  
  .social-links {
    flex-direction: column;
    align-items: center;
  }
  
  .social-link {
    width: 100%;
    text-align: center;
    max-width: 200px;
  }
}




/* faq */
/* FAQ Section Styling */
.faq-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.faq-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

.faq-section .container {
  position: relative;
  z-index: 2;
}

.faq-section h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  position: relative;
}

.faq-section h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ff6b6b, #feca57);
  border-radius: 2px;
}

/* Accordion Styling */
.accordion {
  --bs-accordion-border-radius: 15px;
  --bs-accordion-border-color: rgba(255,255,255,0.2);
}

.accordion-item {
  background: rgba(255, 255, 255, 0.95);
  border: none !important;
  margin-bottom: 20px;
  border-radius: 15px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  overflow: hidden;
}

.accordion-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.accordion-header {
  border-radius: 15px !important;
}

.accordion-button {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%) !important;
  border: none !important;
  padding: 20px 25px;
  font-weight: 600;
  font-size: 1.1rem;
  color: #2c3e50 !important;
  border-radius: 15px !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
  position: relative;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4) !important;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23667eea'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  transform: rotate(180deg);
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25) !important;
}

.accordion-collapse {
  border-radius: 0 0 15px 15px;
}

.accordion-body {
  padding: 25px;
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.7;
  border-radius: 0 0 15px 15px;
}

.accordion-body br {
  margin-bottom: 8px;
}

/* Custom scrollbar for accordion content */
.accordion-body::-webkit-scrollbar {
  width: 6px;
}

.accordion-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.accordion-body::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 3px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }
  
  .faq-section h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  
  .accordion-button {
    padding: 15px 20px;
    font-size: 1rem;
  }
  
  .accordion-body {
    padding: 20px;
    font-size: 0.95rem;
  }
  
  .accordion-item {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .faq-section h2 {
    font-size: 1.75rem;
  }
  
  .accordion-button {
    padding: 12px 15px;
    font-size: 0.95rem;
  }
  
  .accordion-body {
    padding: 15px;
  }
}

/* Animation for accordion opening */
.accordion-collapse.collapsing {
  transition: height 0.35s ease;
}

.accordion-collapse.show {
  animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover effects for better interactivity */
.accordion-button:hover {
  transform: translateX(5px);
}

.accordion-button:not(.collapsed):hover {
  transform: translateX(0);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5) !important;
}

/* Special styling for contact information */
.accordion-body:last-child {
  background: linear-gradient(135deg, #e8f5e8 0%, #f0f8ff 100%);
}

/* Add icons to questions (optional enhancement) */
.accordion-button::before {
  content: '❓';
  margin-right: 10px;
  font-size: 1.2rem;
}

.accordion-button:not(.collapsed)::before {
  content: '✅';
}



/* organizer section */


/* organiser css */

/* Organizers Section Styles */
:root {
    --primary-color: #e63946;
    --secondary-color: #1d3557;
    --accent-color: #f1c40f;
    --light-color: #f8f9fa;
    --dark-color: #1d3557;
    --text-color: #333;
    --border-radius: 12px;
    --box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.organizers-section {
    padding: 5rem 0;
    background-color: var(--light-color);
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e63946' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.section-header3 {
    margin-bottom: 2rem !important;
}

.section-title-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}



.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem 0 1.5rem;
}

.decoration-line {
    height: 2px;
    width: 80px;
	background-color: var(--primary-color);
}

.decoration-icon {
    margin: 0 15px;
    color: var(--primary-color);
    font-size: 1.5rem;
}





.section-subtitle:before {
    left: 0;
}

.section-subtitle:after {
    right: 0;
}

/* Main Organizer Styles */
.organizer-main, .organizer-secondary {
    background-color: white;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
    margin-bottom: 3rem;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.organizer-main:hover, .organizer-secondary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.organizer-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: var(--primary-color);
}

.organizer-secondary:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background-color: var(--accent-color);
}

.organizer-photo-container {
    position: relative;
    height: 100%;
    min-height: 350px;
    overflow: hidden;
}

.organizer-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.organizer-main:hover .organizer-photo, 
.organizer-secondary:hover .organizer-photo {
    transform: scale(1.05);
}

.organizer-badge {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: var(--primary-color);
    color: white;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.organizer-secondary .organizer-badge {
    left: auto;
    right: 0;
    background-color: var(--accent-color);
    color: var(--dark-color);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.organizer-content {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.organizer-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.organizer-name {
    color: var(--secondary-color);
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.organizer-position {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.organizer-designation {
    color: #666;
    font-size: 1rem;
    font-style: italic;
}

.organizer-bio {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.organizer-bio p {
    margin-bottom: 1rem;
    text-align: justify;
}

.organizer-message {
    background-color: rgba(241, 196, 15, 0.1);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid var(--accent-color);
    margin-top: auto;
}

.organizer-message p {
    margin-bottom: 1rem;
    text-align: justify;
    font-style: italic;
}

.organizer-message p:last-child {
    margin-bottom: 0;
}

.event-date-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--primary-color);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 2rem;
}

.event-date-badge i {
    font-size: 1.4rem;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .section-title {
        font-size: 2.2rem;
    }
    
    .section-subtitle {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {
    .organizer-photo-container {
        min-height: 300px;
    }
    
    .organizer-content {
        padding: 1.5rem;
    }
    
    .organizer-name {
        font-size: 1.5rem;
    }
    
    .organizer-position {
        font-size: 1.1rem;
    }
    
    .organizer-message {
        padding: 1rem;
    }
    
    .decoration-line {
        width: 50px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-subtitle {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    
    .organizer-photo-container {
        min-height: 250px;
    }
    
    .organizer-badge {
        font-size: 0.9rem;
        padding: 0.4rem 1.2rem;
    }
}

/* certificate section */
/* Certificates Section */
.certificates-section {
  background: #ffffff;
  padding: 4rem 0;
}

.certificate-card {
  background: white;
  border-radius: 15px;
  padding: 1.5rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid #f8f9fa;
  height: 100%;
}

.certificate-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(231, 76, 60, 0.15);
  border-color: #e74c3c;
}

.certificate-image {
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
  background: #f8f9fa;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certificate-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.certificate-card:hover .certificate-image img {
  transform: scale(1.05);
}

.certificate-info {
  text-align: center;
}

.certificate-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.certificate-desc {
  font-size: 0.95rem;
  color: #6c757d;
  margin: 0;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .certificates-section {
    padding: 3rem 0;
  }
  
  .certificate-card {
    padding: 1.25rem;
  }
  
  .certificate-title {
    font-size: 1.2rem;
  }
  
  .certificate-desc {
    font-size: 0.9rem;
  }
}


a {
  text-decoration: none !important;
}

.hide-on-desktop {
    display: none !important;
  }

@media (max-width: 767.98px) {
  .hide-on-mobile {
    display: none !important;
  }

  .hide-on-desktop{
    display:block !important;
  }
  .tricolor-text{
    font-size: 30px !important;
  }

  .carousel-inner {
    height: 24vh !important; /* Let the inner container take full height */
  }

  .carousel-item {
    height: 24vh !important; /* Each item fills the screen height */
  }

  .carousel{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .slide-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
  }

  /* Optional: Ensure images inside carousel scale responsively */
  .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  .hero-section{
    padding: 10px !important;
  }
}




.tricolor-text {
  background: linear-gradient(to right, #FF9933, #ffffff, #138808);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 2.7rem;
  position: relative;
  display: inline-block;
}

.india{
 background: linear-gradient(135deg, #2c3e50 0%, #34495e 50%, #2c3e50 100%);

}


/* social media links */
.social-links {
  list-style: none;
  padding: 0;
  display: flex;
 
  gap: 20px;
  margin-top: 10px;
}

.footer-contact a {
  color: #fff; /* Or your footer text color */
  text-decoration: underline;
  transition: color 0.2s;
}

.footer-contact a:hover {
  color: #f39c12; /* Golden hover color */
}


.social-links li a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  color: #fff;
  background: linear-gradient(to right, #4e54c8, #8f94fb);
  padding: 10px 18px;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.social-links li a:hover {
  transform: scale(1.05);
  background: linear-gradient(to right, #8f94fb, #4e54c8);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.social-links li a i {
  font-size: 1.2rem;
}


.hidden{
  display: none ;
}