#calendar-container #calendar {
  height: 70vh;
}
#calendar-container #calendar-modal {
  display: none;
}
#calendar-container .toastui-calendar-timegrid {
  height: 95%;
  min-height: 700px;
}

.nsy-motivation-section {
  background: linear-gradient(120deg, #181a1b 60%, #23272b 100%);
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
  --nsy-motivation-color: #ff4e6a;
}
.nsy-motivation-section .container .row {
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.nsy-motivation-section .container .row .col-lg-7,
.nsy-motivation-section .container .row .col-lg-5 {
  margin-left: auto;
  margin-right: auto;
}
.nsy-motivation-section .container .row .col-lg-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nsy-motivation-section .container .row .col-lg-7 h2 {
  letter-spacing: -1.5px;
  font-weight: 800;
  margin-bottom: 2.2rem;
  font-size: 2.5rem;
  line-height: 1.1;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
  border-left: 6px solid var(--nsy-motivation-color);
  padding-left: 1.2rem;
  color: #fff;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
}
.nsy-motivation-section .container .row .col-lg-7 p.lead {
  font-size: 1.35rem;
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 2.5rem;
  color: #e0e0e0;
}
.nsy-motivation-section .container .row .col-lg-5 {
  text-align: center;
}
.nsy-motivation-section .container .row .col-lg-5 .nsy-motivation-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nsy-motivation-section .container .row .col-lg-5 .nsy-motivation-img-wrap img {
  max-width: 220px;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.13);
  border: 3px solid var(--nsy-motivation-color);
  background: #23272b;
  padding: 0.5rem;
  margin: 0 auto;
  transition: box-shadow 0.2s;
}
.nsy-motivation-section .nsy-motivation-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.nsy-motivation-section .nsy-motivation-quote blockquote {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--nsy-motivation-color);
  text-align: center;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  border: none;
  padding: 0;
  margin: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

.nsy-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-rows: 180px;
  gap: 1.5rem;
}

.nsy-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.13);
  transition: transform 0.18s;
}
.nsy-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.18s;
}
.nsy-gallery-item:hover img {
  transform: scale(1.06);
}

.nsy-gallery-item--large {
  grid-row: span 2;
  grid-column: span 2;
}

.nsy-gallery-item--wide {
  grid-column: span 2;
}

@media (max-width: 991px) {
  .nsy-motivation-section .row {
    flex-direction: column;
    gap: 2rem;
  }
  .nsy-motivation-section .col-lg-5 img {
    margin-top: 2rem;
    max-width: 90vw;
  }
  .nsy-gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-auto-rows: 120px;
    gap: 1rem;
  }
  .nsy-gallery-item--large {
    grid-row: span 1;
    grid-column: span 2;
  }
  .nsy-gallery-item--wide {
    grid-column: span 2;
  }
}
.reviews-section {
  background: #181a1b;
  padding: 4rem 0;
}
.reviews-section h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 2.5rem;
  letter-spacing: -1px;
}
.reviews-section .reviews-swiper .swiper-wrapper {
  align-items: stretch;
}
.reviews-section .reviews-swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  min-height: 320px;
}
.reviews-section .reviews-swiper .swiper-slide .row {
  width: 100%;
  margin: 0;
  display: flex;
  gap: 2rem;
}
.reviews-section .reviews-swiper .swiper-slide .col-md-4 {
  flex: 1 1 0;
  max-width: 33.3333%;
  display: flex;
}
.reviews-section .reviews-swiper .card {
  background: #23272b;
  border-radius: 1.5rem;
  border: none;
  color: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.13);
  margin-bottom: 0;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reviews-section .reviews-swiper .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}
.reviews-section .reviews-swiper .card blockquote {
  font-size: 1.15rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1.2rem;
  border: none;
  background: none;
  padding: 0;
}
.reviews-section .reviews-swiper .card .blockquote-footer {
  color: #b0b0b0;
  font-size: 0.95rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
.reviews-section .reviews-swiper .card .blockquote-footer span {
  display: block;
  font-size: 0.85rem;
  color: #888;
}
.reviews-section .reviews-swiper .alert-info {
  background: #23272b;
  color: #fff;
  border-radius: 1.5rem;
  border: none;
  font-size: 1.1rem;
  margin: 2rem 0;
}
.reviews-section .swiper-button-next,
.reviews-section .swiper-button-prev {
  color: #fff;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5333333333));
}
.reviews-section .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}
.reviews-section .swiper-pagination-bullet-active {
  background: #ff4e6a;
  opacity: 1;
}

@media (max-width: 991px) {
  .reviews-section {
    padding: 2.5rem 0;
  }
  .reviews-section .card {
    min-height: 180px;
  }
  .reviews-section .card .card-body {
    padding: 1.2rem 0.7rem 1rem 0.7rem;
  }
}
#calendar-container {
  background: rgb(32, 36, 40);
}
#calendar-container #calendar-nav .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#calendar-container #calendar-nav .col-12 .btn {
  width: 30%;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: white;
}
#calendar-container #calendar-nav .col-12 .select-wrapper {
  width: 40%;
}

.toastui-calendar-layout.toastui-calendar-day-view {
  background: rgb(32, 36, 40) !important;
}

span.toastui-calendar-template-timegridDisplayPrimaryTime {
  color: white;
  font-size: 14px;
}

span.toastui-calendar-template-timegridNowIndicatorLabel {
  color: #68a5ff;
  font-size: 15px;
}

div#container {
  background: rgb(32, 36, 40);
}

.toastui-calendar-layout.toastui-calendar-week-view {
  background-color: rgb(32, 36, 40) !important;
}

.toastui-calendar-day-name-item.toastui-calendar-week span {
  color: white;
}

.toastui-calendar-holiday-sun span {
  color: rgb(255, 64, 64) !important;
}

.toastui-calendar-panel.toastui-calendar-week-view-day-names {
  border-bottom: none !important;
  height: 45px !important;
  overflow: hidden !important;
}

.toastui-calendar-panel.toastui-calendar-time {
  scrollbar-width: thin;
  scrollbar-color: #444 #23272b;
}
.toastui-calendar-panel.toastui-calendar-time::-webkit-scrollbar {
  width: 8px;
  background: #23272b;
}
.toastui-calendar-panel.toastui-calendar-time::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 6px;
}
.toastui-calendar-panel.toastui-calendar-time::-webkit-scrollbar-thumb:hover {
  background: #555;
}

section#services .col-md-4.mb-5 {
  text-align: -webkit-center;
}/*# sourceMappingURL=app.css.map */