@charset "UTF-8";
@font-face {
  font-family: "Acumin Pro Condensed";
  src: url("../fonts/9d98f534f006d8c613a5dc3ace7fe507.eot");
  src: url("../fonts/9d98f534f006d8c613a5dc3ace7fe507.eot?#iefix") format("embedded-opentype"), url("../fonts/9d98f534f006d8c613a5dc3ace7fe507.woff") format("woff"), url("../fonts/9d98f534f006d8c613a5dc3ace7fe507.woff2") format("woff2"), url("../fonts/9d98f534f006d8c613a5dc3ace7fe507.ttf") format("truetype"), url("../fonts/9d98f534f006d8c613a5dc3ace7fe507.svg#Acumin Pro Condensed") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Acumin Pro ExtraCondensed";
  src: url("../fonts/AcuminProExtraCond-Regular.eot");
  src: url("../fonts/AcuminProExtraCond-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AcuminProExtraCond-Regular.woff2") format("woff2"), url("../fonts/AcuminProExtraCond-Regular.woff") format("woff"), url("../fonts/AcuminProExtraCond-Regular.ttf") format("truetype"), url("../fonts/AcuminProExtraCond-Regular.svg#AcuminProExtraCond-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Public Sans", sans-serif;
  line-height: 1.6;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Acumin Pro Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

h1 {
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin-bottom: 3rem;
}
@media (min-width: 0) and (max-width: 768px) {
  h1 {
    font-size: 48px;
    margin-bottom: 2.1rem;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  h1 {
    font-size: 36px;
    margin-bottom: 1.5rem;
  }
}

h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.01em;
}
@media (min-width: 0) and (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media (min-width: 0) and (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (min-width: 0) and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.1rem;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}

p {
  font-family: "Public Sans", sans-serif;
  font-weight: 17px;
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 600px) {
  p {
    font-size: 15px;
  }
}

img {
  height: auto;
  max-width: 100%;
}

.dark-bg {
  background-color: #21201e;
}

.header {
  background: #fff;
  padding: 24px 0;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
}
.header__logo-text {
  display: block;
  color: #000;
  font-size: 11px;
  text-align: right;
}
.header__menu {
  display: flex;
  list-style: none;
  gap: 2rem;
  margin-bottom: 0;
}
.header__menu-item a {
  color: #21201e;
  text-decoration: none;
  font-family: "Acumin Pro Condensed", sans-serif;
  font-size: 18px;
  transition: color 0.3s;
}
.header__menu-item a:hover {
  color: #d32f2f;
}
.header__auth {
  display: flex;
  gap: 1rem;
}
.header__auth-btn {
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  background: #d32f2f;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: all 0.3s;
}
.header__auth-btn--signup {
  background: #d32f2f;
  border-color: #d32f2f;
}
.header__auth-btn:hover {
  background: #21201e;
  color: #fff;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }
}

.footer {
  padding: 3rem 0 1rem;
  color: #fff;
}
.footer__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer__logo {
  display: block;
  margin-bottom: 18px;
}
.footer__logo img {
  max-width: 100%;
}
.footer__logo-text {
  text-align: right;
  display: block;
  font-size: 11px;
}
.footer__section-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.footer__links {
  list-style: none;
  padding-left: 0;
}
.footer__links li {
  margin-bottom: 0;
}
.footer__links a {
  color: #ddd;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s;
}
.footer__links a:hover {
  color: #fff;
}
.footer__bottom {
  border-top: 1px solid #333;
  padding-top: 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: #ccc;
}
.footer__bottom a {
  color: #ccc;
}
.footer__bottom a:hover {
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.text-center {
  text-align: center;
}

.mt-4 {
  margin-top: 2rem;
}

.bg-black-checker {
  background: url(../images/bgs/black-checker-bg.svg) 0 100%/cover no-repeat;
}

.bg-red-checker {
  background: url(../images/bgs/red-checker-bg.svg) 0 100%/cover no-repeat;
}

.bg-blue-checker {
  background: url(../images/bgs/blue-checker-bg.jpg) 0 100%/cover no-repeat;
}

.bg-green-checker {
  background: url(../images/bgs/green-checker-bg.jpg) 0 100%/cover no-repeat;
}

.bg-teal-map {
  background: url(../images/bgs/teal-map-bg.svg) 0 100%/cover no-repeat;
}

.bg-white-66 {
  background: url(../images/bgs/white-66-bg.jpg) 0 100%/cover no-repeat;
}

.btn {
  background: #d32f2f;
  color: #fff;
  font-family: "Acumin Pro Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}
.btn--primary {
  background: #d32f2f;
  color: #fff;
}
.btn--primary:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
  color: #fff;
}
.btn--secondary {
  background: #1976d2;
  color: #fff;
}
.btn--secondary:hover {
  background: rgb(19.5744680851, 92.3914893617, 164.4255319149);
  color: #fff;
}
.btn--outline {
  background: transparent;
  color: #d32f2f;
  border: 1px solid #d32f2f;
}
.btn--outline:hover {
  background: #d32f2f;
  color: #fff;
}
.btn--outline-white {
  border-color: #fff;
  color: #fff;
}
.btn--outline-white:hover {
  background: #fff;
  color: #d32f2f;
}
.btn--white {
  background: #fff;
  color: #444;
}
.btn--white:hover {
  background: #eee;
  color: #444;
}
.btn--block {
  display: block;
  width: 100%;
}
.btn--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.btn--icon i {
  font-size: 0.9rem;
}

.form__group {
  margin-bottom: 1.5rem;
}
.form__label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}
.form__input, .form__textarea, .form__select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s;
}
.form__input:focus, .form__textarea:focus, .form__select:focus {
  outline: none;
  border-color: #d32f2f;
}
.form__textarea {
  min-height: 120px;
  resize: vertical;
}

.card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}
.card:hover {
  transform: translateY(-5px);
}
.card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card__content {
  padding: 1.5rem;
}
.card__title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #333;
}
.card__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #666;
}
.card__meta i {
  color: #d32f2f;
}

