.elementor-79 .elementor-element.elementor-element-70c11eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-4219233{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-79 .elementor-element.elementor-element-d796a22{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-d796a22:not(.elementor-motion-effects-element-type-background), .elementor-79 .elementor-element.elementor-element-d796a22 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-79 .elementor-element.elementor-element-7ce588f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-79 .elementor-element.elementor-element-96724ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-96724ef:not(.elementor-motion-effects-element-type-background), .elementor-79 .elementor-element.elementor-element-96724ef > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-79 .elementor-element.elementor-element-9e59128{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-79 .elementor-element.elementor-element-a8346af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-a8346af:not(.elementor-motion-effects-element-type-background), .elementor-79 .elementor-element.elementor-element-a8346af > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-79 .elementor-element.elementor-element-bcb0715{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-79 .elementor-element.elementor-element-db1360f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-db1360f:not(.elementor-motion-effects-element-type-background), .elementor-79 .elementor-element.elementor-element-db1360f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-79 .elementor-element.elementor-element-bafe0e4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-79 .elementor-element.elementor-element-f2fb883{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-f2fb883:not(.elementor-motion-effects-element-type-background), .elementor-79 .elementor-element.elementor-element-f2fb883 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-79 .elementor-element.elementor-element-f35df8f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-79 .elementor-element.elementor-element-e398434{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-e398434:not(.elementor-motion-effects-element-type-background), .elementor-79 .elementor-element.elementor-element-e398434 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-79 .elementor-element.elementor-element-8ef3f31{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-9e59128 */body {
  background: #000;
}

/* GLASS NAVBAR */
.nav-glass {
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(10px);
}

/* HOVER UNDERLINE */
.nav-link {
  position: relative;
}
.nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #facc15;
  left: 0;
  bottom: -4px;
  transition: 0.3s;
}
.nav-link:hover::after {
  width: 100%;
}

/* BUTTON SHINE */
.btn-shine {
  position: relative;
  overflow: hidden;
}
.btn-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  transition: 0.6s;
}
.btn-shine:hover::before {
  left: 100%;
}


.ball {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #facc15;
  border-radius: 50%;
  opacity: 0.6;
  animation: bounce 6s infinite ease-in-out;
}

/* Random positions */
.ball:nth-child(1) { top: 10%; left: 20%; animation-delay: 0s; }
.ball:nth-child(2) { top: 30%; left: 70%; animation-delay: 1s; }
.ball:nth-child(3) { top: 60%; left: 10%; animation-delay: 2s; }
.ball:nth-child(4) { top: 80%; left: 50%; animation-delay: 3s; }
.ball:nth-child(5) { top: 20%; left: 40%; animation-delay: 1.5s; }
.ball:nth-child(6) { top: 50%; left: 80%; animation-delay: 2.5s; }
.ball:nth-child(7) { top: 70%; left: 30%; animation-delay: 3.5s; }
.ball:nth-child(8) { top: 40%; left: 60%; animation-delay: 0.5s; }

@keyframes bounce {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-80px); }
}


.glow-circle {
  border: 2px solid rgba(250, 204, 21, 0.4);
  box-shadow:
    0 0 40px rgba(250, 204, 21, 0.4),
    0 0 80px rgba(250, 204, 21, 0.3),
    0 0 120px rgba(250, 204, 21, 0.2),
    inset 0 0 30px rgba(250, 204, 21, 0.2);

  animation: glowPulse 3s ease-in-out infinite;
}

/* Glow Animation */
@keyframes glowPulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}

.hover-card {
  transition: all 0.4s ease;
}

.hover-card:hover {
  transform: translateY(-12px) scale(1.04);
  box-shadow: 0 0 30px rgba(250, 204, 21, 0.3);
}


.faq-item {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(250,204,21,0.2);
  transition: all 0.3s ease;
}

/* Button */
.faq-btn {
  width: 100%;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: 500;
  cursor: pointer;
}

/* Hover */
.faq-item:hover {
  border-color: rgba(250,204,21,0.5);
  box-shadow: 0 0 20px rgba(250,204,21,0.2);
}

/* Content */
.faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #ccc;
  transition: all 0.4s ease;
}

/* Active */
.faq-item.active .faq-content {
  max-height: 200px;
  padding: 10px 20px 20px;
}

/* Icon */
.icon {
  color: #facc15;
  font-size: 22px;
  transition: 0.3s;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcb0715 */body {
  background: #000;
}

/* GLASS NAVBAR */
.nav-glass {
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(10px);
}

/* HOVER UNDERLINE */
.nav-link {
  position: relative;
}
.nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #facc15;
  left: 0;
  bottom: -4px;
  transition: 0.3s;
}
.nav-link:hover::after {
  width: 100%;
}

/* BUTTON SHINE */
.btn-shine {
  position: relative;
  overflow: hidden;
}
.btn-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  transition: 0.6s;
}
.btn-shine:hover::before {
  left: 100%;
}


