/* Component Styles */

/* Testimonials / Trust Section */
.testimonial-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(15px);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.testimonial-card:hover {
  transform: translateY(-10px) rotateX(2deg);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 40px rgba(255, 122, 0, 0.15);
  border-color: rgba(255, 122, 0, 0.3);
}

/* Trust Rating Grid */
.trust-rating-card {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 24px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.4s ease;
  height: 100%;
}

.trust-rating-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.trust-rating-score {
  font-size: 36px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 8px;
}

.trust-platform-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.trust-platform-copy {
  font-size: 11px;
  color: #666;
  line-height: 1.4;
}

/* Trust Dashboard (New Layout) */
.trust-dashboard-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.trust-main-card {
  background: rgba(25, 33, 53, 0.6);
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  flex: 1;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.trust-main-card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.trust-star-big {
  font-size: 60px;
  color: #ffb800;
  filter: drop-shadow(0 4px 10px rgba(255, 184, 0, 0.3));
}

.trust-score-big {
  font-size: 80px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.trust-main-copy {
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 300px;
}

.trust-btn-callback {
  background: #ff8c33;
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  width: fit-content;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(255, 140, 51, 0.3);
}

.trust-btn-callback:hover {
  background: #f07b1a;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 140, 51, 0.4);
  color: #fff;
}

.trust-grid-side {
  flex: 1.5;
  min-width: 320px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.trust-grid-item {
  background: rgba(25, 33, 53, 0.4);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.trust-grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.trust-grid-platform {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.trust-grid-score {
  font-size: 32px;
  font-weight: 800;
  color: #ff8c33;
  margin-bottom: 12px;
  line-height: 1;
}

.trust-grid-copy {
  font-size: 14px;
   color: #fff;
  line-height: 1.5;
}

/* Response for small screens */
@media (max-width: 768px) {
  .trust-grid-side {
    grid-template-columns: 1fr;
  }
}

/* Pre-Footer CTA */
.pre-footer-cta {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&q=80');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}

.cta-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.cta-btn-xl {
  background: var(--primary);
  color: #fff;
  padding: 20px 48px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 15px 30px rgba(255, 122, 0, 0.3);
}

.cta-btn-xl:hover {
  transform: scale(1.05) translateY(-5px);
  background: #f07b1a;
  box-shadow: 0 20px 40px rgba(255, 122, 0, 0.4);
  color: #fff;
}

/* Midnight Anchor Footer */
.site-footer-midnight {
  background: linear-gradient(180deg, #111111 0%, #000000 100%);
  color: rgba(255, 255, 255, 0.6);
  padding: 100px 0 40px;
  position: relative;
  overflow: hidden;
}

.site-footer-midnight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
}

.footer-brand-glow {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand-glow-dot {
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--primary);
}

.footer-mission {
  font-size: 15px;
  line-height: 1.6;
  max-width: 300px;
  margin-bottom: 30px;
}

.footer-section-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  font-size: 15px;
  width: fit-content;
}

.footer-nav-link:hover {
  color: var(--primary);
  transform: translateX(5px);
}

.social-glass-row {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.social-glass-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.social-glass-icon:hover {
  background: var(--primary);
  transform: translateY(-5px) rotate(8deg);
  border-color: var(--primary);
  color: #fff;
}

.footer-contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.footer-contact-icon {
  font-size: 20px;
  color: var(--primary);
  margin-top: 2px;
}

.footer-contact-text {
  font-size: 15px;
}

.footer-bottom-bar {
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .cta-title { font-size: 32px; }
  .site-footer-midnight { padding: 60px 0 30px; }
  .footer-bottom-bar { justify-content: center; text-align: center; }
}

.testimonial-quote-icon {
  font-size: 32px;
  color: var(--primary);
  opacity: 0.2;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  margin-bottom: 24px;
  flex: 1;
}

.testimonial-rating {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  color: #ffb800;
  font-size: 14px;
}

.testimonial-author-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-info {
  display: flex;
  flex-direction: column;
}

.testimonial-name {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

.testimonial-status {
  font-size: 11px;
  color: #10b981;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Common Section Headers */
.section-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.section-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 700;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 40px;
  }
}

.section-copy {
  margin: 0;
  font-size: 15px;
  color: var(--muted-foreground);
  max-width: 100%;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Buttons */
.button-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: var(--radius-xl);
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  border: 1px solid transparent;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(255, 122, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(255, 122, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  background: linear-gradient(135deg, var(--accent) 0%, var(--primary) 100%);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Hero Section */
#hero {
  padding: 20px 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  #hero {
    padding: 40px 0;
  }
}

.hero-card {
  position: relative;
  min-height: 500px;
  border-radius: 40px;
  overflow: hidden;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 90vw;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .hero-card {
    min-height: 750px;
    padding: 80px;
  }
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: scale(1.05);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(10, 15, 26, 0.1) 0%, rgba(10, 15, 26, 0.95) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr 400px;
  }
}

.hero-copy-panel {
  text-align: left;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(45, 55, 72, 0.05);
  backdrop-filter: blur(8px);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  border: 1px solid rgba(45, 55, 72, 0.08);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.hero-card .eyebrow {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-title {
  font-size: clamp(1.7rem, 8.5vw, 4.5rem);
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 800;
  margin-bottom: 24px;
  color: #fff;
}

@media (min-width: 768px) {
  .hero-title {
    letter-spacing: -3px;
  }
}

.hero-title span {
  display: inline;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-copy {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 580px;
  line-height: 1.6;
}

/* Booking Panel */
.booking-panel {
  padding: 32px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.4);
}

.booking-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.booking-copy {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.4;
}

.field-grid-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 576px) {
  .field-grid-hero {
    grid-template-columns: 1fr 1fr;
  }
}

.field {
  display: flex;
  flex-direction: column;
  padding: 12px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.field:focus-within {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.1);
}

.field-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}

.field-input {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  width: 100%;
  padding: 0;
  font-family: inherit;
}

.field-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.field-input option {
  background: #1a202c;
  color: #fff;
}

/* Date Picker Reset */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.5;
  cursor: pointer;
}

.field-text {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

/* Scroll Row (Destinations) */
.scroll-row {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 40px 20px;
  margin: 0;
  width: 100%;
  max-width: 100vw !important;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scroll-row::-webkit-scrollbar {
  display: none;
}

/* Destination Grid & Pagination */
.destination-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  padding: 40px 0;
}

@media (min-width: 576px) {
  .destination-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .destination-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.destination-grid .destination-card {
  min-width: unset; /* Remove min-width to fit grid */
  width: 100%;
}

.pagination-controls {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.page-btn {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.page-btn:hover, .page-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.3);
}

.page-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* Base Card Styles */
.destination-card, .deal-card, .tour-card, .season-card {
  position: relative;
  width: 100%;
  max-width: 280px;
  height: 440px;
  border-radius: 32px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.destination-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.45);
  border-color: rgba(255, 122, 0, 0.2);
}

@media (min-width: 992px) {
  .destination-card, .deal-card, .tour-card, .season-card {
    min-width: 320px;
    height: 480px;
  }
}

.destination-card img, .deal-card img, .season-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.destination-card:hover img {
  transform: scale(1.1);
}

/* Search & Filter Bar */
.filter-container {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search-wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.search-input {
  width: 100%;
  padding: 16px 24px 16px 54px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.search-input:focus {
  outline: none;
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.1);
}

.search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
}

.category-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover, .filter-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 5px 15px rgba(255, 122, 0, 0.2);
}

/* Enquiry Form Section */
/* Premium Enquiry Section */
.enquiry-section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  border-radius: 48px;
  margin: 80px 0;
  background: #0f1115;
}

.enquiry-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.enquiry-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: saturate(0.5) brightness(0.8);
}

.enquiry-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0f1115 20%, rgba(15, 17, 21, 0.8) 50%, rgba(15, 17, 21, 0.4) 100%);
  z-index: 1;
}

.enquiry-content {
  position: relative;
  z-index: 2;
  padding-right: 40px;
}

.enquiry-content .hero-title {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 24px;
}

.enquiry-content .hero-title span {
  background: linear-gradient(135deg, var(--primary) 0%, #ff8c42 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.enquiry-benefit-list {
  list-style: none;
  padding: 0;
  margin: 32px 0;
}

.enquiry-benefit-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.enquiry-benefit-item iconify-icon {
  font-size: 24px;
  color: var(--primary);
  flex-shrink: 0;
}

.trust-badge-mini {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 10px;
}

/* Form Card Upgrade */
.enquiry-form-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  padding: 48px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

.enquiry-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
  text-align: left;
}

.enquiry-subtitle {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 32px;
  font-size: 14px;
}

.form-group { margin-bottom: 20px; }

.form-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
}

