header#navigation .navbar .navbar-brand img,
#navigation .navbar-toggler img {
    filter: unset !important;
}
#about-us-section {
    padding-top: 0;
    padding-bottom: 6rem;
}
#about-us-section .about-us-image {
    border-top-left-radius: 70px;
    overflow: hidden;
}
.testimonial-slider .owl-dots {
    position: absolute;
    bottom: 5px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #bd8c54;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
#testimonial .testimonial-slider button.owl-prev img{

}
.nav-certifications button {
    padding: 30px 20px;
    border: 1px solid #231f2073;
}
.project-by-line{
    position: relative;
}
.project-by-line p {
    background: #f9f5f1;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 19px;
    width: max-content;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.srchitecture-text {
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40px;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
#about-us-section .about-us-image picture {
    display: block;
}
#about-us-section .about-us-image picture img {
    border-top-left-radius: 70px;
    transition: transform 1.5s cubic-bezier(0, 0, 0.2, 1);
    display: block;
    width: 100%;
    height: auto;
}
#about-us-section .about-us-image:hover picture img {
    transform: scale(1.1);
}
#about-us-section h2 {
    text-transform: uppercase;
    margin-bottom: 2rem;
}
#about-us-section h3 {
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 3rem;
    color: var(--primary-color);
}
#about-us-section .about-us-content {
    padding-left: calc(30% - 30px);
}
#vision-mission {
    padding-top: 0;
    padding-bottom: 0;
}
#vision-mission h3 {
    text-transform: uppercase;
    margin-bottom: 4rem;
    color: var(--theme-color);
    font: 400 24px/41px "Greenwich-light", sans-serif;
}
#vision-mission .about-us-vision-image {
    border-top-right-radius: 70px;
    overflow: hidden;
}
#vision-mission .about-us-vision-image picture {
    display: block;
}
#vision-mission .about-us-vision-image picture img {
    border-top-right-radius: 70px;
    transition: transform 1.5s cubic-bezier(0, 0, 0.2, 1);
    display: block;
    width: 100%;
    height: auto;
}
#vision-mission .about-us-vision-image:hover picture img {
    transform: scale(1.1);
}
section#vision-mission p {
    max-width: calc(100% - 50px);
    margin: 1rem auto;
}
#certifications {
    padding-top: 0;
    text-align: center;
    padding-bottom: 5rem;
}
#certifications h3 {
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 1rem;
}
#certifications h2 {
    text-transform: uppercase;
    margin-bottom: 1rem;
}
ul#certifications-tab {
    justify-content: center;
    margin: 2rem 0;
}
ul#certifications-tab button.nav-link img {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    mix-blend-mode: multiply;
    padding: 0.5rem;
}
/*ul#certifications-tab button.nav-link.active img,
ul#certifications-tab button.nav-link:hover img {
    border: 1px solid var(--primary-color);
}*/
#certifications-tabContent h3 {
    margin-bottom: 1rem;
    color: var(--heading-color);
    font: 400 27px/61px "Greenwich-medium", sans-serif;
}
.nav-certifications button.active {
    background: #fff;
    box-shadow: 0px 4px 10px -1px #0000006e;
}
#certifications-tabContent p {
    max-width: calc(97% - 100px);
    margin: 1rem auto;
    min-height: 250px;
}
#certifications-tabContent .non-min-height p {
    min-height: unset !important;
}
#about-project {
    padding-top: 0;
    padding-bottom: 5rem;
}
#about-project h3 {
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 2rem;
}
#about-project h2 {
    text-align: center;
    margin-bottom: 2rem;
}
#about-project .about-us-project-image {
    border-top-left-radius: 70px;
    overflow: hidden;
}
#about-project .about-us-project-image picture {
    display: block;
}
#about-project .about-us-project-image picture img {
    border-top-left-radius: 70px;
    transition: transform 1.5s cubic-bezier(0, 0, 0.2, 1);
    display: block;
    width: 100%;
    height: auto;
}
#about-project .about-us-project-image:hover picture img {
    transform: scale(1.1);
}
#about-project .projects-number {
    text-align: right;
    padding-top: 2rem;
    padding-right: 2rem;
}
#about-project .projects-number li {
    margin-bottom: 1.2rem;
}
#about-project .projects-number h4 {
    font: 400 12px/25px "Greenwich-light", sans-serif;
    text-transform: uppercase;
    color: var(--heading-color);
}
#about-project .projects-number span {
    font: 400 55px/46px "Greenwich-light", sans-serif;
    text-transform: uppercase;
    color: var(--primary-color);
}
#about-project .projects-number small {
    font: 400 11px/24px "Greenwich-light", sans-serif;
    text-transform: uppercase;
    color: var(--primary-color);
    display: block;
}
#testimonial {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}
.testimonial-bg-image img {
    border-top-left-radius: 70px;
    filter: brightness(0.5);
}
.testimonial-content {
    position: absolute;
    top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
#testimonial h3 {
    text-align: center;
    text-transform: uppercase;
    color: var(--white-color);
    margin-bottom: 2rem;
}
#testimonial h2 {
    text-align: center;
    text-transform: uppercase;
    font: 400 45px/61px "Greenwich-light", sans-serif;
    margin-bottom: 4rem;
    color: #fff;
}
#vision-mission-image{
    padding-bottom: 60px;
}
.testimonial-image {
    display: block;
    height: 170px;
    width: 170px;
    margin: 2rem auto;
}
.testimonial-image img {
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 1px solid var(--primary-color);
}
.testimonial-slider .items {
    text-align: center;
}
.testimonial-slider .items p {
    color: var(--white-color);
    max-width: calc(50% - 100px);
    margin: 0rem auto 1rem;
}
.testimonial-slider .items span {
    color: var(--white-color);
    font: 400 14px/20px "Greenwich-light", sans-serif;
}
.testimonial-slider .items small {
    color: var(--white-color);
    display: block;
    font: 400 10px/23px "Greenwich-light", sans-serif;
}
#testimonial .testimonial-slider button.owl-prev {
    background: unset !important;
    position: absolute;
    top: auto;
    bottom: 20%;
    left: 10%;
    align-items: center;
    height: 50px;
    display: flex
