/* =============================================
   ASBOR Polimer - Tema 2: Dark Premium Agriculture
   Modern, Dark-themed, Mobile-first Bootstrap Theme
   ============================================= */

/* === Google Font === */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

/* === CSS Variables === */
:root {
    --bg-dark: #0a0f1a;
    --bg-card: #111827;
    --bg-card-hover: #1a2332;
    --bg-surface: #151d2e;
    --accent: #22c55e;
    --accent-light: #4ade80;
    --accent-dark: #16a34a;
    --accent-glow: rgba(34, 197, 94, 0.3);
    --text-white: #f8fafc;
    --text-muted: #94a3b8;
    --text-dim: #64748b;
    --border-color: rgba(255, 255, 255, 0.06);
    --glass-bg: rgba(17, 24, 39, 0.8);
    --glass-border: rgba(255, 255, 255, 0.08);
    --radius: 16px;
    --radius-sm: 10px;
    --radius-lg: 24px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    --shadow-accent: 0 8px 32px rgba(34, 197, 94, 0.15);
}

/* === Reset & Base === */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: 'Outfit', sans-serif;
    background: var(--bg-dark);
    color: var(--text-white);
    line-height: 1.7;
    overflow-x: hidden;
}

a {
    color: var(--accent);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--accent-light);
}

img {
    max-width: 100%;
    height: auto;
}

.py-6 {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* === Text Utilities === */
.text-accent {
    color: var(--accent) !important;
}

.text-gradient {
    background: linear-gradient(135deg, var(--accent), var(--accent-light), #a3e635);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 50px;
    color: var(--accent);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-heading {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--text-white);
}

@media (max-width: 768px) {
    .section-heading {
        font-size: 1.8rem;
    }

    .py-6 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* === Bootstrap Overrides === */
.btn-accent {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: #fff;
    border: none;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: 0 4px 15px var(--accent-glow);
}

.btn-accent:hover {
    background: linear-gradient(135deg, var(--accent-light), var(--accent));
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--accent-glow);
}

.btn-outline-accent {
    border: 2px solid var(--accent);
    color: var(--accent);
    background: transparent;
}

.btn-outline-accent:hover {
    background: var(--accent);
    color: #fff;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.3);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.form-control {
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    color: var(--text-white);
    border-radius: var(--radius-sm);
}

.form-control:focus {
    background: var(--bg-card);
    border-color: var(--accent);
    color: var(--text-white);
    box-shadow: 0 0 0 3px var(--accent-glow);
}

.form-floating>label {
    color: var(--text-dim);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    color: var(--accent);
}

.dropdown-menu-dark {
    background: var(--bg-card);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(20px);
}

.dropdown-item {
    color: var(--text-muted);
}

.dropdown-item:hover {
    background: var(--bg-card-hover);
    color: var(--accent);
}

/* === Navbar === */
#mainNav {
    background: transparent;
    padding: 15px 0;
    transition: var(--transition);
    backdrop-filter: blur(0px);
}

#mainNav.scrolled {
    background: rgba(10, 15, 26, 0.95);
    backdrop-filter: blur(20px);
    padding: 10px 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid var(--glass-border);
}

.navbar-brand {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--text-white) !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.brand-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #fff;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 10px 16px !important;
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--accent) !important;
    background: rgba(34, 197, 94, 0.08);
}

/* === Hero Section === */
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background:
        linear-gradient(135deg, rgba(10, 15, 26, 0.95), rgba(10, 15, 26, 0.7)),
        url('https://images.unsplash.com/photo-1563514227147-6d2ff665a6a0?auto=format&fit=crop&q=80&w=2000') center/cover;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(34, 197, 94, 0.08), transparent 60%);
}

.hero-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-particles .particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--accent);
    border-radius: 50%;
    opacity: 0;
    animation: floatParticle 8s infinite ease-in-out;
}

