.splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section {
    max-width: 100%;
    display: flex;
    max-height: 726px;
    gap: 10px;
}

#thumbnail-carousel>.splide__track>ul.splide__list>li.splide__slide {
    opacity: 0.5;
    overflow: hidden;
}

#thumbnail-carousel>.splide__track>ul.splide__list>li.splide__slide.is-active {
    opacity: 1;
    overflow: hidden;

}

.splide__slide.is-active {
    opacity: 1;
}

.splide__arrows {
    display: none;
}

@media only screen and (max-width: 640px) {
    .section {
        display: block;
    }
}

.footer-form-houston.c-sticky-buttons-mobile__wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 999;
}

.c-sticky-buttons-mobile__item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.c-sticky-buttons-mobile__item-border {
    border-left: 1px solid gray;
}

.c-sticky-buttons-mobile__item-link {
    color: white;
    font-size: 1.6rem;
    text-decoration: none;
    align-items: center;
    display: flex;
    padding: 0.875em 0.6em;
}

.c-sticky-buttons-mobile__btn-modal {
    width: 100%;
    display: flex;
    justify-content: center;
}

button.c-btn__link.c-sticky-buttons-mobile__item-link.js-contact-form-popup__button {
    background-color: black;
}

.c-btn.c-btn--primary.c-sticky-buttons-mobile__item:hover {
    background-color: gray;
    transition: all .3s ease-in-out !important;
}

.c-sticky-buttons-mobile__item.c-sticky-buttons-mobile__item-border:hover {
    background-color: gray !important;
    transition: all .3s ease-in-out !important;
}

a.buttonh {
    font-size: 16px;
}

a.buttonh.c-btn__link.c-sticky-buttons-mobile__item-link:hover {
    color: white !important;
}

.form-popup {
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
    overflow: auto;
}

.close-btn-popup>.material-symbols-outlined {
    color: black;
}

.close-btn-popup {
    display: flex !important;
    background-color: white !important;
    justify-content: center !important;
    align-items: center !important;
}

.close-btn-popup:hover {
    background-color: gray !important;
    transition: .7s ease;
}

@media only screen and (max-width: 980px) {
    .form-popup {
        background: white;
    }

    .close-btn-popup {
        display: none !important;
    }
}

.footer-form-houston {
    display: none !important;
}

@media only screen and (max-width: 920px) {
    .footer-form-houston {
        display: flex !important;
    }
}

.form-popup>div#gform_wrapper_2 {
    max-width: 878px;
    height: auto;
    background: white;
    margin: 5rem auto;
    padding: 7rem 6rem;
    position: relative;
}

@media only screen and (max-width: 980px) {
    .form-popup>div#gform_wrapper_2 {
        padding: 3rem 2rem;
    }
}

.c-contact-form-popup__btn-close {
    display: block;
    position: fixed;
    right: 5rem;
    top: 5rem;
    width: 4.5rem;
    height: 4.5rem;
    opacity: 1;
    transition: .7s ease;
    border: 2px solid black;
    background-color: black;
    cursor: pointer;
}

.c-contact-form-popup__wrapper {
    background: white;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
    overflow: auto;
}

.c-contact-form-popup__contents {
    padding: 3rem 2rem;
}

.gform_title {
   font-size: 36px !important;
    color: black;
    font-family: "DM Serif Display", serif;
    line-height: 1.25;
    display: block;
     padding-bottom: 2rem !important; 
}

@media only screen and (max-width: 620px) {
    .gform_title {
       /*  font-size: 32px !important; */
    }
}

.c-contact-form-popup__btn-close::before {
    transform: rotate(45deg);
}

.c-contact-form-popup__btn-close::after {
    transform: rotate(-45deg);
}

.c-contact-form-popup__btn-close:hover {
    background-color: gray;
}

.input {
    background-color: white;
    color: gray;
    border: gray;
    outline: 4px solid transparent;
    font-family: "Inter", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal !important;
    padding: 1.1em 1em;
    margin-bottom: 0.5em;
    transition: all .15s ease-in-out;
}

.gform-grid-col>input {
    border-radius: 0;
}

.ginput_container>input {
    border-radius: 0;
}

.buttonh>span.material-symbols-outlined {
    padding: 5px;
}

button.c-btn.c-btn--secondary {
    background: white !important;
    color: black !important;
    margin-top: 20px !important;
    padding: 20px !important;
    border: 2px solid black;
    border-radius: 0;
}

#gform_submit_button_2 {
    background: #000000 !important;
    color: #ffffff !important;
    margin-top: 20px !important;
    border-radius: 0;
    padding: 20px !important;
}

/*//new*/


/* Two-column layout for main gallery */
.c-gallery-photos__column {
    display: flex;
    flex-wrap: wrap;
}

.c-gallery-photos__item {
    width: calc(50% - 10px); /* Adjust the width as needed */
   margin:0;
}
.c-gallery-photos__item > img{
    height:100% !important;
}

/* Adjustments for smaller screens */
@media screen and (max-width: 576px) {
    .c-gallery-photos__item {
        width: 100%; /* Full width on smaller screens */
    }
}
.main-con {
    display: flex;
    flex-direction: row-reverse;
    gap: 22px;
}

.sidebar-gallery-photos__column {
    position: sticky;
    top: 0;
}

.is-active-test > img{
    transform: scale(1.45);

}

.sidebar-gallery-photos__column > a > img {
    margin-bottom: 14px !important;
}
@media screen and (max-width: 576px){
    .sidebar-gallery-photos{
        display: none;
    }
    .main-con {
        display: grid;
        grid-template-columns: 1fr !important;
    }
}
.houston-pagination {
    display: flex;
    justify-content: space-between;
}
.houston-navigation-link{
  color: black;
    text-decoration: none !important;
}

.is-active-test > img {
    margin: 15px 0 !important;
}

.sidebar-gallery-photos.c-gallery-photos--thumbnails {
    margin-top: 0px !important;
}

.c-gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2.4rem;
}
@media only screen and (min-width: 922px){
    .c-gallery-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr !important;
        gap:4rem 7rem;
    }
}

@media only screen and (min-width: 576px) {
    .c-gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 4.5rem;
    }
}

.main-con {
    display: grid;
    grid-template-columns: 1fr 5.2rem;
}