:root {
    --page-accent: #0d9488;
    --page-accent-light: rgba(13, 148, 136, 0.12);
}

.gallery-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: white;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 80px;
    width: 100%;
}

.gallery-item:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

.gallery-item img,
.gallery-logo-img {
    height: 100%;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
    object-fit: contain;
}

.gallery-item .lazy-img-container {
    height: 40px;
    width: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
}

.gallery-item .lazy-img-container picture {
    width: auto !important;
}

.gallery-item:hover img,
.gallery-item:hover .gallery-logo-img {
    filter: grayscale(0%);
    opacity: 1;
}

.fa-star:before {
    content: "\f005"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-heart:before {
    content: "\f004"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-comments:before {
    content: "\f086"
}