@keyframes floatParticle {

    0%,
    100% {
        opacity: 0;
        transform: translateY(100vh) scale(0);
    }

    10% {
        opacity: 0.6;
    }

    90% {
        opacity: 0.6;
    }

    50% {
        transform: translateY(-20vh) scale(1);
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 50px;
    color: var(--accent);
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 25px;
}

.hero-title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 25px;
    color: var(--text-white);
}

.hero-desc {
    font-size: 1.15rem;
    color: var(--text-muted);
    margin-bottom: 35px;
    max-width: 550px;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 30px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: var(--accent);
}

.stat-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-divider {
    width: 1px;
    height: 50px;
    background: var(--border-color);
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 5;
    color: var(--text-muted);
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    animation: bounce 2s infinite;
}

.mouse {
    width: 24px;
    height: 40px;
    border: 2px solid var(--text-muted);
    border-radius: 12px;
    position: relative;
}

.wheel {
    width: 4px;
    height: 8px;
    background: var(--accent);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollWheel 2s infinite;
}

@keyframes scrollWheel {
    0% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(12px);
        opacity: 0;
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(10px);
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-desc {
        font-size: 1rem;
    }

    .hero-stats {
        gap: 20px;
        flex-wrap: wrap;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .scroll-indicator {
        display: none;
    }
}

/* === Quick Categories === */
.quick-categories {
    margin-top: -60px;
    position: relative;
    z-index: 10;
    padding-bottom: 60px;
}

.category-cta-card {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    border-radius: var(--radius-lg);
    padding: 40px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-bg-pattern {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.cta-content h3 {
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.cta-content p {
    opacity: 0.9;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.mini-cat-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 25px 20px;
    text-align: center;
    transition: var(--transition);
    cursor: pointer;
    height: 100%;
}

.mini-cat-card:hover {
    background: var(--bg-card-hover);
    border-color: var(--accent);
    transform: translateY(-5px);
    box-shadow: var(--shadow-accent);
}

.mini-icon {
    font-size: 2rem;
    margin-bottom: 12px;
}

.mini-cat-card h5 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-white);
    margin: 0;
}

/* === Showcase Section === */
.showcase-section {
    background: var(--bg-surface);
    position: relative;
    overflow: hidden;
}

.showcase-img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.ring {
    position: absolute;
    border: 1px solid rgba(34, 197, 94, 0.15);
    border-radius: 50%;
    animation: pulseRing 3s infinite ease-in-out;
}

.ring-1 {
    width: 200px;
    height: 200px;
}

.ring-2 {
    width: 320px;
    height: 320px;
    animation-delay: 0.5s;
}

.ring-3 {
    width: 440px;
    height: 440px;
    animation-delay: 1s;
}

@keyframes pulseRing {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.08);
        opacity: 0.6;
    }
}

.showcase-main-img {
    position: relative;
    z-index: 2;
    max-width: 80%;
    filter: drop-shadow(0 20px 40px rgba(34, 197, 94, 0.15));
    transform: rotate(-8deg);
    transition: var(--transition);
}

.showcase-img-wrapper:hover .showcase-main-img {
    transform: rotate(0deg) scale(1.05);
}

.feature-mini {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 15px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.feature-mini:hover {
    border-color: var(--accent);
    background: var(--bg-card-hover);
}

.fm-icon {
    min-width: 42px;
    height: 42px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 1.1rem;
}

.feature-mini h6 {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 3px;
    color: var(--text-white);
}

.feature-mini small {
    color: var(--text-muted);
    font-size: 0.8rem;
    line-height: 1.4;
}

/* === Advantages Section === */
.advantages-section {
    background: linear-gradient(180deg, var(--bg-dark), var(--bg-surface));
    position: relative;
}

.adv-card-new {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 40px 25px;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.adv-card-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--accent-light));
    opacity: 0;
    transition: var(--transition);
}

.adv-card-new:hover {
    transform: translateY(-10px);
    border-color: var(--accent);
    box-shadow: var(--shadow-accent);
}

.adv-card-new:hover::before {
    opacity: 1;
}

.adv-num {
    font-size: 3rem;
    font-weight: 900;
    color: rgba(34, 197, 94, 0.1);
    position: absolute;
    top: 15px;
    right: 20px;
    line-height: 1;
}

