@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');


/*** GENERIC CSS ***/
html,body {
    font-family: "Poppins", sans-serif;
}

body {
    font-size: 16px;
    color: #555555;
    font-family: "Poppins", sans-serif;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #555555;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    font-family: "Poppins", sans-serif;
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size:54px;
    line-height: 1.5;
}

h2 {
    font-size: 48px;
    line-height: 1.4;
}

h3 {
    font-size:35px;
    line-height: 1.5;
}

h4 {
    font-size:27px;
    line-height: 1.5;
}

h5 {
    font-size:24px;
    line-height: 1.5;
}

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.section-title {
    margin-bottom: 55px;
}

.section-title h2 {
    color: #000;
    font-size: 42px;
    font-weight: 500;
    letter-spacing: -2.113px;

    margin: 0px;
}

.call-btn {
    display: inline-block;
    border-radius: 50px;
    background: #FFF;
    backdrop-filter: blur(6.455155849456787px);
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
}

.btn-default {
    display: inline-block;
    color:#000;
    font-size: 21px;
    border: 0px;
    font-weight: 500;
    padding: 0px 25px;
    line-height: 50px;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;

    border-radius: 50px;
    background: #FFF;
    backdrop-filter: blur(6.455155849456787px);
    vertical-align: middle;
}

.btn-default:hover {
    background:#000;
    color: #fff;
}

/*** SIDEMENU ***/
.menu-btn {
    min-width: 32px;
    min-height: 32px;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    margin-left: 20px;
    justify-content: end;
    text-align: right;
    flex-wrap: wrap;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(1.4411519765853882px);
}

.menu-btn em {
    color: #000;
    font-size: 10px;
    text-align: justify;
    font-style: normal;
    letter-spacing: 2px;
}

.menu-btn span {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #000 !important;
    height: 2px;
    margin: 2.5px 0px;
    border-radius: 8px;
    border-radius: 0px;
    transition: all .3s;
    margin-left: auto;
    float: right;
}

.menu-btn:hover span {
    width: 100% !important;
}

.menu-btn span:first-child {
    width: 55%;
}

.menu-btn span:nth-child(3) {
    width: 55%;
    float: left;
}

.menu-btn div {
    position: relative;
    top: 5.5px;
    vertical-align: middle;
    width: 16px;
    left: 8px;
}

.side-menu {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
	position:fixed;
	top:0px;
    left: -150%;
    width: 340px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	height:100%;
	z-index:9999999;
    padding: 55px 25px;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.side-menu.intro {
	left:0px;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:30px;
}

.side-menu ul.main-menu.navbar-nav li {
	list-style:none;
	display:inline-block;
	width:100%;
    margin: 0;
    margin-bottom: 10px;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    padding: 7px 0px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 500;
    border-bottom: 1px solid transparent;
}

.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
	background:none;
    color: #000;
    opacity: 0.5;
    border-color: rgba(0, 0, 0, 0.2);
}

.side-menu a.CloseBtn {
    float: right;
    color: #000;
    background: rgba(0, 0, 0, 0.05);
    font-size: 22px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 40px;
    min-height: 40px;
    border-radius: 0px 0px 0px 5px;
}

.side-menu a.CloseBtn:before,
.side-menu a.CloseBtn:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

.side-menu a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.side-menu a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.side-menu .menu-item-has-children {
    cursor: pointer;
}

.side-menu .menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.side-menu .menu-item-has-children:hover>a,
.side-menu .menu-item-has-children.active>a {
    color: #000 !important;
    opacity: 0.5;
    border-color: rgba(0, 0, 0, 0.2);
}

.side-menu .menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 27px;
    z-index: 99;
    top: 51%;
    transform: translate(0px, -50%);
    right: 6px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    background-clip: unset !important;
}

.side-menu .menu-item-has-children.current>a:before {
    content: "\f068";
}

.side-menu ul.navbar-nav>li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
}

.side-menu ul.navbar-nav>li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.navbar-nav>li>ul.sub-menu>li {
    margin: 0;
}

