
/* Base Styles */
body {
  padding-top: 0;
  overflow-x: hidden;
  color: #000000;
}

.text-secondary {
  color: #000000;
}

/* Insurance Page Styles */
.insurance-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.coverage-info {
  background-color: #f8f9fa;
  padding: 2rem;
  border-left: 4px solid #F47B2A;
  margin: 2rem 0;
}

.coverage-info ul {
  padding-left: 1.5rem;
}

.coverage-info li {
  margin-bottom: 1rem;
}

.quote-form {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  padding: 2rem;
  margin-top: 2rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #245C7A;
}

.form-group input, 
.form-group select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #F47B2A;
  box-shadow: 0 0 0 2px rgba(244,123,42,0.2);
}

button[type="submit"] {
  background-color: #F47B2A;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: 600;
}

button[type="submit"]:hover {
  background-color: #e06d25;
}

.external-link {
  color: #245C7A;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .insurance-container {
    padding: 1rem;
  }
  
  .coverage-info {
    padding: 1.5rem;
  }
}
/* Mobile First Styles */
@media (max-width: 767px) {
  .mt-16 {
    margin-top: 80px;
  }
  color: #000000;
section {
    padding: 2rem 1rem;
  }
  
  .prose {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  
  /* Hero Section */
  .relative.h-screen {
    height: 60vh;
  }
  
  /* Testimonials */
  .grid-cols-1.md\:grid-cols-3 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  /* Newsletter */
  .flex-col.md\:flex-row {
    flex-direction: column;
  }
/* Cruise Cards */
.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-3 > div {
    max-width: 400px;
}
/* Rooms Grid */
  .grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 {
    grid-template-columns: 1fr;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-cols-1.md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.slide-active {
    animation: fadeIn 1s ease-in-out;
}
/* Brochure Download Section */
.brochure-download {
    background: linear-gradient(135deg, #245C7A 0%, #1a455a 100%);
}
/* Accordion Styles */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-btn.active + .accordion-content {
    max-height: 300px;
}
/* Slideshow Styles */
.slideshow-container {
    position: relative;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}
/* Cruise Details Styles */
#cruiseHeroImage {
    object-position: center 30%;
}

#cruiseDetails {
    background-color: rgba(255,255,255,0.1);
    padding: 1.5rem;
    border-radius: 0.5rem;
}

#cruiseDetails div {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

#cruiseDetails div:last-child {
    border-bottom: none;
}

#cruiseInclusions li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

#cruiseInclusions li:last-child {
    border-bottom: none;
}

/* Itinerary Styles */
#cruiseItinerary > div {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Ship Info Styles */
#shipFeatures div {
    padding: 0.75rem;
    background-color: white;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

#shipSpecs div {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#shipSpecs div:last-child {
    border-bottom: none;
}

/* Room Cards */
.bg-white.p-6.rounded-lg {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bg-white.p-6.rounded-lg:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* FAQ Section */
.accordion-btn {
    padding: 1rem 0;
}

.accordion-content {
    padding: 0 0 1rem 0;
    transition: all 0.3s ease;
}

.accordion-content p {
    color: #4a5568;
    line-height: 1.6;
}
/* Coming Soon Section */
.backdrop-blur-sm {
    backdrop-filter: blur(8px);
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #245C7A;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #1a455a;
}

/* Custom form inputs */
input[type="email"]:focus {
    box-shadow: 0 0 0 2px #F47B2A;
}