/* _content/Parseh/Components/Layout/MainLayout.razor.rz.scp.css */
/* Clear default styles */

.floating-menu-btn[b-pkotgwxxhl] {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background: rgba(17, 34, 64, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: none; /* Changed from flex to none by default */
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
}

.floating-menu-btn.show[b-pkotgwxxhl] {
    display: flex; /* Only make it display flex when it has the show class */
    opacity: 1;
    pointer-events: auto;
}
/* _content/Parseh/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0rmbwk9s25] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-0rmbwk9s25] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-0rmbwk9s25] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0rmbwk9s25] {
    font-size: 1.1rem;
}

.bi[b-0rmbwk9s25] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-0rmbwk9s25] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-0rmbwk9s25] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-0rmbwk9s25] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-0rmbwk9s25] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0rmbwk9s25] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0rmbwk9s25] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0rmbwk9s25]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-0rmbwk9s25]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-0rmbwk9s25]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-0rmbwk9s25] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0rmbwk9s25] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0rmbwk9s25] {
        display: none;
    }

    .nav-scrollable[b-0rmbwk9s25] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Parseh/Components/Pages/Home.razor.rz.scp.css */
/* Home.razor.css */
.home-scroll-container[b-ucmd9x7f62] {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    z-index: 10;
}

.hero-section[b-ucmd9x7f62] {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* Make canvas absolute to stick to hero section */
.home-canvas[b-ucmd9x7f62] {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
}

.hero-content[b-ucmd9x7f62] {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
}

.hero-content > *[b-ucmd9x7f62] {
    pointer-events: auto;
}

.hero-bottom-actions[b-ucmd9x7f62] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 80px; /* Increased from 30px to lift buttons higher */
    z-index: 15;
}

@media (max-width: 768px) {
    .hero-bottom-actions[b-ucmd9x7f62] {
        margin-bottom: 120px; /* Even higher on mobile to avoid browser bars */
    }
}

.scroll-down-btn[b-ucmd9x7f62] {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #00f2fe;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: pulse-down-b-ucmd9x7f62 2s infinite;
    backdrop-filter: blur(5px);
}

.scroll-down-btn:hover[b-ucmd9x7f62] {
    background: rgba(0, 242, 254, 0.2);
    border-color: #00f2fe;
}

@keyframes pulse-down-b-ucmd9x7f62 {
    0% { transform: translateY(0); box-shadow: 0 0 0 0 rgba(0, 242, 254, 0.4); }
    50% { transform: translateY(10px); box-shadow: 0 0 0 15px rgba(0, 242, 254, 0); }
    100% { transform: translateY(0); box-shadow: 0 0 0 0 rgba(0, 242, 254, 0); }
}

/* Sections */
.home-content-sections[b-ucmd9x7f62] {
    /* Made background semi-transparent to show particles underneath */
    background: linear-gradient(180deg, rgba(10, 15, 28, 0.7) 0%, rgba(17, 26, 47, 0.85) 100%);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 20;
    width: 100%;
    padding: 30px 20px;
    direction: rtl;
}

.home-section[b-ucmd9x7f62] {
    max-width: 1200px;
    margin: 0 auto 20px auto;
}

.section-title[b-ucmd9x7f62] {
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    font-size: 2rem;
    text-shadow: 0 0 15px rgba(0, 242, 254, 0.3);
}

/* Articles Scroll (Replaced Grid) */
.articles-scroll[b-ucmd9x7f62] {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding: 20px 20px 40px 20px; /* Added padding to prevent box-shadow clipping */
    scrollbar-width: thin;
    scrollbar-color: #00f2fe rgba(255,255,255,0.1);
    scroll-snap-type: x mandatory;
}

.article-card[b-ucmd9x7f62] {
    min-width: 320px;
    max-width: 320px;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid transparent; /* Keep it 2px */
    background-image: linear-gradient(rgba(10, 15, 28, 1), rgba(10, 15, 28, 1)), 
                      linear-gradient(135deg, #00f2fe 0%, #ffb6c1 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box; /* THIS IS THE FIX: content-box was making it look too thick on some elements */
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s;
    scroll-snap-align: start;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.article-card:hover[b-ucmd9x7f62] {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 242, 254, 0.3);
    background-image: linear-gradient(rgba(10, 15, 28, 1), rgba(10, 15, 28, 1)), 
                      linear-gradient(135deg, #ffb6c1 0%, #00f2fe 100%);
}

.article-img[b-ucmd9x7f62] {
    height: 180px;
    background: linear-gradient(45deg, #1e3c72, #2a5298);
}

.article-info[b-ucmd9x7f62] {
    padding: 20px;
}

.article-info h4[b-ucmd9x7f62] {
    color: #00f2fe;
    margin-bottom: 10px;
    font-weight: 700;
}

.article-info p[b-ucmd9x7f62] {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.read-more[b-ucmd9x7f62] {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s;
}

.read-more:hover[b-ucmd9x7f62] {
    color: #00f2fe;
}

/* Services Scroll */
.services-scroll[b-ucmd9x7f62] {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 20px 20px 40px 20px; /* Added padding to prevent box-shadow clipping */
    scrollbar-width: thin;
    scrollbar-color: #00f2fe rgba(255,255,255,0.1);
    scroll-snap-type: x mandatory;
}

.service-card[b-ucmd9x7f62] {
    min-width: 250px;
    max-width: 250px; /* Force it to not stretch */
    background: rgba(255, 255, 255, 0.02);
    border: 2px solid transparent; /* Keep it 2px */
    background-image: linear-gradient(rgba(10, 15, 28, 1), rgba(10, 15, 28, 1)), 
                      linear-gradient(135deg, #ffb6c1 0%, #00f2fe 100%); /* Reverse gradient for variety */
    background-origin: border-box;
    background-clip: padding-box, border-box; /* THIS IS THE FIX: content-box was making it look too thick on some elements */
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s;
    scroll-snap-align: start;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    overflow: visible !important;
}

.service-card:hover[b-ucmd9x7f62] {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 242, 254, 0.3);
    background-image: linear-gradient(rgba(10, 15, 28, 1), rgba(10, 15, 28, 1)), 
                      linear-gradient(135deg, #00f2fe 0%, #ffb6c1 100%);
}

.service-card h3[b-ucmd9x7f62] {
    color: #00f2fe;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-card p[b-ucmd9x7f62] {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.6;
}

.service-icon[b-ucmd9x7f62] {
    font-size: 3rem;
    color: #bc4e9c;
    margin-bottom: 15px;
    display: inline-block;
}

/* Clients */
.clients-scroll[b-ucmd9x7f62] {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    padding: 30px 20px;
    justify-content: flex-start; /* Changed from center to allow smooth RTL scrolling */
    scroll-snap-type: x mandatory;
}

.client-circle[b-ucmd9x7f62] {
    min-width: 120px; /* Slightly larger */
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
    /* Loading border gradient style */
    border: 4px solid transparent;
    background-image: linear-gradient(rgba(10, 15, 28, 1), rgba(10, 15, 28, 1)), 
                      linear-gradient(135deg, #00f2fe 0%, #ffb6c1 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    scroll-snap-align: center;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.client-circle:hover[b-ucmd9x7f62] {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 0 25px rgba(0, 242, 254, 0.4);
    /* Reverse gradient on hover for effect */
    background-image: linear-gradient(rgba(10, 15, 28, 1), rgba(10, 15, 28, 1)), 
                      linear-gradient(135deg, #ffb6c1 0%, #00f2fe 100%);
}

/* About */
.about-grid[b-ucmd9x7f62] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.text-right[b-ucmd9x7f62] {
    text-align: right;
}

.about-text p[b-ucmd9x7f62] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ddd;
}

.about-image[b-ucmd9x7f62] {
    height: 300px;
    border-radius: 20px;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

/* Stats */
.stats-grid[b-ucmd9x7f62] {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.stat-card[b-ucmd9x7f62] {
    text-align: center;
    padding: 30px;
    background: rgba(255,255,255,0.03);
    border-radius: 20px;
    min-width: 250px;
    border: 1px solid rgba(255,255,255,0.05);
}

.stat-card i[b-ucmd9x7f62] {
    font-size: 2.5rem;
    color: #00f2fe;
    margin-bottom: 15px;
    display: inline-block;
}

.stat-number[b-ucmd9x7f62] {
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 5px;
}

/* --- NEW MODERN SECTIONS --- */

/* 1. Coverflow 3D Carousel */
.coverflow-container[b-ucmd9x7f62] {
    position: relative;
    width: 100%;
    height: 470px;
    padding-top: 55px;
    perspective: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    margin-bottom: 10px; /* Reduced margin */
}

.coverflow-track[b-ucmd9x7f62] {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coverflow-card[b-ucmd9x7f62] {
    position: absolute;
    width: 320px;
    height: 380px;
    background: rgba(255, 255, 255, 0.03);
    border: 2px solid transparent;
    background-image: linear-gradient(rgba(10, 15, 28, 1), rgba(10, 15, 28, 1)), linear-gradient(135deg, #00f2fe 0%, #ffb6c1 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 20px;
    overflow: visible !important; /* Allow admin buttons to float above */
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.6s, z-index 0.6s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    cursor: pointer;
}

.coverflow-nav-btn[b-ucmd9x7f62] {
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(10, 15, 28, 0.8);
    border: 1px solid #00f2fe;
    color: #00f2fe;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: all 0.3s;
}
.coverflow-nav-btn:hover[b-ucmd9x7f62] { background: #00f2fe; color: #0a0f1c; }
.coverflow-nav-btn.prev-btn[b-ucmd9x7f62] { right: 20px; }
.coverflow-nav-btn.next-btn[b-ucmd9x7f62] { left: 20px; }

/* 2. About Parseh (Modern Glass) */
.about-modern-section[b-ucmd9x7f62] {
    padding: 20px 20px; /* Reduced from 80px */
}
.about-modern-container[b-ucmd9x7f62] {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 30px 40px; /* Reduced padding */
    display: flex;
    gap: 30px; /* Reduced gap */
    align-items: center;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.about-modern-content[b-ucmd9x7f62] { flex: 1; text-align: right; }
.about-modern-title[b-ucmd9x7f62] { font-size: 2.2rem; font-weight: bold; margin-bottom: 15px; background: linear-gradient(90deg, #00f2fe, #4facfe); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.about-modern-text[b-ucmd9x7f62] { font-size: 1rem; line-height: 1.8; color: #ccc; margin-bottom: 20px; }
.about-stats-inline[b-ucmd9x7f62] { display: flex; gap: 30px; }
.stat-inline-item[b-ucmd9x7f62] { display: flex; align-items: center; gap: 15px; }
.stat-inline-item i[b-ucmd9x7f62] { font-size: 2rem; }
.stat-inline-item .stat-number[b-ucmd9x7f62] { display: block; font-size: 1.3rem; font-weight: bold; color: white; }
.stat-inline-item .stat-label[b-ucmd9x7f62] { font-size: 0.85rem; color: #aaa; }
.btn-custom-outline[b-ucmd9x7f62] { display: inline-block; padding: 10px 25px; border: 2px solid #00f2fe; color: #00f2fe; border-radius: 50px; text-decoration: none; font-weight: bold; transition: 0.3s; }
.btn-custom-outline:hover[b-ucmd9x7f62] { background: #00f2fe; color: #0a0f1c; }
/* Removed visual circle entirely */

/* Services (Reverted to Scrollable Slider) */
.services-scroll[b-ucmd9x7f62] {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding: 40px 20px 20px;
    scrollbar-width: thin;
    scrollbar-color: #00f2fe rgba(255,255,255,0.1);
    scroll-snap-type: x mandatory;
}
.service-card[b-ucmd9x7f62] {
    min-width: 250px;
    max-width: 250px; /* Force it to not stretch */
    background: rgba(255, 255, 255, 0.02);
    border: 2px solid transparent; /* Keep it 2px */
    background-image: linear-gradient(rgba(10, 15, 28, 1), rgba(10, 15, 28, 1)), 
                      linear-gradient(135deg, #ffb6c1 0%, #00f2fe 100%); /* Reverse gradient for variety */
    background-origin: border-box;
    background-clip: padding-box, border-box; /* THIS IS THE FIX: content-box was making it look too thick on some elements */
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s;
    scroll-snap-align: start;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    overflow: visible !important;
}
.service-card:hover[b-ucmd9x7f62] { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,242,254,0.2); }
.service-card h3[b-ucmd9x7f62] { color: #00f2fe; }

/* 4. Parallax Sticky Stacking Cards */
.parallax-products-section[b-ucmd9x7f62] { padding: 20px 20px 40px; position: relative; }
.stacking-cards-container[b-ucmd9x7f62] {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px; /* Reduced space for the last card to stick */
}
.stack-card[b-ucmd9x7f62] {
    position: sticky;
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.stack-card-inner[b-ucmd9x7f62] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    border-radius: 20px;
    background: rgba(17, 26, 47, 0.95);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
}
.product-info[b-ucmd9x7f62] { flex: 1; text-align: right; padding-left: 40px; }
.product-info h3[b-ucmd9x7f62] { color: #00f2fe; font-size: 2rem; margin-bottom: 15px; }
.product-info p[b-ucmd9x7f62] { color: #ccc; line-height: 1.8; margin-bottom: 20px; }
.product-price[b-ucmd9x7f62] { display: block; font-size: 1.5rem; font-weight: bold; color: #ffb6c1; margin-bottom: 15px; }
.btn-buy[b-ucmd9x7f62] { background: linear-gradient(90deg, #00f2fe, #4facfe); color: #000; border: none; padding: 10px 30px; border-radius: 50px; font-weight: bold; cursor: pointer; transition: 0.3s; }
.btn-buy:hover[b-ucmd9x7f62] { box-shadow: 0 0 20px rgba(0,242,254,0.5); }
.product-visual[b-ucmd9x7f62] { flex: 0.5; display: flex; justify-content: center; align-items: center; font-size: 100px; color: rgba(255,255,255,0.1); }

/* 5. Infinite Marquee */
.clients-marquee-section[b-ucmd9x7f62] {
    padding: 60px 0 20px;
    overflow: hidden;
    background: rgba(0,0,0,0.2);
    margin-bottom: 20px;
}

.marquee-wrapper[b-ucmd9x7f62] {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 26px;
}

.marquee-track[b-ucmd9x7f62] {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: max-content;
    will-change: transform;
}

.marquee-set[b-ucmd9x7f62] {
    display: flex;
    align-items: center;
    gap: 40px;
    flex: 0 0 auto;
    padding-left: 40px; /* ایجاد فاصله مساوی بین انتهای این ست و شروع ست بعدی */
}

.client-circle-marquee[b-ucmd9x7f62] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 4px solid transparent;
    background-image: linear-gradient(rgba(10, 15, 28, 1), rgba(10, 15, 28, 1)), linear-gradient(135deg, #00f2fe 0%, #ffb6c1 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-weight: bold;
    color: white;
    transition: 0.3s;
    cursor: pointer;
    overflow: visible !important;
    flex: 0 0 auto;
}

.client-circle-marquee:hover[b-ucmd9x7f62] { transform: scale(1.1); box-shadow: 0 0 25px rgba(255,182,193,0.4); }

.client-circle-clone[b-ucmd9x7f62] {
    pointer-events: none;
}

@media (max-width: 992px) {
    .about-modern-container[b-ucmd9x7f62] { flex-direction: column; }
    .about-modern-content[b-ucmd9x7f62] { text-align: center; }
    .about-stats-inline[b-ucmd9x7f62] { justify-content: center; }
    .masonry-grid[b-ucmd9x7f62] { column-count: 2; }
    .stack-card-inner[b-ucmd9x7f62] { flex-direction: column-reverse; text-align: center; padding: 20px; }
    .product-info[b-ucmd9x7f62] { padding-left: 0; }
}

@media (max-width: 576px) {
    .masonry-grid[b-ucmd9x7f62] { column-count: 1; }
    .coverflow-card[b-ucmd9x7f62] { width: 260px; height: 320px; }
    .coverflow-nav-btn[b-ucmd9x7f62] { width: 45px; height: 45px; font-size: 1.5rem; }
}
.home-footer[b-ucmd9x7f62] {
    /* Made background semi-transparent to show particles underneath */
    background: rgba(5, 8, 16, 0.85);
    backdrop-filter: blur(5px);
    padding: 40px 20px 20px 20px;
    color: #ccc;
    position: relative;
    z-index: 20;
    direction: rtl;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-grid[b-ucmd9x7f62] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col h3[b-ucmd9x7f62] {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.contact-info p[b-ucmd9x7f62] {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info i[b-ucmd9x7f62] {
    color: #00f2fe;
}

.footer-col.links ul[b-ucmd9x7f62] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col.links li[b-ucmd9x7f62] {
    margin-bottom: 10px;
}

.footer-col.links a[b-ucmd9x7f62] {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col.links a:hover[b-ucmd9x7f62] {
    color: #00f2fe;
}

.trust-logos[b-ucmd9x7f62] {
    display: flex;
    gap: 15px;
}

.trust-logo[b-ucmd9x7f62] {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 0.8rem;
    font-weight: bold;
}

.footer-bottom[b-ucmd9x7f62] {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
}

/* Back to Top */
.back-to-top[b-ucmd9x7f62] {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00f2fe 0%, #ffb6c1 100%); /* Light turquoise to light pink */
    border: none;
    color: #111; /* Dark black/grey */
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 10000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.back-to-top.visible[b-ucmd9x7f62] {
    opacity: 1;
    visibility: visible;
}

/* --- Admin Inline Editing Styles --- */
.inline-input[b-ucmd9x7f62] {
    background: transparent;
    border: 1px dashed rgba(255,255,255,0.3);
    color: inherit;
    font: inherit;
    width: 100%;
    padding: 2px 5px;
    border-radius: 4px;
    transition: border 0.3s, background 0.3s;
}
.inline-input:focus[b-ucmd9x7f62] {
    border: 1px solid #00f0ff;
    outline: none;
    background: rgba(0, 0, 0, 0.7);
}
.inline-textarea[b-ucmd9x7f62] {
    background: transparent;
    border: 1px dashed rgba(255,255,255,0.3);
    color: inherit;
    font: inherit;
    width: 100%;
    padding: 2px 5px;
    border-radius: 4px;
    resize: vertical;
    transition: border 0.3s, background 0.3s;
}
.inline-textarea:focus[b-ucmd9x7f62] {
    border: 1px solid #00f0ff;
    outline: none;
    background: rgba(0, 0, 0, 0.7);
}
.admin-save-bar[b-ucmd9x7f62] {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgba(10, 10, 15, 0.95);
    border: 1px solid #00f0ff;
    padding: 15px 20px;
    border-radius: 12px;
    z-index: 100000;
    display: flex;
    gap: 15px;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.2);
    backdrop-filter: blur(10px);
}
.editable-card[b-ucmd9x7f62] {
    position: relative;
}
.admin-remove-btn[b-ucmd9x7f62] {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
    background: rgba(255, 0, 0, 0.7);
    border: none;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.admin-remove-btn:hover[b-ucmd9x7f62] {
    background: red;
}
.admin-add-card[b-ucmd9x7f62] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(0, 240, 255, 0.5);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    cursor: pointer;
    min-height: 200px;
    transition: all 0.3s;
}
.admin-actions-overlay[b-ucmd9x7f62] {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 10px !important;
    background: transparent;
    padding: 0 !important;
    border-radius: 40px !important;
    width: auto !important;
    white-space: nowrap;
}

.admin-actions-overlay button[b-ucmd9x7f62],
.admin-actions-overlay .btn[b-ucmd9x7f62] {
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    max-width: 35px !important;
    max-height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 0 35px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5) !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
}

.admin-actions-overlay button i[b-ucmd9x7f62],
.admin-actions-overlay .btn i[b-ucmd9x7f62] {
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.icon-picker-trigger[b-ucmd9x7f62] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.selected-icon-preview[b-ucmd9x7f62] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 240px;
    padding: 12px 14px;
    border: 1px solid rgba(0, 242, 254, 0.35);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.35);
}

.selected-icon-visual[b-ucmd9x7f62] {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00f2fe;
    font-size: 1.5rem;
    background: rgba(0, 242, 254, 0.08);
    border: 1px solid rgba(0, 242, 254, 0.25);
    flex-shrink: 0;
}

.selected-icon-meta[b-ucmd9x7f62] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.selected-icon-label[b-ucmd9x7f62] {
    color: #a9b5d0;
    font-size: 0.85rem;
}

.selected-icon-name[b-ucmd9x7f62] {
    color: #fff;
    font-weight: 700;
    direction: ltr;
    text-align: left;
    font-size: 0.95rem;
}

.icon-picker-panel[b-ucmd9x7f62] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 12px;
    max-height: 320px;
    overflow-y: auto;
    padding: 14px;
    border: 1px solid rgba(0, 242, 254, 0.25);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.4);
}

.icon-picker-item[b-ucmd9x7f62] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 96px;
    padding: 12px 8px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    transition: all 0.25s ease;
}

.icon-picker-item i[b-ucmd9x7f62] {
    font-size: 1.6rem;
    color: #00f2fe;
}

.icon-picker-item span[b-ucmd9x7f62] {
    direction: ltr;
    text-align: center;
    font-size: 0.72rem;
    line-height: 1.4;
    word-break: break-word;
}

.icon-picker-item:hover[b-ucmd9x7f62] {
    border-color: rgba(0, 242, 254, 0.7);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 242, 254, 0.15);
}

.icon-picker-item.selected[b-ucmd9x7f62] {
    border-color: #00f2fe;
    background: rgba(0, 242, 254, 0.12);
    box-shadow: 0 0 0 1px rgba(0, 242, 254, 0.45);
}

.icon-picker-panel[b-ucmd9x7f62]::-webkit-scrollbar {
    width: 8px;
}

.icon-picker-panel[b-ucmd9x7f62]::-webkit-scrollbar-thumb {
    background: rgba(0, 242, 254, 0.55);
    border-radius: 999px;
}

.icon-picker-panel[b-ucmd9x7f62]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
}

.back-to-top:hover[b-ucmd9x7f62] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 242, 254, 0.4);
}

/* Scroll Wrappers and Buttons */
.scroll-wrapper[b-ucmd9x7f62] {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: visible;
}

.scroll-nav-btn[b-ucmd9x7f62] {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    width: 75px; /* Increased from 60px */
    height: 75px; /* Increased from 60px */
    border-radius: 50%;
    background: rgba(10, 15, 28, 0.8);
    border: 1px solid #00f2fe;
    color: #00f2fe;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem; /* Increased from 1.8rem */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.scroll-nav-btn:hover:not(:disabled)[b-ucmd9x7f62] {
    background: #00f2fe;
    color: #000;
    box-shadow: 0 0 20px rgba(0, 242, 254, 0.4);
}

.scroll-nav-btn:disabled[b-ucmd9x7f62] {
    opacity: 0.3;
    cursor: not-allowed;
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.4);
    box-shadow: none;
}

.prev-btn[b-ucmd9x7f62] {
    right: -10px;
}

.next-btn[b-ucmd9x7f62] {
    left: -10px;
}

/* Hide scrollbars for cleaner look */
.articles-scroll[b-ucmd9x7f62]::-webkit-scrollbar, 
.services-scroll[b-ucmd9x7f62]::-webkit-scrollbar, 
.clients-scroll[b-ucmd9x7f62]::-webkit-scrollbar {
    display: none;
}

@media (max-width: 768px) {
    .about-grid[b-ucmd9x7f62], .footer-grid[b-ucmd9x7f62] {
        grid-template-columns: 1fr;
    }
    
    .scroll-nav-btn[b-ucmd9x7f62] {
        display: flex; /* Force display on mobile too */
        width: 55px; /* Increased from 45px for mobile */
        height: 55px;
        font-size: 1.6rem; /* Increased from 1.3rem */
        background: rgba(10, 15, 28, 0.95); /* Darker so it stands out over content */
    }
    
    /* Bring them inward on mobile so they aren't cut off by screen edge */
    .prev-btn[b-ucmd9x7f62] { right: -5px; }
    .next-btn[b-ucmd9x7f62] { left: -5px; }
}

/* ----- Navigation Buttons For Services ----- */
.services-nav-btn[b-ucmd9x7f62] {
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(10, 15, 28, 0.8);
    border: 1px solid #00f2fe;
    color: #00f2fe;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: all 0.3s;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.services-nav-btn:hover[b-ucmd9x7f62] {
    background: #00f2fe;
    color: #0a0f1c;
    box-shadow: 0 0 20px rgba(0, 242, 254, 0.4);
}

.services-nav-btn.prev-btn[b-ucmd9x7f62] {
    right: 20px;
}

.services-nav-btn.next-btn[b-ucmd9x7f62] {
    left: 20px;
}

.services-nav-btn i[b-ucmd9x7f62] {
    font-size: 2rem;
}

@media (max-width: 576px) {
    .services-nav-btn[b-ucmd9x7f62] {
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }

    .services-nav-btn i[b-ucmd9x7f62] {
        font-size: 1.5rem;
    }
}
