/* Kerala Coffee Festival — brand colors from Visual Identity PDF only */

:root {
  --kcf-pink: #b8dfd0;
  --kcf-coral: #F47B51;
  --kcf-mint: #B9E0D0;
  --kcf-lavender: #D3B9D9;
  --kcf-sky: #8AD2F4;
  --kcf-coffee: #44241E;
  --kcf-green: #6DC060;
  --kcf-yellow: #F2EC60;

  --kcf-pink-rgb: 184, 223, 208;
  --kcf-coral-rgb: 244, 123, 81;
  --kcf-mint-rgb: 185, 224, 208;
  --kcf-lavender-rgb: 211, 185, 217;
  --kcf-sky-rgb: 138, 210, 244;
  --kcf-coffee-rgb: 68, 36, 30;
  --kcf-green-rgb: 109, 192, 96;
  --kcf-yellow-rgb: 242, 236, 96;
}

/* ---------- Base surfaces & type ---------- */
body,
body.de_light {
  background: #ffffff;
  color: var(--kcf-coffee);
}

h1, h2, h3, h4, h5, h6,
.de_light h1, .de_light h2, .de_light h3 {
  color: var(--kcf-coffee);
}

a {
  color: var(--kcf-coral);
}

a:hover {
  color: var(--kcf-green);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light,
section.text-light,
.jarallax.text-light h1,
.jarallax.text-light h2,
.jarallax.text-light h3 {
  color: #ffffff;
}

/* ---------- Site logos ---------- */
header div#logo .logo {
  max-height: 70px;
  width: auto;
  /* padding-top: 20px; */
}

header div#logo .logo-2 {
  display: none;
}

header.header-light div#logo .logo-1,
header.smaller div#logo .logo-1,
header.transparent.header-light div#logo .logo-1 {
  display: none;
}

header.header-light div#logo .logo-2,
header.smaller div#logo .logo-2,
header.transparent.header-light div#logo .logo-2 {
  display: inline-block;
}

.kcf-footer-logo {
  max-height: 72px;
  width: auto;
  margin-bottom: 0.5rem;
}

header.transparent #logo a {
  display: inline-flex;
  align-items: center;
}

/* ---------- Header ---------- */
header .info {
  background: var(--kcf-coffee);
  color: #ffffff;
}

header.header-light,
header.transparent.header-light,
header.smaller {
  background: #ffffff !important;
}

header.header-light #mainmenu > li > a,
header.transparent.smaller.header-light #mainmenu > li > a,
header.smaller #mainmenu > li > a {
  color: var(--kcf-coffee) !important;
}

#mainmenu > li > a:hover,
#mainmenu a.active {
  color: var(--kcf-coral) !important;
}

#b-menu span,
#b-menu-close span {
  background-color: var(--kcf-coral) !important;
}

/* ---------- Hero (template title-3) ---------- */
#section-hero h1.title-3 {
  color: #ffffff;
}

#section-hero h1.title-3 .id-color {
  color: var(--kcf-coral) !important;
}

#section-hero .h6 {
  color: #ffffff;
}

/* ---------- Buttons ---------- */
a.btn-custom,
.btn-custom,
input[type=submit].btn-custom,
.btn.btn-custom {
  background-color: var(--kcf-coral) !important;
  border-color: var(--kcf-coral) !important;
  color: #ffffff !important;
}

a.btn-custom:hover,
.btn-custom:hover {
  background-color: var(--kcf-green) !important;
  border-color: var(--kcf-green) !important;
  color: #ffffff !important;
}

.btn-custom.btn-outline-light {
  background: transparent !important;
  border: 2px solid var(--kcf-yellow) !important;
  color: var(--kcf-yellow) !important;
  margin-left: 0.5rem;
}

.btn-custom.btn-outline-light:hover {
  background: var(--kcf-yellow) !important;
  color: var(--kcf-coffee) !important;
  border-color: var(--kcf-yellow) !important;
}

