/*
Theme Name: Gym Theme
Author: Noah Evans
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');


::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.letter-spacing-lg {
  letter-spacing: 1rem;
}

.navbar-nav .nav-link {
  font-size: 0.85rem;
  color: #333 !important;
}

.side-cta-wrapper {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.side-cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  padding: 25px 10px;
  text-decoration: none;
  color: #fff !important;
  transition: all 0.3s ease;
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.side-cta-btn.btn-line {
  background-color: #72c36a;
  border-top-left-radius: 10px;
}

.side-cta-btn.btn-reserve {
  background-color: #d84b2a;
  border-bottom-left-radius: 10px;
  margin-top: 1px;
}

.side-cta-btn:hover {
  filter: brightness(1.1);
}

.hero-section {
  height: 85vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("assets/images/Hero-Image.svg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.hero-section2 {
  height: 90vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url("assets/images/Hero-Image.svg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

.hero-content h1 {
  line-height: 1.4;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.side-cta-buttons {
  margin-right: 0;
}

.btn-side {
  width: 60px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  border-radius: 8px 0 0 8px;
  transition: all 0.3s ease;
}

.btn-side:hover {
  width: 75px;
  color: white;
}

.btn-line {
  background-color: #55c55a;
}

.btn-reserve {
  background-color: #e64a19;
}

.hero-subtext h2 {
  color: #d2d2d26b;
  font-size: 3rem;
  font-family: "Anton", sans-serif;
  letter-spacing: 12%;
  line-height: 1;
}

.about-section {
  background-color: #ffffff;
  padding-top: 80px;
}

.about-grey-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #f4f4f4;
  z-index: 1;
}

.about-label-container {
  padding-top: 10px;
}

.about-vertical-label {
  writing-mode: vertical-rl;
  font-family: "Anton", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  border-left: 2px solid #000;
  padding-right: 10px;
  height: fit-content;
}

.about-img-container {
  margin-top: -50px;
  position: relative;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
}

.z-2 {
  z-index: 2;
}

.video-wrapper {
  background-color: #000;
  overflow: hidden;
  border-radius: 4px;
}

.object-fit-cover {
  object-fit: cover;
}

.cursor-pointer {
  cursor: pointer;
}

#video-cover.fade-out {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

#player iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.needs-section h2 {
  letter-spacing: 0.05em;
}

.need-card {
  transition: transform 0.3s ease;
  border-radius: 0;
}

.need-card:hover {
  /* transform: translateY(-8px); */
}

.need-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.need-card .text-danger {
  color: #e64a19 !important;
}

.need-card p {
  line-height: 1.6;
  color: #333;
}

.point-section .text-orange,
.amenities-section .text-orange {
  color: #e64a19;
}

.point-section .row.g-0 {
  margin-right: 0;
  margin-left: 0;
}

.point-img-wrapper img {
  height: 500px;
  object-fit: cover;
  display: block;
}

.point-text-container {
  background-color: #fff;
}

.amenity-img-wrapper {
  overflow: hidden;
}

.amenity-img-wrapper img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.amenity-card:hover .amenity-img-wrapper img {
  transform: scale(1.05);
}

.amenity-content h3 {
  line-height: 1.4;
  font-size: 1.15rem;
}

.amenity-content p {
  font-size: 0.85rem;
}

.menu-header-wrapper {
  margin-top: -80px;
  position: relative;
  z-index: 10;
}

.menu-slider {
  overflow-x: hidden;
  padding-bottom: 20px;
  padding-left: calc((100vw - 1140px) / 2);
}

.menu-card {
  width: 320px;
  border-radius: 15px;
  overflow: hidden;
}

.card-img-container {
  position: relative;
  padding-bottom: 25px;
  aspect-ratio: 1 / 1; /* or 1 / 1 depending on your design */
  overflow: hidden;
}

.card-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-overlap-title {
  position: absolute;
  bottom: 8px;
  left: 20px;
  font-size: 2rem;
  font-weight: 900;
  /* color: rgba(0, 0, 0, 0.1); */
  color: #d9d9d9;
  line-height: 1;
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
}

.custom-padding {
  margin-top: 70px !important;
}

.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}

.scroll-track {
  height: 4px;
  background: #ddd;
  width: 300px;
  /* margin: 0 auto; */
  position: relative;
}
.scroll-thumb {
  height: 100%;
  background: #000;
  width: 30%;
  position: absolute;
  left: 0;
  transition: left 0.1s;
}

