 :root {
     --primary: #0056a3;
     --primary-dark: #003d75;
     --secondary: #f8f9fa;
     --accent: #ff6b00;
     --accent-light: #ff8c3a;
     --text-dark: #333333;
     --text-light: #666666;
     --text-white: #ffffff;
     --border: #e0e0e0;
     --shadow: rgba(0, 0, 0, 0.08);
     --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
     --hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
 }

 body {
     font-family: 'Ruda', sans-serif;
     line-height: 1.6;
     color: var(--text-dark);
     font-weight: 500;
 }

 h1, h2, h3, h4, h5, h6 {
     font-weight: 700;
 }

 .bg-primary-custom {
     background-color: var(--primary) !important;
 }

 .bg-primary-dark {
     background-color: var(--primary-dark) !important;
 }

 .text-accent {
     color: var(--accent) !important;
 }

 .bg-accent {
     background-color: var(--accent) !important;
 }

 .btn-primary-custom {
     background-color: var(--primary);
     border-color: var(--primary);
     font-weight: 600;
     padding: 10px 20px;
     transition: all 0.3s ease;
 }

 .btn-primary-custom:hover {
     background-color: var(--primary-dark);
     border-color: var(--primary-dark);
     transform: translateY(-2px);
     box-shadow: 0 5px 15px rgba(0, 86, 163, 0.3);
 }

 .btn-accent {
     background-color: var(--accent);
     border-color: var(--accent);
     color: white;
     font-weight: 600;
     padding: 10px 20px;
     transition: all 0.3s ease;
 }

 .btn-accent:hover {
     background-color: #e55e00;
     border-color: #e55e00;
     color: white;
     transform: translateY(-2px);
     box-shadow: 0 5px 15px rgba(255, 107, 0, 0.3);
 }

 .navbar-brand {
     font-weight: 900;
     font-size: 1.8rem;
     letter-spacing: -0.5px;
 }

 .nav-link {
     font-weight: 600;
     position: relative;
     padding: 8px 15px !important;
     transition: color 0.3s ease;
 }

 .nav-link.active {
     color: var(--accent) !important;
 }

 .nav-link.active::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 15px;
     width: calc(100% - 30px);
     height: 3px;
     background-color: var(--accent);
     border-radius: 3px 3px 0 0;
 }

 .nav-link:hover {
     color: var(--accent) !important;
 }

 .hero-section {
     background: linear-gradient(135deg, rgba(0, 84, 163, 0.9) 0%, rgba(0, 61, 117, 0.9) 100%), 
   url('https://images.unsplash.com/photo-1499951360447-b19be8fe80f5?ixlib=rb-4.0.3&auto=format&fit=crop&w=1600&q=80');
     background-size: cover;
     background-position: center;
     color: white !important;
     padding: 140px 0;
     position: relative;
     overflow: hidden;
 }

 .hero-section::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23003d75' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
     opacity: 0.3;
 }

 .hero-section .container .display-4 {
    color: #fff !important;
 }

 .section-title {
     color: var(--primary);
     font-weight: 800;
     margin-bottom: 1rem;
     position: relative;
     display: inline-block;
 }

 .section-title::after {
     content: '';
     position: absolute;
     bottom: -10px;
     left: 0;
     width: 60px;
     height: 4px;
     background-color: var(--accent);
     border-radius: 2px;
 }

 .container h1 {
     color: var(--primary);
     font-weight: 800;
     margin-bottom: 1rem;
     position: relative;
     display: inline-block;
 }

 .container h1::after {
     content: '';
     position: absolute;
     bottom: -10px;
     left: 0;
     width: 60px;
     height: 4px;
     background-color: var(--accent);
     border-radius: 2px;
 }

 .section-subtitle {
     color: var(--text-light);
     max-width: 700px;
     margin: 0 auto 3rem;
     font-size: 1.1rem;
 }

 .category-card {
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     border-top: 4px solid var(--primary);
     height: 100%;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: var(--card-shadow);
 }

 .category-card:hover {
     transform: translateY(-10px);
     box-shadow: var(--hover-shadow);
 }

 .category-icon {
     font-size: 2.5rem;
     color: var(--primary);
     margin-bottom: 1rem;
     transition: transform 0.3s ease;
 }

 .category-card:hover .category-icon {
     transform: scale(1.1);
 }

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

 .product-card:hover {
     transform: translateY(-10px);
     box-shadow: var(--hover-shadow);
 }

