.hidden {
  display: none !important;
}

.r0 {
  transform: rotate(0);
}

.page-template-dtp-accommodation .accommodation-container {
  max-width: 748px;
  width: 100%;
}

.dtp-category-custom-container.accommodation.isotope {
  max-width: 1388px;
}

.accommodation-container .title {
  font-family: "Nunito Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}

.accommodation-container .title b {
  font-weight: bold;
}

.accommodation-container .dtp-cii-content {
  font-family: "Nunito Sans";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  height: 74px;
  text-align: center;
  color: #3a4346;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sec2.accommodation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 49px;
}

.sec2.accommodation .dtp-cp-search {
  max-width: 488px;
}

.sec2.accommodation .dtp-cp-search .filter-btn {
  display: none;
}

.sec2.accommodation .dtp-cp-search .form-group {
  margin: 0;
}

.sec2.accommodation .filter {
  width: -webkit-fill-available;
  display: flex;
  justify-content: flex-end;
  /* justify-content: space-between;
    padding-left: 20px; */
}

#accommodation-container .container {
  padding: 0;
}

/* Filter */

.sec2.accommodation .dropdown {
  position: relative;
  max-width: 268px;
  width: 100%;
  margin-left: 20px;
}

.sec2.accommodation .dropdown .select_accommodation {
  width: 100%;
  height: 45px;
  padding: 10px 20px;
  border: 1px solid #b6bac0;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.sec2.accommodation .dropdown .select_accommodation.clicked {
  border: 2px solid #f9c931;
}

.sec2.accommodation .dropdown .select_accommodation p {
  font-family: "Nunito Sans";
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  line-height: 25px;
  margin: 0;
}

.sec2.accommodation .dropdown .select_accommodation span {
  font-weight: normal !important;
}

.sec2.accommodation .dropdown .select_accommodation .chevron-icon {
  position: absolute;
  top: 30%;
  right: 0;
  height: 6px;
  width: 10px;
  transform: rotate(180deg);
}

.sec2.accommodation .dropdown .select_accommodation.clicked .chevron-icon {
  transform: rotate(0);
}

.sec2.accommodation .dropdown .dropdown-list {
  display: none;
  max-height: 323px;
  overflow: hidden;
  overflow-y: overlay;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 11;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  scrollbar-width: thin;
}

.sec2.accommodation .dropdown .dropdown-list.active {
  display: block;
}

.sec2.accommodation .dropdown .checkbox {
  position: relative;
  display: flex;
  margin: 0;
  margin-bottom: 15px;
}

.sec2.accommodation .dropdown .checkbox input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

.sec2.accommodation .dropdown .checkbox .checkmark {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #788184;
  border-radius: 3px;
}

.sec2.accommodation .dropdown .checkbox .checkbox-label {
  font-family: "Nunito Sans";
  font-size: 16px;
  color: #3a4346;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0px;
  padding-left: 14px;
  width: 125px;
}

.sec2.accommodation .dropdown .checkbox input:checked~.checkmark:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 1.5px;
  height: 14px;
  border-radius: 2px;
  background-color: #53b848;
}

.sec2.accommodation .dropdown .checkbox input:checked~.checkbox-label {
  font-weight: bold;
}

.filter-widget {
  position: relative;
  /* max-height: 695px;
    height: 100vh; */
  padding: 35px 27px 0 33px;
}

.filter-widget .filter-top {
  padding-bottom: 50px;
}

.filter-widget .filter-top .filter-items {
  position: relative;
}

.filter-widget .filter-top .filter-items:not(:first-child) {
  padding-top: 20px;
}

.filter-widget .filter-top .filter-items:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(151 151 151 / 25%);
}

.filter-widget .filter-top h1 {
  font-family: "Nunito Sans";
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  color: #3a4346;
  letter-spacing: 0;
  line-height: 25px;
}

.filter-top .filter-list {
  position: relative;
  max-height: 120px;
  height: 100%;
  overflow: hidden;
  /* New */
  max-height: calc(3 * 43px);
  transition: max-height 0.3s ease;
  margin-bottom: 10px;
}

.filter-top .filter-list.expanded {
  max-height: none;
}

.view-more-btn {
  display: none;
  /* Initially hidden */
  position: absolute;
  width: 100%;
  background: white;
  text-align: center;
  cursor: pointer;
  border: 1px solid #3a4346;
  border-radius: 25px;
  padding: 8px 0;
  /* margin-bottom: 10px; */
}

