/* _content/AlmisKimyaWeb/Components/Account/Pages/Admin/Dashboard.razor.rz.scp.css */
body[b-bhsjspks9s] {
}
/* _content/AlmisKimyaWeb/Components/Account/Pages/Admin/Login.razor.rz.scp.css */
.mud-container[b-7w44d0guf6] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.mud-paper[b-7w44d0guf6] {
    border-radius: 16px;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.95);
}

.mud-text-field[b-7w44d0guf6] {
    margin-bottom: 1rem;
}

.mud-button[b-7w44d0guf6] {
    height: 48px;
    font-weight: 600;
    text-transform: none;
    border-radius: 8px;
}

.mud-icon[b-7w44d0guf6] {
    font-size: 3rem;
}
.login-page-container[b-7w44d0guf6] {
    background-image:  url('images/backgroundimage.png');
    background-size: cover;
    background-position-x: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-paper[b-7w44d0guf6] {
    
    backdrop-filter: blur(10px); 
   
}
.alan-sans-uniquifier[b-7w44d0guf6] {
    font-family: "Alan Sans", sans-serif;
    font-optical-sizing: auto;
    color: rgb(42 11 113);
    font-style: normal;
}
/* _content/AlmisKimyaWeb/Components/Account/Pages/Admin/Product/AddProduct.razor.rz.scp.css */
/* AddProduct.razor.css (Dosya adını kendi sayfanla eşleştir) */

/* Bu, formun içinde bulunduğu ana konteyneri hedef alacak. 
   Sayfanın en dışındaki <MudContainer>'a bu class'ı vereceğiz. */
.form-page-container[b-rb4gi660re] {
    display: flex; /* İçeriği flex yapıda hizala */
    flex-direction: column; /* Öğeleri alt alta sırala (form için) */
    justify-content: center; /* DİKEYDE ORTALA (En önemli satır) */
    align-items: center; /* Yatayda ortala (formun daralması için güzel olur) */
    /* Konteynerin minimum yüksekliğini, header hariç tüm ekran kadar yap */
    /* --mud-layout-appbar-height: MudBlazor'un header yüksekliği değişkenidir (varsayılan 64px) */
    min-height: calc(100vh - var(--mud-layout-appbar-height, 64px));
    /* Üstten ve alttan biraz boşluk ekleyelim ki yapışmasın */
    padding-top: 32px;
    padding-bottom: 32px;
}

/* Formun kendisine (MudPaper) bir maksimum genişlik verelim ki çok yayılmasın */
.product-form-paper[b-rb4gi660re] {
    width: 100%; /* Önce tam genişlik al */
    max-width: 700px; /* Ama en fazla 700px olsun */
}
/* _content/AlmisKimyaWeb/Components/Layout/AdminLayout.razor.rz.scp.css */
/* Daha spesifik: Sadece "admin-drawer" class'ına sahip bir elementin 
   içindeki "mud-nav-link" elemanının üzerine gelindiğinde uygula */

 .admin-drawer .mud-nav-link:hover[b-jtfuovybh9] {
    background-color: var(--mud-palette-primary) !important;
    color: var(--mud-palette-primary-text) !important;
}

/* Opsiyonel: Aktif link için de aynısını yapabiliriz */
 .admin-drawer .mud-nav-link.active[b-jtfuovybh9] {
    background-color: var(--mud-palette-primary-darken, var(--mud-palette-primary)) !important; /* Varsa koyu tonu, yoksa ana rengi kullan */
    color: var(--mud-palette-primary-text) !important;
}

/* Fill viewport height to avoid bottom grey gaps */
:root[b-jtfuovybh9] { --admin-appbar-h: 48px; }
.admin-content[b-jtfuovybh9] {
    min-height: calc(100vh - var(--admin-appbar-h));
    padding-bottom: 0;
    display: flex;
}
.admin-paper[b-jtfuovybh9] {
    min-height: inherit;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.admin-paper .mud-container[b-jtfuovybh9] {
    flex: 1 1 auto;
    min-height: inherit;
}
/* _content/AlmisKimyaWeb/Components/Layout/AdminNavMenu.razor.rz.scp.css */
[b-8pee9vjzel] .mud-nav-link:hover {
    /* Hover: arka planı değiştirmeden sadece metin rengi değişsin */
    background-color: inherit !important;
}

:deep .admin-navmenu .mud-nav-link:hover[b-8pee9vjzel],
:deep .admin-navmenu .mud-list-item:hover[b-8pee9vjzel] {
    background-color: #1976d2 !important; /* Mavi arka plan */
    color: #ffffff !important;            /* Beyaz metin */
}

:deep .admin-navmenu .mud-nav-link:hover .mud-nav-link-text[b-8pee9vjzel],
:deep .admin-navmenu .mud-nav-link:hover .mud-icon-root[b-8pee9vjzel],
:deep .admin-navmenu .mud-list-item:hover .mud-nav-link-text[b-8pee9vjzel],
:deep .admin-navmenu .mud-list-item:hover .mud-icon-root[b-8pee9vjzel] {
    color: #ffffff !important;            /* Beyaz metin ve ikon */
}

/* Icon alignment - equalize icon column width */
:deep .admin-navmenu .mud-nav-link[b-8pee9vjzel],
:deep .admin-navmenu .mud-list-item[b-8pee9vjzel] {
    align-items: center;
}

/* All leading icons same width for perfect alignment */
:deep .admin-navmenu .mud-icon-root[b-8pee9vjzel] {
    width: 28px;
    min-width: 28px;
    display: inline-flex;
    justify-content: center;
}

/* Group icons and nested items */
:deep .admin-navmenu .mud-nav-group .mud-icon-root[b-8pee9vjzel],
:deep .admin-navmenu .mud-nav-group .mud-list .mud-icon-root[b-8pee9vjzel] {
    width: 28px;
    min-width: 28px;
    justify-content: center;
}
/* _content/AlmisKimyaWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ql36t2y7av] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ql36t2y7av] {
    flex: 1;
}

.sidebar[b-ql36t2y7av] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ql36t2y7av] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ql36t2y7av]  a, .top-row[b-ql36t2y7av]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ql36t2y7av]  a:hover, .top-row[b-ql36t2y7av]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ql36t2y7av]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ql36t2y7av] {
        justify-content: space-between;
    }

    .top-row[b-ql36t2y7av]  a, .top-row[b-ql36t2y7av]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ql36t2y7av] {
        flex-direction: row;
    }

    .sidebar[b-ql36t2y7av] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ql36t2y7av] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ql36t2y7av]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ql36t2y7av], article[b-ql36t2y7av] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ql36t2y7av] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ql36t2y7av] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.main-layout[b-ql36t2y7av] {
    min-height: 100vh;
    background: #f8f9fa;
}

.main-content[b-ql36t2y7av] {
    min-height: 100vh;
    padding: 0;
    margin: 0;
}

/* Error UI Styling */
#blazor-error-ui[b-ql36t2y7av] {
    background: #e74c3c;
    color: white;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    display: none;
}

    #blazor-error-ui.show[b-ql36t2y7av] {
        display: block;
    }

    #blazor-error-ui .reload[b-ql36t2y7av] {
        color: white;
        text-decoration: underline;
        margin-right: 1rem;
    }

    #blazor-error-ui .dismiss[b-ql36t2y7av] {
        color: white;
        cursor: pointer;
        font-weight: bold;
    }
