body {
    font-family: 'Inter', sans-serif;
    background-color: #f7f7f7;
    color: #333;
}

.top-nav {
    background-color: #212529;
    color: #adb5bd;
    font-size: 0.9rem;
    padding: 10px 0;
}

.top-nav .nav-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-nav .nav-info > div {
    display: flex;
    align-items: center;
}

.top-nav .nav-info i {
    margin-right: 5px;
    color: #dc3545;
}

.top-nav .social-icons a {
    color: #adb5bd;
    margin-left: 15px;
    font-size: 1.2rem;
}

.header {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.header .logo img {
    height: 50px;
}

.header .icons a {
    font-size: 1.5rem;
    color: #333;
    margin-left: 20px;
    text-decoration: none;
    position: relative;
    margin-right: 16px;
}

.header .icons .cart-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #dc3545;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 0.75rem;
}

.account-header {
    text-align: center;
    padding: 50px 0;
}

.account-header h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.account-header .breadcrumb {
    justify-content: center;
}

.account-page-container {
    padding-bottom: 50px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.login-header {
    text-align: center;
    padding: 50px 0;
}

.login-header h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.login-header .breadcrumb {
    justify-content: center;
}

.login-form-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    padding: 50px;
    max-width: 500px;
    margin: 0 auto;
}

.login-form h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.login-form .form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.login-form .btn-login {
    background-color: #dc3545;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.login-form .forgot-password {
    color: #dc3545;
    text-decoration: none;
    font-weight: bold;
}

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

.sidebar-menu li a {
    display: block;
    padding: 10px 0;
    color: #6c757d;
    text-decoration: none;
    border-left: 3px solid transparent;
    font-weight: bold;
}

.sidebar-menu li a.active,
.sidebar-menu li a:hover {
    color: #000;
    border-left-color: #dc3545;
}

.account-content {
    padding-left: 30px;
}

.account-content h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.account-content .form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.account-content .btn-save-changes {
    background-color: #dc3545;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar {
    background-color: #1a1a1a;
    color: #fff;
    padding: 1rem 0;
}

.navbar-brand img {
    border-radius: 50%;
}

.navbar-nav .nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #007bff !important;
}

.hero-banner {
    background-color: #f7f7f7;
    padding: 20px 0;
}

.hero-banner .card-body {
    padding: 20px;
}

.hero-banner .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.hero-banner .price-badge {
    background-color: #ff5722;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 20px;
}

.hero-banner .card-promo-1 {
    background-color: #007bff;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.hero-banner .card-promo-1 h4 {
    font-size: 2.5rem;
    font-weight: bold;
}

.hero-banner .card-promo-2 {
    background-color: #007bff;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.hero-banner .btn-dark {
    border-radius: 50px;
    padding: 10px 30px;
}

.product-categories-section {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}

.product-categories-section .category-item {
    text-align: center;
}

.product-categories-section .category-item img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.product-container {
    padding: 50px 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #000;
    font-weight: bold;
}