;
}
#testimonial .testimonial-slider button.owl-next {
    background: unset !important;
    position: absolute;
    top: auto;
    bottom: 20%;
    display: flex;
    right: 10%;
    align-items: center;
    height: 50px;
}
section#other-consultants {
    padding: 5rem 0;
}
#other-consultants h2 {
    text-transform: uppercase;
    text-align: center;
}
#other-consultants .consultants-wrapper {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    gap: 20px;
    margin-top: 3rem;
    padding-top: 1r;
}
#other-consultants .consultants-wrapper h3 {
    color: var(--primary-color);
    text-transform: uppercase;
    font: 400 12px/25px "Greenwich-light", sans-serif;
    margin-top: 1rem;
    margin-bottom: 0;
}
#other-consultants .consultants-wrapper p {
    color: var(--heading-color);
    font: 400 16px/20px "Greenwich-medium", sans-serif;
    margin-top: 0.8rem;
}
.consultant-box picture {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 1rem;
}
.consultant-box picture img {
    mix-blend-mode: multiply;
}
.svg-line-desktop {
    position: absolute;
    top: 6%;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}
.svg-line2-desktop {
    position: absolute;
    top: 0;
    left: 0px;
    /* left: -40px; */
    overflow: hidden;
    width: 100%;
    z-index: -1;
}
@media (max-width: 1368px) {
    .svg-line-desktop {
        top: 3%;
    }
    .svg-line2-desktop {
        top: -3.2%;
    }
    section#certifications {
        padding-bottom: 4rem;
    }
    section#about-project {
        padding-bottom: 2rem;
    }
    #certifications-tabContent p {
        min-height: 300px;
    }
}
@media (max-width: 991px) {
    #about-project h2 br {
        display: none;
    }
    #about-project h2 {
        max-width: 90%;
        margin: auto;
    }
    #about-project .projects-number span {
        font: 400 20px / 25px "Greenwich-light", sans-serif;
    }
    #about-project {
        padding-bottom: 3rem;
    }
    .testimonial-slider .items p {
        max-width: 100%;
    }
    /*.consultant-box picture {
        height: 100px;
        width: 100px;
        margin-bottom: 0;
    }*/
    #other-consultants .consultants-wrapper h3 {
        font: 400 10px/14px "Greenwich-light", sans-serif;
    }
    #other-consultants .consultants-wrapper p {
        font: 400 12px/15px "Greenwich-medium", sans-serif;
    }
    .svg-line-mobile {
        position: absolute;
        top: 8.2%;
        right: 0;
        z-index: -1;
        overflow: hidden;
    }
    .inner-page {
        padding: 9rem 0 0;
    }
    #about-us-section h2 {
        line-height: normal;
        margin-bottom: 1rem;
    }
    #about-us-section .about-us-image picture {
        height: 440px;
    }
    #about-us-section .about-us-image picture img {
        height: 100%;
    }
    section#other-consultants {
        padding: 4rem 0;
    }
    #about-project .projects-number small {
        font: 400 9px/11px "Greenwich-light", sans-serif;
    }
    #about-project .projects-number h4 {
        margin-bottom: 0;
    }
    #about-project .projects-number li {
        margin-bottom: 2.5rem;
    }
    .about-project-line::before {
        content: "";
        background-color: var(--theme-color);
        display: block;
        width: 1px;
        height: 90%;
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
        z-index: -1;
    }
    .about-project-line {
        position: relative;
    }
    #about-project .projects-number li:before {
        content: "";
        background-color: var(--theme-color);
        display: block;
        height: 6px;
        width: 6px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 10px auto;
        transform: rotate(45deg);
        z-index: 999;
    }
}
@media (max-width: 768px) {
#other-consultants .consultants-wrapper {
    margin-top: 1rem;
}
    #vision-mission-image {
    padding-bottom: 20px;
}
    .project-by-line p {
        top: 30px;
        background: #f9f5f1;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        width: max-content;
        padding: 0 7px;
        text-transform: uppercase;
        font-size: 8px;
        letter-spacing: 1px;
        line-height: normal;
    }
