
body {
    padding-top: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    background-color: #f8f9fa;
}


/* Стили для активных пунктов меню с нижним подчеркиванием */
/* Более специфичные селекторы с !important */
.navbar-dark .navbar-nav .nav-link.active {
    position: relative !important;
}

.navbar-dark .navbar-nav .nav-link.active::after {
    content: '' !important;
    position: absolute !important;
    bottom: -4px !important;
    width: 70% !important;
    height: 2px !important;
    background-color: #C8E600 !important;
    border-radius: 1px !important;
}

.navbar:not(.scrolled) .navbar-dark .navbar-nav .nav-link.active {
    color: #fff !important;
}

.navbar.scrolled .navbar-dark .navbar-nav .nav-link.active {
    color: #fff !important;
}






/* Начальное состояние меню - прозрачное */
.navbar {
    background-color: transparent !important;
    border-bottom: none !important;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Убедитесь что эти стили применяются сразу */
.navbar:not(.scrolled) {
    background-color: transparent !important;
    border-bottom: none !important;
}

/* Только при прокрутке - фиолетовый */
.navbar.scrolled {
    background-color: #5C008C !important;
}

/* Состояние меню при прокрутке - фиолетовое */
.navbar.scrolled {
    background-color: #5C008C !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-brand img {
    height: 40px;
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
}

.navbar.scrolled .navbar-brand img {
    height: 35px; /* Немного уменьшаем логотип при прокрутке */
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.9);
    transition: color 0.3s ease;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

/* Специфичные стили для прозрачного состояния */
.navbar:not(.scrolled) .navbar-nav .nav-link {
    color: rgba(255,255,255,0.95);
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.navbar:not(.scrolled) .navbar-nav .nav-link:hover {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}

/* Стили для выпадающих меню в прозрачном состоянии */
.navbar:not(.scrolled) .dropdown-menu {
    background-color: rgba(92, 0, 140, 0.95);
    border: none;
    backdrop-filter: blur(10px);
}

.navbar:not(.scrolled) .dropdown-item {
    color: rgba(255,255,255,0.9);
}

.navbar:not(.scrolled) .dropdown-item:hover {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}

.navbar:not(.scrolled) .dropdown-divider {
    border-color: rgba(255,255,255,0.2);
}

/* Стили для выпадающих меню в состоянии прокрутки */
.navbar.scrolled .dropdown-menu {
    background-color: #5C008C;
    border: none;
}

.navbar.scrolled .dropdown-item {
    color: rgba(255,255,255,0.9);
}

.navbar.scrolled .dropdown-item:hover {
    background-color: rgba(255,255,255,0.1);
    color: #fff;
}


/*.hero-overlay {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: #000000A1; !* Полупрозрачный черный как в примере *!*/
/*    z-index: 1;*/
/*}*/

/*.hero-section .container {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/


.hero-section {
    margin-top: -80px; /* Поднимаем hero вверх */
    padding-top: 80px; /* Компенсируем отступ для контента */

    background-color: #5C008C;
    color: white;
    /*padding: 120px 0 80px 0;*/
    text-align: left;
    margin-bottom: 0;
    /*margin-top: 0;*/
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-image:
            linear-gradient(rgba(92, 0, 140, 0.85), rgba(92, 0, 140, 0.85)),
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23FF6B35;stop-opacity:0.3" /><stop offset="100%" style="stop-color:%23C8E600;stop-opacity:0.1" /></linearGradient></defs><path d="M0,200 Q300,100 600,200 T1200,200 L1200,800 L0,800 Z" fill="url(%23grad1)"/><path d="M0,400 Q400,300 800,400 T1200,400 L1200,800 L0,800 Z" fill="url(%23grad1)" opacity="0.5"/><circle cx="200" cy="150" r="3" fill="%23C8E600" opacity="0.6"/><circle cx="800" cy="300" r="2" fill="%23FF6B35" opacity="0.4"/><circle cx="1000" cy="100" r="4" fill="%23C8E600" opacity="0.3"/><circle cx="400" cy="350" r="2" fill="%23FF6B35" opacity="0.5"/></svg>');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
            radial-gradient(circle at 20% 80%, rgba(200, 230, 0, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 80% 20%, rgba(255, 107, 53, 0.1) 0%, transparent 50%),
            radial-gradient(circle at 40% 40%, rgba(200, 230, 0, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.hero-section .container {
    background-color: transparent;
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 20px;

}

.hero-section p {
    font-size: 1.4rem;
    max-width: 800px;
    margin: 0 auto 30px auto;
}
.paragraph-cont{
    margin-bottom: 30px;
}




.accelerate_sec {
    margin: 70px auto 0 auto;
    padding: 0 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
}
.accelerate_bg_img {
    background: url('/images/layout/ai-banner.jpg') left center/cover no-repeat;
    border-radius: 10px;
    box-shadow: 0 8px 32px 0 rgba(60, 0, 80, 0.15);
    display: flex;
    align-items: stretch;
    min-height: 420px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.accelerate_box {
    /*background: rgba(60, 0, 80, 0.85);*/
    backdrop-filter: blur(23px);
    border: 2px solid #575757;
    border-radius: 8px;
    color: #fff;
    /* padding: 50px 50px 40px 50px; */
    max-width: 540px;
    margin-left: auto;
    margin-right: 40px;
     margin-top: 40px;
     margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 32px 0 rgba(60, 0, 80, 0.10);
}
.accelerate_box h2 {
    /*font-size: 2.4rem;*/
    margin-left: 20px;
    font-weight: bold;
    /*margin-bottom: 30px;*/
    line-height: 1.2;
    text-align: left;
}
.accelerate_box p {
    margin-left: 20px;
    /*font-size: 1.15rem;*/
    /*margin-bottom: 30px;*/
    color: #fff;
    text-align: left;
}
.accelerate_box .btn-cont {
    margin-bottom: 30px; /* Добавить отступ снизу */
    margin-top: auto;
    text-align: center; /* Выравнивание текста по центру */
    display: flex;
    justify-content: center; /* Выравнивание flex-элементов по центру */
    width: 100%;
}
.accelerate_box .btn-border-green {
    font-size: 1rem;
    padding: 10px 32px;
    border-radius: 8px;
    border: 2px solid #C8E600;
    color: #fff;
    background: transparent;
    font-weight: 600;
    transition: all 0.2s;
}
.accelerate_box .btn-border-green:hover {
    background: #C8E600;
    color: #3c0050;
}
@media (max-width: 1100px) {
    .accelerate_bg_img {
        flex-direction: column;
        min-height: 0;
        padding: 0 0 0 0;
    }
    .accelerate_box {
        margin: 40px auto;
        max-width: 95%;
    }
}
@media (max-width: 700px) {
    .accelerate_sec {
        margin-top: 30px;
    }
    .accelerate_bg_img {
        background-position: center top;
        min-height: 320px;
    }
    .accelerate_box {
        padding: 25px 10px 20px 10px;
        margin: 20px 5px;
    }
    .accelerate_box h2 {
        font-size: 1.3rem;
    }
    .accelerate_box p {
        font-size: 1rem;
    }
}


.features-section {
    text-align: center;
    padding: 60px 0;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.feature-box {
    padding: 20px;
    margin-bottom: 30px;
}

.feature-box h3 {
    color: #5C008C;
    font-weight: bold;
    margin: 20px 0;
}

.feature-icon {
    font-size: 48px;
    color: #C8E600;
}

.get-started {
    background-color: white;
    padding: 60px 0;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.get-started-step {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.get-started-step h3 {
    color: #5C008C;
    font-weight: bold;
    margin-bottom: 15px;
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading h2 {
    font-weight: bold;
    color: #5C008C;
    position: relative;
    padding-bottom: 15px;
}

.section-heading h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background-color: #C8E600;
}

.latest-news {
    background-color: white;
    padding: 60px 0;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.card {
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
}

.footer-column h3 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    color: #6c757d;
    text-decoration: none;
}

.footer-column ul li a:hover {
    color: #5C008C;
    text-decoration: underline;
}

.btn-primary {
    background-color: #5C008C;
    border-color: #5C008C;
}

.btn-primary:hover {
    background-color: #4A006B;
    border-color: #4A006B;
}

#footer {
    background-color: white !important;
    box-shadow: 0 -2px 15px rgba(0,0,0,0.05);
}

.btn-get-started {
    display: inline-block;
    background-color: #C8E600;
    color: #5C008C;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 20px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    border: 2px solid #C8E600;
}

.btn-get-started:hover {
    background-color: #ffffff;
    color: #5C008C;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: #C8E600;
}

.hero-divider {
    display: block;
    text-align: center;
    margin: 40px 0;
    font-size: 30px;
    color: rgba(255,255,255,0.5);
}

.btn-green:hover,.gallery .wp-pro-cont *,.lets-connect .lets-connect-inner .btn.btn-border-green,.team-avtar p a,.white,header ul#menu li ul li:hover>a .submenu-icons .menu-content p,header ul#menu2 li ul li:hover .submenu-icons .menu-content p {
    color: #fff
}
.btn-border-green {
    background-color: transparent;
    color: #000;
    border: 2px solid #c2c900
}

.btn-border-green:hover {
    background-color: #c2c900;
    color: #fff
}

/* Стили для секции "Решения для бизнеса" */
.business-solutions {
    background-color: white;
    padding: 60px 0;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.solution-box {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.solution-box h3 {
    color: #5C008C;
    font-weight: bold;
    margin: 20px 0;
}

.solution-icon {
    font-size: 48px;
    color: #C8E600;
}

.solution-box p {
    margin-bottom: 15px;
}

.solution-box ul {
    padding-left: 20px;
}

.solution-box ul li {
    margin-bottom: 8px;
}

.solution-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.solution-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #C8E600;
}

.solution-card h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #333;
    font-weight: 600;
}

.solution-card h5 {
    font-size: 1.1rem;
    color: #5C008C;
    margin-bottom: 15px;
    font-weight: normal;
}

.solution-card p {
    margin-bottom: 20px;
    color: #666;
    line-height: 1.5;
}

.solution-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.solution-features span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.solution-features i {
    color: #C8E600;
}

.solution-proof {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
    color: #888;
    font-size: 0.9rem;
    font-style: italic;
}

.btn-solution {
    display: inline-block;
    background-color: #5C008C;
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 15px;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 2px solid #5C008C;
}

.btn-solution:hover {
    background-color: #C8E600;
    color: #5C008C;
    transform: translateY(-2px);
    text-decoration: none;
    border-color: #C8E600;
}

/* Дополнительные стили в стиле chilliapple.co.uk */
.navbar-brand {
    color: #C8E600 !important;
    font-weight: bold;
    font-size: 1.5rem;
}

.navbar-brand:hover {
    color: #ffffff !important;
}

/* Стили для кнопок в стиле chilliapple */
.btn-know-more {
    display: inline-block;
    background-color: #ffffff;
    color: #5C008C;
    border: 2px solid #C8E600;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-know-more:hover {
    background-color: #C8E600;
    color: #5C008C;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(200, 230, 0, 0.3);
    text-decoration: none;
}

/* Акцентные цвета для текста */
.text-accent {
    color: #C8E600 !important;
}

.text-primary-custom {
    color: #5C008C !important;
}

/* Градиентные фоны */
.bg-gradient-primary {
    background: linear-gradient(135deg, #5C008C 0%, #4A006B 100%);
}

.bg-gradient-accent {
    background: linear-gradient(135deg, #C8E600 0%, #B8D600 100%);
}

/* Улучшенные тени */
.shadow-custom {
    box-shadow: 0 10px 30px rgba(92, 0, 140, 0.1);
}

.shadow-accent {
    box-shadow: 0 5px 20px rgba(200, 230, 0, 0.2);
}

/* Дополнительные стили для эффекта прокрутки */
.navbar-nav .nav-link {
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #C8E600;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* Анимация появления контента */
.hero-content {
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Плавная прокрутка */
html {
    scroll-behavior: smooth;
}

/* Стили для мобильных устройств */
@media (max-width: 768px) {
    .navbar {
        padding: 10px 0;
    }

    .navbar.scrolled {
        padding: 8px 0;
    }

    /* Фон для мобильного меню - непрозрачный фиолетовый */
    .navbar-collapse {
        background-color: #5C008C !important;
        margin-top: 15px;
        padding: 20px 15px;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    /* Улучшенная читаемость текста в мобильном меню */
    .navbar-collapse .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.95) !important;
        padding: 12px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.3s ease;
    }

    .navbar-collapse .navbar-nav .nav-link:hover,
    .navbar-collapse .navbar-nav .nav-link:focus {
        color: #fff !important;
        background-color: rgba(255, 255, 255, 0.1);
        padding-left: 20px;
    }

    /* Активный пункт меню в мобильной версии */
    .navbar-collapse .navbar-nav .nav-link.active {
        color: #C8E600 !important;
        background-color: rgba(200, 230, 0, 0.15);
    }

    .navbar-collapse .navbar-nav .nav-link.active::after {
        display: none; /* Убираем нижнее подчеркивание на мобильных */
    }

    /* Стили для выпадающих меню в мобильной версии */
    .navbar-collapse .dropdown-menu {
        background-color: rgba(74, 0, 107, 0.95) !important;
        border: 1px solid rgba(200, 230, 0, 0.2);
        border-radius: 6px;
        margin-top: 5px;
        padding: 10px 0;
    }

    .navbar-collapse .dropdown-item {
        color: rgba(255, 255, 255, 0.9) !important;
        padding: 10px 20px;
    }

    .navbar-collapse .dropdown-item:hover {
        background-color: rgba(200, 230, 0, 0.2) !important;
        color: #C8E600 !important;
    }

    .hero-section {
        padding: 100px 0 60px 0;
        min-height: 80vh;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }
}

/* Дополнительные эффекты для улучшения UX */
.navbar-brand {
    transition: all 0.3s ease;
}

.navbar.scrolled .navbar-brand {
    transform: scale(0.95);
}

/* Эффект размытия для фона навигации */
.navbar.scrolled {
    background-color: rgba(92, 0, 140, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Анимация для кнопок в hero-секции */
.hero-section .btn {
    position: relative;
    overflow: hidden;
}

.hero-section .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.hero-section .btn:hover::before {
    left: 100%;
}

/* Плавающие частицы для фона */
.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
            radial-gradient(2px 2px at 20px 30px, #C8E600, transparent),
            radial-gradient(2px 2px at 40px 70px, rgba(255,107,53,0.8), transparent),
            radial-gradient(1px 1px at 90px 40px, #C8E600, transparent),
            radial-gradient(1px 1px at 130px 80px, rgba(255,107,53,0.6), transparent),
            radial-gradient(2px 2px at 160px 30px, #C8E600, transparent);
    background-repeat: repeat;
    background-size: 200px 100px;
    animation: float 20s linear infinite;
    pointer-events: none;
    opacity: 0.3;
}


@keyframes float {
    0% { transform: translateY(0px) rotate(0deg); }
    100% { transform: translateY(-100px) rotate(360deg); }
}

/* Улучшенные стили для контента */
.hero-content {
    position: relative;
    z-index: 3;
}

.hero-section h1 {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    color: #C8E600;
}

.hero-section p {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    font-size: 1.2rem;
    line-height: 1.6;
}

/* Стили для рейтингов */
.rating-badges {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.rating-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    padding: 10px 15px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
}

.rating-badge .stars {
    color: #C8E600;
    font-size: 0.9rem;
}

.rating-badge .text {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.9);
}

.startup-to-business {
    background: #fafafa;
    padding-top: 70px;
    padding-bottom: 70px;
    display: inline-block;
    width: 100%
}

.startup-to-business.no-bg {
    background: 0 0;
    padding-top: 0;
    padding-bottom: 0
}

.wantto-see h2 {
    margin-bottom: 50px!important
}

.two-columns-layout {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.column-1,
.column-2 {
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}

.column-1 li,
.column-2 li {
    margin-bottom: 40px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #C8E600;
}

.column-1 li:last-child,
.column-2 li:last-child {
    margin-bottom: 0;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .two-columns-layout {
        flex-direction: column;
        gap: 20px;
    }

    .column-1 li,
    .column-2 li {
        margin-bottom: 20px;
    }
}



/*body {*/
/*    padding-top: 76px !important; !* Высота вашего меню *!*/
/*}*/
/* ВРЕМЕННАЯ ДИАГНОСТИКА */
/*.navbar {*/
/*    background-color: red !important; !* Покрасим меню в красный *!*/
/*    border: 3px solid blue !important; !* Синяя рамка *!*/
/*}*/

/*.navbar.scrolled {*/
/*    background-color: green !important; !* При прокрутке в зеленый *!*/
/*}*/