/*navbar*/

@media (max-width: 400px) {
    .navbar-brand img {
      height: 50px;
    }
  }
  

.navbar-brand > img {
    height: 65px;
}

.navbar-nav .nav-link.show {
    color: #fff;
}

.navbar-toggler {
  margin-right: 10px;
}

@media (min-width: 663px) {
.header.transp .navbar-inverse,
.header.transp .mg-search-box {
  background-color: rgba(22, 38, 46, 0.5);
}
}

.header.sticky-on .navbar-inverse {
    background-color: rgba(22, 38, 46, 0.95) !important;
}

.text-logo > img {
  height: 200px;
}

.dropdown-menu {
  z-index: 1050 !important;
}


/* slider */

@media (max-width: 767px) {
  .img-sl-wd {
    max-width: 200%;
  }
  }


.dim-slider {
  filter: brightness(40%);
}

/* single room */
/*.mg-gallery .owl-wrapper-outer .owl-wrapper .owl-item > li > img {
  max-width: 70%;
}

.mg-gallery .owl-wrapper-outer .owl-wrapper .owl-item > li {
  text-align: center;
}*/

.mg-room-fecilities ul li {
  font-size: 14px;
  line-height: 20px;
}

.mh-500 {
  max-height: 500px;
}

.mg-gallery-thumb {
  position: inherit;
  padding-top: 50px!important;
}

.table {
  line-height: 10px;
}

.mg-book-now .mg-bn-forms .form-control {
  padding: 8px 8px;
  font-size: 14px;
}
.cs-select span {
  padding: 6px 12px 8px;
  font-size: 14px;
}

.mg-book-now .mg-bn-title {
  font-size: 26px;
  box-shadow: none;
}

.mg-bn-bs {
    box-shadow: 3px 0 #e7b315;
}

@media (max-width: 575.98px) {
    .mg-bn-bs {
        box-shadow: none;
    }
}

.btn-mg {
  font-size: 14px;
  padding: 8px 4px;
}


@media (max-width: 767px) {
  .mg-room.mg-room-col-2 figcaption .mg-room-price {
      transform: translate(0, 120px);
  }
  .mg-room.mg-room-col-2 figcaption .mg-room-rating {
      transform: translate(0, 120px);
  }
  .mg-room.mg-room-col-2 figcaption h2 {
      transform: translate(0, 120px);
  }
  }

/*gallery*/

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(30px);
}

/* Single page header */

.header.transp + .mg-page-title {
  padding-top: 137px;
}

.mg-page-title {
  padding-bottom: 30px;
}

/*Google maps */
.google-maps {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
  min-height: 450px;
  margin-top: 20px;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*Contact*/

.mg-contact-form-input {
  position: relative;
  margin-bottom: 20px;
}

/* error span*/
.bar-error {
    color: red;
    text-transform: uppercase;
    font-size: 12px;
}

.input-error, .text-error {
  color: #D61D1D;
  padding-left: 5px;
  font-size: 14px;
  position: relative;
  top: -4px;
}

.error-msg {
  border-bottom: 2px solid #ff0000;
  color: #ff0000;
  padding-left: 5px;
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.success-msg {
  border-bottom: 2px solid #008000;
  color: #008000;
  padding-left: 5px;
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.has-error {
  color: #D61D1D;
}
.has-success {
  color: #008000;
}

/* footer */
.mg-footer-widget .mg-widget-title:after {
  width: 80px;
  background-color: #e7b315;
}

.mg-copyright {
  text-align: center;
}

/*Single Apartmanet gallery*/
.fotorama__thumb-border {
  border-color: #b59326;
}

/* Validation states */
.dark-bg .has-success .help-block{
  color: #15c019;
}

.dark-bg .has-warning .help-block{
  color: #e5af51;
}

.dark-bg .has-error .help-block {
  color: #ef4f4c;
}

.has-error {
  color: #A94442;
  display: inherit;
  margin-top: 0px;
  padding-left: 2px;
}

.mg-book-now {
  padding: 20px 0px;
}

.mg-book-now .mg-bn-forms {
  padding: 20px 0px;
}

.alert-success {
  border-color: #d0edce;
  background-color: #effbf0;
  color: #14690b;
  font-weight: 700;
}

.alert {
  margin-bottom: 5px;
  padding: 0.3rem;
}

.bor-alert {
  border: 2px solid #e74659 !important;
}

div.cs-skin-elastic-err > span {
  border: 2px solid #e74659 !important;
}

#testimonialCarousel blockquote {
  background: transparent;
  border: none;
  padding: 30px 20px;
  margin: 0 auto;
}
#testimonialCarousel blockquote footer {
  color: #e7b315;
  font-style: italic;
  margin-top: 15px;
}

#avardCarousel .carousel-item img {
  object-fit: none;
  width: 100%;
  height: 250px; /* or whatever fixed height you want */
  max-height: 270px;
}

