/*
Theme Name: Nom du client
Description: Inside Web 2025 - thème
Version: 2.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/

/*Example to import font*/
/*@font-face {
  font-family: "Circular-Std";
  src: url("https://insideweb.be/layout/themes/insideweb/fonts/CircularStd-Black.ttf") format('truetype');
  font-weight: 700;
}*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*===========================
  COMMON css
===========================*/
:root {
    --font-family: "Noto Sans", sans-serif;
    --radisson-green: #D9D9CD;
    --radisson-blue: #616370;
    --primary: #155bd5;
    --primary-dark: #1c3ab6;
    --primary-light: #e2f1ff;
    --accent: #00d4d7;
    --accent-dark: #00bac1;
    --accent-light: #dff9f8;
    --success: #13d527;
    --success-dark: #00ae11;
    --success-light: #eafbe7;
    --secondary: #8f15d5;
    --secondary-dark: #6013c7;
    --secondary-light: #f4e5fa;
    --info: #15b2d5;
    --info-dark: #0f8ca8;
    --info-light: #e0f5fa;
    --caution: #dbbb25;
    --caution-dark: #d58f15;
    --caution-light: #fbf9e4;
    --error: #e6185e;
    --error-dark: #bf1257;
    --error-light: #fce4eb;
    --black: #1d1d1d;
    --dark-1: #2d2d2d;
    --dark-2: #4d4d4d;
    --dark-3: #6d6d6d;
    --gray-1: #8d8d8d;
    --gray-2: #adadad;
    --gray-3: #cdcdcd;
    --gray-4: #e0e0e0;
    --light-1: #efefef;
    --light-2: #f5f5f5;
    --light-3: #fafafa;
    --white: #ffffff;
    --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
    --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
    --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
    --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
    --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
    --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
    --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
    --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
    --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
    --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
    --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
    --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);
    --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
}

body {
    font-family: var(--font-family);
    color: var(--black);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

img {
    max-width: 100%;
}

a {
    display: inline-block;
}

a,
button,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

h1,
.h1 {
    /*35px*/
    font-size: clamp(1.6rem, 2.43vw, 2.2rem);
    line-height: clamp(1.9rem, 2.73vw, 2.5rem);
    font-weight: 400;
}

h2,
.h2 {
    /*30px*/
    font-size: clamp(1.4rem, 2.08vw, 1.9rem);
    line-height: clamp(1.7rem, 2.34vw, 2.2rem);
    font-weight: 400;

}

h3,
.h3 {
    /*20px*/
    font-size: clamp(1rem, 1.39vw, 1.25rem) !important;
    line-height: clamp(1.25rem, 1.56vw, 1.4rem)!important;
    font-weight: 400 !important;
}

h4,
.h4 {
    font-size: 1.5em;
    line-height: 1.25;
}

h5,
.h5 {
    font-size: 1.25em;
    line-height: 1.25;
}

h6,
.h6 {
    font-size: 0.875em;
    line-height: 1.25;
}

.display-1 {
    font-size: 5.5em;
    line-height: 1.25;
}

.display-2 {
    font-size: 4.75em;
    line-height: 1.25;
}

.display-3 {
    font-size: 4em;
    line-height: 1.25;
}

.display-4 {
    font-size: 3.25em;
    line-height: 1.25;
}

p, .p {
    /*16px*/
    font-size: clamp(1rem, 1.11vw, 1.1rem);
    line-height: clamp(1.5rem, 1.67vw, 1.7rem);
    letter-spacing: 0.4px;
    font-weight: 400;
    color: var(--black);
    margin: 0px;
}

.text-small {
    font-size: 0.875em;
    line-height: 1.5;
}

.text-lg {
    font-size: 1.15em;
    line-height: 1.5;
}

.bg_cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btn {
    font-weight: 500;
    font-size: clamp(0.875rem, 1vw, 1rem)!important;
    line-height: clamp(1.125rem, 1.25vw, 1.25rem)!important; /* ≈ 18–20px */
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: clamp(0.75rem, 1.2vw, 0.9375rem) clamp(1.75rem, 2.5vw, 2.5rem) !important; /* ≈ 12–15px top/bottom e 28–40px sides */
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.btn:hover {
    color: inherit;
}
.btn:focus {
    box-shadow: none;
    outline: none;
}
.btn.btn-lg {
    font-size: 1.15em;
    padding: 16px 24px;
}
.btn.btn-sm {
    padding: 8px 16px;
}
.btn.square {
    border-radius: 0px;
}
.btn.semi-rounded {
    border-radius: 12px;
}
.btn.rounded-full {
    border-radius: 50px;
}
.btn.icon-left span,
.btn.icon-left i {
    margin-right: 8px;
}
.btn.icon-right span,
.btn.icon-right i {
    margin-left: 8px;
}
.btn.icon-btn {
    width: 48px;
    height: 48px;
    padding: 0;
    line-height: 48px;
}
.btn.icon-btn.btn-lg {
    width: 56px;
    height: 56px;
    line-height: 56px;
}
.btn.icon-btn.btn-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
}


/* ===== Buttons Css ===== */
.primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}
.active.primary-btn, .primary-btn:hover, .primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}
.deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