.side-menu ul.navbar-nav>li>ul.sub-menu>li a {
    font-size: 14px;
    background: #ebebeb;
    color: #000;
    margin: 0;
    padding: 10px 15px !important;
}

.side-menu ul.navbar-nav>li>ul.sub-menu>li:hover a,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.current_page_item>a,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.active>a {
    color: #000 !important;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.05) !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu h4 {
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 22px;
    text-transform: uppercase;
}


.side-menu-wa {
    margin-top: 30px;
}

.side-menu-wa a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25d366;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.side-menu-wa a:hover {
    opacity: 0.85;
    color: #fff;
}

.contact-info {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}

.contact-info a {
    color: #000;
}

.contact-info i {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    background:#5C0451;
    min-width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.contact-info a:hover {
    color: #5C0451;
}

.social-items i {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    background:#5C0451;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.social-items a:hover {
    color: #fff;
    opacity: 0.7;
}

/*** HEADER ***/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 65px 50px;
}

.navbar {
	padding:0px 0px;
}

.navbar-brand img {
    max-height: 52px;
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-light .navbar-nav {
    align-items: center;
    border-radius: 36.346px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(2.1807422637939453px);
    margin-left: 10px;
    padding: 8px 11px;
}

.navbar-expand-lg .navbar-nav>li {
    margin: 0px 0px;
	display:inline-block;
    vertical-align: top;
	position:relative;
}

.navbar-light .navbar-nav>.nav-item>.nav-link {
    color: #000;
    font-size: 13px;
    line-height: 33px;
    font-weight: 400;
    border-radius: 36px;
    color: #000;
    text-align: center;

    padding: 0px 15px !important;
}

.navbar-light .navbar-nav>.nav-item:hover>.nav-link,
.navbar-light .navbar-nav>.nav-item.active>.nav-link {
    background: #FFF;
    backdrop-filter: blur(2.1807422637939453px);
}

.navbar-light .navbar-nav.right-social {
    background: none;
    backdrop-filter: blur(0px);
    padding: 0px;
}

.navbar-light .navbar-nav.right-social>.nav-item>.nav-link {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(2.1807422637939453px);
    padding: 0px !important;
    font-size: 20px;
    width: 49px;
    line-height: 49px;
    border-radius: 50%;
    text-align: center;
}

.navbar-light .navbar-nav.right-social>.nav-item:hover>.nav-link,
.navbar-light .navbar-nav.right-social>.nav-item.active>.nav-link {
    background: #FFF;
    backdrop-filter: blur(0);
}

/*** BANNER ***/
.banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
    padding: 20px;
}

.banner .bg {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(100vh - 40px);
    border-radius: 20px;
    overflow: hidden;
    padding: 0px 30px 45px 30px;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(89, 89, 89, 0.26) 0%, rgba(0, 0, 0, 0.65) 71.63%);
    z-index: 1;
}

.banner .bg .container-fluid {
    position: relative;
    z-index: 2;
    height: 100%;
}

.banner h6 {
    color: rgba(255, 255, 255, 0.90);
    font-size: 16.222px;
    font-weight: 500;

    margin: 0px;
}

.banner h1 {
    color: #FFF;
    font-size: 57px;
    line-height: 54.862px;
    font-weight: 600;
    letter-spacing: -2.853px;

    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.banner p {
    color: rgba(255, 255, 255, 0.90);
    font-size: 16.222px;
    font-weight: 500;

    margin: 0px;
}


/*** DONT DEAL ***/
.dont-deal {
    padding: 70px 0px;
}

.dont-deal h2 {
    color: #000;
    color: rgba(0, 0, 0, 0.30);
    font-size: 53.86px;
    font-weight: 500;
    letter-spacing: -2.693px;
    margin-bottom: 40px;
}

.dont-deal p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.984px;

}

.dont-deal .review-text {
    display: flex;
    align-items: center;
}

.dont-deal .review-text .img img:first-child {
    margin-left: 0px;
}

.dont-deal .review-text .img img {
    margin-left: -30px;
}

.dont-deal .review-text p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.9px;

    line-height: 1.2;
    margin-left: 10px;
}

