body {
      margin: 0;
      font-family: 'Plus Jakarta Sans', sans-serif;
      background-color: #f9f9f9;
      overflow-x: hidden;
    }

    @media (min-width: 1200px) {
    .display-5 {
        font-size: 2.8rem!important;
      }
    }

    .top-left {
      position: absolute;
      top: 1.2rem;
      left: 1.5rem;
      width: 60px;
      transform: rotate(-10deg);
      opacity: 0.35;
    }

    .top-right{
      position: absolute;
      top: 1.2rem;
      right: 1.5rem;
      width: 60px;
      transform: rotate(10deg);
      opacity: 0.35;
    }

    .bottom-left {
      position: absolute;
      bottom: 20px;
      left: 20px;
      width: 50px;
    }

    .bottom-right {
      position: absolute;
      bottom: 20px;
      right: 20px;
      width: 50px;
    }

    .logo {
      display: flex;
      justify-content: center;
      margin-top: 15px;
      z-index: 1;
      position: relative;
    }

    .logo img {
      width: 120px;
    }

    .hero-text {
      text-align: center;
      margin: 20px;
      z-index: 1;
      position: relative;
      color: black;
    }

    .gradient {
      background: linear-gradient(90deg, #7C3AED, #EC4899, #F97316);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .hero-text p {
      color: #333;
      font-size: 1.1rem;
      max-width: 600px;
      margin: 0 auto;
    }

    .hero-content {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 50px;
      margin: 25px auto;
      flex-wrap: wrap;
      max-width: 1200px;
      position: relative;
      z-index: 1;
    }

    .host {
      max-width: 450px;
      text-align: center;
    }

    .host img {
      width: 100%;
      border-radius: 20px;
      /*display: block;*/
    }

    .host p {
      background: white;
      display: inline-block;
      padding: 10px 20px;
      margin-top: 10px;
      border-radius: 25px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.08);
      color: black;
    }

    .info {
      max-width: 500px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem;
    }

    .info-card {
      padding: 12px 18px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.08);
      width: 47.5%;
      background-color: #ffffff;
      border-radius: 20px;
      text-align: left;
      display: flex;
      align-items: center;
      gap: 1rem;
      color: black;
    }

    .info-card img {
      width: 55px;
    }

    .info-card strong {
      display: block;
      font-size: 1rem;
      margin-bottom: 5px;
    }

    .register-button {
      margin-top: 20px;
      background: #FFC107;
      color: #000;
      border: none;
      padding: 15px 40px;
      border-radius: 50px;
      font-weight: bold;
      font-size: 1rem;
      cursor: pointer;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
      transition: all 0.2s ease;
    }

    .register-button:hover {
      transform: translateY(-2px);
    }

    .bg-instagram {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0.04;
      width: 45%;
      z-index: 0;
    }

    @media (max-width: 768px) {
      .hero-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
      }

      .info-card {
        width: 90%;
      }

      .host img {
        width: 90%;
      }
      
      .bg-instagram {
          width:85%!important;
      }
    }

