:root {
    --fontMain: "Manrope", sans-serif;
    --fontNoto: "Tinos", serif;
    --white: #ffffff;
    --black: #2a2a2a;
    --mainColor: #d8d1c9;
    --bgCreamDark: #f1f1f1;
    --bgButton: #7e603b;
    --transition3s: 0.3s linear;
    --backdropBlur: blur(1px);
    --mainColorOpacity: #d8d1c926;
}

.bg-darker {
    background: var(--mainColorOpacity);
}

.bgMainColorOpacity {
    background: var(--mainColorOpacity);
}

.bgMainColor {
    background: var(--mainColor);
}

.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body,
ul,
ol {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

ul {
    list-style-position: inside;
}

ul li {
    margin-bottom: 8px;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

ul ~ h4 {
    margin-top: 24px;
}

[id] {
    scroll-margin-top: 80px;
}

button {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

button:focus,
a:focus {
    box-shadow: none !important;
    outline: none;
}

a,
a:hover {
    color: var(--black);
    text-decoration: none;
    display: inline-block;
    transition: var(--transition3s);
}
/*.mainColor a {
  color: var(--white);
}*/
a:hover {
    color: var(--mainColor);
}

/**START OF BODY AND HEADINGS **/
body {
    font-family: var(--fontMain);
    color: var(--black);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    background: var(--bgCreamDark);
    text-align: left;
    overflow-x: hidden;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--bgCreamDark);
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: var(--bgCreamDark);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--mainColor);
}

h1,
.h1,
h2,
.h2,
h3 {
    font-family: var(--fontNoto);
    line-height: 1.1;
    color: var(--black);
    font-weight: 200;
    position: relative;
    display: block;
    overflow-wrap: break-word;
    text-align: left;
    margin: 10px 0 30px 0;
}

h1,
.h1 {
    font-size: 50px;
}

h2,
.h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

@media screen and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 50px;
    }

    h2,
    .h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 40px;
    }

    h2,
    .h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 575px) {
    h1,
    .h1 {
        font-size: 38px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 26px;
        margin: 15px 0;
    }
}

/** START OF MARGIN  *
================================*/
.marginTop {
    margin-top: 90px;
}

.paddingTop {
    padding-top: 90px;
}

.paddings {
    padding: 90px 0px 90px;
}

@media screen and (max-width: 767px) {
    .marginTop {
        margin-top: 80px;
    }

    .paddingTop {
        padding-top: 80px;
    }

    .paddings {
        padding: 80px 0px 80px;
    }
}
/*
#Accommodation.marginTop {
    margin-top: 0px;
    padding-top:90px;
}*/
#Accommodation.marginTop,
#facilities.marginTop,
#location.marginTop {
    margin-top: 0px;
    padding-top: 90px;
}

@media screen and (max-width: 767px) {
    #Accommodation.marginTop,
    #facilities.marginTop,
    #location.marginTop {
        margin-top: 0px;
        padding-top: 80px;
    }
}

#Contact .contact-detail {
    padding-top: 40px;
}
/** END OF MARGIN  **/

.text-hover a.active:after,
.text-hover .active a:after,
.text-hover.active a.nav-link:after,
.text-hover a.nav-link:hover:after,
.text-hover li a:hover:after,
.text-hover a:hover:after,
a.text-hover:hover:after,
.text-hover li a:focus:after,
.text-hover a:focus:after,
a.text-hover:focus:after {
    width: 100%;
}

/** FOR MAV IOS **/
input[type="checkbox"],
a[type="submit"] {
    float: none !important;
}

button:focus,
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

picture {
    display: block;
    /*height: 100%;
  width: 100%;*/
}

