.header1-logo img {
    width: 100px;
}

.vs-brand-wrapper .brand img {
    height: 100px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.vs-brand-wrapper .brand img:hover {
    opacity: 1;
}

.media-body-seven .media-text a,
.media-body-seven .media-label a {
    color: #fff !important;
}

@media only screen and (min-width: 1300px) and (max-width: 1599px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        --bs-gutter-x: .75rem;
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .header-btn {
        display: none;
    }
}

.whatsapp-fixed {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: transform 0.2s ease, background-color 0.2s ease;
    text-decoration: none !important;
}

.whatsapp-fixed:hover {
    background-color: #20ba5a;
    transform: scale(1.05);
    color: #fff;
}