.form-control {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px 20px;
  color: #fff;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-control:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(255, 107, 1, 0.15);
  outline: none;
}

.form-control::placeholder { color: rgba(255, 255, 255, 0.2); }

.enquiry-btn {
  background: linear-gradient(135deg, var(--primary) 0%, #ff8c42 100%);
  border: none;
  border-radius: 16px;
  padding: 18px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  margin-top: 12px;
  box-shadow: 0 10px 30px rgba(255, 107, 1, 0.3);
  transition: all 0.3s ease;
}

.enquiry-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(255, 107, 1, 0.4);
}

/* Modal Styles */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-content {
  background: #0f1115;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  width: 100%;
  max-width: 500px;
  position: relative;
  overflow: hidden;
  padding: 40px;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}

.close-modal:hover {
  opacity: 1;
}

.card-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(22, 32, 51, 0.4) 70%,
    rgba(22, 32, 51, 0.9) 100%
  );
  z-index: 1;
  transition: opacity 0.5s ease;
}

.destination-overlay {
  position: absolute;
  inset: 12px;
  top: auto;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 2;
  transform: translateY(10px);
  opacity: 0.9;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  margin-bottom: 6px;
}

.destination-card:hover .reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.delay-100 { transition-delay: 0.1s; }
.delay-200 { transition-delay: 0.2s; }
.delay-300 { transition-delay: 0.3s; }
.delay-400 { transition-delay: 0.4s; }
.delay-500 { transition-delay: 0.5s; }
.destination-card:hover .destination-overlay {
  transform: translateY(0);
  opacity: 1;
  background: rgba(15, 20, 38, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.card-tag {
  display: inline-flex;
  padding: 6px 12px;
  background: rgba(255, 122, 0, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 122, 0, 0.3);
  color: var(--primary);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 99px;
  margin-bottom: 14px;
}

.destination-name {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.destination-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin: 0 0 20px;
}

/* Button Row Enhancement */
.card-actions {
  display: flex;
  gap: 10px;
  width: 100%;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}

.action-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
  color: #fff;
}

.action-btn.whatsapp:hover {
  color: #25d366;
  border-color: rgba(37, 211, 102, 0.5);
}

.action-btn.phone:hover {
  color: var(--primary);
  border-color: rgba(255, 122, 0, 0.5);
}

.enquire-link {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--primary);
  color: #fff;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.2);
}

