body {
    font-family: Verdana, Tahoma, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #F2F2F2;
    color: #333;
    overflow-x: hidden;
}

#menu-bar {
    position: fixed;
    width: 100%;
    background-color: #35363A;
    list-style-type: none;
    display: flex;
    align-items: left;
    padding: 10px;
}

#menu-bar p {
    margin: 0;
    color: #ffffff;
}

#logo {
    padding-left: 10%;
    width: 150px;
    height: 100px;
}

.menu-item {
    background-color: #35363A;
    color: #fff;
    padding-top: 2.25%;
    text-decoration: none;
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
}

#contact-info {
    
    margin-left: auto;
    padding-right: 10%;
    padding-top: 1%;
    text-align: left;
    font-size: 13px;
}

#contact-info p {
    margin: 5px 0;
    color: #ffffff;
}

#contact-info a {
    color: #ffffff;
    text-decoration: none;
}

#contact-info a:hover {
    text-decoration: underline;
}

header {
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: #35363A;
    color: #ffffff;
    padding-left: 20.5%;
    padding-top: 120px;
    padding-bottom: 40px;
    text-transform: uppercase ;
    text-align: left;
}

h1 {
    font-size: 2.5em;
    margin: 0;
}

#descriere, #servicii, #formular-contact, #joburi-link {
    padding: 30px;
    background-color: #fff;
    margin: 40px auto;
    width: 90%;
    max-width: 1200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
}

.button-joburi {
    background-color: #DC603B;
    color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    padding: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    max-width: 400px;
}

.button-joburi:hover {
    background-color: #ff3232;
}

.serviciu {
    margin-bottom: 40px;
}

.cifre {
    background-color: #e9f5ff;
    padding: 15px;
    border-left: 5px solid #00447c;
    margin-top: 15px;
}

.cifre p {
    font-weight: bold;
    margin-bottom: 10px;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    font-weight: bold;
    margin-top: 10px;
}

input[type="text"],
input[type="email"],
select, textarea {
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    max-width: 400px;
}

textarea {
    resize: vertical;
}

input[type="file"] {
    background-color: #DC603B;
    color: #fff;
    padding: 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 32%;
    max-width: 400px;
}

input[type="file"]::-webkit-file-upload-button {
    background-color: #DC603B;
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 4px;
}

input[type="file"]:hover::-webkit-file-upload-button {
    background-color: #ff3232;
}

button[type="submit"] {
    background-color: #DC603B;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    max-width: 400px;
}

button[type="submit"]:hover {
    background-color: #ff3232;
}

footer {
    position: fixed;
    background-color: #35363A;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}

li {
    margin-bottom: 10px;
}

a {
    color: #00447c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h2 {
    color: #35363A;
    font-size: 2em;
    margin-bottom: 15px;
    text-align: left;
}

h3, h4 {
    color: #00447c;
    margin-top: 20px;
}

p {
    margin-bottom: 30px;
}