/* =========================================================
   KAPPI KITES FOOTER - Responsive + Theme
   Colors:
   Olive Green: #57692d
   Coffee Brown: #843f00
   Cream: #fbf3d6
   ========================================================= */

.kk-footer {
  position: relative;
  width: 100%;
  padding: 120px 0 28px;
  overflow: hidden;
  background: #fbf3d6;
}

.kk-footer-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.kk-footer-bg svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(2.3) scaleX(2.0);
  transform-origin: bottom;
  display: block;
}

.kk-footer-inner {
  position: relative;
  z-index: 1;
}

/* ✅ remove blue link color inside footer (all states) */
.kk-footer a,
.kk-footer a:link,
.kk-footer a:visited,
.kk-footer a:hover,
.kk-footer a:active {
  color: inherit;
  text-decoration: none;
}

/* ---------- TOP CTA ---------- */
.kk-footer-cta {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 26px;
  align-items: start;
  margin-bottom: 26px;
}

/* ✅ Logo placeholder with visible hover */
.kk-footer-logo {
  width: 74px;
  height: 74px;
 
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  transition: transform .18s ease, box-shadow .18s ease, outline-color .18s ease;

}

.kappilogo{
  border-radius: 50%
}


.kk-footer-logo-ph {
  font-family: "Playfair Display", serif;
  color: #57692d;
  font-weight: 800;
  letter-spacing: 0.7px;
}

.kk-footer-big {
  margin: 0 0 10px;
  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 3.2vw, 46px);
  line-height: 1.12;
  color: #57692d;
}

.kk-footer-sub {
  margin: 0 0 18px;
  color: rgba(0, 0, 0, 0.70);
  line-height: 1.7;
  max-width: 720px;
}

/* CTA button */
.kk-footer-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 999px;

  background: #57692d;
  color: #fff !important;

  border: 2px solid rgba(255, 255, 255, 0.90);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  transition: transform .18s ease, background .18s ease;
}

.kk-footer-btn:hover {
  transform: translateY(-2px);
  background: #843f00;
}

.kk-footer-btn-ico {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fbf3d6;
  color: #843f00;
  font-size: 18px;
}

/* ---------- RIGHT NEWSLETTER ---------- */
.kk-footer-cta-right {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 22px;
  padding: 18px 18px 16px;
}

.kk-footer-news-title {
  margin: 0 0 10px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  color: #843f00;
  font-size: 20px;
}

.kk-footer-form {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.kk-footer-mail {
  color: #57692d;
  font-size: 16px;
  padding-left: 6px;
}

.kk-footer-form input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
}

.kk-footer-form input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

/* ✅ Fixed submit button + arrow perfectly centered */
.kk-footer-submit {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  cursor: pointer;

  background: #843f00;
  color: #fff;
  display: grid;
  place-items: center;

  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
  transition: transform .18s ease, background .18s ease;
}

.kk-footer-submit:hover {
  transform: translateY(-1px);
  background: #6f3400;
}

.kk-footer-submit-ico {
  font-size: 20px;
  line-height: 1;
  transform: translateX(0.5px);
  /* tiny visual center fix */
}

.kk-footer-note {
  margin: 10px 0 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.60);
  line-height: 1.5;
}

.kk-footer-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.10);
  margin: 22px 0 22px;
}

/* ---------- GRID LINKS ---------- */
.kk-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.kk-footer-col h4 {
  margin: 0 0 10px;
  font-family: "Playfair Display", serif;
  color: #57692d;
  font-size: 16px;
}

.kk-footer-text {
  margin: 0 0 14px;
  color: rgba(0, 0, 0, 0.70);
  line-height: 1.7;
  max-width: 360px;
}

.kk-footer-col a {
  display: block;
  color: rgba(0, 0, 0, 0.72);
  padding: 6px 0;
  transition: color .15s ease, transform .15s ease;
}

.kk-footer-col a:hover {
  color: #843f00;
  transform: translateX(1px);
}

/* socials */
.kk-footer-socials {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.kk-footer-socials a {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;

  background: #57692d;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.80);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
  transition: transform .18s ease, background .18s ease;
}

.kk-footer-socials a:hover {
  transform: translateY(-2px);
  background: #843f00;
}

/* ---------- BOTTOM ---------- */
.kk-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;

  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.kk-footer-legal,
.kk-footer-credit {
  margin: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.68);
}

/* ✅ developer link no blue, theme hover */
.kk-footer-dev {
  color: #843f00 !important;
  font-weight: 700;
}

.kk-footer-dev:hover {
  text-decoration: underline;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
  .kk-footer {
    padding: 110px 0 26px;
  }

  .kk-footer-cta {
    grid-template-columns: 1fr;
  }

  .kk-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .kk-footer {
    padding: 96px 0 24px;
  }

  .kk-footer-cta-right {
    padding: 16px 14px 14px;
  }

  .kk-footer-form {
    padding: 10px;
  }

  .kk-footer-submit {
    width: 42px;
    height: 42px;
  }

  .kk-footer-grid {
    grid-template-columns: 1fr;
  }

  .kk-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}





























/* =========================================================
   KAPPI KITES - HERO / BANNER SLIDER (3 Slides)
   ✅ Fixed mobile text overflow (no right-side break)
   Colors: #57692d (green), #843f00 (coffee)
   Font: "Playfair Display"
   ========================================================= */

:root {
  --kk-green: #57692d;
  --kk-coffee: #843f00;
  --kk-cream: #fbf3d6;
}



/* HERO WRAPPER */
.kk-hero {
  position: relative;
  width: 100%;
  height: 99vh;

  min-height: 520px;
  overflow: hidden;
  background: #000;
}

/* Apply font to hero only */
.kk-hero,
.kk-hero * {
  font-family: "Playfair Display", serif;
  box-sizing: border-box;
}

/* EACH SLIDE */
.kk-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* IMAGE */
.kk-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.12);
  animation: kk-zoom 12s linear infinite;
}

/* OVERLAY */
.kk-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.58) 0%,
      rgba(0, 0, 0, 0.28) 48%,
      rgba(0, 0, 0, 0.18) 100%);
}

