@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #f7fafd;
  color: #23243a;
  line-height: 1.6;
}
nav {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 2px 12px rgba(0,207,255,0.07);
  padding: 1.2rem 0 1.2rem 0;
}
nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  padding: 0 1rem;
}
nav ul li {
  margin: 0;
  padding: 0;
}
nav ul li a {
  color: #23243a;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.08rem;
  padding: 0.4rem 1.2rem;
  border-radius: 2rem;
  transition: background 0.2s, color 0.2s;
  display: inline-block;
}
nav ul li a.book-now-btn {
  background: linear-gradient(90deg, #00cfff 0%, #00e6d3 100%);
  color: #fff;
  font-weight: 700;
  margin-left: 1.5rem;
  box-shadow: 0 2px 12px rgba(0,207,255,0.10);
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
nav ul li a.book-now-btn:hover {
  background: linear-gradient(90deg, #00e6d3 0%, #00cfff 100%);
  transform: translateY(-2px) scale(1.04);
}
nav ul li a:hover:not(.book-now-btn) {
  background: #e6fafd;
  color: #00cfff;
}
.parallax-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), 
              url('assets/4.jpg') center/cover no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
  padding: 0 1.5rem;
}
.parallax-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding: 3rem 2rem;
  animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.parallax-hero h1 {
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-subtitle {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 1.5rem 0;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.hero-description {
  font-size: 1.3rem;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  line-height: 1.6;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.hero-book-btn {
  font-size: 1.2rem;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  background: linear-gradient(135deg, #00cfff 0%, #00e6d3 100%);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  display: inline-block;
  color: white;
  text-decoration: none;
}

.hero-book-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #00e6d3 0%, #00cfff 100%);
}
.book-now-btn {
  display: inline-block;
  background: linear-gradient(90deg, #00cfff 0%, #00e6d3 100%);
  color: #fff;
  font-weight: 700;
  padding: 0.8rem 2.2rem;
  border-radius: 2rem;
  font-size: 1.15rem;
  margin-top: 1.5rem;
  box-shadow: 0 2px 12px rgba(0,207,255,0.10);
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  text-decoration: none;
}
.book-now-btn:hover {
  background: linear-gradient(90deg, #00e6d3 0%, #00cfff 100%);
  transform: translateY(-2px) scale(1.04);
}
main {
  max-width: 1100px;
  margin: 2rem auto;
  padding: 0 1.5rem;
}
/* Hide captain, cuisine and experience sections */
#captain,
#cuisine,
#experience {
  display: none;
}

.section {
  margin-bottom: 3rem;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  padding: 2.5rem 2rem;
  transition: box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}
.section:hover {
  box-shadow: 0 6px 32px rgba(0,207,255,0.10);
}
.section-flex {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.section-flex.reverse {
  flex-direction: row-reverse;
}
.section-img {
  flex: 1 1 300px;
  min-width: 250px;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 1rem 0;
}
.section-img img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section-img img:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  z-index: 10;
}

/* Image Gallery Styles */
.image-gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 100%;
}

.gallery-grid img,
.full-width {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.full-width {
  grid-column: 1 / -1;
}

/* Notable Features */
.notable-features {
  margin: 2.5rem 0;
  padding: 2rem 0;
  border-top: 1px solid #e0f7fa;
  border-bottom: 1px solid #e0f7fa;
}

.notable-features h3 {
  text-align: center;
  color: #00cfff;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 1rem;
}

.notable-features h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #00cfff 0%, #00e6d3 100%);
  border-radius: 3px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.feature-item {
  text-align: center;
  padding: 1.5rem;
  background: #f8fdff;
  border-radius: 0.8rem;
  transition: all 0.3s ease;
  border: 1px solid #e0f7fa;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 207, 255, 0.1);
  border-color: #b3ebf2;
}

.learn-more-container {
  text-align: center;
  margin-top: 2rem;
}

.learn-more-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  background: transparent;
  color: #00cfff;
  border: 2px solid #00cfff;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.learn-more-btn:hover {
  background: #00cfff;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 207, 255, 0.3);
}

.feature-item h4 {
  color: #23243a;
  margin: 0.5rem 0 0.8rem;
  font-size: 1.2rem;
}

.feature-item p {
  color: #4a4a6a;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .parallax-hero h1 {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.5rem;
  }
  
  .hero-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .parallax-hero {
    height: 90vh;
    min-height: 500px;
  }
  
  .parallax-hero h1 {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
  
  .hero-book-btn {
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
  }
  
  .notable-features h3 {
    font-size: 1.5rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .parallax-hero h1 {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .hero-book-btn {
    width: 100%;
    max-width: 280px;
  }
}

.gallery-grid {
  grid-template-columns: 1fr;
}

.section-img {
  max-width: 100%;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}
.section-text {
  flex: 2 1 350px;
}
.section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #00cfff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section p {
  font-size: 1.15rem;
  color: #4a4a6a;
}
.faq-section {
  background: #f3fbfd;
  border-radius: 1.5rem;
  box-shadow: 0 2px 16px rgba(0,207,255,0.07);
  padding: 2.5rem 2.5rem;
  margin: 4rem 0;
  position: relative;
  overflow: hidden;
}

.faq-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00cfff 0%, #00e6d3 100%);
}
.faq-section h2 {
  color: #00cfff;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-item {
  margin-bottom: 1.8rem;
  background: #fff;
  padding: 1.2rem 1.5rem;
  border-radius: 0.8rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.faq-question {
  font-weight: 600;
  color: #23243a;
  cursor: pointer;
  font-size: 1.1rem;
  margin: 0;
  padding-right: 2rem;
  position: relative;
  transition: color 0.2s;
}

.faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #00cfff;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-question::after {
  content: '-';
}
.faq-question:hover {
  color: #00cfff;
}
.faq-answer {
  color: #4a4a6a;
  font-size: 1rem;
  margin: 0.8rem 0 0 0;
  padding-top: 0.8rem;
  border-top: 1px solid #e0f7fa;
  display: none;
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.faq-item.open .faq-answer {
  display: block;
}
footer {
  text-align: center;
  padding: 2rem 0 1rem 0;
  color: #b0b0b0;
  font-size: 1rem;
  background: transparent;
}
@media (max-width: 900px) {
  .section-flex {
    flex-direction: column;
    gap: 1.5rem;
  }
  .section-img, .section-text {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
@media (max-width: 700px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .section {
    padding: 1.5rem 1rem;
  }
  nav ul li {
    margin: 0 0.7rem;
  }
  .section-img img {
    border-radius: 0.8rem;
  }
}
.learn-more-btn {
  display: inline-block;
  background: linear-gradient(90deg, #00cfff 0%, #00e6d3 100%);
  color: #fff;
  font-weight: 700;
  padding: 0.7rem 2rem;
  border-radius: 2rem;
  font-size: 1.05rem;
  margin-top: 1.2rem;
  box-shadow: 0 2px 12px rgba(0,207,255,0.10);
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  text-decoration: none;
}
.learn-more-btn:hover {
  background: linear-gradient(90deg, #00e6d3 0%, #00cfff 100%);
  transform: translateY(-2px) scale(1.04);
}
/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  overflow-y: auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
}
.modal.open {
  display: flex;
}
/* Base modal styles */
.modal-content {
  background: white;
  margin: 2rem auto;
  padding: 2.5rem;
  border-radius: 1rem;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  max-height: 90vh;
  overflow-y: auto;
  animation: modalIn 0.3s ease-out;
}

/* Coming Soon Modal (narrower) */
#comingSoonModal .modal-content {
  max-width: 500px;
  max-height: 300px;
  text-align: center;
  padding: 3rem 2.5rem;
}

/* Learn More Modal (wider) */
#modal-boat .modal-content {
  max-width: 800px;
  text-align: left;
  padding: 2.5rem 3rem;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  #modal-boat .modal-content {
    max-width: 90%;
    padding: 2rem;
  }
  
  #comingSoonModal .modal-content {
    max-width: 90%;
    padding: 2rem 1.5rem;
  }
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Coming Soon Modal specific styles */
#comingSoonModal .modal-content h3 {
  color: #00cfff;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

#comingSoonModal .modal-content p {
  color: #4a4a6a;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

/* Learn More Modal specific styles */
#modal-boat .modal-content h3 {
  color: #00cfff;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-align: center;
}

#modal-boat .modal-content p {
  color: #4a4a6a;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

#modal-boat .modal-content h4 {
  color: #0077cc;
  font-size: 1.3rem;
  margin: 2rem 0 1rem 0;
  font-weight: 600;
}

/* Common link styles */
.modal-content a {
  color: #00cfff;
  text-decoration: none;
  transition: color 0.2s;
}

.modal-content a:hover {
  color: #00a8d9;
  text-decoration: underline;
}
.modal-close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  font-size: 2.5rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: #333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 1001;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.modal-close:hover {
  color: #000;
  transform: rotate(90deg);
  background: white;
}
.modal-content h3 {
  color: #00cfff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.modal-content p {
  color: #4a4a6a;
  font-size: 1.08rem;
  margin-bottom: 1.2rem;
}
.modal-content img {
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 1.2rem;
  box-shadow: 0 2px 12px rgba(0,207,255,0.10);
  object-fit: cover;
}
@media (max-width: 600px) {
  .modal-content {
    padding: 1.2rem 0.7rem 1.2rem 0.7rem;
    max-width: 98vw;
  }
}