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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
}

body, .ast-separate-container {
    background-color: #ffffff;}

/* Hero Section */
.hero-section {
  height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  color: white;
  overflow: hidden;
}
.hero-section .heroSwiper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-section .heroSwiper .swiper-slide {
  background-size: cover !important;
  background-position: right center !important;
  background-attachment: fixed !important;
  height: 80vh;
}
.hero-section .hero-content {
  position: relative;
  z-index: 5;
}
.hero-section .hero-content img {
  height: 200px;
  width: auto;
}
.hero-section .hero-content h1 {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 0.9;
  color: #ffffff;
}
.hero-section .hero-content .subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.hero-section .countdown-container {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 1.5rem;
  margin: 2rem 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
}
.hero-section .countdown-container .countdown {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.hero-section .countdown-container .countdown .countdown-item {
  text-align: center;
}
.hero-section .countdown-container .countdown .countdown-item .countdown-number {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  display: block;
}
.hero-section .countdown-container .countdown .countdown-item .countdown-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-top: 0.2rem;
}
.hero-section .countdown-container .countdown .countdown-separator {
  font-size: 2rem;
  font-weight: 300;
  opacity: 0.6;
}
.hero-section .btn-learn-more {
  background: linear-gradient(45deg, #ff6b35, #f7931e);
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.hero-section .btn-learn-more:hover {
  background: linear-gradient(45deg, #f7931e, #ff6b35);
  transform: translateY(-2px);
  color: white;
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}
@media (max-width: 768px) {
  .hero-section {
    background-attachment: scroll;
    height: 70vh;
    padding: 1rem 0;
  }
  .hero-section .heroSwiper .swiper-slide {
    background-position: center center !important;
  }
  .hero-section .hero-content {
    text-align: center;
  }
  .hero-section .hero-content h1 {
    font-size: 2.5rem;
    text-align: center;
  }
  .hero-section .hero-content .subtitle {
    font-size: 1.2rem;
    text-align: center;
  }
  .hero-section .hero-content .countdown-container {
    padding: 1rem;
    margin: 1.5rem 0;
  }
  .hero-section .hero-content .countdown-container .countdown {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .hero-section .hero-content .countdown-container .countdown .countdown-number {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .hero-section .hero-content h1 {
    font-size: 2rem;
  }
  .hero-section .countdown {
    gap: 0.5rem;
  }
  .hero-section .countdown .countdown-number {
    font-size: 1.5rem;
  }
  .hero-section .countdown .countdown-label {
    font-size: 0.7rem;
  }
}

/* Info Cards Section */
.info-section {
  
  padding: 0;
}
.info-section .container .info-cards-container {
  background: #fff4b9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: -50px auto 0;
  position: relative;
  z-index: 10;
  max-width: 1200px;
}
.info-section .container .info-cards-container .info-card {
  padding: 2.5rem 2rem;
  border: none;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}
.info-section .container .info-cards-container .info-card .icon {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  display: block;
}
.info-section .container .info-cards-container .info-card h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2c3e50;
  line-height: 1.3;
}
.info-section .container .info-cards-container .info-card p {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 1rem;
}
.info-section .container .info-cards-container .info-card:hover {
  background-color: #FFFFF0;
  transform: translateY(-5px);
}
.info-section .container .info-cards-container .card-row {
  border-right: 2px solid #b5b5b5;
}
.info-section .container .info-cards-container .card-row:last-child {
  border-right: none;
}
.info-section .container .info-cards-container .card-row-bottom {
  border-top: 2px solid #b5b5b5;
}
@media (max-width: 768px) {
  .info-section .info-cards-container {
    margin: -30px 1rem 0;
    border-radius: 15px;
  }
  .info-section .info-cards-container .info-card {
    padding: 2rem 1.5rem;
    text-align: center;
  }
  .info-section .info-cards-container .info-card:hover {
    transform: none!important;
  }
  .info-section .card-row {
    border-right: none!important;
    border-bottom: 2px solid #b5b5b5;
  }
  .info-section .card-row:last-child {
    border-bottom: none!important;
  }
  .info-section .card-row-bottom {
    border-top: none!important;
  }
  .info-section .card-rw1 {
    border-bottom: 2px solid #b5b5b5;
  }
}
@media (max-width: 375px) {
.info-section {
    padding: 40px 1rem;
  }
  .info-section .info-card {
    padding: 1.5rem 1rem;
  }
  .info-section .info-card h4 {
    font-size: 1.2rem;
  }
  .info-section .info-card p {
    font-size: 0.9rem;
  }
}

/* News Section */
.news-section {
  
  padding: 4rem 0 2rem;
}
.news-section h2 {
  margin: 30px 0px 20px 0px;
}
.news-section .conatiner .section-title {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 3rem;
  color: #2c3e50;
}
.news-section .conatiner .card-date, .news-section .conatiner .section-title, .news-section .conatiner a {
  color: white;
}
.news-section .news-card {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url("https://images.unsplash.com/photo-1578662996442-48f60103fc96?ixlib=rb-4.0.3&auto=format&fit=crop&w=400&q=80");
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  height: 200px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.news-section .news-card .card-title {
  font-size: 1.1rem;
}
.news-section .news-card a, .news-section .news-card p {
  font-size: 0.8rem;
}
.news-section .news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.news-section .news-card:nth-child(2) .news-card {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url("https://images.unsplash.com/photo-1571003123894-1f0594d2b5d9?ixlib=rb-4.0.3&auto=format&fit=crop&w=400&q=80");
  background-size: cover;
  background-position: center;
}
.news-section .news-card:nth-child(3) .news-card {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url("https://images.unsplash.com/photo-1582213782179-e0d53f98f2ca?ixlib=rb-4.0.3&auto=format&fit=crop&w=400&q=80");
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .news-section .section-title {
    /* font-size: 1.5rem; */
    text-align: start;
  }
  .news-section .news-card {
    height: 180px;
    margin-bottom: 1rem;
  }
}
.news-section a {
  color: #ffffff !important;
}
.news-section .btn-learn-more {
  background: linear-gradient(45deg, #ff6b35, #f7931e);
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.news-section .btn-learn-more:hover {
  background: linear-gradient(45deg, #f7931e, #ff6b35);
  transform: translateY(-2px);
  color: white;
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

/* Floating lights animation */
.floating-lights {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.floating-lights .light {
  position: absolute;
  background: rgba(255, 215, 0, 0.6);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}
.floating-lights .light:nth-child(1) {
  width: 8px;
  height: 8px;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}
.floating-lights .light:nth-child(2) {
  width: 6px;
  height: 6px;
  top: 50%;
  left: 80%;
  animation-delay: 2s;
}
.floating-lights .light:nth-child(3) {
  width: 10px;
  height: 10px;
  top: 70%;
  left: 20%;
  animation-delay: 4s;
}
.floating-lights .light:nth-child(4) {
  width: 4px;
  height: 4px;
  top: 30%;
  left: 60%;
  animation-delay: 1s;
}
.floating-lights .light:nth-child(5) {
  width: 7px;
  height: 7px;
  top: 80%;
  left: 70%;
  animation-delay: 3s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-20px) scale(1.1);
    opacity: 1;
  }
}
/* Responsive Design */
@media (max-width: 1200px) {
  .container {
    padding: 0 1rem;
  }
}
/* Fix general issues */
@media (min-width: 922px) {
  .site-content .ast-container {
    display: block;
  }
}
/* Swiper layout and spacing */
.image_gallery .gallerySwiper {
  width: 100%;
  padding: 20px 0px 50px 0 30px; /* bottom padding added */
  box-sizing: border-box;
}

.image_gallery h2 {
  margin: 50px 0px 60px 0px;
}

/* Slide container styling */
.image_gallery .swiper-slide {
  background: black;
  border-radius: 10px;
  width: 280px;
  height: 380px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: flex-end;
}

/* Ensure consistent image display */
.image_gallery .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.image_gallery .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Always show title */
.image_gallery .slide-box .title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  z-index: 2;
  max-width: 90%;
}

.image_gallery .text-center .btn-learn-more {
  background: linear-gradient(45deg, #ff6b35, #f7931e);
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 1rem;
  margin:20px 0px;
}
.image_gallery .text-center .btn-learn-more:hover {
  background: linear-gradient(45deg, #f7931e, #ff6b35);
  transform: translateY(-2px);
  color: white;
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

/* Optional: make titles responsive */
@media (min-width: 768px) {
  .image_gallery .slide-box .title {
    font-size: 1.25rem;
  }
}

/* Add space below the swiper */
.image_gallery .gallery-more-wrapper {
  margin-top: 30px;
}

.sponser-section {
  margin-bottom: 150px;
}
.sponser-section h2 {
  margin: 50px 0px 60px 0px;
}
.sponser-section .sponser-wrapper {
  padding: 0px 20px;
}
.sponser-section .sponser-wrapper .sponser-container {
  align-content: center;
}
.sponser-section .sponser-wrapper .sponser-container img {
  width: 150px;
  height: auto;
  object-fit: cover;
  text-align: center;
}
 #astra-footer-menu{a{
    color:black!important;
    }}

/*# sourceMappingURL=home.css.map */