.elementor-2062 .elementor-element.elementor-element-a01c755{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;overflow:visible;}.elementor-2062 .elementor-element.elementor-element-4d3c02e{text-align:center;}.elementor-2062 .elementor-element.elementor-element-4d3c02e .elementor-heading-title{font-size:14px;}@media(max-width:767px){.elementor-2062 .elementor-element.elementor-element-4d3c02e .elementor-heading-title{font-size:17px;}}/* Start custom CSS for html, class: .elementor-element-4b55b86 *//* Styling for the embedded IFZA Activities page */
#ifza-content-embed {
  width: 100%;      /* Takes the full width of your page's content container */
  height: 1200px;   /* Sets a fixed height, making the content scrollable within your page */
  border: none;     /* Removes the default iframe border */
  display: block;   /* Ensures it behaves like a standard block element */
}

/* Optional: Add responsiveness for smaller screens */
@media (max-width: 768px) {
  #ifza-content-embed {
    height: 800px; /* Reduce height slightly on mobile to be less overwhelming */
  }
}/* End custom CSS */