:root {
  --skt-ink: #151515;
  --skt-muted: #4b5563;
  --skt-paper: #fffdf6;
  --skt-cream: #fff7d8;
  --skt-yellow: #f9c846;
  --skt-red: #bc2117;
  --skt-blue: #1a4fb3;
  --skt-mint: #8be8dd;
  --skt-green: #277a46;
  --skt-border: 2px solid var(--skt-ink);
  --skt-shadow: 5px 5px 0 rgba(21, 21, 21, .18);
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  background: var(--skt-paper) !important;
  color: var(--skt-ink);
  font-family: "Inter", "Manrope", Arial, sans-serif !important;
  line-height: 1.6;
}

a {
  color: var(--skt-blue);
}

a:hover {
  color: var(--skt-red);
}

#header {
  background: rgba(255, 253, 246, .98) !important;
  border-bottom: 1px solid rgba(21, 21, 21, .18) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
  min-height: 74px;
  padding: 10px 0 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9998 !important;
}

#header .container {
  max-width: 1180px;
}

#header .logo img {
  max-height: 58px !important;
  width: auto;
}

.navbar {
  padding: 0 !important;
}

.navbar ul {
  align-items: center;
  background: #fff !important;
  border: 1px solid rgba(21, 21, 21, .16) !important;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .06);
  gap: 2px;
  padding: 7px !important;
}

.navbar li,
.navbar .firsthome {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
}

.navbar a,
.navbar a:focus {
  background: transparent !important;
  border: 0 !important;
  border-radius: 999px;
  color: var(--skt-ink) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  padding: 11px 13px !important;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  background: var(--skt-cream) !important;
  color: var(--skt-red) !important;
}

.skt-booknow-nav {
  background: transparent !important;
}

.skt-booknow-btn,
#lastitemmobile {
  background: var(--skt-red) !important;
  border: 0 !important;
  box-shadow: none;
  color: #fff !important;
  margin-left: 6px;
  padding-inline: 18px !important;
}

.skt-booknow-btn:hover,
#lastitemmobile:hover {
  background: var(--skt-yellow) !important;
  color: var(--skt-ink) !important;
  transform: translateY(-1px);
}

.cartmobilerep {
  display: none !important;
}

#skt-whatsapp-btn {
  bottom: 96px !important;
  right: 26px !important;
  transform: scale(.9);
  transform-origin: bottom right;
}

#hero {
  background: linear-gradient(180deg, #fff6b8 0%, #fffdf6 100%) !important;
  border-bottom: 2px solid var(--skt-ink) !important;
  min-height: auto !important;
  padding: 0 !important;
}

.skt-home-hero {
  background:
    linear-gradient(90deg, rgba(255, 253, 246, .96), rgba(255, 253, 246, .78)),
    url("../../images/banner1.png") center top / cover no-repeat !important;
  border-bottom: 2px solid var(--skt-ink) !important;
  padding: clamp(34px, 5vw, 64px) 0 58px !important;
}

.skt-home-hero-grid {
  align-items: center;
  display: block;
  gap: 34px;
  margin: 0 auto;
  max-width: 1040px;
}

.skt-home-copy {
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}

.skt-kicker,
.skt-section-heading span,
.skt-booking-panel span {
  color: var(--skt-red);
  display: inline-block;
  font-family: "Grandstander", cursive;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 12px;
}

.skt-home-copy h1 {
  color: var(--skt-ink);
  font-family: "Grandstander", cursive;
  font-size: clamp(42px, 6vw, 70px);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 18px;
  max-width: 980px;
}

.skt-home-copy p {
  color: #273142;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
  margin: 0 auto 24px;
  max-width: 760px;
}

.skt-hero-proof {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 30px auto 0;
  max-width: 1040px;
  overflow: hidden;
  position: relative;
}

