* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: #2d2630;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  background: #ffffff;
  color: #2d2630;
  font-size: 13px;
  border-bottom: 1px solid #f0e3e8;
}

.topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.topbar-contact,
.topbar-social {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.topbar-contact a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #70666d;
  font-weight: 700;
}

.topbar-contact i {
  min-width: 26px;
  height: 26px;
  padding: 0 8px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0786c9;
  background: #eef9fd;
  font-size: 13px;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.topbar-contact a:hover {
  color: #0786c9;
}

.topbar-contact a:hover i {
  color: #ffffff;
  background: #0786c9;
  transform: translateY(-2px);
}

.topbar-social {
  gap: 8px;
}

.topbar-social a {
  min-width: 26px;
  height: 26px;
  padding: 0 8px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0786c9;
  background: #eef9fd;
  font-size: 13px;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.topbar-social a:hover {
  color: #ffffff;
  background: #0786c9;
  transform: translateY(-2px);
}

.topbar-social .instagram-highlight {
  width: auto;
  display: inline-flex;
  gap: 7px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #ef1f57, #f77737);
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #f0e3e8;
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 34px rgba(26, 6, 16, 0.06);
}

.navbar-brand {
  margin: 0;
}

.navbar-collapse {
  align-items: center;
}

.navbar-toggler {
  border: 1px solid #f0e3e8;
  border-radius: 8px;
  padding: 8px 10px;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(7, 134, 201, 0.18);
}

.nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-inline: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 380px;
  height: auto;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #1a0610;
}

.brand small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #0786c9;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #302832;
  font-size: 14px;
  font-weight: 700;
}