.primary-btn-outline {
    border-color: var(--black);
    color: var(--black);
}
.active.primary-btn-outline, .primary-btn-outline:hover, .primary-btn-outline:focus {
    background: var(--radisson-blue);
    border-color: var(--radisson-blue);
    color: var(--white);
}
.deactive.primary-btn-outline {
    color: var(--dark-3);
    border-color: var(--gray-4);
    pointer-events: none;
}

.bg-green{
    background-color: var(--radisson-green);
}

/*===========================
  NAVBAR css
===========================*/
/*header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; }*/

.navbar-toggler{
    border: none!important;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
    -webkit-tap-highlight-color: transparent;
}


.navbar-toggler:focus,
.navbar-toggler:active {
    -webkit-appearance: none;
    appearance: none;
}

.navbar-toggler::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.mb-100 {
    margin-bottom: 100px;
}

/*===== NAVBAR THREE =====*/
.navbar-area.navbar-three{
    background: rgba(255,255,255,0.001);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition: backdrop-filter .25s ease, -webkit-backdrop-filter .25s ease, background-color .25s ease;
    box-shadow: none;
}

.navbar-area.navbar-three.navbar-overlay .logo-light { display: block; }
.navbar-area.navbar-three.navbar-overlay .logo-dark  { display: none;  }

.navbar-area.navbar-three.navbar-solid   .logo-light { display: none;  }
.navbar-area.navbar-three.navbar-solid   .logo-dark  { display: block; }

.navbar-area.navbar-three.is-over-hero .logo-light { display: block; }
.navbar-area.navbar-three.is-over-hero .logo-dark  { display: none;  }

.navbar-area.navbar-three.is-over-hero{
    -webkit-backdrop-filter: brightness(0.4);
    backdrop-filter: brightness(0.4);
    background: rgba(0, 0, 0, 0.25);
    transition: backdrop-filter 0.4s ease, background-color 0.4s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-three {
        padding: 10px 0;
    }
}
.navbar-area.navbar-three .navbar {
    position: relative;
    padding: 0;
}
.navbar-area.navbar-three .navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-area.navbar-three .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}
.navbar-area.navbar-three .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.navbar-area.navbar-three .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-three .navbar .navbar-collapse {
        position: absolute;
        top: 116%;
        left: 0;
        width: 100%;
        z-index: 8;
        padding: 10px 16px;
        background: var(--radisson-green);
    }
}

.navbar-area.navbar-three .toggler-icon{
    width:30px;height:2px;margin:5px 0;display:block;border-radius:2px;
    transition:background-color .3s ease;
}


