/* Locations 01 Banner */

.locations01 .content span.with-bar::before {
    background-color: #027df000;
}

.locations01 {
    padding: 3vw 6vw;
}

.locations01 .row {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../media/jpg/locations/locations00.jpg'); */
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 6vw 0vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.flatbush .row{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../media/jpg/locations/flatbushbrooklynny/flatbushbrooklynny1.jpg');
}

.flushing .row{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../media/jpg/locations/flushingqueensny/flushingqueensny1.jpg');
}

.regopark .row{
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../media/jpg/locations/regoparkqueensny/regoparkqueensny1.jpg');
}


.locations01 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    color: #fff;
}

.locations01 .content span.with-bar {
    font-size: 1.2vw;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.locations01 .content span.with-bar::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 1.2vw;
    background-color: #027df000;
}

.locations01 .content h1 {
    font-size: 3vw;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.locations01 .content p {
    font-size: 1.2vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
}

.locations01 .content .buttons {
    margin-top: 1.5vw;
}

/* Responsive Styles */
@media (max-width: 850px) {
    .locations01 {
        padding: 6vw 4vw;
    }
    
    .locations01 .row {
        padding: 15vw 6vw;
        border-radius: 15px;
    }

    .locations01 .content {
        gap: 3vw;
    }

    .locations01 .content span.with-bar {
        font-size: 3.5vw;
    }

    .locations01 .content span.with-bar::before {
        height: 3.5vw;
    }

    .locations01 .content h1 {
        font-size: 5vw;
    }

    .locations01 .content p {
        font-size: 4vw;
    }

    .locations01 .content .buttons {
        margin-top: 4vw;
    }
    .locations01 .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3vw;
    }
    .locations01 .buttons a {
        font-size: 3.5vw;
        margin-left: 0 !important;
    }
}

/* Locations 02 Section */
.locations02 {
    padding: 3vw 6vw;
}

.locations02 .header {
    text-align: center;
    margin-bottom: 4vw;
}

