* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "arboria", sans-serif;
    line-height: 1.6;
    font-weight: 500;
    font-style: normal;
    overflow-x: hidden;
    background-color: #fff;
    color: #000;
    margin: 0;
    cursor: none;
}


/* Add a wrapper class for all content except header */
.page-wrapper {
    margin: 20px;
}

/* Split Section Styles */
.split-section {
    height: 100vh;
    display: flex;
    position: relative;
}

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

    .split-section {
        height: 100vh;
        display: flex;
        position: relative;
    }



}

.left-half {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.parallax-image-plans {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/pic-1.jpg');
    background-size: cover;
    background-position: center;
}


.parallax-image-access {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/pic-6.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

  

  

    .right-half .paragraph-wrapper p {
        font-size: 0.85rem;
        line-height: 1.45em;
        margin: 0 auto;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

}


.parallax-image-local {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/pic-7.jpg');
    background-size: cover;
    background-position: center;
}

.parallax-image-specification {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/pic-9.jpg');
    background-size: cover;
    background-position: center;
}

.parallax-image-end-of-journey {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/pic-11.jpg');
    background-size: cover;
    background-position: center;
}

.right-half {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #fff;
    text-align: center;
    position: relative;
    margin-top:4.2%
}

/* Wrapper for both titles */
.title-wrapper {
    position: relative;
    overflow: hidden;
    height: auto;
}

/* Common styles for both sliding titles */
.sliding-title {
    font-size: 2.6vw;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight:500;
    letter-spacing: 12px;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .sliding-title {
        font-size: 1.5rem;
    }
}

/* Specific animation for NOURISH */
.sliding-title.nourish {
    animation: slideUp 0.8s ease-out forwards;
    transform: translateY(100%);
}

/* Specific animation for FLOURISH */
.sliding-title.flourish {
    animation: slideUp 0.8s ease-out 0.8s forwards; /* Starts after image begins fading in */
    transform: translateY(100%);
}

/* Image animation */
.divider-image {
    width: 5vw;
    height: auto;
    margin: 2rem 0;
    object-fit: contain;
    opacity: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
}




/* Animation keyframes */
@keyframes slideUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Style for FLOURISH */
.right-half h1 {
    margin-bottom: 0.5vw;
}

/* Text Divider Styles */
.text-divider {
    width: 100%;
    padding: 60px 0;
    background-color: #f4bc41;
    background-image: url('assets/images/yellow__bg.png');
    background-repeat: repeat;
    background-size: 3.7%;
    position: relative;
    z-index: 2;
}

.text-divider.no-yellow-bg {
    width: 100%;
    padding: 60px 0;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-size: 3.7%;
    position: relative;
    z-index: 2;
}



/* footer styles */
.footer {
    background-image: url('assets/images/black__bg.png'); background-size: 3.6%; background-repeat: repeat; color: #fff; padding: 40px 0; margin-top: 20px; position: relative; z-index: 9999;
}

/* footer styles */
.gallery-page .footer {
    background-image: url('assets/images/black__bg.png'); background-size: 3.6%; background-repeat: repeat; color: #fff; padding: 40px 0; margin-top: 0px; position: relative; z-index: 9999;
}

.team-page .footer {
    background-image: none;  color: #fff; padding: 40px 0; margin-top: 20px; position: relative; z-index: 9999;
}

.text-content {
    max-width: 1900px;
    margin: 0 auto; 
    padding: 0 2rem;
    text-align: center;
}

.text-content .title-wrapper {
    position: relative;
    overflow: hidden;
    height: 2rem;
    margin-bottom: 0rem;
    text-align: center;
}

.text-content .sliding-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transform: translateY(100%);
    color: #000;
}

.text-content .sliding-title.accommodation {
    transform: translateY(100%);
    opacity: 0;
    transition: transform 1s ease-out, opacity 1s ease-out;
}

.text-content .sliding-title.accommodation.animate {
    transform: translateY(0);
    opacity: 1;
}

.text-content h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    background: linear-gradient(45deg, #020202, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-content p {
    font-size: 1rem;
    line-height: 1.45em;
    color: rgba(0, 0, 0, 1);
    max-width: 650px;
    margin: 20px auto;
    letter-spacing: 2px;
    text-align: center;
}

/* Parallax Section Styles */
.parallax-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.parallax-section.parallax-section-5 {
    height: 100vh;
}

.parallax-section.parallax-section-6 {
    height: 90vh;
}



.parallax-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
}

