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

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

.new_design .modern-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, 0, 0, 0.7) 0%, rgba(0, 92, 187, 0.5) 100%) !important;
    z-index: 1 !important;
}

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

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

.new_design .hero-subtitle {
    font-size: clamp(1.5rem, 3vw, 2.5rem) !important;
    font-weight: 600 !important;
    color: #ffd700 !important;
    margin-bottom: 2rem !important;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4) !important;
}

.new_design .hero-stats {
    max-width: 900px !important;
    margin: 0 auto !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.new_design .hero-stat {
    font-size: clamp(1rem, 2vw, 1.25rem) !important;
    margin: 0.75rem 0 !important;
    padding: 0.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    color: #ffffff !important;
}

.new_design .hero-stat::before {
    content: '✓' !important;
    display: inline-block !important;
    width: 28px !important;
    height: 28px !important;
    background: #27ae60 !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 28px !important;
    font-weight: bold !important;
    flex-shrink: 0 !important;
    color: #ffffff !important;
}

.new_design .hero-stat strong {
    color: #ffd700 !important;
    font-weight: 700 !important;
}

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

.new_design .buttons-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.new_design .modern-button-card {
    position: relative !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 40px 30px !important;
    text-align: center !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden !important;
    text-decoration: none !important;
    display: block !important;
    border: 2px solid transparent !important;
}

.new_design .modern-button-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 5px !important;
    background: linear-gradient(90deg, #005cbb, #00a8e8) !important;
    transform: scaleX(0) !important;
    transition: transform 0.4s ease !important;
}

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

.new_design .modern-button-card:hover::before {
    transform: scaleX(1) !important;
}

.new_design .button-label {
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #005cbb !important;
    margin-bottom: 15px !important;
    opacity: 0.8 !important;
}

.new_design .button-title {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

.new_design .button-icon {
    font-size: 3rem !important;
    margin-bottom: 20px !important;
    background: linear-gradient(135deg, #005cbb, #00a8e8) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* Additional Info Section */
.new_design .additional-info {
    padding: 60px 0 !important;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    color: #ffffff !important;
}

.new_design .additional-info h3 {
    font-size: clamp(1.5rem, 3vw, 2rem) !important;
    font-weight: 600 !important;
    text-align: center !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    line-height: 1.6 !important;
    color: #ffffff !important;
}

.new_design .additional-info strong {
    color: #ffd700 !important;
    font-weight: 700 !important;
}

/* Modern Carousel Section */
.new_design .modern-carousel-section {
    padding: 80px 0 !important;
    background: #f8f9fa !important;
}

.new_design .carousel-container {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.new_design .section-title {
    text-align: center !important;
    font-size: clamp(2rem, 4vw, 2.5rem) !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 50px !important;
}

.new_design .section-title::after {
    content: '' !important;
    display: block !important;
    width: 80px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #005cbb, #00a8e8) !important;
    margin: 20px auto 0 !important;
    border-radius: 2px !important;
}

.new_design .modern-carousel {
    background: #ffffff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
}

.new_design .modern-carousel .carousel-inner {
    border-radius: 20px !important;
}

.new_design .modern-carousel .carousel-control {
    width: 50px !important;
    height: 50px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: rgba(0, 92, 187, 0.8) !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
}

.new_design .modern-carousel .carousel-control.left {
    left: 20px !important;
}

.new_design .modern-carousel .carousel-control.right {
    right: 20px !important;
}

.new_design .modern-carousel .carousel-control:hover {
    background: rgba(0, 92, 187, 1) !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.new_design .modern-carousel .glyphicon {
    font-size: 1.5rem !important;
    text-shadow: none !important;
}

.new_design .modern-carousel img {
    border-radius: 20px !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .new_design .modern-hero {
        min-height: 60vh !important;
        background-attachment: scroll !important;
    }
    
    .new_design .hero-stats {
        padding: 1.5rem !important;
    }
    
    .new_design .hero-stat {
        font-size: 1rem !important;
    }
    
    .new_design .buttons-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .new_design .modern-carousel .carousel-control {
        width: 40px !important;
        height: 40px !important;
    }
    
    .new_design .modern-carousel .carousel-control.left {
        left: 10px !important;
    }
    
    .new_design .modern-carousel .carousel-control.right {
        right: 10px !important;
    }
}

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

.new_design .hero-content > * {
    animation: fadeInUp 0.8s ease-out backwards !important;
}

.new_design .hero-content > *:nth-child(1) {
    animation-delay: 0.2s !important;
}

.new_design .hero-content > *:nth-child(2) {
    animation-delay: 0.4s !important;
}

.new_design .hero-content > *:nth-child(3) {
    animation-delay: 0.6s !important;
}