/* _content/AlmisKimyaWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gmpsmydwds] {
    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-gmpsmydwds] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-gmpsmydwds] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gmpsmydwds] {
    font-size: 1.1rem;
}

.bi[b-gmpsmydwds] {
    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-gmpsmydwds] {
    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-gmpsmydwds] {
    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-gmpsmydwds] {
    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");
}

.bi-lock-nav-menu[b-gmpsmydwds] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-gmpsmydwds] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-gmpsmydwds] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-gmpsmydwds] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-gmpsmydwds] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-gmpsmydwds] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gmpsmydwds] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gmpsmydwds] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gmpsmydwds]  .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-gmpsmydwds]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-gmpsmydwds]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-gmpsmydwds] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-gmpsmydwds] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gmpsmydwds] {
        display: none;
    }

    .nav-scrollable[b-gmpsmydwds] {
        /* 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/AlmisKimyaWeb/Components/Pages/Hakkımızda.razor.rz.scp.css */
/* Minimal, profesyonel ve okunakl31 bir d fczen */
.about[b-xhvrhiws3d] { display: grid; gap: 2rem; }

.hero[b-xhvrhiws3d] { text-align: center; }
.hero h1[b-xhvrhiws3d] { margin: 0 0 0.5rem 0; font-size: clamp(1.8rem, 2.2vw + 1rem, 2.4rem); }
.hero p[b-xhvrhiws3d] { margin: 0; color: rgba(0,0,0,0.75); }

.intro[b-xhvrhiws3d] { display: grid; gap: 1.25rem; align-items: start; }
@media (min-width: 900px) { .intro[b-xhvrhiws3d] { grid-template-columns: 1.1fr 1fr; } }