.happ-card {
  background: #fff;
  border: 1px solid #ccc;
  overflow: visible;
  position: relative;
  padding: 20px;
}
.happ-card__image-container {
  position: relative;
  margin-bottom: 1rem;
}
.happ-card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.happ-card img:hover {
  transform: scale(1.05);
}
.happ-card__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.happ-card__date {
  position: absolute;
  bottom: -10px;
  right: 0;
  background: #d32f2f;
  color: #fff;
  padding: 0.75rem 1rem;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  text-align: center;
  min-width: 60px;
}
.happ-card__date-month {
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
}
.happ-card__date-day {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.happ-card__content {
  padding: 1rem 0;
}
.happ-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  color: #333;
}
.happ-card__address {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  color: #333;
  font-size: 0.95rem;
}
.happ-card__address i {
  color: #ff6c44;
}
.happ-card__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #333;
  flex-wrap: wrap;
}
.happ-card__meta-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.happ-card__meta-item i {
  color: #00bbc8;
}
.happ-card__btn {
  background: #d32f2f;
  color: #fff;
  border: none;
  padding: 0.6rem 1.25rem;
  border-radius: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Acumin Pro Condensed", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  transition: background 0.3s;
  text-transform: uppercase;
}
.happ-card__btn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
  color: #fff;
}
.happ-card__btn i {
  font-size: 0.9rem;
}
.events__grid--light-bg .happ-card__title, .events__grid--light-bg .happ-card__address, .events__grid--light-bg .happ-card__meta-item {
  color: #333;
}

.hero {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 750px;
  position: relative;
  overflow: hidden;
}
.hero--sm {
  height: 320px;
}
.hero--md {
  height: 500px;
}
@media (min-width: 0) and (max-width: 768px) {
  .hero {
    max-height: 500px;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  .hero {
    max-height: 320px;
  }
}
.hero__content {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.hero__title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #333;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 2rem;
  }
}
.hero__subtitle {
  font-size: 2rem;
  color: #666;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 1.5rem;
  }
}
.hero__map {
  position: relative;
  height: 400px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 400"><path d="M50 200 Q200 150 400 200 T750 180" stroke="%232196f3" stroke-width="4" fill="none"/></svg>') center/contain no-repeat;
  margin: 2rem 0;
}
.hero__map-points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__map-point {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #1976d2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  cursor: pointer;
  transition: transform 0.3s;
}
.hero__map-point:hover {
  transform: scale(1.2);
}

