/* Google Fonts - Support for Cyrillic */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');

/* Custom Font Settings */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.title,
.banner-six-inner .title,
.section-title {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-weight: 700;
}

.subtitle,
.nav-area ul li a,
.rts-btn {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Video Banner Styles */
.video-banner {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

/* Service Card Overlay Styles */
.single-service-nine {
    position: relative;
}

.single-service-nine::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    z-index: 1;
}

.single-service-nine .title,
.single-service-nine .icon {
    position: relative;
    z-index: 2;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.video-background .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.banner-content-wrapper {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
}

.video-banner .banner-six-inner {
    color: #fff;
    text-align: center;
}

.video-banner .banner-six-inner .title {
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.video-banner .banner-six-inner .subtitle {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.video-banner .banner-six-inner .disc {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.video-banner .button-area {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

/* Adjust line heights for Cyrillic */
.banner-six-inner .title {
    line-height: 1.3;
}

.nav-area ul li a {
    letter-spacing: -0.01em;
}

.rts-single-shop-area .thumbnail img {
    width: 100%;
    max-width: 500px;
    height: 260px;
}

/* Responsive text adjustments */
@media (max-width: 767px) {
    .banner-six-inner .title {
        font-size: 36px;
        line-height: 1.25;
    }
    .nav-area ul li a {
        font-size: 14px;
    }
    .video-banner {
        min-height: 500px;
    }
    .video-banner .banner-six-inner .title {
        font-size: 2.5rem;
    }
    .video-banner .banner-six-inner .subtitle {
        font-size: 1rem;
    }
    .video-banner .banner-six-inner .disc {
        font-size: 1rem;
    }
}
