.countdown-container {
    background-color: #f4f4f4;
    border: 2px solid #4caf50;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
}
.me {
    padding-top: 10px;
}

.success-text {
    font-size: 18px;
    color: #4caf50;
    font-weight: bold;
}

#countdown {
    font-size: 16px;
    color: blue;
}
.error-message {
    color: red;
    font-size: 12px;
    padding: 8px 0;
}
.successMsg {
    /* position: absolute; */
    /* width: 100%; */
    /* text-align: center;
    height: 75px;
    display: none;
    color:green;
    left: 90%;
    top:10rem;
    transform: translateX(-50%);
    background: #9beb9b;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 16px;
    transition: ease; */
}

.main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.contact-container {
    height: auto;
    max-width: 1200px;
}

.contact-heading {
    width: 100%;
    text-align: center;
    padding-top: 2rem;
}

.contact-heading h1 {
    color: black;
    font-size: 2rem;
}
.contact-heading p {
    font-family: "ovo";
    font-size: 3rem;
}
.contact-heading span {
    color: black;
    font-size: 14px;
}
.contact-top-image img {
    width: 100%;
    /* height: 75%; */
}
h1 {
    margin-bottom: 10px;
    font-size: 24px;
}
.subtitle {
    font-size: 44px;
    margin: 10px 0;
}
.description {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 72px;
    /* width: 47%; */
    gap: 20px;
}
.tab-button {
    border: 1px solid white;
    cursor: pointer;
    align-items: start;
    flex-grow: 1;
    display: flex;
    border-bottom: 1px solid grey;
    padding: 8px 16px;
}

.tab-button {
    background-color: initial;
    color: initial;
}
.tab-button.active {
    border-bottom: 1px solid black;
}
.tab-button:hover {
    border-bottom: 1px solid black;
}
.contact-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative; /* Added to ensure proper positioning */
}
.form-row {
    display: flex;
    width: 100%;
    gap: 3px;
    margin-bottom: 3px;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group.full-width {
    width: 100%;
    height: fit-content;
}
label {
    margin-bottom: 5px;
    text-align: left;
}
.contact-form input {
    padding: 10px;
    border: none;
    font-size: 14px;
    background: #f0f0f0;
}
.contact-form select {
    padding: 9px;
    border: none;
    font-size: 14px;
    background: #f0f0f0;
    margin-top: 15px;
}
#address {
    height: 20%;
    padding-bottom: 4rem;
}
/* .submit-button {
    padding: 8px 27px;
    color: #000;
    cursor: pointer;
    margin-top: 10px;
    width: auto;
    max-width: 146px;
    background: #fff;
    align-self: flex-start;
    border: 1px solid black;
} */

.submit-button {
    display: block;
    width: 20%;
    padding: 15px;
    background-color: #000;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.locations {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.location {
    width: 48%;
    padding: 3px;
    text-align: left;
}
.locations button {
    margin-top: 10px;
    background-color: black;
    color: white;
    display: flex;
    border: none;
    padding: 4px 0;
    cursor: pointer;
    width: 25%;
    justify-content: space-evenly;
    flex-grow: 1;
    align-items: center;
}

@media (max-width: 600px) {
    .contact-top-image {
        padding-top: 5rem;
    }
    .contact-container {
        padding: 0 16px;
    }
    .banner {
        height: 44%;
        padding-top: 5rem;
    }
    .banner img {
        object-fit: cover;
    }
    .form-row {
        flex-direction: column;
        width: 100%;
    }
    .contact-heading p {
        font-family: "ovo";
        font-size: 2rem;
    }
    .locations {
        flex-direction: column;
    }
    .location {
        width: 100%;
    }
    .submit-button {
        width: 100%;
    }
    .tabs {
        margin: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .tab-button {
        /* width: 100%;  */
        padding: 8px 12px;
    }
    .location button {
        width: 32%;
    }
    .successMsg {
        left: 80%;
        top: 13rem;
    }
    .contact-form select {
        margin-bottom: 0px;
    }
}

@media (max-width: 1200px) and (min-width: 600px) {
    .contact-form {
        padding: 0 16px;
    }
    .locations {
        padding: 0 16px;
    }
}
@media (max-width: 400px) {
    .tab-button {
        /* width: 100%;  */
        padding: 8px 3px;
    }
}
.me {
    padding-top: 15px;
}
.ma {
    height: 33.5px;
}
