/*
Theme Name:NexusElectrical02
Theme URI: #
Author: Rachita
Author URI: #
Description: morden and attractive 
Version: 1.2
Text Domain: NexusElectrical02
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


body { margin: 0;font-family: Sans-Serif;}

.site-header {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.top-bar {
    background: #134b70;
    padding: 20px 0;
    font-size: 14px;
}
.main-navigation-two .primary-menu
{
    padding-top: 0;
}

.contact-info span {
    margin-right: 20px;
    color: #ffffff;
}

.social-icons a {
    margin-left: 15px;
    color: #ffffff;
}

.main-header {
    padding: 20px 0;
    background-color: #508c9b;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    max-height: 80px;
    width: auto;
}

.primary-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-menu ul{
    display: flex;
    list-style: none;
}

.primary-menu li {
    margin: 0 15px;
}

.primary-menu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.primary-menu i {color:#ffffff;}

.header-buttons i {color:#ffffff;font-size:22px;}

.top-menu
{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-menu li {
    margin: 0 15px;
}
.top-menu a
{
    color: #1c4b84;
    text-decoration: none;
}

.header-buttons .quote-btn {
    background: #f1eedc;
    color: #134b70;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-right: 15px;
}

.cart-btn {
    position: relative;
    color: #333;
    text-decoration: none;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e1d7b7;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}



.site-footer {
    background: #134b70;
    color: #fff;
    padding-top: 60px;
}

.site-footer ul {margin-left:-40px;}
.site-footer ul li {list-style:none;margin-bottom:20px;}

.site-footer ul a
{
    color: #fff;
    text-decoration: none;
}

.footer-widgets .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-description {
    margin: 15px 0;
    color: #999;
    line-height: 1.6;
}

.footer-social a {
    color: #fff;
    margin-right: 15px;
    font-size: 18px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    color: #999;
    text-decoration: none;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    color: #999;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contact-info i {
    margin-right: 10px;
    color: #fff;
}

.newsletter-form {
    margin-top: 20px;
}

.newsletter-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 4px;
}

.newsletter-form button {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.payment-methods {
    margin-top: 20px;
}

.payment-methods img {
    max-width: 200px;
}

.footer-bottom {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #333;
}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links a {
    color: #999;
    text-decoration: none;
    margin-left: 20px;
}

@media (max-width: 768px) {
    .footer-widgets .container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .footer-widgets .container {
        grid-template-columns: 1fr;
    }
}


/* Home Page Styles */
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('assets/images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: white;
    text-align: center;
}

.hero-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.shop-now-btn {
    display: inline-block;
    padding: 15px 30px;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}

.section-title {
    text-align: center;
    margin: 50px 0 30px;
    text-transform: uppercase;
    color: #1c4b84;
}

.category-grid,
.product-grid,
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 30px 0;
}

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.category-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s;
}

.category-card h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    margin: 0;
    padding: 15px;
    text-align: center;
}

.feature {
    text-align: center;
    padding: 30px;
    background: #384959;
    border-radius: 8px;
}

.feature i {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 20px;
}

.feature h3,
.feature p
{color:#ffffff;}

.newsletter-section {
    background: #007bff;
    color: white;
    padding: 60px 0;
    text-align: center;
    margin-top: 50px;
}

.newsletter-form {
    max-width: 500px;
    margin: 30px auto 0;
    display: flex;
    gap: 10px;
}

.newsletter-form input {
    flex: 1;
    padding: 15px;
    border: none;
    border-radius: 5px;
}

.newsletter-form button {
    padding: 15px 30px;
    background: #1a1a1a;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .category-grid,
    .product-grid,
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .category-grid,
    .product-grid,
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
}


/* Menu Toggle Button */
.menu-toggle {
    display: block;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
}

.hamburger {
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    position: relative;
    transition: all 0.3s;
}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    transition: all 0.3s;
}

.hamburger::before {
    top: -8px;
}

.hamburger::after {
    top: 8px;
}

/* Slide Menu */
.main-navigation {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    transition: left 0.3s ease;
    z-index: 1000;
    padding: 50px 20px;
}

