/* Steel Experts ERP - Custom Styles */

/* ===================================
   UTILITY CLASSES FOR SEO OPTIMIZATION
   Moving inline styles to external CSS
   =================================== */

/* Badge Styles */
.badge-glassmorphism {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
}

.badge-gradient-primary {
    background: linear-gradient(135deg, #1a5490, #2196F3);
    color: white;
    border-radius: 50px;
}

.badge-gradient-light {
    background: rgba(33, 150, 243, 0.1);
    color: #1a5490;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 500;
}

/* Typography Utilities */
.text-opacity-95 {
    opacity: 0.95;
}

.text-opacity-90 {
    opacity: 0.9;
}

.text-opacity-85 {
    opacity: 0.85;
}

.font-size-13 {
    font-size: 1.3rem;
}

.font-size-09 {
    font-size: 0.9rem;
}

/* Icon Styles */
.icon-success-check {
    color: #4CAF50;
    font-size: 1.5rem;
}

.icon-warning {
    color: #FFA726;
}

.icon-primary {
    color: #2196F3;
}

.icon-size-12 {
    font-size: 1.2rem;
}

.icon-size-15 {
    font-size: 1.5rem;
}

.icon-size-25 {
    font-size: 2.5rem;
}

.icon-size-30 {
    font-size: 3rem;
}

.icon-size-50 {
    font-size: 5rem;
}

/* Image Styles */
.img-floating-shadow {
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.4));
    border-radius: 20px;
}

/* Background Colors */
.bg-white {
    background: white;
}

.bg-light-gradient {
    background: linear-gradient(135deg, #f0f4f8 0%, #e8f0f7 100%);
}

.bg-dark-gradient {
    background: linear-gradient(135deg, #0a1929 0%, #1a5490 100%);
}

.bg-primary-gradient {
    background: linear-gradient(135deg, #1a5490 0%, #2196F3 100%);
}

.bg-cta-gradient {
    background: linear-gradient(135deg, #0a1929 0%, #1a5490 50%, #2196F3 100%);
    position: relative;
    overflow: hidden;
}

.bg-primary-solid {
    background: #174d83;
}

.bg-light-blue {
    background: #f0f4f8;
}

.bg-primary-light {
    background: linear-gradient(135deg, rgba(26, 84, 144, 0.1), rgba(33, 150, 243, 0.1));
}

/* Feature Icon Variations */
.feature-icon-inline {
    width: 60px;
    height: 60px;
    margin: 0;
}

.feature-icon-large {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a5490, #2196F3);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(33, 150, 243, 0.3);
}

.feature-icon-contact {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #1a5490, #2196F3);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
    box-shadow: 0 5px 20px rgba(33, 150, 243, 0.3);
}

.feature-icon-stats {
    color: #FFA726;
}

/* Stats Icons Colors */
.stats-icon-orange {
    color: #FFA726;
}

.stats-icon-blue {
    color: #2196F3;
}

.stats-icon-green {
    color: #4CAF50;
}

.stats-icon-red {
    color: #F44336;
}

.stats-icon-cyan {
    color: #00BCD4;
}

.stats-icon-purple {
    color: #9C27B0;
}

/* Form Control Styles */
.form-control-custom {
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    padding: 0.8rem 1.2rem;
}

.form-control-custom:focus {
    border-color: #2196F3 !important;
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25) !important;
}

/* Alert Styles */
.alert-success-gradient {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.1), rgba(76, 175, 80, 0.05));
    border: 2px solid #4CAF50;
    border-radius: 15px;
    padding: 1.5rem;
}

.alert-error-gradient {
    background: linear-gradient(135deg, rgba(244, 67, 54, 0.1), rgba(244, 67, 54, 0.05));
    border: 2px solid #f44336;
    border-radius: 15px;
    padding: 1.5rem;
}

.alert-icon-success {
    width: 50px;
    height: 50px;
    background: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.alert-icon-error {
    width: 50px;
    height: 50px;
    background: #f44336;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.alert-title-success {
    color: #4CAF50;
}

.alert-title-error {
    color: #f44336;
}

/* Card Borders */
.card-border-primary {
    border: 2px solid rgba(33, 150, 243, 0.2);
}

.card-border-primary-solid {
    border: 3px solid #2196F3;
    position: relative;
    transform: scale(1.05);
}

/* Pricing Card Styles */
.pricing-header-light {
    background: linear-gradient(135deg, rgba(26, 84, 144, 0.1), rgba(33, 150, 243, 0.1));
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
}

.pricing-header-primary {
    background: linear-gradient(135deg, #1a5490, #2196F3);
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    color: white;
}

.pricing-badge-popular {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #FFA726, #FF5722);
    padding: 8px 25px;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    box-shadow: 0 5px 20px rgba(255, 167, 38, 0.4);
}

.pricing-amount {
    font-size: 3rem;
    font-weight: 800;
    color: #1a5490;
}

.pricing-amount-white {
    font-size: 3rem;
    font-weight: 800;
}

/* Process Step Styles */
.process-step-container {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a5490, #2196F3);
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(33, 150, 243, 0.3);
    position: relative;
}

.process-step-number {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 45px;
    height: 45px;
    background: #FFA726;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
    color: white;
    box-shadow: 0 5px 20px rgba(255, 167, 38, 0.4);
}

/* Service Icon Container */
.service-icon-container {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a5490, #2196F3);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(33, 150, 243, 0.3);
}

/* Map Placeholder */
.map-placeholder {
    background: linear-gradient(135deg, rgba(26, 84, 144, 0.1), rgba(33, 150, 243, 0.1));
    border-radius: 20px;
    padding: 5rem 2rem;
    text-center;
}

.map-icon {
    font-size: 5rem;
    color: #1a5490;
    opacity: 0.5;
    margin-bottom: 1.5rem;
}

/* CTA Overlay */
.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 167, 38, 0.2) 0%, transparent 70%);
}