.voiceSwiper {
  padding-bottom: 60px !important;
}

.voiceSwiper .swiper-slide {
  transition: all 0.4s ease;
  opacity: 0.3;
  transform: scale(0.9);
}

.voiceSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.voice-card {
  border-radius: 0;
  overflow: hidden;
}

.category-badge {
  background-color: #e64a19;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 4px 15px;
  display: inline-block;
}

.custom-nav {
  color: #000 !important;
}
.custom-nav::after {
  font-size: 1.5rem !important;
  font-weight: bold;
}

.hibiki-pill-btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 18px 45px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  min-width: 340px;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
}

.hibiki-pill-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 0;
}

.hibiki-pill-btn > * {
  position: relative;
  z-index: 1;
}

.hibiki-pill-btn:hover::before {
  transform: scaleX(1);
}

.hibiki-pill-btn:hover {
  color: #fff;
}

.line-dot-indicator,
.line-dot-indicator::after {
  transition: background-color 0.3s ease;
}

.hibiki-pill-btn:hover .line-dot-indicator,
.hibiki-pill-btn:hover .line-dot-indicator::after {
  background-color: #ffffff;
}
.line-dot-indicator {
  width: 60px;
  height: 2px;
  background-color: #000;
  position: relative;
  margin-left: 20px;
}

.line-dot-indicator::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background: #000 !important;
}

.staff-section .display-4,
.blog-header .display-4,
.news-header .display-4 {
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

.staff-description p {
  max-width: 450px;
}

.staff-image-wrapper img,
.blog-card,
.about-hero-wrapper,
.support-grid-wrapper,
.candidate-img img,
.rec-hero-img img {
  border-radius: 4px;
}

.staff-image-wrapper img,
.blog-card img,
.candidate-img img,
.rec-hero-img img {
  object-fit: cover;
}

.location-item {
  transition: background-color 0.3s ease;
}

.location-item img {
  border-radius: 2px;
  width: 100%;
  max-width: 300px;
}

.hibiki-indicator-line {
  width: 60px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  position: relative;
}

.hibiki-indicator-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Hover effect */
.location-item:hover .hibiki-indicator-line::after {
  right: -8px;
}

.news-item:hover .hibiki-indicator-line::after {
  right: -8px;
}

.location-overlap-img {
  margin-bottom: -100px;
  position: relative;
  z-index: 5;
}

.blog-card {
  transition: transform 0.3s ease;
  overflow: hidden;
}

.blog-card:hover {
  transform: translateY(-8px);
}

.blog-card img {
  aspect-ratio: 3 / 2;
}

.blog-card h3 {
  line-height: 1.6;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.numb-big {
  font-size: 3.5rem !important;
}

.numb-bigs {
  font-size: 2.7rem !important;
}

.news-item {
  transition: background-color 0.3s ease;
}

.news-item p {
  font-size: 0.95rem;
}

.contact-cta-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("assets/images/footer-contact.jpg") no-repeat center center;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.contact-cta-section .display-3 {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.15em;
}

.cta-box {
  border-width: 2px !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.cta-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: all 0.6s;
}

.cta-box:hover::before {
  left: 100%;
}

.btn-line-cta {
  background-color: #55c55a;
  transition: background 0.3s;
}
.btn-line-cta:hover {
  background-color: #46a84a;
}

.btn-form-cta {
  background-color: #e64a19;
  transition: background 0.3s;
}
.btn-form-cta:hover {
  background-color: #c73e15;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.85rem;
  opacity: 1;
  transition: opacity 0.3s;
  position: relative;
  padding-left: 20px;
}

.border-custom {
  border-color: white;
}

.footer-links a::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #666;
  margin-right: 10px;
}

.social-icons a,
.social-icons .social-link {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.social-icons a:hover,
.social-icons .social-link:hover {
  opacity: 1;
}

.social-icons img {
  display: block;
  object-fit: contain;
}

footer .text-secondary {
  color: #999 !important;
  font-size: 0.8rem;
}

footer .x-small {
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.z-1 {
  z-index: 1;
}

.pagination .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px solid #ddd;
  font-weight: bold;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.pagination .page-item.active .page-link {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.pagination .page-link:hover:not(.active) {
  background-color: #f4f4f4;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "—";
  color: #000;
  padding: 0 15px;
}

.w-70 {
  width: 70%;
}

.store-contact-card {
  border: 1px solid #e0e0e0 !important;
  transition: all 0.3s ease;
}

.store-contact-card:hover {
  border-color: #000 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.title-underline {
  width: 60px;
  height: 6px;
  background-color: #000;
}

.btn-store-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 12px 25px;
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  font-weight: bold;
  gap: 23px;

  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
}

.btn-store-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 0;
}

.btn-store-pill > * {
  position: relative;
  z-index: 1;
}

.btn-store-pill:hover::before {
  transform: scaleX(1);
}

.btn-store-pill:hover {
  color: #fff;
}

.line-dot-indicator,
.line-dot-indicator::after {
  transition: background-color 0.3s ease;
}

.btn-store-pill:hover .line-dot-indicator,
.btn-store-pill:hover .line-dot-indicator::after {
  background-color: #fff;
}

.grey-box-hero {
  background-color: #b3b3b3;
  aspect-ratio: 16 / 7;
  border-radius: 4px;
}

.custom-input {
  background-color: #f5f5f5 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 15px !important;
  font-size: 0.9rem;
}

.faq-pad {
  padding: 0px 70px;
}

.badge-required {
  background-color: #000;
  color: #fff;
  font-size: 0.7rem;
  padding: 4px 12px;
  font-weight: bold;
  min-width: 50px;
  text-align: center;
}

.badge-optional {
  background-color: #a0a0a0;
  color: #fff;
  font-size: 0.7rem;
  padding: 4px 12px;
  font-weight: bold;
  min-width: 50px;
  text-align: center;
}

.hibiki-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 18px 45px;
  color: #000;
  font-size: 16px;
  line-height: 1.35;
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 0% 100%;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease, background-size 0.4s ease;
}

.hibiki-submit-btn .submit-label {
  display: inline-block;
  flex: 1 1 auto;
  min-width: 0;
  color: #000;
  opacity: 1;
  visibility: visible;
}

.hibiki-submit-btn .loading-label {
  color: #444;
}

.hibiki-submit-btn .line-dot {
  width: 60px;
  height: 2px;
  background-color: #000;
  position: relative;
  flex: 0 0 auto;
  margin-left: 20px;
  transition: background-color 0.3s ease;
}

.hibiki-submit-btn .line-dot::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .hibiki-submit-btn:hover {
    color: #fff;
    background-size: 100% 100%;
  }

  .hibiki-submit-btn:hover .submit-label {
    color: #fff;
  }

  .hibiki-submit-btn:hover .line-dot,
  .hibiki-submit-btn:hover .line-dot::after {
    background-color: #fff;
  }
}

