body
{
    direction:rtl;
    text-align:left;
}/**
 * Irgunim ve Shutafim Page Styles
 */

/* Global styles for the organizations page */
body.page-id-69,
body.page-template-page-irgunim,
body.page-template-page-organizations,
body.page-template-page-ארגונים-ושותפים {
    background: #E0D5CF !important;
    direction: rtl;
    font-family: 'Heebo', sans-serif;
}

/* Ensure header and footer don't interfere */
body.page-id-69 #site-header,
body.page-template-page-irgunim #site-header,
body.page-template-page-organizations #site-header,
body.page-template-page-ארגונים-ושותפים #site-header {
    background: transparent;
}

body.page-id-69 #site-footer,
body.page-template-page-irgunim #site-footer,
body.page-template-page-organizations #site-footer,
body.page-template-page-ארגונים-ושותפים #site-footer {
    background: #E0D5CF;
}

.irgunim-page {
    background: #E0D5CF;
    direction: rtl;
    font-family: 'Heebo', sans-serif;
    min-height: 100vh;
}

.irgunim-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
}

/* === HERO SECTION === */
.irgunim-hero {
    padding: 80px 0 60px;
    text-align: center;
}

.irgunim-main-title {
    font-family: 'FbMatador', 'Heebo', sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 70px;
    color: #003346;
    margin: 0 0 30px 0;
}

.irgunim-subtitle {
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #003346;
    max-width: 800px;
    margin: 0 auto 40px;
    direction:ltr;
}

.irgunim-cta-button {
    background: white;
    color: #003346;
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    border: 2px solid #003346;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.irgunim-cta-button:hover {
    background: #003346;
    color: #D77960;
}

/* === ORGANIZATIONS SECTION === */
.irgunim-organizations {
    padding: 40px 0 80px;
}

.irgunim-section-title {
    font-family: 'FbMatador', 'Heebo', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #003346;
    text-align: center;
    margin: 60px 0 40px 0;
}

.irgunim-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.irgunim-row-3 {
    justify-content: space-between;
}

.irgunim-row-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1280px;
    margin: 0 auto;
}

.partners-decorative-boy {
    position: absolute;
    left: -150px;
    width: 242px;
    height: auto;
    margin-top: 145px;
    z-index: 1;
}

/* === ORGANIZATION CARDS === */
.irgunim-card {
    background: #E8E3DD;
    border-radius: 20px;
    padding: 40px 30px;
    width: 370px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 20px rgba(0, 51, 70, 0.1);
    position: relative;
    direction:ltr;
}

.irgunim-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 30px rgba(0, 51, 70, 0.15);
}

.irgunim-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    flex-grow: 1;
}

