.banner-image{
    aspect-ratio: auto !important;
}

/* DESKTOP */


  .gallerySwiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    transform: none !important;
  }

  .gallerySwiper .swiper-slide {
    width: 100% !important;
  }

  .gallerySwiper .swiper-slide:nth-child(1) {
    grid-row: span 2;
  }
  .collageSection .swiper-button-next,
  .collageSection .swiper-button-prev{
  /* .com_TwoImageSliderComponentRev .com_TwoImageSliderContent .com_TwoImageTabSlider .com_TwoImageSlickSlider.swiper .swiper-button-prev,
  .com_TwoImageSliderComponentRev .com_TwoImageSliderContent .com_TwoImageTabSlider .com_TwoImageSlickSlider.swiper .swiper-button-next { */
    display: none !important;
  }
.gallerySwiper img {
    height: 100%;
    object-fit: cover;
}
.queryFormBottom .imageWithRightTextWrapp {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    width: 100%;
    padding: 1px;
}
.queryFormBottom .imageWithRightTextWrapp .imageWrappRev {
    width: 48%;
}
.queryFormBottom .imageWithRightTextWrapp .textWrappRev {
    width: 50%;
    margin-left: 2%;
}
.queryFormBottom .imageWithRightTextWrapp .query-form-wrap{
    display: flex;
    justify-content: space-between;
}
.queryFormBottom .imageWithRightTextWrapp .query-form-wrap .form-fields {
    margin-top: 40px;
    width: 100%;
    padding-left: 0;
    float: left;
}
.queryFormBottom .imageWithRightTextWrapp .query-form-wrap .form-fields .title.name-title {
    width: 22%;
    float: left;
    position: relative;
}
.queryFormBottom .imageWithRightTextWrapp .query-form-wrap .form-fields .name-title::before {
    border-bottom: 1px solid #c2c2c3;
    border-right: 1px solid #c2c2c3;
    content: "";
    height: 8px;
    position: absolute;
    right: 5px;
    top: 12px;
    margin-top: 0;
    transform: rotate(45deg);
    width: 8px;
    z-index: 1;
}
 .queryFormBottom .imageWithRightTextWrapp .query-form-wrap .form-fields select {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #606161;
    width: 100%;
    padding: 5px 5px 10px 0px;
    border-bottom: 1px solid #ccc;
    font-weight: 300;
    font-size: 1.125rem;
    font-family: Verdana !important;
    z-index: 2;
    position: relative;
    background: transparent;
}
select.has-value + label, .floating-label.active, select:focus + label {
    transform: translate(0px, -16px);
    font-size: 0.8rem;
    top: 5px;
}

.select-box-wrap label.floating-label {
    position: absolute;
    left: 0px;
    pointer-events: none;
    transition: 0.5s;
    top: 8px;
    font-family: Verdana !important;
    font-size: 0.875rem;
    color: #606161;
    font-weight: 300;
    background: #fff;
    width: 75%;
    z-index: 9;
    text-align: left;
}

.queryFormBottom .imageWithRightTextWrapp .query-form-wrap .form-fields .inputbox.first-name, 
.queryFormBottom .imageWithRightTextWrapp .query-form-wrap .form-fields .inputbox.last-name {
    width: 36%;
    float: left;
    margin-left: 3%;
    position: relative;
}
.queryFormBottom .imageWithRightTextWrapp .query-form-wrap .form-fields .inputbox.last-name {
    width: 36%
}
select.country_code option:first-child {
    display: none;
}

.form-fields .inputbox .o-one-form-label {
    font-size: 0.875rem;
    position: absolute;
    left: 0px;
    top: 8px;
    color: #606161;
    font-weight: 300;
    transition: all ease-in .2s;
    z-index: 1;
    font-family: Verdana !important;
}
.form-fields input.has-value ~ .o-one-form-label {
    top: -10px !important;
    font-size: 12px !important;
}
.form-fields .inputbox.first-name input[type=text], .form-fields .inputbox.last-name input[type=text] {
    text-transform: capitalize;
    z-index: 2;
    position: relative;
    background: transparent;
    color: #606161;
    width: 100%;
    padding: 5px 5px 10px 0px;
    border-bottom: 1px solid #ccc;
    font-weight: 300;
    font-size: 1.125rem;
    font-family: Verdana !important;
}
.form-fields textarea{
  color: #606161;
  border: 1px solid #ccc;;
  padding: 12px 15px;
  width: 100%;
  resize: unset;
  min-height: 100px;
  font-family: Verdana !important;
}
.form-fields textarea::placeholder, .revForm-control.col-9 .captcha-main input::placeholder {
    font-family: Verdana !important;
    color: #606161;
    font-size: 0.875rem;
}