/* TEXT BOX (desktop/tablet safe) */
.kk-text {
  position: absolute;
  top: 44%;
  left: clamp(16px, 6vw, 80px);
  /* ✅ always stays inside screen */
  right: auto;

  width: min(720px, calc(100% - 32px));
  /* ✅ prevents overflow */
  max-width: 720px;

  color: #fff;
  z-index: 2;

  padding: 26px 28px;
  border-radius: 16px;
  /* background: rgba(0,0,0,0.30);
  backdrop-filter: blur(6px); */

  animation: kk-textup 9s linear infinite;
  transform: translateY(60px);
}

.kk-text h1 {
  margin: 0 0 12px 0;
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 64px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.kk-text span {
  display: block;
  width: 190px;
  height: 3px;
  border-radius: 999px;
  background: var(--kk-coffee);
  margin: 12px 0 18px 0;
}

.kk-text p {
  margin: 0;
  font-weight: 400;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.65;
  opacity: 0.96;
  overflow-wrap: anywhere;
}

/* SLIDE SHOW ANIMATION (3 SLIDES) */
.kk-slide1 {
  animation: kk-slide1 9s linear infinite;
}

.kk-slide2 {
  animation: kk-slide2 9s linear infinite;
}

.kk-slide3 {
  animation: kk-slide3 9s linear infinite;
}

@keyframes kk-slide1 {
  0% {
    opacity: 1;
    visibility: visible;
  }

  33.333% {
    opacity: 1;
    visibility: visible;
  }

  33.334% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes kk-slide2 {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  33.333% {
    opacity: 0;
    visibility: hidden;
  }

  33.334% {
    opacity: 1;
    visibility: visible;
  }

  66.666% {
    opacity: 1;
    visibility: visible;
  }

  66.667% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes kk-slide3 {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  66.666% {
    opacity: 0;
    visibility: hidden;
  }

  66.667% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

/* IMAGE ZOOM */
@keyframes kk-zoom {
  0% {
    transform: scale(1.15);
  }

  100% {
    transform: scale(1.03);
  }
}

/* TEXT UP */
@keyframes kk-textup {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }

  10% {
    transform: translateY(0px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* TEXT DELAYS */
.kk-text1 {
  animation-delay: 0s;
}

.kk-text2 {
  animation-delay: 3s;
}

.kk-text3 {
  animation-delay: 6s;
}

/* RESPONSIVE FIXES */
@media (max-width: 991px) {
  .kk-text {
    top: 42%;
    padding: 20px 20px;
    border-radius: 14px;
    width: min(650px, calc(100% - 28px));
  }

  .kk-overlay {
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.58) 0%,
        rgba(0, 0, 0, 0.22) 56%,
        rgba(0, 0, 0, 0.42) 100%);
  }
}

/* ✅ Mobile: always centered and never touches right edge */
@media (max-width: 576px) {
  .kk-hero {
    height: 92vh;
    height: 92svh;
    min-height: 520px;
  }

  .kk-text {
    top: auto;
    left: 16px;
    right: 16px;
    /* ✅ hard stop boundaries */
    bottom: 8%;
    width: auto;
    /* ✅ use left/right instead */
    max-width: none;
    transform: translateY(60px);
    text-align: center;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .kk-text span {
    margin-left: auto;
    margin-right: auto;
    width: 140px;
  }
}

@media (max-width: 360px) {
  .kk-text {
    bottom: 6%;
    padding: 14px 12px;
  }

  .kk-text span {
    width: 120px;
  }
}
















/* =========================
   BOOK NOW (UPDATED)
   BG = Olive Green
   Arrow = cream circle + coffee arrow
   ========================= */

.kk-book-bridge {
  position: relative;
  height: 0;
  z-index: 30;
}

.kk-book-btn {
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);

  display: inline-flex;
  align-items: center;
  gap: 16px;

  padding: 14px 26px;
  border-radius: 999px;

  background: #57692d;
  /* ✅ Olive Green */
  color: #fff;

  text-decoration: none;
  border: 4px solid rgba(255, 255, 255, 0.90);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);

  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.kk-book-text {
  font-family: "Playfair Display", serif;
  font-weight: 650;
  letter-spacing: 0.9px;
  font-size: 14px;
}

/* ✅ Correct arrow style like screenshot */
.kk-book-arrow {
  width: 34px;
  height: 34px;
  border-radius: 999px;

  display: grid;
  place-items: center;

  background: #fbf3d6;
  /* ✅ cream circle */
  color: #843f00;
  /* ✅ coffee arrow */
  font-size: 18px;
  line-height: 1;
}

/* hover */
.kk-book-btn:hover {
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.30);
  background: #495a24;
  /* darker olive hover */
}

@media (max-width: 576px) {
  .kk-book-btn {
    top: -22px;
    padding: 12px 20px;
    gap: 12px;
  }

  .kk-book-text {
    font-size: 13px;
  }

  .kk-book-arrow {
    width: 32px;
    height: 32px;
    font-size: 17px;
  }
}

.kk-book-btn,
.kk-book-btn:link,
.kk-book-btn:visited,
.kk-book-btn:hover,
.kk-book-btn:active {
  color: #fff !important;
  text-decoration: none !important;
  outline: none;
}

/* =========================================================
   ABOUT SECTION v2 (Like reference layout)
   NEW CLASS NAMES: kk2-*
   ========================================================= */

.kk2-about {
  position: relative;
  background: #fbf3d6;
  /* cream */
  padding: 88px 0 0px 0;
  overflow: hidden;
}

/* subtle white wash */
.kk2-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.38);
  pointer-events: none;
}

.kk2-about .container {
  position: relative;
  z-index: 1;
}

/* TOP CENTER */
.kk2-about-top {
  max-width: 880px;
  margin: 0 auto;
}

.kk2-about-top-title {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 10px;
  font-size: clamp(34px, 4.2vw, 62px);
  color: #57692d;
  /* olive */
}

/* small underline like ref (center) */
.kk2-about-top-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: #843f00;
  /* coffee */
}

.kk2-about-top-sub {
  margin: 18px auto 0;
  max-width: 720px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.72);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.85;
}

/* BUTTONS */
.kk2-about-actions {
  margin-top: 16px;
}

.kk2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: .2px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  outline: none;
}

.kk2-btn:hover {
  transform: translateY(-1px);
}

.kk2-btn-primary {
  background: #843f00;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.kk2-btn-primary:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.kk2-btn-outline {
  background: transparent;
  border: 1.5px solid rgba(132, 63, 0, 0.35);
  color: #843f00;
}

