/* global style.css css start */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #170203;
  outline: none;
  transition: 0.4s ease-in-out;
  font-weight: 400;
}

a:hover {
  color: #FC5B62;
}

h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;

}

input,
input:focus,
select,
select:focus,
textarea,
textarea:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
  z-index: 1 !important;
}

/* global css end */



/* HEADER CSS START HERE */
header #navbarNav {
  width: 40%;
  max-width: 40%;
}

header a.navbar-brand {
  max-width: 20%;
  margin: 0;
  width: 20%;
  text-align: center;
}

.header-group-btn {
  max-width: 40%;
  width: 40%;
  justify-content: flex-end;
}

.main-header {
  position: relative;
}

header .navbar-custom {
  position: absolute;
  background-color: transparent;
  top: 20px;
  width: 100%;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px !important;
}

header .navbar-custom {
  background-color: transparent !important;
}

header .nav-link.active {
  color: #FC5B62 !important;
}

.search-bar {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.search-bar input:focus {
  border: unset;
}

.search-bar input {
  width: 100%;
  max-width: 100%;
  border-radius: 10px 20px 0px 8px !important;
  height: 56px;
  color: #170203;
  padding-right: 190px;
}

.search-bar button:hover,
.search-bar button:focus {
  background-color: #D4333A;
}

.search-bar button {
  background-color: #FC5B62;
  color: white;
  border: none;
  position: absolute !important;
  right: 5px;
  border-radius: 0px 16px 0px 16px !important;
  height: 48px;
  width: 170px;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1 !important;
}

body.active .search-bar button {
  z-index: 0 !important;
}

nav.navbar button:hover,
nav.navbar button:focus {
  background-color: #ed565c !important;
  color: #fff;
  border-color: #ed565c;
}

header nav.navbar button:hover img,
header nav.navbar button:focus img {
  filter: brightness(0) invert(1);
}

header .search-bar button:hover,
header .search-bar button:focus {
  background-color: #170203 !important;
}

header .navbar-expand-lg .navbar-nav a.nav-link {
  position: relative;
  padding-left: 20px;
  transition: 0.5s;
}

header .navbar-expand-lg .navbar-nav a.nav-link:hover:before,
header .navbar-expand-lg .navbar-nav a.nav-link.active:before {
  opacity: 1;
}

header .navbar-expand-lg .navbar-nav a.nav-link:hover,
header .navbar-expand-lg .navbar-nav a.nav-link.active {
  color: #FC5B62 !important;
}

header nav.navbar button {
  background-color: #fff;
  color: #170203;
  border-radius: 8px;
  height: 36px;
}

header .form-select-sm {
  border-radius: 8px;
  height: 36px;
  cursor: pointer;
  display: none;
}

header .form-select:focus {
  border-color: #fff !important;
}

header .navbar-expand-lg .navbar-nav a.nav-link:before {
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  background-color: #FC5B62;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  content: "";
  margin: auto;
  opacity: 0;
  transition: 0.5s;
}

.menubar {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2 {
  width: 22px;
  height: 2px;
  background-color: #000000;
  margin: 6px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  transform: translate(0, 4px) rotate(-45deg)
}

/* Fade out the second bar */

/* Rotate last bar */
.change .bar2 {
  transform: translate(0, -4px) rotate(46deg);
}

body.sub-header header .navbar-custom {
  padding-left: 0 !important;
  padding-right: 0px !important;
}

/* HEADER CSS END HERE */


/* FOOTER CSS START HERE */
footer.footer {
  padding: 60px 0;
  background-color: #F6F5F5;
  padding-bottom: 0;
}

footer.footer ul li a {
  color: #170203;
  text-decoration: unset;
}

footer.footer ul li a img {
  width: 20px;
  margin-right: 8px;
}

footer.footer ul li {
  line-height: 36px;
}

a.footer-logo img {
  margin-bottom: 30px;
  max-width: 100%;
  display: block;
  width: 54%;
}

footer.footer p.small {
  font-size: 12px;
  color: rgb(23 2 3 / 50%);
}

footer.footer .big-logo {
  padding-top: 50px;
}


.footer-menu li a {
  position: relative;
  transition: 0.5s;
}

.footer-menu li a:before {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  background-color: #FC5B62;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  content: "";
  margin: auto;
  opacity: 0;
}

footer.footer h6 {
  font-size: 24px;
  font-weight: 400;
  color: #170203;
}

.footer-menu li a:hover,
.footer-menu li a:focus {
  padding-left: 15px;
  color: #FC5B62 !important;
}

.footer-menu li a:hover:before,
.footer-menu li a:focus:before {
  opacity: 1;
}

.footer-mbl-text {
  display: none;
}

/* FOOTER CSS END HERE */

/* HOME CSS START HERE */
.hero-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.hero-content h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 120%;
}

.hero-section {
  background: url(../../images/your-background.jpg) no-repeat center center / cover;
  height: 100vh;
  color: #fff;
  position: relative;
}

.hero-section .container {
  height: 100%;
  align-items: center;
}

.hero-section .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  background: url(../../images/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}

.partners {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.partners img {
  height: auto;
  margin: 0px 35px;
}

.tour-card img {
  border-radius: 0px 16px 0px 16px !important;
  object-fit: cover;
  height: 300px;
  width: 100%;
}

.popular-tour .badge-custom {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  color: #170203;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.popular-tour .badge-rating {
  position: absolute;
  top: 10px;
  left: 100px;
  background-color: #fff;
  color: #000;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.popular-tour .badge-rating svg {
  color: #EDE620;
}

.popular-tour .card-text del {
  color: #999;
  margin-left: 5px;
}

.popular-tour .tour-card {
  border: none;
}

.location-info {
  font-size: 0.85rem;
  color: #a4a4a4;
}

.popular-tour .card-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #170203;
}

.popular-tour .card-text span {
  display: block;
  font-size: 0.85rem;
  color: #777;
}

.popular-tour .card-text strong {
  font-size: 20px;
  font-weight: 500;
  color: #170203;
}

.location-info span {
  display: inline-block;
  padding: 0 10px;
}

.common-border {
  padding: 70px 0 50px 0;
  position: relative;
}

.common-border .title-border {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  left: 0;
  max-width: 100%;
  font-size: 24px;
}

.excluded .accordion-button:after {
  display: none;
}

.excluded .accordion-button {
  flex-direction: row !important;
  justify-content: start !important;
  gap: 10px;
}

.excluded .accordion-button i {
  font-size: 26px;
  color: #9e9596;
}

.common-border .title-border .circle {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #ffff;
  border-radius: 50px;
  margin-right: 20px;
  border: 4px solid #170203;
}

.common-border:before {
  content: "";
  position: absolute;
  top: 82px;
  left: 0;
  width: 60%;
  height: 1px;
  background: #17020333;
}

.common-btn .btn {
  background-color: #FC5B62;
  color: white;
  border: none;
  border-radius: 0px 16px 0px 16px;
  display: block;
  padding: 12px 25px;
  width: 220px;
  margin: auto;
  margin-top: 30px;
  box-shadow: unset !important;
  transform: unset !important;
}

.common-btn .btn:hover,
.common-btn .btn:focus {
  background-color: #D4333A;
  color: #fff;
  border-color: #D4333A;
}

.tour-slider-arrow .swiper-button-prev:after,
.tour-slider-arrow .swiper-button-next:after {
  display: none;
}

.tour-slider-arrow .swiper-button-prev,
.tour-slider-arrow .swiper-button-next {
  top: auto;
  bottom: -5px;
}

.tour-slider-arrow .swiper-button-next {
  right: auto;
  left: 50px;
  rotate: 180deg;
}

.tour-slider-arrow {
  border: 1px solid #fff;
  width: 90px;
  height: 36px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  border-radius: 8px;
}

.tour-slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 12px;
  height: 12px;
}

.tour-slider .swiper-slide img {
  border-radius: 16px;
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.tour-slider {
  height: 100%;
  max-height: 396px;
}

.left-map {
  height: 100%;
}

.left-map div#map {
  height: 100% !important;
}

.tour-name {
  position: absolute;
  top: 20px;
  padding-left: 40px;
}

.tour-name span {
  font-size: 20px;
  color: #FFFFFF;
}

.we-map .col-md-6 {
  position: relative;
}

.slider-btn a {
  background: #FFFFFF;
  width: 140px;
  height: 40px;
  border-radius: 6px;
  position: absolute;
  bottom: 15px;
  right: 65px;
  z-index: 1;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  text-transform: capitalize;
}

.tour-name span.circle {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #170203;
  border-radius: 50px;
  margin-right: 6px;
  border: 4px solid #fff;
  position: relative;
}

.tour-name span.circle:before {
  content: "";
  position: absolute;
  left: -44px;
  top: 0;
  background-color: #fff;
  height: 1px;
  width: 40px;
  bottom: 0;
  margin: auto;
}

.tour-slider .swiper-pagination {
  bottom: 20px;
  width: max-content;
  left: 47%;
  transform: translateX(-47%);
}

.category {
  padding: 70px 50px;
}

