.elementor-37718 .elementor-element.elementor-element-1b11adc0{--display:flex;--min-height:210px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-37718 .elementor-element.elementor-element-1b11adc0:not(.elementor-motion-effects-element-type-background), .elementor-37718 .elementor-element.elementor-element-1b11adc0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://aibc.org.au/wp-content/uploads/2026/03/banner_bg.webp");background-position:center center;background-size:cover;}.elementor-37718 .elementor-element.elementor-element-53103eaa{text-align:center;}.elementor-37718 .elementor-element.elementor-element-53103eaa .elementor-heading-title{font-size:50px;color:var( --e-global-color-a573b23 );}.elementor-37718 .elementor-element.elementor-element-71ecb269{--display:flex;}.elementor-37718 .elementor-element.elementor-element-52c66406 > .elementor-widget-container{padding:50px 0px 0px 0px;}.elementor-37718 .elementor-element.elementor-element-3dc76cc9{--display:flex;}.elementor-37718 .elementor-element.elementor-element-1833d920 > .elementor-widget-container{padding:0px 0px 64px 0px;}.elementor-37718 .elementor-element.elementor-element-1833d920 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-37718 .elementor-element.elementor-element-1833d920 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-37718 .elementor-element.elementor-element-1833d920{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-37718 .elementor-element.elementor-element-1833d920 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#68B7F3;}.elementor-37718 .elementor-element.elementor-element-1833d920 .elementor-icon-list-text{transition:color 0.3s;}@media(max-width:1024px) and (min-width:768px){.elementor-37718 .elementor-element.elementor-element-1b11adc0{--width:100vw;}}@media(max-width:1024px){.elementor-37718 .elementor-element.elementor-element-1b11adc0:not(.elementor-motion-effects-element-type-background), .elementor-37718 .elementor-element.elementor-element-1b11adc0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://aibc.org.au/wp-content/uploads/2026/03/banner_bg.webp");background-repeat:no-repeat;background-size:cover;}.elementor-37718 .elementor-element.elementor-element-1b11adc0{--min-height:128px;}.elementor-37718 .elementor-element.elementor-element-53103eaa .elementor-heading-title{font-size:35px;}}@media(max-width:767px){.elementor-37718 .elementor-element.elementor-element-1b11adc0:not(.elementor-motion-effects-element-type-background), .elementor-37718 .elementor-element.elementor-element-1b11adc0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://aibc.org.au/wp-content/uploads/2026/03/banner_bg.webp");background-position:center right;background-size:cover;}.elementor-37718 .elementor-element.elementor-element-53103eaa .elementor-heading-title{font-size:25px;}}/* Start custom CSS for icon-list, class: .elementor-element-1833d920 */.financial-list .elementor-icon-list-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.financial-list .elementor-icon-list-item {
  border-radius: 12px;
  padding: 14px 18px;
  margin: 0;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.financial-list .elementor-icon-list-item a {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* Desktop: row-wise color */
/* Row 1 blue, row 2 grey, row 3 blue... */
.financial-list .elementor-icon-list-item:nth-child(4n + 1),
.financial-list .elementor-icon-list-item:nth-child(4n + 2) {
  background: #0b3d91;
}

.financial-list .elementor-icon-list-item:nth-child(4n + 3),
.financial-list .elementor-icon-list-item:nth-child(4n + 4) {
  background: #f1f3f5;
}

/* Desktop blue row text */
.financial-list .elementor-icon-list-item:nth-child(4n + 1) a,
.financial-list .elementor-icon-list-item:nth-child(4n + 2) a,
.financial-list .elementor-icon-list-item:nth-child(4n + 1) span,
.financial-list .elementor-icon-list-item:nth-child(4n + 2) span {
  color: #ffffff;
}

/* Desktop grey row text */
.financial-list .elementor-icon-list-item:nth-child(4n + 3) a,
.financial-list .elementor-icon-list-item:nth-child(4n + 4) a,
.financial-list .elementor-icon-list-item:nth-child(4n + 3) span,
.financial-list .elementor-icon-list-item:nth-child(4n + 4) span {
  color: #1f2937;
}

/* Hover */
.financial-list .elementor-icon-list-item:hover {
  transform: translateY(-2px);
}

/* Mobile: one column + normal alternating colors */
@media (max-width: 767px) {
  .financial-list .elementor-icon-list-items {
    grid-template-columns: 1fr;
  }

  .financial-list .elementor-icon-list-item:nth-child(odd) {
    background: #0b3d91;
  }

  .financial-list .elementor-icon-list-item:nth-child(even) {
    background: #f1f3f5;
  }

  .financial-list .elementor-icon-list-item:nth-child(odd) a,
  .financial-list .elementor-icon-list-item:nth-child(odd) span {
    color: #ffffff;
  }

  .financial-list .elementor-icon-list-item:nth-child(even) a,
  .financial-list .elementor-icon-list-item:nth-child(even) span {
    color: #1f2937;
  }
}/* End custom CSS */