.srchitecture-text {
    position: relative;
}
#testimonial h3 {
    color: #000000;
}
#testimonial h2 {
    color: #000;
}
.testimonial-content {
    top: -100px;
}
    .consultants-wrapper {
        flex-direction: column;
    }
    #about-us-section .about-us-content {
        padding: 0;
        text-align: center;
    }
    #about-us-section .about-us-content h3 {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    #about-us-section {
        padding-bottom: 3rem;
    }
    #vision-mission h3 br {
        display: none;
    }
    #vision-mission h3 {
        margin-bottom: 2rem;
    }
    #vision-mission img {
        padding: 1rem 3rem;
    }
    #vision-mission .about-us-vision-image picture img {
        padding: 0;
    }
    #certifications h3 {
        max-width: 100%;
        margin: 0 auto 2rem;
    }
    #certifications p br {
        display: none;
    }
    ul#certifications-tab {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
    }
    ul#certifications-tab .nav-link {
        padding:10px 0;
    }
    ul#certifications-tab button.nav-link.active img,
    ul#certifications-tab button.nav-link:hover img {
        border-radius: 0;
        /*box-shadow: 11px 14px 23px -3px rgba(0, 0, 0, 0.1);
        border: 3px solid var(--primary-color);*/
    }
    #certifications-tabContent p {
        max-width: 100%;
        padding-inline: 1rem;
        min-height: 100%;
    }
    #certifications {
        padding-bottom: 2rem;
    }
    #about-project h2 br {
        display: none;
    }
    #about-project h2 {
        max-width: 90%;
        margin: auto;
    }
    #about-project .projects-number span {
        font: 400 20px / 25px "Greenwich-light", sans-serif;
    }
    #about-project {
        padding-bottom: 3rem;
    }
    .testimonial-slider .items p {
        max-width: 100%;
    }
    /*.consultant-box picture {
        height: 100px;
        width: 100px;
        margin-bottom: 0;
    }*/
    #other-consultants .consultants-wrapper h3 {
        font: 400 10px/14px "Greenwich-light", sans-serif;
    }
    #other-consultants .consultants-wrapper p {
        font: 400 12px/15px "Greenwich-medium", sans-serif;
    }
    /*.svg-line-mobile {
        position: absolute;
        top: 8.2%;
        right: -25px;
        z-index: -1;
        overflow: hidden;
    }*/
      .svg-line-mobile {
        position: absolute;
        top: 7.5%;
        right: -35px;
        z-index: -1;
        overflow: hidden;
    }
    .inner-page {
        padding: 7rem 0 0;
        overflow: hidden;
    }
    #about-us-section h2 {
        line-height: normal;
        margin-bottom: 1rem;
    }
    #about-us-section .about-us-image picture {
        height: 440px;
    }
    #about-us-section .about-us-image picture img {
        height: 100%;
    }
    section#other-consultants {
        padding: 2rem 0;
    }
    #about-project .projects-number small {
        font: 400 9px/11px "Greenwich-light", sans-serif;
    }
    #about-project .projects-number h4 {
        margin-bottom: 0;
    }
    #about-project .projects-number li {
        margin-bottom: 2.5rem;
    }
    .about-project-line::before {
        content: "";
        background-color: var(--theme-color);
        display: block;
        width: 1px;
        height: 90%;
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
        z-index: -1;
    }
    .about-project-line {
        position: relative;
    }
    #about-project .projects-number li:before {
        content: "";
        background-color: var(--theme-color);
        display: block;
        height: 6px;
        width: 6px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 10px auto;
        transform: rotate(45deg);
        z-index: 99;
    }
    #testimonial h2 {
        font: 400 30px/45px "Greenwich-light", sans-serif;
    }
        .testimonial-bg-image {
            height: 100vh;
        }
        .testimonial-bg-image img {
            object-fit: cover;
            min-width: 100%;
            min-height: 100%;
        }
        section#testimonial {
            padding-bottom: 0;
        }
        #testimonial .owl-theme .owl-nav.disabled+.owl-dots {
            margin-top: 40px;
        }
}

