/* ==== Global Reset & Tokens ==== */

:root{
/* Base */
  --bg:#0b1726;
  
  /* Section Flow */
  --bg-1:#0f1f33;
  --bg-2:#12263d;
  --bg-3:#152d47;
  --bg-4:#183451;
  --bg-5:#1b3b5b;
  --bg-6:#1f4265;
  --bg-7:#041629;

  /* Cards */
  --card:#11243a;

  /* Text */
  --text:#e6f2ff;
  --muted:#a8c3e8;

  /* Brand */
  --brand:#48b9ff;
  --brand-2:#00e0b8;
  --accent:#ffd166;

  /* Hover & Effects */
  --card-hover:#1b3554;
  --border:#26496f;
  --shadow:rgba(0,0,0,0.25);

  /* Gradients */
  --gradient-primary:linear-gradient(
    135deg,
    #48b9ff 0%,
    #00e0b8 100%
  );

  --gradient-dark:linear-gradient(
    180deg,
    #0b1726 0%,
    #132b45 100%
  );

  --gradient-accent:linear-gradient(
    135deg,
    #48b9ff 0%,
    #ffd166 100%
  );
  --shadow: 0 10px 30px rgba(0,0,0,.25);
  --radius: 18px;
}

* {
  box-sizing:border-box;
  margin:0;
  padding:0;
}
html{
  scroll-behavior: smooth;
}
body{
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:linear-gradient(180deg, var(--bg) 0%, var(--bg-4) 100%);
  line-height:1.65;
}

img {max-width:100%;
  display:block;
}
.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}
.section1,
.section2,
.section3,
.section4,
.section5,
.section6,
.section7,
.section.alt {
  padding: clamp(40px, 6vw, 72px) 0;
}

.section1 {
  background-color: var(--bg-1);
}

.section2 {
  background-color: var(--bg-2);
}

.section3 {
  background-color: var(--bg-3);
}

.section4 {
  background-color: var(--bg-4);
}

.section5 {
  background-color: var(--bg-5);
}

.section6 {
  background-color: var(--bg-6);
}

.section7 {
  background-color: var(--bg-7);
}

.section.alt {
  background: radial-gradient(
    1200px 600px at 20% 0%,
    rgba(72,185,255,.06),
    transparent 70%
  );
}

/* Tablet */
@media (max-width: 992px) {
  .section1,
  .section2,
  .section3,
  .section4,
  .section5,
  .section6,
  .section7,
  .section.alt {
    padding: 56px 0;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .section1,
  .section2,
  .section3,
  .section4,
  .section5,
  .section6,
  .section7,
  .section.alt {
    padding: 48px 0;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .section1,
  .section2,
  .section3,
  .section4,
  .section5,
  .section6,
  .section7,
  .section.alt {
    padding: 36px 0;
  }
}
.section-head2 {
  margin-bottom:28px;
}
.section-head2 h2 {
  margin:0 0 8px;
  color: #009688;
  font-size:clamp(1.4rem, 1.2rem + 1.5vw, 2.2rem);
}
.section-head {
  margin-bottom:28px;
}
.section-head h2 {
  margin:0 0 8px;
  font-size:clamp(1.4rem, 1.2rem + 1.5vw, 2.2rem);
}
.section-head p {
  margin:0;color:var(--muted);
}
.poto-ig {
  padding: 0 25vh;
}
@media (max-width: 600px) {
  .poto-ig{
    padding: 0;
  }
}

/* ==== NAV ==== */

/* ==== Navbar ==== */
.navbar{
  position: sticky;
  top: 0;
  z-index: 1000;

  background: rgba(7,18,31,.85);
  backdrop-filter: blur(6px);

  border-bottom: 1px solid rgba(255,255,255,.06);

  transition: all .35s ease;
}

.navbar.scrolled{
  background: rgba(7,18,31,.45);
  backdrop-filter: blur(18px);

  border-bottom: 1px solid rgba(255,255,255,.12);

  box-shadow:
    0 8px 30px rgba(0,0,0,.18);
}

.nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  padding:12px 0;
}

/* logo */
.brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:var(--text);
  font-weight:700;
  letter-spacing:.2px;
  min-width:0;
  white-space: nowrap;
  font-size: 1.2rem;
}

.brand img{
  height: 50px;
  width:auto;
  object-fit:contain;
  flex:0 0 auto;
}

.brand span{
  color:var(--brand);
}

/* desktop menu */
.nav{
  display:flex;
  align-items:center;
  margin-left:auto;
}

.nav-menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  gap:18px;
  align-items:center;
}

.nav-menu a{
  text-decoration:none;
  color:var(--text);
  padding:8px 14px;
  border-radius:999px;
  transition:all .3s ease;
  white-space: nowrap;
}

.nav-menu a:hover{
  background: rgba(72,185,255,.15);
}

.nav-menu a.active,
.nav-menu a[aria-current="page"]{
  color:#48b9ff;
  font-weight:600;
  background: rgba(72,185,255,.18);
}

.nav-menu a.active::after,
.nav-menu a[aria-current="page"]::after{
  display:none;
}

.nav-menu .btn{
  margin-left:8px;
}

.hamburger{
  display:none;
  background:none;
  border:0;
  cursor:pointer;
  padding:8px;
  line-height:0;
}

.hamburger span{
  display:block;
  width:26px;
  height:2px;
  background:var(--text);
  margin:6px 0;
  transition:.3s;
  transform-origin:center;
}

/* tombol search */
.btn-search{
  border-radius:999px;
  background:#48b9ff;
  color:#fff;
  border:none;
  min-width:42px;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

/* search modal */
.search-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.68);
  display:none;
  justify-content:center;
  align-items:flex-start;
  padding:96px 16px 16px;
  z-index:2000;
}

.search-modal.show{
  display:flex;
}

.search-box{
  width:min(900px, 100%);
  background:#0f1f33;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:16px;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}

.search-head{
  display:flex;
  gap:12px;
  align-items:center;
}

#searchInput{
  width:100%;
  padding:14px 16px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:#08111c;
  color:#fff;
  outline:none;
}

#searchInput::placeholder{
  color:#9fb4d1;
}

.search-close{
  width:42px;
  height:42px;
  border-radius:12px;
  border:none;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}

.search-results{
  margin-top:14px;
  max-height:60vh;
  overflow:auto;
}

.search-item{
  display:block;
  padding:14px 12px;
  border-radius:12px;
  text-decoration:none;
  color:var(--text);
  border:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.03);
  margin-bottom:10px;
}

.search-item:hover{
  background:rgba(255,255,255,.08);
}

.search-item-title{
  font-weight:700;
  margin-bottom:4px;
}

.search-item-snippet{
  color:var(--muted);
  font-size:.95rem;
  line-height:1.55;
}

.search-empty{
  color: var(--muted);
  margin: 0;
  padding: 8px 4px;
}

body.nav-open{
  overflow:hidden;
}

/* ==== Responsive Navbar ==== */
@media (max-width: 920px){
  .nav-wrap{
    gap:10px;
  }

  .hamburger{
    display:block;
    margin-left:auto;
    z-index:1101;
  }

  .nav{
    position:relative;
  }

  .nav-menu{
    position:fixed;
    top:72px;
    left:12px;
    right:12px;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    padding:14px;
    background:rgba(7,18,31,.97);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    box-shadow:0 18px 40px rgba(0,0,0,.35);
    max-height:calc(100vh - 92px);
    overflow-y:auto;
    z-index:1099;

    opacity:0;
    transform:translateY(-12px);
    pointer-events:none;
    visibility:hidden;
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .nav-menu.show{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
    visibility:visible;
  }

  .nav-menu li{
    width:100%;
  }

  .nav-menu a,
  .nav-menu .btn,
  .nav-menu button{
    display:block;
    width:100%;
    text-align:left;
  }

  .nav-menu a{
    padding:12px 14px;
  }

  .nav-menu .btn{
    margin-left:0;
  }

  .btn-search{
    width:100%;
    justify-content:center;
  }

  .brand{
    font-size:1rem;
    gap:6px;
  }

  .brand img{
    height:42px;
  }
}

@media (max-width: 480px){
  .nav-wrap{
    padding:10px 0;
  }

  .brand{
    font-size:18px;
  }

  .brand img{
    height:40px;
  }

  .nav-menu{
    left:10px;
    right:10px;
    top:66px;
    border-radius:16px;
    padding:12px;
  }

  .search-modal{
    padding:76px 10px 10px;
  }

  .search-head{
    gap:8px;
    flex-direction: column;
    align-items: stretch;
  }

  .search-close{
    width:40px;
    height:40px;
    font-size:26px;
    align-self:flex-end;
  }
}

.hamburger.is-open span:nth-child(1){
  transform: translateY(8px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2){
  opacity:0;
}

.hamburger.is-open span:nth-child(3){
  transform: translateY(-8px) rotate(-45deg);
}

/* ==== Buttons ==== */
.btn {
  display:inline-block; 
  padding:10px 15px; 
  text-decoration:none; 
  font-weight:600; 
  transition:.25s; 
  border:1px solid transparent;
  cursor: pointer;
}
.btn:hover {
  transform:translateY(-2px); 
  box-shadow: var(--shadow);
  background: #00796b;
  color: var(--text);
}
.btn-primary {
  border-radius:999px; 
  background:linear-gradient(135deg, var(--brand), var(--brand-2)); 
  color:#00111d;
}
.btn-outline {
  color: #009688; 
  border-radius:999px; 
  background:transparent;
  border: 2px solid #009688;
}
.btn-explore {
  border-radius: 6px;
  color: #000;
  background: gainsboro;
  margin-top: 18px;
}
.btn-wa {
  border-radius:999px; 
  background:#25D366; 
  color:#00111d;
}

/* ==== Halaman Home ==== */

/* ==== Hero ==== */
.hero {
  min-height:90vh; 
  display:grid; 
  place-items:center; 
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* overlay untuk kontras teks */
}
.hero-video {
  position:absolute; 
  inset:0; 
  width:100%; 
  height:100%; 
  object-fit:cover; 
  filter: saturate(1.1) contrast(1.05) brightness(.8);
}
.hero-overlay {
  position:absolute; 
  inset:0; 
  background: radial-gradient(1000px 400px at 50% 10%, rgba(0,0,0,.15), rgba(0,0,0,.55));
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align:center; 
  padding-block:64px;
  margin: auto;
}

.hero h1 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 5vw, 3rem); /* Responsif, SEO heading tetap besar tapi mobile friendly */
  line-height: 1.2;
}

