/* Lighting Section Styles */
.lighting-section {
    width: 100%;
    max-width: 1512px;
    margin: 0 auto 0 auto;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px; /* توحيد البادينج مع sec2 */
    padding-bottom: 100px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;

}

.blur-lighting {
    position: absolute;
    width: 717px;
    height: 382px;
    top: -150px; /* تخفيض الصورة قليلاً للأسفل من -180px إلى -150px */
    /* أو استخدم bottom/translateY حسب راحتك */
    left: 827px;
    pointer-events: none;
    z-index: 1;
    /* أو أقل لو طالع فوق المحتوى */
}

.lighting-title {
    width: 1108px;
    height: 58px;
    font-family: Inter, sans-serif;
    font-size: 48px; /* توحيد حجم العنوان */
    font-weight: 700;
    color: #ededed;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 0;
    line-height: 100%;
}

.lighting-image-wrapper {
    width: 100%; /* عرض كامل السكشن */
    height: 600px; /* تقليل الطول فقط */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
}

.lighting-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* إرجاع إلى cover لتأخذ العرض الكامل */
    /* border-radius: 30px; */
}

.lighting-controls-bar {
    width: 804px;
    height: 180px;
    background: #181f2a;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 36px;
    box-sizing: border-box;
    gap: 36px;
    margin: 0 auto;
}

.lighting-toggle-btn {
    width: 111px;
    height: 113px;
    border-radius: 100px;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    cursor: pointer;
    transition: background 0.2s;
    margin-right: 24px;
}