@media (max-width: 1024px) {
    .parallax-wrapper {
       
        height: 80%;
    }

    .parallax-wrapper-access {
        height: 50%;
    }

    .parallax-section.parallax-section-5  {
        height: 50vh;
    }

    .parallax-bg.bg-5 {
        height:50vh; width:100%
    }

    .parallax-section.parallax-section-6  {
        height: 45vh;
    }


    .parallax-section.parallax-section-6 .container-wrapper { margin-top:45px
    }

    


}

.parallax-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    position: relative;
}

.parallax-caption {
    position: absolute;
    bottom: 22%;
    left: 40px;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

.bg-1 {
    background-image: url('assets/images/pic-4.jpg');
}

.bg-2 {
    background-image: url('assets/images/pic-3.jpg');
}

.bg-5 {
    background-image: url('assets/images/pic-5.jpg'); height:106vh; background-size: contain; background-repeat: no-repeat; 
}

.bg-6 {
    background-color:#dbd9d3; background-image: url('assets/images/transport-map.png'); background-size: contain; background-repeat: no-repeat; height:90vh;
}


.bg-8 {
    background-image: url('assets/images/pic-8.jpg');
}


.bg-10 {
    background-image: url('assets/images/pic-10.jpg'); background-size: contain; background-repeat: no-repeat; height:100vh; margin-top:2%
}

.bg-11 {
    background-image: url('assets/images/local-area-map.jpg'); background-size: 90%; background-repeat: no-repeat; background-position:top; margin-top:5%
}

.tiny__text {
    font-size: 0.5em;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: flex-end;
}

.plans-page .tiny__text {
    font-size: 0.5em;
    margin-top: 10px;
    display: flex;
    align-items: center;
    text-align:right;
    gap: 10px;
}

.tiny__text img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

/* General Content Styles */
.content {
    max-width: 500px;
}

h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 1;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
}

/* Smooth Scrolling Container */
[data-scroll-container] {
    perspective: 1px;
    transform-style: preserve-3d;
}

/* Media Queries */
@media (max-width: 768px) {
    .split-section {
        flex-direction: column;
    }

    .left-half, .right-half {
        width: 100%;
        height: 50vh;
    }

    .text-content h2 {
        font-size: 2.5rem;
    }

    .text-content p {
        font-size: 1.1rem;
    }

    .text-divider {
        padding: 80px 0;
    }

    .page-wrapper {
        margin: 15px;
    }


}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

/* Default state for non-index pages */
.header {
    background-color: #fff;
}

/* Transparent state for index page */
.transparent-header {
    background-color: #fff;
}

/* White state for index page when scrolled */
.white-header {
    background-color: #fff !important;
}

.header.hidden {
    transform: translateY(-100%);
    box-shadow: none;
}

.header-left {
    flex: 0 0 25%;
    text-align: left;

}