.filter-top .filter-list label {
  display: inline-block;
  font-family: "Nunito Sans";
  font-size: 14px;
  text-align: center;
  color: #3a4346;
  letter-spacing: 0;
  line-height: 35px;
  min-width: 79px;
  border-radius: 20px;
  background-color: #ecf3f7;
  margin-bottom: 5px;
  overflow: hidden;
}

.filter-top .filter-list .checkbox-label {
  padding: 0 15px;
}

.filter-list input {
  position: absolute;
  opacity: 0;
}

.filter-list input:checked~.checkbox-label {
  background-color: #f9c931;
}

.filter-bottom {
  left: 33px;
  right: 27px;
  bottom: 30px;
  padding: 40px 0;
}

/* !important is added to overide the css of the jet popup */
.filter-bottom .clear-filter,
.filter-bottom .save-filter {
  display: flex !important;
  max-width: 100%;
  width: 100% !important;
  height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid !important;
  border-radius: 25px !important;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}

.filter-bottom span {
  color: #3a4346;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}

.filter-bottom .clear-filter {
  border-color: #b6bac0;
  margin-bottom: 15px;
}

.filter-bottom .save-filter {
  background-color: #f9c931 !important;
  border-color: #f9c931 !important;
}

/* Filter End */

.accommodation-card-container {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 65px;
}

.accommodation-card .card-top {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.accommodation-card .card-top span {
  color: #3a4346;
  font-family: "Nunito Sans";
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: absolute;
  top: 13px;
  width: 60px;
  height: 21px;
  text-transform: uppercase;
  text-align: center;
  background-color: #f9c931;
  z-index: 1;
}

.accommodation-card .card-top img {
  object-fit: cover;
  width: -webkit-fill-available;
  height: 215px;
  transition: transform 0.4s;
}

.accommodation-card .card-top img:hover {
  transform: scale(1.1);
}

.accommodation-card .card-bottom {
  position: relative;
  height: 175px;
  padding-top: 27px;
}

.accommodation-card .card-link:hover {
  text-decoration: none;
}

.accommodation-card .card-title {
  font-family: "Nunito Sans";
  font-size: 24px;
  font-weight: normal;
  line-height: 25px;
  color: #3a4346;
  margin: 0;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  &:hover {
    color: #118acb;
  }
}

.accommodation-card .card-location {
  font-family: "Nunito Sans";
  font-size: 18px;
  font-weight: bold;
  color: #118acb;
  letter-spacing: 0;
  line-height: 25px;
}

.accommodation-card .card-location a {
  display: flex;
  align-items: center;
  color: inherit;

  &:hover {
    color: inherit;
    text-decoration: none;
  }
}

.accommodation-card .card-location img {
  /* width: 11.15px; */
  width: 22px;
  /* height: 16px !important; */
  height: 22px !important;
  /* margin-right: 9px; */
  margin-right: 5px;
}

.accommodation-card .card-bottom .rating {
  display: flex;
  align-items: center;
  margin: 9px 0 0;

  img {
    width: 22px;
    height: 22px;
  }

  p {
    color: #000;
    font-family: "Nunito Sans";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px;
    height: 22px;
    padding-left: 5px;
  }
}

.accommodation-card .card-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: 0;
}

.accommodation-card .card-btn li {
  list-style: none;
  max-width: 100%;
  min-width: 145px;
}

.accommodation-card .card-btn .buttons {
  display: flex;
  justify-content: center;
  min-width: 145px;
}

.accommodation-card .card-btn .buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  font-family: "Nunito Sans";
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0;
  border-radius: 25px;
  cursor: pointer;
}

.accommodation-card .card-btn .buttons .offer {
  color: #3a4346;
  border: 1px solid #f9c931;
  background-color: #f9c931;

  &:hover {
    background-color: #fdda40;
    border: 1px solid #fdda40;
  }
}

.accommodation-card .card-btn .buttons .website {
  color: #788184;
  border: 1px solid #788184;

  &:hover {
    border: 1px solid #f9c931;
    background-color: #f9c931;
    cursor: pointer;
    color: black;
  }
}

.accommodation-card .card-btn .buttons a:hover {
  text-decoration: none;
}

