
.slick-prev:before, .slick-next:before 
{
    font-family: 'slick';
    font-size: 35px !important;
    /*line-height: 1;*/

    opacity: 1;
    color: #fc8d43 !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

   body
 {
  background-color: var(--background-color);
}
h2,
header h1 {
  letter-spacing: 0.1px;
}
.card h3 i,
.stat-item i {
  color: var(--primary-color);
}
.food-section .grid-layout,
.important-notes-section ul {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.weather-top,
header h1 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.close-btn,
.faq-item,
.overlay-bg,
.tag,
form button {
  cursor: pointer;
}
:root {
  --primary-color: #fc8d43;
  --secondary-color: #28a745;
  --text-color: #52514d;
  --light-text-color: #666;
  --background-color: #f8f9fa;
  --card-background: #fff;
  --border-radius: 8px;
  --shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  --light-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  --active-background-color: #fc8d43;
}
body {
  font-family: Montserrat, sans-serif !important;
  
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: var(--text-color);
  overflow-x: hidden;
  scroll-behavior: smooth;
}
h3 {
  font-weight: 600;
  font-size: 1.3rem !important;
margin-bottom:20px !important;
margin-top:20px !important;
}
.container {
  max-width: 1050px;
  margin: 0 auto;
  padding: 20px 15px;
}
.container-slider {
  max-width: 1150px;
  margin-left: 135px;
}
.customoverlaySlide {
  width: 100%;
  display: none;
  background: 0 0;
  position: fixed;
  z-index: 7;
  height: 100%;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: max-content;
  margin: auto;
  padding: 15px;
}
.card,
h2,
header {
  position: relative;
}
header {
  height: 400px;
  overflow: hidden;
  color: #fff;
}
.custom-menu ul.navbar-nav li.nav-item a.nav-link {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
header img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  z-index: 1;
}
header .header-content {
  position: absolute;
  z-index: 2;
  padding: 20px 15px;
  background: rgba(0, 0, 0, 0.8);
  max-width: 100%;
  box-shadow: var(--shadow);
  animation: 1s ease-out fadeIn;
  bottom: 0;
}
header h1 {
  font-size: 2.6em;
  margin-bottom: 8px;
  width: 540px;
  white-space: normal;
}
header p {
  font-size: 0.85em;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2rem;
}
.hero-stats {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.note-title,
.stat-item {
  align-items: center;
  font-weight: 600;
}
.stat-item {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  padding: 8px 15px;
  border-radius: var(--border-radius);
  font-size: 0.9em;
  display: flex;
  gap: 6px;
  border: 1px solid rgba(67, 65, 65, 0.2);
  transition: transform 0.2s, background 0.2s;
}
#accommodation .accommodation-content,
#best-time-card,
#weather-aqi-card,
.card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.stat-item:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.3);
}
.stat-item i {
  font-size: 1.2em;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
.tect-color-white {
  color: var(--text-color-white);
}
p {
  color: var(--normal-text-color);
  line-height: 24px;
}
footer .footer-link {
  list-style: none;
  padding: 0;
}
footer .footer-link li {
  margin-bottom: 10px;
}
li {
    font-size: 14px;
    line-height: 1.5;
}
.listing-class {
    padding-left: 15PX;
}
#slideModalExtraInfo strong{
	display: none;
}
.accomodation,
.places-toeat,
.popular-slider,
.things-todo {
  margin: 0 -10px;
  overflow: hidden;
}
.popular-slider .slick-slide,
.things-todo .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
  max-height: 100%;
  height: 280px;
}
.accomodation .slick-slide,
.places-toeat .slick-slide {
  padding: 0 5px;
  box-sizing: border-box;
  max-height: 100%;
  height: 280px;
}
footer .footer-link li a {
  text-decoration: none;
  color: var(--active-background-color);
  font-size: 1rem;
  font-weight: 400;
}
.custom-menu ul.navbar-nav li.nav-item {
  padding: 5px 20px;
}
.text-left,
.trip-duration-highlight h3 {
  text-align: left !important;
}
#best-time-card h3,
#location-map,
.season-card,
.temperature-box,
.weather-top,
footer,