.hibiki-submit-btn .loading-label,
.hibiki-submit-btn .submit-spinner {
  display: none;
}

.hibiki-submit-btn .submit-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  border-radius: 50%;
  animation: hibiki-spin 0.8s linear infinite;
}

.hibiki-submit-btn:disabled,
.hibiki-submit-btn.is-loading {
  cursor: not-allowed;
  color: #444;
  border-color: #b8b8b8;
  background-color: #f3f3f3;
  background-image: none;
}

.hibiki-submit-btn:disabled:hover,
.hibiki-submit-btn.is-loading:hover {
  color: #444;
  background-size: 0% 100%;
}

.hibiki-submit-btn:disabled .submit-label,
.hibiki-submit-btn.is-loading .submit-label {
  color: #444;
}

.hibiki-submit-btn:disabled .line-dot,
.hibiki-submit-btn:disabled .line-dot::after,
.hibiki-submit-btn.is-loading .line-dot,
.hibiki-submit-btn.is-loading .line-dot::after {
  background-color: #7f7f7f;
}

.hibiki-submit-btn.is-loading .submit-label,
.hibiki-submit-btn:disabled .submit-label {
  display: none;
}

.hibiki-submit-btn.is-loading .loading-label,
.hibiki-submit-btn:disabled .loading-label {
  display: inline;
}

.hibiki-submit-btn.is-loading .submit-spinner,
.hibiki-submit-btn:disabled .submit-spinner {
  display: inline-block;
}

.hibiki-submit-btn.is-loading .line-dot,
.hibiki-submit-btn:disabled .line-dot {
  opacity: 0.7;
}