.btn-line,
a.btn-line,
#contact_form input[type=submit].btn-line,
#exhibitor_form input[type=submit].btn-line,
#partner_form input[type=submit].btn-line,
#brew_bar_form input[type=submit].btn-line,
#competition_form input[type=submit].btn-line,
#volunteer_form input[type=submit].btn-line {
  border-color: var(--kcf-yellow) !important;
  color: var(--kcf-yellow) !important;
  background: transparent !important;
}

.btn-line:hover,
a.btn-line:hover,
#contact_form input[type=submit].btn-line:hover,
#exhibitor_form input[type=submit].btn-line:hover,
#partner_form input[type=submit].btn-line:hover,
#brew_bar_form input[type=submit].btn-line:hover,
#competition_form input[type=submit].btn-line:hover,
#volunteer_form input[type=submit].btn-line:hover {
  background: var(--kcf-yellow) !important;
  color: var(--kcf-coffee) !important;
}

/* ---------- Separators / accents ---------- */
.separator span,
.small-border,
.tiny-border {
  background: var(--kcf-coral) !important;
}

.separator i,
.id-color,
.price .currency,
i.id-color {
  color: var(--kcf-coral) !important;
}

.id-color-2 {
  color: var(--kcf-green) !important;
}

/* .wm.wm-border.light {
  color: rgba(var(--kcf-coffee-rgb), 0.06);
} */

.wm.wm-border.dark {
  color: rgba(255, 255, 255, 0.08);
}

/* ---------- About ---------- */
@media (max-width: 767px) {
  #section-about {
    background-image: none !important;
  }
}

/* About image collage — keep decorative offsets inside viewport on stacked layouts */
@media (max-width: 991.98px) {
  #section-about .de-images {
    position: relative;
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 14%;
  }

  #section-about .de-images > .img-fluid {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 0;
  }

  #section-about .de-images .di-small {
    width: 40%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 1;
  }

  #section-about .de-images .di-small-2 {
    width: 34%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    top: auto;
    right: 0;
    bottom: -6%;
    z-index: 2;
  }

  #section-about .de-images img:hover {
    transform: none;
  }
}

@media (max-width: 575.98px) {
  #section-about .de-images {
    max-width: min(100%, 320px);
    padding-bottom: 12%;
  }

  #section-about .de-images .di-small {
    width: 44%;
  }

  #section-about .de-images .di-small-2 {
    width: 38%;
    bottom: -5%;
  }
}

/* ---------- Highlights ---------- */
#section-features {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    var(--kcf-mint) 55%,
    var(--kcf-pink) 100%
  );
}

.kcf-accent-1 i.bg-color { background-color: var(--kcf-coral) !important; color: #ffffff !important; }
.kcf-accent-2 i.bg-color { background-color: var(--kcf-green) !important; color: #ffffff !important; }
.kcf-accent-3 i.bg-color { background-color: var(--kcf-sky) !important; color: var(--kcf-coffee) !important; }
.kcf-accent-4 i.bg-color { background-color: var(--kcf-lavender) !important; color: var(--kcf-coffee) !important; }
.kcf-accent-5 i.bg-color { background-color: var(--kcf-pink) !important; color: var(--kcf-coffee) !important; }
.kcf-accent-6 i.bg-color { background-color: var(--kcf-yellow) !important; color: var(--kcf-coffee) !important; }

.box-number .text h3,
.box-number .text p {
  color: var(--kcf-coffee);
}

/* ---------- Competitions ---------- */
.kcf-status {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--kcf-yellow);
  color: var(--kcf-coffee);
  border-radius: 2px;
  margin-bottom: 0.5rem;
}

#section-competitions .de-team-list .team-desc h3,
#section-competitions .de-team-list .team-desc p {
  color: #ffffff;
}

#section-competitions .de-team-list .small-border {
  background: var(--kcf-yellow) !important;
}

a.kcf-comp-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

a.kcf-comp-card:hover,
a.kcf-comp-card:focus {
  color: inherit;
  text-decoration: none;
}

.kcf-comp-cta {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 22px !important;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kcf-comp-hero-image {
  max-width: 280px;
  margin: 0 auto 24px;
  border-radius: 4px;
  overflow: hidden;
}

.kcf-comp-hero-image img {
  width: 100%;
  display: block;
}

.kcf-comp-closed {
  padding: 20px 0 40px;
}

#section-competition-hero,
#section-other-competitions {
  padding-top: 40px;
}

