
/* === NK HERO v2 === */
.nk-hero{
  position: relative;
  overflow: hidden;
  padding: 8.75rem 0 4.75rem;
  background:
    radial-gradient(900px circle at 15% 5%, rgba(252,233,201,0.95) 0%, rgba(252,233,201,0) 60%),
    radial-gradient(820px circle at 85% 35%, rgba(214,235,255,0.75) 0%, rgba(214,235,255,0) 55%),
    linear-gradient(115deg, #fff7e9 0%, #f6fbff 45%, #ffffff 85%);
}

.nk-hero::after{
  content: "";
  position: absolute;
  right: -140px;
  bottom: -160px;
  width: 460px;
  height: 460px;
  background: rgba(248, 233, 207, 0.9);
  transform: rotate(12deg);
  border-radius: 56px;
  z-index: 0;
}

.nk-hero .container{
  position: relative;
  z-index: 1;
}

.nk-hero-kicker{
  color: #f26b4f;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-size: 0.92rem;
}

.nk-hero-title{
  font-family: "Volkhov", serif;
  color: #182056;
  font-weight: 700;
  line-height: 0.95;
  font-size: clamp(2.5rem, 4.6vw, 4.4rem);
}

.nk-hero-subtitle{
  color: #4c5373;
  max-width: 36rem;
  line-height: 1.65;
}

.nk-underline{
  position: relative;
  display: inline-block;
  z-index: 0;
}

.nk-underline::after{
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  height: 0.18em;
  bottom: 0.08em;
  background: rgba(242, 107, 79, 0.95);
  border-radius: 999px;
  transform: rotate(-1.2deg);
  z-index: -1;
  box-shadow: 0 8px 18px rgba(242, 107, 79, 0.25);
}

.nk-hero-image-wrapper{
  position: relative;
  max-width: 560px;
  margin-left: auto;
  /* v9-style arched hero photo frame */
  border-radius: 260px 260px 22px 22px;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(0,0,0,0.14);
  outline: 1px solid rgba(24,32,86,0.06);
}

.nk-hero-image{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.nk-btn-whatsapp{
  background: #f2a900;
  border-color: #f2a900;
  color: #ffffff;
  padding: 0.95rem 1.45rem;
  font-weight: 600;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(242,169,0,0.26);
}

.nk-btn-whatsapp:hover{
  background: #d89000;
  border-color: #d89000;
  color: #ffffff;
}

.nk-btn-outline{
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(24,32,86,0.28);
  color: #182056;
  padding: 0.95rem 1.45rem;
  font-weight: 600;
  border-radius: 14px;
}

.nk-btn-outline:hover{
  background: #182056;
  border-color: #182056;
  color: #ffffff;
}

@media (max-width: 991.98px){
  .nk-hero{
    padding: 7.5rem 0 4.25rem;
  }
  .nk-hero-image-wrapper{
    max-width: 620px;
    margin-right: auto;
    margin-left: 0;
  }
}

/* Nile King Travel - Custom tweaks */

/* --- Header polish (settling look) --- */
.navbar.nk-navbar{
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.navbar.nk-navbar .navbar-brand img{
  height: 60px;
  width: auto;
}

/* --- Welcome / Hero layout --- */
.nk-hero{
  padding-top: 8.5rem; /* space for fixed navbar */
  padding-bottom: 3.5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 42%, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0) 48%),
    radial-gradient(circle at 82% 58%, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 55%),
    linear-gradient(90deg, #f6e4cf 0%, #eff3f1 55%, #dbe6e1 100%);
}

.nk-hero .nk-hero-row{
  display: flex;
  align-items: center;
  gap: 3.5rem;
}

@media (max-width: 991.98px){
  .nk-hero{ padding-top: 7.5rem; }
  .nk-hero .nk-hero-row{ flex-direction: column; gap: 2rem; }
}

.nk-hero-arch{
  width: min(460px, 100%);
  aspect-ratio: 666 / 764; /* matches the existing hero image, keeps the crop "literally the same" */
  overflow: hidden;
  border-radius: 260px 260px 18px 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}

.nk-hero-arch img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.nk-hero-title{
  font-size: clamp(2.25rem, 3.6vw, 3.9rem);
  line-height: 1.12;
  font-weight: 600;
  color: #1a2e2d;
  margin-bottom: 1rem;
}

.nk-hero-desc{
  max-width: 520px;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #4d5d5c;
  margin: 0;
}

/* Ensure the new hero doesn't inherit the old hero image sizing */
.hero-img{ max-width: 100%; height: auto; }


/* ===== Nile King Travel - About Page ===== */
.nk-about-page{
  background: #F4F6EF;
}
.nk-about-imagewrap{
  max-width: 520px;
  margin: 0 auto;
  border-radius: 260px 260px 0 0;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
  background: rgba(255,255,255,0.35);
}
.nk-about-image{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.nk-about-title{
  font-family: "Volkhov", serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #25302E;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  margin-bottom: 1.2rem;
}
.nk-about-intro{
  max-width: 640px;
  color: rgba(37,48,46,0.85);
  font-size: 1.05rem;
  line-height: 1.9;
}
.nk-about-sections{
  max-width: 980px;
  margin: 0 auto;
}
.nk-about-block{
  padding: 2.4rem 0;
}
.nk-about-heading{
  font-family: "Volkhov", serif;
  font-weight: 700;
  color: #25302E;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 1.0rem;
}
.nk-about-text{
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: rgba(37,48,46,0.88);
  font-size: 1.03rem;
  line-height: 1.95;
}
.nk-about-cta-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.25rem 1.25rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(37,48,46,0.08);
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.10);
}
.nk-about-cta-title{
  font-family: "Volkhov", serif;
  font-weight: 700;
  color: #25302E;
  margin: 0 0 0.25rem 0;
  font-size: 1.35rem;
}
.nk-about-cta-text{
  margin: 0;
  color: rgba(37,48,46,0.8);
  font-size: 0.98rem;
}
@media (max-width: 991px){
  .nk-about-cta-card{
    flex-direction: column;
    align-items: flex-start;
  }
}


/* About-style list for simple pages */
.nk-about-list{padding-left:1.2rem;margin-top:.75rem}
.nk-about-list li{margin-bottom:.5rem;font-style:italic;color:#444}


/* FAQ accordion tweaks */
.nk-faq-accordion .accordion-button{font-weight:700}
.nk-faq-accordion .accordion-body{color:#444}

/* ============================
   Favorite (Heart) Toggle
   ============================ */

.nk-fav-btn{
  width: 46px !important;
  height: 46px !important;
  padding: 0 !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid rgba(232, 199, 122, 0.7) !important;
  background: transparent !important;
  color: #4b527a !important;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease, color 180ms ease, border-color 180ms ease;
}

.nk-fav-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.12);
}

.nk-fav-btn:active{
  transform: translateY(0px);
}

.nk-fav-btn:focus-visible{
  outline: 3px solid rgba(232, 199, 122, 0.35);
  outline-offset: 2px;
}

.nk-heart{
  width: 20px;
  height: 20px;
}

.nk-heart--solid{
  display: none;
}

.nk-fav-btn.is-active{
  background: #E8C77A !important;
  border-color: #E8C77A !important;
  color: #ffffff !important;
}

.nk-fav-btn.is-active .nk-heart--outline{
  display: none;
}

.nk-fav-btn.is-active .nk-heart--solid{
  display: block;
}