.product-image {
    height: 220px;
    min-height: 220px;
    overflow: hidden;
    position: relative;
    background-color: #f5f7fa;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

 .product-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-card .d-grid {
    margin-top: auto;
}

 .product-card:hover .product-image img {
     transform: scale(1.05);
 }

 .product-badge {
     position: absolute;
     top: 15px;
     left: 15px;
     background-color: var(--accent);
     color: white;
     padding: 5px 12px;
     border-radius: 20px;
     font-size: 0.75rem;
     font-weight: 700;
     z-index: 2;
 }

 .product-category {
     color: var(--text-light);
     font-size: 0.875rem;
     margin-bottom: 0.25rem;
     font-weight: 600;
 }

 .product-category a {
     color: var(--text-light);
     font-size: 0.875rem;
     margin-bottom: 0.25rem;
     font-weight: 600;
     text-decoration: none;
 }

.product-title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    font-weight: 700;
    min-height: 2.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

 .product-price {
     display: flex;
     align-items: center;
     margin-bottom: 1rem;
 }

 .current-price {
     font-size: 1.25rem;
     font-weight: 800;
     color: var(--primary);
     margin-right: 10px;
 }

 .original-price {
     font-size: 1rem;
     color: var(--text-light);
     text-decoration: line-through;
     font-weight: 600;
 }

 .stars {
     color: #f39c12;
 }

 .rating-count {
     color: var(--text-light);
     font-size: 0.875rem;
     font-weight: 600;
 }

 .feature-card {
     text-align: center;
     padding: 2.5rem 1.5rem;
     border-radius: 12px;
     transition: transform 0.3s ease;
     height: 100%;
 }

 .feature-card:hover {
     transform: translateY(-5px);
 }

 .feature-icon {
     font-size: 2.5rem;
     color: var(--primary);
     margin-bottom: 1.5rem;
     transition: transform 0.3s ease;
 }

 .feature-card:hover .feature-icon {
     transform: scale(1.1);
 }

 .newsletter-section {
     background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
     color: white;
     padding: 100px 0;
     position: relative;
     overflow: hidden;
 }

 .newsletter-section::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23003d75' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
     opacity: 0.3;
 }

 .footer {
     background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
     color: #b0b0b0;
     padding: 80px 0 30px;
 }

 .footer-title {
     color: white;
     font-size: 1.25rem;
     margin-bottom: 1.5rem;
     font-weight: 700;
 }

 .footer-links a {
     color: #b0b0b0;
     text-decoration: none;
     transition: color 0.3s ease;
     display: block;
     margin-bottom: 0.75rem;
     font-weight: 600;
 }

 .footer-links a:hover {
     color: var(--accent);
     transform: translateX(5px);
 }

 .social-icon {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     background-color: #333333;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     color: white;
     text-decoration: none;
     transition: all 0.3s ease;
     margin-right: 10px;
 }

 .social-icon:hover {
     background-color: var(--primary);
     color: white;
     transform: translateY(-3px);
 }

 .contact-info-footer i {
     color: var(--accent);
     margin-right: 10px;
     width: 20px;
 }

 .contact-info-footer li {
     display: flex;
     align-items: flex-start;
     margin-bottom: 1rem;
 }

 .copyright {
     text-align: center;
     padding-top: 30px;
     border-top: 1px solid #333333;
     color: #888888;
     font-size: 0.875rem;
     font-weight: 600;
 }

 .affiliate-badge {
     position: absolute;
     bottom: 15px;
     right: 15px;
     background-color: rgba(0, 0, 0, 0.7);
     color: white;
     padding: 5px 10px;
     border-radius: 20px;
     font-size: 0.75rem;
     font-weight: 700;
     z-index: 2;
 }

 .platform-badge {
     display: inline-block;
     background-color: var(--primary);
     color: white;
     padding: 3px 10px;
     border-radius: 20px;
     font-size: 0.75rem;
     font-weight: 700;
     margin-left: 5px;
 }

