/* Custom Branding Overrides - OpenCart Exact Colors */

:root {
    --primary-color: #333333;
    --secondary-color: #666666;
    --success-color: #5cb85c;
    --danger-color: #d9534f;
    --warning-color: #f0ad4e;
    --info-color: #5bc0de;
    --light-color: #f8f9fa;
    --dark-color: #333333;
    --accent-color: #333333;
    --accent-hover: #555555;
    --footer-bg: #333333;
    --footer-accent: #ffffff;
    --navbar-bg: #ffffff;
    --navbar-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    --accent-light: rgba(51, 51, 51, 0.1);
    --header-bg: #333333;
    --header-text: #ffffff;
    --menu-bg: #ffffff;
    --menu-text: #333333;
    --menu-hover: transparent;
    --product-card-bg: #ffffff;
    --product-card-border: #e6e6e6;
    --product-card-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    --button-primary: #333333;
    --button-primary-hover: #555555;
    --button-secondary: #f8f9fa;
    --button-secondary-hover: #e9ecef;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
p {
    font-weight: 400;
}

/* Enhanced Hero Carousel - OpenCart Style */
.hero-carousel {
    position: relative;
    overflow: hidden;
}

.hero-carousel .carousel {
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.hero-slide {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 600px;
    animation: slideInUp 1s ease-out;
}

.hero-content .badge {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    background-color: #ffffff;
    color: #333333;
}

.hero-content h1 {
    text-shadow: none;
    line-height: 1.2;
    color: #ffffff;
}

.hero-content p {
    text-shadow: none;
    color: #ffffff;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-buttons .btn {
    border-radius: 0;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.hero-buttons .btn:hover {
    transform: none;
    box-shadow: none;
}

.carousel-indicators {
    bottom: 2rem;
}

.carousel-indicators button {
    width: 5px;
    height: 5px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.carousel-indicators button.active {
    background-color: #ffffff;
    border-color: #ffffff;
    transform: none;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    margin: auto 1rem;
    backdrop-filter: none;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
    transform: none;
}

/* Enhanced Product Cards - OpenCart Exact Style */
.product-card {
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}
.product-card-buttons {
    border-top: 1px solid #e6e6e6;
    border-radius: 0px 0px 5px 5px;
}
.product-card .card-text {
    font-weight: 400;
    font-size: 13px;
}
.product-card .price-container {
    font-size: 13px;
}
.product-card-buttons .btn {
    border:0;
    background-color:#EEEEEE; 
    color:#888;
    border-radius:0;
    font-weight:600;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    text-transform: uppercase;
}
.product-card-buttons .btn:first-child {
    border-right: 2px solid #ddd;
}
.product-card-buttons .btn:last-child {
    border-left: 1px solid #ddd;
}
.product-card-buttons .btn:hover {
    background-color: #DDDDDD;
}


/* Enhanced Features Section - OpenCart Style */
.features {
    background: #f8f9fa;
    border-radius: 0;
    margin-top: 2rem;
    border-top: 1px solid #e6e6e6;
}

.feature-item {
    padding: 1.5rem 1rem;
    transition: none;
    text-align: center;
}

.feature-item:hover {
    transform: none;
}

.feature-icon {
    transition: none;
    color: #333333;
}

.feature-item:hover .feature-icon {
    transform: none;
}

.feature-item h5 {
    color: #333333;
    font-weight: 400;
}

.feature-item p {
    color: #666666;
}

/* Modern Navbar Styles - OpenCart Exact Style */
.navbar {
    background: var(--menu-bg);
    box-shadow: var(--navbar-shadow);
    padding: 0;
    transition: none;
    border-bottom: 1px solid #e6e6e6;
}

.navbar .navbar-nav .nav-link {
    color: var(--menu-text) !important;
    font-weight: 400;
    padding: 1rem 1.5rem;
    border-radius: 0;
    margin: 0;
    transition: none;
    position: relative;
    border-right: 1px solid #f0f0f0;
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--menu-text) !important;
    background-color: transparent !important;
}

.navbar .navbar-nav .nav-link.active {
    color: var(--menu-text) !important;
    font-weight: 400;
    background-color: var(--menu-hover);
}

.navbar .navbar-toggler {
    border: 1px solid #e6e6e6;
    padding: 0.5rem;
    border-radius: 0;
    background-color: #f8f9fa;
}

.navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
}

/* Modern Dropdown Styles - OpenCart Exact Style */
.navbar .dropdown-menu {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-top: 0;
    background: #ffffff;
    border-top: none;
}

.navbar .dropdown-menu .dropdown-item {
    padding: 0.75rem 1.5rem;
    color: #333333;
    font-weight: 400;
    transition: none;
    border-left: none;
    border-bottom: 1px solid #f0f0f0;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: rgba(33, 152, 197, 0.1);
    color: #333333;
    border-left-color: transparent;
}

.navbar .dropdown-menu .dropdown-divider {
    margin: 0;
    border-color: #e6e6e6;
}

/* Ensure dropdowns are visible on hover for desktop */
@media (min-width: 992px) {
    .navbar .navbar-nav .dropdown:hover .dropdown-menu {
        display: block !important;
    }
    
    .navbar .navbar-nav .dropdown .dropdown-menu {
        margin-top: 0 !important;
    }
    
    .navbar .dropdown {
        position: relative !important;
    }
    
    .navbar .dropdown-menu {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        z-index: 1050 !important;
    }
}

/* Fix for mobile dropdowns */
@media (max-width: 991.98px) {
    .navbar .dropdown-menu {
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
        padding-left: 1rem !important;
        position: static !important;
        z-index: auto !important;
    }
    
    /* Mobile navbar improvements */
    .navbar-nav {
        padding: 0;
    }
    
    .navbar-nav .nav-item {
        border-bottom: 1px solid #e6e6e6;
        padding: 0;
    }
    
    .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
    
    .navbar-nav .nav-link {
        padding: 1rem 1.5rem;
        font-weight: 400;
        border-right: none;
    }
    
    .navbar-nav .dropdown-toggle::after {
        float: right;
        margin-top: 0.5rem;
    }
    
    .navbar-nav .dropdown-menu {
        margin-top: 0;
        padding-left: 1.5rem;
        border: none;
        background: transparent;
    }
    
    .navbar-nav .dropdown-item {
        padding: 0.75rem 0;
        color: #666666;
        border: none;
    }
    
    .navbar-nav .dropdown-item:hover {
        background: transparent;
        color: #333333;
        transform: none;
    }
}

/* Custom Styles */
.hero-carousel .carousel-item {
    height: 400px;
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .hero-carousel .carousel-item {
        height: 250px;
    }
    
    .hero-slide {
        min-height: 400px;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .hero-buttons .btn {
        margin: 0.5rem 0;
    }
    
    /* Medium screen header improvements */
    .bg-dark .d-flex.justify-content-end {
        justify-content: center !important;
    }
    
    .bg-white .d-flex.justify-content-end {
        justify-content: center !important;
    }
    
    /* Medium screen navbar improvements */
    .navbar-nav .nav-item {
        text-align: left;
    }
    
    .navbar-nav .dropdown-toggle::after {
        margin-left: 0.5rem;
    }
}

/* Button Overrides - OpenCart Exact Style */
.btn-accent {
    background-color: var(--button-primary);
    border-color: var(--button-primary);
    color: #ffffff;
    border-radius: 0;
    font-weight: 400;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.btn-accent:hover {
    background-color: var(--button-primary-hover);
    border-color: var(--button-primary-hover);
    color: #ffffff;
    transform: none;
    box-shadow: none;
}

.btn-outline-accent {
    color: var(--button-primary);
    border-color: var(--button-primary);
    background-color: transparent;
    border-radius: 0;
    font-weight: 400;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.btn-outline-accent:hover {
    color: #ffffff;
    background-color: var(--button-primary);
    border-color: var(--button-primary);
    transform: none;
    box-shadow: none;
}

.btn-outline-secondary {
    color: #666666;
    border-color: #cccccc;
    background-color: transparent;
    border-radius: 0;
    font-weight: 400;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.btn-outline-secondary:hover {
    color: #333333;
    background-color: #f8f9fa;
    border-color: #cccccc;
    transform: none;
    box-shadow: none;
}

.btn-outline-dark {
    color: #333333;
    border-color: #333333;
    background-color: transparent;
    border-radius: 0;
    font-weight: 400;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    transform: none;
    box-shadow: none;
}

/* Product Detail Page Improvements - OpenCart Style */
.product-gallery {
    border-radius: 0;
    overflow: hidden;
    box-shadow: var(--product-card-shadow);
}

.product-gallery .main-image {
    border-radius: 0;
    transition: none;
}

.product-gallery .main-image:hover {
    transform: none;
}

.product-gallery .thumbnails img {
    border-radius: 0;
    cursor: pointer;
    transition: none;
    border: 2px solid transparent;
}

.product-gallery .thumbnails img:hover,
.product-gallery .thumbnails img.active {
    border-color: #333333;
    transform: none;
}

.product-info h1 {
    color: #333333;
    font-weight: 400;
    margin-bottom: 1rem;
}

.product-price {
    font-size: 1.5rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 1rem;
}

.product-attributes {
    background: #f8f9fa;
    border-radius: 0;
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid #e6e6e6;
}

.product-attributes .form-check-input:checked {
    background-color: #333333;
    border-color: #333333;
}
/* Nav Tab */
.nav-tab-card {
    border: 0px !important;
}
.nav-tab-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}
.nav-tabs .nav-link {
    border: 1px solid #e6e6e6;
    color:#333333;
    font-size: 1rem;
    font-weight: 400;
  
}

.nav-tabs .nav-link.active {
    color:#333333;
    border-radius: 5px 5px 0 0;
    border: 1px solid #e6e6e6 !important;
    border-bottom: 0px !important;
}
.card-header-tabs .nav-link {
    border:0;
    background-color:transparent;
    color:#2198C5;
    border-radius:0;
    font-weight:600;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}



.add-to-cart-section {
    background: #f8f9fa;
    border-radius: 0;
}

.add-to-cart-section .btn {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 0;
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

.add-to-cart-section .btn:hover {
    background-color: #555555;
    border-color: #555555;
}

/* Modern Footer Styles - OpenCart Exact Style */
.footer-modern {
    background: var(--footer-bg);
    position: relative;
    overflow: hidden;
    color: #ffffff;
}
.text-gray {
    color: #444;
}
.text-des {
    color: #666;
}
.footer-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #666666;
}

.text-accent {
    color: #ffffff !important;
}

.footer-links .footer-link {
    color: #cccccc;
    text-decoration: none;
    transition: none;
    display: inline-block;
    padding: 0.25rem 0;
}

.footer-links .footer-link:hover {
    color: #ffffff;
    transform: none;
}

.footer-links .footer-link i {
    transition: none;
    color: #666666;
}

.footer-links .footer-link:hover i {
    color: #ffffff;
}

/* Ensure footer menus are left-aligned */
.footer-links {
    text-align: left;
}

.footer-links li {
    text-align: left;
    display: block;
}

.footer-links .footer-link {
    text-align: left;
    display: block;
    width: 100%;
}

/* Footer section headings */
.footer-modern h6 {
    text-align: left;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 400;
}

/* Footer responsive improvements */
@media (max-width: 768px) {
    .footer-modern .footer-links {
        text-align: left !important;
    }
    
    .footer-modern .footer-links li {
        text-align: left !important;
    }
    
    .footer-modern .footer-links .footer-link {
        text-align: left !important;
    }
    
    .footer-modern h6 {
        text-align: left !important;
    }
}

/* Product Meta Improvements - OpenCart Style */
.product-meta {
    background: #f8f9fa;
    border-radius: 0;
    padding: 1rem;
    border: 1px solid #e6e6e6;
}

.product-meta .row > div {
    margin-bottom: 0.75rem;
}

.product-meta strong {
    color: #333333;
    font-weight: 400;
}

/* Related Products Section - OpenCart Style */
.related-products h3 {
    color: #333333;
    font-weight: 400;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    text-align: center;
    position: relative;
}

.related-products h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: #e6e6e6;
    border-radius: 0;
}

/* Responsive improvements */

/* Animations */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile-first responsive adjustments */
@media (max-width: 576px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .product-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
    
    /* Header mobile improvements */
    .bg-dark .row {
        flex-direction: column;
        gap: 1rem;
    }
    
    .bg-dark .col-lg-6 {
        text-align: center;
    }
    
    .bg-dark .d-flex.justify-content-end {
        justify-content: center !important;
    }
    
    /* Header mobile improvements */
    .bg-white .row {
        flex-direction: column;
        gap: 1rem;
    }
    
    .bg-white .col-lg-3,
    .bg-white .col-md-4,
    .bg-white .col-6 {
        text-align: center;
        width: 100%;
    }
    
    .bg-white .d-flex.justify-content-end {
        justify-content: center !important;
    }
    
    /* Mobile search improvements */
    #mobileSearch {
        border-top: 1px solid #e6e6e6;
        margin-top: 1rem;
    }
    
    #mobileSearch .input-group {
        max-width: 100%;
    }
    
    /* Footer menus remain left-aligned on mobile */
    .footer-modern .footer-links {
        text-align: left;
    }
    
    .footer-modern .footer-brand {
        text-align: center;
    }
    
    .footer-modern .newsletter-form {
        text-align: center;
    }
    
    .social-links .d-flex {
        justify-content: center;
    }
    
    .navbar .navbar-nav .nav-link {
        padding: 0.75rem 1.5rem;
        margin: 0;
    }
    
    .dropdown-menu {
        margin-top: 0;
        border-radius: 0;
    }
    
    .hero-content h1 {
        font-size: 1.5rem;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
    
    /* Mobile product card improvements */
    .product-card {
        margin-bottom: 1rem;
    }
    
    .product-card .card-img-top {
        height: 180px;
    }
    
    .product-card .card-body {
        padding: 1rem;
    }
    
    .product-card .btn {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
    
    /* Ensure single column layout on mobile */
    .row .col-12 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    
    /* Additional mobile improvements */
    .navbar-toggler {
        border: 1px solid #e6e6e6;
        padding: 0.5rem 0.75rem;
    }
    
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
    }
    
    .navbar-collapse {
        background: white;
        border-radius: 0;
        margin-top: 0;
        padding: 0;
        box-shadow: none;
        border-top: 1px solid #e6e6e6;
    }
}

@media (min-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

@media (min-width: 992px) {
    .product-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 2rem;
    }
}

/* Enhanced Form Styling - OpenCart Style */
.form-control {
    border-radius: 0;
    border: 1px solid #cccccc;
}

.form-control:focus {
    border-color: #2198C5;
    box-shadow: 0 0 0 0.2rem rgba(33, 152, 197, 0.25);
}

.input-group-text {
    border-color: #cccccc;
    background-color: #f8f9fa;
    border-radius: 0;
}

.form-check-input:checked {
    background-color: #2198C5;
    border-color: #2198C5;
}

.form-check-input:focus {
    border-color: #2198C5;
    box-shadow: 0 0 0 0.2rem rgba(33, 152, 197, 0.25);
}

/* Enhanced Card Styling - OpenCart Style */
.card {
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.card-header.bg-accent {
    background: #2198C5 !important;
    color: #ffffff;
}

/* Enhanced Button Styling - OpenCart Style */
.btn-accent {
    background: #333333;
    border: #333333;
    transition: all 0.2s ease;
}

.btn-accent:hover {
    transform: none;
    box-shadow: none;
}

.btn-outline-dark:hover {
    background-color: #333333;
    border-color: #333333;
    transform: none;
}

/* Header Styles - OpenCart Exact */
.bg-dark {
    background-color: #333333 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

/* Search Form - OpenCart Style */
.search-form {
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    font-size: 1rem;
    font-weight: 400;
}
.search-form .form-control {
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    font-size: 1rem;
    font-weight: 400;
}

.search-form .btn {
    border-radius: 0;
    border-left: none;
    border: 1px solid #cccccc;
    font-weight: 400;
    
}

/* Product Card Specific Styles */
.product-card .card-title {
    color: #333333;
    font-weight: 400;
    font-size: 1rem;
}
.btn-cart {
    border-color: #cccccc;
    font-size: 1rem;
    color: #ffffff !important;
    background-color: #333333 !important;
    width: 100%;
    border-radius: 5px;
    text-decoration: none;
    padding: 0.6rem 1rem;
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
}
.product-card .price {
    color: #333333;
    font-weight: 400;
}


/* Category Badge */
.product-category .badge {
    background-color: #f8f9fa;
    color: #666666;
    border: 1px solid #e6e6e6;
    font-weight: 400;
}

/* Rating Stars */
.text-accent {
    color: #2198C5 !important;
}

/* Ex Tax Text */
.text-muted {
    color: #666666 !important;
}

/* Navbar Specific Styles - Moved from inline CSS */
.navbar-custom {
    background-color: #2198C5 !important;
    border-radius: 5px !important;
    width: 1296px !important;
}

.navbar-custom .navbar-toggler {
    border: 1px solid #e6e6e6;
    padding: 0.5rem;
    border-radius: 0;
    background-color: #f8f9fa;
}

.navbar-custom .navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 400;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    border-right: 1px solid #2198C5;
}

.navbar-custom .navbar-nav .nav-link:hover {
    color: #ffffff !important;
    background-color: rgba(255,255,255,0.1);
}

.navbar-custom .dropdown-menu {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-top: 0;
    background: #ffffff;
    border-top: none;
}

.navbar-custom .dropdown-item {
    padding: 0.75rem 1.5rem;
    color: #333333;
    font-weight: 400;
    transition: none;
    border-left: none;
    border-bottom: 1px solid #f0f0f0;
}

.navbar-custom .dropdown-item:hover {
    background-color: rgba(33, 152, 197, 0.1);
    color: #333333;
}

.navbar-custom .dropdown-divider {
    margin: 0;
    border-color: #e6e6e6;
}

/* Additional specificity for dropdown toggle links */
.navbar-custom .navbar-nav .dropdown-toggle {
    color: #ffffff !important;
    font-weight: 400;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    border-right: 1px solid #2198C5;
}

.navbar-custom .navbar-nav .dropdown-toggle:hover {
    color: #ffffff !important;
    background-color: rgba(255,255,255,0.1);
}

/* Mega Menu Styles */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    width: 600px;
    padding: 1.5rem 0;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    margin-top: 0;
    z-index: 1050;
    display: none;
}

.mega-menu .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.mega-menu .row {
    margin: 0;
}

.mega-menu .col-md-3 {
    padding: 0 1rem;
    border-right: 1px solid #f0f0f0;
}

.mega-menu .col-md-3:last-child {
    border-right: none;
}

.mega-menu-title {
    color: #333333;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #2198C5;
}

.mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-list li {
    margin-bottom: 0.4rem;
}

.mega-menu-list a {
    color: #666666;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    transition: color 0.2s ease;
    display: block;
    padding: 0.25rem 0;
}

.mega-menu-list a:hover {
    color: #2198C5;
    text-decoration: none;
}
.owl-stage-outer {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.input-group-text {
    font-size: 13px;
    color: #666666;
}
.col-form-label {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
}
.form-check-label {
    color: #666666;
}
.form-control {
    font-size: 13px;
}
/* About Page Specific Styles */
.about-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-hover) 100%);
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(100px, -100px);
}

.about-hero-image {
    position: relative;
    z-index: 2;
}

.about-card {
    background: #ffffff;
    transition: all 0.3s ease;
}



.about-card:hover {
    transform: translateY(-5px);
}

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-hover));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
}

