/* Custom Overrides for Kfz-Meisterbetrieb Berisha */

.custom-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
}

.custom-logo .logo-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #d90202, #900101);
    color: #ffffff !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(217, 2, 2, 0.3);
}

.custom-logo .logo-text-box {
    display: flex;
    flex-direction: column;
}

.custom-logo .logo-brand,
.main-menu .custom-logo .logo-brand,
header .custom-logo .logo-brand,
.stricky-header .custom-logo .logo-brand,
.mobile-nav__content .custom-logo .logo-brand,
.site-footer-three .custom-logo .logo-brand {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 1.1;
    color: #ffffff !important;
    letter-spacing: 1px;
}

.custom-logo .logo-sub,
.main-menu .custom-logo .logo-sub,
header .custom-logo .logo-sub,
.stricky-header .custom-logo .logo-sub,
.mobile-nav__content .custom-logo .logo-sub,
.site-footer-three .custom-logo .logo-sub {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d90202 !important;
    letter-spacing: 2px;
}

/* Mobile Navigation Contact Items & Icons */
.mobile-nav__contact {
    margin-top: 25px !important;
}

.mobile-nav__contact li {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 12px !important;
}

.mobile-nav__contact li > i {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background-color: #d90202 !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
}

.mobile-nav__contact li a {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

/* Hero Banner Layout, Reduced Top Padding & Right Image Fix */
.banner-one {
    padding: 170px 0 90px !important;
}

@media (max-width: 991px) {
    .banner-one {
        padding: 115px 0 50px !important;
    }
}

.banner-one__left {
    position: relative;
    z-index: 10;
}

.banner-one__right {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    margin-top: 20px;
    max-width: 100%;
    z-index: 2;
    text-align: center;
}

.banner-one__img {
    position: relative;
    max-width: 100%;
    display: inline-block;
}

.banner-one__img > img {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    border: 3px solid rgba(217, 2, 2, 0.4);
    display: block;
    margin: 0 auto;
    animation: none !important;
}

.banner-one__img-shape-box {
    display: none !important;
}

/* Sleek Border-Left Accent Tagline */
.contact-info-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.07);
    border: none;
    border-left: 4px solid #d90202;
    padding: 8px 16px;
    border-radius: 0 8px 8px 0;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.contact-info-badge i {
    color: #d90202;
    font-size: 14px;
}

/* Modern Sleek Floating Scroll-to-Top Button (Pure CSS Arrow - No font dependency) */
.scroll-to-top {
    position: fixed !important;
    bottom: 25px !important;
    right: 25px !important;
    width: 46px !important;
    height: 46px !important;
    background: #d90202 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: none !important;
    z-index: 9999 !important;
    box-shadow: 0 4px 15px rgba(217, 2, 2, 0.4) !important;
    transition: all 0.3s ease !important;
    opacity: 0;
    visibility: hidden;
    text-decoration: none !important;
}

.scroll-to-top.show {
    opacity: 1 !important;
    visibility: visible !important;
    bottom: 25px !important;
}

.scroll-to-top__text,
.scroll-to-top__wrapper {
    display: none !important;
}

.scroll-to-top::after {
    content: "" !important;
    width: 12px;
    height: 12px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    transform: rotate(45deg) translateY(2px);
    display: block;
}

.scroll-to-top:hover {
    background: #111111 !important;
    transform: translateY(-3px) !important;
}

/* Service Section Top Alignment Fix for Mobile */
@media (max-width: 767px) {
    .service-three__top {
        text-align: center;
        justify-content: center !important;
    }
    .service-three__top .section-title {
        text-align: center !important;
        margin-bottom: 15px !important;
    }
    .service-three__btn-box {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
}

/* Page Header Spacing Overrides for Subpages */
.page-header {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #141414;
    z-index: 1;
}

.page-header__inner {
    position: relative;
    display: block;
    padding: 220px 0 90px !important;
    z-index: 1;
}

@media (max-width: 991px) {
    .page-header__inner {
        padding: 160px 0 60px !important;
    }
}

/* Todo / legal callouts */
.todo-notice {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    color: #856404;
    padding: 8px 12px;
    margin: 8px 0;
    font-size: 13px;
    font-weight: 600;
}

/* Service Detail Page styles */
.service-details__sidebar-service-list li.active a {
    background-color: #d90202;
    color: #ffffff;
}

.service-details__contact-box {
    background-color: #1a1a1a;
    padding: 30px;
    border-radius: 10px;
    color: #ffffff;
    border-top: 4px solid #d90202;
}

/* Clean up hover effects */
a:hover {
    text-decoration: none;
}

/* Preloader safety fallback */
#preloader {
    pointer-events: none;
}