.menu-toggle:hover + .main-navigation,
.main-navigation:hover {
    left: 0;
}

.menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

/* Menu Items */
.primary-menu {
    /*flex-direction: column;*/
    padding-top: 20px;
}

.primary-menu li {
    margin: 10px 0;
}

.primary-menu a {
    /*display: block;*/
    padding: 10px 0;
    /*border-bottom: 1px solid #eee;*/
}

/* Overlay */
.main-navigation::before {
    content: '';
    position: fixed;
    top: 0;
    left: 340px;
    width: 80%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: -1;
}

.main-navigation:hover::before {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1024px) {
    .menu-toggle {
        display: block; /* Changed from 'none' to 'block' */
    }
    
    .main-navigation {
        position: fixed; /* Keep fixed position */
        width: 300px;
        height: 100vh;
        padding: 50px 20px;
        box-shadow: 2px 0 5px rgba(0,0,0,0.1);
        background: #fff;
    }
    
    .menu-close {
        display: block; /* Changed from 'none' to 'block' */
    }
    
    /*.primary-menu {
        flex-direction: column;  
    }*/
    
    .primary-menu li {
        margin: 10px 20px;
    }
    
   /*.primary-menu a {
        border-bottom: 1px solid #eee;
    }*/
    
    .main-navigation::before {
        display: block; /* Changed from 'none' to 'block' */
    }
}


.wishlist-btn {
    position: relative;
    color: #333;
    text-decoration: none;
    margin: 0 30px;
}

.wishlist-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e1d7b7;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}


/* Login/Register Panel */
.login-register-panel {
    position: fixed;
    top: 0;
    right: -460px;
    width: 400px;
    height: 100vh;
    background: #fff;
    /*box-shadow: -2px 0 5px rgba(0,0,0,0.1);*/
    transition: right 0.3s ease;
    z-index: 1000;
    padding: 30px;
}

.login-register-panel.active {
    right: 0;
}

.panel-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.panel-tabs {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
}

.tab-btn {
    flex: 1;
    padding: 15px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    color: #666;
}

.tab-btn.active {
    color: #007bff;
    border-bottom: 2px solid #007bff;
    margin-bottom: -2px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #666;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-checkbox {
    margin: 15px 0;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.forgot-password {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #007bff;
    text-decoration: none;
}



/************************* Product Slider *********************/
.product-slider {
    padding: 60px 0;
    background: #f8f9fa;
}

.slider-container {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    gap: 20px;
}

.slide {
    min-width: calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
}

.product-slide {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.slide-image {
    position: relative;
    padding-top: 75%;
}

.slide-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sale-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff4444;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
}

.slide-content {
    padding: 20px;
}

.slide-content h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.price {
    color: #007bff;
    font-weight: bold;
    margin-bottom: 15px;
}

.slide-buttons {
    display: flex;
    gap: 10px;
}

.view-btn,
.add-to-cart-btn {
    flex: 1;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.view-btn {
    background: #f8f9fa;
    color: #333;
}

.add-to-cart-btn {
    background: #007bff;
    color: white;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 2;
}

.slider-nav.prev {
    left: 0;
}

.slider-nav.next {
    right: 0;
}

@media (max-width: 992px) {
    .slide {
        min-width: calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .slide {
        min-width: calc(100% - 20px);
        flex: 0 0 calc(100% - 20px);
    }
}

/****************************** Hero Slider Styles ***********************/
.hero-slider {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.hero-slides {
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
}

.hero-slide .slide-image {
    height: 100%;
}

.hero-slide .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide .slide-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-slide .slide-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-slide .slide-content p {
    font-size: 24px;
    margin-bottom: 30px;
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.3);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    transition: background 0.3s;
}

.hero-arrow:hover {
    background: rgba(255,255,255,0.5);
}

.hero-arrow.prev {
    left: 20px;
}

.hero-arrow.next {
    right: 20px;
}

.hero-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.hero-dot.active {
    background: #fff;
}

@media (max-width: 768px) {
    .hero-slider {
        height: 400px;
    }

    .hero-slide .slide-content h2 {
        font-size: 32px;
    }

    .hero-slide .slide-content p {
        font-size: 18px;
    }
}


.why-choose-us-container
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
    justify-content: space-between;
    align-items: center;
}
.newsletter-section-container
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
    justify-content: space-between;
    align-items: center;
}

.product-slider-container
{
    /*max-width: 1200px;*/
    margin: 0 60px;
    padding: 0 15px;
    display: block;
    justify-content: space-between;
    align-items: center;
}
.ad-section {
    padding: 40px 0;
    background: #fff;
}

.ad-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.ad-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.ad-box {
    position: relative;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: #6a89a7;
    transition: transform 0.3s ease;
}

.ad-box:hover {
    transform: translateY(-5px);
}

.ad-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    width: 60%;
}

