html {
    background-color: black;
    min-width: 350px;
}
body {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    background-color: #404040;
    width: 100%;
    max-width: 1200px;
}
header {
    background-color: #333;
    color: #fff;
    text-align: center;
    height: 400px;           
}        
.socialbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #444;
    align-items: center;
    padding: 0 20px;
}
#callnow {
    color: #fff;
    text-decoration: none;
    text-align: start;
    width: 500px;
    margin: 0 10px;
    font-size: 1em;;
}
.socialbar img{
    max-height: 35px;
}
.logo {
    background-image: url('../images/TreeCutting.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-between;
}
#logoimg {
    height: 200px;
    margin: 20px;
}
h1 {
    margin: 0;
}
.cta_top {
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    width: 100%;
    max-width: 1400px;
    height: 80px;
    margin: 0 auto;
    border-radius: 8px;
}
.service a{
    text-decoration: none;
    color: #fff;
    font-size: 1.0em;
    font-weight: bold;
}
.services{
    background-color: #404040;
}
#locscont{
    padding-top: 50px;
}

main{
    background-color: #fff;
}

#footer {
    background-color: white;
    color: #333;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
}        
#contactblock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: #fff;
    padding: 20px 60px;
    height: 150px;
} 
.footercont{
    width: 300px;
}
#cta3 {
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
} 
ph, #bodyphone {
    color: #378E53;
    font-weight: bold;
}

@media (max-width: 1024px) {    
    #contactblock {
        height:fit-content;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}

@media (max-width: 400px) {
    #callnow {
        margin: unset;
    }
}


            #map-wrapper {
                max-width: 600px;
                width: 100%;
                height: 400px;      /* adjust as needed */
                margin: 0 auto;     /* optional—center it */
            }
            #map-wrapper iframe {
                width: 100%;
                height: 100%;
                border: 0;
                display: block;     /* remove any inline-block whitespace */
            }