/* ===== ClippyAI Styles ===== */

:root {
  --primary-color: #0B4D66;
  --secondary-color: #148F77;
  --accent-color: #F4D03F;
  --text-primary: #2C3E50;
  --text-secondary: #7F8C8D;
  --bg-light: #F8F9FA;
  --bg-dark: #1A1A1A;
  --white: #FFFFFF;
  --gradient-primary: linear-gradient(135deg, #0B4D66 0%, #148F77 100%);
  --gradient-sunset: linear-gradient(135deg, #FF6B6B 0%, #FFE66D 100%);
  --shadow-light: 0 4px 20px rgba(0, 0, 0, 0.1);
  --shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.15);
  --shadow-heavy: 0 15px 50px rgba(0, 0, 0, 0.2);
  --border-radius: 12px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ===== Base Styles ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Quicksand', sans-serif;
  line-height: 1.6;
  color: var(--text-primary);
  overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: var(--text-primary);
  box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: var(--primary-color);
  color: var(--white);
}

.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordion .accordion-body {
  padding: 1.5rem;
  background: var(--white);
}

/* Newsletter Section */
.newsletter-section {
  background: var(--gradient-primary);
  color: var(--white);
}

.newsletter-content {
  color: var(--white);
}

.newsletter-content .section-title {
  color: var(--white);
}

.newsletter-content .section-subtitle {
  color: rgba(255,255,255,0.8);
}

.newsletter-form .input-group {
  max-width: 500px;
}

.newsletter-form .form-control {
  border: none;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  padding: 1rem;
  background: rgba(255,255,255,0.1);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.newsletter-form .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}

.newsletter-form .btn {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  background: var(--white);
  color: var(--primary-color);
  border: none;
  padding: 1rem 2rem;
}

.newsletter-form .btn:hover {
  background: var(--accent-color);
  color: var(--text-primary);
}

.newsletter-form small a {
  color: rgba(255,255,255,0.8);
}

.newsletter-image {
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-heavy);
}

/* Footer */
.footer {
  background: var(--bg-dark);
  color: var(--white);
  padding: 3rem 0 1rem;
}

.footer-brand h3 {
  font-family: 'Cinzel', serif;
  margin-bottom: 1rem;
}

.footer-brand p {
  color: rgba(255,255,255,0.8);
  margin-bottom: 1.5rem;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-links a {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
}

.social-links a:hover {
  background: var(--secondary-color);
  transform: translateY(-3px);
}

.footer-links h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: var(--white);
}

.footer-links ul {
  list-style: none;
}

.footer-links ul li {
  margin-bottom: 0.5rem;
}

.footer-links ul li a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: var(--transition);
}

.footer-links ul li a:hover {
  color: var(--white);
}

.footer-contact p {
  margin-bottom: 0.8rem;
  color: rgba(255,255,255,0.8);
  display: flex;
  align-items: flex-start;
}

.footer-contact i {
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  color: var(--primary-color);
}

.footer-contact a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: var(--transition);
}

.footer-contact a:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 2rem;
  margin-top: 2rem;
  text-align: center;
  color: rgba(255,255,255,0.6);
}

/* ===== Swiper Customization ===== */
.swiper-button-next,
.swiper-button-prev {
  color: var(--primary-color);
  background: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: var(--shadow-light);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.2rem;
}

.swiper-pagination-bullet {
  background: var(--primary-color);
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
}

