


.console-categories-hero {
    padding: 100px 0 60px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin-top: 80px;
}

.console-categories-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 15px rgba(212, 165, 82, 0.7);
}

.console-categories-title span {
    color: #FFD37A;
    text-shadow: 0 0 20px #D4A552;
}

.console-categories-subtitle {
    font-size: 1.2rem;
    color: #e6e6e6;
    max-width: 600px;
    margin: 0 auto;
}

/* SECTION TITLES - WHITE HEADINGS */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.section-title span {
    color: #FFD37A;
}


.brand-categories-section {
    padding: 60px 0;
}

.brand-card {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.brand-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}


.ps-card {
    border-top: 4px solid #006FCD;
}

.xbox-card {
    border-top: 4px solid #107C10;
}

.nintendo-card {
    border-top: 4px solid #E60012;
}

.brand-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.brand-logo {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color:rgba(61, 55, 55, 0.548);
}
.brand-logo2 {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: rgba(61, 55, 55, 0.548);
}
.brand-logo3 {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: rgba(61, 55, 55, 0.548);
    

    
}

.brand-logo img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.brand-logo2 img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.brand-logo3 img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}


.brand-info {
    flex-grow: 1;
}


.brand-name {
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.brand-count {
    color: #D4A552;
    font-weight: 600;
    font-size: 1rem;
}

.brand-desc {
    color: #d4d4d4;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.brand-products {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.product-item {
    background: rgba(212, 165, 82, 0.1);
    color: #FFD37A;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
}


.brand-btn {
    display: block;
    background: rgba(212, 165, 82, 0.2);
    color: #FFD37A;
    text-align: center;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(212, 165, 82, 0.3);
    transition: all 0.3s;
    margin-top: 15px;
}

.brand-btn:hover {
    background: rgba(212, 165, 82, 0.3);
    color: #fff;
    border-color: #D4A552;
    box-shadow: 0 0 15px rgba(212, 165, 82, 0.3);
}


.type-categories-section {
    padding: 60px 0;
    background: rgba(0, 0, 0, 0.5);
}

.type-card {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.type-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}


.home-console-card { border-top: 4px solid #2196F3; }
.handheld-card { border-top: 4px solid #FF9800; }
.hybrid-card { border-top: 4px solid #4CAF50; }
.pc-card { border-top: 4px solid #9C27B0; }
.nextgen-card { border-top: 4px solid #00BCD4;}
.previous-card { border-top: 4px solid #795548; }

.type-icon {
    width: 70px;
    height: 70px;
    background: rgba(212, 165, 82, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.type-icon .bi {
    font-size: 2rem;
    color: #FFD37A;
}


.type-name {
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.type-desc {
    color: #d4d4d4;
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1.5;
}

.type-count {
    color: #D4A552;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 20px;
}


.type-btn {
    display: block;
    background: rgba(212, 165, 82, 0.15);
    color: #FFD37A;
    text-align: center;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid rgba(212, 165, 82, 0.3);
    transition: all 0.3s;
}

.type-btn:hover {
    background: rgba(212, 165, 82, 0.25);
    color: #fff;
    border-color: #D4A552;
}


.feature-categories-section {
    padding: 60px 0;
}

.feature-card {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 25px 20px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(212, 165, 82, 0.2);
    display: flex;
    flex-direction: column;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(212, 165, 82, 0.2);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: rgba(212, 165, 82, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.feature-icon .bi {
    font-size: 1.5rem;
    color: #FFD37A;
}


.feature-name {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 5px;
    flex-grow: 1;
}

.feature-count {
    color: #D4A552;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 15px;
}


.feature-btn {
    display: block;
    background: rgba(212, 165, 82, 0.1);
    color: #FFD37A;
    text-align: center;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    border: 1px solid rgba(212, 165, 82, 0.2);
    transition: all 0.3s;
    margin-top: auto;
}

.feature-btn:hover {
    background: rgba(212, 165, 82, 0.2);
    color: #fff;
    border-color: #D4A552;
}


.price-categories-section {
    padding: 60px 0;
    background: rgba(0, 0, 0, 0.5);
}

.price-card {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}


.budget-card { border-top: 4px solid #4CAF50; }
.midrange-card { border-top: 4px solid #2196F3; }
.premium-card { border-top: 4px solid #9C27B0; }
.highend-card { border-top: 4px solid #FF9800; }

.price-range {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 700;
}

.price-from {
    color: #FFD37A;
}

.price-to {
    color: #fff;
}


.price-name {
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 5px;
    flex-grow: 1;
}

.price-count {
    color: #D4A552;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 15px;
}


.price-btn {
    display: block;
    background: rgba(212, 165, 82, 0.15);
    color: #FFD37A;
    text-align: center;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid rgba(212, 165, 82, 0.3);
    transition: all 0.3s;
    margin-top: auto;
}

.price-btn:hover {
    background: rgba(212, 165, 82, 0.25);
    color: #fff;
    border-color: #D4A552;
}


.console-categories-cta {
    padding: 50px 0;
    background: rgba(212, 165, 82, 0.1);
    border-top: 1px solid rgba(212, 165, 82, 0.2);
    border-bottom: 1px solid rgba(212, 165, 82, 0.2);
}


.console-categories-cta h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.console-categories-cta p {
    color: #e6e6e6;
    font-size: 1.1rem;
    margin: 0;
}

.btn-compare {
    background: #D4A552;
    color: black;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.btn-compare:hover {
    background: #FFD37A;
    box-shadow: 0 0 20px #D4A552;
    color: black;
    gap: 15px;
}


@media (max-width: 768px) {
    .console-categories-hero {
        padding: 80px 0 40px;
        margin-top: 70px;
    }
    
    .console-categories-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .brand-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .brand-logo {
        width: 60px;
        height: 60px;
    }
    
    .brand-logo img {
        width: 35px;
        height: 35px;
    }
    
    .brand-name {
        font-size: 1.5rem;
    }
    
    .console-categories-cta .row {
        text-align: center;
        gap: 20px;
    }
    
    .btn-compare {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}
.breadcrumb-item.active {
  color: #ffffff;
  font-weight: 700;
}

.breadcrumb-item + .breadcrumb-item::before {
 
  color: #FFD37A;
  font-size: 1.2rem;
  padding: 0 8px;
}
.breadcrumb-item::before {
  display: none;
}
