.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* responsive.css - added to make SMFP panels responsive on mobile & tablet */
/* Target breakpoints: tablet <= 1024px, mobile <= 768px and narrow phones <= 480px */

/* Ensure container widths are fluid */
.smfp-panel, .smfp-wrapper, .smfp-container {
  box-sizing: border-box;
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}

/* Make columns collapse into single column on small screens */
@media (max-width: 1024px) {
  .smfp-columns, .smfp-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .smfp-column {
    flex: 1 1 48%;
    min-width: 260px;
  }
  .smfp-card {
    width: 100%;
  }
}

/* Mobile: stack everything vertically */
@media (max-width: 768px) {
  .smfp-column {
    flex: 1 1 100% !important;
    min-width: 0;
  }
  .smfp-actions {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
  }
  .smfp-actions .smfp-btn {
    flex: 1 1 calc(50% - 8px);
  }
  .smfp-actions .smfp-btn.fullwidth {
    flex: 1 1 100%;
  }
  img.smfp-avatar, img.smfp-thumb {
    max-width: 100%;
    height: auto;
    display: block;
  }
  table.smfp-table, .smfp-table-wrap {
    width: 100% !important;
    overflow-x: auto;
    display: block;
  }
  .smfp-form .form-row {
    display: block;
    width: 100%;
  }
  .smfp-form input[type="text"], .smfp-form input[type="email"], .smfp-form textarea, .smfp-form select {
    width: 100% !important;
    box-sizing: border-box;
  }
  .smfp-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .smfp-meta .meta-item {
    flex: 1 1 48%;
    min-width: 120px;
  }
}

/* Very small phones */
@media (max-width: 480px) {
  .smfp-actions .smfp-btn {
    flex: 1 1 100% !important;
  }
  .smfp-column {
    padding-left: 6px;
    padding-right: 6px;
  }
  .smfp-title {
    font-size: 1.05rem;
    line-height: 1.2;
  }
  .smfp-subtitle {
    font-size: 0.95rem;
  }
}

/* Utility */
.smfp-hidden-mobile { display: none !important; }
@media (min-width: 769px) { .smfp-hidden-mobile { display: initial !important; } }/* End custom CSS */