.is-submitting {
  pointer-events: none;
}

.is-submitting .hibiki-submit-btn {
  pointer-events: auto;
}

@keyframes hibiki-spin {
  to {
    transform: rotate(360deg);
  }
}

.ext-pad {
  padding: 0px 120px;
}

.thanks-section h2 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1.4;
}

.thanks-content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
}

.hibiki-thanks-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 18px 60px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  min-width: 320px;

  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
}

.hibiki-thanks-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 0;
}

.hibiki-thanks-btn > * {
  position: relative;
  z-index: 1;
}

.hibiki-thanks-btn:hover::before {
  transform: scaleX(1);
}

.hibiki-thanks-btn:hover {
  color: #fff;
}

.hibiki-thanks-btn .btn-line-dot {
  width: 50px;
  height: 2px;
  background-color: #000;
  position: relative;
  margin-left: 30px;
  transition: background-color 0.3s ease;
}

.hibiki-thanks-btn .btn-line-dot::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.hibiki-thanks-btn:hover .btn-line-dot,
.hibiki-thanks-btn:hover .btn-line-dot::after {
  background-color: #fff;
}

.privacy-block h2 {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.privacy-block hr {
  margin-top: 0.5rem;
  border-width: 1px;
}

.privacy-block p,
.privacy-block li {
  color: #333;
}

.ga-links a {
  text-decoration: underline;
  word-break: break-all;
}

.flow-header h1 {
  line-height: 1;
  font-size: clamp(3rem, 8vw, 4.5rem);
}

.flow-header span {
  color: #000;
  letter-spacing: 0.05em;
}

hr {
  border: 0;
  border-top: 1px solid #000;
}

.faq-header .display-4 {
  line-height: 1;
}

.category-line {
  width: 30px;
  height: 1px;
  background-color: #000;
}

.hibiki-faq .accordion-button {
  color: #000;
  font-size: 1rem;
  box-shadow: none !important;
}

.hibiki-faq .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 1.5rem;
  font-weight: 300;
  transform: none;
}

.hibiki-faq .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: none;
}

.faq-q-icon,
.faq-a-icon {
  font-size: 1.9rem;
  font-family: "Anton", sans-serif;
}

.faq-a-icon {
  color: #fff;
}

.hibiki-faq .accordion-body {
  border-radius: 0;
}

.hibiki-faq .accordion-item {
  border-radius: 4px;
  overflow: hidden;
}

.value-card {
  border: 1px solid #eeeeee !important;
  background-color: #ffffff;
  transition: all 0.3s ease;
  /* min-height: 325px; */
}

.value-num {
  font-family: "Oswald", sans-serif;
  color: #eeeeee;
  line-height: 1;
}