.ball {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #facc15;
  border-radius: 50%;
  opacity: 0.6;
  animation: bounce 6s infinite ease-in-out;
}

/* Random positions */
.ball:nth-child(1) { top: 10%; left: 20%; animation-delay: 0s; }
.ball:nth-child(2) { top: 30%; left: 70%; animation-delay: 1s; }
.ball:nth-child(3) { top: 60%; left: 10%; animation-delay: 2s; }
.ball:nth-child(4) { top: 80%; left: 50%; animation-delay: 3s; }
.ball:nth-child(5) { top: 20%; left: 40%; animation-delay: 1.5s; }
.ball:nth-child(6) { top: 50%; left: 80%; animation-delay: 2.5s; }
.ball:nth-child(7) { top: 70%; left: 30%; animation-delay: 3.5s; }
.ball:nth-child(8) { top: 40%; left: 60%; animation-delay: 0.5s; }

@keyframes bounce {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-80px); }
}


.glow-circle {
  border: 2px solid rgba(250, 204, 21, 0.4);
  box-shadow:
    0 0 40px rgba(250, 204, 21, 0.4),
    0 0 80px rgba(250, 204, 21, 0.3),
    0 0 120px rgba(250, 204, 21, 0.2),
    inset 0 0 30px rgba(250, 204, 21, 0.2);

  animation: glowPulse 3s ease-in-out infinite;
}

/* Glow Animation */
@keyframes glowPulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}

.hover-card {
  transition: all 0.4s ease;
}

.hover-card:hover {
  transform: translateY(-12px) scale(1.04);
  box-shadow: 0 0 30px rgba(250, 204, 21, 0.3);
}


.faq-item {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(250,204,21,0.2);
  transition: all 0.3s ease;
}

/* Button */
.faq-btn {
  width: 100%;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: 500;
  cursor: pointer;
}

/* Hover */
.faq-item:hover {
  border-color: rgba(250,204,21,0.5);
  box-shadow: 0 0 20px rgba(250,204,21,0.2);
}

/* Content */
.faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #ccc;
  transition: all 0.4s ease;
}

/* Active */
.faq-item.active .faq-content {
  max-height: 200px;
  padding: 10px 20px 20px;
}

/* Icon */
.icon {
  color: #facc15;
  font-size: 22px;
  transition: 0.3s;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bafe0e4 */body {
  background: #000;
}

/* GLASS NAVBAR */
.nav-glass {
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(10px);
}

/* HOVER UNDERLINE */
.nav-link {
  position: relative;
}
.nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #facc15;
  left: 0;
  bottom: -4px;
  transition: 0.3s;
}
.nav-link:hover::after {
  width: 100%;
}

/* BUTTON SHINE */
.btn-shine {
  position: relative;
  overflow: hidden;
}
.btn-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  transition: 0.6s;
}
.btn-shine:hover::before {
  left: 100%;
}


.ball {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #facc15;
  border-radius: 50%;
  opacity: 0.6;
  animation: bounce 6s infinite ease-in-out;
}

