.elementor-location-header{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
	max-width: 100vw;
}
.elementor-location-header > div{
    box-shadow: 0px 3px 5px #00000022;
}
.elementor-location-header.XNThide,.elementor-location-header.XNThide2{
	position:absolute;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

/*Remove margin on last p text widget*/
.elementor-widget-text-editor .elementor-widget-container p:last-child, .elementor-widget-text-editor p:last-child{
	margin-bottom:0;
}

/*Elementor form messages*/
.elementor-message {
    background-color: #FFF;
    padding: 20px;
    line-height: 1.2;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
.elementor-message.elementor-message-success {
    background-color: #a7de9c;
}


/*Set max width for full-width elements*/
@media screen and (min-width:1920px){
	body main > .elementor > .elementor-element, body main > .elementor > .elementor-section-wrap > .elementor-element-edit-mode, body.page-id-1057 > .elementor > .elementor-element, body.page-id-1057 > .elementor > .elementor-section-wrap > .elementor-element-edit-mode {
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		background-color:#FFF;
		inset-inline-start: 0 !important;
		position:relative;
	}
	body {
		background-color:#CCCCCC;
	}
	body::before {
		content: "";
		position: fixed; /* stays in place while scrolling */
		inset: -20%; /* expand to avoid empty corners when rotated */

		background-color:#CCCCCC;
		background-image: url("https://xentina.servehttp.com/ifs/wp-content/uploads/2026/02/rpbg-2.png");
		background-repeat: repeat;
		background-size: auto;

		transform: rotate(10deg);
		transform-origin: center;

		z-index: -1;
		pointer-events: none; /* allows clicks through */
	}
}

@keyframes fadeInLeftXNT {
    from {
        opacity: 0;
        transform: translate3d(-70px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeftXNT !important;
}

@keyframes fadeInRightXNT {
    from {
        opacity: 0;
        transform: translate3d(70px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRightXNT !important;
}