

:root {
    --gc-primary: #111827; 
    --gc-accent: #f97316;   
    --gc-gray: #6b7280;
    --gc-bg: #f9fafb;
}

body {
    background-color: var(--gc-bg);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
    color: #111;
}

.gc-navbar {
    background-color: var(--gc-primary);
    padding: 14px 0;
}

.gc-navbar .navbar-brand {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.3px;
}

.gc-navbar .nav-link {
    color: #e5e7eb !important;
    font-weight: 500;
    margin-left: 12px;
    transition: color .2s ease;
}

.gc-navbar .nav-link:hover {
    color: var(--gc-accent) !important;
}

.dropdown-menu {
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
}

.dropdown-item {
    border-radius: 8px;
    font-weight: 500;
}

.dropdown-item:hover {
    background-color: #f3f4f6;
}

.btn-primary {
    background-color: var(--gc-accent);
    border: none;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 16px;
}

.btn-primary:hover {
    background-color: #ea580c;
}

.card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.card img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.gc-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gc-accent);
}

.gc-footer {
    background-color: #fff;
    font-size: .9rem;
    color: var(--gc-gray);
}

.form-control {
    border-radius: 10px;
    padding: 12px;
}

.form-control:focus {
    border-color: var(--gc-accent);
    box-shadow: 0 0 0 .15rem rgba(249,115,22,.25);
}

.table {
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
}

.table th {
    background-color: #f3f4f6;
    font-weight: 600;
}

.gc-admin-badge {
    background-color: var(--gc-accent);
    color: #fff;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .75rem;
}

.alert {
    border-radius: 12px;
    font-weight: 500;
}
.gc-logo {
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: .5px;
}

.logo-main {
    color: #fff;
}

.logo-accent {
    color: var(--gc-accent);
}
.gc-footer {
    background-color: #111827;
    color: #e5e7eb;
}

.footer-title {
    font-weight: 700;
    margin-bottom: 12px;
}

.footer-text {
    color: #9ca3af;
    font-size: .95rem;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #e5e7eb;
    text-decoration: none;
    font-size: .95rem;
}

.footer-links a:hover {
    color: var(--gc-accent);
}

.footer-divider {
    border-color: #374151;
}

.footer-copy {
    font-size: .85rem;
    color: #9ca3af;
}
:root {
    --gc-accent: #f97316;
}

.gc-hero {
    background: linear-gradient(135deg, #f9fafb, #eef2ff);
    padding: 70px 0;
}

.hero-title {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.2;
}

.hero-title span {
    color: var(--gc-accent);
}

.hero-text {
    font-size: 1.1rem;
    color: #4b5563;
    margin: 20px 0 30px;
}

.hero-image {
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
}

.gc-trust {
    background-color: #f9fafb;
}

.trust-item h6 {
    margin-top: 10px;
    font-weight: 700;
}

.trust-item p {
    font-size: .9rem;
    color: #6b7280;
}

.product-card {
    border: none;
    border-radius: 14px;
    box-shadow: 0 10px 20px rgba(0,0,0,.08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0,0,0,.12);
}

.product-card .price {
    font-weight: 700;
    color: var(--gc-accent);
}
.gc-why {
    background-color: #fff7ed;
}

.why-item h6 {
    margin-top: 12px;
    font-weight: 700;
}

.why-item p {
    font-size: .9rem;
    color: #6b7280;
}
.product-title {
    color: #111827;
    text-decoration: none;
    font-weight: 600;
}

.product-title:hover {
    color: var(--gc-accent);
}

.product-desc {
    font-size: .9rem;
    color: #6b7280;
    margin-bottom: 10px;
}

.product-card img {
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.gc-product-toolbar {
    background-color: #f9fafb;
    padding: 12px 16px;
    border-radius: 12px;
}

.product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: var(--gc-accent);
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 8px;
    z-index: 2;
}
.gc-search-input {
    padding: 4px 10px;
    font-size: 0.82rem;
    height: 32px;
}
.mobile-buy-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    z-index: 999;
}
.img-thumbnail {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.img-thumbnail:hover {
    transform: scale(3);
    z-index: 10;
    position: relative;
}
.admin-table thead th {
    color: #fff;          
    background-color: #343a40; 
}
.mega-menu {
    position: absolute;
    top: 100%; 
    left: 50%; 
    transform: translateX(-50%); 
    width: auto;
    min-width: 600px;
    background-color: #fff;
    border-radius: 0.25rem;
    transition: opacity 0.3s ease;
    z-index: 1000;
    display: none; 
}

.nav-item.dropdown:hover > .mega-menu,
.nav-item.dropdown.show > .mega-menu {
    display: block;
}

.mega-menu .dropdown-item {
    padding: 0.25rem 0.5rem;
    color: #333;
}

.mega-menu .dropdown-item:hover {
    color: #0d6efd;
    background-color: transparent;
}


@media (max-width: 992px) {
    .mega-menu {
        position: static;
        transform: none;
        min-width: 100%;
        border-radius: 0;
    }
    .mega-menu .col-md-3 {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

.navbar-light .navbar-toggler-icon,
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}