.main-header .navbar-brand img {
    height: 60px;
    width: auto;
}

.preloader {
    background: #f7fbfb;
}

.preloader .loading {
    display: none;
}

#loading-icon {
    width: 72px;
    height: auto;
    margin-left: -36px;
    margin-top: -36px;
    animation: preloaderFade 0.9s ease-in-out infinite alternate;
}

#loading-icon img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .main-header .navbar-brand img {
        height: 50px;
    }

    #loading-icon {
        width: 64px;
        margin-left: -32px;
        margin-top: -32px;
    }
}

:root {
    --primary-color: #4aa8aa;
    --accent-color: #2f8f92;
    --secondary-color: #E6EFED;
    --text-color: #153C33B3;
    --dark-divider-color: #153C331A;
}

a:hover,
.btn-default.btn-highlighted,
.btn-default:hover,
.header-btn .btn-default,
.service-btn,
.blog-btn {
    color: #ffffff;
}

.btn-default {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-default.btn-highlighted {
    background: var(--accent-color);
    border-color: var(--accent-color);
}

.hero.bg-image.hero-video::before {
    background-color: #0b2b2c;
    opacity: 0.35;
}

.main-footer {
    background-color: #0c1110;
}

.main-footer,
.main-footer a,
.main-footer p,
.main-footer h3 {
    color: #f2f4f4;
}

.footer-copyright {
    border-top-color: rgba(255, 255, 255, 0.12);
}

.footer-contact .icon-box img {
    filter: brightness(0) invert(1);
}

.footer-logo img {
    filter: none;
    width: 220px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.store-links,
.footer-store-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.footer-store-links {
    margin-top: 16px;
}

.store-links .store-badge-image,
.footer-store-links .store-badge-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(12, 17, 16, 0.08);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.store-links .store-badge-image:hover,
.footer-store-links .store-badge-image:hover {
    transform: translateY(-2px);
    border-color: rgba(74, 168, 170, 0.7);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.footer-store-links .store-badge-image {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.footer-store-links .store-badge-image:hover {
    border: 0;
    box-shadow: none;
}

.store-links .store-badge-image img,
.footer-store-links .store-badge-image img {
    display: block;
    height: 42px;
    width: auto;
    max-width: 280px;
    border-radius: 10px;
}

.store-links .store-badge-image-huawei img,
.footer-store-links .store-badge-image-huawei img {
    clip-path: inset(2px round 11px);
}

.store-badge-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .store-links .store-badge-image,
    .footer-store-links .store-badge-image {
        width: 100%;
        justify-content: center;
    }

    .store-links .store-badge-image img,
    .footer-store-links .store-badge-image img {
        width: 100%;
        height: auto;
        max-width: 320px;
    }

    .footer-store-links {
        gap: 10px;
    }

    .footer-store-links .store-badge-image {
        width: auto;
        justify-content: flex-start;
    }

    .footer-store-links .store-badge-image img {
        width: auto;
        height: 36px;
        max-width: 210px;
    }

    .footer-store-links {
        display: none;
    }

    .main-footer {
        padding: 36px 0 0;
    }

    .about-footer,
    .footer-contact,
    .footer-copyright-text,
    .footer-links {
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 16px;
    }

    .footer-logo img {
        width: 172px;
    }

    .about-footer-content {
        margin-bottom: 14px;
    }

    .about-footer-content p {
        font-size: 15px;
        line-height: 1.6;
    }

    .footer-social-links ul {
        display: flex;
        justify-content: center;
        gap: 18px;
    }

    .footer-social-links ul li {
        margin-right: 0;
    }

    .about-working-hour,
    .about-service-list {
        display: none;
    }

    .footer-contact {
        margin-top: 28px;
    }

    .footer-contact h3 {
        margin-bottom: 16px;
    }

    .footer-contact-details .footer-info-box {
        justify-content: center;
        margin-bottom: 14px;
    }

    .footer-info-box .icon-box {
        margin-right: 12px;
    }

    .footer-info-box-content p {
        font-size: 16px;
        line-height: 1.45;
    }

    .footer-copyright {
        margin-top: 26px;
        padding: 24px 0 18px;
    }

    .footer-copyright-text p {
        font-size: 13px;
        line-height: 1.6;
    }

    .footer-links ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px 14px;
        text-align: center;
        margin-top: 18px;
    }

    .footer-links ul li {
        display: block;
        margin-right: 0;
    }

    .footer-links ul li a {
        display: block;
        font-size: 15px;
        line-height: 1.35;
    }
}

@keyframes preloaderFade {
    from {
        opacity: 0.82;
        transform: scale(0.985);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.post-featured-image.no-image,
.post-image.no-image {
    background: linear-gradient(135deg, #e6efed 0%, #ffffff 100%);
    border: 1px dashed rgba(21, 60, 51, 0.2);
    min-height: 240px;
    display: grid;
    place-items: center;
    text-align: center;
}

.post-featured-image.no-image .no-image-content,
.post-image.no-image .no-image-content {
    font-weight: 700;
    color: #153c33;
    letter-spacing: 0.5px;
}

.cookie-banner {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: 24px;
    background: #111414;
    color: #f5f7f7;
    padding: 20px 24px;
    border-radius: 18px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: all 0.25s ease;
}

.cookie-banner.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

.cookie-banner-inner {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cookie-banner a {
    color: #73cbcc;
    text-decoration: underline;
}

.cookie-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hp-field-wrap {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hp-field {
    display: none !important;
}

@media (max-width: 768px) {
    .cookie-banner {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }

    .cookie-banner-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