/*
object-fit-cover
picture img {*/
.fit-obj {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

/*SWIPER GEN
=================================*/
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-button {
    background-color: rgba(255, 255, 255, 0.75);
    background-image: url(../images/arrow-next.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 90px;
    height: 48px;
    background-size: 70px;
    top: unset;
    opacity: 0.9 !important;
    pointer-events: visible !important;
    transition: 0.3s ease;
    cursor: pointer !important;
}

.swiper-button.swiper-button-next:hover {
    background-position: 70% 50%;
}

.swiper-button.swiper-button-prev:hover {
    background-position: 70% 50%;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background-color: var(--mainColor) !important;
}

.imgCol picture {
    min-height: 700px;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .imgCol picture {
        min-height: 500px;
    }
    /*  a.light {
    color: var(--black) !important;
  }*/
}

@media screen and (max-width: 575px) {
    .imgCol picture {
        min-height: 350px;
    }
}
/** END OF GENERAL SETTINGS **/

.btn.btn-arrow,
button.btn-arrow {
    font-family: var(--fontMain);
    background: var(--bgButton);
    border: 1px solid var(--bgButton);
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--white);
    letter-spacing: 1.5px;
    overflow: hidden;
    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
}

.btn-arrow span {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-out;
    will-change: transform;
}

.btn-arrow svg {
    position: absolute;
    width: 0.9em;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
}

.btn-arrow svg * {
    stroke-width: 5;
}
/*
.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}
.btn.btn-medium {
  padding: 1.2em 2.7em;
  font-size: 1em;
}
*/
.btn.btn-arrow:hover,
button.btn-arrow:hover {
    color: var(--white);
    background: var(--bgButton);
    border: 1px solid var(--bgButton);
}

.btn-box button.btn-arrow:hover {
    background-color: transparent;
}

.btn-arrow:hover span {
    transform: translate3d(-1rem, 0, 0);
}

.btn-arrow:hover svg {
    opacity: 1;
    right: -2rem;
}
/*HEADER
========================== */

header {
    z-index: 5;
    transition: var(--transition3s);
}

.navbar-brand img {
    height: 60px;
    transition: var(--transition3s);
}

header:not(.headerScroll) .navbar-brand img {
    filter: brightness(0) invert(1);
}

header.noTopMedia .navbar-brand img {
    filter: unset;
}

.headerScroll,
.noTopMedia {
    background-color: var(--mainColor);
}

.headerScroll .navbar-brand img {
    height: 60px;
    /* width: 165px;*/
}

@media screen and (max-width: 1399px) {
    .navbar-brand img {
        height: 70px;
        /*width: 200px;*/
    }
}

@media screen and (max-width: 575px) {
    .navbar-brand img {
        height: 65px;
    }
}

.nav-item {
    margin-right: 40px !important;
}

@media screen and (max-width: 1499px) {
    .nav-item {
        margin-right: 1rem !important;
    }

    .navbar-nav {
        margin-left: 0px;
    }
}

@media screen and (max-width: 1199px) {
    .nav-item {
        margin-right: 0px !important;
    }
}

.nav-link {
    font-family: var(--fontMain);
    font-size: 16px;
    padding: 0 !important;
    color: var(--white);
    background: rgba(0, 0, 0, 0.005);
    position: relative;
}

header.headerScroll .nav-link,
header.noTopMedia .nav-link {
    color: var(--black);
}

@media screen and (min-width: 1600px) {
    .nav-link {
        font-size: 18px;
    }
}

li a.nav-link:after {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s ease-out;
    border-bottom: 1px solid;
}

@media screen and (max-width: 1199px) {
    .nav-link {
        color: var(--black) !important;
        font-size: 20px;
        padding: 10px 0px !important;
    }
}

header:not(.headerScroll) .nav-link:focus,
header:not(.noTopMedia) .nav-link:hover {
    color: var(--white);
}

.navbar-toggler {
    border: 1px solid var(--white);
}

header.headerScroll .navbar-toggler,
header.noTopMedia .navbar-toggler {
    border: 1px solid var(--black);
    filter: brightness(0);
}

.offcanvas {
    width: 90%;
}

header .btn.btn-arrow {
    margin-top: 0px !important;
    padding: 8px 20px;
    line-height: 1.3;
}

@media screen and (max-width: 1600px) {
    header .btn.btn-arrow {
        width: 152px;
    }
}

header .btn.btn-arrow span {
    font-size: 10px;
    display: block;
    text-align: center;
}

.user-btn {
    display: flex;
    margin-right: 10px;
}

.offcanvas .user-btn img,
.user-btn img {
    width: 25px;
    height: 25px;
}

.offcanvas.show .user-btn {
    margin: 0;
}

.offcanvas.show .user-btn img {
    filter: brightness(0);
    margin: 20px auto;
}

@media screen and (max-width: 1199px) {
    .offcanvas-body .btn-box {
        margin-top: 30px;
    }
}

/* LANGUAGES  
=================================*/
.languagesDrop {
    margin-right: 15px;
    transition: var(--transition3s);
    font-family: var(--fontMain);
}

@media screen and (max-width: 575px) {
    .languagesDrop {
        margin-right: 5px;
    }
}

.languagesDrop .dropdown-toggle {
    color: var(--white);
    font-weight: 400;
    transition: var(--transition3s);
    font-size: 16px;
}

@media screen and (min-width: 1600px) {
    .languagesDrop .dropdown-toggle {
        font-size: 18px;
    }
}

.languagesDrop .dropdown-menu {
    min-width: 40px;
    border-radius: 0;
    padding: 0px 0px 2px;
    font-size: 15px;
    left: 0px !important;
}

.languagesDrop .dropdown-menu .dropdown-item {
    padding: 4px 5px;
}

@media screen and (max-width: 1199px) {
    .lang-mobile {
        position: absolute;
        right: 70px;
        top: 32px;
        transition: var(--transition3s);
    }

    .headerScroll .lang-mobile {
        top: 28px;
    }
}

/* TOP MEDIA
================================== */
#bigCarousel .carousel-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 992px) {
    #bigCarousel .carousel-item,
    #bigCarousel {
        position: relative;
        height: 100vh;
    }

    #bigCarousel img {
        height: 100vh;
    }
}

