.main-hero-section {
    background-color: #F3E4C9;
    background-size: cover;
    background-position: center;
    /* height: 100vh; */
}
.main-content {
    margin-left: 6%;
    margin-top: 50px;
}

.highlighted-main-content {
    color: #FAB95B;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.highlighted-text {
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}


.sub-content {
    font-size: 70px;
    color: #E6501B;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 900;
    margin-bottom: 30px;
}

.heading-1 {
    color: white;
}

.main-info {
    color: white;
    font-size: 20px;
    width: 800px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
/* Header */
.contact-header {
    text-align: center;
    padding: 30px;
    background: #d8c3a5;
}

/* Container */
.contact-container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
}

/* Form */
.contact-form {
    flex: 1;
    min-width: 250px;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

/* Inputs */
input, textarea {
    width: 100%;
    padding: 8px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Button */
button {
    margin-top: 15px;
    padding: 10px;
    background: #E6501B;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background:red ;
}

/* Info */
.contact-info {
    flex: 1;
    min-width: 250px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.contact-info h2 {
    margin-bottom: 15px;
}

/* Links */
.contact-info a {
    text-decoration: none;
    color: #ff6600;
    font-weight: bold;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* spacing */
.contact-info p {
    margin: 10px 0;
}
