body {
    background: #f8f8f8 url(../images/pattern.jpg);
    text-align: left;
    font-family: 'Lato', Arial, sans-serif;
    color: #555;
    font-weight: 400;
    border-top: 2px solid #124035;
}

strong { font-weight: 700; }
a:hover { text-decoration: none; }

::-moz-selection { background: #124035; color: #fff; text-shadow: none; }
::selection { background: #124035; color: #fff; text-shadow: none; }

.logo h1 {
    margin-top: 7px;
    padding-left: 50px;
    font-family: 'Lobster', cursive;
    font-size: 38px;
    font-weight: 400;
    color: #555;
}

.logo h1 span { color: #124035; }

.logo a {
    color: #555;
    text-decoration: none;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
.logo a:hover { color: #124035; }

.call-us {
    font-size: 18px;
    text-align: right;
}

.call-us p {
    margin-top: 18px;
    padding-right: 50px;
}

.call-us p span { color: #B79059; }


/***** Coming Soon *****/

.coming-soon {
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.inner-bg {
    padding: 55px 0 60px 0;
    /* background: url(../images/pattern-3.png); */
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
}

.coming-soon h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.coming-soon p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 36px;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.timer {
    margin-top: 40px;
    text-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    height: 140px;
    margin: 0 10px;
    padding-top: 20px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.7);
    font-size: 18px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}

.timer .days-wrapper:hover,
.timer .hours-wrapper:hover,
.timer .minutes-wrapper:hover,
.timer .seconds-wrapper:hover {
    background: #124035 url(../images/pattern-2.png);
    text-shadow: none;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 80px;
    line-height: 90px;
}


/***** Content *****/

.subscribe {
    margin-top: 30px;
    text-align: center;
}

.subscribe h3 {
    font-size: 32px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #fff;
}

.subscribe p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.subscribe form {
    margin-top: 24px;
}

.subscribe form input {
    width: 310px;
    height: 46px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #888;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:focus {
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:-moz-placeholder { color: #888; }
.subscribe form input:-ms-input-placeholder { color: #888; }
.subscribe form input::-webkit-input-placeholder { color: #888; }

.subscribe form button {
    width: 130px;
    height: 46px;
    margin: 0;
    padding: 0;
    background: #124035;
    border: 0;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.subscribe form button:hover {
    background: #124035;
    color: #fff;
}

.subscribe form button:active {
    background: #124035;
    color: #fff;
}

.success-message, .error-message {
    font-size: 18px;
}

.error-message {
    color: #124035;
}

.social {
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 3px;
}

.social a.facebook { background: url(../images/facebook.png); }
.social a.twitter { background: url(../images/twitter.png); }
.social a.dribbble { background: url(../images/dribbble.png); }
.social a.googleplus { background: url(../images/googleplus.png); }
.social a.pinterest { background: url(../images/pinterest.png); }
.social a.flickr { background: url(../images/flickr.png); }


/***** Media Queries *****/

@media (min-width: 768px) and (max-width: 979px) {

    .logo h1 {
        padding-left: 0;
    }

    .call-us p {
        padding-right: 0;
    }

    .timer .days-wrapper,
    .timer .hours-wrapper,
    .timer .minutes-wrapper,
    .timer .seconds-wrapper {
        width: 140px;
        height: 120px;
        margin: 0 7px;
        padding-top: 20px;
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
    }

    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds {
        font-size: 60px;
        line-height: 70px;
    }

}

@media (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .logo h1 {
        padding-left: 0;
        text-align: center;
    }

    .call-us {
        padding-bottom: 7px;
        text-align: center;
    }

    .call-us p {
        padding-right: 0;
    }

    .inner-bg {
        padding: 45px 0 50px 0;
    }

    .coming-soon h2 {
        font-size: 36px;
        padding: 0 20px;
    }

    .coming-soon p {
        padding: 0 20px;
    }

    .timer .days-wrapper,
    .timer .hours-wrapper,
    .timer .minutes-wrapper,
    .timer .seconds-wrapper {
        width: 140px;
        height: 120px;
        margin: 7px;
        padding-top: 20px;
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
    }

    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds {
        font-size: 60px;
        line-height: 70px;
    }

    .subscribe h3 {
        padding: 0 20px;
        font-size: 28px;
    }

    .subscribe p {
        padding: 0 20px;
    }

}

@media (max-width: 480px) {

    .subscribe form {
        padding: 0 20px;
    }

    .subscribe form input {
        width: 90%;
    }

    .subscribe form button {
        width: 90%;
        margin-top: 10px;
    }

}



/* --- FIX BACKGROUND GAP --- */
.coming-soon {
    width: 100% !important;
    padding: 0 !important;
}

.coming-soon .inner-bg {
    width: 100% !important;
    background: rgba(0, 0, 0, 0.4); /* Darker overlay for better text contrast */
}

/* --- UPDATE BRAND COLORS (Catering Orange/Gold) --- */
body { border-top: 4px solid #124035; } /* Brand line top */
.logo h1 span { color: #124035; }
.timer .days-wrapper:hover, .timer .hours-wrapper:hover, 
.timer .minutes-wrapper:hover, .timer .seconds-wrapper:hover {
    background: #124035 !important;
}

/* Style the Contact Form Inputs to match Alissa style */
#contact-form input, #contact-form textarea {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 10px;
    margin-bottom: 15px;
}

#contact-form .btn {
    background: #124035;
    border: none;
    height: 50px;
    font-size: 20px;
    color: #fff;
    width: 100%;
}

/* --- FIX WHATSAPP ICON --- */
/* Since the template uses a background sprite for icons, we must define WhatsApp manually */
.social a.whatsapp {
    background: #25D366; /* WhatsApp Green */
    border-radius: 50%;
    color: white;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    text-indent: 0; /* Override the hide-text behavior of the template */
}

.social a.whatsapp:before {
    content: "W"; /* Temporary icon until you add a WhatsApp png image */
    font-weight: bold;
    font-family: Arial, sans-serif;
}


/* Container to center and limit the form width */
.contact-form-container {
    max-width: 800px;
    margin: 40px auto 0;
    text-align: center;
}

/* Flexbox for the two-column layout */
.form-group-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

.form-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Modern Input Styling */
#contact-form input, 
#contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 16px;
    border-radius: 4px;
    box-sizing: border-box; /* Crucial: prevents width overflow */
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}

/* Specific button styling to match brand */
#contact-form .btn {
    width: 220px;
    height: 50px;
    background: #B79059; /* Catering Orange/Gold */
    border: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
}

#contact-form .btn:hover {
    background: #e67e22;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .form-group-wrapper {
        flex-direction: column;
        gap: 0;
    }
}