/* ==================
  Colors
================= */
/* ==================
  Max content widths
================= */
.pt_rent_items_accordion {
  list-style: none !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
}
.pt_rent_items_accordion .pt_rent_item .pt_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
  border-bottom: 2px solid #14283d;
}
.pt_rent_items_accordion .pt_rent_item .pt_header .pt_title {
  display: flex !important;
  align-items: center;
  gap: 2rem !important;
}
.pt_rent_items_accordion .pt_rent_item .pt_header .pt_title h2 {
  color: #14283d !important;
}
@media screen and (max-width: 767px) {
  .pt_rent_items_accordion .pt_rent_item .pt_header .pt_title {
    gap: 1rem !important;
  }
}
.pt_rent_items_accordion .pt_rent_item .pt_header .pt_title .pt_featured_image {
  width: 40px !important;
  height: 40px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pt_rent_items_accordion .pt_rent_item .pt_header .pt_title h2 {
  font-size: 2rem;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .pt_rent_items_accordion .pt_rent_item .pt_header .pt_title h2 {
    font-size: 1.4rem;
  }
}
.pt_rent_items_accordion .pt_rent_item .pt_header .pt_toggle_icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt_rent_items_accordion .pt_rent_item .pt_header .pt_toggle_icon .pt_line {
  position: absolute;
  background: black;
}
.pt_rent_items_accordion .pt_rent_item .pt_header .pt_toggle_icon .pt_horizontal {
  height: 2px;
  width: 100%;
}
.pt_rent_items_accordion .pt_rent_item .pt_header .pt_toggle_icon .pt_vertical {
  width: 2px;
  height: 100%;
}
.pt_rent_items_accordion .pt_rent_item.pt_active .pt_body {
  padding: 2rem 0;
  max-height: 200vh !important;
  opacity: 1;
}
.pt_rent_items_accordion .pt_rent_item.pt_active .pt_vertical {
  opacity: 0;
}
.pt_rent_items_accordion .pt_rent_item .pt_body {
  display: flex;
  gap: 3rem;
  max-height: 0;
  overflow: hidden !important;
  border-bottom: 2px solid #14283d;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  transition: all 0.3s ease !important;
}
@media screen and (max-width: 767px) {
  .pt_rent_items_accordion .pt_rent_item .pt_body {
    flex-direction: column !important;
  }
}
.pt_rent_items_accordion .pt_rent_item .pt_body * {
  color: #14283d !important;
}
@media screen and (min-width: 1025px) {
  .pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container {
    width: 100% !important;
  }
}
.pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container .pt_image_slider {
  overflow: hidden !important;
  width: 100% !important;
  position: relative !important;
}
.pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container .pt_image_slider .pt_image {
  object-fit: cover;
}
.pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container .pt_image_slider .pt_prev,
.pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container .pt_image_slider .pt_next {
  width: 20px !important;
  height: 20px !important;
  background-image: url("/wp-content/uploads/2024/11/arrow-white.svg") !important;
  position: absolute !important;
  z-index: 99 !important;
  padding: 15px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  cursor: pointer !important;
}
@media screen and (min-width: 1025px) {
  .pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container .pt_image_slider .pt_prev,
  .pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container .pt_image_slider .pt_next {
    top: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container .pt_image_slider .pt_prev,
  .pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container .pt_image_slider .pt_next {
    top: 58px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container .pt_image_slider .pt_prev,
  .pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container .pt_image_slider .pt_next {
    top: 94px !important;
  }
}
.pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container .pt_image_slider .pt_prev {
  transform: rotate(-180deg) !important;
}
.pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container .pt_image_slider .pt_next {
  right: 0;
}
.pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container .pt_pagination {
  margin-top: 5px !important;
}
.pt_rent_items_accordion .pt_rent_item .pt_body .pt_image_slider_container .pt_pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
.pt_rent_items_accordion .pt_rent_item .pt_body .pt_content_container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 !important;
}
.pt_rent_items_accordion .pt_rent_item .pt_body .pt_content_container .pt_title {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.pt_rent_form *,
.pt_rent_form ::placeholder {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
}
@media screen and (min-width: 768px) {
  .pt_rent_form .pt_fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.pt_rent_form .pt_date_range {
  background-color: white !important;
}
.pt_rent_form .wpcf7-submit {
  padding: 20px !important;
  clip-path: polygon(0 0, 100% 10px, 90% 100%, 10% 100%);
  min-width: 200px !important;
  transition: all 0.3s ease !important;
}
.pt_rent_form .wpcf7-submit:hover {
  clip-path: polygon(8% 0, 95% 10px, 100% 100%, 0 100%);
  background-color: #14283d !important;
}

.select2-results__option {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
}

.page-id-2794 ::placeholder {
  font-size: 1.6rem !important;
  font-weight: normal !important;
}
.page-id-2794 .select2-selection {
  display: flex !important;
  padding: 6px 12px !important;
}
.page-id-2794 .select2-selection__rendered {
  padding: 0 !important;
}
.page-id-2794 .select2-search__field {
  margin: 0 !important;
}

/*# sourceMappingURL=style.css.map */