span.circle {
  text-align: center;
}
h2 {
  font-size: 1.5em !important;
  margin-bottom: 25px;
  font-weight: 600;
}
h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: 8px auto 0;
  border-radius: 1.5px;
}
.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 15px;
}
.card {
  background-color: transparent;
  border-radius: var(--border-radius);
  box-shadow: none;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: auto;
}
.card-title {
  font-weight: 600;
  font-size: 1rem;
}
.rating {
  color: #52514d;
  font-size: 13px !important;
  margin-top: 10px;
  font-weight: 600;
}
.card h3 {
  color: var(--text-color);
  margin-top: 0;
  font-size: 1.25em;
  margin-bottom: 6px;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.card h3 i {
  font-size: 0.95em;
}
.card p {
  font-size: 0.85em;
  line-height: 1.4;
  margin-bottom: 0;
}
.top-info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#best-time-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notes-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.note-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 240px;
  box-sizing: border-box;
}
.temperature-box,
.trip-duration-highlight,
.weather-info {
  box-shadow: var(--light-shadow);
}
.note-date {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}
.note-title {
  font-size: 16px;
  margin-bottom: 8px;
  display: flex;
  gap: 6px;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.dot.orange {
  background-color: var(--text-color);
}
.note-content {
  font-size: 13px;
  color: #444;
  line-height: 1.4;
}
.note-box ul {
  padding-left: 18px;
  margin: 0;
  color: #444;
}
.note-box ul li {
  font-size: 13px;
  margin-bottom: 4px;
}
.note-box img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 4px;
}
.circle-icon {
  font-size: 12px;
  margin-left: auto;
  color: #777;
}
#best-time-card h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: var(--text-color);
}
#best-time-card h3 i,
.faq-question:hover {
  color: var(--primary-color);
}
#best-time-card p {
  font-size: 0.9em;
  margin-bottom: 5px;
  font-weight: 300;
}
.trip-duration-highlight {
  background-color: #fff;
  padding: 10px 15px;
  margin-top: 15px;
  border-radius: var(--border-radius);
  font-weight: 600;
  color: var(--text-color);
  font-size: 0.95em;
}
.trip-duration-highlight strong {
  color: var(--primary-color);
  font-size: 1.05em;
}
.hotel-slider img {
  max-height: 300px;
  width: auto;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}
.supportive-services {
  background: #f9f9f9;
  max-width: 640px;
}
.weather-info,
button#openPopupBtn {
  background: linear-gradient(135deg, var(--primary-color) 0, #ff8b3c 100%);
}
.supportive-services h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.image-container {
  height: 230px;
  overflow: hidden;
  border-radius: 15px;
}
#weather-aqi-card,
.temperature-box,
.weather-info {
  border-radius: var(--border-radius);
}
.services-list li {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.services-list li img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  object-fit: contain;
}
.services-list li span {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
#weather-aqi-card {
  background-color: var(--card-background);
  box-shadow: var(--shadow);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#accommodation .accommodation-content:hover,
#weather-aqi-card:hover,
.nearby-destinations .destination-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
.weather-info {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  padding: 15px 20px;
}
#accommodation,
#location-map,
.temperature-box {
  background-color: var(--background-color);
}
.weather-info .icon {
  font-size: 2.8em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}
.weather-info .details {
  flex-grow: 1;
}
.weather-info .details p {
  margin: 2px 0;
  font-size: 0.85em;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}
.temperature-info-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.temperature-box {
  padding: 12px 8px;
  flex: 1;
  border: 1px solid #eee;
  transition: 0.2s;
}
.temperature-box:hover {
  box-shadow: var(--shadow);
  transform: scale(1.005);
}
.temperature-box h4 {
  color: var(--primary-color);
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 4px;
}
.temperature-box p {
  font-size: 0.8em;
  font-weight: 500;
  color: var(--light-text-color);
  margin-bottom: 0;
}
.temperature-box .temp-range {
  font-size: 1.1em;
  font-weight: 600;
  color: var(--text-color);
  margin-top: 6px;
}
.card-trigger{
position:relative;
}
.slide-modal {
  position: fixed;
  top: 72px;
  right: -100%;
  width: 400px;
  max-width: 90%;
  height: calc(100% - 72px);
  background: #f8f9fa;
  color: #52514d;
  z-index: 1050;
  transition: right 0.4s ease-in-out;
  /*overflow-y: auto;*/
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.5);
}
.slide-modal.open {
  right: 0;
}
.slide-modal-content {
  padding: 20px 20px 50px;
}
.slide-modal img {
  width: 100%;
   height: 203px !important;
     margin-bottom: 15px;
object-fit:fill;
background-position:center;
}
.slick-slider {
  height: 240px;
}
.slick-dots {
  bottom: 25px;
}
.slide-modal .close-btn {
  position: absolute;
  top: -3px;
  right: -1px;
  font-size: 24px;
  background: 0 0;
  border: none;
  color: #111;
  cursor: pointer;
  z-index: 5;
}
.food-section .food-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background-color: var(--card-background);
  padding: 12px;
  border-radius: var(--border-radius);
  box-shadow: var(--light-shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}
