body {
    background-color: #f9f9f9;
}

.border-video {
    border: solid 5px rgba(200, 200, 200, 0.5) !important; /* Полупрозрачная граница */
}

.logo-img {
    width: 100%;
    max-width: 130px;
    height: auto;
}
footer .logo-img {
    width: 100%;
    max-width: 90px;
    height: auto;
}
header {
    background: url('/assets/img/intro3.jpg') center/cover no-repeat;
    height: 100vh;
}
header .intro {
    height: 70vh;
    color: white;

    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px #000;
}
.features i {
    font-size: 2rem;
    color: #007bff;
}
footer {
    background-color: #f8f9fa;
    padding: 2rem 0;
}

.phone-display a {
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .phone-display {
        width: 100%;
        margin-top: 1rem;
        text-align: center;
    }
}

.navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    font-weight: 500;
}

/* Скрываем все элементы управления, кроме кнопки Play */
.video-js .vjs-control-bar {
    display: flex;
    justify-content: center; /* Центрируем кнопку Play */
}

.video-js .vjs-control-bar > * {
    display: none; /* Скрываем все элементы */
}

.video-js .vjs-play-control {
    display: block !important; /* Показываем только кнопку Play */
}



/* Скрываем стандартную панель управления */
.card-body  .video-js .vjs-control-bar {
    display: none;
}

/* Стили для кастомной кнопки Play */
.card-body .video-js .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Центрируем кнопку */
    width: 80px; /* Размер кнопки */
    height: 80px;
    border-radius: 50%; /* Делаем кнопку круглой */
    border: none;
    background-color: rgba(255, 255, 255, 0.3); /* Цвет фона */
    cursor: pointer;
    margin-top: 0;
    margin-left: 0;
}

/* Стили для иконки внутри кнопки Play */
.card-body  .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
    content: "▶"; /* Убираем стандартную иконку */
    display: block;
    line-height: 70px;
    width: 100%;
    height: 100%;
}

.card-body .video-js.vjs-paused .vjs-big-play-button {
    display: block; /* Уберите это, если есть */
}

.star {
    filter: invert(65%) sepia(99%) saturate(2140%) hue-rotate(359deg) brightness(104%) contrast(108%);


}
.order-label {
    min-width: 35%;
    max-width: 45%;
}

.progress, .progress-stacked {
    --bs-progress-height: 5px;
}

.footer {
    padding: 30px 0;
    background: #222;
    color: #fff;
    font-size: 14px
}

.footer a {
    color: #fff
}

.footer__wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 50px;
    flex-wrap: wrap
}

.footer__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 270px
}

#s-2 {
    border-radius: 5px;
    padding: 10px;
    max-width: 150px;
    border: none
}

.footer__item__heading {
    font-family: "Gilroy", "Tahoma", sans-serif;
    font-size: 15px
}

.footer__item__pay div {
    display: flex;
    gap: 10px
}

.header__messengers, .footer__messengers {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer__phone {
    align-items: start;
}

.header__phone, .footer__phone {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 8px;
}

.header__phone a:first-child, .footer__phone a:first-child {
    letter-spacing: .3px;
}

.footer a {
    color: #fff;
}

.header__phone a, .footer__phone a {
    text-decoration: none;
    font-family: "Gilroy", "Tahoma", sans-serif;
    font-size: 20px;
}

.btn {

    --bs-btn-border-radius: 0;
}
.bg-danger, .btn-danger {
    background-color: #f75a53;
}

/* КАТАЛОГ */
.house-card:hover .house-image {
    transform: scale(1.03);
}

.house-image {
    transition: transform 0.3s ease;
    width: 100%;
    display: block;
}

.label-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.95);
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.btn.active {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

/* ОТЗЫВЫ */
.swiper {
    padding-bottom: 40px;
}

.custom-swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.swiper-button-prev.custom-swiper-button {
    left: -25px;
}

.swiper-button-next.custom-swiper-button {
    right: -25px;
}

.custom-swiper-button::after {
    font-size: 20px;
    color: #000;
}

.custom-swiper-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
}