.enquire-link:hover {
  background: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 122, 0, 0.3);
  color: #fff;
}

/* International Tours Section */
.intl-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 
    0 4px 6px -1px rgba(0, 0, 0, 0.02),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.intl-card:hover {
  transform: translateY(-15px) scale(1.02) rotateX(2deg) rotateY(-1deg);
  background: #fff;
  box-shadow: 
    0 20px 40px -15px rgba(0, 0, 0, 0.1),
    0 30px 60px -20px rgba(0, 0, 0, 0.05),
    0 0 40px rgba(255, 122, 0, 0.1);
  border-color: rgba(255, 122, 0, 0.2);
}

.intl-image-wrap {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.intl-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.intl-card:hover .intl-image-wrap img {
  transform: scale(1.1);
}

/* Sri Lanka Split Mode */
.intl-image-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.intl-badge-light {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  color: #1a1a1a;
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 800;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.02em;
}

.intl-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.intl-duration {
  font-size: 13px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  opacity: 0.9;
}

.intl-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}

.intl-copy {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 28px;
}

.intl-icon-row {
  display: flex;
  gap: 20px;
  margin-top: auto;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.intl-action-icon {
  color: #888;
  font-size: 20px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
}

.intl-action-icon:hover {
  color: var(--primary);
  background: rgba(255, 122, 0, 0.1);
  transform: translateY(-3px);
}

.intl-details-link {
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  padding: 10px;
  border-radius: 12px;
}

.intl-details-link:hover {
  color: var(--primary);
  background: rgba(255, 122, 0, 0.05);
}

/* Year-Round Destinations Section (Refined) */
.seasonal-section {
  padding: 100px 0;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.seasonal-section .section-title {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 60px;
  color: var(--foreground);
}

.seasonal-section .section-title span {
  display: inline;
}

.yr-card {
  position: relative;
  height: 420px;
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.yr-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.yr-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.yr-card:hover .yr-bg {
  transform: scale(1.1);
}

.yr-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 8px 16px;
  border-radius: 99px;
  font-size: 11px;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.yr-overlay {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(15, 20, 38, 0.4);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  padding: 24px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 3;
}

.yr-content-top {
  margin-bottom: 20px;
}

.yr-title {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  letter-spacing: -0.01em;
}

.yr-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
}

.yr-action-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.yr-icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.yr-icon-btn:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-3px);
  color: #fff;
}