.irgunim-card-logo {
    width: 171px;
    height: 81px;
    object-fit: contain;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.irgunim-card-title {
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #003346;
    margin: 107px 0 40px 0;
    line-height: 1.3;
    text-align: center;
}

.irgunim-card-subtitle {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin: 0 0 20px 0;
    line-height: 18px;
}

.irgunim-card-text {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #003346;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 auto 0;
    flex: 1;
    display: none;
}

.irgunim-card-arrow {
    margin-top: auto;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.irgunim-card:hover .irgunim-card-arrow {
    opacity: 1;
}

.irgunim-card-arrow img {
    width: 30px;
    height: auto;
}

/* Partner cards styling */
.irgunim-card-partner {
    background: #E8E3DD;
    width: calc(33.333% - 20px);
    max-width: 388px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.irgunim-card-partner:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 30px rgba(0, 51, 70, 0.15);
}

.irgunim-partner-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.irgunim-card-partner .irgunim-card-title {
    color: #D7795A;
}

/* === POPUP STYLES === */
.irgunim-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.irgunim-popup {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    width: 1046px;
    height: 597px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10000;
    direction: ltr;
}

.irgunim-popup-content {
    padding: 60px 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: right;
    max-width: 800px;
}

.irgunim-popup-close {
    position: absolute;
    top: 20px;
    right: -230px;
    background: none;
    border: none;
    font-size: 30px;
    color: #666;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.irgunim-popup-close:hover {
    background: #f0f0f0;
    color: #333;
}

.irgunim-popup-title {
    font-family: 'FbMatador', 'Heebo', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #003346;
    margin: 20px 0 30px 0;
    line-height: 1.2;
    direction: ltr;
    text-align: left;
}

.irgunim-popup-text {
    flex: 1;
    text-align: left;
    overflow: hidden;
}

.irgunim-popup-text p {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #003346;
    margin: 0 0 15px 0;
    text-align: left;
    direction: ltr;
}

.irgunim-popup-email {
    margin-top: auto;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    color: #D7795A;
    font-weight: 500;
    text-align: left;
}

.irgunim-popup-body p {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin: 0 0 20px 0;
}

.irgunim-popup-contact {
    position: absolute;
    bottom: 60px;
    right: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.irgunim-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    color: #D7795A;
    font-weight: 500;
}

.irgunim-contact-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.irgunim-contact-item span {
    color: #003346;
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 1200px) {
    .irgunim-content-wrapper {
        padding: 0 30px;
    }
    
    .irgunim-row {
        gap: 20px;
    }
    
    .irgunim-card {
        width: 280px;
    }
}

@media (max-width: 992px) {
    .irgunim-main-title {
        font-size: 42px;
        line-height: 50px;
    }
    
    .irgunim-subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    
    .irgunim-row-3 {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .irgunim-row-2 {
        gap: 30px;
    }
    
    .irgunim-card {
        width: 260px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .irgunim-content-wrapper {
        padding: 0 20px;
    }
    
    .irgunim-hero {
        padding: 60px 0 40px;
    }
    
    .irgunim-main-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .irgunim-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    
    .irgunim-row {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .irgunim-card {
        width: 100%;
        max-width: 350px;
    }
    
    .irgunim-popup-content {
        padding: 30px 20px;
    }
    
    .irgunim-popup-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .irgunim-popup-title-section h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .irgunim-main-title {
        font-size: 28px;
        line-height: 36px;
    }
    
    .irgunim-card {
        padding: 30px 20px;
    }
    
    .irgunim-card-logo {
        width: 60px;
        height: 60px;
    }
    
    .irgunim-card-title {
        font-size: 16px;
    }
    
    .irgunim-card-subtitle {
        font-size: 13px;
    }
    
    .irgunim-popup {
        width: 95%;
        margin: 20px;
    }
    
    .irgunim-popup-content {
        padding: 25px 15px;
    }
}

/* Card More Button */
.irgunim-card-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto;
    cursor: pointer;
    transition: opacity 0.3s;
}

.irgunim-card-more img {
    width: 30px !important;
    height: auto;
}

.irgunim-card-more:hover {
    opacity: 0.7;
}

/* === RESPONSIVE === */

/* Tablet and below */
@media (max-width: 1400px) {
    .irgunim-content-wrapper {
        max-width: 100%;
        padding: 0 40px;
    }
    
    .irgunim-card {
        width: 350px;
        height: 430px;
    }
    
    .irgunim-card-partner {
        width: 350px;
        height: 260px;
    }
}

/* Large Mobile / Small Tablet */
@media (max-width: 992px) {
    .irgunim-content-wrapper {
        padding: 0 30px;
    }
    
    .irgunim-hero-title {
        font-size: 42px;
        line-height: 60px;
    }
    
    .irgunim-hero-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    
    .irgunim-row-3 {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .irgunim-row-2 {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .irgunim-card {
        width: 100%;
        max-width: 400px;
        height: auto;
        min-height: 400px;
    }
    
    .irgunim-card-partner {
        width: 100%;
        max-width: 400px;
        height: 250px;
    }
    
    .irgunim-section-title {
        font-size: 36px;
        margin: 60px 0 40px 0;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .irgunim-content-wrapper {
        padding: 0 20px;
    }
    
    .irgunim-hero-section {
        padding: 40px 0;
        text-align: center;
    }
    
    .irgunim-hero-title {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    
    .irgunim-hero-subtitle {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    
    .irgunim-hero-cta {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .irgunim-section-title {
        font-size: 28px;
        margin: 50px 0 30px 0;
    }
    
    .irgunim-card {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .irgunim-card-partner {
        max-width: 100%;
        height: 200px;
    }
    
    .irgunim-card-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .irgunim-card-text {
        font-size: 13px;
        line-height: 20px;
    }
    
    .irgunim-popup {
        max-width: 90%;
        height: auto;
        max-height: 90vh;
        overflow-y: auto;
    }
    
    .irgunim-popup-content {
        padding: 40px 30px;
    }
    
    .irgunim-popup-title {
        font-size: 24px;
        margin: 15px 0 20px 0;
    }
    
    .irgunim-popup-text {
        font-size: 13px;
        line-height: 20px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .irgunim-content-wrapper {
        padding: 0 15px;
    }
    
    .irgunim-hero-section {
        padding: 30px 0;
    }
    
    .irgunim-hero-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    
    .irgunim-hero-subtitle {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    
    .irgunim-hero-cta {
        padding: 10px 20px;
        font-size: 12px;
    }
    
    .irgunim-section-title {
        font-size: 22px;
        margin: 40px 0 25px 0;
    }
    
    .irgunim-card {
        min-height: 350px;
    }
    
    .irgunim-card-partner {
        height: 180px;
    }
    
    .irgunim-card-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    
    .irgunim-card-text {
        font-size: 12px;
        line-height: 18px;
    }
    
    .irgunim-card-more {
        font-size: 12px;
        padding: 8px 15px;
    }
    
    .irgunim-popup {
        max-width: 95%;
        margin: 20px;
    }
    
    .irgunim-popup-content {
        padding: 30px 20px;
    }
    
    .irgunim-popup-title {
        font-size: 20px;
        margin: 10px 0 15px 0;
    }
    
    .irgunim-popup-text {
        font-size: 12px;
        line-height: 18px;
    }
    
    .irgunim-popup-close {
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}
