@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lilita+One&family=New+Amsterdam&family=Playfair+Display&family=Rubik+Mono+One&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Lilita+One&family=Luckiest+Guy&family=New+Amsterdam&family=Passion+One:wght@400;700;900&family=Rubik+Mono+One&family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Sankofa+Display&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background-color: #222222; }
::-webkit-scrollbar-thumb { 
    background-color: #005f73 ; 
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover { 
    background-color: #005f73 ; 
    border-radius: 3px;
}

/*============= Constants =============*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

#page-suptitel {
    font-weight: 600;
    font-family: 'Playfair Display', cursive;
    font-style: normal;
    letter-spacing: 3px;
    color: #212529; /* warna teks utama */
    opacity: 1; /* pastikan tidak transparan */
}

#page-suptitel span {
    color: #212529; /* ganti dari #faf8f5 agar tidak tampak buram */
    font-family: 'Playfair Display', cursive;
    font-style: normal;
    letter-spacing: 4px;
    opacity: 1; /* hindari transparansi */
}

#btn-new,
#btn-new:visited {
  background-color: #005f73 ;
  color: #ffffff;
  font-weight: 600;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  transition: background 0.3s ease;
  text-align: center;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif; /* Font biasa */
  font-size: 16px;
}

#btn-new:hover {
  background-color:  #005f73 ; /* warna kuning lebih gelap saat hover */
  color: #ffffff;
  cursor: pointer;
}

/*============= NAVIGATION =============*/
.navbar, footer {
    background-color: #005f73 !important;
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-title {
  font-family: 'Great Vibes', cursive;
  color: #f3efe9;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1;
}

/* Logo diperbesar secara visual tanpa mengubah tinggi navbar */
.navbar-brand img {
    height: 50px;
    width: auto;
    object-fit: contain;
    padding: 0;
    transform: scale(1.15);
    transform-origin: left center;
    transition: transform 0.3s ease;
}

.footer-logo img {
    height: 100px;
    width: auto;
    object-fit: contain;
    padding: 5px 0;
    transition: 0.5s ease;
}
.navbar-toggler,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.navbar-toggler-icon {
    color: #f3efe9;
}

.nav-link, .footer-link {
    font-size: 18px;
    font-weight: 500;
    color: #f3efe9 !important;
    letter-spacing: 0.5px;
    transition: 0.5s ease;
    font-family: 'Belleza', sans-serif;
    padding: 0.5rem 1rem;
}

.nav-link:hover, 
.nav-link.active,
.footer-link:hover {
    color: #f3efe9 !important;
    box-shadow: 0px 2px 0px #f3efe9;
}

.navbar-collapse .form-control {
    outline: 1px solid #f3efe9;
    font-family: 'Great Vibes', sans-serif;
}

.navbar-collapse .btn {
    background: #f3efe9;
    color: #005f73;
    border-radius: 5px;
    font-family: 'Great Vibes', sans-serif;
}

.collapse.navbar-collapse {
    justify-content: flex-end;
}

/*============= Home Section =============*/
.home {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-shadow: none;
    background-image: url('../images/pantai.jpg');
    background-size: cover;
    background-position: center;
}

.home .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    padding: 0;
    margin: -50px 0 0 0; /* Adjust this value to move higher (-50px moves it up) */
    position: relative;
}