.yr-btn-enquiry {
  flex: 1;
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.yr-btn-enquiry:hover {
  background: #e66e00;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.3);
  color: #fff;
}
.package-card {
  background: rgba(22, 32, 51, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.package-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 122, 0, 0.3);
}

.package-img-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.package-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.package-card:hover .package-img-wrap img {
  transform: scale(1.1);
}

.package-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--primary);
  color: #fff;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}

.package-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.package-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
    letter-spacing: -0.01em;
}

/* Service Icons */
.package-inclusions {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}

.inclusion-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.5);
}

.inclusion-item iconify-icon {
  font-size: 18px;
  color: var(--primary);
}

.inclusion-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.package-price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: auto;
  margin-bottom: 20px;
}

.price-val {
  font-size: 24px;
  font-weight: 800;
  color: var(--primary);
}

.price-sub {
  font-size: 13px;
  color: var(--muted-foreground);
}

/* Quad Actions */
.package-actions {
  display: grid;
  grid-template-columns: 44px 44px 1fr;
  gap: 10px;
  align-items: center;
}

.pkg-icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  color: var(--foreground);
  transition: all 0.3s ease;
  background: var(--background);
}

.pkg-icon-btn:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  transform: translateY(-3px);
}

.pkg-main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  background: var(--primary);
  color: #fff;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pkg-main-btn:hover {
  background: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.2);
  color: #fff;
}

.pkg-details-link {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted-foreground);
  text-decoration: none;
  margin-top: 10px;
  transition: color 0.2s ease;
}

.pkg-details-link:hover {
  color: var(--primary);
}

@media (min-width: 576px) {
  .deals-grid, .season-grid, .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .deals-grid, .season-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Footer */
#site-footer {
  padding: 40px 0;
}

.footer-shell {
  padding: 40px;
  border-radius: 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}

@media (min-width: 1200px) {
    .footer-grid {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
    }
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-link {
  color: var(--muted-foreground);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: var(--primary);
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: var(--muted-foreground);
}

/* New Tour Package V2 Styles */
.package-v2-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.package-v2-card {
  background: rgba(22, 32, 51, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.package-v2-card:hover {
  transform: translateY(-10px);
  border-color: var(--primary);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.package-v2-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.package-v2-body {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.package-v2-category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 8px;
}

.package-v2-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #fff;
  line-height: 1.3;
}

.package-v2-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}

.package-v2-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.package-v2-price {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.package-v2-price-val {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

.package-v2-price-sub {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}

/* ===== Featured Tour Packages — Premium Redesign ===== */
.feat-pkg-stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feat-pkg-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 122, 0, 0.15);
  background: rgba(15, 20, 38, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
  min-height: 280px;
}

.feat-pkg-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 122, 0, 0.25);
}

/* Reversed card — content left, image right */
.feat-pkg-card--reverse {
  direction: rtl;
}
.feat-pkg-card--reverse > * {
  direction: ltr;
}

/* Image half */
.feat-pkg-img-wrap {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  max-height: 400px;
}

.feat-pkg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.feat-pkg-card:hover .feat-pkg-img {
  transform: scale(1.08);
}

.feat-pkg-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.45) 0%, transparent 60%);
}