.navbar-area.navbar-three.navbar-overlay .toggler-icon{ background-color:#fff !important; }
.navbar-area.navbar-three.navbar-solid   .toggler-icon{ background-color:#000 !important; }


.navbar-area.navbar-three.navbar-solid.is-over-hero .toggler-icon,
.navbar-area.navbar-three.is-over-hero .toggler-icon{
    background-color:#fff !important;
}


.navbar-area.navbar-three .navbar .navbar-nav {
    margin-right: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-three .navbar .navbar-nav {
        margin-right: 0;
    }
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item {
    position: relative;
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item a {
    display: flex;
    align-items: center;
    padding: 15px 17px;
    color: var(--black);
    text-transform: capitalize;
    position: relative;
    border: 1px solid transparent;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 41px 0;
    font-size: 16px;
    background: var(--radisson-green);
    text-transform: uppercase;
}

.navbar-area.navbar-three .navbar .navbar-nav > .nav-item:first-child > a {
    border-top-left-radius: 30px;
    padding-left: 55px;
    border-bottom-left-radius: 30px;
}

.navbar-area.navbar-three .navbar .navbar-nav > .nav-item:last-child > a {
    border-top-right-radius: 30px;
    padding-right: 55px;
    border-bottom-right-radius: 30px;
}




@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-three .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
        border: 0;
        margin: 0;
    }
}

.navbar-area.navbar-three .navbar-brand{
    max-width: 172px;
    height: auto;
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item a i {
    font-size: 14px;
    font-weight: 700;
    padding-left: 8px;
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item a.active {
    border: 1px solid rgba(255, 255, 255, 0.281);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-three .navbar .navbar-nav .nav-item a.active {
        border: 0;
    }
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item:hover > a {
    color: var(--radisson-blue);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-three .navbar .navbar-nav .nav-item:hover > a {
        border: 0;
    }
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item:hover > a::before, .navbar-area.navbar-three .navbar .navbar-nav .nav-item:hover > a::after {
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    -o-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 260px;
    background-color: var(--white);
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 10px;
    border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        box-shadow: none;
        text-align: left;
        border-top: 0;
        height: 0;
    }
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    height: auto;
    display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
        height: 0;
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu.show {
        height: auto;
    }
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li {
    position: relative;
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px;
    position: relative;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 0 0;
    border: 0;
    border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li a {
        font-size: 15px;
    }
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li a i {
    font-weight: 700;
    font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li a i {
        display: none;
    }
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
    display: inline-block;
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li a::before {
    display: none;
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li a::after {
    display: none;
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
    .navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li .sub-menu.show {
        visibility: visible;
        height: auto;
        position: relative;
    }
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
    color: var(--white);
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
    background: var(--radisson-blue);
    color: var(--white);
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-menu li:hover > a::before {
    opacity: 1;
}
.navbar-area.navbar-three .navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-area.navbar-three .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0;
        color: var(--white);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-three .navbar .navbar-social {
        position: absolute;
        right: 70px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media (max-width: 767px) {
    .navbar-area.navbar-three .navbar .navbar-social {
        position: absolute;
        right: 60px;
        top: 7px;
    }
}
.navbar-area.navbar-three .navbar .navbar-social ul {
    display: flex;
}
.navbar-area.navbar-three .navbar .navbar-social ul li {
    display: inline-block;
    margin-left: 12px;
}
.navbar-area.navbar-three .navbar .navbar-social ul li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: var(--black);
    border: 1px solid rgba(255, 255, 255, 0.356);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: var(--radisson-green);
}
.navbar-area.navbar-three .navbar .navbar-social ul li a:hover {
    color: var(--radisson-blue);
    background-color: var(--white);
    border-color: transparent;
}

.wpml-ls-legacy-list-horizontal a{
    display: flex!important;
}

.wpml-ls-link{
    align-items: center;
    justify-content: center;
    display: flex;
}

/*===========================
GENERIC COMPONENTS css
===========================*/

/* HERO */
.hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-section .hero-image {
    position: relative;
    display: block;
    line-height: 0;
}

.hero-section .hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.hero-section .hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    mix-blend-mode: multiply;
    pointer-events: none;
}

.hero-section .container {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.hero-section h1{
    font-size: clamp(1.8rem, 2.78vw, 2.5rem);
    line-height: clamp(2rem, 3.13vw, 2.8rem);
    font-weight: 400;
    color: var(--white);
}

/* testo */
.hero-content {
    color: #fff;
    text-align: left;
    max-width: 800px;
}

@media (max-width: 768px) {
    .hero-section .container {
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }

}

/* image-left-text */
.image-left-text {
    overflow: hidden;
}

.image-left-text .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px 0 0 12px;
}

.image-left-text .text-wrapper {
    background: var(--radisson-green, #d9d9cd);
    border-radius: 0 12px 12px 0;
}

/* block-title */
.block-title .section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 0.75rem;
}

.block-title .section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 2px;
    background-color: var(--black);
    border-radius: 2px;
}

@media (max-width: 767px) {
    .block-title .section-content {
        padding-top: 2rem;
    }
}

#about .image-left-text .image-wrapper img {
    border-radius: 0 0 0 0 !important;
}


.structure-one {
    background-color: #fff;
}

/* Immagine 1 - in alto a sinistra */
.structure-one .img-1 {
    height: 525px;
}

.structure-one .text-content {
    padding-left: 12rem;
    padding-bottom: 5rem;
}

.structure-one .img-2 {
    height: 440px;
    margin-left: 1rem;
}

.structure-one .img-3 {
    width: 100%;
    aspect-ratio: 1/1;
}

.structure-one .img-4 {
    margin-left: auto;
    margin-top: 3rem;
    aspect-ratio: 1/1;
    width: 50%;
}

.structure-one .img-wrapper {
    position: relative;
    overflow: hidden;
}

.structure-one .img-wrapper img {
    object-fit: cover;
    transition: transform 0.5s ease;
}

.structure-one .img-wrapper img:hover {
    transform: scale(1.08);
}

/* Responsive */
@media (max-width: 991.98px) {
    .structure-one .text-content {
        padding-left: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .structure-one .img-1,
    .structure-one .img-2,
    .structure-one .img-3,
    .structure-one .img-4 {
        width: 100% !important;
        margin: 0 !important;
        height: 250px;
    }

    .structure-one .img-2 {
        margin-top: 1rem !important;
    }
}

@media (max-width: 575.98px) {
    .structure-one {
        padding: 2rem 0;
    }

    .structure-one .img-1,
    .structure-one .img-2,
    .structure-one .img-3,
    .structure-one .img-4 {
        height: 200px !important;
    }

    .structure-one .text-content p {
        font-size: 0.9rem;
    }
}


/* cta-contact */
.cta-contact .content {
    position: relative;
    display: inline-block;
    padding-top: 2.75rem;
}

.cta-contact .content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: var(--black);
    border-radius: 2px;
}

/* single salle */
#single-salle .anchor-scroll-btn {
    font-size: 20px;
    color: var(--white);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid var(--white);
    border-radius: 50%;
    font-weight: 200;
    margin: 20px auto;
}
#single-salle .anchor-scroll-btn:hover {
    color: var(--white);
    background-color: var(--black);
    border-color: var(--black);
}




/*single salle partners*/
#single-salle .social-button {
    font-size: 20px;
    color: var(--black);
    transition: all 0.3s ease-out;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid var(--black);
    border-radius: 50%;
}

#single-salle .social-button:hover {
    color: var(--white);
    background-color: var(--radisson-blue);
    border-color: var(--radisson-blue);
    transform: rotate(360deg);
}

/* immagini e testi */
#single-salle .image-left-text .image-wrapper{
    background-color: var(--radisson-blue)
}
#single-salle .image-left-text .image-wrapper img {
    border-radius: 0 !important;
}

/* link contenuti */
#single-salle .content-fac a {
    color: var(--radisson-blue);
    transition: color 0.3s ease;
}