/* Footer Styles */
.footer-logo-icon {
    padding: 8px;
    border-radius: 12px;
}

.footer-text-muted {
    color: #6c757d;
    line-height: 1.7;
}

.footer-social-btn {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(33, 150, 243, 0.1);
    color: #2196F3;
    border: none;
}

.footer-heading {
    color: #1a5490;
}

.footer-link-color {
    color: #6c757d;
}

.footer-icon-color {
    color: #2196F3;
}

.footer-divider {
    border-color: rgba(33, 150, 243, 0.1);
}

.footer-bottom-bg {
    background: rgba(33, 150, 243, 0.03);
    border-top: 1px solid rgba(33, 150, 243, 0.08);
}

.footer-text {
    color: #6c757d;
    font-size: 0.95rem;
}

/* Header Page Styles */
.page-header-container {
    position: relative;
    z-index: 2;
}

.page-header-badge {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 0.9rem;
}

/* Back to Top Button */
.back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 84px;
    right: 30px;
    z-index: 1000;
    width: 55px;
    height: 55px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Footer Border Top */
.footer-border-top {
    background: #ffffff;
    border-top: 2px solid rgba(33, 150, 243, 0.1);
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.05);
}

/* Additional Utility Classes */
.color-primary {
    color: #1a5490;
}

.color-secondary {
    color: #2196F3;
}

.color-accent {
    color: #FFA726;
}

/* Width and Height Utilities */
.w-90 {
    width: 90px;
}

.h-90 {
    height: 90px;
}

.w-60 {
    width: 60px;
}

.h-60 {
    height: 60px;
}

.w-55 {
    width: 55px;
}

.h-55 {
    height: 55px;
}

/* Navbar Toggler Icon Color Filter */
.navbar-toggler-custom {
    filter: brightness(0) saturate(100%) invert(18%) sepia(79%) saturate(1776%) hue-rotate(198deg) brightness(94%) contrast(94%);
}

/* Additional Animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

/* Product Image Container */
.product-image-container {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.product-image-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.8;
    }
}

/* 3D Product Images */
.product-3d-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    object-fit: contain;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.2));
    position: relative;
    z-index: 1;
}