.skt-hero-proof span {
  align-items: center;
  background: rgba(255, 253, 246, .58);
  border: 0;
  border-right: 1px solid rgba(21, 21, 21, .18);
  color: #253044;
  display: grid;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 800;
  grid-template-columns: 34px 1fr;
  line-height: 1.28;
  min-height: 58px;
  padding: 10px 18px;
  text-align: start;
}

.skt-hero-proof span:first-child {
  border-radius: 999px 0 0 999px;
}

.skt-hero-proof span:last-child {
  border-radius: 0 999px 999px 0;
  border-right: 0;
}

.skt-hero-proof span::before {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(21, 21, 21, .18);
  border-radius: 50%;
  color: var(--skt-red);
  content: "✓";
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  margin-right: 10px;
  width: 24px;
}

.skt-hero-card {
  display: none;
}

.skt-hero-card img {
  display: block;
  height: 72px;
  margin-bottom: 18px;
  width: auto;
}

.skt-hero-card h2 {
  color: var(--skt-ink);
  font-family: "Grandstander", cursive;
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.skt-hero-card ul {
  margin: 0;
  padding: 0;
}

.skt-hero-card li {
  border-top: 1px solid #ece7da;
  color: #273142;
  font-family: "Inter", sans-serif;
  line-height: 1.55;
  list-style: none;
  padding: 12px 0;
}

.skt-trust-strip {
  background: var(--skt-paper);
  border-bottom: 1px solid rgba(21, 21, 21, .14);
  color: var(--skt-ink);
  padding: 22px 0;
}

.skt-trust-strip .container {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.skt-trust-strip span {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(21, 21, 21, .2);
  border-radius: 10px;
  display: flex;
  font-family: "Grandstander", cursive;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  min-height: 58px;
  padding: 12px 14px;
  text-align: center;
}

.skt-home-section {
  padding: clamp(58px, 7vw, 88px) 0;
}

.skt-section-heading {
  margin: 0 auto 34px;
  max-width: 850px;
  text-align: center;
}

.skt-left-heading {
  margin-left: 0;
  text-align: left;
}

.skt-section-heading h2,
.skt-booking-panel h2,
.skt-community-grid h2,
.skt-final-cta h2 {
  color: var(--skt-ink);
  font-family: "Grandstander", cursive;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 14px;
}

.skt-section-heading p,
.skt-booking-panel p,
.skt-community-grid p,
.skt-final-cta p {
  color: #273142;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.skt-card-grid {
  display: grid;
  gap: 20px;
}

.skt-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.skt-info-card,
.skt-step-card,
.skt-community-note {
  background: #fff;
  border: var(--skt-border);
  border-radius: 10px;
  box-shadow: var(--skt-shadow);
  padding: 24px;
}

.skt-info-card h3,
.skt-step-card h3,
.skt-community-note h3 {
  color: var(--skt-ink);
  font-family: "Grandstander", cursive;
  font-size: 24px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.skt-info-card p,
.skt-step-card p,
.skt-community-note p {
  color: #334155;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.skt-journey-section,
.skt-resource-preview {
  background: #f7fbff;
}

.skt-step-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.skt-step-card span {
  background: var(--skt-yellow);
  border: var(--skt-border);
  border-radius: 999px;
  display: inline-flex;
  font-family: "Grandstander", cursive;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  margin-bottom: 18px;
  padding-top: 8px;
  width: 42px;
}

.skt-booking-band {
  background: var(--skt-paper);
}

.skt-booking-panel {
  align-items: center;
  background: var(--skt-ink);
  border-radius: 12px;
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(28px, 5vw, 46px);
}

.skt-booking-panel h2,
.skt-booking-panel p {
  color: #fff;
}

.skt-booking-panel span {
  color: var(--skt-yellow);
}

.skt-community-preview {
  background: linear-gradient(135deg, #fff7d8 0%, #e7fff9 100%);
}

.skt-community-grid {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
}

.skt-community-grid .skt-action-btn-alt {
  margin-top: 22px;
}

.skt-resource-card-new a {
  color: var(--skt-red);
  display: inline-block;
  font-family: "Grandstander", cursive;
  font-weight: 700;
  margin-top: 16px;
  text-decoration: none;
}

.skt-faq-section {
  background: #fffdf6;
}

.skt-faq-grid {
  display: grid;
  gap: 14px;
  margin: 0 auto;
  max-width: 920px;
}

.skt-faq-grid details {
  background: #fff;
  border: var(--skt-border);
  border-radius: 10px;
  box-shadow: 3px 3px 0 rgba(21, 21, 21, .12);
  padding: 18px 20px;
}

.skt-faq-grid summary {
  color: var(--skt-ink);
  cursor: pointer;
  font-family: "Grandstander", cursive;
  font-size: 20px;
  font-weight: 700;
}

.skt-faq-grid p {
  color: #334155;
  margin: 12px 0 0;
}

.skt-final-cta {
  background: var(--skt-red);
  color: #fff;
  padding: clamp(48px, 7vw, 78px) 0;
  text-align: center;
}

.skt-final-cta h2,
.skt-final-cta p {
  color: #fff;
}

.skt-final-cta .skt-home-hero-actions {
  margin-top: 24px;
}

.skt-site-footer {
  background: #151515;
  color: #fff;
  padding: 46px 0 24px;
}

.skt-footer-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.4fr repeat(3, 1fr);
}

.skt-footer-logo {
  height: 74px;
  margin-bottom: 14px;
  width: auto;
}

.skt-site-footer h3 {
  color: #fff;
  font-family: "Grandstander", cursive;
  font-size: 19px;
  margin-bottom: 12px;
}

.skt-site-footer p,
.skt-site-footer a,
.skt-footer-bottom {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.65;
}

.skt-site-footer a {
  display: block;
  text-decoration: none;
}

.skt-site-footer a:hover {
  color: #fff;
}

.skt-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .16);
  margin-top: 28px;
  padding-top: 18px;
}

#hero > div {
  background-position: center top !important;
  background-size: cover !important;
}

#hero .container {
  padding-top: 56px;
}

