.foter-logo img {
    width: 300px;
}
.social-media-wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    left: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.social-media-button {
    align-items: center;
    background-color: #ffaa17;
    color: #333333;
    display: flex;
    font-size: 24px;
    height: 60px;
    justify-content: center;
    width: 60px;
}
.social-media-button:hover {
    background-color: #333333;
    color: #ffffff;
}
@media (max-width: 576px) {
    .banner-section {
        background-position: -720px;
    }
    .banner-section::before {
        display: none;
    }
}
@media (max-width: 768px) {
    footer .footer-widget-area .widget {
        margin-bottom: 50px;
    }
    .social-media-wrapper {
        box-shadow: none;
        flex-direction: row;
        gap: 10px;
        left: 20px;
        right: 0;
        top: 98%;
        transform: translateY(-98%);
    }
    .social-media-button {
        font-size: 20px;
        height: 40px;
        width: 40px;
    }
    .features-boxes .feature-img img {
        display: none;
    }
}
@media (max-width: 992px) {
    footer .footer-widget-area .widget.getin-widget {
        margin-bottom: 50px;
    }
    .contact-section.with-map-bg::after {
        display: none;
    }
}
@media (max-width: 1200px) {
    header .mainmenu-area .main-menu {
        grid-template-columns: 150px 1fr;
    }
}