.product-image-section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.product-info-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.product-info-section .price {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

.product-info-section .buy-now-btn {
    background-color: #dc3545; /* Red */
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.product-info-section .buy-now-btn:hover {
    background-color: #c82333;
}

.product-info-section .wishlist-btn {
    border: 1px solid #dc3545;
    color: #dc3545;
    background-color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

.product-info-section .wishlist-btn:hover {
    background-color: #dc3545;
    color: #fff;
}

.shop-header {
    text-align: center;
    padding: 50px 0;
}

.shop-header h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.shop-header .breadcrumb {
    justify-content: center;
}

.shop-main-content {
    padding-bottom: 50px;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.product-card img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.product-card h5 {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
}

.product-card .star-rating {
    color: #ffc107;
    font-size: 0.9rem;
}

.sidebar {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    padding: 20px;
}

.sidebar .widget-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sidebar .form-control {
    border-radius: 50px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    padding: 5px 0;
}

.sidebar a {
    color: #6c757d;
    text-decoration: none;
}

.pagination-container {
    margin-top: 30px;
}

.parts-accessories-section {
    padding: 80px 0;
    background-color: #f7f7f7;
}

.parts-accessories-section h2, .parts-accessories-section h6 {
    text-align: center;
    text-transform: uppercase;
}

.parts-accessories-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.parts-accessories-section .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.parts-accessories-section .main-card {
    grid-row: span 2;
}

.parts-accessories-section .card {
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.parts-accessories-section .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.parts-accessories-section .card:hover img {
    transform: scale(1.05);
}

.parts-accessories-section .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.features-section {
    background-color: #f0f0f0;
    padding: 50px 0;
}

.features-section .feature-item {
    text-align: center;
}

.features-section .feature-icon {
    font-size: 3rem;
    color: #333;
    margin-bottom: 10px;
}

.features-section .feature-text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
}

.product-section {
    padding: 80px 0;
    background-color: #fff;
}

.product-section h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.5rem;
    font-weight: bold;
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 10px;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.card-body h5 {
    font-weight: bold;
}

.call-to-action-banner {
    background-color: #007bff;
    color: #fff;
    padding: 80px 0;
    text-align: center;
    background-image: url('https://placehold.co/1200x300/007bff/fff?text=DETAILX');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.call-to-action-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Overlay to make text readable */
}

.call-to-action-banner .container {
    position: relative;
    z-index: 1;
}

.call-to-action-banner h2 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
}

.call-to-action-banner .btn {
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 40px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.call-to-action-banner .btn:hover {
    background-color: #fff;
    color: #007bff;
}

.related-products-section {
    padding: 50px 0;
    background-color: #f7f7f7;
}

.related-products-section h2 {
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.related-products-section .card {
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 10px;
}

.related-products-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.related-products-section .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.related-products-section .card-title {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.related-products-section .card-text {
    color: #dc3545;
    font-weight: bold;
}

.product-meta span {
    display: block;
    margin-bottom: 5px;
}

.product-meta strong {
    text-transform: uppercase;
}

.product-tabs-section {
    padding: 50px 0;
}

.blog-header {
    text-align: center;
    padding: 50px 0;
}

.blog-header h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-grid {
    padding-bottom: 50px;
}

.blog-header .breadcrumb {
    justify-content: center;
}

.blog-grid .card {
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.blog-grid .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.blog-grid .card-img-top {
    width: 100%;
    height: 200px; /* Fixed height for consistent look */
    object-fit: cover;
}

.blog-grid .card-body {
    padding: 1rem;
}

.blog-grid .card-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.blog-grid .card-text {
    font-size: 0.9rem;
    color: #6c757d;
}

.contact-header {
    text-align: center;
    padding: 50px 0;
}

.contact-header h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.contact-header .breadcrumb {
    justify-content: center;
}

.map-section {
    padding-bottom: 50px;
}

.contact-details-section {
    padding: 50px 0;
    background-color: #fff;
}

.contact-details-section h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-details-section p, .contact-details-section a {
    font-size: 1rem;
    color: #6c757d;
    text-decoration: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-details-section .icon {
    color: #dc3545;
    font-size: 1.2rem;
    width: 30px;
}

.form-section .form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.form-section .btn-get-in-touch {
    background-color: #dc3545;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-tabs .nav-item .nav-link {
    border: none;
    background-color: #f7f7f7;
    color: #6c757d;
    font-weight: bold;
    border-radius: 0;
    margin-right: 15px;
}

.nav-tabs .nav-item .nav-link.active {
    color: #000;
    background-color: #fff;
    border-bottom: 3px solid #000;
}

.footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 50px 0;
}

.footer .social-icons a {
    color: #fff;
    margin-right: 15px;
    font-size: 1.5rem;
    transition: color 0.3s;
}

.footer .social-icons a:hover {
    color: #007bff;
}

.footer a {
    color: #fff;
}

.footer .form-control {
    border-radius: 50px 0 0 50px;
}

.footer .btn {
    border-radius: 0 50px 50px 0;
}

.copyright {
    background-color: #fff;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

@media (max-width: 768px) {
    .hero-banner .card-promo-1, .hero-banner .card-promo-2 {
        margin-top: 15px;
    }
}