.top-bar__logo .top-bar__logo-img-black {
    display: block;
}
.top-bar__logo .top-bar__logo-img-white {
    display: none;
}

.top-bar__logo .top-bar__logo-img-white,
.top-bar__logo .top-bar__logo-img-black {
    padding: 1rem;
}

.top-bar__logo {
    width: 8rem;
}

#top-bar.stuck .top-bar__logo-img-white {
    display: none;
}
#top-bar.stuck .top-bar__logo-img-black {
    display: block;
}

#top-bar:not(.stuck) #top-bar__navigation > ul > li:not(.active) > a span {
    color: white;
}

@media (min-width: 1024.99px) {
    .top-bar__logo .top-bar__logo-img-black {
        display: none;
    }
    .top-bar__logo .top-bar__logo-img-white {
        display: block;
    }

    .top-bar__logo {
        width: 10rem;
    }

    #top-bar.stuck .top-bar__logo {
        width: 7rem;
    }
}

#footer .footer__logo {
    width: 8rem;
}

.h-60 {
    height: 60px !important;
}

/* Social Icon */
.social-icon a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

/* Main Slider Box */
.mainSlider-box02 {
    > div {
        height: 100%;

        > .wrapper-col {
            height: 100%;
        }
    }
}

/* Main Slider Contact Info */
@media (min-width: 1230px) {
    .mainSlider-box02__layout {
        max-width: 55%;
    }
}

/* Testimonials Quote Box */
.blockquote-box__caption {
    background-color: #36a516;
}

/* Landing Services Section */
.list-menu_item a .list-menu__title {
    font-size: 20px;
}

/* Floating File Input */
.form-group > input[type="file"].form-control {
    position: absolute;
    opacity: 0;
    z-index: 9999;
}

/* Project Events */
.product__title {
    font-size: 18px;
}

/* Client Page */
.client-fig figure {
    max-width: 428px;
    height: 321px;
    padding: 2rem;
}

.client-fig img {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
}

/* Landing Core Values Section */
.promobox03 .promobox03__img {
    aspect-ratio: 370 / 650;
}

.promobox03 .promobox03__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Landing Clients */
.landing-clients .landing-client {
    display: block;
    max-width: 200px;
    aspect-ratio: 200 / 137;
}

.landing-clients .landing-client img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Clients clients */
.clients-clients .clients-client {
    display: block;
    max-width: 200px;
    aspect-ratio: 200 / 137;
    padding: 1rem;
}

.clients-clients .clients-client img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* About Us Team Section */
.team-item .team-item__img .img {
    aspect-ratio: 271 / 377;
    max-height: 377px;
}

.team-item .team-item__img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* About Us Client Section */
.clients .clients-item {
    aspect-ratio: 1 / 1;
}

.clients .clients-item img {
    width: 100%;
    height: 100%;
    padding: 1rem;
    object-fit: contain;
}

/* Landing Page Carousel */
.slide::before {
    content: "";
    position: absolute;

    inset: 0;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 1), transparent 50%),
        linear-gradient(to top, rgba(0, 0, 0, 1), transparent 20%),
        linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent 100%);

    pointer-events: none;
}

@media (max-width: 1230px) {
    #mainContent .slick-arrow {
        display: none !important;
    }
}

@media (min-width: 1230px) and (max-width: 1380px) {
    #mainContent .slick-dots li {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 768px) {
    #mainContent .slick-dots li {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Page Headers */
.subpage-header::before {
    content: "";
    position: absolute;

    inset: 0;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent 80%),
        linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent 50%);

    pointer-events: none;
}

/* Event Video */
.event-video {
    width: 100%;
    aspect-ratio: 1170 / 612;
}

.event-video img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* Landing Services */
.list-menu__icon img {
    width: 60px;
    height: 60px;
}

/* Project Filters */
.project-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #36a516;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.project-filters .page-nav {
    margin: 0;
}

.project-filters .search-form {
    display: flex;
    height: fit-content;
}

.project-filters .search-form:has(input:focus) {
    input,
    button {
        border-color: #36a516;
    }
}

.project-filters .search-form input,
.project-filters .search-form button {
    padding: 0.6rem 1rem;
    border: 1px solid #d5d5d5;
    outline: none;
    transition: all 0.2s linear;

    --btn-border-radius: 3px;
}

.project-filters .search-form input {
    border-top-left-radius: var(--btn-border-radius);
    border-bottom-left-radius: var(--btn-border-radius);
    background: transparent;
    border-right: 0;
    font-size: 14px;
}

.project-filters .search-form button {
    border-top-right-radius: var(--btn-border-radius);
    border-bottom-right-radius: var(--btn-border-radius);
    background-color: #36a516;
    color: white;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.13em;
}

@media (max-width: 712px) {
    .project-filters {
        flex-direction: column;
    }

    .project-filters .page-nav {
        width: 100%;
        margin-bottom: 1rem;
    }

    .project-filters .page-nav .page-nav__list {
        width: 100%;
        justify-content: center;
        gap: 3rem;
    }

    .project-filters .search-form {
        width: 100%;
    }

    .project-filters .search-form input {
        width: 100%;
    }
}

/* Project Detail */
@media (max-width: 1026px) {
    .project-detail {
        width: 100%;
        max-width: none;
    }
}

/* Client Track */
.client-track .slick-arrow {
    border: 1px solid #d6d6d6 !important;
    color: #36a516 !important;
    margin-top: 0 !important;

    &:hover {
        background-color: #36a516 !important;
        color: #ffffff !important;
    }
}

/* anchor */
.anchor {
    scroll-margin-top: calc(70px + 20px); /* Header Height + Offset */
}

/* Home Event Highlights Section */
@media (min-width: 576px) {
    .presentation-projects .col-description {
        padding-inline: 2rem !important;
    }
}

/* text justifyo */
.text-justify {
    text-align: justify;
}

.text-justify * {
    text-align: justify;
}
