body, html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
  }

.logo-img,
.scroll-logo {
    width: 125px;
}

.sidebar-logo {
    width: 35px;
    display: none;
}

.section-full {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}

.map-image-container {
    width: 100%;
    height: 0;
    padding-top: 30.25%;
    position: relative;
    overflow: hidden;
}

.map-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .bg-cover {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
} */

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

#navbarToggler:focus {
    outline: none;
    box-shadow: none;
}



@media (max-width: 1199px) {
    .navbar {
        height: 93.0px;
        /* Adjust this value as needed */
    }

    .navbar-collapse {
        background-color: #919396;
        padding: 15px;
        margin: 0 -17px;
    }
}






.logo-container {
    position: absolute;
    /* or 'absolute' if you prefer */
    top: calc(50% + 138vh);
    left: calc(50% - 35vw);
    transform: translate(-50%, -50%);
    z-index: -1;
    /* Ensures the logo is behind other content */
}

.bg-logo {
    width: 90vw;
    /* Adjust size as needed */
    transform: rotate(-15deg);
    /* Rotate 45 degrees to the left */
    opacity: 0.3;
}

@media (min-width: 821px) and (max-width: 1024px) {
    .logo-container {
        top: calc(50% + 40vh);
        left: calc(50% - 41vw);
    }

    .bg-logo {
        width: 125vw;
        transform: rotate(10deg);
        /* Rotate 45 degrees to the left */
    }


}


@media (min-width: 769px) and (max-width: 820px) {
    .logo-container {
        top: calc(50% + 49vh);
        left: calc(50% - 39vw);
    }

    .bg-logo {
        width: 155vw;
        transform: rotate(5deg);
        /* Rotate 45 degrees to the left */
    }

}



@media (max-width: 768px) {
    .logo-container {
        top: calc(50% + 62vh);
        left: calc(50% - 39vw);
    }

    .bg-logo {
        width: 169vw;
        transform: rotate(5deg);
        /* Rotate 45 degrees to the left */
    }

}





@media (max-width: 430px) {
    .logo-container {
        top: calc(50% + 72vh) ;
        left: calc(50% - 30vw);
    }

    .bg-logo {
        width: 240vw;
        transform: rotate(5deg);
        /* Rotate 45 degrees to the left */
    }

}