:root{
	--teal-hero:#1b1e23;
	--menu-text:#4a4a4a;
	--menu-active:#2d2d2d;
	--accent:#c7ad00;
	--accent-hover:#b49c00;

   	--footer-top:#1b1e23;
	--footer-bot:#1b1e23;
	--footer-text:#d9f1ef;
	--footer-dim:#b9d7d4;
	--footer-head:#c7ad00;

	--about-accent: var(--accent);
	--fasilitas-color: var(--accent);
	--partner-border: var(--accent);
	--gallery-accent: var(--accent);
}

body{
	font-family: 'Roboto', sans-serif;
}

/* Top contact/social bar */
.topbar{
	background:var(--teal-hero);
	color:#e8f3f3;
	font-size:.95rem;
	line-height:1;
	padding:.6rem 0;
}

.topbar a{
	color:#e8f3f3;
	text-decoration:none;
}

.topbar .sep{
	display:inline-block;
	width:1px;height:18px;
	background:#197777; 
	margin:0 .75rem;
	vertical-align:middle;
}

.topbar .social a{
	display:inline-flex; 
	align-items:center; 
	justify-content:center;
	width:34px;
	height:34px;
	border-radius:50%;
	background:rgba(255,255,255,.12);
	margin-left:.35rem;
	transition:opacity .2s ease;
}

.topbar .social a:hover{ 
	opacity:.85; 
}

.site-header{
	background:#fff;
	box-shadow:0 1px 0 rgba(0,0,0,.05);
}
.brand img{
	height:64px;
	width: auto;
}

/* Main nav */
.main-nav .nav-link{
	color:var(--menu-text);
	font-weight:700;
	letter-spacing:.02em;
	text-transform:capitalize;
	padding:.75rem 1rem;
}

