.elementor-kit-5{--e-global-color-primary:#BF0A04;--e-global-color-secondary:#FFFBEB;--e-global-color-text:#3F3F3F;--e-global-color-accent:#3D0405;--e-global-color-5768d0b:#212121;--e-global-typography-primary-font-family:"Madellin";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.5;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-primary-word-spacing:0px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Madellin";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5;--e-global-typography-text-letter-spacing:0px;--e-global-typography-text-word-spacing:0px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Madellin", Sans-serif;font-size:18px;font-weight:400;line-height:1.5;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{color:var( --e-global-color-secondary );font-family:"FilsonPro", Sans-serif;font-size:56px;font-weight:700;line-height:1.2;}.elementor-kit-5 h2{color:var( --e-global-color-accent );font-family:"FilsonPro", Sans-serif;font-size:48px;font-weight:700;line-height:1.14;}.elementor-kit-5 h3{font-size:26px;font-weight:500;}.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:1200px){.elementor-kit-5 h1{line-height:50px;}.elementor-kit-5 h2{font-size:42px;}.elementor-kit-5 h3{font-size:26px;}}@media(max-width:1024px){.elementor-kit-5 h1{font-size:44px;}.elementor-kit-5 h2{font-size:36px;}.elementor-kit-5 h3{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h1{font-size:36px;}.elementor-kit-5 h2{font-size:28px;}.elementor-kit-5 h3{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.site-container {
    max-width: 1340px;
    padding: 0 50px;
    margin: 0 auto;
}
.has-normal-text span{
    font-weight: 400;
}
.site-btn .elementor-button-icon , .site-btn .elementor-button-icon svg path{
    transition: all 0.5s;
}
.site-btn.golden-btn .elementor-button 
{
    background: linear-gradient(90deg, #BF8B35 11.49%, #F9EA83 54.08%, #BF8B35 103.32%) border-box, linear-gradient(#E8CE6C 0%, #E7B962 100%) padding-box;
    
    box-shadow: 0px 4px 34px #740A0A;
}
.site-btn.golden-btn.no-shadow .elementor-button {
box-shadow: none;
}
.site-btn.golden-btn .elementor-button  .elementor-button-text {
    color: #212121;
}
.site-btn.golden-btn a .elementor-button-icon svg path{
stroke: #212121;
}
.site-btn.golden-btn:hover a .elementor-button-icon svg path{
stroke: #212121;
}
.site-btn a:hover .elementor-button-icon{
    transform: rotate(-45deg);
    transform-origin: center;
    
}
.site-btn a:hover .elementor-button-icon svg{
    fill: none !important;
}
.site-btn a:hover .elementor-button-icon svg path{
stroke: #BF0A04;
}

.contact-btn-wrapper .send-btn {
    position: relative;
  padding: 0 72px 0 30px !important;
  height: 68px !important;
  line-height: 68px !important;
  background-color: #BF0A04 !important;
  color: #fff !important;
  border: none !important;
  transition: all 0.5s;
}
.contact-btn-wrapper p {
    position: relative;
    display: inline-block;
}
.contact-btn-wrapper p:before {
        position: absolute;
    background-image: url(https://paracompany.com.au/wp-content/uploads/2025/09/btn-arrow-1.svg);
    background-repeat: no-repeat;
    top: 25px;
    right: calc(100% - 193px);
    content: "";
    width: 23px;
    z-index: 9;
    height: 16px;
    transition: all 0.5s;
}
.contact-btn-wrapper p:hover:before {
    background-image: url(https://paracompany.com.au/wp-content/uploads/2025/09/btn-arrow-red.svg);
        transform: rotate(-45deg);
}
.contact-btn-wrapper .send-btn:hover {
    color: #BF0A04 !important;
    background: #fff !important;
}
.contact-btn-wrapper span.wpcf7-spinner {
    position: absolute;
    left: calc(100% + 10px);
    top: 26px;
    background: #fff;
}
.contact-btn-wrapper span.wpcf7-spinner:before {
    background-color: #BF0A04;
}

.para-bullet-points ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.para-bullet-points ul li {
    position: relative;
    padding-left: 20px;
}
.para-bullet-points ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
       width: 0;
    height: 0;
    border-width: 10px 6px 0 6px;
    border-color: #bf0a04 transparent transparent transparent;
    border-style: solid;
    display: inline-block;
}


@media(max-width:1199px) {
    .site-container{
        padding: 0 25px !important;
    }
}
@media(max-width:767px){
    .site-btn .elementor-button {
        padding: 21px 25px !important;
    }
    .newsletter-block .contact-btn-wrapper .send-btn{
        height:60px !important;
        line-height:60px !important;
    }
    .contact-btn-wrapper p:before {
        top:21px !important;
    }
    .newsletter-block .wpcf7-form-control{
        height:60px !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Madellin';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Regular.eot');
	src: url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Regular.woff2') format('woff2'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Regular.woff') format('woff'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Regular.ttf') format('truetype'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Regular.svg#Madellin') format('svg');
}
@font-face {
	font-family: 'Madellin';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Medium.eot');
	src: url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Medium.woff2') format('woff2'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Medium.woff') format('woff'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Medium-1.ttf') format('truetype'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Medium.svg#Madellin') format('svg');
}
@font-face {
	font-family: 'Madellin';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Bold.eot');
	src: url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Bold.woff2') format('woff2'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Bold-1.woff') format('woff'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Bold.ttf') format('truetype'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/Madellin-Bold.svg#Madellin') format('svg');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'FilsonPro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://paracompany.com.au/wp-content/uploads/2025/09/FilsonPro-Regular.eot');
	src: url('https://paracompany.com.au/wp-content/uploads/2025/09/FilsonPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/FilsonPro-Regular.woff2') format('woff2'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/FilsonPro-Regular.woff') format('woff'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/FilsonPro-Regular.ttf') format('truetype'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/FilsonPro-Regular.svg#FilsonPro') format('svg');
}
@font-face {
	font-family: 'FilsonPro';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://paracompany.com.au/wp-content/uploads/2025/09/FilsonPro-Bold.eot');
	src: url('https://paracompany.com.au/wp-content/uploads/2025/09/FilsonPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/FilsonPro-Bold.woff2') format('woff2'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/FilsonPro-Bold.woff') format('woff'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/FilsonPro-Bold.ttf') format('truetype'),
		url('https://paracompany.com.au/wp-content/uploads/2025/09/FilsonPro-Bold.svg#FilsonPro') format('svg');
}
/* End Custom Fonts CSS */