html {
    margin: 0 !important;
}

a {
    color: inherit;
}

.elementor-widget-text-editor p:last-child,
p:last-child {
    margin: 0;
}

#wpadminbar {
    top: auto;
    bottom: 0;
}

a, button {
	transition: .4s;
}

.wdr-heading-arrow {
	position: relative;
}

.wdr-heading-arrow:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 32px;
	background-image: url('/wp-content/uploads/2026/02/art-work.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	transform: translate(-80%, -60%);
}

.wdr-heading-arrow-white:before {
	background-image: url('/wp-content/uploads/2026/02/art-work-white.svg');
}


.wdr-steps-dot-border {
    position: relative;
}

.wdr-steps-dot-border:before {
    position: absolute;
    top: 78px;
    left: 50%;
    height: 5px;
    width: 70%;
    content: "";
    background: transparent;
    border-top: 3px dashed #FDC00F;
    z-index: 1;
    transform: translateX(-50%);
}

.wdr-steps-dot-border .wdr-step-circle {
    z-index: 2;
    position: relative;
    background: #fff;
}