.skt-home-hero-panel {
  background: rgba(255, 253, 246, .94);
  border: var(--skt-border);
  border-radius: 8px;
  box-shadow: var(--skt-shadow);
  margin: 28px auto 24px;
  max-width: 940px;
  padding: clamp(24px, 4vw, 44px);
  position: relative;
  text-align: center;
  z-index: 2;
}

.skt-home-hero-panel .eyebrow {
  color: var(--skt-red);
  display: block;
  font-family: "Grandstander", cursive;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}

.skt-home-hero-panel h1 {
  color: var(--skt-ink);
  font-family: "Grandstander", cursive;
  font-size: clamp(36px, 6vw, 68px);
  font-weight: 700;
  line-height: 1.02;
  margin: 0 auto 18px;
  max-width: 820px;
}

.skt-home-hero-panel p {
  color: #273142;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7;
  margin: 0 auto 24px;
  max-width: 760px;
}

.skt-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 6px;
}

.skt-action-btn,
.skt-action-btn-alt,
.skt-primary-btn,
.community-btn,
.custom-input-submit2,
input[type="submit"] {
  border: 2px solid var(--skt-ink) !important;
  border-radius: 999px !important;
  box-shadow: 3px 3px 0 var(--skt-ink) !important;
  display: inline-flex;
  font-family: "Grandstander", cursive !important;
  font-weight: 700 !important;
  justify-content: center;
  line-height: 1.1 !important;
  min-height: 48px;
  padding: 13px 22px !important;
  text-decoration: none !important;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.skt-action-btn,
.skt-primary-btn,
.custom-input-submit2,
input[type="submit"] {
  background: var(--skt-red) !important;
  color: #fff !important;
}

.skt-action-btn-alt {
  background: #fff !important;
  color: var(--skt-ink) !important;
}

.skt-action-btn:hover,
.skt-action-btn-alt:hover,
.skt-primary-btn:hover,
.community-btn:hover,
.custom-input-submit2:hover,
input[type="submit"]:hover {
  box-shadow: 5px 5px 0 var(--skt-ink) !important;
  transform: translate(-1px, -1px);
}

#hero img[src*="bannerpic1"],
#hero img[src*="bannerpic2"] {
  display: none !important;
}

