/* Cooperation Page Styles */
.breadcrumb {
    display: none;
}

.breadcrumb__wrapper {
    margin: 0;
}

.cooperation-page {
    width: 100%;
}

/* Hero Section - Full width dark background */
.cooperation-hero-section {
    background: #1D0A4A;
    color: #fff;
    padding: 80px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
}

/* Intro text */
.cooperation-intro {
    text-align: left;
    max-width: 1000px;
    margin: 0 0 60px;
}

.cooperation-intro-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0;
    margin: 0;
}

.cooperation-intro-text .highlight {
    color: #9C77EA;
    font-weight: 600;
}

/* Partner section */
.cooperation-partner-section {
    text-align: left;
}

.cooperation-partner-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0;
    margin-bottom: 50px;
    color: #fff;
    max-width: 1000px;
}

/* Boxes */
.cooperation-boxes {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.cooperation-box {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    text-align: left;
    color: #FFFFFF;
    flex: 1;
    margin: 2em 0;
}

.cooperation-box .line {
    width: 40px;
    height: 2px;
    background: #FFFFFF;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 22px;
}

/* CTA Button */
.cooperation-cta {
    text-align: left;
    margin-bottom: 40px;
}

.cooperation-btn {
    background: #9C77EA;
    border: none;
    padding: 15px 70px 15px 50px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.cooperation-btn:after {
    background: #1D0A4A url(../../../../themes/hummingbird/assets/img-dist/button_bg.svg) center center no-repeat !important;
    border-radius: 50%;
    color: #fff;
    content: "";
    flex-shrink: 0;
    transition: var(--bs-accordion-btn-icon-transition);
    width: 2.4em;
    height: 2.4em;
    display: inline-block;
    position: absolute;
    margin-left: 21px;
    margin-top: -7px;
}

.cooperation-btn:hover {
    background: #7d5bc4;
    color: #fff;
}

/* Image */
.cooperation-image {
    margin-bottom: 50px;
}

.cooperation-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Benefits title */
.cooperation-benefits-title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 50px;
}

/* Benefits Boxes */
.cooperation-benefits-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.cooperation-benefits-box {
    background: #9C77EA;
    border-radius: 15px;
    padding: 30px 20px;
    width: 330px;
    min-height: 250px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cooperation-benefits-box img {
    max-width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}

.cooperation-benefits-box p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin: 0;
}

/* Action Section - White background */
.cooperation-action-section {
    background: #fff;
    padding: 80px 0;
}

.cooperation-action-text {
    padding-right: 40px;
}

.cooperation-action-label {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #1D0A4A;
    display: block;
    margin-bottom: 15px;
}

.cooperation-action-title {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    color: #1D0A4A;
    margin-bottom: 25px;
}

.cooperation-action-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    width: 60%;
}

.cooperation-action-cta {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
}

.cooperation-action-image {
    text-align: center;
}

.cooperation-action-image img {
    max-width: 100%;
    height: auto;
}

/* Form Section */
.cooperation-form-section {
    padding: 80px 0;
    background: #1D0A4A;
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 100px;
}

.cooperation-form-wrapper {
    background: none;
    padding: 50px;
    padding-top: 0;
    border-radius: 15px;
    box-shadow: none;
}

.cooperation-form-wrapper h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1D0A4A;
    text-align: center;
}

.cooperation-form .form-group {
    margin-bottom: 20px;
}

.cooperation-form label {
    display: none;
}