#single-salle .content-fac a:hover {
    text-decoration: underline;
}

/* wrapper immagine */
#single-salle .image-wrapper {
    position: relative;
    overflow: hidden;
}

/* filtro su tutta l'immagine */
#single-salle .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
    transition: transform 0.6s ease, filter 0.4s ease;
}


#single-salle .facilite-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    transition: background 0.4s ease;
}

#single-salle .facilite-overlay h3 {
    color: var(--white);
}
/* hover effect */
#single-salle .image-wrapper:hover img {
    transform: scale(1.05);
    filter: brightness(1);
}

#single-salle .image-wrapper:hover .facilite-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
}




.capacities-section {
    margin-top: -100px;
    padding-top: 120px;
}

.capacities-section strong{
    font-weight: 500!important;
}

.capacities-section .capacities-box {
    margin-top: -120px;
}

.capacities-section .capacities-box{
    padding: 80px;
}

@media (max-width: 991.98px) {
    .capacities-section {
        margin-top: 0;
    }

    .capacities-box {
        margin-top: 0;
    }
}

/* SLIDER SALLE */
.bleed-right {
    margin-right: calc((100vw - 100%) / -2);
    position: relative;
}

@media (max-width: 991.98px) {
    .bleed-right { margin-right: 0; }
}

/* --- slide --- */
.salle-slider .slide {
    aspect-ratio: 16 / 9;
    border-radius: 1rem; /* rounded-4 di Bootstrap */
    overflow: hidden;
    position: relative;
}
.salle-slider .tns-item {
    border-radius: inherit;
    overflow: hidden;
}

