/* navbar */
.nav-logo {
    display: block; /* Ensure the image behaves as a block element */
    width: 60px; /* Set the width */
    height: auto; /* Maintain aspect ratio */
    margin: 0 auto; /* Center the image horizontally */
}

.nav-trigger-close {
    display: flex !important;
    flex-direction: column !important;
    border-bottom: 0.0625rem solid #ebedef;
    margin: 1rem 0;
}
/* end of navbar */

/* header */
.slider-sub-title {
    margin-bottom: 2rem !important;
}
/* end of header */

.icon-vector img {
    width: 64px;
    height: 100%;
    object-fit: cover;
}

.contact-banner {
    background-image: url('../img/banner/banner-5.jpg');
}

.work-block {
    color: #fff;
}

.work-block .block-sub-heading {
    color: #fff;
}

.work-block .block-main-heading {
    color: #fff;
}

.work-block .block-top-heading {
    color: #fff;
}

.footer-logo {
    display: flex;
    flex-direction: row;
}

.footer-logo img {
    width: 60px;
    height: 100%;
    object-fit: cover;
}

.logo-text {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    height: 2.7rem;
    font-family: 'Ubuntu', sans-serif;
}

.no-link {
    text-decoration: none;
}

.no-link:hover {
    color: #575757;
}

.hidden {
    display: none;
}


@media (min-width: 576px) {
    .nav-trigger-container {
        display: none; /* Hide the container on medium and larger screens */
    }

    /* header */
    .slider-sub-title {
        margin-bottom: 0 !important;
    }
    /* end of header */
}