.lighting-icons {
    width: 804px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.lighting-icon-btn {
    width: 111px;
    height: 113px;
    border-radius: 100px;
    /* background: #232b38; */
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.lighting-icon-btn.active,
.lighting-toggle-btn.active {
    background: #34c759;
    color: #fff;
}

.lighting-icon-btn img,
.lighting-toggle-btn img,
.lighting-toggle-btn svg,
.toggle-icon {
    width: 64px !important;
    height: 64px !important;
    object-fit: contain;
    display: block;
    margin-bottom: 0;
    color: #ffffff !important; /* لون أبيض */
    fill: #ffffff !important; /* لون أبيض للـ SVG */
}

.lighting-icon-btn span,
.lighting-toggle-btn span {
    font-family: Inter, sans-serif;
    font-size: 12px; /* إرجاع للحجم الطبيعي */
    font-weight: 700;
    color: #fff;
    text-align: center;
}

/* Cinema Vibe Section Styles */
.cinema-section {
    width: 100%;
    max-width: 1512px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.cinema-title-wrapper {
    width: 100%;
    /* Assuming full width for wrapper */
    max-width: 1108px;
    /* Based on title width */
    margin-bottom: 48px;
    /* Gap from content-row */
    text-align: center;
}

.cinema-title {
    font-family: Inter, sans-serif;
    font-size: 48px; /* توحيد حجم العنوان */
    font-weight: 700;
    color: #ededed;
    line-height: 100%;
    margin: 0;
}

.cinema-content {
    width: 100%;
    max-width: 1512px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    /* Gap between video and controls */
}

.cinema-video-wrapper {
    width: 1520px;
    height: 1211px;
    /* Based on Figma */
    display: flex;
    align-items: center;
    justify-content: center;
}

.cinema-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Adjust border-radius if needed */
}

.cinema-controls-bar {
    width: 100%;
    max-width: 1512px;
    /* Full width bar */
    height: 68px;
    /* Based on Figma toggle height */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Center content within the bar */
    background: none;
    /* Assuming no background for the bar itself */
    gap: 24px;
    /* Gap between toggle and text */
}

.cinema-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Gap between switch and text */
    width: 95px;
    /* Based on Figma toggle width */
    height: 68px;
    /* Based on Figma toggle height */
    padding: 12px;
    /* Based on Figma padding */
    border-radius: 100px;
    /* Based on Figma radius */
    background: none;
    /* إزالة الخلفية الرمادية */
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
}

.cinema-toggle-switch {
    width: 71px;
    height: 31px;
    border-radius: 100px;
    background: #34c759;
    border: none;
    cursor: pointer;
    /* Add transition for smooth toggle */
}

.cinema-toggle span {
    font-family: Inter, sans-serif;
    font-size: 12px; /* إرجاع للحجم الطبيعي */
    font-weight: 700;
    color: #ffffff;
    line-height: 100%;
}

/* Blinds Section Styles */
.blinds-section {
    width: 100%;
    max-width: 1512px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.blinds-title-wrapper {
    width: 100%;
    max-width: 1108px;
    margin-bottom: 64px;
    text-align: center;
}

.blinds-title {
    font-family: Inter, sans-serif;
    font-size: 48px; /* توحيد حجم العنوان */
    font-weight: 700;
    color: #ededed;
    line-height: 100%;
    margin: 0;
}

.blinds-content {
    width: 100%;
    max-width: 1512px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    /* Gap between video and controls */
}

.blinds-video-wrapper {
    width: 1520px;
    height: 1211px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blinds-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blinds-controls-bar {
    width: 100%;
    max-width: 1512px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    gap: 24px;
}

.blinds-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 95px;
    height: 68px;
    padding: 12px;
    border-radius: 100px;
    background: none;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
}

.blinds-toggle-switch {
    width: 71px;
    height: 31px;
    border-radius: 100px;
    background: #34c759;
    border: none;
    cursor: pointer;
}

.blinds-toggle span {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    line-height: 100%;
}

@media (max-width: 600px) {
    .lighting-section {
        padding-top: 32px;
        padding-bottom: 32px;
        width: 100vw;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .lighting-title {
        width: 422px;
        height: 18px;
        font-size: 18px; /* توحيد حجم العنوان */
        font-weight: 700;
        color: #ededed;
        text-align: center;
        margin-bottom: 16px;
        margin-top: 0;
        line-height: 100%;
    }

    .lighting-image-wrapper {
        width: 440px !important;
        height: 351px !important;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: unset !important;
    }

    .lighting-image {
        width: 440px !important;
        height: 351px !important;
        object-fit: cover;
        max-width: unset !important;
        max-height: unset !important;
    }

    .lighting-controls-bar {
        width: 100%;
        max-width: none;
        min-width: 300px;
        height: 80px;
        background: #181f2a;
        border-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5px;
        box-sizing: border-box;
        gap: 8px;
        margin: 0 auto 16px auto;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .lighting-toggle-btn {
        width: 70px !important;
        height: 70px !important;
        padding: 0 !important;
        border-radius: 100px;
        background: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
    }

    .lighting-toggle-btn img,
    .lighting-toggle-btn svg,
    .lighting-icon-btn img,
    .lighting-icon-btn svg,
    .toggle-icon {
        width: 20px !important; /* تصغير الأيقونات للموبايل */
        height: 20px !important; /* تصغير الأيقونات للموبايل */
        object-fit: contain;
        display: block;
        margin-bottom: 0;
        color: #ffffff !important; /* لون أبيض */
        fill: #ffffff !important; /* لون أبيض للـ SVG */
    }

    .lighting-toggle-btn span {
        font-family: Inter, sans-serif;
        font-size: 10px; /* تصغير النص للموبايل */
        font-weight: 700;
        color: #fff;
        text-align: center;
        line-height: 100%;
        margin-top: 0;
    }

    .lighting-icons {
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 4px;
        padding: 0 2px;
    }

    .lighting-icon-btn {
        flex: 0 0 17vw;
        max-width: 17vw;
        min-width: 17vw;
        height: 70px;
        border-radius: 100px;
        background: none;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 8px 0;
        cursor: pointer;
        transition: background 0.2s;
    }

    .lighting-icon-btn img {
        width: 20px;
        height: 20px;
        margin-bottom: 0;
        object-fit: contain;
    }

    .lighting-icon-btn span {
        font-family: Inter, sans-serif;
        font-size: 8px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        line-height: 1.1;
        white-space: nowrap;
        margin-top: 4px;
    }

 
}

/* إزالة التأثير البصري عند الضغط على الأزرار */
.lighting-toggle-btn:focus,
.lighting-icon-btn:focus,
.cinema-toggle:focus,
.blinds-toggle:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* إزالة التأثير البصري عند الضغط */
.lighting-toggle-btn:active,
.lighting-icon-btn:active,
.cinema-toggle:active,
.blinds-toggle:active,
button:active,
input:active,
select:active,
textarea:active {
    outline: none !important;
    box-shadow: none !important;
}

/* إزالة التأثير البصري في الموبايل أيضاً */
@media (max-width: 600px) {
    .lighting-toggle-btn:focus,
    .lighting-icon-btn:focus,
    .cinema-toggle:focus,
    .blinds-toggle:focus,
    button:focus,
    input:focus,
    select:focus,
    textarea:focus {
        outline: none !important;
        box-shadow: none !important;
    }
    
    .lighting-toggle-btn:active,
    .lighting-icon-btn:active,
    .cinema-toggle:active,
    .blinds-toggle:active,
    button:active,
    input:active,
    select:active,
    textarea:active {
        outline: none !important;
        box-shadow: none !important;
    }
}