/* ======= RESPONSIVE FOR MOBILE ======= */
@media (max-width: 768px) {
    .header-area .main-nav ul.nav {
        flex-direction: column;
        background-color: white;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        display: none;
    }

    .header-area .main-nav ul.nav li {
        text-align: center;
        margin: 10px 0;
    }

    .main-nav.active ul.nav {
        display: flex;
    }

    /* Logo & Header flex wrap */
    .header-area > .container > div {
        flex-direction: column;
        align-items: flex-start;
    }

    .left-content,
    .right-content,
    .contact-form,
    .left-text-content {
        width: 100% !important;
    }

    .col-lg-4,
    .col-lg-6,
    .col-lg-8,
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .agency-item,
    .chef-item {
        margin-bottom: 20px;
    }

    iframe.embed-responsive-item {
        width: 100% !important;
        height: auto !important;
    }

    footer > div {
        flex-direction: column;
        gap: 20px;
    }

    .contact-form form .col-lg-6,
    .contact-form form .col-sm-12 {
        padding: 0 !important;
    }

    .section-heading h2 {
        font-size: 20px;
    }

    .left-content{
        margin-bottom: 500px;
    }


    #top img{
        width: 50%;
        height: auto;
    }
}

