/* Modern Category Landing Page Styles - Scoped to .new_design */

/* Hero Section */
.new_design .category-hero {
    position: relative !important;
    min-height: 40vh !important;
    background-image: url('/images/new/Image_202512311344.jpeg') !important;
    background-size: cover !important;
    background-position: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.new_design .category-hero::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(0, 92, 187, 0.85) 0%, rgba(0, 0, 0, 0.7) 100%) !important;
    z-index: 1 !important;
}

.new_design .category-hero-content {
    position: relative !important;
    z-index: 2 !important;
    text-align: center !important;
    color: #ffffff !important;
    padding: 40px 20px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.new_design .category-hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3) !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
}

.new_design .category-hero-subtitle {
    font-size: clamp(1.2rem, 2.5vw, 1.75rem) !important;
    font-weight: 400 !important;
    color: #ffd700 !important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4) !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* Content Section */
.new_design .category-content-section {
    padding: 80px 0 100px !important;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%) !important;
}

/* Header */
.new_design .category-header {
    text-align: center !important;
    max-width: 900px !important;
    margin: 0 auto 60px !important;
}

.new_design .category-main-heading {
    font-size: clamp(2rem, 4vw, 2.75rem) !important;
    font-weight: 700 !important;
    color: #005cbb !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
    position: relative !important;
    padding-bottom: 20px !important;
}

.new_design .category-main-heading::after {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
    width: 100px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #005cbb, #00a8e8) !important;
    border-radius: 2px !important;
}

.new_design .category-subheading {
    font-size: clamp(1.1rem, 2vw, 1.3rem) !important;
    color: #6c757d !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* Primary Categories Grid (Stationary & Portable) */
.new_design .categories-grid-primary {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 40px !important;
    max-width: 1200px !important;
    margin: 0 auto 70px !important;
    padding: 0 20px !important;
}

/* Primary Category Cards */
.new_design .category-card-primary {
    background: #ffffff !important;
    border-radius: 24px !important;
    padding: 45px !important;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.4s ease !important;
    border: 2px solid transparent !important;
}

.new_design .category-card-primary:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 50px rgba(0, 92, 187, 0.2) !important;
    border-color: #005cbb !important;
}

.new_design .category-card-header {
    text-align: center !important;
    margin-bottom: 25px !important;
}

.new_design .category-icon {
    font-size: 4rem !important;
    margin-bottom: 20px !important;
}

.new_design .category-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
    font-weight: 700 !important;
    color: #005cbb !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

.new_design .category-description {
    text-align: center !important;
    margin-bottom: 30px !important;
    min-height: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.new_design .category-description p {
    font-size: 1.35rem !important;
    line-height: 1.8 !important;
    color: #2c2c2c !important;
    margin: 0 !important;
}

.new_design .category-description strong {
    color: #005cbb !important;
    font-weight: 700 !important;
}

.new_design .category-button {
    display: block !important;
    width: 100% !important;
    padding: 18px 30px !important;
    background: linear-gradient(135deg, #005cbb 0%, #00a8e8 100%) !important;
    color: #ffffff !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    margin-bottom: 35px !important;
    box-shadow: 0 4px 15px rgba(0, 92, 187, 0.3) !important;
}

.new_design .category-button:hover {
    background: linear-gradient(135deg, #004a99 0%, #0090c8 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 92, 187, 0.4) !important;
    text-decoration: none !important;
}

/* Examples Section */
.new_design .category-examples {
    margin-top: 35px !important;
    padding-top: 30px !important;
    border-top: 2px solid #e9ecef !important;
}

.new_design .examples-title {
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
}

.new_design .examples-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
}

.new_design .example-item {
    background: #f8f9fa !important;
    border-radius: 12px !important;
    padding: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 180px !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
}

.new_design .example-item:hover {
    background: #ffffff !important;
    border-color: #005cbb !important;
    transform: scale(1.05) !important;
    box-shadow: 0 4px 15px rgba(0, 92, 187, 0.15) !important;
}

.new_design .example-item img {
    max-width: 100% !important;
    max-height: 150px !important;
    object-fit: contain !important;
}

/* Vision System Section (Secondary) */
.new_design .vision-system-section {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.new_design .vision-system-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-radius: 20px !important;
    padding: 40px !important;
    border: 2px solid #dee2e6 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
}

.new_design .vision-system-card:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12) !important;
    border-color: #005cbb !important;
}