#section-other-competitions .de-team-list .team-desc h3,
#section-other-competitions .de-team-list .team-desc p {
  color: #ffffff;
}

#section-other-competitions .de-team-list .small-border {
  background: var(--kcf-yellow) !important;
}

/* ---------- Tickets ---------- */
#section-ticket {
  background: #0b0b0b;
  overflow: hidden;
}

#section-ticket .uptitle {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
}

#section-ticket h2,
#section-ticket p {
  color: #ffffff;
}

#section-ticket p {
  opacity: 0.88;
}

.kcf-ticket-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 520px;
}

.kcf-ticket-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 20px;
  background: #ffffff;
  /* color: var(--kcf-coffee) !important; */
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.kcf-ticket-option:hover,
.kcf-ticket-option:focus {
  background: var(--kcf-coffee);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

.kcf-ticket-option.is-featured {
  background: var(--kcf-yellow);
  color: var(--kcf-coffee);
}

.kcf-ticket-option.is-featured:hover,
.kcf-ticket-option.is-featured:focus {
  background: var(--kcf-green);
  color: #ffffff;
}

.kcf-ticket-option.is-disabled,
.kcf-ticket-option.is-disabled.is-featured {
  cursor: not-allowed;
  opacity: 0.62;
  pointer-events: none;
  transform: none;
}

.kcf-ticket-option.is-disabled:hover,
.kcf-ticket-option.is-disabled:focus,
.kcf-ticket-option.is-disabled.is-featured:hover,
.kcf-ticket-option.is-disabled.is-featured:focus {
  background: #ffffff;
  color: var(--kcf-coral) !important;
  transform: none;
}

.kcf-ticket-option.is-disabled.is-featured,
.kcf-ticket-option.is-disabled.is-featured:hover,
.kcf-ticket-option.is-disabled.is-featured:focus {
  background: var(--kcf-yellow);
  color: var(--kcf-coffee) !important;
}

.kcf-ticket-option__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.kcf-ticket-option__date {
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}

.kcf-ticket-option__name {
  font-size: 13px;
  opacity: 0.72;
}

.kcf-ticket-option__cta {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kcf-ticket-visual {
  /* background: #000000; */
  text-align: center;
}

.kcf-ticket-visual img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .kcf-ticket-option {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* ---------- Ticket booking modal ---------- */
.kcf-ticket-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.kcf-ticket-modal[hidden] {
  display: none !important;
}

.kcf-ticket-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.78);
  cursor: pointer;
}

.kcf-ticket-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 32px 28px 28px;
  background: #101010;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.kcf-ticket-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.kcf-ticket-modal__close:hover,
.kcf-ticket-modal__close:focus {
  color: #ffffff;
}

.kcf-ticket-modal__header {
  margin-bottom: 22px;
  padding-right: 28px;
}

.kcf-ticket-modal__eyebrow {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--kcf-yellow);
}

.kcf-ticket-modal__header h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}

.kcf-ticket-modal__pass {
  margin: 0;
  opacity: 0.78;
  font-size: 14px;
}

.kcf-ticket-modal__actions {
  margin-top: 8px;
  text-align: center;
}

#ticket_booking_form .kcf-float {
  margin-bottom: 16px;
}

body.kcf-ticket-modal-open {
  overflow: hidden;
}

.pricing-s1 .top {
  background: var(--kcf-coffee);
  color: #ffffff;
}

.pricing-s1 .top h2,
.pricing-s1 .top .price,
.pricing-s1 .top .price b {
  color: #ffffff;
}

.pricing-s1 .ribbon {
  background: var(--kcf-yellow) !important;
  color: var(--kcf-coffee) !important;
}

.pricing-s1 .bottom {
  background: #ffffff;
  color: var(--kcf-coffee);
}

.pricing-s1 .ps1-deco {
  background: linear-gradient(to right, #6DC060, #D3B9D9) !important;
}

/* ---------- Testimonials ---------- */
#section-testimonials {
  background: var(--kcf-lavender);
}

