@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Pinyon+Script&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Pinyon+Script&display=swap);
.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: white;
    position: relative;
}

.navbar--name-main {
    font-family: 'Pinyon Script', cursive !important;
    font-size: 4rem;
    font-weight: 200;
    margin: 0;
    color: #293577;
}

.navbar--name-main, .navbar--name-sub {
    margin: 0;
}

.navbar--name-sub {
    margin-top: -25px;
    font-family:'Noto Serif';
    font-weight: 100;
    font-size: 1.5em;
    padding-left: 80px;
    color: #2c99da;
}

.navbar--column-1 {
    min-width: 20%;
    box-sizing: border-box;
}

.navbar--column-2 {
    min-width: 20%;
    box-sizing: border-box;
}

.navbar--column-3 {
    min-width: 50%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: center;
    gap: 2.5em;
}

.navbar--column-4 {
    flex: 0 0 10%;
    box-sizing: border-box;
}

.navbar--links {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    transition: transform 0.5s ease-in-out;
}

.navbar--links a{
    text-decoration: none;
    color: #363636;
    font-family: 'Comfortaa', sans-serif;
    font-weight: 600;
    transition: color 0.3s ease;
}

.navbar--links a:hover {
    color: #293577;
}

.navbar--nav-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5em;
    font-size: 1em;
    font-weight: 100;
    transition: transform 0.3s ease-in-out;
}

.navbar--contact--links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 1.1em;
    gap: 0.5em;
}

.navbar--landline-symbol {
    color: black;
    font-size: 1.2em;
}

.navbar--language-buttons {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    gap: 0.2em;
    margin-right: 1%;
    margin-top: 0.3em;
    border: 0px solid black;
    border-radius: 5px;
}

.navbar--language-buttons button {
    border: 0px solid black;
    border-radius: 5px;
    background-color: #c5cbe3;
    color: white;
    font-weight: bold;
    padding: 0.5em;
    cursor: pointer;
}

.navbar img {
    width: 10vw;
    min-width: 150px;
    border-radius: 10px;
    margin-left: 10%;
    margin-top: 10px;
}

.navbar img:hover {
    cursor: pointer;
}

.burger-icon {
    display: none;
    background: transparent;
    border: none;
    font-size: 3rem;
    cursor: pointer;
    color: #333;
}

@media (max-width: 1024px) {
    .navbar--name-main {
        font-size: 3.5em;
    }

    .navbar--name-sub {
        font-size: 1.2em;
        padding-left: 60px;
        margin-top: -20px;
    }

    .navbar--links {
        font-size: 1.5em;
    }

    .navbar--nav-links {
        font-size: 0.8em;
    }

    .navbar--contact--links {
        font-size: 1em;
    }

    .navbar--language-buttons {
        margin-top: 0.5em;
    }
}

@media (max-width: 768px) {
    .burger-icon {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 50px;
    }

    .navbar--column-1 {
        min-width: 40vw;
    }

    .navbar img {
        width: 30vw;
        border-radius: 10px;
        margin: 0 auto;
    }
    
    .navbar--name-main {
        font-size: 2.5em;
    }
    
    .navbar--name-sub {
        min-width: 100px;
        font-size: 1em;
        padding-left: 40px;
        margin-top: -20px;
    }

    .navbar--column-3 {
        flex-direction: column;
    }

    .navbar--links {
        flex-direction: column;
        transform: translateX(-100%);
        transition: transform 0.5s ease-in-out;
        position: fixed;
        width: 90%;
        height: 100%;
        background-color: #fff;
        font-size: 1.8em;
        top: 0;
        left: 0;
        gap: 1.0em;
        z-index: 5;
    }

    .navbar--links.show {
        transform: translateX(0);
        align-items: center;
        padding-top: 50px;
    }

    .navbar--contact--links {
        margin-top: 70%;
    }
}

