.tour-filter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.tour-filter select,
.tour-filter input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.filter-buttons {
    display: flex;
    gap: 10px;
    justify-content: left;
    margin-top: 10px;
    /* margin-bottom: 30px; */
}

.filter-btn, .clear-btn {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.filter-btn {
    background-color: #cc9c74;
    color: #fff;
}

.clear-btn {
    background-color: transparent;
    color: #353341;
    font-weight: 600;
}

.tour-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Ensures exactly 4 columns */
    gap: 15px;
}

.tour-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    /* padding: 10px; */
    text-align: center;
    margin-bottom: 20px;
}

.tour-item img {
    width: 100%;
    height: auto;
    /* border-radius: 5px; */
}

#loader {
    text-align: center;
    font-size: 16px;
    
}

#load-more {
    padding: 10px 20px;
    background-color: #c69569; /* Green background */
    color: #fff; /* White text */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    display: none; /* Initially hidden */
    width: 100%;
    transition: background-color 0.3s ease, transform 0.2s ease;
    max-width: 150px;
}

#load-more:hover {
    background-color: #353341; /* Darker green on hover */
    transform: translateY(-2px); /* Slight lift effect */
}

#load-more:focus {
    outline: none;
}

#load-more:disabled {
    background-color: #6c757d; /* Disabled state */
    cursor: not-allowed;
}

.pagger-div {
    text-align: center;
    margin-top: 20px;
}

.tour-filter-grid input {
  padding: 8px 10px !important;
  border-radius: 4px;
  font-size: 15px;
}


.tour-item h3 {
    font-size: 17px;
    line-height: 25px;
}

/* animation */
@-webkit-keyframes rotate-Loader {
    100% {
      transform: rotate(-360deg);
    }
  }
  @keyframes rotate-Loader {
    100% {
      transform: rotate(-360deg);
    }
  }
  @-webkit-keyframes rotateSpinner-Loader {
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes rotateSpinner-Loader {
    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes dot-Loader {
    0% {
      background: #fff;
      box-shadow: inset 0 0 0 43px #fff;
    }
    25% {
      background: #e003ef;
      box-shadow: inset 0 0 0 36px #fff;
    }
    50% {
      background: #fff;
      box-shadow: inset 0 0 0 43px #fff;
    }
    75% {
      background: #3d3eff;
      box-shadow: inset 0 0 0 36px #fff;
    }
    50% {
      background: #fff;
      box-shadow: inset 0 0 0 43px #fff;
    }
  }
  @keyframes dot-Loader {
    0% {
      background: #fff;
      box-shadow: inset 0 0 0 43px #fff;
    }
    25% {
      background: #e003ef;
      box-shadow: inset 0 0 0 36px #fff;
    }
    50% {
      background: #fff;
      box-shadow: inset 0 0 0 43px #fff;
    }
    75% {
      background: #3d3eff;
      box-shadow: inset 0 0 0 36px #fff;
    }
    50% {
      background: #fff;
      box-shadow: inset 0 0 0 43px #fff;
    }
  }
  .Loader {
    -webkit-animation: rotate-Loader 3s infinite linear;
            animation: rotate-Loader 3s infinite linear;
    background-image: linear-gradient(#3d3eff, #e003ef);
    border-radius: 50%;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100px;
    -webkit-backface-visibility: hidden;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  }
  .Loader::before {
    -webkit-animation: rotateSpinner-Loader 13s infinite linear;
            animation: rotateSpinner-Loader 13s infinite linear;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
    transform-origin: 50px 50px;
  }
  .Loader::after {
    -webkit-animation: dot-Loader 1.5s infinite;
            animation: dot-Loader 1.5s infinite;
    background: #e003ef;
    border-radius: 50%;
    box-shadow: inset 0 0 0 45px #fff;
    content: '';
    height: 90px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 90px;
  }






  #loader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffe0;
    padding-top: 150px;
    min-height: 400px;
}

.Loader {
    display: inline-block;
}


.result_count {
  margin-bottom: 20px;
}

form#tour-filter-form {
  background-color: #eeeded;
  padding: 25px 15px;
  margin-bottom: 30px;
}

/* Style the Date Range Input with Calendar Icon */
.date-range-wrapper {
  position: relative;
  display: inline-block;
  display: flex
;
}

.date-range-wrapper i {
  position: absolute;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #c69569;
  cursor: pointer;
  right: 15px;
  font-size: 25px;
}

.date-range-wrapper input {
  padding-right: 10px !important;
  width: 100%;
 
}

.tour-item-inner p {
  margin-bottom: 0 !important;
  padding-bottom: 0;
  font-size: 16px;
  color: #333;
}

a.view-tour-btn {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  color: #c8966b;
  font-weight: 600;
}

.tour-item-inner {
  padding: 15px;
  text-align: left;
}








/* start bike animation */

:root {
	--hue: 223;
	--bg: hsl(var(--hue), 90%, 90%);
	--fg: hsl(var(--hue), 90%, 10%);
	--primary: hsl(var(--hue), 90%, 50%);
	--trans-dur: 0.3s;
	font-size: calc(16px + (32 - 16) * (100vw - 320px) / (2560 - 320));
}
#loader {
	transition: background-color var(--trans-dur), color var(--trans-dur);
}
.bike {
	display: block;
	margin: auto;
	width: 16em;
	height: auto;
}
.bike__body,
.bike__front,
.bike__handlebars,
.bike__pedals,
.bike__pedals-spin,
.bike__seat,
.bike__spokes,
.bike__spokes-spin,
.bike__tire {
	animation: bikeBody 3s ease-in-out infinite;
	stroke: var(--primary);
	transition: stroke var(--trans-dur);
}
.bike__front {
	animation-name: bikeFront;
}
.bike__handlebars {
	animation-name: bikeHandlebars;
}
.bike__pedals {
	animation-name: bikePedals;
}
.bike__pedals-spin {
	animation-name: bikePedalsSpin;
}
.bike__seat {
	animation-name: bikeSeat;
}
.bike__spokes,
.bike__tire {
	stroke: currentColor;
}
.bike__spokes {
	animation-name: bikeSpokes;
}
.bike__spokes-spin {
	animation-name: bikeSpokesSpin;
}
.bike__tire {
	animation-name: bikeTire;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
	:root {
		--bg: hsl(var(--hue), 90%, 10%);
		--fg: hsl(var(--hue), 90%, 90%);
	}
}

