body{
	background: linear-gradient(180deg, #D8DEF0 0%, #ECE9FB 12.9%, #FBFBFF 78.92%);
	border-radius: 30px;
	overflow-x: hidden;
}
body,
html {
    overflow-x: hidden;
}
.fixed-top {
    margin-top: 16px !important;
}
#main-content {
    padding-top: 108px !important;
}
a{
	text-decoration: none;
}
.container-xxl {
    max-width: 1272px;    position: relative;
}
@media (max-width: 1512px) {
  .container-xxl{
	max-width: calc(1272px * (100vw / 1512px));
  }
}
.upscale-image{
	
}
.col-left {
	flex: 0 0 948px;
	max-width: 948px;
}
.col-right {
	flex: 0 0 135px;
	max-width: 135px;
}
.mega-menu {
	    justify-content: center;z-index: 9999;display: none; 
    align-items: center;
	max-width: 1087px;
	height: 215px;
    position: absolute;
    left: 0;
   top: calc(100% + 20px);
    width: 100%;
   
    background: linear-gradient(180deg, #FFFFFF 57.21%, #999999 295.81%);
	box-shadow: 614px 343px 250px rgba(0, 0, 0, 0.01), 346px 193px 237px rgba(0, 0, 0, 0.05), 154px 86px 176px rgba(0, 0, 0, 0.09), 38px 21px 97px rgba(0, 0, 0, 0.1);
	border-radius: 24px;    gap: 70px;
}
.navbar-nav > li.menu-item-has-children:hover > .mega-menu {
    display: flex;
}
.mega-menu .sub-menu li a {
    transition: background 0.3s ease;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.mega-menu .mega-menu-texte{
	    width: 150px;
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-size: 21px;
line-height: 25px;
letter-spacing: 0.04em;
text-transform: uppercase;

color: #0135E5;

}
.sub-menu{
	display: flex;gap: 17px;padding: 0;
}
.sub-menu li{
	width: 144px;
	height: 142px;
}
.sub-menu li a {
    width: 100%;
    height: 100%;
	display: flex;
	    justify-content: center;
    align-items: center;
}
.sub-menu li a img {
    width: 100%;
    height: auto;
}
.sub-menu li:nth-child(3) img{
	mix-blend-mode: plus-lighter;
}


.sub-menu li:nth-child(4) img{
	mix-blend-mode: lighten;
}
@media (max-width: 1512px) {
  .col-left{
    flex: 0 0 calc(948px * (100vw / 1512px));
	max-width: calc(948px * (100vw / 1512px));
  }
  .col-right{
	flex: 0 0 calc(135px * (100vw / 1512px));
	max-width: calc(135px * (100vw / 1512px));
  }
}
/* Responsive fix for small devices */
@media (max-width: 768px) {
    .col-left,
    .col-right {
      flex: 1 1 100%;
      max-width: 100%;
      text-align: center;
    }
}
.col-left{
	background: #FFFFFF;
	box-shadow: 380px 212px 174px rgba(0, 0, 0, 0.01), 214px 119px 147px rgba(0, 0, 0, 0.05), 95px 53px 109px rgba(0, 0, 0, 0.09), 24px 13px 60px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	gap: 40px;
	height: 60px;
	padding: 8px 31.814px 8px 32px;
}
.col-left ul ul{
	gap: 20px;
}
@media (max-width: 1512px) {
  .col-left ul ul{
	gap: calc(20px * (100vw / 1512px));
  }
  .col-left{
	  box-shadow: 380px 212px 174px rgba(0, 0, 0, 0.01), 214px 119px 147px rgba(0, 0, 0, 0.05), 95px 53px 109px rgba(0, 0, 0, 0.09), 24px 13px 60px rgba(0, 0, 0, 0.1);
	  border-radius: 30px;
	  gap: calc(40px * (100vw / 1512px));
	  height: calc(60px * (100vw / 1512px));
	  padding: calc(8px * (100vw / 1512px)) calc(31.814px * (100vw / 1512px)) calc(8px * (100vw / 1512px))  calc(32px * (100vw / 1512px));
  }
}
.col-left ul li a{
	border-radius: 20px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000000;
	padding: 10px 20px;
	text-decoration: none;
	transition: all .5s ease;
}
.col-left ul li.menu-active a{
	color: #0135E5;
}
.col-left ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-expand-lg { 
	margin-top: 1em;
}
body:not(.is-touch) .col-left ul li a:not(.sub-mega-link):hover {
    background-color: #FEE21B;
	color: #0135E5;
	border-radius: 50px;
	
}
.col-right a{
	transition: all .5s ease;
}
body:not(.is-touch) .col-right a:hover svg path{
	 stroke: #FFE319;
}
@media (max-width: 1512px) {
  .col-left ul li a{
	font-size: calc(16px * (100vw / 1512px));
	line-height: calc(20px * (100vw / 1512px));
	padding: calc(10px * (100vw / 1512px)) calc(20px * (100vw / 1512px));
	border-radius: calc(20px * (100vw / 1512px));
  }
}
.col-right{
	background: #0135E5;
	border-radius: 30px;
	height: 60px;
	gap: 19px;
	padding: 19px 37px;
}
@media (max-width: 1512px) {
  .col-right{
	border-radius: calc(30px * (100vw / 1512px));
	height: calc(60px * (100vw / 1512px));
	gap: calc(19px * (100vw / 1512px));
	padding: calc(19px * (100vw / 1512px)) calc(37px * (100vw / 1512px));
  }
}
.container-footer{
	max-width: 1128px;
}
@media (max-width: 1512px) {
  .container-footer{
	max-width: calc(1128px * (100vw / 1512px));
  }
}
#menu-menu-footer-1,
#menu-menu-footer-2{
	    gap: 15px;
}
#menu-menu-footer-1 li a{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: -0.02em;
	color: #0135E5;
}
#menu-menu-footer-2 li a{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -0.02em;
	color: #0135E5;
}
.footer-col-1{
	margin-bottom: 57px;
}
.footer-col-1 p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: -0.02em;
	color: #0135E5;
	margin: 0;
}
.footer-col-1 p strong{
	font-weight: 700;
}
.container-footer ul{
    margin: 0;
}
.container-footer {
    display: flex;
    flex-direction: column;
    gap: 33px;
}
.content-faq-wrap{
	padding: 93px 221px 170px 147px;
	background: linear-gradient(180deg, #ECECFB 0%, #FFFFFF 35.44%), #FFFFFF;
	border-radius: 24px;
}
body.page-id-161 .is-layout-flex {
    display: flex;
    flex-wrap: wrap !important;
	    justify-content: center;
}
body.page-id-161 .wp-block-columns {
	background: linear-gradient(180deg, #ECECFB 0%, #FFFFFF 78.37%), #F4F2FE;
	border-radius: 50px;
	    padding-bottom: 60px;
}
body.page-id-157  .star-rose-pathern,
body.page-id-161  .star-rose-pathern,
body.page-id-665 .star-rose-pathern{
	display: block !important;
	    position: absolute;
    z-index: 99;
       bottom: -40px;
    left: -20px;
    width: 1200px;
}
.fixed-btn-container {
    position: fixed;
    bottom: 30px;
    right: 0;
    left: 0;
	    z-index: 99999;
}

.fixed-btn-wrapper {
    max-width: 1272px;
    margin: 0 auto;
	    position: relative;
}
@media (max-width: 1512px) {
  .fixed-btn-wrapper{
	max-width: calc(1272px * (100vw / 1512px));
  }
}
.fixed-button{
	position: absolute;
    right: 0px; /* Matches Bootstrap gutter */
    bottom: 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 30px;
	gap: 10px;
	height: 48px;
	background: #FEE21B;
	border-radius: 50px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #0135E5;
	transition: all 0.3s ease;
}
body:not(.is-touch) .fixed-button:hover{
	border: 2px solid #FFE319;
	background: #FFF;
}
.page-id-665 .wp-block-columns{
	background: linear-gradient(180deg, #FFC1DB 0.26%, rgba(255, 255, 255, 0) 49.53%) !important;
	border-radius: 52px;
}

@media (max-width: 50em) {
  .col-right,
  .cta-fixed-button-desktop{
	display: none !important;
  }
  .col-left {
	  box-shadow: none;
      background: transparent;
      justify-content: space-between !important;
    }
	.navbar-toggler {
		padding: 0;
		border: none;
	}
	.container-xxl {
        max-width: 100%;
    }
	.cta-fixed-button-mobile{
		display: block !important;
	}
	.fixed-button {
		padding: 11px;
		height: auto;
	}
	.footer-col-1 {
    margin-bottom: 0px;
    gap: 20px;
}

#menu-menu-footer-1 {
    flex-direction: column;
	    gap: 10px;
}
	#menu-menu-footer-1 li a {
    font-size: 14px;
line-height: 17px;
}
#menu-menu-footer-2{
   gap: 10px;
}
#menu-menu-footer-2 li a {
    font-size: 12px;
line-height: 15px;
}
.footer-col-1 p {
    font-size: 16px;
line-height: 20px;
}
.container-footer {
    gap: 20px;
}
.footer-col-1 img{
	width: 303px;
height: 92px;
margin: 0 auto;        display: block;
}
body.page-id-157 .star-rose-pathern, body.page-id-161 .star-rose-pathern, body.page-id-665 .star-rose-pathern {
    bottom: -10px;
    left: -10px;
    width: 331px;
}
#main-content {
    padding-top: 57px !important;
}
.reservation-button-mobile{
	display: flex !important;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5px 15px;
	gap: 5px;
	width: 130px;
	min-width: 130px;
	height: 44px;
	background: #0135E5;
	border-radius: 50px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #FFE319;
}





 

    .navbar-collapse {
               padding: 20px;
        position: fixed;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100vh;
        background: linear-gradient(180deg, #D8DEF0 0%, #ECE9FB 12.9%, #FBFBFF 78.92%);
        border: none;
        z-index: 99999999;
    }
	
	.navbar-nav {
    align-items: flex-start;
    gap: 25px;
    padding-top: 50px;
}


/* When menu is opened */
.navbar-toggler svg.close {
    display: none;
  
}
.navbar-toggler:focus {
    box-shadow: none;
}
.col-left ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;    width: 100%;
}

