/* Google Maps container styling */
#map {
    width: 100%;
    height: 400px;
    margin-bottom: 2rem;
}

.small-checkbox-label {
    font-size: 0.5em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.styled-contact-form select {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #b85c38;
    border-radius: 8px;
    font-size: 1em;
    background: #232323;
    color: #fff;
    margin-bottom: 2px;
    outline: none;
    transition: border-color 0.2s;
}

.styled-contact-form select:focus {
    border-color: #ffd6a0;
}

.styled-contact-form textarea {
    width: 100%;
    min-height: 80px;
    max-height: 220px;
    padding: 10px 12px;
    border: 2px solid #b85c38;
    border-radius: 8px;
    font-size: 1em;
    background: #232323;
    color: #fff;
    margin-bottom: 2px;
    outline: none;
    resize: vertical;
    transition: border-color 0.2s;
}

.styled-contact-form textarea:focus {
    border-color: #ffd6a0;
}

.checkbox-group {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: nowrap;
}

.checkbox-label {
    font-size: 1.1em;
    color: #ffd6a0;
    font-weight: 700;
    margin-bottom: 0;
}

.styled-contact-form input[type="checkbox"] {
    width: 22px;
    height: 22px;
    accent-color: #b85c38;
    margin: 0;
}

.form-section {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.styled-contact-form {
    background: #232323;
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(184, 92, 56, 0.08);
    padding: 32px 24px 24px 24px;
    color: #fff;
    width: 100%;
    font-size: 1.2em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-title {
    font-size: 2em;
    font-weight: 900;
    color: #b85c38;
    margin-bottom: 18px;
    text-align: center;
}

.form-group {
    width: 100%;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-group label {
    font-size: 1.1em;
    color: #ffd6a0;
    margin-bottom: 6px;
    font-weight: 700;
}

.form-group input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #b85c38;
    border-radius: 8px;
    font-size: 1em;
    background: #232323;
    color: #fff;
    margin-bottom: 2px;
    outline: none;
    transition: border-color 0.2s;
}

.form-group input[type="text"]:focus {
    border-color: #ffd6a0;
}

.form-submit-btn {
    display: inline-block;
    padding: 12px 28px;
    font-size: 1.1em;
    font-weight: 700;
    color: #fff !important;
    background-color: #b85c38;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(184, 92, 56, 0.08);
    text-decoration: none;
    margin-top: 16px;
    transition: background 0.2s, color 0.2s;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Contact Us Page Main Section */
.contact-main {
    width: 100%;
    max-width: 700px;
    margin: 40px auto 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-section {
    background: #232323;
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(184, 92, 56, 0.08);
    padding: 32px 24px;
    color: #fff;
    width: 100%;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-title {
    font-size: 2em;
    font-weight: 900;
    color: #b85c38;
    margin-bottom: 18px;
    text-align: center;
}

.contact-subtitle {
    font-size: 1.1em;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.contact-info {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
    font-size: 1.35em;
    font-weight: 700;
}

.contact-info p {
    margin: 14px 0;
    font-size: 1.15em;
    color: #fff;
    text-align: center;
}

.contact-info a {
    color: #b85c38;
    text-decoration: underline;
}

.contact-form-placeholder {
    width: 100%;
    text-align: center;
    color: #ffd6a0;
    font-size: 1.1em;
    margin-top: 16px;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #fff8f2;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

/* --- CUSTOM BANNER NAVIGATION BAR --- */
.custom-banner-nav {
    background: #b85c38;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 100;
}

.banner-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    padding: 0 2vw;
    box-sizing: border-box;
}

/* Logo on the left */
.banner-logo-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
    max-width: 100px;
}

.logo-image {
    max-height: 100px;
    width: auto;
    height: auto;
}

/* Title in the center */
.banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0 20px;
}

.banner-company-name {
    font-size: 2.8em;
    font-weight: 900;
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.1;
}

/* Hamburger menu on the right */
.hamburger-menu {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.6em;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
    flex: 0 0 auto;
}

.hamburger-menu:hover {
    color: #ffd6a0;
}

/* Dropdown Navigation Banner */
.dropdown-nav {
    background: #b85c38;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    z-index: 99;
    position: relative;
    border-top: 3px solid #232323;
}

.dropdown-nav.active {
    max-height: 100px;
}

.dropdown-nav-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.dropdown-nav-link {
    color: #fff;
    text-decoration: none;
    padding: 8px 1vw;
    font-size: 1.1em;
    font-weight: 700;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    border-right: 2px solid #232323;
}

.dropdown-nav-link:last-child {
    border-right: none;
}

.dropdown-nav-link:hover,
.dropdown-nav-link:focus {
    background: rgba(255, 214, 160, 0.12);
    color: #ffd6a0;
    text-decoration: none;
}

/* Responsive adjustments for banner */
@media (max-width: 768px) {
    .banner-flex {
        height: 80px;
    }

    .banner-logo-left {
        max-width: 80px;
    }

    .logo-image {
        max-height: 80px;
    }

    .banner-company-name {
        font-size: 1.8em;
        letter-spacing: 2px;
    }

    .hamburger-menu {
        font-size: 1.4em;
    }

    .dropdown-nav.active {
        max-height: 100px;
    }

    .dropdown-nav-link {
        font-size: 0.95em;
        padding: 6px 0.5vw;
    }
}

@media (max-width: 480px) {
    .banner-flex {
        height: 70px;
        padding: 0 1vw;
    }

    .banner-logo-left {
        max-width: 70px;
    }

    .logo-image {
        max-height: 70px;
    }

    .banner-company-name {
        font-size: 1.2em;
        letter-spacing: 1px;
    }

    .hamburger-menu {
        font-size: 1.2em;
        padding: 5px;
    }

    .dropdown-nav.active {
        max-height: 80px;
    }

    .dropdown-nav-link {
        font-size: 0.85em;
        padding: 4px 0.3vw;
    }
}

.footer {
    padding: 20px 0;
    background-color: #b85c38;
    color: #fff;
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    margin-bottom: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.copyright {
    margin: 15px 0 0;
}

.logo-placeholder img {
    max-height: 50px;
    width: auto;
}

.small-checkbox-text {
    font-size: 0.95em;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap;
}

.input-with-asterisk {
    display: flex;
    align-items: center;
    width: 100%;
}

.input-with-asterisk input,
.input-with-asterisk select {
    flex: 1 1 auto;
    width: 100%;
}

.asterisk {
    color: #b85c38;
    font-size: 1.2em;
    font-weight: 900;
    margin-left: 8px;
    vertical-align: middle;
    user-select: none;
}

.map-section {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map-title {
    font-size: 1.5em;
    color: #b85c38;
    font-weight: 900;
    text-align: center;
    margin-bottom: 18px;
}

#map {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(184, 92, 56, 0.08);
    margin-bottom: 10px;
}