#hero img[src*="bannerpic3"],
#hero img[src*="bannerpic4"] {
  margin-bottom: 28px !important;
  margin-top: 0 !important;
  max-width: 920px;
}

.heronoticeboard {
  background: #fff !important;
  border: var(--skt-border) !important;
  border-radius: 8px !important;
  box-shadow: var(--skt-shadow);
  margin: 20px auto 28px !important;
  max-width: 920px;
  padding: 24px !important;
}

.spansec1 {
  color: var(--skt-red) !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
}

.paradec1 {
  color: var(--skt-ink) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
  margin: 0 auto 18px !important;
  max-width: 760px;
}

.videonoticeboard {
  border: var(--skt-border);
  border-radius: 8px;
  max-width: 100%;
}

.heronoticeboard .videonoticeboard {
  display: none !important;
}

.skt-hero-cta {
  background: #fff !important;
  border: var(--skt-border) !important;
  border-radius: 8px !important;
  box-shadow: var(--skt-shadow) !important;
  max-width: 760px;
  width: calc(100% - 28px);
}

section {
  scroll-margin-top: 96px;
}

.section-title h2,
.section4hh2,
.section7para2,
.booking-title,
.community-title,
.aboutsection5h33,
.aboutsection4h333 {
  letter-spacing: 0 !important;
}

.section-title,
.couh4,
.reviews-heading {
  text-align: center;
}

.section4hh2,
.section7para2,
.reviews-heading h3 {
  color: var(--skt-ink) !important;
}

.parent-review-card,
.booking-card,
.community-card,
.community-form,
.section6marginrespfeature,
.section6marginresp,
.custom-card,
.card,
.blog .entry,
.contact .info {
  border-radius: 8px !important;
}

.parent-review-card,
.booking-card,
.community-card,
.community-form {
  border: var(--skt-border) !important;
  box-shadow: var(--skt-shadow) !important;
}

.parent-reviews-section,
.booking-section,
.community-section,
.testimonials,
.counts,
.features {
  border-bottom: 0 !important;
}

.booking-hero,
.community-hero {
  background: linear-gradient(135deg, #fff7d8 0%, #eaf8ff 100%) !important;
  border-bottom: 2px solid var(--skt-ink) !important;
  padding: 84px 0 64px !important;
}

.booking-title,
.community-title {
  color: var(--skt-ink) !important;
}

.booking-copy,
.community-copy,
.booking-card p,
.booking-card li,
.community-list li,
.community-form label,
.community-form p {
  color: #273142 !important;
}

.booking-note,
.invite-placeholder {
  border: var(--skt-border) !important;
  border-radius: 8px !important;
}

#servhero {
  background: linear-gradient(135deg, #fbffb8 0%, #eef9ff 100%) !important;
  border-bottom: 2px solid var(--skt-ink) !important;
  min-height: 420px;
  overflow: hidden;
  padding: 44px 0 !important;
}

#servhero > .row {
  align-items: center;
  margin: 0 auto !important;
  max-width: 1200px;
  padding: 0 28px;
  width: 100%;
}

.aboutsection1h1 {
  color: var(--skt-ink) !important;
  font-size: clamp(34px, 5vw, 62px) !important;
  line-height: 1.08 !important;
  margin: 0 !important;
  text-align: left !important;
}

.aboutheaderpic1 {
  text-align: center;
}

.aboutherderpic2 {
  float: none !important;
  margin-top: 0 !important;
  max-height: 390px;
  object-fit: contain;
  position: relative !important;
  right: auto !important;
  width: min(360px, 100%) !important;
}

