.hero-v3 {
    background-image: url('../../images/HeroSection.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.abra-container.hero-v3 {
    padding: 253px 0;
    max-width: 100% !important;
}

.herov3-section .container {
    max-width: 1200px;
}

.herov3-subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #6C737F;
    margin-bottom: 32px;   
}

.herov3-title {
    font-weight: 500;
    font-size: 80px;
    line-height: 110%;
    text-align: center;
    color: #FCFCFD;
    margin-bottom: 32px;   
}

.herov3-signature {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #6C737F;
    max-width: 855px;
    margin: 0 auto 40px;
}

.herov3-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.herov3-buttons a:visited {
    color: #FCFCFD;
}

.herov3-btn-main {
    align-items: center;
    padding: 20px 24px;
    background: #6E2ACD;
    border-radius: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #FCFCFD;
    border: none;
    outline: none;
}

.herov3-btn-outline {
    padding: 20px 24px;
    border: 1.33333px solid rgba(213, 215, 218, 0.2);
    border-radius: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #FCFCFD;
}

.herov3-btn-outline:hover {
    color: #6E2ACD !important;
}

/**/

.stats-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #D5D7DA;
    border-bottom: 2px solid #D5D7DA;
    padding: 24px 60px;
    width: 100%;
}

.stats-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stats-icon {
    svg {
        width: 32px;
        height: 32px;
        object-fit: cover;
    }
}

.stats-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    color: #111927;
}

/**/

.consultation-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.consultation-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(23, 23, 23, 0.2);
    backdrop-filter: blur(20px);
}

.consultation-popup__window {
    position: relative;
    background: #FFFFFF;
    width: 800px;
    padding: 16px 24px 24px 24px;
    border-radius: 24px;
    text-align: center;
    z-index: 2;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.consultation-popup__close {
    display: flex;
    background: none;
    float: right;
    border: none;
    transition: all 0.3s ease-in-out;
    padding: 0;
    img {
        width: 44px;
        height: 44px;
    }
}

.consultation-popup__close:hover {
    rotate: 45deg;
}

.consultation-popup__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #171717;
    margin: 7px 0 16px;
    text-transform: none;
}

.consultation-popup__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #6C737F;
    max-width: 400px;
    margin: 0 auto 32px;
}

.consultation-options {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.consultation-option {
    display: flex;
    gap: 16px;
    padding: 24px;
    border: 1px solid #ddd;
    border-radius: 24px;
    cursor: pointer;
    transition: 0.25s;
}

.consultation-option:hover {
    background: rgba(110, 42, 205, 0.08);
    border: 1px solid #6E2ACD;
}

.consultation-option.active {
    background: rgba(110, 42, 205, 0.08);
    border: 1px solid #6E2ACD;
}

.consultation-option__icon {
    max-width: 44px;
    max-height: 44px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #D5D7DA;
    width: 100%;
    height: 100%;
    display: flex;
    img {
        width: 24px;
        object-fit: cover;
        height: 24px;
    }
}

.consultation-option__text {
    text-align: left;
    h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        color: #111927;
        margin-bottom: 8px;
        text-transform: none;
    }

    p {
        font-weight: 500;
        font-size: 14px;
        line-height: 150%;
        color: #6C737F;
        margin-bottom: 0;
    }
}

.consultation-submit-btn {
    display: block;
    margin: 30px auto 0;
    max-width: max-content;
    width: 100%;
    padding: 16px 20px;
    border-radius: 12px;
    background: #6E2ACD;
    opacity: 0.3;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FCFCFD;
}

.consultation-submit-btn:visited {
    color: #FCFCFD;
}

.consultation-submit-btn:hover {
    background: #6e2acdb3;
}

.consultation-submit-btn.enabled {
    background: #6E2ACD;
    pointer-events: auto;
    opacity: 1;
}

/*Key number section**/

.container.herov3-numbers-container {
    max-width: 100%;
    margin: 0 auto;
}

.herov3-numbers-section {
    margin-bottom: 64px;
    margin-top: 80px;
}

.herov3-numbers-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #6C737F;
    margin-bottom: 32px;
}

.herov3-numbers-title {
    font-weight: 600;
    font-size: 64px;
    line-height: 110%;
    text-align: center;
    color: #111927;
    margin: 0;
}

.abrav3#abra-counters {
    padding-top: 0;
    padding-bottom: 80px;
}

.abrav3 .counters-container {
    gap: 40px !important;
}

.dynamic-counter.abrav3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.dynamic-counter.abrav3 {
    padding: 50px;
    background: #F1F1F1;
    border: 1px solid #D5D7DA;
    border-radius: 32px;
}

.dynamic-counter.abrav3 .counter-animate {
    font-weight: 500;
    font-size: 64px;
    line-height: 120%;
    color: #6E2ACD;
    text-align: center;
}

.counter-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #6C737F;
    text-align: center;
}

/**/

#abra-investors.abrav3 .flex-column {
    flex-direction: row !important;
}

#abra-investors.abrav3 .investors_head {
    max-width: 250px;
} 

#abra-investors.abrav3 .investors_head .text-grotesk {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #6C737F;
}

/**/

@media (max-width: 1583px) {
    .abra-container.hero-v3 {
        padding: 153px 0;
    }
}