.search {
  background: #21201e;
  padding: 2rem 0;
}
.search__form {
  display: flex;
  gap: 1rem;
  align-items: end;
}
@media (max-width: 768px) {
  .search__form {
    flex-direction: column;
  }
}
.search__group {
  flex: 1;
}
.search__label {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: block;
}
.search__input {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
}
.search__btn {
  background: #d32f2f;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}
.search__btn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
}

.newsletter {
  background: linear-gradient(45deg, #21201e 0%, #333 100%);
  padding: 4rem 0;
  text-align: center;
  color: #fff;
}
.newsletter__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.newsletter__subtitle {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #ccc;
}
.newsletter__form {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  gap: 1rem;
}
@media (max-width: 768px) {
  .newsletter__form {
    flex-direction: column;
    align-items: center;
  }
}
.newsletter__input {
  flex: 1;
  padding: 1rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .newsletter__input {
    width: 100%;
    max-width: 300px;
  }
}
.newsletter__btn {
  background: #d32f2f;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}
.newsletter__btn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
}
@media (max-width: 768px) {
  .newsletter__btn {
    width: 100%;
    max-width: 300px;
  }
}

.stripe-heading {
  display: flex;
  align-items: center;
  width: 100%; /* fill parent container */
  gap: 10px; /* spacing between text and lines */
}
.stripe-heading__title {
  color: #d32f2f;
}
.stripe-heading__line {
  flex-grow: 1;
  height: 7px; /* total height including space between lines */
  background: linear-gradient(to bottom, #FFC72C 0px, #FFC72C 1px, transparent 1px, transparent 6px, #FFC72C 6px, #FFC72C 7px);
}
.stripe-heading--with-nav .stripe-heading__line {
  margin-right: 20px; /* add space before nav buttons */
}
.stripe-heading__nav {
  display: flex;
  gap: 10px;
  flex-shrink: 0; /* prevent buttons from shrinking */
}
.stripe-heading__nav-btn {
  width: 40px;
  height: 40px;
  background: #d32f2f;
  color: white;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 14px;
}
.stripe-heading__nav-btn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
  transform: scale(1.05);
}
.stripe-heading__nav-btn:active {
  transform: scale(0.95);
}
.stripe-heading__nav-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

.sep {
  border-bottom: 1px solid #d32f2f;
  padding-bottom: 12px;
}

.business-hours__row {
  display: flex;
  align-items: center;
}
.business-hours__row:last-child {
  margin-bottom: 0;
}
.business-hours__days {
  width: 80px;
  flex-shrink: 0;
  margin-right: 15px;
}
.business-hours__time {
  font-size: 14px;
  width: auto;
}

.specials {
  padding: 4rem 0;
}
.specials__header {
  text-align: center;
  margin-bottom: 3rem;
}
.specials__title {
  margin-bottom: 3px;
}
.specials__subtitle {
  color: #666;
  font-size: 1.1rem;
}
.specials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.special-card {
  overflow: hidden;
  transition: transform 0.3s;
}
.special-card:hover {
  transform: translateY(-5px);
}
.special-card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.special-card__content {
  padding: 1rem 0;
}
.special-card__title {
  margin-bottom: 3px;
  color: #333;
}
.special-card__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #666;
}
.special-card__date i {
  color: #d32f2f;
}
.special-card__location {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.special-card__location-logo {
  width: 40px;
  height: 40px;
  background: #d32f2f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  flex-shrink: 0;
}
.special-card__location-info {
  flex: 1;
}
.special-card__location-name {
  font-weight: bold;
  color: #333;
  font-size: 0.95rem;
}
.special-card__location-address {
  color: #666;
  font-size: 0.85rem;
}
.special-card__btn {
  background: #d32f2f;
  color: #fff;
  border: none;
  padding: 1rem;
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  transition: background 0.3s;
  text-transform: uppercase;
}
.special-card__btn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
  color: #fff;
}
.special-card__btn i {
  font-size: 0.9rem;
}

