/* Hide the entire FAQ section */
section.tabs-faq {
  display: none !important;
}

/* Hide any remnants of old GrowthX FAQ content */
.tabs-faq .w-tab-pane {
  display: none !important;
}

/* Only show active tab panes */
.tabs-faq .w-tab-pane.dynamic-tab-content.w--tab-active {
  display: block !important;
}

/* Hide inactive tab panes */
.tabs-faq .w-tab-pane.dynamic-tab-content:not(.w--tab-active) {
  display: none !important;
}

/* Hide the Library section with 'The latest from GrowthX' */
#Library, 
section.app-sub-section,
.app-sub-section,
section#Library {
  display: none !important;
}

/* Hide the Metal logo image in the footer */
.new-footer-top.image,
img[src*="Metal logo compressed"],
img[src*="67e4e5f885fbe1f99a668b01"] {
  display: none !important;
}

/* Make video container responsive */
.video-container {
  width: 100% !important;
  max-width: 800px !important;
  margin: 30px auto !important;
}

.video-container iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9 !important;
}

/* Media query for smaller screens */
@media screen and (max-width: 820px) {
  .video-container {
    padding: 2px !important;
    margin: 20px auto !important;
  }
}

/* Ensure all iframes are responsive */
iframe {
  max-width: 100%;
}
