*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    font-family: "Futura";
    src: url("./fonts/Futura-Regular.woff2") format("woff2"),
        url("./fonts/Futura-Regular.woff") format("woff"),
        url("./fonts/Futura-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    height: 100vh;
}
nav .logo{
    width: 120px;
    height: 120px;
}
nav a:hover{
    color:#EC660F !important;
    font-weight: 900;
}

nav button{
    background-color:#EC660F;
    color: #ffffff;
    font-weight: 700;
}
#mobile-nav{
    transition: all 0.3 ease;
    overflow-y: auto;
}
header span{
    color: #EC660F;
    font-weight: 700;
}
h1, h6{
    color: #2c5282;
    font-weight: 700;
}
header button{
    background-color:#EC660F;
    color: #ffffff;
    font-weight: 700;
}
hr{
    color:#EC660F;
}
h2{
    color:#2c5282;
}
.what-we-offer h2{
    font-size: 20px;
    font-weight: 900;
    color:#2c5282;
}
.what-we-offer img{
    width: 35px;
}
.inspection-process-card{
    background-color: white;
    margin: 20px 0;
    box-shadow: 0 4px 8px #EC660FB3;
    border-radius: 25px;
    /*padding: 20px;*/
    text-align: center;
}
.inspection-process-card h1{
    font-size: 20px;
    font-weight: 900;
}
.inspection-process-card img{
    object-fit: cover;
    object-position: center;
}
.card-title{
    color: #2c5282;
    font-weight: 700;
}
.inspection-process-card span{
    font-size: 16px;
    background-color: #EC660FB3;
    width: 25%;
    margin: 0 auto;
    border-radius: 25px;
    padding: 10px;
}
.testimonials h1{
    font-size: 30px;
}
.why-choose-us h3{
    color:#2c5282;
    font-size: 20px;
    font-weight: 900;
}
form .custom-focus:focus{
    border-color: #EC660F;
    box-shadow: 0 0 0 0.2rem #EC660FB3;
}
.fieldset{
    border: 1px solid #EC660F;
}
footer a:hover{
    color:#EC660F!important;
}
/*
nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.menu-bar{
    width: 50px;
    height: 50px;
}
nav img{
    width: 100px;
    height: 100px;
}
header{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 15px 0;
}
header div{
    width: 100%;
}
.header-img img{
    border-radius: 15px;
    width: 100%;
}
header p{
    padding: 10px 0;
}
header button{
    border: none;
    background-color: #EC660F;
    color: #ffffff;
    padding: 15px;
    border-radius: 50px;
    font-weight: 700;
}
header span{
    color: #EC660F;
}