.value-card h3 {
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.method-label-box {
  display: inline-block;
  border: 2px solid #000;
  padding: 5px 20px;
}

.method-heading h2 {
  font-size: clamp(1.8rem, 5vw, 3rem);
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.method-description p {
  font-size: 1.05rem;
  line-height: 2;
  color: #333;
}

.method-pillars h3 {
  letter-spacing: 0.02em;
  word-spacing: 0.1em;
}

.profile-image-container .branding-watermark {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80%;
  opacity: 0.05;
  z-index: 0;
}

.profile-portrait {
  z-index: 1;
}

.btn-blog-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 8px 15px;
  text-decoration: none;
  color: #000;
  font-size: 0.85rem;
  font-weight: bold;
  transition: 0.3s;
}

.btn-blog-pill:hover {
  background-color: #f4f4f4;
  border-color: #000;
}

.social-icon-round {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.social-icon-round img {
  display: block;
  object-fit: contain;
}

.company-data-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.company-row {
  transition: background-color 0.3s ease;
}

.company-label {
  width: 150px;
  margin-left: 40px;
  flex-shrink: 0;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
}

.company-accent {
  width: 1px;
  height: 20px;
  background-color: #d84b2a;
  margin: 0 40px;
  flex-shrink: 0;
}

.company-value {
  font-size: 0.9rem;
  color: #000;
}

.company-row:last-child {
  border-bottom: 2px solid #000 !important;
}

.company-row:last-child .company-accent {
  height: 100%;
  min-height: 330px;
}

.award-headline h2 {
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.award-item img {
  /* max-width: 140px; */
  margin: 0 auto;
}

.pillar-box {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  cursor: pointer;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.pillar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.pillar-box:hover img {
  transform: scale(1.1);
}

.pillar-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pillar-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pillar-box:hover::after {
  opacity: 1;
}

.placeholder-content {
  color: #999999;
}
.placeholder-content h3 {
  line-height: 1;
}

.pillar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.pillar-box img ~ .placeholder-content {
  display: none;
}

.head-bold {
  font-weight: 700;
}

.anton {
  font-family: "Anton", sans-serif;
  letter-spacing: 6px;
  font-weight: 400;
  font-size: 3.5rem;
}

.anton-footer {
  font-family: "Anton", sans-serif;
  letter-spacing: 6px;
  font-weight: 400;
  font-size: 1.3rem;
}

.anton2 {
  font-family: "Anton", sans-serif;
  letter-spacing: 6px;
  font-weight: 400;
  font-size: 4rem;
}

.big-disp-head {
  font-size: 1.5rem;
}

.custom-number,
.numb-text {
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  color: #d9d9d9;
}

.custom-number {
  font-size: 1.5rem;
}
.numb-text {
  font-size: 2rem;
}

.contact-img-text{
  font-size: 1.3rem;
  line-height: 1.6;
  position: relative;
  bottom: 15px;
}

.rec-about-header h1 {
  line-height: 1;
}
.rec-catchphrase h2 {
  letter-spacing: 0.02em;
}
.rec-description p {
  text-align: justify;
}

.outer-parent {
  padding-right: 60px;
}

.appeals-header h2 {
  letter-spacing: 0.05em;
}

.appeal-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.appeal-item h3 {
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.accent-bar-black {
  width: 4px;
  height: 24px;
  background-color: #000;
}

.support-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.support-card img {
  height: 240px;
  object-fit: cover;
}

.support-card h4 {
  letter-spacing: 0.05em;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.candidate-profile-list .bg-black {
  border-radius: 2px;
  transition: transform 0.2s ease;
}

.candidate-profile-list h3 {
  letter-spacing: 0.05em;
}
.candidate-note {
  font-size: 1rem;
}

#job-tab .nav-link {
  background-color: #fff;
  color: #000;
}

#job-tab .nav-link.active {
  background-color: #000 !important;
  color: #fff !important;
}

.job-row {
  margin: 0;
  padding-top: 0px !important;
  border-top: 1px solid #e0e0e0;
}

.label-col {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.label-col::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #d84b2a;
}

.value-col {
  padding-top: 2rem;
  padding-bottom: 1rem;
  line-height: 1.8;
}

.hibiki-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 15px 80px;
  text-decoration: none;
  color: #000;
  font-weight: bold;

  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
}

.hibiki-apply-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 0;
}

.hibiki-apply-btn > * {
  position: relative;
  z-index: 1;
}

.hibiki-apply-btn:hover::before {
  transform: scaleX(1);
}

.hibiki-apply-btn:hover {
  color: #fff;
}

.hibiki-apply-btn .btn-line-dot {
  width: 40px;
  height: 2px;
  background-color: #000;
  position: relative;
  margin-left: 30px;
  transition: background-color 0.3s ease;
}

.hibiki-apply-btn .btn-line-dot::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.hibiki-apply-btn:hover .btn-line-dot,
.hibiki-apply-btn:hover .btn-line-dot::after {
  background-color: #fff;
}

.menu-header h1 {
  line-height: 1;
}
.menu-header p.small {
  letter-spacing: 0.05em;
}

.menu-pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border: 1px solid #000;
  border-radius: 50px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  background-color: #fff;
  width: 280px;
  text-align: center;
}

.menu-pill-btn:hover {
  background-color: #000;
  color: #fff;
}

.dot-accent {
  width: 8px;
  height: 8px;
  background-color: #d84b2a;
  border-radius: 50%;
  display: inline-block;
}

.feature-num {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  color: #e0e0e0;
  font-weight: bold;
  line-height: 1;
}

.price-card {
  border-radius: 8px;
  overflow: hidden;
}

.price-card p.small {
  line-height: 1.6;
  min-height: 3.2em;
}

.price-amount span.h2 {
  font-size: 2.2rem;
  letter-spacing: 0.02em;
}

.campaign-pill-btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 12px 40px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;

  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
}

.campaign-pill-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 0;
}

