.home-two-page {
  background: #f3f6f8;
  color: #111827;
  overflow-x: hidden;
  padding-bottom: 0 !important;
}

.home-two-page .template-nav {
  left: 20px;
  margin: 0 auto;
  max-width: 1200px;
  position: fixed;
  right: 20px;
  top: 18px;
  z-index: 1030;
}

.home2-hero {
  height: min(760px, 100vh);
  min-height: 640px;
}

.home2-hero-content h1 {
  font-size: clamp(2.25rem, 5vw, 4.9rem);
}

.home2-hero-content > span {
  align-items: center;
  align-self: flex-start;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .14);
  color: #fff;
  display: inline-flex;
  gap: 9px;
  letter-spacing: .1em;
  margin-bottom: 16px;
  padding: 9px 14px;
}

.home2-hero-content > span::before {
  background: #d4fc79;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(212, 252, 121, .16);
  content: "";
  flex: 0 0 auto;
  height: 8px;
  width: 8px;
}

.home2-customer-booking {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
  padding: 24px;
}

.home2-card-header-simple {
  align-items: flex-start;
}

.home2-card-header-simple span {
  color: #019b5f;
  display: block;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.home2-booking-form-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
}

.home2-date-list,
.home2-time-list {
  display: grid;
  gap: 10px;
}

.home2-date-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home2-time-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}

.home2-time-list::-webkit-scrollbar {
  width: 6px;
}

.home2-time-list::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.home2-date-list button,
.home2-time-list button {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #111827;
  font-weight: 900;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.home2-date-list button {
  display: grid;
  min-height: 76px;
  place-items: center;
  text-align: center;
}

.home2-date-list strong {
  font-size: 1.35rem;
  line-height: 1;
}

.home2-date-list span,
.home2-time-list span {
  color: #64748b;
  font-size: .75rem;
}

.home2-date-list span {
  text-transform: uppercase;
}

.home2-time-list button {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  min-height: 58px;
  padding: 12px;
  text-align: left;
}

.home2-time-list span {
  white-space: nowrap;
}

.home2-slot-status {
  border-radius: 999px;
  font-size: .7rem;
  font-style: normal;
  font-weight: 900;
  padding: 4px 8px;
}

.home2-slot-status.available {
  background: rgba(16, 185, 129, .12);
  color: #059669;
}

.home2-slot-status.booked {
  background: rgba(239, 68, 68, .12);
  color: #dc2626;
}

.home2-slot-status.pending {
  background: rgba(59, 130, 246, .14);
  color: #2563eb;
}

.home2-slot-status.processing {
  background: rgba(245, 158, 11, .14);
  color: #d97706;
}

.home2-slot-status.maintenance {
  background: rgba(100, 116, 139, .14);
  color: #475569;
}

.home2-slot-status.locked {
  background: rgba(17, 24, 39, .12);
  color: #111827;
}

.home2-time-list button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .68;
}

.home2-time-list button[aria-disabled="true"]:hover {
  background: #f8fafc;
  border-color: #e5e7eb;
  color: #111827;
  transform: none;
}

.home2-date-list button.active,
.home2-date-list button:hover,
.home2-time-list button.active,
.home2-time-list button:hover {
  background: rgba(1, 155, 95, .1);
  border-color: #019b5f;
  color: #019b5f;
  transform: translateY(-1px);
}

.home2-date-list button.active span,
.home2-date-list button:hover span,
.home2-time-list button.active span,
.home2-time-list button:hover span {
  color: #019b5f;
}

.home2-customer-summary {
  position: sticky;
  top: 98px;
}

.home2-customer-summary small {
  color: #64748b;
  display: block;
  font-size: .8rem;
  line-height: 1.55;
  margin-top: 14px;
}

.home2-payment-methods {
  margin-bottom: 0;
}

.home-two-page .home2-nav .active {
  background: #019b5f;
  border-radius: 999px;
  color: #fff;
  padding: 8px 12px;
}