.nav-links .nav-link {
  padding: 11px 18px;
  border: 1px solid rgba(7, 134, 201, 0.18);
  border-radius: 8px;
  color: inherit;
  background: linear-gradient(180deg, #ffffff 0%, #eef9fd 100%);
  box-shadow: 0 8px 18px rgba(7, 134, 201, 0.08);
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.nav-links a:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #519bb3 0%, #0786c9 48%, #055276 100%);
  box-shadow: 0 10px 22px rgba(7, 134, 201, 0.18);
  transform: translateY(-2px);
}

.nav-cta,
.btn,
.contact-form button {
  border: 0;
  border-radius: 999px;
     background: linear-gradient(135deg, #519bb3 0%, #0786c9 48%, #055276 100%);
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(7, 134, 201, 0.24);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  font-size: 14px;
  white-space: nowrap;
}

.feedback-tab {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 40;
  padding: 12px 9px;
  border-radius: 8px 0 0 8px;
  color: #ffffff;
  background: linear-gradient(135deg, #0786c9, #055276);
  font-size: 13px;
  font-weight: 800;
  writing-mode: vertical-rl;
  box-shadow: 0 12px 24px rgba(26, 6, 16, 0.18);
}

.hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: #1a0610;
}

.hero-slider,
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-slider {
  z-index: 1;
}

.hero-slide {
  opacity: 0;
  transform: scale(1.08);
  background-position: center;
  background-size: cover;
  transition: opacity 1.25s ease, transform 5.2s ease;
  will-change: opacity, transform;
}

.slide-dubai {
  background-image: url("img/dubai-hero.webp");
}

.slide-europe {
  background-image: url("img/europe-hero.jpg");
}

.slide-vietnam {
  background-image: url("img/vietnam-hero.jpg");
}

.slide-srilanka {
  background-image: url("img/shri-lanka-night.webp");
}

.slide-india {
  background-image: url("img/india-hero.jpg");
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(26, 6, 16, 0.88), rgba(26, 6, 16, 0.44), rgba(26, 6, 16, 0.18)),
    linear-gradient(0deg, rgba(26, 6, 16, 0.28), rgba(26, 6, 16, 0.28));
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 90px 0 160px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #2ba5cf !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(46px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.hero-text {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.slider-dots {
  position: absolute;
  left: max(20px, calc((100vw - 1180px) / 2));
  bottom: 118px;
  z-index: 4;
  display: flex;
  gap: 9px;
}

.slider-dots button {
  width: 28px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  cursor: pointer;
  transition: width 0.35s ease, background 0.35s ease;
}

.slider-dots button.is-active {
  width: 42px;
  background: #bfefff;
}

.hero-arrows {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.hero-arrows button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 34px;
  line-height: 1;
  backdrop-filter: blur(12px);
  pointer-events: auto;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.hero-arrows button:hover {
  background: linear-gradient(135deg, #0786c9, #055276);
  transform: translateY(-2px);
}

.hero-stats {
  position: absolute;
 left: max(20px, calc((100vw - 1295px) / 2));
  bottom: 44px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.hero-stats div {
  min-width: 126px;
  padding: 14px 16px;
  background: rgba(26, 6, 16, 0.22);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  color: #ffffff;
  font-size: 23px;
}

.hero-stats span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 46px;
  margin-top: 6px;
  border: 1px solid #f0e3e8;
  border-radius: 8px;
  padding: 0 14px;
  color: #2d2630;
  background: #ffffff;
  font: inherit;
}

.section {
  padding: 70px 0;
}

.section-head {
  max-width: 700px;
  margin-bottom: 34px;
}

.section-head.inline {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.section-head h2,
.video-content h2,
.contact h2 {
  margin: 0;
  color: #1a0610;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
}

.section-head a,
.presence a {
  color: #0786c9;
  font-weight: 800;
}

.why-grid,
.service-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.why-grid > div,
.service-grid > div,
.testimonial-grid > div,
.presence-grid > div,
.contact-form {
  border: 1px solid #f0e3e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(26, 6, 16, 0.07);
}

.why-grid > div {
  padding: 26px;
}

.why-grid > div:nth-child(1) {
  background: #eef9fd;
  border-color: #cdeefa;
}

.why-grid > div:nth-child(2) {
  background: #ffffff;
  border-color: #d9edf5;
}

.why-grid > div:nth-child(3) {
  background: #f4fff8;
  border-color: #ccefdc;
}

.why-grid > div:nth-child(4) {
  background: #fff9e8;
  border-color: #f7e5b3;
}

.why-grid > div:nth-child(5) {
  background: #f3f0ff;
  border-color: #ddd3ff;
}

.why-grid > div:nth-child(6) {
  background: #f8fff0;
  border-color: #c8edd9;
}

.why-grid > div:nth-child(7) {
  background: #fff1ed;
  border-color: #f5cfc4;
}

.why-grid > div:nth-child(8) {
  background: #edf7ff;
  border-color: #c8e6fb;
}

.why-grid span,
.service-grid span {
  color: #f03030;
  font-weight: 800;
}

h3 {
  margin: 12px 0 9px;
  color: #1a0610;
}

p {
  line-height: 1.7;
  font-size: 15px;
} 

.why-grid p,
.service-grid p,
.testimonial-grid p,
.about p,
.presence p,
.contact p,
.footer p {
  color: #70666d;
}

.destination-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr 1fr;
  grid-auto-rows: 240px;
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(26, 6, 16, 0.14);
}

.destination-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  color: #ffffff;
  background: #0786c9;
}

.destination-intro .eyebrow,
.destination-intro h3,
.destination-intro p {
  color: #ffffff;
} 

.destination-intro h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.05;
}

.destination-intro a {
  width: fit-content;
  margin-top: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #bfefff 0%, #0786c9 48%, #055276 100%);
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(7, 134, 201, 0.24);
} 

.destination-card {
  position: relative;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  box-shadow: none;
  isolation: isolate;
  transition: transform 0.35s ease;
}

.destination-dubai {
  background-image: url("img/dubai-hero.webp");
}

.destination-europe {
  background-image: url("img/europe-hero .webp");
}

.destination-vietnam {
  background-image: url("img/Vietnam2.webp");
}

.destination-srilanka {
  background-image: url("img/srilanka-hero.jpg");
}

.destination-india {
  background-image: url("img/india-hero.jpg");
}

.destination-london {
  background-image: url("img/london.webp");
}

.destination-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 6, 16, 0.08), rgba(26, 6, 16, 0.82));
  z-index: -1;
}

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

.destination-card.large {
  grid-row: span 2;
}

.destination-card div {
  position: relative;
  padding: 24px;
}

.destination-card h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 28px;
}

.destination-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.rating {
  display: inline-block;
  margin-bottom: 8px;
  color: #ffc02e;
  font-size: 12px;
}

.packages {
  background: #ffffff;
}

.package-head {
  max-width: 760px;
  margin-inline: 0;
  text-align: left;
}

.package-head p:last-child {
  margin: 14px 0 0;
  color: #70666d;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.package-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #f0e3e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(26, 6, 16, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(26, 6, 16, 0.16);
}

.package-card img {
  height: 235px;
  object-fit: cover;
}