.food-section .food-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.food-section .food-item .food-icon {
  min-width: 45px;
  min-height: 45px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1.8em;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(255, 193, 7, 0.2);
}
.food-section .food-item .details h4 {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 1.15em;
}
.food-section .food-item .details .cuisine {
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 3px;
  display: block;
  font-size: 0.85em;
}
.food-section .food-item .details p {
  margin: 0;
  font-size: 0.78em;
  line-height: 1.3;
}
.nearby-destinations .destination-card,
.travel-options .card {
  text-align: left;
  padding: 15px;
}
.nearby-destinations .destination-card i.fa-solid,
.travel-options .card i.fa-solid {
  font-size: 3em;
  color: var(--primary-color);
  margin-bottom: 10px;
  display: block;
}
.travel-options .card h3 {
  font-size: 1.25em;
  justify-content: left;
  text-align: center;
  margin-top: 0;
}
.travel-options .card p {
  padding: 0 5px;
  font-size: 0.85em;
  text-align: left;
}
#accommodation {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
#accommodation .accommodation-content {
  padding: 30px;
  margin: 0 auto;
  max-width: 1020px;
  width: calc(100% - 60px);
  box-sizing: border-box;
}
span.circle {
  background: #52514d;
  height: 25px;
  width: 25px;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
}
.footer {
  background-color: #0f1f13;
  padding: 40px 0;
  color: #fff;
}
#accommodation .accommodation-content h3 {
  font-size: 1.8em;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#accommodation .accommodation-content h3 i {
  font-size: 1.2em;
  color: var(--primary-color);
}
#accommodation .accommodation-content p {
  font-size: 1em;
  color: var(--light-text-color);
  margin-bottom: 8px;
  line-height: 1.6;
}
#accommodation .accommodation-content p strong {
  color: var(--text-color);
}
.important-notes-section ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.important-notes-section li {
  background-color: var(--card-background);
  border-radius: var(--border-radius);
  box-shadow: var(--light-shadow);
  padding: 10px 15px;
  border-left: 3px solid var(--primary-color);
  font-size: 0.85em;
  color: var(--light-text-color);
  display: flex;
  align-items: start;
  margin-bottom: 0;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.slick-next {
  right: 17px !important;
}
.overlay-bg,
.weather-top {
  display: flex;
  bottom: 0;
  right: 0;
  position: absolute;
}
.slick-prev {
  left: 17px !important;
  z-index: 3;
}
.important-notes-section li::before {
  content: "\f05a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  font-size: 1.1em;
  flex-shrink: 0;
}
.important-notes-section li:hover {
  border-left-color: var(--primary-color);
  box-shadow: var(--shadow);
  transform: translateY(-1px);
}
.feature-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.photo-grid img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}
.tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.tag {
  background-color: #35a0dc;
  color: #fff;
  padding: 12px 20px;
  border: 2px solid #35a0dc;
  border-radius: 999px;
  transition: background-color 0.3s, color 0.3s;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
.tag:hover {
 
   
   transform: translateY(-5px); /* Consistent hover effect */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); /* Slightly more pronounced shadow on hover */

}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  font-weight: 700;
}
#slideModalTitle,
.faq-question,
.value {
  font-weight: 600;
}
.photo-grid .position-relative {
  height: 100px;
  overflow: hidden;
}
.nearby-destinations .destination-card h4 {
  margin: 8px 0 3px;
  font-size: 1.25em;
  padding: 0 8px;
  font-weight: 600;
}
.nearby-destinations .destination-card p {
  padding: 0 8px 15px;
  font-size: 0.85em;
  color: var(--light-text-color);
  margin-bottom: 0;
}
.weather-card {
  width: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", sans-serif;
}
.weather-top {
  padding: 8px;
  color: #fff;
  justify-content: space-around;
  align-items: center;
  z-index: 3;
  top: 0;
  flex-direction: column;
  width: 200px;
}
.weather-top .temp {
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
}
.weather-top .degree {
  font-size: 20px;
  vertical-align: top;
}
.weather-top .fas {
  font-size: 25px;
}
.weather-bottom {
  background-color: #fff;
  padding: 5px 15px;
}
.weather-bottom .row > div {
  font-size: 14px;
  padding: 5px 15px;
  justify-content: space-between;
}
.label {
  color: #888;
}
.card-hover {
  border-radius: 15px;
  transition: transform 0.3s;
  height: 100%;
}
.card-hover .card-img {
  transition: transform 0.3s;
  height: 100%;
  object-fit: cover;
}
.btn-light {
  color: #fff;
  background-color: #ff8b3c;
  border: none;
  border-radius: 30px !important;
  width: max-content;
  padding: 5px 10px !important;
}
.overlay-bg {
  transition: opacity 0.4s;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  color: #52514d;
  background-color: #fff;
  width: 90%;
  border-radius: 20px;
  margin: auto;
  left: 0;
  box-shadow: var(--shadow);
}
.faq-question i,
.hover-card {
  transition: transform 0.3s;
}
#slideModalImageWrapper {
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 30px;
}
.overlay-bg .btn,
.overlay-bg .card-title {
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s;
  z-index: 2;
}
.hover-card:hover,
.season-card:hover {
  transform: translateY(-5px);
}
.overlay-bg .card-text {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
}
.card-hover:hover .overlay-bg {
  justify-content: center;
}
.card-hover:hover .overlay-bg .card-text {
  opacity: 1;
  max-height: 300px;
}
.hover-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  background-color: #f8f9fa;
  height: 100%;
}
.faq-section,
.nearby-destinations .destination-card {
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
}
.destination-card-content h6
 {
    color: #fff;
}
.stars {
  display: inline-flex;
  font-size: 24px;
  color: orange;
}
.stars .star {
  margin-right: 4px;
}
.hover-card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s;
  display: block;
}
.hover-card .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  color: #333;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  overflow-y: auto;
}
.faq-section,
.nearby-destinations .destination-card,
footer {
  background-color: var(--card-background);
}
.hover-card:hover .card-img {
  opacity: 0;
}
.hover-card:hover .hover-content {
  opacity: 1;
  pointer-events: auto;
}
.image-side {
  background-size: cover;
  background-position: center;
  height: 100%;
  overflow: hidden;
}
.image-side img {
  object-fit: cover;
  width: 245px;
  min-height: -webkit-fill-available;
}
.nearby-destinations .destination-card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.faq-section {
  padding: 20px;
  margin: 0 auto;
}
.faq-item {
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95em;
  color: var(--text-color);
  padding: 4px 0;
  transition: color 0.2s;
}
.faq-answer,
footer {
  color: var(--light-text-color);
}
.faq-item.active .faq-question i {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out, padding-top 0.2s ease-out;
  padding-top: 0;
  font-size: 0.8em;
  margin-top: 4px;
}
.faq-item.active .faq-answer {
  max-height: 60px;
  padding-top: 5px;
}
#location-map {
  padding: 15px 0;
}
#location-map .container {
  padding: 0 15px;
}
#location-map .map-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: var(--card-background);
  box-shadow: var(--shadow);
  margin: 0 auto;
}
#location-map .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#location-map .map-coordinates {
  font-size: 0.9em;
  color: var(--light-text-color);
  margin-top: 15px;
}
.mobile-btn {
  display: none;
}
.season-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 10px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  margin-bottom: 10px;
}
.season-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
#slideModalMap {
  height: 330px;
  margin-bottom: 20px;
}
#slideModalTitle {
  font-size: 1.2rem;
}
.season-temp {
  color: var(--normal-text-color);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1021;
}
.popup-content {
  background: #fff;
  padding: 15px;
  max-width: 400px;
  width: 90%;
  margin: 1% auto;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.popup-content h2 {
  margin-bottom: 0;
  font-size: 20px;
}
.close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  z-index: 5;
}
form label {
  display: block;
  margin-top: 8px;
  font-weight: 400;
}
form input,
form textarea {
  width: 100%;
  padding: 5px;
  margin-top: 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}