.brand-text-color {
    color: var(--primary-color) !important;
}

header#navigation .navbar .navbar-brand img,
#navigation .navbar-toggler img {
    filter: unset !important;
}
#amenities-section {
    padding-top: 3rem;
    padding-bottom: 4rem;
}
#amenities-section .amenities-image {
    border-top-left-radius: 70px;
    overflow: hidden;
}
#amenities-section .amenities-image picture {
    display: block;
}
#amenities-section .amenities-image picture img {
    border-top-left-radius: 70px;
    transition: transform 1.5s cubic-bezier(0, 0, 0.2, 1);
    display: block;
    width: 100%;
    height: auto;
}
#amenities-section .amenities-image:hover picture img {
    transform: scale(1.1);
}
#amenities-section h2 {
    text-transform: uppercase;
    margin-bottom: 2rem;
}
#amenities-list-sec {
    padding-top: 0;
}
#amenities-list-sec h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
#amenities-tab .nav-link img {
    display: block;
    margin: 0.5rem auto;
}
#amenities-tab .nav-link {
    font: 400 14px/25px "Greenwich-light", sans-serif;
    color: var(--primary-color);
}
#amenities-tab.nav-pills .nav-link.active,
#amenities-tab.nav-pills .show>.nav-link,
#amenities-tab .nav-link:hover {
    background: unset;
    color: var(--theme-color);
}
#amenities-list-sec .amenities-list-image {
    overflow: hidden;
}
#amenities-list-sec .amenities-list-image picture {
    display: block;
}
#amenities-list-sec .amenities-list-image picture img {
    transition: transform 1.5s cubic-bezier(0, 0, 0.2, 1);
    display: block;
    width: 100%;
    height: auto;
}
#amenities-list-sec .amenities-list-image:hover picture img {
    transform: scale(1.1);
}
#amenities-list-sec .amenities-list-image-left,
#amenities-list-sec .amenities-list-image-rigleftht picture img {
    border-top-right-radius: 70px;
}
#amenities-list-sec .amenities-list-image-right,
#amenities-list-sec .amenities-list-image-right picture img {
    border-top-left-radius: 70px;
}
#amenities-list-sec .tab-content span {
    font: 400 12px/25px "Greenwich-light", sans-serif;
    text-transform: uppercase;
    color: var(--heading-color);
    text-align: left;
    margin-top: 0.5rem;
    display: block;
}
#amenities-list-sec .tab-content h2 {
    font: 400 24px/32px "Greenwich-light", sans-serif;
    text-transform: uppercase;
    color: var(--theme-color);
    text-align: left;
}
.amenities-col {
    display: none;
}
.amenities-col.show {
    display: block;
}
.svg-line-desktop {
    position: absolute;
    top: 9%;
    right: 0;
    overflow: hidden;
    z-index: -1;
}
.svg-line1-desktop {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    bottom: 2%;
    left: 0;
    height: 100vw;
}
#amenities-tab.nav-pills .nav-link.active::after,
#amenities-tab.nav-pills .show>.nav-link::after,
#amenities-tab .nav-link:hover::after {
    content: "";
    border-bottom: 1px solid var(--theme-color);
    display: block;
}
#amenities-tab.sticky {
    position: fixed;
    top: var(--header-height, -20px);
    left: 0;
    width: 100%;
    /* Adjust to your actual header height */
    background: var(--white-color);
    z-index: 998;
    /* Just below header */
    padding: 0rem 4rem;
    -webkit-transition: top 0.6s ease-in-out;
    -o-transition: top 0.6s ease-in-out;
    transition: top 0.6s ease-in-out;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