.campaign-pill-btn > * {
  position: relative;
  z-index: 1;
}

.campaign-pill-btn:hover::before {
  transform: scaleX(1);
}

.campaign-pill-btn:hover {
  color: #ffffff;
}

.campaign-pill-btn .btn-journey-dot {
  background-color: #000;
  transition: background-color 0.3s ease;
}

/* Base line + dot */
.btn-journey-dot,
.header-journey-graphic {
  width: 40px;
  height: 2px;
  background-color: #000;
  position: relative;
  transition: background-color 0.3s ease;
}

.btn-journey-dot {
  margin-left: 15px;
}

/* Dot */
.btn-journey-dot::after,
.header-journey-graphic::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

/* When button background becomes black */
button:hover .btn-journey-dot,
button:hover .btn-journey-dot::after,
a:hover .btn-journey-dot,
a:hover .btn-journey-dot::after {
  background-color: #fff;
}

.responsive-padding {
  padding-left: clamp(4px, 1vw, 16px);
  padding-right: clamp(4px, 1vw, 16px);
}

.tier-row {
  transition: background-color 0.2s ease;
  padding: 30px 24px !important;
}
.tier-row:hover,
.price-table-container .row:hover {
  background-color: #fdfdfd;
}

.tier-row .fw-bold {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}

.tier-row small,
.x-small {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.6;
}

.bg-custom {
  background-color: #f4f4f4ad;
}

.price-table-container .h5 {
  letter-spacing: 0.05em;
}

.recommend-course-card {
  transition: box-shadow 0.3s ease;
}

.recommend-course-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.recommend-course-card .price-amount span.h2 {
  font-size: 2rem;
  letter-spacing: 0.02em;
}

/* Base button style */
.btn-online-reserve,
.btn-secondary-menu {
  display: inline-flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 18px 25px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: bold;

  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
}

/* Secondary menu spacing */
.btn-secondary-menu {
  padding: 18px 40px;
  margin-top: 1rem;
}

/* Sliding black layer */
.btn-online-reserve::before,
.btn-secondary-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 0;
}

/* Keep content above sliding layer */
.btn-online-reserve > *,
.btn-secondary-menu > * {
  position: relative;
  z-index: 1;
}

/* Hover animation */
.btn-online-reserve:hover::before,
.btn-secondary-menu:hover::before {
  transform: scaleX(1);
}

.btn-online-reserve:hover,
.btn-secondary-menu:hover {
  color: #fff;
}
.btn-journey-dot {
  width: 40px;
  height: 2px;
  background-color: #000;
  position: relative;
  margin-left: 15px;
}

.btn-journey-dot::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
}

.badge-label {
  position: absolute;
  top: 15px;
  padding: 4px 15px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: bold;
  z-index: 2;
}

.label-before {
  left: 15px;
  background-color: #fff;
  color: #000;
}

.label-after {
  right: 15px;
  background-color: #ff4d4d;
  color: #fff;
}

.result-data-box {
  border-radius: 2px;
  padding: 10px 62px !important;
}

.testimonial-text p {
  font-size: 0.75rem;
  color: #666;
}

.staff-card {
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.staff-img-wrapper {
  background-color: #f8f8f8;
}

.staff-bg-logo {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background-image: url("../assets/images/logo-faint.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.1;
  z-index: 1;
}

.staff-card img {
  position: relative;
  z-index: 2;
}

.text-accent-red {
  color: #ea3700 !important;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.card-journey-dot {
  width: 40px;
  height: 2px;
  background-color: #000;
  position: relative;
  margin-left: auto;
}

.card-journey-dot::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
}

.btn-staff-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 12px 45px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9rem;

  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
}

/* sliding background */
.btn-staff-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 0;
}

/* keep text/content above fill */
.btn-staff-pill > * {
  position: relative;
  z-index: 1;
}

/* hover animation */
.btn-staff-pill:hover::before {
  transform: scaleX(1);
}

.btn-staff-pill:hover {
  color: #fff;
}

.dot-accent {
  width: 8px;
  height: 8px;
  background-color: #d84b2a;
  border-radius: 50%;
}

.access-grid .row {
  margin: 0;
}

.dot-indicator {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
}

.dot-indicator.active {
  background-color: #000;
}

.x-small {
  font-size: 0.75rem;
  line-height: 1.6;
}