.category span.dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: rgb(23 2 3 / 5%);
  top: 10px;
  left: 10px;
}

.category .category-card {
  height: 350px !important;
  background-color: rgb(23 2 3 / 4%);
  border-color: rgb(23 2 3 / 4%);
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  transition: 0.5s;
}

.category h5.card-title {
  margin-top: 0 !important;
  font-size: 24px;
  font-weight: 700;
}

.category .card-icon img {
  position: absolute;
  right: -30px;
  bottom: -30px;
  opacity: .10;
  width: 120px;
  height: 120px;
}

.category .category-card:hover span.dot {
  background-color: #fc5b62;
}

.category .category-card:hover img {
  opacity: 1;
}

.category .category-card:hover a {
  color: #fc5b62;
}

.blog {
  padding-bottom: 120px;
}

.blog p.card-text {
  font-size: 14px;
  color: rgb(23 2 3 / 50%);
}

/* HOME CSS END HERE */


/* ALL TOUR PAGE CSS START HERE */
.filter-sidebar-container {
  width: 100%;
  max-width: 320px;
  /* Max width for the sidebar */
  background-color: #fff;
  border-radius: 0.75rem;
  /* Rounded corners */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  /* Subtle shadow */
  padding: 1.5rem;
  overflow-y: auto;
  /* Enable scrolling for long content */
  max-height: calc(100vh - 40px);
  /* Max height to fit viewport, with padding */
  display: flex;
  flex-direction: column;
}

/* Header section */
.filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}

.filter-bar .filter-wrapper {
  max-width: 100%;
  flex-wrap: nowrap !important;
}

.filter-bar .d-flex.align-items-center {
  width: 90%;
}

.d-flex.align-items-center.mb-5 {
  width: 90%;
}

.filter-header h4 {
  font-size: 24px;
  font-weight: 600;
  color: #170203;
  margin-bottom: 0;
}

.filter-header h4 .fa-filter {
  color: #ef4444;
  /* Red filter icon */
  margin-right: 0.5rem;
}

.filter-header .clear-all {
  color: rgb(23 2 3 / 50%);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

/* Section headings */
.filter-section-heading {
  font-size: 20px;
  font-weight: 600;
  color: #170203;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

/* Price section */
.price-inputs {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #1702031A;
  padding-bottom: 1.5rem;
}

.price-inputs .form-control {
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
}

/* Custom Range Slider (visual representation) */
.range-slider-container {
  position: relative;
  height: 4px;
  background-color: red;
  border-radius: 2px;
  margin: 1rem 0;
}

.range-slider-container .range-track-active {
  position: absolute;
  height: 100%;
  background-color: #ef4444;
  /* Red active track */
  border-radius: 2px;
}

.range-slider-container .thumb {
  width: 16px;
  height: 16px;
  background-color: #ef4444;
  /* Red thumb */
  border: 2px solid #fff;
  /* White border */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  /* Center the thumb */
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.3);
  /* Ring effect */
  cursor: pointer;
  z-index: 2;
  /* Ensure thumbs are above the track */
}

.range-slider-container input[type="range"] {
  position: absolute;
  width: 100%;
  height: 4px;
  /* Match track height */
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
  /* Remove default styling */
  background: #1702030D;
  /* Make track transparent */
  pointer-events: none;
  /* Allow clicks to pass through to thumbs */
  z-index: 3;
  /* Ensure range inputs are clickable */
}

/* Styling for the thumb of the actual range input (hidden) */
.range-slider-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  /* Match thumb size */
  height: 16px;
  /* Match thumb size */
  background: transparent;
  /* Make thumb transparent */
  border-radius: 50%;
  cursor: grab;
  pointer-events: all;
  /* Make only the thumb draggable */
}

.range-slider-container input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 50%;
  cursor: grab;
  pointer-events: all;
}

.range-slider-container input[type="range"]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 50%;
  cursor: grab;
  pointer-events: all;
}

/* Styling for the track of the actual range input (hidden) */
.range-slider-container input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  height: 4px;
  border-radius: 2px;
}

.range-slider-container input[type="range"]::-moz-range-track {
  background: transparent;
  height: 4px;
  border-radius: 2px;
}

.range-slider-container input[type="range"]::-ms-track {
  background: transparent;
  height: 4px;
  border-radius: 2px;
}

/* Checkbox styling */
.form-check {
  margin-bottom: 0.75rem;
}

.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 4px !important;
  border: 1px solid #E8E6E6;
  margin-top: 0.15rem;
  cursor: pointer;
}

.form-check-input:focus {
  border: 3px solidrgb(255, 255, 255) !important;
}

.form-check-input:checked {
  background-color: #FC5B62;
  border-color: #FC5B62;
  box-shadow: none;
  background-image: none;
  border: 3px solid #fff;
  outline: 1px solid #FC5B62 !important;
  border-radius: 4px !important;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.25);
  /* Red focus ring */
}

.form-check-label {
  font-size: 14px;
  color: #170203;
  cursor: pointer;
  padding-left: 10px;
  font-weight: 400;
}

.filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* View More / Hide links */
.view-more-link,
.hide-link {
  color: #ef4444;
  /* Red color */
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
  /* Ensures it takes full width */
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

/* Buttons at the bottom */
.filter-actions {
  margin-top: auto;
  /* Pushes buttons to the bottom */
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
  /* Separator line */
}

.show-results-btn {
  background-color: #FC5B62;
  border-color: #FC5B62;
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 16px;
}

.show-results-btn:hover {
  background-color: #d93d3d;
  /* Darker red on hover */
  border-color: #d93d3d;
  color: white;
}

.cancel-btn {
  background-color: transparent;
  border: none;
  color: #170203;
  font-weight: 400;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.cancel-btn:hover {
  color: #333;
}

/* Custom scrollbar for webkit browsers */
.filter-sidebar-container::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

.filter-sidebar-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
  border-radius: 10px;
}

.filter-sidebar-container::-webkit-scrollbar-thumb {
  background: #888;
  /* Handle color */
  border-radius: 10px;
}

.filter-sidebar-container::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Handle color on hover */
}

.offcanvas-header h5 {
  font-size: 24px;
  font-weight: 600;
  color: #170203;
}

.offcanvas-header img.me-2 {
  margin-right: 0 !important;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-header button:hover img {
  filter: brightness(0) invert(1) !important;
  fill: #fff !important;
}

#offcanvasExample {
  width: 25%;
  padding-left: 5%;
}

.hr {
  border-bottom: 1px solid #1702031A;
  margin-top: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.page-item .page-link {
  color: #170203;
  border: none;
  background-color: transparent;
  padding: 0.5rem 0.75rem;
  margin: 0 5px;
  border-radius: 0.25rem;
  transition: background-color 0.2s, color 0.2s;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-item.active .page-link {
  background-color: #FC5B62;
  color: white;
  border-color: #FC5B62;
  box-shadow: 0 2px 5px rgba(255, 107, 107, 0.4);
}

.page-item .page-link:hover {
  background-color: #f0f0f0;
  color: #333;
}

.page-item.active .page-link:hover {
  background-color: #ff6b6b;
  color: white;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border: none;
  padding: 0.5rem 0.75rem;
  margin: 0 5px;
}

.page-item .page-link[aria-label="Previous"],
.page-item .page-link[aria-label="Next"] {
  font-weight: bold;
}

.page-item.disabled .page-link[aria-label="Previous"],
.page-item.disabled .page-link[aria-label="Next"] {
  opacity: 0.6;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  border-radius: 8px;
  background-color: #F6F5F5;
  margin-right: 0.5rem;
  font-size: 0.9rem;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: #FC5B62;
  border-radius: 50%;
}

.filter-tag .btn-close {
  font-size: 0.6rem;
  margin-left: 0.25rem;
}

.filter-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 5px;
}

.filter-clear {
  white-space: nowrap;
  color: #212529;
  font-size: 0.9rem;
  text-decoration: underline;
  cursor: pointer;
}

h1.pages-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.filter-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  height: 5px;
  border-radius: 10px;
}

.filter-wrapper::-webkit-scrollbar {
  width: 0px;
  background-color: #F5F5F5;
  height: 8px;
  border-radius: 10px;
}

.filter-wrapper::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 1px solid #555555;
  border-radius: 10px;
}

.all-tour {
  padding: 70px 0;
}

.sub-header .navbar-expand-lg .navbar-nav a.nav-link {
  color: #170203 !important;
}

.sub-header .all-tour {
  padding-top: 120px;
}

.inner-logo {
  display: none;
}

.sub-header .inner-logo {
  display: block;
  height: 30px;
  margin: auto;
}

.sub-header .home-logo {
  display: none;
}

.mobile-profile-btn {
  display: none;
}

.sub-header header nav.navbar button {
  background-color: #F6F5F5;
}

.all-blog {
  padding-top: 120px;
}

.blog-large .tour-card {
  display: flex;
  flex-direction: row;
}

.blog-large .tour-card .card-head {
  width: 50%;
}

.blog-large .tour-card .card-body {
  width: 50%;
}

.blog-large {
  padding-bottom: 80px;
}

