@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --swiper-navigation-color: #ffffff;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background: #fff7ed;
  color: #333;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo {
  width: 170px;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-menu li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-menu li a:hover {
  color: #e5972c;
}

/* Hamburger */
.nav-toggle {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
}

/* Hero Rombak */
.hero {
  background: url('https://www.coloradorafting.net/wp-content/uploads/2021/06/6FF4273D-05C1-478B-8B17-A136FF256BC3-scaled.jpeg') center/cover no-repeat;
  height: 650px;
  position: relative;
}
.hero-overlay {
  position: absolute; inset:0;
  background: rgba(0,0,0,0.6);
  display:flex; flex-direction: column;
  justify-content: center;
  align-items: center;
  color:#fff;
  text-align:center;
}
.hero-overlay h1 { 
  font-size: 6rem; color:#eda239; margin-bottom:20px;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: italic;
}

.hero-overlay p { 
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: italic;
  font-variation-settings:
    "wdth" 100;
}

.hero-overlay button {
  margin-top: 30px;
  background: transparent;
  border: 2px solid #e5972c;
  color: #fff;
  padding:12px 30px;
  border-radius: 25px;
  cursor:pointer;
  transition: all .3s;
}
.hero-overlay button:hover {
  background: #e5972c;
  border:2px solid transparent;
  color:#fff;
}

/* Smooth scroll */
html { scroll-behavior: smooth; }


/* about section */
.about-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 20px;
  background-color: #fff6e9;
}

.about-card {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.about-image {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 400px;
}

.about-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.about-content {
  flex: 1;
  padding: 20px 40px;
}

.about-content h2 {
  color: #e5972c;
  font-size: 2rem;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
}
/* end about section */

/* Features */

.features {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #ffffff;
  padding: 60px 0;
}

.features-container {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* 🌟 pusat horizontal */
  align-items: center;      /* 🌟 pusat vertikal kalau kolom */
  gap: 30px;
  margin: 0 auto;           /* 🌟 center container */
  padding: 0 15px;          /* 🌟 kasih padding biar gak mentok */
  box-sizing: border-box;
}

.feature {
  text-align: center;
  width: 100%;
  max-width: 250px;
  flex: 1 1 250px;
}

.feature h3 {
  color: #e5972c;
}

/* Packages */
.packages-section {
  padding: 60px 20px;
  background-color: #fff6e9;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.packages-section h2 {
  color: #e5972c;
  margin-bottom: 40px;
  font-size: 2.5rem;
}

.packages-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: center;
}

@media (max-width: 768px) {
  .packages-container {
    grid-template-columns: 1fr;
  }
}

.package-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.package-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}

.package-card h3 {
  color: #e5972c;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.book-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #e5972c;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.book-btn:hover {
  background-color: #cc7d1b;
}



.gallery {
  padding: 80px 40px;
  background: #ffffff;
  text-align: center;
}
.gallery h2 {
  font-size: 2.5rem;
  color: #e5972c;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.gallery p{
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.mySwiper {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.swiper-slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  overflow: hidden;
  transform: scale(0.75); /* Kiri-kanan lebih kecil */
  opacity: 0.5;
}

.swiper-slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  transition: transform 0.4s ease;
}

/* Slide tengah */
.swiper-slide.swiper-slide-active {
  transform: scale(1) !important;  
  opacity: 1;
  z-index: 10;
}

.wa-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.wa-float img {
  width: 32px;
  height: 32px;
}

.wa-float:hover {
  transform: scale(1.1);
}

/* Footer */
.main-footer {
  background: linear-gradient(to top, #fff6e9, #fdf4e6);
  padding: 60px 30px 30px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  border-top: 4px solid #e5972c;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}

.footer-left h2 {
  font-size: 2rem;
  color: #e5972c;
  margin-bottom: 10px;
}

.footer-left p {
  max-width: 400px;
  line-height: 1.6;
}

.footer-contact p {
  display: flex;
  align-items: center;
  margin: 12px 0;
  font-size: 1rem;
}

.footer-contact img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  filter: brightness(0) saturate(100%) sepia(1) hue-rotate(-20deg) brightness(0.9);
}

.footer-contact a {
  text-decoration: none;
  color: #e5972c;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
  border-top: 1px solid #e0c8aa;
  padding-top: 15px;
}




/* Responsive adjustments */
@media(max-width:768px){
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 70px;
    right: 40px;
    width: 200px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
  }

  .logo{
    width: 100px;
  }
  .nav-menu.active {
    display: flex;
  }

  .nav-menu li {
    padding: 10px 20px;
  }

  .nav-menu li a {
    width: 100%;
    display: block;
  }


  .hero-overlay h1 { font-size:2.2rem; }
  .features { flex-direction: column; }

  .about-section {
    flex-direction: column;
  }

  .about-card,
  .about-content {
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  .about-content {
    padding: 10px 20px;
  }


}