.site-header {
	background:#fff;
	box-shadow:0 1px 0 rgba(0,0,0,.05);
	z-index: 1030; /* agar di atas carousel */
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus,
.main-nav .nav-link.active {
	color: var(--accent) !important;
}

/* tiny chevrons like the screenshot */
.nav-caret{
	font-size:.9rem;
	margin-left:.35rem;
}

/* Booking button */
.btn-book{
	background:var(--accent);
	border:none;
	color:#fff;
	font-weight:800;
	letter-spacing:.08em;
	text-transform:uppercase;
	border-radius:999px;
	padding:.8rem 1.25rem;
}
.btn-book:hover{ 
	background:var(--accent-hover); color:#fff; 
}

@media (min-width: 992px){
  .main-nav{ 
  	justify-content:center; 
  }
}

.body-content{
	margin-top: 150px;
}

/* slider */
.hero-carousel .carousel-item{
	height: 460px;
	min-height: 320px;
	position: relative;
	color: #fff;
	background: #222;
}

.hero-carousel .slide-bg{
	position:absolute; inset:0;
	background-size:cover; background-position:center;
	filter: brightness(0.68);
}

.hero-carousel .carousel-caption{
	bottom: 22%;
	text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.hero-carousel .carousel-caption h2{
	font-weight:900; text-transform:uppercase; letter-spacing:.06em;
}

.hero-carousel .carousel-indicators [data-bs-target]{ width:10px; height:10px; border-radius:50%; }
.hero-carousel .btn-cta{
	background: var(--accent);
	border: none;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 999px;
	padding: .75rem 1.25rem;
}

.hero-carousel .btn-cta:hover{ background: var(--accent-hover); color:#fff; }

/* tentang kami */
.about-section { background: #fff; }

.about-photo{
/*	border: 2px solid var(--about-accent);*/
	border-radius: 28px;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4d4d4d;
	background: #fff;
	box-shadow: 0 1px 0 rgba(0,0,0,.03);
}

.about-photo img {
	height: auto;
	width: 100%;
	border-radius: 28px;
}

@media (min-width: 768px){
	.about-photo{ height: 280px; }
	.about-photo img {
		height: 100%;
	}
}

.about-photo span{
	font-weight: 500;
	letter-spacing: .2px;
}

.about-btn{
	border: 2px solid var(--about-accent);
	color: var(--about-accent);
	background: transparent;
	border-radius: 12px;
	padding: .55rem 1rem;
	font-weight: 500;
	transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.about-btn:hover{
	background: var(--about-accent);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(99,176,85,.25);
}

/* fasilitas jamaah */
.fasilitas-subtitle {
	color: var(--fasilitas-color);
	font-size: 1rem;
	letter-spacing: 1px;
}

.fasilitas-title {
	font-size: 2rem;
}

.fasilitas-item {
	gap: 15px;
	align-items: flex-start;
}

.fasilitas-icon {
	width: 48px;
	height: 48px;
	background: var(--fasilitas-color);
	border-radius: 12px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
}

/* our partner */
.partner-box {
	border-radius: 8px;
	overflow: hidden;
	padding: 12px 0;
	position: relative;
}

.partner-track {
	display: flex;
	gap: 40px;
	animation: scroll-left 20s linear infinite;
}

.partner-track img {
	height: 60px;
	width: auto;
	object-fit: contain;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.partner-track img:hover {
	filter: grayscale(0%);
}

@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/* muttawif */
.team-card{
	border: 2px solid var(--teal-hero);
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
	height: 100%;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.team-card:hover{
	transform: translateY(-6px);
	box-shadow: 0 10px 24px rgba(0,0,0,.08);
	border-color: var(--accent-hover);
}

.team-photo{
	aspect-ratio: 4/3;
	background: #fafafa;
	overflow: hidden;
}
.team-photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display:block;
}

.team-body{ padding: 16px 16px 18px; }
.team-name{
	margin: 6px 0 2px;
	font-weight: 700;
}
.team-role{
	margin: 0;
	color: #6c757d;
	font-weight: 500;
}

/* testimonial */
.testi-section{ background: #fafafa; }

.testi-card{
	position: relative;
	background: #fff;
	border-radius: 18px;
	padding: 28px 22px 20px;
	box-shadow: 0 8px 18px rgba(0,0,0,.04);
}

.testi-quote{
	position: absolute;
	top:0px; left: 22px;
	width: 40px; height: 40px;
	border-radius: 10px;
	background: var(--teal-hero);
	color:#fff; display:flex; 
	align-items:center; 
	justify-content:center;
	font-size: 26px;
}

.testi-text{
	font-size: 1.05rem;
	color: #4d4d4d;
	margin-top: 8px;
}

.testi-rating i{
	color: var(--teal-hero);
	margin-right: 2px;
}

.testi-user{
	display:flex; align-items:center; gap:12px;
}
.testi-user img{
	width:54px; height:54px; border-radius:50%;
	object-fit:cover;
	border:2px solid var(--teal-hero);
}

/* quote motivation */
.quote-section{ background:#0e1a1f; background:linear-gradient(180deg,#0e1a1f 0%, #142329 100%); }

.quote-card{
  position: relative;
  color:#eef6f6;
  border-radius: 28px;
  overflow: hidden;
  padding: 36px 22px 26px;
  max-width: 980px;
  margin: 0 auto;
  background: linear-gradient(180deg,var(--quote-grad-top),var(--quote-grad-bot));
  box-shadow: 0 18px 36px rgba(0,0,0,.25);
}

.quote-pattern{
  position:absolute; inset:0 0 auto 0; height:110px;
  background:
    radial-gradient(ellipse at top, rgba(255,255,255,.08), rgba(255,255,255,0) 60%),
    url('data:image/svg+xml;utf8,\
      <svg xmlns="http://www.w3.org/2000/svg" width="160" height="80" viewBox="0 0 160 80">\
        <g fill="none" stroke="white" stroke-opacity=".12" stroke-width="2">\
          <path d="M0,40h160M80,0v80"/><path d="M40,0l40,40-40,40-40-40zM120,0l40,40-40,40-40-40z"/>\
        </g></svg>'
    );
  background-size: cover, 160px 80px;
  background-repeat: no-repeat, repeat;
  opacity:.9;
}


.quote-dots{
  position:absolute; top:18px; right:18px; display:flex; gap:6px;
}
.quote-dots span{
  width:6px; height:6px; border-radius:50%; background:#fff; opacity:.85;
  box-shadow: 0 0 0 2px rgba(0,0,0,.12);
}

.quote-text{
  position: relative;
  margin: 24px auto 14px;
  max-width: 840px;
  text-align: center;
  font-size: clamp(1.1rem, 2vw + .6rem, 1.6rem);
  line-height: 1.55;
  font-weight: 400;
}

.quote-author{
  position: relative;
  text-align:center;
  font-weight:600;
  color:#f4f4f4;
  opacity:.95;
  margin-top: 8px;
  font-size: 1.1rem;
}

.quote-card::after{
  content:"";
  position:absolute; left:16px; right:16px; bottom:16px; height:6px;
  border-radius:999px;
  background: linear-gradient(90deg, transparent, var(--brand-gold), transparent);
  opacity:.5;
}

@media (min-width:768px){
  .quote-card{ padding: 42px 36px 34px; }
}

/* gallery */
.gallery-pill{
  border: 2px solid var(--gallery-accent);
  color: var(--gallery-accent);
  border-radius: 12px;
  padding: .5rem 1.1rem;
  background:#fff;
  font-weight: 500;
}
.gallery-pill.active,
.gallery-pill:hover{
  background: var(--gallery-accent);
  color: #fff;
}

.gallery-card{
  display:block;
  border: 2px solid var(--teal-hero);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background:#fff;
  transition: transform .2s ease, box-shadow .2s ease;
}
.gallery-card img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}
.gallery-card .caption{
  position:absolute;
  left:50%; top:50%;
  transform: translate(-50%,-50%);
  color:#222;
  background: rgba(255,255,255,.9);
  padding:.4rem .7rem;
  border-radius: 8px;
  font-weight: 500;
  opacity: 0.8;
}
.gallery-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
  border: 2px solid var(--gallery-accent);
}

.video-169{ width:100%; aspect-ratio:16/9; height:auto; display:block; }

/* paket */
.paket-card{
  background:#fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  border: 2px solid var(--teal-hero);          /* border luar (emas) */
  box-shadow: 0 8px 20px rgba(0,0,0,.04);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.paket-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,.08);
  border-color: var(--accent-hover);
}

.paket-photo{
  border-bottom: 2px solid #d9d9d9;
  background:#f7f7f7;
}
.paket-photo img{
  width: 100%;
  height: 210px;
  object-fit: cover;
  display:block;
}

.paket-body{
  padding: 18px;
  background:#fff;
}

.btn-paket{
  border: 2px solid var(--teal-hero);
  color: var(--teal-hero);
  background: transparent;
  border-radius: 12px;
  padding: .55rem 1.1rem;
  font-weight: 600;
  letter-spacing:.2px;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.btn-paket:hover{
  background: var(--teal-hero);
  color:#fff;
  box-shadow: 0 8px 16px rgba(193,149,96,.35);
}

/* detail paket */
.paket-hero{
  border-radius: 14px;
  overflow:hidden;
  background:#ddd;
}
.paket-hero img{
  width:100%; height:800px; object-fit:cover; display:block;
}

/* breadcrumb */
.breadcrumb a{ color:#6b7280; }
.breadcrumb .active{ color:#111827; }

/* summary chips */
.summary-chip{
  display:flex; align-items:center; gap:.5rem;
  border:1px dashed rgba(0,0,0,.12);
  border-radius:10px; padding:.6rem .8rem; background:#fff;
}

/* sidebar */
.sticky-col{ position:sticky; top:150px; }
.price-box{
  border:2px solid var(--teal-hero); border-radius:14px; padding:18px; background:#fff;
  box-shadow: 0 8px 18px rgba(0,0,0,.04);
}
.price{
  font-size: clamp(1.4rem, 2vw + .6rem, 2rem);
  font-weight: 900; color:#111827;
}
.kpr{ color:#6b7280; font-size:.95rem; }
.benefit-list{ list-style:none; padding-left:0; margin:0; }
.benefit-list li{ display:flex; gap:.6rem; align-items:flex-start; margin:.4rem 0; }
.benefit-list i{ color:var(--teal-hero); margin-top:.2rem; }

.hotel-section{
  display:grid; gap:.5rem; margin-top:.5rem;
}
.hotel-item{
  /*display:block; 
  flex-wrap:wrap;*/ 
  align-items:center; 
  gap:.5rem .75rem;
}
.hotel-name{ font-weight:700; }
.hotel-rating{ display:inline-flex; align-items:center; gap:.15rem; line-height:1; }
.hotel-rating .star{ width:16px; height:16px; display:block; }
.star--filled path{ fill:#F4C430; }       /* gold */
.star--empty  path{ fill:#E5E7EB; }       /* light gray */
.distance-chip{
  background:#F3F4F6; border-radius:999px;
  padding:.2rem .55rem; font-weight:600; font-size:.9rem;
}

/* content blocks */
.block{
  border:1px solid rgba(0,0,0,.08); border-radius:12px; padding:18px; background:#fff;
}
.block + .block{ margin-top:16px; }

.inout ul{ list-style:none; padding-left:0; margin:0; }
.inout li{ padding:.35rem 0; }
.inout i{ width:20px; }

/* itinerary */
.accordion-button:not(.collapsed){ color:#111; background:#fff3; }
.accordion-button::after{ filter: hue-rotate(35deg) saturate(1.2); }
.day-badge{ width:42px; height:42px; border-radius:12px; background:var(--teal-hero); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; }

/* gallery thumbs (opsional) */
.thumb{
  border-radius:10px; overflow:hidden; border:1px solid rgba(0,0,0,.1);
}
.thumb img{ width:100%; height:160px; object-fit:cover; display:block; }

/* kontak */
.contact-box{
  border: 2px solid var(--teal-hero);
  border-radius: 28px;
  background: #fff;
}

/* Form look */
.form-brand{
  color:#fff;
  border: 2px solid rgba(0,0,0,.15);
  border-radius: 12px;
}
.form-brand::placeholder{ color:#e9eefb; opacity:.85; }
.form-brand:focus{
  box-shadow: 0 0 0 .25rem rgba(193,149,96,.15); /* glow emas */
  border-color: var(--teal-hero);
}

/* Brand buttons */
.btn-brand{
  background: var(--accent);
  color:#fff;
  border: 2px solid var(--accent);
  border-radius: 12px;
  font-weight: 700;
}
.btn-brand:hover{ background: var(--accent-hover); border-color: var(--accent-hover); }

/* footer */
.site-footer{
	color: var(--footer-text);
	background: linear-gradient(180deg, var(--footer-top), var(--footer-bot));
	padding-top: 56px;
}
.site-footer a{
	color: var(--footer-text);
	text-decoration: none;
}
.site-footer a:hover{ 
	color:#ffffff; text-decoration: underline; 
}

.site-footer iframe{
	width: 100% !important;
}

.footer-brand img{ 
	height:54px; 
}

.footer-lead{
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--footer-text);
	max-width: 560px;
}

.footer-head{
	color: var(--footer-head);
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.footer-list{
	list-style: none; padding: 0; margin: 0;
}
.footer-list li{ margin: .6rem 0; }
.footer-list a{ color: var(--footer-dim); }
.footer-list a:hover{ color:#fff; }

.footer-social a{
	display:inline-flex; align-items:center; justify-content:center;
	width:44px;height:44px;border-radius:50%;
	background: rgba(255,255,255,.12);
	margin-right:.5rem;
	transition: transform .15s ease, opacity .15s ease;
	color:#eaf8f7;
}
.footer-social a:hover{ 
	transform: translateY(-2px); 
	opacity:.9; 
}

.footer-divider{
	border:0; height:1px; background: rgba(255,255,255,.18);
	margin: 40px 0 22px;
}

.footer-bottom{
	color: var(--footer-dim);
	font-size: .95rem;
	padding-bottom: 28px;
}
.footer-bottom .policy a{
	color: var(--footer-dim);
	margin-left: 1.25rem;
	white-space: nowrap;
}
.footer-bottom .policy a:hover{ color:#fff; text-decoration: underline; }

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #1ebe5d;
}