#bigCarousel .carousel-control-prev,
#bigCarousel .carousel-control-next {
    visibility: hidden;
}

#bigCarousel:hover .carousel-control-prev,
#bigCarousel:hover .carousel-control-next {
    visibility: visible;
}

#bigCarousel img {
    width: 100%;
    object-fit: cover;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
}

#bigCarousel .carousel-control-next-icon {
    background-image: url(/images/arrow-up-top.svg) !important;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: brightness(0) invert(1);
}

#bigCarousel .carousel-control-prev-icon {
    background-image: url(/images/arrow-up-top.svg) !important;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: brightness(0) invert(1);
}

#bigCarousel .carousel-control-next-icon,
#bigCarousel .carousel-control-prev-icon {
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    background: no-repeat 50%/100% 100%;
}

@media screen and (max-width: 991px) {
    #bigCarousel .carousel-control-prev {
        left: 10px;
    }

    #bigCarousel .carousel-control-next {
        right: 10px;
    }

    #bigCarousel .carousel-item,
    #bigCarousel {
        position: relative;
        height: 500px;
    }

    #bigCarousel img {
        min-height: 500px;
    }


    .contentOverSlider {
        display: none;
    }
}

/*
@media screen and (max-width: 991px) {
      #bigCarousel .carousel-item,
      #bigCarousel {
        height: 500px !important;
      }
}
@media screen and (max-width: 575px) {
  #bigCarousel .carousel-item,
  #bigCarousel {
    height: 350px;
  }
}*/
.contentOverSlider {
    font-family: var(--fontNoto);
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 3;
    width: 65%;
    background: rgba(0, 0, 0, 0.005);
    color: var(--white);
    font-size: 4rem;
    font-weight: 100;
    line-height: 1;
}

.contentOverSlider span {
    font-size: 60px;
}

.noSlider-holder {
    height: 115px;
}