.hero p {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0 auto 16px;
}
.hero h1 span {
  background: linear-gradient(135deg, var(--brand), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent; /* Safari support */
  font-weight: 700; /* biar lebih tegas */
  display: inline-block;
}

.hero h1 span::selection {
  background: var(--accent);
  -webkit-text-fill-color: #fff; /* saat di-block/seleksi tetap terbaca */
  color: #fff;
}

/* Tambahan opsional: efek glow lembut */
.hero h1 span.glow {
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}


/* ==== Layout Helpers ==== */
.grid-2 {
  display:grid; 
  gap:28px; 
  grid-template-columns: 1fr;
}
.grid-3 {
  display:grid; 
  gap:22px; 
  grid-template-columns: 1fr;
}
.image-card figcaption {
  color:var(--muted); 
  font-size:.9rem; 
  margin-top:8px;
}
.tick {
  padding-left:18px;
}
.tick li {
  margin:6px 0;
}

.stats {
  display:grid; 
  grid-template-columns:repeat(3,1fr); gap:12px; 
  margin-top:14px;
}
.stats div {
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); 
  padding:16px; 
  border-radius:var(--radius); 
  text-align:center; 
  border:1px solid rgba(255,255,255,.06);
}
.stats strong {
  font-size:1.4rem; 
  display:block;
}

/* ===================================
   OUR STORY HERO
=================================== */

.hero-story{
  position:relative;
  min-height:90vh;

  display:flex;
  align-items:center;
  justify-content:center;

  overflow:hidden;
}

.hero-story__image{
  position:absolute;
  inset:0;

  width:100%;
  height:100%;

  object-fit:cover;
}

.hero-story::before{
  content:"";

  position:absolute;
  inset:0;

  background:
    linear-gradient(
      rgba(0,0,0,.55),
      rgba(0,0,0,.45)
    );

  z-index:1;
}

.hero-story__content{
  position:relative;
  z-index:2;

  max-width:850px;

  text-align:center;
}

.hero-story__eyebrow{
  display:inline-block;

  margin-bottom:20px;

  letter-spacing:.25em;
  text-transform:uppercase;

  font-size:.85rem;
  font-weight:700;

  color:#7dd3fc;
}

.hero-story h1{
  font-size:clamp(3rem,7vw,5.8rem);

  line-height:.95;

  margin-bottom:24px;

  color:#fff;
}

.hero-story p{
  max-width:700px;

  margin:0 auto 32px;

  font-size:1.15rem;
  line-height:1.9;

  color:rgba(255,255,255,.9);
}

.hero-story__buttons{
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
}

.story-intro{
  padding:80px 0;
}

.narrow{
  max-width:850px;
  margin:auto;
  text-align:center;
}

.section-label{
  display:inline-block;

  margin-bottom:18px;

  letter-spacing:.2em;
  text-transform:uppercase;

  font-size:.8rem;
  font-weight:700;

  color:#48b9ff;
}

.story-intro h2{
  font-size:clamp(2rem,4vw,3.5rem);

  margin-bottom:20px;
}

.story-intro p{
  color:var(--muted);

  font-size:1.1rem;

  line-height:1.9;
}

.story-grid{
  display:grid;

  grid-template-columns:1fr 1fr;

  gap:80px;

  align-items:center;
}

.story-grid.reverse{
  direction:rtl;
}

.story-grid.reverse > *{
  direction:ltr;
}

.story-content{
  max-width:560px;
}

.story-tag{
  display:inline-block;

  margin-bottom:12px;

  color:#48b9ff;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:.15em;

  font-size:.8rem;
}

.story-content h2{
  font-size:clamp(2rem,4vw,3rem);

  margin-bottom:20px;

  line-height:1.1;
}

.story-content p{
  margin-bottom:18px;

  color:var(--muted);

  line-height:1.9;
}

.story-image img{
  width:100%;

  border-radius:28px;

  object-fit:cover;

  box-shadow:
    0 25px 60px rgba(0,0,0,.25);
}

.story-values{
  padding:80px 0;
}

.values-grid{
  display:grid;

  grid-template-columns:
    repeat(3,1fr);

  gap:24px;

  margin-top:50px;
}

.value-card{
  padding:40px 30px;

  text-align:center;

  border-radius:24px;

  background:var(--card);

  border:
    1px solid rgba(255,255,255,.06);

  transition:.35s;
}

.value-card:hover{
  transform:translateY(-6px);
}

.value-card i{
  font-size:2rem;

  color:#48b9ff;

  margin-bottom:20px;
}

.value-card h3{
  margin-bottom:14px;
}

.value-card p{
  color:var(--muted);
}

.story-today{
  text-align:center;

  padding:80px 0;
}

.story-today h2{
  font-size:clamp(2rem,4vw,3rem);

  margin-bottom:24px;
}

.story-today p{
  color:var(--muted);

  line-height:1.9;

  max-width:800px;

  margin:
    0 auto 20px;
}

.story-cta{
  padding-bottom:120px;
}

.story-cta__box{
  padding:80px 50px;

  text-align:center;

  border-radius:32px;

  background:
    linear-gradient(
      135deg,
      #0f1f33,
      #163451
    );

  border:
    1px solid rgba(72,185,255,.15);
}

.story-cta__box h2{
  font-size:
    clamp(2rem,4vw,3rem);

  margin-bottom:20px;
}

.story-cta__box p{
  max-width:700px;

  margin:
    0 auto 30px;

  color:var(--muted);
}

@media(max-width:900px){
  .story-cta__box{
    padding: 25px;
  }
  .story-grid{
    grid-template-columns:1fr;

    gap:40px;
  }

  .story-grid.reverse{
    direction:ltr;
  }

  .values-grid{
    grid-template-columns:1fr;
  }

  .hero-story{
    min-height:90vh;
  }

  .hero-story h1{
    font-size:3rem;
  }

}

/* =====================================================
   OUR TEAM
===================================================== */

.team-hero{
  min-height:90vh;
}

.team-hero .hero-story__content{
  max-width:800px;
}

.team-hero h1{
  margin-bottom:16px;
}

.team-hero p{
  margin-bottom:24px;
}

.team-intro{
  padding:70px 0 40px;
}

.team-intro h2{
  margin-bottom:18px;
}

.team-intro p{
  margin-bottom:12px;
}

.founders-section{
  padding:50px 0;
}

.founders-section .section-head{
  text-align:center;
}

.founders-section h2{
  margin-bottom:10px;
}

.story-block{
  padding:50px 0;
}

.story-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}

.story-grid.reverse{
  direction:rtl;
}

.story-grid.reverse > *{
  direction:ltr;
}

.story-content h2{
  margin-bottom:14px;
}

.story-content p{
  margin-bottom:14px;
  line-height:1.8;
}

.story-image img{
  width:100%;
  border-radius:24px;
  display:block;
}

.crew-section{
  padding:70px 0;
}

.crew-section .section-head{
  text-align:center;
  margin-bottom:40px;
}

.crew-grid{
  display:grid;

  grid-template-columns:
    repeat(auto-fit,minmax(220px,1fr));

  gap:24px;
}

.crew-card{

  text-align:center;

  border-radius:20px;

  overflow:hidden;

  background:var(--card);

  border:
    1px solid rgba(255,255,255,.06);

  transition:.3s;
}

.crew-card:hover{
  transform:translateY(-4px);
}

.crew-card img{

  width:100%;

  height:260px;

  object-fit:cover;
}

.crew-card h3{

  margin-top:18px;
  margin-bottom:6px;

  font-size:1.2rem;
}

.crew-card span{

  display:block;

  padding:0 16px 20px;

  color:var(--muted);

  font-size:.95rem;
}


@media(max-width:900px){

  .story-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .story-grid.reverse{
    direction:ltr;
  }

  .team-hero{
    min-height:90vh;
  }

  .crew-grid{
    grid-template-columns:
      repeat(2,1fr);
  }

}

@media(max-width:600px){

  .crew-grid{
    grid-template-columns:1fr;
  }

  .story-block{
    padding:35px 0;
  }

  .team-intro{
    padding:50px 0 25px;
  }

}

/* ===================================== 
            FAQ PAGE 
===================================== */ 
  .faq-page-layout{ 
    padding:120px 20px 80px; 
  }
  .faq-wrap{ 
    max-width:920px; margin:0 auto; 
  }
  .faq-header{ 
    text-align:center; 
    margin-bottom:70px; 
  } 
  .faq-kicker{ 
    display:inline-block; 
    margin-bottom:18px; 
    color:#48b9ff; 
    font-size:.8rem; 
    font-weight:700; 
    letter-spacing:.2em; 
    text-transform:uppercase; 
  } 
  .faq-header h1{ 
    font-size: clamp(2.5rem,5vw,4.5rem); 
    line-height:1.05; 
    margin-bottom:20px; 
  } 
  .faq-header p{ 
    max-width:700px; 
    margin:0 auto; 
    color:var(--muted); 
    line-height:1.9; 
  }

  .faq-listing{ 
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .faq-entry{ 
    border-bottom: 1px solid rgba(255,255,255,.08); 
  } 
  .faq-question{ 
    position:relative; 
    list-style:none; 
    cursor:pointer; 
    padding:28px 50px 28px 0; 
    font-size:1.1rem; 
    font-weight:600; 
    line-height:1.5; 
    transition:.25s; 
  } 
  .faq-question::-webkit-details-marker{ 
    display:none; 
  } 
  .faq-question::after{ 
    content:"+"; 
    position:absolute; 
    right:0; 
    top:50%; 
    transform: translateY(-50%); 
    font-size:2rem; 
    font-weight:300; 
    color:#48b9ff; 
    transition:.25s; 
  } 
  .faq-entry[open] .faq-question{ 
    color:#48b9ff; 
  } 
  .faq-entry[open] .faq-question::after{ 
    transform: translateY(-50%) rotate(45deg); 
  }

  .faq-answer{ 
    padding: 0 40px 30px 0; 
  } 
  .faq-answer p{ 
    margin-bottom:14px; 
    color:var(--muted); 
    line-height:1.9; 
  } 
  .faq-answer p:last-child{ 
    margin-bottom:0; 
  }

  .faq-question:hover{ 
    color:#48b9ff; 
  }

  @media(max-width:768px){ 
    .faq-layout{ 
      padding:90px 20px 60px; 
    } 
    .faq-header{ 
      margin-bottom:50px; 
    } 
    .faq-question{ 
      font-size:1rem; 
      padding: 22px 40px 22px 0; 
    }
    .faq-answer{ 
      padding: 0 0 22px 0; 
    } 
}

.faq-contact{
  padding:100px 20px 120px;

}

.faq-contact-box{

  max-width:900px;

  margin:0 auto;

  text-align:center;

  padding:70px 40px;

  border-radius:32px;

  background:
    linear-gradient(
      135deg,
      rgba(72,185,255,.08),
      rgba(72,185,255,.03)
    );

  border:
    1px solid rgba(72,185,255,.15);

}

.faq-contact-label{

  display:inline-block;

  margin-bottom:16px;

  color:#48b9ff;

  font-size:.8rem;

  font-weight:700;

  letter-spacing:.2em;

  text-transform:uppercase;

}

.faq-contact-box h2{

  font-size:
    clamp(2rem,4vw,3rem);

  margin-bottom:20px;

}

.faq-contact-box p{

  max-width:650px;

  margin:0 auto 30px;

  color:var(--muted);

  line-height:1.8;

}

.faq-whatsapp-btn{
  display:inline-flex;

  align-items:center;

  gap:12px;

  padding:16px 28px;

  border-radius:999px;

  background:#25D366;

  color:#fff;

  text-decoration:none;

  font-weight:600;

  transition:.3s ease;

}

.faq-whatsapp-btn:hover{

  transform:translateY(-3px);

  box-shadow:
    0 10px 25px rgba(37,211,102,.3);

}

.faq-whatsapp-btn i{

  font-size:1.2rem;

}


/* =====================================================
   WHY CHOOSE US + MARINE LIFE
===================================================== */

.experience-section{
  background: transparent;
}

.experience-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: stretch;
}