.package-card button {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  color: #ffffff;
  background: rgba(26, 6, 16, 0.26);
  font-size: 20px;
  backdrop-filter: blur(12px);
}



.package-card div {
  padding: 22px;
  text-align: left;
}

.package-card h3,
.package-card p {
  text-align: left;
}

.package-card span {
  display: inline-block;
  margin-bottom: 10px;
  color: #0786c9;
  font-weight: 800;
}

.package-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.25;
}

.package-card p {
  margin: 0 0 18px;
  color: #70666d;
}

.package-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  color: #ffffff;
  background: #ef1f57;
  font-weight: 800;
}

.video-strip {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  background: url("assets/img/videoplayback.mp4") center/cover fixed;
}

.video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-shade {
  position: absolute;
  inset: 0;
  background: rgba(26, 6, 16, 0.58);
}

.video-content {
  position: relative;
  z-index: 1;
}

.video-content h2 {
  color: #ffffff;
}

.services {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(7, 134, 201, 0.10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #eef9fd 100%);
}

.services-head {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 34px;
  align-items: end;
}

.services-head > p {
  margin: 0;
  color: #70666d;
}

.service-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-grid > div {
  position: relative;
  min-height: 230px;
  padding: 28px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-grid > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0786c9, #bfefff, #ffc02e);
}

.service-grid > div::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(242, 38, 89, 0.10);
}

.service-grid > div:hover {
  transform: translateY(-8px);
  border-color: rgba(242, 38, 89, 0.24);
  box-shadow: 0 22px 45px rgba(26, 6, 16, 0.13);
}

.service-grid .featured-service {
  grid-column: span 2;
}

.service-grid .featured-service::after {
  background: rgba(255, 255, 255, 0.14);
}

.service-grid > div:nth-child(1) {
  background: #eef9fd;
  border-color: #cdeefa;
}

.service-grid > div:nth-child(2) {
  background: #ffffff;
  border-color: #d9edf5;
}

.service-grid > div:nth-child(3) {
  background: #f4fff8;
  border-color: #ccefdc;
}

.service-grid > div:nth-child(4) {
  background: #fff9e8;
  border-color: #f7e5b3;
}

.service-grid > div:nth-child(5) {
  background: #f3f0ff;
  border-color: #ddd3ff;
}

.service-grid > div:nth-child(6) {
  background: #f8fff0;
  border-color: #c8edd9;
}

.service-grid > div:nth-child(7) {
  background: #fff1ed;
  border-color: #f5cfc4;
}

.service-grid span {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #0786c9;
  background: #eef9fd;
  font-size: 14px;
  box-shadow: inset 0 0 0 1px rgba(7, 134, 201, 0.14);
}

.featured-service span {
  color: #1a0610;
  background: #ffc02e;
}

.service-grid h3 {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  font-size: 20px;
  line-height: 1.25;
}

.service-grid p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.about {
  background: #ffffff;
}

.about-grid,
.contact-grid,
.presence-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.about-image img {
  height: 495px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(26, 6, 16, 0.14);
}

.director {
  display: grid;
  gap: 4px;
  max-width: 640px;
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 4px solid #0786c9;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(26, 6, 16, 0.07);
}

.director span {
  color: #70666d;
  font-weight: 700;
}

.director strong,
.director h3 {
  color: #1a0610;
  font-size: 20px;
}

.director h3 {
  margin: 0;
}

.director p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

.presence-grid {
  align-items: stretch;
}

.presence-grid > div {
  padding: 28px;
}

