.elementor-7233 .elementor-element.elementor-element-88b472c{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:-150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:300px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-7233 .elementor-element.elementor-element-88b472c:not(.elementor-motion-effects-element-type-background), .elementor-7233 .elementor-element.elementor-element-88b472c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ad01200 );}.elementor-widget-sitemap .elementor-sitemap-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Times New Roman;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-sitemap .elementor-sitemap-item, .elementor-widget-sitemap span.elementor-sitemap-list, .elementor-widget-sitemap .elementor-sitemap-item a{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Times New Roman;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-sitemap .elementor-sitemap-item{color:var( --e-global-color-text );}.elementor-7233 .elementor-element.elementor-element-be7287a .elementor-sitemap-section{flex-basis:calc( 1 / 1 * 100% );}.elementor-7233 .elementor-element.elementor-element-be7287a .elementor-sitemap-list, .elementor-7233 .elementor-element.elementor-element-be7287a .elementor-sitemap-list .children{list-style-type:disc;}.elementor-7233 .elementor-element.elementor-element-797eac5{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Times New Roman;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7233 .elementor-element.elementor-element-e5c1ef6{width:var( --container-widget-width, 552px );max-width:552px;--container-widget-width:552px;--container-widget-flex-grow:0;text-align:center;}.elementor-7233 .elementor-element.elementor-element-e5c1ef6 .elementor-heading-title{font-family:"Things", Times New Roman;font-size:41px;font-weight:400;text-transform:none;line-height:1.1;letter-spacing:0px;color:var( --e-global-color-accent );}.elementor-7233 .elementor-element.elementor-element-0672e43{width:var( --container-widget-width, 636px );max-width:636px;--container-widget-width:636px;--container-widget-flex-grow:0;text-align:center;}.elementor-7233 .elementor-element.elementor-element-0672e43 .elementor-heading-title{font-family:var( --e-global-typography-118ef42-font-family ), Times New Roman;font-size:var( --e-global-typography-118ef42-font-size );font-weight:var( --e-global-typography-118ef42-font-weight );line-height:var( --e-global-typography-118ef42-line-height );color:var( --e-global-color-9b16722 );}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-7233 .elementor-element.elementor-element-88b472c{--grid-auto-flow:row;}.elementor-7233 .elementor-element.elementor-element-e5c1ef6 .elementor-heading-title{font-size:60px;}.elementor-7233 .elementor-element.elementor-element-0672e43 .elementor-heading-title{font-size:var( --e-global-typography-118ef42-font-size );line-height:var( --e-global-typography-118ef42-line-height );}}@media(max-width:1024px){.elementor-7233 .elementor-element.elementor-element-88b472c{--grid-auto-flow:row;}.elementor-7233 .elementor-element.elementor-element-be7287a .elementor-sitemap-section{flex-basis:calc( 1 / 2 * 100% );}.elementor-7233 .elementor-element.elementor-element-e5c1ef6 .elementor-heading-title{font-size:45px;}.elementor-7233 .elementor-element.elementor-element-0672e43 .elementor-heading-title{font-size:var( --e-global-typography-118ef42-font-size );line-height:var( --e-global-typography-118ef42-line-height );}}@media(max-width:767px){.elementor-7233 .elementor-element.elementor-element-88b472c{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-7233 .elementor-element.elementor-element-be7287a .elementor-sitemap-section{flex-basis:calc( 1 / 1 * 100% );}.elementor-7233 .elementor-element.elementor-element-e5c1ef6 .elementor-heading-title{font-size:35px;}.elementor-7233 .elementor-element.elementor-element-0672e43 .elementor-heading-title{font-size:var( --e-global-typography-118ef42-font-size );line-height:var( --e-global-typography-118ef42-line-height );}}/* Start custom CSS for heading, class: .elementor-element-e5c1ef6 */.custom-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: 500;
  color: #615756;
  line-height: 1.2;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.align-left {
    text-align: left;
}

.underline-text {
    z-index: 2;
    position: relative;
}

.underline-wrap {
  position: relative;
  display: inline-block;
  text-align: center;
}

.underline-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px; /* Adjust to align underline visually */
  width: 110%;  /* Slightly wider than the word */
  height: auto;
  width: 128px !important;
  pointer-events: none;
  z-index: 1;
}

.grey {
    color: #93928E;
}

@media only screen and (max-width: 1024px) {
    .custom-heading, .heading-1 {
        font-size: 32px;
    }
    
    .heading-2 {
        font-size: 24px;
    }
    
    .underline-img {
        bottom: -9px;
        width: 80%;
    }
    
    .heading-2 .underline-img {
        bottom: -7px;
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .custom-heading, .heading-1 {
        font-size: 24px;
    }
    
    .heading-2 {
        font-size: 20px;
    }
    
    .underline-img {
        bottom: -6px;
    }
    
    .heading-2 .underline-img {
        bottom: -6px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Things';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://rosshoward.dynamiccode.com.au/wp-content/uploads/2025/06/Things.ttf') format('truetype');
}
/* End Custom Fonts CSS */