/*
Theme Name: Global Lead Mart
Theme URI: https://globalleadmart.com
Author: Ajay
Description: Custom WooCommerce Theme with Bootstrap for B2B Data Selling
Version: 1.0
Text Domain: global-lead-mart
*/



body.dark-mode {
    background: #121212;
    color: #e0e0e0;
}
body.dark-mode .site-header,
body.dark-mode footer {
    background: #1e1e1e;
}


body, html {
    margin: 0;
    padding: 0;
}

/* Header Css*/

ul#menu-primary-menu-1 > li{
    padding: 12px 0px 12px 0px;
}
/* Apply left border to all menu items except the last one */
.custom-header-two-menu > li {
    border-left: 1px solid #ddd;
}

/* Remove left border from the first item */
.custom-header-two-menu > li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

.custom-btn {
    padding: 8px 20px 8px 20px;
    font-size: 16px;
    border-radius: 34px;
}

/* Sticky Fix */
.main-header.sticky-top {
    position: sticky !important;
    top: 0;
    z-index: 1030;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}



.site-header {
    background-color: #fff;
}

.site-logo {
    font-size: 1.5rem;
    white-space: nowrap;
}

.nav > li > a {
    color: #333;
    font-weight: 500;
    padding: 8px 0;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0 16px 0px 16px;
}

.nav > li > a:hover {
    color: #0d6efd;
    text-decoration: none;
}

.site-logo img {
    max-height: 50px;
    height: auto;
    width: auto;
}

.custom-logo-link {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.mbottom{
    margin-bottom: 80px;
}


.currency-selector select {
    min-width: 100px;
    font-size: 14px;
    padding: 3px 6px;
}

/* Search box style*/
#glm-live-results a:hover {
    background-color: #f8f9fa;
}

div#glm-live-results {
    top: 125px;
}
img.img-fluid.rounded.search-result-img {
    height: 50px;
    width: 50px;
}



/* Mobile Menu */
.offcanvas-body.mobile-menu {
    background-color: rebeccapurple;
}
ul#menu-primary-menu > li {
    padding: 12px 0 12px 0;
}

.mobile-menu-wrapper {
    display: block;
}

button#mobile-menu-toggle{
    display: none;
}

.contact-whatsapp {
    display: contents;
}


/* Footer */
.site-footer {
    background-color: #032056;
    color: #ddd;
}

.site-footer h5,
.site-footer h6 {
    color: #ffffff;
    margin-bottom: 15px;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-branding {
    font-size: 14px;
}
.footer-branding h5 {
    font-size: 16px;
}
.footer-branding a:hover {
    text-decoration: underline;
    color: #0d6efd !important;
}

ul.list-unstyled li {
    line-height: 28px;
    font-size: 16px;
}
p.comp-desc {
    font-size: 16px;
    padding: 0 50px 0 0px;
    text-align: justify;
}
.footer-nav li {
    margin-bottom: 6px;
}

.footer-nav a {
    color: #ccc;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-nav a:hover {
    color: #fff;
    text-decoration: underline;
}

i.fas.fa-check-square {
    display: block;
    padding: 11px 10px 0 0;
}
li.footer-menu-item{
    display:flex;
}


/* Front page css*/
.banner-section {
    position: relative;
    overflow: hidden;
    height: 650px;
}

.banner-section img {
    object-fit: cover;
    height: 100%;
}

.banner-overlay {
    z-index: 2;
    padding: 1rem;
}

.banner-img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.banner-overlay {
    background: rgba(0, 0, 0, 0.6); /* subtle dark overlay for contrast */
}

.banner-section h1,
.banner-section p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.banner-section .btn {
    padding: 4px 10px 4px 10px;
    font-size: 16px;
}
.col-md-6.heading{
    text-align: center;
}
h1.display-4.fw-bold.mb-3.banner-h1 {
    font-size: 50px;
    text-align: center;
}
span.highlighted-color {
    color: #ce9732;
}

.blinking {
  color: #ff5722; /* Stylish orange */
  font-weight: bold;
  text-shadow: 1px 1px 2px #00000033;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #fff3e0;
  display: inline-block;
  opacity: 0.6;
}

@keyframes blink-animation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.most-selling-product {
    background-color: #1c437f;
}
.most-selling-product a {
    text-decoration: none;
}
.most-selling-product h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.most-selling-product h4 {
    color: #ff3131;
}
.most-selling-product p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.txt-dec {
    color: #ff3131;
}

.site-header .badge {
    font-size: 10px;
    padding: 2px 6px;
}

/* Front Page Product Slider */
.glm-product-slider .card {
    height: 100%;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease;
}

.glm-product-slider .card:hover {
    transform: translateY(-5px);
}

.slick-prev, .slick-next {
    top: -50px;
    position: absolute;
    z-index: 10;
}

.slick-prev {
    left: auto;
    right: 60px;
}

.slick-next {
    right: 10px;
}

button.slick-next.btn.btn-primary.slick-arrow, button.slick-prev.btn.btn-primary.me-2.slick-arrow {
    background: red;
    padding: 8px 22px 26px 4px;
}

.glm-product-slider {
    padding-bottom: 60px;
    position: relative;
}


/* Shop Page */
.products-list {
    background: #F8F9FA;
    padding: 22px 20px 22px 20px;
    border-radius: 7px;
}
.woocommerce img, .woocommerce-page img {
    height: 230px;
}

.products-list{
    background: #F8F9FA;
}
.card-body h6 {
    border-left: 3px solid #007bff;
    padding-left: 8px;
    margin-bottom: 10px;
}

.card.h-100 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.card.h-100:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Image Zoom on Hover */
.card-img-top {
    transition: transform 0.4s ease-in-out;
}

.card.h-100:hover .card-img-top {
    transform: scale(1.05);
}

/* Wishlist Button Styling */
.wishlist-btn {
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 10px;
    border-radius: 50%;
    display: inline-block;
    transition: background 0.3s ease;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.wishlist-btn:hover {
    background: #ffc9c9;
    color: #dc3545;
}

.subcategory-list {
    display: none;
}

.card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-5px);
    transition: 0.3s ease;
}

