/* Modern Application Page Styles - Scoped to .new_design */

/* Hero Section */
.new_design .application-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 .application-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 .application-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 .application-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 .application-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 .application-content-section {
    padding: 80px 0 !important;
    background: #ffffff !important;
}

/* Three Box Section - Full Width */
.new_design .application-three-box-section {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

/* Top Content Section */
.new_design .application-top-content {
    max-width: 1200px !important;
    margin: 0 auto 60px !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 50px !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08) !important;
}

.new_design .top-section-heading {
    font-size: 2.5rem !important;
    color: #005cbb !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 35px !important;
    padding-bottom: 20px !important;
    border-bottom: 3px solid #005cbb !important;
    text-align: center !important;
}

.new_design .application-top-content p {
    font-size: 1.35rem !important;
    line-height: 1.8 !important;
    color: #2c2c2c !important;
    margin-bottom: 20px !important;
}

.new_design .application-top-content ul,
.new_design .application-top-content ol {
    font-size: 1.35rem !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
}

.new_design .application-top-content li {
    margin-bottom: 12px !important;
    color: #2c2c2c !important;
}

.new_design .application-top-content .row {
    min-height: auto !important;
}

.new_design .application-top-content h2,
.new_design .application-top-content h3,
.new_design .application-top-content h4 {
    color: #005cbb !important;
    font-weight: 700 !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
}

/* Info Grid */
.new_design .application-info-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.new_design .info-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(0, 92, 187, 0.1) !important;
}

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

.new_design .info-card-content h2 {
    font-size: 2rem !important;
    color: #005cbb !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
}

.new_design .info-card-content h3 {
    font-size: 1.5rem !important;
    color: #005cbb !important;
    margin-bottom: 15px !important;
    font-weight: 600 !important;
}

.new_design .info-card-content h4 {
    font-size: 1.35rem !important;
    color: #2c2c2c !important;
    margin-bottom: 12px !important;
    font-weight: 600 !important;
}

.new_design .info-card-content p,
.new_design .info-card-content div {
    font-size: 1.35rem !important;
    line-height: 1.8 !important;
    color: #2c2c2c !important;
}

.new_design .info-card-content ul,
.new_design .info-card-content ol {
    font-size: 1.35rem !important;
    line-height: 1.8 !important;
}

.new_design .info-card-content li {
    margin-bottom: 12px !important;
}

/* Stats Card */
.new_design .stats-card {
    background: linear-gradient(135deg, #005cbb 0%, #00a8e8 100%) !important;
    color: #ffffff !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.new_design .stats-card::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -20% !important;
    width: 300px !important;
    height: 300px !important;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%) !important;
    border-radius: 50% !important;
}

.new_design .stats-highlight {
    position: relative !important;
    z-index: 1 !important;
    margin-bottom: 25px !important;
}

.new_design .stats-title {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.new_design .stats-number {
    display: inline-block !important;
    font-size: 2.75rem !important;
    font-weight: 800 !important;
    color: #ffd700 !important;
    margin: 0 5px !important;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4) !important;
}

.new_design .stats-subtitle {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #ffd700 !important;
    letter-spacing: 3px !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) !important;
}

.new_design .stats-content {
    position: relative !important;
    z-index: 1 !important;
    font-size: 1.25rem !important;
    color: #ffffff !important;
    line-height: 1.8 !important;
    text-align: left !important;
}

.new_design .stats-content p,
.new_design .stats-content div {
    color: #ffffff !important;
    font-size: 1.25rem !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) !important;
}

.new_design .stats-content ul,
.new_design .stats-content ol {
    color: #ffffff !important;
    font-size: 1.25rem !important;
    line-height: 1.8 !important;
    padding-left: 25px !important;
}

.new_design .stats-content li {
    color: #ffffff !important;
    margin-bottom: 12px !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) !important;
}

/* CTA Card */
.new_design .cta-card {
    background: linear-gradient(135deg, #1a252f 0%, #2c3e50 100%) !important;
    color: #ffffff !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.new_design .cta-content {
    width: 100% !important;
}

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

.new_design .cta-title {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
}

.new_design .cta-text {
    font-size: 1.1rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 30px !important;
    line-height: 1.5 !important;
}

.new_design .cta-button {
    display: inline-block !important;
    padding: 16px 40px !important;
    background: #ffd700 !important;
    color: #1a1a1a !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3) !important;
}

.new_design .cta-button:hover {
    background: #ffed4e !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4) !important;
    text-decoration: none !important;
}

/* Bottom Content Section */
.new_design .application-bottom-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 50px !important;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08) !important;
}

.new_design .application-bottom-content h2 {
    font-size: 2rem !important;
    color: #005cbb !important;
    margin-bottom: 25px !important;
    margin-top: 40px !important;
    font-weight: 700 !important;
    padding-top: 25px !important;
}