.sub-header header nav.navbar button {
  background-color: #F6F5F5;
}

.header-group-btn .btn {
  background: #ffffff;
  border-radius: 8px;
}

.sub-header .header-group-btn .btn {
  background: #F6F5F5;
  border-radius: 8px;
}

.header-group-btn .btn:hover {
  background: #fa5a64;
  border-color: transparent;
}

.header-group-btn .btn:hover img {
  filter: brightness(0) invert(1);
}


/* ALL TOUR PAGE CSS END HERE */

/* CONTACT-PAGE-CSS START */
.left-contact {
  background: #F6F5F5;
  padding: 24px;
  position: relative;
  height: 100%;
  border-radius: 16px;
  transition: 0.4s;
}

.left-contact:hover .contact-home-img {
  opacity: 1;
}

.left-contact ul li {
  font-size: 16px;
  font-weight: 600;
  color: #170203;
  margin-bottom: 15px;
}

.left-contact ul li a {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #FC5B62;
}

.contact-home-img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 10%;
  overflow: hidden;
}

.contact-home-img img {
  height: 160px;
}

.form-control::placeholder {
  color: #17020380;
}

.contact-form .form-label {
  color: #17020380;
}

.contact-form .form-control {
  height: 56px;
  padding: 15px;
  font-size: 16px;
  color: #170203;
  border-radius: 16px;
}

.contact-form h5 {
  font-size: 16px;
  font-weight: 600;
  color: #170203;
  text-transform: uppercase;
}

.contact-form textarea.form-control {
  height: 80px;
}

.contact-form .form-check-label {
  font-size: 12px;
  color: #17020380;
}

.contact-form {
  padding-left: 20px;
}

.contact-form .common-btn .btn {
  margin-left: 0;
}

.form-control:focus {
  border-color: #9f9f9f;
}

.left-contact ul li a:hover {
  color: #ff898e;
}

.contact-faq {
  padding-bottom: 70px;
}

.contact-faq .accordion-button[aria-expanded="true"] {
  color: #FC5B62;
  border-radius: 16px 16px 0px 0px !important;
  margin-bottom: 0;
}

.contact-faq .accordion-button span.circle {
  width: 16px;
  height: 16px;
  background: hsl(357deg 84% 5% / 4%);
  border-radius: 100px;
  margin-right: 10px;
}

.contact-faq .accordion-button[aria-expanded="true"] span.circle {
  background: #FC5B62;
}

.contact-faq .accordion-button {
  border-radius: 16px !important;
  background: #1702030A;
  box-shadow: none;
  margin-bottom: 10px;
}

.accordion-item {
  border: none;
}

.contact-faq .accordion-collapse .accordion-body {
  background: #f6f5f5;
  margin-bottom: 10px;
  border-radius: 0px 0px 16px 16px;
  color: #857071;
  padding-right: 30%;
}

.contact-faq h3 {
  font-size: 24px;
  font-weight: 600;
  color: #170203;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.accordion-button::after {
  background: url(../../images/plus.svg) !important;
  background-repeat: no-repeat;
  background-size: 20px !important;
  background-position: 100%;
  width: 20px;
  height: 20px;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(42%) sepia(77%) saturate(2200%) hue-rotate(326deg) brightness(106%) contrast(98%);
  rotate: 45deg;
}

.contact-page .form-check .has-feedback .form-check-input.is-valid:checked {
  background-color: #FC5B62;
}

.contact-page .form-check {
  margin-top: 20px;
}


/* CONTACT-PAGE-CSS END */

/* BLOG-DETAIL-PAGE-CSS START */
.article-detail {
  padding: 120px 0 70px 0;
}

.quote-block {
  position: relative;
  padding-left: 30px;
  margin-top: 32px;
}

.quote-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  border-radius: 100px;
  height: 100%;
  background-color: #FC5B62;
}

.breadcrumb-nav .breadcrumb-item a:hover {
  color: #fc5b62;
}

.breadcrumb-nav .breadcrumb-item a:hover {
  color: #fc5b62;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  background-color: #fc5b62;
}

.quote-content p.location-info {
  width: 100%;
  margin-bottom: 0;
  margin: 14px 0 5px 0;
}

.quote-icon {
  width: 10px;
  background-color: #ff6b81;
  height: 60px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.quote-block .text-muted {
  font-size: 0.9em;
  color: #6c757d !important;
}

.quote-block .lead {
  font-size: 1.1em;
  line-height: 1.6;
  color: #343a40;
}

.quote-header p {
  font-weight: 400;
}

.breadcrumb-nav .breadcrumb-item {
  font-size: 0.9rem;
}

.breadcrumb-nav .breadcrumb-item a {
  color: rgb(23 2 3 / 50%);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
  width: 6px;
  height: 6px !important;
  border-radius: 100px;
  background-color: rgb(23 2 3 / 50%);
  content: "";
  top: 8px;
  position: absolute;
  left: -7px;
  padding: 0;
}

.breadcrumb-item {
  position: relative;
  padding-right: 14px;
  padding-left: 0px;
}

.breadcrumb-nav .breadcrumb-item.active {
  color: #170203;
  font-weight: 500;
}

.article-title {
  font-size: 32px;
  font-weight: 600;
  color: #170203;
  line-height: 1.3;
}

.meta-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.article-tags .tag {
  display: inline-block;
  background-color: #e9ecef;
  color: #495057;
  padding: 0.3rem 0.8rem;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  margin-right: 0.5rem;
}

.social-share {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.social-share .share-text {
  font-size: 14px;
  color: #170203;
  font-weight: 400;
}

.article-content img {
  border-radius: 0px 16px 0px 16px !important;
  object-fit: cover;
  height: 600px;
  width: 100%;
  margin-bottom: 26px;
}

.social-share .social-icon {
  width: 36px;
  height: 36px;
  background-color: #F6F5F5;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  padding: 8px;
}

.social-share .social-icon:hover {
  background-color: #fc5b62;
}

.social-share .social-icon:hover img {
  filter: brightness(0) invert(1);
}

.article-image {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  object-fit: cover;
  margin-top: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.article-content-discrition p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(23 2 3 / 50%);
  width: 52%;
  margin-bottom: 34px;
}

.article-content-discrition h3 {
  font-size: 24px;
  font-weight: 600;
  color: #170203;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.article-content-discrition h5 {
  font-size: 20px;
  color: #170203;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.article-secondary-img {
  display: flex;
  margin-bottom: 34px;
  border-radius: 0px 16px 0px 16px;
  column-gap: 10px;
}

.article-secondary-img img {
  border-radius: 0px 16px 0px 16px !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.secondary-img-left {
  width: 75%;
}

.article-content-discrition ul li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: rgb(23 2 3 / 50%);
  display: block;
  width: 51%;
  margin-bottom: 14px;
  padding-left: 20px;
}

.article-content-discrition ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #FC5B62;
  left: 0;
}

/* BLOG-DETAIL-PAGE-CSS END */


/* TOUR-DETAIL-PAGE-CSS START */
.gallery-main,
.gallery-thumb {
  border-radius: 15px;
  overflow: hidden;
}

.overlay-count {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-thumb {
  position: relative;
  height: 100%;
}

.tour-detail-faq button.accordion-button {
  flex-direction: row-reverse;
  justify-content: flex-end;
  line-height: 26px;
  pointer-events: none;
  padding-left: 0;
}

.tour-detail-faq .accordion-button::after {
  margin-left: 0 !important;
  margin-right: 14px;
}

.tour-detail-faq .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset !important;
}

.tour-detail-faq button.accordion-button:focus {
  box-shadow: unset;
}

.tour-detail-faq .accordion-button:not(.collapsed) {
  color: #170203;
  box-shadow: unset;
}

.tour-detail-faq .accordion-button {
  padding-bottom: 5px;
}

.route-item {
  display: flex;
  align-items: flex-start;
}

.route-marker-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.route-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  flex-shrink: 0;
  z-index: 2;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 8px solid #170203;
}

.route-circle.first-circle {
  background-color: #fff;
  border: 8px solid #FC5B62;
  box-sizing: border-box;
}

.route-line {
  width: 6px;
  background-color: #FC5B62;
  flex-grow: 1;
  z-index: 1;
  min-height: 60px;
}

.route-item:last-child .route-line {
  display: none;
}

.route-content-col {
  padding-bottom: 20px;
  width: 100%;
}

.route-item:last-child .route-content-col {
  padding-bottom: 0;
}

.route-title {
  font-weight: 600;
  color: #170203;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.3;
}

.route-subtitle {
  color: #170203;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.3;
  font-weight: 400;
}

.tour-detail-sec {
  padding-bottom: 20px;
}

.category.highlight ul li {
  color: #170203;
  margin-bottom: 12px;
}

.category.highlight ul li img {
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

.about-tour a {
  text-transform: uppercase;
  color: #FC5B62;
}

.calendar-card {
  background-color: #fff;
  padding: 20px;
  max-width: 100%;
  margin: 20px auto;
  position: relative;
  border: 1px solid #FC5B62;
  border-radius: 16px;
  margin-top: -90px;
}

/* Calendar Header */
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  color: var(--text-dark);
  font-weight: 600;
}