input,
select,
textarea {
  border: 2px solid #d1d5db !important;
  border-radius: 8px !important;
  color: var(--skt-ink) !important;
  font-family: "Inter", sans-serif !important;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--skt-blue) !important;
  box-shadow: 0 0 0 4px rgba(26, 79, 179, .14) !important;
  outline: 0 !important;
}

.btn-resoursetype,
.btn-resoursetype1,
.btn-resoursetype2,
.btn-resoursetype3 {
  min-height: 40px;
  min-width: 120px;
  white-space: normal !important;
}

.file-info {
  font-size: 0;
  gap: 10px;
  justify-content: space-between;
}

.file-info > img,
.file-info > span {
  display: none !important;
}

.file-info::before {
  color: var(--skt-muted);
  content: "Free download";
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.download-icon {
  display: block !important;
  max-height: 30px;
  width: auto;
}

img {
  max-width: 100%;
}

[data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 1199px) {
  .navbar a,
  .navbar a:focus {
    font-size: 13px !important;
    padding: 10px 9px !important;
  }
}

@media (max-width: 991px) {
  #header {
    min-height: 68px;
  }

  #header .logo img {
    max-height: 46px !important;
  }

  .mobile-nav-toggle {
    align-items: center;
    background: #fff;
    border: 2px solid var(--skt-ink);
    border-radius: 8px;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    width: 46px;
  }

  .mobile-nav-toggle img {
    max-height: 26px;
    max-width: 26px;
  }

  .navbar-mobile {
    background: rgba(21, 21, 21, .42) !important;
  }

  .navbar-mobile ul {
    border: var(--skt-border) !important;
    border-radius: 8px !important;
    box-shadow: var(--skt-shadow);
    gap: 4px;
    padding: 18px !important;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    border-radius: 8px !important;
    font-size: 18px !important;
    padding: 13px 14px !important;
  }

  #hero .container {
    padding-top: 24px;
  }

  .skt-home-hero-grid,
  .skt-community-grid,
  .skt-booking-panel,
  .skt-footer-grid {
    grid-template-columns: 1fr;
  }

  .skt-hero-proof {
    border-radius: 14px;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .skt-hero-proof span,
  .skt-hero-proof span:first-child,
  .skt-hero-proof span:last-child {
    border-radius: 0;
  }

  .skt-hero-proof span:nth-child(2n) {
    border-right: 0;
  }

  .skt-hero-proof span:nth-child(n + 3) {
    border-top: 1px solid rgba(21, 21, 21, .18);
  }

  .skt-trust-strip .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .skt-card-grid-3,
  .skt-step-grid {
    grid-template-columns: 1fr;
  }

  .skt-home-hero {
    padding-top: 42px !important;
  }

  .skt-hero-card img {
    height: 70px;
  }

  .skt-booking-panel {
    text-align: left;
  }

  .skt-home-hero-panel {
    margin-top: 16px;
  }

  .heronoticeboard {
    padding: 18px !important;
  }

  .skt-hero-cta {
    margin-bottom: 28px !important;
    padding: 20px !important;
  }
}

@media (max-width: 575px) {
  #header .logo img {
    max-height: 42px !important;
  }

  .skt-home-copy h1 {
    font-size: 38px;
  }

  .skt-home-copy p {
    font-size: 16px;
  }

  .skt-trust-strip .container {
    grid-template-columns: 1fr;
  }

  .skt-hero-proof {
    grid-template-columns: 1fr;
  }

  .skt-hero-proof span {
    border-right: 0;
    border-top: 1px solid rgba(21, 21, 21, .18);
  }

  .skt-hero-proof span:first-child {
    border-top: 0;
  }

  .skt-home-hero-panel h1 {
    font-size: 34px;
  }

  .skt-home-hero-actions {
    display: grid;
  }

  .skt-action-btn,
  .skt-action-btn-alt,
  .skt-primary-btn,
  .community-btn,
  .custom-input-submit2,
  input[type="submit"] {
    width: 100%;
  }

  .reviews-heading h3 {
    font-size: 28px !important;
  }
}