/* Random positions */
.ball:nth-child(1) { top: 10%; left: 20%; animation-delay: 0s; }
.ball:nth-child(2) { top: 30%; left: 70%; animation-delay: 1s; }
.ball:nth-child(3) { top: 60%; left: 10%; animation-delay: 2s; }
.ball:nth-child(4) { top: 80%; left: 50%; animation-delay: 3s; }
.ball:nth-child(5) { top: 20%; left: 40%; animation-delay: 1.5s; }
.ball:nth-child(6) { top: 50%; left: 80%; animation-delay: 2.5s; }
.ball:nth-child(7) { top: 70%; left: 30%; animation-delay: 3.5s; }
.ball:nth-child(8) { top: 40%; left: 60%; animation-delay: 0.5s; }

@keyframes bounce {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-80px); }
}


.glow-circle {
  border: 2px solid rgba(250, 204, 21, 0.4);
  box-shadow:
    0 0 40px rgba(250, 204, 21, 0.4),
    0 0 80px rgba(250, 204, 21, 0.3),
    0 0 120px rgba(250, 204, 21, 0.2),
    inset 0 0 30px rgba(250, 204, 21, 0.2);

  animation: glowPulse 3s ease-in-out infinite;
}

/* Glow Animation */
@keyframes glowPulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}

.hover-card {
  transition: all 0.4s ease;
}

.hover-card:hover {
  transform: translateY(-12px) scale(1.04);
  box-shadow: 0 0 30px rgba(250, 204, 21, 0.3);
}


.faq-item {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(250,204,21,0.2);
  transition: all 0.3s ease;
}

/* Button */
.faq-btn {
  width: 100%;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: 500;
  cursor: pointer;
}

/* Hover */
.faq-item:hover {
  border-color: rgba(250,204,21,0.5);
  box-shadow: 0 0 20px rgba(250,204,21,0.2);
}

/* Content */
.faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #ccc;
  transition: all 0.4s ease;
}

/* Active */
.faq-item.active .faq-content {
  max-height: 200px;
  padding: 10px 20px 20px;
}

/* Icon */
.icon {
  color: #facc15;
  font-size: 22px;
  transition: 0.3s;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f35df8f */body {
  background: #000;
}

/* GLASS NAVBAR */
.nav-glass {
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(10px);
}

/* HOVER UNDERLINE */
.nav-link {
  position: relative;
}
.nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #facc15;
  left: 0;
  bottom: -4px;
  transition: 0.3s;
}
.nav-link:hover::after {
  width: 100%;
}

/* BUTTON SHINE */
.btn-shine {
  position: relative;
  overflow: hidden;
}
.btn-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  transition: 0.6s;
}
.btn-shine:hover::before {
  left: 100%;
}


.ball {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #facc15;
  border-radius: 50%;
  opacity: 0.6;
  animation: bounce 6s infinite ease-in-out;
}

/* Random positions */
.ball:nth-child(1) { top: 10%; left: 20%; animation-delay: 0s; }
.ball:nth-child(2) { top: 30%; left: 70%; animation-delay: 1s; }
.ball:nth-child(3) { top: 60%; left: 10%; animation-delay: 2s; }
.ball:nth-child(4) { top: 80%; left: 50%; animation-delay: 3s; }
.ball:nth-child(5) { top: 20%; left: 40%; animation-delay: 1.5s; }
.ball:nth-child(6) { top: 50%; left: 80%; animation-delay: 2.5s; }
.ball:nth-child(7) { top: 70%; left: 30%; animation-delay: 3.5s; }
.ball:nth-child(8) { top: 40%; left: 60%; animation-delay: 0.5s; }

@keyframes bounce {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-80px); }
}


.glow-circle {
  border: 2px solid rgba(250, 204, 21, 0.4);
  box-shadow:
    0 0 40px rgba(250, 204, 21, 0.4),
    0 0 80px rgba(250, 204, 21, 0.3),
    0 0 120px rgba(250, 204, 21, 0.2),
    inset 0 0 30px rgba(250, 204, 21, 0.2);

  animation: glowPulse 3s ease-in-out infinite;
}