.calendar-header h5 {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 600;
}

.calendar-nav i {
  font-size: 1.1rem;
  color: var(--text-muted);
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.calendar-nav i:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Days of Week */
.day-names {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
  color: var(--text-dark);
  font-size: 0.9rem;
}

/* Date Grid */
.date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  /* Spacing between date cells */
  text-align: center;
}

.date-cell {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 5px 0;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  box-sizing: border-box;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}

.date-cell:hover:not(.unavailable):not(.selected) {
  background-color: rgba(var(--primary-pink), 0.1);
  /* Light pink on hover */
  border-color: rgba(var(--primary-pink), 0.5);
  transform: translateY(-2px);
  /* Slight lift on hover */
}

.date-cell .date-number {
  font-weight: 600;
  font-size: 1rem;
  color: var(--text-dark);
  line-height: 1.2;
}

.date-cell .date-price {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.2;
}

/* Specific Cell States */
.date-cell.unavailable {
  background-color: #eee;
  cursor: not-allowed;
  color: var(--text-muted);
}

.date-cell.unavailable .date-number,
.date-cell.unavailable .date-price {
  color: #b0b0b0;
  /* Lighter text for unavailable */
}

.date-cell.available {
  background-color: #FC5B62;
  border-color: #F6F5F5;
  color: #fff;
}

.date-cell.available:hover {
  background-color: #e03e45 !important;
  border-color: #660000;
}

.date-cell.available .date-number,
.date-cell.available .date-price {
  color: var(--success-green);
}

.date-cell.selected {
  background-color: var(--primary-pink);
  color: #fff;
  border-color: var(--primary-pink);
  box-shadow: 0 4px 8px rgba(var(--primary-pink), 0.3);
}

.date-cell.selected .date-number,
.date-cell.selected .date-price {
  color: #fff;
}

/* Hover effect for the specific date in the image */
.date-cell.date-4:hover {
  /* This would typically be JS-driven */
  background-color: var(--primary-pink);
  /* Simulate hovered over available and becomes selected */
  color: #fff;
}

.date-cell.date-4:hover .date-number,
.date-cell.date-4:hover .date-price {
  color: #fff;
}

/* Adults Counter */
.adults-counter {
  margin-top: 30px;
  margin-bottom: 25px;
}

.adults-counter h6 {
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 15px;
}

.counter-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #F6F5F5;
  border-radius: 16px;
  padding: 10px;
}

/* Using Bootstrap for flex in the row */
.adults-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.counter-btn {
  background-color: #EAE9E9;
  border: 1px solid var(--border-grey);
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: var(--text-dark);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.counter-btn:hover {
  background-color: #eee;
}

.counter-display {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
  width: 50px;
  /* Space for number */
  text-align: center;
}

/* Total Section */
.total-section {
  margin-bottom: 25px;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-dark);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.total-original {
  color: var(--text-muted);
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 10px;
}

/* Book Now Button */
.book-now-btn {
  background-color: var(--primary-pink);
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  width: calc(100% - 60px);
  transition: background-color 0.2s ease;
  text-align: center;
  background-color: #FC5B62;
  color: white;
  border: none;
  border-radius: 0px 16px 0px 16px;
}

.book-now-btn:hover {
  background-color: #e05e71;
  /* Slightly darker pink */
  color: #fff;
  /* Ensure text remains white */
}

.heart-icon-btn {
  background-color: #fff;
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.2s ease;
}

.heart-icon-btn:hover {
  border-color: var(--primary-pink);
  color: var(--primary-pink);
  box-shadow: 0 2px 8px rgba(var(--primary-pink), 0.1);
}

.action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  /* Space between button and heart */
}

.total-section>span {
  font-size: 16px;
  color: #252626;
  font-weight: 400;
}

.route-circle:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  z-index: 0;
}

.route-circle:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  z-index: 0;
}

.main-rating-display {
  background-color: #F6F5F5;
  max-width: max-content;
  padding: 20px;
  border-radius: 16px;
}

.filter-buttons button {
  border: 1px solid #17020333 !important;
}

.filter-buttons {
  flex-wrap: wrap;
}

.filter-buttons button img {
  width: 20px;
}

.main-rating-display {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.rating-score {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--dark-text);
  margin-right: 20px;
  line-height: 1;
}

.reviews-and-stars {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.reviews-count {
  font-size: 1.1rem;
  color: var(--muted-text);
  margin-bottom: 5px;
}

.large-stars .star-icon {
  font-size: 1.8rem;
  color: var(--star-yellow);
  margin-right: 3px;
}

/* Filter Buttons */
.filter-buttons .btn {
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 8px 15px;
  font-size: 0.95rem;
  color: var(--dark-text);
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
}

.filter-buttons .btn:hover {
  border-color: var(--dark-text);
  background-color: var(--light-grey-bg);
  color: var(--dark-text);
}

.filter-buttons .btn.active {
  border-color: var(--active-border-color);
  background-color: #fff;
  color: var(--dark-text);
  font-weight: 600;
}

.filter-buttons .btn .star-icon {
  font-size: 0.8rem;
  color: var(--star-yellow);
  margin-left: 5px;
  margin-right: 0;
}

.rating-card .filter-buttons .btn.active,
.rating-card .filter-buttons .btn:hover {
  border: 1px solid #170203 !important;
}

/* Sort By Dropdown */
.sort-by-dropdown {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: var(--dark-text);
  cursor: pointer;
}

.sort-by-dropdown .dropdown-toggle::after {
  margin-left: 8px;
}

.sort-by-text {
  color: var(--muted-text);
  margin-right: 5px;
}

.rating-card .sort-by-dropdown .dropdown-toggle {
  text-transform: capitalize;
  font-weight: 500;
}

.rating-card .sort-by-dropdown .dropdown-toggle .sort-by-text {
  font-weight: 400;
  display: inline-block;
  color: #170203;
}

/* Reviewer Info (Avatar and Name) */
.reviewer-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.reviewer-avatar {
  width: 40px;
  height: 40px;
  background-color: #FC5B62;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-right: 12px;
}

.review-stars img {
  width: 24px;
  height: 24px;
}

.review-details p {
  margin-bottom: 0;
  margin-left: 10px;
}

.reviewer-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-dark);
}

.review-card button.btn.book-now-btn {
  max-width: max-content;
  margin: auto;
  display: block;
  margin-top: 30px;
}

/* Review Details (Stars, Date, Country) */
.review-details {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.review-stars .star-icon {
  color: var(--star-yellow);
  font-size: 1.1rem;
  margin-right: 3px;
}

.review-date,
.review-country {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-left: 15px;
}

.review-text {
  font-size: 20px;
  line-height: 1.6;
  color: var(--text-dark);
  margin-bottom: 20px;
  font-weight: 500;
}

/* Review Images */
.review-images-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.image-thumbnail-wrapper {
  width: 130px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.rating-card .review-card {
  margin-bottom: 30px;
}

.rating-card .book-now-btn {
  max-width: max-content;
  margin: auto !important;
  display: block;
}

.tour-detail {
  padding: 120px 0 70px 0;
}

.image-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 12px;
}

/* TOUR-DETAIL-PAGE-CSS END */

.filter-bar .sort-select {
  display: none;
}

.offcanvas-header .btn-close {
  display: none;
}

.article-content .social-share {
  display: none;
}

button.btn.load-more-btn {
  display: block;
  background: #FC5B62;
  color: #fff;
  width: 200px;
  margin: auto;
  height: 50px;
  border-radius: 0px 16px 0px 16px;
  text-transform: capitalize;
}

.book-now-btn.show {
  background-color: #FC5B62 !important;
  color: #ffff;
}


/* user dashboard css start here */

.sidebar {
  height: 100vh;
  background-color: #f6f5f5;
  transition: all 0.3s ease-in-out;
  z-index: 1050;
  position: fixed;
  left: 0;
  width: 23%;
  top: 0;
}

.sidebar .nav-link {
  color: #170203;
  margin-bottom: 16px;
  padding: 10px 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: start;
}

.sidebar-menu-wrapper {
  width: 50%;
  margin-left: auto;
  padding-top: 40px;
  height: calc(100% - 80px) !important;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  background-color: #fff;
  border-radius: 20px;
}

.sidebar-toggler {
  position: absolute;
  top: 21px;
  right: 10px;
  background: #f6f5f5;
  border: none;
  font-size: 2.0rem;
  padding: 4px;
  border-radius: 4px;
  height: 40px;
  display: flex;
  align-items: center;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.tour-card img {
  object-fit: cover;
  height: 200px;
}

.tour-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  height: 100%;
}

.tab-nav {
  border-bottom: 2px solid #eee;
}

.tab-nav .nav-link {
  color: #170203;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.tab-nav .nav-link.active {
  border-bottom: 2px solid #000;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: #170203;
  font-weight: 500;
}

.dashboard-tour-card {
  padding: 20px;
  background: #f6f5f5;
  box-shadow: none;
  border: 0;
  border-radius: 30px;
  overflow: unset;
  z-index: 9;
}

.dashboard-content nav {
  margin-top: 50px;
}

.dashboard-tour-card img {
  border-radius: 20px !important;
}

.dashboard-tour-card .card-body {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  align-items: center;
}

.dashboard-tour-card span.badge {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #fff;
  color: #170203;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
}

.dashboard-tour-card span.badge span.dot {
  display: inline-block;
  margin-right: 5px;
}

.dashboard-tour-card .card-body p {
  margin-bottom: 0;
  background: #fff;
  padding: 5px 12px;
  margin-right: 10px;
  border-radius: 20px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px;
}

.dashboard-tour-card .card-body a.btn {
  margin-left: auto;
  transition: background-color 0.2s ease;
  text-align: center;
  background-color: #FC5B62;
  color: white;
  border: none;
  padding: 7px 15px;
  font-size: 14px;
  border-radius: 8px 0px 8px 0px;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  box-shadow: unset !important;
  transform: unset !important;
  word-spacing: 5px;
}

.pagination li.page-item a.page-link {
  height: 40px;
}

.dashboard-tour-card .card-body a.btn:hover {
  background: #D4333A;
}

.dashboard-content {
  padding-bottom: 50px !important;
  width: 1080px;
}

.dashboard-tour-card .card-body h6 {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-family: 'Poppins', sans-serif !important;
}

.dashboard-content h3 {
  font-weight: 600;
  margin-bottom: 35px;
  color: #170203;
  font-size: 24px;
}

.dashboard-content h3 a {
  margin-right: 10px;
}

.sidebar .nav-link img {
  width: 20px;
}

div#history .col-md-12.col-lg-6 {
  position: relative;
}