@media (max-width: 500px) {
    .navbar img {
        width: 40vw;
        margin: 0 auto;
    }
}
.image-gallery-icon{color:#fff;transition:all .3s ease-out;appearance:none;background-color:transparent;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px #1a1a1a)}@media(hover: hover)and (pointer: fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width: 768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width: 480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width: 768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width: 480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width: 768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width: 768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:transparent;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width: 768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width: 480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media(hover: hover)and (pointer: fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width: 768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width: 768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid transparent;transition:border .3s ease-out;width:100px;background:transparent;padding:0}@media(max-width: 768px){.image-gallery-thumbnail{border:3px solid transparent;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media(max-width: 768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover: hover)and (pointer: fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media(hover: hover)and (pointer: fine)and (max-width: 768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px #1a1a1a;transform:translateY(-50%);white-space:normal;width:100%}@media(max-width: 768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width: 768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}

body {
    overflow-x: hidden;
    font-family: Comfortaa;
}

.home {
    position: relative;
    width: 100%;
}

.home--gallery {
    width: 100% !important;
    height: 65vh !important;
    min-height: 550px !important;
    object-fit: cover !important;
}

.home--gallery img {
    width: 100% !important;
    height: 65vh !important;
    min-height: 550px !important;
    object-fit: cover !important;
}

.home--search-by-id {
    position: absolute;
    top: 1%; /* Adjust as needed */
    right: 1%;
    width: 20%; /* Adjust as needed */
    height: 10%;
    min-width: 250px; /* Adjust as needed */
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    z-index: 3;
}

.home--search-by-id h2 {
    color: white;
    font-size: 1.0em;
    margin: 2px;
}

.home--search-by-id input {
    background-color: white;
    border: none;
    border-radius: 10px;
    font-size: 0.8em;
    height: 35px;
    font-family: Comfortaa;
    margin-bottom: 5px;
}

.home--search-by-id button {
    background: #f13c20;
    color: white;
    border: none;
    height: 35px;
    border-radius: 10px;
    width: 100%;
    transition: background 0.3s ease;
    font-family: Comfortaa;
    cursor: pointer;
}

.home--search-by-id button:hover {
    background: #293577;
}

.home--overlay {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 30%;
    min-width: 455px;
    max-width: 500px;
    min-height: 350px;
    max-height: 400px;
    height: 70%;
    padding: 15px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    z-index: 3;
}

.home--filters--field-group {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-bottom: 10px;
}

.home--filters--field-group p {
    margin: 0px;
    font-size: 0.9em;
    color: white;
}

.home--filters--field-group select {
    padding: 10px;
    background-color: white;
    border: none;
    border-radius: 10px;
    font-size: 0.8em;
    height: 35px;
    font-family: Comfortaa;
}

.home--filters--field-group select option {
    font-family: Comfortaa;
}

.home--filters--location {
    min-width: 150px;
}

.home--filters--field-group select:hover {
    cursor: pointer;
}

.home--filters--field-group select:focus {
    outline: none;
}

.home--filters--field-group select option:hover {
    cursor: pointer;
}

.home--filters {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.home--overlay--selector-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.home--overlay--selector-buttons button{
    flex-direction: row;
    background: #c5cbe3;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.2em;
    padding: 10px 10px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
    font-family: Comfortaa;
}

.home--overlay--selector-buttons button:hover {
    background: #2c99da; /* Darker shade for hover effect */
}

.home--overlay--selector-buttons button.selected {
    background: #293577; /* Darker shade for selected button */
}

.home--filters--input-pair {
    display: flex;
    gap: 10px;
}

.home--filters--input-pair input {
    flex: 1;
    height: 32px;
    padding-left: 10px;
    border: none;
    border-radius: 10px;
    font-size: 0.9em;
    font-family: Comfortaa;
}

.home--overlay--search-button {
    background: #f13c20;
    color: white;
    padding: 5px;
    border: none;
    height: 45px;
    border-radius: 10px;
    width: 100%;
    transition: background 0.3s ease;
    font-family: Comfortaa;
}

.home--overlay--search-button:hover {
    background: #293577;
    cursor: pointer;
}

/* For Firefox */
input[type='number'] {
    appearance: textfield;
}

/* For Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.home--information {
    width: 100%;
    margin: 0 auto;
    padding: 5vh 0px;
    background-color: #363636;
}

.home--information h2 {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    color: white;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
    font-size: 2em;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.home--information--row {
    width: 60%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 1440px;
}

.home--information--column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home--information--column p {
    margin: 10px;
    font-size: 1.0em;
    color: white;
    line-height: 1.5;
    text-align: justify;
    padding-left: 40px;
    text-indent: -40px;
}

@media (max-width: 768px) {
    .home--gallery {
        height: 75vh !important;
    }
    
    .home--gallery img {
        height: 75vh !important;
    }

    .home--search-by-id {
        align-self: center;
        left: 5%;
        height: 8%;
        width: 90%;
        max-width: 500px;
    }

    .home--information h2 {
        width: 80%;
        font-size: 1.5em;
    }

    .home--information--column p {
        font-size: 0.9em;
        padding-left: 20px;
        text-indent: -20px;
        text-align: left;
    }

    .home--information--row {
        width: 80%;
        flex-direction: column;
    }
    
    .home--filters--field-group {
        margin-bottom: 0px;
    }
    
    .home--filters {
        flex-direction: column;
    }
    
    .home--overlay {
        align-self: center;
        top: 10%;
        bottom: 5%;
        left: 5%;
        width: 90%;
        height: 100%;
        min-width: 0px;
        max-height: 450px;
        overflow: auto;
    }
    
    .home--filters--input-pair {
        flex-direction: column;        
    }
    
    .home--filters--input-pair input {
        flex: 1;
        padding: 10px;
        font-size: 0.6em;
    }
    
    .home--overlay--selector-buttons {
        font-size: 0.8em;
    }
    
    .home--overlay--search-button {
        margin-top: 10px;
        font-size: 0.8em;
    }
}

.home--map {
    width: 100%;
    height: 50vh;
    min-height: 400px;
    max-height: 500px;
    margin: 0 auto;
}

.home--map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.about--page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around; /* or use space-between */
    min-height: 90vh; /* changed from height to min-height */
    width: 100vw;
    background-color: #363636;
    padding-bottom: 5rem;
}

.about--page--content {
    display: flex;
    flex-direction: row;
    width: 80%;
    background-color: white;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about--page--image-column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    max-height: 800px;
    padding: 2em;
}

.about--page--image-column p {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0.5em;
}

.about--page--logo {
    width: 350px;
    border-radius: 10px;
}

.about--page--ceo {
    width: 200px;
    border-radius: 10px;
    padding: 0.5em;
}

.about--page--text-column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.about--page--description {
    width: 80%;
    text-align: justify;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 2em;
    hyphens: auto;
}

@media (max-width: 1440px) {
    .about--page--content {
        width: 90%;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 1024px) {
    .about--page--description {
        width: 90%;
        font-size: 1rem;
    }
}

@media (max-width: 500px) {
    .about--page--content {
        width: 90%;
        flex-direction: column;
        justify-content: space-between;
    }

    .about--page--logo {
        width: 250px;
    }

    .about--page--ceo {
        width: 150px;
    }

    .about--page--description {
        width: 90%;
        font-size: 1rem;
    }
}
.contact-container {
    width: 60%;
    height: 600px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    background-color: #363636;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact--form {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #363636;
}

.contact--form form {
    margin-top: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact--form input,
.contact--form textarea {
    width: 80%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.contact--form textarea {
    height: 150px;
}

.contact--form button {
    width: 50%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact--form button:hover {
    background-color: #45a049;
}

.contact--location {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 10px;
    background-color: #363636;
}

.contact--location h2 {
  margin-bottom: 10px;
}

.contact--location p {
  margin-bottom: 5px;
}

.contact--location--phones {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    color: white;
    border-bottom: 1px solid white;
}

.contact--location--address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;
}

.contact--location--map {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.contact--location--map iframe {
    width: 100%;
    height: 100%;
    min-height: 200px;
    border-radius: 10px;
}

@media (max-width: 1440px) {
    .contact-container {
        width: 80%;
    }

} 

@media (max-width: 1024px) {
    .contact--location--phones {
        flex-direction: column;
    }

    .contact-container {
        flex-direction: column;
        width: 90%;
        height: 100%;
    }

    .contact--form {
        padding: 0;
        margin-bottom: 20px;
    }

    .contact--location {
        margin-top: 20px;
    }
}
.footer {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #f2f2f2;
    justify-content: space-around;
}

.footer--name-main {
    font-family: 'Pinyon Script', cursive;
    font-size: 4rem;
    font-weight: 200;
    margin: 0;
    color: #293577;
}

.footer--name-main, .footer--name-sub {
    margin: 0;
}

.footer--name-sub {
    margin-top: -25px;
    font-family:'Noto Serif';
    font-weight: 100;
    font-size: 1.5em;
    padding-left: 80px;
    color: #2c99da;
}

.footer--row-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer--row-1--column-1 {
    display: flex;
    flex-direction: column;
}

.footer--address {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-left: 10px;
    margin-top: 20px;
}

.footer--address p {
    margin: 5px;
}

.footer--email {
    text-decoration: none;
    color: black;
}

.footer--row-1--column-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 4em;
}

.footer--social {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.footer--social a {
    text-decoration: none;
    color: black;
}

.footer--social a:hover {
    color: #2c99da;
}

@media screen and (max-width: 768px) {
    .footer {
        width: 100%;
    }

    .footer--row-1 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer--row-1--column-1 {
        margin-bottom: 20px;
    }

    .footer--name {
        padding: 20px;
    }

    .footer--row-1--column-2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1em;
    }

    .footer--address {
        margin: 0;
    }

}

.paginator {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.paginator button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    background: #2c99da;
    min-width: 40px;
    min-height: 30px;
}

.paginator button:disabled {
    color: #ccc;
    cursor: not-allowed;
}

.paginator--buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 50px;

}

.paginator button:hover {
    background-color: #293577;
}
.property-list--filters {
    width: 25%;
    min-width: 220px;
    margin-left: 10px;
    padding: 20px;
    border-radius: 10px;
    padding-top: 0px;
    margin-bottom: 10px;
    border: 1px solid lightgray;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    color: #333;
    background: linear-gradient(to left, #f8f9fa, #dae8fc);
}

.property-list--filters--location {
    margin-right: 3px;
    border-radius: 5px;
    border: 0px;
    font-size: 1.0em;
    cursor: pointer;
    transition: background 0.3s ease;
    background-color: transparent;
    color: #333;
}

.property-list--filters--location div:hover {
    cursor: pointer;
}

.property-list--filters ul {
    list-style-type: none;
}

.property-list--filters--row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.property-list--filters--row p:first-child {
    font-size: 1.0em;
    order: 1;
}

.property-list--filters--row div {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 10px;
    order: 2;
    align-items: center;
    padding: 0;
    margin: 0;
}

.property-list--filters--row input[type="text"] {
    width: 40%;
    height: 20px;
    transition: border 0.3s ease;
}

.property-list--filters--row input[type="text"]:hover {
    border: 1px solid #3f51b5;
}

.property-list--filters--row select {
    width: 100%;
    height: 38px;
    background-color: white;
    text-align-last: center;
}

.property-list--filters--row input[type="text"],
.property-list--filters--row select {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}

.property-list--filters--row select:hover {
    cursor: pointer;
}

.property-list--filters--row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    padding-right: 0px;
}

.property-list--filters--row input[type="checkbox"]:checked {
    background-color: #3f51b5;
}

.property-list--filters ul,
.property-list--filters li,
.property-list--filters p,
.property-list--filters input {
    margin: 2px;
    padding: 2px;
}

.property-list--filters--button {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 0px;
    background-color: #4056a1;
    color: white;
    font-size: 1.0em;
    cursor: pointer;
    transition: background 0.3s ease;
}

.property-list--filters--button:hover {
    background-color: #f13c20;
}

@media (max-width: 560px) {
    .property-list--filters {
        width: 100%;
        margin: 0 auto;
        min-width: 0;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .property-list--filters--button {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 10px;
        margin-top: 5%;
        align-self: center;
    }
}
.property-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    background-color: #FAFAFA;
    margin: 0px;
    overflow: hidden;
    position: relative;
}

.property-card:hover {
    box-shadow: 0 12px 24px 0 rgba(0,0,0,0.3);
    transform: translateY(-5px);
}

.property-title {
    background: linear-gradient(to top, #f8f9fa, #cfcfcf);
    color: #343a40;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
}

.detail-item img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

.detail-item span {
    vertical-align: middle;
}

.property-image {
    width: 100%;
    object-fit: cover;
    height: 300px;
    margin: 0 auto;
}

.property-details {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    padding: 15px;
    background-color: #E9ECEF;
}

.property-details span {
    margin-bottom: 12px;
    font-size: 16px;
    color: #343a40;
    font-weight: 500;
}

.property-details--row-1 {
    display: flex;
    align-items: left;
}

.property-details--row-2 {
    display: flex;
    align-items: left;
    justify-content: space-between;
}

.property-details--row-3 {
    display: flex;
    align-items: left;
}

#property-details--location {
    font-size: 18px !important;
    font-weight: 600;
}

#property-details--price {
    font-size: 24px !important;
    font-weight: bold !important;
    color: #343a40 !important;
}

.property-id-tag {
    position: absolute;
    top: 100px;
    right: 0px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transform-origin: top right;
    z-index: 10;
    color: #343a40;
    border-top: 2px solid #2c99da;
    border-left: 2px solid #2c99da;
    border-bottom: 2px solid #2c99da;
}
.property-list--container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: start;
    width: 60vw;
    margin: 0 auto;
    margin-top: 20px;
    gap: 10px;
}

.property-list--list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.property-list--list > * {
    flex-basis: 50%;
    max-width: 49%;
}



.property-list--preview:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.property-list--no-results {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.filter-toggle-button {
    display: none;
    position: fixed;
    top: 20%;
    left: 10px;
    z-index: 100;
    background-color: transparent;
    border: none;
    font-size: 30px;
    width: 15vw;
    height: 15vw;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    color: black;
    backdrop-filter: blur(5px);
}

.filter-toggle-button:hover {
    background-color: #e67545;
    color: white;
}

.filter-toggle-button:focus {
    outline: none;
}

.fixed-button {
    position: fixed;
    top: 10px;
}

@media (max-width: 1400px) {
    .property-list--container {
        width: 80vw;
    }
}

@media (max-width: 1024px) {
    .property-list--container {
        width: 90vw;
    }

    .property-list--list {
        flex-direction: column;
    }

    .property-list--list > * {
        flex-basis: 100%;
        max-width: 100%;
    }
    
    .property-description-desktop {
        display: none;
    }

    .property-description-mobile {
        display: block;
    }

    .property-list--preview--details p {
        margin-left: 0px;
        padding: 2px;
    }

    .property-list--preview h2 {
        align-self: center;
    }
}

@media (max-width: 650px) {
    .property-list--container {
        flex-direction: column;
    }

    .filter-toggle-button {
        display: block;
    }

    .property-list--no-results {
        margin: 50px 0px 50px 0px;
    }

    .property-list--container {
        margin-top: 20px;
        width: 90vw;
    }

    .property-list--list {
        width: 100%;
        min-width: 0;
    }
}
.property-page--error {
    width: 20%;
    margin: 0 auto;
    text-align: center;
    padding: 5em;
    font-size: 2em;
}

.property-page--container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    background-color: #f2f2f2;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
}

.property-page--image-carousel {
    width: 80%;
    max-height: 50%;
    border-radius: 0.5rem;

}

.property-page--image-carousel .image-gallery-image {
    max-height: 60vh !important;
}

.property-page--image-carousel .fullscreen .image-gallery-image {
    max-height: 100vh !important;
}

.property-page--image-carousel .image-gallery-slide-wrapper {
    width: 65%;
}

.property-page--image-carousel .image-gallery-thumbnails-wrapper {
    width: 30%;
}

.property-page--image-carousel .fullscreen .image-gallery-slide-wrapper {
    margin-top: 0%;
    width: 100%;
}

.property-page--image-carousel .fullscreen .image-gallery-thumbnails-wrapper {
    width: 0%;
}

.property-page--image-carousel .image-gallery-thumbnails .image-gallery-thumbnail {
    width: 50%;
    min-width: 150px;
}

.property-page--image-carousel .image-gallery-thumbnails .image-gallery-thumbnails-container {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    overflow: auto;
}


.property-page--information {
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.property-page--information div {
    width: 45%;
    margin: 0.5rem;
    padding: 0.5rem;
    border: 1px solid lightgray;
}

.property-page--information--price {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: right;
}

.property-page--information--price h2,
.property-page--information--price h3,
.property-page--information--price h4 {
    margin: 0.5em 0; /* Adjust the value as needed */
}

.property-page--information--details {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 10px;
    align-items: start;
}

.property-page--information--details p {
    display: contents;
    margin: 0 0 10px;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
    border-bottom: 5px solid black;
    padding-bottom: 10px;
    background-color: #f9f9f9;
}

.property-page--information--details > p > span:first-child {
    border-bottom: 1px solid black;
}


.property-page--information--details span {
    padding-right: 10px;
}

@media (max-width: 1200px) {
    .property-page--information {
        width: 85%;
    }
}

@media (max-width: 768px) {
    .property-page--container {
        box-shadow: none;
    }

    .property-page--image-carousel {
        width: 85%;
        padding: 0.2em;
    }

    .property-page--image-carousel .image-gallery-slide-wrapper {
        width: 75%;
    }

    .property-page--image-carousel .image-gallery-thumbnails-wrapper {
        width: 20%;
    }

    .property-page--image-carousel .image-gallery-thumbnails .image-gallery-thumbnail {
        width: 100%;
        min-width: 0;
    }
    
    .property-page--image-carousel .fullscreen .image-gallery-slide-wrapper {
        margin-top: 50%;
        width: 100%;
    }
    
    .property-page--image-carousel .fullscreen .image-gallery-thumbnails-wrapper {
        width: 0%;
    }

    .property-page--image-carousel .image-gallery-thumbnails .image-gallery-thumbnails-container {
        overflow: visible;
    }

    .property-page--information {
        width: 85%;
        margin: 0;
    }

    .property-page--information div {
        width: 100%;
    }

    .property-page--information--price {
        text-align: left;
    }

}
.admin-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.admin-login--form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.admin-login--form p {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.admin-login--form input {
    width: 300px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 10px;
}

.admin-login--form button {
    width: 300px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
}

.admin-login--form input,
.admin-login--form button {
    box-sizing: border-box;
}

.admin-login--error {
    color: red;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    align-self: center;
}
.admin-property--buttons {
    margin: 0 auto;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

.admin-property--buttons button {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 3px #ccc;
    box-sizing: border-box;

}

.admin-property-list--preview {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 50%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 3px #ccc;
    box-sizing: border-box;
}

.admin-property-list--preview--image img{
    width: 30%;
}

.admin-property-list--preview-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 3px #ccc;
    box-sizing: border-box;
}

.admin-property-list--preview--info {
    width: 50%;
}

.admin-property-list--preview--buttons button {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 3px #ccc;
    box-sizing: border-box;
    margin: 5px;
}
.image--dropzone {
	border: 2px dashed gray;
	padding: 20px;
	margin: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 50px;
	background-color: #f8f8f8;
	cursor: pointer;
}

.image--dropzone p {
  text-align: center;
}

.image--preview-container {
  display: flex;
  flex-wrap: wrap;
}

.image--preview-container div {
  border: 1px solid lightgray;
}

.image--preview {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin: 10px;
  
}

.image--remove-button {
  background-color: red;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  margin: 0 auto;
  margin-left: 13px;
}

.create--property-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.create--property-items--text-fields,
.create--property-item--checkboxes,
.create--property-items--other {
    width: 90%;
    margin: 0 auto;
}

.create--property-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 3px #ccc;
    box-sizing: border-box;
    min-width: 250px;
    margin: 10px;
    padding: 5px;
}

.create--property-item--checkboxes .create--property-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    min-width: 250px;
}

.update--property-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.update--property-items--text-fields,
.update--property-item--checkboxes,
.update--property-items--other {
    width: 90%;
    margin: 0 auto;
}

.update--property-items--images {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.update--property--dropzone {
    border: 2px dashed gray;
    padding: 20px;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    background-color: #f8f8f8;
    cursor: pointer;
}

.update--property--dropzone p {
    text-align: center;
}

.update--property--image-preview-container div {
    border: 1px solid lightgray;
}

.update--property--image-preview {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 10px;
}

.update--property--image-preview-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5%;
}

.update--property-items--text-fields,
.update--property-item--checkboxes,
.update--property-items--other {
  flex: 1;
}

.update--property--remove-button {
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin: 0 auto;
    margin-left: 13px;
}

.update--property-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 3px #ccc;
    box-sizing: border-box;
    min-width: 250px;
    margin: 10px;
    padding: 5px;
}

.update--property-item--checkboxes .update--property-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    min-width: 250px;
}
.separator {
    margin: 0 10px;
    font-size: 20px;
    font-weight: 300;
    opacity: 0.3;
}
  
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Manrope', 'Comfortaa',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f2f2f2;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