.office-card {
  color: #ffffff;
  background: linear-gradient(135deg, #1a0610, #4a1024) !important;
}

.office-card h3,
.office-card p {
  color: #ffffff;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.chips span {
  padding: 10px 14px;
  border-radius: 999px;
  color: #1a0610;
  background: #eef9fd;
  font-weight: 800;
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.testimonial-grid > div {
  padding: 26px;
}

.testimonial-grid p {
  margin-top: 0;
  font-size: 17px;
}

.guide-cta {
  padding: 42px 0;
  color: #ffffff;
  background: linear-gradient(90deg, #cf3f63, #0786c9);
}

.guide-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.guide-inner h2 {
  margin: 0;
  font-size: clamp(26px, 4vw, 38px);
}

.guide-inner a,
.ribbon-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  /*padding: 0 18px;*/
  border-radius: 999px;
  color: #ffffff;
background: linear-gradient(135deg, #16a8d8 0%, #0786c9 48%, #055276 100%);
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(7, 134, 201, 0.24);
  max-width: 125px;
}

.instagram-follow {
  gap: 9px;
  background: linear-gradient(135deg, #ef1f57, #f77737) !important;
}

.travel-ribbon {
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: 1.05fr repeat(5, 1fr);
  min-height: 220px;
  overflow: hidden;
  background: #1a0610;
  box-shadow: 0 24px 60px rgba(26, 6, 16, 0.16);
}

.ribbon-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(26, 6, 16, 0.98), rgba(74, 16, 36, 0.94));
}

.ribbon-card strong {
  font-size: 26px;
  line-height: 1.15;
}

.ribbon-card span {
  margin: 6px 0 18px;
  color: rgba(255, 255, 255, 0.74);
}

.travel-ribbon img {
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  filter: saturate(0.95) contrast(0.98);
  transition: transform 0.45s ease, filter 0.45s ease;
}

.travel-ribbon img:hover {
  transform: scale(1.06);
  filter: saturate(1.12) contrast(1.04);
}

.contact {
  position: relative;
  margin-top: -42px;
  padding-top: 128px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(26, 6, 16, 0.96), rgba(59, 7, 24, 0.98)),
    url("img/dubai-night.jpg") center/cover;
  color: #ffffff;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(26, 6, 16, 0.10), rgba(242, 38, 89, 0.10)),
    linear-gradient(180deg, rgba(26, 6, 16, 0), rgba(26, 6, 16, 0.24));
  pointer-events: none;
}

.contact-grid {
  position: relative;
  z-index: 1;
}

.contact-copy {
  max-width: 620px;
}

.contact h2 {
    color: #ffffff;
    max-width: 620px;
    font-size: 48px;
    line-height: 1.5;
    font-weight:700; 
}

.contact p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.contact-list a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 800;
  transition: color 0.22s ease, transform 0.22s ease;
}

.contact-list a:hover {
  color: #ffc02e;
  transform: translateX(4px);
}

.contact-list span {
  min-width: 66px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #ffc02e;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.contact-form {
  padding: 34px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.20);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-height: 56px;
  margin: 0 0 16px;
  border-color: #f1dce3;
  border-radius: 8px;
  background: #fff;
}

.contact-form textarea {
  min-height: 150px;
  padding-top: 14px;
  resize: vertical;
}

.contact-form button {
  width: 100%;
  min-height: 58px;
  box-shadow: 0 18px 34px rgba(7, 134, 201, 0.28);
}

.footer {
  position: relative;
  padding: 72px 0 0;
  color: rgba(255, 255, 255, 0.86);
  background: #16040c;
  border-top: 4px solid #ef1f57;
}

.footer .footer-container,
.footer-bottom .container {
  max-width: none;
  padding-inline: 0;
}

.footer h3 {
  color: #ffffff;
  margin: 0 0 34px;
  font-size: 23px;
  line-height: 1.1;
  position: relative;
}

.footer h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 64px;
  height: 2px;
  background: #ef1f57;
}

.footer .brand-logo {
  width: 300px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.footer-brand {
  margin-bottom: 24px;
}

.footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.75;
}

.footer-about p {
  max-width: 340px;
  font-weight: 700;
}