/* ===== Responsive Design ===== */
@media (max-width: 1200px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .section-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .hero-cta {
    justify-content: center;
  }
  
  .experience-timeline {
    padding-left: 0;
  }
  
  .experience-timeline::before {
    display: none;
  }
  
  .timeline-item::before {
    display: none;
  }
  
  .timeline-item {
    flex-direction: column;
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .timeline-time {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  
  .benefit-card,
  .marine-card,
  .testimonial-card {
    padding: 1.5rem;
  }
  
  .yacht-content {
    padding: 1.5rem;
  }
  
  .newsletter-form .input-group {
    flex-direction: column;
  }
  
  .newsletter-form .form-control,
  .newsletter-form .btn {
    border-radius: var(--border-radius);
    margin-bottom: 1rem;
  }
  
  .footer {
    text-align: center;
  }
  
  .footer .row > div {
    margin-bottom: 2rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
  }
  
  .section-title {
    font-size: 1.6rem;
  }
  
  .hero-cta {
    flex-direction: column;
  }
  
  .destination-image,
  .yacht-image {
    height: 200px;
  }
  
  .compass {
    width: 40px;
    height: 40px;
  }
  
  .compass::before,
  .compass::after {
    width: 15px;
    height: 15px;
  }
}

/* ===== Animations ===== */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes wave {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}

.compass {
  animation: float 6s ease-in-out infinite;
}

.rope {
  animation: wave 4s ease-in-out infinite;
}

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

::-webkit-scrollbar-track {
  background: var(--bg-light);
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--secondary-color);
}

/* ===== Loading Animation ===== */
.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: var(--white);
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ===== Accessibility ===== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Focus states for better accessibility */
.btn:focus,
.nav-link:focus,
.form-control:focus {
  outline: 2px solid var(--accent-color);
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  :root {
    --shadow-light: 0 4px 20px rgba(0, 0, 0, 0.3);
    --shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.4);
    --shadow-heavy: 0 15px 50px rgba(0, 0, 0, 0.5);
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
  position: relative;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

/* Buttons */
.btn {
  border-radius: var(--border-radius);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 30px;
  transition: var(--transition);
  border: none;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: var(--transition);
}

.btn:hover::before {
  left: 100%;
}

.btn-primary {
  background: var(--gradient-primary);
  color: var(--white);
  box-shadow: var(--shadow-light);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
  color: var(--white);
}

.btn-outline-light {
  border: 2px solid rgba(255,255,255,0.3);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.btn-outline-light:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--white);
  color: var(--white);
  transform: translateY(-2px);
}

/* ===== Cookie Banner ===== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(11, 77, 102, 0.95);
  color: var(--white);
  padding: 1rem 0;
  z-index: 9999;
  backdrop-filter: blur(10px);
  transform: translateY(100%);
  transition: var(--transition);
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-banner a {
  color: var(--accent-color);
  text-decoration: none;
}

.cookie-banner a:hover {
  text-decoration: underline;
}

/* ===== Navigation ===== */
.navbar {
  transition: var(--transition);
  padding: 1rem 0;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-light);
  padding: 0.5rem 0;
}

.navbar-brand {
  font-family: 'Cinzel', serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary-color) !important;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.brand-text {
  margin-left: 0.5rem;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: var(--text-primary) !important;
  margin: 0 0.5rem;
  transition: var(--transition);
  position: relative;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: var(--transition);
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

.nav-cta {
  margin-left: 1rem !important;
}

/* ===== Hero Section ===== */
.hero-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(11, 77, 102, 0.8) 0%, rgba(20, 143, 119, 0.6) 100%);
  z-index: -1;
}

.hero-decorations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* Decorative Elements */
.wave {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,60 C300,120 900,0 1200,60 L1200,120 L0,120 Z' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E") no-repeat;
  background-size: cover;
}

.wave-2 {
  bottom: -30px;
  opacity: 0.5;
  transform: scaleX(-1);
}

.rope {
  position: absolute;
  width: 2px;
  height: 200px;
  background: repeating-linear-gradient(
    0deg,
    rgba(255,255,255,0.2) 0px,
    rgba(255,255,255,0.2) 10px,
    transparent 10px,
    transparent 20px
  );
}

.rope-1 {
  top: 20%;
  right: 10%;
  transform: rotate(15deg);
}

.compass {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid rgba(244, 208, 63, 0.3);
  border-radius: 50%;
  top: 15%;
  left: 15%;
}

.compass::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: rgba(244, 208, 63, 0.6);
  transform: translate(-50%, -50%);
}

.compass::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  background: rgba(244, 208, 63, 0.6);
  transform: translate(-50%, -50%);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255,255,255,0.9);
  margin-bottom: 2rem;
  max-width: 600px;
  margin: 20px auto;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ===== Sections ===== */