.intro-text h2[b-xhvrhiws3d] { margin: 0 0 0.5rem 0; font-size: 1.4rem; }
.intro-text p[b-xhvrhiws3d] { margin: 0; color: rgba(0,0,0,0.85); }
.bullets[b-xhvrhiws3d] { margin: 0.75rem 0 0 0; padding-left: 1.1rem; }
.bullets li[b-xhvrhiws3d] { margin: 0.25rem 0; }

.intro-media[b-xhvrhiws3d] { margin: 0; }
.image-frame[b-xhvrhiws3d] {
  width: 100%; aspect-ratio: 4/3; border-radius: 12px; overflow: hidden;
  background: linear-gradient(135deg, #f5f7fb 0%, #e8eef6 100%);
  border: 1px solid #e3e8ef; display: grid; place-items: center;
}
.image[b-xhvrhiws3d] { width: 100%; height: 100%; object-fit: cover; display: block; }
.image-placeholder[b-xhvrhiws3d] { color: #6b7280; font-size: 0.95rem; background: rgba(255,255,255,0.7); padding: 0.4rem 0.7rem; border-radius: 6px; }

.highlights[b-xhvrhiws3d] { display: grid; gap: 0.75rem; }
@media (min-width: 800px) { .highlights[b-xhvrhiws3d] { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.highlight[b-xhvrhiws3d] { border: 1px solid #e5e7eb; border-radius: 12px; padding: 1rem; background: #fff; }
.highlight h3[b-xhvrhiws3d] { margin: 0 0 0.35rem 0; font-size: 1.05rem; }
.highlight p[b-xhvrhiws3d] { margin: 0; color: rgba(0,0,0,0.8); }

.cta[b-xhvrhiws3d] { background: #f7fafc; border: 1px solid #e5e7eb; border-radius: 14px; }
.cta-inner[b-xhvrhiws3d] { display: flex; gap: 1rem; align-items: center; justify-content: space-between; padding: 1rem; flex-wrap: wrap; }
.btn[b-xhvrhiws3d] { appearance: none; border: none; color: #ffffff; background: #2153d6; padding: 0.6rem 0.9rem; border-radius: 10px; text-decoration: none; font-weight: 600; display: inline-block; }
.btn:hover[b-xhvrhiws3d] { background: #1843ae; }

/* _content/AlmisKimyaWeb/Components/Pages/Home.razor.rz.scp.css */

/* Product-inspired Color Palette */
:root[b-w1zr1qpchj] {
    --primary-orange: #FF6B35; /* Vibrant orange from product */
    --primary-blue: #1E3A8A; /* Dark blue from product */
    --light-blue: #3B82F6; /* Light blue accent */
    --light-grey: #F3F4F6; /* Light grey from product */
    --dark-grey: #374151; /* Dark grey text */
    --white: #FFFFFF; /* Clean white */
    --yellow: #FDE047; /* Yellow accent */
}

.hero-carousel[b-w1zr1qpchj] {
    touch-action: auto !important;
   
}

.hero-carousel[b-w1zr1qpchj]  .mud-carousel,
.hero-carousel[b-w1zr1qpchj]  .mud-carousel-inner,
.hero-carousel[b-w1zr1qpchj]  .mud-carousel-item,
.hero-carousel[b-w1zr1qpchj]  .mud-carousel-content {
    touch-action: pan-y !important;
}
.hero-carousel[b-w1zr1qpchj]  .mud-carousel {
    overflow: hidden;
}
.hero-carousel[b-w1zr1qpchj]  .mud-carousel-item {
    width: 100% !important;
}
.hero-carousel .carousel-slide-item[b-w1zr1qpchj] {
    min-height: calc(100vh - var(--nav-height));
    background-size: cover;
}

@media (max-width: 768px) {
    .hero-carousel[b-w1zr1qpchj] {
        height: 80vh !important;
    }
    .hero-carousel .carousel-slide-item[b-w1zr1qpchj] {
        min-height: 80vh;
    }
}
.hero-carousel[b-w1zr1qpchj]  [class*="swipe"],
.hero-carousel[b-w1zr1qpchj]  [class*="mud-swipe"],
.hero-carousel[b-w1zr1qpchj]  .mud-swipe-area {
    touch-action: pan-y !important;
    pointer-events: none !important; /* let page capture vertical scroll; disables horizontal swipe */
}

@media (max-width: 900px) {
    .hero-carousel[b-w1zr1qpchj]  * {
        touch-action: pan-y !important;
    }
}

/* Full Screen Slider */
.fullscreen-slider[b-w1zr1qpchj] {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow-x:hidden;
    overflow-y:visible;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--light-blue) 50%, var(--light-grey) 100%);
}

/* Header Overlay */
.page-header-overlay[b-w1zr1qpchj] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1rem 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-content[b-w1zr1qpchj] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}

.logo-section[b-w1zr1qpchj] {
    flex: 1;
}

.logo[b-w1zr1qpchj] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-icon[b-w1zr1qpchj] {
    width: 50px;
    height: 50px;
    background: var(--primary-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
}

.logo-text[b-w1zr1qpchj] {
    display: flex;
    flex-direction: column;
}

.company-name[b-w1zr1qpchj] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-blue);
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

.company-tagline[b-w1zr1qpchj] {
    font-size: 0.85rem;
    color: var(--dark-grey);
    font-weight: 500;
}

.main-nav[b-w1zr1qpchj] {
    flex: 2;
    display: flex;
    justify-content: center;
}

.nav-menu[b-w1zr1qpchj] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.nav-link[b-w1zr1qpchj] {
    color: var(--dark-grey);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    position: relative;
}

    .nav-link:hover[b-w1zr1qpchj],
    .nav-link.active[b-w1zr1qpchj] {
        color: var(--primary-orange);
    }

        .nav-link.active[b-w1zr1qpchj]::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--primary-orange);
            border-radius: 2px;
        }

.dropdown[b-w1zr1qpchj] {
    position: relative;
}

.dropdown-arrow[b-w1zr1qpchj] {
    font-size: 0.7rem;
    margin-left: 0.3rem;
    transition: transform 0.3s ease;
}

.dropdown:hover .dropdown-arrow[b-w1zr1qpchj] {
    transform: rotate(180deg);
}

.dropdown-menu[b-w1zr1qpchj] {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 6px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    list-style: none;
    padding: 0.5rem 0;
    margin: 0;
}

.dropdown:hover .dropdown-menu[b-w1zr1qpchj] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li[b-w1zr1qpchj] {
    margin: 0;
}

.dropdown-menu a[b-w1zr1qpchj] {
    display: block;
    padding: 0.8rem 1.5rem;
    color: var(--dark-grey);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .dropdown-menu a:hover[b-w1zr1qpchj] {
        background: var(--light-grey);
        color: var(--primary-orange);
    }

.header-actions[b-w1zr1qpchj] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5rem;
}

.phone-info[b-w1zr1qpchj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.phone-icon[b-w1zr1qpchj] {
    font-size: 1.1rem;
}

.phone-number[b-w1zr1qpchj] {
    color: var(--primary-orange);
    font-weight: 600;
    font-size: 0.95rem;
}

.search-btn[b-w1zr1qpchj],
.language-btn[b-w1zr1qpchj] {
    background: none;
    border: 2px solid var(--dark-grey);
    color: var(--dark-grey);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .search-btn:hover[b-w1zr1qpchj],
    .language-btn:hover[b-w1zr1qpchj] {
        background: var(--primary-orange);
        border-color: var(--primary-orange);
        color: white;
    }

/* Hero Background and Content */
/* Full Screen Slider Container */
.slider-main-container[b-w1zr1qpchj] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-placeholder-fullscreen[b-w1zr1qpchj] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

.slider-content[b-w1zr1qpchj] {
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 2rem;
}

.slider-icon-large[b-w1zr1qpchj] {
    font-size: 5rem;
    margin-bottom: 2rem;
    opacity: 0.8;
}

.slider-content h2[b-w1zr1qpchj] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.slider-content p[b-w1zr1qpchj] {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.slider-content small[b-w1zr1qpchj] {
    font-size: 1rem;
    opacity: 0.7;
    font-style: italic;
}

/* Slider Controls */
.slider-controls[b-w1zr1qpchj] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    z-index: 50;
}

.slider-prev[b-w1zr1qpchj],
.slider-next[b-w1zr1qpchj] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .slider-prev:hover[b-w1zr1qpchj],
    .slider-next:hover[b-w1zr1qpchj] {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }

/* Slider Indicators */
.slider-indicators[b-w1zr1qpchj] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 50;
}

.indicator[b-w1zr1qpchj] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

    .indicator.active[b-w1zr1qpchj] {
        background: var(--primary-orange);
        transform: scale(1.2);
    }

    .indicator:hover[b-w1zr1qpchj] {
        background: rgba(255, 255, 255, 0.8);
    }

/* Product Slider Section */
.product-slider-section[b-w1zr1qpchj] {
    padding: 4rem 2rem;
    background: var(--white);
}

.slider-container[b-w1zr1qpchj] {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title[b-w1zr1qpchj] {
    text-align: center;
    color: var(--primary-blue);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
}

    .section-title[b-w1zr1qpchj]::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: var(--primary-orange);
        border-radius: 2px;
    }

.slider-wrapper[b-w1zr1qpchj] {
    position: relative;
    background: var(--light-grey);
    border-radius: 12px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed var(--primary-blue);
}

.slider-placeholder[b-w1zr1qpchj] {
    text-align: center;
    color: var(--dark-grey);
    padding: 2rem;
}

    .slider-placeholder p[b-w1zr1qpchj] {
        margin: 0.5rem 0;
        font-size: 1.1rem;
    }

    .slider-placeholder small[b-w1zr1qpchj] {
        color: #9CA3AF;
        font-style: italic;
    }

/* Quick Access Sidebar */
.quick-access[b-w1zr1qpchj] {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.quick-access-tab[b-w1zr1qpchj] {
    background: var(--primary-orange);
    color: white;
    padding: 1rem 0.5rem;
    border-radius: 8px 0 0 8px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: -2px 0 8px rgba(0,0,0,0.1);
}

    .quick-access-tab:hover[b-w1zr1qpchj] {
        background: #E55A2B;
        padding-right: 0.8rem;
    }

.quick-access-text[b-w1zr1qpchj] {
    display: block;
}

/* Scroll Indicator */
.scroll-indicator[b-w1zr1qpchj] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    animation: bounce-b-w1zr1qpchj 2s infinite;
    z-index: 3;
}

.scroll-arrow[b-w1zr1qpchj] {
    width: 24px;
    height: 24px;
}

@keyframes bounce-b-w1zr1qpchj {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .header-content[b-w1zr1qpchj] {
        padding: 0 1rem;
        gap: 1rem;
    }

    .nav-menu[b-w1zr1qpchj] {
        gap: 1.5rem;
    }

    .nav-link[b-w1zr1qpchj] {
        font-size: 0.9rem;
    }

    .company-name[b-w1zr1qpchj] {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .header-content[b-w1zr1qpchj] {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .logo[b-w1zr1qpchj] {
        justify-content: center;
    }

    .main-nav[b-w1zr1qpchj] {
        order: 3;
        width: 100%;
    }

    .nav-menu[b-w1zr1qpchj] {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .header-actions[b-w1zr1qpchj] {
        order: 2;
        justify-content: center;
    }

    .slider-content h2[b-w1zr1qpchj] {
        font-size: 2.5rem;
    }

    .slider-content p[b-w1zr1qpchj] {
        font-size: 1.1rem;
    }

    .slider-icon-large[b-w1zr1qpchj] {
        font-size: 4rem;
    }

    .slider-controls[b-w1zr1qpchj] {
        padding: 0 1rem;
    }

    .slider-prev[b-w1zr1qpchj],
    .slider-next[b-w1zr1qpchj] {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .quick-access[b-w1zr1qpchj] {
        display: none;
    }

    .dropdown-menu[b-w1zr1qpchj] {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: var(--light-grey);
        margin-top: 0.5rem;
        border-radius: 0;
    }

        .dropdown-menu a[b-w1zr1qpchj] {
            color: var(--dark-grey);
            padding: 0.5rem 1rem;
        }

            .dropdown-menu a:hover[b-w1zr1qpchj] {
                background: var(--primary-orange);
                color: white;
            }
}

@media (max-width: 480px) {
    .nav-menu[b-w1zr1qpchj] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .header-actions[b-w1zr1qpchj] {
        gap: 1rem;
    }

    .phone-number[b-w1zr1qpchj] {
        font-size: 0.85rem;
    }

    .search-btn[b-w1zr1qpchj],
    .language-btn[b-w1zr1qpchj] {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    .slider-content h2[b-w1zr1qpchj] {
        font-size: 2rem;
    }

    .slider-content p[b-w1zr1qpchj] {
        font-size: 1rem;
    }

    .slider-icon-large[b-w1zr1qpchj] {
        font-size: 3rem;
    }

    .slider-prev[b-w1zr1qpchj],
    .slider-next[b-w1zr1qpchj] {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }

    .slider-controls[b-w1zr1qpchj] {
        padding: 0 0.5rem;
    }

    .slider-indicators[b-w1zr1qpchj] {
        bottom: 1rem;
        gap: 0.5rem;
    }

    .indicator[b-w1zr1qpchj] {
        width: 10px;
        height: 10px;
    }

    .slider-wrapper[b-w1zr1qpchj] {
        min-height: 250px;
    }
}