form button {
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #007bff;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
}
form button:hover {
  background-color: #0056b3;
}
.mobile-version {
  display: block;
  position: fixed;
  z-index: 1021;
  right: 18px;
  top: 16px;
}
button#openPopupBtn {
  color: #fff;
  padding: 6px 20px;
  box-shadow: var(--light-shadow);
  max-height: 38px;
  border-radius: 20px;
  white-space: nowrap;
}
footer {
  padding: 20px 0;
  margin-top: 40px;
  font-size: 0.8em;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
}
footer i {
  color: #e74c3c;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 95%;
  }
  header h1 {
    font-size: 2em;
  }
  header p {
    font-size: 0.85em;
  }
  h2 {
    font-size: 1.8em;
  }
  .grid-layout {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
  }
  .card {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #accommodation .accommodation-content {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .weather-info,
  .weather-info .details {
    text-align: center;
  }
  #accommodation .accommodation-content h3,
  h2 {
    font-size: 1.5em;
  }
  .container-slider {
    margin-left: 0;
    padding: 10px;
  }
  .note-box {
    width: 100%;
  }
  .mobile-version {
    display: none !important;
  }
  header {
    height: 300px;
  }
  header h1 {
    font-size: 1.6em;
  }
  header p {
    font-size: 0.75em;
    margin-bottom: 10px;
  }
  .hero-stats {
    gap: 8px;
  }
  .stat-item {
    font-size: 0.8em;
    padding: 4px 8px;
    flex: 1 1 auto;
  }
  section {
    padding: 20px 0;
  }
  h2 {
    margin-bottom: 18px;
  }
  .top-info-grid {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }
  .top-info-grid > div {
    min-width: unset;
    max-width: 100%;
  }
  .weather-info {
    flex-direction: column;
    gap: 10px;
    padding: 12px;
  }
  .temperature-info-inner {
    flex-wrap: wrap;
    gap: 8px;
  }
  .temperature-box {
    flex: 1 1 45%;
    padding: 10px 15px;
  }
  .food-section .food-item {
    padding: 10px;
    gap: 8px;
  }
  .food-section .food-item .food-icon {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 1.6em;
  }
  .food-section .food-item .details h4 {
    font-size: 1.05em;
  }
  .food-section .food-item .details p {
    font-size: 0.7em;
  }
  .nearby-destinations .destination-card i.fa-solid,
  .travel-options .card i.fa-solid {
    font-size: 2.5em;
  }
  #accommodation .accommodation-content p {
    font-size: 0.9em;
  }
  .important-notes-section ul {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 95%;
  }
  .important-notes-section li {
    padding: 8px 12px;
  }
  .faq-section {
    padding: 15px;
  }
  .faq-item.active .faq-answer {
    max-height: 100px;
    padding-top: 4px;
  }
  #location-map .map-container {
    padding-bottom: 75%;
  }
  .mobile-btn {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 3;
    width: 100%;
  }
  .mobile-btn #openPopupBtn {
    width: 100%;
    display: block;
    border-radius: 0;
    min-height: 80px;
  }
  .tag {
    width: 48%;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .g-recaptcha iframe {
    width: 294px;
    border: 1px solid #c1c1c1;
  }
  header {
    height: 465px;
    flex-direction: column-reverse;
    display: flex;
    justify-content: flex-end;
  }
  .tag {
    width: 100%;
    font-size: 12px;
  }
  header h1 {
    font-size: 1.4em;
    width: 370px;
    white-space: normal;
    padding: 15px;
  }
  .stat-item,
  header p {
    font-size: 0.7em;
  }
  .stat-item {
    padding: 3px 6px;
  }
  h2 {
    font-size: 1.3em;
  }
  .card h3 {
    font-size: 1.05em;
  }
  .card p {
    font-size: 0.8em;
  }
  .temperature-box {
    min-width: unset;
    flex: 1 1 100%;
  }
  header img {
    position: absolute;
  }
  .absolute {
    position: relative !important;
    width: max-content !important;
    margin: auto !important;
    z-index: 1;
    padding: 15px;
  }
  .weather-top {
    padding: 8px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 3;
    right: 0;
    top: 0;
    flex-direction: column;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    bottom: 0;
    width: 200px;
    margin: 20px auto;
  }
  .custom-grid,
  .slideModalMap {
    margin-bottom: 20px;
  }
  .slick-list {
    max-height: 240px;
  }
  .slide-modal-content {
    padding: 20px 20px 70px;
  }
  .overlay-bg {
    bottom: 38px;
  }
  .weather-top .temp {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
  }
  .image-container {
    height: 188px;
  }
  .slide-modal .close-btn {
    top: -6px;
    right: 6px;
  }
  .custom-grid {
    flex-direction: column;
    width: 100%;
    height: 535px !important;
  }
  .image-side img {
    width: 100%;
    object-fit: fill;
    height: 324px;
  }
  .custom-grid .w-50,
  .image-side {
    width: 100% !important;
  }
  .custom-grid .bg-white {
    padding-top: 20px;
  }
}

