* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: #050505;
  color: #ffffff;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

.navbar {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, 92%);
  z-index: 999;
  padding: 16px 22px;
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.84);
  border: 1px solid rgba(212, 175, 55, 0.35);
  backdrop-filter: blur(18px);
  box-shadow: 0 20px 70px rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-main {
  font-size: 1.25rem;
  font-weight: 800;
}

.brand-main span {
  color: #d4af37;
  font-size: 1.6rem;
}

.brand-sub {
  color: #d4af37;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 2px;
}

.nav-links {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav-links a {
  font-weight: 700;
  color: #f8fafc;
  transition: 0.25s;
}

.nav-links a:hover {
  color: #d4af37;
}

.whatsapp-btn {
  border: 1px solid #d4af37;
  color: #d4af37;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 800;
  transition: 0.25s;
}

.whatsapp-btn:hover {
  background: #d4af37;
  color: #050505;
}

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 150px 7% 150px;
  background:
    linear-gradient(to right, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.55) 45%, rgba(0,0,0,0.2) 100%),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=90") center/cover no-repeat;
  border-bottom: 1px solid rgba(212, 175, 55, 0.28);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 790px;
}

.eyebrow {
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(3.4rem, 8vw, 7.6rem);
  line-height: 0.95;
  letter-spacing: -2px;
  margin-bottom: 26px;
}

.hero h1 span {
  color: #d4af37;
}

.hero-text {
  max-width: 650px;
  color: #f1f5f9;
  font-size: 1.18rem;
  line-height: 1.75;
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  border-radius: 14px;
  font-weight: 900;
  transition: 0.25s;
}

.gold-btn {
  background: linear-gradient(135deg, #f9d976, #d4af37);
  color: #050505;
  box-shadow: 0 18px 40px rgba(212, 175, 55, 0.25);
}

.gold-btn:hover {
  transform: translateY(-3px);
}

.outline-btn {
  border: 1px solid #d4af37;
  color: #ffffff;
  background: rgba(0,0,0,0.25);
}

.outline-btn:hover {
  background: #d4af37;
  color: #050505;
}

.booking-panel {
  width: min(1180px, 92%);
  margin: -100px auto 0;
  position: relative;
  z-index: 10;
}

.booking-tabs {
  width: fit-content;
  margin: 0 auto;
  background: rgba(0,0,0,0.88);
  border: 1px solid rgba(212, 175, 55, 0.65);
  border-radius: 18px;
  padding: 8px;
  display: flex;
  gap: 8px;
  box-shadow: 0 25px 80px rgba(0,0,0,0.5);
}

.booking-tabs {
  flex-wrap: wrap;
}

.tab-btn {
  white-space: nowrap;
}
.tab-btn {
  padding: 16px 42px;
  border: none;
  border-radius: 12px;
  background: transparent;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
  cursor: pointer;
  transition: 0.25s;
}

.tab-btn.active {
  background: linear-gradient(135deg, #f9d976, #d4af37);
  color: #050505;
}

.booking-form {
  margin-top: 22px;
  padding: 26px;
  border-radius: 24px;
  background: rgba(6, 6, 6, 0.88);
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: 0 30px 90px rgba(0,0,0,0.55);
  backdrop-filter: blur(18px);
}

.reviews-section {
  padding: 30px 7% 60px;
  background:
    radial-gradient(circle at left, rgba(212, 175, 55, 0.1), transparent 40%),
    #050505;
}

.reviews-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* LEFT SIDE */
.reviews-display h2 {
  margin-bottom: 20px;
}

/* SCROLLABLE REVIEWS */
#testimonialContainer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}

/* REVIEW CARD */
.testimonial-card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.2);
}

/* FORM SIDE */
.review-form-wrapper h2 {
  margin-bottom: 20px;
}

.review-form {
  display: grid;
  gap: 12px;
  padding: 18px;
  max-width: 420px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.25);
}
.review-textarea textarea {
  min-height: 90px;
  resize: vertical;
}

#reviewFormMessage {
  text-align: center;
  color: #d4af37;
  font-weight: 800;
}

.reviews-display h2,
.review-form-wrapper h2 {
  font-size: 26px;
}

.review-form .input-box {
  min-height: 48px;
}

.stars {
  color: #d4af37;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.testimonial-card p {
  color: #e5e7eb;
  line-height: 1.6;
}

.testimonial-card h4 {
  color: #d4af37;
  margin-top: 12px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

/* Keep cruise and package fields same size as normal boxes */
.cruise-field,
.package-field {
  grid-column: span 1;
}

/* Only the special request box should be wider */
.input-box.wide {
  grid-column: span 2;
}

/* Submit button stays normal and right aligned */
.submit-wrapper {
  grid-column: span 2;
  display: flex;
  justify-content: flex-end;
}

.submit-btn {
  width: auto;
  min-width: 220px;
}

.input-box {
  min-height: 64px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.045);
}

.input-box span {
  color: #d4af37;
  font-size: 1.15rem;
}

.input-box input,
.input-box select,
.input-box textarea {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 0.98rem;
}

.input-box input::placeholder,
.input-box textarea::placeholder {
  color: #a1a1aa;
}

.input-box select option {
  color: #111111;
}

.input-box textarea {
  height: 48px;
  resize: none;
  padding-top: 14px;
}

.wide {
  grid-column: span 2;
}

.submit-btn {
  min-height: 64px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  background: linear-gradient(135deg, #f9d976, #d4af37);
  color: #050505;
  font-size: 1.05rem;
  font-weight: 900;
  transition: 0.25s;
}

.submit-btn:hover {
  transform: translateY(-2px);
}

.hidden {
  display: none;
}

#formMessage {
  color: #d4af37;
  text-align: center;
  font-weight: 800;
  margin-top: 16px;
}