.sub-menu li {
    width: 100%;
    height: auto;
}
    .col-left ul li a {
         font-size: 14px;
        line-height: 20px;
        justify-content: flex-start;
    }
.navbar-toggler[aria-expanded="true"] svg:not(.close) {
    display: none;
  
}

.navbar-toggler[aria-expanded="true"] svg.close {
    display: block;
 
}       .col-left ul ul {
        gap: 100%;
        flex-direction: column;
        width: 100%;
        background: transparent;
        border: none;
        align-items: flex-start;    gap: 20px;
    padding: 20px;
    }

    .navbar-nav .nav-link,
    #menu-menu-principale > li > a {
        
               font-size: 14px;
        line-height: 20px;        position: relative;width: 100%;        display: flex;
    }
	#mainMenu .dropdown-menu {
        display: none;
    }
    /* Open state */
    #mainMenu .dropdown-toggle.show + .dropdown-menu.show {
       display: flex;
    }
.dropdown-toggle::after {
       margin: 0;
   
    border: none;

}
.dropdown-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
           width: 24px;
        height: 24px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%230135E5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
}

.fixed-top {

    z-index: 99999999;
}

    /* dropdowns open normally */
    .navbar-nav .menu-item-has-children .mega-menu {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        width: 100%;
        margin-top: 15px;
    }
    #main-content {
     
        padding-bottom: 0 !important;
    }
	.menu-open .reservation-button-mobile,
	.menu-open .header-logo img{
		display: none !important;
	}
	.mobile-close-btn {
    text-align: right;
    padding: 15px 0px;
}

.mobile-close-btn button {
       padding: 0;
    border: none;
    background: none;
}
}