.footer-brand-details {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.footer-brand-details p {
  max-width: 420px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.footer-brand-details strong {
  color: #ffffff;
}

.footer-social {
  display: flex;
  gap: 18px;
  margin-top: 34px;
}

.footer-social a,
.back-to-top {
  display: grid;
  place-items: center;
  color: #ffffff;
}

.footer-social a {
  width: 20px;
  height: 20px;
  font-size: 17px;
  transition: color 0.22s ease, transform 0.22s ease;
}

.footer-social .instagram-highlight {
    width: auto;
    height: 25px;
    display: inline-flex;
    gap: 8px;
    padding: 0px 10px;
    border-radius: 30px;
    color: #ffffff;
    background: linear-gradient(135deg, #ef1f57, #f77737);
    font-size: 13px;
    font-weight: 700;
 } 

.footer-social .instagram-highlight:hover {
  color: #ffffff;
}

.footer-social a:hover,
.footer-links a:hover,
.footer-contact a:hover {
  color: #4fc3f7;
}

.footer-social a:hover {
  transform: translateY(-2px);
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 16px;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  font-weight: 700;
  transition: color 0.22s ease, transform 0.22s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  transform: translateX(4px);
}

.footer-contact p,
.footer-contact a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact i {
  flex: 0 0 auto;
  margin-top: 5px;
  color: #ffffff;
}

.footer-bottom {
  margin-top: 64px;
  padding: 25px 0;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 700;
}

.footer-bottom .d-flex {
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.back-to-top {
  position: fixed;
  right: 26px;
  bottom: 24px;
  z-index: 45;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background: #ef1f57;
  font-size: 30px;
  box-shadow: 0 16px 34px rgba(239, 31, 87, 0.34);
  transition: transform 0.22s ease, background 0.22s ease;
}

.whatsapp-float {
  position: fixed;
  right: 26px;
  bottom: 90px;
  z-index: 45;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #25d366;
  font-size: 28px;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.34);
  transition: transform 0.22s ease, background 0.22s ease;
}

.whatsapp-float:hover {
  color: #ffffff;
  background: #1ebc59;
  transform: translateY(-4px);
}

.back-to-top:hover {
  color: #ffffff;
  background: #0786c9;
  transform: translateY(-4px);
}

@media (max-width: 1080px) {
  .why-grid,
  .service-grid,
  .package-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .destination-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .destination-intro,
  .destination-card.large {
    grid-row: span 1;
  }

  .travel-ribbon {
    width: min(100% - 40px, 940px);
    grid-template-columns: repeat(3, 1fr);
  }

  .ribbon-card {
    grid-column: span 3;
  }

}

@media (max-width: 991.98px) {
  .nav-inner {
    min-height: 70px;
    padding-inline: 12px;
  }

  .navbar-collapse {
    width: 100%;
    margin-top: 14px;
    padding: 16px;
    border: 1px solid #f0e3e8;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(26, 6, 16, 0.10);
  }

  .nav-links {
    align-items: stretch;
    gap: 0;
  }

  .nav-links .nav-link {
    padding: 12px 10px;
    border-radius: 8px;
  }

  .nav-cta {
    width: 100%;
    margin-top: 12px;
    justify-content: center;
    text-align: center;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding-top: 86px;
  }

  .about-grid,
  .contact-grid,
  .presence-grid {
    grid-template-columns: 1fr;
  }

  .contact {
    margin-top: 56px;
    padding-top: 86px;
  }

  .contact-copy {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .topbar-inner,
  .section-head.inline,
  .guide-inner,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    padding: 70px 0 320px;
  }

  .hero-arrows {
    display: none;
  }

  .hero-stats {
    left: 14px;
    right: 14px;
    bottom: 178px;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-stats div {
    min-width: 0;
    padding: 12px 10px;
  }

  .slider-dots {
    left: 14px;
    bottom: 288px;
  }

  .why-grid,
  .service-grid,
  .services-head,
  .package-grid,
  .testimonial-grid,
  .about-grid,
  .contact-grid,
  .presence-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 62px;
  }

  .footer h3 {
    margin-bottom: 32px;
  }

  .footer-bottom {
    margin-top: 56px;
  }

  .service-grid .featured-service {
    grid-column: span 1;
  }

  .destination-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .destination-intro {
    min-height: 280px;
    padding: 28px;
  }

  .destination-card.large {
    grid-row: span 1;
  }

  .feedback-tab {
    display: none;
  }

  .travel-ribbon {
    grid-template-columns: 1fr 1fr;
  }

  .ribbon-card {
    grid-column: span 2;
  }

  .about-image img {
    height: 340px;
  }

  .section {
    padding: 64px 0;
  }
}

@media (max-width: 575.98px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .topbar {
    display: block;
    display: none;
  } 
 
  .topbar-inner {
    min-height: auto;
    padding: 9px 0;
    gap: 10px;
  }

  .topbar-contact {
    width: 100%;
    gap: 8px 14px;
  }

  .topbar-contact a {
    font-size: 12px;
  }

  .topbar-social {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-inner {
    min-height: 64px;
    padding-inline: 12px;
  }

  .brand {
    gap: 9px;
  }

  .brand-logo {
    width: 210px;
  }

  .brand small {
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  .hero {
    min-height: 700px;
  }

  .hero-content {
    padding: 54px 0 338px;
  }

  .eyebrow {
    letter-spacing: 0.12em;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 1.02;
  }

  .hero-text {
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-actions {
    width: 100%;
    gap: 10px;
  }

  .hero-actions .btn {
    flex: 1 1 100%;
  }

  .slider-dots {
    bottom: 306px;
  }

  .hero-stats {
    bottom: 190px;
  }

  .hero-stats span {
    font-size: 10px;
  }

  .section-head h2,
  .video-content h2,
  .contact h2 {
    font-size: 30px;
  }

  .why-grid,
  .service-grid,
  .package-grid,
  .testimonial-grid {
    gap: 16px;
  }

  .why-grid > div,
  .service-grid > div,
  .testimonial-grid > div,
  .presence-grid > div,
  .contact-form {
    padding: 20px;
  }

  .package-card img {
    height: 210px;
  }

  .destination-grid {
    grid-auto-rows: 230px;
  }

  .guide-inner a,
  .ribbon-card a {
    width: 100%;
  }

  .travel-ribbon {
    width: min(100% - 24px, 1180px);
    margin-top: 42px;
    grid-template-columns: 1fr;
  }

  .ribbon-card {
    grid-column: span 1;
  }

  .footer {
    padding-top: 42px;
  }

  .contact {
    margin-top: 42px;
    padding-top: 68px;
  }

  .contact h2 {
    font-size: 34px;
  }

  .contact-list a {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .contact-list span {
    min-width: 0;
  }

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

@media (min-width: 1400px) {
  .container {
    width: min(1280px, calc(100% - 64px));
  }

  .brand-logo {
    width: 330px;
  }

  .hero {
    min-height: 760px;
  }

  .hero h1 {
    font-size: 92px;
  }

  .destination-grid {
    grid-auto-rows: 270px;
  }
}

@media (max-width: 1199.98px) {
  .brand-logo {
    width: 320px;
  }

  .nav-links .nav-link {
    padding: 10px 14px;
  }

  .hero {
    min-height: 650px;
  }

  .hero h1 {
    font-size: 64px;
  }

  .hero-text {
    max-width: 590px;
    font-size: 18px;
  }

  .why-grid,
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-grid .featured-service {
    grid-column: span 2;
  }

  .footer .brand-logo {
    width: 260px;
  }
}

@media (max-width: 991.98px) {
  .topbar-inner {
    justify-content: center;
  }

  .topbar-contact,
  .topbar-social {
    justify-content: center;
  }

  .brand-logo {
    width: 280px;
  }

  .nav-links .nav-link {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 8px;
  }

  .hero h1 {
    font-size: 56px;
  }

  .hero-text {
    font-size: 17px;
  }

  .why-grid,
  .service-grid,
  .package-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .destination-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 260px;
  }

  .travel-ribbon {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer .row {
    row-gap: 34px;
  }
}

@media (max-width: 767.98px) {
  .container,
  .container-fluid,
  .container-xl {
    width: min(100% - 28px, 1180px);
    padding-left: 0;
    padding-right: 0;
  }

  .topbar-contact,
  .topbar-social {
    justify-content: flex-start;
  }

  .brand-logo {
    width: 240px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding: 62px 0 300px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    bottom: 92px;
  }

  .slider-dots {
    bottom: 250px;
  }

  .hero-stats div {
    padding: 10px 14px;
  }

  .hero-stats strong {
    font-size: 20px;
  }

  .section-head.inline,
  .services-head,
  .guide-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .why-grid,
  .service-grid,
  .package-grid,
  .testimonial-grid,
  .destination-grid,
  .about-grid,
  .contact-grid,
  .presence-grid {
    grid-template-columns: 1fr;
  }

  .service-grid .featured-service {
    grid-column: span 1;
  }

  .destination-card.large {
    grid-row: span 1;
  }

  .travel-ribbon {
    grid-template-columns: 1fr 1fr;
  }

  .ribbon-card {
    grid-column: span 2;
  }

  .footer .brand-logo {
    width: 240px;
  }

  .footer-social {
    flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  .topbar-contact a {
    width: 100%;
  }

  .topbar-social .instagram-highlight span {
    display: inline;
  }

  .brand-logo {
    width: 200px;
  }

  .navbar-collapse {
    padding: 12px;
  }

  .hero {
    min-height: 680px;
  }

  .hero-content {
    padding: 48px 0 300px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .slider-dots {
    bottom: 258px;
  }

  .hero-stats {
    bottom: 78px;
  }

  .destination-grid {
    grid-auto-rows: 220px;
  }

  .destination-intro {
    min-height: 240px;
  }

  .package-card img,
  .about-image img {
    height: 230px;
  }

  .video-strip {
    min-height: 280px;
  }

  .travel-ribbon {
    grid-template-columns: 1fr;
  }

  .ribbon-card {
    grid-column: span 1;
  }

  .footer .brand-logo {
    width: 220px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 84px;
    width: 50px;
    height: 50px;
    font-size: 25px;
  }

  .back-to-top {
    right: 16px;
    bottom: 22px;
    width: 48px;
    height: 48px;
    font-size: 27px;
  }
}

@media (max-width: 399.98px) {
  .container,
  .container-fluid,
  .container-xl {
    width: min(100% - 20px, 1180px);
  }

  .brand-logo {
    width: 175px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-stats span {
    font-size: 9px;
  }

  .section {
    padding: 52px 0;
  }

  .why-grid > div,
  .service-grid > div,
  .testimonial-grid > div,
  .presence-grid > div,
  .contact-form {
    padding: 18px;
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .hero {
    min-height: 560px;
  }

  .hero-content {
    padding: 44px 0 180px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-stats {
    bottom: 28px;
  }

  .slider-dots {
    bottom: 150px;
  }
}

@media (max-width: 767.98px) {
  .hero {
    min-height: auto;
    display: block;
    padding-bottom: 28px;
  }

  .hero-content {
    padding: 48px 0 0;
  }

  .hero h1 {
    font-size: clamp(34px, 9vw, 46px);
    line-height: 1.04;
    letter-spacing: 0;
  }

  .hero-text {
    max-width: 100%;
    margin-top: 18px;
    font-size: 15.5px;
    line-height: 1.55;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-arrows {
    display: none;
  }

  .hero-stats {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 50;
    width: auto;
    margin: 22px 14px 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: rgba(26, 6, 16, 0.70);
  }

  .hero-stats div {
    min-width: 0;
    padding: 12px 8px;
    text-align: center;
  }

  .hero-stats strong {
    font-size: 20px;
  }

  .hero-stats span {
    font-size: 10px;
    line-height: 1.25;
  }

  .slider-dots {
    position: relative;
    left: auto;
    bottom: auto;
    width: fit-content;
    margin: 20px 14px 0;
  }
}

@media (max-width: 575.98px) {
  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: 42px;
  }

  .hero-actions .btn {
    min-height: 46px;
  }

  .about-image img {
    height: 260px;
  }
}

@media (max-width: 399.98px) {
  .hero {
    min-height: auto;
  }
}

/* Final responsive layer for common desktop, tablet, and mobile screens. */
@media (min-width: 1600px) {
  .container {
    width: min(1360px, calc(100% - 80px));
  }

  .hero {
    min-height: 820px;
  }

  .hero h1 {
    font-size: 96px;
  }

  .destination-grid {
    grid-auto-rows: 300px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .container {
    width: min(1280px, calc(100% - 64px));
  }

  .hero {
    min-height: 760px;
  }

  .hero h1 {
    font-size: 86px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .container {
    width: min(1180px, calc(100% - 48px));
  }

  .brand-logo {
    width: 320px;
  }

  .hero {
    min-height: 690px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container,
  .container-fluid {
    width: min(100% - 40px, 1080px);
  }

  .brand-logo {
    width: 280px;
  }

  .nav-links .nav-link {
    padding: 10px 12px;
  }

  .hero {
    min-height: 660px;
  }

  .hero h1 {
    font-size: 62px;
  }

  .hero-text {
    max-width: 560px;
    font-size: 17px;
  }

  .why-grid,
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .package-grid,
  .testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container,
  .container-fluid,
  .container-xl {
    width: min(100% - 36px, 900px);
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logo {
    width: 260px;
  }

  .hero {
    min-height: 680px;
  }

  .hero-content {
    padding: 72px 0 150px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-text {
    max-width: 620px;
    font-size: 17px;
  }

  .hero-stats {
    left: 18px;
    right: 18px;
    width: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-grid,
  .contact-grid,
  .presence-grid {
    grid-template-columns: 1fr;
  }

  .why-grid,
  .service-grid,
  .package-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 260px;
  }

  .destination-intro,
  .destination-card.large {
    grid-row: span 1;
  }

  .travel-ribbon {
    width: min(100% - 36px, 900px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ribbon-card {
    grid-column: span 3;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container,
  .container-fluid,
  .container-xl {
    width: min(100% - 28px, 720px);
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logo {
    width: 230px;
  }

  .hero {
    min-height: auto;
    display: block;
    padding-bottom: 30px;
  }

  .hero-content {
    padding: 52px 0 0;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-actions .btn {
    flex: 1 1 auto;
  }

  .hero-stats {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 50;
    width: auto;
    margin: 22px 14px 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .slider-dots {
    position: relative;
    left: auto;
    bottom: auto;
    width: fit-content;
    margin: 20px 14px 0;
  }

  .about-grid,
  .contact-grid,
  .presence-grid,
  .why-grid,
  .service-grid,
  .package-grid,
  .testimonial-grid,
  .destination-grid {
    grid-template-columns: 1fr;
  }

  .destination-grid {
    grid-auto-rows: 250px;
  }

  .destination-intro,
  .destination-card.large {
    grid-row: span 1;
  }
}

@media (min-width: 400px) and (max-width: 575.98px) {
  .container,
  .container-fluid,
  .container-xl {
    width: min(100% - 24px, 540px);
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logo {
    width: 200px;
  }

  .topbar-contact a {
    width: 100%;
  }

  .hero {
    min-height: auto;
    display: block;
    padding-bottom: 28px;
  }

  .hero-content {
    padding: 42px 0 0;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-text {
    font-size: 15.5px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-stats {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 50;
    width: auto;
    margin: 22px 14px 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-stats div {
    padding: 12px 7px;
  }

  .hero-stats span {
    font-size: 10px;
  }

  .slider-dots {
    position: relative;
    left: auto;
    bottom: auto;
    width: fit-content;
    margin: 20px 14px 0;
  }

  .about-grid,
  .contact-grid,
  .presence-grid,
  .why-grid,
  .service-grid,
  .package-grid,
  .testimonial-grid,
  .destination-grid {
    grid-template-columns: 1fr;
  }

  .destination-grid {
    grid-auto-rows: 230px;
  }

  .package-card img,
  .about-image img {
    height: 240px;
  }
}

@media (max-width: 399.98px) {
  .container,
  .container-fluid,
  .container-xl {
    width: min(100% - 20px, 380px);
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logo {
    width: 170px;
  }

  .hero {
    min-height: auto;
    display: block;
    padding-bottom: 26px;
  }

  .hero-content {
    padding: 36px 0 0;
  }

  .hero h1 {
    font-size: 33px;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-stats {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 50;
    width: auto;
    margin: 20px 10px 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-stats div {
    padding: 10px 5px;
  }

  .hero-stats strong {
    font-size: 18px;
  }

  .hero-stats span {
    font-size: 9px;
  }

  .slider-dots {
    position: relative;
    left: auto;
    bottom: auto;
    width: fit-content;
    margin: 18px 10px 0;
  }

  .about-grid,
  .contact-grid,
  .presence-grid,
  .why-grid,
  .service-grid,
  .package-grid,
  .testimonial-grid,
  .destination-grid {
    grid-template-columns: 1fr;
  }

  .destination-grid {
    grid-auto-rows: 220px;
  }

  .package-card img,
  .about-image img {
    height: 220px;
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .hero {
    min-height: auto;
    display: block;
    padding-bottom: 24px;
  }

  .hero-content {
    padding: 34px 0 0;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-stats,
  .slider-dots {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

@media (max-width: 991.98px) {
  .destinations {
    overflow: hidden;
  }

  .destinations .container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
  }

  .destination-grid {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    grid-auto-rows: auto;
    gap: 0;
    overflow: hidden;
  }

  .destination-intro,
  .destination-card,
  .destination-card.large {
    width: 100%;
    min-width: 0;
    min-height: 250px;
    grid-row: auto;
  }

  .destination-intro {
    min-height: auto;
    padding: 30px 24px;
  }

  .destination-intro h3 {
    font-size: 36px;
  }

  .destination-intro a {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .destination-card:hover {
    transform: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .destination-intro {
    padding: 34px 28px;
  }

  .destination-intro h3 {
    font-size: 42px;
  }

  .destination-card,
  .destination-card.large {
    min-height: 300px;
  }
}

@media (max-width: 399.98px) {
  .destinations .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .destination-intro {
    padding: 26px 20px;
  }

  .destination-intro h3 {
    font-size: 31px;
  }

  .destination-card,
  .destination-card.large {
    min-height: 220px;
  }
}

@media (min-width: 768px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
} 

@media (min-width: 992px) {
  .presence-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-slide,
  .slider-dots button,
  .hero-arrows button {
    transition: none;
  }
} 

.testimonial-grid span {
    color:#ffd700;
}   