@charset "UTF-8";
@import url("colors.css");
@import url("fonts.css");
body {
  font-family: var(--font-geist);
  font-weight: var(--font-weight-regular);
  color: var(--color-text-primary);
  font-size: 18px;
  /* `clip`, nu `hidden`: ascunde la fel scroll-ul orizontal, dar NU face din body un
     container de scroll — `overflow-x: hidden` rupea `position: sticky` pentru tot ce
     e în pagină (bara de pași din fluxul de căutare). */
  overflow-x: clip;
}

.container {
  max-width: 1640px;
  width: 100%;
  padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--color-text-primary);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-bg: var(--color-primary-hover);
  --bs-btn-hover-border-color: var(--color-primary-hover);
  --bs-btn-active-bg: var(--color-primary-hover);
  --bs-btn-active-border-color: var(--color-primary-hover);
  --bs-btn-active-shadow: none;
  --bs-btn-border-radius: 5px;
  --bs-btn-padding-x: 20px;
  --bs-btn-padding-y: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color-secondary);
  --bs-btn-border-color: var(--color-secondary);
  --bs-btn-hover-bg: var(--color-secondary-hover);
  --bs-btn-hover-border-color: var(--color-secondary-hover);
  --bs-btn-active-bg: var(--color-secondary-hover);
  --bs-btn-active-border-color: var(--color-secondary-hover);
  --bs-btn-active-shadow: none;
  --bs-btn-border-radius: 5px;
  --bs-btn-padding-x: 20px;
  --bs-btn-padding-y: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.btn-link {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-link);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.btn-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.blur-active {
  filter: blur(5px);
  transition: filter 0.3s ease;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

@media (min-width: 1279px) {
  .blur-active {
    filter: blur(0);
  }
}
header .navbar {
  border-bottom: 3px solid #F1F3F7;
}
header .main-header .bg-light {
  background-color: #fff !important;
}
header .main-header .navbar-nav {
  gap: 20px;
}
header .main-header .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}
header .main-header .navbar-brand {
  padding: 0;
}
header .main-header .nav-link {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
header .main-header .nav-link:hover {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
header .main-header .valuta {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
header .main-header .btn-valuta {
  --bs-btn-active-border-color: transparent;
  font-size: 16px;
}
header .main-header .dropdown-menu[data-bs-popper] {
  --bs-dropdown-min-width: auto;
  --bs-dropdown-padding-y: 4px;
}
header .main-header .btn-cont {
  background-color: var(--color-bg);
  color: #000;
  font-size: 16px;
  padding: 10px 20px !important;
  border-radius: 10px;
  transition: all 300ms;
  width: -moz-fit-content;
  width: fit-content;
}
header .main-header .btn-cont:hover {
  background-color: var(--color-bg-hover);
  color: #fff;
  text-decoration: none;
}
header .header-bottom .sub-header-menu {
  padding: 10px 0;
}
header .header-bottom .sub-header-menu .custom-menu {
  gap: 30px;
}
header .header-bottom .sub-header-menu .custom-menu .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #222;
  padding: 5px 0;
  transition: color 0.3s ease;
}
header .header-bottom .sub-header-menu .custom-menu .nav-link:hover {
  color: var(--color-primary);
}
header .header-bottom .sub-header-menu .custom-menu .dropdown-menu {
  border: none;
  border-radius: 10px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.08);
  padding: 5px 0;
}
header .header-bottom .sub-header-menu .custom-menu .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 16px;
}
header .header-bottom .sub-header-menu .custom-menu .dropdown-menu .dropdown-item:hover {
  background-color: #f1f3f5;
  color: var(--color-primary);
}
@media (max-width: 991px) {
  header .header-bottom .sub-header-menu {
    display: none;
  }
}
@media (max-width: 1400px) {
  header .main-header .navbar-nav {
    gap: 14px;
  }
}
@media (max-width: 1199px) {
  header .main-header .navbar-toggler {
    border: none;
  }
  header .main-header .navbar-toggler:focus {
    box-shadow: none;
  }
  header .main-header .mobil-right-side {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
  header .main-header .mobil-right-side .btn-cont {
    padding: 0 !important;
    background-color: transparent;
  }
  header .main-header .mobil-right-side .btn-cont:hover {
    color: #000;
  }
  header .main-header .navbar-nav {
    margin-top: 20px;
    gap: 10px;
  }
  header .main-header .navbar-nav .dropdown-menu {
    border: 0;
    background-color: transparent;
    font-size: 16px;
    padding: 0;
    margin: 0;
    max-height: -moz-fit-content;
    max-height: fit-content;
    height: 20dvh;
    overflow-y: auto;
    scrollbar-width: thin;
  }
  header .main-header .navbar-nav .dropdown-menu .dropdown-item {
    color: rgba(0, 0, 0, 0.65) !important;
    transition: all ease-in-out 0.2s;
    --bs-dropdown-item-padding-y: 6px;
    --bs-dropdown-item-padding-x: 30px;
  }
  header .main-header .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #000 !important;
  }
  header .main-header .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: transparent;
  }
  header .main-header .collapse,
  header .main-header .collapsing {
    width: 38%;
    height: calc(100vh - 76px) !important;
    position: absolute;
    top: 76px;
    right: -38%;
    background-color: white;
    padding: 30px 20px;
    box-shadow: 1px 0 3px rgb(0, 0, 0);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all 0.2s;
    z-index: 99;
    display: flex;
    justify-content: space-between !important;
    flex-direction: column;
  }
  header .main-header .collapse .navbar-nav,
  header .main-header .collapsing .navbar-nav {
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
    gap: 0;
    height: 75dvh;
    overflow-y: auto;
    scrollbar-width: thin;
  }
  header .main-header .collapse .navbar-nav .nav-item,
  header .main-header .collapsing .navbar-nav .nav-item {
    display: inline-block;
  }
  header .main-header .collapse .navbar-nav .nav-item .nav-link,
  header .main-header .collapsing .navbar-nav .nav-item .nav-link {
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
    border-radius: 5px;
  }
  header .main-header .collapse .navbar-nav .nav-item .nav-link:hover,
  header .main-header .collapsing .navbar-nav .nav-item .nav-link:hover {
    background-color: #F1F3F7;
    text-decoration: none;
  }
  header .main-header .collapse .mobil-display,
  header .main-header .collapsing .mobil-display {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  header .main-header .collapse .mobil-display .btn-cont,
  header .main-header .collapsing .mobil-display .btn-cont {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    text-align: center;
    padding: 15px 25px;
  }
  header .main-header .collapse .mobil-display .nav-link[href^="tel:"], header .main-header .collapse .mobil-display .nav-link[href^="mailto:"],
  header .main-header .collapsing .mobil-display .nav-link[href^="tel:"],
  header .main-header .collapsing .mobil-display .nav-link[href^="mailto:"] {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    text-align: center;
    padding: 10px 25px;
    border-radius: 10px;
    background-color: var(--color-primary);
    color: #fff !important;
  }
  header .main-header .collapse .mobil-display .nav-link[href^="tel:"]:hover, header .main-header .collapse .mobil-display .nav-link[href^="mailto:"]:hover,
  header .main-header .collapsing .mobil-display .nav-link[href^="tel:"]:hover,
  header .main-header .collapsing .mobil-display .nav-link[href^="mailto:"]:hover {
    text-decoration: none;
    background-color: var(--color-primary-hover);
  }
  header .main-header .collapse.show,
  header .main-header .collapsing.show {
    right: 0;
  }
}
@media (max-width: 992px) {
  header .main-header .navbar-brand img {
    max-width: 150px;
  }
  header .main-header .collapse,
  header .main-header .collapsing {
    width: 50%;
    right: -50%;
    top: 65px;
    height: calc(100vh - 65px) !important;
  }
}
@media (max-width: 767px) {
  header .header-top .wrapper-header-top {
    justify-content: space-between;
    gap: 0;
  }
}
@media (max-width: 576px) {
  header .header-top .wrapper-header-bottom {
    flex-direction: column;
    gap: 0;
  }
  header .header-top .wrapper-header-bottom a:not([href^="tel:"]) {
    display: none;
  }
  header .main-header .collapse,
  header .main-header .collapsing {
    width: 100%;
    right: -102%;
  }
  header .main-header .phone-on-mobil {
    font-size: 12px;
  }
}
header .navbar-toggler svg {
  width: 40px;
  height: 40px;
}
header .navbar-toggler svg .line {
  fill: none;
  stroke: #000;
  stroke-width: 6;
  transition: stroke-dasharray 0.6s cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
header .navbar-toggler svg .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
  stroke: #000;
}
header .navbar-toggler svg .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
  stroke: #000;
}
header .navbar-toggler svg .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
  stroke: #000;
}
header .navbar-toggler[aria-expanded=true] .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
  stroke: #000;
}
header .navbar-toggler[aria-expanded=true] .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
  stroke: #000;
}
header .navbar-toggler[aria-expanded=true] .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
  stroke: #000;
}