.trust-strip {
  margin: 18px auto 0;
  width: fit-content;
  max-width: 100%;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 16px;
  background: rgba(6, 6, 6, 0.9);
  border: 1px solid rgba(212, 175, 55, 0.25);
  color: #f8fafc;
  font-weight: 700;
}

.destinations {
  padding: 95px 7% 90px;
  background:
    radial-gradient(circle at top right, rgba(212,175,55,0.12), transparent 32%),
    #050505;
}

.section-title {
  margin-bottom: 34px;
}

.section-title p {
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.section-title h2,
.contact h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1;
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.destination-card {
  border-radius: 24px;
  overflow: hidden;
  background: #0f0f0f;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 70px rgba(0,0,0,0.35);
  transition: 0.3s;
}

.destination-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 175, 55, 0.5);
}

.destination-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.destination-card div {
  padding: 22px;
}

.destination-card span {
  color: #d4af37;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 2px;
}

.destination-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  margin: 8px 0;
}

.destination-card p {
  color: #cbd5e1;
  line-height: 1.55;
  margin-bottom: 18px;
}

.destination-card button {
  border: 1px solid #d4af37;
  background: transparent;
  color: #d4af37;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
}

.destination-card button:hover {
  background: #d4af37;
  color: #050505;
}

.contact {
  text-align: center;
  padding: 100px 7%;
  background:
    linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.9)),
    url("https://images.unsplash.com/photo-1542314831-068cd1dbfeeb?auto=format&fit=crop&w=1600&q=90") center/cover;
}

.contact > p:not(.eyebrow) {
  color: #cbd5e1;
  margin: 20px auto 32px;
  max-width: 620px;
}

.contact-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.contact-actions a {
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  background: #d4af37;
  color: #050505;
}

.contact-actions a:last-child {
  background: transparent;
  border: 1px solid #d4af37;
  color: #ffffff;
}

footer {
  padding: 26px 7%;
  text-align: center;
  color: #a1a1aa;
  background: #020202;
}

@media (max-width: 1050px) {
  .nav-links {
    display: none;
  }

  .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .destination-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wide {
    grid-column: span 2;
  }
}

@media (max-width: 700px) {
  .navbar {
    top: 12px;
    border-radius: 22px;
  }

  .brand-sub,
  .whatsapp-btn {
    display: none;
  }

  .hero {
    padding: 130px 6% 150px;
  }

  .booking-panel {
    margin-top: -80px;
  }

  .booking-tabs {
    width: 100%;
  }

  .tab-btn {
    flex: 1;
    padding: 14px 16px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .wide {
    grid-column: span 1;
  }

  .destination-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    width: 100%;
  }
}

.nav-links a {
  position: relative;
  color: #ccc;
  transition: all 0.3s ease;
}

/* ACTIVE LINK */
.nav-links a.active {
  color: #f5c542;
}

/* UNDERLINE EFFECT */
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background: #f5c542;
  transition: width 0.3s ease;
}

.nav-links a.active::after {
  width: 100%;
}

@media (max-width: 768px) {

  .navbar {
    width: 92%;
    padding: 10px 14px;
  }

  .brand-main {
    font-size: 13px;
  }

  .brand-sub,
  .nav-links,
  .whatsapp-btn {
    display: none;
  }

  .hero {
    min-height: 720px;
    align-items: flex-start;
    padding: 120px 20px 20px;
  }

  .hero-content {
    transform: none;
  }

  .eyebrow {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 14px;
  }

  .hero h1 {
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }

  .hero-text {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 26px;
  }

  .btn {
    width: 100%;
    text-align: center;
    padding: 14px;
  }

  .booking-panel {
    margin-top: -290px;
  }

  .booking-tabs {
    width: 100%;
    padding: 6px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .tab-btn {
    font-size: 11px;
    padding: 10px 6px;
  }

  .booking-form {
    padding: 16px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .input-box {
    min-height: 50px;
  }

  .input-box input,
  .input-box select,
  .input-box textarea {
    font-size: 13px;
  }

  .wide {
    grid-column: span 1;
  }

  .submit-btn {
    font-size: 13px;
    padding: 12px;
  }

  .destination-grid {
    grid-template-columns: 1fr;
  }

  .destination-card h3 {
    font-size: 20px;
  }

  .destination-card p {
    font-size: 13px;
  }

  .reviews-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .reviews-display,
  .review-form-wrapper {
    width: 100%;
  }

  #testimonialContainer {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 5px;
  }

  .testimonial-card {
    width: 100%;
    padding: 15px;
  }

  .review-form {
    width: 100%;
    padding: 15px;
  }

  .reviews-section {
    padding: 20px 5% 40px;
  }

  .reviews-display h2,
  .review-form-wrapper h2 {
    font-size: 2rem;
  }

  .contact h2 {
    font-size: 26px;
  }
}

/* FINAL PHONE FIX */
@media (max-width: 500px) {
  .booking-form {
    width: 100%;
    overflow: hidden;
  }

  .form-grid {
    grid-template-columns: 1fr !important;
  }

  .input-box {
    width: 100%;
    min-width: 0;
    padding: 0 14px;
  }

  .input-box span {
    flex-shrink: 0;
  }

  .input-box input,
  .input-box select,
  .input-box textarea {
    width: 100%;
    min-width: 0;
    font-size: 15px;
  }

  .wide {
    grid-column: span 1 !important;
  }

  .submit-btn {
    width: 100%;
    min-width: 0;
  }
}