.elementor-5055 .elementor-element.elementor-element-52ba2c6b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5643ab0 */.hl-notts-hero,
.hl-notts-glance,
.hl-notts-trust-strip {
  box-sizing: border-box;
}

.hl-notts-hero {
  margin: 60px auto 40px;
  padding: 0 20px;
}

.hl-notts-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.hl-notts-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a87942;
  font-weight: 700;
}

.hl-notts-hero-copy h1 {
  margin: 0 0 22px;
  font-size: clamp(44px, 6vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  color: #10233d;
}

.hl-notts-hero-copy p {
  max-width: 560px;
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.72;
  color: #33435b;
}

.hl-notts-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hl-notts-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #10233d;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.hl-notts-buttons a:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.hl-notts-buttons .hl-notts-secondary {
  background: transparent;
  color: #10233d;
  border: 1px solid rgba(16, 35, 61, 0.25);
}

.hl-notts-hero-image {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  min-height: 460px;
  box-shadow: 0 24px 70px rgba(16, 35, 61, 0.14);
}

.hl-notts-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  display: block;
}

.hl-notts-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16,35,61,0.04), rgba(16,35,61,0.28));
}

.hl-notts-hero-image span {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  background: rgba(255, 250, 243, 0.92);
  color: #10233d;
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hl-notts-trust-strip {
  max-width: 1180px;
  margin: 0 auto 70px;
  padding: 24px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(16, 35, 61, 0.12);
  border-bottom: 1px solid rgba(16, 35, 61, 0.12);
}

.hl-notts-trust-strip div {
  padding: 0 24px;
  border-right: 1px solid rgba(16, 35, 61, 0.12);
}

.hl-notts-trust-strip div:last-child {
  border-right: none;
}

.hl-notts-trust-strip span {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
}

.hl-notts-trust-strip strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #10233d;
}

.hl-notts-trust-strip p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #526174;
}

.hl-notts-glance {
  margin: 70px auto;
  padding: 0 20px;
}

.hl-notts-section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.hl-notts-section-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10233d;
}

.hl-notts-section-heading p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #44546a;
}

.hl-notts-glance-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.hl-notts-glance-card {
  display: block;
  background: #fffaf3;
  border: 1px solid rgba(16, 35, 61, 0.1);
  border-radius: 24px;
  padding: 26px 22px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 34px rgba(16, 35, 61, 0.06);
  transition: all 0.25s ease;
}

.hl-notts-glance-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(16, 35, 61, 0.1);
}

.hl-notts-glance-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #f3e5d1;
  color: #10233d;
  font-size: 24px;
}

.hl-notts-glance-card strong {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #10233d;
}

.hl-notts-glance-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #526174;
}

@media (max-width: 960px) {
  .hl-notts-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hl-notts-trust-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }

  .hl-notts-trust-strip div:nth-child(2) {
    border-right: none;
  }

  .hl-notts-glance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .hl-notts-hero {
    margin-top: 36px;
  }

  .hl-notts-hero-image,
  .hl-notts-hero-image img {
    min-height: 320px;
  }

  .hl-notts-buttons {
    flex-direction: column;
  }

  .hl-notts-buttons a {
    width: 100%;
  }

  .hl-notts-trust-strip {
    grid-template-columns: 1fr;
  }

  .hl-notts-trust-strip div {
    border-right: none;
    border-bottom: 1px solid rgba(16, 35, 61, 0.12);
    padding: 20px 0;
  }

  .hl-notts-trust-strip div:last-child {
    border-bottom: none;
  }

  .hl-notts-glance-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6fb1234 */.hl-notts-pick-section {
  margin: 80px auto;
  padding: 0 20px;
}

.hl-notts-pick-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  background: linear-gradient(135deg, #fffaf3 0%, #ffffff 100%);
  border: 1px solid rgba(16, 35, 61, 0.1);
  border-radius: 30px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(16, 35, 61, 0.07);
}

.hl-notts-pick-image {
  border-radius: 24px;
  overflow: hidden;
  min-height: 340px;
}

.hl-notts-pick-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}

.hl-notts-pick-copy {
  padding: 18px 18px 18px 4px;
}

.hl-notts-script {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1;
  color: #a87942;
  font-family: Georgia, serif;
  font-style: italic;
}

.hl-notts-pick-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10233d;
}

