/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*HEADER*/
.dark-scheme .header:not(.-sticky) {
    background-color: #333;
}
.dark-scheme .header:not(.header-sidebar) {
    border: 1px solid #f4f4f445;
}
.header:not(.header-sidebar) {
    border: 1px solid #F4F4F4;
}
.header.-fixed {
    margin: auto;
    margin-top: 20px;
    max-width: 1268px;
    border-radius: 16px; }
.header-cap {
    height: unset;
}
#mega-menu-wrap {
    display: none;
}
.header-wrap-inner .menu-optional {
    gap: 24px;
}
.phone-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.phone-container .phone-number {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
}
.call-request {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    opacity: 0.4;
}
.button.-small:not(.-text), a.button.-small:not(.-text) {
    padding: 20px 34px;
    border-radius: 10px;
    font-family: 'Tezex', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.extra-title {
    font-weight: 500;
    color: var(--clb-button-color);
}
.elementor-245525 .elementor-element.elementor-element-a394d06 {
    backdrop-filter: blur(10px);
}
.elementor-245525 .elementor-element.elementor-element-1b6ad9c {
    --width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* SERVICE SECTION */
.services-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
/* Блок с изображениями, выстраиваем их в ряд */
.service-images {
    display: flex;
    gap: 16px; /* Добавляем отступы между изображениями */
    justify-content: center; /* Центрируем по горизонтали */
}

.service-image {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px; /* Скругляем углы */
    overflow: hidden; /* Чтобы контент не выходил за пределы */
}
/* Текст поверх изображений */
.service-image span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5); /* Прозрачный черный фон для читаемости */
    padding: 5px 10px;
    border-radius: 5px;
}
.service-image.active span {
    color: var(--clb-button-color);
    background-color: rgb(255, 255, 255);
}
.service-content {
    max-width: 520px;
    margin: 24px 0;
}
.service-content h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    text-transform: uppercase;
}
.service-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
/* Основной стиль для контейнера услуг */
.service-content {
    display: none;
    opacity: 0;
    position: relative;
    transition: all 0.3s ease;
}

/* Начальная позиция для анимации появления справа */
.slide-in-right {
    transform: translateX(100%);
    opacity: 0;
    animation: slideInRight 0.3s forwards;
}

/* Анимация выезда влево */
.slide-out-left {
    animation: slideOutLeft 0.3s forwards;
}

/* Анимация "выезда" контента справа */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Анимация "ухода" контента влево */
@keyframes slideOutLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

/* Активный контент */
.service-content.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}
/* FOOTER */
.holder {
    color: #fff;
}
.elementor-popup-modal .dialog-message {
    justify-content: center;
}
.button, a.button, .added_to_cart, button[type="submit"], input[type="submit"] {
    font-size: 10px !important;
    text-transform: uppercase;
    font-family: 'Tezex';
    letter-spacing: 0.05em;
}
.dark-scheme .dialog-widget-content {
    background-color: #111013 !important;
}
.dark-scheme #elementor-popup-modal-245796 {
    background-color: #000000bf;
}
/* CONTACT FORM */
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    height: 56px;
}
div.privacy {
    font-family: "Montserrat", Sans-serif;
    opacity: 0.7;
    font-size: 12px;
    font-weight: 400;
}
input.wpcf7-form-control {
    height: 56px;
    border-radius: 16px;
}
/* MOBILE VERSION  */
@media (max-width: 767px) {
    .mobile-hamburger,
    .phone-container,
    .menu-optional .button-group {
        display: none;
    }
    .full-width-btn a{
        width: 100%;
    }
    .e-con {
        --container-default-padding-right: 10px;
        --container-default-padding-left: 10px;
    }
}
.grecaptcha-badge {
    visibility: hidden;
}