.button-group a {
    display: inline-block;
    text-decoration: none;
    transition: .3s;
    color: #777;
    position: relative;
    padding-top: 0;
    margin-left: 15px;
}

.button-group a:hover {
    color: #030c26;
}

.button-group a.active {
    color: #030c26;
    border-bottom: 1px solid var(--primary-color);
    font-weight: 500;
}

.button-group a::before {
    content: "/";
    position: relative;
    left: -12px;
    color: #777;
}

.button-group a:first-child::before {
    display: none;
}

.khs-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 50px;
}

.khs-pagination .khs-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    color: #030c26;
    text-decoration: none;
    font-weight: 500;
    transition: .25s;
}

.khs-pagination .khs-page-link:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.khs-pagination .khs-page-link.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

#khs-example-wrap {
    width: 300px;
    height: 200px;
    max-width: 100%;
    overflow: hidden;
}

#khs-example-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .4s ease;
}

i.fab.fa-whatsapp,
.fab.fa-whatsapp {
    display: inline-block;
    transform: scaleX(1);
    margin-right: 4px;
}

.header-cta .khs-established i {
    color: var(--primary-color);
}

.page-hizmetlerimiz .services-08-thumb .icon,
.page-anasayfa .services-08-thumb .icon {
    width: 300px;
    height: 300px;
    max-width: 100%;
    overflow: hidden;
}

.page-hizmetlerimiz .services-08-thumb .icon img,
.page-anasayfa .services-08-thumb .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .4s ease;
}

.page-hizmetlerimiz .services-08-item:hover .services-08-thumb .icon img,
.page-anasayfa .services-08-item:hover .services-08-thumb .icon img {
    transform: scale(1.08);
}

.service-detail .two-column figure.image {
    margin: 0;
    overflow: hidden;
    border-radius: 14px;
}

.service-detail .two-column figure.image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 14px;
    transition: transform .4s ease;
}

.service-detail .two-column figure.image:hover img {
    transform: scale(1.08);
}