.leave-review {
  position: absolute;
  bottom: 20px;
  background: #fc5b62;
  width: calc(100% - 1.5rem);
  text-align: center;
  color: #fff;
  font-size: 14px;
  left: 50%;
  height: 100px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 10px;
  transition: 0.3s ease-in-out;
  transform: translateX(-50%);
}

.leave-review a {
  color: #fff;
  line-height: normal;
}

div#history .col-md-12.col-lg-6:hover .leave-review {
  bottom: -35px;
}

.leave-review:hover {
  background-color: #D4333A;
}

div#reviewed .review-images-grid .image-thumbnail-wrapper {
  width: 90px;
  height: 80px;
}

div#reviewed .tour-rating-stars {
  margin-top: 20px;
  margin-bottom: 20px;
}

div#reviewed .tour-rating-stars img.star-icon {
  width: 30px;
}

.dashboard-tour-card .card-body span {
  display: inline-block;
  margin-left: auto;
  color: #777;
  font-size: 16px;
  font-family: 'Poppins', sans-serif !important;
}

div#reviewed .review-images-grid .image-thumbnail-wrapper img.star-icon {
  height: 100%;
  object-fit: cover;
}

.white-stars {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.white-stars img {
  width: 50px;
}

form.review-form label {
  display: block;
  margin-bottom: 10px;
}

form.review-form textarea {
  width: 100%;
  min-height: 80px;
  padding: 16px 12px !important;
  border-radius: 16px;
  background: #f6f5f5;
  margin-bottom: 16px;
  border: 0;
}

form.review-form textarea:hover,
form.review-form textarea:focus,
form.review-form textarea:focus-visible {
  background: #f6f5f5;
}

form.review-form .image-upload-group {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding-left: 30px;
  cursor: pointer;
}

form.review-form .image-upload-group input {
  position: absolute;
  left: -999px;
}

form.review-form .image-upload-group label::before {
  content: "";
  background: linear-gradient(#000 0 0),
    linear-gradient(#000 0 0);
  background-position: center;
  background-size: 50% 1.5px, 1.5px 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 28%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
}

form.review-form button.review-submit {
  width: 100%;
  height: 48px;
  background: #FC5B62;
  border-radius: 8px 0px 8px 0px;
  color: #fff;
  margin-top: 10px;
  transition: 0.3s all;
  font-family: 'Poppins', sans-serif !important;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  box-shadow: unset !important;
  transform: unset !important;
}

.g-sidenav-show .sidenav.fixed-start+.main-content .card .btn {
  box-shadow: unset !important;
  transform: unset !important;
}

.btn {
  box-shadow: unset !important;
  transform: unset !important;
}

form.review-form button.review-submit.btn:hover {
  background: #D4333A;
}

.discount-outer {
  background: #f6f5f5;
  padding: 40px 30px;
  padding-bottom: 0;
  height: 350px;
  overflow: hidden;
  border-radius: 20px;
}

.discount-outer .discount-card {
  display: flex;
  justify-content: space-between;
}

.discount-outer .discount-card .discount-content {
  width: 70%;
}

.discount-outer .discount-card .discount-image {
  width: 40%;
}

.discount-outer .discount-card .discount-image img {
  object-fit: cover;
  height: 650px;
  width: 100%;
  transform: scale(1.2) translateY(30px);
}

.discount-outer .discount-card .discount-content h2 {
  font-weight: 500;
  color: #fc5b62;
}

.discount-outer .discount-card .discount-content p {
  color: #777;
  margin-top: 10px;
  font-size: 20px;
}

.setting-form .common-btn {
  margin-top: 32px !important;
}

.mytour-card-img {
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.mytour-booking-card {
  border: 1px solid #fc5b62;
  border-radius: 12px;
  padding: 20px;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mytour-accordion-button:not(.collapsed) {
  background-color: #f8f8f8;
}

.mytour-price {
  font-weight: 600;
  font-size: 16px;
  color: #170203;
}

.mytour-old-price {
  text-decoration: line-through;
  color: #170203;
  opacity: 50%;
  font-size: 14px;
}

.mytour-paid {
  color: gray;
  font-weight: 500;
  font-size: 1rem;
}

.mytour-cancel-btn {
  color: red;
  cursor: pointer;
  font-weight: 500;
  border: none;
  background: none;
}

.mytour-section-title {
  font-weight: 600;
  font-size: 20px;
  color: #170203;
  margin-bottom: 15px;
  width: 100%;
}

.mytour-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #ffffff;
  color: #000000;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
}

.mytour-tag .dot {
  display: inline-block;
  margin-right: 5px;
}

.mytour-booking-card .input-wrapper {
  display: flex;
  position: relative;
  background: #F6F5F5;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 12px;
  padding-left: 38px;
  color: #170203;
  font-size: 16px;
  font-weight: 500;
  border-radius: 16px;
}

.mytour-booking-card .input-wrapper i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  font-size: 16px;
}

.mytour-booking-card .input-fields {
  width: 48%;
}

.mytour-booking-card .input-fields:nth-child(4) {
  width: 100%;
  margin-top: 10px;
}

.mytour-booking-card .input-fields input.form-control {
  height: 50px;
  border-radius: 50px;
  background: #f6f5f5;
  border: 0;
  padding-left: 35px;
}

.mytour-booking-card .mytour-totals {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.mytour-booking-card .text-end {
  text-align: center !important;
  width: 100%;
}

div#mytourAccordion button.accordion-button {
  background: transparent;
  border: 0 !important;
  box-shadow: none;
  color: #fc5b62;
  font-size: 20px;
  font-weight: 500;
  padding-left: 40px;
}

div#mytourAccordion .accordion-item {
  background: #f6f5f5;
  margin-bottom: 20px;
  border-radius: 16px;
}

div#mytourAccordion button.accordion-button.collapsed {
  color: #000000;
}

div#mytourAccordion .accordion-body {
  padding-left: 40px;
  color: #170203;
}

div#mytourAccordion button.accordion-button.collapsed::before {
  content: "";
  position: absolute;
  background: #ebe9e9;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  left: 15px;
}

div#mytourAccordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

div#mytourAccordion .accordion-item ul.list-unstyled li {
  font-size: 16px;
  font-weight: 500;
  color: #170203;
}

div#mytourAccordion button.accordion-button::before {
  background-color: #fc5b62;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  left: 15px;
}

.rating-card .book-now-btn.show {
  display: none;
}

div#mytourAccordion .accordion-item ul.list-unstyled {
  gap: 10px;
  display: flex;
  flex-direction: column;
  color: #170203;
  font-size: 16px;
  font-weight: 400;
}

.mytour-cards-row {
  row-gap: 20px;
}

button.completed {
  background-color: green;
  color: white;
  border: none;
  border-radius: 0px 16px 0px 16px;
  display: block;
  padding: 7px 25px;
  width: 100%;
  font-size: 16px;
  cursor: auto;
}

