.lb-separator .elementor-icon svg {
width: auto;
height: auto;
}
.lb-title-dashes {
width: 100%;
}
.lb-title-dashes h2,
.lb-title-dashes h3 {
display: flex;
align-items: center;
justify-content: center;
gap: 42px;
}
.lb-title-dashes h2::before,
.lb-title-dashes h2::after,
.lb-title-dashes h3::before,
.lb-title-dashes h3::after {
content: "";
flex: 1;
height: 1px;
background: #A8A8A847;
} .elementor-select-wrapper select {
appearance: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
position: relative;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="4.99" viewBox="0 0 9 4.99"><path d="M4.365 1.5l3.3 3.3a.621.621 0 0 0 .881 0 .629.629 0 0 0 0-.883L4.807.182a.622.622 0 0 0-.86-.018L.182 3.92a.624.624 0 0 0 .881.883Z" transform="rotate(180 4.364 2.495)" fill="%23707070"/></svg>');
background-repeat: no-repeat;
background-position: right 16px center;
background-size: 9px;
padding-right: 30px !important;
font-size: 18px !important;
font-weight: 500 !important;
line-height: 22px !important;
color: #707070 !important;
}
.elementor-select-wrapper select::-ms-expand {
display: none;
} .flip-container {
perspective: 1000px;
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
transform: rotateY(180deg);
}
.flipper {
transition: 0.6s;
transform-style: preserve-3d;
position: relative;
}
.front, .back {
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
}
.front {
z-index: 2;
transform: rotateY(0deg);
}
.back {
transform: rotateY(180deg);
}