/* Add to Cart Button Custom Style */
.cart-btn {
    background-color: #0d6efd;
    color: #fff;
    transition: background 0.3s ease;
}

.cart-btn:hover {
    background-color: #084298;
    color: #fff;
}

h5.card-title {
    font-size: 16px;
    font-weight: 400;
}

span.page-numbers.current {
    background-color: red;
    color: #fff;
    padding: 2px 6px 2px 6px;
}

a.page-numbers {
    background-color: #642bc7;
    color: #fff;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
}

a.next.page-numbers {
    background-color: #642bc7;
    text-decoration: none;
}


/* Product Detail Page */

img.product-img-thumb {
    height: 400px;
}
button#downloadSampleBtn {
    border: 2px solid orange;
    border-radius: 4px;
    padding: 5px 10px 4px 10px;
}
span.woocommerce-Price-amount.amount {
    color: #000;
}
span.cat-prod a {
    color: #642bc7;
    text-decoration: none;
}
.text-highlighter span.woocommerce-Price-amount {
    color: #642bc7;
}
/* Beautify WooCommerce Tabs */
.woocommerce-tabs {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
}

.woocommerce-tabs ul.tabs li {
    margin-right: 20px;
}

.woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 10px 15px;
    border: none;
    border-radius: 6px 6px 0 0;
    background: #f1f1f1;
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.woocommerce-tabs ul.tabs li.active a {
    background: #007bff;
    color: #fff;
}

.woocommerce-Tabs-panel {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.woocommerce-Tabs-panel h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.woocommerce-Tabs-panel ul {
    padding-left: 20px;
    list-style-type: disc;
}



/* Category Page */
.card .card-title {
    font-size: 1rem;
}
.custom-breadcrmb {
    display: -webkit-box;
}
h5.sub-cat-title {
    font-size: 30px;
}
.price del {
    color: #999;
    text-decoration: line-through;
    font-size: 0.9rem;
}
.price ins {
    color: #d32f2f;
    font-weight: bold;
    text-decoration: none;
}


/* Cart Page */
.woocommerce .table th,
.woocommerce .table td {
    vertical-align: middle;
    font-size: 0.95rem;
}
.woocommerce .card-header {
    font-size: 1.2rem;
}

.coupon input[type="text"] {
    width: 180px;
}

.cart-item-image img.rounded.border {
    height: 80px;
    width: 70px;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img{
    height: 50px;
}



/* FAQ page */
h5.card-title {
    font-size: 1.1rem;
    font-weight: 600;
}
.card-text {
    font-size: 0.95rem;
    line-height: 1.6;
}


/* customer admin panel */
.account-sidebar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: all 0.2s;
}
.account-sidebar-nav .nav-link:hover,
.account-sidebar-nav .nav-link.is-active {
    background-color: #007bff;
    color: #fff;
}
.account-sidebar-nav i {
    width: 20px;
    text-align: center;
}

.woocommerce-notices-wrapper {
    margin-bottom: 1.5rem;
}
.woocommerce-MyAccount-content {
    min-height: 300px;
}

.woocommerce-account .woocommerce-MyAccount-content{
    width: 100%;
}


@media only screen and (max-width : 1024px) {
    .col-12.col-md-3.d-none.d-md-flex.gap-3.text-muted.small{
        padding: 0;
        gap:10px !important;
    }
    span.phone {
        display: none;
    }
    nav.desktp-header-one{
        display: none;
    }
    button#mobile-menu-toggle{
        display: block;
        color: #fff;
        border: 1px solid #fff
    }
    h1.display-4.fw-bold.mb-3.banner-h1{
        font-size: 26px;
    }

}



/* Optional: Hide desktop nav below 821px */
@media (max-width: 820px) {
    .main-nav {
        display: none !important;
    }

    .contact-whatsapp{
        display: block;
     }
     
     #shop-filter-sidebar {
        display: none;
    }

    #toggle-filters{
        position: fixed;
        top: 70%;
        right: 0%;
        z-index: 999;
        width: 40%;
    }

    .woocommerce img, .woocommerce-page img{
        height: 350px;
    }
    
    .card-img-top.wp-post-image{
        height: 350px;
    }
}



@media(max-width: 768px){

    ul.mobile-menu li {
        border-bottom: 1px solid #fff;
    }

    .logo-toggle-btn{
        display: flex;
    }
}





