/* Remove scrollbar and make Zoho Form iframe fully responsive */
#zohoFormFrame {
  width: 100% !important;
  border: none !important;
  background: transparent !important;
  overflow: hidden !important;
  display: block;
}

/* Prevent internal iframe scrollbars (Safari/Edge fix) */
#zohoFormFrame::-webkit-scrollbar {
  display: none !important;
}
