/**
 * Lev Asia Page Styles
 */

 body{

 }

.lev-asia-page {
    background: #E0D5CF;
    direction: rtl;
    font-family: 'Heebo', sans-serif;
}

.lev-asia-content-wrapper {
    max-width: 1331px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
}

/* === HERO SECTION === */
.lev-asia-hero {
    padding: 49px 0 100px;
    position: relative;
}

/* Main Title - משמעות. שייכות. עשייה. */
.lev-asia-main-title {
    font-family: 'FbMatador', 'Heebo', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 91px;
    text-align: center;
    color: #D77960;
    margin: 0 auto 60px;
    max-width: 550px;
    direction: ltr;
    background: url(../../../images/Vectorz.png) no-repeat center;
    background-size: contain;
    padding: 20px 40px;
}

/* Intro Section */
.lev-asia-intro {
    text-align: right;
    margin-bottom: 60px;
}

.lev-asia-section-title {
    font-family: 'FbMatador', 'Heebo', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #003346;
    margin: 0 0 10px 0;
    direction: ltr;
    text-align: left;
}

.lev-asia-subtitle {
    font-family: 'Heebo', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    color: #D7795A;
    margin: 0;
    direction: ltr;
    text-align: left;
}

/* Cards Grid */
.lev-asia-cards-grid {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.lev-asia-card {
    width: 383px;
    height: 354px;
    background: #E8E3DD;
    border-radius: 14px;
    box-shadow: 
        0px 4px 4px -4px rgba(12, 12, 13, 0.05),
        0px 2px 32px -4px rgba(12, 12, 13, 0.10);
    padding: 44px 43px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    position: relative;
    overflow: hidden;
}

.card-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    transition: all 0.3s ease;
    width: 100%;
}

.card-front lord-icon {
    transition: transform 0.3s ease;
}

.lev-asia-card:hover .card-front {
    gap: 5px;
    transform: translateY(-40px);
}

.lev-asia-card:hover .card-front lord-icon {
    transform: scale(0.6);
}

