/* Custom styling for Custom website */

html,body {
	overflow-x: hidden !important;
	scroll-behavior: smooth;
}
body {
	overflow-y:hidden;
}
.elementor-location-header {
	position:relative;
}


.elementor-43 .elementor-element.elementor-element-b6e66be .elementor-image-box-img img {
    margin-top: -50px !important;

}
.elementor-43 .elementor-element.elementor-element-a9b7618 .elementor-image-box-img img

 {
    margin-top: -50px !important;

}
.elementor-43 .elementor-element.elementor-element-f1c9136 .elementor-image-box-img img

 {
    margin-top: -50px !important;

}

span.footer-phone-number

 {
    color: black;
    font-size: 25px;
    font-weight: 800;
}
span.footer-phone-number a {
	color: #000;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: left;
}

#testi .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: left;
	padding-left: 30px;
}

span.swiper-pagination-bullet {
    padding: 5px;
    border-radius: 0;
}
/* slider wrapper */
.elementor-widget-slides .swiper{
    position: relative;
}

/* arrow box */
.elementor-widget-slides .elementor-swiper-button{
    top:auto !important;
    bottom:0px !important;
    transform:none !important;
    width:65px;
    height:65px;
    background:#fff;
    display:flex !important;
    align-items:center;
    justify-content:center;
}

/* arrow icons visible */
.elementor-widget-slides .elementor-swiper-button i,
.elementor-widget-slides .elementor-swiper-button svg{
    display:block !important;
    width:1px;
    height:1px;
    fill:#000 !important;
    color:#000 !important;
}

/* prev arrow position */
.elementor-widget-slides .elementor-swiper-button-prev{
    left:auto !important;
    right:50px !important;
}

/* next arrow position */
.elementor-widget-slides .elementor-swiper-button-next{
    right:0px !important;
}
/* hide default elementor icons */
.elementor-widget-slides .elementor-swiper-button i,
.elementor-widget-slides .elementor-swiper-button svg{
    display:none !important;
}

/* style arrows */
.elementor-widget-slides .elementor-swiper-button-prev::after{
    content: "←";
    font-size:35px;
    color:#000;
    font-weight:500;
}

.elementor-widget-slides .elementor-swiper-button-next::after{
    content: "→";
    font-size:35px;
    color:#000;
    font-weight:500;
}
/* HIDE DEFAULT CURSOR */
body {
    cursor: none;
}

/* SMALL DOT */
.lux-cursor {
    position: fixed;
    width: 7px;
    height: 7px;
    background: #D30105;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 999999999;

    box-shadow:
        0 0 10px rgba(211, 1, 5, 0.9),
        0 0 20px rgba(211, 1, 5, 0.5);
}

/* MAIN FOLLOWER */
.lux-follower {
    position: fixed;
    width: 42px;
    height: 42px;

    border: 1px solid rgba(211, 1, 5, 0.35);

    background: rgba(255,255,255,0.03);

    backdrop-filter: blur(4px);

    border-radius: 50%;

    pointer-events: none;

    transform: translate(-50%, -50%);

    z-index: 999999998;

    transition:
        width 0.45s cubic-bezier(0.19, 1, 0.22, 1),
        height 0.45s cubic-bezier(0.19, 1, 0.22, 1),
        border 0.45s ease,
        background 0.45s ease,
        transform 0.25s ease;

    box-shadow:
        inset 0 0 20px rgba(255,255,255,0.03),
        0 0 25px rgba(211, 1, 5, 0.08);
}

/* SOFT GLOW */
.lux-glow {
    position: fixed;

    width: 180px;
    height: 180px;

    background: radial-gradient(
        circle,
        rgba(211, 1, 5, 0.12) 0%,
        rgba(211, 1, 5, 0.05) 30%,
        rgba(211, 1, 5, 0) 70%
    );

    border-radius: 50%;

    pointer-events: none;

    transform: translate(-50%, -50%);

    z-index: 999999997;

    filter: blur(18px);

    opacity: 0.55;

    transition:
        transform 0.4s ease,
        opacity 0.4s ease;
}

/* HOVER STATE */
.lux-follower.active {

    width: 82px;
    height: 82px;

    border: 1px solid rgba(211, 1, 5, 0.7);

    background: rgba(211, 1, 5, 0.05);

    box-shadow:
        0 0 35px rgba(211, 1, 5, 0.18),
        inset 0 0 30px rgba(211, 1, 5, 0.05);
}

.lux-glow.active {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.15);
}

/* POINTER FIX */
a,
button,
img,
.service-card,
.img-box {
    cursor: none !important;
}