
:root {
    --aspect: 9/6;
    --white: #ffffff;
    --bs-primary:     #0d6efd;
    --bs-secondary:   #6c757d;
    --bs-success:     #198754;
    --bs-info:        #0dcaf0;
    --bs-warning:     #ffc107;
    --bs-danger:      #dc3545;
    --bs-light:       #f8f9fa;
    --bs-dark:        #212529;

    --bs-white:       #fff;
    --bs-gray-100:    #f8f9fa;
    --bs-gray-200:    #e9ecef;
    --bs-gray-300:    #dee2e6;
    --bs-gray-400:    #ced4da;
    --bs-gray-500:    #adb5bd;
    --bs-gray-600:    #6c757d;
    --bs-gray-700:    #495057;
    --bs-gray-800:    #343a40;
    --bs-gray-900:    #212529;
    --bs-black:       #000;

    --bs-body-color:           #212529;
    --bs-body-bg:              #fff;
    --bs-body-secondary-color: #6c757d;
    --bs-link-color:           var(--bs-primary);
    --bs-link-hover-color:     #0a58ca;
}


#unitCity, #accommodation-city {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2147483645 !important;
}

.suggestion-box {
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  width: 100%;

  z-index: 2147483645 !important;
  pointer-events: auto;
}

.autocomplete-suggestions {

  overflow-y: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: left !important;
}

.autocomplete-suggestions li:hover{
    background-color: blue;
    color: white;
}

.warning-strong{
    color: #FF5722;
}

  .dropdown-menu .dropdown-item:hover {
    background-color: var(--bs-primary);
    color: var(--bs-light);
  }

  .dropdown-menu .dropdown-item.active,
  .dropdown-menu .dropdown-item:active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
  }

input::placeholder {
  color: #9E9E9E;
  font-style: italic;
  font-size: 12px;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #9E9E9E;
}

input::-moz-placeholder {
  color: #9E9E9E;
}

input:-ms-input-placeholder {
  color: #9E9E9E;
}

input::placeholder {
  color: #9E9E9E;
}

input[readonly] {
    background-color: #e0e0e0;
    color: #000;
}

.header {
    height: 300px;
    overflow: hidden;
}


.bg-theme {
  background-color: #177063 !important;
  color: white !important;
}


.carousel .carousel-item img {
  height: 300px;
  object-fit: cover;
  object-position: top right;
}

.card {
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}

.slogan-flex{
    display: flex;
    flex-direction: column;
}

.scroll-top-btn {
  position: fixed;
  bottom: 80px;
  right: 30px;
  width: 42px;
  height: 38px;
  border: none;
  border-radius: 0.375rem;
  background-color: #177063;
  opacity: 0.7;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.scroll-top-btn:hover {
  background-color: #12594f;
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.scroll-top-btn:active {
  background-color: #0e453d;
  transform: scale(0.95);
}
.scroll-top-btn.gradient {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #177063, #1e8a77);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}

.scroll-top-btn.gradient:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.scroll-top-btn.gradient:active {
  transform: scale(0.95);
  background: linear-gradient(135deg, #12594f, #177063);
}
.form-label {
  text-align: left !important;
  display: block;
}

.cursor-pointer{
    cursor: pointer;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .submenu {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  margin-top: -1px;
  z-index: 1000;
}

.dropdown-submenu.show .submenu {
  display: block;
}


.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.btn-gallery-overlay {
    background-color: rgba(255, 255, 255, 0.8)!important;
    transition: background-color 0.3s ease!important;
}
.btn-gallery-overlay:hover {
  background-color: rgba(255, 255, 255, 1)!important;
}

.form-check-inline {
    margin-right: 0.5rem;
}

.cart_icon_color {
    color: #00B5CB;
    font-size: 18px;

    vertical-align: text-top;
}

.cart_icon {
    position: relative;
    top: -20px;
    right: 24px;
}

.tooltip-inner {
  background-color:  #00B5CB!important;
  color: #fff !important;
  font-weight: 300;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  text-align: left;
}

.stamp-pic-small{
    width: auto;
    max-height: 32px;

    object-fit: cover;
    object-position: top left;
}

.stamp-pic{
    width: auto;
    max-height: 56px;

    object-fit: cover;
    object-position: top left;
}

.stamp-pic-no-photo{
    width: auto;
    max-height: 56px;
    object-fit: cover;
    object-position: top left;
}

.stamp-pic-drag{
    max-width: 100%;
    max-height: 150px;

    object-fit: cover;
    object-position: top left;
}

.stamp-pic-large{
    max-width: 100%;
    max-height: 200px;

    object-fit: cover;
    object-position: top left;
}

.ratio-96{
    width: 100%;
    aspect-ratio: 3 / 2
}

.border-2 {
    border-style: solid !important;
    border-width: 2px !important;
    border-color: #4ABDAC !important;
}

.poze_local_thumb_draggable {
    cursor: move;
}

.wide-display{
    display: block;
}

.small-display{
    display: none !important;
}

.wide-display-inline{
    display: inline-block !important;
}

.small-display-inline{
    display: none !important;
}

.col7{
    width: 7%!important;
}

.col10{
    width: 7%!important;
}

.col12{
    width: 12.5%!important;
}

.col24{
    width: 24%!important;
}

.bullet-icon {
  font-size: 0.5rem;
  color: graytext;
}
.full-height-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.fs-14{
    font-size: 14px;
}
.fs-12{
    font-size: 12px;
}

html {
  scroll-behavior: smooth;
}
  .change:hover{
      color:white !important;
  }


@keyframes flipOutX {
  0%   { transform: rotateX(0); opacity: 1; }
  100% { transform: rotateX(90deg); opacity: 0; }
}

@keyframes flipInX {
  0%   { transform: rotateX(-90deg); opacity: 0; }
  100% { transform: rotateX(0); opacity: 1; }
}

.flip-out-x {
  animation: flipOutX 0.3s ease forwards;
}

.flip-in-x {
  animation: flipInX 0.3s ease forwards;
}


@media (min-width: 992px) {
  .w-40 {
    width: 41%
  }
  .col24m{
    width: 24%!important;
  }
}

@media (max-width: 992px) {
    .w-40 {
      width: 100%
    }

    .mobile-hide{
      display: none;
    }

    .stamp-pic{
      width: auto;
      max-height: 48px;
      object-fit: cover;
      object-position: top left;
    }

    .wide-display{
        display: none !important;
    }

    .small-display{
        display:block !important;
    }
    .wide-display-inline{
        display: none !important;
    }

    .small-display-inline{
        display:inline-block !important;
    }

}

@media (max-width: 768px) {
    .w-40 {
      width: 100%
    }

    .mobile-hide{
      display: none;
    }

    .stamp-pic{
      width: auto;
      max-height: 48px;
      object-fit: cover;
      object-position: top left;
    }

    .wide-display{
        display: none !important;
    }

    .small-display{
        display:block !important;
    }

    .small-display{
        display:block !important;
    }
    .wide-display-inline{
        display: none !important;
    }

    .small-display-inline{
        display:inline-block !important;
    }
    .col7{
         width: 25%!important;
    }

    .col10{
         width: 33.33333333%!important;
    }

    .col24{
         width: 58.33333333%!important;
    }


}