.view-all-link {
     font-weight: 700;
     color: var(--primary);
     text-decoration: none;
     transition: all 0.3s ease;
     display: inline-flex;
     align-items: center;
}

.view-all-link:hover {
     color: var(--accent);
     transform: translateX(5px);
}

.deal-countdown {
     background-color: var(--accent);
     color: white;
     padding: 5px 10px;
     border-radius: 20px;
     font-size: 0.75rem;
     font-weight: 700;
     position: absolute;
     bottom: 15px;
     left: 15px;
     z-index: 2;
}

.trending-badge {
     position: absolute;
     top: 15px;
     left: 15px;
     background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
     color: white;
     padding: 5px 12px;
     border-radius: 20px;
     font-size: 0.75rem;
     font-weight: 700;
     z-index: 2;
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-bar {
    background-color: #0b1b33; /* match your navbar color */
    animation: fadeInDown 0.3s ease;
}

.search-bar input {
  border-radius: 8px;
}

.search-bar button {
    border-radius: 8px;
}
/* ===============================
   Quick View Modal Styling
   =============================== */
#quickViewModal .modal-content {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

#quickViewModal .modal-dialog {
    max-width: 900px;
}

.quickview-image-container {
    min-height: 380px;
    background: #f8f9fa;
}

.quickview-image {
    max-width: 90%;
    max-height: 340px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.quickview-image:hover {
    transform: scale(1.05);
}

.quickview-details h3 {
    font-size: 1.5rem;
    color: #222;
}

.quickview-details .product-description {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    max-height: 220px;
    overflow-y: auto;
    padding-right: 5px;
}

.quickview-details .product-description::-webkit-scrollbar {
    width: 5px;
}

.quickview-details .product-description::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.1);
    border-radius: 10px;
}

.btn-accent {
    background: #ff6a00;
    border: none;
    color: #fff;
    transition: background 0.3s ease;
}

.btn-accent:hover {
    background: #e05c00;
}

@media (max-width: 767px) {
    .quickview-image-container {
        min-height: 240px;
    }
    .quickview-image {
        max-height: 200px;
    }
}
/* ================================
   Product Category Chips Section
   ================================ */
.category-chips {
    gap: 1rem;
}

.category-chip {
    display: inline-block;
    background: #fff;
    color: #333;
    font-weight: 500;
    padding: 0.6rem 1.2rem;
    border-radius: 999px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    border: 1px solid #eee;
}

.category-chip:hover {
    background: #0056a3;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,86,163,0.2);
}
.category-chip.active {
    background: #ff6600;
    color: #fff;
    border-color: #ff6600;
}
/* Product Category Pills */
.category-pill {
    transition: all 0.25s ease;
    font-weight: 500;
    border: 1px solid #eee;
    color: #000 !important;
}
.category-pill:hover {
    background-color: #0056b3;
    color: #ff6600 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.category-pill.active {
    background-color: #ff6600;
    color: #ff6600 !important;
    border-color: #ff6600;
}

/* Newsletter Section Enhancements */
.newsletter-section .alert {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.newsletter-section .alert-success {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
}

.newsletter-section .alert-warning {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
    color: white;
}

.newsletter-section .alert-danger {
    background: linear-gradient(135deg, #dc3545, #e83e8c);
    color: white;
}

.newsletter-form .form-control {
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.newsletter-form .form-control:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 0, 0.25);
}

/* Subscription management admin styles */
.wp-list-table th {
    font-weight: 600;
}

.wp-list-table .button.delete {
    background: #dc3545;
    border-color: #dc3545;
}

.wp-list-table .button.delete:hover {
    background: #c82333;
    border-color: #bd2130;
}
/* ================================
   Team Section - Perfect Circles
   ================================ */
.team-image {
    width: 200px;
    height: 200px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.05);
}