.rating-stars .star {
  font-size: 45px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.rating-stars .star.selected {
  color: gold;
}

.rating-stars .star.filled {
  color: #ffc107;
}

.image-upload-group input[type="file"] {
  margin-bottom: 8px;
}

form.review-form .add-more-images {
  padding: 0;
  font-weight: 400;
  color: #170203;
  text-transform: capitalize;
  padding-left: 8px;
  margin-bottom: 5px !important;
}

/* user dashboard css end here */

.booking-popup .modal-header {
  background: #fa5a64;
  color: #fff;
}

.booking-popup .modal-header .btn-close {
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: 0.4s;
}

.booking-popup .modal-header .btn-close:hover {
  opacity: 1;
}

.left-map-slider .tour-slider-arrow {
  display: none;
}

.code-verify input {
  width: 50px;
  text-align: center;
  margin-right: 8px;
}

.blog-large .tour-card {
  display: flex;
  flex-direction: row;
  max-height: 350px;
}

.blog-large .tour-card img {
  height: 100%;
  max-height: 350px;
}

.user-dashboard .card {
  margin-bottom: 20px;
  box-shadow: 1px 1px 20px #0000001f;
}

/* poppups css start  */
.modal-content-inner {
  display: flex;
  align-items: flex-end;
}

.modal-backdrop.fade {
  display: none;
}

.modal-open .modal-backdrop.fade {
  display: block;
}

.modal-content .modal-footer {
  border: 0;
}

.modal-content-inner .modal-header {
  border: 0;
}

.modal-content {
  padding: 20px;
  border-radius: 24px;
}

.modal-content-inner .modal-header {
  width: 35%;
  justify-content: center;
}

.modal-content-inner .modal-header img.card-img-top {
  height: 150px !important;
  width: 135px !important;
  object-fit: contain;
}

.modal-content-inner .modal-body {
  width: 66%;
  padding-left: 20px !important;
}

#succesModal .modal-content-inner .modal-body h4 {
  font-size: 32px;
  font-weight: 600;
  color: #2DDB4D;
  margin-bottom: 8px;
}

#errorModal .modal-content-inner .modal-body h4 {
  font-size: 32px;
  font-weight: 600;
  color: #FC5B62;
  margin-bottom: 8px;
}

.modal-content-inner .modal-body p {
  opacity: 50%;
  font-size: 20px;
  font-weight: 400;
  color: #170203;
  margin-bottom: 0;
}

.modal-content .modal-footer button {
  width: 100%;
  background: #E8E6E6 !important;
  border: 0;
  color: #170203;
  height: 48px;
  margin-top: 10px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 16px;
  opacity: 1;
  outline: none;
  box-shadow: none;
}

.user-dashboard {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.customer-logo img.home-logo {
  width: 120px;
  margin-left: auto;
  margin-right: 0;
}

.customer-logo {
  width: 100%;
  display: flex;
  padding-right: 20px;
}

div#cancelTourToggle .modal-content {
  padding: 30px;
}

div#cancelTourToggle .modal-content .modal-footer button {
  background-color: #FC5B62 !important;
  color: #fff;
}

div#cancelTourToggle .modal-content h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}

div#cancelTourToggle .modal-content button.btn-close {
  opacity: 1;
  box-shadow: none;
  font-size: 24px;
}

div#cancelTourToggle .modal-content p {
  font-size: 20px;
  color: #170203;
  font-weight: 400;
  line-height: normal;
  opacity: 50%;
}

.popular-tour h1.pages-title {
  display: flex;
  align-items: center;
}

.popular-tour h1.pages-title span.text-muted {
  font-size: 20px;
  font-weight: 400;
  margin-left: 8px;
  color: #170203 !important;
  opacity: 50%;
}

.popular-tour .tour-card .badge-closed {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-image: url(../../images/close.png);
  font-size: 0;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: 0.3s all;
  border: 0;
}

.popular-tour .tour-card .badge-closed:focus-visible {
  outline: none;
}

.popular-tour .tour-card .badge-closed:hover {
  transform: scale(1.1);
}

/* change password css start here */
.change-password-outer .img-bg {
  background: #F6F5F5;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.change-password-outer h1 {
  text-align: center;
  margin-top: 70px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.change-password-outer p {
  width: 51%;
  text-align: center;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  color: #170203;
}

.change-password-outer img.loader {
  width: 50px;
  height: 50px;
  margin: auto;
  margin-top: 20px;
}

.change-password-outer .col-md-6 {
  text-align: center;
}

.change-password-outer img.password-logo {
  width: 121px;
  height: 24px;
  margin-top: 40px;
}

.password-footer a {
  color: #170203;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: normal;
  opacity: 50%;
}

.password-footer a svg {
  height: 1rem;
  margin-right: 10px;
  color: #170203;
  opacity: 1;
}

.change-password-outer .col-md-6:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}

/* change password css end here */

.popular-tour .tourhub-cards-grid .alert-info {
  background: #fc5b62;
  border: none;
  color: #fff;
  padding: 20px;
  border-radius: 16px;
}

.tour-detail .gallery-main img {
  height: 510px;
}

.tour-detail .flex-column .gallery-thumb img {
  height: 250px;
}

.trip-points {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.trip-points::before {
  content: "";
  position: absolute;
  top: 82px;
  left: auto;
  width: 100%;
  height: 1px;
  background: #17020333;
  right: 80%;
}

.highlight {
  padding-bottom: 70px;
  position: relative;
}

.highlight::before {
  content: "";
  position: absolute;
  top: 12px;
  left: auto;
  width: 100%;
  height: 1px;
  background: #17020333;
  right: 80%;
}

.about-tour {
  padding-bottom: 70px;
  position: relative;
}

.about-tour::before {
  content: "";
  position: absolute;
  top: 12px;
  left: auto;
  width: 100%;
  height: 1px;
  background: #17020333;
  right: 80%;
}

.tour-detail-sec h2.title-border {
  margin-left: 24px;
}

.recover-btn {
  background-color: #FC5B62;
  color: white;
  border: none;
  border-radius: 0px 16px 0px 16px;
  display: block;
  padding: 12px 25px;
  width: 220px;
  margin: auto;
  margin-top: 30px;
  box-shadow: unset !important;
  transform: unset !important;
}

.recover-btn:hover,
.recover-btn:active {
  background: #D4333A !important;
  color: #fff !important;
}

ul#ui-id-1 {
  position: absolute;
  top: 60px;
  border-radius: 8px;
}

.search-main-div {
  position: relative;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

ul#ui-id-1 li.ui-menu-item.ui-state-focus {
  color: #170203;
  border-color: #FFD3DA;
  background: #FFD3DA;
}

ul#ui-id-1 li.ui-menu-item {
  border-radius: 0px;
  padding: 6px 15px;
  margin: 5px 4px 0 4px;
  text-align: left;
  font-weight: 600;
  border: none;
}

.rating-card .book-now-btn {
  display: none;
}

button.book-now-btn:disabled {
  background-color: #FC5B62;
  cursor: not-allowed;
  pointer-events: auto;
  color: #000;
}

.tour-detail .gallery-main {
  margin-right: 20px;
}


.checkout-phone .iti--allow-dropdown {
  width: 100%;
}

.checkout-phone .iti--allow-dropdown .iti__flag-container {
  width: fit-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  display: flex;
  padding: 5px 0 !important;
  align-items: center;
  border-right: 1px solid #ccc;
  padding-right: 10px !important;
}

.checkout-phone .iti--allow-dropdown input#phone {
  padding: 16px 20px !important;
  width: 100% !important;
  padding-left: 90px !important;
}

.checkout-phone .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  display: flex;
  align-items: center;
}

.checkout-phone .iti--allow-dropdown .iti__flag-container ul#iti-0__country-listbox {
  background: #fff;
  max-height: 350px;
  overflow-y: auto;
  position: absolute;
  top: 50px;
  max-width: 308px;
  width: 380px;
  left: -10px;
}

.checkout-phone .iti--allow-dropdown .iti__flag-container ul#iti-0__country-listbox li {
  justify-content: space-between;
}

.checkout-phone .iti--allow-dropdown .iti__flag-container ul#iti-0__country-listbox li span.iti__country-name {
  text-align: left;
  width: 85%;
}

.checkout-phone .iti--allow-dropdown .iti__flag-container ul#iti-0__country-listbox li span.iti__dial-code {
  color: #000;
}

.checkout-phone .iti--allow-dropdown .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
  font-size: 12px;
}
.calendar-card .adults-row input {
    max-width: 100px;
}

/* MEDIA-DEVICE */


@media (max-width:1500px) {
  .dashboard-content {
    width: 100%;
  }

  .form-select {
    width: 100% !important;
  }

  .mytour-cards-row {
    margin: 0 !important;
    margin-top: 20px !important;
  }

  .dashboard-content {
    overflow-x: hidden;
  }
  .date-checkout input#date {
    padding-left: 100px;
}


}

@media (max-width: 1200px) {
  .hero-content h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
  }

  .common-border .title-border {
    left: 40px;
    max-width: 80%;
  }

  h2 {
    font-size: 24px;
    line-height: 100%;
  }

  .common-border:before {
    top: 82px;
  }

  .category h5.card-title {
    font-size: 18px;
    line-height: 24px;
  }

  .tour-detail-sec h2.title-border {
    left: 0px;
    max-width: 80%;
    margin-left: 0px;
  }


}

