body {
    font-family: "Familjen Grotesk", sans-serif !important;
    font-weight: 600;
    font-size: 1rem;
    color: white;
}

.icon-box {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: white;
}

.vision-section {
    background-color: #000;
    padding: 0;
}

.vision-bg {
    background: url('https://onebarber.odinslk.com/wp-content/uploads/2025/06/professional-barbers-working-on-client-hair-in-barbershop-.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.vision-content {
    max-width: 500px;
    background-color: #000;
    border: 5px solid #fff;
    border-radius: 6px;
    margin-left: auto;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.vision-content h2 {
    font-size: 2rem;
}

.vision-content p {
    color: #f1f1f1;
    font-size: 16px;
    line-height: 1.8;
}