#amenities-tab.sticky.scroll-up {
    top: var(--header-height, 80px);
}
@media (max-width: 1368px) {
    .svg-line1-desktop {
        position: absolute;
        width: 100%;
        overflow: hidden;
        z-index: -1;
        bottom: -1%;
        left: 0;
        height: 100vw;
    }
}
@media (max-width: 768px) {
    .inner-page {
        padding: 9rem 0 0;
        overflow: hidden;
    }
    #amenities-section {
        padding-top: 1rem;
        text-align: center;
        padding-bottom: 3rem;
    }
    ul#amenities-tab {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    #amenities-tab .nav-link {
        line-height: normal;
        width: 110px;
        padding-inline: 0;
        padding-bottom: 1rem;
    }
    #amenities-tab .nav-link img {
        padding-bottom: 0.5rem;
    }
    ul#amenities-tab::-webkit-scrollbar {
        height: 5px;
    }
    /*.svg-line-mobile {
        position: absolute;
        top: 3%;
        overflow: hidden;
        width: 100%;
        z-index: -1;
    }*/
        .svg-line-mobile {
        position: absolute;
        top: 7%;
        right: 0px;
        overflow: hidden;
        width: 100%;
        z-index: -1;
    }
    .svg-line-mobile svg {
    height: 83vh;
}
    #amenities-list-sec h2 {
        max-width: 84%;
        margin: 0 auto 2rem;
    }
    #amenities-list-sec .tab-content h2 {
        margin-left: 0;
    }
    #amenities-section h2 br {
        display: none;
    }
    #amenities-tab.sticky {
        padding-left: 1rem;
        top: 0;
    }
    #amenities-tab.sticky.scroll-up {
        top: 75px;
    }
}

#level-of-indulgence #v-pills-tabContent {
    max-height: 90vh;
    overflow: hidden;
}

#level-of-indulgence .nav-link.active {
    background-color: unset !important;
    color: var(--theme-color);
}

#level-of-indulgence .nav-link {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font: 400 14px/25px "Greenwich-medium", sans-serif;
    color: rgb(190, 141, 86);
}

@media screen and (min-width: 480px) {
    .border-left-top-radius {
        border-top-left-radius: 70px;
        overflow: hidden;
    }

    .border-left-top-radius img {
        border-top-left-radius: 70px;
    }

    .border-right-top-radius {
        border-top-right-radius: 70px;
        overflow: hidden;
    }

    .border-right-top-radius img {
        border-top-right-radius: 70px;
    }
}

.wellness-cta-section {
    background-image: url('/assets/images/wellness/wellness-cta.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 100vh;
    width: 100%;
    position: relative;
}

.wellness-cta-section::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000000a3;
    width: 100%;
    height: 100%;
}

.wellness-cta-section h2 {
    color: #fff;
}

.wellness-cta {
    padding: 15px 30px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
}

.wellness-cta:hover {
    color: #fff;
}

.wellness-cta-section .row {
    z-index: 99;
    position: relative;
}