
/* ---:::::::::::::::::::::::::::::::::::: HERO ::::::::::::::::::::::::::::::::::::---  */
#hero {
    height:80vh;
    transition: all 0.7s ease-out;
}
#hero .container {
    padding: 0 20px;
    transition: all 0.7s ease;
}
#hero p {
    width: 100%;
    padding: 0 50px;
    transition: all 0.7s ease;
}
#hero span.display {
    display: none;
}
#hero .cover {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height:100%; 
    margin:0px; 
    border:none; 
    border-radius:0px;
    background-position:center; 
    background-repeat:no-repeat; 
    background-size:cover;
    transition: all 0.7s ease;
}
#hero .cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:none; 
    border-radius:0px; 
    background: rgba(0, 0, 0, 0.1); /* Dark overlay, adjust opacity as needed */
    transition: border-radius 0.7s ease;
}
#hero.scrolled .cover {
    margin: 0;
    border-radius: 0;
}
#hero.scrolled .cover::before {
    border-radius: 0;
}
#hero .text-content {
    position: relative;
    display: grid;
    row-gap: 50px;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    z-index: 1;        
}
#hero .text-gap {
    position: relative;
    display: grid;
    row-gap: 25px;
}

/* ---:::::::::::::::::::::::::::::::::::: FEATURE PRODUCTS ::::::::::::::::::::::::::::::::::::---  */
#featured-products {
    padding: 50px 0px;
}
#featured-products .title {
    display: grid;
    row-gap: 15px; 
    padding: 0px 20px;
}
#featured-products .feat-img-1 {
    width: 25px; 
    height: auto;
}
#featured-products .swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 250px 20px 50px;
}
#featured-products .swiper-wrapper {
    display: flex;
    gap: 35px;
}
#featured-products .swiper-slide {
    min-width: 280px !important;
    width: 280px;
    height: auto;
    cursor: pointer;
    transition: transform 0.6s;
}
#featured-products .swiper-slide .thumbnail {
    width:100% !important; 
    height:250px; 
    border-top-left-radius:20px; 
    border-top-right-radius:20px; 
    background-color: #CCCCCC;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}
#featured-products .swiper-slide .description {
    width: 100%; 
    height:auto; 
    min-height: 155px;
    padding: 20px; 
    border-bottom-left-radius: 20px; 
    border-bottom-right-radius: 20px; 
    background-color: #F5F5F5;
    cursor: pointer;
    transition: transform 0.6s;
}
#featured-products a.featured-select {
    border: none;
    text-decoration: none;
}

/* ---:::::::::::::::::::::::::::::::::::: PRESENTATION ::::::::::::::::::::::::::::::::::::---  */
#presentation .container {
    display: grid;
    row-gap: 25px;
}
#presentation .vignette {
    height: 275px;
    border-radius: 30px; 
    background-color: #CCCCCC; 
    /*background-image:url(../images/index/presentation/socialement-nolow-drinks-ch.png); */
    background-position:center; 
    background-repeat:no-repeat; 
    background-size:cover;
    transition: all 0.7s ease;
}
#presentation .text-content {
    position: relative;
    display: grid;
    row-gap: 30px;
    z-index: 1;        
}
#presentation .text-content .text {
    position: relative;
    display: grid;
    row-gap: 15px;
    z-index: 1;        
}

/* ---:::::::::::::::::::::::::::::::::::: LOCATIONS ::::::::::::::::::::::::::::::::::::---  */
#locations .title {
    padding:50px 20px 0 20px;

}
#locations .text-content {
    position: relative;
    display: grid;
    row-gap: 10px;
    z-index: 1;        
}
#locations .locating-markers {
    padding-left: 10px; 
    padding-right: 10px;    
}
#locations .locating-markers .markers {
    overflow-y: auto;
    height: 250px;
    padding-bottom: 25px;
}
#locations .location-container  {
    border: none; 
    border-radius: 10px; 
    cursor:pointer;
}
#locations .location-icon  {
    width:fit-content; 
    height: fit-content;
    padding: 8px 13px; 
    background-color: var(--nld-green);
    color: var(--white);
}
#locations .location-icon-yellow  {
    width:fit-content; 
    height: fit-content;
    padding: 8px 13px; 
    background-color: var(--nld-yellow);
    color: var(--black);
}
#locations .location-container .location-icon i, #locations .location-container .location-icon-yellow i  {
    transform: rotate(0deg);
    transition: all 0.7s ease;
}
#locations .location-container:hover .location-icon i, #locations .location-container:hover .location-icon-yellow i  {
    transform: rotate(45deg);
}
#locations .location-container p  {
    display: flex;
    align-items: center;
    margin: 0;
    transition: all 0.7s ease;
}
#locations .location-container:hover p  {
    margin: 0 0 0 5px;
}
#locations .ctas {
    padding:0 20px 50px 20px;
}
.leaflet-left {
    left: 85% !important;
    transition: all 0.7s ease !important;
}
.leaflet-top {
    top: 10px !important;
    transition: all 0.7s ease !important;
}
.leaflet-popup-content {
    margin: 10px !important;
}
.leaflet-popup {
    bottom: -5px !important;
    left: -80px !important;
}

/* ---:::::::::::::::::::::::::::::::::::: ENDORSMENTS ::::::::::::::::::::::::::::::::::::---  */
#endorsments {
    padding: 50px 0px;
}
#endorsments .title {
    display: grid;
    row-gap: 15px; 
    padding: 0px 20px;
}

#endorsments .swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 225px 20px 50px;
}

#endorsments .swiper-wrapper {
    display: flex;
    gap: 35px;
}

#endorsments .swiper-slide {
    min-width: 280px !important;
    width: 280px;
    height: auto;
    cursor: pointer;
    transition: transform 0.6s;
}

#endorsments .swiper-slide .review-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width:100% !important; 
    height:auto; /* 250px */ 
    padding: 20px 20px 30px 20px;
    border: var(--light-grey) solid thin;
    border-radius:20px; 
    background-color: var(--white);
}

#endorsments .swiper-slide .stars {
    display: flex;
    gap: 9px;
    color: var(--nld-yellow);
}

/* ---:::::::::::::::::::::::::::::::::::: INSTAGRAM ::::::::::::::::::::::::::::::::::::---  */
#insta-flow .container {
    display: grid;
    row-gap: 25px;
}
#insta-flow .vignette {
    height: 160px;
    border-radius: 20px !important;
    background-color: var(--light-grey);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}