.new_design .vision-card-content {
    max-width: 900px !important;
    margin: 0 auto !important;
}

.new_design .vision-header {
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
    margin-bottom: 25px !important;
}

.new_design .vision-icon {
    font-size: 3.5rem !important;
    flex-shrink: 0 !important;
}

.new_design .vision-title-group {
    flex: 1 !important;
}

.new_design .vision-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
    font-weight: 700 !important;
    color: #005cbb !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.2 !important;
}

.new_design .vision-tagline {
    font-size: 1.2rem !important;
    color: #6c757d !important;
    margin: 0 !important;
    font-style: italic !important;
}

.new_design .vision-description {
    margin-bottom: 30px !important;
}

.new_design .vision-description p {
    font-size: 1.25rem !important;
    line-height: 1.7 !important;
    color: #2c2c2c !important;
    margin: 0 !important;
}

.new_design .vision-features {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
    margin-bottom: 30px !important;
}

.new_design .vision-feature {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 20px !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    border: 2px solid #dee2e6 !important;
}

.new_design .feature-icon {
    font-size: 1.5rem !important;
    color: #28a745 !important;
    font-weight: bold !important;
    flex-shrink: 0 !important;
}

.new_design .feature-text {
    font-size: 1.15rem !important;
    color: #2c2c2c !important;
    font-weight: 600 !important;
}

.new_design .vision-button {
    display: inline-block !important;
    padding: 15px 40px !important;
    background: #005cbb !important;
    color: #ffffff !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 92, 187, 0.2) !important;
}

.new_design .vision-button:hover {
    background: #004a99 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 92, 187, 0.3) !important;
    text-decoration: none !important;
    color: #ffffff !important;
}

/* Responsive Design */
@media (max-width: 992px) {
    .new_design .categories-grid-primary {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
    }
    
    .new_design .category-hero {
        min-height: 35vh !important;
    }
    
    .new_design .vision-features {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    .new_design .category-content-section {
        padding: 50px 0 !important;
    }
    
    .new_design .category-hero {
        min-height: 30vh !important;
    }
    
    .new_design .category-hero-content {
        padding: 30px 20px !important;
    }
    
    .new_design .category-card-primary {
        padding: 35px 25px !important;
    }
    
    .new_design .category-description {
        min-height: auto !important;
    }
    
    .new_design .examples-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .new_design .example-item {
        min-height: 150px !important;
    }
    
    .new_design .vision-system-card {
        padding: 30px 20px !important;
    }
    
    .new_design .vision-header {
        flex-direction: column !important;
        text-align: center !important;
        gap: 15px !important;
    }
    
    .new_design .vision-icon {
        font-size: 3rem !important;
    }
    
    .new_design .vision-description p {
        font-size: 1.15rem !important;
    }
    
    .new_design .feature-text {
        font-size: 1.1rem !important;
    }
    
    .new_design .vision-button {
        display: block !important;
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .new_design .category-icon {
        font-size: 3rem !important;
    }
    
    .new_design .category-button {
        font-size: 1.25rem !important;
        padding: 15px 25px !important;
    }
}

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

.new_design .category-header {
    animation: fadeInUp 0.6s ease-out backwards !important;
}

.new_design .category-card-primary {
    animation: fadeInUp 0.6s ease-out backwards !important;
}

.new_design .category-card-primary:nth-child(1) {
    animation-delay: 0.2s !important;
}

.new_design .category-card-primary:nth-child(2) {
    animation-delay: 0.3s !important;
}

.new_design .vision-system-section {
    animation: fadeInUp 0.6s ease-out backwards !important;
    animation-delay: 0.4s !important;
}