.adv-icon-new {
    width: 60px;
    height: 60px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--accent);
    margin: 0 auto 20px;
    transition: var(--transition);
}

.adv-card-new:hover .adv-icon-new {
    background: var(--accent);
    color: #fff;
    transform: scale(1.1);
}

.adv-card-new h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text-white);
}

.adv-card-new p {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin: 0;
}

/* === Featured Products === */
.featured-products {
    background: var(--bg-dark);
}

.product-card-new {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
}

.product-card-new:hover {
    border-color: var(--accent);
    transform: translateY(-8px);
    box-shadow: var(--shadow-accent);
}

.pc-img {
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: var(--bg-surface);
    position: relative;
    overflow: hidden;
}

.pc-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: var(--transition);
}

.product-card-new:hover .pc-img img {
    transform: scale(1.08);
}

.pc-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 15, 26, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
    backdrop-filter: blur(4px);
}

.product-card-new:hover .pc-overlay {
    opacity: 1;
}

.pc-info {
    padding: 20px;
}

.pc-info h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-white);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pc-category {
    font-size: 0.8rem;
    color: var(--accent);
    font-weight: 500;
}

.pc-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--accent);
    font-weight: 600;
    font-size: 0.9rem;
}

.pc-link:hover {
    gap: 10px;
}

/* === Contact Section === */
.contact-section {
    background: var(--bg-surface);
}

.contact-info-card {
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    border-radius: var(--radius-lg);
    padding: 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.ci-pattern {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2l2 3-2 3zm0-17V0h2v3.5L20 7l-2-3.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.contact-info-card h3 {
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 10px;
    position: relative;
}

.contact-info-card>p {
    position: relative;
}

.ci-items {
    position: relative;
}

.ci-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 25px;
}

.ci-icon {
    min-width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.ci-item strong {
    display: block;
    margin-bottom: 3px;
}

.contact-form-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 40px;
}

.contact-form-card h4 {
    color: var(--text-white);
}

/* === Page Banners === */
.page-banner {
    padding: 140px 0 80px;
    text-align: center;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 15, 26, 0.92), rgba(10, 15, 26, 0.85));
}

.page-banner h1 {
    color: var(--text-white);
    position: relative;
    z-index: 2;
}

.page-banner .breadcrumb {
    position: relative;
    z-index: 2;
}

.page-banner .breadcrumb-item a {
    color: var(--accent);
}

.page-banner .breadcrumb-item.active {
    color: var(--text-muted);
}

.mini-banner {
    padding: 120px 0 40px;
    text-align: left;
    background: var(--bg-surface);
}

/* === Sidebar === */
.sidebar-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 25px;
    position: sticky;
    top: 100px;
}

.sidebar-title {
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color);
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 5px;
}

.category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: var(--text-muted);
    border-radius: var(--radius-sm);
    transition: var(--transition);
    font-weight: 500;
    font-size: 0.95rem;
}

.category-list a:hover,
.category-list a.active {
    background: rgba(34, 197, 94, 0.1);
    color: var(--accent);
}

.cat-count {
    background: var(--bg-surface);
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 0.8rem;
}

/* === About & Kurumsal === */
.about-img-wrapper {
    position: relative;
    display: inline-block;
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--accent);
    color: #fff;
    padding: 20px 25px;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow-accent);
}

.exp-number {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}

.exp-text {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.3;
}

.stat-card-mini {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.stat-card-mini i {
    font-size: 2rem;
}

.stat-card-mini h4 {
    font-weight: 800;
    margin: 0;
    color: var(--text-white);
}

.stat-card-mini span {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Vision & Mission */
.vision-mission-section {
    background: var(--bg-surface);
}

.vm-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 40px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
}

.vm-card:hover {
    border-color: var(--accent);
    transform: translateY(-8px);
    box-shadow: var(--shadow-accent);
}

.vm-icon {
    width: 70px;
    height: 70px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--accent);
    margin: 0 auto 20px;
}