/* Price pill — floating bottom-left on image */
.feat-pkg-price-pill {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  padding: 10px 22px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  z-index: 3;
}

.feat-pkg-price-amt {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.feat-pkg-price-lbl {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  font-weight: 500;
}

/* Duration badge — top right on image */
.feat-pkg-duration-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: var(--primary);
  color: #fff;
  padding: 7px 16px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 3;
  box-shadow: 0 6px 20px rgba(255, 122, 0, 0.4);
}

/* Content / body half */
.feat-pkg-body {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.feat-pkg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

.feat-pkg-title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.feat-pkg-location {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 12px;
}

.feat-pkg-desc {
  font-size: 14.5px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Inclusions row */
.feat-pkg-inclusions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.feat-pkg-incl-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 4px 10px;
  border-radius: 99px;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.feat-pkg-incl-item:hover {
  background: rgba(255,122,0,0.12);
  border-color: rgba(255,122,0,0.3);
  color: #fff;
}

.feat-pkg-incl-item iconify-icon {
  font-size: 13px;
  color: var(--primary);
}

/* Actions */
.feat-pkg-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feat-pkg-icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.feat-pkg-icon-btn:hover {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.3);
  color: #fff;
  transform: translateY(-4px);
}

.feat-pkg-wa:hover {
  background: rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.4);
}

.feat-pkg-main-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px;
  background: var(--primary);
  color: #fff;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 8px 24px rgba(255, 122, 0, 0.3);
}

.feat-pkg-main-btn:hover {
  background: #d96a00;
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(255, 122, 0, 0.45);
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .feat-pkg-card,
  .feat-pkg-card--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .feat-pkg-card--reverse > * {
    direction: ltr;
  }
  .feat-pkg-img-wrap {
    min-height: 280px;
    max-height: 350px;
  }
  .feat-pkg-body {
    padding: 32px 28px;
  }
  .feat-pkg-title {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .feat-pkg-body {
    padding: 16px 16px;
  }
  .feat-pkg-title {
    font-size: 18px;
  }
  .feat-pkg-actions {
    flex-wrap: wrap;
  }
  .feat-pkg-main-btn {
    width: 100%;
  }
}


/* Gallery Section */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}

.gallery-item {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

/* Blog/Travel Stories */
.blog-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}

.blog-card:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-10px);
  border-color: rgba(255, 122, 0, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.blog-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-card:hover .blog-img {
  transform: scale(1.05);
}

.blog-body {
  padding: 30px;
}

.blog-date {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary);
  margin-bottom: 12px;
}

.blog-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.blog-excerpt {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin-bottom: 24px;
}

/* Footer Enhancements */
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.footer-contact-icon {
  color: var(--primary);
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-text {
  line-height: 1.5;
}

.social-glass-row {
  display: flex;
  gap: 12px;
}

.social-glass-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: white;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-glass-icon:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #000;
  transform: translateY(-3px) rotate(8deg);
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 85%;
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.close-lightbox, .prev-lightbox, .next-lightbox {
  position: absolute;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  user-select: none;
  z-index: 10000;
}

.close-lightbox {
  top: 30px;
  right: 40px;
}

.prev-lightbox {
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.next-lightbox {
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.close-lightbox:hover, .prev-lightbox:hover, .next-lightbox:hover {
  color: var(--primary);
}

@media (max-width: 768px) {
  .prev-lightbox, .next-lightbox {
    font-size: 24px;
    bottom: 40px;
    top: auto;
    transform: none;
  }
  .prev-lightbox { left: 30%; }
  .next-lightbox { right: 30%; }
}

.gallery-item {
  cursor: pointer;
}
