/* ========================================
   DEMO PAGE DESIGN - Full Page Styling
   Apply zebronics-demo.html design to index.html
   Keep all content, just change the design
   ======================================== */

/* ========================================
   GLOBAL STYLES - Demo Page Look
   ======================================== */

body {
    background: #f8f9fa !important;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    color: #1f2937;
}

/* ========================================
   HEADER - Demo Style Gradient
   ======================================== */

.navbar {
    background: linear-gradient(135deg, #4a5f8f 0%, #2c3e50 100%) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.navbar .navbar-brand,
.navbar .nav-link {
    color: #ffffff !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #ffcc00 !important;
}

/* Top Bar */
.topbar {
    background: #2c3e50 !important;
    color: #ffffff !important;
}

/* ========================================
   HERO/CAROUSEL SECTION - Demo Style
   ======================================== */

.carousel {
    background: #f8f9fa !important;
}

.header-carousel-item {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    margin: 20px;
    padding: 40px;
}

.carousel-content h1,
.carousel-content h4,
.carousel-content p {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ========================================
   SECTION HEADERS - Demo Style
   ======================================== */

.section-header,
.text-center h2 {
    color: #1f2937 !important;
    font-weight: 700 !important;
    margin-bottom: 40px;
}

.section-header p {
    color: #6b7280;
    font-size: 18px;
}

/* ========================================
   INFO CARDS/FEATURE BOXES - Demo Style
   ======================================== */

.feature,
.service,
.facts .fact-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.feature:hover,
.service:hover,
.facts .fact-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

/* ========================================
   DESIGN NOTE BOXES - Demo Feature Badges
   ======================================== */

.design-note {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin: 30px auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.feature-badge {
    display: inline-block;
    background: #4a5f8f;
    color: white;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 8px;
    margin-bottom: 8px;
}

/* ========================================
   BUTTONS - Demo Style
   ======================================== */

.btn-primary {
    background: #4a5f8f !important;
    border: none !important;
    border-radius: 25px !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.btn-primary:hover {
    background: #3d4f7a !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(74, 95, 143, 0.3) !important;
}

.btn-secondary {
    background: #6b7280 !important;
    border: none !important;
    border-radius: 25px !important;
}

/* ========================================
   PRODUCT SECTION - Demo Background
   ======================================== */

.product,
.container-fluid.product {
    background: #f8f9fa !important;
    padding: 80px 0 !important;
}

/* Product section title */
.product h2,
.product .section-title {
    color: #1f2937 !important;
    font-weight: 700 !important;
    margin-bottom: 50px;
}

/* ========================================
   PROMOTIONAL BANNERS - Demo Style
   ======================================== */

.container-fluid.bg-light,
.offer,
.promo-section {
    background: #f8f9fa !important;
}

.offer .bg-light,
.promo-card {
    background: #ffffff !important;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.offer .bg-light:hover,
.promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

/* ========================================
   FACTS/STATS SECTION - Demo Style
   ======================================== */

.facts,
.stats-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #ffffff !important;
    padding: 80px 0;
}

.facts .fact-item {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.facts h1,
.facts h5,
.stats-section h2,
.stats-section p {
    color: #ffffff !important;
}

/* ========================================
   SERVICES SECTION - Demo Style
   ======================================== */

.service {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
}

.service:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.service-icon {
    font-size: 60px;
    color: #4a5f8f;
    margin-bottom: 20px;
}

/* ========================================
   TESTIMONIALS - Demo Style
   ======================================== */

.testimonial-item {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* ========================================
   FOOTER - Demo Style
   ======================================== */

.footer {
    background: #2c3e50 !important;
    color: #ffffff !important;
    padding: 60px 0 20px;
}

.footer h4,
.footer h5 {
    color: #ffffff !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer a {
    color: #d1d5db !important;
    transition: color 0.3s;
}

.footer a:hover {
    color: #ffcc00 !important;
}

.footer .border-top {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* ========================================
   CAROUSEL/SLIDER - Demo Style
   ======================================== */

.products.productList {
    background: #f8f9fa !important;
    padding: 60px 0;
}

.products-mini-item {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.products-mini-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

/* ========================================
   FORMS - Demo Style
   ======================================== */

.form-control {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 16px;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: #4a5f8f;
    box-shadow: 0 0 0 3px rgba(74, 95, 143, 0.1);
}

/* ========================================
   BREADCRUMB - Demo Style
   ======================================== */

.breadcrumb {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 15px 20px;
}

/* ========================================
   TABS/NAVIGATION - Demo Style
   ======================================== */

.nav-pills .nav-link {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    border-radius: 8px;
    margin-right: 10px;
    transition: all 0.3s;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
    background: #4a5f8f !important;
    color: #ffffff !important;
    border-color: #4a5f8f !important;
}

/* ========================================
   BADGES - Demo Style
   ======================================== */

.badge {
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 11px;
}

.badge-primary {
    background: #4a5f8f !important;
}

.badge-success {
    background: #27ae60 !important;
}

.badge-warning {
    background: #f59e0b !important;
}

.badge-danger {
    background: #ef4444 !important;
}

/* ========================================
   ALERTS - Demo Style
   ======================================== */

.alert {
    border-radius: 12px;
    border: 1px solid;
    padding: 16px 20px;
}

.alert-info {
    background: #eff6ff;
    border-color: #60a5fa;
    color: #1e40af;
}

.alert-success {
    background: #f0fdf4;
    border-color: #4ade80;
    color: #166534;
}

/* ========================================
   MODAL - Demo Style
   ======================================== */

.modal-content {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.modal-header {
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
}

/* ========================================
   PAGINATION - Demo Style
   ======================================== */

.pagination .page-link {
    color: #4a5f8f;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 0 4px;
}

.pagination .page-link:hover {
    background: #4a5f8f;
    color: #ffffff;
    border-color: #4a5f8f;
}

.pagination .page-item.active .page-link {
    background: #4a5f8f;
    border-color: #4a5f8f;
}

/* ========================================
   CARDS GENERAL - Demo Style
   ======================================== */

.card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.card-header {
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
}

/* ========================================
   TABLES - Demo Style
   ======================================== */

.table {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

.table thead th {
    background: #f8f9fa;
    border-bottom: 2px solid #e5e7eb;
    color: #1f2937;
    font-weight: 600;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f8f9fa;
}

/* ========================================
   SCROLLBAR - Demo Style
   ======================================== */

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f8f9fa;
}

::-webkit-scrollbar-thumb {
    background: #4a5f8f;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3d4f7a;
}

/* ========================================
   ANIMATIONS - Demo Style
   ======================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeInUp 0.6s ease-out;
}

/* ========================================
   RESPONSIVE - Demo Adjustments
   ======================================== */

@media (max-width: 991px) {
    .header-carousel-item {
        padding: 30px 20px;
        margin: 10px;
    }

    .design-note {
        padding: 20px;
    }

    .facts,
    .stats-section {
        padding: 60px 0;
    }
}

@media (max-width: 767px) {
    .demo-header h1 {
        font-size: 28px;
    }

    .feature,
    .service {
        padding: 20px;
    }

    .section-header h2 {
        font-size: 24px;
    }
}

/* ========================================
   UTILITIES - Demo Colors
   ======================================== */

.bg-demo-primary {
    background: #4a5f8f !important;
}

.bg-demo-secondary {
    background: #2c3e50 !important;
}

.bg-demo-light {
    background: #f8f9fa !important;
}

.text-demo-primary {
    color: #4a5f8f !important;
}

.text-demo-dark {
    color: #1f2937 !important;
}

.text-demo-gray {
    color: #6b7280 !important;
}

/* ========================================
   DEMO PAGE SPECIFICATION SUMMARY
   ======================================== */

/*
DEMO PAGE DESIGN FEATURES:

Colors:
- Primary: #4a5f8f (Blue)
- Secondary: #2c3e50 (Dark Blue)
- Background: #f8f9fa (Light Gray)
- Text: #1f2937 (Dark Gray)
- Border: #e5e7eb (Light Gray)

Header:
- Gradient: 135deg, #4a5f8f → #2c3e50
- White text
- Yellow hover (#ffcc00)

Cards:
- White background (#ffffff)
- 1px border (#e5e7eb)
- 12px border radius
- Shadow: 0 1px 3px on normal
- Shadow: 0 12px 35px on hover
- Lift: -8px on hover

Buttons:
- Background: #4a5f8f
- Border radius: 25px (rounded pill)
- Hover: darker + lift + shadow

Sections:
- Light gray background (#f8f9fa)
- White content cards
- Gradient hero sections

Typography:
- Headings: Bold, #1f2937
- Body: #6b7280
- Links: #d1d5db, hover #ffcc00
*/