.product-card:hover .product-3d-image {
    transform: scale(1.15) rotateY(15deg) rotateX(5deg);
    filter: drop-shadow(0 20px 40px rgba(30, 58, 138, 0.3));
}

/* Stats Counter */
.stat-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(30, 58, 138, 0.15);
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Testimonial Cards */
.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-card::before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 6rem;
    color: var(--primary-color);
    opacity: 0.1;
    font-family: Georgia, serif;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(30, 58, 138, 0.15);
}

/* Process Steps */
.process-step {
    position: relative;
    padding: 2rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.process-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(30, 58, 138, 0.15);
}

.process-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1rem;
    box-shadow: 0 5px 20px rgba(30, 58, 138, 0.3);
}

/* Contact Form Enhancements */
.form-control:focus {
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, 0.25);
}

.form-label {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

/* Loading Animation */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

body.loaded .loading-overlay {
    opacity: 0;
    pointer-events: none;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        min-height: 80vh;
        text-align: center;
    }
    
    .product-image-container {
        height: 200px;
    }
    
    .product-3d-image {
        max-width: 180px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .display-4 {
        font-size: 2rem;
    }
}

/* Print Styles */
@media print {
    .navbar, footer, #backToTop, .btn {
        display: none !important;
    }
    
    body {
        padding-top: 0 !important;
    }
}

/* ===== PAGE-SCOPED INLINE STYLES MIGRATION ===== */
/* Migrated from about.php, products.php, services.php, contact.php */
/* All classes are scoped to their respective pages to prevent CSS leaks */

.page-about .i-04a6ba {
    width: 60px;
    height: 60px;
}