.hl-notts-pick-copy p {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.75;
  color: #44546a;
}

.hl-notts-pick-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 26px;
}

.hl-notts-pick-list div {
  background: #ffffff;
  border: 1px solid rgba(16, 35, 61, 0.09);
  border-radius: 18px;
  padding: 16px;
}

.hl-notts-pick-list span {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #a87942;
  font-weight: 800;
}

.hl-notts-pick-list strong {
  display: block;
  font-size: 19px;
  color: #10233d;
}

.hl-notts-pick-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: #10233d;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.hl-notts-pick-copy a:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

@media (max-width: 860px) {
  .hl-notts-pick-inner {
    grid-template-columns: 1fr;
  }

  .hl-notts-pick-copy {
    padding: 4px;
  }
}

@media (max-width: 560px) {
  .hl-notts-pick-section {
    margin: 60px auto;
  }

  .hl-notts-pick-inner {
    padding: 20px;
    border-radius: 24px;
  }

  .hl-notts-pick-list {
    grid-template-columns: 1fr;
  }

  .hl-notts-pick-copy a {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-892434d */.hl-notts-category-section {
  margin: 90px auto;
  padding: 0 20px;
}

.hl-notts-category-header {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

.hl-notts-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a87942;
  font-weight: 800;
}

.hl-notts-category-header h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10233d;
}

.hl-notts-category-header p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #44546a;
}

.hl-notts-restaurant-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.hl-notts-restaurant-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(16, 35, 61, 0.1);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(16, 35, 61, 0.08);
  transition: all 0.25s ease;
}

.hl-notts-restaurant-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 62px rgba(16, 35, 61, 0.12);
}

.hl-notts-restaurant-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.hl-notts-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}

.hl-notts-card-kicker {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a87942;
  font-weight: 800;
}

.hl-notts-card-body h3 {
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #10233d;
}

.hl-notts-card-body p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.62;
  color: #44546a;
}

.hl-notts-best-for {
  display: block;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(16, 35, 61, 0.1);
  font-size: 13px;
  line-height: 1.5;
  color: #10233d;
  font-weight: 700;
}

.hl-notts-card-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.hl-notts-review-button {
  display: block;
  padding: 15px 16px;
  border-radius: 18px;
  background: #10233d;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(16, 35, 61, 0.22);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  transition: all 0.25s ease;
}

.hl-notts-review-button small {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f3d7aa;
  font-weight: 800;
}

.hl-notts-review-button:hover {
  transform: translateY(-2px);
  background: #a87942;
  color: #ffffff;
}

.hl-notts-site-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 0 2px;
  color: #10233d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(16, 35, 61, 0.18);
  transition: all 0.25s ease;
}

.hl-notts-site-link span {
  font-size: 15px;
}

.hl-notts-site-link:hover {
  color: #a87942;
  border-bottom-color: #a87942;
}

@media (max-width: 1100px) {
  .hl-notts-restaurant-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hl-notts-category-section {
    margin: 65px auto;
  }

  .hl-notts-restaurant-grid {
    grid-template-columns: 1fr;
  }

  .hl-notts-restaurant-card img {
    height: 230px;
  }

  .hl-notts-card-body {
    padding: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80d302a */.hl-notts-lunch-section {
  margin: 95px auto;
  padding: 0 20px;
}

.hl-notts-lunch-header {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

.hl-notts-lunch-header h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10233d;
}

.hl-notts-lunch-header p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #44546a;
}

.hl-notts-lunch-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.hl-notts-lunch-card {
  background: #fffaf3;
  border: 1px solid rgba(16, 35, 61, 0.1);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(16, 35, 61, 0.07);
  transition: all 0.25s ease;
}

.hl-notts-lunch-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 62px rgba(16, 35, 61, 0.11);
}

.hl-notts-lunch-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  display: block;
}

.hl-notts-lunch-copy {
  padding: 24px;
}

.hl-notts-lunch-copy h3 {
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #10233d;
}

.hl-notts-lunch-copy p:not(.hl-notts-card-kicker) {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.62;
  color: #44546a;
}

.hl-notts-review-feature {
  display: block;
  margin: 20px 0 14px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #10233d !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(16, 35, 61, 0.28);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  border: 2px solid #10233d;
  transition: all 0.25s ease;
}

.hl-notts-review-feature span {
  display: block;
  margin-bottom: 6px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f3d7aa !important;
  font-weight: 900;
}