.kk2-btn-outline:hover {
  border-color: rgba(132, 63, 0, 0.65);
}

/* BIG IMAGE CARD */
.kk2-about-imagecard {
  margin: 26px auto 0;
  max-width: 1050px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.16);
  position: relative;
  background: rgba(255, 255, 255, 0.25);
}

.kk2-about-videocvr {
  max-width: 500px;
  height: 600px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.25);
}

.kk2-about-videocvr video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

@media (max-width: 768px) {
  .kk2-about-videocvr {
    height: 420px;
    margin-top: 30px;
  }
}

.kk2-about-imagecard img {
  width: 100%;
  height: clamp(240px, 36vw, 420px);
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

/* soft theme overlay */
.kk2-about-imagecard::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg,
      rgba(87, 105, 45, 0.10) 0%,
      rgba(132, 63, 0, 0.12) 100%);
}

/* BOTTOM */
.kk2-about-bottom {
  max-width: 1050px;
  margin: 34px auto 0;
}

.kk2-about-question {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
  font-size: clamp(30px, 3.5vw, 54px);
  color: #57692d;
}

.kk2-about-paragraph {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  margin: 0 0 14px;
  color: rgba(0, 0, 0, 0.72);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.9;
}

/* ==========================================
   RESPONSIVE TUNING
   ========================================== */
@media (max-width: 576px) {
  .kk2-about {
    padding: 64px 0 62px;
  }

  .kk2-about-imagecard {
    border-radius: 18px;
    margin-top: 18px;
  }

  .kk2-about-bottom {
    margin-top: 22px;
  }

  .kk2-about-question {
    font-size: clamp(26px, 8vw, 34px);
  }
}


/* ✅ remove bootstrap blue hover if any */
.kk2-about .kk2-btn,
.kk2-about .kk2-btn:hover,
.kk2-about .kk2-btn:focus,
.kk2-about .kk2-btn:active,
.kk2-about .kk2-btn:visited {
  color: inherit;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none;
}

/* ✅ BOOK NOW hover (keep coffee theme) */
.kk2-about .kk2-btn-primary:hover,
.kk2-about .kk2-btn-primary:focus {
  background: #57692d;
  /* olive on hover */
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

/* ✅ EXPLORE hover (no blue, coffee fill) */
.kk2-about .kk2-btn-outline:hover,
.kk2-about .kk2-btn-outline:focus {
  background: #843f00;
  /* coffee fill */
  color: #fff !important;
  border-color: #843f00;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}








/* =========================================================
   PACKAGES / SERVICES RADIO-CARDS (UPDATED)
   ✅ FIX: image opacity (0-1 only)
   ✅ FIX: Mobile buttons overlap (make title/body/actions flow)
   ✅ Active hides image; closed shows image
   ✅ Mobile: only active opens (others stay small)
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,800;1,400&display=swap');

/* ===== SECTION WRAP ===== */
.kk-pkg-sec {
  background: #fbf3d6;
  padding: 84px 0 90px;
  position: relative;
  overflow: hidden;
  font-family: "Playfair Display", serif;
}

.kk-pkg-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.40);
  pointer-events: none;
}

.kk-pkg-sec .container {
  position: relative;
  z-index: 1;
}

/* ===== TITLE AREA ===== */
.kk-pkg-head {
  margin-bottom: 22px;
}

.kk-pkg-main-title {
  font-weight: 900;
  margin: 0 0 10px 0;
  font-size: clamp(28px, 3.4vw, 56px);
  background:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.35), transparent 60%),
    linear-gradient(135deg, #57692d, #843f00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kk-pkg-main-sub {
  margin: 0 auto 12px;
  max-width: 860px;
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.75;
  color: rgba(0, 0, 0, .72);
}

.kk-pkg-kicker {
  margin: 0 auto 0;
  max-width: 860px;
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.75;
  color: rgba(0, 0, 0, .62);
}

/* ===== LAYOUT WRAP ===== */
.kk-pkg-wrap {
  display: flex;
  height: 26rem;
  margin: 0 auto;
  width: min(1120px, 100%);
  gap: 14px;
  align-items: stretch;
}

.kk-pkg-radio {
  display: none;
}

/* ===== CARD ===== */
.kk-pkg-card {
  flex: 1;
  cursor: pointer;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  transition: all .5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .12);

  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 0, 0, .06);
}

/* ✅ IMAGE LAYER (closed state) */
.kk-pkg-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--kkPkgImg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* ✅ FIX: opacity must be 0-1 */
  opacity: .65;

  transform: scale(1.03);
  filter: saturate(1.05) contrast(1.02);
  transition: opacity .35s ease;
  z-index: 0;
}

/* cream tint above image */
.kk-pkg-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.007), rgba(255, 255, 255, 0.012));
  z-index: 0;
  pointer-events: none;
}

.kk-pkg-card>* {
  position: relative;
  z-index: 1;
}

/* hover */
.kk-pkg-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .16);
}

/* ===== ACTIVE CARD ===== */
.kk-pkg-radio:checked+.kk-pkg-card {
  flex: 8.5;
  border-radius: 28px;
}

/* ✅ ACTIVE: hide image completely */
.kk-pkg-radio:checked+.kk-pkg-card::before {
  opacity: 0;
}

/* ===== CONTENT POSITIONS (DESKTOP) ===== */
.kk-pkg-title {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  opacity: 0;
  transform: translateX(18px);
  transition: 260ms cubic-bezier(0.05, 0.60, 0.42, 0.94) 160ms;
  user-select: none;
}

.kk-pkg-body {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 120px;
  opacity: 0;
  transform: translateX(18px);
  transition: 260ms cubic-bezier(0.05, 0.62, 0.40, 0.95) 160ms;
  user-select: none;
}

.kk-pkg-actions {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  opacity: 0;
  transform: translateX(18px);
  transition: 260ms cubic-bezier(0.05, 0.62, 0.40, 0.95) 180ms;
}

/* ONLY ACTIVE shows content */
.kk-pkg-radio:checked+.kk-pkg-card .kk-pkg-title,
.kk-pkg-radio:checked+.kk-pkg-card .kk-pkg-body,
.kk-pkg-radio:checked+.kk-pkg-card .kk-pkg-actions {
  opacity: 1;
  transform: translateX(0);
}