.hero-image-bg {
  position: relative;
}
.hero-image-bg .wrapper-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.hero-image-bg .wrapper-text .hero-title {
  color: #fff;
}
.hero-image-bg .overlay {
  position: absolute;
  inset: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  transition: background 0.5s ease;
}

.search-hero {
  margin-top: -140px;
  padding: 30px 0;
  position: relative;
}
.search-hero .container {
  position: relative;
  z-index: 2;
}
.search-hero .wrapper-tabs-search {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.search-hero .wrapper-tabs-search .nav-underline {
  --bs-nav-underline-border-width: 3px;
}
.search-hero .wrapper-tabs-search .nav-underline .nav-link {
  font-size: 20px;
  color: var(--color-text-primary);
  padding-right: 40px;
  padding-left: 40px;
}
.search-hero .wrapper-tabs-search .nav-underline .nav-link img {
  max-width: 24px;
}
.search-hero .wrapper-tabs-search .nav-underline .nav-link.active {
  color: #ee8f3d;
  font-weight: 400;
}
.search-hero .tab-content {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.search-hero .tab-content .special-filters .dropdown {
  width: 100%;
}
.search-hero .tab-content .special-filters .dropdown-menu {
  margin-top: 10px !important;
  border: none;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100%;
  min-width: 100%;
  padding: 10px;
}
.search-hero .tab-content .special-filters .dropdown.room-search .rooms-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 350px;
  overflow-y: auto;
  height: 100%;
}
.search-hero .tab-content .special-filters .dropdown-menu .search {
  position: relative;
  margin-bottom: 10px;
}
.search-hero .tab-content .special-filters .dropdown-menu .search input {
  padding-right: 32px;
  color: #000e3d;
}
.search-hero .tab-content .special-filters .dropdown-menu .search svg {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.search-hero .tab-content .special-filters .dropdown-menu .search-list {
  max-height: 250px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.search-hero .tab-content .special-filters .destinations-filter .mini-search .search-list {
  display: none;
}
.search-hero .tab-content .special-filters .destinations-filter .mini-search:focus-within .search-list,
.search-hero .tab-content .special-filters .destinations-filter .mini-search .search-list:hover {
  display: flex;
}
.special-filters .destinations-filter .mini-search .search-list {
  max-height: 250px;
  overflow-y: auto;
  display: none;
  flex-direction: column;
}
.special-filters .destinations-filter .mini-search:focus-within .search-list,
.special-filters .destinations-filter .mini-search .search-list:hover {
  display: flex;
}
.special-filters .destinations-filter .mini-search .dropdown-item {
  padding: 5px 10px;
  color: #000e3d;
  cursor: pointer;
  transition: 0.2s ease;
  border-radius: 5px;
}
.special-filters .destinations-filter .mini-search .dropdown-item:hover,
.special-filters .destinations-filter .mini-search .dropdown-item.selected {
  background-color: #d5dded;
}
.special-filters .destinations-filter .mini-search .search-list:hover .dropdown-item.selected:not(:hover) {
  background-color: transparent;
}
.special-filters .destinations-filter .mini-search .form-control {
  padding-right: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9374 7.87433C12.9374 8.53915 12.8065 9.19746 12.5521 9.81167C12.2977 10.4259 11.9248 10.984 11.4547 11.4541C10.9846 11.9242 10.4265 12.2971 9.81228 12.5515C9.19807 12.8059 8.53976 12.9368 7.87495 12.9368C7.21013 12.9368 6.55182 12.8059 5.93761 12.5515C5.3234 12.2971 4.76531 11.9242 4.29522 11.4541C3.82512 10.984 3.45222 10.4259 3.19781 9.81167C2.94339 9.19746 2.81245 8.53915 2.81245 7.87433C2.81245 6.53168 3.34581 5.24401 4.29522 4.29461C5.24462 3.3452 6.53229 2.81184 7.87495 2.81184C9.2176 2.81184 10.5053 3.3452 11.4547 4.29461C12.4041 5.24401 12.9374 6.53168 12.9374 7.87433ZM12.0149 13.2068C10.6586 14.2598 8.95198 14.7563 7.24247 14.5952C5.53296 14.4342 3.94908 13.6277 2.81329 12.3399C1.67749 11.0521 1.07517 9.37992 1.12892 7.66368C1.18268 5.94744 1.88848 4.31619 3.10264 3.10203C4.3168 1.88787 5.94805 1.18207 7.66429 1.12831C9.38053 1.07455 11.0527 1.67688 12.3405 2.81268C13.6283 3.94847 14.4348 5.53235 14.5959 7.24186C14.7569 8.95137 14.2604 10.658 13.2074 12.0143L16.3462 15.1531C16.4291 15.2303 16.4956 15.3235 16.5417 15.427C16.5878 15.5305 16.6126 15.6422 16.6146 15.7555C16.6166 15.8688 16.5958 15.9813 16.5533 16.0864C16.5109 16.1914 16.4477 16.2869 16.3676 16.367C16.2875 16.4471 16.1921 16.5103 16.087 16.5527C15.9819 16.5952 15.8694 16.616 15.7561 16.614C15.6428 16.612 15.5311 16.5872 15.4276 16.5411C15.3241 16.495 15.2309 16.4285 15.1537 16.3456L12.0149 13.2068Z' fill='%23000e3d'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
.search-hero .tab-content .special-filters .dropdown-menu .dropdown-item {
  padding: 5px 10px;
  color: #000e3d;
  cursor: pointer;
  transition: 0.2s ease;
  border-radius: 5px;
}
.search-hero .tab-content .special-filters .dropdown-menu .dropdown-item:hover {
  background-color: #d5dded;
}
.search-hero .tab-content .special-filters .dropdown-menu .dropdown-item.selected {
  background-color: #d5dded;
}
.search-hero .tab-content .special-filters .dropdown-menu .room {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 10px;
  color: #000e3d;
}
.search-hero .tab-content .special-filters .dropdown-menu .room .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-hero .tab-content .special-filters .dropdown-menu .room .top .close {
  font-size: 14px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dee2e6;
  cursor: pointer;
  transition: 0.2s ease;
  background-color: white;
}
.search-hero .tab-content .special-filters .dropdown-menu .room .top .close:hover {
  background-color: #d5dded;
}
.search-hero .tab-content .special-filters .dropdown-menu .room .bottom {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.search-hero .tab-content .special-filters .dropdown-menu .type {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-hero .tab-content .special-filters .dropdown-menu .numbers {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.search-hero .tab-content .special-filters .dropdown-menu .numbers .control {
  font-size: 14px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dee2e6;
  cursor: pointer;
  transition: 0.2s ease;
  background-color: white;
}
.search-hero .tab-content .special-filters .dropdown-menu .numbers span {
  width: 10px;
  text-align: center;
}
.search-hero .tab-content .special-filters .dropdown-menu .numbers .control:hover {
  background-color: #d5dded;
}
.search-hero .tab-content .special-filters .dropdown-menu .numbers .control[disabled] {
  cursor: not-allowed;
  background-color: #e2e2e2;
}
.search-hero .tab-content .special-filters .dropdown-menu .add-room-btn {
  background-color: #2cbbb5;
  color: white;
  border-radius: 5px;
  width: 100%;
  border: none;
  text-align: center;
  padding: 5px 10px;
}
.dropdown-menu .apply-period-btn {
  background-color: #2cbbb5;
  color: white;
  border-radius: 5px;
  width: 100%;
  border: none;
  text-align: center;
  padding: 5px 10px;
}
.search-hero .tab-content .special-filters .large-filter-btn {
  display: flex;
  border-radius: 10px;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
  color: #2cbbb5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  width: 100%;
  background-color: white;
  transition: 0.2s ease;
}
.search-hero .tab-content .special-filters .large-filter-btn:hover {
  background-color: #d5dded;
}
.search-hero .tab-content .special-filters .large-filter-btn .title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.search-hero .tab-content .special-filters .large-filter-btn .name {
  font-weight: 500;
  color: rgba(0, 14, 61, 0.68);
}
.search-hero .search-box {
  background-color: #fff;
}
.search-hero .search-box .search-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.search-hero .search-box .search-item label {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text-primary);
}
.search-hero .search-box .search-item .form-select,
.search-hero .search-box .search-item .form-control {
  border: none;
  font-size: 14px;
  box-shadow: none;
  width: auto;
}
.search-hero .search-box .search-item .form-select:focus,
.search-hero .search-box .search-item .form-control:focus {
  border-color: #1e3a8a;
  box-shadow: 0 0 0 0.15rem rgba(30, 58, 138, 0.25);
}
@media (max-width: 576px) {
  .search-hero .search-box {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .search-hero .wrapper-tabs-search .nav-underline .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 765px) {
  .search-hero .wrapper-tabs-search .nav-underline {
    --bs-nav-underline-gap: 10px;
  }
  .search-hero .wrapper-tabs-search .nav-underline .nav-link {
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.popular-destinations .section-title {
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
}
.popular-destinations .destination-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  transition: all 300ms;
}
.popular-destinations .destination-card:hover img {
  transform: scale(1.06);
}
.popular-destinations .destination-card:hover .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.27) 100%);
}
.popular-destinations .destination-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.popular-destinations .destination-card.large {
  height: 420px;
}
.popular-destinations .destination-card.medium {
  height: 260px;
}
.popular-destinations .destination-card.small {
  height: 200px;
}
.popular-destinations .destination-card .overlay {
  position: absolute;
  inset: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  transition: background 0.5s ease;
}
.popular-destinations .destination-card .overlay h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.popular-destinations .destination-card .overlay .btn-secondary {
  align-self: flex-end;
  font-size: 14px;
}
@media (max-width: 991px) {
  .popular-destinations .destination-card.large,
  .popular-destinations .destination-card.medium,
  .popular-destinations .destination-card.small {
    height: 280px;
  }
}

.oferte-populare {
  padding: 30px 0 60px 0;
}
.oferte-populare .section-title {
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
}
.oferte-populare .offer-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 768px) {
  .oferte-populare .offer-card {
    height: 420px;
  }
}
.oferte-populare .offer-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.oferte-populare .offer-card .offer-card-content {
  position: absolute;
  inset: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.oferte-populare .offer-card .offer-card-badge {
  align-self: flex-start;
  background: #7ac943;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}
.oferte-populare .offer-card .offer-card-title {
  color: white;
  font-size: 28px;
  font-weight: 500;
  margin-top: 10px;
}
.oferte-populare .offer-card .offer-card-footer {
  display: flex;
  justify-content: center;
}
.oferte-populare .offer-card .offer-card-btn {
  background: white;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 500;
  color: #333;
  width: 100%;
  max-width: 260px;
}
.oferte-populare .offer-card .offer-card-btn:hover {
  background: #f5f5f5;
}
.oferte-populare .hotel-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.oferte-populare .hotel-card:hover {
  transform: translateY(-6px);
}
.oferte-populare .hotel-card .hotel-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.oferte-populare .hotel-card .hotel-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.oferte-populare .hotel-card .hotel-img .badge-family {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ffffff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 500;
  line-height: 1;
}
.oferte-populare .hotel-card .hotel-img .badge-discount {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ff4d6d;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 600;
  line-height: 1;
}
.oferte-populare .hotel-card .hotel-body {
  padding: 18px;
}
.oferte-populare .hotel-card .hotel-body h5 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
}
.oferte-populare .hotel-card .hotel-body .rating {
  font-size: 14px;
  color: #f5a623;
  margin-bottom: 6px;
}
.oferte-populare .hotel-card .hotel-body .rating .divider {
  padding: 0 7px;
  font-weight: 100;
  color: #E2E2E2;
}
.oferte-populare .hotel-card .hotel-body .rating .location {
  color: var(--color-text-secondary);
  font-size: 12px;
}
.oferte-populare .hotel-card .hotel-body .hotel-info {
  list-style: none;
  padding: 0;
  margin: 12px 0;
  color: var(--color-text-secondary);
  font-size: 12px;
}
.oferte-populare .hotel-card .hotel-body .hotel-info li {
  margin-bottom: 6px;
  line-height: 1.4;
}
.oferte-populare .hotel-card .hotel-body .hotel-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.oferte-populare .hotel-card .hotel-body .hotel-footer .btn-primary {
  padding: 8px 18px;
  font-size: 14px;
  gap: 8px;
}
.oferte-populare .hotel-card .hotel-body .hotel-footer .price {
  text-align: right;
}
.oferte-populare .hotel-card .hotel-body .hotel-footer .price .old-price {
  display: block;
  font-size: 12px;
  color: #434343;
  text-decoration: line-through;
  line-height: 1;
}
.oferte-populare .hotel-card .hotel-body .hotel-footer .price .new-price {
  font-size: 17px;
  font-weight: 500;
  color: #E50000;
  line-height: 1.2;
}
.oferte-populare .hotel-card .hotel-body .hotel-footer .price .new-price small {
  font-size: 10px;
  font-weight: 400;
  color: #434343;
}
@media (max-width: 1200px) {
  .oferte-populare .offer-card {
    margin-top: 20px;
    height: 300px;
  }
  .oferte-populare .offer-card .offer-card-title {
    text-align: center;
  }
  .oferte-populare .hotel-card .hotel-img {
    height: 190px;
  }
}
@media (max-width: 992px) {
  .oferte-populare .hotel-card .hotel-img {
    height: 180px;
  }
}
@media (max-width: 576px) {
  .oferte-populare .hotel-card .hotel-img {
    height: 160px;
  }
}

.travel-hero .carousel {
  border-radius: 14px;
  overflow: hidden;
}
.travel-hero .hero-slide {
  position: relative;
  height: 420px;
}
.travel-hero .hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.travel-hero .hero-content {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  max-width: 650px;
  color: #fff;
}
.travel-hero .hero-content h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
.travel-hero .hero-content p {
  font-size: 16px;
  margin-bottom: 20px;
  opacity: 0.95;
}
.travel-hero .hero-content .btn-secondary {
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.travel-hero .custom-arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.travel-hero .custom-arrow .arrow-icon {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.travel-hero .carousel-control-prev {
  left: 20px;
}
.travel-hero .carousel-control-next {
  right: 20px;
}
@media (max-width: 992px) {
  .travel-hero .hero-slide {
    height: 340px;
  }
  .travel-hero .hero-content {
    left: 30px;
  }
  .travel-hero .hero-content h1 {
    font-size: 34px;
  }
  .travel-hero .custom-arrow {
    width: 30px;
    height: 30px;
  }
  .travel-hero .custom-arrow .arrow-icon {
    font-size: 14px;
  }
  .travel-hero .carousel-control-prev {
    left: 3px;
  }
  .travel-hero .carousel-control-next {
    right: 3px;
  }
}
@media (max-width: 576px) {
  .travel-hero .hero-slide {
    height: 300px;
  }
  .travel-hero .hero-content {
    left: 20px;
    right: 20px;
  }
  .travel-hero .hero-content h1 {
    font-size: 26px;
  }
  .travel-hero .hero-content p {
    font-size: 14px;
  }
  .travel-hero .custom-arrow {
    display: none;
  }
}

.recent-articles .articles-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1400px) {
  .recent-articles .articles-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .recent-articles .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .recent-articles .articles-grid {
    grid-template-columns: 1fr;
  }
}
.recent-articles .section-title {
  font-weight: 700;
  font-size: 27px;
}
.recent-articles .article-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.recent-articles .article-card {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.recent-articles .article-card:hover {
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}
.recent-articles .card-image {
  position: relative;
}
.recent-articles .card-image img {
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}
.recent-articles .card-body {
  padding: 18px;
}
.recent-articles .card-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
.recent-articles .article-date {
  font-size: 12px;
  color: var(--color-text-secondary);
  display: block;
}
.recent-articles .article-type {
  bottom: 12px;
  right: 12px;
  background: #e9f7ef;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 6px;
  border-radius: 35px;
}
.recent-articles .card-text {
  font-size: 13px;
  color: #525252;
  margin-bottom: 10px;
}
.recent-articles .btn-link {
  justify-content: end;
}

.gallery-section .wrapper-gallery {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
.gallery-section .hotel-card {
  position: relative;
  margin-bottom: 10px;
}
.gallery-section .hotel-card .hotel-title {
  color: var(--color-text-primary);
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 6px;
}
.gallery-section .hotel-card .hotel-meta {
  font-size: 16px;
  color: #3B3B3B;
  gap: 10px;
}
.gallery-section .hotel-card .hotel-meta .stars {
  color: #f6a623;
  font-size: 14px;
}
.gallery-section .hotel-card .hotel-meta .divider {
  color: #bdbdbd;
}
.gallery-section .hotel-card .hotel-meta .hotel-location {
  display: flex;
  align-items: center;
  gap: 4px;
}
.gallery-section .hotel-card .hotel-meta .map-link {
  color: var(--color-primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.gallery-section .hotel-card .hotel-meta .map-link:hover {
  text-decoration: underline;
}
.gallery-section .hotel-card .price-box {
  padding-right: 65px;
  display: inline-block;
}
.gallery-section .hotel-card .price {
  font-size: 30px;
  font-weight: 600;
  color: var(--color-text-primary);
}
.gallery-section .hotel-card .price-label {
  font-size: 10px;
  color: #434343;
}
.gallery-section .hotel-card .discount {
  position: absolute;
  top: -10px;
  right: 0px;
  background: #E91E63;
  color: white;
  font-size: 15px;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .gallery-section .hotel-card .hotel-title {
    font-size: 20px;
  }
  .gallery-section .hotel-card .hotel-meta {
    font-size: 13px;
  }
  .gallery-section .hotel-card .hotel-price-wrapper {
    text-align: left;
    margin-top: 10px;
  }
}
.gallery-section .gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.gallery-section .gallery-item:hover img {
  transform: scale(1.06);
}
.gallery-section .big {
  height: 100%;
  /* 420 -> 632px, cerut de Sebastian (2 aug): imaginea mare de pe pagina de ofertă.
     `.gallery-section` există doar în oferta/oferta-circuit/oferta-personalizata, deci
     schimbarea nu atinge alte pagini. */
  max-height: 632px;
}
.gallery-section .col-12 .gallery-item {
  height: 200px;
}
.gallery-section .col-6 .gallery-item {
  height: 200px;
}
.gallery-section .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
}
.gallery-section .gallery-overlay span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.gallery-section .gallery-overlay span img {
  max-width: 18px;
  margin-right: 5px;
}
.gallery-section {
  /* Fancybox styling */
}
.gallery-section .fancybox__container {
  --fancybox-bg: rgba(0,0,0,0.94);
}
.gallery-section .fancybox__toolbar {
  background: transparent;
}
.gallery-section {
  /* responsive */
}
@media (max-width: 991px) {
  .gallery-section .gallery-section .big {
    min-height: 300px;
  }
  .gallery-section .gallery-section .col-12 .gallery-item,
  .gallery-section .gallery-section .col-6 .gallery-item {
    height: 180px;
  }
}
@media (max-width: 576px) {
  .gallery-section .gallery-section .col-12 .gallery-item,
  .gallery-section .gallery-section .col-6 .gallery-item {
    height: 150px;
  }
}

.split-content .card .card-body .section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
}
.split-content .card .card-body .details-list {
  margin-bottom: 18px;
}
.split-content .card .card-body .details-list .detail-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 16px;
}
.split-content .card .card-body .details-list .detail-item img {
  margin-right: 6px;
}
.split-content .card .card-body .details-list .detail-item .label {
  font-weight: 600;
  margin-right: 6px;
}
.split-content .card .card-body .details-list .detail-item .value {
  font-weight: 100;
}
.split-content .card .card-body .hotel-description {
  font-size: 14px;
}
.split-content .card .card-body .hotel-description .description-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.split-content .card .card-body .hotel-description p {
  margin-bottom: 0;
}
.split-content .card .card-body .hotel-description .more-text {
  display: none;
}
.split-content .card .card-body .hotel-description .read-more-btn {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  border: none;
  background: none;
  color: var(--color-primary);
  font-weight: 500;
  cursor: pointer;
  padding: 0;
}
.split-content .card .card-body .hotel-description .read-more-btn i {
  margin-left: 4px;
}
.split-content .card .card-body .hotel-description .read-more-btn:hover {
  text-decoration: underline;
}
.split-content .card .card-body .hotel-facilities {
  margin-top: 18px;
}
.split-content .card .card-body .hotel-facilities .facilities-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.split-content .card .card-body .hotel-facilities .facilities-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  font-size: 16px;
}
.split-content .card .card-body .hotel-facilities .facilities-list .facility {
  display: flex;
  align-items: center;
  gap: 6px;
}
.split-content .card .card-body .hotel-facilities .facilities-list .facility i {
  color: #00D740;
  font-size: 16px;
}
.split-content .card .card-body.facilitati .section-title {
  margin-bottom: 5px;
}
.split-content .card .card-body.facilitati .section-subtitle {
  font-size: 14px;
}
.split-content .card .card-body.facilitati h6 {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
}
.split-content .card .card-body.facilitati ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: 0D;
}
.split-content .card .card-body.facilitati ul li {
  margin-bottom: 5px;
}
.split-content .card .card-body.facilitati ul li span {
  color: var(--color-text-secondary);
}
.split-content .card .card-body.available-rooms .room-type-card {
  border-radius: 10px;
  border: 1px solid #D5DDED;
  padding: 10px;
}
.split-content .card .card-body.available-rooms .room-type-card.selected {
  background: #f3f8ff;
}
.split-content .card .card-body.available-rooms .room-type-card.selected .btn-primary {
  background-color: var(--color-primary);
  color: #fff;
}
.split-content .card .card-body.available-rooms .room-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.split-content .card .card-body.available-rooms .room-title h5 {
  color: var(--color-primary);
  margin-bottom: 10px;
}
.split-content .card .card-body.available-rooms .room-title .custom-checkbox {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.split-content .card .card-body.available-rooms .room-title .custom-checkbox:checked {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.split-content .card .card-body.available-rooms .room-title .custom-checkbox:checked::after {
  content: "✓";
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.split-content .card .card-body.available-rooms .room-details {
  padding: 10px 0;
}
.split-content .card .card-body.available-rooms .room-details h6 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.split-content .card .card-body.available-rooms .room-details p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--color-text-primary);
}
.split-content .card .card-body.available-rooms .room-details ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--color-text-primary);
  font-size: 14px;
}
.split-content .card .card-body.available-rooms .room-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.split-content .card .card-body.available-rooms .room-footer .price {
  color: var(--color-text-primary);
}
.split-content .card .card-body.available-rooms .room-footer .price span {
  font-size: 16px;
  color: #434343;
}
.split-content .card .card-body.available-rooms .room-footer .btn-primary {
  color: var(--color-text-primary);
  background-color: transparent;
}
.split-content .card .card-body.available-rooms .room-footer .btn-primary:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.split-content .extra-info {
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.split-content .extra-info .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-text-primary);
}
.split-content .extra-info .sub-title {
  color: #4f5979;
  font-size: 14px;
  margin-bottom: 20px;
}
.split-content .extra-info .collapse,
.split-content .extra-info .collapsing {
  color: var(--color-text-primary);
  position: relative;
}
.split-content .extra-info .collapse .shade,
.split-content .extra-info .collapsing .shade {
  background: linear-gradient(to top, white, transparent);
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.split-content .extra-info .collapse.show .shade {
  display: none;
}
.split-content .extra-info .collapse-trigger {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 20px;
}
.split-content .extra-info .collapse-trigger svg {
  transition: 0.2s ease-in-out;
}
.split-content .extra-info .collapse-trigger[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.split-content .extra-info .collapse-trigger p {
  margin: 0;
  margin-right: 8px;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
}
.split-content .extra-info .collapse-trigger p .close {
  display: none;
}
.split-content .extra-info .collapse-trigger p .open {
  display: inline-block;
}
.split-content .extra-info .collapse-trigger[aria-expanded=true] p .close {
  display: inline-block;
}
.split-content .extra-info .collapse-trigger[aria-expanded=true] p .open {
  display: none;
}
.split-content .extra-info .collapse:not(.show) {
  display: block !important;
  max-height: 120px;
  min-height: 120px;
  overflow: hidden;
}
.split-content .extra-info .collapsing {
  min-height: 120px;
}
.split-content .extra-info .collapse p:nth-child(odd),
.split-content .extra-info .collapsing p:nth-child(odd) {
  font-weight: 700;
}
.split-content .extra-info .collapse p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.split-content .extra-info .collapse.show {
  max-height: 100%;
}
.split-content .map-location {
  border-radius: 10px;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
  height: 300px;
  width: 100%;
}
.split-content .map-location iframe {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}
.split-content .frequent-questions {
  border-radius: 10px;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.split-content .frequent-questions p {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-text-primary);
  padding: 30px;
  padding-bottom: 10px;
}
.split-content .frequent-questions .accordion {
  padding-bottom: 30px;
}
.split-content .frequent-questions .accordion .accordion-item {
  padding: none;
  border-left: none;
  border-right: none;
}
.split-content .frequent-questions .accordion .accordion-item button {
  padding: 15px 30px;
  font-weight: 600;
  color: var(--color-text-primary);
  background-color: white !important;
  box-shadow: none;
}
.split-content .frequent-questions .accordion .accordion-item:first-child {
  border-top: none;
}
.split-content .frequent-questions .accordion .accordion-item:last-child {
  border-bottom: none;
}
.split-content .frequent-questions .accordion-body {
  font-size: 14px;
  color: var(--color-text-primary);
  padding: 0 30px;
  padding-bottom: 15px;
}
.split-content .rezumat-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.split-content .rezumat-details .item {
  display: flex;
  gap: 5px;
}
.split-content .rezumat-details .item p {
  margin: 0;
  color: var(--color-text-primary);
}
.split-content .rezumat-details .item span {
  color: rgba(0, 14, 61, 0.6);
}
.split-content .subtotal, .split-content .discount, .split-content .total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.split-content .subtotal span {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.split-content .subtotal p {
  font-size: 20px;
  font-weight: 400;
  color: var(--color-text-primary);
  margin: 0;
}
.split-content .discount span {
  font-size: 16px;
  font-weight: 600;
  color: #FF5757;
}
.split-content .discount p {
  font-size: 16px;
  font-weight: 600;
  color: #FF5757;
  margin: 0;
}
.split-content .total {
  margin: 15px 0;
}
.split-content .total span {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text-primary);
}
.split-content .total p {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text-primary);
  margin: 0;
}
.split-content .btn-light {
  --bs-btn-padding-x: 30px;
  --bs-btn-padding-y: 15px;
  --bs-btn-color: var(--color-text-primary);
  --bs-btn-bg: #fff;
}
.split-content .btn-light svg {
  margin-right: 5px;
}

.visit-area {
  padding: 40px 0;
}
.visit-area .section-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: 0D;
}
.visit-area .visit-grid {
  display: flex;
  flex-wrap: wrap;
}
.visit-area .visit-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 222px;
  cursor: pointer;
}
.visit-area .visit-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.visit-area .visit-card .visit-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.6);
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 6px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .visit-area .visit-card {
    height: 140px;
  }
  .visit-area .section-title {
    font-size: 18px;
  }
}