.Reqstfrom-bottom-sec {
    display: flex;
    justify-content: space-between;
}
.revForm-control.col-9 {
    display: inline-flex;
    margin-right: 2%;
    width: 68%;
    position: relative;
}
.revForm-control.col-9 .request-captcha {
    width: 220px;
    text-align: left;
    display: flex;
    align-items: center;
}
.request-captcha .captcha-sec {
    background: #fff;
    padding: 1px 14px;
    color: #606161;
    font-family: Verdana;
    font-size: 1.125rem;
    background-image: linear-gradient(to right, #606161 60%, transparent 50%), linear-gradient(to right, #606161 60%, transparent 60%), linear-gradient(to bottom, #606161 60%, transparent 60%), linear-gradient(to bottom, #606161 60%, transparent 60%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
    height: 42px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.request-captcha .captcha-sec img {
    width: 100px;
}
.request-captcha .reload-captcha{
    background: #fff;
    padding: 1px 14px;
    color: #606161;
    font-family: Verdana;
    font-size: 1.125rem;
    background-image: linear-gradient(to right, #606161 60%, transparent 50%), linear-gradient(to right, #606161 60%, transparent 60%), linear-gradient(to bottom, #606161 60%, transparent 60%), linear-gradient(to bottom, #606161 60%, transparent 60%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 1px, 15px 1px, 1px 15px, 1px 15px;
    height: 42px;
    width: auto;
    display: flex;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.request-captcha .reload-captcha img {
    width: 25px;
}
.revForm-control.col-9 .captcha-main {
    display: inline-block;
    margin: 0px 0 0px 46px;
    position: relative;
}
.revForm-control.col-9 .captcha-main input {
    width: 100%;
    font-family: Verdana;
    border: #b7b7b7 solid 1px;
    padding: 10px 2px;
    font-size: 1.125rem;
    color: #606161;
    text-align: center;
}

.error-msg {
    font-size: 0.8rem;
    color: #ff0000;
    display: none;
    position: absolute;
    left: 0;
    top: 53px;
    line-height: 100%;
    z-index: 1;
    font-family: "verdanaN";
}
.revForm-control.col-30 {
    display: inline-flex;
    width: 30%;
    justify-content: end;
    align-items: center;
    position: relative;
}
.revForm-control.col-30 .subsBtn {
    display: inline-block;
    margin-top: 1%;
}
.revForm-control.col-30 .subsBtn a {
    padding: 11px 25px;
    display: block;
    font-weight: 300;
    font-size: 0.88em;
    text-decoration: none;
    font-family: Verdana;
    transition: 0.5s all ease-in-out;
    border-radius: 5px;
    background: #d8741b;
    border: 1px solid #d8741b;
    color: #fff;
}
.select-box-wrap select:invalid + label {
  transform: none;
}

@media (max-width: 1499px) {
    .requestReservationForm-container .requestFormWrapper .revForm-control.col-9 .captcha-main input {
        font-size: 0.955rem;
    }
    .error-msg {
    font-size: 0.65rem;
    top: 35px;
}
    span#rq_CaptchaPassword_err{
        top: 45px;
    }   
}


@media (max-width: 1600px) {
    .select-box-wrap label.floating-label, .form-fields .inputbox .o-one-form-label,
    .queryFormBottom .imageWithRightTextWrapp .query-form-wrap .form-fields select,
    .form-fields .inputbox.first-name input[type=text], .form-fields .inputbox.last-name input[type=text] {
        font-size: 12px;
    }
}



@media (max-width: 1199px){
    .queryFormBottom .imageWithRightTextWrapp .textWrappRev {
        margin-left: 0;
        margin-top: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .queryFormBottom .imageWithRightTextWrapp{
        display: block;
    }
    .queryFormBottom .imageWithRightTextWrapp .imageWrappRev, .queryFormBottom .imageWithRightTextWrapp .textWrappRev{
        width: 100%;
        margin-left: 0;
    }
}

/* MOBILE FIX */
@media (max-width: 768px) {

  .gallerySwiper .swiper-wrapper {
    display: flex !important;   /* 🔥 THIS FIXES YOUR ISSUE */
    grid-template-columns: none;
    grid-template-rows: none;
    gap: 0;
  }

  .gallerySwiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;  /* ensures slides stay in row */
    transition: transform 0.3s ease;
  }
.gallerySwiper .swiper-button-next::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    top: 6px;
    right: 0px;
    transform: rotate(136deg);
    -webkit-transform: rotate(136deg);
    -moz-transform: rotate(136deg);
}
.gallerySwiper .swiper-button-prev::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    top: 6px;
    right: 0px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.com_TwoImageSliderComponentRev .com_TwoImageSliderContent .com_TwoImageTabSlider .com_TwoImageSlickSlider.swiper .swiper-button-prev,
  .com_TwoImageSliderComponentRev .com_TwoImageSliderContent .com_TwoImageTabSlider .com_TwoImageSlickSlider.swiper .swiper-button-next {
    display: inline !important;
  }
  .queryFormBottom .imageWithRightTextWrapp .query-form-wrap .form-fields .title.name-title{
    width: 40%;
  }
  .queryFormBottom .imageWithRightTextWrapp .query-form-wrap .form-fields .inputbox.first-name, .queryFormBottom .imageWithRightTextWrapp .query-form-wrap .form-fields .inputbox.last-name{
    width: 57%;
  }
  .queryFormBottom .imageWithRightTextWrapp .query-form-wrap .form-fields .inputbox.last-name{
    width: 100%;
    margin: 25px 0px;
  }
  .queryFormBottom .imageWithRightTextWrapp .query-form-wrap .form-fields{
    margin: 0px;
  }
  .queryFormBottom .imageWithRightTextWrapp{
    display: block;
  }
  .queryFormBottom .imageWithRightTextWrapp .imageWrappRev,
  .queryFormBottom .imageWithRightTextWrapp .textWrappRev{
    width: 100%;
  }
  .queryFormBottom .imageWithRightTextWrapp .query-form-wrap{
    padding-right: 5px;
  }
  .gallery .swiper-button-next, .gallery .swiper-button-prev{
        display: block !important;
  }
  .revForm-control.col-9 .request-captcha{
    width: 270px;
  }
  .revForm-control.col-9 .captcha-main{
    margin-left: 1px;
  }
  .revForm-control.col-9{
    margin-right: 0;
    width: 66%;
  }
  .revForm-control.col-30 {
    width: 32%;
    justify-content: flex-start;
}
}

