.elementor-13 .elementor-element.elementor-element-91448d4{padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-13 .elementor-element.elementor-element-0d826c5{padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-13 .elementor-element.elementor-element-449189f{width:100%;max-width:100%;}.elementor-13 .elementor-element.elementor-element-33c9a60{width:100%;max-width:100%;}.elementor-13 .elementor-element.elementor-element-021a3e7{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-91448d4 *//* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #f6f5f0;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

/* Hero Section Base Wrapper */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* Replace 'background-image.jpg' with your mountain image path */
  background: linear-gradient(
      180deg, 
      rgba(15, 28, 43, 0.6) 0%, 
      rgba(15, 28, 43, 0.8) 100%
    ), 
    url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
  padding: 80px 20px 40px 20px;
}

/* Central Hero Content */
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 650px;
  margin: auto;
}

/* Badge Top Pill */
.location-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.825rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}

/* Typography Header */
.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.highlight-text {
  color: #38bdf8;
}

.hero-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #cbd5e1;
  font-weight: 400;
  max-width: 520px;
  margin-bottom: 32px;
}

/* Action Buttons */
.button-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.btn-primary {
  background-color: #0891b2;
  color: #ffffff;
  border: 1px solid transparent;
}

.btn-primary:hover {
  background-color: #0e7490;
  transform: translateY(-1px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Features Bottom Grid */
.features-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
}

.feature-card {
  background-color: #ffffff;
  color: #1e293b;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.icon-wrapper {
  background-color: #e0f2fe;
  color: #0284c7;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-card span {
  font-size: 0.825rem;
  font-weight: 600;
  line-height: 1.3;
}

/* Device Responsive Breakpoints */
@media (max-width: 1024px) {
  .features-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hero-section {
    padding: 60px 16px 24px 16px;
  }

  .hero-title {
    font-size: 2.3rem;
  }

  .hero-description {
    font-size: 0.925rem;
  }

  .features-bar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .button-group {
    width: 100%;
    flex-direction: column;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d826c5 *//* Base Resets */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #f7f6f1;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
}

/* Section Layout */
.destinations-section {
  padding: 80px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

/* Section Header Typography */
.section-header {
  margin-bottom: 48px;
}

.sub-heading {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #10b981;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.main-heading {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

/* Card Grid Layout */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Individual Destination Card */
.destination-card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.destination-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.08);
}

/* Image Container & Badge Styling */
.card-image-wrapper {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  color: #0f172a;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
}

/* Card Body Content */
.card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.card-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
  font-weight: 400;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .destinations-section {
    padding: 48px 16px;
  }

  .main-heading {
    font-size: 1.75rem;
  }

  .desktop-only {
    display: none;
  }

  .cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card-image-wrapper {
    height: 210px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-449189f *//* Base Resets */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #031b34;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

/* Section Layout */
.itinerary-section {
  width: 100%;
  padding: 80px 24px;
  display: flex;
  justify-content: center;
  background-color: #031b34;
}

.container {
  max-width: 1140px;
  width: 100%;
}

/* Section Header Typography */
.section-header {
  margin-bottom: 48px;
}

.sub-heading {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #2dd4bf;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.main-heading {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

/* Grid Layout */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Itinerary Card Styling */
.itinerary-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.itinerary-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
}

/* Card Content Typography */
.day-tag {
  font-size: 0.75rem;
  font-weight: 600;
  color: #2dd4bf;
  letter-spacing: 1px;
  margin-bottom: 16px;
  display: inline-block;
}

.card-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.3;
}

.card-description {
  font-size: 0.875rem;
  color: #94a3b8;
  line-height: 1.6;
  font-weight: 400;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .itinerary-section {
    padding: 48px 16px;
  }

  .main-heading {
    font-size: 1.75rem;
  }

  .cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .itinerary-card {
    padding: 24px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33c9a60 *//* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #f8f6f0;
  color: #1a202c;
  -webkit-font-smoothing: antialiased;
}

/* Container */
.package-section {
  width: 100%;
  padding: 80px 20px 60px 20px;
  display: flex;
  justify-content: center;
}

.container {
  max-width: 960px;
  width: 100%;
}

/* Card Wrapper */
.package-card {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  margin-bottom: 60px;
}

/* Left Content Details */
.card-details {
  padding: 48px 40px;
}

.package-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #0d9488;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
}

.package-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 12px;
}

.package-description {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 24px;
}

/* Pricing */
.price-container {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
}

.price {
  font-size: 2.25rem;
  font-weight: 800;
  color: #0f172a;
}

.price-unit {
  font-size: 0.875rem;
  color: #64748b;
  font-weight: 500;
}

/* Features List */
.features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.features-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.825rem;
  color: #334155;
  font-weight: 500;
}

.check-icon {
  color: #0d9488;
  flex-shrink: 0;
}

/* Buttons */
.action-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-primary {
  background-color: #0f2338;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #1e3a5f;
}

.btn-secondary {
  background-color: transparent;
  color: #0f172a;
  border: 1px solid #cbd5e1;
}

.btn-secondary:hover {
  background-color: #f1f5f9;
}

/* Right Card Image */
.card-image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Social Proof Section */
.social-proof-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #e2e8f0;
  padding-top: 32px;
}

.proof-text h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
}

.proof-text p {
  font-size: 0.85rem;
  color: #64748b;
}

.proof-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.rating-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stars {
  color: #0d9488;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.rating-text, .groups-box {
  font-size: 0.8rem;
  color: #64748b;
}

.rating-text strong, .groups-box strong {
  color: #0f172a;
}

.groups-box {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Responsive Styles */
@media (max-width: 868px) {
  .package-card {
    grid-template-columns: 1fr;
  }

  .card-image-container {
    height: 300px;
    order: -1;
  }

  .social-proof-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .proof-stats {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .card-details {
    padding: 28px 20px;
  }

  .package-title {
    font-size: 1.5rem;
  }

  .action-buttons {
    flex-direction: column;
    width: 100%;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-021a3e7 *//* Base Resets */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Footer Section Outer Styling */
.footer-section {
  background-color: #021a32;
  color: #94a3b8;
  padding: 64px 24px 32px 24px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.container {
  max-width: 1140px;
  width: 100%;
}

/* Footer Grid Layout */
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}

/* Brand Column */
.brand-logo {
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 16px;
}

.brand-logo span {
  color: #2dd4bf;
}

.brand-desc {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #94a3b8;
  max-width: 320px;
}

/* Section Column Titles */
.col-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

/* Contact List */
.contact-list,
.nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  color: #cbd5e1;
}

.contact-list svg {
  color: #2dd4bf;
  flex-shrink: 0;
}

.contact-list a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-list a:hover {
  color: #ffffff;
}

/* Quick Links */
.nav-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.nav-links a:hover {
  color: #2dd4bf;
}

/* Footer Bottom Bar */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #64748b;
}

.copyright {
  color: #64748b;
}

.legal-links {
  display: flex;
  gap: 20px;
}

.legal-links a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.legal-links a:hover {
  color: #cbd5e1;
}

/* Responsive Media Queries */
@media (max-width: 868px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .brand-col {
    grid-column: span 2;
  }
}

@media (max-width: 576px) {
  .footer-section {
    padding: 48px 20px 24px 20px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .brand-col {
    grid-column: span 1;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}/* End custom CSS */