/* Custom styles for categories (from previous turn, adjusted for new CSS variables) */
.category-bar-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 24px; /* Adjusted from 6 to match typical spacing, can be tuned */
  padding: 16px; /* p-4 */
  background-color: var(--card-background); /* bg-white */
  border-radius: var(--border-radius); /* rounded-xl */
  box-shadow: var(--shadow); /* shadow-lg */
  max-width: 100%;
  overflow-x: auto;
  margin: 20px auto; /* Centering it */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  padding: 8px; /* p-2 */
  position: relative;
  flex-shrink: 0;
}
.category-item svg {
  width: 32px; /* w-8 */
  height: 32px; /* h-8 */
  margin-bottom: 4px; /* mb-1 */
  color: var(--text-color); /* text-gray-700 */
  transition: color 0.2s;
}
.category-item span {
  font-size: 0.875em; /* text-sm */
  font-weight: 500; /* font-medium */
  color: var(--text-color); /* text-gray-700 */
  transition: color 0.2s;
}
.category-item:hover svg,
.category-item:hover span {
  color: var(--primary-color); /* Adjusted hover color to primary-color */
}
.category-item .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* h-0.5 was too thin, making it slightly more visible */
  background-color: var(
    --primary-color
  ); /* bg-blue-600 changed to primary-color */
  transform: scaleX(0); /* Hidden by default */
  transition: transform 0.3s;
}
.category-item.active .underline {
  transform: scaleX(1); /* Visible when active */
}