/* Event Submission */
.display {
  display: none;
}

.event-submission .event-title {
  color: #3a4346;
  font-family: "Nunito Sans";
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 30px;
}

.event-submission .half {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 5px;
}

.event-submission input,
.event-submission select,
.event-submission .file-input,
.event-submission textarea {
  position: relative;
  line-height: 25px;
  color: #788184;
  border: 1px solid #c6cfd1;
  border-radius: 5px;
  padding: 10px 20px;
  background: #fff;
}

.event-submission input:focus,
.event-submission .file-input:focus-within,
.event-submission textarea:focus-visible {
  border: 1px solid #f9c931;
  outline: none;
  box-shadow: none;
}

.feature_list .label,
.category_list .label,
.timeDropdown .label {
  margin-left: 19px;
}

.feature_list input,
.category_list input {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px !important;
  margin: 0;
}

.feature_list .checkmark,
.category_list .checkmark {
  position: relative;
  height: 20px !important;
  width: 20px;
  border: 1px solid #788184;
  border-radius: 3px;
}

.feature_list input:checked~.checkmark:after,
.category_list input:checked~.checkmark:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: #53b848;
  border-radius: 2px;
}

.feature_list input:checked~div.label,
.category_list input:checked~div.label {
  font-weight: bold;
}

.event-submission textarea {
  width: 100%;
  overflow: hidden;
}

.event-submission textarea#eventSummary {
  min-height: 80px;
  max-height: 80px;
}

.event-submission textarea#eventDescription {
  min-height: 160px;
  max-height: 160px;
}

.input-counter {
  flex-direction: column;
}

.event-submission .form-control[readonly] {
  background: #fff;
  cursor: pointer;
}

.event-submission .file-input {
  margin: 0 !important;
}

.file-input>[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.form-group.file-input:after {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/jupiterx-child/assets/img/plus-clean.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 30%;
  right: 20px;
}

.timePicker .half:after,
.datePicker .half:after {
  content: "";
  background-image: url("/wp-content/uploads/2023/12/Group-14.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  pointer-events: none;
  display: block;
  top: 30%;
  right: 15px;
}

.form-group.timeOption {
  position: relative;
}

.event_features:after,
.event_category:after,
.timeOption::after {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/jupiterx-child/born/img/chevron.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 30%;
  right: 20px;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  pointer-events: none;
  background-color: #fff;
}

.event_features.rotated:after,
.event_category.rotated:after,
.timeOption.rotated:after {
  transform: rotate(180deg);
}

.timeOption input:checked~div.label {
  font-weight: bold;
}

.timeDropdown {
  position: absolute;
  top: 47px;
  background: white;
  width: 100%;
  height: 140px;
  overflow: overlay;
  padding: 15px 20px;
  z-index: 2;
  box-shadow: 0 0px 4px 0 #3a434650;
}

.timeDropdown label {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #3a4346;
  left: 20px;
  font-family: "Nunito Sans";
}

.timeDropdown input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0 !important;
  margin: 0;
}

.timeDropdown .checkmark {
  height: 20px !important;
  width: 20px;
  border: 1px solid #788184;
  border-radius: 3px;
}

.timeDropdown input:checked~.checkmark:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: #53b848;
  border-radius: 2px;
}

.timePicker input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.timePicker span.timeLabel {
  font-family: "Nunito Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  color: #788184;
  position: absolute;
  top: 25%;
  left: 20px;
  background: white;
  pointer-events: none;
  width: 40%;
}

.event_features input,
.event_category input {
  height: unset;
}

.feature_list,
.category_list {
  position: absolute;
  background: white;
  width: 100%;
  height: 400px;
  overflow: overlay;
  padding: 19px 0;
  z-index: 1;
  box-shadow: 0 0px 4px 0 #3a434650;
}

.event_features label,
.event_category label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #3a4346;
  left: 20px;
  font-family: "Nunito Sans";
}

.event-submission .character-counter {
  color: #788184;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
}

.event-submission .file-count .character-counter {
  margin-bottom: 20px;
}

.event-submission .iti__country-list {
  overflow-x: hidden;
  width: 437px;
}

.event-submission .terms {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.event-submission .terms input {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  z-index: 1;
}

.event-submission .terms .checkmark {
  position: absolute;
  height: 20px !important;
  width: 20px;
  border: 1px solid #788184;
  border-radius: 3px;
}

.event-submission .terms input:checked~.checkmark:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: #53b848;
  border-radius: 2px;
}