/*
    .client-quote-section {
  background-color: #0f0f0f;
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.client-quote-section .quote-text {
  font-size: 2.2rem;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.client-quote-section .quote-text::before,
.client-quote-section .quote-text::after {
  content: "❝";
  font-size: 3rem;
  color: #fcd303;
  position: absolute;
  top: -20px;
  left: 0;
}
.client-quote-section .quote-text::after {
  content: "❞";
  right: 0;
  left: auto;
  top: auto;
  bottom: -20px;
}
.client-quote-section .highlight {
  background: linear-gradient(to right, #bc00dd, #ff5e00, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

@media (max-width: 768px) {
  .client-quote-section .quote-text {
    font-size: 1.5rem;
    padding: 0 20px;
  }
}

.quote-text span{
  padding: 6px;
}

*/
.counter-section {
  /*background: #f5f5f5;
  background: #111111;*/
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95)), url('../img/astro-bg.png');
  background: linear-gradient(rgba(17, 17, 17, 0.95), rgba(17, 17, 17, 0.95)), url(../img/astro-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px 80px 20px;
  text-align: center;
}
.counter-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
.counter-box {
  flex: 1 1 260px; /* flexible growth, minimum 260px */
  max-width: 360px; /* max limit to avoid over-stretching on wide screens */
  background: #ffffff;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  text-align: center;
  transition: all 0.3s ease;
}
.counter-box .counter {
  font-size: 36px;
  font-weight: 800;
  /*background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);*/
  background: linear-gradient(90deg, #7C3AED, #EC4899, #F97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.counter-box p {
  margin-top: 10px;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .counter-box {
    width: 80%;
  }
}

/*.counter-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
.counter-section h2 span {
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/



.attend-section {
  background-color: #111;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.attend-title span {
  background: linear-gradient(to right, #8e2de2, #f27121);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.attend-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #f1b300;
  display: block;
  margin: 12px auto 0;
  border-radius: 5px;
}

.attend-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.attend-card {
  background-color: #222;
  padding: 20px 25px;
  border-radius: 20px;
  max-width: 420px;
  flex: 1 1 calc(50% - 40px); /* Ensure 2 per row with spacing */
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.attend-card h5{
  color: #ffffff;
  margin: 0px;
}

.attend-card p{
  color: #ffffff;
  font-weight: 100;
}

/*
.attend-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-items: center;
  margin-top: 40px;
}
.attend-card {
  background-color: #222;
  padding: 20px 25px;
  border-radius: 20px;
  max-width: 420px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}
*/

.attend-card img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 3px solid #fff;
  padding: 5px;
  background: linear-gradient(to right, #f27121, #8e2de2);
}

.attend-button-wrapper {
  margin-top: 50px;
}

.register-btn {
  display: inline-block;
  background-color: #ffc107;
  padding: 14px 32px;
  font-weight: 700;
  border-radius: 40px;
  color: black;
  text-decoration: none;
  font-size: 1.1rem;
  box-shadow: 0 0 40px rgba(255, 193, 7, 0.5);
  transition: all 0.3s ease;
}

.register-btn:hover {
  background-color: #ffb300;
  box-shadow: 0 0 60px rgba(255, 193, 7, 0.6);
  color:white!important;
}


@media (max-width: 576px) {
  .attend-card {
    flex: 1 1 100%;
  }
}


/*** Products ***/
  .product {
    /*background: linear-gradient(rgba(136, 180, 78, .1), rgba(136, 180, 78, .1)), url(../img/product-bg.png) left bottom no-repeat;
    background: linear-gradient(rgba(136, 180, 78, .1), rgba(136, 180, 78, .1)), url(../img/product-bg.png) no-repeat;*/
    background-size: cover;
}

.product-carousel .owl-stage-outer{
  padding-bottom: 30px;
}

.product-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
    margin: 0 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: linear-gradient(90deg, #7C3AED, #EC4899, #F97316);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

/*.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    background: #FFFFFF;
    color: linear-gradient(90deg, #7C3AED, #EC4899, #F97316)!important;
}*/

.product h3{
  font-size: 1.6rem!important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  /*background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);*/
  background: linear-gradient(90deg, #7C3AED, #EC4899, #F97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product p{
  color: black;
}

.product-content{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 16px;
}

.product-item img {
    border-radius: 18px;
    width: 100%;
    height: auto;
    object-fit: cover;
}



.faq-section {
  padding: 60px 20px 0px 20px;

  background-color: #f8f8f8;
  text-align: center;
}

.faq-subtitle {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #333;
}

.faq-container {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  border: 1px solid #eee;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  background: linear-gradient(90deg, #7C3AED, #EC4899, #F97316);
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  /*background-color: #f4f4ff;*/
  color: #ffffff;
  font-size: 1rem;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 20px;
}

.faq-icon {
  font-size: 1.5rem;
  background: #000;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  line-height: 100%;
  transition: transform 0.3s ease, background-color 0.3s ease;
  flex-shrink: 0; 
}

.faq-item.active .faq-icon {
  background: linear-gradient(90deg, #7C3AED, #EC4899, #F97316);
  /*content: "-";*/
  transform: rotate(45deg);
}

.faq-item.active .faq-question {
  /*background-color: #eef0ff;  soft bluish highlight */
  background-color: black;
  color: white;
}

/* Divider */
.section-divider {
  margin: 60px auto;
  width: 60%;
  height: 2px;
  background: black;
  border: none;
  border-radius: 5px;
}

/* Soft Footer */
.soft-footer {
  background-color: #f8f8f8;
  padding: 0px 20px 30px 20px;
  font-size: 0.9rem;
  color: #444;
  text-align: center;
}

.soft-footer a {
  color: #3333cc;
  text-decoration: underline;
}