/* Company Page Header */
.company-header {
    display: flex;
    align-items: center;
    background: url("../images/heading.jpg") no-repeat 0% 0%;
    background-size: cover;
    height: 280px;
    flex-direction: column;
    align-items: center;
}


.company-header h1 {
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
}

.company-header .breadcrumbs {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #9DAAF2;
}

.company-header .breadcrumbs a {
    text-decoration: none;
    color: #9DAAF2;
    padding: 8px;
}

.company-header .breadcrumbs span {
    color: #FF6A3D;
    padding-left: 8px;
}

/* Company Page Layout */


.company-page-container {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 40px;
}

/* Company Header */
.company-page-logo-wrapper {
    position: absolute;
    width: 220px;
    height: 220px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #1A2238;
    border: 10px solid #F8F8FB;
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 3;
}

.company-page-logo-wrapper img,
.company-page-logo-wrapper svg {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
}

.company-header h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 4px;
}

.company-header .industry-label {
    font-size: 1.1rem;
    color: #7A7A7A;
    margin-bottom: 8px;
}

.company-header .explore-link {
    font-size: 0.95rem;
    color: #034C95;
    text-decoration: underline;
    margin-top: 4px;
}

/* Company Page Contact Details (unique classes) */
.company-page-contact-details-wrapper {
    position: relative;
    width: 940px;
    height: 250px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 72px 32px 32px;
    margin-bottom: 32px;
}

.company-page-contact-details-title {
    position: absolute;
    top: 26px;
    left: 26px;
    width: calc(100% - 52px);
    height: 46px;
    background: #F2F2FF;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #1A2238;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.company-page-contact-details-grid {
    display: grid;
    grid-template-columns: max-content max-content;
    row-gap: 20px;
    margin-left: 10px;
    margin-top: 10px;
}



.company-page-contact-details-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.company-page-contact-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    height: 22px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #606977;
    max-width: 320px;
    width: 360px;
}

.company-page-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.company-page-icon {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

.company-page-contact-detail a {
    color: #606977;
    text-decoration: none;
    
}

/* Company Page About Section (unique classes) */
.company-page-about-section {
    background: #fff;
    border-radius: 12px;
    width: 940px;
    height: 498px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    gap: 27px;
    margin-bottom: 26px;
    padding: 26px;
    align-items: flex-start;
}

.company-page-about-desc {
    flex: 2;
    position: relative;
}

.company-page-about-title {
    width: 506px;
    height: 46px;
    left: 26px;
    top: 26px;
    background: #F2F2FF;
    display: flex;
    align-items: center;
    padding-left: 20px;
    z-index: 2;
    margin-bottom: 20px;
}

.company-page-about-title {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #1A2238;
}

.company-page-about-desc h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 12px;
}

/* .company-page-about-map {
    max-width: 355px;
    height: 446px;
} */

.company-page-map-iframe {
    width: 355px;
    height: 446px;
    border-radius: 20px;
    border: none;
}

/* Vacancies Section */
.company-vacancies-section {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    width: 940px;
    margin-bottom: 27px;

}

.company-vacancies-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 24px;
}

/* Job Card */
.company-job-card {
    background: #F6F8FA;
    border-radius: 16px;
    padding: 20px 28px 20px; /* top, sides, bottom */
    position: relative;
    margin-bottom: 32px;
    width: 808px;
    height: 296px;
    
}

.company-job-card-actions {
    top: 24px;
    right: 24px;
    display: flex;
    gap: 8px;
}

.company-job-card-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    padding: 0;
    border: none;
    cursor: pointer;
    background: transparent;
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    gap: 8px;
}

.company-job-card-main-row {
    display: flex;
    gap: 24px;
}

.company-job-card-logo-wrapper {
    flex-shrink: 0;
}

.company-job-card-logo-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
}

.company-job-card-content {
    flex-grow: 1;
    min-width: 0; /* חשוב למניעת גלישה */
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.company-job-card-company-name {

    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #606977;
}

.company-job-card-title-row {
    margin-bottom: 4px;
    
}

.company-job-card-title {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    color: #034C95;
    font-family: 'Rubik', sans-serif;
    margin-right: 8px;
}

.company-job-card-salary {
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 600;
    color: #1A2238;
    font-family: 'Rubik', sans-serif;
}

.company-job-card-description {
    font-size: 14px;
    color: #606977;
    margin-bottom: 12px;

    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.company-job-card-meta {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
    font-size: 13px;
    color: #9197A6;
}

.company-job-card-meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.company-job-card-meta-item svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.company-job-card-actions {
    display: flex;
    gap: 12px;
}

.company-job-card-apply-btn {
    background: #1A2238;
    color: #fff;
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    transition: background-color 0.2s ease;
}

.company-job-card-apply-btn:hover {
    background: #2a2f4a;
}



.company-job-card-posted-time {
    position: absolute;
    bottom: 18px;
    right: 24px;
    font-size: 13px;
    color: #606977;
}

/* Company Profile Main (centered block below header) */
.company-profile-main {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -120px;
    z-index: 2;
}

.company-profile-main h1 {
    margin-top: 240px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1A2238;
    text-align: center;
}

.company-profile-main .industry-label {
    font-size: 1.1rem;
    color: #7A7A7A;
    margin-bottom: 8px;
    text-align: center;
}
.company-page-about-text {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1A2238;
    max-width: 451px;
}

.company-page-vacancies-title {
    width: 808px;
    height: 46px;
    background: #F2F2FF;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #1A2238;
    margin-bottom: 24px;
}