.home .container h5 {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.home .container p {
    color: #005f73;
    font-size: 1.3rem;
    font-weight: 700; /* Bold penuh */
    letter-spacing: 0.5px;
    line-height: 1.3;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    padding-left: 10px;
}

.home .container a {
    box-shadow: 0px 0.5px 1px rgb(0, 0, 0);
}


/*============= About =============*/
  /* Base Styles */
  .kiluan-about {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, #e6f7fa 0%, #c3e9f2 100%);
  }

  .container {
    position: relative;
    z-index: 2;
  }

  /* Title Styles */
  .kiluan-title {
    color: #005f73;
    font-family: 'Poppins', sans-serif;
  }

  .kiluan-title span.title-char {
    display: inline-block;
    transition: all 0.3s ease;
    color: #0088a3;
  }

  .kiluan-title:hover span.title-char {
    transform: translateY(-5px);
    color: #005f73;
  }

  .title-underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #005f73, #0088a3);
    margin-top: 10px;
    transition: width 0.5s ease;
  }

  .kiluan-title:hover ~ .title-underline {
    width: 200px;
  }

  /* Info Box Styles */
  .info-box {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #003845;
  }

  .info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  }

  /* Primary Box */
  .primary-box {
    background: white;
    display: flex;
    flex-direction: column;
  }

  @media (min-width: 992px) {
    .primary-box {
      flex-direction: row;
    }
  }

  .primary-box .box-content {
    padding: 30px;
    flex: 1;
  }

  .primary-box .box-image {
    position: relative;
    min-height: 250px;
    flex: 1;
  }

  .primary-box .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .image-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255,255,255,0.9);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #028090;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    animation: float 3s ease-in-out infinite;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .box-title {
    color: #005f73;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
    position: relative;
  }

  .box-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #0088a3;
  }

  .box-description {
    color:#2d5d6b;
    font-family: 'Lora', serif;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  /* Stats Box */
  .stats-box {
    background: linear-gradient(135deg, #005f73 0%, #0088a3 100%);
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  @media (min-width: 768px) {
    .stats-box {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .stat-item {
    text-align: center;
    padding: 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease;
    color: white;
  }

  .stat-item:hover {
    transform: translateY(-5px);
  }

  .stat-icon {
    font-size: 2rem;
    margin-bottom: 10px;
    color: white;
  }

  .stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
  }

  .stat-label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.9);
  }

  /* Details Box */
  .details-box {
    background: white;
    padding: 30px;
  }

  .details-title {
    text-align: center;
    color: #05668d;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
  }

  .details-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  @media (min-width: 576px) {
    .details-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (min-width: 992px) {
    .details-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .detail-card {
    background: #f8f9fa;
    padding: 25px 20px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
  }

  .detail-card:hover {
    background: #005f73;
    color: white;
    transform: translateY(-5px);
  }

  .detail-card:hover h4,
  .detail-card:hover p {
    color: white;
  }

  .detail-card:hover .card-icon {
    color: white;
  }

  .card-icon {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #005f73;
    transition: color 0.3s ease;
  }

  .detail-card h4 {
    color: #023047;
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

  .detail-card p {
    color: #5a7a8c;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  /* Button Styles */
  .kiluan-btn {
    background: transparent;
    border: 2px solid #028090;
    color: #005f73;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
  }

  .kiluan-btn svg {
    stroke: #028090;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s ease;
  }

  .kiluan-btn:hover {
    background:#005f73;
    color: white;
    box-shadow: 0 5px 15px rgba(2, 128, 144, 0.3);
  }

  .kiluan-btn:hover svg {
    stroke: white;
    transform: translateX(3px);
  }

  /* Ocean Animation */
  .ocean-animation {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
  }

  .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
    opacity: 0.2;
  }

  .wave-1 {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" fill="%23028090" opacity=".25"/></svg>');
    animation: wave 12s linear infinite;
  }

  .wave-2 {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg"><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" fill="%23028090" opacity=".5"/></svg>');
    animation: wave 18s linear infinite reverse;
    bottom: 10px;
  }

  .wave-3 {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 120" xmlns="http://www.w3.org/2000/svg"><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%23028090"/></svg>');
    animation: wave 25s linear infinite;
    bottom: 15px;
    opacity: 0.3;
  }

  /* Floating Icons */
  .floating-icons {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
  }

  .floating-icons i {
    position: absolute;
    font-size: 30px;
    opacity: 0.1;
    color:#005f73;
    animation: float 6s infinite ease-in-out;
  }

  .floating-icons i:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
  }

  .floating-icons i:nth-child(2) {
    top: 60%;
    left: 80%;
    animation-delay: 2s;
  }

  .floating-icons i:nth-child(3) {
    top: 40%;
    left: 50%;
    animation-delay: 4s;
  }

  /* Animations */
  @keyframes wave {
    0% {
      transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
      transform: translateX(-25%) translateZ(0) scaleY(0.8);
    }
    100% {
      transform: translateX(-50%) translateZ(0) scaleY(1);
    }
  }

  @keyframes float {
    0%, 100% {
      transform: translateY(0) rotate(0deg);
    }
    50% {
      transform: translateY(-20px) rotate(5deg);
    }
  }

  .button-group {
    display: flex;
    gap: 15px;
    margin-top: 20px;
  }
  
  .button-group .kiluan-btn {
    flex: 1;
  }

/*============= Section Services =============*/
  /* Service Section Styles */
  .service-card {
    transition: all 0.3s ease;
    background: white;
    border: none !important;
  }
  
  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 95, 115, 0.1) !important;
  }
  
  .card-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 95, 115, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  
  .service-card:hover .card-icon-wrapper {
    background: #005f73;
  }
  
  .service-card:hover .card-icon-wrapper i {
    color: white !important;
  }
  
  /* Title Styles */
  .kiluan-title {
    color: #005f73;
    font-family: 'Poppins', sans-serif;
  }
  
  .kiluan-title span.title-char {
    display: inline-block;
    transition: all 0.3s ease;
  }
  
  .kiluan-title:hover span.title-char {
    transform: translateY(-5px);
    color: #0088a3;
  }
  
  .title-underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #005f73, #0088a3);
    margin-top: 10px;
    transition: width 0.5s ease;
  }
  
  .kiluan-title:hover ~ .title-underline {
    width: 200px;
  }
  
/*============= Section Gallary =============*/
/* Animasi untuk judul */
  .title-char {
    display: inline-block;
    transition: transform 0.3s ease;
  }
  .title-char:hover {
    transform: translateY(-5px);
    color: #005f73;
  }
  .title-underline {
    height: 3px;
    background: #005f73;
    transition: width 0.5s ease;
  }
  .kiluan-title:hover + .title-underline {
    width: 120px !important;
  }

  /* Efek untuk card gallery */
  .gallery-card {
    transition: transform 0.3s ease;
  }
  
  .gallery-card:hover {
    transform: translateY(-5px);
  }
  
  .card-img-container {
    position: relative;
    overflow: hidden;
  }
  
  .img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .card-img-container:hover .img-overlay {
    opacity: 1;
  }
  
  .view-btn {
    transition: all 0.3s ease;
  }
  
  .view-btn:hover {
    transform: scale(1.05);
  }
  
  .card-footer-underline {
    height: 3px;
    width: 50px;
    background: #0d6efd;
    margin-top: 10px;
  }
  
  /* Pastikan semua card memiliki tinggi yang sama */
  .h-100 {
    height: 100%;
  }

  /* Title Styles */
  .kiluan-title {
    color: #005f73;
    font-family: 'Poppins', sans-serif;
  }
  
  .kiluan-title span.title-char {
    display: inline-block;
    transition: all 0.3s ease;
  }
  
  .kiluan-title:hover span.title-char {
    transform: translateY(-5px);
    color: #0088a3;
  }
  
  .title-underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #005f73, #0088a3);
    margin-top: 10px;
    transition: width 0.5s ease;
  }
  
  .kiluan-title:hover ~ .title-underline {
    width: 200px;
  }

