/* @font-face {
  font-family: "Zattoya";
  src: url("./fonts/Zattoya.woff2") format("woff2"),
    url("./fonts/Zattoya.otf") format("opentype"),
    url("./fonts/Zattoya.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HansonBold";
  src: url("./fonts/Hanson-Bold.woff2") format("woff2"),
    url("./fonts/Hanson-Bold.otf") format("opentype"),
    url("./fonts/Hanson-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
} */

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

body {
  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */

  line-height: 1.6;
  color: #333;
  background: #000000;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
}


.container {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(184, 226, 53, 0.3);
  overflow: hidden;
  animation: fadeInUp 0.8s ease-out;
  /* border: 1px solid #b8e235; */
}

/* Logo Section */
.logo-section {
  text-align: center;
  padding: 1;
  background: #000000;
  /* position: relative; */
  border-bottom: 1px solid #b8e235;
  /* max-height: 100px; */
  display: flex;
  justify-content: center;
}

.logo {
  max-height: 100%;

  height: 400px;
  display: block;
  transition: transform 0.3s ease;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
}

/* .logo:hover {
  transform: scale(1.02);
} */

.logo-placeholder {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  color: #666;
  padding: 40px 20px;

  transition: all 0.3s ease;
  margin: 20px;
}

/* .logo-placeholder:hover {
  background: rgba(255, 255, 255, 1);
  border-color: #b8e235;
  color: #b8e235;
} */

.schedule-section {
  background-color: #000000;
  color: white;
  padding: 30px 0px;
  text-align: center;
}

.schedule-section h2 {
  margin: 20px 0;
}

.schedule-img {
  width: 100%;
  display: block;
}

/* Contact Section */
.contact-section {
  padding: 40px 30px;
  background: white;
  text-align: center;
}

.contact-section h1 {
  text-align: center;
  margin-bottom: 30px;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif */
}

.contact-info {
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 2px solid #b8e235;
  box-shadow: 0 4px 15px rgba(184, 226, 53, 0.15);
}

.contact-item:hover {
  background: #f8fff0;
  border-color: #b8e235;
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(184, 226, 53, 0.25);
}

.contact-item i {
  font-size: 1.3rem;
  color: #b8e235;
  margin-right: 15px;
  width: 25px;
  text-align: center;
}

.contact-item span {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}

/* Social Media Section */
.social-section {
  border-top: 2px solid #b8e235;
  display: flex;
  justify-content: center;
  /* gap: 2rem; */
  padding: 2rem 2rem;
  color: #000000;
  align-items: center;
  padding-bottom: 5rem;
}

.social-section > div {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-section h2 {
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

.instagram-link {
  background: #000000;
  color: white;
  text-decoration: none;
  padding: 15px 30px;
  max-width: 11rem;
  border-radius: 50px;
  font-weight: 400;
  font-size: 0.7rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 2px solid #b8e235;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.download-app-link {
  background: #000000;
  color: white;
  text-decoration: none;
  padding: 15px 30px;
  max-width: 15rem;
  border-radius: 50px;
  font-weight: 400;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 2px solid #b8e235;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.qr-body{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qr-code-container {
  /* background: yellow; */
  padding: 1px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('logo1.jpeg');
  background-size: 90% auto; /* shrink to see more, adjust % as needed */
  background-position: center;
  background-repeat: no-repeat;
}

.qr-code-image {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

/* .qr-img-container {
  background: #000000;
  width: 50%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
} */

/* {
  background: #000000;
  color: white;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 2px solid #b8e235;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
} */

.qr-image {
  width: 50px;
  height: 50px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Responsiveness */

/* Portrait Mobile (320px - 480px) */
@media screen and (max-width: 480px) {
  body {
    padding: 10px;
  }

  .container {
    border-radius: 15px;
    border-width: 2px;
  }

  .logo-section {
    padding: 2px;
    border-bottom-width: 3px;
    height: 200px;
    display: flex;
    justify-content: center;
  }

  .logo {
    width: auto;
    max-height: 100%;
    display: block;
  }

  .contact-section {
    padding: 30px 20px;
  }

  .contact-section h1 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .contact-item {
    padding: 12px;
    margin-bottom: 15px;
    border-width: 2px;
  }

  .contact-item i {
    font-size: 1.1rem;
    margin-right: 12px;
    width: 20px;
  }

  .contact-item span {
    font-size: 0.9rem;
  }

  .contact-section a {
    white-space: nowrap;
  }

  .social-section {
    padding: 25px 0;
    border-top-width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 10px;
  }

  .social-section > div {
    max-width: 5rem;
  }

  .instagram-link {
    padding: 12px 30px;
    font-size: 0.5rem;
    border-width: 2px;
    max-width: 120px;
    /* margin-left: 35px;
    margin-left: 2rem; */
    /* margin-right: 3rem; */
  }
  .contact-section h1{
    font-size: 1.1rem;
  }
  .social-section h2 {
    font-size: .7rem;
    display: none;
    /* white-space: nowrap; */
  }

  .download-app-link {
    font-size: 0.5rem;
    border-width: 2px;
    padding: 12px 15px;
    white-space: nowrap;
  }
  .qr-image {
    margin-top: 5px;
    width: 70px;
    margin-left: 1.8rem;
    /* margin-right: 2rem; */
  }
}

/* Landscape Mobile (481px - 768px) */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .container {
    max-width: 750px;
  }

  .contact-section h1 {
    font-size: 2rem;
  }

  .contact-item {
    padding: 14px;
  }

  .logo-section {
    padding: 2px;
    border-bottom-width: 3px;
    height: 200px;
    display: flex;
    justify-content: center;
  }

  .logo {
    width: auto;
    max-height: 100%;
    display: block;
    object-fit: contain;
  }
}

/* Small landscape phones */
@media screen and (max-height: 500px) and (orientation: landscape) {
  body {
    padding: 10px;
  }

  .logo-section {
    padding: 0;
    border-bottom-width: 3px;
  }

  .logo {
    width: 100%;
  }

  .contact-section {
    padding: 25px 20px;
  }

  .contact-section h1 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .contact-item {
    padding: 10px;
    margin-bottom: 12px;
  }

  .social-section {
    padding: 20px 0;
  }
  .logo-section {
    padding: 2px;
    border-bottom-width: 3px;
    height: 200px;
    display: flex;
    justify-content: center;
  }

  .logo {
    width: auto;
    max-height: 100%;
    display: block;
    object-fit: contain;
  }
}

/* Tablet and Desktop */
@media screen and (min-width: 769px) {
  body {
    padding: 40px;
  }

  .container {
    max-width: 950px;
    border-width: 4px;
  }

  .logo-section {
    padding: 0;
    border-bottom-width: 5px;
  }

  .contact-section {
    padding: 50px 40px;
  }
}