@media (max-width: 1199.98px) {
  .home2-customer-summary {
    position: static;
  }
}

@media (max-width: 991.98px) {
  .home-two-page .template-nav {
    left: 14px;
    right: 14px;
  }

  .home2-hero {
    min-height: 620px;
  }

  .home2-customer-booking {
    padding: 18px;
  }

  .home2-booking-form-grid {
    grid-template-columns: 1fr;
  }

  .home2-turf-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  .home2-turf {
    flex: auto;
    min-width: 0;
  }

  .home2-feature-grid {
    grid-template-columns: 1fr;
  }

  .home2-feature-band .home2-section-head {
    text-align: left !important;
  }
}

@media (max-width: 767.98px) {
  .home-two-page .template-nav {
    left: 12px;
    position: absolute !important;
    right: 12px;
    top: 10px;
  }

  .home2-hero {
    height: auto;
    min-height: 0;
  }

  .home2-hero .carousel,
  .home2-hero .carousel-inner,
  .home2-hero .carousel-item {
    height: auto;
  }

  .home2-hero .carousel-item {
    min-height: 560px;
  }

  .home2-hero-content {
    justify-content: center;
    min-height: 560px;
    padding-bottom: 92px;
    padding-top: 126px;
  }

  .home2-hero-content h1 {
    font-size: 2.05rem;
    line-height: 1;
  }

  .home2-hero-content p {
    font-size: .96rem;
    line-height: 1.65;
  }

  .home2-hero-actions {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .home2-hero-actions .btn {
    flex: 0 0 calc(50% - 6px);
    font-size: .78rem;
    min-height: 42px;
    padding: 10px 8px;
    width: calc(50% - 6px);
  }

  .home2-cta-panel .btn {
    width: 100%;
  }

  .home2-section-head {
    text-align: left;
  }

  .home2-section-head h2 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .home2-customer-booking {
    padding: 14px;
  }

  .home2-turf-list {
    grid-template-columns: 1fr;
  }

  .home2-turf {
    align-items: center;
    grid-template-columns: 92px 1fr;
  }

  .home2-turf img {
    height: 74px;
  }

  .home2-turf strong,
  .home2-turf .home2-status {
    grid-column: 2;
  }

  .home2-date-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home2-time-list {
    grid-template-columns: 1fr;
    max-height: 340px;
  }

  .home2-time-list span {
    white-space: normal;
  }

  .home2-payment-methods {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home2-payment-methods button {
    justify-content: center;
    min-height: 46px;
  }

  .home-two-page .site-footer {
    padding-bottom: 24px !important;
  }
}

@media (max-width: 420px) {
  .home2-hero {
    min-height: 0;
  }

  .home2-hero .carousel-item,
  .home2-hero-content {
    min-height: 540px;
  }

  .home2-hero-content h1 {
    font-size: 1.9rem;
  }

  .home2-turf {
    grid-template-columns: 1fr;
  }

  .home2-turf img {
    height: auto;
  }

  .home2-turf strong,
  .home2-turf .home2-status {
    grid-column: auto;
  }
}

[data-theme="dark"] .home2-customer-booking,
[data-theme="dark"] .home2-date-list button,
[data-theme="dark"] .home2-time-list button {
  background: #101b2b;
  border-color: rgba(255, 255, 255, .1);
  color: #f8fafc;
}

[data-theme="dark"] .home2-date-list span,
[data-theme="dark"] .home2-time-list span,
[data-theme="dark"] .home2-customer-summary small {
  color: #a7b4c6;
}

[data-theme="dark"] .home2-date-list button.active,
[data-theme="dark"] .home2-date-list button:hover,
[data-theme="dark"] .home2-time-list button.active,
[data-theme="dark"] .home2-time-list button:hover {
  background: rgba(1, 155, 95, .18);
  border-color: #019b5f;
  color: #86efac;
}

[data-theme="dark"] .home2-time-list button[aria-disabled="true"] {
  opacity: .9;
}

[data-theme="dark"] .home2-time-list button[aria-disabled="true"]:hover {
  background: #101b2b;
  border-color: rgba(255, 255, 255, .1);
  color: #f8fafc;
}

[data-theme="dark"] .home2-slot-status.available {
  background: rgba(52, 211, 153, .2);
  color: #6ee7b7;
}

[data-theme="dark"] .home2-slot-status.booked {
  background: rgba(248, 113, 113, .2);
  color: #fca5a5;
}

[data-theme="dark"] .home2-slot-status.pending {
  background: rgba(96, 165, 250, .2);
  color: #93c5fd;
}

[data-theme="dark"] .home2-slot-status.processing {
  background: rgba(251, 191, 36, .22);
  color: #fde68a;
}

[data-theme="dark"] .home2-slot-status.maintenance {
  background: rgba(148, 163, 184, .22);
  color: #e2e8f0;
}

[data-theme="dark"] .home2-slot-status.locked {
  background: rgba(203, 213, 225, .18);
  color: #f8fafc;
}

[data-theme="dark"] .home2-summary-card.home2-customer-summary {
  background: #101b2b;
  border-color: rgba(255, 255, 255, .12);
}

[data-theme="dark"] .home2-summary-card .home2-summary-title {
  color: #f8fafc;
}

[data-theme="dark"] .home2-summary-card .home2-active-box {
  background: rgba(1, 155, 95, .18);
  color: #d1fae5;
}

[data-theme="dark"] .home2-summary-card .home2-active-box span {
  color: #a7f3d0;
}

[data-theme="dark"] .home2-summary-card .home2-active-box strong {
  color: #86efac;
}

[data-theme="dark"] .home2-summary-card .home2-summary-row {
  border-color: rgba(255, 255, 255, .14);
  color: #cbd5e1;
}

[data-theme="dark"] .home2-summary-card .home2-summary-row span {
  color: #a7b4c6;
}

[data-theme="dark"] .home2-summary-card .home2-summary-row strong {
  color: #f8fafc;
}

[data-theme="dark"] .home2-summary-card .home2-total-row strong {
  color: #86efac;
}

[data-theme="dark"] .home2-summary-card small {
  color: #cbd5e1;
}

.home2-booking-flow {
  max-width: 1040px;
  margin: 0 auto;
}

.home2-slider-actions {
  display: flex;
  gap: 8px;
}

.home2-slider-actions button {
  align-items: center;
  background: #019b5f;
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.home2-slider-actions button:hover {
  background: #017342;
  color: #fff;
}

.home2-turf-slider {
  overflow: hidden;
}

.home2-turf-slider .home2-turf-list {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.home2-turf-slider .home2-turf-list::-webkit-scrollbar {
  display: none;
}

.home2-turf-slider .home2-turf {
  flex: 0 0 calc(33.333% - 10px);
}

.home2-customer-summary {
  position: static;
}

.home2-customer-calendar {
  max-width: 560px;
}

.home2-customer-calendar .home2-cal-grid {
  gap: 8px;
}

.home2-customer-calendar .home2-cal-grid button,
.home2-customer-calendar .home2-cal-grid span {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
}

.home2-compact-calendar {
  border-top: 1px solid #e5e7eb;
  max-width: 340px;
  padding-top: 12px;
}

.home2-compact-calendar .home2-cal-header {
  margin-bottom: 6px;
}

.home2-compact-calendar .home2-cal-grid {
  gap: 3px;
}

.home2-compact-calendar .home2-cal-grid button,
.home2-compact-calendar .home2-cal-grid span {
  font-size: .68rem;
  min-height: 24px;
  width: 24px;
}

.home2-compact-calendar .home2-icon-btn {
  height: 26px;
  width: 26px;
}

.home2-compact-calendar .home2-cal-grid button.active {
  min-height: 24px;
  width: 24px;
}

@media (max-width: 991.98px) {
  .home2-turf-slider .home2-turf {
    flex-basis: calc(50% - 8px);
  }
}

@media (max-width: 767.98px) {
  .home2-turf-slider .home2-turf-list {
    display: flex;
    overflow-x: auto;
  }

  .home2-turf-slider .home2-turf {
    flex-basis: 86%;
  }

  .home2-customer-calendar {
    max-width: none;
  }

  .home2-compact-calendar {
    max-width: 340px;
  }

  .home2-customer-calendar .home2-cal-grid {
    gap: 5px;
  }

  .home2-customer-calendar .home2-cal-grid button,
  .home2-customer-calendar .home2-cal-grid span {
    min-height: 34px;
  }
}

.home2-customer-calendar .home2-cal-empty {
  min-height: 42px;
}

.home2-customer-calendar .home2-cal-grid button:disabled {
  color: #cbd5e1;
  cursor: not-allowed;
  opacity: .6;
  text-decoration: line-through;
}

.home2-customer-calendar .home2-cal-grid button:disabled:hover {
  background: transparent;
  color: #cbd5e1;
  transform: none;
}

@media (max-width: 767.98px) {
  .home2-customer-calendar .home2-cal-empty {
    min-height: 34px;
  }
}

[data-theme="dark"] .home2-customer-calendar .home2-cal-grid button:disabled {
  color: #64748b;
}

.booking-page {
  padding-bottom: 0 !important;
}

.booking-page .home2-customer-booking > .row {
  align-items: stretch;
}

.booking-page .home2-customer-booking > .row > [class*="col-"] {
  display: flex;
  min-height: 0;
}

.booking-page .home2-booking-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
}

.booking-page .home2-summary-card,
.booking-page .home2-customer-summary {
  width: 100%;
}

.booking-page .home2-booking-card .home2-card-header {
  flex: 0 0 auto;
}

.booking-page .home2-customer-calendar,
.booking-page .home2-compact-calendar,
.booking-page .home2-cal-header,
.booking-page .home2-cal-grid {
  max-width: 100% !important;
  width: 100%;
}

.booking-page .home2-time-list {
  align-content: start;
  flex: 1 1 0;
  height: 0;
  max-height: none;
  min-height: 0;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-gutter: stable;
}

@media (max-width: 767.98px) {
  .booking-page .home2-time-list {
    max-height: none;
  }
}

.booking-page .site-footer {
  padding-bottom: 24px !important;
}

html[data-theme=dark] body,
html[data-theme=dark] .frontend-page,
html[data-theme=dark] .football-reservation-page,
html[data-theme=dark] .home-two-page {
  background: #07131f !important;
  color: #e5eef7 !important;
}

html[data-theme=dark] .home-section,
html[data-theme=dark] .home-turfs,
html[data-theme=dark] .home-process,
html[data-theme=dark] .home-community,
html[data-theme=dark] .home-reviews,
html[data-theme=dark] .home-faqs,
html[data-theme=dark] .booking-style-two-section,
html[data-theme=dark] .booking-page .home2-booking-section,
html[data-theme=dark] .booking-help-section {
  background: #07131f !important;
  border-color: rgba(255, 255, 255, .1) !important;
  color: #e5eef7 !important;
}

html[data-theme=dark] .feature-card,
html[data-theme=dark] .feature-card.blog-card,
html[data-theme=dark] .home-turfs .feature-card.blog-card,
html[data-theme=dark] .process-grid article,
html[data-theme=dark] .review-shell,
html[data-theme=dark] .review-form,
html[data-theme=dark] .review-card,
html[data-theme=dark] .source-review-card,
html[data-theme=dark] .faq-shell,
html[data-theme=dark] .faq-accordion .accordion-item,
html[data-theme=dark] .faq-accordion .accordion-button,
html[data-theme=dark] .booking-card,
html[data-theme=dark] .info-panel,
html[data-theme=dark] .home2-customer-booking,
html[data-theme=dark] .home2-booking-card,
html[data-theme=dark] .home2-summary-card,
html[data-theme=dark] .home2-turf,
html[data-theme=dark] .home2-active-box,
html[data-theme=dark] .dashboard-form,
html[data-theme=dark] .dashboard-readonly-field {
  background: #101b2b !important;
  border-color: rgba(255, 255, 255, .1) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .24) !important;
  color: #e5eef7 !important;
}

html[data-theme=dark] .faq-accordion .accordion-button:not(.collapsed),
html[data-theme=dark] .home2-time-list button,
html[data-theme=dark] .home2-cal-grid button,
html[data-theme=dark] .date-item,
html[data-theme=dark] .time-slot,
html[data-theme=dark] .review-tab,
html[data-theme=dark] .review-rating-field,
html[data-theme=dark] .form-control,
html[data-theme=dark] .form-select {
  background: #0b1422 !important;
  border-color: rgba(255, 255, 255, .12) !important;
  color: #f8fafc !important;
}

html[data-theme=dark] .section-heading h1,
html[data-theme=dark] .section-heading h2,
html[data-theme=dark] .section-heading h3,
html[data-theme=dark] .home2-section-head h1,
html[data-theme=dark] .home2-section-head h2,
html[data-theme=dark] .home2-section-head h3,
html[data-theme=dark] .feature-card strong,
html[data-theme=dark] .feature-card h4,
html[data-theme=dark] .feature-card h4 a,
html[data-theme=dark] .process-grid strong,
html[data-theme=dark] .review-slider-head strong,
html[data-theme=dark] .review-form h3,
html[data-theme=dark] .faq-accordion .accordion-button,
html[data-theme=dark] .home2-card-header h3,
html[data-theme=dark] .home2-summary-title,
html[data-theme=dark] .home2-turf strong,
html[data-theme=dark] .home2-cal-header strong,
html[data-theme=dark] .home2-time-list button strong {
  color: #f8fafc !important;
}

html[data-theme=dark] .section-heading p,
html[data-theme=dark] .feature-card p,
html[data-theme=dark] .home-turfs .feature-card.blog-card .text-muted,
html[data-theme=dark] .process-grid p,
html[data-theme=dark] .review-slider-head span,
html[data-theme=dark] .review-card p,
html[data-theme=dark] .source-review-card p,
html[data-theme=dark] .faq-accordion .accordion-body,
html[data-theme=dark] .home2-status,
html[data-theme=dark] .home2-card-header-simple span,
html[data-theme=dark] .home2-time-list button span,
html[data-theme=dark] .text-muted {
  color: #a7b4c6 !important;
}

html[data-theme=dark] .home2-time-list button.active,
html[data-theme=dark] .home2-turf.active,
html[data-theme=dark] .date-item.active,
html[data-theme=dark] .time-slot.active,
html[data-theme=dark] .review-tab.active {
  background: rgba(0, 155, 95, .2) !important;
  border-color: #009b5f !important;
  color: #fff !important;
}

html[data-theme=dark] .home2-cal-grid button:disabled,
html[data-theme=dark] .home2-cal-grid button.is-disabled,
html[data-theme=dark] .home2-time-list button:disabled,
html[data-theme=dark] .home2-time-list button[aria-disabled=true] {
  background: #07131f !important;
  border-color: rgba(255, 255, 255, .08) !important;
  color: #64748b !important;
}

html[data-theme=dark] .community-panel {
  border: 1px solid rgba(255, 255, 255, .1) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32) !important;
}

html[data-theme=dark] .site-footer {
  background: #020817 !important;
  border-color: rgba(255, 255, 255, .1) !important;
}
