/* Home Page — SELL NEW OR USED SECTION */
.contact-us {
    padding: 80px 0px;
    margin-top: 40px;
    background-color: #F6F9FA;
}

.contact-us-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 50px;
}

.section-header {
    max-width: 502px;
}

.contact-us-wrapper {
    max-width: 440px;
    display: flex;
    gap: 48px;
    flex-direction: column;
    flex-wrap: wrap;
}

.contact-us-div{
    display: flex;
    gap: 24px;
}

.contact-us-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    margin: 0px 0px 24px;
    color: var(--darkColor);
}

.contact-us-title > span {
    background: -webkit-linear-gradient(0deg, #0CBF9B, #66EF98 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.contact-us-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    margin: 0px;
    color: #687479;
    margin: 0px 0px 12px;
}

.contact-us-icon {
    width: 28px;
    height: 28px;
    padding: 16px;
    background-color: #0CBF9B;
    border-radius: 83px;
}

.contact-us-header {
    margin: 0px 0px 12px;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: var(--darkColor);
}

.contact-us-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #687479;
}

.contact-us-btn {
    min-width: 130px;
    display: inline-block;
    position: relative;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    text-align: center;
    text-decoration-skip-ink: none;
    border: 1px solid black;
    border-radius: 11px;
    color: var(--darkColor);
    cursor: pointer !important;
    transition: 0.3s ease-in-out;
}

.faq-contact-us {
    padding: 0px 0px 120px;
}

.locations-grid {
    display: flex;
    gap: 40px;
    align-items: start;
    flex-wrap: wrap;
}

.locationsWrapper {
    display: flex;
    flex-direction: column; /* stack intro above the grid */
    gap: 40px;
    margin-top: 40px;
}

.location-div {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
    min-width: 300px;
}

.mapDiv {
    width: 100%;
    margin-top: 24px;
}

.mapDiv iframe.map {
    width: 100%;
    height: 300px;
}

.location-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 60px;
    color: var(--darkColor);
}

.locations-wrapper-intr {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: start;
}

.location-wrapper-title{
	font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    color: var(--darkColor);
}

.location-wrapper-desc {
    margin: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #909DA2;
}