/* Font Classes */
.orbitron { font-family: 'Orbitron', sans-serif; }
.kanit { font-family: 'Kanit', sans-serif; font-weight: 200; }

/* Header Styles */
header {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 2px solid #000000;
  align-items: center;
  justify-content: space-between;
}

.logo-link {
  text-decoration: none;
  color: inherit;
}

.orbitron {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  margin-right: 15px;
}

#right {
  display: flex;
  margin-left: auto;
}

/* Button Styles */
.btn-underline {
  background: transparent;
  border: none;
  font-family: 'Kanit', sans-serif;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  font-weight: 300;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  white-space: nowrap;
  color: black;
  transition: all 0.3s ease;
}

.btn-underline:hover {
  transform: scale(1.05);
}

.btn-underline::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 5px;
  left: 50%;
  background: black;
  transition: all 0.3s ease;
}

.btn-underline:hover::after {
  width: 100%;
  left: 0;
}

.get-started-btn {
  background-color: black;
  color: white;
  padding: 8px 16px;
  font-size: clamp(0.7rem, 2vw, 0.9rem);
  font-family: sans-serif;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-left: 15px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.get-started-btn:hover {
  background-color: #fffbfb09;
  color: black;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.arrow {
  margin-left: 8px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.get-started-btn:hover .arrow {
  transform: translateX(3px);
}

/* Mobile Menu */
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 5px 10px;
  transition: all 0.3s ease;
}

/* Banner Styles */
#banner {
    width: 95%;
    background-color: black;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden; /* Prevents content from overflowing */
}

.banner-content {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#banner h1 {
    color: white;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}

.banner-image-container {
    width: 100%;
    max-width: 800px; /* Adjust this value based on your design */
    margin: 0 auto;
}

.banner-image-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Stats Section */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  width: 95%;
  margin: 40px auto;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.stat-block {
  text-align: center;
  padding: 20px;
}

.stat-block h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  margin-bottom: 10px;
}

/* GIF Text Overlay */
.gif-text-overlay {
  position: relative;
  width: 95%;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2%;
}

.blurred-gif {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(8px) brightness(0.7);
  z-index: -1;
}

.text-content {
  color: white;
  text-align: center;
  max-width: 600px;
  padding: 40px;
}

.text-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.text-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Contact Section */
.contact-section {
  width: 95%;
  margin: 40px auto;
  padding: 20px 0;
}

.contact-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  background-color: #1a1a1a;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.contact-title {
  text-align: center;
  color: white;
  margin-bottom: 40px;
  font-size: 2rem;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.contact-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  background: rgba(105, 105, 105, 0.05);
  transition: transform 0.3s ease, background 0.3s ease;
}

.contact-item:hover {
  background: rgba(43, 40, 40, 0.1);
  transform: translateY(-5px);
}

.contact-item i {
  font-size: 24px;
  color:rgb(255, 255, 255);
  margin-top: 5px;
}

.contact-item h3 {
  margin: 0 0 10px 0;
  color: white;
  font-size: 1.2rem;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
}

.contact-item p {
  margin: 0;
  color: #ccc;
  line-height: 1.6;
  font-family: 'Kanit', sans-serif;
  font-weight: 200;
}

/* Footer Styles */
footer {
  border-top: 2px solid #535353;
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

footer p, footer a {
  padding: 0 1.25%;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

footer a {
  color: black;
  text-decoration: none;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  header {
    padding: 10px 0;
  }
  
  #right {
    display: none;
    width: 100%;
    margin: 10px 0 0 0;
    flex-direction: column;
    align-items: flex-start;
  }
  
  #right.active {
    display: flex;
  }
  
  .btn-underline {
    padding: 10px 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  
  .btn-underline:hover {
    transform: none;
  }
  
  .get-started-btn {
    margin: 10px 0 0 0;
    width: 100%;
    justify-content: center;
  }
  
  .mobile-menu-btn {
    display: block;
    order: 1;
  }
  
  .orbitron {
    order: 0;
    margin-right: auto;
  }
  
  .get-started-btn {
    order: 2;
    margin-left: 0;
  }

  .contact-box {
    padding: 30px 20px;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-item {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .stats {
    grid-template-columns: 1fr;
  }
  
  .contact-title {
    font-size: 1.5rem;
  }
  
  .contact-item {
    flex-direction: column;
    gap: 10px;
  }
  
  .contact-item i {
    margin-top: 0;
  }
}