/* Glow Animation */
@keyframes glowPulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}

.hover-card {
  transition: all 0.4s ease;
}

.hover-card:hover {
  transform: translateY(-12px) scale(1.04);
  box-shadow: 0 0 30px rgba(250, 204, 21, 0.3);
}


.faq-item {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(250,204,21,0.2);
  transition: all 0.3s ease;
}

/* Button */
.faq-btn {
  width: 100%;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: 500;
  cursor: pointer;
}

/* Hover */
.faq-item:hover {
  border-color: rgba(250,204,21,0.5);
  box-shadow: 0 0 20px rgba(250,204,21,0.2);
}

/* Content */
.faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #ccc;
  transition: all 0.4s ease;
}

/* Active */
.faq-item.active .faq-content {
  max-height: 200px;
  padding: 10px 20px 20px;
}

/* Icon */
.icon {
  color: #facc15;
  font-size: 22px;
  transition: 0.3s;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ef3f31 */body {
  background: #000;
}

/* GLASS NAVBAR */
.nav-glass {
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(10px);
}

/* HOVER UNDERLINE */
.nav-link {
  position: relative;
}
.nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #facc15;
  left: 0;
  bottom: -4px;
  transition: 0.3s;
}
.nav-link:hover::after {
  width: 100%;
}

/* BUTTON SHINE */
.btn-shine {
  position: relative;
  overflow: hidden;
}
.btn-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  transition: 0.6s;
}
.btn-shine:hover::before {
  left: 100%;
}


.ball {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #facc15;
  border-radius: 50%;
  opacity: 0.6;
  animation: bounce 6s infinite ease-in-out;
}

/* Random positions */
.ball:nth-child(1) { top: 10%; left: 20%; animation-delay: 0s; }
.ball:nth-child(2) { top: 30%; left: 70%; animation-delay: 1s; }
.ball:nth-child(3) { top: 60%; left: 10%; animation-delay: 2s; }
.ball:nth-child(4) { top: 80%; left: 50%; animation-delay: 3s; }
.ball:nth-child(5) { top: 20%; left: 40%; animation-delay: 1.5s; }
.ball:nth-child(6) { top: 50%; left: 80%; animation-delay: 2.5s; }
.ball:nth-child(7) { top: 70%; left: 30%; animation-delay: 3.5s; }
.ball:nth-child(8) { top: 40%; left: 60%; animation-delay: 0.5s; }

@keyframes bounce {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-80px); }
}


.glow-circle {
  border: 2px solid rgba(250, 204, 21, 0.4);
  box-shadow:
    0 0 40px rgba(250, 204, 21, 0.4),
    0 0 80px rgba(250, 204, 21, 0.3),
    0 0 120px rgba(250, 204, 21, 0.2),
    inset 0 0 30px rgba(250, 204, 21, 0.2);

  animation: glowPulse 3s ease-in-out infinite;
}

/* Glow Animation */
@keyframes glowPulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}

.hover-card {
  transition: all 0.4s ease;
}

.hover-card:hover {
  transform: translateY(-12px) scale(1.04);
  box-shadow: 0 0 30px rgba(250, 204, 21, 0.3);
}


.faq-item {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(250,204,21,0.2);
  transition: all 0.3s ease;
}

/* Button */
.faq-btn {
  width: 100%;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-weight: 500;
  cursor: pointer;
}

/* Hover */
.faq-item:hover {
  border-color: rgba(250,204,21,0.5);
  box-shadow: 0 0 20px rgba(250,204,21,0.2);
}

/* Content */
.faq-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #ccc;
  transition: all 0.4s ease;
}

/* Active */
.faq-item.active .faq-content {
  max-height: 200px;
  padding: 10px 20px 20px;
}

/* Icon */
.icon {
  color: #facc15;
  font-size: 22px;
  transition: 0.3s;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}/* End custom CSS */