/* Custom styles for Destination Cards to match image */
.destination-card-wrapper-timing {
  background-color: #d5f5e3;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}


@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.rainbow {
  position: relative;
  z-index: 0;  
  border-radius: 10px;
  overflow: hidden;  
}

.rainbow::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #399953;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image:
    linear-gradient(#dc3545, #fc9d43),
    linear-gradient(#fbb300, #fbb300),
    linear-gradient(#dc3545, #d53e33),
    linear-gradient(#CF9FFF, #d4aaff);
  animation: rotate 4s linear infinite;
}

.rainbow::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: -3px;
    top: 1px;
    width: calc(100% - -5px);
    height: calc(100% - 2px);
    background: white;
    border-radius: 56px;
}

.destination-card-wrapper-sp {
  background-color: #fff;
  border-radius: 51px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  /* border-top:groove;
   border-left:groove;
   border-bottom:groove;
   border-left-color:#dc3545;
  border-top-color:#fc9d43;
  border-bottom-color:#fff; */
 
}

.destination-card-wrapper {
  background-color: #d5f5e3;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.destination-card-wrapper-1 {
  background-color: #CF9FFF;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.destination-card-wrapper-2 {
  background-color: #fc9d43;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.destination-card-wrapper-3 {
  background-color: #FDDA0D;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.destination-card-wrapper:hover {
  transform: translateY(-5px); /* Consistent hover effect */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); /* Slightly more pronounced shadow on hover */
}
.destination-card-wrapper-1:hover {
  transform: translateY(-5px); /* Consistent hover effect */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); /* Slightly more pronounced shadow on hover */
}
.destination-card-wrapper-2:hover {
  transform: translateY(-5px); /* Consistent hover effect */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); /* Slightly more pronounced shadow on hover */
}
.destination-card-wrapper-3:hover {
  transform: translateY(-5px); /* Consistent hover effect */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); /* Slightly more pronounced shadow on hover */
}
.destination-card-wrapper-sp:hover {
  transform: translateY(-5px); /* Consistent hover effect */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); /* Slightly more pronounced shadow on hover */
}
.destination-card-img {
  width: 100%;
  height: 180px; /* Fixed height for images, adjust as needed */
  object-fit: cover;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.destination-card-content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; 
  text-align:center;
justify-content:center;
align-items:center;
  /*padding-bottom:7px;*/
}
.destination-card-content h3 {
  font-weight: 600;
  font-size: 1.4rem; /* Adjusted for larger, more prominent city name */
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 5px;
}
.destination-card-content .location-text {
  
  color: #0eb668;
  /*margin-bottom: 15px;*/
  line-height: 1.5;
}
.destination-card-content .location-text-sp {
  font-size: 1.0em;
  color: black;
  /*margin-bottom: 15px;*/
  /*line-height: 1.2;*/
  font-weight: 500;
}
 h5{
	font-size:1.1rem !important;
margin-bottom:10px !important;
margin-top:10px !important;

}
.destination-card-content .location-text-1 {
  font-size: 1.0em;
  ;
  /*margin-bottom: 15px;*/
  /*line-height: 1.2;*/
  font-weight: 500;
}
.destination-card-wrapper-1{
	position:relative;
}
.custom-info {
    position: absolute;
    right: 4px;
    top: 4px;
}

