/*----------------------------------------*/
/* Import
/*----------------------------------------*/
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Outfit:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap);
@import url(main.css);

/*----------------------------------------*/
/* Custom
/*----------------------------------------*/

.qservice, .qlocation{
  outline: none !important;
  border: 0;
  border-bottom: solid 1.5px white;
}
.qlocation {
  /* Arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Icon */
  background-image: url("assets/images/location.svg");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 0.85rem auto;
}

#services .img-hover::after{
    content:"";
    position:absolute;
    inset:0;
    background:#000000;
    opacity:0.5;
    transition:all .4s ease;
}

#services .img-hover h5{
    position:absolute;
    left:10%;
    right:10%;
    bottom:10%;
    color:#fff;
    font-weight:600;
    z-index:2;
    transition:.4s;
}

#bookServiceProperties .card {
    transition: all 0.3s ease;
    border: none;
}

#bookServiceProperties .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.select3 {
    width: 100%;
    min-height: 42px;
    padding: 8px 40px 8px 12px;
    font-size: 100%;
    font-family: inherit;
    color: #333;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;

    /* Custom dropdown arrow */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236c757d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
}

.select3:hover {
    border-color: #86b7fe;
}

.select3:focus {
    border-color: #5897fb;
    box-shadow: 0 0 5px rgba(88, 151, 251, 0.5);
}

.select3:disabled {
    background-color: #e9ecef;
    cursor: not-allowed;
    opacity: 0.8;
}

.alert-error {
  border-bottom: 1px solid rgba(255, 0, 0, 0.15);
  animation: redGlow 5s forwards,
    bounceOnce 0.6s ease-out 0s 1;
}

@keyframes redGlow {
  0% {
    box-shadow: 0 0 2px 1px rgba(255, 0, 0, 0.15);
  }

  30% {
    box-shadow: 0 0 3px 2px rgba(255, 0, 0, 0.1);
  }

  50% {
    box-shadow: 0 0 4px 2px rgba(255, 0, 0, 0.05);
  }

  100% {
    box-shadow: none;
  }
}
/* Bounce up and down once */
@keyframes bounceOnce {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-12px); }
  60%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}
/** Snackbar Start **/

#snackalert {
  visibility: hidden;
  min-width: 300px;
  margin-right: 20px;
  color: #fff;
  border-radius: 2px;
  padding: 15px;
  position: fixed;
  z-index: 9999 !important;
  right: 0;
  top: 20px;
  font-size: 17px;
  opacity: 0.9;
  overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.snack-danger {
  background: #d9534f !important;
}
.snack-info {
  background: #5bc0de !important;
}
.snack-warning {
  background: #f0ad4e !important;
}
.snack-success {
  background: #5cb85c !important;
}
.snack-primary {
  background: #cca350 !important;
}
.snack-secondary {
  background: #000 !important;
}

@media (max-width: 1024px) {
	#snackalert {
		text-align: center;
		margin-left: -125px;
		margin-right: 0;
		left: 49.9%;
		right: 49.9%;
		padding: 10px;
		top: 10px;
	}
}

#snackalert.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;} 
  to {top: 20px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 20px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 20px; opacity: 1;} 
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 20px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

/** Snackbar End **/

nav .btn-cart{
    background: transparent;
    width: 35px;
    height: 35px;
    color: #2E2E2Ebb;
    font-size: 25px;
    line-height: 0;
    font-weight: 500;
    border: 0;
}
nav .cart-count {
  position: relative;
  right: -9px;
  top: 3px;
  display: inline-block;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background-color: #2E2E2E;
  border-radius: 100%;
}

.booking-card{
      border:none;
      transition:.25s;
}

.booking-card:hover{
    transform:translateY(-3px);
    box-shadow:0 5px 18px rgba(0,0,0,.06);
}

.detail-badge{
      background:#f1f3f6;
      color:#495057;
      padding:8px 14px;
      border-radius:30px;
      font-size:.88rem;
      margin:4px;
      display:inline-flex;
      align-items:center;
      gap:6px;
}
/* Floating Booking Cart */
.service-item{
	border-bottom:1px solid #eee;
    padding:15px 0;
}
.service-item:last-child{
	border-bottom:none;
}

.show-pass{
	background: transparent;
	border: 0; float: right;
	z-index: 900;
	position: relative;
	margin-top: -35px;
}