.salle-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
    filter: brightness(0.7);
}
.salle-slider {
    overflow: hidden;
}
.salle-gallery .ctrl-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: auto;
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease-out;
}
.salle-gallery .ctrl-circle:hover {
    color: var(--white);
    background-color: var(--black);
    border-color: var(--black);
}

.salle-gallery .tns-prev {
    left: 15px;
}
.salle-gallery .tns-next {
    right: 15px;
}

/* Note: Using Bootstrap 5.3's .visually-hidden class for screen reader text */

/* salle photo gallery*/

.salle-photo-gallery a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.salle-photo-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    transition: transform 0.5s ease, filter 0.4s ease;
    filter: brightness(0.7);
    transform: scale(1.05);
}


.salle-photo-gallery a:hover img {
    filter: brightness(1);
    transform: scale(1.1);
}


.salle-photo-gallery .col-12,
.salle-photo-gallery .col-sm-6,
.salle-photo-gallery .col-md-4 {
    overflow: hidden;
}


/* === SALLE GRID === */

/* card base */
#halls .salle-card {
    display: block;
    overflow: hidden;
    border-radius: 1rem;
    position: relative;
    width: 100%;
    height: 100%;
}

#halls .ratio > .salle-card {
    position: absolute;
    top: 0;
    left: 0;
}

#halls .h-100 .salle-card {
    position: relative;
    height: 100%;
}

#halls .salle-card .salle-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#halls .salle-card img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    transition: transform .35s ease, filter .35s ease;
}

/* hover effect */
#halls .salle-card:hover img {
    transform: scale(1.05);
    filter: brightness(0.7);
}

/* overlay */
#halls .salle-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 40%, transparent 100%);
    transition: background .3s ease;
    z-index: 10;
    pointer-events: none;
}

#halls .salle-card:hover .overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 40%, transparent 100%);
}

/* content overlay */
#halls .salle-card .overlay-content {
    align-items: center;
    width: 100%;
}

/* titolo */
#halls .salle-card h3 {
    color: var(--white);
}

/* pulsante circolare */
#halls .circle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid var(--white);
    color: var(--white);
    font-size: 14px;
    transition: all .3s ease;
    margin-left: auto;
    flex-shrink: 0;
    pointer-events: all;
}

#halls .salle-card:hover .circle-btn {
    background: var(--white);
    color: var(--black);
    transform: rotate(90deg);
}

/* === FIX layout per 4+ salles === */
#halls .h-100 {
    position: relative;
    min-height: 400px;
}

#halls .h-100 .salle-card {
    position: absolute;
    inset: 0; /* top:0, right:0, bottom:0, left:0 */
}

#halls .h-100 .salle-thumb,
#halls .h-100 .salle-card img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}

/*facilites*/
#facilites .social-button {
    font-size: 20px;
    color: var(--black);
    transition: all 0.3s ease-out;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid var(--black);
    border-radius: 50%;
}

#facilites .social-button:hover {
    color: var(--white);
    background-color: var(--radisson-blue);
    border-color: var(--radisson-blue);
    transform: rotate(360deg);
}

/* immagini e testi */
#facilites .image-left-text .image-wrapper img {
    border-radius: 0 !important;
}

/* link contenuti */
#facilites .content-fac a {
    color: var(--radisson-blue);
    transition: color 0.3s ease;
}

#facilites .content-fac a:hover {
    text-decoration: underline;
}

/* wrapper immagine */
#facilites .image-wrapper {
    position: relative;
    overflow: hidden;
}

