#fw-section-custom-html-cc716539-24c9-425b-8b68-2b6332d2e64c {

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: var(--bg-dark);
  color: var(--text-light);
  line-height: 1.6;
}

/* Header */
.site-header {
  background: rgba(0, 0, 0, 0.85);
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  z-index: 1000;
  position: sticky;
}

.site-header .logo {
  font-size: 1.5rem;
  font-weight: bold;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

nav a {
  text-decoration: none;
  color: var(--text-light);
  transition: color 0.3s;
}

nav a:hover {
  color: var(--accent);
}

/* Hero */
.hero {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

/* Video container */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Full-size iframe for background video */
.hero-video iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
  pointer-events: none;
}

/* Overlay content */
.hero-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: white;
  text-shadow: 2px 2px 10px black;
}

.hero-overlay h1 {
  font-size: 3rem;
  margin: 0;
}

.hero-overlay p {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}

/* Optional: Responsive text size for mobile */
@media (max-width: 600px) {
  .hero-overlay h1 {
    font-size: 2rem;
  }

  .hero-overlay p {
    font-size: 1rem;
  }
}

}

#fw-section-custom-html-3e6a9bba-419a-4c02-bf7c-30fc51937fd7 {

/* Sections */
.section {
  padding: 4rem 2rem;
  text-align: center;
}

/* Shorts */
.shorts-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.shorts-grid iframe {
  border: none;
  border-radius: 10px;
  max-width: 100%;
}

/* Footer */
.site-footer {
  background: #111;
  padding: 2rem;
  text-align: center;
  color: #aaa;
  font-size: 0.9rem;
}

.site-footer a {
  color: var(--accent);
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}
}










#fw-section-footer {

.wrapper {
  display: none;
}
}