.new_design .application-bottom-content h2:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.new_design .application-bottom-content h3 {
    font-size: 1.5rem !important;
    color: #005cbb !important;
    margin-bottom: 20px !important;
    margin-top: 35px !important;
    font-weight: 600 !important;
}

.new_design .application-bottom-content h4 {
    font-size: 1.35rem !important;
    color: #2c2c2c !important;
    margin-bottom: 15px !important;
    margin-top: 25px !important;
    font-weight: 600 !important;
}

.new_design .application-bottom-content p {
    font-size: 1.35rem !important;
    line-height: 1.8 !important;
    color: #2c2c2c !important;
    margin-bottom: 25px !important;
}

.new_design .application-bottom-content ul,
.new_design .application-bottom-content ol {
    font-size: 1.35rem !important;
    line-height: 1.8 !important;
    margin-bottom: 25px !important;
    padding-left: 30px !important;
}

.new_design .application-bottom-content li {
    margin-bottom: 12px !important;
    color: #2c2c2c !important;
}

.new_design .application-bottom-content strong {
    color: #005cbb !important;
    font-weight: 700 !important;
}

/* Products Section */
.new_design .products-section {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.new_design .products-heading {
    text-align: center !important;
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
    font-weight: 700 !important;
    color: #005cbb !important;
    margin-bottom: 50px !important;
    position: relative !important;
    padding-bottom: 20px !important;
}

.new_design .products-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 .products-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    gap: 30px !important;
}

.new_design .product-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: block !important;
    border: 2px solid transparent !important;
}

.new_design .product-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 12px 40px rgba(0, 92, 187, 0.2) !important;
    border-color: #005cbb !important;
    text-decoration: none !important;
}

.new_design .product-card-inner {
    padding: 30px !important;
    text-align: center !important;
}

.new_design .product-image-wrapper {
    width: 100% !important;
    height: 200px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
    background: #f8f9fa !important;
    border-radius: 12px !important;
    padding: 20px !important;
}

.new_design .product-image {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

.new_design .product-name {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 15px !important;
    line-height: 1.3 !important;
}

.new_design .product-link-text {
    display: inline-block !important;
    color: #005cbb !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    transition: color 0.3s ease !important;
}

.new_design .product-card:hover .product-link-text {
    color: #00a8e8 !important;
}

/* Responsive Design */
@media (max-width: 992px) {
    .new_design .application-info-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }
    
    .new_design .products-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
        gap: 25px !important;
    }
    
    .new_design .application-hero {
        min-height: 35vh !important;
    }
}

@media (max-width: 768px) {
    .new_design .application-content-section {
        padding: 50px 0 !important;
    }
    
    .new_design .application-three-box-section {
        padding: 50px 0 !important;
    }
    
    .new_design .application-hero {
        min-height: 30vh !important;
    }
    
    .new_design .application-hero-content {
        padding: 30px 20px !important;
    }
    
    .new_design .application-top-content {
        padding: 35px 25px !important;
        margin-bottom: 0 !important;
    }
    
    .new_design .top-section-heading {
        font-size: 2rem !important;
        margin-bottom: 25px !important;
    }
    
    .new_design .application-top-content p,
    .new_design .application-top-content ul,
    .new_design .application-top-content ol {
        font-size: 1.25rem !important;
    }
    
    .new_design .info-card {
        padding: 30px !important;
    }
    
    .new_design .application-bottom-content {
        padding: 35px 25px !important;
    }
    
    .new_design .application-bottom-content h2 {
        font-size: 1.75rem !important;
    }
    
    .new_design .application-bottom-content h3 {
        font-size: 1.4rem !important;
    }
    
    .new_design .application-bottom-content p,
    .new_design .application-bottom-content ul,
    .new_design .application-bottom-content ol {
        font-size: 1.25rem !important;
    }
    
    .new_design .products-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .new_design .product-image-wrapper {
        height: 180px !important;
    }
}

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

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

.new_design .info-card:nth-child(1) {
    animation-delay: 0.1s !important;
}

.new_design .info-card:nth-child(2) {
    animation-delay: 0.2s !important;
}

.new_design .info-card:nth-child(3) {
    animation-delay: 0.3s !important;
}

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

.new_design .product-card:nth-child(1) {
    animation-delay: 0.4s !important;
}

.new_design .product-card:nth-child(2) {
    animation-delay: 0.45s !important;
}

.new_design .product-card:nth-child(3) {
    animation-delay: 0.5s !important;
}

.new_design .product-card:nth-child(4) {
    animation-delay: 0.55s !important;
}

.new_design .product-card:nth-child(n+5) {
    animation-delay: 0.6s !important;
}

