.days-badge,
.price-card,
.pricing-card,
.speciality-text,
.stat-item,
.stats-title,
.widget-deal-price {
  text-align: center;
}
.tour-header {
  background: #faaf00;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.days-badge {
  color: #212529;
  border-radius: 8px;
  min-width: 120px;
  position: relative;
  right: 15px;
}
.days-number {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.days-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.tour-type-badge {
  background-color: #9e0516;
  color: #fff;
  padding: 8px 20px;
  white-space: nowrap;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  right: 5px;
  display: inline-block;
  margin-bottom: 15px;
  top: 10px;
}
.tour-title {
  font-size: 48px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 15px;
  line-height: 1.2;
}
.rating-section {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.stars {
  color: #ffc107;
  font-size: 20px;
}
.rating-text {
  color: #6c757d;
  font-size: 16px;
  margin: 0;
}
.rating-divider {
  color: #6c757d;
  font-weight: 300;
}
.reviews-link {
  color: #ff6b35;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.reviews-link:hover {
  text-decoration: underline;
}
.tour-info-section {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.tour-info-icon {
  color: #04136f;
  font-size: 24px;
  margin-top: 2px;
  flex-shrink: 0;
}
.tour-info-text {
  font-size: 16px;
  color: #495057;
  font-weight: 600;
  margin: 0;
  line-height: 1.6;
}
.info-divider {
  color: #495057;
  margin: 0 5px;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  border: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: 0 0;
  width: 10%;
  color: #fff;
  text-align: center;
  opacity: 0.8;
  transition: opacity 0.15s;
}
.fact-label,
.section-title {
  font-weight: 700;
  color: #212529;
}
.facts-attractions-section {
  background: #fff;
  border-radius: 8px;
}
.attraction-bullet,
.fact-icon {
  background-color: #04136f;
  border-radius: 50%;
}
.section-divider {
  border-left: 3px solid #faaf00;
  height: 100%;
  min-height: 200px;
}
.section-title {
  font-size: 32px;
  margin-bottom: 30px;
}
.fact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}
.fact-item:last-child,
.itinerary-list li:last-child,
.tour-tabs .nav-item {
  margin-bottom: 0;
}
.fact-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fact-icon i {
  color: #fff;
  font-size: 18px;
}
.fact-content,
.trip-detail-content {
  flex: 1;
}
.fact-label {
  font-size: 16px;
  margin: 0;
  line-height: 2.4;
}
.attraction-name,
.fact-value {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.fact-value {
  color: #495057;
  display: inline;
}
.attractions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.attraction-item,
.captcha-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.attraction-bullet {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.deal-buttons,
.speciality-icons {
  display: flex;
  justify-content: center;
}
.attraction-name {
  color: #212529;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .tour-title {
    font-size: 36px;
  }
  .days-badge {
    padding: 20px 30px;
    min-width: 100px;
    display: none;
  }
  .days-number {
    font-size: 48px;
  }
  .days-text {
    font-size: 18px;
  }
  .section-divider {
    border-left: none;
    border-top: 3px solid #faaf00;
    height: auto;
    min-height: 0;
    margin: 30px 0;
  }
  .section-title {
    font-size: 28px;
  }
  .attraction-name,
  .fact-icon i,
  .fact-label,
  .fact-value {
    font-size: 16px;
  }
  .fact-icon {
    width: 36px;
    height: 36px;
  }
}
.sidebar-area {
  background: 0 0;
}
.srilanka-widget {
  background: #fff;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.btn-yellow,
.btn-yellow:hover {
  background-color: #faaf00;
}
.srilanka-widget_title {
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 20px;
}
.speciality-icons {
  flex-wrap: wrap;
}
.speciality-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.speciality-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.speciality-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}
.speciality-text {
  font-size: 13px;
  font-weight: 500;
  color: #212529;
}
@media (max-width: 767px) {
  .srilanka-widget,
  .tour-header {
    padding: 20px;
  }
  .days-badge {
    padding: 15px 25px;
    min-width: 90px;
    margin-bottom: 20px;
  }
  .days-number {
    font-size: 40px;
  }
  .days-text {
    font-size: 16px;
  }
  .tour-title {
    font-size: 28px;
  }
  .stars {
    font-size: 18px;
  }
  .rating-text,
  .reviews-link,
  .tour-info-text {
    font-size: 14px;
  }
  .speciality-icon i,
  .tour-info-icon {
    font-size: 20px;
  }
  .fact-item,
  .section-title {
    margin-bottom: 20px;
  }
  .section-title {
    font-size: 24px;
  }
  .attractions-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .attraction-name,
  .fact-label,
  .fact-value {
    font-size: 15px;
  }
  .speciality-icons {
    gap: 15px;
  }
  .speciality-icon {
    width: 50px;
    height: 50px;
  }
  .speciality-text {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .speciality-icons {
    gap: 12px;
  }
  .speciality-icon {
    width: 45px;
    height: 45px;
  }
  .speciality-icon i {
    font-size: 18px;
  }
}
.deal-label {
  font-size: 20px;
  color: #6c757d;
  margin-bottom: 5px;
}
.deal-title {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 10px;
}
.deal-price {
  font-size: 32px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 15px;
  font-family: auto;
}
.btn-dark,
.btn-yellow {
  padding: 12px 30px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
}
.available-groups-title,
.note-title,
.tour-details-title {
  font-family: "Playfair Display", serif;
}
.deal-price span {
  font-size: 30px;
}
.deal-note {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
  line-height: 1.5;
}
.btn-yellow {
  color: #fff;
  border: none;
  border-radius: 4px;
  margin-right: 4%;
}
.btn-dark {
  background-color: #212529;
  color: #fff;
  border: none;
  border-radius: 4px;
}
.speciality-icon,
.why-choose-icon {
  background-color: #04136f;
  border-radius: 50%;
}
.stat-value,
.stats-title {
  font-weight: 700;
  color: #212529;
}
.btn-dark:hover,
.price-card-btn:hover {
  background-color: #000;
}
.deal-buttons {
  gap: 10px;
  margin-bottom: 15px;
}
.stats-section {
  padding: 20px 0;
}
.stats-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.stat-value {
  font-size: 24px;
  margin-bottom: 5px;
}
.stat-label {
  font-size: 12px;
  color: #6c757d;
}
.speciality-icons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.speciality-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.speciality-icon i {
  font-size: 20px;
  color: #fff;
}
.why-choose-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.why-choose-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9ecef;
}
.itinerary-item:last-child,
.why-choose-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.why-choose-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.why-choose-icon i {
  font-size: 16px;
  color: #fff;
}
.why-choose-text {
  flex: 1;
  font-size: 14px;
  color: #495057;
  line-height: 1.6;
}
.trip-details-container {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin: 0 auto;
}
.trip-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.trip-detail-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.feature-item,
.trip-detail-icon {
  align-items: center;
  display: flex;
}
.trip-detail-icon {
  width: 40px;
  height: 40px;
  background-color: #04136f;
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
}
.trip-detail-icon i {
  font-size: 18px;
  color: #fff;
}
.trip-detail-label {
  font-size: 13px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 5px;
  line-height: 1.2;
}
.trip-detail-value {
  font-size: 15px;
  font-weight: 400;
  color: #495057;
  margin: 0;
  line-height: 1.4;
}
.feature-item {
  gap: 10px;
}
.feature-icon {
  width: 40px;
  height: 40px;
  background-color: #ffc107;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feature-icon i {
  font-size: 18px;
  color: #212529;
}
.feature-text {
  font-size: 13px;
  color: #212529;
  font-weight: 500;
  line-height: 1.3;
}
.itinerary-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e9ecef;
}
.itinerary-icon {
  color: #28a745;
  font-size: 16px;
  margin-top: 2px;
}
.itinerary-text {
  font-size: 14px;
  color: #495057;
  line-height: 1.5;
}
.itinerary-day {
  font-weight: 600;
  color: #212529;
}
.price-card {
  background: linear-gradient(135deg, #ffc107 0, #ffb300 100%);
  padding: 20px;
  border-radius: 8px;
}
.price-card.emi {
  background: linear-gradient(135deg, #28a745 0, #20c997 100%);
}
.price-card-label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
.price-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.price-card-amount {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
.price-card-subtitle {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 15px;
}
.price-card-btn {
  background-color: #212529;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 13px;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .deal-buttons {
    flex-direction: column;
  }
  .btn-dark,
  .btn-yellow {
    width: 100%;
    margin-right: 0;
  }
  .stats-grid {
    gap: 15px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .srilanka-widget,
  .trip-details-container {
    padding: 20px;
  }
  .trip-details-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .speciality-icon,
  .trip-detail-icon {
    width: 45px;
    height: 45px;
  }
  .trip-detail-icon i {
    font-size: 22px;
  }
  .trip-detail-label {
    font-size: 16px;
  }
  .trip-detail-value {
    font-size: 14px;
  }
  .speciality-icon i {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .section-title,
  .tour-title {
    font-size: 22px;
  }
  .days-badge {
    padding: 12px 20px;
    min-width: 80px;
  }
  .days-number {
    font-size: 36px;
  }
  .attraction-name,
  .days-text,
  .fact-icon i,
  .fact-label,
  .fact-value {
    font-size: 14px;
  }
  .tour-type-badge {
    font-size: 12px;
    padding: 6px 15px;
  }
  .rating-section {
    gap: 10px;
  }
  .stars {
    font-size: 16px;
  }
  .rating-text,
  .reviews-link,
  .tour-info-text {
    font-size: 13px;
  }
  .fact-icon {
    width: 32px;
    height: 32px;
  }
  .attraction-bullet {
    width: 10px;
    height: 10px;
  }
  .trip-detail-icon {
    width: 40px;
    height: 40px;
  }
  .stat-value,
  .trip-detail-icon i {
    font-size: 20px;
  }
  .trip-detail-label {
    font-size: 15px;
  }
  .deal-price {
    font-size: 28px;
  }
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .stat-label {
    font-size: 11px;
  }
}
.pricing-section {
  display: flex;
  background-color: #f8f9fa;
  border-radius: 8px;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.pricing-card {
  flex: 1;
  padding: 40px 30px;
  border-right: 1px solid #dee2e6;
}
.pricing-card:last-child {
  border-right: none;
}
.pricing-title {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin: 0 0 20px;
}
.pricing-amount {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin: 0;
}
@media (max-width: 768px) {
  .pricing-section {
    flex-direction: column;
    border-radius: 0;
  }
  .pricing-card {
    padding: 30px 20px;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
  }
  .pricing-card:last-child {
    border-bottom: none;
  }
  .pricing-title {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .pricing-amount {
    font-size: 22px;
  }
}
.tour-plan {
  background: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.inner-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #000;
}
.accordion {
  border: none;
}
.accordion-card {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}
.accordion-header {
  margin: 0;
  cursor: pointer;
}
.accordion-button {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 20px;
  border: none;
  width: 100%;
  text-align: left;
  position: relative;
}
.accordion-button:not(.collapsed) {
  background: #f8f9fa;
  color: #000;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.accordion-button::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.accordion-button.collapsed::after {
  transform: rotate(0);
}
.accordion-collapse {
  border-top: 1px solid #e0e0e0;
}
.accordion-body {
  padding: 30px 25px;
  background: #fff;
}
.itinerary-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.itinerary-list li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.itinerary-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.itinerary-list li strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  line-height: 1.5;
}
.itinerary-list li p {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.itinerary-images {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
  overflow-x: auto;
  padding-bottom: 5px;
}
.itinerary-images::-webkit-scrollbar {
  height: 6px;
}
.itinerary-images::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.itinerary-images::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.itinerary-images img {
  height: 130px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.itinerary-info {
  display: flex;
  gap: 40px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  flex-wrap: wrap;
}
.flight-info,
.itinerary-info p {
  align-items: center;
  display: flex;
}
.itinerary-info p {
  margin: 0;
  font-size: 14px;
  color: #333;
  gap: 8px;
}
.flight-time,
.itinerary-info i {
  font-size: 16px;
  color: #666;
}
@media (max-width: 768px) {
  .accordion-button {
    font-size: 15px;
    padding: 15px 45px 15px 18px;
  }
  .accordion-body {
    padding: 20px 15px;
  }
  .itinerary-list li {
    padding-left: 18px;
  }
  .itinerary-list li strong {
    font-size: 14px;
  }
  .itinerary-list li p {
    font-size: 13px;
  }
  .itinerary-images {
    gap: 10px;
  }
  .itinerary-images img {
    height: 100px;
  }
  .itinerary-info {
    flex-direction: column;
    gap: 12px;
  }
}
.available-groups-section,
.tour-details-section {
  padding: 40px 0;
  background: #fff;
}
.tour-details-header {
  margin-bottom: 30px;
}
.tour-details-title {
  font-size: 36px;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 10px;
}
.tour-details-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.tour-tabs {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 0;
}
.tour-tabs .nav-link {
  border: none;
  background: #fff;
  color: #666;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
  position: relative;
}
.tour-tabs .nav-link:hover {
  color: #2c2c2c;
  border-color: transparent;
}
.tour-tabs .nav-link.active {
  background: #04136f;
  color: #fff;
  border-color: #04136f;
  font-weight: 600;
}
.tour-tab-content {
  padding: 30px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.flight-table-wrap,
.reporting-table-wrap {
  overflow-x: auto;
}
.flight-table,
.reporting-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.flight-table thead tr,
.reporting-table thead tr {
  background: #fff;
  border-bottom: 2px solid #e0e0e0;
}
.flight-table thead th,
.reporting-table thead th {
  padding: 15px 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #2c2c2c;
}
.flight-table tbody tr,
.reporting-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.flight-table tbody tr:last-child,
.reporting-table tbody tr:last-child {
  border-bottom: none;
}
.flight-table tbody td {
  padding: 20px;
}
.flight-info {
  gap: 15px;
}
.airport-code {
  font-size: 18px;
  font-weight: 600;
  color: #2c2c2c;
}
.flight-icon {
  text-align: center;
  color: #999;
  font-size: 18px;
}
.airline-info i,
.airline-name {
  color: #faaf00;
}
.airline-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.airline-name {
  font-size: 16px;
  font-weight: 600;
}
.accommodation-content {
  background: #fff;
  padding: 30px;
}
.accommodation-list {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 25px;
}
.accommodation-list li {
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.8;
  margin-bottom: 12px;
}
.cancellation-list li,
.note-list > li {
  color: #555;
  line-height: 1.6;
  position: relative;
}
.accommodation-note {
  font-size: 14px;
  color: #666;
  margin: 0;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}
.reporting-table tbody td {
  padding: 20px;
  font-size: 15px;
  color: #2c2c2c;
}
.tour-details-note {
  font-size: 14px;
  margin-top: 15px;
}
.available-groups-title {
  font-size: 36px;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 30px;
}
.groups-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 20px;
}
.group-card {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 0;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #e0e0e0;
}
.group-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.group-date-box {
  padding: 25px 20px;
  position: relative;
}
.group-day {
  display: block;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}
.group-day::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  width: 30px;
  height: 1px;
  transform: rotate(45deg);
}
.group-date {
  font-size: 28px;
  font-weight: 400;
  color: #666;
  margin: 15px 0;
  line-height: 1;
}
.group-year {
  display: block;
  font-size: 13px;
  color: #999;
}
.group-card.sold-out {
  opacity: 0.6;
  cursor: not-allowed;
}
.group-card.sold-out:hover {
  transform: none;
  box-shadow: none;
}
.group-card.sold-out::after {
  content: "sold out";
  display: block;
  padding: 10px;
  background: #fff;
  color: #666;
  font-size: 13px;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .available-groups-title,
  .tour-details-title {
    font-size: 28px;
  }
  .tour-tabs .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }
  .group-date-box,
  .tour-tab-content {
    padding: 20px 15px;
  }
  .flight-table tbody td,
  .flight-table thead th,
  .reporting-table tbody td,
  .reporting-table thead th {
    padding: 12px 15px;
    font-size: 14px;
  }
  .airport-code {
    font-size: 16px;
  }
  .flight-time {
    font-size: 14px;
  }
  .groups-container {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
  }
  .group-date {
    font-size: 24px;
  }
  .available-groups-section {
    text-align: center;
  }
  .facts-attractions-section {
    margin-bottom: 0 !important;
  }
  .description-table td,
  .description-table th {
    padding: 12px 25px;
    font-size: 12px;
  }
}
.day-border {
  background: gray !important;
}
.book-form-popup-bg {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 1000 !important;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0s 0.3s;
}
.book-form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.3s,
    visibility;
}
.form-container {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.booknow-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: 0 0;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.booknow-close-button:hover {
  background: #f0f0f0;
  border-color: #999;
}
.form-group label {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}
.booknow-captcha-display {
  background: #f0f0f0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.booknow-captcha-btn {
  width: 50px !important;
  height: 35px !important;
  padding: 0 !important;
}
@media (max-width: 600px) {
  .form-container {
    padding: 20px;
    width: 95%;
  }
}
.tour-note-section {
  background: #fff;
  border-radius: 8px;
  margin: 0 0 30px;
}
.note-title {
  font-size: 36px;
  font-weight: 400;
  color: #333;
  margin-bottom: 25px;
}
.note-list {
  list-style: none;
  padding: 8px;
  margin: 0;
}
.note-list > li {
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 16px;
}
.note-list > li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
  font-weight: 700;
  font-size: 20px;
}
.cancellation-list {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
  margin-top: 10px;
}
.cancellation-list li {
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 15px;
  counter-increment: item;
}
.cancellation-list li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: #333;
  font-weight: 500;
}
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-close,
.gallery-next,
.gallery-prev {
  z-index: 10001;
  position: absolute;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
}
.gallery-modal-content {
  max-width: 90%;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.gallery-close {
  top: 20px;
  right: 35px;
  font-size: 40px;
}
.gallery-close:focus,
.gallery-close:hover {
  color: #bbb;
}
.gallery-next,
.gallery-prev {
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px 20px;
  font-size: 30px;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.gallery-prev {
  left: 20px;
}
.gallery-next {
  right: 20px;
}
.gallery-next:hover,
.gallery-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.gallery-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
@media (max-width: 992px) {
  .gallery-modal-content {
    max-width: 95%;
    max-height: 80vh;
  }
  .gallery-caption {
    width: 90%;
    font-size: 14px;
    bottom: 15px;
  }
}
@media (max-width: 768px) {
  .tour-note-section {
    padding: 20px 20px 0;
    margin-bottom: 0;
  }
  .note-title {
    font-size: 24px;
  }
  .note-list > li {
    font-size: 14px;
    padding-left: 20px;
  }
  .cancellation-list li {
    font-size: 13px;
    padding-left: 25px;
  }
  .gallery-modal-content {
    max-width: 98%;
    max-height: 75vh;
  }
  .gallery-next,
  .gallery-prev {
    font-size: 24px;
    padding: 12px 16px;
    margin-top: -25px;
  }
  .gallery-prev {
    left: 10px;
  }
  .gallery-next {
    right: 10px;
  }
  .gallery-close {
    font-size: 35px;
    right: 20px;
    top: 15px;
  }
  .gallery-caption {
    width: 95%;
    font-size: 13px;
    padding: 10px 15px;
    bottom: 10px;
  }
  .widget_book.is-sticky {
    width: calc(100% - 30px) !important;
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 480px) {
  .pricing-card {
    padding: 25px 15px;
  }
  .pricing-title {
    font-size: 15px;
    margin: 0 0 12px;
  }
  .inner-title,
  .pricing-amount {
    font-size: 20px;
  }
  .accordion-button {
    font-size: 14px;
    padding: 12px 40px 12px 15px;
  }
  .itinerary-images img {
    height: 90px;
  }
  .groups-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-modal-content {
    max-width: 100%;
    max-height: 70vh;
  }
  .gallery-next,
  .gallery-prev {
    font-size: 20px;
    padding: 10px 12px;
  }
  .gallery-prev {
    left: 5px;
  }
  .gallery-next {
    right: 5px;
  }
  .gallery-close {
    font-size: 30px;
    right: 15px;
    top: 10px;
  }
  .gallery-caption {
    width: 98%;
    font-size: 12px;
    padding: 8px 10px;
    bottom: 5px;
  }
}
.captcha-code,
.enquiry-btn-group-tour i,
.whatsapp-btn-group-tour i {
  font-size: 20px;
}
@media (orientation: landscape) and (max-height: 600px) {
  .gallery-modal-content {
    max-height: 90vh;
  }
  .gallery-caption {
    bottom: 5px;
    padding: 8px 15px;
  }
}
.captcha-box {
  position: relative;
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 0 12px;
  height: 46px;
  min-width: 140px;
  transition: 0.3s;
}
.captcha-box:hover {
  border-color: #adb5bd;
  background: #fff;
}
.captcha-code {
  font-family: "Courier New", Consolas, monospace;
  font-weight: 700;
  letter-spacing: 5px;
  color: #495057;
  user-select: none;
  flex: 1;
}
.captcha-refresh {
  background: 0 0;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 4px;
  margin-left: 8px;
}
.captcha-refresh:hover {
  color: #495057;
  background: rgba(0, 0, 0, 0.05);
  transform: rotate(180deg);
}
.captcha-refresh:active {
  transform: rotate(180deg) scale(0.9);
}
.captcha-input {
  flex: 1;
  height: 45px !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  transition: 0.3s;
}
.captcha-input:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.captcha-input::placeholder {
  letter-spacing: normal;
  font-weight: 400;
}
.captcha-container.error .captcha-box,
.captcha-container.error .captcha-input {
  border-color: #dc3545;
}
@media (max-width: 576px) {
  .captcha-container {
    flex-direction: column;
    align-items: stretch;
  }
  .captcha-box {
    width: 100%;
    justify-content: space-between;
  }
  .captcha-input {
    width: 100%;
  }
}
@media (prefers-color-scheme: dark) {
  .captcha-box {
    background: #343a40;
    border-color: #495057;
  }
  .captcha-box:hover {
    background: #495057;
    border-color: #6c757d;
  }
  .captcha-code {
    color: #f8f9fa;
  }
  .captcha-refresh {
    color: #adb5bd;
  }
  .captcha-refresh:hover {
    color: #f8f9fa;
    background: rgba(255, 255, 255, 0.1);
  }
}
.widget_book.is-sticky {
  animation: 0.3s ease-out slideInFromTop;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}
@keyframes slideInFromTop {
  from {
    transform: translateY(-20px);
    opacity: 0.8;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.widget_book {
  transition: box-shadow 0.3s ease-in-out;
}
.sticky-placeholder {
  display: none;
  visibility: hidden;
}
html {
  scroll-behavior: smooth;
}
.error-message {
  color: #dc3545;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.booknow-captcha-display {
  letter-spacing: 5px;
}
.accordion-collapse {
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.accordion-collapse:not(.show) {
  max-height: 0;
}
.accordion-button {
  transition: 0.3s;
}
.enquiry-btn-group-tour,
.whatsapp-btn-group-tour {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 50px;
  gap: 10px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  z-index: 9999;
}
.form-group {
  margin-bottom: 0 !important;
}
.foot-whatsapp-btn,
.for-mob,
.group-days-mob-div {
  display: none;
}
.whatsapp-btn-group-tour {
  background-color: #25d366;
  display: flex;
  align-items: center;
}
.whatsapp-btn-group-tour:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.enquiry-btn-group-tour {
  background-color: #007bff;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
}
.enquiry-btn-group-tour:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.form-group > i {
  top: 30px;
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.whatsapp-btn-group-tour.pulse {
  animation: 2s infinite pulse;
}
.btn-refresh {
  background-color: #9e0516;
}
@media screen and (max-width: 480px) {
  .enquiry-btn-group-tour,
  .whatsapp-btn-group-tour {
    padding: 16px 10px;
    bottom: 0;
    width: 50%;
    border-radius: 0;
    gap: 8px;
  }
  .whatsapp-btn-group-tour {
    font-size: 16px;
    right: 0;
    left: 50%;
    justify-content: center;
    background-color: #25d366;
  }
  .enquiry-btn-group-tour,
  .group-days-mob {
    background-color: #9e0516;
    font-size: 16px;
  }
  .enquiry-btn-group-tour i,
  .whatsapp-btn-group-tour i {
    font-size: 24px;
  }
  .enquiry-btn-group-tour {
    display: flex;
    right: auto;
    left: 0;
    justify-content: center;
  }
  .enquiry-btn-group-tour:hover,
  .whatsapp-btn-group-tour:hover {
    transform: none;
  }
  .enquiry-btn-group-tour:active,
  .whatsapp-btn-group-tour:active {
    opacity: 0.8;
  }
  .for-web,
  .widget_book {
    display: none;
  }
  .for-mob {
    display: block;
  }
  .group-days-mob-div {
    display: block;
    margin-bottom: 25px;
  }
  .group-days-mob {
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    border: none;
    color: #fff;
  }
}
@media screen and (max-width: 991x) {
  .header-top,
  .ot-menu-toggle {
    display: none !important;
  }
}

.ot-play-button1 {
  background: rgb(225 205 207 / 53%) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 23px 24px !important;
  font-size: 18px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  position: absolute !important;
  left: 535px !important;
  top: 325px !important;
}
.background-bg-wrap,
.card {
  background-size: cover !important;
  background-position: center !important;
}
.tag,
.tour-btn {
  display: inline-block !important;
  background-color: gold !important;
  font-weight: 700 !important;
}
.card,
.tour-card__img {
  position: relative !important;
  overflow: hidden !important;
}
.card-content,
.tour-card__content {
  left: 20px !important;
  z-index: 2 !important;
}
.carousel .btn {
  background-color: #faaf00 !important;
  border: none !important;
}
.card,
.tour-card,
.tour-card__img,
.tour-card__img img {
  border-radius: 10px !important;
}
.carousel .btn:hover {
  background-color: rgb(0 0 0 / 0.85) !important;
}
.slider-shadow .slick-list {
  padding-top: 30px !important;
  padding-bottom: 0 !important;
  margin-bottom: -30px !important;
  margin-top: -30px !important;
}
.card {
  width: 300px !important;
  height: 200px !important;
  color: #fff !important;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.3) !important;
}
.card-content,
.card::before {
  position: absolute !important;
}
.card::before {
  content: "" !important;
  inset: 0 !important;
  background: rgb(0 0 0 / 0.3) !important;
}
.card-content {
  bottom: 20px !important;
}
.card h3 {
  margin: 0 !important;
  font-size: 18px !important;
}
.tag {
  margin-top: 10px !important;
  color: #000 !important;
  padding: 5px 10px !important;
  font-size: 14px !important;
}
.tour-card {
  position: relative !important;
  overflow: hidden !important;
}
.tour-card__img img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
.tour-card__content {
  position: absolute !important;
  top: 20px !important;
  color: #fff !important;
  padding: 15px !important;
  border-radius: 8px !important;
  max-width: 80% !important;
}
.background-bg-wrap,
.background-overlay {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.tour-card__content h3 {
  margin: 0 0 5px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #fff;
}
.tour-card__content p {
  margin: 0 0 10px !important;
  font-size: 14px !important;
}
.tour-btn {
  padding: 6px 14px !important;
  color: #000 !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  transition: background 0.3s !important;
}
.address-wrap,
.form-popup-bg1,
.popup-visible {
  display: flex !important;
}
.tour-btn:hover {
  background-color: #e6c200 !important;
}
.carousel-item iframe {
  width: 100% !important;
  height: 500px !important;
}
.form-popup-bg1 {
  position: fixed !important;
  background-color: rgb(0 0 0 / 0.7) !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 1000 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition:
    opacity 0.3s,
    visibility 0s 0.3s !important;
}
.background-bg-wrap,
.background-overlay,
.close-button {
  position: absolute !important;
}
.background-bg-wrap {
  z-index: 1 !important;
  background-repeat: no-repeat !important;
}
.background-overlay {
  background: rgb(0 0 0 / 0.5) !important;
  z-index: 2 !important;
}
.rs-contact .container,
.rs-contact .row {
  position: relative !important;
  z-index: 3 !important;
}
.custom-carousel-icon {
  border-radius: 50% !important;
  width: 3rem !important;
  height: 3rem !important;
  background-size: 60% 60% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.carousel-control-prev-icon.custom-carousel-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 0-.708 0L4.5 7.793l6.146 6.147a.5.5 0 0 0 .708-.708L5.707 7.793l5.647-5.647a.5.5 0 0 0 0-.708z'/%3e%3c/svg%3e") !important;
}
.carousel-control-next-icon.custom-carousel-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0L11.5 7.793l-6.146 6.147a.5.5 0 0 1-.708-.708L10.293 7.793 4.646 2.146a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
@media only screen and (min-width: 970px) {
  .carousel-item iframe {
    width: 70% !important;
    height: 500px !important;
    margin-left: 160px !important;
  }
}
.landing-banner-desc {
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
  color: #fff !important;
  margin: 0 !important;
}
.rs-contact.contact-style4 .requset-services-wrap {
  position: relative !important;
  background-color: #fff !important;
  border-radius: 50px !important;
  padding: 50px !important;
}
.popup-visible {
  justify-content: center !important;
  align-items: center !important;
}
.close-button {
  top: 10px !important;
  right: 10px !important;
  background: 0 0 !important;
  border: 1px solid #ccc !important;
  font-size: 16px !important;
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  cursor: pointer !important;
}
.address-wrap {
  align-items: center !important;
  gap: 50px !important;
}
.popup-form-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 70%;
  width: 100%;
  height: 530px;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-layout1,
  .popup-form-overlay {
    display: none !important;
  }
  .popup-form-overlay {
    top: auto;
    bottom: 0;
    left: 560px;
    right: 10;
    margin-top: 80px;
    width: 450px;
    height: 500px;
  }
}
.popup-form-content {
  left: -540px;
  top: 20px;
  max-width: 506px;
  width: 900px;
  border-radius: 10px;
  position: relative;
  overflow-y: auto;
  margin-top: 200px;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  background: 0 0;
  border: none;
  cursor: pointer;
  color: #000;
}
@media only screen and (max-width: 490px) {
  .popup-form-content {
    background: #fff;
    left: 0 !important;
    top: 70px;
    max-width: 506px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow-y: auto;
    max-height: 90vh;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-item iframe {
    width: 100% !important;
    height: 200px !important;
  }
  .success-stroy-title {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .title-area .sec-title {
    margin-bottom: 45px !important;
  }
  .popup-form-overlay {
    top: -100px;
    position: fixed;
  }
  .popup-form-overlay.click-chat-box {
    top: 50px;
  }
}
.booknow-close-button,
.form-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: 0 0;
  font-size: 16px;
  width: 35px;
  height: 35px;
  transition: 0.3s;
}
.stars i {
  color: #f5b301 !important;
  font-size: 18px;
}
.widget-form .form-control {
  height: 35px;
}
.booknow-close-button {
  border: 1px solid #ccc;
  border-radius: 50%;
}
.enquiry-btn-group-tour:hover {
  color: #000;
}
.form-close-btn {
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
}
.chatbox-toggle {
  left: 1px;
  position: fixed;
  bottom: 30px;
  left: revert;
  background-color: #9e0516;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
  z-index: 1000;
}
.widget-area {
  display: none;
}

.img-box1 .img2 {
  position: relative;
}
.ratio-16x9 {
  --bs-aspect-ratio: 40.25% !important;
}

.main-menu {
  display: none !important;
}

#showPopupButton {
  display: none !important;
}

#btnOpenForm {
  margin-left: 700px;
}

.foot-whatsapp-btn {
  display: none !important;
}

.header-top {
  display: none !important;
}

/* ========================================================= */

.captcha-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.captcha-box {
  position: relative;
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 0 12px;
  height: 46px;
  min-width: 140px;
  transition: all 0.3s ease;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.captcha-code {
  font-family: "Courier New", Consolas, monospace;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #495057;
  user-select: none;
  flex: 1;
}

.captcha-refresh {
  background: transparent;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 4px;
  margin-left: 8px;
}

img,
svg {
  vertical-align: middle;
}

.captcha-rotate {
  transition: transform 0.5s ease;
}

.captcha-refresh:hover .captcha-rotate {
  transform: rotate(360deg);
}

#booktripforms {
  max-width: 375px;
  width: 100%;
  left: 60%;
  position: sticky;
  top: 20px;
  z-index: 1000;
  height: auto;
}

.form-group input {
  width: 100% !important;
  padding: 15px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  font-size: 14px !important;
}

form {
  display: flex;
  flex-direction: column;
}

.enquiry-whatsapp {
  display: none;
}

.popup-form-overlay {
  top: -80px;
}

/* ===================== DESKTOP FLOATING WHATSAPP BUTTON ===================== */
.whatsapp-float-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 25px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #25d366;
  color: #ffffff;
  font-size: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  text-decoration: none;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.whatsapp-float-desktop:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .whatsapp-float-desktop {
    display: none !important;
  }

  .whatsapp-btn-group-tour {
    font-size: 20px;
    padding: 16px 10px;
    bottom: 0px;
    right: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    justify-content: center;
    gap: 8px;
    background-color: #25d366;
    color: white;
    display: flex;
  }

  whatsapp-btn-group-tour i {
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition:
      transform 0.2s,
      box-shadow 0.2s;
    z-index: 9999;
    align-items: center;
    border: none;
    font-weight: bold;
    color: white;
    font-family: "Open Sans", sans-serif;
  }

  .enquiry-whatsapp {
    display: none;
    position: sticky;
    z-index: 9999;
    bottom: 0;
  }

  .chatbox-toggle {
    display: none;
  }

  .footer-layout1,
  .popup-form-overlay {
    display: block !important;
  }
}

@media (prefers-color-scheme: dark) {
  .captcha-box:hover {
    background: none;
    border-color: inherit;
  }
}

@media (prefers-color-scheme: dark) {
  .captcha-refresh:hover {
    color: #3a3a3b;
    background: rgba(255, 255, 255, 0.1);
  }
}

/* ================================================
   TOUR COUNTRY CARDS - PERFECT LAYOUT
   ================================================ */

.country-tour-card {
  position: relative;
  width: 100%;
  height: 455px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
  cursor: pointer;
}

.col-xl-8 .country-tour-card,
.col-lg-8 .country-tour-card {
  height: 450px;
}

.country-tour-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.country-tour-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.country-tour-card:hover .country-tour-card__img {
  transform: scale(1.08);
}

.country-tour-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 0.3) 70%,
    transparent 100%
  );
  display: flex;
  align-items: flex-end;
  padding: 30px;
}

.country-tour-card__content {
  width: 100%;
}

.country-tour-card__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.country-tour-card__btn {
  display: inline-block;
  background: #ffc107;
  color: #000000;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.country-tour-card__btn:hover {
  background: #ffb300;
  color: #000000;
  transform: translateX(5px);
}

@media (max-width: 1399px) {
  .country-tour-card {
    height: 380px;
  }

  .col-xl-8 .country-tour-card,
  .col-lg-8 .country-tour-card {
    height: 430px;
  }
}

@media (max-width: 1199px) {
  .country-tour-card {
    height: 350px;
  }

  .col-xl-8 .country-tour-card,
  .col-lg-8 .country-tour-card {
    height: 400px;
  }

  .country-tour-card__title {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .country-tour-card {
    height: 320px;
  }

  .col-lg-8 .country-tour-card {
    height: 350px;
  }

  .country-tour-card__title {
    font-size: 20px;
  }

  .country-tour-card__overlay {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .country-tour-card {
    height: 280px !important;
  }

  .country-tour-card__title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .country-tour-card__btn {
    padding: 8px 18px;
    font-size: 12px;
  }

  .country-tour-card__overlay {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .country-tour-card {
    height: 250px !important;
  }

  .country-tour-card__title {
    font-size: 16px;
  }
}

.row.g-4 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

@media (max-width: 991px) {
  .img-box1 .img2 {
    max-width: fit-content;
    padding: 0px !important;
  }
  .img-box1 {
    margin-bottom: 0px;
    padding-bottom: 25px;
  }
  .sub-title {
    margin-bottom: 10px;
  }

  .hotel-features {
    margin-top: -35px;
  }

  .gallery-section {
    margin-top: -25px;
  }
}

@media (max-width: 991px) {
  .logo-text-overlay {
    position: absolute;
    top: 50%;
    left: 62%;
    transform: translate(-50%, -50%);
    color: #051787;
    white-space: nowrap;
    font-weight: 700;
    font-family: "Playfair Display";
    font-size: 18px;
    font-style: normal;
    text-shadow: none;
    pointer-events: none;
  }
}

/* ================================================
       HOTEL TITLE BAR (NAME + OFFER BADGE INLINE + BOOK NOW BELOW)
    ================================================ */
.hotel-title-bar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 6px;
}

.hotel-title-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.hotel-main-title {
  font-size: 36px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
}

.hotel-offer-badge {
  background: #fff3cd;
  color: #b8860b;
  border: 1px solid #ffc107;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
  margin-top: 10px;
}

/* ================================================
       BOOK NOW BUTTON - BIGGER, BELOW DESCRIPTION
    ================================================ */
.hotel-booknow-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #ffffff !important;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.hotel-booknow-btn:hover {
  background: #1ebc59;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.45);
}

.hotel-booknow-btn i {
  font-size: 22px;
}

.authorised-partner-text {
  display: inline-flex;
  align-items: center;
  background: #06157a;
  color: #ffffff;
  border: 1px solid #06157a;
  border-radius: 6px;
  padding: 5px 12px;
  font-weight: 700;
  font-size: 14px;
  margin-left: 4px;
  gap: 0;
  line-height: 1.4;
}

@media (max-width: 575px) {
  .hotel-title-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .hotel-main-title {
    font-size: 26px;
  }

  .hotel-booknow-btn {
    width: 100%;
    justify-content: center;
    font-size: 15px;
    padding: 13px 20px;
  }
}

/* ================================================
       AMENITY LIST STYLES
    ================================================ */
.amenity-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.amenity-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 12px 14px;
  transition: all 0.3s ease;
}

.amenity-list li:hover {
  background: #fff8e1;
  border-color: #ffc107;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.15);
}

.amenity-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: #ffc107;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 15px;
}

.amenity-list li div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.amenity-list li div strong {
  font-size: 13px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}

.amenity-list li div span {
  font-size: 11px;
  color: #777;
  line-height: 1.3;
}

@media (max-width: 575px) {
  .amenity-list {
    grid-template-columns: 1fr;
  }
}

/* ================================================
       HOTEL FEATURES LIST STYLES (TITLE ONLY, CENTERED, 5 PER ROW)
    ================================================ */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.feature-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px 14px;
  transition: all 0.3s ease;
}

.feature-list li:hover {
  background: #fff8e1;
  border-color: #ffc107;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(255, 193, 7, 0.18);
}

.feature-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #ffc107;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 18px;
}

.feature-list li strong {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}

@media (max-width: 1399px) {
  .feature-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991px) {
  .feature-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ================================================
       ABOUT US AUTO CAROUSEL (AUTO-ROTATE + PREV/NEXT)
    ================================================ */
.vn-auto-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.vn-auto-carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.vn-auto-carousel-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.vn-auto-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vn-auto-carousel-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}

.vn-auto-carousel-dots .vn-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  border: none;
  padding: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.vn-auto-carousel-dots .vn-dot.active {
  background: #ffc107;
  transform: scale(1.3);
}

/* ── Offer badge overlaid on carousel ── */
.carousel-offer-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #ffc107;
  color: #ffffff;
  border: 1px solid #ffc107;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 575px) {
  .carousel-offer-badge {
    font-size: 11px;
    padding: 5px 10px;
    top: 10px;
    right: 10px;
  }
}

/* Prev / Next buttons for carousel */
.vn-auto-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.vn-auto-carousel-nav:hover {
  background: #ffc107;
  color: #fff;
}

.vn-auto-carousel-nav.prev {
  left: 12px;
}
.vn-auto-carousel-nav.next {
  right: 12px;
}

@media (max-width: 575px) {
  .vn-auto-carousel {
    aspect-ratio: 16 / 11;
  }

  .vn-auto-carousel-nav {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .vn-auto-carousel-nav.prev {
    left: 8px;
  }
  .vn-auto-carousel-nav.next {
    right: 8px;
  }
}

/* ================================================
       ROOMS GALLERY CARDS (CENTER OVERLAY TEXT)
    ================================================ */
.room-gallery-card {
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
}

.room-gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.room-gallery-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.room-gallery-card:hover img {
  transform: scale(1.08);
}

.room-gallery-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s ease;
}

.room-gallery-card:hover .room-gallery-card__overlay {
  background: rgba(0, 0, 0, 0.6);
}

.room-gallery-card__content {
  text-align: center;
  padding: 20px;
}

.room-gallery-card__title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 14px;
  line-height: 1.2;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.room-gallery-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffc107;
  color: #000000;
  padding: 9px 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
  transition: all 0.3s ease;
}

.room-gallery-card:hover .room-gallery-card__btn {
  background: #ffb300;
  transform: scale(1.05);
}

@media (max-width: 1199px) {
  .room-gallery-card {
    height: 340px;
  }
}

@media (max-width: 767px) {
  .room-gallery-card {
    height: 300px;
  }

  .room-gallery-card__title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .room-gallery-card {
    height: 260px;
  }
}

/* ================================================
       ROOMS GALLERY SLIDER (NEW - SLIDE ONE AT A TIME)
    ================================================ */
.room-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.room-slider-viewport {
  flex: 1;
  overflow: hidden;
  border-radius: 16px;
}

.room-slider-track {
  display: flex;
  position: relative;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.room-slider-item {
  flex: 0 0 calc(33.3333% - 12px);
  margin-right: 16px;
}

.room-slider-item:last-child {
  margin-right: 0;
}

.room-slider-nav {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #eee;
  color: #222;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  z-index: 5;
}

.room-slider-nav:hover {
  background: #ffc107;
  color: #fff;
  transform: scale(1.08);
}

.room-slider-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
  background: #ffffff;
  color: #222;
}

@media (max-width: 991px) {
  .room-slider-item {
    flex: 0 0 calc(50% - 8px);
    margin-right: 16px;
  }
}

@media (max-width: 575px) {
  .room-slider-item {
    flex: 0 0 100%;
    margin-right: 0;
  }

  .room-slider-nav {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}

/* ================================================
       LIGHTBOX STYLES
    ================================================ */
.vn-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.94);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.vn-lightbox-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.vn-lightbox-inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vn-lightbox-img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  background: #111;
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vn-lightbox-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.vn-lightbox-item {
  flex: 0 0 100%;
}

.vn-lightbox-item img {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  display: block;
  border-radius: 14px;
}

.vn-lightbox-close {
  position: fixed;
  top: 20px;
  right: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  z-index: 100001;
}

.vn-lightbox-close:hover {
  background: #ffc107;
  color: #000;
}

.vn-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}

.vn-lightbox-nav:hover {
  background: #ffc107;
  color: #000;
}

.vn-lightbox-nav.prev {
  left: 8px;
}
.vn-lightbox-nav.next {
  right: 8px;
}

.vn-lightbox-counter {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  letter-spacing: 1px;
  z-index: 100001;
}

.vn-lightbox-dots {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 100001;
}

.vn-lb-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

.vn-lb-dot.active {
  background: #ffc107;
  transform: scale(1.4);
}

.space {
  padding-top: 30px;
  padding-bottom: 30px;
}

.space.pb-0 {
  padding-bottom: 0;
}

.gallery-section {
  padding-bottom: 20px;
  padding-top: 20px;
}

.img-box1 {
  padding-bottom: inherit;
}

/* Divider between hotel sections */
.hotel-section-divider {
  border: none;
  border-top: 2px dashed #dee2e6;
  margin: 10px 0 0 0;
}

.img-box1 .img2 {
  padding: inherit;
}

@media (max-width: 767px) {
  .vn-lightbox-inner {
    padding: 0 50px;
  }

  .vn-lightbox-nav.prev {
    left: 4px;
  }
  .vn-lightbox-nav.next {
    right: 4px;
  }
}

@media (max-width: 480px) {
  .vn-lightbox-inner {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .title-area .sec-title {
    margin-bottom: 10px !important;
    margin-top: 25px;
  }
}

.room-slider-item {
  flex: 0 0 33.3334%;
  box-sizing: border-box;
  padding-right: 16px;
}

@media (max-width: 991px) {
  .room-slider-item {
    flex: 0 0 50%;
    padding-right: 16px;
  }

  .gallery-section-dsk {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .room-slider-item {
    flex: 0 0 100%;
    padding-right: 0;
  }

  .room-slider-nav {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
}

.authorised-partner-div {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
  .logo-text-overlay {
    position: absolute;
    top: 50%;
    left: 62%;
    transform: translate(-50%, -50%);
    color: #051787;
    white-space: nowrap;
    font-weight: 700;
    font-family: "Playfair Display";
    font-size: 18px;
    font-style: normal;
    text-shadow: none;
    pointer-events: none;
  }
  .for-main-page-nav {
    display: flex !important;
    background: none;
    height: 100px;
    position: relative;
    bottom: 1px;
  }

  .hotel-offer-badge {
    margin-top: 0px;
  }
  .copyright-text {
    text-align: center;
    font-size: 13px;
  }

  .space {
    padding-top: 15px;
  }
  
  .authorised-partner-div {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
}

/* ================================================
       NAT CITY HOTEL - OUR GALLERY GRID
    ================================================ */
.nat-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.nat-gallery-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
}

.nat-gallery-thumb:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.nat-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.nat-gallery-thumb:hover img {
  transform: scale(1.07);
}

@media (max-width: 1199px) {
  .nat-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .nat-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .nat-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