.hl-notts-review-feature:hover {
  transform: translateY(-2px);
  background: #a87942 !important;
  border-color: #a87942;
  color: #ffffff !important;
}

.hl-notts-site-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 42px;
  color: #10233d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(16, 35, 61, 0.18);
  transition: all 0.25s ease;
}

.hl-notts-site-link:hover {
  color: #a87942;
  border-bottom-color: #a87942;
}

@media (max-width: 1100px) {
  .hl-notts-lunch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hl-notts-lunch-section {
    margin: 70px auto;
  }

  .hl-notts-lunch-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49116a8 */.hl-notts-small-section {
  margin: 100px auto;
  padding: 0 20px;
}

.hl-notts-small-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hl-notts-small-header {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.hl-notts-small-header h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10233d;
}

.hl-notts-small-header p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #44546a;
}

.hl-notts-small-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.hl-notts-small-card {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 22px;
  background: #ffffff;
  border: 1px solid rgba(16, 35, 61, 0.1);
  border-radius: 30px;
  padding: 18px;
  box-shadow: 0 18px 46px rgba(16, 35, 61, 0.07);
  transition: all 0.25s ease;
}

.hl-notts-small-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 62px rgba(16, 35, 61, 0.11);
}

.hl-notts-small-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

.hl-notts-small-copy {
  display: flex;
  flex-direction: column;
  padding: 4px 4px 4px 0;
}

.hl-notts-small-copy h3 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #10233d;
}

.hl-notts-small-copy p:not(.hl-notts-card-kicker) {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.62;
  color: #44546a;
}

.hl-notts-small-copy ul {
  margin: 0 0 18px;
  padding: 15px 0 0;
  list-style: none;
  border-top: 1px solid rgba(16, 35, 61, 0.1);
}

.hl-notts-small-copy li {
  margin: 0 0 7px;
  font-size: 13.5px;
  line-height: 1.45;
  color: #44546a;
}

.hl-notts-small-copy li strong {
  color: #10233d;
}

.hl-notts-small-copy .hl-notts-site-link {
  margin-top: auto;
}

@media (max-width: 1050px) {
  .hl-notts-small-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .hl-notts-small-section {
    margin: 70px auto;
  }

  .hl-notts-small-card {
    grid-template-columns: 1fr;
  }

  .hl-notts-small-copy {
    padding: 4px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe29fb4 */.hl-notts-celebration-section {
  margin: 100px auto;
  padding: 0 20px;
}

.hl-notts-celebration-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hl-notts-celebration-header {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.hl-notts-celebration-header h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10233d;
}

.hl-notts-celebration-header p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #44546a;
}

.hl-notts-celebration-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.hl-notts-celebration-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: stretch;
  background: #10233d;
  border-radius: 30px;
  padding: 18px;
  box-shadow: 0 22px 58px rgba(16, 35, 61, 0.14);
  transition: all 0.25s ease;
}

.hl-notts-celebration-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px rgba(16, 35, 61, 0.18);
}

.hl-notts-celebration-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

.hl-notts-celebration-copy {
  display: flex;
  flex-direction: column;
  padding: 8px 6px 6px 0;
}

.hl-notts-celebration-copy .hl-notts-card-kicker {
  color: #f3d7aa;
}

.hl-notts-celebration-copy h3 {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.hl-notts-celebration-copy p:not(.hl-notts-card-kicker) {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.82);
}

