header nav a img {
    height: 48px !important; /* Adjust the height as needed */
    width: auto; /* Maintain aspect ratio */
}

.bg-hero {
    background-image: url('../images/bg-hero.png') !important; /* Replace with your image path */
    background-size: cover;
    background-position: center;
}

.bg-w-1 {
    background: radial-gradient(circle at 20% 20%, var(--color-brand), transparent 60%) !important;
}

.bg-body {
    background: linear-gradient(225deg, #f7e9f3 0.000%, #e7f3ff 16.667%, #ddfaff 33.333%, #e5fbeb 50.000%, #f5f6dc 66.667%, #fbede0 83.333%, #f0e3f4 100.000%);
}

.bg-contact {
    background: linear-gradient(135deg, #005362 0.000%, #00707e 25.000%, #00879f 50.000%, #0099bf 75.000%, #00a4d8 100.000%);
}

img.img-footer {
    width: 50% !important;
}