/* filtro su tutta l'immagine */
#facilites .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
    transition: transform 0.6s ease, filter 0.4s ease;
}


#facilites .facilite-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    transition: background 0.4s ease;
}

#facilites .facilite-overlay h3 {
    color: var(--white);
}
/* hover effect */
#facilites .image-wrapper:hover img {
    transform: scale(1.05);
    filter: brightness(1);
}

#facilites .image-wrapper:hover .facilite-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
}

/* partners version  */

/* background sotto l’immagine */
#facilites.partenaires .image-wrapper .image-bg {
    position: absolute;
    inset: 0;
    background: var(--radisson-blue);
    z-index: 1;
}

/* immagine sopra il background */
#facilites.partenaires .image-wrapper img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain; /* per loghi trasparenti */
    filter: brightness(1); /* togli o riduci scurimento per logo bianco */
    transition: transform 0.6s ease, filter 0.4s ease;
}

/* overlay del titolo sopra tutto */
#facilites.partenaires .facilite-overlay {
    z-index: 3;
}

/* --- CONTACT PAGE --- */
#contact-hotel {
    margin-top: -150px;
    z-index: 5;
}

#contact-hotel .contact-card {
    background-color: #dcd9cd;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

#contact-hotel h2 {
    font-size: 1.75rem;
    line-height: 1.3;
}

#contact-hotel .separator {
    width: 50%;
    border: none;
    height: 2px;
    background-color: var(--black, #000);
    opacity: 0.6;
}

#contact-hotel address a {
    transition: color 0.3s ease;
}

#contact-hotel address a:hover {
    color: var(--radisson-blue, #003580);
}

#contact-hotel .icon-button {
    width: 48px;
    height: 48px;
    border: 1px solid var(--black, #000);
    border-radius: 50%;
    color: var(--black, #000);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

#contact-hotel .icon-button:hover {
    background-color: var(--radisson-blue, #003580);
    color: #fff;
    border-color: var(--radisson-blue, #003580);
    transform: rotate(360deg);
}

#contact-hotel .map-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

#contact-hotel .map-embed {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(100%) brightness(0.9);
    transition: filter 0.3s ease;
}

#contact-hotel .map-embed:hover {
    filter: grayscale(0%) brightness(1);
}

/* --- RESPONSIVE FIX --- */
@media (max-width: 991px) {
    #contact-hotel {
        margin-top: -170px;
    }
}

@media (max-width: 767px) {
    #contact-hotel {
        margin-top: -330px;
    }
    #contact-hotel .map-wrapper {
        height: 300px;
    }

    .footer-area  .footer-app-store li img {
        max-width: 100px!important;
    }
}