@media (max-width: 1440px) {
    .abra-container.hero-v3 {
        padding: 189px 0;
        max-width: 100% !important;
    }

    .herov3-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .herov3-title {
        font-size: 60px;
        margin-bottom: 24px;
    }

    .herov3-signature {
        font-size: 18px;
        margin-bottom: 32px;
    }

    /**/

    .stats-text {
        font-size: 16px;
        color: #111927;
    }

    .stats-icon {
        svg {
            width: 24px;
            height: 24px;
            object-fit: cover;
        }
    }

    /**/

    .herov3-numbers-label {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .herov3-numbers-title {
        font-size: 48px;
    }

    .dynamic-counter.abrav3 .counter-animate {
        font-size: 36px;
    }

    .counter-text {
        font-size: 14px;
    }

    .dynamic-counter.abrav3 {
        padding: 36px;
    }

    .abrav3 .counters-container {
        gap: 20px !important;
    }
}

@media (max-width: 1100px) {
    .abra-container.hero-v3 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .herov3-subtitle {
        font-size: 12px;
        line-height: 140%;
        color: #6C737F;
        margin-bottom: 16px;
    }

    .herov3-title {
        font-size: 48px;
        line-height: 110%;
        text-align: center;
        margin-bottom: 24px;
    }

    .herov3-signature {
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        color: #6C737F;
    }

    .herov3-btn-main, .herov3-btn-outline {
        max-width: 50%;
        width: 100%;
    }

    .abrav3#abra-counters {
        padding-left: 24px;
        padding-right: 24px;
    }

    .herov3-numbers-title {
        font-size: 32px;
    }

    .herov3-numbers-label {
        font-size: 12px;
    }
}

@media (max-width: 1070px) {
    .stats-row {
        padding: 18px 40px;
    }
    
    /**/
    
    .herov3-numbers-section {
        margin-bottom: 32px;
        margin-top: 60px;
    }

    .abrav3#abra-counters {
        padding-top: 0;
        padding-bottom: 60px;
    }
}

@media (max-width: 1024px) {
    #abra-counters.abrav3 .counters-container {
        flex-direction: row;
        gap: 8px;
        align-items: stretch !important;
    }

    .dynamic-counter.abrav3 {
        padding: 36px 16px;
    }

    .dynamic-counter.abrav3 .counter-animate {
        font-size: 36px;
    }   
}

@media (max-width: 965px) {
    .stats-row {
        padding: 18px 0 18px 24px;
    }
}

@media (max-width: 910px) {
    .stats-row {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 24px;
    }

    .stats-item {
        flex: 0 0 auto;
    }
}

@media (max-width: 810px) {
    .consultation-popup__window {
        width: 700px;
    }
}

@media (max-width: 768px) {
    .abra-container.hero-v3 {
        padding: 173px 24px 252px;
    }

    .hero-v3 {
        background-image: url('../../images/Image31.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .herov3-title {
        max-width: 560px;
        margin: 0 auto 24px;
    }

    .herov3-buttons {
        display: flex;
        justify-content: center;
        gap: 24px;
    }

    .herov3-btn-main, .herov3-btn-outline {
        font-size: 16px;
        line-height: 100%;
        color: #FCFCFD;
        padding: 16px;
    }

    /**/

    .herov3-numbers-label {
        margin-bottom: 16px;
    }

    .herov3-numbers-section {
        margin-bottom: 32px;
        margin-top: 40px;
    }

    .abrav3#abra-counters {
        padding-bottom: 40px;
    }

    .abrav3 .counters-container {
        gap: 10px !important;
    }
    

    #abra-counters.abrav3 .counters-container {
        flex-direction: row !important;
        gap: 8px;
        align-items: stretch !important;
    }

    .dynamic-counter.abrav3 {
        padding: 20px 0px;
    }

    
}

@media (max-width: 720px) {
    .consultation-popup__window {
        width: 600px;
        padding: 16px;
    }

    .consultation-options {
        flex-direction: column;
    }

    .consultation-popup__subtitle {
        margin: 0 auto 20px;
        max-width: 100%;
        font-size: 14px;
    }

    .consultation-submit-btn {
        max-width: 100%;
        font-size: 14px;
        margin: 20px auto 0;
    }
}

@media (max-width: 650px) {
    #abra-counters.abrav3 .counters-container {
        flex-direction: column !important;
        gap: 8px;
        align-items: stretch !important;
    }
}

@media (max-width: 620px) {
    .consultation-popup__window {
        width: 500px;
    }

    .consultation-option {
        padding: 14px;
    }
}

@media (max-width: 575px) {
    .abra-container.hero-v3 {
        padding: 100px 24px;
    }

    .container.herov3-container_info {
        padding: 0;
    }

    .herov3-title {
        font-size: 38px;
        line-height: 120%;
    }

    .herov3-buttons {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .herov3-btn-main, .herov3-btn-outline {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 525px) {
    .consultation-popup__window {
        width: 450px;
    }

    .herov3-numbers-title {
        font-size: 28px;
    }
}

@media (max-width: 460px) {
    .consultation-popup__window {
        width: 400px;
    }
}

@media (max-width: 415px) {
    .consultation-popup__window {
        width: 350px;
    }
}

@media (max-width: 360px) {
    .consultation-popup__window {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .herov3-section .container {
        max-width: 1200px;
    }
}