@media (max-width: 991px) {
  body.active {
    overflow: hidden;
  }

  body.active .mobile-profile-btn {
    display: block;
    background-color: #FC5B62;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    height: 48px;
    width: 100%;
    margin: auto;
    position: fixed;
    bottom: 20px;
    left: 50%;
    max-width: 92%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 16px;
    line-height: 50px;
  }

  .mbl-hide {
    display: none;
  }

  .header-group-btn {
    margin-top: 0 !important;
    max-width: max-content;
    width: auto;
    margin-left: auto;
    margin-right: 10px;
  }

  header .navbar-custom {
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  header a.navbar-brand {
    order: 1;
  }

  header .form-select-sm {
    padding: 5px 30px 5px 10px;
  }

  header .main-header .navbar-toggler:focus,
  header .main-header .navbar-toggler:hover {
    background: #fff !important;
    box-shadow: none;
    outline: none;
    border: none;
  }

  header .main-header .navbar-toggler {
    padding: 0 0px;
    width: 40px;
    height: 40px;
  }


  body.active ul.navbar-nav {
    transform: translateX(0%);
  }

  .main-header ul.navbar-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    transform: translateX(-100%);
    transition: 0.4s ease-in-out;
    padding: 120px 0 0 15px;
  }

  .main-header ul.navbar-nav li {
    line-height: 44px;
  }

  header .navbar-expand-lg .navbar-nav a.nav-link {
    color: #170203 !important;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #E8E6E6;
    width: 90%;
  }

  body.active .menubar.change {
    position: relative;
    z-index: 1;
  }

  body.active header .main-header .navbar-toggler {
    background: #F6F5F5 !important;
    position: relative;
    z-index: 1;
  }

  header .navbar-expand-lg .navbar-nav li:last-child a.nav-link {
    border: none;
  }

  .contact-page .col-md-4,
  .contact-page .col-md-8 {
    width: 100%;
  }

  .contact-form {
    padding-left: 0;
    padding-top: 10px;
  }

  header #navbarNav {
    width: max-content;
    max-width: max-content;
  }

  .filter-bar .d-flex.align-items-center {
    width: 80%;
  }

  .filter-bar {
    justify-content: space-between;
  }

  .tour-card img {
    height: 200px;
  }

  .blog-large .tour-card img.card-img-top {
    height: 100%;
  }

  .article-secondary-img .secondary-img-left {
    width: 50%;
  }

  .article-secondary-img .secondary-img-right {
    width: 50%;
  }

  .article-content-discrition p,
  .article-content-discrition ul li {
    width: 100%;
  }

  .article-detail .meta-info .social-share {
    display: none;
  }

  .article-content .social-share {
    display: block;
  }

  .common-border .title-border {
    left: 0;
  }

  .tour-detail-faq button.accordion-button {
    padding: 0;
    line-height: 32px;
  }

  .image-thumbnail-wrapper {
    width: 140px;
    height: 90px;
  }

  .tour-detail .tour-detail-sec .container .row.g-4 .col-md-4 {
    width: 100%;
    margin-top: 0;
  }

  .tour-detail .tour-detail-sec .container .row.g-4 .col-md-8 {
    width: 100%;
  }

  .tour-detail div#faqAccordion .row {
    flex-direction: column;
  }

  .tour-detail .tour-detail-sec .container .row.g-4 .col-md-8 .col-md-6 {
    width: 100%;
  }

  .tour-detail .tour-detail-sec .container .row.g-4 {
    flex-direction: column-reverse;
  }

  .overlay-count {
    font-size: 40px;
  }

  .tour-detail-sec {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tour-detail .row.g-2 .col-md-4 {
    /* flex-direction: row !important; */
  }

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

  .tour-detail-sec::before {
    display: none;
  }

  .calendar-card {
    margin-top: 0;
  }

  #offcanvasExample {
    width: 50%;
  }

  .blog-large {
    padding-bottom: 50px;
  }

  .article-content img {
    height: 400px;
  }

  .sidebar-menu-wrapper {
    width: 100%;
  }

  .dashboard-tour-card {
    margin-bottom: 40px;
  }

  .dashboard-tour-card:hover .leave-review {
    bottom: -28px;
  }

  .leave-review {
    padding-bottom: 4px;
  }

  .dashboard-content {
    width: 100%;
  }

  .change-password-outer {
    height: 100vh;
  }

  .change-password-outer .container {
    height: 100%;
  }

  .change-password-outer .container .row {
    height: 100%;
  }

  .rating-card {
    padding: 0;
  }

  .tour-detail-faq .col-md-6.excluded h2.title-border {
    margin-top: 25px;
  }

  .tour-detail-faq .col-md-6 {
    position: relative;
  }

  .tour-detail-faq .col-md-6::before {
    content: "";
    position: absolute;
    top: 12px;
    left: auto;
    width: 100%;
    height: 1px;
    background: #17020333;
    right: 80%;
  }

  .tour-detail-faq .col-md-6.excluded::before {
    top: 36px;
  }
}