.cooperation-form .form-control {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.cooperation-form .form-control:focus {
    border-color: #9C77EA;
    outline: none;
    box-shadow: 0 0 0 3px rgba(156, 119, 234, 0.1);
}

.cooperation-submit {
    background: #9C77EA;
    border: none;
    padding: 16px 50px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.cooperation-submit:hover {
    background: #7d5bc4;
}

/* Alerts */
.cooperation-form-wrapper .alert {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.cooperation-form-wrapper .alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.cooperation-form-wrapper .alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.cooperation-form-wrapper .alert-danger ul {
    margin: 0;
    padding-left: 20px;
}

/* Responsive */
@media (max-width: 1100px) {
    .cooperation-benefits-box {
        width: calc(50% - 10px);
        max-width: none;
    }
}

@media (max-width: 767px) {
    .cooperation-benefits-box {
        width: 100%;
        max-width: none;
        flex-direction: row;
        align-items: center;
        text-align: left;
        min-height: auto;
        padding: 20px;
        gap: 20px;
    }
    .cooperation-benefits-box img {
        margin-bottom: 0;
        flex-shrink: 0;
    }
    .cooperation-benefits-box p {
        text-align: left;
    }
    .cooperation-benefits-title {
        text-align: left;
    }
    .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
        background: #9C77EA;
    }
    .cooperation-box {
        font-size: 18px;
        line-height: 20px;
        margin: 0px;
    }
}

@media (max-width: 991px) {
    .cooperation-action-text {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .cooperation-action-title {
        font-size: 32px;
        line-height: 38px;
    }

    .cooperation-hero-section {
        padding: 50px 0;
    }

    .cooperation-intro-text {
        font-size: 32px;
    }

    .cooperation-partner-title {
        font-size: 32px;
    }

    .cooperation-boxes {
        flex-direction: column;
        align-items: center;
    }

    .cooperation-box {
        width: 100%;
        max-width: 350px;
    }

    .cooperation-benefits-title {
        font-size: 28px;
    }

    .cooperation-form-wrapper {
        padding: 30px 20px;
    }

    .cooperation-cta {
        text-align: left;
    }
    .cooperation-form-section {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cooperation-info {
        padding-right: 0;
    } 
}

@media (max-width: 576px) {
    .cooperation-intro-text {
        font-size: 32px;
    }

    .cooperation-partner-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .cooperation-benefits-title {
        font-size: 24px;
    }
}

/* GAMB Section Container - Cooperation Boxes */
.gamb-section-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 15px;
    color: #1D0A4A;
}

.gamb-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 80px;
}

@media (min-width: 768px) {
    .gamb-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.gamb-section-container .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.style-label {
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    background-color: #9C77EA;
    padding: 2px 11px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 16px;
    align-self: flex-start;
}

.style-heading {
    font-size: 37px;
    line-height: 44px;
    font-weight: 500;
    color: #1D0A4A;
    margin: 0 0 16px 0;
    max-width: 95%;
}

.style-subheading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #1D0A4A;
    margin: 8px 0 12px 0;
}

.style-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #1D0A4A;
    margin-bottom: 24px;
    width: 100%;
}

@media (min-width: 768px) {
    .style-description {
        max-width: 60%;
    }
}

.gamb-section-container .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.content-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
    border-radius: 12px;
    display: block;
}

.section-divider {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 60px 0;
}

@media (min-width: 768px) {
    .order-md-1 { order: 1; }
    .order-md-2 { order: 2; }
}

.gamb-section-container .btn {
    background: #9C77EA;
    border: none;
    padding: 15px 70px 15px 50px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    width: fit-content;
}

.gamb-section-container .btn:after {
    background: #1D0A4A url(../../../../themes/hummingbird/assets/img-dist/button_bg.svg) center center no-repeat !important;
    border-radius: 50%;
    color: #fff;
    content: "";
    flex-shrink: 0;
    transition: var(--bs-accordion-btn-icon-transition);
    width: 2.4em;
    height: 2.4em;
    display: inline-block;
    position: absolute;
    margin-left: 21px;
    margin-top: -7px;
}

.cooperation-action-section .cooperation-action-image {
    padding-left: 40px;
}

.cooperation-training-section .cooperation-action-image {
    padding-right: 40px;
}

.cooperation-training-section .cooperation-action-text {
    padding-left: 40px;
}