blockquote.testimonial-big,
blockquote.testimonial-big .title,
blockquote.testimonial-big .name {
  color: var(--kcf-coffee);
}

blockquote.testimonial-big:before {
  color: var(--kcf-coral);
}

/* ---------- Partners ---------- */
#section-sponsors {
  background-color: var(--kcf-mint);
}

/* ---------- Contact / CTA / Footer ---------- */
#section-contact,
#section-exhibit-register,
#section-partner-register {
  background-color: #101010 !important;
}

#section-contact h1,
#section-exhibit-register h1,
#section-partner-register h1 {
  color: #ffffff;
}

section.gradient-to-right.call-to-action,
.ps1-deco {
  background: linear-gradient(to right, #6DC060, #D3B9D9) !important;
}

.countdown-s1 .countdown-show4 .countdown-section {
  background: #6DC060 !important;
  /* linear-gradient(to top, var(--primary-color-1), var(--secondary-color)); */
}

footer.style-2 {
  background: var(--kcf-coffee);
  color: #ffffff;
}

footer.style-2 a {
  color: var(--kcf-yellow);
}

footer.style-2 a:hover {
  color: var(--kcf-mint);
}

.kcf-footer-tag {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--kcf-mint);
  opacity: 0.9;
  margin-top: 0.5rem;
}

.kcf-footer-connect {
  display: none;
}

@media (max-width: 767.98px) {
  .kcf-footer-connect {
    display: block;
    width: 100%;
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: left;
  }

  .kcf-footer-connect h3 {
    color: #ffffff;
    font-size: 1.1rem;
    margin: 0 0 1rem;
  }

  .kcf-footer-connect-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
    font-size: 0.95rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
  }

  .kcf-footer-connect-item i {
    margin-top: 0.2rem;
    min-width: 1rem;
    text-align: center;
  }

  .kcf-footer-connect-link {
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
  }

  .kcf-footer-connect-link:hover,
  .kcf-footer-connect-link:focus {
    color: var(--kcf-yellow);
  }
}

#back-to-top {
  background-color: var(--kcf-coral) !important;
}

/* ---------- Side panel ---------- */
#de-extra-wrap {
  background: #ffffff;
  color: var(--kcf-coffee);
}

#de-extra-wrap .p-4.border {
  border-color: var(--kcf-coral) !important;
  background: var(--kcf-pink);
}

#de-extra-wrap h3,
#de-extra-wrap h1 {
  color: var(--kcf-coffee);
}

#de-extra-wrap .kcf-contact-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

#de-extra-wrap .kcf-contact-link:hover,
#de-extra-wrap .kcf-contact-link:focus {
  color: var(--kcf-coral);
}

/* ---------- Gallery overlay ---------- */
.picframe .overlay {
  background: rgba(var(--kcf-coffee-rgb), 0.75) !important;
}

.picframe .project-name {
  color: var(--kcf-yellow) !important;
}

#section-gallery {
  position: relative;
  overflow: hidden;
}

#gallery-carousel-4 .item {
  overflow: hidden;
}

#gallery-carousel-4 .picframe {
  display: block;
  position: relative;
  overflow: hidden;
}

#gallery-carousel-4 .picframe img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

#gallery-carousel-4 .owl-nav {
  margin: 0;
  position: static;
}

#gallery-carousel-4 .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--kcf-coffee);
  color: #ffffff;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
}

#gallery-carousel-4 .owl-nav .owl-prev {
  left: 16px;
}

#gallery-carousel-4 .owl-nav .owl-next {
  right: 16px;
}

#gallery-carousel-4 .owl-nav [class*="owl-"]:hover {
  background: var(--kcf-coral);
  color: #ffffff;
}

@media (max-width: 767px) {
  #gallery-carousel-4 .picframe img {
    height: 220px;
  }
}

/* ---------- Instagram feed ---------- */
#section-instagram {
  position: relative;
  overflow: hidden;
  padding: 90px 0 40px;
  background:
    linear-gradient(180deg, rgba(var(--kcf-pink-rgb), 0.28) 0%, rgba(255, 255, 255, 0) 36%),
    #ffffff;
}

