/*******************************************************
 *
 * General
 *
 *******************************************************/
 #inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
 }
 #inner-page-wrapper {
    margin-bottom: 0px !important;
}

.canvas_img {
    position: relative;
}
.canvas_img canvas {
    width: 100%;
    display: block;
}
.canvas_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
  
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

/* BANNER SECTION */
#location-banner .container {
    display: flex;
    align-items: center;
}
canvas.location-banner-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 550px; */
    height: auto;
    max-width: 612px;
}
#location-banner .location-banner-title {
    color: var(--black-color-2);
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    font-family: 'Metropolis';
    padding-bottom: 24px;
}
#location-banner .location-banner-content {
    color: var(--gray-color-1);
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 24px;
}
#location-banner .site-button {
    margin-top: 16px;
}
#location-banner .location-banner-col-right {
    padding-left: 80px;
}

/* SPACES SECTION */
#spaces {
    padding-top: 80px;
    padding-bottom: 80px; 
}
#spaces .spaces-title {
    color: var(--black-color-2);
    font-size: 40px;
    /* font-size: 52px; */
    font-weight: 700;
    /* line-height: 50px; */
    line-height: 48px;
    text-align: center;
    padding-bottom: 30px;
}
#spaces .spaces-description {
    color: var(--gray-color-1);
    text-align: center;
    /* max-width: 800px; */
    max-width: 750px;
    /* max-width: 1018px; */
    margin: 0 auto;
    font-weight: 300;
}

.spaces-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 46px;
    row-gap: 83px;
    margin-top: 80px;
}
.spaces-card-item:nth-child(odd):last-child{
    grid-column: 1 / span 2;
    width: calc(50% - 32px); /* Half width minus gap */
    margin: 0 auto;
}
.spaces-card-img {
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 456px;
}

.spaces-card-item-title h4 {
    color: var(--black-color-2);
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    padding-bottom: 16px;
    padding-top: 24px;
}
.spaces-card-item-description-container {
    gap: 10px;
}
.spaces-card-item-btn {
    max-width: 240px;
    width: 100%;
}
.spaces-card-item .spaces-card-item-btn a {
    padding: 12px 20px;
    font-size: 12px;
}

.spaces-card-item-description p {
    font-size: 16px;
    color: var(--gray-color-1);
    font-weight: 400;
}


/* AMENITIES AND PERKS */
#ap {
    padding-bottom: 60px;
}
#ap .ap-header-container h2 {
    color: var(--black-color-2);
    font-size: 52px;
    font-weight:700;
    text-align: center;
    line-height: 50px;
}
#ap .ap-img-box-container {
    gap: 32px;
    margin-top: 40px;
}
#ap .ap-img-box-container .img-box {
    text-align: center;
    padding: 30px 15px;
    border: 1px solid var(--gray-color-3);
    max-width: 236.8px;
    width: 100%;
    height: 197.86px;
}
#ap .ap-img-box-container .img-box p {
     color: var(--black-color-2);
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 24px;
}


/* BUSINESS SERVICES */
#business-services {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background: var(--secondary-color);
}
#business-services .bs-title {
    font-size: 52px;
    text-align: center;
    font-weight: 700;
    line-height: 50px;
    color: var(--black-color-2);
}

.bs-img-box-container {
    margin-top: 40px;
    gap: 32px;
}
.bs-img-box-container .img-box {
    display: block;
    text-align: center;
    padding: 30px 25px;
    border: 1px solid var(--primary-color);
    max-width: 236.8px;
    height: 197.86px;
    width: 100%;
    background: var(--white-color-1);
}
.bs-img-box-container .img-box p {
     color: var(--black-color-2);
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 24px;
}

/* BOTTOM CTA SECTION */
#btm-cta-sec {
    padding: 80px 0;
}
#btm-cta-sec .btm-cta-title {
    color: var(--black-color-2);
    font-weight: 700;
    /* font-size: 40px; */
    font-size: 52px;
    line-height: 50px;
    text-align: center;
    padding-bottom: 24px;
}
#btm-cta-sec p {
    color: var(--gray-color-1);
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0;
}
.btm-cta-sec-header-container {
    max-width: 750px;
    margin: 0 auto;
}
.btm-cta-sec-header-container p {
    padding-top: 32px;
}
.btm-cta-sec-header-container p:nth-child(2) {
    padding-top: 0;
}
.btm-cta-sec-header-container a {
    white-space: nowrap;
}
#btm-cta-sec .btm-cta-title {
    text-align: center;
}
#btm-cta-sec p {
    text-align: center;
}
.btm-cta-sec-header-container {
    max-width: 750px;
    margin: 0 auto;
}
@media (max-width: 991px) {

    #location-banner .container {
        flex-direction: column;
    }
    #location-banner .location-banner-title,
    #spaces .spaces-title,
    #ap .ap-header-container h2,
    #business-services .bs-title,
    #btm-cta-sec .btm-cta-title {
        font-size: 48px;
    }
    #location-banner .location-banner-col-left {
        text-align: center;
    }
    #location-banner .site-button {
        width: max-content;
    }
    #location-banner .location-banner-col-right {
        padding: 30px 0 0;
    }

    #spaces {
        padding: 60px 0;
    }
    #spaces .spaces-cards-container {
        grid-template-columns: 1fr;
    }
    #spaces .spaces-cards-container {
        gap: 40px;
        margin-top: 40px; 
    }
    .spaces-card-item:nth-child(odd):last-child{
        grid-column: 1 / span 1;
        width: auto;
        margin: 0;
    }
    canvas.spaces-card-img {
        height: auto;
    }

    #btm-cta-sec {
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    #location-banner .container,
    #spaces .container,
    #ap .container,
    #business-services .container,
    #btm-cta-sec .container {
        padding: 0 20px;
    }
    #location-banner .location-banner-title,
    #spaces .spaces-title,
    #ap .ap-header-container h2,
    #business-services .bs-title,
    #btm-cta-sec .btm-cta-title {
        font-size: 44px;
        line-height: 54px;
    }
    #spaces .spaces-title,
    #ap .ap-header-container h2,
    #business-services .bs-title,
    #btm-cta-sec .btm-cta-title {
        /* font-size: 32px; */
        font-size: 44px;
        line-height: 1;
    }
    .spaces-card-item-title h4 {
        font-size: 19px;
        padding-top: 10px;
        padding-bottom: 13px;
    }
    #ap .ap-img-box-container .img-box p,
    .bs-img-box-container .img-box p,
    #btm-cta-sec p {
        font-size: 19px;
        line-height: 28px;
    }
    .spaces-card-item-description-container {
        flex-direction: column;
        gap: 20px;
    }
    .spaces-cards-container {
        gap: 40px;
    }
    .spaces-card-item-btn {
        margin-left: auto;
    }
    .btm-cta-sec-header-container p {
        padding-top: 15px;
    }

}
@media (max-width: 480px) {
    #location-banner .location-banner-title,
    #spaces .spaces-title,
    #ap .ap-header-container h2,
    #business-services .bs-title,
    #btm-cta-sec .btm-cta-title {
        font-size: 40px;
        line-height: 1;
    }
}