/* Animations */
@keyframes bikeBody {
	from {
		stroke-dashoffset: 79;
	}
	33%,
	67% {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: -79;
	}
}
@keyframes bikeFront {
	from {
		stroke-dashoffset: 19;
	}
	33%,
	67% {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: -19;
	}
}
@keyframes bikeHandlebars {
	from {
		stroke-dashoffset: 10;
	}
	33%,
	67% {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: -10;
	}
}
@keyframes bikePedals {
	from {
		animation-timing-function: ease-in;
		stroke-dashoffset: -25.133;
	}
	33%,
	67% {
		animation-timing-function: ease-out;
		stroke-dashoffset: -21.991;
	}
	to {
		stroke-dashoffset: -25.133;
	}
}
@keyframes bikePedalsSpin {
	from {
		transform: rotate(0.1875turn);
	}
	to {
		transform: rotate(3.1875turn);
	}
}
@keyframes bikeSeat {
	from {
		stroke-dashoffset: 5;
	}
	33%,
	67% {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: -5;
	}
}
@keyframes bikeSpokes {
	from {
		animation-timing-function: ease-in;
		stroke-dashoffset: -31.416;
	}
	33%,
	67% {
		animation-timing-function: ease-out;
		stroke-dashoffset: -23.562;
	}
	to {
		stroke-dashoffset: -31.416;
	}
}
@keyframes bikeSpokesSpin {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(3turn);
	}
}
@keyframes bikeTire {
	from {
		animation-timing-function: ease-in;
		stroke-dashoffset: 56.549;
		transform: rotate(0);
	}
	33% {
		stroke-dashoffset: 0;
		transform: rotate(0.33turn);
	}
	67% {
		animation-timing-function: ease-out;
		stroke-dashoffset: 0;
		transform: rotate(0.67turn);
	}
	to {
		stroke-dashoffset: -56.549;
		transform: rotate(1turn);
	}
}


/* end bike animation */




/* Responsive Breakpoints */
@media (max-width: 1200px) {
  .tour-grid {
      grid-template-columns: repeat(2, 1fr); /* 2 columns for medium screens */
  }
}

@media (max-width: 768px) {
  .tour-grid {
      grid-template-columns: 1fr; /* 1 column for smaller screens */
  }
}

@media (max-width: 480px) {
  .tour-item {
      padding: 10px; /* Add padding on small screens for better spacing */
  }
}

.tour-item:hover {
  box-shadow: -1px 2px 6px 0px #ccc;
  -webkit-transition: -webkit-box-shadow 1s;
  transition: -webkit-box-shadow 1s;
  transition: box-shadow 1s;
  transition: box-shadow 1s, -webkit-box-shadow 1s;
}



.select2-container--open .select2-dropdown {
  margin-top: 30px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #c8966b;
  color: white;
}


.select2-container--default .select2-selection--multiple {
  position: relative;
  padding-right: 35px; /* Space for arrow */
}

span.select2-selection.select2-selection--multiple:after {
  content: "\f107";
  font-weight: 900;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  position: absolute;
  font-size: 30px;
  top: 22px;
  color: #d79a72;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}

.rotate-arrow:after {
  transform: translateY(-50%) rotate(180deg) !important;
}


.result_count {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 0;
  background-color: #cc9c74;
  color: #fff;
  font-weight: 600;
}