.kcf-instagram-feed {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: 980px;
  margin: 36px auto 0;
  float: none;
}

.kcf-instagram-feed--count-1 {
  grid-template-columns: minmax(0, 320px);
  justify-content: center;
}

.kcf-instagram-feed--count-2 {
  grid-template-columns: repeat(2, minmax(0, 280px));
  justify-content: center;
}

.kcf-instagram-feed--count-3 {
  grid-template-columns: repeat(3, minmax(0, 240px));
  justify-content: center;
}

.kcf-instagram-card {
  position: relative;
  display: block;
  overflow: hidden;
  /* aspect-ratio: 1 / 1; */
  background: rgba(var(--kcf-coffee-rgb), 0.06);
  text-decoration: none;
  float: none;
  width: auto;
}

.kcf-instagram-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: none;
  transition: transform 0.45s ease;
}

.kcf-instagram-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(var(--kcf-coffee-rgb), 0.72);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.kcf-instagram-card__label {
  color: var(--kcf-yellow);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
}

.kcf-instagram-card__label .fa {
  margin-right: 0.4em;
}

.kcf-instagram-card:hover img,
.kcf-instagram-card:focus-visible img {
  transform: scale(1.05);
}

.kcf-instagram-card:hover .kcf-instagram-card__overlay,
.kcf-instagram-card:focus-visible .kcf-instagram-card__overlay {
  opacity: 1;
}

#section-instagram .btn-custom .fa {
  margin-right: 0.45em;
}

@media (max-width: 991px) {
  #section-instagram {
    padding-top: 70px;
  }

  .kcf-instagram-feed {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 720px;
  }

  .kcf-instagram-feed--count-1,
  .kcf-instagram-feed--count-2,
  .kcf-instagram-feed--count-3 {
    grid-template-columns: repeat(auto-fit, minmax(160px, 220px));
  }
}

@media (max-width: 767px) {
  #section-instagram {
    padding: 50px 0 24px;
  }

  .kcf-instagram-feed,
  .kcf-instagram-feed--count-1,
  .kcf-instagram-feed--count-2,
  .kcf-instagram-feed--count-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
  }

  .kcf-instagram-feed--count-1 {
    grid-template-columns: minmax(0, 240px);
    justify-content: center;
  }
}

/* ---------- Wordmark utility (if used) ---------- */
.kcf-wordmark {
  display: inline-block;
  font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 0.72rem;
  line-height: 0.92;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}

.kcf-wordmark span {
  display: block;
}

.kcf-wordmark .o-dot {
  display: inline-block;
  width: 0.55em;
  height: 0.55em;
  margin: 0 0.05em;
  border-radius: 50%;
  background: var(--kcf-yellow);
  vertical-align: 0.05em;
}

/* ---------- Exhibitor registration ---------- */
#section-exhibit-hero,
#section-partner-hero,
#section-volunteer-hero {
  padding-top: 160px;
  padding-bottom: 40px;
}

#section-stall-pricing {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fffdf9;
}

#section-stall-pricing .lead {
  margin-bottom: 0;
}

.kcf-stall-includes-block {
  margin: 0;
  padding: 10px 12px;
  width: min(200px, 100%);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(var(--kcf-coffee-rgb), 0.1);
  text-align: left;
}

.kcf-stall-includes-title {
  margin: 0 0 6px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(var(--kcf-coffee-rgb), 0.55);
}

.kcf-stall-includes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 3px;
}

.kcf-stall-includes li {
  position: relative;
  margin: 0;
  padding-left: 0.9rem;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--kcf-coffee);
}

.kcf-stall-includes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 5px;
  height: 5px;
  background: var(--kcf-coral);
}

@media (max-width: 575.98px) {
  .kcf-stall-includes-block {
    width: 100%;
  }
}

.kcf-stall-pricing-row {
  margin-top: 40px;
}

.kcf-stall-pricing {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 520px;
  margin: 0 auto;
}

.kcf-stall-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(68, 36, 30, 0.08);
}