.event-submission .terms label {
  margin: 0 0 0 30px;
}

.event-submission button {
  font-family: "Nunito Sans";
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  width: 230px;
  background-color: #fdda40;
  outline: none;
  padding: 9px 20px;
  border-radius: 25px;
  color: #3a4346;
  border: 0;
  min-width: 150px;
}

.event-submission button:focus {
  box-shadow: none;
}

/* Itinerary - Single */
.single-blog .blog-container-25 {
  position: relative;
}

.travel_credits {
  position: absolute;
  right: 0;
  width: 139px;
  color: #3a4346;
  font-family: "Nunito Sans";
  font-size: 13px;
  line-height: 23px;
  text-align: right;
  text-transform: uppercase;
}

.travel_credits p {
  margin: 0;
  font-weight: 800;
}

/* Itinerary - Single End*/

.position-fixed {
  position: fixed;
}

.position-absolute {
  position: absolute;
}

.bottom-0 {
  bottom: 0;
}

@media screen and (max-width: 1360px) {
  .sec2.accommodation .dtp-cp-search {
    max-width: 455px;
  }
}

@media screen and (max-width: 1250px) {
  .sec2.accommodation .dtp-cp-search {
    max-width: 321px;
  }
}

@media screen and (max-width: 1100px) {
  .page-template-dtp-accommodation .dtp-category-posts.sec1 {
    padding-top: 0;
  }

  .sec2.accommodation {
    flex-wrap: wrap;
  }

  .sec2.accommodation .dtp-cp-search {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .sec2.accommodation .filter {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .sec2.accommodation .dropdown .dropdown-list {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 768px) {

  /* Event Submission */
  .event-submission .form-group {
    display: flex;
    justify-content: space-between;
  }

  .event-submission .half {
    width: 49%;
  }
}

@media screen and (min-width: 767px) {

  /* Itinerary - Single */
  .page-template-dtp-itinerary-single .single-blog {
    display: flex;
  }

  /* Itinerary - Single End */
}

@media screen and (max-width: 767px) {
  .dtp-category-custom-container.accommodation.isotope {
    margin-bottom: 38px;
  }

  .page-template-dtp-accommodation .dtp-cp-result {
    display: none;
  }

  .sec2.accommodation {
    flex-wrap: wrap;
  }

  .sec2.accommodation .dtp-cp-search input {
    height: 50px;
    margin-bottom: 25px;
  }

  .sec2.accommodation .dtp-cp-search .filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-weight: 800;
    color: #3a4346;
    line-height: 15px;
    letter-spacing: 0;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid #c6cfd1;
  }

  .sec2.accommodation .filter {
    display: none;
  }

  .accommodation-card-container {
    padding: 0 15px !important;
    margin-bottom: 40px;
  }

  /* Event Submission */
  .event-submission .form-group,
  .event-submission .half {
    margin-bottom: 30px;
  }

  .event-submission .form-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .event-submission .terms {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 425px) {
  .sec2.accommodation {
    margin-bottom: 34px;
  }

  .page-template-dtp-accommodation .dtp-category-custom-container.accommodation {
    margin-top: 0;
  }

  .page-template-dtp-accommodation .dtp-cp-title {
    display: flex;
    justify-content: center;
  }

  .page-template-dtp-accommodation .dtp-cp-title h1 {
    width: 320px;
    text-align: center;
  }

  .page-template-dtp-accommodation .dtp-category-posts.sec1 {
    padding: 0;
  }

  .page-template-dtp-accommodation .accommodation-container,
  .sec2.accommodation .filter {
    display: none;
  }

  .mobile-filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 -15px;
    background-color: rgb(1 82 107 / 85%);
    z-index: 999;
  }

  .filter-container {
    /* height: 100%; */
    width: 100%;
    background-color: #ffffff;
    position: relative;
  }

  .accommodation-card-container {
    width: 100%;
  }

  .accommodation-card .card-top {
    height: 175px;
  }

  .accommodation-card .card-bottom {
    height: 140px;
  }

  .accommodation-card .card-title {
    margin: 0;
  }

  .accommodation-card .card-bottom p {
    display: none;
  }
}