.dont-deal .review-text p span {
    color: rgba(0, 0, 0, 0.30);
}

/*** VIDEO SLIDER ***/
.video-slider {
    margin-bottom: 0px;
    position: relative;
}

.video-slider:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: #F4F4F4;
}

.video-slider .row {
    position: relative;
    z-index: 2;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.video-box {
    display: inline-block;
    width: 100%;
    position: relative;
}

.video-box .play {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    margin: 0;
    top: 45%;
    left: 20px;
    transform: translate(0px, -50%);
    border-radius: 50%;
    color: #000;
    font-size: 18px;
    width: 32px;
    height: 32px;
    background: #fff;
    background-size: 32px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    box-shadow: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.08)) drop-shadow(0 0 4px rgba(0, 0, 0, 0.04));
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #CCC;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    border-radius: 50%;
    background: #CCC;
    opacity: .3;
}

/*** SIMPLE PROCESS ***/
.simple-process {
    padding: 80px 0px 45px 0px;
    background: #F4F4F4;
}

.process-box {
    display: inline-block;
    width: 100%;
    border-radius: 16.492px;
    border: 0.825px solid rgba(0, 0, 0, 0.10);
    background: #F4F4F4;
    padding: 20px 24px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    border-radius: 10.618px;
}

.process-box .num {
    color: #000;
    font-family: "Prata", serif;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: -2.268px;

    margin-bottom: 100px;
}

.process-box h3 {
    color: #000;
    font-size: 24.737px;
    font-weight: 500;
    line-height: 28.342px;
    letter-spacing: -1.237px;

    padding-right: 120px;
}

.process-box p {
    color: rgba(0, 0, 0, 0.40);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.742px;

    padding-right: 65px;
    margin-bottom: 0px;
}

/*** TESTIMONIALS ***/
.testimonials {
    padding: 100px 0px 100px 0px;
}

.testi-box {
    display: inline-block;
    width: 100%;
    padding: 26px 28px;
    margin-bottom: 20px;
    border-radius: 10.618px;
    border-radius: 17.856px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    transition: all .3s;
}

.testi-box p {
    color: #000;
    font-size: 19.331px;
    font-weight: 500;
    line-height: 24.5px;
    letter-spacing: -0.967px;

    min-height: 200px;
}

.profile-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-user img {
    width: 50px;
    min-width: 50px;
    height: 50px !important;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.profile-user h5 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.804px;

    margin: 0px;
}

.profile-user h5 span {
    color: rgba(0, 0, 0, 0.30);
    font-weight: 400;
}

.testimonials .testi-box {
    filter: drop-shadow(0 5.918px 11.836px rgba(0, 0, 0, 0.08)) drop-shadow(0 0 2.959px rgba(0, 0, 0, 0.04)) blur(1.7856383323669434px);
    transform: scale(.9);
}

.testimonials .center .testi-box {
    filter: none;
    transform: scale(1);
}


/*** ABOUT ***/
.about {
    background: #F4F4F4;
    padding: 70px 0px;
}

.about img.w-100 {
    border-radius: 20px;
}

.about .section-title h2 {
    margin-bottom: 20px;
}

.about .section-title {
    margin: 0px;
}

.about .section-title {
    color: rgba(0, 0, 0, 0.40);
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.9px;
    font-weight: 400;

}


/*** FAQ ***/
.faq {
    padding: 100px 0px 90px 0px;
}

.faq .section-title {
    margin-bottom: 60px;
}

.accordion {
    border: none !important;
    border-radius: 0px !important;
    background: none !important;
}

.accordion-item {
    border: none !important;
    border-radius: 0px !important;
    background: none !important;
    margin-bottom: 10px;
}

.accordion-button {
    padding: 15px 55px 17px 20px;
    color: #151515;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    border: none !important;
    box-shadow: none !important;
    background: #F5F5F5;
    outline: none !important;
    border-radius: 12px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: -0.1px;
}

.accordion-button:not(.collapsed) {
    color: #151515;
    background: #F5F5F5;
    border-radius: 12px 12px 0px 0px !important;
}

