.theme-commercial .content {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-color: var(--white);
    font-family: 'Open Sans', sans-serif;
    color: var(--navy);
}

.theme-commercial h1, 
.theme-commercial h2, 
.theme-commercial h3, 
.theme-commercial h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--navy);
}

.theme-commercial h1 {
    font-weight: 600;
    font-size: 2rem !important;
}

.theme-commercial .fs-4 {
    font-size: 1.5rem !important;
}

.theme-commercial .fs-6 {
    font-size: 1rem !important;
}

.theme-commercial .fs-7 {
    font-size: 0.9rem !important;
    line-height: 1.7;
    color: var(--gray-text);
}

.theme-commercial .fs-8 {
    font-size: 0.75rem !important;
}

.theme-commercial .mt-4 {
    margin-top: 2rem !important;
}

.theme-commercial .mb-4 {
    margin-bottom: 2rem !important;
}

.theme-commercial .p-3 {
    padding: 1.5rem !important;
}

.theme-commercial .py-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.theme-commercial .bg-light {
    background-color: var(--gray-light) !important;
}

.theme-commercial .btn-glass {
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.theme-commercial .btn-light {
    background-color: var(--white);
    color: var(--blue-primary);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0.75rem 1.5rem;
    border: 1px solid var(--gray-mid);
}

.theme-commercial .btn-primary, 
.theme-commercial .btn-secondary {
    background-color: var(--blue-primary) !important;
    color: var(--white) !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    padding: 0.875rem 1.75rem;
    border: none;
}

.theme-commercial .badge {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.4rem 0.8rem;
}

.theme-commercial .text-bg-light {
    background-color: var(--gray-light) !important;
    color: var(--blue-primary) !important;
}

.theme-commercial .display-6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--blue-primary);
    font-size: 2.5rem;
}

.theme-commercial .fw-bold {
    font-weight: 800 !important;
}

.theme-commercial .fw-medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: var(--navy);
}

.theme-commercial .alert {
    padding: 1rem 1.5rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border: none;
}

.theme-commercial .alert-success {
    background-color: #ecfdf5;
    color: #065f46;
}

.theme-commercial .alert-danger {
    background-color: #fef2f2;
    color: #991b1b;
}

.theme-commercial .alert-info {
    background-color: var(--gray-light);
    color: var(--blue-primary);
}

.theme-commercial .border {
    border: 1px solid var(--gray-mid) !important;
}

.theme-commercial .border-bottom {
    border-bottom-color: var(--gray-mid) !important;
}

.theme-commercial .form-control {
    border: 1px solid var(--gray-mid);
    padding: 0.75rem 1rem;
    color: var(--navy);
    font-family: 'Open Sans', sans-serif;
}

.theme-commercial .text-black {
    color: var(--navy) !important;
}

.theme-commercial a.text-black:hover {
    color: var(--blue-primary) !important;
}

.theme-commercial .text-body-secondary {
    color: var(--gray-text) !important;
}

.theme-commercial strong {
    color: var(--blue-primary);
}

.theme-commercial .listing_short_info {
    margin-bottom: 2.5rem !important;
}

.theme-commercial .listing_description {
    margin-bottom: 2.5rem !important;
}



.theme-commercial .img-fluid.shadow.gallery_img.cursor-pointer {
    border-radius: 0.6rem;
}
.theme-commercial .border.shadow-sm.mb-4.p-3 {
    border-radius: 0.6rem;
}
.theme-commercial .border.bg-light.shadow-sm.p-3 {
    border-radius: 0.6rem;
}
.theme-commercial #map {
    border-radius: 0.6rem;
}
.theme-commercial .form_v2_button {
    background: var(--navy);
}
.theme-commercial .bg-light.p-2.mb-3 {
    border-radius: 0.6rem;
    background: var(--gray-light) !important;
}