#testimonialCarousel,
#testimonialCarousel .carousel-inner,
#testimonialCarousel .carousel-item {
  height: 270px; /* set your desired height */
}

@media (max-width: 767px) {
  #testimonialCarousel,
  #testimonialCarousel .carousel-inner,
  #testimonialCarousel .carousel-item {
    height: 350px; /* set your desired height */
  }
  #avardCarousel .carousel-item img {
  object-fit: contain;
  width: 100%;
  height: 250px; /* or whatever fixed height you want */
  max-height: 300px;
  }
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
  opacity: 0;
  transition: opacity 0.2s;
  /* Optionally, prevent accidental clicks when hidden: */
  pointer-events: none;
}

#testimonialCarousel:hover .carousel-control-prev,
#testimonialCarousel:hover .carousel-control-next {
  opacity: 1;
  pointer-events: auto;
}

#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
  background-image: none;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-color: transparent;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

#testimonialCarousel .carousel-control-prev-icon {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 16 16'><path stroke='black' d='M11 2 5 8l6 6'/></svg>");
  background-color: #e7b315;
}

#testimonialCarousel .carousel-control-next-icon {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' viewBox='0 0 16 16'><path stroke='black' d='m5 2 6 6-6 6'/></svg>");
  background-color: #e7b315;
}


/*==Cookie notification==*/

.cc-banner .cc-message, .cc-btn {
    font: 600 14px/20px "Open Sans";
}

.cc-window.cc-banner {
    padding: 0.4em 1.8em;
}

.cc-banner .cc-message a {
  color: #e7b315;
}

/*==Price table==*/
.price-table {
  border-collapse: collapse;
  width: 100%;
}

.price-table th, td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

.price-table th {
  background-color: #f2f2f2;
}

.price-table td {
  min-width: 40px;
}

.no-border{
  border: none
}

/*==Info page==*/
.card .collapse.show {
  border-bottom: none;
}

.bt-width > li > a {
  min-width: 40px;
  max-width: 180px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.ml10{
  margin-left: 10px;
}

.ml20{
  margin-left: 20px;
}

.pt20{
  padding: 30px 0 30px;
}
@media (max-width: 662px) {
  .header.transp + .mg-page-title {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
  }
}

.card .main-card-header a.collapsed {
  color: #fff;
  background-color: #16262e;
}
.card .main-card-header a {
  display: block;
  padding: 10px 15px;
  position: relative;
  color: #e7b315;
  outline-width: 0;
  background-color: #16262e;
}

.card .main-card-header a:after {
  content: '';
  width: 23px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
}

.card .main-card-header a:before {
  content: '';
  width: 3px;
  height: 23px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease 0.2s;
  transition: -webkit-transform 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s;
  transition: transform 0.5s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
}

.card .main-card-header a.collapsed {
  color: #fff;
}

.card .main-card-header a.collapsed:before {
  background-color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.card .main-card-header a.collapsed:after {
  background-color: #fff;
}

.info .table td {
  text-align: left;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: .5rem;
  vertical-align: middle;
  line-height: 15px;
}


/*==Forms part==*/

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* Default (not in focus) */
select.form-select {
  background-color: #4b565b;
  color: #fff;
  padding: 4px 12px;
}

/* On focus (when dropdown is opened or selected) */
select.form-select:focus {
  background-color: #e7b315;
  color: #fff;
}

/* For dropdown options (limited styling possible due to browser constraints) */
select.form-select option {
  background-color: #4b565b;
  color: #fff;
}

.cursor-pointer {
    cursor: pointer !important;
}

.error-placeholder::placeholder {
  color: red;
  opacity: 1;
}

.alert-dismissible .btn-close {
    position: relative;
    padding: 0.2rem 0.2rem;
}


