.contact-hero {
    background-size: cover;
    background-position: center;
    height: 85vh;
    margin-top: 5px;
    background-image: url("../Pictures/heroImage-Contact.webp");
}


.contact-hero .hero-content {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px;
    padding-top: 100px;
    padding-right: 0;
    width: 55em;
}

.contact-hero .hero-content .datahead {
    text-align: center;
    font-size: 45px;
    color: #376079;
    text-shadow: 0 0 8px #fff;
}
.yummy{ 
    font-size: 85px;
    color: #ff4500;
    text-shadow: 0 0 8px #2f4858;
    padding-bottom: 15px;
}

.contact-hero .hero-content p {
    text-align: center;
    padding-inline: 55px;
    line-height: 1.4em;
    margin-top: 30px;
    font-size: 22px;
    color: #243b49;
}


.contact-hero .hero-content a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #ff4500;
    padding: 10px 40px;
    background-color: #243b49;
    border-radius: 8px;
    margin-top: 40px;
}

.contact-hero .hero-content a:hover {
    border: 2px solid #243b49;
    background-color: #ff4500;
}

.support {
    margin: 50px;
    text-align: center;
}

.support p {
    font-size: 1.3em;
    margin: 20px;
    font-weight: 500;
    
}

.support .sup_head {
    text-align: center;
    font-family: cursive;
    font-weight: 600;
    font-size: 50px;
    color: #ff4500;
    margin-bottom: 10px;
}

.section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 150px;
    margin-right: 150px;
    height: 100%;

}

.section .sec {
    align-self: normal;
    flex-basis: 20%;
    box-shadow: 0 0 3px rgb(61, 60, 60);
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.section .sec p {
    /* font-size: 18px; */
    padding: 25px;
    padding-top: 0;
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.2;
}

.section .sec .head {
    padding-bottom: 0;
    font-size: 25px;
    margin-top: -20px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 30px;
}

.section .sec .line {
    width: 1.2%;
    height: 50px;
    display: inline;
    background-color: #5b0172;
}

.section .sec .line2 {
    align-self: last baseline;
    margin-top: -50px;
}


.section .sec .two {
    background-color: orangered;
}

.section .sec .four {
    background-color: orangered;
}


.contact-data {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 40px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 30px;
    margin-top: 50px;
}

.contact-form {

    flex-basis: 50%;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.form-container h2 {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    color: #ff4500;
}

form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.part {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.data {
    flex-basis: 50%;
}

.part2 {
    flex-basis: 100%;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;

}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 18px;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #ff6600;
    outline: none;
}


button[type="submit"] {
    width: 100%;
    padding: 15px 20px;
    background-color: #ff6600;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 22px;
}


button[type="submit"]:hover {
    background-color: #222;
}



.contact-info {
    padding: 60px;
    background-color: #fff;
    border-radius: 10px;
}

.info-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.info-item {
    margin: 20px;
    flex: 1;
    min-width: 250px;
    text-align: center;
}


.info-item h2 {
    font-size: 1.75rem;
    margin-bottom: 10px;
}

.info-item p {
    font-size: 1.2rem;
    color: #333;
}

.map {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 50px; */

}

.map iframe {
    /* border-radius: 10%; */
    box-shadow: 0 0 2px gray;
    border-radius: 10px;
    margin-top: 5px;
    padding: 20px;
    margin-bottom: 30px;
    padding-top: 0;
}