.references-table__table {
    border: 1px solid #e5e5e5;
}

.references-table__table thead th {
    background: #4F81BD;
    color: #ffffff;
    letter-spacing: 0.2px;
}

.references-table__table tbody tr {
    transition: background-color 0.2s ease;
}

.references-table__table tbody tr:hover {
    background: rgba(12, 149, 236, 0.08);
}

.references-table__table th,
.references-table__table td {
    vertical-align: middle;
}

@media (max-width: 575.98px) {
    .references-table__table thead {
        display: none;
    }

    .references-table__table,
    .references-table__table tbody,
    .references-table__table tr,
    .references-table__table td {
        display: block;
        width: 100%;
    }

    .references-table__table tr {
        border: 1px solid #e5e5e5;
        box-shadow: 0 4px 10px rgba(12, 149, 236, 0.08);
        margin-bottom: 12px;
        padding: 8px;
    }

    .references-table__table td {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 6px 8px;
    }

    .references-table__table td::before {
        content: attr(data-label);
        color: #4F81BD;
        font-weight: 600;
    }
}

.image-gallery-slider-small__single-slide img {
    cursor: pointer;
}

.slotholder {
    filter: brightness(0.5);
}

.google-map iframe {
    width: 100%;
    height: 560px;
}

.cta-area {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cta-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.cta-area>.container {
    position: relative;
    z-index: 2;
}

.brand-logo-slider__single img {
    max-height: 120px;
}

.grey-bg {
    background-color: #f7f7f7;
}