.kcf-stall-card__header {
  padding: 28px 24px 24px;
  text-align: center;
}

.kcf-stall-card__title {
  margin: 0;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--kcf-coffee);
}

.kcf-stall-card__price {
  padding: 20px 24px 28px;
  text-align: center;
}

.kcf-stall-card__amount {
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--kcf-coffee);
}

.kcf-stall-card__cta {
  display: block;
  padding: 18px 24px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.kcf-stall-card__cta:hover,
.kcf-stall-card__cta:focus {
  opacity: 0.92;
  transform: translateY(-1px);
  text-decoration: none;
}

.kcf-stall-card--yellow .kcf-stall-card__header {
  background: rgba(var(--kcf-yellow-rgb), 0.55);
}

.kcf-stall-card--yellow .kcf-stall-card__price {
  background: rgba(var(--kcf-yellow-rgb), 0.18);
}

.kcf-stall-card--yellow .kcf-stall-card__cta {
  background: var(--kcf-yellow);
  color: var(--kcf-coffee);
}

.kcf-stall-card--sky .kcf-stall-card__header {
  background: rgba(var(--kcf-sky-rgb), 0.45);
}

.kcf-stall-card--sky .kcf-stall-card__price {
  background: rgba(var(--kcf-sky-rgb), 0.16);
}

.kcf-stall-card--sky .kcf-stall-card__cta {
  background: var(--kcf-sky);
  color: #ffffff;
}

.kcf-stall-card--coral .kcf-stall-card__header {
  background: rgba(var(--kcf-coral-rgb), 0.35);
}

.kcf-stall-card--coral .kcf-stall-card__price {
  background: rgba(var(--kcf-coral-rgb), 0.12);
}

.kcf-stall-card--coral .kcf-stall-card__cta {
  background: var(--kcf-coral);
  color: #ffffff;
}

.kcf-stall-card--mint .kcf-stall-card__header {
  background: rgba(var(--kcf-mint-rgb), 0.65);
}

.kcf-stall-card--mint .kcf-stall-card__price {
  background: rgba(var(--kcf-mint-rgb), 0.25);
}

.kcf-stall-card--mint .kcf-stall-card__cta {
  background: var(--kcf-mint);
  color: var(--kcf-coffee);
}

.kcf-stall-card--lavender .kcf-stall-card__header {
  background: rgba(var(--kcf-lavender-rgb), 0.55);
}

.kcf-stall-card--lavender .kcf-stall-card__price {
  background: rgba(var(--kcf-lavender-rgb), 0.2);
}

.kcf-stall-card--lavender .kcf-stall-card__cta {
  background: var(--kcf-lavender);
  color: var(--kcf-coffee);
}

@media (min-width: 768px) {
  .kcf-stall-pricing {
    flex-direction: row;
    align-items: stretch;
    max-width: none;
    gap: 24px;
  }

  .kcf-stall-card {
    flex: 1;
  }
}

#section-floor-plan {
  padding-top: 80px;
  padding-bottom: 60px;
}

.kcf-floor-plan {
  max-width: 980px;
  margin: 0 auto;
  background: #fffdf9;
  border: 1px solid rgba(44, 24, 16, 0.12);
  padding: 16px;
}

.kcf-floor-plan__stage {
  position: relative;
}

.kcf-floor-plan img {
  display: block;
  width: 100%;
  height: auto;
}

.kcf-floor-plan__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
}

.kcf-floor-plan__hint {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.65;
}

.kcf-floor-plan__actions {
  margin-top: 20px;
}

.kcf-floor-plan__actions .btn-custom .fa {
  margin-right: 8px;
}