/* closed cards never show content */
.kk-pkg-radio:not(:checked)+.kk-pkg-card .kk-pkg-title,
.kk-pkg-radio:not(:checked)+.kk-pkg-card .kk-pkg-body,
.kk-pkg-radio:not(:checked)+.kk-pkg-card .kk-pkg-actions {
  opacity: 0 !important;
  transform: translateX(18px) !important;
  pointer-events: none;
}

/* ===== GRADIENT TEXT ===== */
.kk-pkg-grad {
  background:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.35), transparent 60%),
    linear-gradient(135deg, #57692d, #843f00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kk-pkg-h {
  font-weight: 900;
  margin: 0 0 8px 0;
  font-size: clamp(22px, 2.2vw, 40px);
  line-height: 1.05;
}

.kk-pkg-sub {
  margin: 0;
  font-weight: 700;
  font-size: clamp(13px, 1.15vw, 16px);
  opacity: .9;
}

.kk-pkg-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(0, 0, 0, .72);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.85;
}

.kk-pkg-list li {
  margin: 6px 0;
}

/* ===== VERTICAL LABEL (closed) ===== */
.kk-pkg-vert {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: clamp(16px, 1.25vw, 22px);
  opacity: .65;
  user-select: none;
  white-space: nowrap;

  background:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.35), transparent 60%),
    linear-gradient(135deg, #57692d, #843f00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kk-pkg-radio:checked+.kk-pkg-card .kk-pkg-vert {
  opacity: 0;
}

/* ===== BUTTONS ===== */
.kk-pkg-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.kk-pkg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  border: 1.5px solid rgba(0, 0, 0, .14);
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.kk-pkg-btn-primary {
  background: #57692d;
  color: #fff;
  border-color: rgba(0, 0, 0, .08);
}

.kk-pkg-btn-primary:hover {
  background: #843f00;
  color: #fff;
  transform: translateY(-1px);
}

.kk-pkg-btn-ghost {
  background: transparent;
  color: rgba(0, 0, 0, .72);
}

.kk-pkg-btn-ghost:hover {
  background: rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .82);
  transform: translateY(-1px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991.98px) {
  .kk-pkg-wrap {
    height: auto;
    flex-direction: column;
  }

  .kk-pkg-card {
    min-height: 92px;
    border-radius: 22px;
  }

  .kk-pkg-radio:checked+.kk-pkg-card {
    min-height: 360px;
  }

  .kk-pkg-vert {
    top: 16px;
    left: 18px;
    transform: none;
    opacity: .75;
  }

  /* ✅ FIX: make content FLOW (no overlap) */
  .kk-pkg-radio:checked+.kk-pkg-card {
    padding: 18px 18px 22px;
  }

  .kk-pkg-title,
  .kk-pkg-body,
  .kk-pkg-actions {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: translateX(18px);
    opacity: 0;
  }

  .kk-pkg-radio:checked+.kk-pkg-card .kk-pkg-title,
  .kk-pkg-radio:checked+.kk-pkg-card .kk-pkg-body,
  .kk-pkg-radio:checked+.kk-pkg-card .kk-pkg-actions {
    opacity: 1;
    transform: translateX(0);
  }

  .kk-pkg-title {
    margin-top: 34px;
  }

  .kk-pkg-body {
    margin-top: 14px;
  }

  .kk-pkg-actions {
    margin-top: 18px;
  }
}

@media (max-width: 576px) {
  .kk-pkg-sec {
    padding: 68px 0 72px;
  }

  .kk-pkg-main-sub,
  .kk-pkg-kicker {
    padding: 0 6px;
  }

  .kk-pkg-radio:checked+.kk-pkg-card {
    min-height: 390px;
  }

  .kk-pkg-btn {
    padding: 10px 16px;
    font-size: 14px;
  }
}












/* =========================================================
   HOME GALLERY (SMALL CARDS)
   - Cream theme + rounded small cards
   - Responsive with Bootstrap grid
   ========================================================= */

.kk-home-gallery {
  background: #fbf3d6;
  padding: 80px 0 90px;
  position: relative;
  overflow: hidden;
  font-family: "Playfair Display", serif;
}

.kk-home-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.40);
  pointer-events: none;
}

.kk-home-gallery .container {
  position: relative;
  z-index: 1;
}

.kk-gallery-head {
  margin-bottom: 26px;
}

.kk-gallery-title {
  margin: 0 0 10px;
  font-weight: 900;
  font-size: clamp(28px, 3.2vw, 52px);
  background:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.35), transparent 60%),
    linear-gradient(135deg, #57692d, #843f00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kk-gallery-sub {
  margin: 0 auto;
  max-width: 820px;
  color: rgba(0, 0, 0, .70);
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.75;
}

/* Card */
.kk-gcard {
  display: block;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 14px 40px rgba(0, 0, 0, .10);
  transition: transform .22s ease, box-shadow .22s ease;
}

.kk-gcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .14);
}

.kk-gimg {
  position: relative;
  height: 250px;
  /* ✅ small card height */
  overflow: hidden;
  background: #eee;
}

.kk-gimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform .35s ease;
}

.kk-gcard:hover .kk-gimg img {
  transform: scale(1.10);
}

/* Soft tint to match theme */
.kk-gimg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(0, 0, 0, .08));
  pointer-events: none;
}

.kk-gmeta {
  padding: 14px 14px 16px;
}

.kk-gtxt {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: .2px;
  color: #2a2a2a;
}

/* Button */
.kk-gallery-actions {
  margin-top: 22px;
}

.kk-gbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 1.5px solid rgba(0, 0, 0, .14);
  background: #57692d;
  color: #fff;
  transition: transform .18s ease, background-color .18s ease;
}

.kk-gbtn:hover {
  background: #843f00;
  color: #fff;
  transform: translateY(-1px);
}

/* ✅ Responsive tweaks */
@media (max-width: 576px) {
  .kk-home-gallery {
    padding: 64px 0 72px;
  }

  .kk-gimg {
    height: 160px;
  }

  /* smaller on mobile */
  .kk-gtxt {
    font-size: 16px;
  }
}





















/* =========================================================
   ✅ SOFT BLUR + FADE DIVIDER
   (fix boring empty gap)
   ========================================================= */
.kk-gallery-divider {
  position: relative;
  height: 42px;
  /* ✅ space between banner & gallery */
  width: 100%;
  overflow: hidden;
}