.destination-stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto; /* Pushes stats to the bottom */
  padding-top: 10px; /* Space above stats */
  border-top: 1px solid #eee; /* Separator line */
}
.stat-item-inline {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.95em;
  color: var(--text-color);
  font-weight: 600;
}
.stat-item-inline i {
  color: var(--primary-color);
  font-size: 1.1em;
}

/* Grid layout for cards - specifically for 4 in a row */
.grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px; /* Default gap */
margin-bottom:15px;
}
.grid-layout-sp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px; /* Default gap */
margin-bottom:20px;
}

@media (min-width: 1024px) {
  .grid-layout {
    grid-template-columns: repeat(4, 1fr); /* 4 columns on large screens */
	.grid-layout-sp {
    grid-template-columns: repeat(2, 1fr); /* 4 columns on large screens */
margin-bottom:15px;
  }
}
@media (max-width: 992px) {
  /* Tablet view */
  .grid-layout {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 15px;
margin-bottom:15px;
  }
  .category-bar-container {
    gap: 15px;
    padding: 10px;
  }
  .category-item svg {
    width: 28px;
    height: 28px;
  }
  .category-item span {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  /* Mobile view */
  .grid-layout {
    grid-template-columns: 1fr; /* Stack cards on very small screens */
    gap: 15px;
margin-bottom:15px;
  }
  .category-bar-container {
    padding: 8px;
  }
  .category-item svg {
    width: 24px;
    height: 24px;
  }
  .category-item span {
    font-size: 0.75em;
  }
  .destination-card-img {
    height: 150px; /* Smaller image height on mobile */
  }
  .destination-card-content h3 {
    font-size: 1.2rem;
  }
  .destination-card-content .location-text {
    font-size: 0.85em;
  }
  .stat-item-inline {
    font-size: 0.9em;
  }
}

/* Adjustments for p tags outside custom cards */
body p {
  color: var(
    --text-color
  ); /* Ensures general paragraph text uses --text-color */
font-size:14px;
line-height:1.5;
margin-bottom:.5rem;
}
