.approach-content {
    max-width: 900px;
}

.join-section-container {
    background-color: rgb(0 158 194 / 10%);
    max-width: 900px;
    border-radius: var(--main-radius);
}

.join-icon picture {
    width: 64px;
    height: 64px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 15px;
}

/* ====== */
/* Industries Section */
.why-join-section {
    padding: 80px 0;
    background-color: rgb(0 158 194 / 5%);
}

.why-join-card {
     height: 100%;
    background: white;
    border-radius: var(--main-radius);
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.why-join-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(23, 162, 184, 0.2);
}

.why-join-icon {
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}


.why-join-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--dark-color);
    margin: 0;
    line-height: 1.4;
}

/* ===== */
.carrees-container {
    max-width: 800px;
    margin: auto;
}

.carrees-container form {
    border-top: 4px solid var(--primary-color);
}

.carrees-container form .secondary-btn {
    width: fit-content;
    cursor: pointer;
}
