/* =========================================
   Общие стили
========================================= */
h2, h3, h4, p, label {
    color: white;
}

svg {
    margin-bottom: 4%;
}
/*.wpcf7-response-output {
    display: none !important;
}*/
/* =========================================
   Hero Section
========================================= */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url('/wp-content/uploads/2025/08/144.jpeg') no-repeat center center/cover;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

/* =========================================
   Секции и отступы
========================================= */
.section-extra-space { padding-top: 10rem; }
.section-1 { padding: 10vh 0; }
.section-2 { background-color: transparent; padding: 80px 0; margin-top: 2%; }
.section-3 { padding: 10vh 0; text-align: left; background-color: #1e232b; color: #fff; position: relative; z-index: 1; }

/* =========================================
   Текстовые блоки
========================================= */
.order-text {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #e0dad2 !important;
    letter-spacing: 0.2em;
    line-height: 1.4em;
}

.order-text-2 {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFFFFF !important;
    line-height: 1.4em;
    text-align: left;
    padding-top: 1rem;
}

.main-text {
    font-family: 'Nanum Myeongjo', Georgia, "Times New Roman", serif;
    text-transform: uppercase;
    font-size: 75px;
    color: #cab6a1 !important;
    line-height: 0.8em;
    margin: 0;
}

.count-text {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #FFFFFF !important;
    text-align: left;
    margin-bottom: 1.5rem;
}

.count-text h1 { font-size: 2rem; margin: 0; }
.count-text p { font-size: 1rem; }

/* =========================================
   Кнопки
========================================= */
.btn-contact {
    margin-top:2%;
    padding: 12px 30px;
    background-color: #cab6a1 !important;

    color: #000;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-contact:hover { background-color: #b59a8d; }

/* =========================================
   Полу-затемненный фон
========================================= */
.bg-dark-opacity {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.bg-dark-opacity::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #1e232b;
    opacity: 0.5;
    z-index: -1;
}


/* =========================================
   Footer
========================================= */
.contact-footer-section {
    background-color: #1e232b;
    padding: 40px 0;
    color: white;
}

.contact-footer-section h4.mb-3 {
    font-family: 'Nanum Myeongjo', Georgia, "Times New Roman", serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    color: #cab6a1 !important;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.contact-footer-section p,
.contact-footer-section a,
.contact-footer-section div {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 10px !important;
    color: white;
    text-align: center;
}

.contact-footer-section a { text-decoration: none; }
.contact-footer-section a:hover { text-decoration: underline; }

/* =========================================
   Section 2 — иконки и карточки
========================================= */
.section-2 .col-12 { padding: 30px 20px; }
.section-2 svg { width: 50px; height: 50px; margin-bottom: 20px; }
.section-2 h4 {
    font-family: 'Nanum Myeongjo', Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #cab6a1;
    margin-bottom: 15px;
    line-height: 1.3em;
}
.section-2 p {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    color: #ffffff;
    margin: 0 auto;
    max-width: 90%;
}

/* =========================================
   Секция 3 — картинка
========================================= */
.section-3 .img-wrapper { position: relative; height: 500px; }
.section-3 .section3-img {
    position: absolute;
    top: -30%;
    right: -10%;
    height: 120%;
    width: auto;
    object-fit: cover;
}

/* Секция 4 */
.section-4 {
    background-color: #1e232b;
    color: #fff;
    position: relative;
    z-index: 1;
}

.section-4 .main-text {
    font-size: 75px;
    text-transform: uppercase;
    color: #cab6a1;
}

.section-4 .order-text-2 {
    font-size: 25px;
    line-height: 1.6em;
    padding-left: 1rem;  /* небольшой отступ слева */
    padding-right: 1rem; /* небольшой отступ справа */
}


/* Картинка */
.section-4 .section4-img {
    width: 100%;      /* на всю ширину блока */
    min-height: 500px; /* минимальная высота */
    object-fit: cover; /* сохраняет пропорции и обрезает лишнее */
}

/* Адаптив */
@media (max-width: 992px) {
    .section-4 .main-text {
        font-size: 36px;
        text-align: center;
    }
    .section-4 .order-text-2 {
        font-size: 16px;
        text-align: center;
    }
    .section-4 .section4-img {
        min-height: 500px;
    }
}

@media (max-width: 576px) {
    .section-4 .main-text {
        font-size: 28px;
    }
    .section-4 .order-text-2 {
        font-size: 14px;
    }
    .section-4 .section4-img {
        min-height: 350px;
    }
}


/* =========================================
   Адаптивность
========================================= */
/* Планшеты <= 992px */
@media (max-width: 992px) {
    .main-text { font-size: 55px; line-height: 1.1em; }
    .order-text-2 { font-size: 18px; }
    .count-text h1 { font-size: 1.8rem; }
    .count-text p { font-size: 14px; }
    .btn-contact { width: 200px; height: 40px; }
    .section-2 { padding: 60px 0; }
    .section-2 svg { width: 45px; height: 45px; }
    .section-2 h4 { font-size: 18px; }
    .section-2 p { font-size: 15px; max-width: 100%; }
    .section-3 .section3-img { top: -10%; right: 0; height: 100%; }
}

/* Мобильные <= 576px */
@media (max-width: 576px) {
    .main-text, .section-3 .main-text { font-size: 36px; line-height: 1.1em; text-align: center; }
    .order-text-2, .section-3 .order-text-2 { font-size: 16px; text-align: center; }
    .count-text { font-size: 14px; text-align: center; margin-bottom: 1rem; }
    .btn-contact { width: 100%; text-align: center; }
    .section-3 h2 { font-size: 28px; }
    .section-3 .form-control { font-size: 14px; padding: 10px 15px; }
    .section-3 .btn-contact { width: 100%; font-size: 16px; }
    .section-2 { padding: 40px 0; }
    .section-2 .row { margin-left: 0; margin-right: 0; }
    .section-2 .col-12 { padding: 25px 15px; }
    .section-2 svg { width: 40px; height: 40px; margin-bottom: 15px; }
    .section-2 h4 { font-size: 17px; margin-bottom: 10px; }
    .section-2 p { font-size: 14px; line-height: 1.6em; }
}