.card-hover {
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card-hover p {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #003346;
    text-align: center;
    margin: 15px 30px 0;
}

.lev-asia-card:hover .card-hover {
    opacity: 1;
    max-height: 150px;
}

.card-icon {
    width: auto;
    height: 123px;
    object-fit: contain;
    margin-top: 0;
}

.card-number {
    font-family: 'Heebo', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
    color: #D7795A;
    text-align: center;
    margin: 0;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Decorative Rope */
.lev-asia-rope {
    position: absolute;
    left: 0px;
    bottom: -300px;
    width: 500px;
    height: auto;
    z-index: 1;
    opacity: 0.8;
    transform: scaleX(-1);
    right: 0px;
}

/* === SHAYKHUT SECTION WITH SLIDERS === */
.lev-asia-shaykhut {

    position: relative;
}

.shaykhut-intro {
    text-align: right;
    margin-bottom: 60px;
}

/* Toggle Switch */
.slider-toggle-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 74px;
}

.slider-toggle {
    width: 400px;
    height: 70px;
    background: #E8E3DD;
    border-radius: 49px;
    padding: 0;
    display: flex;
    position: relative;
}

.toggle-btn {
    flex: 1;
    height: 70px;
    border: none;
    background: transparent;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #003346;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 49px;
    position: relative;
    z-index: 2;
}

.toggle-btn.active {
    background: #003346;
    color: #D7795A;
}

/* Slider Container */
.slider-container {
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 40px;
}

.slider-container .slick-track {
    display: flex !important;
    align-items: stretch;
    flex-wrap: nowrap !important;
}


.slider-content {
    margin-bottom: 20px;
}

/* Slider Card */
.slider-card {
    width: 390px !important;
    height: 425px !important;
    min-height: 226px;
    background: #E8E3DD;
    border-radius: 14px;
    padding: 32px 30px;
    margin: 0 15px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.slider-card .card-title {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #D7795A;
    margin: 0 0 20px 0;
    background: url('/images/Vector-pl3.png') no-repeat center / cover;
    padding: 8px 15px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 220px;
    margin: 0 auto;
}

.slider-card .card-text {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #003346;
    margin: 0;
    margin-top: 12px;
}

/* Slider Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 10px;
    transition: opacity 0.3s;
}

.slider-arrow:hover {
    opacity: 0.7;
}

.slider-arrow-prev {
    right: -40px;
}

.slider-arrow-next {
    left: -40px;
}

.slider-arrow img {
    width: 100%;
    height: auto;
    position: absolute;
    transition: opacity 0.3s;
}

.slider-arrow .arrow-static {
    opacity: 0;
}

.slider-arrow .arrow-hover {
    opacity: 1;
}

.slider-arrow:hover .arrow-static {
    opacity: 1;
}

.slider-arrow:hover .arrow-hover {
    opacity: 0;
}

.slider-arrow-prev img {
    transform: scaleX(-1);
}

/* Slick Dots (Pagination) */
.slider-content .slick-dots {
    position: static;
    display: flex !important;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}

.slider-content .slick-dots li {
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
}

.slider-content .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    background: #E8E3DD;
    border: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
}

.slider-content .slick-dots li button:before {
    display: none;
}

.slider-content .slick-dots li.slick-active button {
    background: #003346;
}

/* === RESPONSIVE === */
@media (max-width: 1400px) {
    .lev-asia-content-wrapper {
        max-width: 100%;
        padding: 0 40px;
    }
    
    .lev-asia-cards-grid {
        gap: 30px;
    }
    
    .lev-asia-card {
        width: calc(50% - 15px);
        height: auto;
        min-height: 320px;
    }
}

@media (max-width: 992px) {
    .lev-asia-main-title {
        font-size: 42px;
        line-height: 60px;
    }
    
    .lev-asia-section-title {
        font-size: 36px;
        line-height: 48px;
    }
    
    .lev-asia-subtitle {
        font-size: 24px;
        line-height: 36px;
    }
    
    .lev-asia-cards-grid {
        flex-direction: column;
        gap: 20px;
    }
    
    .lev-asia-card {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }
    
    .card-number {
        font-size: 32px;
        line-height: 42px;
    }
    
    /* Shaykhut Section */
    .lev-asia-shaykhut {
        padding: 60px 0;
    }
    
    .slider-toggle {
        width: 350px;
        height: 60px;
    }
    
    .toggle-btn {
        height: 60px;
        font-size: 20px;
    }
    
    .slider-container {
        padding: 0 30px;
    }
    
    .slider-arrow {
        display: none;
    }
}

@media (max-width: 768px) {
    .lev-asia-content-wrapper {
        padding: 0 20px;
    }
    
    .lev-asia-hero {
        padding: 30px 0 60px;
    }
    
    .lev-asia-main-title {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 40px;
    }
    
    .lev-asia-section-title {
        font-size: 28px;
        line-height: 38px;
    }
    
    .lev-asia-subtitle {
        font-size: 20px;
        line-height: 30px;
    }
    
    .lev-asia-intro {
        margin-bottom: 40px;
    }
    
    .lev-asia-card {
        padding: 30px 20px;
        min-height: 280px;
    }
    
    .card-icon {
        height: 100px;
    }
    
    .card-number {
        font-size: 28px;
        line-height: 36px;
    }
    
    .lev-asia-rope {
        width: 300px;
        height: 267px;
        bottom: -150px;
    }
    
    /* Shaykhut Section */
    .lev-asia-shaykhut {
        padding: 40px 0;
    }
    
    .slider-toggle {
        width: 300px;
        height: 50px;
    }
    
    .toggle-btn {
        height: 50px;
        font-size: 18px;
    }
    
    .slider-container {
        padding: 0 10px;
    }
    
    .slider-card {
        width: 100% !important;
        max-width: 350px;
        margin: 0 auto;
    }
    
    .slider-card .card-title {
        font-size: 20px;
        line-height: 24px;
    }
    
    .slider-card .card-text {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .lev-asia-main-title {
        font-size: 24px;
        line-height: 36px;
    }
    
    .lev-asia-section-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .lev-asia-subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    
    .card-number {
        font-size: 24px;
        line-height: 32px;
    }
    
    /* Shaykhut Section */
    .slider-toggle {
        width: 280px;
        height: 50px;
    }
    
    .toggle-btn {
        font-size: 16px;
    }
    
    .slider-card .card-title {
        font-size: 18px;
        line-height: 22px;
    }
    
    .slider-card .card-text {
        font-size: 14px;
        line-height: 18px;
    }
    
    .card-decoration {
        height: 50px;
    }
}

/* === ASIYA SECTION === */
.lev-asia-asiya {
    padding: 80px 0;
    position: relative;
}

.asiya-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 60px 0 40px 0;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.asiya-menu-item {
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 177px;
}

.asiya-menu-item-container {
    width: 177px;
    height: 147px;
    background: #E8E3DD;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px 20px 15px;
    box-sizing: border-box;
}

.asiya-menu-icon {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
}

.asiya-menu-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.asiya-menu-title {
    font-family: 'Heebo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #003346;
    text-align: center;
    margin: 0;
}

.asiya-menu-item[data-target="card1"] .asiya-menu-title,
.asiya-menu-item[data-target="card6"] .asiya-menu-title {
    max-width: 100px;
}

.asiya-content {
    position: relative;
    margin: 40px 0;
    min-height: 300px;
    z-index: 2;
}

.content-card {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 729px;
    height: 263px;
    background: #E8E3DD;
    border-radius: 49px;
    padding: 44px 64px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.content-card.active {
    opacity: 1;
}

.card-content {
    display: flex;
    align-items: flex-start;
    gap: 46px;
    height: 100%;
}

.card-icon {
    width: 137px;
    height: 137px;
    object-fit: contain;
    flex-shrink: 0;
}

.card-text {
    flex: 1;
}

.card-text h4 {
    font-family: 'FbMatador', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
    color: #003346;
    margin: 0 0 20px 0;
    direction: ltr;
    text-align: left;
}

.card-text p {
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #003346;
    margin: 0 0 15px 0;
    direction: ltr;
    text-align: left;
}

.asiya-background {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: auto;
    z-index: 1;
    object-fit: cover;
    pointer-events: none;
    top: 420px;
}

/* ===========================
   RESPONSIVE DESIGN
   =========================== */

/* Tablet and below */
@media (max-width: 1400px) {
    * {
        box-sizing: border-box;
    }
    
    body {
        overflow-x: hidden;
    }
    
    .lev-asia-content-wrapper {
        padding: 0 30px;
        text-align: center;
    }
    
    .lev-asia-main-title {
        font-size: 42px;
        line-height: 50px;
        text-align: center;
    }
    
    .lev-asia-section-title {
        font-size: 36px;
        line-height: 42px;
        text-align: center;
    }
    
    .lev-asia-subtitle {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    
    .lev-asia-cards-grid {
        gap: 20px;
        padding: 0 20px;
    }
    
    .lev-asia-card {
        width: 280px;
        height: 280px;
        padding: 25px;
    }
    
    .card-icon {
        width: 80px;
        height: 80px;
    }
    
    .card-number {
        font-size: 28px;
        line-height: 32px;
    }
    
    .card-text {
        font-size: 14px;
        line-height: 18px;
    }
    
    .lev-asia-rope {
        display: none;
    }
    
    /* Shaykhut Section */
    .slider-toggle-wrapper {
        max-width: 350px;
        height: 60px;
        margin: 0 auto 40px auto;
    }
    
    .toggle-button {
        font-size: 14px;
        padding: 15px 20px;
    }
    
    .slider-container {
        max-width: 800px;
        padding: 0 30px;
    }
    
    .slider-card {
        width: 250px !important;
        height: 200px !important;
        min-height: 200px;
        padding: 25px 20px;
        margin: 0 10px !important;
    }
    
    .slider-card .card-title {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 15px 0;
    }
    
    .slider-card .card-text {
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;
    }
    
    .card-title-bg {
        padding: 6px 12px;
        min-height: 35px;
        max-width: 180px;
    }
    
    /* Asiya Section */
    .asiya-menu {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
    }
    
    .asiya-menu-item {
        max-width: 150px;
    }
    
    .asiya-menu-item-container {
        width: 150px;
        height: 120px;
        padding: 30px 10px 15px 10px;
    }
    
    .asiya-menu-icon {
        width: 45px;
        height: 45px;
        top: -12px;
    }
    
    .asiya-menu-title {
        font-size: 14px;
        line-height: 18px;
    }
    
    .content-card {
        width: 90%;
        max-width: 600px;
        height: auto;
        min-height: 200px;
        padding: 30px 40px;
    }
    
    .card-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .card-icon {
        width: 100px;
        height: 100px;
        align-self: center;
    }
    
    .card-text h4 {
        font-size: 24px;
        line-height: 28px;
    }
    
    .card-text p {
        font-size: 16px;
        line-height: 20px;
    }
    
    .asiya-background {
        display: none;
    }
}

@media (max-width: 992px) {
    .lev-asia-content-wrapper {
        text-align: center;
    }
    
    .lev-asia-main-title {
        font-size: 36px;
        line-height: 42px;
        text-align: center;
    }
    
    .lev-asia-section-title {
        font-size: 32px;
        line-height: 38px;
        text-align: center;
    }
    
    .lev-asia-subtitle {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
    
    .lev-asia-cards-grid {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }
    
    .lev-asia-card {
        width: 320px;
        height: 300px;
    }
    
    /* Shaykhut Section */
    .slider-toggle-wrapper {
        margin: 0 auto 35px auto;
    }
    
    .slider-container {
        max-width: 600px;
    }
    
    .slider-card {
        width: 220px !important;
        height: 180px !important;
        min-height: 180px;
    }
    
    /* Asiya Section */
    .asiya-menu {
        gap: 10px;
    }
    
    .asiya-menu-item {
        max-width: 140px;
    }
    
    .asiya-menu-item-container {
        width: 140px;
        height: 110px;
    }
    
    .asiya-menu-title {
        font-size: 13px;
        line-height: 16px;
    }
    
    .content-card {
        width: 95%;
        padding: 25px 30px;
    }
    
    .card-text h4 {
        font-size: 22px;
        line-height: 26px;
    }
    
    .card-text p {
        font-size: 15px;
        line-height: 19px;
    }
}

@media (max-width: 768px) {
    .lev-asia-content-wrapper {
        padding: 0 20px;
        text-align: center;
    }
    
    .lev-asia-main-title {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }
    
    .lev-asia-section-title {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
    }
    
    .lev-asia-subtitle {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
    
    .lev-asia-card {
        width: 280px;
        height: 280px;
        padding: 20px;
    }
    
    .card-icon {
        width: 60px;
        height: 60px;
    }
    
    .card-number {
        font-size: 24px;
        line-height: 28px;
    }
    
    .card-text {
        font-size: 13px;
        line-height: 17px;
    }
    
    .lev-asia-rope {
        display: none;
    }
    
    /* Shaykhut Section */
    .slider-toggle-wrapper {
        max-width: 300px;
        height: 50px;
        margin: 0 auto 30px auto;
    }
    
    .toggle-button {
        font-size: 12px;
        padding: 12px 15px;
    }
    
    .slider-container {
        max-width: 500px;
        padding: 0 20px;
    }
    
    .slider-card {
        width: 200px !important;
        height: 160px !important;
        min-height: 160px;
        padding: 20px 15px;
    }
    
    .slider-card .card-title {
        font-size: 12px;
        line-height: 16px;
    }
    
    .slider-card .card-text {
        font-size: 11px;
        line-height: 14px;
    }
    
    .card-title-bg {
        padding: 5px 10px;
        min-height: 30px;
        max-width: 150px;
    }
    
    /* Asiya Section */
    .asiya-menu {
        gap: 8px;
        margin: 40px 0 30px 0;
    }
    
    .asiya-menu-item {
        max-width: 120px;
    }
    
    .asiya-menu-item-container {
        width: 120px;
        height: 90px;
        padding: 25px 8px 12px 8px;
    }
    
    .asiya-menu-icon {
        width: 35px;
        height: 35px;
        top: -10px;
    }
    
    .asiya-menu-title {
        font-size: 11px;
        line-height: 14px;
    }
    
    .content-card {
        width: 100%;
        padding: 20px 25px;
    }
    
    .card-content {
        gap: 15px;
    }
    
    .card-icon {
        width: 80px;
        height: 80px;
    }
    
    .card-text h4 {
        font-size: 18px;
        line-height: 22px;
    }
    
    .card-text p {
        font-size: 14px;
        line-height: 18px;
    }
    
    .asiya-background {
        display: none;
    }
}

@media (max-width: 480px) {
    .lev-asia-content-wrapper {
        padding: 0 15px;
        text-align: center;
    }
    
    .lev-asia-main-title {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
    
    .lev-asia-section-title {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    
    .lev-asia-subtitle {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
    
    .lev-asia-card {
        width: 250px;
        height: 250px;
        padding: 18px;
    }
    
    .card-icon {
        width: 50px;
        height: 50px;
    }
    
    .card-number {
        font-size: 20px;
        line-height: 24px;
    }
    
    .card-text {
        font-size: 12px;
        line-height: 16px;
    }
    
    .lev-asia-rope {
        display: none;
    }
    
    /* Shaykhut Section */
    .slider-toggle-wrapper {
        max-width: 280px;
        height: 45px;
        margin: 0 auto 25px auto;
    }
    
    .toggle-button {
        font-size: 11px;
        padding: 10px 12px;
    }
    
    .slider-container {
        max-width: 400px;
        padding: 0 15px;
    }
    
    .slider-card {
        width: 180px !important;
        height: 140px !important;
        min-height: 140px;
        padding: 15px 12px;
    }
    
    .slider-card .card-title {
        font-size: 11px;
        line-height: 14px;
    }
    
    .slider-card .card-text {
        font-size: 10px;
        line-height: 13px;
    }
    
    .card-title-bg {
        padding: 4px 8px;
        min-height: 25px;
        max-width: 130px;
    }
    
    /* Asiya Section */
    .asiya-menu {
        gap: 5px;
        margin: 30px 0 25px 0;
    }
    
    .asiya-menu-item {
        max-width: 100px;
    }
    
    .asiya-menu-item-container {
        width: 100px;
        height: 75px;
        padding: 20px 6px 10px 6px;
    }
    
    .asiya-menu-icon {
        width: 30px;
        height: 30px;
        top: -8px;
    }
    
    .asiya-menu-title {
        font-size: 9px;
        line-height: 12px;
    }
    
    .content-card {
        width: 100%;
        padding: 15px 20px;
    }
    
    .card-content {
        gap: 12px;
    }
    
    .card-icon {
        width: 60px;
        height: 60px;
    }
    
    .card-text h4 {
        font-size: 16px;
        line-height: 20px;
    }
    
    .card-text p {
        font-size: 12px;
        line-height: 16px;
    }
    
    .asiya-background {
        display: none;
    }
}

