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

/* Hero Section */
.new_design .why-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 .why-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 .why-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 .why-hero-title {
    font-size: clamp(2rem, 5vw, 3rem) !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3) !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
}

.new_design .why-hero-subtitle {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem) !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 .why-content-section {
    padding: 80px 0 0 !important;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%) !important;
}

.new_design .content-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 60px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.new_design .content-column {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
}

.new_design .content-block h2 {
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    color: #005cbb !important;
    margin-bottom: 25px !important;
    position: relative !important;
    padding-bottom: 15px !important;
}

.new_design .content-block h2::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 60px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #005cbb, #00a8e8) !important;
    border-radius: 2px !important;
}

.new_design .content-block p {
    font-size: 1.2rem !important;
    line-height: 1.8 !important;
    color: #2c2c2c !important;
    margin-bottom: 18px !important;
    font-weight: 400 !important;
}

.new_design .content-block .quote {
    font-style: italic !important;
    color: #005cbb !important;
    font-size: 1.35rem !important;
    font-weight: 600 !important;
    padding: 20px 0 !important;
    border-left: 5px solid #ffd700 !important;
    padding-left: 25px !important;
    margin: 25px 0 !important;
}

/* Clients Section */
.new_design .clients-card {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    border-radius: 20px !important;
    padding: 40px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    color: #ffffff !important;
    position: relative !important;
    overflow: hidden !important;
}

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

.new_design .clients-card h2 {
    font-size: 1.9rem !important;
    font-weight: 600 !important;
    color: #ffd700 !important;
    margin-bottom: 30px !important;
    line-height: 1.5 !important;
    position: relative !important;
    z-index: 1 !important;
}

.new_design .clients-card img {
    width: 100% !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3) !important;
    position: relative !important;
    z-index: 1 !important;
    max-width: 100% !important;
    height: auto !important;
}

/* Feature Highlights */
.new_design .feature-highlight {
    background: #f0f7ff !important;
    border-left: 4px solid #005cbb !important;
    padding: 25px 30px !important;
    border-radius: 8px !important;
    margin: 25px 0 !important;
    font-size: 1.15rem !important;
    line-height: 2 !important;
    color: #1a1a1a !important;
}

.new_design .feature-highlight strong {
    color: #005cbb !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
}

/* Stats/Numbers */
.new_design .stat-number {
    color: #ffd700 !important;
    font-weight: 700 !important;
    font-size: 1.35em !important;
}

/* Strong emphasis text */
.new_design .content-block strong {
    color: #1a1a1a !important;
    font-weight: 700 !important;
}

/* Perfect Blend Section Spacing */
.new_design .perfect-blend-section {
    margin-top: 50px !important;
}

/* Warranty Images Section */
.new_design .warranty-images-section {
    margin-top: 50px !important;
    padding-bottom: 80px !important;
}

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

.new_design .warranty-image-card {
    background: #ffffff !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.new_design .warranty-image-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 10px 35px rgba(0, 92, 187, 0.2) !important;
}

.new_design .warranty-image-card img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Responsive Design */
@media (max-width: 992px) {
    .new_design .content-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    
    .new_design .why-hero {
        min-height: 35vh !important;
    }
    
    .new_design .clients-card {
        padding: 30px 25px !important;
    }
    
    .new_design .warranty-images-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }
    
    .new_design .warranty-images-section {
        padding-bottom: 60px !important;
    }
}

@media (max-width: 768px) {
    .new_design .why-content-section {
        padding: 50px 0 0 !important;
    }
    
    .new_design .why-hero {
        min-height: 30vh !important;
    }
    
    .new_design .why-hero-content {
        padding: 30px 20px !important;
    }
    
    .new_design .content-block h2 {
        font-size: 1.85rem !important;
    }
    
    .new_design .content-block p {
        font-size: 1.1rem !important;
    }
    
    .new_design .feature-highlight {
        font-size: 1.05rem !important;
        padding: 20px 25px !important;
    }
    
    .new_design .content-block .quote {
        font-size: 1.2rem !important;
    }
    
    .new_design .clients-card h2 {
        font-size: 1.6rem !important;
    }
}

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

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

.new_design .content-column:nth-child(1) .content-block:nth-child(1) {
    animation-delay: 0.2s !important;
}

.new_design .content-column:nth-child(1) .content-block:nth-child(2) {
    animation-delay: 0.3s !important;
}

.new_design .content-column:nth-child(2) .content-block {
    animation-delay: 0.4s !important;
}
