.hefaz_divar{
        direction:rtl;
        background-color: rgba(225,225,225,1.00);
        border-radius: 10px;
        text-align: center;
        margin: auto auto;
        
        
                
            
        }
                





        @media screen and (max-width: 2000px) {
            .hefaz_divar{
                width: 1400px;
        }

        }
        @media screen and (max-width: 1750px) {
            .hefaz_divar{
                width: 1200px;
        }
        }
        @media screen and (max-width: 1550px) {
            .hefaz_divar{
                width: 1000px;
                   
        }
        }
        @media screen and (max-width: 1350px) {
            .hefaz_divar{
                width: 800px;
                
        }
        }
        @media screen and (max-width: 850px) {
            .hefaz_divar{
        
            text-align: center;
            margin: auto auto;
                    
                width :600px;
                
            
        }
                
        }
        @media screen and (max-width: 660px) {
            .hefaz_divar{
                width: 450px;
                
        }
            
        }
        @media screen and (max-width: 530px) {
            .hefaz_divar{
                width: 380px;
                    
            
        }
            
        }
        @media screen and (max-width: 455px) {
                .hefaz_divar{
                    width: 350px;
            
            }
        
        }
        @media screen and (max-width: 390px) {
            .hefaz_divar{
                width: 300px;
              
                font-size :12px;
         }
        
        }
        @media screen and (max-width: 350px) {
            .hefaz_divar{
                width: 270px;
               
                font-size :12px;
            }
            
        }
        @media screen and (max-width: 305px) {
            .hefaz_divar{
                width: 240px;
              
                font-size :12px;
            }
            
        }
        
        
        .hefaz_divar select{
            width: 180px;
            height: 50px;
            margin: 20px;
            font-size : 15px;
        }
        
        #jadvalDiv {
            height: 20em;
            overflow-y: auto;
           
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            background-color: #ffffff;
        }
        
        /* کلاس جدا برای انیمیشن */
        .animate-slide {
            animation: slideUpp 0.8s ease-out forwards;
        }
        
        @keyframes slideUpp {
            0% {
                opacity: 0;
                transform: translateY(100px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        
    .selector-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    }

    .finger {
    font-size: 1.5rem;
    animation: bounce 1s infinite;
    color: #ff6600; /* رنگ نارنجی برای جلب توجه */
    display: inline-block; /* لازمه تا transform درست اعمال شه */
    }



    @keyframes bounce {
    0%, 100% { transform: rotateY(180deg) translateY(0); }
    50% { transform: rotateY(180deg) translateY(6px); }
    }

    /* برای راست هم باید جداگانه تعریف کنیم */
    .finger.right {
    animation: bounceR 1s infinite;
    }

    @keyframes bounceR {
    0%, 100% { transform:  translateY(0); }
    50% { transform:  translateY(6px); }
    }

    .select-container {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    font-size: 1rem;
    position: relative;
    }

    .click-finger {
    font-size: 1.5rem;
    color: #ff6600; /* رنگ نارنجی برای جلب توجه */
    animation: bouncej 1s infinite;
    cursor: default;
    display: inline-block;
    }

    @keyframes bouncej {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(6px); }   /* راست */
    75% { transform: translateX(-6px); }  /* چپ */
    }

    table { 
        
          
           display: none;
            direction:rtl;
            width: 100%;
    border-collapse: separate; /* Allows rounded corners */
    border-spacing: 0; /* Removes gaps between cells */
    animation: fadeIn 0.8s ease-out;
    
    text-align: right; /* راست‌چین کردن متن‌ها */
    position: relative; /* لازم برای اعمال z-index */

            
         }
    @keyframes fadeIn {
        0% { opacity: 0; transform: translateY(100px); }
        100% { opacity: 1; transform: translateY(0); }
    }
    th {
        background: linear-gradient(135deg, #2c3e50, #3498db); /* Gradient background */
        color: #ffffff; /* White text for contrast */
        font-weight: 600; /* Slightly bold text */
        position: sticky; /* Fixed header */
        top: 0; /* Stick to top */
        z-index: 10; /* Ensure header stays above content */
        padding: 12px; /* Comfortable padding */
        border-bottom: 2px solid #3498db; /* Accent border */
        text-align: center;
        font-size: 1.1rem; /* Slightly larger text */
    }
    
    /* Cell styling */
    td {
        padding: 12px; /* Comfortable padding */
        text-align: center;
        font-size: 1rem; /* Readable font size */
        border-bottom: 1px solid #e0e0e0; /* Subtle cell borders */
        transition: background-color 0.3s ease; /* Smooth hover transition */
    }
    
    /* Row styling with increased color contrast */
    
    
    /* Hover effect for rows */
    tr:hover {
        
        cursor: pointer; /* Indicate interactivity */
    }
    
    /* Responsive adjustments */
    @media screen and (max-width: 768px) {
        #jadvalDiv {
            max-height: 400px; /* Smaller height for mobile */
            margin: 10px; /* Reduced margin */
        }
    
        th, td {
            font-size: 0.9rem; /* Smaller text on mobile */
            padding: 8px; /* Reduced padding */
        }
    }


    


    .axdivarrr{
            background: #000;
            overflow: hidden;
            
        }


        /* sectiondivars */
        .sectiondivar {
            min-height: 100vh;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #home {
            background: radial-gradient(ellipse at center, #1a1a2e 0%, #0f0f0f 100%);
        }

        
        
        
        /* Home sectiondivar with Coverflow */
        .coverflow-wrapper {
            width: 100%;
            
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 80px;
            
        }

        .coverflow-container-ax {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            perspective: 1200px;
            position: relative;
            border: none !important;
    outline: none !important;
            
        }

        .coverflow {
            display: flex;
            align-items: center;
            justify-content: center;
            transform-style: preserve-3d;
            position: relative;
            width: 100%;
            height: 400px;
            
        }

        .coverflow-item {
            position: absolute;
            width: 300px;
            height: 300px;
            transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            cursor: pointer;
            user-select: none;
        }

        .coverflow-item .cover {
            width: 100%;
            height: 100%;
            
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
            position: relative;
            overflow: hidden;
            transform-style: preserve-3d;
            background: #333;
        }

        .coverflow-item .cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

        /* Reflection */
        .coverflow-item .reflection {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            transform: scaleY(-1);
            opacity: 0.2;
            filter: blur(2px);
            background: linear-gradient(to bottom, 
                rgba(0, 0, 0, 0) 0%, 
                rgba(0, 0, 0, 0.8) 50%, 
                rgba(0, 0, 0, 1) 100%);
            overflow: hidden;
        }

        /* Active item (center) */
        .coverflow-item.active {
            z-index: 100;
            transform: translateX(0) translateZ(0) rotateY(0deg);
        }

        .coverflow-item.active .cover {
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.9);
        }

        /* Navigation */
        .nav-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid rgba(255, 255, 255, 0.2);
            color: white;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            z-index: 200;
        }

        .nav-button:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-50%) scale(1.1);
        }

        .nav-button.prev {
            left: 50px;
        }

        .nav-button.next {
            right: 50px;
        }

        /* Dots indicator */
        .dots-container {
            position: absolute;
            bottom: 60px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 200;
        }

        
        /* Info display */
        .info {
            position: absolute;
            top: 120px;
            left: 50%;
            transform: translateX(-50%);
            color: white;
            text-align: center;
            z-index: 200;
        }

        .info h2 {
            font-size: 32px;
            margin-bottom: 10px;
            opacity: 0;
            animation: fadeInn 0.6s forwards;
        }

        .info p {
            font-size: 16px;
            opacity: 0.7;
            background-color: rgba(0, 0, 0, 0.7);
        }

        @keyframes fadeInn {
            to {
                opacity: 1;
            }
        }

        /* Play/Pause Button */
        .play-pause-button {
            position: absolute;
            bottom: 120px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(255, 255, 255, 0.1);
            border: 2px solid rgba(255, 255, 255, 0.2);
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            z-index: 200;
        }

        .play-pause-button:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateX(-50%) scale(1.1);
        }

        .play-pause-button .pause-icon {
            font-size: 16px;
            letter-spacing: 2px;
        }

       
        .image-loading {
            background: linear-gradient(45deg, #333, #555);
            position: relative;
        }

        .image-loading::after {
            content: '📷';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 48px;
            opacity: 0.5;
        }

      
        

        @media (max-width: 768px) {
            

            

            

            .coverflow-item {
                width: 200px;
                height: 200px;
            }

            .nav-button {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }

            .nav-button.prev {
                left: 20px;
            }

            .nav-button.next {
                right: 20px;
            }

            .info h2 {
                font-size: 24px;
            }

            .info p {
                font-size: 14px;
                
                
            }

            
            

            .showcase-display {
                max-width: 350px;
                height: 400px;
            }

            

            
        }

        @media (max-width: 480px) {
            

            .coverflow-item {
                width: 180px;
                height: 180px;
            }

            

            

            

            
            

            
        }
        .row-color-1 td {
            background-color: #a5d6a7; /* Darker green for first row type */
        }
        .row-color-2 td {
            background-color: #80deea; /* Darker cyan for second row type */
        }