.kk-gallery-divider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1100px, 92%);
  height: 2px;
  transform: translate(-50%, -50%);

  /* soft gradient line */
  background: linear-gradient(90deg,
      rgba(255, 247, 223, 0),
      rgba(255, 247, 223, 0.28),
      rgba(255, 247, 223, 0));

  filter: blur(0.6px);
  opacity: 0.9;
}

.kk-gallery-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(900px, 86%);
  height: 18px;
  transform: translate(-50%, -50%);

  /* mist glow */
  background: radial-gradient(circle,
      rgba(255, 247, 223, 0.12),
      rgba(255, 247, 223, 0));

  filter: blur(8px);
  opacity: 0.65;
}

/* responsive */
@media (max-width: 576px) {
  .kk-gallery-divider {
    height: 34px;
  }
}




/* =========================================================
   ✅ SCOPED BACKGROUND (ONLY GALLERY PAGE)
   ========================================================= */
.kk-gallery-page {
  width: 100%;
  background:
    radial-gradient(circle at top left,
      rgba(132, 63, 0, 0.35),
      transparent 60%),
    linear-gradient(135deg,
      #57692d,
      #843f00);
}

/* =========================================================
   ✅ BANNER (NO GLASS)
   ========================================================= */
.kk-gallery-banner-section {
  width: 100%;
  padding: 166px 16px 38px;
  /* ✅ more height */
  /* background: transparent; */
}

.kk-gallery-banner-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
}

.kk-gallery-banner-kicker {
  display: inline-block;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255, 247, 223, 0.85);
  margin-bottom: 10px;
}

.kk-gallery-banner-title {
  font-family: "Playfair Display", serif;
  font-size: 3.1rem;
  font-weight: 600;
  font-style: italic;
  color: #fff7df;
  line-height: 1;
  margin: 0 0 10px 0;
  text-shadow: 0 14px 36px rgba(0, 0, 0, 0.25);
}

.kk-gallery-banner-sub {
  margin: 0;
  max-width: 720px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 247, 223, 0.82);
}

/* banner responsive */
@media (max-width: 992px) {
  .kk-gallery-banner-section {
    padding: 139px 14px 30px;
  }

  .kk-gallery-banner-title {
    font-size: 2.6rem;
  }
}

@media (max-width: 576px) {
  .kk-gallery-banner-section {
    padding: 149px 12px 24px;
  }

  .kk-gallery-banner-title {
    font-size: 2.15rem;
  }

  .kk-gallery-banner-sub {
    font-size: 0.98rem;
  }
}

/* =========================================================
   ✅ GALLERY STAGE (same background, more height)
   ========================================================= */
.kk-gallery-stage {
  position: relative;
  width: 100%;
  height: clamp(680px, 130vh, 980px);
  /* ✅ more height */
  overflow: hidden;
  cursor: grab;

  background:
    radial-gradient(circle at top left,
      rgba(132, 63, 0, 0.35),
      transparent 60%),
    linear-gradient(135deg,
      #57692d,
      #843f00);

  border-radius: 0;
  box-shadow: none;
}

/* ✅ canvas must have real size */
.kk-gallery-stage .canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}

/* cards */
.kk-gallery-stage .item {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  border-radius: 18px;
  box-shadow:
    0 14px 40px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(0, 0, 0, 0.06);
}

.kk-gallery-stage .item-image-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.kk-gallery-stage .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: transform .3s ease;
}

.kk-gallery-stage .item:hover img {
  transform: scale(1.06);
}

/* caption */
.kk-gallery-stage .item-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 14px;
  z-index: 2;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.70)),
    linear-gradient(90deg, rgba(87, 105, 45, 0.18), rgba(132, 63, 0, 0.18));
}

.kk-gallery-stage .item-name {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.kk-gallery-stage .item-number {
  color: rgba(255, 255, 255, 0.80);
  font-size: 10px;
}

/* overlay */
.kk-gallery-stage .overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}

.kk-gallery-stage .overlay.active {
  pointer-events: auto;
}

/* expanded */
.expanded-item {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  overflow: hidden;
  cursor: pointer;
  border-radius: 18px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.55);
}

.expanded-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* responsive height */
@media (max-width: 992px) {
  .kk-gallery-stage {
    height: clamp(640px, 92vh, 940px);
  }
}

@media (max-width: 576px) {
  .kk-gallery-stage {
    height: 76vh;
    min-height: 560px;
  }
}



















@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap');

.kk-services-stage {
  --olive: #57692d;
  --coffee: #843f00;
  --cream: #fff7df;
  --cream2: rgba(255, 247, 223, 0.82);
  --cream3: rgba(255, 247, 223, 0.62);

  position: relative;
  width: 100%;
  height: 174vh;


  background:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.35), transparent 60%),
    linear-gradient(135deg, #57692d, #843f00);

  font-family: "Playfair Display", serif;
  color: var(--cream);
}

.kk-services-stage:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.32);
  pointer-events: none;
}

#canvas-container {
  position: absolute;
  inset: 0;
  z-index: 1;
}

#ui-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

/* card */
.slide-content {
  position: absolute;
  top: 16%;
  left: 7%;
  width: 40%;
  max-width: 620px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease-out;
  pointer-events: auto;
  z-index: 3;

  border-radius: 18px;
  padding: 26px 26px 22px;
}

.slide-content.active {
  opacity: 1;
  transform: translateY(0);
}

.slide-content h1 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 4.6rem;
  margin: 0 0 1rem 0;
  line-height: 1;
  color: var(--cream);
  text-shadow: 0 16px 36px rgba(0, 0, 0, 0.38);
}

.catalogue-number {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--cream2);
  margin-bottom: 1rem;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 247, 223, 0.22);
  padding-bottom: 6px;
}

.description {
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.85;
  color: var(--cream2);
  margin-bottom: 1.6rem;
}

.description b {
  color: var(--cream);
  font-weight: 700;
}

.meta-grid {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 0.85rem;
  border-top: 1px solid rgba(255, 247, 223, 0.18);
  padding-top: 1.2rem;
}

.meta-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--cream3);
  align-self: center;
}

.meta-value {
  font-family: "Playfair Display", serif;
  font-size: 1.12rem;
  font-style: italic;
  color: var(--cream);
}

/* =========================================================
   ✅ PACKAGES AS NORMAL TEXT (NO TABLE, NO EXTRA SCROLLBAR)
   ========================================================= */