@media screen and (max-width: 1199px) {
    .contentOverSlider {
        font-size: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .contentOverSlider {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .contentOverSlider {
        width: 80%;
    }
}

@media screen and (max-width: 575px) {
    .contentOverSlider {
        font-size: 1.6rem;
    }
}

/*MAIN SECTIONS
===================================== */

.pattern-overlay.pattern-right img {
    height: 100px;
}

/*
.bg-curve-right {
    background: url(../images/curve-right.svg) no-repeat;
    background-size: 25%;
    background-position: left top;
}
.bg-curve-right.right {
    background-position: right top;
}
.bg-r {
    background: url(../images/r.svg) no-repeat;
    background-position: right bottom;
}
@media screen and (max-width:1199px) {
    .bg-r {
        background-size: 25%;
    }
}
@media screen and (max-width:992px) {
    .bg-r {
        background-size: 20%;
    }
}
.bg-curve-left {
    background: url(../images/curve-left.svg) no-repeat;
    background-size: 15%;
    background-position: left top 2%;
}
*/

/* ROOMS  
==========================*/
@media screen and (min-width: 768px) {
    .rooms-swiper-container {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.simpleSwiper .swiper-button-next,
.simpleSwiper .swiper-button-prev,
.simpleGallerySwiper .swiper-button-next,
.simpleGallerySwiper .swiper-button-prev {
    background: var(--bgButton) url(../images/arrow-next.svg) no-repeat center;
    width: 80px;
    height: 80px;
    background-size: 55px;
    border-radius: 50%;
    top: calc(50% - 40px);
    transform: translateY(calc(50% - 40px));
    margin: 10px;
}

@media screen and (max-width: 767px) {
    .simpleSwiper .swiper-button-next,
    .simpleSwiper .swiper-button-prev,
    .simpleGallerySwiper .swiper-button-next,
    .simpleGallerySwiper .swiper-button-prev {
        width: 60px;
        height: 60px;
        background-size: 35px;
        top: calc(50% - 30px);
        transform: translateY(calc(50% - 30px));
    }
}

.simpleSwiper .swiper-button-prev,
.simpleGallerySwiper .swiper-button-prev {
    transform: rotate(180deg);
    opacity: 1 !important;
    left: 0px;
}

.simpleSwiper .swiper-button-next,
.simpleGallerySwiper .swiper-button-next {
    right: 0px;
}

.simpleSwiper .swiper-button-next,
.simpleSwiper .swiper-button-prev {
    margin: 0px;
}
/*
.carousel-section.bg-darker .simpleSwiper .swiper-button-next,
.carousel-section.bg-darker .simpleSwiper .swiper-button-prev{
    background-color: var(--mainColorOpacity);
}*/
.arrows-outside-swiper .swiper-slide {
    padding: 0px 60px;
}

@media screen and (max-width: 767px) {
    .simpleSwiper {
        padding-bottom: 80px;
    }

    .simpleSwiper .swiper-button-next,
    .simpleSwiper .swiper-button-prev {
        top: unset;
        bottom: 0;
    }

    .simpleSwiper .swiper-button-prev {
        left: calc(50% - 70px);
    }

    .simpleSwiper .swiper-button-next {
        right: calc(50% - 70px);
    }
}
/*
@media (min-width:1480px) {
    .rooms ul {
        font-size: 20px;
        line-height: 1.5;
    }
}
*/

/*
.rooms .swiper-button-next,
.rooms .swiper-button-prev{
    background: var(--mainColor) url(../images/arrow-next.svg) no-repeat center;
    width: 80px;
    height: 80px;
    background-size: 55px;
    border-radius: 50%;
    top: 50%;
    margin:10px;
}
@media screen and (max-width: 767px) {
    .rooms-swiper-container {
        padding-left:70px;
        padding-right:70px;
    }
    .rooms .swiper-button-next,
    .rooms .swiper-button-prev{
        width: 70px;
        height: 70px;
        background-size: 50px;
    }
}
@media screen and (max-width: 575px) {
    .rooms-swiper-container {
        padding-left:50px;
        padding-right:50px;
    }
    .rooms .swiper-button-next,
    .rooms .swiper-button-prev{       
        width: 60px;
        height: 60px;
        background-size: 45px;
        top: 20%;
    }
}
.rooms .swiper-button-prev {
    transform: rotate(180deg);
    opacity: 1 !important;
    left: 0;
}
.rooms .swiper-button-next { 
    right: 0;
}

.rooms .swiper-wrapper {
  margin-bottom: 40px;
}
.rooms .swiper-arrow img {
  top: 400px;
  padding: 8px;
  width: 80px;
  height: 80px;
  z-index: 3;
  background-color: var(--mainColor);
  transition: var(--transition3s);
}
.rooms img.icon-arrow-left {
  left: 60px;
  transform: rotate(-180deg);
}
.rooms img.icon-arrow-right {
  right: 60px;
}
.rooms .swiper-arrow img:hover {
  background-color: var(--black);
}
*/
/* ROOMS  */

/*Carousel Section
========================== */
.carousel-section {
    text-align: left;
}

@media (min-width: 992px) {
    .carousel-section .content {
        padding-right: 100px;
    }

    .carousel-section .content.right-align {
        padding-left: 120px;
        padding-right: 0;
    }
}

/*Dining Section
========================== */
.rest-list h3 {
    /*  color:var(--white);*/
    background: url(/images/dine.svg) no-repeat left top;
    padding-left: 3rem !important;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 20px;
}

@media screen and (min-width: 575px) {
    .rest-list h3 {
        padding-left: 2.5rem !important;
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    .asBg img {
        min-height: 710px;
    }
}

.asBg,
.img-bg {
    overflow: hidden !important;
}

@media screen and (min-width: 992px) {
    .img-bg {
        height: 640px;
    }
}

.block-sections ul,
.list {
    padding-left: 0;
    list-style: none;
}

.block-sections ul li,
.list li {
    /*display: flex;*/
    padding-left: 24px;
    position: relative;
}

.block-sections ul li:before,
.list li:before {
    content: "~ ";
    /*  padding: 0 10px;*/
    position: absolute;
    left: 0;
}

.block-sections ul li > ul,
.list li > u {
    margin-left: 30px;
}

.moto {
    font-family: var(--fontNoto);
    font-size: 48px;
    font-weight: 200;
    line-height: 1.5;
}

@media screen and (max-width: 575px) {
    .moto {
        font-size: 34px;
    }
}
/* CONTACT FORM
================================*/
.contactForm .form-control {
    font-family: var(--fontMain);
    color: var(--black);
    border-radius: 0;
    border: none;
    font-size: 16px;
    background: transparent;
    border-bottom: 1px solid var(--black) !important;
}

.contactForm .form-control::placeholder {
    color: var(--black);
}

.contactForm textarea:focus,
.contactForm input:focus,
.contactForm input:visited {
    outline: none;
}

.contactForm input:-internal-autofill-selected {
    background: transparent;
}

.field-validation-valid {
    display: none;
    color: red;
}

.field-validation-error {
    display: block;
    color: red;
    text-align: left;
    font-size: 12px;
}

.field-validation-error:empty {
    display: none;
}

.form-agree label {
    display: inline;
    font-size: 16px;
}

.form-agree .field-validation-error {
    display: inline-block;
}

.form-agree a {
    text-decoration: underline;
}

.form-agree a:hover {
    text-decoration: none;
}

.grecaptcha-badge {
    display: none !important;
}

#json-msg {
    padding-top: 20px;
}

.status-failure,
.status-busy {
    margin: 6px 0 0 0;
}

.status-busy img {
    height: 10px;
}

/* FOOTER  
================================*/
footer,
footer h3,
footer a,
.contact-detail,
.contact-detail a,
.contact-detail h3 {
    color: var(--black);
}

footer .container .row {
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}

.footer-logo img {
    height: 80px;
    /*  filter: brightness(0) invert(1);*/
}
/* @media (max-width: 575px) {
  .footer-logo img {
    height: auto;
    width: 80%;
  }
} */
.social-links li {
    border: 1px solid var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    padding: 8px;
}

.social-links li img {
    height: 28px;
    /*filter: brightness(0) invert(1);*/
}

.social-links li:hover {
    background: var(--black);
}

.social-links li:hover img {
    filter: brightness(0) invert(1);
}

.menu-list li {
    margin-bottom: 7px;
}

footer a:hover,
footer .menu-list a:hover {
    color: var(--black);
    text-decoration: underline;
}

.copyright {
    font-size: 12px;
}

.cookie-icon {
    position: fixed;
    left: 20px;
    bottom: 20px;
    opacity: 1;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    padding: 6px;
    font-size: 8px;
    z-index: 10;
}
/* START SCROLL UP  
=============================*/
#progress {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#progress-value {
    display: block;
    height: calc(100% - 5px);
    width: calc(100% - 5px);
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#progress-value img {
    width: 20px;
    filter: brightness(0);
}

/* END SCROLL UP  
=================================*/
#popupModal .modal-dialog {
    max-width: 640px;
    width: 90%;
    margin: 20px auto;
}

#popupModal .modal-content {
    border-radius: 0;
    background: #dfdedf;
}

#popupModal .img {
    margin-bottom: 20px;
}

#popupModal .modal-content.padding {
    padding: 20px;
}

.modal .btn-close {
    position: absolute;
    width: 2em;
    height: 2em;
    right: -16px;
    top: -16px;
    opacity: 0.8;
    border-radius: 0px;
}

/* Custom class for nested lists to show the return arrow */
/*.nested-arrow li {
    list-style-position: inside;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.25rem;
    color: #555;*/ /* Slightly softer color for nested items */
/*}

.nested-arrow li::before {
    content: "\21B3";
    position: absolute;
    left: 0;
    color: #0d6efd;*/ /* Bootstrap primary blue or use your brand color */
    /*font-weight: bold;
}*/