.mission-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mission-feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.feature-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.feature-content {
    flex: 1;
}

.value-card {
    background: #ffffff;
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-hover));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    margin: 0 auto;
}

.team-section {
    
}

.team-card {
    background: #ffffff;
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-8px);
}

.avatar-placeholder {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: var(--primary-color);
    font-size: 3rem;
}

.team-social {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.social-link {
    width: 40px;
    height: 40px;
    background: var(--light-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.stats-section {
    background-color: #2198C5;
    color: white;
}

.stat-item {
    padding: 2rem 1rem;
}

.stat-number {
    color: white !important;
}

.stat-label {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1.1rem;
    font-weight: 500;
}

.contact-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 4rem;
}

.contact-item {
    padding: 2rem 1rem;
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-5px);
}

.contact-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-hover));
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    margin: 0 auto;
}

.contact-actions {
    margin-top: 2rem;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-radius: 8px;
    font-weight: 500;
}

.btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-hero {
        text-align: center;
    }
    
    .about-card,
    .value-card,
    .team-card {
        padding: 2rem 1.5rem;
    }
    
    .contact-card {
        padding: 2rem 1.5rem;
    }
    
    .stat-number {
        font-size: 2.5rem !important;
    }
}
/* Desktop Mega Menu Hover */
@media (min-width: 992px) {
    .navbar-custom .navbar-nav .dropdown:hover .mega-menu {
        display: block !important;
    }
    
    .navbar-custom .navbar-nav .dropdown {
        position: static;
    }
    
    .mega-menu {
        position: absolute;
        left: 0;
        transform: none;
        width: 600px;
        max-width: 600px;
    }
}