/*============= Section Packages =============*/
#packages h3 {
  border-left: 5px solid  #005f73;
  padding-left: 10px;
}

#packages h3.text-success {
  border-color:  #005f73;
}

.package-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.judul-section {
  color: #005f73; /* misalnya oranye */
}

.btn-order {
  background-color: #005f73; /* hijau tosca */
  color: #fff;
  border: none;
  transition: 0.3s ease;
}

.btn-order:hover {
  background-color: #005f73; /* warna saat hover */
  color: #fff;
}

.btn-booknow {
  background-color: #007d88; /* tosca gelap */
  color: #fff;
  border: none;
  padding: 6px 16px;
  transition: background-color 0.3s ease;
  font-weight: 500;
  border-radius: 6px;
}

.btn-booknow:hover {
  background-color: #005e66;
  color: #fff;
}

/* Title Styles */
  .kiluan-title {
    color: #005f73;
    font-family: 'Poppins', sans-serif;
  }
  
  .kiluan-title span.title-char {
    display: inline-block;
    transition: all 0.3s ease;
  }
  
  .kiluan-title:hover span.title-char {
    transform: translateY(-5px);
    color: #0088a3;
  }
  
  .title-underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #005f73, #0088a3);
    margin-top: 10px;
    transition: width 0.5s ease;
  }
  
  .kiluan-title:hover ~ .title-underline {
    width: 200px;
  }

/*============= Section Location =============*/
.location {
  background: linear-gradient(135deg, #e0f7fa, #ffffff);
  padding: 60px 0;
}

.location h1#page-suptitel {
  font-size: 2.5rem;
  color: #005f73;
  font-weight: bold;
}

