@media (min-width: 768px) {


    .hamburger-container {
        display: none;
    }

    #header {
        position: relative;
    }

    .header-container {
        height: 100%;
        padding: 20px ;
    }

    #header #logo {
        display: none;
    }

    .logo-mobile {
        display: none;
    }

    #services {
        width: 100%;
        padding: 100px 40px;
    }

   #services-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

  .service {
    flex: 0 0 calc(33.333% - 27px);
    margin: 0;
}

    #nav {
        display: flex;
        z-index: 3;
    }

    .logo1 {
        display: block;
    }

    .submit-flex {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    input#submit {
        margin-top: 40px;
    }

    #contact-container {
        border-radius: 5px;
        

    }

    #social-contact-container {
        border-radius: 5px;
        margin-bottom: 20px;
    }

    #social-mobile {
        display: none;
    }

    #hero {
        background-image: url(/images/aircon4-web.jpg);
       
    }

    #hero-services {
        background-image: url(/images/men-aircon.jpg);
      
    }

    #hero-faqs .hero-overlay {
      
    }

    #hero-faqs {
        
    }


    #hero-faqs #hero-content {
       
    }


    #social-contact-container {
        background-image: url(/images/hero2-web.jpg);
    }

    #social-content {
        border-radius: 5px;
    }

    #social-overlay {
        border-radius: 5px;
    }

    #social-h2 h2 {
        padding: 0 15px;
    }


    #main {
        padding-top: 10px;
    }

    .hero {
        width: 100%;
    }

    .hero-content {
        padding: 100px 40px;
    }

    .hero .overlay {
    }

    #hero-services {
        height: 365px;
        margin-bottom: 20px;
    }

    #hero-services .overlay {
        border-radius: 5px;
    }

    #sitemap a {

        font-size: 1.1em;

    }

    #sitemap .icon-atr {
        font-size: 0.9em;
    }

    input {
        width: 50%;
    }




    #email {
        max-width: 500px;
    }

    #faqs div.hero-overlay {
        border-radius: 5px;
    }

    #hero-faqs {
        border-radius: 5px;
    }

    #hero-faqs .hero-overlay {
        border-radius: 5px;
    }

    #hero-faqs #hero-content {
        border-radius: 5px;
    }

    #form-flex {
        flex-direction: row;

        justify-content: space-between;
    }

    #form-flex .button {
        margin-bottom: 5px;
    }


}

@media (prefers-color-scheme: dark) {}