.elementor-kit-7{--e-global-color-primary:#68B357;--e-global-color-secondary:#257B45;--e-global-color-text:#505050;--e-global-color-accent:#22BEC6;--e-global-color-c9cac3f:#B0F1A1;--e-global-color-38a4b4c:#8CDEE2;--e-global-color-f854008:#F4FFF6;--e-global-color-df42f9e:#146331;--e-global-color-6b4c549:#065458;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:900;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Raleway", Sans-serif;font-weight:800;text-transform:uppercase;color:#FFFFFF;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1310px;}.e-con{--container-max-width:1310px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* Parent container - creates the column layout */
.program-columns {
  column-count: 3; /* Number of columns - adjust as needed */
  column-gap: 30px; /* Space between columns */
}

/* Individual program cards */
.program-card {
  break-inside: avoid; /* Prevents cards from splitting across columns */
  margin-bottom: 30px; /* Space between cards vertically */
  display: inline-block; /* Ensures proper column flow */
  width: 100%; /* Makes cards fill column width */
}

/* Responsive: 2 columns on tablets */
@media (max-width: 1024px) {
  .program-columns {
    column-count: 2;
  }
}

/* Responsive: 1 column on mobile */
@media (max-width: 767px) {
  .program-columns {
    column-count: 1;
  }
}/* End custom CSS */