/* ==================== MODERN BOOTSTRAP CUSTOM STYLES ==================== */
/* National Supply - Main Stylesheet */

/* Typography */
* {
    font-family: 'Inter', sans-serif;
}

/* Navbar Styling */
.navbar {
    background-color: #0b2b3b !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    padding: 12px 0;
}

.navbar-toggler-icon {
    filter: invert(1);
}

/* Logo Styling - Larger Font */
.logo-text {
    font-size: 28px;
    font-weight: 800;
    color: #ffc107;
    letter-spacing: -0.5px;
    line-height: 1.1;
    display: block;
}

.logo-sub {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.3px;
}

.logo-tagline {
    font-size: 10px;
    color: #ffc107;
    display: block;
    letter-spacing: 1px;
    margin-top: 2px;
}

.navbar-brand {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.navbar-nav .nav-link {
    color: #f0f9ff !important;
    font-weight: 500;
    font-size: 1rem;
    margin: 0 4px;
    transition: 0.2s;
    padding: 8px 16px;
    border-radius: 8px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ffc107 !important;
    background-color: rgba(255, 193, 7, 0.1);
}

/* Sidebar Cards */
.sidebar-card {
    background: white;
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: 0.2s;
    overflow: hidden;
}

.sidebar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

/* Guarantee Badges */
.guarantee-badge {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: white;
    padding: 12px 16px;
    border-radius: 50px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
    font-size: 14px;
}

.guarantee-badge.satisfaction {
    background: linear-gradient(135deg, #2c7da0, #1f6392);
}

.since-badge {
    background: #0b2b3b;
    color: #ffc107;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

/* Modern Category List - Beautiful Background */
.category-list-modern {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    margin-bottom: 12px;
    border-radius: 12px;
    background: #f8fafc;
    transition: all 0.2s;
}

.category-item:hover {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.category-link {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #1e4663;
    font-weight: 700;
    font-size: 14px;
    transition: 0.2s;
    border-radius: 12px;
}

.category-link:hover {
    color: #e67e22;
    background: #fff5e8;
}

.subcategory-list {
    list-style: none;
    padding-left: 35px;
    margin-bottom: 8px;
}

.subcategory-list li {
    margin-bottom: 6px;
}

.subcategory-list li a {
    text-decoration: none;
    color: #5a6e7c;
    font-size: 12px;
    font-weight: 500;
    transition: 0.2s;
    display: block;
    padding: 4px 8px;
    border-radius: 6px;
}

.subcategory-list li a:hover {
    color: #e67e22;
    background: #fff5e8;
    padding-left: 12px;
}

.sidebar-title {
    color: #0b2b3b;
    border-left: 4px solid #ffc107;
    padding-left: 12px;
    margin-bottom: 20px;
}

.special-offer {
    background: linear-gradient(135deg, #ffc107, #ff8c42);
    color: #0b2b3b;
    padding: 10px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 13px;
}

/* Sidebar Banner */
.sidebar-banner {
    background: linear-gradient(145deg, #e9f0f5, #ffffff);
    border-radius: 24px;
    padding: 1rem;
    text-align: center;
}

.sidebar-banner img {
    max-width: 100%;
    border-radius: 16px;
    margin-bottom: 10px;
}

/* Hero Slider */
.hero-slider {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
}

.carousel-item img {
    object-fit: cover;
    height: 380px;
    width: 100%;
}

/* Info Badge */
.info-badge {
    background: linear-gradient(135deg, #ffedd5, #fff3e0);
    border-left: 6px solid #f39c12;
    padding: 15px 20px;
    border-radius: 20px;
    margin-bottom: 1.5rem;
}

/* Product Cards */
.product-card {
    background: white;
    border-radius: 24px;
    transition: all 0.25s ease;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 1.5rem 1rem;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
}

.product-card img {
    max-width: 100%;
    height: 140px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.product-card h5 {
    font-weight: 700;
    color: #1c3b4f;
    margin-top: 0.5rem;
    font-size: 1.1rem;
}

.btn-outline-accent {
    border: 2px solid #ff8c42;
    color: #ff8c42;
    background: transparent;
    border-radius: 40px;
    font-weight: 600;
    padding: 6px 20px;
    transition: all 0.2s;
}

.btn-outline-accent:hover {
    background: #ff8c42;
    color: white;
    transform: translateY(-2px);
}

.section-title {
    color: #0b2b3b;
    position: relative;
    display: inline-block;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #ffc107;
    border-radius: 3px;
}

/* Company Info */
.company-info {
    background: white;
    border-radius: 24px;
    border: none;
}

/* Footer */
.footer {
    background-color: #0a2a36;
    color: #cddfe7;
    padding: 2.5rem 0 1.5rem;
    margin-top: 3rem;
}

.footer a {
    color: #ffcd94;
    text-decoration: none;
    transition: 0.2s;
}

.footer a:hover {
    text-decoration: underline;
    color: #ffc107;
}

.footer h5 {
    color: #ffc107;
    margin-bottom: 1.2rem;
    font-weight: 700;
}

.footer .list-unstyled li {
    margin-bottom: 8px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .carousel-item img {
        height: 240px;
    }
    
    .product-card img {
        height: 110px;
    }
    
    .logo-text {
        font-size: 22px;
    }
    
    .logo-sub {
        font-size: 18px;
    }
    
    .navbar-nav .nav-link {
        padding: 8px 12px;
    }
    
    .category-link {
        font-size: 13px;
        padding: 10px 12px;
    }
    
    .subcategory-list {
        padding-left: 28px;
    }
}

@media (max-width: 576px) {
    .hero-slider {
        border-radius: 20px;
    }
    
    .product-card {
        padding: 1rem;
    }
    
    .sidebar-card {
        margin-bottom: 1rem;
    }
}



 /* Specials page specific styles only - these are new for this page */
.specials-hero {
	background: linear-gradient(135deg, #e67e22, #f39c12);
	border-radius: 28px;
	padding: 2rem;
	margin-bottom: 2rem;
	color: white;
	text-align: center;
}

.specials-hero h1 {
	font-size: 2.5rem;
	font-weight: 800;
}

.deal-card {
	background: white;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	margin-bottom: 1.5rem;
	height: 100%;
	position: relative;
}

.deal-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}

.deal-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #e67e22;
	color: white;
	padding: 5px 12px;
	border-radius: 50px;
	font-size: 0.75rem;
	font-weight: 700;
	z-index: 2;
}

.deal-badge.limited {
	background: #dc3545;
}

.deal-image {
	height: 200px;
	background: linear-gradient(135deg, #f8f9fa, #e9ecef);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.deal-image img {
	max-width: 85%;
	max-height: 160px;
	object-fit: contain;
}

.deal-content {
	padding: 1.5rem;
}

.deal-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #1e4663;
	margin-bottom: 0.5rem;
}

.price-old {
	text-decoration: line-through;
	color: #6c757d;
	font-size: 0.9rem;
	margin-right: 10px;
}

.price-new {
	font-size: 1.5rem;
	font-weight: 800;
	color: #e67e22;
}

.price-save {
	background: #28a745;
	color: white;
	padding: 3px 8px;
	border-radius: 20px;
	font-size: 0.7rem;
	font-weight: 600;
	margin-left: 8px;
}

.deal-description {
	color: #6c757d;
	font-size: 0.85rem;
	margin: 0.75rem 0;
}

.btn-deal {
	background: linear-gradient(135deg, #e67e22, #f39c12);
	border: none;
	color: white;
	padding: 8px 20px;
	border-radius: 40px;
	font-weight: 600;
	transition: all 0.2s;
	width: 100%;
}

.btn-deal:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #f39c12, #e67e22);
	color: white;
}

.clearance-section {
	background: linear-gradient(135deg, #fff5eb, #ffe8d9);
	border-radius: 24px;
	padding: 1.5rem;
	margin-top: 2rem;
}

.clearance-section h3 {
	color: #e67e22;
	font-weight: 800;
}

.disclaimer {
	background: #f8f9fa;
	border-left: 4px solid #e67e22;
	padding: 1rem;
	border-radius: 12px;
	margin-top: 2rem;
	font-size: 0.85rem;
}

@media (max-width: 768px) {
	.specials-hero h1 {
		font-size: 1.8rem;
	}
	.price-new {
		font-size: 1.2rem;
	}
	.deal-image {
		height: 160px;
	}
}


/* About page specific styles */
.about-hero {
	background: linear-gradient(135deg, #0b2b3b 0%, #1e4a62 100%);
	border-radius: 28px;
	padding: 2rem;
	margin-bottom: 2rem;
	color: white;
	text-align: center;
}

.info-section {
	background: white;
	border-radius: 24px;
	padding: 1.8rem;
	margin-bottom: 1.5rem;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.2s;
}

.info-section:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.info-section h4 {
	color: #1e4663;
	font-weight: 700;
	margin-bottom: 1.2rem;
	border-left: 4px solid #ffc107;
	padding-left: 15px;
}

.contact-card {
	background: linear-gradient(135deg, #f8fafc, #ffffff);
	border-radius: 20px;
	padding: 1.5rem;
	border: 1px solid #e9ecef;
}

.contact-item {
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #e9ecef;
}

.contact-item:last-child {
	border-bottom: none;
}

.contact-icon {
	width: 45px;
	height: 45px;
	background: linear-gradient(135deg, #ffc107, #ff8c42);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	color: #0b2b3b;
	font-size: 1.2rem;
}

.policy-list {
	list-style: none;
	padding-left: 0;
}

.policy-list li {
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative;
}

.policy-list li:before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: #ff8c42;
}

.quick-nav {
	background: #f8fafc;
	border-radius: 16px;
	padding: 1rem;
	margin-bottom: 1.5rem;
}

.quick-nav a {
	display: inline-block;
	padding: 8px 16px;
	margin: 4px;
	background: white;
	border-radius: 40px;
	text-decoration: none;
	color: #1e4663;
	font-weight: 500;
	font-size: 0.85rem;
	transition: all 0.2s;
	border: 1px solid #e9ecef;
}

.quick-nav a:hover {
	background: #ffc107;
	color: #0b2b3b;
	border-color: #ffc107;
	transform: translateY(-2px);
}

.back-to-top {
	display: inline-block;
	margin-top: 1rem;
	color: #ff8c42;
	text-decoration: none;
	font-weight: 600;
}

.back-to-top:hover {
	color: #e67e22;
}

.stat-badge {
	background: #0b2b3b;
	color: #ffc107;
	padding: 4px 12px;
	border-radius: 50px;
	font-size: 0.75rem;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 1rem;
}

@media (max-width: 768px) {
	.info-section {
		padding: 1.2rem;
	}
	.contact-icon {
		width: 35px;
		height: 35px;
		font-size: 1rem;
	}
}


/* Additional delivery page specific styles */
.delivery-hero {
	background: linear-gradient(135deg, #0b2b3b 0%, #1e4a62 100%);
	border-radius: 28px;
	padding: 2rem;
	margin-bottom: 2rem;
	color: white;
}

.delivery-map-card {
	background: white;
	border-radius: 24px;
	padding: 1.5rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease;
	height: 100%;
}

.delivery-map-card:hover {
	transform: translateY(-5px);
}

.delivery-map-card img {
	max-width: 100%;
	border-radius: 16px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.shipping-options {
	background: #f8fafc;
	border-radius: 20px;
	padding: 1.5rem;
	margin-top: 1rem;
}

.shipping-option-item {
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #e9ecef;
}

.shipping-option-item:last-child {
	border-bottom: none;
}

.shipping-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #ffc107, #ff8c42);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	color: #0b2b3b;
	font-size: 1.3rem;
}

.state-badge {
	background: #e9ecef;
	color: #1e4663;
	padding: 8px 16px;
	border-radius: 40px;
	font-size: 0.85rem;
	font-weight: 600;
	margin: 0 6px 8px 0;
	display: inline-block;
	transition: all 0.2s;
}

.state-badge:hover {
	background: #ffc107;
	color: #0b2b3b;
	transform: translateY(-2px);
}

.delivery-banner {
	background: linear-gradient(135deg, #fff3e0, #ffe8cc);
	border-radius: 24px;
	padding: 2rem;
	text-align: center;
	margin: 2rem 0;
}

.stat-number {
	font-size: 2.5rem;
	font-weight: 800;
	color: #ff8c42;
}

@media (max-width: 768px) {
	.delivery-hero {
		padding: 1.5rem;
	}
	.shipping-icon {
		width: 40px;
		height: 40px;
		font-size: 1rem;
	}
	.stat-number {
		font-size: 1.8rem;
	}
}