@media (max-width: 575.98px) {
  .kcf-floor-plan__meta {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Match homepage #contact_form look on exhibitor / partner / brew bar forms */
#exhibitor_form,
#partner_form,
#brew_bar_form,
#volunteer_form {
  margin-top: 20px;
}

#exhibitor_form input[type=text],
#exhibitor_form input[type=email],
#exhibitor_form select,
#exhibitor_form textarea,
#partner_form input[type=text],
#partner_form input[type=email],
#partner_form select,
#partner_form textarea,
#volunteer_form input[type=text],
#volunteer_form input[type=email],
#volunteer_form input[type=number],
#volunteer_form select,
#volunteer_form textarea,
#brew_bar_form input[type=text],
#brew_bar_form input[type=email],
#brew_bar_form input[type=number],
#brew_bar_form select,
#brew_bar_form textarea {
  padding: 10px;
  margin-bottom: 0;
  border: solid 1px #ddd;
  background: #f5f5f5;
  color: #333 !important;
  border-radius: 0 !important;
  height: auto;
  width: 100%;
}

#exhibitor_form textarea,
#partner_form textarea,
#volunteer_form textarea,
#brew_bar_form textarea {
  height: 120px;
  resize: vertical;
}

#exhibitor_form input::placeholder,
#exhibitor_form textarea::placeholder,
#partner_form input::placeholder,
#partner_form textarea::placeholder,
#volunteer_form input::placeholder,
#volunteer_form textarea::placeholder,
#brew_bar_form input::placeholder,
#brew_bar_form textarea::placeholder {
  color: transparent;
  opacity: 0;
}

#exhibitor_form select.kcf-select,
#partner_form select.kcf-select,
#volunteer_form select.kcf-select,
#brew_bar_form select.kcf-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #666 50%),
    linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  padding-right: 36px;
  cursor: pointer;
  min-height: 0;
  height: auto;
  line-height: normal;
}

#exhibitor_form input[type=submit].btn-line,
#partner_form input[type=submit].btn-line,
#volunteer_form input[type=submit].btn-line,
#brew_bar_form input[type=submit].btn-line {
  background: none;
  padding: 8px 20px;
}

#exhibitor_form .kcf-other-wrap {
  margin-top: 0;
}

#exhibitor_form .kcf-counter-empty {
  margin: -8px 0 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

#exhibitor_form .error,
#exhibitor_form .success,
#partner_form .error,
#partner_form .success,
#brew_bar_form .error,
#brew_bar_form .success,
#competition_form .error,
#competition_form .success,
#volunteer_form .error,
#volunteer_form .success,
#ticket_booking_form .error,
#ticket_booking_form .success {
  display: none;
}

#volunteer_form .kcf-form-section,
#brew_bar_form .kcf-form-section {
  margin-bottom: 36px;
}

#volunteer_form .kcf-form-section__title,
#brew_bar_form .kcf-form-section__title {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

#volunteer_form .kcf-form-section__hint,
#brew_bar_form .kcf-form-section__hint {
  margin: 0 0 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

#volunteer_form .kcf-form-section__hint--field {
  margin-bottom: 10px;
}

#volunteer_form .kcf-interest-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px 20px;
  margin-bottom: 8px;
  padding: 4px;
}

@media (min-width: 768px) {
  #volunteer_form .kcf-interest-grid {
    grid-template-columns: 1fr 1fr;
  }
}

#volunteer_form .kcf-interest-item label,
#volunteer_form .kcf-yesno label {
  display: inline-block;
  color: rgba(255, 255, 255, 0.85) !important;
  background: transparent !important;
  font-size: 14px;
  line-height: 1.4;
}

#volunteer_form .de_form input[type="checkbox"]:checked + label,
#volunteer_form .de_form input[type="radio"]:checked + label {
  color: var(--kcf-yellow, #f5c542) !important;
}

#volunteer_form .kcf-yesno {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  padding: 4px;
}

#volunteer_form .kcf-interest-grid.error_input,
#volunteer_form .kcf-yesno.error_input {
  outline: 1px solid #e74c3c;
  outline-offset: 4px;
}

/* ---------- Floating labels ---------- */
.kcf-float {
  position: relative;
  margin-bottom: 20px;
}

.kcf-float input,
.kcf-float select,
.kcf-float textarea {
  display: block;
  width: 100%;
  padding: 1.35rem 12px 0.55rem !important;
}

.kcf-float--textarea textarea {
  padding-top: 1.6rem !important;
  min-height: 120px;
}

#contact_form .kcf-float--textarea textarea {
  min-height: 178px;
  height: 178px;
}

