.elementor-22 .elementor-element.elementor-element-2cd85fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22 .elementor-element.elementor-element-a686521{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22 .elementor-element.elementor-element-556436b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22 .elementor-element.elementor-element-32e049e{margin:-2% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;}.elementor-22 .elementor-element.elementor-element-cda1906{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22 .elementor-element.elementor-element-5b5bdd7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22 .elementor-element.elementor-element-ad7e388{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22 .elementor-element.elementor-element-c991ceb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22 .elementor-element.elementor-element-91aa67c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-22 .elementor-element.elementor-element-56d93af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a49c2fb *//* --- HERO SECTION: FULL WIDTH HACK --- */
.hero-section {
    position: relative;
    /* Цей блок коду змушує секцію бути на всю ширину екрану, 
       ігноруючи обмеження Elementor */
    width: 100vw; 
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    
    min-height: 600px; /* Висота банера */
    display: flex;
    justify-content: center;
    padding-top: 100px; 
    /* Важливо: ми залишаємо місце внизу, але картки виходитимуть за нього */
    padding-bottom: 100px; 
    font-family: 'Helvetica', 'Arial', sans-serif;
    box-sizing: border-box;
}

/* Фон на всю ширину */
.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -2;
}

/* Затемнення */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Трохи світліше затемнення */
    z-index: -1;
}

.hero-container {
    width: 100%;
    max-width: 1200px; /* Обмежуємо контент по центру */
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Центруємо текст вертикально */
    height: 100%;
    position: static; /* Важливо для позиціонування карток */
}

/* --- ТЕКСТОВА ЧАСТИНА --- */
.hero-content {
    color: #fff;
    max-width: 800px;
    margin-bottom: 50px; /* Піднімаємо текст трохи вище */
}

.hero-badge {
    background-color: #f37021;
    color: #fff;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 25px;
}

.hero-content h1 {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.hero-sub {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.9;
}

/* --- КАРТКИ (OVERLAP EFFECT) --- */
.info-cards-wrapper {
    display: flex;
    /* Абсолютне позиціонування робить "звисання" */
    position: absolute;
    bottom: -80px; /* Опускаємо картки вниз за межі секції */
    left: 50%;
    transform: translateX(-50%); /* Центруємо блок */
    
    width: 100%;
    max-width: 1200px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    z-index: 10; /* Щоб картки були поверх наступної секції */
}

.info-card {
    flex: 1;
    padding: 40px 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 100%; /* Однакова висота */
}

/* Білі картки */
.white-card {
    background: #fff;
    border-right: 1px solid #f0f0f0;
}

/* Помаранчева картка */
.orange-card {
    background: #f37021;
    color: #fff;
}

.white-card .card-text h3 { color: #333; }
.white-card .card-text p { color: #666; }
.orange-card .card-text h3 { color: #fff; }
.orange-card .card-text p { color: #fff; opacity: 0.9; }

/* Іконки */
.card-icon {
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.white-card .card-icon {
    border: 2px solid #f37021;
    color: #f37021;
    border-radius: 4px;
}

.orange-card .card-icon {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
}

.card-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.card-text p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* YouTube відео як фон */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -2;
    pointer-events: none;
}

.hero-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.78vh;  /* 16:9: висота × 16/9 */
    height: 56.25vw;  /* 16:9: ширина × 9/16 */
    min-width: 100%;
    min-height: 100%;
}

/* Старий клас hero-bg можна видалити або залишити про всяк випадок, він більше не використовується в HTML */

@media (max-width: 900px) {
    .hero-section {
        padding-top: 60px;
        padding-bottom: 40px;
        min-height: 100vh;
    }
    
    .hero-content h1 { font-size: 32px; }
    
    .info-cards-wrapper {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }
    
    .white-card { border-right: none; border-bottom: 1px solid #eee; }

    /* Відео на весь фон у портретній орієнтації */
    .hero-video iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 400vw;    /* дуже широко — перекриває весь фон */
        height: 225vw;   /* 16:9 від ширини */
        min-width: 400vw;
        min-height: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-febaa8d *//* --- СЕКЦІЯ (Без змін) --- */
.intro-section {
    position: relative;
    background-color: #fff;
    padding-top: 180px; /* Компенсація карток зверху */
    padding-bottom: 100px;
    overflow: hidden; /* ВАЖЛИВО: Додано hidden, щоб при анімації з боків не з'являлася горизонтальна прокрутка */
}

/* --- СІТКА (GRID) (Без змін) --- */
.intro-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

/* --- ТЕКСТОВА ЧАСТИНА (Без змін) --- */
.intro-content {
    flex: 1;
    max-width: 500px;
}

.intro-subtitle {
    color: var(--brand-orange);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: block;
}

.intro-title {
    color: #333333;
    font-family: var(--font-primary);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 24px;
}

.intro-text p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* --- КАРТИНКА (Без змін) --- */
.intro-image-wrapper {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Важливо для анімації правої частини */
    transform-origin: center right;
}

.intro-orange-bg {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 80%;
    height: 90%;
    background-color: var(--brand-orange);
    z-index: 1;
}

.intro-img-box {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); 
}

.intro-img-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* --- НОВА АНІМАЦІЯ: З'ЇЗД З БОКІВ --- */

/* Рух зліва направо */
@keyframes slideInFromLeft {
    from {
        opacity: 0;
        /* Початкова позиція: зсунуто вліво на 150px */
        transform: translateX(-150px); 
    }
    to {
        opacity: 1;
        /* Кінцева позиція: на своєму місці */
        transform: translateX(0); 
    }
}

/* Рух справа наліво */
@keyframes slideInFromRight {
    from {
        opacity: 0;
        /* Початкова позиція: зсунуто вправо на 150px */
        transform: translateX(150px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Класи для застосування анімацій */
.fade-in-left {
    opacity: 0; /* Спочатку невидимі */
    /* Тривалість 1с, плавний старт і кінець */
    animation: slideInFromLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.fade-in-right {
    opacity: 0;
    animation: slideInFromRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* --- МОБІЛЬНА АДАПТАЦІЯ --- */
@media (max-width: 991px) {
    .intro-grid {
        flex-direction: column;
        gap: 50px;
    }
    .intro-content { max-width: 100%; text-align: left; }
    .intro-orange-bg { width: 100%; top: -20px; right: -20px; }
    .intro-section { padding-top: 100px; }
    
    /* На мобільному краще спростити анімацію до звичайного фейду, 
       бо рух з боків на вузькому екрані може виглядати різко */
    @keyframes simpleFadeIn { from { opacity: 0; } to { opacity: 1; } }
    
    .fade-in-left, .fade-in-right {
        animation-name: simpleFadeIn;
        transform: none !important; /* Скасовуємо зсув */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54f2ac5 *//* --- СЕКЦІЯ --- */
.services-section {
    padding: 100px 0;
    background-color: #fffaf7; 
    overflow: hidden;
}

.services-grid {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* --- ЛІВА КОЛОНКА (КОЛАЖ) --- */
.services-images-wrapper {
    flex: 1;
    position: relative;
    /* Збільшили мінімальну висоту, бо фото стали вищими */
    min-height: 850px; 
}

.collage-container {
    position: relative;
    width: 100%;
    /* Цей відступ опускає весь колаж вниз, щоб він був по центру відносно тексту */
    margin-top: 50px; 
}

/* Спільні стилі для картинок */
.collage-img {
    position: absolute;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    background: #fff;
}

.collage-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Важливо: фото не розтягується, а обрізається по центру */
    display: block;
}

/* --- ТОЧНІ РОЗМІРИ ТА ПОЗИЦІЇ (Як на скріншоті) --- */

/* 1. Верхня ліва (Вертикальна - Люди з планом) */
.img-1 {
    width: 44%; /* ~265px */
    height: 472px; /* ТОЧНИЙ РОЗМІР З ВАШОГО СКРІНУ */
    top: 0;
    left: 0;
    z-index: 3; 
}

/* 2. Верхня права (Рівень) */
.img-2 {
    width: 48%;
    height: 320px; /* Пропорційно менша */
    top: 120px; /* Опустили нижче, щоб була "сходинка" відносно першої */
    right: 0;
    z-index: 2;
}

/* 3. Нижня (Фундамент) */
.img-3 {
    width: 60%;
    height: 280px;
    /* Позиція відносно верху контейнера: 472px (висота першої) - трохи накладення */
    top: 420px; 
    left: 20px;
    z-index: 4; /* Найвищий пріоритет, перекриває інші */
}

/* Помаранчевий квадрат (Фон) */
.collage-orange-box {
    position: absolute;
    width: 45%;
    height: 350px;
    background-color: var(--brand-orange);
    top: 300px; /* По центру композиції */
    right: 10%;
    z-index: 1; /* На задньому плані */
}

/* --- ПРАВА КОЛОНКА --- */
.services-content-wrapper {
    flex: 1;
    padding-top: 40px; /* Трохи опустили текст, щоб він починався гарно відносно фото */
}

.services-title {
    font-family: var(--font-primary);
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 24px;
    line-height: 1.1;
}

.services-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 50px;
}

/* --- АКОРДЕОН --- */
.services-accordion {
    border-top: 1px solid #eaeaea;
}

.accordion-item {
    border-bottom: 1px solid #eaeaea;
}

.accordion-header {
    padding: 24px 0;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 700;
    color: var(--maine-black);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.accordion-header::-webkit-details-marker { display: none; }

.arrow-icon {
    font-size: 14px;
    color: var(--maine-black);
    transition: transform 0.3s ease;
}

details[open] .arrow-icon {
    transform: rotate(180deg);
}

.accordion-body {
    padding-bottom: 30px;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- ПУНКТИ --- */
.service-point {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}
.point-icon i {
    color: var(--brand-orange);
    font-size: 20px;
    margin-top: 2px;
}
.point-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--maine-black);
    margin: 0 0 8px 0;
}
.point-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* --- МОБІЛЬНА АДАПТАЦІЯ --- */
@media (max-width: 991px) {
    .services-grid {
        flex-direction: column-reverse; 
        gap: 40px;
    }
    
    .services-images-wrapper {
        min-height: 700px;
    }
    
    .collage-container { margin-top: 0; }
    
    /* Адаптація розмірів для менших екранів */
    .img-1 { width: 45%; height: 350px; }
    .img-2 { width: 48%; height: 250px; top: 80px; }
    .img-3 { width: 65%; height: 220px; top: 300px; left: 0; }
    .collage-orange-box { width: 50%; height: 250px; top: 200px; right: 5%; }
}

/* --- МОБІЛЬНА АДАПТАЦІЯ --- */

/* Планшети і горизонтальні телефони (до 991px) */
@media (max-width: 991px) {
    .services-grid {
        flex-direction: column-reverse; /* Спочатку текст, потім картинки знизу */
        gap: 40px;
    }
    
    .services-images-wrapper {
        width: 100%;
        /* Зменшили висоту контейнера, щоб не було дірки знизу */
        min-height: 550px; 
    }
    
    .collage-container { 
        margin-top: 0; 
    }
    
    /* Адаптація картинок */
    .img-1 { 
        width: 42%; 
        height: 380px; 
    }
    
    .img-2 { 
        width: 50%; 
        height: 280px; 
        top: 60px; 
    }
    
    .img-3 { 
        width: 60%; 
        height: 240px; 
        top: 280px; /* Підтягнули третю картинку вище */
        left: 0; 
    }
    
    .collage-orange-box { 
        width: 50%; 
        height: 250px; 
        top: 200px; 
        right: 0; 
    }
}

/* Мобільні телефони вертикально (до 479px) */
@media (max-width: 479px) {
    .services-images-wrapper {
        /* Ще менша висота для телефонів */
        min-height: 420px; 
    }

    .img-1 { 
        width: 45%; 
        height: 280px; /* Робимо картинки меншими */
    }
    
    .img-2 { 
        width: 50%; 
        height: 200px; 
        top: 40px; 
    }
    
    .img-3 { 
        width: 65%; 
        height: 180px; 
        top: 210px; /* Ще вище підтягуємо низ */
        left: 0; 
    }

    .collage-orange-box {
        top: 150px;
        height: 200px;
    }
    
    .services-title {
        font-size: 32px; /* Трохи менший шрифт заголовка */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32e049e *//* --- СЕКЦІЯ --- */
.process-section {
    padding: 100px 0;
    background-color: #fffaf7; /* Такий самий фон, як у Services, щоб зливалося */
    overflow: hidden;
}

.process-grid {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

/* --- ЛІВА КОЛОНКА (ТЕКСТ) --- */
.process-content-wrapper {
    flex: 1;
    padding-top: 20px;
}

.process-subtitle {
    color: var(--brand-orange);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: block;
}

.process-title {
    font-family: var(--font-primary);
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 24px;
    line-height: 1.1;
}

.process-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Використовуємо стилі акордеона з попередньої секції, 
   але якщо потрібно щось змінити, додаємо класи сюди */
.process-accordion {
    border-top: 1px solid #eaeaea;
}

/* --- ПРАВА КОЛОНКА (ФОТО) --- */
.process-image-wrapper {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center; /* Центруємо композицію в колонці */
    padding-top: 40px; /* Трохи опускаємо вниз */
}

.process-img-container {
    position: relative;
    width: 400px; /* Фіксуємо ширину композиції */
    height: 550px;
}

/* Основне фото */
.process-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 2; /* Поверх квадрата */
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.process-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Помаранчевий квадрат */
.process-orange-box {
    position: absolute;
    width: 100%; /* Ширина як у картинки */
    height: 100%;
    background-color: var(--brand-orange);
    top: 50px;   /* Зсув вниз */
    left: 50px;  /* Зсув вправо */
    z-index: 1;  /* Позаду фото */
}

/* --- МОБІЛЬНА АДАПТАЦІЯ --- */
@media (max-width: 991px) {
    .process-grid {
        flex-direction: column; /* Текст зверху, фото знизу */
        gap: 60px;
    }
    
    .process-image-wrapper {
        width: 100%;
        justify-content: flex-start; /* Вирівнювання вліво на мобільному */
        padding-top: 0;
    }
    
    .process-img-container {
        width: 80%; /* На мобільному займає 80% ширини */
        height: auto;
        aspect-ratio: 3/4; /* Пропорція */
    }
    
    .process-img {
        height: 100%;
        position: relative; /* Щоб висота рахувалася автоматично */
    }
    
    .process-orange-box {
        top: 30px;
        left: 30px;
    }
    
    .process-title { font-size: 32px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7aa6a28 *//* --- СЕКЦІЯ --- */
.why-choose-section {
    padding: 100px 0;
    background-color: #fff; /* Білий фон */
    overflow: hidden;
}

.why-grid {
    display: flex;
    gap: 80px;
    align-items: center; /* Центрування по вертикалі */
}

/* --- ЛІВА КОЛОНКА (КОНТЕНТ) --- */
.why-content {
    flex: 1;
}

.why-subtitle {
    color: var(--brand-orange);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: block;
}

.why-title {
    font-family: var(--font-primary);
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 40px;
}

/* Список переваг */
.why-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.why-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* Іконка галочки */
.why-icon {
    min-width: 24px;
    height: 24px;
    background-color: var(--brand-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    margin-top: 4px; /* Вирівнювання з заголовком */
}

.why-text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #555; /* Трохи сірий заголовок, як на скріні */
    margin: 0 0 8px 0;
}

.why-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* --- ПРАВА КОЛОНКА (КАРТКИ) --- */
.why-stats-wrapper {
    flex: 1;
    position: relative;
    height: 500px; /* Фіксована висота контейнера для карток */
}

.stats-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Загальний стиль картки */
.stat-card {
    position: absolute;
    background: linear-gradient(135deg, #ff9d4d 0%, #f37021 100%); /* Градієнт */
    color: #fff;
    padding: 35px 30px;
    width: 260px; /* Фіксована ширина картки */
    box-shadow: 0 20px 40px rgba(243, 112, 33, 0.25); /* Помаранчева тінь */
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-10px); /* Ефект підняття при наведенні */
}

.stat-card h3 {
    font-family: var(--font-primary);
    font-size: 36px;
    font-weight: 600; /* Трохи тонший, як на скріні */
    margin: 0 0 10px 0;
    color: #fff;
}

.stat-card p {
    font-size: 16px;
    margin: 0;
    opacity: 0.95;
    font-weight: 500;
}

/* --- ПОЗИЦІОНУВАННЯ КАРТОК (Як на фото) --- */

/* 1. Верхня ліва (20+ Years) */
.card-1 {
    top: 20px;
    left: 0;
    z-index: 2;
}

/* 2. Права (1 Million+) - Зсунута вниз і вправо */
.card-2 {
    top: 130px;
    right: 0;
    z-index: 1;
}

/* 3. Нижня (500K+) - Зсунута ще нижче і ближче до центру */
.card-3 {
    bottom: 40px;
    left: 60px;
    z-index: 3;
}

/* --- МОБІЛЬНА АДАПТАЦІЯ --- */
@media (max-width: 991px) {
    .why-grid {
        flex-direction: column;
        gap: 60px;
    }

    .why-stats-wrapper {
        width: 100%;
        height: auto; /* Висота по контенту */
    }

    .stats-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center; /* Центруємо картки */
    }

    /* Скидаємо абсолютне позиціонування для мобільного */
    .stat-card {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 100%; /* На всю ширину */
        max-width: 350px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c012003 *//* --- ОБГОРТКА --- */
.cta-section-wrapper {
    width: 100%;
    padding: 80px 0; /* Відступи зверху і знизу для простору анімації */
    display: flex;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}

/* --- БАНЕР (Що анімується) --- */
.cta-banner {
    width: 100%;
    max-width: 100%; /* Спочатку він може бути меншим через JS */
    /* ГРАДІЄНТ: Темно-сірий -> Помаранчевий */
    background: linear-gradient(90deg, #2a2a2a 0%, #2a2a2a 30%, #a64d16 60%, #e0691e 100%);
    padding: 80px 10%; /* Внутрішні відступи */
    
    /* Початковий стан (змінюється скриптом) */
    transform: scale(0.92); 
    border-radius: 20px;
    transition: transform 0.1s linear, border-radius 0.1s linear; /* Плавність для скрипта */
}

.cta-inner-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- ТЕКСТ --- */
.cta-content {
    flex: 1;
    color: #fff;
}

.cta-title {
    font-family: var(--font-primary);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
}

.cta-desc {
    font-size: 16px;
    opacity: 0.9;
    max-width: 400px;
    line-height: 1.5;
    margin: 0;
}

/* --- ПРАВА ЧАСТИНА (КНОПКИ) --- */
.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Стиль "Glassmorphism" для кнопок */
.cta-box {
    display: block;
    background: rgba(255, 255, 255, 0.1); /* Напівпрозорий білий */
    border: 1px solid rgba(255, 255, 255, 0.1); /* Тонка рамка */
    padding: 20px 30px;
    min-width: 280px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    backdrop-filter: blur(5px); /* Ефект розмиття фону під кнопкою */
}

.cta-box:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(-5px); /* Легкий зсув вліво */
}

.cta-label {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}

.cta-value {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px; /* Відступ підкреслення */
    text-decoration-thickness: 1px;
}

/* --- МОБІЛЬНА АДАПТАЦІЯ --- */
@media (max-width: 991px) {
    .cta-banner {
        transform: none !important; /* Вимикаємо анімацію масштабу на мобільних */
        border-radius: 0 !important;
        padding: 60px 20px;
        background: linear-gradient(180deg, #2a2a2a 0%, #e0691e 100%); /* Градієнт зверху вниз */
    }

    .cta-inner-grid {
        flex-direction: column;
        gap: 40px;
        text-align: left;
    }

    .cta-title {
        font-size: 36px;
    }
    
    .cta-actions {
        width: 100%;
    }
    
    .cta-box {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fab01a6 *//* --- СЕКЦІЯ --- */
.projects-section {
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden;
}

/* --- ЗАГОЛОВОК --- */
.projects-header {
    margin-bottom: 40px;
}

.projects-subtitle {
    color: var(--brand-orange);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: block;
}

.projects-title {
    font-family: var(--font-primary);
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    margin: 0;
}

/* --- СЛАЙДЕР (КОНТЕЙНЕР) --- */
.projects-slider {
    display: flex;
    gap: 30px;
    /* На мобільному дозволяє скролити вбік */
    overflow-x: auto; 
    /* Плавна прокрутка */
    scroll-behavior: smooth;
    /* Приховуємо скролбар для краси */
    scrollbar-width: none; /* Firefox */
    padding-bottom: 20px; /* Місце для тіні */
}

/* Приховуємо скролбар для Chrome/Safari */
.projects-slider::-webkit-scrollbar {
    display: none;
}

/* --- КАРТКА ПРОЄКТУ --- */
.project-card {
    position: relative;
    flex: 1; /* На десктопі ділять ширину порівну */
    min-width: 300px; /* Мінімальна ширина, щоб не стискались */
    height: 500px; /* Висота карток */
    overflow: hidden;
    text-decoration: none;
    display: block;
}

/* Картинка фону */
.project-bg {
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
}

.project-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Ефект зуму при наведенні */
.project-card:hover .project-bg {
    transform: scale(1.05);
}

/* Затемнення знизу (Градієнт) */
.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%; /* Затемнюємо тільки нижню частину */
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}

/* Контент */
.project-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    z-index: 2;
    text-align: center; /* Текст по центру, як на скріні */
}

.project-category {
    display: block;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    opacity: 0.8;
}

.project-name {
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

/* --- МОБІЛЬНА АДАПТАЦІЯ --- */
@media (max-width: 991px) {
    .projects-slider {
        /* На мобільному картки будуть трохи меншими і їх можна гортати */
        padding-right: 20px; /* Відступ справа для останньої картки */
    }
    
    .project-card {
        min-width: 280px; /* Фіксована ширина на мобільному */
        height: 400px;
        flex: none; /* Відключаємо гумову ширину */
        /* Додаємо "прилипання" при скролі */
        scroll-snap-align: start; 
    }
    
    /* Додаємо scroll-snap для контейнера */
    .projects-slider {
        scroll-snap-type: x mandatory;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cac131c *//* --- СЕКЦІЯ --- */
.results-section {
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden;
}

/* --- ЗАГОЛОВОК --- */
.results-header {
    margin-bottom: 60px;
}

.results-subtitle {
    color: var(--brand-orange);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: block;
}

.results-title {
    font-family: var(--font-primary);
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    line-height: 1.2;
}

/* --- WRAPPER (Контейнер для накладання) --- */
.results-wrapper {
    position: relative;
    width: 100%;
    min-height: 550px; /* Висота композиції */
    display: flex;
    align-items: center; /* Центруємо картку по вертикалі відносно фото */
}

/* --- ФОТО (Зліва) --- */
.results-image-box {
    width: 65%; /* Займає 65% ширини контейнера */
    height: 550px;
    position: relative;
    overflow: hidden;
    /* Тінь для фото */
    box-shadow: 0 15px 40px rgba(0,0,0,0.1); 
}

.results-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- КАРТКА (Справа, накладається) --- */
.results-card {
    position: absolute;
    right: 0; /* Притиснута до правого краю */
    width: 45%; /* Ширина картки */
    background-color: #fffaf7; /* Кремовий фон, як на макеті */
    padding: 50px;
    box-shadow: -10px 20px 50px rgba(0,0,0,0.05); /* Легка тінь */
    z-index: 2; /* Поверх фото */
}

.card-heading {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

/* --- СТАТИСТИКА (Grid) --- */
.results-stats-grid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--brand-orange);
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

/* Розділювач */
.divider-line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin-bottom: 40px;
}

/* --- ПРОГРЕС БАРИ --- */
.progress-bars-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.progress-item {
    width: 100%;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--brand-orange);
}

.progress-track {
    width: 100%;
    height: 2px; /* Тонка лінія, як на макеті */
    background-color: #ddd;
    position: relative;
}

.progress-fill {
    height: 100%;
    background-color: #666; /* Темно-сірий заповнювач */
    position: absolute;
    top: 0;
    left: 0;
}

/* --- МОБІЛЬНА АДАПТАЦІЯ --- */
@media (max-width: 991px) {
    .results-wrapper {
        flex-direction: column; /* Вертикальне розташування */
        min-height: auto;
    }

    .results-image-box {
        width: 100%;
        height: 300px;
        margin-bottom: -50px; /* Картка трохи наїде на фото знизу */
        z-index: 1;
    }

    .results-card {
        position: relative;
        width: 90%; /* Ширина картки на мобільному */
        right: auto;
        padding: 30px;
        z-index: 2;
        /* Вирівнюємо по центру */
        margin: 0 auto; 
    }

    .results-stats-grid {
        flex-direction: column;
        gap: 20px;
    }

    .stat-number { font-size: 28px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-789a277 *//* --- СЕКЦІЯ --- */
.contact-section {
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden;
}

.contact-grid {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

/* --- ЛІВА КОЛОНКА --- */
.contact-info-col {
    flex: 1;
    max-width: 450px;
}

.contact-subtitle {
    color: var(--brand-orange);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: block;
}

.contact-title {
    font-family: var(--font-primary);
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 20px 0;
}

.contact-desc {
    font-size: 16px;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Контактні методи (Телефон, Email) */
.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
}

.contact-method-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-icon-box {
    width: 60px;
    height: 60px;
    background-color: var(--brand-orange); /* Помаранчевий квадрат */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    border-radius: 2px; /* Легке заокруглення */
}

.c-details {
    display: flex;
    flex-direction: column;
}

.c-label {
    font-size: 15px;
    font-weight: 700;
    color: var(--maine-black);
    margin-bottom: 4px;
}

.c-link {
    font-size: 16px;
    color: #555;
    text-decoration: none;
    transition: color 0.3s;
}

.c-link:hover {
    color: var(--brand-orange);
}

/* Соцмережі */
.social-icons-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.social-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--brand-orange);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.3s;
}

.social-circle:hover {
    transform: translateY(-3px);
}

.social-text {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    max-width: 300px;
}

/* --- ПРАВА КОЛОНКА (ФОРМА) --- */
.contact-form-col {
    flex: 1;
    position: relative;
}

.form-wrapper-outer {
    position: relative;
    padding-top: 30px; /* Місце для виступу фону */
}

/* Помаранчевий фон позаду */
.form-orange-bg {
    position: absolute;
    top: 0;
    right: -50px; /* Виступає вправо */
    width: 100%;
    height: 90%;
    background-color: var(--brand-orange);
    z-index: 1;
}

/* Біла коробка форми */
.form-box-inner {
    position: relative;
    background: #fff;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    z-index: 2; /* Поверх помаранчевого */
    margin-right: 30px; /* Відступ від правого краю помаранчевого */
}

/* Стилі полів */
.custom-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-row {
    display: flex;
    gap: 25px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.form-group input, 
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    background: #fff;
    border-radius: 0; /* Гострі кути як на скріні */
    transition: border-color 0.3s;
}

.form-group input:focus, 
.form-group textarea:focus {
    outline: none;
    border-color: var(--brand-orange);
}

/* Кнопка */
.submit-btn {
    background-color: #ffad5c; /* Світліший помаранчевий */
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.3s;
}

.submit-btn:hover {
    background-color: var(--brand-orange);
}

/* Контейнер форми */
.custom-cf7-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
}

/* Рядок з двома колонками */
.form-row-flex {
    display: flex;
    gap: 25px; /* Відстань між колонками */
    width: 100%;
    justify-content: space-between;
}

/* Половина ширини для поля */
.form-col-half {
    width: 50%;
    flex: 1; /* Розтягується рівномірно */
}

/* На мобільних робимо в одну колонку */
@media (max-width: 767px) {
    .form-row-flex {
        flex-direction: column;
        gap: 20px;
    }
    .form-col-half {
        width: 100%;
    }
}

/* Стилізація лейблів */
.custom-cf7-form label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

/* Стилізація полів вводу */
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 0; /* Гострі кути */
    background: #fff;
    font-size: 14px;
    color: #333;
    box-sizing: border-box; /* Щоб відступи не ламали ширину */
    outline: none;
    transition: border-color 0.3s;
}

/* Активне поле (фокус) */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #f37021; /* Помаранчевий бордюр */
}

/* Кнопка */
.wpcf7-submit {
    background-color: #ffad5c;
    color: white;
    border: none;
    padding: 15px 35px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 10px;
    transition: 0.3s;
}

.wpcf7-submit:hover {
    background-color: #f37021;
}

/* Виправлення багу, коли CF7 додає зайві відступи */
.custom-cf7-form p {
    margin: 0;
    padding: 0;
}

/* --- МОБІЛЬНА АДАПТАЦІЯ --- */
@media (max-width: 991px) {
    .contact-grid {
        flex-direction: column;
        gap: 60px;
    }

    .form-orange-bg {
        width: 100%;
        right: 0;
        top: 20px;
        height: 100%;
    }

    .form-box-inner {
        margin-right: 0;
        padding: 30px;
    }

    .form-row {
        flex-direction: column;
        gap: 20px;
    }
}/* End custom CSS */