.header-right {
    flex: 0 0 75%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.logo-text {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000;
}

.logo-text a {
    color: #000;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        color: #000;
        padding: 1rem 1.4rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1000;
        transition: all 0.3s ease-in-out;
    }

    .header-left {
        flex: 0 0 60%;

    }

    .header-right {
        flex: 0 0 40%;
        display: flex;
        justify-content: flex-end;
        align-items: center;

    }

    .burger-menu {
        display: block;
        position: relative;
        z-index: 1002;
        cursor: pointer;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #f4bc41;
        background-image: url('assets/images/yellow__bg.png');
        background-repeat: repeat;
        background-size: 3.7%;
        flex-direction: column;
        padding: 80px 20px 20px;
        transform: translateY(-100%);
        transition: transform 0.6s var(--menu-timing, cubic-bezier(0.2, 0.8, 0.2, 1));
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 1001;
        pointer-events: none;
        will-change: transform;
        font-size: 1.4rem;
        letter-spacing: 2px;
        gap: 0rem;
        visibility: hidden;
    }

    .nav-menu.active {
        transform: translateY(0);
        pointer-events: auto;
        --menu-timing: cubic-bezier(0.2, 0.8, 0.2, 1);
        visibility: visible;
    }

    .nav-menu:not(.active) {
        --menu-timing: cubic-bezier(0.8, 0.2, 1, 0.2);
        visibility: hidden;
    }

    .nav-menu li {
        margin: 0px 0;
        border-bottom: 1px solid #8e6725;
        padding: 16px 0;
        margin-left: 16px;
    }

    .nav-menu a {
        color: #000;
    }

    .logo-text {
        font-size: 0.8rem;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
}

.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.nav-menu li {
    position: relative;
}

.nav-menu a {
    color: #000;
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

.nav-menu a:hover {
    color: #000;
}

.nav-menu a.active {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
}

.nav-menu a.active::after {
    width: 100%;
    background-color: #e5a935;
}

.right-half .paragraph-wrapper.desktop {
    margin-top: 7%;
    overflow: hidden;
    display:block

}

.right-half .paragraph-wrapper.mobile {
   display:none

}

.paragraph-wrapper {
    margin-top: 2%;
    overflow: hidden;

}

.paragraph-wrapper p {
    font-size: 1em;
    line-height: 1.45em;
    color: rgba(0, 0, 0, 1);
    max-width: 800px;
    margin: 0 auto;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.line-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 0rem;
    opacity: 0;
    transform: translateY(20px);
    will-change: transform, opacity;
}

.line-wrapper p {
    margin: 0 auto;
    opacity: 1;
    transform: translateY(0);
    will-change: transform, opacity;
}

.line-wrapper.animate-up {
    animation: slideUpText 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

/* Add a more specific animation for the first paragraph-wrapper */
.split-section .paragraph-wrapper .line-wrapper.animate-up {
    animation: slideUpText 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes slideUpText {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Remove the conflicting animations */
/* .line-wrapper:nth-child(1),
.line-wrapper:nth-child(2),
.line-wrapper:nth-child(3),
.line-wrapper:nth-child(4) {
    animation: none;
} */

/* Line animations with staggered delays */
.line-wrapper-two:nth-child(1) {
    animation: fadeIn 0.3s ease-out 1.3s forwards;
}

.line-wrapper-two:nth-child(2) {
    animation: fadeIn 0.3s ease-out 1.57s forwards;
}

.line-wrapper-two:nth-child(3) {
    animation: fadeIn 0.3s ease-out 1.76s forwards;
}

@keyframes slideUpWord {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Accordion Styles */
.accordion-container {
    width: 100%;
    max-width: 1200px;
    margin-top:4rem;
    margin-left:auto; margin-right:auto;
}

.accordion-item {
    margin-bottom: 0rem;
    overflow: hidden;
}

.accordion-header {
    width: 100%;
    padding: 2rem 1.3rem;
    background: rgba(255, 255, 255, 0);
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid #000000;
}


.header-columns {
    display: flex;
    justify-content: space-between;
    width: 90%;
    gap: 2rem;
    color: #000;
    letter-spacing: 2px;
}

.header-column {
    flex: 1;
    text-align: left;
    font-size: 1.1rem;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-column:first-child {
    font-weight: 600;
}

.header-column:nth-child(2) {
    text-align: right;
}

.header-column:last-child {
    text-align: right;
}

.accordion-header:hover {
    background: rgba(0, 0, 0, 0.1);
}

.accordion-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    margin-left: 1rem;
    flex-shrink: 0;
}

.accordion-item.active .accordion-icon {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.accordion-item.active .accordion-content {
    max-height: 800px;
}

.accordion-image {
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.accordion-image img {
    width: 60%;
    height: 60%;
    object-fit: cover;
}

.accordion-content p {
    padding: 1.5rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Static item styles */
.static-item {
    margin-bottom: 0rem;
    overflow: hidden;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.0);
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
  
}

.static-item.last-item {

    border-bottom: 2px solid #000000!important;
}


.static-item .header-columns {
    display: flex;
    justify-content: space-between;
    width: 90%;
    gap: 2rem;
}

.static-item .header-column {
    flex: 1;
    text-align: left;
    font-size: 1.1rem;
    letter-spacing: 2px;
    color: #000000;
}

.static-item .header-column:first-child {
    font-weight: 600;
}

.static-item .header-column:nth-child(2) {
    text-align: right;
}

.static-item .header-column:last-child {
    text-align: right;
}

/* Video Section Styles */
.video-section {
    position: relative;
    width: calc(100% + 40px);
    margin: -20px;
    padding: 56.25% 0 0 0;
    overflow: hidden;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.volume-toggle {
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.volume-toggle:hover {
    background: rgba(0, 0, 0, 0.7);
}

.volume-toggle svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.key-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px;
    text-align: right;
}

.key-item span {
    color: #000;
    font-size: 0.8em;
    letter-spacing: 0px;
    margin-left:auto;
    font-weight: 400;
}

.key-circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 1px solid #000;
}

.key-circle.office {
    background-color: #fdfdfd;
}

.key-circle.common {
    background-color: #e7bca7;
}

.key-circle.wcs {
    background-color: #faede8;
}

.key-circle.storage {
    background-color: #e0a28b;
}

.key-circle.terrace {
    background-color: #e7e8d4;
}


/* Responsive video styles */
@media screen and (max-width: 768px) {
    .video-section {
        padding: 56.25% 0 0 0;
    }
    
    .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


/* Responsive video styles */
@media screen and (max-width: 600px) {
    .video-section {
        padding: 56.25% 0 0 0;
        margin-top:80px
    }
    
    .background-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


}


@media screen and (max-width: 768px) {
.accordion-container {margin-top: 2cm;}

.accordion-header {

    padding: 1rem 0.3rem;
font-size: 0.8rem;

}

.header-column {
    font-size: 0.8rem;
}

.static-item .header-column {
   font-size: 0.8rem;
    letter-spacing: 2px;
}

.static-item {
   padding: 0.3rem;

}

}

@media screen and (min-aspect-ratio: 16/9) {
    .background-video {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-aspect-ratio: 16/9) {
    .background-video {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

/* Icon Grid Styles */
.icon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin: 3rem auto;
    max-width: 1200px;
    padding: 0 2rem;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    animation: none;
}

/* Row animations */
.icon-grid.animate .animate-row-1 {
    animation: fadeInUp 0.5s ease forwards;
    animation-delay: 0.2s;
}

.icon-grid.animate .animate-row-2 {
    animation: fadeInUp 0.5s ease forwards;
    animation-delay: 1.2s;
}

.icon-grid.animate .animate-row-3 {
    animation: fadeInUp 0.5s ease forwards;
    animation-delay: 2.2s;
}

/* Icon animations within rows */
.icon-grid.animate .animate-icon-1 {
    animation-delay: calc(var(--row-delay) + 0s);
}

.icon-grid.animate .animate-icon-2 {
    animation-delay: calc(var(--row-delay) + 0.2s);
}

.icon-grid.animate .animate-icon-3 {
    animation-delay: calc(var(--row-delay) + 0.4s);
}

.icon-grid.animate .animate-icon-4 {
    animation-delay: calc(var(--row-delay) + 0.6s);
}

/* Set row delays */
.icon-grid.animate .animate-row-1 {
    --row-delay: 0.2s;
}

.icon-grid.animate .animate-row-2 {
    --row-delay: 1.2s;
}

.icon-grid.animate .animate-row-3 {
    --row-delay: 2.2s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.icon-item:hover {
    transform: scale(1.1);
}

.icon-item img {
    width: 100%;
    height: auto;
    max-width: 100px;
    margin-bottom: 1rem;

}

/* .icon-item:hover img {
    mix-blend-mode: lighten;
    filter: brightness(1.2) contrast(1.2);
} */

.icon-text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 0.5rem;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .icon-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .icon-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .icon-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .icon-text {
        font-size: 0.75rem;
    }
}

/* Image Grid Styles */
.image-grid {
    display: grid;
    grid-template-columns: 20% 30% 30% 20%;
    grid-template-rows: 50% 50%;
    gap: 50px;
    width: 100%;
    height: 100vh;
    padding: 0px;
    background-color: #fff;
}

.grid-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* woman in gym - first image */
.grid-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}


/* office chair */
.grid-item:nth-child(2) {
    grid-column: 2 / 3; 
    grid-row: 1 / 2;
   /* margin-right:10%;
   margin-bottom:7% */
}

/* man on laptop */
.grid-item:nth-child(3) {
  grid-column: 3 / 4;
    grid-row: 1 / 2;
    /* margin-left:7%;
    margin-bottom:7% */
}

/* women talking in office space- last image */
.grid-item:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
}

/* woman seated showing ipad */
.grid-item:nth-child(5) {
    grid-column: 2 / 3; 
    grid-row: 2 / 3;
    /* margin-right:7%;
    margin-top:7% */
    
}

/* gym equipment */
.grid-item:nth-child(6) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    /* margin-left:7%;
    margin-top:7% */
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.grid-item:hover img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .image-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        height: auto;
    }
    
    .grid-item:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
        aspect-ratio: 1;
    }
}

@media (max-width: 480px) {
    .image-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }
}

/* Slider Styles */
.slider-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.slide.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}

.slide.previous {
    opacity: 1;
    transform: translateX(-100%);
    z-index: 0;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Navigation zones */
.nav-zone {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 10;
    cursor: none;
}

.nav-zone.prev-zone {
    left: 0;
}

.nav-zone.next-zone {
    right: 0;
}

.slider-nav {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    width: 50px;
    height: 50px;
    background: #f1bc40;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    transform: translate(-50%, -50%);
}

.slider-nav svg {
    width: 24px;
    height: 24px;
    fill: #000;
}

.nav-zone:hover .slider-nav {
    opacity: 1;
    pointer-events: auto;
}

.slider-nav:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Pagination Dots */
.pagination-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #fff;
    transform: scale(1.2);
}

/* Custom cursor styles */
.custom-cursor {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    mix-blend-mode: difference;
    z-index: 9999;
    transition: transform 0.2s ease;
}

.custom-cursor.hover {
    transform: scale(1.5);
}

/* Hide default cursor */
body {
    cursor: none;
}

a, button, [role="button"] {
    cursor: none;
}


.container-wrapper {display: flex; width:100%;  }
.container-far-left {flex:0 0 21%; text-align: left; position:relative}
.container--inner-left {flex:0 0 25%; text-align: left; }

.grid-item-building.one {background-image: url(assets/images/gym-image.jpg); background-repeat: no-repeat;background-size: cover;width:100%; height:100%; }
.grid-item-building.six {background-image: url(assets/images/office-space.jpg); background-repeat: no-repeat;background-size: cover;width:100%; height:100%; }
.grid-item-building.seven {background-image: url(assets/images/finsbury-circus-royal-exchange.jpg); background-repeat: no-repeat;background-size: cover;width:100%; height:100%; }
.grid-item-building.eight {background-image: url(assets/images/ivy-asia-ned.jpg); background-repeat: no-repeat;background-size: cover;width:100%; height:100%; }




.spacer_plus_horiz  {flex:0 0 8%; }

.spacer_medium {min-height:87px; }

.container-far-right {flex:0 0 21%; text-align: right; }
.container-inner-right {flex:0 0 25%; text-align: right; }
.grid-item-building img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border:none;
    display:block
}

.grid-item-building {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
    position: relative;
    overflow: hidden;
}

.grid-item-building.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Add animation delays for each grid item with longer delays */
.grid-item-building.one.animate {
    transition-delay: 0.8s;
}

.grid-item-building.two.animate {
    transition-delay: 1.2s;
}

.grid-item-building.three.animate {
    transition-delay: 1.6s;
}

.grid-item-building.four.animate {
    transition-delay: 2.0s;
}

.grid-item-building.five.animate {
    transition-delay: 2.4s;
}

.grid-item-building.six.animate {
    transition-delay: 2.8s;
}



.small__text {font-size:11px; padding-top:1rem; line-height:1.2; max-width:1200px; text-align:left;}

/* Burger Menu Styles */
.burger-menu {
    display: none;
    position: relative;
    z-index: 1002;
    cursor: pointer;
    width: 30px;
    height: 20px;
}

.burger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.burger-menu span:nth-child(1) {
    top: 0px;
}

.burger-menu span:nth-child(2) {
    top: 9px;
}

.burger-menu span:nth-child(3) {
    top: 18px;
}

/* Animation for burger to close */
.burger-menu.active span:nth-child(1) {
    top: 9px;
    transform: rotate(135deg);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.burger-menu.active span:nth-child(3) {
    top: 9px;
    transform: rotate(-135deg);
}

@media (max-width: 1200px) {
    .burger-menu {
        display: block;
    }
}

/* Mobile Menu Styles */
@media (max-width: 1200px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        color: #000;
        padding: 1rem 1.4rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1000;
        transition: all 0.3s ease-in-out;
    }

    .burger-menu {
        display: block;
        position: relative;
        z-index: 1002;
        cursor: pointer;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #f4bc41;
        background-image: url('assets/images/yellow__bg.png');
        background-repeat: repeat;
        background-size: 3.7%;
        flex-direction: column;
        padding: 80px 20px 20px;
        transform: translateY(-100%);
        transition: transform 0.6s var(--menu-timing, cubic-bezier(0.2, 0.8, 0.2, 1));
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 1001;
        pointer-events: none;
        will-change: transform;
        font-size: 1.4rem;
        letter-spacing: 2px;
        gap: 0rem;
        visibility: hidden;
    }

    .header-right {
        position: relative;
        z-index: 1003;
        text-align:left
    }

    .nav-menu.active {
        transform: translateY(0);
        pointer-events: auto;
        --menu-timing: cubic-bezier(0.2, 0.8, 0.2, 1);
        visibility: visible;
    }

    .nav-menu:not(.active) {
        --menu-timing: cubic-bezier(0.8, 0.2, 1, 0.2);
        visibility: hidden;
    }

    .nav-menu li {
        margin: 0px 0;
        border-bottom: 1px solid #8e6725;
        padding: 16px 0;
        margin-left: 16px;
    }

    .nav-menu a {
        color: #000;
    }
}

.split-image-section {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.split-image-container {
    display: flex;
    width: 100%;
    min-height: 70vh;

}

.split-image-left {
    width: 40%;
    margin-right:10%;
    position: relative;
    overflow: hidden;
    margin-top:5%;

    margin-left:10%
}

.split-image-right {
    width: 40%;
    margin-left:10%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0rem;

    margin-top:5%;
    margin-right:10%

}

.split-image-text {
    margin-bottom: 3rem;

}

.split-image-text p {
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.split-image-right-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left:auto
}

.split-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .split-image-container {
        flex-direction: column;
    }
    
    .split-image-left,
    .split-image-right {
        width: 100%;
    }
    
    .split-image-right {
        padding: 1rem;
    }
}

.scroll-down-arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 1000;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.scroll-down-arrow:hover {
    background-color: #493d35;
    opacity: 1;
}

.scroll-down-arrow svg {
    color: #f1b83e;

}

@media (max-width: 768px) {
    .scroll-down-arrow {
        bottom: 20px;
        width: 40px;
        height: 40px;
    }
}

.download-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #f1b83e;
    color: #000;
    padding: 12px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.download-button:hover {
    background-color: #e5a935;
    transform: translateY(-2px);
}

.download-button svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 768px) {
    .download-button {
        padding: 10px 20px;
        font-size: 12px;
    }
}

.footer-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;

}

.download-button, .plans-button, .spec-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #f1b83e;
    color: #000;
    padding: 12px 18px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.download-button:hover, .plans-button:hover, .spec-button:hover {
    background-color: #e5a935;
    transform: translateY(-2px);
}

.download-button svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 768px) {
    .footer-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .download-button, .plans-button, .spec-button {
        padding: 10px 20px;
        font-size: 12px;
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 1024px) {

    .right-half .paragraph-wrapper.desktop {
        display:none;
    }
.right-half .paragraph-wrapper.mobile {
   
    display:block;
    color:#000;
    font-size: 1em;
    line-height: 1.45em;
    margin: 0 auto;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top:7%;
    padding:0px 12px
 }
}


@media (max-width: 600px) {
.scroll-down-arrow {
  display:none
}

.custom-cursor {display:none}

.footer-content[style] {padding:0 20px!important}

.sliding-title {letter-spacing: 8px; }


}