#slide-1 .pkg-list {
  border-top: 1px solid rgba(255, 247, 223, 0.18);
  padding-top: 1.2rem;

  display: grid;
  gap: 14px;
}

#slide-1 .pkg-card {
  border-radius: 14px;
  padding: 14px 14px 12px;
  /* background: rgba(0,0,0,0.14);
  border: 1px solid rgba(255,247,223,0.10); */
}

#slide-1 .pkg-title {
  font-size: 1.3rem;
  font-style: italic;
  color: var(--cream);
  margin-bottom: 8px;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

#slide-1 .pkg-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  padding: 6px 0;
  border-top: 1px solid rgba(255, 247, 223, 0.10);
}

#slide-1 .pkg-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

#slide-1 .pkg-key {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--cream3);
}

#slide-1 .pkg-val {
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--cream2);
}

/* hint */
.scroll-hint {
  position: absolute;
  bottom: 36px;
  left: 50px;
  z-index: 3;
  pointer-events: none;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: rgba(255, 247, 223, 0.72);
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* responsive */
@media (max-width: 992px) {
  .slide-content {
    top: 12%;
    width: 62%;
    left: 6%;
    padding: 22px 22px 18px;
  }

  .slide-content h1 {
    font-size: 3.6rem;
  }

  .scroll-hint {
    left: 22px;
  }
}

@media (max-width: 576px) {
  .slide-content {
    top: 12%;
    left: 5%;
    width: 90%;
    max-width: none;
    padding: 18px 16px 16px;
  }

  .slide-content h1 {
    font-size: 2.9rem;
  }

  .description {
    font-size: 1.02rem;
  }

  .scroll-hint {
    left: 18px;
    bottom: 18px;
  }

  #slide-1 .pkg-row {
    grid-template-columns: 95px 1fr;
  }

  .kk-services-stage {
    height: 140vh;
  }
}






















@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap');

/* ✅ PAGE WRAP (your theme background) */
.kk-contact-page {
  width: 100%;
  padding: 141px 0 90px;
  font-family: "Playfair Display", serif;

  background:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.35), transparent 60%),
    linear-gradient(135deg, #57692d, #843f00);
}

/* container spacing */
.kk-contact-page .kk-contact-wrap {
  max-width: 1180px;
}

/* ✅ LIGHT CARD (reference look) */
.kk-contact-page .kk-contact-card {
  /* background: #f6f1e7; */
  border-radius: 18px;
  overflow: hidden;
  /* box-shadow: 0 26px 90px rgba(0,0,0,0.28); */
}

/* TOP row */
.kk-contact-page .kk-contact-top {
  position: relative;
  padding: 44px 44px 26px;
}

.kk-contact-page .kk-contact-top-left {
  padding-right: 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.kk-contact-page .kk-contact-top-right {
  padding-left: 28px;
}

.kk-contact-page .kk-contact-block {
  position: relative;
  color: rgba(255, 247, 223, 0.96);
}

.kk-contact-page .kk-contact-title-sm {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}

.kk-contact-page .kk-contact-lines {
  font-size: 1.05rem;
  line-height: 1.6;
  opacity: 0.9;
}

.kk-contact-page .kk-contact-divider {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.10);
  margin: 18px 0 16px;
}

/* right side */
.kk-contact-page .kk-contact-link {
  display: inline-block;
  font-size: 1.15rem;
  font-weight: 600;
  color: rgba(255, 247, 223, 0.96);
  text-decoration: none;
}

.kk-contact-page .kk-contact-link:hover {
  text-decoration: underline;
}

.kk-contact-page .kk-contact-phone {
  margin-top: 12px;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.kk-contact-page .kk-contact-sub {
  font-size: 0.95rem;
  opacity: 0.7;
  margin-top: 4px;
}

/* social buttons like reference circles */
.kk-contact-page .kk-contact-social {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 10px;
}

.kk-contact-page .kk-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  background: #b7e36a;
  color: #1f1f1f;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
  transition: transform .2s ease;
}

.kk-contact-page .kk-social-btn:hover {
  transform: translateY(-1px);
}

/* ✅ BOTTOM: image + overlap panel */
.kk-contact-page .kk-contact-bottom {
  position: relative;
  padding: 0 44px 44px;
}

/* ✅ IMAGE WRAP */
.kk-contact-page .kk-contact-image {
  width: 100%;
  position: relative;
  /* ✅ needed for overlay ::after */
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  z-index: 1;
  /* ✅ image layer */
}

.kk-contact-page .kk-contact-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

/* ✅ HALF BLACK OVERLAY (RIGHT SIDE) */
.kk-contact-page .kk-contact-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;

  /* right side darker, left side clear */
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.00) 0%,
      rgba(0, 0, 0, 0.00) 48%,
      rgba(0, 0, 0, 0.55) 68%,
      rgba(0, 0, 0, 0.78) 100%);
}

/* ✅ overlap panel (TEXT BOX) */
.kk-contact-page .kk-contact-overlap {
  position: absolute;
  top: -20px;
  right: 44px;
  width: 48%;
  max-width: 520px;

  z-index: 5;
  /* ✅ FIX: bring above overlay */
  pointer-events: auto;
  /* ✅ text clickable/selectable */
}

.kk-contact-page .kk-contact-overlap-inner {
  position: relative;
  z-index: 6;
  /* ✅ keep above overlay */
  /* background: #f6f1e7; */
  border-radius: 16px;
  padding: 66px 26px 22px;
  /* box-shadow: 0 26px 80px rgba(0,0,0,0.22);
  border: 1px solid rgba(0,0,0,0.08); */
}

.kk-contact-page .kk-contact-minihead {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 8px;
  font-weight: 700;
  color: rgba(255, 247, 223, 0.96);
}

.kk-contact-page .kk-contact-text {
  font-size: 1.02rem;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 18px;
  color: rgba(255, 247, 223, 0.96);
}

.kk-contact-page .kk-contact-footnote {
  margin-top: 14px;
  font-size: 0.9rem;
  opacity: 0.6;
  color: rgba(255, 247, 223, 0.96);
}

