:root {
    --ge-green: #004D43;
    --ge-accent: #2ECC71;
}
.container_about_us_one .breadcrumb-custom li:not(:last-child)::after {
    content: "";
    background-color: #F6F7F9;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.ge-hero-with-bg {
    background: url('/image/catalog/photo_aboutNEW.svg') center center / cover no-repeat;
    padding: 0 0 30px;
    text-align: center;
    border-radius: 0 0 40px 40px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.container_about_us_one {
    max-width: 1520px;
    margin: 0 auto;
    width: calc(100% - 160px);
    padding-left: 0;
    padding-right: 0;
}

.container_about_us_one .breadcrumb-custom {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 90px 0 0 0;
    margin: 0 auto;
    max-width: 1520px;
    background: transparent;
}

.container_about_us_one .breadcrumb-custom li a,
.container_about_us_one .breadcrumb-custom .current-page {
    color: #F6F7F9;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.ge-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.ge-label {
    display: flex;
    gap: 10px;
    color: #F6F7F9;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.ge-main-title {
    margin: 0;
    color: #F6F7F9;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.ge-hero-desc {
    margin: 0 auto;
    max-width: 592px;
    color: #F6F7F9;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}


@media (max-width: 739px) {
    .ge-main-title {
        font-size: 24px;
    }

    .ge-hero-inner {
        margin-left: 10px;
        margin-right: 10px;
    }
}

:root {
    --White-text: #F6F7F9;
    --Black-text: #000;
    --Green: #25B461;
}

.container_project_one_page {
    max-width: 1520px;
    margin: 0 auto;
    width: calc(100% - 160px);
}

.ge-project-cta {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 70px;
    overflow: hidden;
    margin: 50px 0 120px;
    border-radius: 30px;
    background-image: url('/image/image_09d519.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ge-cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
}

.ge-cta-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.ge-cta-title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: var(--White-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
}

.ge-cta-description {
    margin: 0;
    max-width: 684px;
    font-family: 'Inter', sans-serif;
    color: var(--White-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}

.ge-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--Black-text);
    background: var(--White-text);
    border: 1px solid #ffffff;
    border-radius: 26px;
    cursor: pointer;
    transition: 0.3s;
}

.ge-cta-icon {
    position: relative;
    width: 32px;
    height: 32px;
    background-color: #000;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ge-cta-icon svg {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 6px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ge-cta-icon svg:first-child {
    transform: translateX(0);
}

.ge-cta-icon svg:nth-child(2) {
    transform: translateX(-40px);
}

.ge-cta-button:hover {
    background-color: #f8f8f8;
    border-color: #000;
}

.ge-cta-button:hover .ge-cta-icon svg:first-child {
    transform: translateX(40px);
}

.ge-cta-button:hover .ge-cta-icon svg:nth-child(2) {
    transform: translateX(0);
}

@media (max-width: 739px) {
    .container_project_one_page {
        width: calc(100% - 20px);
    }

    .ge-project-cta {
        min-height: 300px;
        padding: 50px 15px;
    }

    .ge-cta-title {
        font-size: 20px;
    }

    .ge-cta-description {
        font-size: 14px;
    }

    .ge-cta-button {
        font-size: 14px;
    }
}

@media (min-width: 740px) and (max-width: 1000px) {
    .ge-project-cta {
        min-height: 300px;
        padding: 50px 15px;
    }
}

.project-pagination-wrapper {
    margin-top: 30px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.project-pagination-wrapper .pagination {
    display: flex;
    gap: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.project-pagination-wrapper .pagination li {
    margin: 0 !important;
}

.project-pagination-wrapper .pagination li a,
.project-pagination-wrapper .pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    background-color: #f8f9fa;
    border-radius: 12px;
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    transition: 0.3s;
    border: 0;
}

.project-pagination-wrapper .pagination li a:not(.step-arrow):hover {
    background-color: #F4FDF6;
    color: #25B461;
    border: 1px solid #25B461;
}

.project-pagination-wrapper .pagination li.active span {
    background-color: #F4FDF6;
    border: 1px solid #25B461;
    color: #25B461;
}

.project-pagination-wrapper .pagination li a.step-arrow {
    background-color: #25B461;
    color: #ffffff;
    border-radius: 12px;
}

.project-pagination-wrapper .pagination li a.step-arrow:hover {
    background-color: #000000;
}

.project-pagination-wrapper .pagination li a.step-arrow svg {
    display: block;
}

.project-pagination-wrapper .pagination > li:first-child > a,
.project-pagination-wrapper .pagination > li:last-child > a {
    border-radius: 12px;
}

.ge-cooperation-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1520px;
    margin: 0 auto;
    width: calc(100% - 130px);
    margin-top: 50px;
    margin-bottom: 50px;
}
.ge-cooperation-type {
    border-radius: 20px;
    border: 2px solid var(--Green, #25B461);
    margin: 0 !important;
}
.breadcrumb-custom li .home-link:hover {
    color: #25B461;
    fill: var(--Green, #25B461);
}

.ge-cooperation-type { margin-bottom: 25px; }
.ge-cooperation-type-title { margin-top: 0; margin-bottom: 12px; }

.ge-cooperation-open-form {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 10px 10px 20px;
    border-radius: 30px;
    border: 1px solid #25B461;
    background: #25B461;
    color: #F6F7F9;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    max-height: 50px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    min-width: 266px;
    justify-content: space-between;
}

.btn-arrow-icon {
    position: relative;
    width: 30px;
    height: 30px;
    background: #F3F3F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-arrow-icon svg {
    width: 16px;
    height: 14px;
    fill: #25B461;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.btn-arrow-icon svg:first-child {
    transform: translateX(0);
}

.btn-arrow-icon svg:nth-child(2) {
    transform: translateX(-40px);
}

.ge-cooperation-open-form:hover {
    background: #FFFFFF;
    color: #25B461;
}

.ge-cooperation-open-form:hover .btn-arrow-icon {
    background: #25B461;
}

.ge-cooperation-open-form:hover .btn-arrow-icon svg:first-child {
    transform: translateX(40px);
}

.ge-cooperation-open-form:hover .btn-arrow-icon svg:nth-child(2) {
    transform: translateX(0);
    fill: #FFFFFF;
}

.ge-cooperation-card {   
    text-align: center;   
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px;
    min-height: 100%;
}

.ge-cooperation-icon-wrapper {
    background-color: #25B461; 
    width: 40px;
    height: 40px;
    border-radius: 50%;       
    display: flex;
    align-items: center;
    justify-content: center;
}

.ge-cooperation-type-title {
    color: var(--Black-text, #000);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 10px;
}

.ge-cooperation-type-description {
    color: var(--Black-text, #000);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
    max-width: 80%;
    margin-bottom: 20px;
    flex-grow: 1;
}

@media (max-width: 1300px) {
    .container_about_us_one {
        width: calc(100% - 40px);
    }
    .ge-cooperation-types {
        width: calc(100% - 10px);
    }
    .container_project_one_page {
        width: calc(100% - 40px);
    }
}

.row_cooperation {
    margin: auto;
}

@media (max-width: 1100px) {
    .ge-cooperation-types {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 750px) {
    .ge-cooperation-types {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
}
@media (max-width: 740px) {
     .ge-cooperation-types {
        gap: 20px;
    }
    .container_about_us_one {
        width: calc(100% - 10px);
    }
    .ge-cooperation-types {
        width: calc(100% - 0px);
    }
    .container_project_one_page {
        width: calc(100% - 20px);
    }
    #content_cooperation {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container_about_us_one .breadcrumb-custom {
        width: calc(100% - 10px);
    }
    .ge-cooperation-card {
        padding: 22px 10px;
    }
    .ge-hero-desc {
        font-size: 14px;
    }
    
}


.ge-coop-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(4px);
}

.ge-coop-modal-wrapper {
    background: #fff;
    width: 95%;
    max-width: 652px;
    padding: 40px 50px;
    border-radius: 20px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.ge-coop-main-title {
    color: #121212;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px;
}

.ge-coop-sub-title {
    color: #121212;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 30px;
}

.ge-coop-field-group {
    margin-bottom: 20px;
}

.ge-coop-field-label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
    color: #000;
}

.ge-coop-input, 
.ge-coop-select, 
.ge-coop-textarea {
    width: 100%;
    padding: 14px 18px;
    border-radius: 20px;
    background: #E4E4E4;
    border: 1px solid #E4E4E4;
    transition: 0.3s;
    outline: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.ge-coop-input:focus, 
.ge-coop-select:focus, 
.ge-coop-textarea:focus {
    border-color: #25B461;
    background: #fff;
}

.ge-coop-textarea {
    height: 100px;
    resize: none;
}

.ge-cr-select-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.ge-cr-select, 
.ge-coop-select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px; 
    cursor: pointer;
}


.ge-cr-arrow-svg {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3.5px;
    pointer-events: none;
    transition: transform 0.3s ease;
    transform: rotate(180deg); 
}

.ge-cr-select:focus + .ge-cr-arrow-svg,
.ge-coop-select:focus + .ge-cr-arrow-svg {
    transform: rotate(0deg); 
}
.ge-coop-footer-actions {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.ge-coop-btn-cancel {
    flex: 1;
    height: 50px;
    border-radius: 26px;
    border: 1px solid var(--Green, #25B461);
    background: #FFF;
    cursor: pointer;
    transition: 0.3s;
    color: #161616;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    max-width: 95px;
}
.ge-coop-btn-cancel:hover {
    background: #f5f5f5;
    color: #25B461;
}
.ge-coop-btn-submit {
    flex: 1.5;
    height: 50px;
    border-radius: 30px;
    border: none;
    padding: 10px 20px;
    background: #25B461;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
    transition: 0.3s;
    color: #F3F3F3;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.ge-coop-btn-submit:hover {
    border-radius: 30px;
    border: 1px solid var(--Green, #25B461);
    background: #FFF;
    color: #25B461;
}
/* Помилки */
.ge-coop-error-msg {
    color: #E03131;
    font-size: 13px;
    margin-top: 5px;
    display: none;
}

.ge-coop-field-group.has-error .ge-coop-input,
.ge-coop-field-group.has-error .ge-coop-select {
    border-color: #E03131 !important;
}

.ge-coop-success-icon-wrap {
    text-align: center;
    margin-bottom: 20px;
}


.ge-coop-field-group.has-error .ge-coop-input,
.ge-coop-field-group.has-error .ge-coop-select,
.ge-coop-field-group.has-error .ge-coop-textarea {
    border: 1px solid #E03131 !important;
    /* background: #fdf2f2;  */
}


.ge-coop-error-msg {
    color: #E03131;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 400;
}

@media (max-width: 739px) {
    .ge-coop-modal-wrapper {
        padding: 15px;
    }
}