.events {
  background: url(../images/home/events-bg.jpg) 50% 50%/cover no-repeat;
  padding: 4rem 0;
  color: #fff;
}
.events--light {
  background: #fff;
}
.events__header {
  text-align: center;
  margin-bottom: 3rem;
}
.events__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}
.events__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .events__grid {
    grid-template-columns: 1fr;
  }
}

.event-card {
  background: #fff;
  border: 1px solid #ccc;
  overflow: visible;
  position: relative;
  padding: 20px;
}
.event-card__image-container {
  position: relative;
  margin-bottom: 1rem;
}
.event-card img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}
.event-card img:hover {
  transform: scale(1.05);
}
.event-card__image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.event-card__date {
  position: absolute;
  bottom: -10px;
  right: 0;
  background: #d32f2f;
  color: #fff;
  padding: 0.75rem 1rem;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  text-align: center;
  min-width: 60px;
}
.event-card__date-month {
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
}
.event-card__date-day {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.event-card__content {
  padding: 1rem 0;
}
.event-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  margin-bottom: 3px;
  color: #333;
}
.event-card__place {
  color: #333;
}
.event-card__address {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  color: #333;
  font-size: 0.95rem;
}
.event-card__address i {
  color: #ff6c44;
}
.event-card__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #333;
  flex-wrap: wrap;
}
.event-card__meta-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.event-card__meta-item i {
  color: #00bbc8;
}
.event-card__btn {
  background: #d32f2f;
  color: #fff;
  display: block;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: background 0.3s;
  text-transform: uppercase;
  text-align: center;
}
.event-card__btn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
  color: #fff;
}
.events__grid--light-bg .event-card__title, .events__grid--light-bg .event-card__address, .events__grid--light-bg .event-card__meta-item {
  color: #333;
}