.benefits-section,
.destinations-section,
.yacht-gallery-section,
.testimonials-section,
.experience-section,
.marine-life-section,
.faq-section,
.newsletter-section {
  padding: 80px 0;
}

.benefits-section {
  background: var(--bg-light);
}

/* Benefit Cards */
.benefit-card {
  text-align: center;
  padding: 2rem;
  background: var(--white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-light);
  transition: var(--transition);
  height: 100%;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-medium);
}

.benefit-icon {
  width: 80px;
  height: 80px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--white);
  font-size: 2rem;
}

.benefit-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

/* Destination Cards */
.destination-card {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-light);
  transition: var(--transition);
}

.destination-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-medium);
}

.destination-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.destination-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.destination-card:hover .destination-image img {
  transform: scale(1.1);
}

.destination-overlay {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: rgba(11, 77, 102, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

.destination-content {
  padding: 1.5rem;
  background: var(--white);
}

.destination-content h4 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

/* Yacht Gallery */
.yacht-gallery-section {
  background: var(--bg-light);
}

.yacht-swiper {
  padding-bottom: 50px;
}

.yacht-card {
  background: var(--white);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-light);
  transition: var(--transition);
}

.yacht-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-medium);
}

.yacht-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.yacht-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yacht-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--accent-color);
  color: var(--text-primary);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
}

.yacht-content {
  padding: 2rem;
}

.yacht-content h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.yacht-price {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
}

.yacht-price .price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
}

.yacht-price .period {
  font-size: 1rem;
  color: var(--text-secondary);
  margin-left: 0.5rem;
}

.yacht-features {
  list-style: none;
  margin-bottom: 1.5rem;
}

.yacht-features li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  color: var(--text-secondary);
}

.yacht-features li i {
  color: var(--secondary-color);
  margin-right: 0.5rem;
  width: 20px;
}

/* Testimonials */
.testimonial-card {
  background: var(--white);
  padding: 2rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-light);
  text-align: center;
  transition: var(--transition);
  height: 100%;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-medium);
}

.testimonial-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--primary-color);
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stars {
  color: var(--accent-color);
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.testimonial-card p {
  font-style: italic;
  margin-bottom: 1rem;
  color: var(--text-secondary);
}

.testimonial-card h4 {
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.testimonial-card span {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* Experience Section */
.experience-section {
  background: var(--bg-light);
}

.experience-timeline {
  position: relative;
  padding-left: 2rem;
}

.experience-timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--primary-color);
}

.timeline-item {
  position: relative;
  padding: 1rem 0;
  display: flex;
  align-items: flex-start;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 1.5rem;
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  border-radius: 50%;
  transform: translateX(-5px);
}

.timeline-time {
  background: var(--primary-color);
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  margin-right: 1rem;
  min-width: 80px;
  text-align: center;
  font-size: 0.9rem;
}

.timeline-content h4 {
  color: var(--text-primary);
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.timeline-content p {
  color: var(--text-secondary);
  margin: 0;
}

.experience-image {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
}

.experience-image img {
  width: 100%;
  height: auto;
}

/* Marine Life Cards */
.marine-card {
  text-align: center;
  padding: 2rem;
  background: var(--white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-light);
  transition: var(--transition);
  height: 100%;
}

.marine-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-medium);
}

.marine-icon {
  font-size: 3rem;
  color: var(--secondary-color);
  margin-bottom: 1rem;
}

.marine-card h3 {
  color: var(--text-primary);
  margin-bottom: 1rem;
}

/* FAQ Section */
.faq-section {
  background: var(--bg-light);
}

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-light);
}

.faq-accordion .accordion-button {
  background: var(--white);
  border: none;
  padding: 1.5rem;
  font-weight: 600;
}

.navbar-brand img{
    max-width: 200px;
    width: 200px;
    object-fit: contain;
}

html{
    overflow-x: hidden;
}

.footer .navbar-brand{
    margin-bottom: 20px;
}

.legal-content{
  padding-top: 120px;
}

.legal-section h2{
  margin-top: 20px;
}