.why-choose-us-v2 {
    background: linear-gradient(to top, #dcebf8, transparent);
    padding: 20px 0 150px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.why-choose-us-v2 .section-subtitle {
    margin-bottom: 56px;
}


.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card-glass {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.75);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.feature-card-glass:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.9);
}

.feature-card-glass .icon-wrap {
    background: #e9f1ff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.2);
}

.feature-card-glass i {
    font-size: 1.8rem;
    color: #0d6efd;
}

.feature-card-glass h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.feature-card-glass p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}
