.contactHeadingLanding{
    width: 50%;
    padding-right: 30px;
}
.contactBlockImage {
    float: right;
    margin-right: 0;
    justify-content: end;
    width: 50%;
    display: flex;
}
.contactLandingHeading {
    font-size: 60px;
    color: rgb(255, 145, 0);
}

.contactFormBlock {
    margin-bottom: 200px; /* Ajustează această valoare dacă este necesar */
}


.contactForm {
    margin-left: 60px;
}

.inputLable {
    font-size: 20px;
}

.inputField{
    margin-top: 10px;
    margin-bottom: 15px;
    height: 30px;
    border-radius: 10px;
    width: 30vw;
    border: solid black 2px;
}

.inputFieldMsg {
    margin-top: 10px;
    height: 160px;
    border-radius: 10px;
    width: 30vw;
    border: solid black 2px;
}
footer {
    clear: both;
}
.section-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contact-details {
    display: flex;
    width: 80%; /* Ajustează lățimea după nevoie */
    margin: 30px auto; /* Centrează pe pagină */
    background-color: #f9f9f9; /* Un fundal deschis */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 60vh;
  }
  
  .contact-image {
    flex: 1;
    margin-right: 20px;
  }
  
  .contact-info {
    flex: 1;
  }
  .contact-info p {
    margin-bottom: 5px;
    color: #000000;
    font-size: 20px;
  }
.hero-contact{
    height: 25vh;
}
.main-title2 {
    font-size: 2.5em;
    font-weight: bold;
    color: rgb(128, 0, 0);
    margin-bottom: 20px;
    justify-content: center;
    margin-top: 80px;
}
@media (max-width: 600px) {
    .contactLandingHeading {
        font-size: 30px;
    }

    .inputLable {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .contactHeadingLanding, .contactBlockImage {
        width: 100%;
        padding-right: 0;
        float: none;
    }

    .contactLandingHeading {
        font-size: 36px;
    }

    .inputField, .inputFieldMsg {
        width: 95%;
    }

    .inputLable {
        font-size: 18px;
    }

    .contactForm {
        margin-left: 0;
    }
}
.logo {
    max-width: 110px;
    height: auto;
    margin-left: 35px;
}

