
        body {
            font-family: 'Helvetica Neue', sans-serif;
            margin: 0;
            background-color: #fff;
            color: #222;
            line-height: 1.6;
        }

        #lightbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2000;
            cursor: zoom-out;
        } 

        #lightbox img {
            max-width: 90%;
            max-height: 90%;
            border-radius: 10px;
            box-shadow: 0 0 30px rgba(255,255,255,0.2);
        }

        *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}
body {
    font-family: "Poppins", sans-serif;
    --color1: #FFF ;
    --color2: #181818 ;
}

    
.nav-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    background-color: #7f654c;
    max-height: auto;
    padding: 12px 20px;
    z-index: 1000; 
    position: sticky;
    top: 0;
}









.menu {
  display: flex;
  position: sticky;
  top: 0; 
}
.menu li {padding-left: 30px;}
.menu li a {
    display: inline-block;
    text-decoration: none;
    color: var(--color1);
    text-align: center;
    transition: 0.15s ease-in-out;
    position: relative;
    text-transform: uppercase;
}
.menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color1);
    transition: 0.15s ease-in-out;
}
.menu li a:hover:after {width: 100%;}
.open-menu , .close-menu {
    position: absolute;
    color: var(--color1);
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}
.open-menu {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.close-menu {
    top: 20px;
    right: 20px;
}
#check {display: none;}
@media(max-width: 750px){
    .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 80%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: var(--color2);
        transition: all 0.2s ease-in-out;
    }
    .menu li {margin-top: 40px;}
    .menu li a {padding: 10px;}
    .open-menu , .close-menu {display: block;}
    #check:checked ~ .menu {right: 0;}
}
      /*   nav {
            background-color: #fff;
            padding: 1rem;
            display: flex; 
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 0;
            z-index: 999;
            border-bottom: 1px solid #eee;
       }
        nav a {
            color: #222;
            text-decoration: none;
            margin: 0 1em;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        nav a:hover {
            color: #7f654c;
        } 

      
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

a {
    color: white;
}
a:visited {
    color: white;
}
a:hover {
    color: #6F86FF;
}

body {
    background-color: rgb(65, 71, 97);
    font-family: sans-serif;
}




.off-screen-menu {
    background-color:  rgb(34, 37, 49);
    height: 100vh;
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
    text-align: center;
    font-size: 3rem;
    transition: .3s ease;

    z-index: 1000;
}
.off-screen-menu.active {
    right: 0;
}




nav {
    padding: 1rem;
    display: flex;
    background-color: rgb(34, 37, 49);
}




.ham-menu {
    height: 50px;
    width: 40px;
    margin-left: auto;
    position: relative;
    z-index: 10000;
}
.ham-menu span {
    height: 5px;
    width: 100%;
    background-color: #6F86FF;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}
.ham-menu span:nth-child(1) {
    top: 25%;
}
.ham-menu span:nth-child(3) {
    top: 75%;
}
.ham-menu.active span {
    background-color: white;
}
.ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2) {
    opacity: 0;
}
.ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
} */

        .login-button {
            background-color: #d9534f;
            color: white;
            padding: 0.5em 1.2em;
            border-radius: 5px;
            font-weight: bold;
            letter-spacing: 1px;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }
        .login-button:hover {
            background-color: #c9302c;
        }

        header {
            background-image: url('/Vila Panonia1.png');
            background-size: cover;
            background-position: center;
            height: 90vh;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            color: white;
            text-align: center;
            position: relative;
        }
        header::after {
            content: "";
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(0, 0, 0, 0.5);
        }
        header > div {
            position: relative;
            z-index: 2;
        }
        header h1 {
            font-size: 3.5em;
            margin: 0;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        header h2 {
            font-size: 1.5em;
            font-weight: 300;
            margin-top: 0.5em;
        }
        header p {
            margin-top: 1em;
            font-size: 1.1em;
        }
        .button {
            background-color: #7f654c;
            color: #fff;
            padding: 0.8em 2em;
            border-radius: 3px;
            font-size: 1em;
            font-weight: 600;
            margin-top: 1.5em;
            display: inline-block;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }
        .button:hover {
            background-color: #5e4c36;
        }
        .content {
            max-width: 1300px;
            margin: 0 auto;
            padding: 4em 2em;
        }
        .section {
            margin-bottom: 5em;
        }
        .section h2 {
            font-size: 2.2em;
            margin-bottom: 1em;
            color: #222;
            text-align: center;
        }
        .section h3 {
            font-size: 1.3em;
            margin-top: 1.5em;
            color: #7f654c;
        }
        
        .columns {
            display: flex;
            flex-wrap: wrap;
            gap: 2em;
            justify-content: space-between;
        }
        .column {
            flex: 1 1 calc(33% - 2em);
            background-color: #f9f9f9;
            padding: 2em;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        }

        .gray-bg {
            background-color: #f0f0f0;
            border-radius: 10px;
            padding: 3em 2em;
        }
        
        .floor-plan-list {
            display: flex;
            flex-wrap: wrap;
            gap: 2em;
        }
        .floor-plan {
            flex: 1 1 calc(33% - 2em);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }
        .floor-plan img {
            width: 100%;
            height: auto;
            display: block;
            
        }
        
        .zoom-img {
    cursor: pointer;
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
  }

  .zoomed {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 90vw;
    max-height: 90vh;
    transform: translate(-50%, -50%);
    z-index: 1001;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
  }

  .img-overlay {
    position: fixed;
    display: none;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }

  .img-overlay.active {
    display: block;
  }.zoom-img {
    cursor: pointer;
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
  }

  .zoomed {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 90vw;
    max-height: 90vh;
    transform: translate(-50%, -50%);
    z-index: 1001;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
  }

  .img-overlay {
    position: fixed;
    display: none;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }

  .img-overlay.active {
    display: block;
  }.zoom-img {
    cursor: pointer;
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
  }

  .zoomed {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 90vw;
    max-height: 90vh;
    transform: translate(-50%, -50%);
    z-index: 1001;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
  }

  .img-overlay {
    position: fixed;
    display: none;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }

  .img-overlay.active {
    display: block;
  }.zoom-img {
    cursor: pointer;
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
  }

  .zoomed {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 90vw;
    max-height: 90vh;
    transform: translate(-50%, -50%);
    z-index: 1001;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
  }

  .img-overlay {
    position: fixed;
    display: none;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }

  .img-overlay.active {
    display: block;
  }.zoom-img {
    cursor: pointer;
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
  }

  .zoomed {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 90vw;
    max-height: 90vh;
    transform: translate(-50%, -50%);
    z-index: 1001;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
  }

  .img-overlay {
    position: fixed;
    display: none;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }

  .img-overlay.active {
    display: block;
  }.zoom-img {
    cursor: pointer;
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
  }

  .zoomed {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 90vw;
    max-height: 90vh;
    transform: translate(-50%, -50%);
    z-index: 1001;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
  }

  .img-overlay {
    position: fixed;
    display: none;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }

  .img-overlay.active {
    display: block;
  }.zoom-img {
    cursor: pointer;
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
  }

  .zoomed {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 90vw;
    max-height: 90vh;
    transform: translate(-50%, -50%);
    z-index: 1001;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
  }

  .img-overlay {
    position: fixed;
    display: none;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }

  .img-overlay.active {
    display: block;
  }.zoom-img {
    cursor: pointer;
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
  }

  .zoomed {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 90vw;
    max-height: 90vh;
    transform: translate(-50%, -50%);
    z-index: 1001;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
  }

  .img-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1000;
  }

  .img-overlay.active {
    display: block;
  }

  .zoomed {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 90vw;
    max-height: 90vh;
    transform: translate(-50%, -50%);
    z-index: 1001;
  }

  .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    z-index: 1002;
  }

  .close-btn:hover {
    color: red;
  }

        .gallery {
            max-width: 1000px;
            margin: 0 auto;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            position: relative;
        }
        .gallery img {
            width: 100%;
            display: none;
        }
        .gallery img.active {
            display: block;
        }
        .gallery .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 2em;
            color: #fff;
            background: rgba(0, 0, 0, 0.4);
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }
        .gallery .arrow.left { left: 10px; }
        .gallery .arrow.right { right: 10px; }

        .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 45px;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
    transition: color 0.3s ease;
    padding: 0 6px;
    font-weight: 300;
    background: transparent;
    box-shadow: none;
    line-height: 1;
    z-index: 10;
    }

    #arrowLeft {
    left: 15px;
    }

    #arrowRight {
    right: 15px;
    }

    .arrow:hover {
    color: #444040;
    }

   


        .subscribe-section1 form {
            
            background-color: #f0f0f0;
            padding: 2em;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.06);
            max-width: 1300;
            margin: 0 auto;
        }
        
        .form input[type="text"], .form input[type="email"], .form textarea {
            width: 100%;
            padding: 1em;
            margin-bottom: 1em;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 1em;
        }
        .button-submit {
            background-color: #7f654c;
            color: white;
            border: none;
            padding: 1em 2em;
            font-size: 1em;
            border-radius: 5px;
            cursor: pointer;
        }
        .button-submit:hover {
            background-color: #5e4c36;
            
        }

        
  
        .contact-section {
        background-color: #1e1e1e;
        color: #eee;
        padding: 2em;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-top: 5px solid #7f654c;
        border-radius: 10px;
        margin-top: 100px;
    }

    .contact-section h2 {
        color: #fff;
        margin-bottom: 0.5em;
    }

    .contact-section hr {
        border: 0;
        border-top: 1px solid #444;
        margin: 1em 0;
        width: 60%;
    }

    .address-small {
      font-size: 10px; 
    }

    .contact-details {
        max-width: 500px;
        margin: 0 auto;
    }

    .address-block {
      line-height: 1.0;
    }

    .contact-details div {
        margin-bottom: 0.5em;
        line-height: 1.6;
        white-space: pre-line;
    }

    .contact-details span {
        font-weight: bold;
        color: #fff;
    }

    .map-column {
        margin-top: 2em;
        width: 100%;
        max-width: 1500px;
        align-items: center;
        justify-content: center;
    }

    .map-column iframe {
        width: 100%;
        height: 500px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        border: none;
    }



        footer {
            background-color: #111;
            color: #999;
            padding: 2em;
            text-align: center;
            font-size: 0.9em;
        }
        
        
    
        