.location .card {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.location .card-body {
  background-color: #ffffff;
  padding: 20px;
}

.location .btn-info {
  background-color: #007b83;
  border: none;
  color: white;
  font-weight: 500;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.location .btn-info:hover {
  background-color: #005f73;
  color: #fff;
}

/* Title Styles */
  .kiluan-title {
    color: #005f73;
    font-family: 'Poppins', sans-serif;
  }
  
  .kiluan-title span.title-char {
    display: inline-block;
    transition: all 0.3s ease;
  }
  
  .kiluan-title:hover span.title-char {
    transform: translateY(-5px);
    color: #0088a3;
  }
  
  .title-underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #005f73, #0088a3);
    margin-top: 10px;
    transition: width 0.5s ease;
  }
  
  .kiluan-title:hover ~ .title-underline {
    width: 200px;
  }

/*============= Section Informasi =============*/
   body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f8f9fa;
            color: #333;
        }
        
        .profile-header {
            background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1505228395891-9a51e7e86bf6?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 5rem 0;
            margin-bottom: 3rem;
            text-align: center;
        }
        
        .section-title {
            color: #005f73;
            border-bottom: 3px solid  #005f73;
            padding-bottom: 0.5rem;
            margin-bottom: 2rem;
        }
        
        .feature-card {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
        }
        
        .feature-card img {
            height: 200px;
            object-fit: cover;
        }
        
        .fact-box {
            background-color: white;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .fact-icon {
            font-size: 2rem;
            color: #005f73;
            margin-bottom: 1rem;
        }
        
        .back-btn {
            background-color:  #005f73;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            margin-top: 2rem;
            transition: background-color 0.3s;
        }
        
        .back-btn:hover {
            background-color: #004445;
            color: white;
        }
        
        .gallery-img {
            border-radius: 10px;
            margin-bottom: 20px;
            transition: transform 0.3s;
            cursor: pointer;
        }
        
        .gallery-img:hover {
            transform: scale(1.03);
        }
        
        .staff-card {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }
        
        .staff-img {
            height: 200px;
            object-fit: cover;
        }
        
        .staff-position {
            color: #6c757d;
            font-weight: 500;
        }
        
        .table-responsive {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .table thead {
            background-color: #005f73;
            color: white;
        }

/*============= MEDIA QUERIES =============*/
@media (max-width: 480px) {
    .navbar-brand img, .footer-logo img {
        height: 40px;
    }
    
    .home {
        height: 65vh;
        background-position: 48%;
    }
    .home .container {
        padding-top: 155px;
    }
    .home .container h5 {
        font-size: 2rem;
    }
    .home .container h1 {
        font-size: 1.5rem;
    }
    .home .container p {
        font-size: 0.5rem;
    }
    
    .services .card i {
        font-size: 3rem;
    }
    .services .card .card-body h3 {
        font-size: 0.9rem;
    }
    .services .card .card-body p {
        font-size: 0.8rem;
    }
    .services .card {
        max-width: 170px;
    }
    
    .about p {
        font-size: 0.8rem;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .navbar-brand img, .footer-logo img {
        height: 40px;
    }
    
    .home {
        height: 70vh;
    }
    .home .container h5 {
        font-size: 2rem;
    }
    .home .container h1 {
        font-size: 1.5rem;
    }
    .home .container p {
        font-size: 0.5rem;
    }
    
    .services .card i {
        font-size: 3.2rem;
    }
    .services .card {
        max-width: 260px;
    }
    
    .about p {
        font-size: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-brand img, .footer-logo img {
        height: 40px;
    }
    
    .home {
        height: 80vh;
    }
    .home .container h5 {
        font-size: 4.5rem;
    }
    .home .container h1 {
        font-size: 3.5rem;
    }
    
    .services .card {
        max-width: 400px;
    }
    
    .about .card img {
        height: 300px;
    }
}

/* Detail Penginapan */
.product-detail .sticky-top {
  z-index: 10;
}

.product-detail .list-group-item {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
}

.product-detail .card {
  border-radius: 10px;
  overflow: hidden;
}

/* Breadcrumb */
.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 1.5rem;
}

.breadcrumb-item a {
  color: #005f73;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}