.happenings {
  padding: 4rem 0;
  text-align: center;
}
.happenings__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.happenings__content {
  background: linear-gradient(45deg, #21201e 0%, #333 100%);
  padding: 3rem;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.happenings__logo {
  font-size: 3rem;
  color: #d32f2f;
  margin-bottom: 1rem;
}
.happenings__text {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.happenings__buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .happenings__buttons {
    flex-direction: column;
    align-items: center;
  }
}
.happenings__btn {
  background: #d32f2f;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.3s;
}
.happenings__btn:hover {
  background: rgb(170.8571428571, 36.1428571429, 36.1428571429);
  color: #fff;
}

.explore {
  background: url(../images/home/events-bg.jpg) 50% 50%/cover no-repeat;
  padding: 4rem 0;
  color: #000;
}
.explore__header {
  text-align: center;
  margin-bottom: 3rem;
}
.explore__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.explore__subtitle {
  color: #444;
  font-size: 1.1rem;
}
.explore__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
@media (max-width: 768px) {
  .explore__grid {
    grid-template-columns: 1fr;
  }
}

.place-card {
  background: #fff;
  border: 1px solid #ccc;
  overflow: visible;
  position: relative;
  padding: 20px;
  transition: transform 0.3s;
}
.place-card:hover {
  transform: translateY(-5px);
}
.place-card__image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.place-card__content {
  padding: 1rem 0;
}
.place-card__title {
  margin-bottom: 3px;
  color: #333;
}
.place-card__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #666;
}
.place-card__date i {
  color: #d32f2f;
}
.place-card__location {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.place-card__address {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  color: #333;
  font-size: 0.95rem;
}
.place-card__address i {
  color: #d32f2f;
}

.meeting-point {
  padding: 90px 0;
}
.meeting-point .event-card__btn {
  position: relative !important;
}
.meeting-point__title {
  margin-bottom: 2rem;
}
.meeting-point__map {
  background: #f0f0f0;
  height: 300px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  overflow: hidden;
}
.meeting-point__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.meeting-point__sponsors {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  opacity: 0.6;
}
.meeting-point__sponsors img {
  height: 40px;
}

.announcement-card {
  height: 320px;
  background-image: url(../images/bgs/red-checker-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  position: relative;
}
.announcement-card__title {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
.announcement-card__url {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.announcement-card__url:hover {
  color: #cccccc;
}

.modal-content--announcement {
  border: none;
  border-radius: 0;
}
.modal-content--announcement .modal-header {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}
.modal-content--announcement .modal-header h5 {
  color: #fff;
  font-size: 30px;
}
.modal-content--announcement .modal-body {
  padding: 0 30px 30px 30px;
}
.modal-content--announcement .modal-body p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}

.place__hero {
  padding: 90px 0;
}
@media (min-width: 0) and (max-width: 768px) {
  .place__hero {
    padding: 40px 0;
  }
}
@media (min-width: 0) and (max-width: 600px) {
  .place__hero {
    padding: 20px 0;
  }
}

.place__info-bar {
  color: #fff;
}
.place__info-bar h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
}
.place__info-bar h3 {
  font-size: 16px;
  font-weight: 400;
}
.place__info-bar h3 i {
  margin-right: 7px;
}
.place__info-bar div {
  color: #f2f2f2;
  font-size: 14px;
  font-weight: 400;
}

.place-info__col {
  background: url(../images/bgs/centennial-flag-black.svg) 100% 0/auto 100% no-repeat;
  border: 1px solid #fff;
  padding: 20px;
  position: relative;
}
.place-info__col::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: url(../images/icons/star-yellow.svg) 0 0/32px 32px no-repeat;
}

.place__about {
  padding-top: 90px;
  padding-bottom: 90px;
}
.place__about img {
  max-width: 100%;
}

.place__hours span {
  display: inline-block;
}

.place__gallery {
  background: #11557c;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}
.place__gallery .gallery {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.place__gallery .gallery.slick-initialized {
  display: block;
}
.place__gallery .gallery .slick-list {
  overflow: visible;
}
.place__gallery .gallery .slick-track {
  display: flex;
  align-items: center;
}
.place__gallery .gallery .slick-slide {
  padding: 0 10px;
  height: auto;
}
.place__gallery .gallery .slick-slide img {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}
.place__gallery .gallery .slick-slide.slick-center img {
  transform: scale(1.05);
}
.place__gallery .gallery .slick-dots {
  bottom: -50px;
}
.place__gallery .gallery .slick-dots li button:before {
  color: #d32f2f;
  font-size: 12px;
}
.place__gallery .gallery .slick-dots li.slick-active button:before {
  color: #d32f2f;
  opacity: 1;
}
.place__gallery .gallery .slick-arrow {
  width: 40px;
  height: 40px;
  background: #d32f2f;
  border-radius: 50%;
  border: none;
  z-index: 10;
}
.place__gallery .gallery .slick-arrow:before {
  color: white;
  font-size: 16px;
}
.place__gallery .gallery .slick-arrow.slick-prev {
  left: 20px;
}
.place__gallery .gallery .slick-arrow.slick-next {
  right: 20px;
}
.place__gallery .gallery:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin: 0;
}
.place__gallery .gallery:not(.slick-initialized) img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

.place__history {
  background: #eaeaea;
  padding: 4rem 0;
}

.place__social-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.place__social-links a {
  color: #d32f2f;
  font-size: 18px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 27px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.place__social-links a:hover {
  opacity: 0.8;
}

.place__events,
.place__offers,
.place__announcements {
  padding-top: 90px;
  padding-bottom: 90px;
}

.place__map .mapboxgl-popup-content h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.intro {
  padding: 90px 0;
}

.car-stripe {
  background: url("../images/home/double-stripe.svg") 0 -108px repeat-x;
  border-bottom: 90px solid #d32f2f;
  position: relative;
}
.car-stripe__image {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
  transform: translateX(-100%);
  transition: none;
  will-change: transform;
}
.business-claim {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.business-claim__container {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.business-claim__header {
  text-align: center;
  margin-bottom: 2rem;
}
.business-claim__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}
.business-claim__description {
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.business-claim__search-wrapper {
  position: relative;
}

.business-search {
  margin: 0;
}
.business-search__input {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 1.1rem;
  transition: border-color 0.2s ease;
}
.business-search__input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.business-search__input::placeholder {
  color: #999;
}
.business-search__results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
}
.business-search__loading, .business-search__error {
  padding: 1rem;
  text-align: center;
  color: #666;
  font-style: italic;
}
.business-search__error {
  color: #dc3545;
}
.business-search__item {
  padding: 1rem;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.business-search__item:hover {
  background-color: #f8f9fa;
}
.business-search__item:last-child {
  border-bottom: none;
}
.business-search__item--add-new {
  background-color: #f8f9ff;
  border-left: 4px solid #007bff;
}
.business-search__item--add-new:hover {
  background-color: #e6f2ff;
}
.business-search__item--add-new .business-search__item-address {
  color: #007bff;
  font-weight: 500;
}
.business-search__item-name {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.25rem;
}
.business-search__item-address {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
}

.subscription-plans {
  padding: 2rem 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
}
.subscription-plans__container {
  max-width: 1200px;
  margin: 0 auto;
}
.subscription-plans__header {
  text-align: center;
  margin-bottom: 3rem;
  color: white;
}
.subscription-plans__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.subscription-plans__subtitle {
  font-size: 1.25rem;
  opacity: 0.9;
  margin-bottom: 1rem;
}
.subscription-plans__business {
  font-size: 1.1rem;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
}
.subscription-plans__tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  align-items: start;
}

.subscription-tier {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.subscription-tier:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.subscription-tier--cruiser {
  border: 3px solid #007bff;
}
.subscription-tier__badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #007bff;
  color: white;
  padding: 0.25rem 1rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
}
.subscription-tier__header {
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.5rem;
}
.subscription-tier__name {
  font-size: 1.75rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}
.subscription-tier__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
}
.subscription-tier__currency {
  font-size: 1.25rem;
  color: #666;
}
.subscription-tier__amount {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
.subscription-tier__period {
  font-size: 1rem;
  color: #666;
}
.subscription-tier__features {
  margin-bottom: 2rem;
}
.subscription-tier__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.subscription-tier__item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 1.75rem;
}
.subscription-tier__item:last-child {
  border-bottom: none;
}
.subscription-tier__item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}
.subscription-tier__action {
  text-align: center;
}
.subscription-tier__button {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.subscription-tier__button--free {
  background: #28a745;
  color: white;
}
.subscription-tier__button--free:hover:not(:disabled) {
  background: #218838;
}
.subscription-tier__button--primary {
  background: #007bff;
  color: white;
}
.subscription-tier__button--primary:hover:not(:disabled) {
  background: #0056b3;
}
.subscription-tier__button--premium {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.subscription-tier__button--premium:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}
.subscription-tier__button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.claim-success {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.claim-success__container {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  max-width: 500px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
.claim-success__icon {
  margin-bottom: 2rem;
}
.claim-success__checkmark {
  color: #28a745;
  animation: checkmark-scale 0.5s ease-in-out;
}
.claim-success__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
}
.claim-success__message {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.claim-success__message p {
  margin: 0.5rem 0;
}
.claim-success__business {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.claim-success__label {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 0.5rem 0;
}
.claim-success__name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.claim-success__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.claim-success__button {
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}
.claim-success__button--primary {
  background: #007bff;
  color: white;
}
.claim-success__button--primary:hover {
  background: #0056b3;
}
.claim-success__button--secondary {
  background: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}
.claim-success__button--secondary:hover {
  background: #007bff;
  color: white;
}

@keyframes checkmark-scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.business-signup {
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.business-signup__intro {
  text-align: center;
  margin-bottom: 2rem;
}
.business-signup__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}
.business-signup__description {
  font-size: 1.1rem;
  color: #666;
  margin: 0;
}
.business-signup .form-item {
  margin-bottom: 1.5rem;
}
.business-signup label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.business-signup__input {
  width: 100%;
  padding: 0.875rem;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}
.business-signup__input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.business-signup__input::placeholder {
  color: #999;
}
.business-signup .description {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.25rem;
}
.business-signup__actions {
  margin-top: 2rem;
}
.business-signup__submit {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.business-signup__submit--primary {
  background: #007bff;
  color: white;
}
.business-signup__submit--primary:hover {
  background: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}
.business-signup__submit--primary:active {
  transform: translateY(0);
}
.business-signup__login-link {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
  color: #666;
}
.business-signup__login-link a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}
.business-signup__login-link a:hover {
  text-decoration: underline;
}
.business-signup .form-item--error .business-signup__input {
  border-color: #dc3545;
}
.business-signup .form-item--error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.page-business-signup {
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-add {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.business-add__intro {
  text-align: center;
  margin-bottom: 2rem;
}
.business-add__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}
.business-add__description {
  font-size: 1.1rem;
  color: #666;
  margin: 0;
}
.business-add .form-item {
  margin-bottom: 1.5rem;
}
.business-add label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.business-add__input, .business-add__select, .business-add__textarea {
  width: 100%;
  padding: 0.875rem;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}
.business-add__input:focus, .business-add__select:focus, .business-add__textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.business-add__input::placeholder, .business-add__select::placeholder, .business-add__textarea::placeholder {
  color: #999;
}
.business-add__input--state, .business-add__input--zip {
  width: auto;
  display: inline-block;
  margin-right: 1rem;
}
.business-add__address-fieldset {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}
.business-add__address-fieldset legend {
  font-weight: 600;
  color: #333;
  padding: 0 0.5rem;
}
.business-add__address-fieldset .form-item {
  margin-bottom: 1rem;
}
.business-add__address-fieldset .form-item:last-child {
  margin-bottom: 0;
}
.business-add__textarea {
  resize: vertical;
  min-height: 80px;
}
.business-add .description {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.25rem;
}
.business-add__actions {
  margin-top: 2rem;
  text-align: center;
}
.business-add__submit {
  padding: 1rem 2rem;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.business-add__submit--primary {
  background: #007bff;
  color: white;
}
.business-add__submit--primary:hover {
  background: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}
.business-add__submit--primary:active {
  transform: translateY(0);
}
.business-add .form-item--error .business-add__input, .business-add .form-item--error .business-add__select, .business-add .form-item--error .business-add__textarea {
  border-color: #dc3545;
}
.business-add .form-item--error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.signup-success {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.signup-success__container {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  max-width: 500px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}
.signup-success__icon {
  margin-bottom: 2rem;
}
.signup-success__checkmark {
  color: #28a745;
  animation: checkmark-scale 0.5s ease-in-out;
}
.signup-success__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.5rem;
}
.signup-success__message {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.signup-success__message p {
  margin: 0.5rem 0;
}
.signup-success__info {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  text-align: left;
}
.signup-success__info h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  text-align: center;
}
.signup-success__steps {
  margin: 0;
  padding-left: 1.5rem;
}
.signup-success__steps li {
  margin-bottom: 0.75rem;
  color: #555;
  line-height: 1.5;
}
.signup-success__steps li:last-child {
  margin-bottom: 0;
}
.signup-success__actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.signup-success__button {
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}
.signup-success__button--primary {
  background: #007bff;
  color: white;
}
.signup-success__button--primary:hover {
  background: #0056b3;
}
.signup-success__button--secondary {
  background: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}
.signup-success__button--secondary:hover {
  background: #007bff;
  color: white;
}

@media (max-width: 768px) {
  .business-claim {
    padding: 1rem;
  }
  .business-claim__container {
    padding: 1.5rem;
  }
  .business-claim__title {
    font-size: 1.75rem;
  }
  .business-search__input {
    font-size: 1rem;
    padding: 0.875rem;
  }
  .subscription-plans__title {
    font-size: 2rem;
  }
  .subscription-plans__subtitle {
    font-size: 1.1rem;
  }
  .subscription-plans__tiers {
    grid-template-columns: 1fr;
  }
  .subscription-tier__name {
    font-size: 1.5rem;
  }
  .subscription-tier__amount {
    font-size: 2rem;
  }
  .claim-success__container {
    padding: 2rem;
  }
  .claim-success__title {
    font-size: 1.75rem;
  }
  .claim-success__actions {
    flex-direction: column;
  }
  .claim-success__button {
    width: 100%;
  }
  .business-signup {
    margin: 1rem;
    padding: 1.5rem;
  }
  .business-signup__title {
    font-size: 1.75rem;
  }
  .business-signup__description {
    font-size: 1rem;
  }
  .signup-success__container {
    padding: 2rem;
    margin: 1rem;
  }
  .signup-success__title {
    font-size: 1.75rem;
  }
  .signup-success__info {
    padding: 1rem;
  }
  .signup-success__actions {
    flex-direction: column;
  }
  .signup-success__button {
    width: 100%;
  }
  .business-add {
    margin: 1rem;
    padding: 1.5rem;
    max-width: none;
  }
  .business-add__title {
    font-size: 1.75rem;
  }
  .business-add__description {
    font-size: 1rem;
  }
  .business-add__address-fieldset {
    padding: 1rem;
  }
  .business-add__input--state, .business-add__input--zip {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.offer-header {
  position: relative;
  padding: 80px 0 60px;
  margin-bottom: 60px;
  overflow: hidden;
}
.offer-header__pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03) 10px, transparent 10px, transparent 20px);
  pointer-events: none;
}
.offer-header__content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.offer-header__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.offer-header__badge i {
  font-size: 16px;
}
.offer-header__title {
  color: white;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .offer-header__title {
    font-size: 2rem;
  }
}
.offer-header__business {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}
.offer-header__business i {
  color: white;
}

.offer-content {
  padding-bottom: 60px;
}

.offer-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.offer-image img {
  width: 100%;
  height: auto;
  display: block;
}
.offer-image__placeholder {
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.offer-image__expire {
  background: #d60000;
  color: white;
  padding: 15px 20px;
  margin-top: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
}
.offer-image__expire i {
  font-size: 24px;
}
.offer-image__expire small {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.9;
  letter-spacing: 1px;
}
.offer-image__expire strong {
  display: block;
  font-size: 18px;
  margin-top: 2px;
}

.offer-details__heading {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d32f2f;
}
.offer-details__description {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}
.offer-details__description p {
  margin-bottom: 15px;
}

.offer-location {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.offer-location__title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px;
}
.offer-location__title i {
  color: #d32f2f;
  margin-right: 8px;
}
.offer-location__info strong {
  display: block;
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}
.offer-location__address {
  color: #666;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.offer-location__address:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 1px;
  background: #ccc;
}
.offer-location__phone {
  color: #666;
  padding-left: 28px;
  position: relative;
}
.offer-location__phone i {
  position: absolute;
  left: 0;
  color: #d32f2f;
  font-size: 14px;
}

.offer-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.offer-actions .btn--large {
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .offer-actions .btn {
    width: 100%;
  }
}

.offer-more {
  background: #f8f8f8;
  padding: 60px 0;
  border-top: 1px solid #e0e0e0;
}
.offer-more h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
}

.event__hero {
  padding: 90px 0;
}

.event-details {
  background-color: #f9f9f9;
  margin-top: -35px;
  padding: 35px;
  border-radius: 8px;
  width: 100%;
}
.event-details .event-detail-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.event-details .event-detail-item h4 i {
  color: #d32f2f;
  margin-right: 8px;
}
.event-details .event-detail-item div {
  font-size: 14px;
  color: #333;
}
.event-details .event-detail-item div a {
  color: #d32f2f;
  text-decoration: none;
}
.event-details .event-detail-item div a:hover {
  text-decoration: underline;
}
.event-details .event-detail-item div a i {
  color: #d32f2f;
  margin-left: 4px;
}
.event-details .event-detail-row .row .col-6 {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .header__menu {
    display: none;
  }
  .specials__grid,
  .events__grid,
  .explore__grid {
    grid-template-columns: 1fr;
  }
  .happenings__buttons {
    flex-direction: column;
    align-items: center;
  }
  .newsletter__form {
    flex-direction: column;
    align-items: center;
  }
  .newsletter__input,
  .newsletter__btn {
    width: 100%;
    max-width: 300px;
  }
}

/*# sourceMappingURL=style.css.map */