@media (max-width: 767px) {
  header a.navbar-brand {
    max-width: 30%;
    margin: 0;
    width: 30%;
  }

  .hero-section .overlay {
    background-image: url(../../images/mobile-banner.png) !important;
    background-repeat: no-repeat;
    background-position: 50%;
  }

  .hero-content h1 {
    line-height: 46px;
  }

  .partners img {
    height: auto;
    margin: 0px 20px;
  }

  .popular-tour .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .container,
  .container-sm {
    max-width: 100%;
  }

  h2 {
    font-size: 22px;
    line-height: 100%;
  }

  .popular-tour .col-md-4 {
    width: 80%;
    padding-right: 5px;
  }

  .tour-card img {
    height: 220px;
    object-fit: cover;
  }

  .popular-tour .card-title {
    font-size: 14px;
    line-height: 22px;
  }

  .location-info {
    font-size: 12px;
  }

  .popular-tour .card-text strong {
    font-size: 18px;
  }

  .popular-tour .card-text del {
    font-size: 14px;
  }

  .popular-tour .card-text span {
    font-size: 12px;
  }

  .category {
    padding: 20px 0px 20px 0px;
  }

  .category.common-border:before {
    top: 30px;
  }

  .category .card-icon img {
    right: -10px;
    bottom: -10px;
    object-fit: contain;
    width: 70px;
    height: 70px;
  }

  .category .category-card {
    height: 80px !important;
  }

  .category .card-body {
    align-items: flex-start !important;
  }

  .category h5.card-title {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 0 25px;
  }

  .category span.dot {
    width: 16px;
    height: 16px;
    border-radius: 100px;
    top: 32px;
    left: 15px;
  }

  .category .col {
    margin-top: 8px;
  }

  .category h2.title-border {
    margin-bottom: 40px !important;
  }

  .slider-btn a {
    display: none;
  }

  .tour-slider .swiper-pagination {
    bottom: 20px;
    width: max-content;
    left: auto;
    transform: unset;
    right: 10px;
  }

  .we-map .col-md-6:last-child {
    margin-top: 10px;
  }

  .tour-name span {
    font-size: 16px;
  }

  .blog {
    padding-bottom: 80px;
    padding-top: 30px;
  }

  .blog.common-border:before {
    top: 40px;
  }

  .blog.popular-tour .card-title {
    font-size: 16px;
    line-height: 22px;
  }

  .blog.popular-tour .row {
    flex-wrap: wrap;
    overflow-x: unset;
  }

  footer.footer p.small {
    display: none;
  }

  .footer-mbl-text {
    display: block;
  }

  footer .footer-mbl-text p.small {
    display: block;
  }

  footer.footer .half-col {
    width: 50%;
  }

  footer.footer .full-col ul li a {
    font-size: 16px;
  }

  footer.footer .full-col {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  body.active header nav.navbar button {
    background-color: #f6f5f5;
  }

  body.active header .header-group-btn {
    position: absolute;
    right: 50px;
  }

  body.active header .home-logo {
    display: none;
  }

  body.active header .inner-logo {
    display: block;
  }

  body.active header a.navbar-brand {
    position: relative;
  }

  header a.navbar-brand {
    width: 40%;
    max-width: 40%;
    position: relative;
  }

  .contact-home-img img {
    display: none;
  }

  footer.footer h6 {
    font-size: 18px;
  }

  .contact-banner h1.pages-title {
    margin-bottom: 0;
  }

  .contact-form .form-label {
    color: #17020380;
    font-size: 14px;
  }

  .contact-faq .accordion-button {
    font-size: 16px;
  }

  .contact-faq .accordion-collapse .accordion-body {
    font-size: 14px;
    padding: 20px;
  }

  .contact-faq .accordion-button span.circle {
    width: 12px;
    height: 12px;
    min-width: 12px;
  }

  .contact-faq .accordion-button::after {
    width: 16px;
    height: 16px;
    margin-left: auto;
    background-size: 16px !important;
  }

  .tourhub-cards-grid {
    flex-wrap: wrap !important;
    overflow: unset;
  }

  .tourhub-cards-grid .col-md-4 {
    width: 100%;
    padding-right: 12px;
  }

  .filter-bar {
    flex-wrap: wrap;
  }

  .filter-bar .sort-select {
    display: block;
    width: 48%;
    float: right;
  }

  .filter-bar .filter-header {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .filter-bar .filter-header button {
    width: 48%;
    float: left;
    justify-content: center;
  }

  .filter-bar .d-flex.align-items-center {
    width: 100%;
  }

  .tourhub-cards-grid .sort-select {
    display: none;
  }

  .filter-wrapper::-webkit-scrollbar {
    height: 4px;
  }

  .filter-bar .sort-select select {
    height: 40px;
    border-radius: 0.375rem;
    border: 1px solid #000;
    box-shadow: none !important;
    outline: none !important;
  }

  #offcanvasExample {
    width: auto;
    padding-left: 2%;
    padding-right: 2%;
  }

  .offcanvas-header a.clear-all {
    margin-left: auto;
    margin-right: 20px;
  }

  .offcanvas-header .btn-close {
    margin-left: unset;
    display: block;
  }

  .tourhub-cards-grid .col-md-4:nth-child(2) {
    margin-top: 0;
  }

  .blog-large .tour-card {
    flex-direction: column;
  }

  .blog-large .tour-card .card-body {
    width: 100%;
  }

  .blog-large .tour-card .card-head {
    width: 100%;
  }

  .blog-large {
    padding-bottom: 0;
  }

  .blog-large .tour-card img.card-img-top {
    height: 220px;
  }

  .article-title {
    font-size: 26px;
  }

  .article-content img {
    height: 350px;
  }

  .article-content-discrition h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .article-secondary-img {
    flex-direction: column;
    row-gap: 10px;
  }

  .article-secondary-img img {
    height: 280px;
    object-fit: cover;
  }

  .article-secondary-img .secondary-img-left,
  .article-secondary-img .secondary-img-right {
    width: 100%;
  }

  .large-stars .star-icon {
    width: 25px;
  }

  .main-rating-display {
    min-width: 100%;
  }

  .filter-buttons .btn img.star-icon {
    width: 15px;
  }


  .filter-buttons button:nth-child(3) {
    margin-right: 0;
  }

  .filter-buttons .btn .star-icon:first-child {
    margin-left: 3px;
  }

  .filter-buttons .btn {
    padding: 7px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .tour-detail .tour-detail-sec .container .row.g-4 .col-md-4 {
    padding: 0;
  }

  .rating-card .col-12 {
    padding: 0;
  }

  .rating-card .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
  }

  .rating-card .row .col-md-7,
  .rating-card .row .col-md-5 {
    padding: 0;
  }

  .rating-card .row.mb-4 .row {
    flex-direction: column-reverse;
    row-gap: 20px;
  }

  .sort-by-dropdown a.dropdown-toggle {
    border: 1px solid #000;
    width: 100%;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
  }

  .rating-card {
    padding: 0;
  }

  .image-thumbnail-wrapper {
    width: 110px;
    height: 70px;
  }

  .rating-card .book-now-btn {
    max-width: 90%;
    display: none;
    position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: 9;
    width: 100%;
    border-radius: 12px;
    text-align: left;
  }

  .rating-card .book-now-btn.show {
    display: block;
    background: #FC5B62;
    color: #fff;
  }

  button.btn.load-more-btn {
    width: 100%;
  }

  .category:first-of-type {
    margin-top: 20px;
  }

  .review-details {
    align-items: start;
    flex-direction: column-reverse;
  }

  .review-details p {
    margin-left: 0;
  }

  .rating-card .book-now-btn.show img {
    width: 24px;
    filter: brightness(0) invert(1);
    margin-left: auto;
    float: right;
  }

  .rating-card .book-now-btn.show img:first-child {
    margin-right: 10px;
    float: left;
  }

  .category:last-of-type {
    padding-bottom: 0;
  }

  h1.pages-title {
    margin-bottom: 10px;
  }

  .sort-tours {
    width: 60% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .tab-nav .nav-link {
    width: 100%;
  }

  .tab-nav li.nav-item {
    width: 50%;
  }

  .dashboard-tour-card {
    padding: 10px;
  }

  .dashboard-tour-card .card-body p {
    padding: 5px 12px;
    margin-right: 3px;
    gap: 4px;
    font-size: 14px;
    margin-bottom: 12px;

  }

  .dashboard-tour-card .card-body a.btn {
    margin-right: 5px;
  }

  .dashboard-content h3 {
    margin-bottom: 25px;
    margin-top: 30px;
    font-size: 24px;
  }

  .sidebar {
    background: #fff !important;
  }

  .offcanvas .offcanvas-body {
    background: #f6f5f5;
    border-radius: 30px;
    width: 90%;
    margin: auto;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  button.sidebar-btn-close {
    padding: 8px;
    border-radius: 4px;
    border: 0;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    height: 40px;
  }

  .sort-tours select {
    width: 100% !important;
    border: 1px solid !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    height: 42px !important;
  }

  .discount-outer .discount-card {
    flex-direction: column;
  }

  .discount-outer .discount-card .discount-content {
    width: 100%;
  }

  .discount-outer .discount-card .discount-image {
    width: 100%;
    margin-top: 20px;
  }

  .discount-outer {
    height: 550px;
    padding: 20px;
  }

  .discount-outer .discount-card .discount-content h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .discount-outer .discount-card .discount-content p {
    font-size: 20px;
    line-height: normal;
  }

  .review-card {
    margin-bottom: 0;
  }

  .white-stars img {
    width: 40px;
  }

  #reviewed .review-images-grid {
    border-bottom: 1px solid #E8E6E6;
    padding-bottom: 20px !important;
    margin-bottom: 10px;
  }

  div#reviewed .review-images-grid .image-thumbnail-wrapper {
    width: 70px;
    height: 70px;
  }

  .tab-nav .nav-link {
    font-size: 15px;
    padding: 0;
    padding-bottom: 10px;
  }

  div#reviewed .row:last-of-type .review-images-grid {
    margin-bottom: 0;
    border: 0;
  }

  .my-tour-detail-content .col-lg-5 .mytour-booking-card {
    display: none;
  }

  .my-tour-detail-content h3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .left-map-slider .tour-slider-arrow {
    display: block;
  }

  div#upcoming .col-md-12.col-lg-6 {
    margin-bottom: 30px;
  }

  .dashboard-tour-card .card-body h6 {
    font-size: 14px;
  }

  #succesModal .modal-content-inner .modal-body h4 {
    font-size: 24px;
  }

  .modal-content-inner .modal-body p {
    font-size: 14px;
  }

  .modal-content-inner .modal-header img.card-img-top {
    height: 110px !important;
    width: 100px !important;
  }

  .modal-content {
    padding: 16px;
  }

  .modal-content .modal-footer button {
    margin-left: 0;
    margin-right: 0;
  }

  #errorModal .modal-content-inner .modal-body h4 {
    font-size: 24px;
  }

  .modal-content-inner .modal-body {
    padding-left: 12px !important;
  }

  div#cancelTourToggle .modal-content p {
    font-size: 16px;
  }

  div#cancelTourToggle .modal-content h2 {
    font-size: 24px;
  }

  div#cancelTourToggle .modal-content {
    padding: 22px;
  }

  div#cancelTourToggle .modal-content button.btn-close {
    font-size: 20px;
  }

  .change-password-outer .img-bg {
    display: none;
  }

  .change-password-outer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .change-password-outer .col-md-6:last-child {
    height: 100vh;
  }

  .change-password-outer p {
    width: 100%;
  }

  .password-change-content {
    text-align: left;
  }

  .change-password-outer img.loader {
    display: flex;
    margin-top: 40px;
  }

  .change-password-outer h1 {
    margin-top: 90px;
  }

  .search-bar button {
    width: 120px;
  }

  .error-container>span.four:after {
    width: 125px;
    height: 30px;
  }

  .error-container>span.four:before {
    width: 30px;
    height: 125px;
  }

  .dashboard-tour-card .card-body {
    padding-top: 8px;
  }

  .mytour-cards-row .col-md-12 {
    padding: 0;
  }

  .dashboard-tour-card span.badge {
    top: 24px;
    left: 24px;
  }

  form.review-form button.review-submit.btn {
    margin-top: 16px;
  }

  div#pending .col-md-12 {
    border-bottom: 1px solid #E8E6E6;
  }

  div#pending .col-md-12:last-child {
    border-bottom: 0;
  }

  .tour-detail .row.g-2 .col-md-4 {
    flex-direction: row !important;
  }

  .tour-detail .gallery-main img {
    height: 213px;
  }

  .tour-slider {
    max-height: 300px;
  }

  .tour-detail .gallery-main {
    margin-right: 0px;
  }

  .checkout-phone .iti--allow-dropdown .iti__flag-container ul#iti-0__country-listbox {
    max-width: 350px;
    width: 350px;
  }

  .checkout-phone {
    margin-bottom: 15px;
  }

}

@media (max-width: 570px) {
  .common-btn .btn {
    width: 100% !important;
    margin-top: 32px !important;
  }

  .common-border .title-border .circle {
    margin-right: 10px;
  }

  .common-border .title-border {
    left: 0;
    max-width: 95%;
  }

  a.footer-logo img {
    width: 45%;
  }

  .partners img {
    height: auto;
    margin: 0px 14px;
  }

  .tour-detail .row .col-md-4 .gallery-thumb {
    width: 100%;
  }

}