.page-about .i-091a14 {
    background: linear-gradient(135deg, #f0f4f8 0%, #e8f0f7 100%);
}

.page-about .i-0f12c4 {
    background: linear-gradient(135deg, #1a5490 0%, #2196F3 100%);
}

.page-services .i-10f653 {
    background: rgba(33, 150, 243, 0.1);
    color: #1a5490;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 500;
}

.page-about .i-145291 {
    background: linear-gradient(135deg, #0a1929 0%, #1a5490 100%);
}

.page-products .i-23067c {
    color: #1a5490;
}

.page-contact .i-24d535 {
    background: linear-gradient(135deg, rgba(26, 84, 144, 0.1), rgba(33, 150, 243, 0.1));
    border-radius: 20px;
    padding: 5rem 2rem;
    text-align: center;
}

.page-products .i-2798e7,
.page-services .i-2798e7 {
    background: linear-gradient(135deg, #1a5490, #2196F3);
    color: white;
    border-radius: 50px;
    font-size: 0.9rem;
}

.page-services .i-2b2c4d {
    background: linear-gradient(135deg, rgba(26, 84, 144, 0.1), rgba(33, 150, 243, 0.1));
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
}

.page-about .i-2da64a,
.page-products .i-2da64a,
.page-services .i-2da64a,
.page-contact .i-2da64a {
    color: #4CAF50;
}

.page-about .i-329e1d {
    background: linear-gradient(135deg, #1a5490, #2196F3);
    color: white;
    border-radius: 50px;
}

.page-contact .i-35470c {
    font-size: 1.5rem;
}

.page-contact .i-36cd44 {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #1a5490, #2196F3);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
    box-shadow: 0 5px 20px rgba(33, 150, 243, 0.3);
}

.page-contact .i-384e19 {
    position: absolute;
    top: 15px;
    right: 15px;
}

.page-contact .i-3b7cdd {
    background: linear-gradient(135deg, rgba(244, 67, 54, 0.1), rgba(244, 67, 54, 0.05));
    border: 2px solid #f44336;
    border-radius: 15px;
    padding: 1.5rem;
}

.page-products .i-4591dc,
.page-services .i-4591dc,
.page-contact .i-4591dc,
.page-module-detail .i-4591dc {
    background: linear-gradient(135deg, #0a1929 0%, #1a5490 50%, #2196F3 100%);
    position: relative;
    overflow: hidden;
}

.page-contact .i-50a5b3 {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.1), rgba(76, 175, 80, 0.05));
    border: 2px solid #4CAF50;
    border-radius: 15px;
    padding: 1.5rem;
}

.page-contact .i-52a04d {
    color: #f44336;
}

.page-about .i-599e0c,
.page-products .i-599e0c,
.page-services .i-599e0c,
.page-contact .i-599e0c {
    position: relative;
    z-index: 2;
}

.page-about .i-6401cf {
    opacity: 0.95;
}

.page-about .i-6f88aa {
    color: #F44336;
}

.page-about .i-7ded53 {
    opacity: 0.85;
}

.page-products .i-7f1dae,
.page-services .i-7f1dae {
    font-size: 2.5rem;
}

.page-about .i-8c3c80 {
    color: #FFA726;
}

.page-products .i-8d4ecb,
.page-services .i-8d4ecb,
.page-contact .i-8d4ecb {
    background: #f0f4f8;
}

.page-products .i-93f4e1,
.page-services .i-93f4e1 {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a5490, #2196F3);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(33, 150, 243, 0.3);
}

.page-contact .i-94162e {
    width: 50px;
    height: 50px;
    background: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.page-about .i-a2bc47,
.page-products .i-a2bc47,
.page-services .i-a2bc47,
.page-contact .i-a2bc47 {
    opacity: 0.9;
}

.page-services .i-a3f134 {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a5490, #2196F3);
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(33, 150, 243, 0.3);
    position: relative;
}

.page-contact .i-bf766a {
    font-size: 5rem;
    color: #1a5490;
    opacity: 0.5;
    margin-bottom: 1.5rem;
}

.page-about .i-c3cb47 {
    color: #2196F3;
}

.page-contact .i-c7e3a1 {
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    padding: 0.8rem 1.2rem;
}

.page-services .i-cb106c {
    font-size: 3rem;
    font-weight: 800;
    color: #1a5490;
}

.page-about .i-d268e2,
.page-products .i-d268e2,
.page-services .i-d268e2,
.page-contact .i-d268e2,
.page-blog .i-d268e2 {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 0.9rem;
}

.page-contact .i-d6bcc0 {
    width: 50px;
    height: 50px;
    background: #f44336;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.page-services .i-d7e7e2 {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 45px;
    height: 45px;
    background: #FFA726;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.3rem;
    color: white;
    box-shadow: 0 5px 20px rgba(255, 167, 38, 0.4);
}

.page-about .i-dc162f,
.page-contact .i-dc162f {
    font-size: 1.3rem;
}

.page-about .i-e912ca,
.page-products .i-e912ca,
.page-services .i-e912ca,
.page-contact .i-e912ca {
    background: white;
}

.page-products .i-fcea63,
.page-services .i-fcea63,
.page-contact .i-fcea63,
.page-module-detail .i-fcea63 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 167, 38, 0.2) 0%, transparent 70%);
}

.page-module-detail .page-header-module {
    background: linear-gradient(135deg, #0a1929 0%, #1a5490 50%, #2196F3 100%);
    padding: 80px 0 120px;
    position: relative;
}

.page-module-detail .module-icon-hero {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    color: white;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.page-module-detail .header-shape {
    height: 120px;
}

.page-module-detail .module-overview-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(33, 150, 243, 0.1);
}

.page-module-detail .module-icon-large {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #1a5490, #2196F3);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: white;
    box-shadow: 0 10px 30px rgba(33, 150, 243, 0.3);
}

.page-module-detail .stat-card-module {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.page-module-detail .stat-card-module:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(33, 150, 243, 0.2);
    border-color: #2196F3;
}

.page-module-detail .stat-icon-module {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1a5490, #2196F3);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.5rem;
    color: white;
}

.page-module-detail .feature-card-modern {
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.page-module-detail .feature-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1a5490, #2196F3);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.page-module-detail .feature-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(33, 150, 243, 0.2);
    border-color: #2196F3;
}

.page-module-detail .feature-card-modern:hover::before {
    transform: scaleX(1);
}

.page-module-detail .feature-number {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(33, 150, 243, 0.1);
    line-height: 1;
}

.page-module-detail .feature-icon-modern {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    margin-bottom: 1rem;
}

.page-module-detail .feature-description {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0.75rem;
    flex-grow: 1;
}

.page-module-detail .feature-card-modern h5 {
    font-size: 1rem;
    line-height: 1.4;
}

.page-module-detail .feature-icon-primary { background: linear-gradient(135deg, #1a5490, #2196F3); }
.page-module-detail .feature-icon-success { background: linear-gradient(135deg, #4CAF50, #66BB6A); }
.page-module-detail .feature-icon-info { background: linear-gradient(135deg, #00BCD4, #26C6DA); }
.page-module-detail .feature-icon-warning { background: linear-gradient(135deg, #FFA726, #FFB74D); }
.page-module-detail .feature-icon-danger { background: linear-gradient(135deg, #F44336, #EF5350); }
.page-module-detail .feature-icon-purple { background: linear-gradient(135deg, #9C27B0, #BA68C8); }

.page-module-detail .industry-card-modern {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.page-module-detail .industry-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(33, 150, 243, 0.2);
    border-color: #2196F3;
}

.page-module-detail .industry-header-modern {
    background: linear-gradient(135deg, #1a5490, #2196F3);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    color: white;
}

.page-module-detail .industry-icon-modern {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.5rem;
}

.page-module-detail .industry-body-modern {
    padding: 1.5rem;
}

.page-module-detail .industry-feature-item {
    display: flex;
    align-items: flex-start;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.page-module-detail .industry-feature-item:last-child {
    border-bottom: none;
}

.page-module-detail .feature-bullet {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #1a5490, #2196F3);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
}

.page-module-detail .benefit-card-modern {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #2196F3;
}

.page-module-detail .benefit-card-modern:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(33, 150, 243, 0.2);
}

.page-module-detail .benefit-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1a5490, #2196F3);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
}

.page-module-detail .benefit-content {
    flex: 1;
    padding-top: 0.5rem;
}

.page-module-detail .features-summary-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(33, 150, 243, 0.1);
}

.page-module-detail .feature-item-summary {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    background: white;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.page-module-detail .feature-item-summary:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(33, 150, 243, 0.15);
}

.page-module-detail .feature-check-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #4CAF50, #66BB6A);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: white;
    font-size: 0.85rem;
    flex-shrink: 0;
}

/* Breadcrumb Divider Color */
.page-module-detail .breadcrumb-item + .breadcrumb-item::before {
    color: white !important;
    content: var(--bs-breadcrumb-divider, "/");
}

/* Blog Detail Breadcrumb Divider Color */
.page-blog-detail .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff !important;
    content: var(--bs-breadcrumb-divider, "/");
}

/* CTA Section Background - Match Products Page */
.page-module-detail .i-4591dc {
    background: linear-gradient(135deg, #0a1929 0%, #1a5490 50%, #2196F3 100%) !important;
    position: relative;
    overflow: hidden;
}

.page-module-detail .i-fcea63 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 167, 38, 0.2) 0%, transparent 70%);
}

@media (max-width: 768px) {
    .page-module-detail .module-icon-hero {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }
    
    .page-module-detail .d-flex.align-items-center {
        flex-direction: column;
        text-align: center;
    }
}

/* ===================================
   BLOG DETAIL PAGE ENHANCEMENTS
   =================================== */

/* Blog Content Styling */
.page-blog-detail .blog-content {
    line-height: 1.9;
    font-size: 1.1rem;
    color: #333;
}

.page-blog-detail .blog-content h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-size: 1.875rem;
    font-weight: 700;
    color: #1a5490;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(33, 150, 243, 0.2);
}

.page-blog-detail .blog-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2196F3;
}

.page-blog-detail .blog-content h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.page-blog-detail .blog-content p {
    margin-bottom: 1.5rem;
    text-align: justify;
}

.page-blog-detail .blog-content ul,
.page-blog-detail .blog-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.page-blog-detail .blog-content li {
    margin-bottom: 0.75rem;
    line-height: 1.8;
}

.page-blog-detail .blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 2rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-detail .blog-content blockquote {
    border-left: 4px solid #2196F3;
    padding: 1.5rem 2rem;
    margin: 2rem 0;
    font-style: italic;
    color: #555;
    background: linear-gradient(135deg, rgba(26, 84, 144, 0.05) 0%, rgba(33, 150, 243, 0.05) 100%);
    border-radius: 0 8px 8px 0;
}

.page-blog-detail .blog-content a {
    color: #2196F3;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.page-blog-detail .blog-content a:hover {
    color: #1a5490;
}

.page-blog-detail .blog-content code {
    background-color: #f4f4f4;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-size: 0.9em;
    color: #e83e8c;
    font-family: 'Courier New', monospace;
}

.page-blog-detail .blog-content pre {
    background-color: #2d2d2d;
    color: #f8f8f2;
    padding: 1.5rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 2rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-detail .blog-content pre code {
    background-color: transparent;
    padding: 0;
    color: inherit;
}

/* Sidebar Enhancements */
.page-blog-detail .blog-sidebar .hover-link {
    transition: all 0.3s ease;
    border-radius: 6px;
    color: #1a5490;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.page-blog-detail .blog-sidebar .hover-link:link,
.page-blog-detail .blog-sidebar .hover-link:visited {
    color: #1a5490;
    text-decoration: none;
}

.page-blog-detail .blog-sidebar .hover-link:hover {
    background-color: rgba(33, 150, 243, 0.1);
    color: #2196F3;
    transform: translateX(5px);
    padding-left: 1rem !important;
    text-decoration: none;
}

.page-blog-detail .blog-sidebar .hover-link.active {
    background-color: rgba(33, 150, 243, 0.15);
    color: #1a5490;
    font-weight: 600;
}

.page-blog-detail .blog-sidebar .hover-link i {
    color: #2196F3;
    transition: color 0.3s ease;
}

.page-blog-detail .blog-sidebar .hover-link:hover i {
    color: #2196F3;
}

/* Sidebar Header Button-like Styling */
.page-blog-detail .blog-sidebar-header {
    border: none;
    border-radius: 8px;
    padding: 0.75rem 0;
    background: transparent;
}

.page-blog-detail .blog-sidebar-header-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a5490, #2196F3);
    flex-shrink: 0;
}

.page-blog-detail .blog-sidebar-header-icon i {
    color: white;
    font-size: 1.1rem;
}

.page-blog-detail .blog-sidebar-header h4 {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.2;
}

/* Sidebar Info Icons */
.page-blog-detail .blog-sidebar-info-icon {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Related Posts Card Hover */
.page-blog-detail .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Featured Image */
.page-blog-detail .blog-featured-image {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
    display: block;
}

/* Featured Image Overlay */
.page-blog-detail .position-relative.overflow-hidden::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
    pointer-events: none;
    border-radius: 15px;
}

/* Blog Index Page Enhancements */
.page-blog .blog-card-modern {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid rgba(33, 150, 243, 0.1);
    height: 100%;
}

.page-blog .blog-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(33, 150, 243, 0.2);
    border-color: #2196F3;
}

.page-blog .blog-card-image-wrapper {
    display: block;
    height: 100%;
    text-decoration: none;
}

.page-blog .blog-card-image {
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
}

.page-blog .blog-card-modern:hover .blog-card-image {
    transform: scale(1.1);
}

.page-blog .blog-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.page-blog .blog-card-modern:hover .blog-card-overlay {
    opacity: 1;
}

.page-blog .blog-category-badge {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    color: #1a5490;
    font-weight: 600;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog .blog-category-badge-inline {
    background: linear-gradient(135deg, rgba(26, 84, 144, 0.1), rgba(33, 150, 243, 0.1));
    color: #1a5490;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.page-blog .blog-category-badge-inline:hover {
    background: linear-gradient(135deg, #1a5490, #2196F3);
    color: white;
    transform: translateY(-2px);
}

.page-blog .blog-card-title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.page-blog .blog-card-title a {
    color: #1a5490;
    transition: color 0.3s ease;
}

.page-blog .blog-card-title a:hover {
    color: #2196F3;
}

.page-blog .blog-card-excerpt {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
}

.page-blog .blog-card-meta {
    font-size: 0.9rem;
    color: #888;
}

.page-blog .btn-read-more {
    border-radius: 25px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.2);
}

.page-blog .btn-read-more:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(33, 150, 243, 0.3);
}

.page-blog .blog-pagination .page-link {
    border-radius: 8px;
    margin: 0 3px;
    border: 1px solid rgba(33, 150, 243, 0.2);
    color: #1a5490;
    padding: 0.6rem 1rem;
    transition: all 0.3s ease;
}

.page-blog .blog-pagination .page-link:hover {
    background: linear-gradient(135deg, #1a5490, #2196F3);
    color: white;
    border-color: #2196F3;
    transform: translateY(-2px);
}

.page-blog .blog-pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #1a5490, #2196F3);
    border-color: #2196F3;
    color: white;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.3);
}

/* Category Buttons - Clear Clickable Design */
.page-blog .blog-sidebar .category-btn,
.page-blog-detail .blog-sidebar .category-btn {
    border-width: 2px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 1;
}

.page-blog .blog-sidebar .category-btn:hover,
.page-blog-detail .blog-sidebar .category-btn:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
    text-decoration: none;
}

.page-blog .blog-sidebar .category-btn.active,
.page-blog-detail .blog-sidebar .category-btn.active {
    background: linear-gradient(135deg, #1a5490, #2196F3) !important;
    border-color: #2196F3 !important;
    color: white !important;
    font-weight: 600;
}

.page-blog .blog-sidebar .category-btn.active .badge,
.page-blog-detail .blog-sidebar .category-btn.active .badge {
    background: rgba(255, 255, 255, 0.3) !important;
    color: white !important;
}

/* Blog Sidebar for Index Page */
.page-blog .blog-sidebar .hover-link {
    transition: all 0.3s ease;
    border-radius: 6px;
    color: #1a5490;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.page-blog .blog-sidebar .hover-link:link,
.page-blog .blog-sidebar .hover-link:visited {
    color: #1a5490;
    text-decoration: none;
}

.page-blog .blog-sidebar .hover-link:hover {
    background-color: rgba(33, 150, 243, 0.1);
    color: #2196F3;
    transform: translateX(5px);
    padding-left: 1rem !important;
    text-decoration: none;
}

.page-blog .blog-sidebar .hover-link.active {
    background-color: rgba(33, 150, 243, 0.15);
    color: #1a5490;
    font-weight: 600;
}

.page-blog .blog-sidebar .hover-link i {
    color: #2196F3;
    transition: color 0.3s ease;
}

.page-blog .blog-sidebar .hover-link:hover i {
    color: #2196F3;
}

.page-blog .blog-sidebar-header {
    border: none;
    border-radius: 8px;
    padding: 0.75rem 0;
    background: transparent;
}

.page-blog .blog-sidebar-header-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a5490, #2196F3);
    flex-shrink: 0;
}

.page-blog .blog-sidebar-header-icon i {
    color: white;
    font-size: 1.1rem;
}

.page-blog .blog-sidebar-header h4 {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.2;
}

/* Responsive Blog Index */
@media (max-width: 768px) {
    .page-blog .blog-card-modern .row > div {
        margin-bottom: 0;
    }
    
    .page-blog .blog-card-image-wrapper .position-relative {
        border-radius: 15px 15px 0 0 !important;
        min-height: 200px;
    }
    
    .page-blog .blog-card-title {
        font-size: 1.25rem;
    }
    
    .page-blog .blog-card-excerpt {
        font-size: 0.95rem;
    }
}

/* Responsive Blog Detail */
@media (max-width: 768px) {
    .page-blog-detail .blog-content {
        font-size: 1rem;
    }
    
    .page-blog-detail .blog-content h2 {
        font-size: 1.5rem;
    }
    
    .page-blog-detail .blog-content h3 {
        font-size: 1.25rem;
    }
    
    .page-blog-detail .blog-sidebar {
        position: static !important;
    }
    
    .page-blog-detail .display-3 {
        font-size: 2rem;
    }
}



