.topbar-one__right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-menu-logo-box img {
    width: auto;
    height: 40px;
}

.main-slider-three__item {
    max-height: 70vh !important;
}
  
.banner-row {
    margin-top: calc(-3.75 * var(--bs-gutter-x)) !important;
}

.footer-widget__description-text {
    margin-bottom: 21px;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

.kvkk-consent-text {
    color: white;
}

.kvkk-consent-text a {
    color: color-mix(in srgb, var(--mediox-base) 80%, black 20%);
}

@media (max-width: 500px) {
    .banner-row {
        margin-top: calc(-1.75 * var(--bs-gutter-x)) !important;
    }
}

/* Services Three Item - Make whole card clickable */
.services-three__item--link {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.services-three__item--link:hover {
    text-decoration: none;
    color: inherit;
}

.services-three__item--link .services-three__item__bg,
.services-three__item--link .services-three__item__shape {
    cursor: pointer;
}