/* Mobile Mega Menu */
@media (max-width: 991.98px) {
    .mega-menu {
        position: static !important;
        width: 100% !important;
        padding: 1rem 0;
        box-shadow: none;
        border: none;
        background: transparent;
        left: auto !important;
        right: auto !important;
        transform: none !important;
    }
    
    .mega-menu .container {
        padding: 0;
        max-width: none;
    }
    
    .mega-menu .col-md-3 {
        padding: 0 1rem;
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 1rem;
    }
    
    .mega-menu .col-md-3:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    
    .mega-menu-title {
        color: #333333;
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .mega-menu-list a {
        color: #666666;
        font-size: 0.9rem;
        padding: 0.5rem 0;
    }
}

/* Mobile Navbar Text Colors */
@media (max-width: 991.98px) {
    .navbar-custom .navbar-nav .nav-link {
        color: #333333 !important;
        background-color: transparent !important;
    }
    
    .navbar-custom .navbar-nav .dropdown-toggle {
        color: #333333 !important;
        background-color: transparent !important;
    }
    
    .navbar-custom .navbar-nav .nav-link:hover {
        color: #2198C5 !important;
        background-color: rgba(33, 152, 197, 0.1) !important;
    }
    
    .navbar-custom .navbar-nav .dropdown-toggle:hover {
        color: #2198C5 !important;
        background-color: rgba(33, 152, 197, 0.1) !important;
    }
}

/* View Toggle Styles */
.view-toggle-btn {
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.view-toggle-btn:hover {
    background-color: #f8f9fa;
    border-color: #adb5bd;
}

.view-toggle-btn.active {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

.view-toggle-btn.active:hover {
    background-color: #555555;
    border-color: #555555;
}

/* List View Styles */
.product-list-card {
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease;
    height: auto;
}

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

.product-list-card .card-body {
    padding: 1.5rem;
}

.product-list-card .card-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
}

.product-list-card .card-text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.product-list-card .price-container {
    margin-bottom: 1rem;
}

.product-list-card .current-price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
}

.product-list-card .original-price {
    font-size: 1rem;
    color: #999999;
}

.product-list-card .btn-group-vertical .btn {
    border-radius: 0.375rem;
    margin-bottom: 0.5rem;
}

.product-list-card .btn-group .btn {
    border-radius: 0.375rem;
}

/* Responsive adjustments for list view */
@media (max-width: 767.98px) {
    .product-list-card .row {
        flex-direction: column;
    }
    
    .product-list-card .col-md-3 {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .product-list-card .col-md-9 {
        width: 100%;
    }
    
    .product-list-card .col-md-8,
    .product-list-card .col-md-4 {
        width: 100%;
        text-align: left;
    }
    
    .product-list-card .btn-group-vertical {
        flex-direction: row;
        gap: 0.5rem;
    }
    
    .product-list-card .btn-group-vertical .btn {
        margin-bottom: 0;
    }
}

