/* ===== WHY CHOOSE UDYOGVIKAS SECTION ===== */

.why-choose-section {
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 50%, #ffffff 100%);
    overflow: hidden;
}

.why-choose-section::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(245, 130, 32, 0.08), transparent);
    border-radius: 50%;
    pointer-events: none;
}

.why-choose-section::after {
    content: '';
    position: absolute;
    bottom: -200px;
    left: -200px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(15, 76, 107, 0.06), transparent);
    border-radius: 50%;
    pointer-events: none;
}

.why-choose-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* === SECTION HEADER === */
.why-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-badge {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(245, 130, 32, 0.1), rgba(27, 156, 252, 0.08));
    border: 1px solid rgba(245, 130, 32, 0.2);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #F58220;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.why-title {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #0F4C6B;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}

.why-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #F58220, #1b9cfc);
    border-radius: 2px;
    /* Animate transform (GPU-composited) instead of width (forces layout).
       Rest state is scaleX(1) so it stays visible when prefers-reduced-motion
       disables the animation; the keyframe's `from` provides the grow-in. */
    transform: translateX(-50%) scaleX(1);
    animation: expandUnderline 1.5s ease-out forwards;
}

@keyframes expandUnderline {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

.why-subtitle {
    font-size: 16px;
    color: #6c757d;
    margin-top: 24px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* === FEATURE CARDS === */
.why-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 70px;
}

.why-card {
    position: relative;
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(15, 76, 107, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border: 2px solid transparent;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #F58220, #1b9cfc, #F58220);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.why-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(245, 130, 32, 0.05), transparent);
    border-radius: 50%;
    transition: all 0.4s ease;
    opacity: 0;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(15, 76, 107, 0.15);
    border-color: rgba(245, 130, 32, 0.2);
}

.why-card:hover::before {
    transform: scaleX(1);
}

.why-card:hover::after {
    opacity: 1;
}

.why-card-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, rgba(245, 130, 32, 0.1), rgba(27, 156, 252, 0.08));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    transition: all 0.4s ease;
    position: relative;
}

.why-card:hover .why-card-icon {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, rgba(245, 130, 32, 0.15), rgba(27, 156, 252, 0.12));
}

.why-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0F4C6B;
    margin-bottom: 12px;
    text-align: center;
}

.why-card-description {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    text-align: center;
}

/* === STATS SECTION === */
.why-stats-container {
    background: linear-gradient(135deg, #0F4C6B 0%, #1a5f7a 50%, #0d3d52 100%);
    border-radius: 24px;
    padding: 50px 30px;
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(15, 76, 107, 0.2);
}

.why-stats-container::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(245, 130, 32, 0.15), transparent);
    border-radius: 50%;
}

.why-stats-container::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(27, 156, 252, 0.1), transparent);
    border-radius: 50%;
}

.why-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

.why-stat-item {
    text-align: center;
    color: #ffffff;
    position: relative;
}

.why-stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
}

.why-stat-icon {
    font-size: 36px;
    margin-bottom: 12px;
    display: block;
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.why-stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #F58220;
    margin-bottom: 8px;
    line-height: 1;
}

.why-stat-label {
    font-size: 14px;
    color: #a8c5d6;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* === TESTIMONIAL === */
.why-testimonial {
    max-width: 800px;
    margin: 0 auto 50px;
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(15, 76, 107, 0.1);
    position: relative;
    border-left: 4px solid #F58220;
}

.why-testimonial::before {
    content: '"';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 80px;
    color: rgba(245, 130, 32, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

.why-testimonial-quote {
    font-size: 16px;
    font-style: italic;
    color: #0F4C6B;
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.why-testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.why-testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #F58220, #1b9cfc);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: 600;
}

.why-testimonial-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0F4C6B;
    margin-bottom: 4px;
}

.why-testimonial-info p {
    font-size: 13px;
    color: #6c757d;
}

/* === CTA BUTTON === */
.why-cta {
    text-align: center;
}

.why-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #F58220 0%, #e8751a 100%);
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 8px 25px rgba(245, 130, 32, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.why-cta-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.why-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(245, 130, 32, 0.4);
}

.why-cta-button:hover::before {
    width: 300px;
    height: 300px;
}

.why-cta-button svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.why-cta-button:hover svg {
    transform: translateX(5px);
}

/* === RESPONSIVE DESIGN === */

/* Large Tablet */
@media (max-width: 1024px) {
    .why-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .why-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .why-stat-item:nth-child(2)::after {
        display: none;
    }
    
    .why-title {
        font-size: 36px;
    }
}

/* Tablet */
@media (max-width: 768px) {
    .why-choose-section {
        padding: 70px 15px;
    }
    
    .why-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-bottom: 50px;
    }
    
    .why-card {
        padding: 28px 20px;
    }
    
    .why-card-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
    
    .why-card-title {
        font-size: 16px;
    }
    
    .why-card-description {
        font-size: 13px;
    }
    
    .why-stats-container {
        padding: 40px 20px;
        margin-bottom: 50px;
    }
    
    .why-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .why-stat-number {
        font-size: 36px;
    }
    
    .why-stat-label {
        font-size: 13px;
    }
    
    .why-testimonial {
        padding: 30px;
        margin-bottom: 40px;
    }
    
    .why-testimonial-quote {
        font-size: 15px;
    }
    
    .why-title {
        font-size: 32px;
    }
    
    .why-subtitle {
        font-size: 15px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .why-choose-section {
        padding: 50px 12px;
    }
    
    .why-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        margin-bottom: 40px;
    }
    
    .why-card {
        padding: 22px 16px;
    }
    
    .why-card-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .why-card-title {
        font-size: 14px;
    }
    
    .why-card-description {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .why-stats-container {
        padding: 30px 15px;
        margin-bottom: 40px;
        border-radius: 16px;
    }
    
    .why-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .why-stat-item:nth-child(2)::after {
        display: none;
    }
    
    .why-stat-item::after {
        display: none !important;
    }
    
    .why-stat-number {
        font-size: 30px;
    }
    
    .why-stat-icon {
        font-size: 28px;
    }
    
    .why-stat-label {
        font-size: 12px;
    }
    
    .why-testimonial {
        padding: 25px 20px;
        margin-bottom: 35px;
    }
    
    .why-testimonial::before {
        font-size: 60px;
        top: 10px;
        left: 10px;
    }
    
    .why-testimonial-quote {
        font-size: 14px;
        line-height: 1.7;
    }
    
    .why-testimonial-author {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .why-cta-button {
        padding: 14px 30px;
        font-size: 15px;
        width: 100%;
        justify-content: center;
    }
    
    .why-title {
        font-size: 28px;
    }
    
    .why-subtitle {
        font-size: 14px;
    }
    
    .why-badge {
        font-size: 13px;
        padding: 8px 18px;
    }
}

/* Small Mobile */
@media (max-width: 400px) {
    .why-choose-section {
        padding: 40px 10px;
    }
    
    .why-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .why-card {
        padding: 18px 12px;
    }
    
    .why-card-icon {
        width: 45px;
        height: 45px;
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .why-card-title {
        font-size: 13px;
    }
    
    .why-card-description {
        font-size: 11px;
    }
    
    .why-stats-container {
        padding: 25px 12px;
    }
    
    .why-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .why-stat-number {
        font-size: 26px;
    }
    
    .why-stat-icon {
        font-size: 24px;
    }
    
    .why-stat-label {
        font-size: 11px;
    }
    
    .why-title {
        font-size: 26px;
    }
}