.kcf-float label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0 2px;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  pointer-events: none;
  transition: top 0.15s ease, transform 0.15s ease, font-size 0.15s ease, color 0.15s ease;
  background: transparent;
}

.kcf-float--textarea label {
  top: 1.1rem;
  transform: none;
}

.kcf-float input:focus ~ label,
.kcf-float input:not(:placeholder-shown) ~ label,
.kcf-float textarea:focus ~ label,
.kcf-float textarea:not(:placeholder-shown) ~ label,
.kcf-float select:focus ~ label,
.kcf-float.is-filled label {
  top: 0.45rem;
  transform: none;
  font-size: 11px;
  color: #666;
}

.kcf-float input:focus,
.kcf-float select:focus,
.kcf-float textarea:focus {
  outline: none;
  border-color: var(--kcf-yellow, #f5c542) !important;
}

#contact_form .kcf-float {
  margin-bottom: 20px;
}

#contact_form .kcf-float input,
#contact_form .kcf-float textarea {
  margin-bottom: 0 !important;
}

#contact_form .kcf-float input::placeholder,
#contact_form .kcf-float textarea::placeholder {
  color: transparent;
  opacity: 0;
}

#section-hero .btn-custom + .btn-custom,
#section-sponsors .btn-custom + .btn-custom {
  margin-left: 12px;
}

@media (max-width: 767px) {
  #section-hero .btn-custom + .btn-custom,
  #section-sponsors .btn-custom + .btn-custom {
    margin-left: 0;
    margin-top: 12px;
    display: inline-block;
  }

  #section-exhibit-hero,
  #section-partner-hero,
  #section-volunteer-hero,
  #section-competition-hero,
  #section-brew-bar-hero {
    padding-top: 130px;
  }
}

/* ---------- Brew bar slot picker ---------- */
.kcf-slot-picker {
  margin-bottom: 8px;
}

.kcf-slot-picker.error_input {
  outline: 1px solid #e74c3c;
  outline-offset: 6px;
}

.kcf-slot-days {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 768px) {
  .kcf-slot-days {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.kcf-slot-day {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.kcf-slot-day:has(input:checked) {
  border-color: var(--kcf-yellow, #f2ec60);
  background: rgba(242, 236, 96, 0.06);
}

.kcf-slot-day__header {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.kcf-slot-day__eyebrow {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--kcf-yellow, #f2ec60);
}

.kcf-slot-day__title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
}

.kcf-slot-group {
  margin-bottom: 16px;
}

.kcf-slot-group:last-child {
  margin-bottom: 0;
}

.kcf-slot-group__label {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.kcf-slot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

#brew_bar_form .kcf-slot-chip {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin: 0;
  padding: 12px 14px;
  background: #ffffff;
  color: var(--kcf-coffee, #44241e) !important;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  line-height: 1.2;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.kcf-slot-chip input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.kcf-slot-chip:hover,
.kcf-slot-chip:focus-within {
  background: var(--kcf-yellow, #f2ec60);
  color: var(--kcf-coffee, #44241e);
  text-decoration: none;
  transform: translateY(-1px);
}

.kcf-slot-chip:has(input:checked) {
  background: var(--kcf-yellow, #f2ec60);
  color: var(--kcf-coffee, #44241e);
  box-shadow: inset 0 0 0 2px var(--kcf-coffee, #44241e);
  transform: none;
}

.kcf-slot-chip__time {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.kcf-slot-chip__status {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.62;
}

.kcf-slot-chip:has(input:checked) .kcf-slot-chip__status {
  opacity: 0.85;
}

#brew_bar_form .kcf-slot-chip.is-unavailable {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.42) !important;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

#brew_bar_form .kcf-slot-chip.is-unavailable:hover,
#brew_bar_form .kcf-slot-chip.is-unavailable:focus-within {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.42) !important;
  transform: none;
}

.kcf-slot-empty {
  margin: 0 0 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 479px) {
  .kcf-slot-day {
    padding: 16px;
  }

  .kcf-slot-chip {
    padding: 10px 12px;
  }

  .kcf-slot-chip__time {
    font-size: 13px;
  }
}