.vm-card h3 {
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--text-white);
}

.vm-card p {
    color: var(--text-muted);
    margin: 0;
}

/* === Contact Mini Cards === */
.contact-mini-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 30px;
    text-align: center;
    transition: var(--transition);
    height: 100%;
}

.contact-mini-card:hover {
    border-color: var(--accent);
    transform: translateY(-5px);
}

.cmc-icon {
    width: 55px;
    height: 55px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--accent);
    margin: 0 auto 15px;
}

.contact-mini-card h5 {
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 8px;
}

.contact-mini-card p {
    color: var(--text-muted);
    margin: 0;
    font-size: 0.95rem;
}

.map-wrapper {
    border: 1px solid var(--border-color);
}

/* === Gallery === */
.gallery-card {
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.gallery-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-hover {
    position: absolute;
    inset: 0;
    background: rgba(10, 15, 26, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: var(--transition);
    backdrop-filter: blur(4px);
    color: #fff;
}

.gallery-hover i {
    font-size: 2rem;
    color: var(--accent);
}

.gallery-hover span {
    font-size: 0.9rem;
    font-weight: 600;
}

.gallery-card:hover .gallery-hover {
    opacity: 1;
}

/* === Video Cards === */
.video-card-new {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition);
}

.video-card-new:hover {
    border-color: var(--accent);
    box-shadow: var(--shadow-accent);
}

.vc-info {
    padding: 15px 20px;
}

.vc-info h5 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: var(--text-white);
}

/* === Product Detail === */
.product-gallery-new .main-gallery-img img {
    width: 100%;
    height: auto;
    border-radius: var(--radius);
    border: 1px solid var(--border-color);
}

.gallery-thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.thumb-item img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border: 2px solid var(--border-color);
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.thumb-item:hover img {
    border-color: var(--accent);
}

.product-detail-info .product-code {
    color: var(--accent);
    font-weight: 600;
    font-size: 1.1rem;
}

.product-detail-info .product-desc {
    color: var(--text-muted);
    line-height: 1.8;
    font-size: 1.05rem;
}

.specs-card {
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 25px;
}

.specs-card h6 {
    color: var(--text-white);
}

.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-muted);
}

.spec-row strong {
    color: var(--text-white);
}

/* === Footer === */
.footer-section {
    background: var(--bg-card);
    border-top: 1px solid var(--border-color);
}

.footer-top {
    padding: 80px 0 40px;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-white) !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.footer-widget h5.footer-title {
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.footer-widget h5.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--text-muted);
    font-size: 0.95rem;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--accent);
    padding-left: 5px;
}

.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    align-items: flex-start;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.footer-contact i {
    color: var(--accent);
    font-size: 1rem;
    margin-top: 3px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: var(--bg-surface);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    transition: var(--transition);
}

.social-icon:hover {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.footer-bottom {
    border-top: 1px solid var(--border-color);
    padding: 20px 0;
    text-align: center;
    color: var(--text-dim);
    font-size: 0.9rem;
}

/* === Back to Top === */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: var(--transition);
    box-shadow: var(--shadow-accent);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px var(--accent-glow);
}

/* === Empty State === */
.empty-state {
    padding: 40px;
    text-align: center;
}

/* === Alert Overrides === */
.alert-success {
    background: rgba(34, 197, 94, 0.15);
    color: var(--accent);
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.alert-danger {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

/* === Responsive Adjustments === */
@media (max-width: 991px) {
    .quick-categories {
        margin-top: 0;
        padding-top: 40px;
    }

    .experience-badge {
        bottom: -10px;
        right: 0;
    }
}

@media (max-width: 576px) {
    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .contact-info-card {
        padding: 25px;
    }

    .contact-form-card {
        padding: 25px;
    }

    .footer-top {
        padding: 50px 0 30px;
    }
}

/* === Custom Scrollbar === */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--bg-dark);
}

::-webkit-scrollbar-thumb {
    background: var(--bg-card-hover);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--accent);
}

/* === Selection === */
::selection {
    background: var(--accent);
    color: #fff;
}