/* Optional: Add a subtle border or shadow */
.team-image {
    border: 4px solid #f8f9fa;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.team-card:hover .team-image {
    border-color: var(--accent);
    box-shadow: 0 12px 30px rgba(255, 107, 0, 0.2);
}
/* ================================
   Contact Page Styles
   ================================ */

/* Contact Info Items */
.contact-info-item {
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.contact-icon {
    color: var(--primary);
    margin-top: 0.25rem;
}

/* Contact Form */
.contact-form-wrapper {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e9ecef;
}

.contact-form-wrapper .form-control,
.contact-form-wrapper .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form-wrapper .form-control:focus,
.contact-form-wrapper .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 163, 0.25);
}

.contact-form-wrapper .form-label {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* FAQ Accordion */
.accordion-button {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px !important;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: var(--text-dark);
}

.accordion-button:not(.collapsed) {
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 163, 0.25);
    border-color: var(--primary);
}

.accordion-body {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 1.25rem;
}

/* Map Container */
.map-container {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
}

/* Social Links on Contact Page */
.contact-page .social-icon {
    width: 45px;
    height: 45px;
    background: var(--primary);
    color: white;
}

.contact-page .social-icon:hover {
    background: var(--accent);
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-info-item {
        padding: 1rem;
    }
    
    .contact-icon {
        font-size: 1.5rem !important;
    }
    
    .hero-section {
        padding: 80px 0;
    }
}

/* Form Validation Styles */
.form-control.is-invalid {
    border-color: #dc3545;
}

.form-control.is-valid {
    border-color: #198754;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.form-control.is-invalid ~ .invalid-feedback {
    display: block;
}
/* Enhanced Form Validation Styles */
.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #198754;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #198754;
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-select:invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-feedback {
    display: block;
}

/* Success state for valid fields */
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* Contact form specific styles */
.contact-form-wrapper .form-control,
.contact-form-wrapper .form-select {
    transition: all 0.3s ease;
}

.contact-form-wrapper .form-control:focus,
.contact-form-wrapper .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(0, 86, 163, 0.25);
}

/* Alert animations */
.alert {
    animation: slideInDown 0.3s ease;
}

@keyframes slideInDown {
    from {
        transform: translateY(-10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* AJAX Contact Form Styles */
#submitSpinner {
    width: 1.5rem;
    height: 1.5rem;
}

.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Smooth transitions for form states */
.form-control, .form-select {
    transition: all 0.3s ease;
}

/* Success state styling */
.form-control.is-valid, .form-select.is-valid {
    border-color: #198754;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

/* Error state styling */
.form-control.is-invalid, .form-select.is-invalid {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6.4.4.4-.4'/%3e%3cpath d='M6 7v1.5'/%3e%3c/svg%3e");
}

/* Loading animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spinner-border {
    animation: spin 0.75s linear infinite;
}
/* Search Results Page */
.page-title {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 1rem;
}

.page-title span {
    color: #e74c3c;
    font-style: italic;
}

/* Product grid in search results */
.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

/* Search form styling */
.search-form .input-group {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 0.5rem;
    overflow: hidden;
}

.search-form .form-control {
    border: none;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.search-form .form-control:focus {
    box-shadow: none;
    border: none;
}

.search-form .btn {
    padding: 0.75rem 1.5rem;
    border: none;
}

/* No results styling */
.alert-info {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 1rem;
    padding: 3rem 2rem;
}

.alert-info h3 {
    color: white;
    margin-bottom: 1rem;
}

.alert-info .btn-outline-primary {
    border-color: white;
    color: white;
}

.alert-info .btn-outline-primary:hover {
    background: white;
    color: #667eea;
}

/* Pagination */
.pagination {
    justify-content: center;
}

.page-numbers {
    display: flex;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
}

.page-numbers li {
    margin: 0;
}

.page-numbers a,
.page-numbers span {
    display: block;
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    text-decoration: none;
    color: #007cba;
}

.page-numbers .current {
    background: #007cba;
    color: white;
    border-color: #007cba;
}

.page-numbers a:hover {
    background: #f8f9fa;
}