.locations02 .header h2 {
    font-size: 3vw;
    font-weight: 700;
    color: var(--blue, #0d3b66);
    margin-bottom: 1.5vw;
}

.locations02 .header p {
    font-size: 1.2vw;
    color: var(--grey, #555);
    max-width: 70%;
    margin: 0 auto;
}

.locations02 .row {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4vw;
    align-items: stretch;
}

.locations02 .item1 {
    width: 100%;
    height: 100%;
}

.locations02 .item1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.locations02 .item2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1vw;
}

.locations02 .item2 .card {
    background-color: var(--blueLight2, #e3f2fd);
    padding: 2vw;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.locations02 .item2 .card .card-header {
    display: flex;
    align-items: center;
    gap: 1vw;
}

.locations02 .item2 .card .num {
    background-color: var(--blueLight);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.locations02 .item2 .card h3 {
    font-size: 1.2vw;
    font-weight: 700;
    color: var(--blue, #0d3b66);
    margin: 0;
    line-height: 1.3;
}

.locations02 .item2 .card p {
    font-size: 1vw;
    color: var(--grey, #555);
    line-height: 1.5;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 850px) {
    .locations02 {
        padding: 8vw 6vw;
    }
    
    .locations02 .header {
        margin-bottom: 8vw;
    }
    
    .locations02 .header h2 {
        font-size: 7vw;
    }
    
    .locations02 .header p {
        font-size: 4vw;
        max-width: 100%;
    }
    
    .locations02 .row {
        grid-template-columns: 1fr;
        gap: 6vw;
    }
    
    .locations02 .item2 {
        grid-template-columns: 1fr;
        gap: 4vw;
    }
    
    .locations02 .item2 .card {
        padding: 6vw;
        gap: 4vw;
    }
    
    .locations02 .item2 .card .card-header {
        gap: 4vw;
    }
    
    .locations02 .item2 .card .num {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .locations02 .item2 .card h3 {
        font-size: 5vw;
    }
    
    .locations02 .item2 .card p {
        font-size: 4vw;
    }
}

/* Locations 03 Section */
.locations03 {
    padding: 3vw 6vw 6vw 6vw;
}

.locations03 .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    align-items: center;
}

.locations03 .contact-card {
    display: flex;
    background-color: var(--blueLight2, #dbeafe);
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}

.locations03 .contact-card .info {
    flex: 1;
    padding: 3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.locations03 a{
    color: var(--grey);
}

.locations03 a:hover{
    color: var(--blueLight);
}

.locations03 .contact-card .info h3 {
    font-size: 1.5vw;
    font-weight: 700;
    color: var(--blue, #0d3b66);
    margin-bottom: 1.5vw;
    margin-top: 0;
}

.locations03 .contact-card .info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.locations03 .contact-card .info ul li {
    font-size: 1vw;
    color: var(--grey, #555);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.locations03 .contact-card .info ul li i {
    font-size: 1.2vw;
    color: var(--blue, #0d3b66);
}

.locations03 .contact-card .map {
    flex: 1;
    min-height: 250px;
}

.locations03 .contact-card .map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.locations03 .item2 {
    display: flex;
    flex-direction: column;
    gap: .5vw;
}

.locations03 .item2 h3 {
    font-size: 1.2vw;
    font-weight: 700;
    color: var(--blue, #0d3b66);
}

.locations03 .item2 h3:first-child {
    margin-top: 0;
}

.locations03 .item2 p {
    font-size: 1.2vw;
    color: var(--grey, #555);
}


/* Responsive Styles */
@media (max-width: 850px) {
    .locations03 {
        padding: 8vw 6vw;
    }

    .locations03 .row {
        grid-template-columns: 1fr;
        gap: 6vw;
    }

    .locations03 .contact-card {
        flex-direction: column;
    }

    .locations03 .contact-card .info {
        padding: 6vw;
    }

    .locations03 .contact-card .info h3 {
        font-size: 5vw;
        margin-bottom: 4vw;
    }

    .locations03 .contact-card .info ul {
        gap: 3vw;
    }

    .locations03 .contact-card .info ul li {
        font-size: 4vw;
    }

    .locations03 .contact-card .info ul li i {
        font-size: 4.5vw;
    }

    .locations03 .map iframe{
        display: block;
    }

    .locations03 .contact-card .map {
        min-height: 0;
    }

    .locations03 .item2 {
        gap: 3vw;
    }

    .locations03 .item2 h3 {
        font-size: 6vw;
        margin: 2vw 0 1vw 0;
    }

    .locations03 .item2 p {
        font-size: 4vw;
    }
}

/* Locations 04 Section */
.locations04 {
    padding: 0 6vw;
}

.locations04 .header {
    text-align: center;
    margin-bottom: 3vw;
}

.locations04 .header h2 {
    font-size: 3vw;
    font-weight: 700;
    color: var(--blue, #0d3b66);
    margin-bottom: 1vw;
}

.locations04 .header p {
    font-size: 1.2vw;
    color: var(--grey, #555);
    line-height: 1.6;
}

.locations04 .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw;
}

.locations04 .card {
    background-color: var(--blueLight2, #dbeafe);
    padding: 3vw;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.locations04 .card h3 {
    font-size: 1.3vw;
    font-weight: 700;
    color: var(--blue, #0d3b66);
    margin: 0;
    line-height: 1.4;
}

.locations04 .card p {
    font-size: 1.1vw;
    color: var(--grey, #555);
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.locations04 .card .btn {
    align-self: flex-start;
    padding: 0.8vw 2vw;
    font-size: 1vw;
    border-radius: 5px;
}

/* Responsive Styles */
@media (max-width: 850px) {
    .locations04 {
        padding: 8vw 6vw;
    }

    .locations04 .header {
        margin-bottom: 8vw;
    }

    .locations04 .header h2 {
        font-size: 7vw;
    }

    .locations04 .header p {
        font-size: 4vw;
    }

    .locations04 .row {
        grid-template-columns: 1fr;
        gap: 6vw;
    }

    .locations04 .card {
        padding: 6vw;
        gap: 4vw;
    }

    .locations04 .card h3 {
        font-size: 5vw;
    }

    .locations04 .card p {
        font-size: 4vw;
    }

    .locations04 .card .btn {
        padding: 3vw 6vw;
        font-size: 4vw;
    }
}

/* Locations 05 Section */
.locations05 {
    padding: 6vw;
}

.locations05 .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6vw;
    align-items: center;
}

.locations05 .item1 {
    width: 100%;
}

.locations05 .item1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.locations05 .item2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
}

.locations05 .item2 h2 {
    font-size: 3vw;
    font-weight: 700;
    color: var(--blue, #0d3b66);
    line-height: 1.3;
    margin: 0;
}

.locations05 .item2 p {
    font-size: 1.2vw;
    color: var(--grey, #555);
    line-height: 1.6;
    margin: 0;
}

.locations05 .item2 .btn {
    margin-top: 1vw;
    padding: 0.8vw 2vw;
    font-size: 1.1vw;
    border-radius: 5px;
}

/* Responsive Styles */
@media (max-width: 850px) {
    .locations05 {
        padding: 8vw 6vw;
    }

    .locations05 .row {
        grid-template-columns: 1fr;
        gap: 6vw;
    }

    .locations05 .item2 {
        gap: 4vw;
    }

    .locations05 .item2 h2 {
        font-size: 7vw;
    }

    .locations05 .item2 p {
        font-size: 4vw;
    }

    .locations05 .item2 .btn {
        margin-top: 2vw;
        padding: 3vw 6vw;
        font-size: 4vw;
    }
}