.dot-accent {
  width: 8px;
  height: 8px;
  background-color: #d84b2a;
  border-radius: 50%;
}

.exp-card {
  width: 100%;
  max-width: 500px;
  height: 180px;
}

.exp-img {
  width: 40%;
}

.exp-img img {
  object-fit: cover;
}

.exp-content {
  width: 60%;
}

.exp-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(225deg, #d84b2a 50%, transparent 50%);
  color: #fff;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 8px;
  text-align: right;
  font-size: 1.1rem;
  z-index: 2;
}

.exp-tag {
  font-size: 1.8rem;
}

.nav-mobile-icon {
  display: block;
  transition: opacity 0.2s ease;
}

.nav-mobile-icon:hover {
  opacity: 0.8;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.hamburger-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 18px;
}

.hamburger-lines span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
  border-radius: 2px;
}

.set-menu-banner {
  background-color: #fff;
}

.text-accent-red {
  color: #ea3700 !important;
}

.btn-journey-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 15px 40px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
  transition: background 0.3s ease;
  min-width: 320px;
}

.btn-journey-pill:hover {
  background-color: #f8f8f8;
}

.btn-line-dot {
  width: 40px;
  height: 2px;
  background-color: #000;
  position: relative;
  margin-left: 15px;
}

.btn-line-dot::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #000;
  border-radius: 50%;
}

.cust-margin {
  margin-bottom: 80px;
}
.about-hero-wrapper {
  position: relative;
}

.about-hero-overlay {
  position: absolute;
  left: 0;
  bottom: 30px;
  max-width: 90%;
  padding-left: 1rem;
}

/* Fluid font scaling */
.about-hero-overlay h2 {
  font-size: clamp(1.35rem, 3.5vw, 2.7rem);
}
/* Big 7 styling */
.big-seven {
  /* position: absolute; */
  top: 40%;
  left: 15px;
  /* transform: translate(-20%, -50%); */
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: 1;
  color: red;
  -webkit-text-stroke: 2px white;
  pointer-events: none;
}

.menu-container-btn {
  /* Adjust this width based on your design needs */
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;

  /* Ensures buttons start from the left inside the centered box */
  justify-content: flex-start;
}

.big {
  font-size: 1.7rem !important;
}

.rec-2 {
  font-size: 2rem !important;
}

.custom-dropdown {
  background-color: #000;
  border: none;
  padding: 20px;
  min-width: 220px;
}

.custom-dropdown .dropdown-item {
  color: #fff;
  font-weight: normal;
  padding: 10px 15px;
  position: relative;
}

.custom-dropdown .dropdown-item::before {
  content: "•";
  color: #ff3c00;
  margin-right: 10px;
}

.custom-dropdown .dropdown-item:hover {
  background-color: transparent;
  color: #ff3c00;
}

section[id] {
  scroll-margin-top: 100px;
}

.reservation-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.phone-reserve-box .display-4 {
  font-size: 3.5rem;
  line-height: 1;
}

.btn-online-booking-pill {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  background-color: #ea3700;
  border-radius: 50px;
  padding: 18px 60px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
  min-width: 580px;
}

.btn-online-booking-pill:hover {
  background-color: rgb(223, 64, 29);
  color: #fff;
  transform: translateY(-2px);
}

.btn-line-dot-white {
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: relative;
  margin-left: 25px;
}

.btn-line-dot-white::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
}

.reservation-footer .container {
  position: relative;
  background-color: #000;
}

.reservation-footer .container::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid white;
  pointer-events: none;
}

.centaur-text {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
}

.inter-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: normal; /* "Medium" = 500 weight */
}

.x-small {
  font-size: 0.75rem;
}