.login-section {
  padding: 80px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-section .hidden {
  display: none;
}
.login-section .login-wrapper, .login-section .register-wrapper {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 10px;
  /* 60px -> 1rem, cerut de Sebastian (2 aug); media-urile de 40/25px au fost scoase,
     altfel ar fi MARIT padding-ul pe ecrane mici */
  padding: 1rem;
  background: #fff;
}
.login-section .login-form h2 {
  font-weight: 700;
  margin-bottom: 15px;
}
.login-section .login-form .login-desc {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 30px;
}
.login-section .login-form label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #1f2a44;
}
.login-section .login-form .form-control {
  height: 45px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}
.login-section .login-form .form-control:focus {
  box-shadow: none;
  border-color: #2c4c9c;
}
.login-section .login-form .forgot-password {
  font-size: 13px;
  color: #2c4c9c;
  text-decoration: none;
}
.login-section .login-form .login-btn {
  width: 100%;
  background: #2c4c9c;
  color: white;
  height: 45px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.login-section .login-form .login-btn:hover {
  background: #223d82;
}
.login-section .login-form .divider {
  text-align: center;
  position: relative;
  margin: 20px 0;
}
.login-section .login-form .divider span {
  background: white;
  padding: 0 10px;
  color: #9ca3af;
  font-size: 14px;
}
.login-section .login-form .divider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e7eb;
  top: 50%;
  left: 0;
  z-index: -1;
}
.login-section .login-form .social-login {
  display: flex;
  gap: 10px;
}
.login-section .login-form .social-login .social-btn {
  flex: 1;
  height: 45px;
  border: 1px solid #e5e7eb;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
}
.login-section .login-form .social-login .social-btn img {
  width: 18px;
}
.login-section .login-form .create-account {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}
.login-section .login-form .create-account a {
  color: #2c4c9c;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 991px) {
  .login-section .login-form {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .login-section .social-login {
    flex-direction: column;
  }
}

footer {
  background: #F1F3F7;
  font-size: 16px;
}
footer .nav-link {
  text-decoration: none;
  color: #444;
  transition: all 0.3s ease;
}
footer .nav-link:hover {
  text-decoration: underline;
}
footer .footer-top {
  border-bottom: 1px solid #e5e5e5;
  padding: 50px 0 30px 0;
}
footer .footer-top .footer-contact {
  margin-top: 20px;
}
footer .footer-top .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-top .footer-contact ul li {
  margin-bottom: 15px;
  font-weight: 500;
}
footer .footer-top .footer-contact ul li img {
  max-width: 22px;
  margin-right: 5px;
}
footer .footer-top .footer-contact ul li a {
  text-decoration: none;
  color: #2cbbb5;
}
footer .footer-top h5, footer .footer-top h6 {
  font-weight: 600;
  margin-bottom: 15px;
}
footer .footer-top ul li {
  margin-bottom: 6px;
}
footer .footer-top .newsletter input {
  font-size: 14px;
}
footer .footer-middle {
  border-bottom: 1px solid #e5e5e5;
}
footer .footer-middle h6 {
  font-weight: 600;
}
footer .footer-middle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-middle a {
  display: block;
  font-size: 13px;
  color: #555;
}
footer .footer-middle a:hover {
  color: var(--color-text-primary);
}
footer .footer-middle-bottom {
  border-bottom: 1px solid #e5e5e5;
}
footer .footer-middle-bottom .social-icons {
  display: flex;
  gap: 25px;
  justify-content: center;
}
footer .footer-middle-bottom .social-icons a {
  width: 55px;
  height: 55px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
footer .footer-middle-bottom .social-icons a:hover {
  background: var(--color-primary-hover);
  color: #fff;
}
footer .footer-bottom p {
  color: #777;
}
footer .footer-bottom a {
  color: #666;
}
footer .footer-bottom a:hover {
  color: var(--color-text-primary);
}
@media (max-width: 768px) {
  footer .footer-top {
    text-align: center;
  }
  footer .footer-top .social-icons {
    justify-content: center;
  }
  footer .footer-bottom {
    text-align: center;
  }
  footer .footer-bottom .text-md-end {
    text-align: center !important;
  }
}/*# sourceMappingURL=style.css.map */
.search-hero .tab-content .special-filters .dropdown-menu .child-ages {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.search-hero .tab-content .special-filters .dropdown-menu .child-age-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
}
.search-hero .tab-content .special-filters .dropdown-menu .child-age-row .form-select {
  max-width: 120px;
}
.search-hero .tab-content .special-filters .dropdown-menu .travel-js-calendar table {
  margin: 0 auto;
}


/* Homepage custom period calendar */
.search-hero .tab-content .special-filters .period-nights-picker .dropdown-menu,
.search-hero .tab-content .special-filters .date-picker .dropdown-menu {
  min-width: min(398px, calc(100vw - 32px));
  border: 2px solid #dedede;
  border-radius: 0;
  box-shadow: none !important;
  padding: 14px !important;
}
.search-hero .tab-content .special-filters .period-range-labels {
  color: #000;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.2;
  text-transform: none;
}
.search-hero .tab-content .special-filters .period-nights-picker .numbers {
  border: 2px solid #dedede;
  justify-content: space-between;
  gap: 0;
  padding: 6px 10px;
}
.search-hero .tab-content .special-filters .period-nights-picker .numbers .control {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-size: 18px;
  width: 28px;
  height: 28px;
}
.search-hero .tab-content .special-filters .period-nights-picker .numbers .count {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  width: 100%;
}
.search-hero .tab-content .special-filters .travel-js-calendar,
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar,
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar table,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar table {
  width: 100% !important;
  max-width: 100%;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar table,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar table {
  border-collapse: separate;
  border-spacing: 4px;
  margin: 0 auto;
  table-layout: fixed;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar thead,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar thead {
  display: table-header-group;
  margin: 0;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar tbody,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar tbody {
  display: table-row-group;
  margin: 0;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar tr,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar tr {
  display: table-row;
  line-height: normal;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar thead .jsCalendar-title,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar thead .jsCalendar-title {
  display: table-cell;
  height: 44px;
  line-height: 1.05;
  position: relative;
  text-align: center;
  width: auto !important;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar .jsCalendar-title-name,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar .jsCalendar-title-name {
  color: #111;
  display: inline-block;
  float: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.05;
  max-width: 92px;
  text-align: center;
  text-transform: none;
  white-space: normal;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-left,
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-right,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-left,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-right {
  color: transparent;
  height: 26px;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-left,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-left {
  left: 8px;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-right,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-right {
  right: 8px;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-left::before,
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-right::before,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-left::before,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-right::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 13px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 13px;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-left::before,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-left::before {
  transform: translate(-35%, -50%) rotate(135deg);
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-right::before,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-right::before {
  transform: translate(-65%, -50%) rotate(-45deg);
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar tbody td,
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar thead .jsCalendar-week-days th,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar tbody td,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar thead .jsCalendar-week-days th {
  border: 0 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  display: table-cell !important;
  margin: 0 !important;
  vertical-align: middle;
  width: 14.285% !important;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar thead .jsCalendar-week-days th,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar thead .jsCalendar-week-days th {
  color: #2f2f2f;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 0;
  text-transform: none;
  text-align: center;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar tbody td,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar tbody td {
  background: #f3f3f3 !important;
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  padding: 0 !important;
  text-align: center;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-available,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-available {
  background: #2cbbb559 !important;
  color: #111;
  cursor: pointer;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-unavailable,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-unavailable {
  background: #f3f3f3 !important;
  color: #b8b8b8 !important;
  cursor: not-allowed;
  opacity: 0.65;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-next,
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-previous,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-next,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-previous {
  background: #f7f7f7 !important;
  color: #c8c8c8 !important;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-disabled,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-disabled {
  background: #f3f3f3 !important;
  color: #cfcfcf !important;
  cursor: not-allowed !important;
  opacity: 0.55;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-range,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-range {
  background: #2cbbb559 !important;
  color: #111 !important;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-range-start,
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-range-end,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-range-start,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-range-end {
  background: #2cbbb5 !important;
  color: #fff !important;
}
.search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-selected,
.search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-selected {
  background: #2cbbb5 !important;
  color: #fff !important;
}
@media (max-width: 576px) {
  .search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar .jsCalendar-title-name,
  .search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar .jsCalendar-title-name {
    font-size: 22px;
  }
  .search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-left,
  .search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-right,
  .search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-left,
  .search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-right {
    height: 24px;
    width: 24px;
  }
  .search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-left::before,
  .search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-right::before,
  .search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-left::before,
  .search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-right::before {
    height: 12px;
    width: 12px;
  }
  .search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar thead th,
  .search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar thead th,
  .search-hero .tab-content .special-filters .travel-js-calendar.jsCalendar tbody td,
  .search-hero .tab-content .special-filters .travel-js-calendar .jsCalendar tbody td {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
  }
}

.search-hero .tab-content .special-filters [data-passenger-picker] .dropdown-menu .bottom {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 250px;
}
.search-hero .tab-content .special-filters [data-passenger-picker] .dropdown-menu .type {
  min-height: 30px;
}
.search-hero .tab-content .special-filters [data-passenger-picker] .dropdown-menu .numbers {
  gap: 12px;
}

/* Results page custom period calendar */
.offers .special-filters .period-nights-picker .dropdown-menu,
.offers .special-filters .date-picker .dropdown-menu {
  min-width: min(398px, calc(100vw - 32px));
  border: 2px solid #dedede;
  border-radius: 0;
  box-shadow: none !important;
  padding: 14px !important;
}
.offers .special-filters .period-range-labels {
  color: #000;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.2;
  text-transform: none;
}
.offers .special-filters .period-nights-picker .numbers {
  border: 2px solid #dedede;
  justify-content: space-between;
  gap: 0;
  padding: 6px 10px;
}
.offers .special-filters .period-nights-picker .numbers .control {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-size: 18px;
  width: 28px;
  height: 28px;
}
.offers .special-filters .period-nights-picker .numbers .count {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  width: 100%;
}
.offers .special-filters .travel-js-calendar,
.offers .special-filters .travel-js-calendar.jsCalendar,
.offers .special-filters .travel-js-calendar.jsCalendar table,
.offers .special-filters .travel-js-calendar .jsCalendar,
.offers .special-filters .travel-js-calendar .jsCalendar table {
  width: 100% !important;
  max-width: 100%;
}
.offers .special-filters .travel-js-calendar.jsCalendar table,
.offers .special-filters .travel-js-calendar .jsCalendar table {
  border-collapse: separate;
  border-spacing: 4px;
  margin: 0 auto;
  table-layout: fixed;
}
.offers .special-filters .travel-js-calendar.jsCalendar thead,
.offers .special-filters .travel-js-calendar .jsCalendar thead {
  display: table-header-group;
  margin: 0;
}
.offers .special-filters .travel-js-calendar.jsCalendar tbody,
.offers .special-filters .travel-js-calendar .jsCalendar tbody {
  display: table-row-group;
  margin: 0;
}
.offers .special-filters .travel-js-calendar.jsCalendar tr,
.offers .special-filters .travel-js-calendar .jsCalendar tr {
  display: table-row;
  line-height: normal;
}
.offers .special-filters .travel-js-calendar.jsCalendar thead .jsCalendar-title,
.offers .special-filters .travel-js-calendar .jsCalendar thead .jsCalendar-title {
  display: table-cell;
  height: 44px;
  line-height: 1.05;
  position: relative;
  text-align: center;
  width: auto !important;
}
.offers .special-filters .travel-js-calendar.jsCalendar .jsCalendar-title-name,
.offers .special-filters .travel-js-calendar .jsCalendar .jsCalendar-title-name {
  color: #111;
  display: inline-block;
  float: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.05;
  max-width: 92px;
  text-align: center;
  text-transform: none;
  white-space: normal;
}
.offers .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-left,
.offers .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-right,
.offers .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-left,
.offers .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-right {
  color: transparent;
  height: 26px;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}
.offers .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-left,
.offers .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-left {
  left: 8px;
}
.offers .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-right,
.offers .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-right {
  right: 8px;
}
.offers .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-left::before,
.offers .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-right::before,
.offers .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-left::before,
.offers .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-right::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 13px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 13px;
}
.offers .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-left::before,
.offers .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-left::before {
  transform: translate(-35%, -50%) rotate(135deg);
}
.offers .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-right::before,
.offers .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-right::before {
  transform: translate(-65%, -50%) rotate(-45deg);
}
.offers .special-filters .travel-js-calendar.jsCalendar tbody td,
.offers .special-filters .travel-js-calendar.jsCalendar thead .jsCalendar-week-days th,
.offers .special-filters .travel-js-calendar .jsCalendar tbody td,
.offers .special-filters .travel-js-calendar .jsCalendar thead .jsCalendar-week-days th {
  border: 0 !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  display: table-cell !important;
  margin: 0 !important;
  vertical-align: middle;
  width: 14.285% !important;
}
.offers .special-filters .travel-js-calendar.jsCalendar thead .jsCalendar-week-days th,
.offers .special-filters .travel-js-calendar .jsCalendar thead .jsCalendar-week-days th {
  color: #2f2f2f;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 0;
  text-transform: none;
  text-align: center;
}
.offers .special-filters .travel-js-calendar.jsCalendar tbody td,
.offers .special-filters .travel-js-calendar .jsCalendar tbody td {
  background: #f3f3f3 !important;
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  padding: 0 !important;
  text-align: center;
}
.offers .special-filters .dropdown-menu .search-list {
  max-height: 250px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.offers .special-filters .destinations-filter .mini-search .search-list {
  display: none;
}
.offers .special-filters .destinations-filter .mini-search:focus-within .search-list,
.offers .special-filters .destinations-filter .mini-search .search-list:hover {
  display: flex;
}
.offers .special-filters .dropdown-menu .dropdown-item {
  padding: 5px 10px;
  color: #000e3d;
  cursor: pointer;
  transition: 0.2s ease;
  border-radius: 5px;
}
.offers .special-filters .dropdown-menu .dropdown-item:hover {
  background-color: #d5dded;
}
.offers .special-filters .dropdown-menu .dropdown-item.selected {
  background-color: #d5dded;
}
.offers .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-available,
.offers .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-available {
  background: #2cbbb559 !important;
  color: #111;
  cursor: pointer;
}
.offers .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-unavailable,
.offers .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-unavailable {
  background: #f3f3f3 !important;
  color: #b8b8b8 !important;
  cursor: not-allowed;
  opacity: 0.65;
}
.offers .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-next,
.offers .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-previous,
.offers .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-next,
.offers .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-previous {
  background: #f7f7f7 !important;
  color: #c8c8c8 !important;
}
.offers .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-disabled,
.offers .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-disabled {
  background: #f3f3f3 !important;
  color: #cfcfcf !important;
  cursor: not-allowed !important;
  opacity: 0.55;
}
.offers .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-range,
.offers .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-range {
  background: #2cbbb559 !important;
  color: #111 !important;
}
.offers .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-range-start,
.offers .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-range-end,
.offers .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-range-start,
.offers .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-range-end {
  background: #2cbbb5 !important;
  color: #fff !important;
}
.offers .special-filters .travel-js-calendar.jsCalendar tbody td.jsCalendar-selected,
.offers .special-filters .travel-js-calendar .jsCalendar tbody td.jsCalendar-selected {
  background: #2cbbb5 !important;
  color: #fff !important;
}
@media (max-width: 576px) {
  .offers .special-filters .travel-js-calendar.jsCalendar .jsCalendar-title-name,
  .offers .special-filters .travel-js-calendar .jsCalendar .jsCalendar-title-name {
    font-size: 22px;
  }
  .offers .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-left,
  .offers .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-right,
  .offers .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-left,
  .offers .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-right {
    height: 24px;
    width: 24px;
  }
  .offers .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-left::before,
  .offers .special-filters .travel-js-calendar.jsCalendar .jsCalendar-nav-right::before,
  .offers .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-left::before,
  .offers .special-filters .travel-js-calendar .jsCalendar .jsCalendar-nav-right::before {
    height: 12px;
    width: 12px;
  }
  .offers .special-filters .travel-js-calendar.jsCalendar thead th,
  .offers .special-filters .travel-js-calendar .jsCalendar thead th,
  .offers .special-filters .travel-js-calendar.jsCalendar tbody td,
  .offers .special-filters .travel-js-calendar .jsCalendar tbody td {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
  }
}

.offers .special-filters [data-passenger-picker] .dropdown-menu .bottom {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 250px;
}
.offers .special-filters [data-passenger-picker] .dropdown-menu .type {
  min-height: 30px;
}
.offers .special-filters [data-passenger-picker] .dropdown-menu .numbers {
  gap: 12px;
}
/* -- Ry: fix responsive mobil - search hero (taburi/campuri) + footer Destinatii -- */
@media (max-width: 767px) {
  .search-hero { margin-top: -70px; padding: 18px 0; }
  .search-hero .wrapper-tabs-search { width: 100%; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .search-hero .wrapper-tabs-search .nav-underline { flex-wrap: nowrap; }
  .search-hero .wrapper-tabs-search .nav-underline .nav-link { font-size: 15px; padding-left: 14px; padding-right: 14px; white-space: nowrap; }
  .search-hero .tab-content { padding: 14px; }
  /* campurile de search se aseaza pe cate un rand (Bootstrap cols SAU flex special-filters) */
  .search-hero .tab-content .row > [class*="col-"] { flex: 0 0 100%; max-width: 100%; margin-bottom: .5rem; }
  .search-hero .tab-content .special-filters { flex-wrap: wrap; }
  .search-hero .tab-content .special-filters > * { flex: 1 1 100%; max-width: 100%; min-width: 0; }
  /* footer: coloanele de Destinatii (Bootstrap .col fara breakpoint) -> 2 pe rand */
  footer .footer-middle .row > .col { flex: 0 0 50%; max-width: 50%; }
}
@media (max-width: 480px) {
  .search-hero .wrapper-tabs-search .nav-underline .nav-link { font-size: 14px; padding-left: 11px; padding-right: 11px; }
}

/* PartyTrip: overlay verde transparent + bule animate pe hero-ul de login.
   Design de Ry; selectorul adaptat de la `.login-section` (login-ul lui, nerutat) la
   `#header-login`, care e hero-ul login-ului canonic din modulul Account.

   ATENȚIE la regula de mobil din `account/login.php`: sub 540px are
       #header-login div { height:100%; background:rgba(255,255,255,.85); }
   care prinde ORICE div dinăuntru — deci și stratul de bule, care ar fi devenit o
   casetă albă peste tot hero-ul, doar pe telefon. De aceea regula de mai jos
   neutralizează explicit fundalul; `#header-login .login-bubbles` are specificitate
   (1,1,0) față de (1,0,1), deci câștigă fără `!important`. */
#header-login { overflow: hidden; }
#header-login::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(135deg, rgba(44,187,181,0.45) 0%, rgba(44,187,181,0.16) 100%);
}
/* Titlul stă deasupra overlayului și a bulelor. `:not(.login-bubbles)` fiindcă amândouă
   sunt copii direcți de tip div. */
#header-login > div:not(.login-bubbles) { z-index: 3; }
#header-login .login-bubbles {
  position: absolute; inset: 0; z-index: 2; overflow: hidden;
  pointer-events: none; background: none;
}
#header-login .login-bubbles span {
  position: absolute; bottom: -160px; display: block; border-radius: 50%;
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.28);
  animation: tvBubbleRise linear infinite;
}
@keyframes tvBubbleRise {
  0%{transform:translateY(0) scale(.5);opacity:0} 10%{opacity:.85} 90%{opacity:.45}
  100%{transform:translateY(-115vh) scale(1.1);opacity:0}
}
#header-login .login-bubbles span:nth-child(1){left:6%;width:42px;height:42px;animation-duration:15s;animation-delay:0s}
#header-login .login-bubbles span:nth-child(2){left:15%;width:22px;height:22px;animation-duration:11s;animation-delay:2s}
#header-login .login-bubbles span:nth-child(3){left:26%;width:62px;height:62px;animation-duration:19s;animation-delay:1s}
#header-login .login-bubbles span:nth-child(4){left:38%;width:28px;height:28px;animation-duration:13s;animation-delay:4s}
#header-login .login-bubbles span:nth-child(5){left:62%;width:34px;height:34px;animation-duration:16s;animation-delay:0s}
#header-login .login-bubbles span:nth-child(6){left:71%;width:18px;height:18px;animation-duration:10s;animation-delay:3s}
#header-login .login-bubbles span:nth-child(7){left:82%;width:52px;height:52px;animation-duration:18s;animation-delay:2s}
#header-login .login-bubbles span:nth-child(8){left:90%;width:26px;height:26px;animation-duration:12s;animation-delay:5s}
#header-login .login-bubbles span:nth-child(9){left:48%;width:16px;height:16px;animation-duration:9s;animation-delay:1s}
#header-login .login-bubbles span:nth-child(10){left:55%;width:46px;height:46px;animation-duration:17s;animation-delay:3s}

/* Respectă „reduce motion": animația e decorativă, iar pentru cine a cerut mai puțină
   mișcare din sistem o oprim de tot. Bulele rămân vizibile, doar statice. */
@media (prefers-reduced-motion: reduce) {
  #header-login .login-bubbles span { animation: none; opacity: .35; bottom: auto; top: 40%; }
}

/* PartyTrip: header-ul pe telefoane INGUSTE (<=480px). Logo-ul are max-width:240px INLINE
   in menu.twig; cu iconitele si gap-urile, min-content-ul randului trece de 390px si tot
   continutul paginii mosteneste un canvas mai lat decat viewportul (verificat cu proba de
   layout, nu reproductibil in headless - Chrome nu coboara fereastra sub 500px).
   !important ca sa bata stilul inline. */
@media (max-width: 480px) {
  header .main-header .navbar-brand { min-width: 0; flex-shrink: 1; }
  header .main-header .navbar-brand img { max-width: 150px !important; }
  header .main-header .mobil-right-side { gap: 12px; }
}

/* PartyTrip /contul-meu (cerute de Sebastian, 2 aug):
   (1) meniul de cont ("mydealer-menu") la STANGA - in DOM vine DUPA continut, deci in
       flex-ul .d-lg-flex iesea in dreapta; order:-1 il muta primul, fara sa atingem
       app/Account (repo embedded). Pe mobil containerul nu e flex -> neschimbat.
   (2) fara sub-meniul de categorii pe paginile de cont - scoped prin :has(.mydealer-menu),
       care exista doar acolo (Chrome/Edge/Safari moderne; fara :has raman cu sub-meniu,
       degradare acceptabila). */
.d-lg-flex > .mydealer-menu { order: -1; }
body:has(.mydealer-menu) header .header-bottom { display: none; }

/* Booking: bara fixa de total (.tv-bookbar, z-index 1040) acoperea bara #cookie-consent (butonul "Accepta cookie")
   (dovedit cu elementFromPoint la 500px: pe booking lovea tv-bookbar-price, pe oferta
   tv-oferbar-price dupa ridicarea ancorei sticky la 1040) - consimtamantul trebuie sa fie
   clicabil peste orice bara fixa de jos, deci il ridicam pe AMBELE pagini cu bare. */
body:has(.tv-bookbar) #cookie-consent,
body:has(#tvOferBar) #cookie-consent {
    z-index: 1100;
}

/* Bara fixă de pe pagina de ofertă (#tvOferBar) deasupra conținutului.
   Bara e position:fixed, dar stă în `.sticky-content` (position:sticky, inline în
   oferta.twig) — iar sticky creează ÎNTOTDEAUNA stacking context. Deci z-indexul barei e
   captiv acolo, oricât de mare: 1040 sau 9999999 dau exact același rezultat. Ce contează e
   z-indexul ANCOREI, nu al barei.
   Fără regula asta, ancora rămâne z-index:auto și orice element poziționat de mai jos în DOM
   (ex. `.hotel-card`, position:relative) se pictează peste bară.
   Regula exista, dar în oferte.css — pe care pagina de ofertă NU îl încarcă (doar style.css),
   deci n-a fost niciodată activă aici.
   1040 și nu mai mult: peste conținut, dar SUB bara de cookie-uri (1100) și sub modale — altfel
   „Acceptă cookie" redevine neapăsabil, exact bug-ul reparat pe booking. */
.sticky-content:has(#tvOferBar) { z-index: 1040; }

/* Pastilele de facilitati (`.preferences > div`).
   Stau AICI, nu in oferte.css, fiindca style.css e singurul stylesheet incarcat si de pagina de
   oferta - oferte.css merge doar pe listare. Prima varianta a acestei reguli a fost pusa in
   oferte.css si nu s-a aplicat deloc pe cardurile "Vazute recent", exact din motivul asta.

   Aceleasi valori ca regula din lista de rezultate (.offers-list .offer ... .preferences), pe
   tokenii --color-perk / --color-perk-bg. Regula de acolo are 5 clase in selector, deci continua
   sa castige pe listare; asta o acopera pe restul paginilor. */
.preferences {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.preferences div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 3px 5px;
  border-radius: 5px;
  background-color: var(--color-perk-bg);
  color: var(--color-perk);
  font-size: 10px;
  font-weight: 500;
  /* `line-height` explicit ca inaltimea unui rand sa fie una singura, calculabila:
     16 + 3 + 3 = 22px. Fara el, `normal` difera de la un font la altul si taierea la
     doua randuri de mai jos ar cadea aiurea. */
  line-height: 16px;
}

/* Iconita nu are voie sa impinga textul cand numele facilitatii e lung. */
.preferences div i {
  flex: 0 0 auto;
  font-size: 11px;
}

/* Pe cardul din "Vazute recent" pastilele au nevoie de aer fata de butonul de dedesubt. */
.oferte-populare .hotel-card .preferences {
  margin-bottom: 12px;
  /* CATE facilitati se vad: exact doua randuri, restul taiate.
     22px pe rand (vezi line-height de mai sus) + 6px gap intre randuri = 50px.
     Controllerul trimite mai multe decat incap; cate intra depinde de lungimea numelor si de
     latimea cardului, deci nu se poate decide pe server. */
  max-height: 50px;
  overflow: hidden;
}