.eyebrow{
  margin: 0 0 14px;
  font-size: .78rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #48b9ff;
  font-weight: 800;
}

.experience-copy h2{
  margin: 0 0 16px;
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  line-height: 1.02;
  color: var(--text);
  font-weight: 800;
  max-width: 620px;
}

.experience-lead{
  margin: 0 0 26px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.02rem;
  max-width: 620px;
}

.feature-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.feature-pill{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 18px;
  background: var(--card);
  border: 1px solid rgba(255,255,255,.06);
  transition: .3s ease;
}

.feature-pill:hover{
  transform: translateY(-3px);
  border-color: rgba(72,185,255,.15);
  background: rgba(72,185,255,.05);
}

.feature-pill__icon{
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(72,185,255,.12);
  color: #48b9ff;
  font-size: 1rem;
  box-shadow: 0 8px 18px rgba(11,125,218,.08);
}

.feature-pill h3{
  margin: 0 0 4px;
  font-size: 1rem;
  color: var(--text);
}

.feature-pill p{
  margin: 0;
  font-size: .92rem;
  line-height: 1.6;
  color: var(--muted);
}

/* Center button */
.experience-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  margin: 24px auto 0;
  padding: 14px 22px;
}

/* RIGHT SIDE */
.marine-panel{
  background: var(--card);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    0 18px 40px rgba(0,0,0,.16),
    0 0 0 1px rgba(255,255,255,.03);
  display: flex;
  flex-direction: column;
}