@media (max-width: 991px) {
  .phone-reserve-box .display-4 {
    font-size: 2.2rem;
  }
  .btn-online-booking-pill {
    min-width: 90%;
    padding: 15px 30px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .hero-subtext h2 {
    font-size: 2.5rem;
  }
  .side-cta-buttons {
    display: none !important;
  }

  .big {
    font-size: 1.4rem !important;
  }

  .result-data-box {
    border-radius: 2px;
    padding: 2px 10px !important;
  }

  .rec-2 {
    font-size: 1.5rem !important;
  }

  .location-overlap-img {
    margin-bottom: -50px;
  }
  .news-item p {
    font-size: 0.8rem;
  }
  .grey-box-hero {
    aspect-ratio: 16 / 9;
  }
  .ext-pad {
    padding: 0px 20px !important;
  }
  .hibiki-thanks-btn {
    width: 100%;
    max-width: 350px;
  }
  .faq-pad {
    padding: 0px 5px;
  }
  .privacy-section {
    padding-top: 2rem !important;
  }
  .method-heading .display-5 {
    font-size: 1.8rem;
  }
  .method-pillars h3 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .representative-signature {
    align-items: center !important;
    text-align: center;
  }
  .company-row {
    flex-direction: row;
    align-items: flex-start !important;
  }
  .company-accent {
    display: none;
  }
  .company-label {
    margin-bottom: 8px;
  }
  .award-headline h2 {
    font-size: 1.25rem;
  }
  .text-accent-red {
    font-size: 1.4rem;
  }
  .about-hero-overlay {
    top: 112px;
    left: 0;
  }
  .pillar-box {
    min-height: 170px;
  }
  .appeals-header h2 {
    font-size: 1.25rem;
  }
  .message-body {
    gap: 5px;
  }
  .support-card img {
    height: 220px;
  }
  .menu-nav-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .menu-pill-btn {
    width: 100%;
    max-width: 320px;
  }
  .recommend-course-card .row {
    text-align: center;
  }
  .recommend-course-card .pe-4 {
    text-align: center !important;
    padding-bottom: 2rem !important;
  }
  .col-staggered-down {
    transform: translateY(40px);
  }
  .staggered-grid {
    align-items: start;
  }
  .side-cta-wrapper,
  .amenity-card {
    margin-bottom: 2rem;
  }
  .side-cta-wrapper {
    display: none !important;
  }
  .staggered-grid div[class*="col-"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 2rem;
  }
  .row > div {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
  .anton {
    font-size: 2.5rem;
  }
  .anton2 {
    font-size: 2.5rem;
  }
  .big-disp-head {
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .about-grey-bg {
    width: 100%;
    height: 100%;
  }

  .btn-journey-pill {
    width: 100%;
    min-width: unset;
  }

  .numb-big {
    font-size: 1.5rem !important;
  }

  .numb-bigs {
    font-size: 1.4rem !important;
  }

  .about-label-container {
    display: none;
  }
  .need-card p {
    font-size: 0.9rem;
  }
  .point-img-wrapper img {
    height: 300px;
  }
  .staff-header {
    justify-content: center;
  }
  .staff-description {
    text-align: center;
  }
  .staff-description p,
  .hibiki-pill-btn {
    margin: 0 auto;
  }
  .hibiki-pill-btn {
    display: flex;
  }
  .rec-about-header h1 {
    font-size: 2.5rem;
  }
  .rec-catchphrase h2 {
    font-size: 1.5rem;
  }
  .outer-parent {
    padding-right: 0px;
  }
  .candidate-profile-list {
    margin-top: 2rem;
  }
  .map-wrapper {
    height: 250px !important;
  }
  .side-cta-wrapper {
    display: none !important;
  }
  .navbar-brand img {
    height: 40px;
  }
}

.pt-6 {
  padding-top: 5rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.letter-spacing-md {
  letter-spacing: 2px;
}
/* .text-red-300 {
  color: #ff0303;
}
. {
  color: #ff0000;
} */

@media (min-width: 768px) {
  .letter-spacing-md {
    letter-spacing: 5px;
  }
}

.small,
small {
  font-size: 16px;
}

@media (min-width: 768px) {
  .py-md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (max-width: 1200px) {
  .menu-slider {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* keeps menu aligned to toggle */
  }
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .about-hero-overlay {
    bottom: 15px;
  }

  .big-seven {
    /* position: relative; */
    transform: none;
    margin-right: 5px;
    font-size: 2rem;
    left: 5px;
  }

  .about-hero-overlay h2 {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .flow-header h1 {
    font-size: 2.5rem;
  }
  .flow-header span {
    font-size: 1rem;
  }

  .amenity-img-wrapper img {
    aspect-ratio: auto !important;
  }

  .amenity-content h4 {
    text-align: center;
  }

  .amenity-content p {
    text-align: center;
  }

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

  .custom-break {
    font-size: 24px;
  }
  .exp-card {
    height: auto;
  }
  .mob-pad {
    padding-bottom: 0 !important;
  }
}