.elementor-kit-10{--e-global-color-primary:#1F1F1F;--e-global-color-secondary:#1F1F1F;--e-global-color-text:#1F1F1F;--e-global-color-accent:#FF9A0D;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;color:#111111;font-family:"Plus Jakarta Sans", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:#000000;font-size:16px;font-weight:600;color:#FFFFFF;border-radius:999px 999px 999px 999px;padding:16px 24px 16px 24px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{color:#111111;font-size:80px;font-weight:700;}.elementor-kit-10 h2{color:#111111;font-family:"Plus Jakarta Sans", Sans-serif;font-size:40px;font-weight:700;line-height:1.1em;}.elementor-kit-10 h3{font-size:28px;font-weight:bold;}.elementor-kit-10 h4{font-size:24px;font-weight:700;}.elementor-kit-10 h6{font-size:16px;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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-kit-10 h1{font-size:60px;}.elementor-kit-10 h2{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-10 h1{font-size:52px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
    overflow-x: hidden;
}

.elementor-button .elementor-button-text, .elementor-post__read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px; /* Space between text and icon */
}

.elementor-button .elementor-button-text::after,
.elementor-post__read-more::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url('https://datumindustries.com.au/wp-content/uploads/button-arrow-slant.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.elementor-post__read-more::after {
    background-image: url(https://datumindustries.com.au/wp-content/uploads/button-arrow-slant-dark.svg) !important;
}

.elementor-button:hover .elementor-button-text::after,
.elementor-post__read-more:hover::after {
    transform: translate(2px, -2px);
}

.slick-dots {
	display: flex;
	justify-content: flex-end;
	padding-right: 30px;
}

.swiper-pagination {
    width: 100% !important;
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
}

@media only screen and (max-width: 600px) {
    .swiper-pagination {
        display: none !important;    
    }
}

.slick-dots li {
	width: 40px !important;
	height: 4px !important;
}

.swiper-pagination-bullet {
	width: 40px !important;
	height: 4px !important;
    opacity: 1;
    background: rgba(17, 17, 17, 0.1);
    border-radius: 0 !important;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    background: #FF9A0D !important;    
}

.slick-dots li.slick-active button {
	background: #FF9A0D;
}

.slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(17, 17, 17, 0.1);
	border-radius: 0;
}

.slick-dots li button:before {
	display: none;
}

.slick-arrow {
	background: transparent !important;
	border: none !important;
	padding: 0;
	position: absolute;
	top: inherit;
	bottom: -50px;
}

.slick-arrow.slick-prev {
	left: 0;
}

.slick-arrow.slick-next {
	left: 70px;
	right: inherit;
}

.slick-arrow:before {
	display: none;
}/* End custom CSS */