.marine-panel__head{
  padding: 24px;
  background: linear-gradient(135deg, #08111c, #10213a);
  color: #fff;
}

.eyebrow--light{
  color: #48b9ff;
  margin-bottom: 10px;
}

.marine-panel__head h3{
  margin: 0 0 8px;
  font-size: 1.45rem;
  color: #fff;
  line-height: 1.15;
}

.marine-panel__head p{
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.6;
  font-size: .95rem;
}

.marine-compact-list{
  padding: 18px 18px 22px;
  display: grid;
  gap: 12px;
}

.marine-compact-card{
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.marine-compact-card:hover{
  transform: translateY(-4px);
  border-color: rgba(72,185,255,.15);
  background: rgba(72,185,255,.05);
  box-shadow: 0 14px 30px rgba(0,0,0,.08);
}

.marine-compact-card img{
  width: 78px;
  height: 78px;
  border-radius: 14px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.marine-compact-card h4{
  margin: 0 0 4px;
  font-size: 1rem;
  color: var(--text);
}

.marine-compact-card p{
  margin: 0;
  font-size: .88rem;
  line-height: 1.5;
  color: var(--muted);
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 992px){
  .experience-grid{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px){
  /* .experience-copy,
  .marine-panel{
    padding: 18px;
    border-radius: 22px;
  } */

  .feature-grid{
    grid-template-columns: 1fr;
  }

  .marine-panel__head{
    padding: 18px;
  }

  .marine-compact-list{
    padding: 14px;
  }

  .marine-compact-card{
    grid-template-columns: 64px 1fr;
    gap: 12px;
    padding: 9px;
  }

  .marine-compact-card img{
    width: 64px;
    height: 64px;
    border-radius: 12px;
  }

  .experience-copy h2{
    font-size: clamp(1.8rem, 7vw, 2.8rem);
  }
}

/* galery depan */
/* ===== Home Gallery / Travel Memories ===== */
.gallery-depan {
  text-align: center;
}

.gallery-depan .section-head{
  text-align: center;
  margin-bottom: 28px;
}

.gallery-depan h2{
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 12px;
  color: var(--text);
}

/* wrapper bawah */
.poto-ig{
  padding: 0 25vh;
}

@media (max-width: 900px){
  .poto-ig{
    padding: 0px;
  }
}

/* grid */
.gallery-content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.gallery-depan-item{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.gallery-depan-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gallery-depan-item:hover img{
  transform: scale(1.05);
}

.gallery-depan-item.has-play::after{
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(24px, 5vw, 42px);
  color: #fff;
  text-shadow: 0 4px 12px rgba(0,0,0,.45);
  pointer-events: none;
}

/* tablet */
@media (min-width: 600px){
  .gallery-content{
    grid-template-columns: repeat(3, 1fr);
  }
}

/* desktop */
@media (min-width: 1024px){
  .gallery-content{
    grid-template-columns: repeat(4, 1fr);
  }
}

.faq-location-section{
  padding:72px 0;
    background:
        radial-gradient(circle at top left,
        rgba(72,185,255,.08),
        transparent 30%),
        linear-gradient(
        180deg,
        #08111c,
        #0f1f33);
}

/* GRID */

.faq-layout{
    display:grid;
    grid-template-columns:1.25fr .8fr;
    gap:40px;
    align-items:start;
}

.faq-column{
    display:flex;
    flex-direction:column;
    gap:28px;
}

/* =====================
   RIGHT COLUMN
===================== */

.right-column{
    position:relative;
    height:100%;
}

/* =====================
   MAP
===================== */

.map-panel{
  position:sticky;
  top:100px;
  height:calc(100vh - 140px);
  display:flex;
  flex-direction:column;
  background:
      linear-gradient(
      180deg,
      rgba(255,255,255,.06),
      rgba(255,255,255,.03));
  border:1px solid rgba(72,185,255,.12);
  border-radius:30px;
  overflow:hidden;
  backdrop-filter:blur(12px);
  box-shadow:
    0 20px 50px rgba(0,0,0,.18);
}

.map-header{
  padding:22px 24px;
}

.map-header p{
  color:#48b9ff;
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.25em;
  margin-bottom:8px;
}

.map-header h3{
  color:#fff;
  margin:0;
}

.map-panel__frame{
  flex:1;
  min-height:280px;
}

.map-panel iframe{
  width:100%;
  height:100%;
  border:none;
}

.map-info{
  padding:22px 24px;
  border-top:1px solid rgba(255,255,255,.06);
}

.map-info strong{
  display:block;
  color:#fff;
  margin-bottom:4px;
}

.map-info span{
  color:rgba(255,255,255,.6);
}

/* =====================
   FAQ HEADER
===================== */

.faq-head{
  text-align:center;
  margin-bottom:30px;
}

.faq-eyebrow{
  color:#48b9ff;
  font-size:.75rem;
  letter-spacing:.25em;
  font-weight:700;
}

.faq-head h2{
  color:#fff;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.05;
  margin:10px 0;
}

.faq-subtitle{
  max-width:650px;
  margin:auto;
  color:rgba(255,255,255,.65);
  line-height:1.8;
}

/* =====================
   FAQ WRAPPER
===================== */

.faq-wrapper{
  position:relative;
}

.faq-list{
  display:grid;
  gap:14px;
}

/* =====================
   FAQ CARD
===================== */

.faq-item{
  background:
      linear-gradient(
      180deg,
      rgba(255,255,255,.06),
      rgba(255,255,255,.03));
  border:1px solid rgba(72,185,255,.08);
  border-radius:22px;
  overflow:hidden;
  backdrop-filter:blur(10px);
  transition:.3s;
}

.faq-item:hover{
  border-color:rgba(72,185,255,.22);
  transform:translateY(-2px);
  box-shadow:
      0 10px 25px rgba(0,0,0,.15);
}

.faq-item[open]{
  border-color:rgba(72,185,255,.28);
}

.faq-item summary{
  cursor:pointer;
  list-style:none;
  padding:22px 24px;
  color:#f4f8ff;
  font-weight:600;
  font-size:1rem;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.faq-item summary::-webkit-details-marker{
  display:none;
}

.faq-item summary::after{
  content:"+";
  width:32px;
  height:32px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:
      linear-gradient(
      135deg,
      rgba(72,185,255,.15),
      rgba(0,224,184,.15));
  color:#48b9ff;
  font-size:1.1rem;
  flex-shrink:0;
}

.faq-item[open] summary::after{
  content:"−";
}

.faq-content{
  padding:0 24px 22px;
  color:rgba(255,255,255,.65);
  line-height:1.8;
}

/* =====================
   HIDDEN FAQ
===================== */

.faq-more{
  display:none;
  gap:14px;
}

.faq-more.show{
  display:grid;
}

/* =====================
   FADE EFFECT
===================== */
.faq-fade{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:180px;
  pointer-events:none;
  background:
      linear-gradient(
      to bottom,
      rgba(8,17,28,0),
      rgba(8,17,28,.4),
      rgba(8,17,28,.85),
      rgba(8,17,28,1));
  transition:.3s;
}

.faq-wrapper.expanded .faq-fade{
  opacity:0;
  visibility:hidden;
}

/* =========================
   FAQ ACTIONS
========================= */

.faq-actions{
  display:flex;
  justify-content:center;
  margin-top:28px;
}

/* BUTTON */

.faq-read-btn{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 22px;
  border:none;
  outline:none;
  cursor:pointer;
  color:#fff;
  font-size:.95rem;
  font-weight:700;
  letter-spacing:.02em;
  border-radius:999px;
  background:
    linear-gradient(
      135deg,
      rgba(72,185,255,.18),
      rgba(0,224,184,.12)
    );
  border:1px solid rgba(72,185,255,.15);
  backdrop-filter:blur(12px);
  box-shadow:
    0 12px 30px rgba(72,185,255,.12);
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

/* HOVER */

.faq-read-btn:hover{
  transform:translateY(-3px);
  border-color:rgba(72,185,255,.3);
  box-shadow:
    0 15px 35px rgba(72,185,255,.18),
    0 0 20px rgba(72,185,255,.08);
}

/* ARROW CIRCLE */

.faq-arrow{
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:
    linear-gradient(
      135deg,
      rgba(72,185,255,.2),
      rgba(0,224,184,.18)
    );
  color:#7dd3fc;
  transition:
    transform .35s ease,
    background .35s ease;
}

.faq-arrow svg{
  width:16px;
  height:16px;
}

/* OPEN STATE */
.faq-read-btn.active .faq-arrow{
  transform:rotate(180deg);
}

/* MOBILE */
@media(max-width:768px){
  .faq-location-section{
  padding: 0;
  }

  .faq-actions{
    margin-top:22px;
  }

  .faq-read-btn{
    font-size:.9rem;

    padding:12px 18px;

    gap:10px;
  }

  .faq-arrow{
    width:28px;
    height:28px;
  }
}

/* =====================
   CTA
===================== */

/* ===================================
   PREMIUM CTA
=================================== */

.faq-cta{
  position:relative;
  overflow:hidden;
  padding:52px 40px;
  text-align:center;
  border-radius:32px;
  background:
    linear-gradient(
      145deg,
      #091321,
      #10233c
    );
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 25px 60px rgba(0,0,0,.22);
}

/* Sunset Glow */

.faq-cta::before{
  content:"";
  position:absolute;
  width:320px;
  height:320px;
  top:-160px;
  right:-100px;
  border-radius:50%;
  background:
    radial-gradient(
      circle,
      rgba(72,185,255,.12),
      transparent 70%
    );
  pointer-events:none;
}

.faq-cta::after{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  bottom:-120px;
  left:-80px;
  border-radius:50%;
  background:
    radial-gradient(
      circle,
      rgba(72,185,255,.12),
      transparent 70%
    );
  pointer-events:none;
}

/* ICON */

.faq-cta-icon{
  width:78px;
  height:78px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-size:1.7rem;
  color:#7dd3fc;
  background:
  linear-gradient(
    135deg,
    rgba(72,185,255,.18),
    rgba(125,211,252,.10)
  );
  border:1px solid rgba(125,211,252,.20);
  box-shadow:
  0 10px 35px rgba(72,185,255,.15);
}

/* TAG */
.faq-cta-tag{
  display:inline-flex;
  padding:8px 14px;
  margin-bottom:18px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  color:#7dd3fc;
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

/* TITLE */
.faq-cta h3{
  color:#fff;
  font-size:clamp(1.8rem,3vw,2.4rem);
  font-weight:800;
  margin-bottom:14px;
}

/* TEXT */
.faq-cta p{
  color:rgba(255,255,255,.72);
  line-height:1.9;
  max-width:520px;
  margin:0 auto 32px;
}

/* BUTTON */
.faq-cta-btn{
    display:inline-block;
    padding:14px 24px;
    border-radius:999px;
    text-decoration:none;
    color:#fff;
    background:
        linear-gradient(
        135deg,
        #48b9ff,
        #00e0b8);
    box-shadow:
      0 10px 30px rgba(72,185,255,.25);
}

.faq-cta-btn:hover{
  transform:translateY(-4px);
  box-shadow:
    0 20px 45px rgba(37,211,102,.35);
}

.faq-cta-arrow{
  transition:.3s;
}

.faq-cta-btn:hover .faq-cta-arrow{
  transform:translateX(4px);
}

/* SMALL */

.faq-cta small{
  display:block;
  margin-top:22px;
  color:rgba(255,255,255,.55);
}

/* MOBILE */
@media(max-width:768px){
  .faq-cta{
    padding:40px 24px;
  }

  .faq-cta-icon{
    width:64px;
    height:64px;
  }

  .faq-cta-btn{
    width:100%;
    justify-content:center;
  }

}

/* =====================
   MOBILE
===================== */
@media (max-width:768px){
  .faq-item{
    border-radius:20px;
  }

  .faq-item summary{
    padding:18px;
    font-size:.95rem;
  }

  .faq-content{
    padding:0 18px 18px;
    font-size:.92rem;
  }

  .faq-item summary::after{
    width:30px;
    height:30px;
    font-size:1rem;
  }

  .faq-layout{
      grid-template-columns:1fr;
      padding:72px 0;
    }
}

/* =====================================================
   PACKAGE SECTION
===================================================== */
.packages{
  padding: 70px 0;
  text-align: center;
}

.packages h2{
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 12px;
}

.package-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:24px;
  margin-top:40px;
  align-items:stretch;
}

.more{
  text-align:center;
  margin:50px auto 0;
  width:100%;
}

/* =====================================================
   CARD
===================================================== */

.package-card{
  display:flex;
  flex-direction:column;
  height:100%;
  overflow:hidden;
  text-align:left;
  border-radius:22px;
  background: var(--card);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 14px 30px rgba(0,0,0,.14),
    0 0 0 1px rgba(255,255,255,.03);
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.package-card:hover{
  transform:translateY(-8px);
  border-color:rgba(72,185,255,.22);
  box-shadow:
    0 20px 45px rgba(0,0,0,.20),
    0 0 0 1px rgba(72,185,255,.10);
}

/* =====================================================
   IMAGE
===================================================== */

.package-image{
  position:relative;
  overflow:hidden;
}

.package-image img{
  width:100%;
  height:240px;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}

.package-card:hover .package-image img{
  transform:scale(1.06);
}

/* =====================================================
   BADGE
===================================================== */

.package-badge{
  position:absolute;
  top:16px;
  left:16px;

  padding:8px 12px;

  border-radius:999px;

  background:#48b9ff;
  color:#00111d;

  font-size:.78rem;
  font-weight:700;
  letter-spacing:.4px;

  box-shadow:0 4px 12px rgba(72,185,255,.25);
}

/* =====================================================
   CONTENT
===================================================== */

.pad{
  display:flex;
  flex-direction:column;
  flex:1;

  padding:22px;
}

.package-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:14px;
}

.chip{
  display:inline-flex;
  align-items:center;

  padding:7px 12px;

  border-radius:999px;

  background:rgba(72,185,255,.10);
  color:#48b9ff;

  border:1px solid rgba(72,185,255,.18);

  font-size:.82rem;
  font-weight:600;
}

.package-card h3{
  margin:0 0 12px;
  font-size:1.25rem;
  line-height:1.35;
  color:var(--text);
}

.muted{
  margin:0 0 18px;
  line-height:1.75;
  color:var(--muted);
}

/* =====================================================
   FEATURES
===================================================== */

.package-features{
  margin:0 0 20px;
  padding-left:18px;

  display:grid;
  gap:8px;
}

.package-features li{
  line-height:1.6;
  color:var(--text);
}

/* =====================================================
   FOOTER
===================================================== */

.package-footer{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}

.price{
  margin:0;
  font-size:1.05rem;
  font-weight:800;
  color:var(--text);
}

.price span{
  font-size:.9rem;
  font-weight:500;
  color:var(--muted);
}

/* =====================================================
   BUTTON
===================================================== */

.package-card .btn.btn-primary{
  width: 100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 18px;
  border-radius:999px;
  text-decoration:none;
  transition:
    transform .25s ease,
    opacity .25s ease;
}

.package-card .btn.btn-primary:hover{
  transform:translateY(-2px);
  opacity:.95;
}

/* =====================================================
   LARGE TABLET
===================================================== */
@media (max-width:1200px){
  .package-grid{
    grid-template-columns:repeat(3,1fr);
  }

}

/* =====================================================
   TABLET
===================================================== */
@media (max-width:900px){
  .package-grid{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
  }

  .package-image img{
    height:220px;
  }

}

/* =====================================================
   MOBILE
===================================================== */
@media (max-width:600px){
  .packages{
    padding:60px 0;
  }

  .package-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .package-image img{
    height:210px;
  }

  .pad{
    padding:18px;
  }

  .package-card h3{
    font-size:1.1rem;
  }

  .package-footer{
    flex-direction:column;
    align-items:stretch;
  }

  .package-footer .btn{
    width:100%;
  }
}

/* =====================================================
   SMALL PHONE
===================================================== */

@media (max-width:480px){
  .package-image img{
    height:190px;
  }

  .pad{
    padding:16px;
  }

  .package-features{
    font-size:.92rem;
  }

  .chip{
    font-size:.76rem;
    padding:6px 10px;
  }

  .price{
    font-size:1rem;
  }
}

/* ==== Package Detail ==== */

.hero-package-dolphin {
  background: url('/packages/dolphin-tour/img/Dolphin2.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}
.hero-type-of-pemuteran-dolphins {
  background: url('/type-of-pemuteran-dolphins/img/boat2.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}
.hero-package-snorkeling-menjangan {
  background: url('/packages/snorkeling-menjangan-island/img/HeroSnorkeling.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}
.hero-menjangan-reef {
  background: url('/packages/snorkeling-menjangan-island/img/Menjangan-map.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}
.hero-package-snorkeling-pemuteran {
  background: url('/packages/snorkeling-pemuteran-bay/img/Hero.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}
.hero-pemuteran-reef {
  background: url('/packages/snorkeling-pemuteran-bay/img/Pemuteran-map.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}
.hero-package-fishing {
  background: url('/packages/fishing-trip/img/HeroFishing.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}
.hero-type-of-pemuteran-fishing {
  background: url('/type-of-pemuteran-fishing/img/Hero.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}
.hero-package-SpearFishing {
  background: url('/packages/spear-fishing-trip/img/Hero.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}
.hero-package-sunset {
  background: url('/packages/sunset-tour/img/Hero.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}
.hero-sunset-konde-island {
  background: url('/sunset-konde-island/img/Hero.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}
.hero-sunset-gili-putih-island {
  background: url('/sunset-gili-putih-island/img/Hero.jpeg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}
.hero-ethical-dolphin-tour {
  background: url('/blog/img/boat2.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}
.hero-pemuteran-secret {
  background: url('/blog/img/pantai-pemuteran.jpeg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}
.hero-biorock-project {
  background: url('/blog/img/biorock.JPG') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}

.package-detail {
  padding: 72px 0px;
}

.package-detail .container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1100px;
  margin: auto;
}

.package-image {
  flex: 1;
  min-width: 300px;
}

.package-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.package-info {
  flex: 2;
  min-width: 300px;
}

.package-info h2 {
  margin-top: 15px;
  color: #009688;
}

.package-info p a {
  color: var(--text);
}

.package-info h3 {
  margin-top: 25px;
  color: #00796b;
}

.package-info ul {
  list-style: disc inside;
  margin: 10px 0 20px;
}

.package-buttons {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

/* Gallery detail package */
.package-gallery{
  padding:clamp(50px,8vw,80px) 20px;
}

.package-gallery h2{
  margin-bottom:clamp(24px,4vw,40px);
  color:#009688;
  text-align:center;
  font-size:clamp(2rem,4vw,2.8rem);
}

.package-gallery .package-gallery-grid{
  display:grid;
  grid-template-columns:
    repeat(
      auto-fit,
      minmax(260px,1fr)
    );
  gap:20px;
  max-width:1100px;
  margin:0 auto;
}

.package-gallery-grid img{
  width:100%;
  display:block;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:16px;
  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.package-gallery-grid img:hover{
  transform:scale(1.03);
  box-shadow:
    0 12px 30px rgba(0,0,0,.18);
}

/* ==========================
   TABLET
========================== */
@media(max-width:768px){
  .package-gallery .package-gallery-grid{
    grid-template-columns:
      repeat(2,1fr);
    gap:16px;
  }
}

/* ==========================
   MOBILE
========================== */
@media(max-width:480px){
  .package-gallery{
    padding:50px 20px;
  }

  .package-gallery .package-gallery-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .package-gallery-grid img{
    border-radius:14px;
  }
}

/* ==== hiasan ==== */
#hiasan {
  background-image: url(img/Dolphinpemuteran.jpg);
  height: 30vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-attachment: fixed;
}

/*=========================
 TOUR BANNER
=========================*/
.tour-banner{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-height:550px;
  padding:80px 20px;
  background:url("/packages/dolphin-tour/img/boat4.jpg") center/cover;
  overflow:hidden;
}

.tour-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:
  linear-gradient(
      rgba(3,17,28,.35),
      rgba(3,17,28,.65)
  );
}

.tour-banner-content{
  position:relative;
  z-index:2;
  max-width:700px;
}

.tour-banner-tag{
  display:inline-block;
  padding:10px 22px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  backdrop-filter:blur(10px);
  font-size:.8rem;
  letter-spacing:.15em;
  margin-bottom:20px;
}

.tour-banner h2{
  font-size:clamp(2.4rem,5vw,4.5rem);
  color:#fff;
  margin-bottom:18px;
}

.tour-banner p{
  color:rgba(255,255,255,.85);
  font-size:1.1rem;
  line-height:1.8;
  margin-bottom:35px;
}

.tour-banner-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 34px;
  border-radius:999px;
  text-decoration:none;
  color:#fff;
  font-weight:600;
  background:#48b9ff;
  transition:.3s;
}

.tour-banner-btn:hover{
  transform:translateY(-4px);
  background:#67c7ff;
  box-shadow:
  0 12px 30px rgba(72,185,255,.35);
}

/* Tablet */
@media(max-width:768px){
  .tour-banner{
    min-height:420px;
    padding:60px 20px;
  }
  .tour-banner p{
    font-size:1rem;
  } 
}
/* Mobile */
@media(max-width:480px){
  .tour-banner{
    min-height:350px;
    padding:50px 16px;
  }

  .tour-banner-btn{
    width:100%;
    max-width:260px;
  }
}
/*==================================
 FISHING BANNER
==================================*/
.fishing-banner{
  background-image:
      url("/packages/fishing-trip/img/Fishing1.jpg");
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}
/*==================================
 MENJANGAN BANNER
==================================*/
.menjangan-banner{
  background-image:
      url("/packages/snorkeling-menjangan-island/img/Menjangan-map.jpg");
  background-position:center center;
  background-size:cover;
}
/*==================================
 PEMUTERAN BANNER
==================================*/
.pemuteran-banner{
  background-image:
      url("/packages/snorkeling-pemuteran-bay/img/Pemuteran-map.jpg");
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
/*==================================
DESTINATION SECTION
==================================*/
.destination-section{
  padding:90px 0;
}

/* HEADER */
.destination-heading{
  max-width:760px;
  margin:0 auto 55px;
  text-align:center;
}

.destination-badge{
  display:inline-block;
  padding:10px 20px;
  border-radius:999px;
  background:rgba(72,185,255,.12);
  border:1px solid rgba(72,185,255,.15);
  color:#7dd3fc;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.15em;
  margin-bottom:20px;
}

.destination-heading h2{
  font-size:clamp(2rem,5vw,3.5rem);
  margin-bottom:18px;
}

.destination-heading p{
  max-width:620px;
  margin:auto;
  color:rgba(255,255,255,.72);
  line-height:1.9;
}

/* GRID */
.destination-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:32px;
}

/* CARD */
.destination-card{
  overflow:hidden;
  border-radius:28px;
  background:
      linear-gradient(
      180deg,
      rgba(255,255,255,.05),
      rgba(255,255,255,.03));
  border:1px solid rgba(72,185,255,.08);
  transition:.35s;
}

.destination-card:hover{
  transform:translateY(-8px);
  box-shadow:
      0 20px 45px rgba(0,0,0,.18);
}

.destination-image{
  overflow:hidden;
}

.destination-image img{
   width:100%;
   aspect-ratio:16/10;
   object-fit:cover;
   display:block;
   transition:transform .5s;
}

.destination-card:hover img{
  transform:scale(1.08);
}

/* CONTENT */
.destination-content{
  padding:28px;
}

.destination-content h3{
  font-size:1.8rem;
  margin-bottom:14px;
}

.destination-content p{
  color:rgba(255,255,255,.72);
  line-height:1.8;
  margin-bottom:24px;
}

/* BUTTON */
.destination-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 28px;
  border-radius:999px;
  text-decoration:none;
  font-weight:600;
  color:#fff;
  background:
      linear-gradient(
      135deg,
      #48b9ff,
      #00bcd4);
  transition:.3s;
}

.destination-btn:hover{
  transform:translateY(-3px);
  box-shadow:
      0 10px 25px rgba(72,185,255,.3);
}
/* TABLET */
@media(max-width:992px){
  .destination-grid{
    grid-template-columns:1fr;
  }
}
/* MOBILE */
@media(max-width:768px){
  .destination-section{
    padding:70px 0;
  }
  .destination-content{
    padding:22px;
  }
  .destination-content h3{
    font-size:1.5rem;
  }
  .destination-btn{
    width:100%;
  }
}
@media(max-width:480px){
  .destination-grid{
    gap:20px;
  }
  .destination-card{
    border-radius:20px;
  } 
  .destination-image img{
    aspect-ratio:4/3;
  } 
}

/* Halaman Gallery */
.gallery {
  text-align: center;
  padding: 72px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 120px;
  gap: 9px;
  grid-auto-flow: dense;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Variasi ukuran (acak tapi tetap grid) */
.gallery-item:nth-child(1) {
  grid-column: span 3;
  grid-row: span 2;
}

.gallery-item:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item:nth-child(3) {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-item:nth-child(4) {
  grid-column: span 2;
  grid-row: span 1;
}

.gallery-item:nth-child(5) {
  grid-column: span 3;
  grid-row: span 2;
}

.gallery-item:nth-child(6) {
  grid-column: span 1;
  grid-row: span 2;
}

/* ulangi pola biar konsisten */
.gallery-item:nth-child(7) {
  grid-column: span 2;
  grid-row: span 1;
}

.gallery-item:nth-child(8) {
  grid-column: span 1;
  grid-row: span 1;
}

.gallery-item:nth-child(9) {
  grid-column: span 3;
  grid-row: span 2;
}

/* Image */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Tablet */
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 100px;
  }
}

/* HP (mirip IG tapi tetap dynamic) */
@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 90px;
  }

  /* reset biar lebih clean di HP */
  .gallery-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }

  /* kasih beberapa highlight biar tetap menarik */
  .gallery-item:nth-child(4n) {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
  }
}
/* =====================================
   FOOTER
===================================== */
.footer{
  background-color: var(--bg);
  border-top:1px solid rgba(255,255,255,.06);
  padding:70px 0 30px;
}

/* GRID */
.footer-grid{
  display:grid;
  grid-template-columns:
    1.6fr
    1fr
    1fr
    1fr;
  gap:50px;
}

/* BRAND */
.brand-footer{
  margin:0 0 16px;
  font-size: 1.7rem;
  font-weight:800;
  color:#fff;
}

.brand-footer span{
  color: var(--brand);
}

.footer-brand p{
  color:rgba(255,255,255,.72);
  line-height:1.8;
  max-width:420px;
}

/* TITLES */
.footer h4{
  color:#fff;
  margin-bottom:18px;
  font-size:1rem;
  font-weight:700;
}

/* LINKS */
.footer-links{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.footer-links a{
  color:rgba(255,255,255,.72);
  text-decoration:none;
  transition:.3s;
}

.footer-links a:hover{
  color:#48b9ff;
  padding-left:6px;
}

/* SOCIAL */
.footer-social-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.footer-social-list a{
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.72);
  text-decoration:none;
  transition:.3s;
}

.footer-social-list a:hover{
  color:#7dd3fc;
}

.footer-social-list i{
  width:18px;
  text-align:center;
}

/* BOTTOM */
.footer-bottom{
  margin-top:50px;
  padding-top:25px;
  border-top:1px solid rgba(255,255,255,.06);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  text-align:center;
}

.footer-legal{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:20px;
  margin-bottom:18px;
}

.footer-legal a{
  color:rgba(255,255,255,.65);
  text-decoration:none;
  font-size:.92rem;
  transition:.3s;
}

.footer-legal a:hover{
  color:#7dd3fc;
}

.footer-copy{
  color:rgba(255,255,255,.45);
  margin-top:10px;
  font-size:.9rem;
  text-align:center;
  width:100%;
}

/* ==========================
   TABLET
========================== */
@media(max-width:992px){
  .footer-grid{
    grid-template-columns:
      1fr
      1fr;
    gap:50px;
  }
  .footer-brand{
    grid-column:1/-1;
  }
}

/* ==========================
   MOBILE
========================== */
@media(max-width:768px){
  .footer{
    padding:50px 0 25px;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:30px;
    text-align:left;
  }
  .footer-brand p{
    margin:0;
  }
  .brand-footer{
    font-size:1.4rem;
  }
  .footer-links a:hover{
    padding-left:0;
  }
  /* Social Media rata kiri */
  .footer-social-list{
    align-items:flex-start;
  }

  /* Legal jadi 2x2 */

  .footer-legal{
    display:grid;
    grid-template-columns:
      1fr
      1fr;
    gap:12px 24px;
    text-align:center;
    justify-content:stretch;
    margin-bottom:20px;
  }

  .footer-legal a{
    display:block;
  }

  /* Copyright tetap center */

  .footer-bottom{
    text-align:center;
  }

}


/* ==== Halaman Blog ==== */

/* ==== Blog Section ==== */
.blog {
  padding: 72px 0;
  text-align: center;
}

.hero-blog {
  background: url('blog/img/Dolphin4.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  background-attachment: fixed;
}

.blog h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.blog-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  text-align: left;
  border-radius: 22px;
  background: var(--card);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow:
    0 14px 30px rgba(0,0,0,.14),
    0 0 0 1px rgba(255,255,255,.03);
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.blog-card:hover{
  transform: translateY(-8px);
  border-color: rgba(72,185,255,.22);
  box-shadow:
    0 20px 45px rgba(0,0,0,.20),
    0 0 0 1px rgba(72,185,255,.10);
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .5s ease;
}

.blog-card:hover img{
  transform: scale(1.05);
}

.badge {
  margin-top: 10px;
  text-align: center;
}

.blog-content {
  padding: 20px;
  text-align: left;
  flex-grow: 1;
}

.blog-content h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: #009688;
}

.blog-content .date {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 12px;
}

.blog-content p {
  font-size: 0.95rem;
  color: var(--text);
  margin-bottom: 15px;
}

.blog-content .btn {
  display: inline-block;
  padding: 8px 16px;
  background: #009688;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: background 0.3s ease;
}

.blog-content .btn:hover {
  background: #00796b;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}

/* ==== Blog Post Detail ==== */
.hero-blog-detail {
  background: url('/asset/Hero/Hero6.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 72px 0px;
  background-attachment: fixed;
}

.blog-post-detail {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  padding: 72px 0px;
}

.blog-post h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color:  #009688;
}

.blog-post p, .blog-post li {
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 15px;
}

.blog-post h3 {
  font-size: 1.4rem;
  margin: 20px 0 10px;
  color:  #009688;
}

.sidebar {
  background: #eee;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.sidebar h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #009688;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  margin-bottom: 8px;
}

.sidebar ul li a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

.sidebar ul li a:hover {
  color: var(--brand);
}

/*======================================
CONTACT
======================================*/
.contact-page{
  padding:90px 0;
}

.contact-heading{
  text-align:center;
  max-width:720px;
  margin:0 auto 60px;
}

.contact-label{
  display:inline-block;
  padding:10px 20px;
  border-radius:999px;
  background:rgba(72,185,255,.1);
  color:#7dd3fc;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.15em;
}

.contact-heading h1{
  margin:20px 0;
  font-size:clamp(2.5rem,5vw,4rem);
  line-height:1.1;
}

.contact-heading p{
  color:rgba(255,255,255,.72);
  line-height:1.8;
}

/* GRID */
.contact-layout{
  display:grid;
  grid-template-columns:400px 1fr;
  gap:40px;
  align-items:start;
}

/* LEFT */
.contact-info{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.info-card{
  display:flex;
  align-items:center;
  gap:18px;
  padding:24px;
  text-decoration:none;
  border-radius:24px;
  background:
    linear-gradient(
    180deg,
    rgba(255,255,255,.06),
    rgba(255,255,255,.03));
  border:1px solid rgba(72,185,255,.08);
  transition:.3s;
}

.info-card:hover{
  transform:translateY(-4px);
  border-color:#48b9ff;
  box-shadow:0 15px 30px rgba(0,0,0,.15);
}

.info-icon{
  width:60px;
  height:60px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(72,185,255,.15);
  color:#7dd3fc;
  font-size:1.4rem;
  flex-shrink:0;
}

.info-text{
  flex:1;
  min-width:0;
}

.info-text h3{
  margin:0 0 6px;
  color:#fff;
  font-size:1.4rem;
}

.info-text p{
  margin:0;
  color:rgba(255,255,255,.7);
  overflow-wrap:anywhere;
}

/* FORM */
.form-icon{
  width:70px;
  height:70px;
  margin:0 auto 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(
    135deg,
    #48b9ff,
    #7dd3fc
  );
  color:#fff;
  font-size:1.6rem;
  box-shadow:
    0 10px 30px rgba(72,185,255,.3);
}

.contact-form{
  padding:36px;
  border-radius:28px;
  background:
    linear-gradient(
    180deg,
    rgba(255,255,255,.06),
    rgba(255,255,255,.03));
  border:1px solid rgba(72,185,255,.08);
}

.contact-form h2{
  text-align:center;
  margin-bottom:24px;
}

.contact-form input,
.contact-form textarea{
  width:100%;
  padding:16px 18px;
  margin-bottom:16px;
  border-radius:14px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
}

.contact-form textarea{
  min-height:180px;
  resize:vertical;
}

.contact-form input:focus,
.contact-form textarea:focus{
  outline:none;
  border-color:#48b9ff;
}

.contact-card,
.contact-form{
  opacity:0;
  transform:translateY(40px);
  animation:fadeUp .8s ease forwards;
}

.contact-form{
  animation-delay:.2s;
}

@keyframes fadeUp{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.contact-form{
  position:relative;
  overflow:hidden;
}

.contact-form::before{
  content:"";
  position:absolute;
  width:250px;
  height:250px;
  right:-80px;
  top:-80px;
  border-radius:50%;
  background:rgba(72,185,255,.08);
  filter:blur(80px);
  z-index:0;
}

.contact-form>*{
  position:relative;
  z-index:1;
}

.contact-note{
  display:block;
  text-align:center;
  margin-top:14px;
  color:rgba(255,255,255,.55);
  font-size:.85rem;
}

/*==========================
CONTACT BUTTON
==========================*/
.contact-btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 20px;
  border:none;
  border-radius:999px;
  cursor:pointer;
  color:#fff;
  font-size:1rem;
  font-weight:600;
  background:
    linear-gradient(
    135deg,
    #25D366,
    #1EBE5D);
  box-shadow:
    0 10px 30px rgba(37,211,102,.25);
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    background .3s ease;
}

.contact-btn span{
  flex:1;
  text-align:center;
}

.contact-btn i{
  font-size:1.25rem;
}

.btn-arrow{
  width:38px;
  height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.18);
  transition:.3s;
}

.contact-btn:hover{
  transform:translateY(-3px);
  box-shadow:
  0 18px 40px rgba(37,211,102,.35);
}

.contact-btn:hover .btn-arrow{
  transform:translateX(5px);
  background:rgba(255,255,255,.25);
}
.contact-btn:active{
  transform:scale(.98);
}

@media(max-width:768px){
  .contact-btn{
    padding:15px 18px;
    font-size:.95rem;
  }
  .btn-arrow{
    width:34px;
    height:34px;
  }
}

/* MAP */
.map{
  padding-bottom:80px;
}

.map iframe{
  width:100%;
  height:500px;
  border:none;
  border-radius:28px;
  box-shadow:0 20px 40px rgba(0,0,0,.15);
}

/* TABLET */

@media(max-width:992px){
  .contact-layout{
    grid-template-columns:1fr;
  }
}
/* MOBILE */

@media(max-width:768px){
  .contact-page{
    padding:70px 0;
  }
  .contact-layout{
    gap:24px;
  }
  .info-card{
    padding:18px;
  }
  .info-icon{
    width:52px;
    height:52px;
    font-size:1.2rem;
  }
  .info-text h3{
    font-size:1.2rem;
  } 
  .info-text p{
    font-size:.95rem;
  }
  .contact-form{
    padding:24px;
  }
  .map iframe{  
    height:350px;
  }
}

@media(max-width:480px){

  .contact-heading h1{
    font-size:2rem;
  }

  .contact-form{
    padding:20px;
  }

  .info-card{
    gap:14px;
  }

.info-icon{
    width:48px;
    height:48px;
  }
}


/* ==== Media Query ==== */
@media (min-width: 0px){
  .stats div {
    padding:10px; 
    font-size: 14px;
  }
  .stats strong{
    font-size:1.4rem; 
    display:block;
  }
}
@media (min-width: 768px){
  .grid-2{
    grid-template-columns: 1.2fr .8fr;
  }
  .features{
    grid-template-columns:repeat(4,1fr);
  }
  .cards-overlay{
    grid-template-columns: repeat(3,1fr);
  }
  .footer-grid{
    grid-template-columns: 1.2fr .8fr .8fr .8fr;
  }
}
@media (min-width: 1024px){
  .grid-3{
    grid-template-columns: repeat(3,1fr);
  }
}

/* ==== Halaman Blog ==== */

/* ==== Responsive Blog Grid ==== */
@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .small {
    font-size: 12px;
  }
}
/* Responsive */
@media (max-width: 900px) {
  .blog-post-detail {
    grid-template-columns: 1fr;
  }
  .sidebar {
    margin-top: 20px;
  }
}

/* ==== Reviews Section Dark Mode ==== */

#reviews{
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}

#reviews::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
}

#reviews .container{
  position: relative;
  z-index: 1;
}

.reviews-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom: 22px;
}

.reviews-copy{
  max-width: 760px;
}

.reviews-copy .eyebrow{
  color: #48b9ff;
  margin-bottom: 10px;
}

.reviews-copy h2{
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #ffffff;
  line-height: 1.1;
}

.reviews-lead{
  margin: 0;
  color: rgba(255,255,255,.74);
  line-height: 1.75;
  max-width: 680px;
}

.reviews-cta{
  white-space: nowrap;
  align-self: center;
}

/* stats */
.reviews-stats{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:16px;
  margin: 26px 0 28px;
}

.review-stat{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(72,185,255,.16);
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
  backdrop-filter: blur(8px);
}

.review-stat strong{
  display:block;
  font-size: 1.6rem;
  color:#ffffff;
  margin-bottom: 6px;
}

.review-stat span{
  color: rgba(255,255,255,.72);
  font-size: .95rem;
  line-height: 1.5;
}

/* slider shell */
.review-slider{
  position: relative;
  overflow: hidden;
  padding: 22px 58px;
  border-radius: 30px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(72,185,255,.14);
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
}

.review-track{
  display:flex;
  gap: 20px;
  transition: transform .6s ease;
  will-change: transform;
}

/* card */
.review-card{
  flex: 0 0 100%;
  max-width: 100%;
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow:
    0 12px 30px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.08);
  text-align: left;
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.review-card:hover{
  transform: translateY(-6px);
  border-color: rgba(72,185,255,.32);
  box-shadow:
    0 18px 40px rgba(0,0,0,.24),
    0 0 0 1px rgba(72,185,255,.08);
}

.review-card::before{
  content:"❝";
  position:absolute;
  top: 10px;
  right: 18px;
  font-size: 72px;
  line-height: 1;
  color: rgba(72,185,255,.16);
  font-family: Georgia, serif;
  pointer-events:none;
}

.review-text{
  margin: 0 0 22px;
  color: #eef7ff;
  font-size: 1.02rem;
  line-height: 1.8;
  font-style: italic;
}

.review-author{
  display:flex;
  align-items:center;
  gap: 14px;
}

.review-author img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(72,185,255,.28);
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  flex-shrink: 0;
}

.review-author h4{
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3;
}

.review-author span{
  color: #ffd166;
  letter-spacing: 1px;
  font-size: .95rem;
}

/* nav buttons */
.review-btn{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  background: linear-gradient(135deg, #48b9ff 0%, #00e0b8 100%);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(0,0,0,.22);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.review-btn:hover{
  transform: translateY(-50%) scale(1.08);
  filter: brightness(1.05);
}

.review-btn.prev{ left: 10px; }
.review-btn.next{ right: 10px; }

/* 1 kartu di HP */
@media (max-width: 767px){
  #reviews{
    padding: 72px 0;
  }

  .reviews-head{
    flex-direction: column;
    align-items: flex-start;
  }

  .reviews-stats{
    grid-template-columns: 1fr;
  }

  .review-slider{
    padding: 16px 14px 18px;
    border-radius: 22px;
  }

  .review-track{
    gap: 16px;
  }

  .review-card{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
    border-radius: 20px;
  }

  .review-text{
    font-size: .98rem;
  }

  .review-author img{
    width: 52px;
    height: 52px;
  }
}

/* 2 kartu di tablet */
@media (min-width: 768px) and (max-width: 1023px){
  .review-card{
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

/* 3 kartu di desktop */
@media (min-width: 1024px){
  .review-card{
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
  }
}

/* booking page */

 .hero-booking-page {
      height: 60vh;
      background:
        linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)),
        url(booking-page/img/boat1.jpg);
      background-size: cover;
      background-position: center;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      padding: 20px;
    }

    .hero-booking-page h1 {
      font-size: 3rem;
      margin-top: 50px;
      margin-bottom: 15px;
      font-weight: 700;
    }

    .hero-booking-page p {
      max-width: 700px;
      margin: auto;
      font-size: 1.1rem;
      opacity: 0.95;
    }

    .booking-section {
      max-width: 1200px;
      margin: -80px auto 80px;
      padding: 20px;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }

    .tour-card,
    .booking-form {
      background: white;
      border-radius: 24px;
      padding: 35px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .tour-card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      border-radius: 18px;
      margin-bottom: 25px;
    }

    .tour-card h2,
    .booking-form h2 {
      font-size: 2rem;
      margin-bottom: 15px;
      color: #0f172a;
    }

    .tour-info {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
      margin: 25px 0;
    }

    .info-box {
      background: #f8fafc;
      padding: 18px;
      border-radius: 16px;
    }

    .info-box span {
      display: block;
      font-size: 0.9rem;
      color: #64748b;
      margin-bottom: 5px;
    }

    .info-box strong {
      font-size: 1rem;
      color: #0f172a;
    }

    .tour-features {
      margin-top: 20px;
    }

    .tour-features li {
      list-style: none;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .tour-features li::before {
      content: '✔';
      color: #0284c7;
      font-weight: bold;
    }

    form {
      margin-top: 20px;
    }

    .input-group {
      margin-bottom: 20px;
    }

    .input-group label {
      display: block;
      margin-bottom: 8px;
      font-weight: 500;
      color: #334155;
    }

    .input-group input,
    .input-group select,
    .input-group textarea {
      width: 100%;
      padding: 14px 16px;
      border-radius: 14px;
      border: 1px solid #dbeafe;
      background: #f8fbff;
      font-family: inherit;
      font-size: 1rem;
      transition: 0.3s;
    }

    .input-group input:focus,
    .input-group select:focus,
    .input-group textarea:focus {
      outline: none;
      border-color: #0284c7;
      background: white;
    }

    textarea {
      resize: vertical;
      min-height: 120px;
    }

    .submit-btn {
      width: 100%;
      border: none;
      background: linear-gradient(135deg, #0284c7, #0369a1);
      color: white;
      padding: 16px;
      border-radius: 16px;
      font-size: 1rem;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
    }

    .submit-btn:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 25px rgba(2,132,199,0.25);
    }

    .contact-note {
      margin-top: 20px;
      text-align: center;
      font-size: 0.95rem;
      color: #64748b;
    }

    @media (max-width: 900px) {
      .booking-section {
        grid-template-columns: 1fr;
        margin-top: -60px;
      }

      .hero-booking-page h1 {
        font-size: 2.2rem;
      }
    }

    @media (max-width: 600px) {
      .hero-booking-page {
        height: 50vh;
      }

      .hero-booking-page h1 {
        font-size: 1.8rem;
      }

      .hero-booking-page p {
        font-size: 1rem;
      }

      .tour-card,
      .booking-form {
        padding: 25px;
      }

      .tour-info {
        grid-template-columns: 1fr;
      }
    }

.search-empty{
  color: var(--muted);
  font-size: .95rem;
  padding: 8px 4px;
}

/*==================================
MARINE HERO
==================================*/
.marine-hero{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  height:90vh;
  padding:120px 20px;
  overflow:hidden;
  background:
      url("/img/Dolphin7.jpg")
      center center/cover;
}

.marine-hero-overlay{
  position:absolute;
  inset:0;
  background:
      linear-gradient(
      rgba(2,16,30,.45),
      rgba(2,16,30,.72)
      );
}

.marine-hero-content{
  position:relative;
  z-index:2;
  max-width:850px;
  margin:auto;
  text-align:center;
}

.marine-hero-badge{
  display:inline-block;
  padding:10px 20px;
  border-radius:999px;
  background:
      rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
  border:
      1px solid rgba(255,255,255,.12);
  color:#7dd3fc;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.18em;
}

.marine-hero-title{
  margin:28px 0 22px;
  font-size:
      clamp(2.8rem,6vw,5rem);
  line-height:1.1;
  color:#fff;
}

.marine-hero-subtitle{
  max-width:700px;
  margin:auto;
  color:
      rgba(255,255,255,.82);
  line-height:1.9;
  font-size:
      clamp(1rem,2vw,1.15rem);
}

.marine-hero-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:40px;
  padding:16px 34px;
  border-radius:999px;
  text-decoration:none;
  color:#fff;
  font-weight:600;
  background:
      linear-gradient(
      135deg,
      #48b9ff,
      #00bcd4);
  transition:.35s;
}

.marine-hero-btn:hover{
  transform:translateY(-5px);
  box-shadow:
      0 18px 40px rgba(72,185,255,.3);
}

.marine-hero-btn i{
  transition:.3s;
}

.marine-hero-btn:hover i{
  transform:translateY(4px);
}

/* Tablet */
@media(max-width:768px){
  .marine-hero{
    min-height:80vh;
    padding:90px 20px;
  }
  .marine-hero-btn{
    padding:14px 28px;
  }
}

/* Mobile */
@media(max-width:480px){
  .marine-hero{
    padding:80px 16px;
  }
  .marine-hero-title{
    font-size:2.5rem;
  }
  .marine-hero-btn{
    width:100%;
    max-width:260px;
    justify-content:center;
  }
}
/*==================================
MARINE INTRODUCTION
==================================*/
.marine-introduction{
  padding:100px 0;
}

.marine-intro-grid{
  display:grid;
  grid-template-columns:
      1fr
      1fr;
  gap:60px;
  align-items:center;
}

.marine-intro-image{
  overflow:hidden;

  border-radius:28px;

  box-shadow:

      0 25px 50px rgba(0,0,0,.18);
}

.marine-intro-image img{
  width:100%;
  display:block;
  aspect-ratio:4/3;
  object-fit:cover;
  transition:.5s;
}

.marine-intro-image:hover img{
  transform:scale(1.05);
}

.marine-intro-badge{
  display:inline-block;
  padding:10px 20px;
  border-radius:999px;
  background:rgba(72,185,255,.12);
  border:1px solid rgba(72,185,255,.15);
  color:#7dd3fc;
  font-size:.8rem;
  letter-spacing:.15em;
  font-weight:700;
  margin-bottom:20px;
}

.marine-intro-content h2{
  font-size:
      clamp(1.8rem,3vw,2.8rem);
  line-height:1.25;
  font-weight:700;
  margin-bottom:18px;
  color:#fff;
}

.marine-intro-content p{
  color:rgba(255,255,255,.72);
  line-height:1.9;
  margin-bottom:18px;
}

/*=========================
TABLET
=========================*/
@media(max-width:992px){
  .marine-intro-grid{
    grid-template-columns:1fr;
    gap:40px;
  }
}

/*=========================
MOBILE
=========================*/
@media(max-width:768px){
  .marine-introduction{
    padding:70px 0;
  }
}

@media(max-width:480px){
  .marine-intro-image{
    border-radius:20px;
  }

  .marine-intro-content h2{
    font-size:2rem;
  }
}
/*==================================
MARINE CATEGORY
==================================*/
.marine-category{
  padding:90px 0 50px;
}

.marine-category-header{
  max-width:760px;
  margin:auto;
  text-align:center;
}

.marine-category-header h2{
  font-size:
      clamp(2rem,4vw,3rem);
  color:#fff;
  line-height:1.2;
  margin-bottom:18px;
}

.marine-category-header p{
  max-width:650px;
  margin:auto;
  color:
      rgba(255,255,255,.72);
  line-height:1.9;
  font-size:1rem;
}

/* MOBILE */
@media(max-width:768px){
  .marine-category{
      padding:70px 0 35px;
  }
  .marine-category-header h2{
      font-size:2rem;
  }
}
/*==================================
MARINE SPECIES
==================================*/

.marine-species{

    padding:90px 0;

}

.marine-heading{

    max-width:760px;

    margin:0 auto 60px;

    text-align:center;

}

.marine-badge{

    display:inline-block;

    padding:10px 20px;

    border-radius:999px;

    background:rgba(72,185,255,.12);

    color:#7dd3fc;

    font-size:.8rem;

    font-weight:700;

    letter-spacing:.15em;

    margin-bottom:18px;

}

.marine-heading h2{

    font-size:clamp(2rem,4vw,3rem);

    margin-bottom:16px;

}

.marine-heading p{

    color:rgba(255,255,255,.72);

    line-height:1.8;

}

.marine-grid{
  display:grid;
  grid-template-columns:
      repeat(auto-fit,minmax(350px,1fr));
  gap:30px;
}

@media(max-width:992px){
  .marine-grid{
      grid-template-columns:
          repeat(2,1fr);
  }
}

@media(max-width:768px){
  .marine-grid{
      grid-template-columns:1fr;
      gap:22px;
  }
}

.marine-card{
  overflow:hidden;
  border-radius:24px;
  background:
    linear-gradient(
        180deg,
        rgba(255,255,255,.05),
        rgba(255,255,255,.02)
    );
  border:1px solid rgba(255,255,255,.08);
  transition:.35s;
}

.marine-card img{
  width:100%;
  max-width:100%;
  height:auto;
  display:block;
  transition:
      transform .5s ease;
}

.marine-card:hover img{
  transform:scale(1.03);
}

.marine-body{
  padding:28px;
}

.marine-body h3{
  font-size:1.8rem;
  margin-bottom:18px;
}

.marine-body ul{
  list-style:none;

  padding:0;

  margin:0 0 22px;
}

.marine-body li{
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
  color:rgba(255,255,255,.72);
}

.marine-body strong{
  color:#7dd3fc;
  display:block;
  margin-bottom:4px;
}

.marine-body p{
  line-height:1.9;
  color:rgba(255,255,255,.72);
}

/* Tablet */
@media(max-width:992px){
  .marine-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* Mobile */
@media(max-width:768px){
  .marine-grid{
    grid-template-columns:1fr;
  }

  .marine-body{
    padding:22px;
  }

  .marine-body h3{
    font-size:1.5rem;
  }
}
/*==========================
MARINE BANNER
==========================*/
.marine-banner{
   margin-top:50px;
   border-radius:28px;
   overflow:hidden;
   box-shadow:
       0 20px 50px rgba(0,0,0,.18);
}

.marine-banner img{
   width:100%;
   height:auto;
   display:block;
   transition:transform .5s ease;
}

.marine-banner:hover img{
   transform:scale(1.02);
}

@media(max-width:768px){
  .marine-banner{
      margin-top:30px;
      border-radius:18px;
  }
}

/*==================================
FISHING HERO
==================================*/
.fishing-hero{
   position:relative;
   min-height:100vh;
   display:flex;
   align-items:center;
   justify-content:center;
   padding:120px 20px;
   background-image:
       url("/type-of-pemuteran-fishing/img/Hero.jpg");
   background-size:cover;
   background-position:center;
   background-repeat:no-repeat;
   background-attachment:fixed;
}

.fishing-hero .marine-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
        rgba(5,18,30,.45),
        rgba(5,18,30,.78)
    );
}

@media(max-width:992px){
  .fishing-hero{
      background-attachment:scroll;
      min-height:80vh;
  }
}

@media(max-width:768px){
  .fishing-hero{
      min-height:70vh;
      padding:90px 20px;
      background-position:center center;
  }
}

/*==================================
MENJANGAN HERO
==================================*/

.reef-hero{

    position:relative;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    min-height:75vh;

    padding:100px 20px 80px;

    background:
        url("/packages/snorkeling-menjangan-island/img/Menjangan-map.jpg")
        center center/cover
        no-repeat;

}

/*==================================
PEMUTERAN REEF HERO
==================================*/

.pemuteran-hero{

    background-image:
        url("/packages/snorkeling-pemuteran-bay/img/Pemuteran-map.jpg");

}

.reef-hero-overlay{

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            rgba(4,18,35,.45),
            rgba(4,18,35,.82)
        );

}

.reef-hero-content{

    position:relative;

    z-index:2;

    max-width:820px;

    margin:auto;

}

.reef-badge{

    display:inline-block;

    padding:10px 20px;

    border-radius:999px;

    background:rgba(72,185,255,.12);

    border:1px solid rgba(72,185,255,.15);

    color:#7dd3fc;

    font-size:.8rem;

    font-weight:700;

    letter-spacing:.15em;

}

.reef-hero-content h1{

    margin:24px 0 18px;

    font-size:clamp(2.4rem,5vw,4.5rem);

    line-height:1.15;

    color:#fff;

}

.reef-hero-content p{

    max-width:650px;

    margin:auto;

    color:rgba(255,255,255,.8);

    line-height:1.9;

    font-size:1rem;

}

.reef-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    margin-top:36px;

    padding:15px 34px;

    border-radius:999px;

    background:linear-gradient(
        135deg,
        #48b9ff,
        #00c2d7
    );

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.reef-btn:hover{

    transform:translateY(-4px);

}

/*============ Laptop ============*/

@media(max-width:1200px){

    .reef-hero{

        min-height:68vh;

        padding:90px 20px;

    }

}

/*============ Tablet ============*/

@media(max-width:992px){

    .reef-hero{

        min-height:60vh;

        padding:80px 24px;

    }

    .reef-hero-content h1{

        font-size:3rem;

    }

}

/*============ Mobile ============*/

@media(max-width:768px){

    .reef-hero{

        min-height:55vh;

        padding:70px 18px;

    }

    .reef-hero-content h1{

        font-size:2.2rem;

    }

    .reef-hero-content p{

        font-size:.95rem;

    }

    .reef-btn{

        width:100%;

        max-width:250px;

    }

}

/*============ Small Mobile ============*/

@media(max-width:480px){

    .reef-hero{

        min-height:50vh;

        padding:60px 16px;

    }

    .reef-hero-content h1{

        font-size:1.9rem;

    }

}

.dive {
    padding: 90px 0
}
.head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 50px
}
.badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(72, 185, 255, .12);
    border: 1px solid rgba(72, 185, 255, .15);
    color: #7dd3fc;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .15em
}
.head h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 20px 0 12px
}
.head p {
    color: #b7c4cf;
    line-height: 1.8
}
.item {
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
    border: 1px solid rgba(72, 185, 255, .12);
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 18px
}
summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 1.05rem
}
summary::-webkit-details-marker {
    display: none
}
.icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(72, 185, 255, .18), rgba(0, 224, 184, .18));
    color: #7dd3fc;
    font-size: 1.4rem;
    flex-shrink: 0
}
details[open] .icon {
    transform: rotate(45deg);
    transition: .3s
}
.content {
    padding: 0 24px 24px;
    color: #d2dce3;
    line-height: 1.9
}
.meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    margin: 18px 0
}
.meta div {
    background: rgba(255, 255, 255, .04);
    padding: 12px;
    border-radius: 12px
}
.meta strong {
    display: block;
    color: #7dd3fc;
    margin-bottom: 4px
}
@media(max-width:768px) {
    .dive {
        padding: 70px 0
    }
    summary {
        padding: 18px 20px
    }
    .content {
        padding: 0 20px 20px
    }
  }

/* =========================
   FLOATING CHAT BUBBLE
========================= */

.floating-book {
  position: fixed;
  right: 30px;
  bottom: 25px;
  z-index: 9999;

  display: flex;
  align-items: center;

  text-decoration: none;
  overflow: visible;

  transform-origin: right center;
  transition: transform 0.25s ease;

  -webkit-tap-highlight-color: transparent;
}

/* Hover membesar */
.floating-book:hover {
  transform: scale(1.05);
}

/* Bubble text */
.floating-book__bubble {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 38px;

  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;

  padding: 0;

  background: rgba(7, 16, 42, 0.97);
  color: #fff;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;

  border-radius: 999px;

  transition:
    max-width .35s ease,
    opacity .25s ease,
    padding .35s ease,
    margin-right .35s ease;
}

/* Bubble muncul */
.floating-book:hover .floating-book__bubble,
.floating-book.is-open .floating-book__bubble {
  max-width: 300px;
  opacity: 1;
  padding: 0 18px;
  margin-right: 8px;
}

/* Icon */
.floating-book__icon {
  position: relative;

  width: 55px;
  height: 55px;
  min-width: 55px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #25D366;
  color: #fff;

  border-radius: 50%;

  font-size: 25px;

  flex-shrink: 0;

  box-shadow: 0 8px 18px rgba(0,0,0,.15);
}

/* Pulse Animation */
.floating-book__icon::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: 50%;
  border: 2px solid rgba(37,211,102,.45);

  animation: waPulse 2s infinite;
}

@keyframes waPulse {
  0% {
    transform: scale(1);
    opacity: .75;
  }

  70% {
    transform: scale(1.35);
    opacity: 0;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 768px) {

  .floating-book {
    right: 20px;
    bottom: 20px;
  }

  .floating-book__icon {
    width: 51px;
    height: 51px;
    min-width: 51px;

    font-size: 20px;
  }

  .floating-book__bubble {
    height: 34px;

    font-size: 9px;
    letter-spacing: 1.5px;
  }

  .floating-book:hover .floating-book__bubble,
  .floating-book.is-open .floating-book__bubble {
    max-width: 180px;
    padding: 0 14px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 480px) {

  .floating-book {
    right: 20px;
    bottom: 20px;
  }

  .floating-book__icon {
    width: 50px;
    height: 50px;
    min-width: 50px;

    font-size: 20px;
  }

  .floating-book__bubble {
    height: 30px;

    font-size: 8px;
    letter-spacing: 1px;
  }

  .floating-book:hover .floating-book__bubble,
  .floating-book.is-open .floating-book__bubble {
    max-width: 150px;
    padding: 0 12px;
  }
}