.hl-notts-mini-details {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 15px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hl-notts-mini-details span {
  font-size: 13.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.hl-notts-mini-details strong {
  color: #f3d7aa;
}

.hl-notts-celebration-copy .hl-notts-site-link {
  margin-top: auto;
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.hl-notts-celebration-copy .hl-notts-site-link:hover {
  color: #f3d7aa;
  border-bottom-color: #f3d7aa;
}

.hl-notts-celebration-copy .hl-notts-review-feature {
  margin: 2px 0 14px;
  background: #fffaf3 !important;
  color: #10233d !important;
  border: 2px solid #f3d7aa;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.hl-notts-celebration-copy .hl-notts-review-feature span {
  color: #a87942 !important;
}

.hl-notts-celebration-copy .hl-notts-review-feature:hover {
  background: #f3d7aa !important;
  border-color: #f3d7aa;
  color: #10233d !important;
}

@media (max-width: 1050px) {
  .hl-notts-celebration-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .hl-notts-celebration-section {
    margin: 70px auto;
  }

  .hl-notts-celebration-card {
    grid-template-columns: 1fr;
  }

  .hl-notts-celebration-copy {
    padding: 4px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ebf83a */.hl-notts-pub-section {
  margin: 100px auto;
  padding: 0 20px;
}

.hl-notts-pub-inner {
  max-width: 1180px;
  margin: 0 auto;
  background: #fffaf3;
  border: 1px solid rgba(16, 35, 61, 0.1);
  border-radius: 34px;
  padding: 42px;
  box-shadow: 0 20px 60px rgba(16, 35, 61, 0.06);
}

.hl-notts-pub-header {
  max-width: 800px;
  margin: 0 auto 38px;
  text-align: center;
}

.hl-notts-pub-header h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10233d;
}

.hl-notts-pub-header p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #44546a;
}

.hl-notts-pub-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.hl-notts-pub-card {
  display: flex;
  flex-direction: column;
  background: #10233d;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(16, 35, 61, 0.13);
  transition: all 0.25s ease;
}

.hl-notts-pub-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 62px rgba(16, 35, 61, 0.18);
}

.hl-notts-pub-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  display: block;
}

.hl-notts-pub-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}

.hl-notts-pub-copy .hl-notts-card-kicker {
  color: #f3d7aa;
}

.hl-notts-pub-copy h3 {
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.hl-notts-pub-copy p:not(.hl-notts-card-kicker) {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.82);
}

.hl-notts-pub-details {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 15px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hl-notts-pub-details span {
  font-size: 13.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.hl-notts-pub-details strong {
  color: #f3d7aa;
}

.hl-notts-pub-copy .hl-notts-review-feature {
  margin: auto 0 14px;
  background: #fffaf3 !important;
  color: #10233d !important;
  border: 2px solid #f3d7aa;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.hl-notts-pub-copy .hl-notts-review-feature span {
  color: #a87942 !important;
}

.hl-notts-pub-copy .hl-notts-review-feature:hover {
  background: #f3d7aa !important;
  border-color: #f3d7aa;
  color: #10233d !important;
}

.hl-notts-pub-copy .hl-notts-site-link {
  margin-top: auto;
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.hl-notts-pub-copy .hl-notts-site-link:hover {
  color: #f3d7aa;
  border-bottom-color: #f3d7aa;
}

@media (max-width: 1100px) {
  .hl-notts-pub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .hl-notts-pub-section {
    margin: 70px auto;
  }

  .hl-notts-pub-inner {
    padding: 26px 18px;
    border-radius: 26px;
  }

  .hl-notts-pub-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c0ed16 */.hl-notts-brunch-section {
  margin: 100px auto;
  padding: 0 20px;
}

.hl-notts-brunch-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hl-notts-brunch-header {
  max-width: 800px;
  margin: 0 auto 38px;
  text-align: center;
}

.hl-notts-brunch-header h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10233d;
}

.hl-notts-brunch-header p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #44546a;
}

.hl-notts-brunch-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.hl-notts-brunch-card {
  background: #ffffff;
  border: 1px solid rgba(16, 35, 61, 0.1);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(16, 35, 61, 0.07);
  transition: all 0.25s ease;
  position: relative;
}

.hl-notts-brunch-card::before {
  content: "☕";
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 250, 243, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(16, 35, 61, 0.12);
}

.hl-notts-brunch-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 62px rgba(16, 35, 61, 0.11);
}

.hl-notts-brunch-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  display: block;
}

.hl-notts-brunch-copy {
  padding: 24px;
}

.hl-notts-brunch-copy h3 {
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #10233d;
}

.hl-notts-brunch-copy p:not(.hl-notts-card-kicker) {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.62;
  color: #44546a;
}

@media (max-width: 1100px) {
  .hl-notts-brunch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hl-notts-brunch-section {
    margin: 70px auto;
  }

  .hl-notts-brunch-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b32c1bc */.hl-notts-hidden-section {
  margin: 100px auto;
  padding: 0 20px;
}

.hl-notts-hidden-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hl-notts-hidden-header {
  max-width: 800px;
  margin: 0 auto 38px;
  text-align: center;
}

.hl-notts-hidden-header h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10233d;
}

