.uk-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100vh
}

.uk-offcanvas-flip .uk-offcanvas {
    right: 0;
    left: auto
}

.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: #222;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%)
}

.uk-offcanvas-flip .uk-offcanvas-bar {
    left: auto;
    right: 0;
    transform: translateX(100%)
}

.uk-open > .uk-offcanvas-bar {
    transform: translateX(0)
}

.uk-offcanvas-bar-animation {
    transition: transform .3s ease-out
}

.uk-offcanvas-reveal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: width .3s ease-out
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
    transform: translateX(0)
}

.uk-open > .uk-offcanvas-reveal {
    width: 270px
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
    right: 0;
    left: auto
}

.uk-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 20px;
    right: 20px;
    padding: 5px
}

.uk-offcanvas-overlay {
    width: 100vw;
    touch-action: none
}

.uk-offcanvas-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
    opacity: 0;
    transition: opacity .15s linear
}

.uk-offcanvas-overlay.uk-open::before {
    opacity: 1
}

.uk-offcanvas-container, .uk-offcanvas-page {
    overflow-x: hidden
}

.uk-offcanvas-container {
    position: relative;
    left: 0;
    transition: left .3s ease-out;
    box-sizing: border-box;
    width: 100%
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 270px
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -270px
}

.uk-switcher {
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-animation-slide-top {
    animation-name: uk-fade-top
}

.uk-animation-slide-bottom {
    animation-name: uk-fade-bottom
}

.uk-animation-slide-left {
    animation-name: uk-fade-left
}

.uk-animation-slide-right {
    animation-name: uk-fade-right
}

.uk-animation-slide-top-small {
    animation-name: uk-fade-top-small
}

.uk-animation-slide-bottom-small {
    animation-name: uk-fade-bottom-small
}

.uk-animation-slide-left-small {
    animation-name: uk-fade-left-small
}

.uk-animation-slide-right-small {
    animation-name: uk-fade-right-small
}

.uk-animation-slide-top-medium {
    animation-name: uk-fade-top-medium
}

.uk-animation-slide-bottom-medium {
    animation-name: uk-fade-bottom-medium
}

.uk-container {
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.uk-container::after, .uk-container::before {
    content: "";
    display: table
}

.uk-container::after {
    clear: both
}

.uk-container > :last-child {
    margin-bottom: 0
}

.uk-container .uk-container {
    padding-left: 0;
    padding-right: 0
}

.uk-container-xsmall {
    max-width: 750px
}

.uk-container-small {
    max-width: 900px
}

.uk-container-large {
    max-width: 1600px
}

.uk-container-expand {
    max-width: none
}


.pr_plan_nav span.plan-icon-list-icon {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    -webkit-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.pr_plan_nav .plan-icon-list-text {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 400ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.pr_plan_nav .plan-icon-list-item a:hover .plan-icon-list-text {
    padding-left: 20px;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.pr_plan_nav .plan-icon-list-item a:hover .plan-icon-list-icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.plan-icon-list-item:hover .plan-icon-list-text, .plan-icon-list-item:hover .plan-icon-list-icon {
    color: #e9204f;
}

.plan-icon-list-items {
    list-style-type: none;
    padding-left: 0;
    width: 300px;
}

.pr__footer .plan-icon-list-item {
    padding: 8px 0;
}

.pr_services_prcs .elementor-accordion .elementor-tab-title {
    border-bottom: 2px solid #f3f3f3;
}

.sitemap-list {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    flex-wrap: wrap;
}

.sitemap-list ul {
    list-style-type: none;
}

.sitemap-list ul:first-child {
    flex: 1;
}

.sitemap-list ul:nth-child(2) {
    flex: 2;
}

.sitemap-list ul li {
    padding-bottom: 1vh;
    padding-top: 1vh;
    font-size: 17px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #f3f3f3;
    min-width: 31vh;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    position: relative;
}

.menu .submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 100;
    min-width: 200px;
}

.menu .submenu li a {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: black !important;
    font-weight: 400;
    font-size: 16px;
    padding: 15px 10px;
}

.menu .has-submenu a .icon {
    padding-left: 7px;
    font-size: 12px;
}

.menu .submenu li a:after {
    color: white !important;
}

.menu .has-submenu:hover .submenu {
    display: block;
    margin-top: 3px;
}

.menu .submenu li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #f3f3f3;
}

.bg_main {
    background-color: #e9204f;
    border-color: #e9204f !important;
    width: 1px !important;
}

.cat-center {
    text-align: center;
}

.p_dark_bg, .p_dark_bg b {
    color: #cccccc !important;
}

.pr__light {
    background-color: #f3f3f3 !important;
}

.pr__white {
    background-color: white !important;
}

.pr__white a {
    color: #747474 !important;
}

.pr__split_bg {
    background-color: #101010;
    background-image: -webkit-linear-gradient(90deg, #101010 50%, #f3f3f3 50%);
    /*background-image: linear-gradient(#101010, #f3f3f3);*/
}

.pre_card_padding {
    padding: 2% 16%;
}

.main-color {
    color: #e9204f;
}

.pr__card {
    padding: 3% 4%;
    background-color: black;
    border-radius: 25px;
    color: white;
}

.pr__card b {
    color: white;
}

.pr__split_bg .button {
    color: white !important;
}

h3.uk-accordion-title {
    cursor: pointer;
}

.custom-accordion {
    padding: 15px 11px 15px 11px !important;
    background-color: white !important;
}

.second-section.second-paragraph {
    top: 15%;
}

.icon-button {
    font-size: 21px !important;
}

.pr__split_bg h2 {
    margin-bottom: 60px;
}

#cookieConsent {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    color: #000;
    padding: 20px;
    border-radius: 12px;
    max-width: 589px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: none;
    font-size: 14px;
}

#cookieConsent p {
    margin: 10px 0;
}

.close-Banner {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}

.div-close-banner {
    text-align: right;
    margin: -10px -10px 0 0;
}

.div-cookies-logo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.div-cookies-logo img {
    height: 30px;
    margin-right: 10px;
}

.div-cookies-logo strong {
    font-size: 16px;
    text-align: left;
}

.div-cookies-button {
    text-align: right;
    margin-top: 5vh;
}

.div-cookies-button button {
    background-color: #e9204f;
    color: #fff;
    border: none;
    padding: 7px 14px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.footer-infos p {
    display: flex;
    align-items: center;
    gap: 7%;
}

.logo-footer {
    max-width: 290px
}

.form-footer {
    max-width: 450px;
}

.form-footer .pr__form {
    margin-top: 0;
}

.form-footer .pr__form textarea {
    padding: 12px;
    min-height: 50px;
    width: calc(100% - 27px);;
}

.form-footer label {
    color: white !important;
}

.form-footer .form-footer-name {
    gap: 3%;
}

.form-footer .pr__form__group .form-footer-name div {
    max-width: 200px;
}

.pr__footer .pr__cta {
    align-self: start;
}

.align-self-center {
    align-self: center !important;
}

.fab {
    position: fixed;
    right: 10px;
    z-index: 9999;
    background-color: white;
    border-radius: 50%;
    /*border-top-left-radius: 50%;*/
    /*border-bottom-left-radius: 50%;*/
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

.fab img {
    width: 32px;
    height: 32px;
}

/* Hover effect */
.fab:hover {
    transform: scale(1.1);
    animation: none;
}

.contact-fab-buttons {
    bottom: 50%;
    position: fixed;
    right: 10px;
    z-index: 9999;
    /*border-top-left-radius: 50%;*/
    /*border-bottom-left-radius: 50%;*/
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Hover effect */
.fab-call:hover, .fab-email:hover {
    transform: scale(1.1);
    animation: none;
}

/* Position Call button slightly above Email */
.fab-call {
    background-color: #e9204f;
    animation: pulse 2s infinite;
    border-radius: 50%;
    padding: 12px 12px 12px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

.fab-email {
    animation: pulse 2s infinite;
    background-color: black;
    padding: 12px 15px 12px 15px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

.fab-email i, .fab-call i {
    color: white;
}

.fab i {
    font-size: 2vh;
}

/* Optional: Pulse animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.fab-scroll {
    bottom: 13%;
    display: none; /* Hidden by default */
    color: #e9204f;
    border-color: #e9204f;
    padding: 12px;
    cursor: pointer;
}

.fab-scroll:hover {
    transform: scale(1.1);
}

.title-with-sup {
    display: flex;
    flex-wrap: wrap;
}

.title-with-sup p {
    width: fit-content;
    height: fit-content;
    background-color: #e9204f;
    padding: 35px 18px;
    margin-left: 1% !important;
    margin-top: 8px !important;
}

.uk-h1-main {
    width: 83%;
}

.pr__header .inner .navbar .menu>ul {
    align-items: center;
}

.pr__header .inner .navbar .menu>ul li.contactHeader {
    border: 4px solid #e9204f;
}

.pr__header .inner .navbar .menu>ul li.contactHeader:hover a {
    color: white;
}

.pr__header .inner .navbar .menu>ul li.contactHeader.uk-active {
    background-color: #e9204f;
}

.pr__header .inner .navbar .menu>ul li.contactHeader.uk-active a {
    color: white;
}

.lang {
    display: flex;
    align-items: center;
}

.language-dropdown {
    background-color: white;
    border: none;
    padding: 5px 10px;
}

.pr__cta.column {
    align-self: center;
}

.first-services-section {
    position: relative
}

.first-services-section .div-image-block {
    position: absolute;
    bottom: 0;
    right: 0;
}

.first-services-section .div-text-block {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.first-services-section .div-text-block p:nth-child(2) {
    width: 69%;
}

.first-services-section .div-text-block p:nth-child(3) {
    width: 66%;
}

.first-services-section .div-text-block p:nth-child(4) {
    width: 64%;
}

.tabs-container {
    font-family: sans-serif;
    margin: 30px 0;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.tab {
    background-color: #f2f2f2;
    color: #333;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    /*border-radius: 4px;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: all 0.3s;
}

.tab:hover,
.tab.active {
    background-color: #e9204f;
    color: #fff;
}

.tab-content {
    display: none;
    animation: fadeIn 0.3s ease;
    border: 1px solid #80808066;
    padding: 17px 10px;
}

.tab-content.active {
    display: block;
    background-color: unset;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.color-white {
    color: white;
}

.div-bg-image-cat {
    position: relative;
}

.image-cat-text-block h2 {
    color: #f3f3f3;
}
.image-cat-text-block {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
}