/*===== FOOTER =====*/
.footer-area {
    background-color: var(--radisson-blue);
}
.footer-area .footer-logo {
    margin-top: 30px;
}
.footer-area .footer-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: var(--black);
    position: relative;
}
.footer-area .footer-app-store {
    padding-top: 22px;
}
.footer-area .footer-app-store .download-title {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--white);
    text-align: center;
}
.footer-area  .footer-app-store li {
    display: inline-block;
    margin-right: 8px;
}
.footer-area  .footer-app-store li img {
    max-width: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area  .footer-app-store li {
        margin-right: 6px;
    }
}
.footer-area  .footer-app-store li:last-child {
    margin-right: 0;
}
@media (max-width: 767px) {
    .footer-area  .footer-app-store li {
        display: block;
        margin-bottom: 10px;
    }
    .footer-area .footer-app-store li:last-child {
        margin: 0;
    }
    .footer-area .text {
        text-align: center;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-area  .footer-app-store li {
        width: auto;
    }
}
.footer-area  .footer-app-store li a {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.footer-area  .footer-app-store li a:hover {
    box-shadow: var(--shadow-4);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
    .footer-area .f-about {
        padding-right: 200px;
    }
}
.footer-area  .footer-link {
    margin-top: 30px;
}
.footer-area .footer-link ul {
    margin-top: 8px;
}
.footer-area .footer-link ul a {
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    margin-top: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .footer-area footer-link ul a {
        margin-top: 12px;
    }
}
.footer-area .footer-link ul a:hover {
    color: var(--black);
}
.footer-area .footer-contact {
    margin-top: 30px;
}
.footer-area .footer-contact ul {
    margin-top: 24px;
}
.footer-area .footer-contact ul li {
    display: block;
    margin-top: 15px;
    position: relative;
    padding-left: 24px;
    color: var(--dark-3);
}
.footer-area .footer-contact ul li:first-child {
    margin: 0;
}
.footer-area footer-contact ul li i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 4px;
}
.footer-area .text {
    color: var(--white);
    margin-top: 10px;
    font-size: 14px;
}

.footer-area .social {
    margin-top: 25px;
}
.footer-area .social li {
    display: inline-block;
    margin: 0 4px;
}
@media (max-width: 767px) {
    .footer-area .social li {
        margin: 4px;
    }
}

.footer-area .primary-btn-outline{
    border-color: var(--white);
}

.footer-area a.btn{
    margin-top: 16px!important;
    padding: 9px 40px!important;
}

.footer-area a.btn:hover{
    background-color: var(--black) !important;
    color: var(--white)!important;
    border-color: var(--black) !important;
}

.footer-area  .social .social-button {
    font-size: 20px;
    color: var(--white);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid var(--white);
    border-radius: 50%;
}
.footer-area .social .social-button:hover {
    color: var(--white);
    background-color: var(--black);
    border-color: var(--black);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.footer-area .text a{
    color: var(--white);
    transition: 0.3ms;
    text-transform: lowercase;
}
.footer-area .text a::first-letter{
    text-transform: uppercase;
}
.footer-area .text a:hover{
    color: var(--black);
}




/*===== 404 =====*/
.error-content {
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: 75vh;
}
.error-content .error-404 {
    font-size: 98px;
    font-weight: 600;
    color: var(--black);
    line-height: 90px;
}
.error-content .sub-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--black);
    margin-top: 16px;
}
.error-content .text {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-3);
    margin-top: 8px;
}
.error-content .error-form {
    max-width: 410px;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}
.error-content .error-form i {
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 24px;
    color: var(--radisson-green);
}
.error-content .error-form input {
    width: 100%;
    height: 46px;
    padding-left: 60px;
    padding-right: 30px;
    border-radius: 50px;
    border: 2px solid var(--gray-4);
    font-size: 16px;
    font-weight: 600;
    color: var(--dark-3);
}
.error-content .error-form input:focus {
    border-color: var(--radisson-green);
}
.error-content .error-btn {
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 767px) {
    .error-content .error-btn {
        position: relative;
        width: 100%;
        margin-top: 8px;
    }
}
@media (max-width: 767px) {
    .error-content .primary-btn {
        width: 100%;
    }
}





@media only screen and (max-width: 1400px){ 

}
@media only screen and (max-width: 1200px){ 

}

/* Mobile: versione ridotta */
@media (max-width: 991.98px) {
    .navbar-area.navbar-three .navbar .navbar-social ul li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    /* Nasconde la versione desktop */
    .navbar-social {
        display: none !important;
    }

    /* Mostra la versione mobile */
    .navbar-social-mobile {
        display: block !important;
    }

    .navbar-social-mobile ul {
        padding-left: 0;
        margin: 0;
        list-style: none;
    }

    .navbar-social-mobile ul li {
        display: inline-block;
        margin: 0 5px;
    }

    .navbar-social-mobile ul li a {
        height: 40px;
        width: 40px;
        line-height: 39px;
        border-radius: 50%;
        background-color: var(--white);
        color: var(--black);
        text-align: center;
        transition: all 0.3s ease-out;
        margin: 5px;
    }

    .navbar-social-mobile ul li a:hover {
        opacity: 0.85;
    }
}


@media only screen and (max-width: 992px){
    .navbar-area.navbar-three .navbar .navbar-nav > .nav-item:first-child > a{
        padding-left: 0;
    }
    .capacities-section .capacities-box {
         margin-top: unset;
    }
    .capacities-section {
        margin-top: unset;
        padding-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .hero-section .hero-image {
        min-height: 80vh;
    }

    .hero-section .hero-image img {
        min-height: 80vh;
    }
}
@media only screen and (max-width: 576px) { 

}