.homeScreenImg {
    height: 100vh;
    width: 100vw;
}
.homeScreenImgres {
    display: none;
}
.shadowColorWeb {
    background-image: url('../images/Vector.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.backgroundImage {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url('../images/background_img_baneer.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    padding: 60px 0;
}
.logoResponsive {
    display: none;
}
.contactSection {
    color: #ffffff;
}
.contactInformation {
    background-color: #111111;
    padding: 70px;
}
.cursor {
    cursor: pointer;
}
.hamburgerIcon {
    display: none;
}
.overlay {
    display: none;
}
.serviceBanner {
    width: 100%;
    height: auto;
}
.service_images {
    height: auto;
    width: 275px;
}
.responsive {
    display: none;
}
.imageEffect{
    transition-duration: 1s;
}
.imageEffect:hover {
    transform: scale(1.1);
    cursor: pointer;
    transition-duration: 1s;
}
label{
    font-size: 14px;
}
.form-control{
    font-size: 16px !important;
}
.logo {
    align-self: center;
}
@media screen and (max-width: 768px) {
    footer{
        margin-top: -15px;
    }
    .overlay{
        display: flex !important;
        justify-content: center !important;
    }
    .overlay div{
        width: auto !important;
    }
    .navigation {
        flex-direction: column !important;
        text-align: center !important;
    }
    .homeScreenImg {
        display: none;
    }
    .homeScreenImgres {
        display: block;
        height: 100vh;
        width: 100vw;
    }
    .shadowColor {
        background-image: url('../images/Vector.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    .customfont {
        font-size: 25px;
        font-weight: 900;
    }
    .navigationMenu {
        display: none !important;
    }
    .sendButton {
        justify-content: center;
        display: flex !important;
    }
    .email {
        padding-left: 0px !important;
        margin-top: 1rem !important;
    }
    .services {
        padding-left: 0px !important;
    }
    .logoResponsive {
        display: block;
    }
    .logo {
        display: block;
        margin-top: 0 !important;
        margin-bottom: 10px;
        padding-top: 0 !important;
    }
    .hamburgerIcon {
        display: block !important;
        right: 17px;
        top: 18px;
    }
    body.no-scroll {
        overflow: hidden;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: -1000;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        transform: translateX(-100%);
        transition: transform 0.4s ease-in-out;
    }
    .overlay.active {
        transform: translateX(0);
        z-index: 9999;
    }
    .responsive {
        display: block;
        margin: 2rem 0;
    }
    .responsiveNone {
        display: none;
    }
}
.modal.lightbox .modal-dialog .modal-content .modal-body .lightbox-carousel .carousel-inner .carousel-item.active .ratio img{
    width: 100% !important;
    height: calc(100vh - 25px) !important;
}
.modal-fullscreen .modal-body{
    overflow-y: hidden !important;
}


/* Active link in desktop nav */
.navigationMenu a.active-menu {
    font-weight: bold;
    text-decoration: underline;
    color: #007bff; /* Change color as needed */
}

/* Active link in hamburger/mobile menu */
.nav-menu a.active-menu {
    font-weight: bold;
    text-decoration: underline;
    color: #ffc107; /* or white, or any other color */
}


.galleryImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.galleryItem, .galleryItem picture{
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.galleryImgService{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 500px) {
    .logo {
       
        max-width: 75%;        
    }

    .logo-footer {        
        margin-left: 46px;
    }
}
@media screen and (max-width: 400px) {
    .logo {
         align-self: flex-start;
    }
    footer{
        margin-top: -15px;
    }
}