.ad-label {
    display: inline-block;
    padding: 5px 15px;
    background: #ff4444;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.ad-content h3 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #333;
}

.ad-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

.ad-button {
    display: inline-block;
    padding: 12px 25px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    transition: background 0.3s ease;
}

.ad-button:hover {
    background: #0056b3;
}

.ad-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.ad-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ad-box:hover .ad-image img {
    transform: scale(1.1);
}

@media (max-width: 992px) {
    .ad-grid {
        grid-template-columns: 1fr;
    }
    
    .ad-box {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .ad-content {
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
    }
    
    .ad-image {
        width: 100%;
        z-index: 1;
    }
    
    .ad-content h3 {
        font-size: 24px;
    }
    
    .ad-content p {
        font-size: 16px;
    }
}






.modern-product-slider {
    padding: 80px 0;
    background: #fff;
}

.slider-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.slider-controls {
    display: flex;
    gap: 15px;
}

.control-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #f3faff;
    color: #1c4b84;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-btn:hover {
    background: #007bff;
    color: #fff;
    transform: translateY(-2px);
}

.product-carousel {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 10px 0;
}

.product-carousel::-webkit-scrollbar {
    display: none;
}

.product-slide {
    min-width: calc(25% - 19px);
    flex: -1px 0 auto;
}

.product-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.card-header {
    position: relative;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.discount-badge {
    background: #134b70;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.quick-actions {
    display: flex;
    gap: 10px;
}

.action-btn {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background: #f3faff;
    color: #1c4b84;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-btn:hover {
    background: #007bff;
    color: #fff;
}

.card-image {
    position: relative;
    padding-top: 100%;
    background: #f8f9fa;
}

.card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .card-image img {
    transform: scale(1.1);
}

.hover-actions {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: bottom 0.3s ease;
}

.product-card:hover .hover-actions {
    bottom: 0;
}

.hover-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    background: rgba(255,255,255,0.9);
    color: #333;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.hover-actions a:hover {
    background: #007bff;
    color: #fff;
}

.card-content {
    padding: 20px;
}

.product-category {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.product-title {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.4;
}

.product-title a {
    color: #384959;
    text-decoration: none;
    transition: color 0.3s;
}

.product-title a:hover {
    color: #007bff;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-size: 20px;
    font-weight: 600;
    color: #007bff;
}

.rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rating-count {
    color: #666;
    font-size: 14px;
}

@media (max-width: 1200px) {
    .product-slide {
        min-width: calc(33.333% - 17px);
    }
}

@media (max-width: 992px) {
    .product-slide {
        min-width: calc(50% - 13px);
    }
}

@media (max-width: 576px) {
    .product-slide {
        min-width: calc(100% - 0px);
    }
}



    .featured-categories {
    padding: 80px 0;
    /*background: #f8f9fa;*/
}

.featured-categories-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.categories-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.category-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.category-box:hover {
    transform: translateY(-10px);
}

.category-image {
    position: relative;
    padding-top: 75%;
}

.category-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.7));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.category-content {
    color: #fff;
    margin-left: -25px;
}

.category-content a {text-decoration:none;}

.category-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    background-color: #ffffff;
    padding: 10px;
    color: #333333;
    border-radius: 5px;
}