.hl-notts-hidden-header p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #44546a;
}

.hl-notts-hidden-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.hl-notts-hidden-card {
  background: #ffffff;
  border: 1px solid rgba(16, 35, 61, 0.1);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(16, 35, 61, 0.07);
  transition: all 0.25s ease;
  position: relative;
}

.hl-notts-hidden-card::before {
  content: "Hidden gem";
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.94);
  color: #10233d;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 900;
}

.hl-notts-hidden-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 62px rgba(16, 35, 61, 0.11);
}

.hl-notts-hidden-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  display: block;
}

.hl-notts-hidden-copy {
  padding: 24px;
}

.hl-notts-hidden-copy h3 {
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #10233d;
}

.hl-notts-hidden-copy p:not(.hl-notts-card-kicker) {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.62;
  color: #44546a;
}

@media (max-width: 1100px) {
  .hl-notts-hidden-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hl-notts-hidden-section {
    margin: 70px auto;
  }

  .hl-notts-hidden-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfa79b7 */.hl-notts-theatre-section {
  margin: 100px auto;
  padding: 0 20px;
}

.hl-notts-theatre-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hl-notts-theatre-header {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.hl-notts-theatre-header h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10233d;
}

.hl-notts-theatre-header p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #44546a;
}

.hl-notts-theatre-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.hl-notts-theatre-card {
  background: #10233d;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 54px rgba(16, 35, 61, 0.14);
  transition: all 0.25s ease;
}

.hl-notts-theatre-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 66px rgba(16, 35, 61, 0.2);
}

.hl-notts-theatre-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  display: block;
}

.hl-notts-theatre-copy {
  padding: 24px;
}

.hl-notts-theatre-copy .hl-notts-card-kicker {
  color: #f3d7aa;
}

.hl-notts-theatre-copy h3 {
  margin: 0 0 12px;
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.hl-notts-theatre-copy p:not(.hl-notts-card-kicker) {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.82);
}

.hl-notts-theatre-details {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 15px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hl-notts-theatre-details span {
  font-size: 13.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.hl-notts-theatre-details strong {
  color: #f3d7aa;
}

.hl-notts-theatre-copy .hl-notts-site-link {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.hl-notts-theatre-copy .hl-notts-site-link:hover {
  color: #f3d7aa;
  border-bottom-color: #f3d7aa;
}

@media (max-width: 1100px) {
  .hl-notts-theatre-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .hl-notts-theatre-section {
    margin: 70px auto;
  }

  .hl-notts-theatre-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-806777f */.hl-notts-final-section {
  margin: 110px auto 70px;
  padding: 0 20px;
}

.hl-notts-final-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: stretch;
  background: linear-gradient(135deg, #10233d 0%, #172f4f 100%);
  border-radius: 36px;
  padding: 46px;
  box-shadow: 0 28px 76px rgba(16, 35, 61, 0.18);
  position: relative;
  overflow: hidden;
}

.hl-notts-final-inner::before {
  content: "✦";
  position: absolute;
  top: 28px;
  right: 36px;
  font-size: 72px;
  color: rgba(243, 215, 170, 0.18);
}

.hl-notts-final-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hl-notts-final-copy .hl-notts-kicker {
  color: #f3d7aa;
}

.hl-notts-final-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.hl-notts-final-copy p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.84);
}

.hl-notts-final-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.hl-notts-final-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #fffaf3;
  color: #10233d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.hl-notts-final-buttons a:hover {
  transform: translateY(-2px);
  background: #f3d7aa;
}

.hl-notts-final-buttons .hl-notts-final-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.hl-notts-final-buttons .hl-notts-final-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hl-notts-final-faq {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.hl-notts-final-faq article {
  background: rgba(255, 250, 243, 0.96);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.hl-notts-final-faq h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #10233d;
}

.hl-notts-final-faq p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: #44546a;
}

@media (max-width: 900px) {
  .hl-notts-final-inner {
    grid-template-columns: 1fr;
    padding: 34px 26px;
  }
}

@media (max-width: 560px) {
  .hl-notts-final-section {
    margin: 75px auto 50px;
  }

  .hl-notts-final-inner {
    border-radius: 28px;
  }

  .hl-notts-final-buttons {
    flex-direction: column;
  }

  .hl-notts-final-buttons a {
    width: 100%;
  }
}/* End custom CSS */