.accordion-button:not(.collapsed)::after {
    background: #F5F5F5 url(../img/icon-minus.png) 54% 48% no-repeat;
    top: 14px;
}

.accordion-button::after {
    background: #F5F5F5 url(../img/icon-plus.png) 57% 48% no-repeat;
    width: 27px;
    height: 28px;
    right: 20px;
    position: relative;
    transform: none !important;
    position: absolute;
    top: 14px;
}

.accordion-body {
    padding: 0px 20px 20px 20px;
    background: #F5F5F5;
    border-radius: 0px 0px 12px 12px;
}

/*** LEGAL PAGES (Impressum, Datenschutz) ***/
.faq.legal-page h2,
.page-template-template-impressum .faq h2 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 15px;
}

.faq.legal-page h3,
.page-template-template-impressum .faq h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 10px;
}

.faq.legal-page p,
.page-template-template-impressum .faq p {
    color: #555;
}

.faq.legal-page ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.faq.legal-page ul li {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 8px;
}

.faq.legal-page hr {
    margin: 60px 0;
    border-color: rgba(0, 0, 0, 0.10);
}

.faq.legal-page a,
.page-template-template-impressum .faq a {
    text-decoration: underline;
}

.faq.legal-page a:hover,
.page-template-template-impressum .faq a:hover {
    color: #000;
}

/*** CTA ***/
.cta {
    padding: 0px 0px 100px 0px;
}

.cta .bg {
    position: relative;
    padding: 100px 0px;
    background: url(../img/bg-cta.png) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin: 0px;
    z-index: 0;
}

.cta .bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 20px;
    z-index: -1;
}

.cta .section-title h2 {
    color: #fff;
}

.cta .section-title h6 {
    color: rgba(255, 255, 255, 0.90);
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -1.1px;

    margin: 5px 0px 20px 0px;
}

.cta .section-title p {
    color: rgba(255, 255, 255, 0.60);
    font-size: 18px;
    font-weight: 400;
    line-height: 22.812px;
    letter-spacing: -0.5px;

    margin-bottom: 30px;
}


/*** FOOTER ***/
.footer {
    background: #111;
    padding: 56px 64px;
}

.footer .logo {
    display: inline-block;
    margin-bottom: 30px;
}

.footer .top {
    margin-top: 190px;
}

.footer .social-link a {
    display: inline-block;
    margin-right: 5px;
}

.footer p {
    display: inline-block;
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.footer ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 200px;
}

.footer ul li {
    display: inline-block;
    margin-right: 40px;
}

.footer ul li a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-weight: 400;
}

.footer ul li a:hover {
    color: #fff;
}

.footer h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.2px;
    margin-bottom: 5px;
}

.footer .right p {
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
}

.footer .right p a:hover {
    color: #fff;
}

.footer .right p:last-child {
    margin-bottom: 0px;
}

.footer .right p a {
    color: rgba(255, 255, 255, 0.60);
}

.footer h4 {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
}

.footer .language {
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-weight: 500;
}

.footer .language a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
}

.footer .language a:hover,
.footer .language a.active {
    color: #FFF;
}



/* ─── HERO INTRO ANIMATIONS ────────────────────────────────────────── */
.hero-intro {
    opacity: 0;
}

.hero-intro--bg {
    transition: opacity 0.6s ease;
}

.hero-intro--nav {
    transform: translateY(-15px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: 0.15s;
}

.hero-intro--text {
    transform: translateY(-15px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: 0.35s;
}

.hero-intro--cta {
    transform: translateY(-15px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: 0.35s;
}

.hero-intro.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ─── STICKY WHATSAPP PILL ─────────────────────────────────────────── */
.whatsapp-sticky {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, box-shadow 0.2s ease;
    pointer-events: none;
}

.whatsapp-sticky.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.whatsapp-sticky:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-decoration: none;
}

.whatsapp-sticky svg {
    flex-shrink: 0;
}

.whatsapp-sticky__text {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 767px) {
    .whatsapp-sticky {
        bottom: 16px;
        right: 16px;
        padding: 14px;
        border-radius: 50%;
    }

    .whatsapp-sticky__text {
        display: none;
    }
} 