/* ✅ RESPONSIVE */
@media (max-width: 992px) {
  .kk-contact-page {
    padding: 91px 0 70px;
  }

  .kk-contact-page .kk-contact-top {
    padding: 30px 22px 14px;
  }

  .kk-contact-page .kk-contact-top-left {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .kk-contact-page .kk-contact-top-right {
    padding-left: 0;
  }

  .kk-contact-page .kk-contact-social {
    position: static;
    margin-top: 14px;
  }

  .kk-contact-page .kk-contact-bottom {
    padding: 0 22px 22px;
  }

  .kk-contact-page .kk-contact-image img {
    height: 460px;
    /* ✅ keep enough height for text overlay */
  }

  /* ✅ IMPORTANT FIX: keep text ON image for <=992px */
  .kk-contact-page .kk-contact-overlap {
    position: absolute;
    /* ✅ NOT static */
    top: 22px;
    left: 22px;
    right: 22px;
    width: auto;
    /* ✅ full width inside image */
    max-width: none;
    margin-top: 0;
  }

  /* ✅ darker overlay on small screens so text readable */
  .kk-contact-page .kk-contact-image::after {
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(0, 0, 0, 0.70) 100%);
  }

  /* ✅ reduce padding so it fits inside image */
  .kk-contact-page .kk-contact-overlap-inner {
    padding: 22px 118px 16px;
  }
}

@media (max-width: 576px) {
  .kk-contact-page .kk-contact-image img {
    height: 420px;
    /* ✅ more height so overlay content fits */
  }

  .kk-contact-page .kk-contact-overlap {
    top: 16px;
    left: 14px;
    right: 14px;
  }

  .kk-contact-page .kk-contact-overlap-inner {
    padding: 18px 16px 16px;
  }

  .kk-contact-page .kk-contact-text {
    font-size: 0.98rem;
    line-height: 1.65;
  }
}








/* =========================================================
   ✅ CONTACT: EXTRA SECTION (FORM + MAP) - NO BLUR/GLASS
   Same theme + Playfair + cream text
   ========================================================= */

.kk-contact-page .kk-contact-extra {
  max-width: 1180px;
  margin-top: 26px;
}

.kk-contact-page .kk-extra-box {
  height: 100%;
  border-radius: 18px;
  padding: 22px 22px 20px;
  background: rgba(0, 0, 0, 0.18);
  /* ✅ no blur */
  border: 1px solid rgba(255, 247, 223, 0.14);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  color: rgba(255, 247, 223, 0.96);
}

.kk-contact-page .kk-extra-head {
  margin-bottom: 14px;
}

.kk-contact-page .kk-extra-kicker {
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 6px;
}

.kk-contact-page .kk-extra-title {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1.15;
}

.kk-contact-page .kk-extra-sub {
  margin: 0;
  opacity: 0.8;
  line-height: 1.6;
  font-size: 1rem;
}

/* ✅ FORM */
.kk-contact-page .kk-label {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 6px;
  opacity: 0.9;
}

.kk-contact-page .kk-input {
  width: 100%;
  border-radius: 12px;
  padding: 12px 12px;
  border: 1px solid rgba(255, 247, 223, 0.18);
  background: rgba(0, 0, 0, 0.22);
  /* ✅ no blur */
  color: rgba(255, 247, 223, 0.96);
  outline: none;
  font-family: "Playfair Display", serif;
}

.kk-contact-page .kk-input::placeholder {
  color: rgba(255, 247, 223, 0.55);
}

.kk-contact-page .kk-input:focus {
  border-color: rgba(183, 227, 106, 0.55);
  box-shadow: 0 0 0 3px rgba(183, 227, 106, 0.18);
}

.kk-contact-page .kk-textarea {
  resize: vertical;
  min-height: 140px;
}

.kk-contact-page .kk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 247, 223, 0.18);
  background: #b7e36a;
  color: #1f1f1f;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, opacity .2s ease;
}

.kk-contact-page .kk-btn:hover {
  transform: translateY(-1px);
}

.kk-contact-page .kk-btn-outline {
  background: transparent;
  color: rgba(255, 247, 223, 0.96);
}

.kk-contact-page .kk-btn-outline:hover {
  opacity: 0.9;
}

.kk-contact-page .kk-form-note {
  font-size: 0.92rem;
  opacity: 0.7;
}

/* ✅ MAP */
.kk-contact-page .kk-map-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 223, 0.14);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.20);
  margin-top: 10px;
}

.kk-contact-page .kk-map {
  width: 100%;
  height: 360px;
  border: 0;
  filter: grayscale(1) contrast(1.05) brightness(0.95);
  /* ✅ match theme */
}

.kk-contact-page .kk-map-tint {
  pointer-events: none;
  position: absolute;
  inset: 0;
  /* ✅ theme tint overlay (not blur) */
  background:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.30), transparent 55%),
    linear-gradient(135deg, rgba(87, 105, 45, 0.22), rgba(132, 63, 0, 0.26));
  mix-blend-mode: multiply;
  opacity: 0.95;
}

.kk-contact-page .kk-map-actions {
  margin-top: 12px;
}

/* ✅ responsive */
@media (max-width: 992px) {
  .kk-contact-page .kk-contact-extra {
    margin-top: 18px;
  }

  .kk-contact-page .kk-map {
    height: 320px;
  }
}

@media (max-width: 576px) {
  .kk-contact-page .kk-extra-box {
    padding: 18px 16px 16px;
  }

  .kk-contact-page .kk-extra-title {
    font-size: 1.55rem;
  }

  .kk-contact-page .kk-map {
    height: 280px;
  }
}














/* ===== ABOUT HERO STYLES ONLY (UPDATED HEIGHT + NAV GAP + FULL WIDTH) ===== */

/* bring hero down from navbar */
.kk-about-main {
  padding-top: 120px !important;
  padding-bottom: 48px !important;
  overflow-x: hidden;
  /* ✅ important: avoid horizontal scroll when full width */
}

/* ✅ FULL WIDTH HERO INSIDE .container (go till black line) */
.kk-about-hero {
  position: relative;
  border-radius: 28px;
  overflow: hidden;

  /* HEIGHT */
  min-height: 560px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .12);

  /* ✅ WIDTH (full bleed) */
  width: calc(100vw - 108px);
  /* near full screen */
  max-width: 1600px;
  /* limit for large screens */
  margin-left: 50%;
  transform: translateX(-50%);

  background:
    radial-gradient(circle at top left,
      rgba(132, 63, 0, 0.35),
      transparent 60%),
    linear-gradient(135deg,
      #57692d,
      #843f00);
}

/* image fill */
.kk-about-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

/* overlay */
.kk-about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .25) 45%, rgba(0, 0, 0, .08) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .25) 100%);
  pointer-events: none;
}