.product-count {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.category-link {
    display: inline-block;
    padding: 10px 25px;
    background: #384959;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    transition: background 0.3s ease;
}

.category-link:hover {
    background: #0056b3;
}

@media (max-width: 992px) {
    .categories-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .categories-wrapper {
        grid-template-columns: 1fr;
    }
    
    .category-content h3 {
        font-size: 20px;
    }
}

.featured-products {
    padding: 80px 0;
    background: #fff;
}

.featured-products-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.featured-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.featured-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.product-image {
    position: relative;
    padding-top: 100%;
    background: #f8f9fa;
}

.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-card:hover .product-image img {
    transform: scale(1.05);
}

.sale-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #384959;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    z-index: 1;
}

.product-actions {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.featured-card:hover .product-actions {
    opacity: 1;
}

.product-actions a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.product-actions a:hover {
    background: #007bff;
    color: #fff;
}

.product-info {
    padding: 20px;
}

.product-info h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.4;
    
}

.product-info h3 a {
    color: #384959;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-info h3 a:hover {
    color: #007bff;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    color: #6a89a7 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.rating .star-rating {
    margin-right: 0;
}

.view-all-products {
    text-align: center;
    margin-top: 40px;
}

.view-all-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #134b70;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    transition: background 0.3s ease;
    font-weight: 500;
}

.view-all-btn:hover {
    background: #0056b3;
}

@media (max-width: 1200px) {
    .featured-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .featured-grid {
        grid-template-columns: 1fr;
    }
}

.category-showcase {
    padding: 40px 0;
    background: #f8f9fa;
}

.category-showcase-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.showcase-header {
    text-align: center;
    margin-bottom: 40px;
}

.showcase-description {
    color: #666;
    font-size: 18px;
    margin-top: 10px;
}

.showcase-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
}

.category-banner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.category-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
}

.banner-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.banner-btn {
    /*display: inline-block;*/
    padding: 10px 20px;
    background: #508c9b;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: -45px;
    transition: background 0.3s;
    float: right;
}

.banner-btn:hover {
    background: #0056b3;
}

.category-products {
    display: contents;
   /* grid-template-columns: repeat(3, 1fr);*/
    gap: 20px;
}

.category-product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.category-product-card:hover {
    transform: translateY(-5px);
}

.product-thumbnail {
    position: relative;
    padding-top: 100%;
}

.product-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.onsale {
    position: absolute;
    top: 10px;
   /* right: 10px;*/
    background: #ff4444;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.product-details {
    padding: 15px;
}

.product-details h4 {
    margin: 0 0 10px;
    font-size: 16px;
}

.product-details h4 a {
    color: #333;
    text-decoration: none;
}

.price-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.add-to-cart-button {
    display: block;
    text-align: center;
    padding: 8px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.add-to-cart-button:hover {
    background: #0056b3;
}

@media (max-width: 992px) {
    .showcase-grid {
        grid-template-columns: 1fr;
    }
    
    .category-banner {
        height: 300px;
    }
    
    .category-products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .category-products {
        grid-template-columns: 1fr;
    }
}





.marquee-container {
    background:#134b70;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    /*margin-bottom: 50px;*/
}

.marquee-content {
    display: flex;
    animation: marquee 50s linear infinite;
    white-space: nowrap;
}

.marquee-item {
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 0 40px;
    font-size: 22px;
    font-weight: 500;
}

.marquee-item i {
    margin-right: 10px;
    font-size: 20px;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Pause animation on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .marquee-item {
        padding: 0 20px;
        font-size: 14px;
    }
}



.woocommerce span.onsale {background:#384959 !important;}

.woocommerce-loop-product__title {color:#384959 !important;line-height:1.4}


.woocommerce ul.products li.product .button {background:#134b70 !important;color:#ffffff !important;}

.woocommerce div.product form.cart .button {/*float: right !important;*/background-color: #6a89a7 !important;width: 275px;}

.woocommerce .quantity .qty {width: 5.631em !important;height: 30px !important;}

.product_meta {margin-top:25px;}

#respond {display:none;}

.woocommerce-ordering {margin-bottom:60px !important;}

h2.woocommerce-loop-product__title {height:65px;text-align:justify;}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {border: solid 1px #134b70 !important;padding: 20px !important;}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width:18.05% !important;}


