/* content */
.kk-about-hero-content {
  position: relative;
  z-index: 2;
  padding: clamp(18px, 4vw, 54px);
  max-width: 900px;
}

/* gradient text */
.kk-about-hero-title,
.kk-about-hero-sub {
  font-family: "Playfair Display", serif;
  background:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.35), transparent 60%),
    linear-gradient(135deg, #57692d, #843f00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* title sizes */
.kk-about-hero-title {
  font-weight: 800;
  letter-spacing: .5px;
  line-height: .92;
  font-size: clamp(52px, 7.2vw, 104px);
  margin: 0 0 12px 0;
}

.kk-about-hero-sub {
  font-size: clamp(16px, 1.8vw, 22px);
  max-width: 720px;
  margin-bottom: 0;
  font-weight: 600;
}

/* ✅ NEW BUTTON STYLE */
.kk-about-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin-top: 22px;
  padding: 12px 22px;

  border-radius: 999px;
  background: transparent;
  /* transparent button */
  border: 1.5px solid rgba(255, 255, 255, .55);
  /* border line */

  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: .2px;

  /* ✅ GRADIENT TEXT */
  background-image:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.35), transparent 60%),
    linear-gradient(135deg, #57692d, #843f00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  text-decoration: none;
  outline: none;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  transition: transform .2s ease, border-color .2s ease;
}

/* ✅ FIX: remove blue on hover/visited/focus and keep same gradient */
.kk-about-hero-btn,
.kk-about-hero-btn:hover,
.kk-about-hero-btn:focus,
.kk-about-hero-btn:active,
.kk-about-hero-btn:visited {
  text-decoration: none !important;

  background-image:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.35), transparent 60%),
    linear-gradient(135deg, #57692d, #843f00) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}

/* hover */
.kk-about-hero-btn:hover {
  border-color: rgba(255, 255, 255, .85);
  transform: translateY(-1px);
}

/* responsive */
@media (max-width: 576px) {
  .kk-about-main {
    padding-top: 110px !important;
    /* ✅ CHANGED: was 72px (now hero comes down) */
  }

  .kk-about-hero {
    min-height: 420px;
    border-radius: 22px;

    width: calc(100vw - 20px);
    /* ✅ tighter on mobile */
    max-width: 100%;
  }

  .kk-about-hero-sub {
    max-width: 100%;
  }
}





/* ============================
   NEW TEXT SECTION ONLY
   (Responsive + Gradient Text)
   ============================ */

.kk-about-intro {
  padding: clamp(18px, 3vw, 34px);
}

.kk-about-intro-title,
.kk-about-intro-text {
  font-family: "Playfair Display", serif;
  background:
    radial-gradient(circle at top left,
      rgba(132, 63, 0, 0.35),
      transparent 60%),
    linear-gradient(135deg,
      #57692d,
      #843f00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kk-about-intro-title {
  font-weight: 800;
  letter-spacing: .2px;
  margin: 0 0 10px 0;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.05;
}

.kk-about-intro-text {
  margin: 0;
  font-weight: 600;
  font-size: clamp(15px, 1.5vw, 20px);
  line-height: 1.6;
  max-width: 980px;
}

/* better spacing on small phones */
@media (max-width: 576px) {
  .kk-about-intro {
    border-radius: 18px;
  }
}

@media (min-width: 992px) {
  .kk-about-intro-title {
    font-size: 64px;
  }
}





/* ===== Mission (Left same style) ===== */

.kk-about-mission-text {
  font-family: "Playfair Display", serif;
  background:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.35), transparent 60%),
    linear-gradient(135deg, #57692d, #843f00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kk-about-mission-title {
  font-weight: 800;
  margin: 0 0 10px 0;
  font-size: clamp(30px, 3.8vw, 56px);
  line-height: 1.05;
}

.kk-about-mission-text {
  margin: 0;
  font-weight: 600;
  font-size: clamp(15px, 1.5vw, 20px);
  line-height: 1.7;
  max-width: 860px;
}

/* ===== RIGHT SIDE: Big MISSION + 2 vertical lines ===== */
.kk-about-mission-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  width: 100%;
}

.kk-about-mission-big {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: clamp(44px, 1.9vw, 78px);
  line-height: 1;

  background:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.35), transparent 60%),
    linear-gradient(135deg, #57692d, #843f00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  white-space: nowrap;
}

.kk-about-mission-vlines {
  display: grid;
  gap: 14px;
  align-content: center;
}

.kk-about-mission-vlines span {
  width: 10px;
  height: 120px;
  border-radius: 999px;

  background:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.35), transparent 60%),
    linear-gradient(135deg, #57692d, #843f00);
  opacity: .60;
}

@media (max-width: 991.98px) {
  .kk-about-mission-right {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .kk-about-mission-vlines span {
    height: 90px;
  }
}





/* ============================
   VISION SECTION (OPPOSITE)
   NEW CLASS NAMES
   ============================ */

.kk-vision-title,
.kk-vision-para,
.kk-vision-bigword {
  font-family: "Playfair Display", serif;
  background:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.35), transparent 60%),
    linear-gradient(135deg, #57692d, #843f00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.kk-vision-title {
  font-weight: 800;
  margin: 0 0 10px 0;
  font-size: clamp(30px, 3.8vw, 56px);
  line-height: 1.05;
}

.kk-vision-para {
  margin: 0;
  font-weight: 600;
  font-size: clamp(15px, 1.5vw, 20px);
  line-height: 1.7;
  max-width: 860px;
}

.kk-vision-leftwrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  width: 100%;
}

.kk-vision-bigword {
  font-weight: 800;
  letter-spacing: 2px;
  font-size: clamp(44px, 1.9vw, 78px);
  line-height: 1;
  white-space: nowrap;
}

.kk-vision-vlines {
  display: grid;
  gap: 14px;
  align-content: center;
}

.kk-vision-vlines span {
  width: 10px;
  height: 120px;
  border-radius: 999px;
  background:
    radial-gradient(circle at top left, rgba(132, 63, 0, 0.35), transparent 60%),
    linear-gradient(135deg, #57692d, #843f00);
  opacity: .60;
}

@media (max-width: 991.98px) {
  .kk-vision-leftwrap {
    margin-bottom: 10px;
  }

  .kk-vision-vlines span {
    height: 90px;
  }
}