@charset "UTF-8";
/*
Theme Name: 00-FG-v2404
Description: Furuya Garden WordPress Theme v2404 - Modern Build
Version: 1.1.0
*/
:root {
  --color-primary: #00a0e9;
  --color-secondary: #10B981;
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-danger: #ef4444;
  --color-info: #3b82f6;
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-gray-800: #1f2937;
  --color-gray-900: #111827;
  --transition-fast: 0.15s ease;
  --transition-base: 0.2s ease;
  --transition-slow: 0.3s ease;
  --transition-slower: 0.5s ease;
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 4rem;
  --border-radius-sm: 0.25rem;
  --border-radius: 0.375rem;
  --border-radius-md: 0.5rem;
  --border-radius-lg: 0.75rem;
  --border-radius-xl: 1rem;
  --border-radius-full: 9999px;
  --z-dropdown: 1000;
  --z-fixed: 1030;
  --z-modal: 16001;
  --z-mobile-menu: 15000;
  --z-fixed-box: 9000;
  --form-input-height: 44px;
  --form-input-padding-x: 1rem;
  --form-input-padding-y: 0.75rem;
}

/*
Theme Name: 00-FG-v2404
Description: Furuya Garden WordPress Theme v2404 - Modern Build
Version: 1.1.0
*/
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
Theme Name: 00-FG-v2404
Description: Furuya Garden WordPress Theme v2404 - Modern Build
Version: 1.1.0
*/
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-display: swap;
  text-rendering: optimizeSpeed;
  font-variation-settings: normal;
}

body {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #1f2937;
}

.hero-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  height: auto;
  contain: layout paint style;
}
@media (min-width: 769px) {
  .hero-wrapper {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .hero-wrapper {
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: 100vw !important;
    width: 100vw !important;
    margin-top: 1rem !important;
    margin-bottom: 2.5rem !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
}

.hero-content {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero-content {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.hero-image-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .hero-image-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }
}

.hero-main-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: transparent;
}
@media (max-width: 768px) {
  .hero-main-image {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}

.hero-image-wrapper {
  aspect-ratio: 2/1 !important;
}
@media (max-width: 768px) {
  .hero-image-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    aspect-ratio: 2/1 !important;
  }
  .hero-wrapper .hero-slider-container .hero-slider .swiper-slide .hero-image-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    aspect-ratio: 2/1 !important;
  }
}

.hero-slider-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  contain: layout paint style;
  position: relative !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transition: none !important;
  will-change: auto !important;
  background-color: transparent;
}

@media (max-width: 768px) {
  .hero-slider-container {
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: 100vw !important;
    width: 100vw !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
}
.hero-slider {
  height: 100%;
  width: 100% !important;
  contain: layout paint;
  position: relative !important;
  overflow: hidden !important;
}
@media (max-width: 768px) {
  .hero-slider {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
    left: 0 !important;
    right: 0 !important;
  }
}
.hero-slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-direction: row;
  transform: none;
}
.hero-slider:not(.swiper-initialized) .swiper-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.hero-slider:not(.swiper-initialized) .swiper-slide:first-child {
  opacity: 1;
  z-index: 2;
}

.hero-slider .swiper-wrapper {
  height: 100%;
}

.hero-slider .swiper-slide {
  height: 100%; /* 親要素に追従 */
}
@media (max-width: 768px) {
  .hero-slider .swiper-slide {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.site-header {
  background: white;
  padding: 0.5rem 0;
}

.site-header .container {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  padding: 0 !important;
  min-height: 50px !important;
  position: relative !important;
  width: 100% !important;
}

.logo-container {
  position: absolute !important;
  left: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 180px;
  max-height: 50px;
  overflow: hidden;
  transition: none !important;
}
.logo-container a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
       user-select: none !important;
  line-height: 1;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}
.logo-container a:hover, .logo-container a:focus, .logo-container a:active, .logo-container a:visited {
  transform: none !important;
  transition: none !important;
  animation: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.logo-container img {
  width: auto !important;
  height: 28px !important;
  max-width: 160px !important;
  max-height: 28px !important;
  min-height: 28px !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
       user-select: none !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  will-change: auto !important;
  flex-shrink: 0;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: left center !important;
     object-position: left center !important;
}
.logo-container img:hover, .logo-container img:focus, .logo-container img:active, .logo-container img:visited {
  width: auto !important;
  height: 28px !important;
  max-width: 160px !important;
  max-height: 28px !important;
  min-height: 28px !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  will-change: auto !important;
}

.site-navigation {
  margin-right: 20px;
  list-style: none;
}

.site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-navigation li {
  position: relative;
}

.site-navigation a {
  display: block;
  padding: var(--spacing-sm) 0;
  color: var(--color-gray-800);
  text-decoration: none;
}

#masthead .site-navigation.hidden {
  display: none;
}

@media (min-width: 1024px) {
  #masthead .site-navigation.hidden.lg\:block,
  #masthead .site-navigation.lg\:block,
  #masthead nav.site-navigation.hidden.lg\:block,
  #masthead nav.site-navigation.lg\:block {
    display: block;
    margin-right: var(--spacing-lg);
    opacity: 1;
    visibility: visible;
  }
  #masthead .site-navigation ul.primary-menu,
  #masthead nav.site-navigation ul.primary-menu,
  #masthead .site-navigation.hidden ul.primary-menu,
  #masthead .site-navigation.lg\:block ul.primary-menu {
    display: flex;
    gap: var(--spacing-lg);
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-navigation ul {
    display: flex;
    gap: var(--spacing-lg);
  }
  .site-navigation a {
    padding: var(--spacing-sm) 0;
    color: var(--color-gray-800);
    text-decoration: none;
  }
  .site-navigation a:hover {
    color: var(--color-info);
  }
}
@media screen and (max-width: 1023.98px) {
  #masthead .site-navigation.hidden {
    display: none;
  }
  .site-navigation ul.primary-menu {
    display: none;
  }
}
#menu-toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  width: 36px;
  height: 36px;
  z-index: 1200;
  display: none;
  transition: transform 0.3s ease;
}

#menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #374151;
  margin: 4px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

#menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

#menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

#menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

@media screen and (max-width: 1023.98px) {
  #menu-toggle.lg\:hidden {
    display: flex !important;
  }
  #menu-toggle.menu-btn--floating.lg\:hidden {
    display: flex !important;
    position: fixed !important;
    visibility: visible !important;
    z-index: 9999999 !important;
  }
}
@media (min-width: 1024px) {
  #menu-toggle.lg\:hidden {
    display: none !important;
  }
  #menu-toggle.menu-btn--floating.lg\:hidden {
    display: flex !important;
    position: fixed !important;
    visibility: visible !important;
    z-index: 9999999 !important;
  }
}
#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1100;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.5s, background-color 0.5s ease;
  pointer-events: none;
}

#mobile-menu.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear, background-color 0.5s ease;
  pointer-events: auto;
}

#mobile-nav-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 20px;
  transform: translate3d(0, 20px, 0) scale(0.95);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#mobile-menu.active #mobile-nav-container {
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

#mobile-menu #mobile-nav-container .site-navigation {
  display: block;
  margin: 0;
  padding: 0;
}

#mobile-menu #mobile-nav-container .site-navigation.hidden,
#mobile-menu #mobile-nav-container .site-navigation,
#mobile-menu #mobile-nav-container nav {
  display: block;
  visibility: visible;
  opacity: 1;
}

#mobile-menu #mobile-nav-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
  flex-direction: column;
  gap: 0;
}

#mobile-nav-container li {
  margin: 1rem 0;
}

#mobile-nav-container a {
  display: block;
  padding: 1rem 2rem;
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease;
}

#mobile-nav-container a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  width: 100%;
}

.featured-section {
  margin-bottom: 1rem;
  padding: 1rem 0;
  contain: layout paint;
  position: relative;
}
@media (max-width: 768px) {
  .featured-section {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0.75rem 0;
    margin-bottom: 0.75rem;
    position: relative !important;
  }
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  overflow: hidden;
  contain: layout paint;
}
@media (max-width: 768px) {
  .featured-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    grid-auto-rows: auto;
  }
}

.featured-container {
  max-width: 100%;
}
@media (max-width: 768px) {
  .featured-container {
    max-width: 100%;
    padding: 0 0.75rem;
    margin: 0;
  }
}

.featured-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 1rem;
  overflow: hidden;
  contain: layout paint;
  aspect-ratio: 2/1;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  will-change: auto;
}
.featured-card:hover, .featured-card:focus, .featured-card:active {
  width: 100%;
  height: auto;
  transform: scale(1);
}

.featured-card-inner {
  position: relative;
  background: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.featured-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 2/1;
  display: block;
  padding: 0.5rem;
  flex-shrink: 0;
  -o-object-position: center;
     object-position: center;
  will-change: auto;
}
.featured-image:hover, .featured-image:focus, .featured-image:active {
  width: 100%;
  height: auto;
  transform: none;
  transition: none;
}

.services-section {
  margin-bottom: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  contain: layout paint;
  position: relative;
}
@media (max-width: 768px) {
  .services-section {
    padding-top: 0.25rem;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
  width: 100%;
  grid-auto-rows: auto;
  contain: layout paint;
}
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .services-grid {
    gap: 0.75rem;
  }
}

.service-card {
  background: white;
  border-radius: 1rem;
  padding: 1.2rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #f3f4f6;
  contain: layout paint;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
}

.swiper-slide {
  height: auto !important;
  display: block !important;
  min-height: unset !important;
}

.swiper-wrapper {
  align-items: stretch;
}

.blog-slider {
  padding: 0 40px;
}

.blog-slider .swiper-slide {
  height: auto !important;
  min-height: unset !important;
}

.front-page .latest-posts-section .swiper {
  height: auto !important;
}

.front-page .latest-posts-section .swiper-slide {
  height: auto !important;
  min-height: unset !important;
  max-height: 300px;
}

.front-page .latest-posts-section .card {
  height: auto;
  max-height: 280px;
  display: flex;
  flex-direction: column;
}

.latest-posts-section .card-content {
  padding: 1rem;
  flex-grow: 1;
  overflow: hidden;
}

.card {
  height: auto;
  min-height: unset;
  background: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card-image {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.card-content {
  padding: 1rem;
}

.card-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  color: #1f2937;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-excerpt {
  font-size: 0.8rem;
  color: #6b7280;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-meta {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: auto;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.w-full {
  width: 100%;
}

.relative {
  position: relative;
}

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

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

.text-white {
  color: #fff;
}

.bg-white {
  background: #fff;
}

.p-4 {
  padding: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.rounded {
  border-radius: 0.5rem;
}

/* スクリーンリーダー専用クラス（完全非表示・堅牢版） */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  background: transparent !important;
  color: transparent !important;
  /* モダンブラウザ対応 */
  clip-path: inset(50%) !important;
}

div.content-sections,
.content-sections {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.75rem;
  position: relative;
  display: block;
}
@media (min-width: 769px) {
  div.content-sections,
  .content-sections {
    margin-top: 3rem !important;
  }
}
@media (max-width: 768px) {
  div.content-sections,
  .content-sections {
    max-width: 100vw !important;
    width: 100vw !important;
    padding: 0 !important;
    margin: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    position: relative !important;
    overflow-x: hidden;
  }
}

@media (max-width: 639px) {
  .container {
    max-width: 100% !important;
    width: 100% !important;
    contain: layout paint;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 2rem;
}

.section-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.section-subtitle {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .site-header {
    padding: 0;
  }
  .site-header .container {
    min-height: 60px;
  }
  .card-image {
    height: 180px;
  }
  .featured-grid,
  .services-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
  .featured-image {
    max-height: 160px;
    padding: 1rem;
  }
  .featured-section,
  .services-section {
    margin-bottom: 2rem;
    padding: 1rem 0;
  }
  .latest-posts-section {
    padding: 2rem 0;
  }
  .section-header {
    margin-bottom: 3rem;
  }
  .section-title {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .section-subtitle {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 1023px) {
  .lg\\:hidden:not(#mobile-menu) {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hidden.lg\\:block {
    display: block;
  }
  .lg\\:block {
    display: block;
  }
  .lg\\:hidden {
    display: none;
  }
}
/* メニューが開いている時はロゴを隠す */
body.menu-open header a:first-child {
  visibility: hidden !important;
}

/* メニュー閉じた後のロゴ復元 */
body:not(.menu-open) header a:first-child {
  visibility: visible !important;
}

/* メニュー強制表示時の確実な制御 */
#mobile-menu.force-visible {
  position: fixed !important;
  inset: 0 !important;
  background: white !important;
  z-index: 50 !important;
  display: block !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transition: none !important;
}

/*
Theme Name: 00-FG-v2404
Description: Furuya Garden WordPress Theme v2404 - Modern Build
Version: 1.1.0
*/
.site-header {
  z-index: 50;
}

.dropdown,
.select-dropdown {
  z-index: 1000;
}

.sticky-element {
  z-index: 1020;
}

.fixed-element {
  z-index: 1030;
}

.modal-backdrop {
  z-index: 16000;
}

.modal {
  z-index: 16001;
}

.popover {
  z-index: 1060;
}

.tooltip {
  z-index: 1070;
}

#fixed-box,
.fixed-price-box {
  z-index: 9000 !important;
}

#mobile-menu {
  z-index: 15000 !important;
}

#menu-toggle {
  z-index: 15001 !important;
}

.spinner,
.loading-spinner {
  z-index: 16001;
}

.error-message,
.notification,
.alert {
  z-index: 1060;
}

/*
Z-Index Hierarchy:

Level 1 (1-99): 基本的なページレイアウト要素
├── site-header: 50

Level 2 (1000-1099): UI要素・ナビゲーション
├── dropdown: 1000
├── sticky: 1020
├── fixed: 1030
├── modal-backdrop: 1040
├── modal: 1050
├── popover: 1060
└── tooltip: 1070

Level 3 (9000-15999): アプリケーション固有の重要要素
├── fixed-box: 9000 (見積り金額ボックス)
├── mobile-menu: 15000 (モバイルメニュー - 見積り要素より上位)
└── menu-toggle: 15001 (メニュートグルボタン - 最上位)

Note: !importantは既存のインラインスタイルを上書きするために使用
移植完了後、PHPからスタイルを削除する際に!importantも除去予定
*/
body {
  padding-top: 0;
}
@media (min-width: 1024px) {
  body {
    padding-top: 48px;
  }
}

.page-header .header-subtitle {
  color: #6b7280 !important;
  opacity: 1;
}

header.text-white .text-header-subtitle {
  color: rgba(255, 255, 255, 0.8) !important;
}

header.from-primary h1, header.from-primary h2, header.from-primary h3, header.from-primary h4, header.from-primary h5, header.from-primary h6,
.from-primary h1,
.from-primary h2,
.from-primary h3,
.from-primary h4,
.from-primary h5,
.from-primary h6 {
  color: white !important;
}
header.from-primary .text-header-subtitle,
header.from-primary p,
.from-primary .text-header-subtitle,
.from-primary p {
  color: rgba(255, 255, 255, 0.9) !important;
}
header.from-primary,
.from-primary {
  background: linear-gradient(135deg, #3B82F6, #1E40AF);
}

header.from-primary .text-header-subtitle {
  color: rgba(255, 255, 255, 0.9) !important;
}

.text-header-subtitle {
  color: #4b5563 !important;
}

.bg-white .text-header-subtitle,
.text-gray-800 .text-header-subtitle {
  color: #4b5563 !important;
}

/*
Theme Name: 00-FG-v2404
Description: Furuya Garden WordPress Theme v2404 - Modern Build
Version: 1.1.0
*/
.site-header .container {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header .logo-container {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.site-header .logo-container a {
  display: inline-block;
  outline: none;
  text-decoration: none;
  transition: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.site-header .logo-container a:hover, .site-header .logo-container a:focus, .site-header .logo-container a:active {
  transform: none !important;
  scale: 1 !important;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.site-header .logo-container a img {
  transition: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.site-header .logo-container a img:hover, .site-header .logo-container a img:focus, .site-header .logo-container a img:active {
  transform: none !important;
  scale: 1 !important;
  -webkit-tap-highlight-color: transparent;
}
.site-header .site-navigation {
  margin-right: 20px;
}

@media (min-width: 1024px) {
  .site-header .site-navigation ul.primary-menu {
    display: flex;
    gap: 1.5rem;
  }
}
.site-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-navigation li {
  position: relative;
}
.site-navigation a {
  color: #1f2937;
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
  padding: 0.5rem 0;
}
.site-navigation a:hover {
  color: #00a0e9;
}

@media (min-width: 1024px) {
  .site-navigation ul {
    display: flex;
    gap: 1.5rem;
  }
  .site-navigation li.menu-item-has-children {
    position: relative;
  }
  .site-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
    z-index: 1000;
  }
  .site-navigation .sub-menu li {
    width: 100%;
  }
  .site-navigation .sub-menu a {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f3f4f6;
  }
  .site-navigation li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
#menu-toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 5px;
  transition: all 0.2s ease;
  z-index: 15001 !important;
}
@media screen and (max-width: 1023.98px) {
  #menu-toggle {
    display: flex !important;
  }
}
#menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #00a0e9;
  margin: 3px 0;
  border-radius: 1px;
  position: relative;
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
#menu-toggle.active {
  justify-content: center;
}
#menu-toggle.active span {
  position: absolute;
  margin: 0;
}
#menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
}
#menu-toggle.active span:nth-child(2) {
  transform: scaleX(0);
  opacity: 0;
}
#menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
}

#mobile-menu {
  position: fixed;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 5rem 2rem 2rem;
  opacity: 0;
  visibility: hidden;
  z-index: 15000 !important;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
#mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

#mobile-nav-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  transition: opacity 0.1s ease;
}

@media screen and (max-width: 1023.98px) {
  .site-navigation {
    display: none;
  }
  #mobile-nav-container .site-navigation {
    display: block;
    width: 100%;
    text-align: center;
  }
  #mobile-nav-container .site-navigation ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  #mobile-nav-container .site-navigation a {
    font-size: 1.25rem;
    padding: 0.75rem 0;
  }
  #mobile-nav-container .site-navigation .sub-menu {
    margin-left: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: none;
    width: 100%;
    text-align: center;
  }
  #mobile-nav-container .site-navigation li.menu-item-has-children > a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mobile-nav-container .site-navigation li.menu-item-has-children > a::after {
    content: "+";
    margin-left: 0.5rem;
    font-size: 1.25rem;
    transition: transform 0.2s ease;
    color: #00a0e9;
  }
  #mobile-nav-container .site-navigation li.menu-item-has-children.active > a::after {
    transform: rotate(45deg);
    color: #00a0e9;
  }
  #mobile-nav-container .site-navigation li.menu-item-has-children.active > .sub-menu {
    display: block;
  }
}
body.overflow-hidden {
  overflow: hidden;
}
body.overflow-hidden #fixed-box,
body.overflow-hidden .fixed-price-box {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: -1 !important;
}

/*
Theme Name: 00-FG-v2404
Description: Furuya Garden WordPress Theme v2404 - Modern Build
Version: 1.1.0
*/
.wpcf7-not-valid-tip {
  color: #ef4444;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block !important;
  background: rgba(239, 68, 68, 0.1);
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: none !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.wpcf7-response-output {
  margin: 1rem 0 !important;
  padding: 0.5rem !important;
  border-radius: 0.25rem !important;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(16, 185, 129, 0.1) !important;
  color: #0a7c52 !important;
  border-left: 4px solid #10b981 !important;
}
.wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: rgba(239, 68, 68, 0.1) !important;
  color: #ef4444 !important;
  border: none !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
}
.wpcf7-response-output.hidden-on-postal {
  display: none !important;
}

.wpcf7-turnstile,
.cf-turnstile {
  order: 9999;
  margin: 1.5rem 0 !important;
  width: 100%;
  display: flex;
  justify-content: center;
}
.wpcf7-turnstile > div,
.cf-turnstile > div {
  margin: 0 auto;
}

.wpcf7-not-valid {
  border-color: #ef4444 !important;
  background: rgba(239, 68, 68, 0.05) !important;
}
.wpcf7-not-valid:focus {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
}

.wpcf7-form.invalid .wpcf7-spinner {
  display: none !important;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group + .form-group {
  border-top: 1px solid #f3f4f6;
  padding-top: 1.5rem;
}
.form-group .flex {
  align-items: flex-start;
}
.form-group .flex .spinner {
  margin-top: 0.75rem;
}

.form-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: #374151;
}
@media (max-width: 640px) {
  .form-label {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.label-text {
  flex: 1;
}

.required-badge {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
  font-size: 0.6875rem;
  font-weight: 500;
  padding: 0.125rem 0.375rem;
  border-radius: 0.375rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-left: 0.5rem;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .required-badge {
    margin-left: 0.5rem;
    align-self: center;
  }
}

.form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #d1d5db;
  border-radius: 0.5rem;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  transition: all 0.2s ease;
  min-height: 44px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 640px) {
  .form-input {
    font-size: 1rem !important;
  }
}
.form-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background-color: #ffffff;
}
.form-input:hover {
  border-color: #9ca3af;
}
.form-input::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
.form-input::placeholder {
  color: #9ca3af;
  opacity: 1;
}
.form-input:focus-within {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}
@media (max-width: 640px) {
  .form-input {
    padding: 0.875rem 1rem !important;
  }
}

select.form-input,
select,
.js-fix select,
.q-detail select,
.estimate-form select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #d1d5db;
  border-radius: 0.5rem;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  transition: all 0.2s ease;
  min-height: 44px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 640px) {
  select.form-input,
  select,
  .js-fix select,
  .q-detail select,
  .estimate-form select {
    font-size: 1rem !important;
  }
}
select.form-input:focus,
select:focus,
.js-fix select:focus,
.q-detail select:focus,
.estimate-form select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background-color: #ffffff;
}
select.form-input:hover,
select:hover,
.js-fix select:hover,
.q-detail select:hover,
.estimate-form select:hover {
  border-color: #9ca3af;
}
select.form-input::-moz-placeholder, select::-moz-placeholder, .js-fix select::-moz-placeholder, .q-detail select::-moz-placeholder, .estimate-form select::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
select.form-input::placeholder,
select::placeholder,
.js-fix select::placeholder,
.q-detail select::placeholder,
.estimate-form select::placeholder {
  color: #9ca3af;
  opacity: 1;
}
select.form-input,
select,
.js-fix select,
.q-detail select,
.estimate-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem !important;
  cursor: pointer;
  transition: all 0.2s ease;
}
select.form-input.wpcf7-not-valid, select.form-input[aria-invalid=true],
select.wpcf7-not-valid,
select[aria-invalid=true],
.js-fix select.wpcf7-not-valid,
.js-fix select[aria-invalid=true],
.q-detail select.wpcf7-not-valid,
.q-detail select[aria-invalid=true],
.estimate-form select.wpcf7-not-valid,
.estimate-form select[aria-invalid=true] {
  border-color: #ef4444 !important;
  background-color: rgba(239, 68, 68, 0.05) !important;
}
select.form-input.wpcf7-not-valid:focus, select.form-input[aria-invalid=true]:focus,
select.wpcf7-not-valid:focus,
select[aria-invalid=true]:focus,
.js-fix select.wpcf7-not-valid:focus,
.js-fix select[aria-invalid=true]:focus,
.q-detail select.wpcf7-not-valid:focus,
.q-detail select[aria-invalid=true]:focus,
.estimate-form select.wpcf7-not-valid:focus,
.estimate-form select[aria-invalid=true]:focus {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
}

.wpcf7-form.invalid select:not(.validation-success) {
  border-color: #ef4444 !important;
  background-color: rgba(239, 68, 68, 0.05) !important;
}
.wpcf7-form.invalid select:not(.validation-success):focus {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2) !important;
}

select.validation-success {
  border-color: #d1d5db !important;
  background-color: white !important;
  box-shadow: none !important;
}

textarea,
.js-fix textarea,
.q-detail textarea,
.estimate-form textarea,
textarea[name=customer_request] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #d1d5db;
  border-radius: 0.5rem;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  transition: all 0.2s ease;
  min-height: 44px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 640px) {
  textarea,
  .js-fix textarea,
  .q-detail textarea,
  .estimate-form textarea,
  textarea[name=customer_request] {
    font-size: 1rem !important;
  }
}
textarea:focus,
.js-fix textarea:focus,
.q-detail textarea:focus,
.estimate-form textarea:focus,
textarea[name=customer_request]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  background-color: #ffffff;
}
textarea:hover,
.js-fix textarea:hover,
.q-detail textarea:hover,
.estimate-form textarea:hover,
textarea[name=customer_request]:hover {
  border-color: #9ca3af;
}
textarea::-moz-placeholder, .js-fix textarea::-moz-placeholder, .q-detail textarea::-moz-placeholder, .estimate-form textarea::-moz-placeholder, textarea[name=customer_request]::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}
textarea::placeholder,
.js-fix textarea::placeholder,
.q-detail textarea::placeholder,
.estimate-form textarea::placeholder,
textarea[name=customer_request]::placeholder {
  color: #9ca3af;
  opacity: 1;
}
textarea,
.js-fix textarea,
.q-detail textarea,
.estimate-form textarea,
textarea[name=customer_request] {
  resize: vertical !important;
  min-height: 100px !important;
  line-height: 1.5 !important;
  font-family: inherit !important;
}

@supports selector(:has(*)) {
  div.bg-gray-50:has(label > input[type=checkbox]) {
    border: 2px solid transparent;
  }
  div.bg-gray-50:has(label > input[type=checkbox]):has(input[type=checkbox]:checked) {
    border-color: #00a0e9 !important;
  }
}
.checkbox-container {
  border: 2px solid transparent;
}
.checkbox-container.checked {
  border-color: #00a0e9 !important;
}

label:has(input[type=checkbox]) {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 16px;
  margin: 3px 0;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  color: #374151;
}
label:has(input[type=checkbox]) span {
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.02em;
}
label:has(input[type=checkbox]):has(input:checked) {
  color: #00a0e9;
}
label:has(input[type=checkbox]):has(input:checked) span {
  color: #00a0e9 !important;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  label:has(input[type=checkbox]) {
    padding: 14px 18px;
    min-height: 52px;
  }
  label:has(input[type=checkbox]) span {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
  }
}

.preferred-date-checkboxes > div {
  padding: 1rem;
  border: 1px solid #e5e7eb;
}
.preferred-date-checkboxes > div:has(input[type=checkbox]:checked) {
  border-color: #00a0e9 !important;
  background-color: #f0f7ff;
}

input:not([type=checkbox]):not([type=radio]):not([type=email]):not([type=tel]),
textarea,
select {
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
}

input[type=url],
input[type=tel] {
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: auto;
}

input[type=checkbox],
input[type=radio] {
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
}

#postal-lookup-error {
  color: #ef4444;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 0.375rem;
  display: none;
}
#postal-lookup-error.show {
  display: block;
}

.q-selection-contents-item select:focus,
.q-selection-contents-item input:focus {
  border-color: #4299e1;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

/*
Theme Name: 00-FG-v2404
Description: Furuya Garden WordPress Theme v2404 - Modern Build
Version: 1.1.0
*/
.fixed-price-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9000;
  max-width: 320px;
  width: 100%;
  transition: opacity 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.fixed-price-box.active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 640px) {
  .fixed-price-box {
    bottom: 10px;
    right: 10px;
    max-width: calc(100% - 20px);
  }
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 1rem;
  line-height: 1.25;
  min-height: 44px;
}
.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}
.btn-primary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-primary {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}
.btn-primary:hover:not(:disabled) {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
}
.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-primary {
  min-height: 44px;
}
.btn-primary:disabled {
  background: #9ca3af;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
@media (max-width: 640px) {
  .btn-primary {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 1.125rem;
  }
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 1rem;
  line-height: 1.25;
  min-height: 44px;
}
.btn-secondary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
}
.btn-secondary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-secondary {
  background: linear-gradient(135deg, #10B981, #059669);
  color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}
.btn-secondary:hover:not(:disabled) {
  background: linear-gradient(135deg, #059669, #047857);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
}
.btn-secondary:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-secondary {
  white-space: nowrap;
}
@media (max-width: 640px) {
  .btn-secondary {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
}

.js-fix {
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
.js-fix > * + * {
  margin-top: 2rem;
}
.js-fix h2 {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
.js-fix h2:first-child {
  margin-top: 0;
}
@media (max-width: 640px) {
  .js-fix {
    padding: 1rem 0.75rem;
  }
  .js-fix > * + * {
    margin-top: 1.5rem;
  }
  .js-fix h2 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 641px) {
  .js-fix {
    padding: 3rem 2rem;
  }
  .js-fix > * + * {
    margin-top: 2.5rem;
  }
}

.postal-code-container .flex.items-center.gap-2 {
  min-width: 120px;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 640px) {
  .postal-code-container .flex.items-center.gap-2 {
    min-width: 100px;
  }
}
.postal-code-container #postal-lookup-spinner {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.postal-code-container #postal-lookup-spinner[style*=inline-block] {
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 640px) {
  .postal-code-container #postal-lookup-spinner {
    width: 14px;
    height: 14px;
    margin-left: 3px;
  }
}

.coupon-field {
  position: relative;
  margin-bottom: 1rem;
}
.coupon-field input {
  border: 1px solid #d1d5db;
  transition: border-color 0.2s ease;
}
.coupon-field input.border-green-500 {
  border-color: #10B981;
  background-color: #f0fdf4;
}

#coupon-result {
  min-height: 1.5rem;
  font-weight: 500;
}

#active-coupon-container {
  background-color: #f0fdf4;
  border: 1px solid #10B981;
  border-radius: 0.375rem;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#active-coupon-container.hidden {
  display: none;
}

#active-coupon-name {
  font-weight: 600;
}

.tab-button-outer ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0;
  margin: 0 0 1rem 0;
  list-style-type: none;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .tab-button-outer ul {
    gap: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .tab-button-outer ul {
    gap: 0.5rem;
  }
}
.tab-button-outer .tab-buttons-list {
  width: 100%;
  max-width: 1024px;
  justify-content: space-evenly !important;
  gap: 0.0625rem !important;
}
@media (min-width: 768px) {
  .tab-button-outer .tab-buttons-list {
    gap: 0.125rem !important;
  }
}
@media (min-width: 1024px) {
  .tab-button-outer .tab-buttons-list {
    gap: 0.25rem !important;
  }
}
.tab-button-outer .tab-buttons-list li {
  flex: 1;
  display: flex;
  justify-content: center;
}
.tab-button-outer li {
  margin: 0;
}
@media (max-width: 768px) {
  .tab-button-outer {
    display: none !important;
  }
}

.tab-button {
  display: inline-block;
  padding: 0.75rem 1rem !important;
  text-decoration: none;
  color: #4b5563;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 0;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tab-button {
    font-size: 0.8125rem !important;
    line-height: 1.2 !important;
    padding: 0.5rem 0.75rem !important;
  }
}
@media (min-width: 1024px) {
  .tab-button {
    padding: 0.75rem 1.25rem !important;
    font-size: 0.9375rem !important;
  }
}
.tab-button:hover {
  color: #10B981;
  background: rgba(16, 185, 129, 0.05);
  border-color: rgba(16, 185, 129, 0.3);
  box-shadow: 0 2px 4px rgba(16, 185, 129, 0.1);
}
.tab-button.active {
  color: white;
  background: linear-gradient(135deg, #10B981, #059669);
  border-color: #10B981;
  box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3);
  font-weight: 600;
}

.tab-contents {
  display: none !important;
}
.tab-contents.is_current {
  display: block !important;
  visibility: visible !important;
}
.tab-contents.hidden:not(.is_current) {
  display: none !important;
}

.calendar-container .xo-event-calendar {
  line-height: 1.3;
  max-width: 100%;
  font-size: 0.875rem;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}
.calendar-container .xo-event-calendar .calendars.xo-months {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background-color: #e5e7eb;
}
@media (max-width: 640px) {
  .calendar-container .xo-event-calendar .calendars.xo-months {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.calendar-container .xo-event-calendar .month-title {
  font-size: 1rem !important;
  margin: 0 !important;
  padding: 12px 0 !important;
  font-weight: 600;
  color: #1f2937 !important;
  text-align: center;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
  border-bottom: 1px solid #e2e8f0 !important;
}
.calendar-container .xo-event-calendar table.xo-month {
  width: 100%;
  border-collapse: separate !important;
}
.calendar-container .xo-event-calendar table.xo-month tr.month-event-space {
  display: none !important;
  height: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
}
.calendar-container .xo-event-calendar table.xo-month thead th {
  background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%) !important;
  font-weight: 600;
  color: #374151 !important;
  height: 32px !important;
  padding: 8px 4px !important;
  font-size: 0.75rem !important;
  text-align: center;
  border-right: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
}
.calendar-container .xo-event-calendar table.xo-month thead th:last-child {
  border-right: none !important;
}
.calendar-container .xo-event-calendar table.xo-month tbody {
  display: table-row-group !important;
  visibility: visible !important;
}
.calendar-container .xo-event-calendar table.xo-month tbody tr {
  display: table-row !important;
  visibility: visible !important;
  height: auto !important;
  min-height: 30px !important;
}
.calendar-container .xo-event-calendar table.xo-month td.month-week {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  display: table-cell !important;
  visibility: visible !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  vertical-align: top !important;
  line-height: normal !important;
  overflow: visible !important;
}
.calendar-container .xo-event-calendar table.month-dayname {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  display: table !important;
  visibility: visible !important;
  min-height: 32px !important;
}
.calendar-container .xo-event-calendar table.month-dayname tbody {
  display: table-row-group !important;
  visibility: visible !important;
}
.calendar-container .xo-event-calendar table.month-dayname tr, .calendar-container .xo-event-calendar table.month-dayname tr.dayname {
  display: table-row !important;
  visibility: visible !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
}
.calendar-container .xo-event-calendar table.month-dayname td {
  padding: 1px !important;
  margin: 0 !important;
  border-right: 1px solid #f1f5f9 !important;
  border-bottom: 1px solid #f1f5f9 !important;
  width: 14.2857142857% !important;
  height: 36px !important;
  min-height: 36px !important;
  display: table-cell !important;
  visibility: visible !important;
  vertical-align: middle !important;
  background: white !important;
}
.calendar-container .xo-event-calendar table.month-dayname td:last-child {
  border-right: none !important;
}
.calendar-container .xo-event-calendar table.month-dayname td div {
  width: calc(100% - 2px) !important;
  height: calc(100% - 2px) !important;
  min-height: 32px !important;
  margin: 1px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.8rem !important;
  line-height: 1.2 !important;
  border-radius: 6px !important;
  cursor: pointer;
  visibility: visible !important;
  opacity: 1 !important;
  color: #374151 !important;
  font-weight: 500 !important;
  position: relative;
}
.calendar-container .xo-event-calendar table.month-dayname td div:not([style*=background]) {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
}
.calendar-container .xo-event-calendar table.month-dayname td div:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  z-index: 1;
}
.calendar-container .xo-event-calendar table.month-dayname td div.today {
  font-weight: 700 !important;
  box-shadow: 0 0 0 2px #f59e0b, 0 2px 8px rgba(245, 158, 11, 0.3) !important;
  position: relative;
}
.calendar-container .xo-event-calendar table.month-dayname td div.today:after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 6px;
  height: 6px;
  background: #f59e0b;
  border-radius: 50%;
}
.calendar-container .xo-event-calendar table.month-dayname td div.other-month {
  opacity: 0.5 !important;
  color: #9ca3af !important;
  background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%) !important;
}
.calendar-container .xo-event-calendar table.month-dayname td div:empty {
  background-color: transparent !important;
  cursor: default;
}
.calendar-container .xo-event-calendar .month-dayname-space {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 640px) {
  .calendar-container .xo-event-calendar {
    font-size: 0.8rem;
  }
  .calendar-container .xo-event-calendar table.xo-month thead th {
    height: 32px !important;
    padding: 8px 2px !important;
    font-size: 0.75rem !important;
  }
  .calendar-container .xo-event-calendar table.month-dayname td {
    height: 36px !important;
    min-height: 36px !important;
  }
  .calendar-container .xo-event-calendar table.month-dayname td div {
    min-height: 34px !important;
    font-size: 0.8rem !important;
  }
  .calendar-container .xo-event-calendar .month-title {
    font-size: 0.9rem !important;
    margin-bottom: 0.375rem !important;
  }
}
.calendar-container .holiday-titles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 16px;
  padding: 16px;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}
@media (max-width: 640px) {
  .calendar-container .holiday-titles {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    padding: 12px 10px;
  }
}
.calendar-container .holiday-titles .holiday-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  text-align: left;
  padding: 8px 10px;
  border-radius: 6px;
  background: white;
  border: 1px solid #e5e7eb;
  font-weight: 500;
  color: #374151;
}
@media (max-width: 640px) {
  .calendar-container .holiday-titles .holiday-title {
    padding: 6px 8px;
    font-size: 0.75rem;
    gap: 6px;
  }
}
.calendar-container .holiday-titles .holiday-title span {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .calendar-container .holiday-titles .holiday-title span {
    width: 14px;
    height: 14px;
    border-radius: 3px;
  }
}

.spinner {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #e5e7eb;
  border-top: 2px solid #3b82f6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: inline-block;
  z-index: 16001;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.service-description {
  font-size: 0.875rem;
  color: #4b5563;
  margin-top: 0.5rem;
}

.photo-upload-item {
  margin-bottom: 0;
  position: relative;
}
.photo-upload-item + .photo-upload-item {
  margin-top: 0;
}

.remove-item {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  background: rgba(239, 68, 68, 0.9) !important;
  border: 1px solid rgba(220, 38, 38, 0.8) !important;
  border-radius: 50% !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 0 !important;
  color: white !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  z-index: 10 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}
.remove-item::before {
  content: "×" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: white !important;
}
.remove-item {
  color: transparent !important;
}
.remove-item:hover {
  background: rgb(220, 38, 38) !important;
  border-color: rgb(185, 28, 28) !important;
  transform: scale(1.1) !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4) !important;
}
.remove-item:hover::before {
  color: white !important;
}
.remove-item:active {
  transform: scale(0.9) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}
.remove-item:focus {
  outline: 2px solid rgba(239, 68, 68, 0.6) !important;
  outline-offset: 2px !important;
}
@media (max-width: 640px) {
  .remove-item {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    top: 6px !important;
    right: 6px !important;
  }
  .remove-item::before {
    font-size: 13px !important;
  }
  .remove-item::after {
    content: "" !important;
    position: absolute !important;
    top: -10px !important;
    left: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    border-radius: 50% !important;
    background: transparent !important;
  }
}

.estimate-options-checkboxes,
.preferred-date-checkboxes {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.5rem !important;
}
@media (max-width: 640px) {
  .estimate-options-checkboxes,
  .preferred-date-checkboxes {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.375rem !important;
  }
}
.estimate-options-checkboxes > div,
.preferred-date-checkboxes > div {
  display: flex !important;
}
.estimate-options-checkboxes > div label,
.preferred-date-checkboxes > div label {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
}
@media (max-width: 640px) {
  .estimate-options-checkboxes > div label,
  .preferred-date-checkboxes > div label {
    font-size: 0.875rem;
    padding: 0.75rem;
  }
}

.form-group .grid.grid-cols-1.sm\:grid-cols-2 {
  grid-template-columns: 1fr 1fr !important;
}
@media (max-width: 640px) {
  .form-group .grid.grid-cols-1.sm\:grid-cols-2 {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.75rem !important;
  }
}

@media (max-width: 768px) {
  .grid.grid-cols-2 {
    grid-template-columns: 1fr;
  }
  .grid.grid-cols-2.postal-code-container {
    grid-template-columns: 1fr auto !important;
  }
}
/* 郵便番号フィールドの1行レイアウト強制（モバイル含む） */
.postal-code-container {
  grid-template-columns: 1fr auto !important;
}
@media (max-width: 640px) {
  .postal-code-container {
    grid-template-columns: 1fr auto !important;
    gap: 0.5rem !important;
  }
}

#direct_customer_postal {
  width: 100% !important;
  min-width: 0 !important;
  flex-shrink: 1 !important;
}

#address_lookup {
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  min-width: auto !important;
  padding: 0.625rem 0.75rem !important;
  font-size: 0.75rem !important;
}
@media (max-width: 640px) {
  #address_lookup {
    padding: 0.5rem 0.625rem !important;
    font-size: 0.75rem !important;
  }
  .preferred-date-checkboxes input[value=できるだけ早く] + span {
    font-size: 0.8rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.2 !important;
  }
  .preferred-date-checkboxes label:has(input[value=できるだけ早く]) {
    display: flex !important;
    align-items: center !important;
    gap: 0.375rem !important;
    width: 100% !important;
    min-height: 44px !important;
  }
  .preferred-date-checkboxes label:has(input[value=できるだけ早く]) span {
    flex: 1 !important;
    min-width: 0 !important;
  }
}
@media (max-width: 640px) and (max-width: 375px) {
  .preferred-date-checkboxes input[value=できるだけ早く] + span {
    font-size: 0.75rem !important;
  }
}

/* スタッフ紹介グリッドの専用スタイル - estimate-form.scssの影響を回避 */
@media (max-width: 768px) {
  .staff-grid.grid.grid-cols-2 {
    grid-template-columns: 1fr 1fr !important; /* 2列を強制 */
  }
}
/* フォームラベルの左寄せ強制（フロントページと統一） */
.form-label {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  text-align: left !important;
}

.label-text {
  flex: 1 !important;
  text-align: left !important;
}

.required-badge {
  margin-left: 0.5rem !important;
  flex-shrink: 0 !important;
}

/* ラジオボタンの左右配置スタイル（フロントページと同様） */
.radio-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.75rem !important;
  /* モバイルでも2列を維持 */
}
@media (max-width: 640px) {
  .radio-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.5rem !important;
  }
}

.radio-grid .wpcf7-list-item {
  margin: 0 !important;
  width: 100% !important;
}

/* フロントページと同じAppleスタイルのラジオボタン */
.radio-grid label {
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important; /* 中央寄せ */
  padding: 10px 8px !important; /* より小さなパディング */
  margin: 3px 0 !important;
  border-radius: 8px !important;
  transition: all 0.15s ease !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important; /* 少し小さく */
  color: #374151 !important; /* gray-700 */
  background-color: #f9fafb !important; /* gray-50 */
  border: 2px solid #e5e7eb !important; /* gray-200 */
  min-height: 50px !important; /* 固定高さで正方形に近づける */
  text-align: center !important; /* テキスト中央寄せ */
  /* ホバー効果 */
}
.radio-grid label:hover {
  background-color: #f3f4f6 !important; /* gray-100 */
  border-color: #00a0e9 !important; /* info-color */
}

/* ラジオボタン自体のスタイル */
.radio-grid input[type=radio] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #d1d5db !important; /* gray-300 */
  border-radius: 50% !important;
  background-color: white !important;
  margin-right: 12px !important;
  position: relative !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  transition: all 0.15s ease !important;
}

/* チェック状態のラジオボタン */
.radio-grid input[type=radio]:checked {
  border-color: #00a0e9 !important; /* primary-color */
  background-color: #00a0e9 !important;
  box-shadow: 0 0 0 2px rgba(0, 160, 233, 0.1) !important;
}

/* チェック状態の内側の円 */
.radio-grid input[type=radio]:checked::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background-color: white !important;
}

/* チェック状態のラベルスタイル */
.radio-grid label:has(input[type=radio]:checked) {
  border-color: #00a0e9 !important; /* primary-color */
  background-color: rgba(0, 160, 233, 0.05) !important;
  color: #1f2937 !important; /* gray-800 */
}

/* フォーカス状態 */
.radio-grid input[type=radio]:focus {
  outline: 2px solid #00a0e9 !important;
  outline-offset: 2px !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* モバイル最適化 - 正方形に近い形状にする */
@media (max-width: 640px) {
  .radio-grid {
    gap: 0.375rem !important; /* より詰める */
  }
  .radio-grid label {
    padding: 8px 4px !important; /* 上下のパディングを増やして正方形に */
    font-size: 0.8rem !important; /* 12.8px */
    margin: 1px 0 !important; /* マージンも縮小 */
    border-radius: 8px !important; /* 角丸を統一 */
    min-height: 48px !important; /* 正方形に近づけるため高さ調整 */
    max-height: 52px !important; /* 最大高さも制限 */
    line-height: 1.2 !important; /* 行間調整 */
    flex-direction: column !important; /* 縦並び */
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    aspect-ratio: auto !important; /* アスペクト比をリセット */
  }
  .radio-grid input[type=radio] {
    width: 14px !important; /* 小さく */
    height: 14px !important;
    margin-right: 0 !important; /* 右マージンなし */
    margin-bottom: 4px !important; /* 下に少しマージン */
    /* 強制的に正円を維持 */
    border-radius: 50% !important;
    min-width: 14px !important;
    max-width: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
  }
  .radio-grid input[type=radio]:checked::after {
    width: 5px !important; /* 内側の円も小さく */
    height: 5px !important;
  }
  /* テキスト調整 */
  .radio-grid label span {
    font-size: 0.75rem !important; /* 12px */
    white-space: nowrap !important; /* 改行防止 */
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    line-height: 1.1 !important;
  }
}
/* さらに小さな画面（iPhone SE等）用 */
@media (max-width: 380px) {
  .radio-grid label {
    padding: 6px 8px !important;
    font-size: 0.8rem !important; /* 12.8px */
  }
  .radio-grid label span {
    font-size: 0.75rem !important; /* 12px */
  }
  .radio-grid input[type=radio] {
    width: 14px !important;
    height: 14px !important;
    margin-right: 4px !important;
    /* 強制的に正円を維持（最小画面） */
    border-radius: 50% !important;
    min-width: 14px !important;
    max-width: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
  }
  .radio-grid input[type=radio]:checked::after {
    width: 5px !important;
    height: 5px !important;
  }
}
/*
Theme Name: 00-FG-v2404
Description: Furuya Garden WordPress Theme v2404 - Modern Build
Version: 1.1.0
*/
.blog-slider {
  padding: 0 40px;
}
.blog-slider .swiper-button-next,
.blog-slider .swiper-button-prev {
  color: #10B981;
  font-weight: bold;
}
.blog-slider .swiper-pagination-bullet-active {
  background-color: #10B981;
}
.blog-slider .swiper-pagination {
  position: relative;
  margin-top: 20px;
  bottom: auto;
}
.blog-slider .swiper-slide {
  height: auto;
}
@media (max-width: 640px) {
  .blog-slider {
    padding: 0 20px;
  }
  .blog-slider .swiper-button-next {
    right: 5px;
  }
  .blog-slider .swiper-button-prev {
    left: 5px;
  }
}

.swiper-nav-prev,
.swiper-nav-next {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.swiper-nav-prev svg,
.swiper-nav-next svg {
  display: block !important;
  flex-shrink: 0 !important;
}

.heroSwiper {
  width: 100%;
  max-height: 500px;
  margin-bottom: 2rem;
}
.heroSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroSwiper .swiper-pagination-bullet-active {
  background-color: #10B981;
}

/*
Theme Name: 00-FG-v2404
Description: Furuya Garden WordPress Theme v2404 - Modern Build
Version: 1.1.0
*/
.hero-slider {
  width: 100%;
  height: 100%;
}
.hero-slider .swiper-wrapper {
  height: 100%;
}
.hero-slider .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  background-color: transparent;
}
@media (max-width: 768px) {
  .hero-image-wrapper {
    border-radius: 8px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .hero-image-wrapper {
    margin: 0;
  }
}
.hero-image-wrapper img.hero-main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (max-width: 768px) {
  .hero-image-wrapper img.hero-main-image {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
  }
}

.hero-slide-content {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 1rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .hero-slide-content {
    padding: 0.5rem;
    bottom: 50px;
    font-size: 0.9rem;
  }
}

.hero-slide-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .hero-slide-title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .hero-slide-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  .hero-slide-title {
    font-size: 1.25rem;
  }
}

.hero-pagination {
  position: absolute !important;
  bottom: 20px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  text-align: center !important;
  gap: 12px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hero-pagination {
    bottom: 15px !important;
    gap: 8px;
  }
}
.hero-pagination .hero-bullet {
  pointer-events: auto;
}

.hero-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  display: inline-block;
}
.hero-bullet:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}
.hero-bullet.hero-bullet-active {
  background-color: #00a0e9;
  border-color: white;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .hero-bullet {
    width: 10px;
    height: 10px;
  }
}

.hero-prev,
.hero-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-prev:hover,
.hero-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}
.hero-prev.swiper-button-disabled,
.hero-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.hero-prev::after,
.hero-next::after {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
@media (max-width: 768px) {
  .hero-prev,
  .hero-next {
    width: 40px;
    height: 40px;
  }
  .hero-prev::after,
  .hero-next::after {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .hero-prev,
  .hero-next {
    display: none;
  }
}

.hero-prev {
  left: 20px;
}
@media (max-width: 768px) {
  .hero-prev {
    left: 10px;
  }
}

.hero-next {
  right: 20px;
}
@media (max-width: 768px) {
  .hero-next {
    right: 10px;
  }
}

.hero-slide {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hero-slide.swiper-slide-active {
  opacity: 1;
}
.hero-slide.swiper-slide-active .hero-slide-content {
  animation: fadeInUp 1s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.hero-slider:focus {
  outline: 2px solid #00a0e9;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider .swiper-slide {
    transition: none;
  }
  .hero-slider .hero-slide-content {
    animation: none;
  }
  .hero-slider .hero-bullet,
  .hero-slider .hero-prev,
  .hero-slider .hero-next {
    transition: none;
  }
}
.hero-slider {
  will-change: transform;
}
.hero-slider .swiper-slide {
  backface-visibility: hidden;
  perspective: 1000px;
}
.hero-slider .hero-image-wrapper img {
  will-change: transform;
}

/*
Theme Name: 00-FG-v2404
Description: Furuya Garden WordPress Theme v2404 - Modern Build
Version: 1.1.0
*/
.review-body {
  position: relative;
  overflow: hidden;
  max-height: 6em;
  line-height: 1.5em;
  transition: max-height 0.5s ease;
}
.review-body.is-expanded {
  max-height: 1000px !important;
  overflow: visible;
}
.review-body.is-expanded::after {
  opacity: 0;
}
.review-body .review-text {
  margin-bottom: 10px;
}
.review-body::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: white;
  padding-left: 5px;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.read-more {
  color: #3b82f6;
  cursor: pointer;
  display: inline-block;
  text-align: right;
  margin-top: 8px;
  font-weight: bold;
  padding: 5px 10px;
  position: relative;
  z-index: 5;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #3b82f6;
}
.read-more:hover {
  background-color: rgba(37, 99, 235, 0.1);
}
.read-more:active {
  background-color: rgba(37, 99, 235, 0.2);
}

.review-item {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(229, 231, 235, 0.8);
  transition: all 0.2s ease;
}
.review-item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.review-header .review-icon .fa-smile {
  color: #10B981;
}

.text-right {
  text-align: right;
  position: relative;
  z-index: 10;
  margin-top: 5px;
}

/*
Theme Name: 00-FG-v2404
Description: Furuya Garden WordPress Theme v2404 - Modern Build
Version: 1.1.0
*/
/**
 * Mobile-specific optimizations
 * Focus on typography, spacing, and touch interactions
 */
/* Mobile Typography Improvements */
@media (max-width: 640px) {
  /* Ensure readable text sizes on small screens */
  .text-base{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  /* Improve line height for better readability */
  p, li, span {
    line-height: 1.6;
  }
  /* Optimize heading hierarchy for mobile */
  h1{
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.25;
  }
  h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.25;
  }
  h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.25;
  }
  /* Better spacing for mobile content */
  .container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* Mobile-optimized margins and padding */
  .section-spacing > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .section-spacing{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  /* Touch-friendly button sizing */
  .btn, button, a.button{
    min-height: 44px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    /* Ensure touch targets meet accessibility guidelines */
    min-width: 44px;
  }
  /* Form input optimizations */
  input, textarea, select{
    font-size: 1rem;
    line-height: 1.5rem;
  }
@media (max-width: 640px) {
  input, textarea, select{
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
}
  input, textarea, select { /* Prevent zoom on iOS */
    min-height: 44px;
  }
  /* Card spacing optimizations */
  .card, .service-card{
  padding: 1rem;
  margin-bottom: 1rem;
  }
  /* Grid gap optimizations */
  .grid:not(.service-grid){
    gap: 0.25rem;
  }
  /* Service grid specific spacing */
  .service-grid{
    gap: 0.75rem;
  }
  .service-grid .service-button{
    min-height: 60px;
    min-width: 44px; /* アクセシビリティ要件 */
  padding: 1rem;
  }
  .service-grid .service-button h3 {
    line-height: 1.4;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
  }
}
/* Tablet-specific adjustments */
@media (min-width: 641px) and (max-width: 1024px) {
  .container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .section-spacing > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .section-spacing{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .card, .service-card{
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }
  .service-grid{
    gap: 1.5rem;
  }
  .service-grid .service-button{
    min-height: 80px;
    padding: 1.5rem;
  }
  .service-grid .service-button h3{
    font-size: 1rem;
    line-height: 1.5rem;
  }
@media (max-width: 640px) {
  .service-grid .service-button h3{
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
}
}
/* Desktop-specific adjustments */
@media (min-width: 1025px) {
  .service-grid{
    gap: 2rem;
  }
  .service-grid .service-button{
    min-height: 90px;
    padding: 2rem;
  }
  .service-grid .service-button h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
/* Touch interaction improvements */
@media (hover: none) and (pointer: coarse) {
  /* Remove hover effects on touch devices */
  .hover\\:shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }
  /* Increase touch targets */
  a, button, .clickable {
    min-height: 44px;
    min-width: 44px;
  }
  /* Better feedback for touch interactions */
  a:active, button:active, .clickable:active{
    opacity: 0.75;
    transition: opacity 0.1s ease;
  }
}
/* Accessibility improvements for mobile */
@media (prefers-reduced-motion: reduce) {
  .transition-all,
  .transition,
  .transition-colors,
  .transition-opacity,
  .transition-shadow,
  .transition-transform {
    transition: none !important;
  }
}
/* Mobile navigation improvements */
.mobile-menu{
  position: fixed;
  inset: 0px;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background: #fff;
}
.mobile-menu .text-header-subtitle {
  color: #4b5563;
}
.mobile-menu .menu-item{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: block;
}
.modal-content .request-flow-section .mobile-menu .menu-item.md\\:hidden > div {
  padding: 0 1rem;
}
.modal-content .request-flow-section .mobile-menu .menu-item.md\\:hidden > div .flex.items-start {
  align-items: flex-start;
  gap: 1rem;
}
.modal-content .request-flow-section .mobile-menu .menu-item.md\\:hidden > div .flex.items-start .relative > div:first-child {
  width: 40px;
  height: 40px;
  font-size: 0.875rem;
  box-shadow: 0 2px 6px rgba(0, 160, 233, 0.25);
}
.modal-content .request-flow-section .mobile-menu .menu-item.md\\:hidden > div .flex.items-start .absolute {
  height: 24px;
  background-color: #d1d5db;
}
.modal-content .request-flow-section .mobile-menu .menu-item.md\\:hidden > div .flex.items-start .ml-4 {
  flex: 1;
  padding-top: 2px;
}
.modal-content .request-flow-section .mobile-menu .menu-item.md\\:hidden > div .flex.items-start .ml-4 h4 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin-bottom: 4px;
}
.modal-content .request-flow-section .mobile-menu .menu-item.md\\:hidden > div .flex.items-start .ml-4 p {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.2;
}
.mobile-menu .menu-item {
  min-height: 60px;
  display: flex;
  align-items: center;
}

/* Form-specific mobile optimizations */
@media (max-width: 640px) {
  @media (max-width: 640px){
    div.estimate-form .form-section input[type="checkbox"]{
      display: none;
    }
    div.estimate-form .form-section label{
      justify-content: center;
      text-align: center;
    }
    div.estimate-form .form-section input[type="checkbox"]{
      display: none;
    }
    div.estimate-form .form-section label{
      justify-content: center;
      text-align: center;
    }
  }
  div.estimate-form .form-section.checked{
    border: 2px solid #3b82f6;
  }
  .estimate-form .form-section{
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  }

@supports selector(:has(*)) {
  div.estimate-form .form-section:has(label > input[type=checkbox]) {
    border: 2px solid transparent;
  }
  div.estimate-form .form-section:has(label > input[type=checkbox]):has(input[type=checkbox]:checked) {
    border-color: #00a0e9;
  }
}

.estimate-form .form-section {
  background-color: #f9fafb;
  color: #1f2937;
}
  .estimate-form .form-group{
  margin-bottom: 1rem;
  }
  .estimate-form label{
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  display: block;
  }
.modal-content .request-flow-section .estimate-form label.md\\:hidden > div {
  padding: 0 1rem;
}
.modal-content .request-flow-section .estimate-form label.md\\:hidden > div .flex.items-start {
  align-items: flex-start;
  gap: 1rem;
}
.modal-content .request-flow-section .estimate-form label.md\\:hidden > div .flex.items-start .relative > div:first-child {
  width: 40px;
  height: 40px;
  font-size: 0.875rem;
  box-shadow: 0 2px 6px rgba(0, 160, 233, 0.25);
}
.modal-content .request-flow-section .estimate-form label.md\\:hidden > div .flex.items-start .absolute {
  height: 24px;
  background-color: #d1d5db;
}
.modal-content .request-flow-section .estimate-form label.md\\:hidden > div .flex.items-start .ml-4 {
  flex: 1;
  padding-top: 2px;
}
.modal-content .request-flow-section .estimate-form label.md\\:hidden > div .flex.items-start .ml-4 h4 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin-bottom: 4px;
}
.modal-content .request-flow-section .estimate-form label.md\\:hidden > div .flex.items-start .ml-4 p {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.2;
}
  .estimate-form .form-row{
    flex-direction: column;
  }
  .estimate-form .form-row > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.estimate-form .form-row.items-center.text-center {
  width: 100%;
  max-width: 140px;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.estimate-form .form-row.items-center.text-center > div:first-child {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 160, 233, 0.3);
  transition: transform 0.2s ease;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.estimate-form .form-row.items-center.text-center > div:first-child:hover {
  transform: scale(1.05);
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.estimate-form .form-row.items-center.text-center h4 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin: 0;
  padding: 0 4px;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
  .estimate-form .fixed-price-box{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-top-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: #fff;
  padding: 1rem;
  }

.estimate-form .fixed-price-box .text-header-subtitle {
  color: #4b5563;
}
  .estimate-form .fixed-price-box {
    z-index: 9000;
  }
  .estimate-form .fixed-price-box .price-display{
    font-size: 1.125rem;
    line-height: 1.75rem;
  text-align: center;
  font-weight: 700;
  }
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.estimate-form .fixed-price-box .price-display {
  width: 100%;
  max-width: 140px;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.estimate-form .fixed-price-box .price-display > div:first-child {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 160, 233, 0.3);
  transition: transform 0.2s ease;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.estimate-form .fixed-price-box .price-display > div:first-child:hover {
  transform: scale(1.05);
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.estimate-form .fixed-price-box .price-display h4 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin: 0;
  padding: 0 4px;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
  .estimate-form .fixed-price-box .toggle-detail{
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  width: 100%;
  }
}

/* Image optimizations for mobile */
@media (max-width: 640px) {
  img{
    height: auto;
    max-width: 100%;
    /* Prevent layout shift */
    aspect-ratio: attr(width)/attr(height);
  }
}

/* Table responsiveness */
@media (max-width: 640px) {
  .table-responsive{
    overflow-x: auto;
  }
  .table-responsive table{
    min-width: 100%;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .table-responsive th, .table-responsive td{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

/* Touch feedback styles */
.touch-active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.75;
  transition: all 0.1s ease;
}

/* Number input controls */
.number-input-wrapper.touch-controls{
  align-items: center;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  display: flex;
}
body.number-input-wrapper.touch-controls {
  overflow: hidden;
}
body.number-input-wrapper.touch-controls #fixed-box,
body.number-input-wrapper.touch-controls .fixed-price-box {
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.form-group .number-input-wrapper.touch-controls {
  align-items: flex-start;
}
.form-group .number-input-wrapper.touch-controls .spinner {
  margin-top: 0.75rem;
}
.postal-code-container .number-input-wrapper.touch-controls.items-center.gap-2 {
  min-width: 120px;
  justify-content: flex-start;
  position: relative;
}
.postal-code-container .flex.number-input-wrapper.touch-controls.gap-2 {
  min-width: 120px;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 640px) {
  .postal-code-container .number-input-wrapper.touch-controls.items-center.gap-2 {
    min-width: 100px;
  }
  .postal-code-container .flex.number-input-wrapper.touch-controls.gap-2 {
    min-width: 100px;
  }
}
body.number-input-wrapper.touch-controls .fixed-price-box {
  z-index: -1;
  pointer-events: none;
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls.items-center.justify-between {
  gap: 0.75rem;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls.justify-between {
  gap: 0.75rem;
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls.items-center.justify-between > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls.justify-between > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls.items-center.justify-between > div .flex.flex-col.items-center.text-center {
  width: 100%;
  max-width: 140px;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls.justify-between > div .flex.flex-col.items-center.text-center {
  width: 100%;
  max-width: 140px;
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 160, 233, 0.3);
  transition: transform 0.2s ease;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls.justify-between > div .flex.flex-col.items-center.text-center > div:first-child {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 160, 233, 0.3);
  transition: transform 0.2s ease;
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child:hover {
  transform: scale(1.05);
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls.justify-between > div .flex.flex-col.items-center.text-center > div:first-child:hover {
  transform: scale(1.05);
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls.items-center.justify-between > div .flex.flex-col.items-center.text-center h4 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin: 0;
  padding: 0 4px;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls.justify-between > div .flex.flex-col.items-center.text-center h4 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin: 0;
  padding: 0 4px;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls.items-center.justify-between > div + div .flex-1 {
  max-width: 60px;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls.justify-between > div + div .flex-1 {
  max-width: 60px;
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls.items-center.justify-between > div + div .flex-1 svg {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls.justify-between > div + div .flex-1 svg {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.modal-content .request-flow-section .block.md\\:hidden > div .number-input-wrapper.touch-controls.items-start {
  align-items: flex-start;
  gap: 1rem;
}
.modal-content .request-flow-section .block.md\\:hidden > div .number-input-wrapper.touch-controls.items-start .relative > div:first-child {
  width: 40px;
  height: 40px;
  font-size: 0.875rem;
  box-shadow: 0 2px 6px rgba(0, 160, 233, 0.25);
}
.modal-content .request-flow-section .block.md\\:hidden > div .number-input-wrapper.touch-controls.items-start .absolute {
  height: 24px;
  background-color: #d1d5db;
}
.modal-content .request-flow-section .block.md\\:hidden > div .number-input-wrapper.touch-controls.items-start .ml-4 {
  flex: 1;
  padding-top: 2px;
}
.modal-content .request-flow-section .block.md\\:hidden > div .number-input-wrapper.touch-controls.items-start .ml-4 h4 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin-bottom: 4px;
}
.modal-content .request-flow-section .block.md\\:hidden > div .number-input-wrapper.touch-controls.items-start .ml-4 p {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.2;
}
.number-input-wrapper.touch-controls input[type=number]{
  flex: 1 1 0%;
  border-width: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.number-input-wrapper.touch-controls input[type=number] {
  width: 100%;
  max-width: 140px;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.number-input-wrapper.touch-controls input[type=number] > div:first-child {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 160, 233, 0.3);
  transition: transform 0.2s ease;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.number-input-wrapper.touch-controls input[type=number] > div:first-child:hover {
  transform: scale(1.05);
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.number-input-wrapper.touch-controls input[type=number] h4 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin: 0;
  padding: 0 4px;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div + div .number-input-wrapper.touch-controls input[type=number] {
  max-width: 60px;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div + div .number-input-wrapper.touch-controls input[type=number] svg {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.number-input-wrapper.touch-controls input[type=number] {
  -moz-appearance: textfield;
}
.number-input-wrapper.touch-controls input[type=number]::-webkit-outer-spin-button, .number-input-wrapper.touch-controls input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-input-wrapper.touch-controls .number-decrement,
.number-input-wrapper.touch-controls .number-increment{
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  display: flex;
  font-weight: 700;
}
.form-group .number-input-wrapper.touch-controls .number-decrement,.form-group 
.number-input-wrapper.touch-controls .number-increment {
  align-items: flex-start;
}
.form-group .number-input-wrapper.touch-controls .number-decrement .spinner,.form-group 
.number-input-wrapper.touch-controls .number-increment .spinner {
  margin-top: 0.75rem;
}
.postal-code-container .number-input-wrapper.touch-controls .number-decrement.items-center.gap-2,.postal-code-container 
.number-input-wrapper.touch-controls .number-increment.items-center.gap-2 {
  min-width: 120px;
  justify-content: flex-start;
  position: relative;
}
.postal-code-container .flex.number-input-wrapper.touch-controls .number-decrement.gap-2,.postal-code-container .flex
.number-input-wrapper.touch-controls .number-increment.gap-2 {
  min-width: 120px;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 640px) {
  .postal-code-container .number-input-wrapper.touch-controls .number-decrement.items-center.gap-2,.postal-code-container 
.number-input-wrapper.touch-controls .number-increment.items-center.gap-2 {
    min-width: 100px;
  }
  .postal-code-container .flex.number-input-wrapper.touch-controls .number-decrement.gap-2,.postal-code-container .flex
.number-input-wrapper.touch-controls .number-increment.gap-2 {
    min-width: 100px;
  }
}

.modal-content .number-input-wrapper.touch-controls .number-decrement p,
.modal-content 
.number-input-wrapper.touch-controls .number-increment p {
  margin-bottom: 0;
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls .number-decrement.items-center.justify-between,.modal-content .request-flow-section .hidden.md\\:block 
.number-input-wrapper.touch-controls .number-increment.items-center.justify-between {
  gap: 0.75rem;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls .number-decrement.justify-between,.modal-content .request-flow-section .hidden.md\\:block .flex
.number-input-wrapper.touch-controls .number-increment.justify-between {
  gap: 0.75rem;
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls .number-decrement.items-center.justify-between > div,.modal-content .request-flow-section .hidden.md\\:block 
.number-input-wrapper.touch-controls .number-increment.items-center.justify-between > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls .number-decrement.justify-between > div,.modal-content .request-flow-section .hidden.md\\:block .flex
.number-input-wrapper.touch-controls .number-increment.justify-between > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls .number-decrement.items-center.justify-between > div .flex.flex-col.items-center.text-center,.modal-content .request-flow-section .hidden.md\\:block 
.number-input-wrapper.touch-controls .number-increment.items-center.justify-between > div .flex.flex-col.items-center.text-center {
  width: 100%;
  max-width: 140px;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls .number-decrement.justify-between > div .flex.flex-col.items-center.text-center,.modal-content .request-flow-section .hidden.md\\:block .flex
.number-input-wrapper.touch-controls .number-increment.justify-between > div .flex.flex-col.items-center.text-center {
  width: 100%;
  max-width: 140px;
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls .number-decrement.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child,.modal-content .request-flow-section .hidden.md\\:block 
.number-input-wrapper.touch-controls .number-increment.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 160, 233, 0.3);
  transition: transform 0.2s ease;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls .number-decrement.justify-between > div .flex.flex-col.items-center.text-center > div:first-child,.modal-content .request-flow-section .hidden.md\\:block .flex
.number-input-wrapper.touch-controls .number-increment.justify-between > div .flex.flex-col.items-center.text-center > div:first-child {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 160, 233, 0.3);
  transition: transform 0.2s ease;
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls .number-decrement.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child:hover,.modal-content .request-flow-section .hidden.md\\:block 
.number-input-wrapper.touch-controls .number-increment.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child:hover {
  transform: scale(1.05);
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls .number-decrement.justify-between > div .flex.flex-col.items-center.text-center > div:first-child:hover,.modal-content .request-flow-section .hidden.md\\:block .flex
.number-input-wrapper.touch-controls .number-increment.justify-between > div .flex.flex-col.items-center.text-center > div:first-child:hover {
  transform: scale(1.05);
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls .number-decrement.items-center.justify-between > div .flex.flex-col.items-center.text-center h4,.modal-content .request-flow-section .hidden.md\\:block 
.number-input-wrapper.touch-controls .number-increment.items-center.justify-between > div .flex.flex-col.items-center.text-center h4 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin: 0;
  padding: 0 4px;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls .number-decrement.justify-between > div .flex.flex-col.items-center.text-center h4,.modal-content .request-flow-section .hidden.md\\:block .flex
.number-input-wrapper.touch-controls .number-increment.justify-between > div .flex.flex-col.items-center.text-center h4 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin: 0;
  padding: 0 4px;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls .number-decrement.items-center.justify-between > div + div .flex-1,.modal-content .request-flow-section .hidden.md\\:block 
.number-input-wrapper.touch-controls .number-increment.items-center.justify-between > div + div .flex-1 {
  max-width: 60px;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls .number-decrement.justify-between > div + div .flex-1,.modal-content .request-flow-section .hidden.md\\:block .flex
.number-input-wrapper.touch-controls .number-increment.justify-between > div + div .flex-1 {
  max-width: 60px;
}
.modal-content .request-flow-section .hidden.md\\:block .number-input-wrapper.touch-controls .number-decrement.items-center.justify-between > div + div .flex-1 svg,.modal-content .request-flow-section .hidden.md\\:block 
.number-input-wrapper.touch-controls .number-increment.items-center.justify-between > div + div .flex-1 svg {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.number-input-wrapper.touch-controls .number-decrement.justify-between > div + div .flex-1 svg,.modal-content .request-flow-section .hidden.md\\:block .flex
.number-input-wrapper.touch-controls .number-increment.justify-between > div + div .flex-1 svg {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.modal-content .request-flow-section .block.md\\:hidden > div .number-input-wrapper.touch-controls .number-decrement.items-start,.modal-content .request-flow-section .block.md\\:hidden > div 
.number-input-wrapper.touch-controls .number-increment.items-start {
  align-items: flex-start;
  gap: 1rem;
}
.modal-content .request-flow-section .block.md\\:hidden > div .number-input-wrapper.touch-controls .number-decrement.items-start .relative > div:first-child,.modal-content .request-flow-section .block.md\\:hidden > div 
.number-input-wrapper.touch-controls .number-increment.items-start .relative > div:first-child {
  width: 40px;
  height: 40px;
  font-size: 0.875rem;
  box-shadow: 0 2px 6px rgba(0, 160, 233, 0.25);
}
.modal-content .request-flow-section .block.md\\:hidden > div .number-input-wrapper.touch-controls .number-decrement.items-start .absolute,.modal-content .request-flow-section .block.md\\:hidden > div 
.number-input-wrapper.touch-controls .number-increment.items-start .absolute {
  height: 24px;
  background-color: #d1d5db;
}
.modal-content .request-flow-section .block.md\\:hidden > div .number-input-wrapper.touch-controls .number-decrement.items-start .ml-4,.modal-content .request-flow-section .block.md\\:hidden > div 
.number-input-wrapper.touch-controls .number-increment.items-start .ml-4 {
  flex: 1;
  padding-top: 2px;
}
.modal-content .request-flow-section .block.md\\:hidden > div .number-input-wrapper.touch-controls .number-decrement.items-start .ml-4 h4,.modal-content .request-flow-section .block.md\\:hidden > div 
.number-input-wrapper.touch-controls .number-increment.items-start .ml-4 h4 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin-bottom: 4px;
}
.modal-content .request-flow-section .block.md\\:hidden > div .number-input-wrapper.touch-controls .number-decrement.items-start .ml-4 p,.modal-content .request-flow-section .block.md\\:hidden > div 
.number-input-wrapper.touch-controls .number-increment.items-start .ml-4 p {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.2;
}
.number-input-wrapper.touch-controls .number-decrement,
.number-input-wrapper.touch-controls .number-increment {
  min-height: 44px;
}
.number-input-wrapper.touch-controls .number-decrement:hover,
.number-input-wrapper.touch-controls .number-increment:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.number-input-wrapper.touch-controls .number-decrement:active,
.number-input-wrapper.touch-controls .number-increment:active{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

/* Skip link styles */
.skip-link{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #fff;
  border-radius: 0.5rem;
}
header.skip-link .text-header-subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.modal-content .request-flow-section .block.md\\:hidden > div .flex.items-start .skip-link {
  height: 24px;
  background-color: #d1d5db;
}
.skip-link {
  transform: translateY(-100%);
  transition: transform 0.3s;
}
.skip-link:focus {
  transform: translateY(0);
}

/* Keyboard navigation styles */
.keyboard-nav .keyboard-focus{
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b82f6;
  outline-style: solid;
}

/* High contrast mode support */
.high-contrast-mode {
  filter: contrast(1.2);
}

/* Reduced motion support */
.reduce-motion * {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}

/* Viewport height custom property support */
.full-screen-mobile {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

/* Safe area support for devices with notches */
.safe-area-padding {
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

/* Mobile breakpoint body classes */
body.mobile .desktop-only{
  display: none;
}
#masthead body.site-navigation.mobile .desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  #masthead body.site-navigation.mobile .desktop-only.lg\:block,
  #masthead navbody.site-navigation.mobile .desktop-only.lg\:block {
    display: block;
    margin-right: var(--spacing-lg);
    opacity: 1;
    visibility: visible;
  }
  
  #masthead body.site-navigation.mobile .desktop-only ul.primary-menu {
    display: flex;
    gap: var(--spacing-lg);
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  #masthead body.site-navigation.mobile .desktop-only {
    display: none;
  }
}
#mobile-menu #mobile-nav-container body.site-navigation.mobile .desktop-only {
  display: block;
  visibility: visible;
  opacity: 1;
}
body.mobile .desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  body.mobile .desktop-only.lg\\:block {
    display: block;
  }
}
#active-coupon-containerbody.mobile .desktop-only {
  display: none;
}
body.tab-contents.mobile .desktop-only:not(.is_current) {
  display: none;
}
.modal-content .request-flow-section body.mobile .desktop-only.md\\:block .flex.items-center.justify-between {
  gap: 0.75rem;
}
.modal-content .request-flow-section body.mobile .desktop-only.md\\:block .flex.items-center.justify-between > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.modal-content .request-flow-section body.mobile .desktop-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center {
  width: 100%;
  max-width: 140px;
}
.modal-content .request-flow-section body.mobile .desktop-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 160, 233, 0.3);
  transition: transform 0.2s ease;
}
.modal-content .request-flow-section body.mobile .desktop-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child:hover {
  transform: scale(1.05);
}
.modal-content .request-flow-section body.mobile .desktop-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center h4 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin: 0;
  padding: 0 4px;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.modal-content .request-flow-section body.mobile .desktop-only.md\\:block .flex.items-center.justify-between > div + div .flex-1 {
  max-width: 60px;
}
.modal-content .request-flow-section body.mobile .desktop-only.md\\:block .flex.items-center.justify-between > div + div .flex-1 svg {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

body.tablet .mobile-only,
body.tablet .desktop-only{
  display: none;
}

#masthead body.site-navigation.tablet .mobile-only,#masthead 
body.site-navigation.tablet .desktop-only {
  display: none;
}

@media (min-width: 1024px) {
  #masthead body.site-navigation.tablet .mobile-only.lg\:block,
  #masthead navbody.site-navigation.tablet .mobile-only.lg\:block,#masthead 
body.site-navigation.tablet .desktop-only.lg\:block,
  #masthead nav
body.site-navigation.tablet .desktop-only.lg\:block {
    display: block;
    margin-right: var(--spacing-lg);
    opacity: 1;
    visibility: visible;
  }
  
  #masthead body.site-navigation.tablet .mobile-only ul.primary-menu,
  #masthead 
body.site-navigation.tablet .desktop-only ul.primary-menu {
    display: flex;
    gap: var(--spacing-lg);
    list-style: none;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 1023.98px) {
  #masthead body.site-navigation.tablet .mobile-only,#masthead 
body.site-navigation.tablet .desktop-only {
    display: none;
  }
}

#mobile-menu #mobile-nav-container body.site-navigation.tablet .mobile-only,#mobile-menu #mobile-nav-container 
body.site-navigation.tablet .desktop-only {
  display: block;
  visibility: visible;
  opacity: 1;
}

body.tablet .mobile-only,
body.tablet .desktop-only {
  display: none;
}

@media (min-width: 1024px) {
  body.tablet .mobile-only.lg\\:block,
body.tablet .desktop-only.lg\\:block {
    display: block;
  }
}

#active-coupon-containerbody.tablet .mobile-only,#active-coupon-container
body.tablet .desktop-only {
  display: none;
}

body.tab-contents.tablet .mobile-only:not(.is_current),
body.tab-contents.tablet .desktop-only:not(.is_current) {
  display: none;
}

.modal-content .request-flow-section body.tablet .mobile-only.md\\:block .flex.items-center.justify-between,.modal-content .request-flow-section 
body.tablet .desktop-only.md\\:block .flex.items-center.justify-between {
  gap: 0.75rem;
}

.modal-content .request-flow-section body.tablet .mobile-only.md\\:block .flex.items-center.justify-between > div,.modal-content .request-flow-section 
body.tablet .desktop-only.md\\:block .flex.items-center.justify-between > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.modal-content .request-flow-section body.tablet .mobile-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center,.modal-content .request-flow-section 
body.tablet .desktop-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center {
  width: 100%;
  max-width: 140px;
}

.modal-content .request-flow-section body.tablet .mobile-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child,.modal-content .request-flow-section 
body.tablet .desktop-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 160, 233, 0.3);
  transition: transform 0.2s ease;
}

.modal-content .request-flow-section body.tablet .mobile-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child:hover,.modal-content .request-flow-section 
body.tablet .desktop-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child:hover {
  transform: scale(1.05);
}

.modal-content .request-flow-section body.tablet .mobile-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center h4,.modal-content .request-flow-section 
body.tablet .desktop-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center h4 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin: 0;
  padding: 0 4px;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.modal-content .request-flow-section body.tablet .mobile-only.md\\:block .flex.items-center.justify-between > div + div .flex-1,.modal-content .request-flow-section 
body.tablet .desktop-only.md\\:block .flex.items-center.justify-between > div + div .flex-1 {
  max-width: 60px;
}

.modal-content .request-flow-section body.tablet .mobile-only.md\\:block .flex.items-center.justify-between > div + div .flex-1 svg,.modal-content .request-flow-section 
body.tablet .desktop-only.md\\:block .flex.items-center.justify-between > div + div .flex-1 svg {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

body.desktop .mobile-only,
body.desktop .tablet-only{
  display: none;
}

#masthead body.site-navigation.desktop .mobile-only,#masthead 
body.site-navigation.desktop .tablet-only {
  display: none;
}

@media (min-width: 1024px) {
  #masthead body.site-navigation.desktop .mobile-only.lg\:block,
  #masthead navbody.site-navigation.desktop .mobile-only.lg\:block,#masthead 
body.site-navigation.desktop .tablet-only.lg\:block,
  #masthead nav
body.site-navigation.desktop .tablet-only.lg\:block {
    display: block;
    margin-right: var(--spacing-lg);
    opacity: 1;
    visibility: visible;
  }
  
  #masthead body.site-navigation.desktop .mobile-only ul.primary-menu,
  #masthead 
body.site-navigation.desktop .tablet-only ul.primary-menu {
    display: flex;
    gap: var(--spacing-lg);
    list-style: none;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 1023.98px) {
  #masthead body.site-navigation.desktop .mobile-only,#masthead 
body.site-navigation.desktop .tablet-only {
    display: none;
  }
}

#mobile-menu #mobile-nav-container body.site-navigation.desktop .mobile-only,#mobile-menu #mobile-nav-container 
body.site-navigation.desktop .tablet-only {
  display: block;
  visibility: visible;
  opacity: 1;
}

body.desktop .mobile-only,
body.desktop .tablet-only {
  display: none;
}

@media (min-width: 1024px) {
  body.desktop .mobile-only.lg\\:block,
body.desktop .tablet-only.lg\\:block {
    display: block;
  }
}

#active-coupon-containerbody.desktop .mobile-only,#active-coupon-container
body.desktop .tablet-only {
  display: none;
}

body.tab-contents.desktop .mobile-only:not(.is_current),
body.tab-contents.desktop .tablet-only:not(.is_current) {
  display: none;
}

.modal-content .request-flow-section body.desktop .mobile-only.md\\:block .flex.items-center.justify-between,.modal-content .request-flow-section 
body.desktop .tablet-only.md\\:block .flex.items-center.justify-between {
  gap: 0.75rem;
}

.modal-content .request-flow-section body.desktop .mobile-only.md\\:block .flex.items-center.justify-between > div,.modal-content .request-flow-section 
body.desktop .tablet-only.md\\:block .flex.items-center.justify-between > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.modal-content .request-flow-section body.desktop .mobile-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center,.modal-content .request-flow-section 
body.desktop .tablet-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center {
  width: 100%;
  max-width: 140px;
}

.modal-content .request-flow-section body.desktop .mobile-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child,.modal-content .request-flow-section 
body.desktop .tablet-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0, 160, 233, 0.3);
  transition: transform 0.2s ease;
}

.modal-content .request-flow-section body.desktop .mobile-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child:hover,.modal-content .request-flow-section 
body.desktop .tablet-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child:hover {
  transform: scale(1.05);
}

.modal-content .request-flow-section body.desktop .mobile-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center h4,.modal-content .request-flow-section 
body.desktop .tablet-only.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center h4 {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin: 0;
  padding: 0 4px;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.modal-content .request-flow-section body.desktop .mobile-only.md\\:block .flex.items-center.justify-between > div + div .flex-1,.modal-content .request-flow-section 
body.desktop .tablet-only.md\\:block .flex.items-center.justify-between > div + div .flex-1 {
  max-width: 60px;
}

.modal-content .request-flow-section body.desktop .mobile-only.md\\:block .flex.items-center.justify-between > div + div .flex-1 svg,.modal-content .request-flow-section 
body.desktop .tablet-only.md\\:block .flex.items-center.justify-between > div + div .flex-1 svg {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

/* Touch device optimizations */
.touch-device {
  /* Larger touch targets */
}
.touch-device a, .touch-device button, .touch-device input[type=checkbox], .touch-device input[type=radio] {
  min-height: 44px;
  min-width: 44px;
}
.touch-device {
  /* Remove hover effects on touch devices */
}
.touch-device * {
  -webkit-tap-highlight-color: transparent;
}
.touch-device {
  /* Optimize scrolling */
}
.touch-device * {
  -webkit-overflow-scrolling: touch;
}

/* Lazy loading image placeholder */
img.lazy{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
img.lazy::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
img.lazy::before{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  display: block;
  width: 100%;
}
.modal-content .request-flow-section img.lazy.md\\:hidden > div::before {
  padding: 0 1rem;
}
.modal-content .request-flow-section img.lazy.md\\:hidden > div .flex.items-start::before {
  align-items: flex-start;
  gap: 1rem;
}
.modal-content .request-flow-section img.lazy.md\\:hidden > div .flex.items-start .relative > div:first-child::before {
  width: 40px;
  height: 40px;
  font-size: 0.875rem;
  box-shadow: 0 2px 6px rgba(0, 160, 233, 0.25);
}
.modal-content .request-flow-section img.lazy.md\\:hidden > div .flex.items-start .absolute::before {
  height: 24px;
  background-color: #d1d5db;
}
.modal-content .request-flow-section img.lazy.md\\:hidden > div .flex.items-start .ml-4::before {
  flex: 1;
  padding-top: 2px;
}
.modal-content .request-flow-section img.lazy.md\\:hidden > div .flex.items-start .ml-4 h4::before {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  color: #374151;
  margin-bottom: 4px;
}
.modal-content .request-flow-section img.lazy.md\\:hidden > div .flex.items-start .ml-4 p::before {
  font-size: 0.75rem;
  color: #6b7280;
  line-height: 1.2;
}

.tools-page .staff-selector .staff-btn{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background: #fff;
}

.tools-page .staff-selector .staff-btn .text-header-subtitle {
  color: #4b5563;
}

@media (prefers-reduced-motion: reduce) {
  .tools-page .staff-selector .staff-btn {
    transition: none;
  }
}

@media (max-width: 640px){
  .tools-page .staff-selector .staff-btn:hoverdiv input[type="checkbox"]{
    display: none;
  }
  .tools-page .staff-selector .staff-btn:hoverdiv label{
    justify-content: center;
    text-align: center;
  }
  .tools-page .staff-selector .staff-btn:hoverdiv input[type="checkbox"]{
    display: none;
  }
  .tools-page .staff-selector .staff-btn:hoverdiv label{
    justify-content: center;
    text-align: center;
  }
}

.tools-page .staff-selector .staff-btn:hoverdiv.checked{
  border: 2px solid #3b82f6;
}

.tools-page .staff-selector .staff-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.tools-page .staff-selector .staff-btn.active{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  color: #fff;
}
header.tools-page .staff-selector .staff-btn.active .text-header-subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.tools-page .date-tabs .date-tab{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (prefers-reduced-motion: reduce) {
  .tools-page .date-tabs .date-tab {
    transition: none;
  }
}
.tools-page .date-tabs .date-tab:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.tools-page .date-tabs .date-tab.active{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  background: #fff;
}
.tools-page .date-tabs .date-tab.active .text-header-subtitle {
  color: #4b5563;
}
.tools-page .tools-grid .tool-item{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background: #fff;
  padding: 1rem;
}
.tools-page .tools-grid .tool-item .text-header-subtitle {
  color: #4b5563;
}
@media (prefers-reduced-motion: reduce) {
  .tools-page .tools-grid .tool-item {
    transition: none;
  }
}
.tools-page .tools-grid .tool-item:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tools-page .tools-grid .tool-item.selected{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.tools-page .tools-grid .tool-item .tool-name{
  margin-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.tools-page .tools-grid .tool-item .tool-name .text-header-subtitle {
  color: #4b5563;
}
.tools-page .tools-grid .tool-item .tool-type{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.modal-content .tools-page .tools-grid .tool-item .tool-type p {
  margin-bottom: 0;
}
.tools-page .tools-grid .tool-item .tool-status{
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.tools-page .tools-grid .tool-item .tool-status.available{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.modal-content .tools-page .tools-grid .tool-item .tool-status.available p {
  margin-bottom: 0;
}
.tools-page .tools-grid .tool-item .tool-status.in-use{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.tools-page .tools-grid .tool-item .tool-status.maintenance{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.tools-page .vehicle-grid .vehicle-item{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background: #fff;
  padding: 1rem;
}
.tools-page .vehicle-grid .vehicle-item .text-header-subtitle {
  color: #4b5563;
}
@media (prefers-reduced-motion: reduce) {
  .tools-page .vehicle-grid .vehicle-item {
    transition: none;
  }
}
.tools-page .vehicle-grid .vehicle-item:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tools-page .vehicle-grid .vehicle-item.selected{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.tools-page .vehicle-grid .vehicle-item .vehicle-name{
  margin-bottom: 0.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.tools-page .vehicle-grid .vehicle-item .vehicle-name .text-header-subtitle {
  color: #4b5563;
}
.tools-page .vehicle-grid .vehicle-item .vehicle-type{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.modal-content .tools-page .vehicle-grid .vehicle-item .vehicle-type p {
  margin-bottom: 0;
}
.tools-page .vehicle-grid .vehicle-item .vehicle-status{
  border-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.tools-page .vehicle-grid .vehicle-item .vehicle-status.available{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.modal-content .tools-page .vehicle-grid .vehicle-item .vehicle-status.available p {
  margin-bottom: 0;
}
.tools-page .vehicle-grid .vehicle-item .vehicle-status.in-use{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.tools-page .vehicle-grid .vehicle-item .vehicle-status.maintenance{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.tools-page .save-indicator{
  position: fixed;
  top: 1rem;
  right: 1rem;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (prefers-reduced-motion: reduce) {
  .tools-page .save-indicator {
    transition: none;
  }
}
.tools-page .save-indicator.saving{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.tools-page .save-indicator.saved{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.modal-content .tools-page .save-indicator.saved p {
  margin-bottom: 0;
}
.tools-page .save-indicator.error{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
@media (max-width: 768px) {
  .tools-page #staff-selection {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0.25rem !important;
  }
  .tools-page #staff-selection .staff-btn{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    line-height: 1rem;
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
    min-height: 2rem !important;
    white-space: nowrap !important;
  }
  .tools-page #tools-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.5rem !important;
  }
  .tools-page #tools-list .tool-btn{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1rem;
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .tools-page #tools-list-tomorrow {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.5rem !important;
  }
  .tools-page #tools-list-tomorrow .tool-btn{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1rem;
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .tools-page .staff-label {
    font-size: 0.625rem !important;
    padding: 0.125rem 0.25rem !important;
    top: -0.375rem !important;
    right: -0.375rem !important;
  }
  .tools-page #selected-tools-table {
    font-size: 0.75rem !important;
  }
  .tools-page #selected-tools-table th, .tools-page #selected-tools-table td{
    padding: 0.5rem;
    font-size: 0.75rem !important;
  }
  .tools-page #selected-tools-table .staff-name {
    font-size: 0.875rem !important;
    font-weight: bold !important;
  }
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

ol, ul{
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

input[type="checkbox"]{
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  height: 18px !important;
  margin-right: 10px !important;
  position: relative !important;
  width: 18px !important;
}

@media (max-width: 640px){
  div.bg-gray-50 input[type="checkbox"]{
    display: none !important;
  }
  div.bg-gray-50 label{
    justify-content: center !important;
    text-align: center !important;
  }
}

input[type="checkbox"]:focus{
  outline: none !important;
}

div.bg-gray-50.checked{
  border: 2px solid #3b82f6 !important;
}

.preferred-date-checkboxes > div.checked, .estimate-options-checkboxes > div.checked, .garbage-disposal-checkboxes > div.checked{
  border: 2px solid #3b82f6 !important;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
article h1,
aside h1,
nav h1,
section h1 {
  font-size: 2rem !important; /* 32px - デフォルトのh1サイズを明示 */
}
@media (min-width: 768px) {
  article h1,
  aside h1,
  nav h1,
  section h1 {
    font-size: 2.25rem !important; /* 36px - Tailwindのtext-3xlサイズ */
  }
}
@media (min-width: 1024px) {
  article h1,
  aside h1,
  nav h1,
  section h1 {
    font-size: 2.5rem !important; /* 40px - Tailwindのtext-4xlサイズ */
  }
}

article .entry-title {
  font-size: 1.875rem !important; /* 30px - text-3xlサイズ */
}
@media (min-width: 768px) {
  article .entry-title {
    font-size: 2.25rem !important; /* 36px - md:text-4xl相当 */
  }
}

*[class*=calendar] h1,
*[class*=event] h1,
*[id*=calendar] h1,
*[id*=event] h1,
.xo-event-calendar h1,
body h1:not([class]):not([style*=font-size]) {
  font-size: 2rem !important; /* 32px - 明示的サイズ指定 */
}
@media (min-width: 768px) {
  *[class*=calendar] h1,
  *[class*=event] h1,
  *[id*=calendar] h1,
  *[id*=event] h1,
  .xo-event-calendar h1,
  body h1:not([class]):not([style*=font-size]) {
    font-size: 2.25rem !important; /* 36px */
  }
}

article h1,
aside h1,
nav h1,
section h1 {
  font-size: 2rem !important;
  line-height: 1.2 !important;
}
@media (min-width: 768px) {
  article h1,
  aside h1,
  nav h1,
  section h1 {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1024px) {
  article h1,
  aside h1,
  nav h1,
  section h1 {
    font-size: 2.5rem !important;
  }
}

html body article h1,
html body aside h1,
html body nav h1,
html body section h1 {
  font-size: 2rem !important;
  line-height: 1.2 !important;
}
@media (min-width: 768px) {
  html body article h1,
  html body aside h1,
  html body nav h1,
  html body section h1 {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1024px) {
  html body article h1,
  html body aside h1,
  html body nav h1,
  html body section h1 {
    font-size: 2.5rem !important;
  }
}

article h1[style],
aside h1[style],
nav h1[style],
section h1[style] {
  font-size: 2rem !important;
  line-height: 1.2 !important;
}
@media (min-width: 768px) {
  article h1[style],
  aside h1[style],
  nav h1[style],
  section h1[style] {
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1024px) {
  article h1[style],
  aside h1[style],
  nav h1[style],
  section h1[style] {
    font-size: 2.5rem !important;
  }
}

.sr-only h1,
h1.sr-only {
  font-size: 1px !important;
  line-height: 1 !important;
}

html, body {
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

input, textarea, select, button {
  touch-action: manipulation;
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.swiper,
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  touch-action: pan-x pan-y pinch-zoom !important;
}

input:focus,
textarea:focus,
select:focus {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.custom-list {
  list-style: none !important;
}

.custom-list-item {
  position: relative;
  padding-left: 1em;
}

.custom-list-bullet {
  position: absolute;
  left: 0;
  top: 0;
  color: #4b5563;
  font-weight: bold;
}

.fixed-price-box {
  z-index: 900 !important;
}
@media (max-width: 640px) {
  .fixed-price-box {
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
    min-width: 100vw !important;
    box-sizing: border-box !important;
  }
}
.fixed-price-box.active {
  z-index: 950 !important;
}
.fixed-price-box #fixed-box-content {
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease, transform 0.3s ease;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
}
.fixed-price-box #fixed-box-content.open {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}

body.overflow-hidden .fixed-price-box {
  z-index: -1 !important;
  pointer-events: none !important;
}

.modal-content p {
  margin-bottom: 0 !important;
}
.modal-content .text-green-800 p,
.modal-content .text-blue-600 p,
.modal-content .text-gray-600 p {
  margin-bottom: 0 !important;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between {
  gap: 0.75rem;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center {
  width: 100%;
  max-width: 140px;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child {
  width: 48px !important;
  height: 48px !important;
  margin-bottom: 12px !important;
  box-shadow: 0 2px 8px rgba(0, 160, 233, 0.3);
  transition: transform 0.2s ease;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center > div:first-child:hover {
  transform: scale(1.05);
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div .flex.flex-col.items-center.text-center h4 {
  font-size: 0.875rem !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  color: #374151 !important;
  margin: 0 !important;
  padding: 0 4px;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div + div .flex-1 {
  max-width: 60px;
}
.modal-content .request-flow-section .hidden.md\\:block .flex.items-center.justify-between > div + div .flex-1 svg {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.modal-content .request-flow-section .block.md\\:hidden > div {
  padding: 0 1rem;
}
.modal-content .request-flow-section .block.md\\:hidden > div .flex.items-start {
  align-items: flex-start;
  gap: 1rem;
}
.modal-content .request-flow-section .block.md\\:hidden > div .flex.items-start .relative > div:first-child {
  width: 40px !important;
  height: 40px !important;
  font-size: 0.875rem !important;
  box-shadow: 0 2px 6px rgba(0, 160, 233, 0.25);
}
.modal-content .request-flow-section .block.md\\:hidden > div .flex.items-start .absolute {
  height: 24px !important;
  background-color: #d1d5db !important;
}
.modal-content .request-flow-section .block.md\\:hidden > div .flex.items-start .ml-4 {
  flex: 1;
  padding-top: 2px;
}
.modal-content .request-flow-section .block.md\\:hidden > div .flex.items-start .ml-4 h4 {
  font-size: 0.875rem !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  color: #374151 !important;
  margin-bottom: 4px !important;
}
.modal-content .request-flow-section .block.md\\:hidden > div .flex.items-start .ml-4 p {
  font-size: 0.75rem !important;
  color: #6b7280 !important;
  line-height: 1.2 !important;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.\!relative{
  position: relative !important;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.\!bottom-0{
  bottom: 0px !important;
}

.left-1\/2{
  left: 50%;
}

.left-full{
  left: 100%;
}

.right-2{
  right: 0.5rem;
}

.top-0{
  top: 0px;
}

.top-10{
  top: 2.5rem;
}

.top-2{
  top: 0.5rem;
}

.top-6{
  top: 1.5rem;
}

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

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

.col-span-full{
  grid-column: 1 / -1;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.\!mt-4{
  margin-top: 1rem !important;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-4{
  margin-left: 1rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-12{
  margin-top: 3rem;
}

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

.mt-3{
  margin-top: 0.75rem;
}

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

.mt-6{
  margin-top: 1.5rem;
}

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

.mt-auto{
  margin-top: auto;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-1{
  height: 0.25rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-3{
  height: 0.75rem;
}

.h-32{
  height: 8rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-\[95vh\]{
  height: 95vh;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.max-h-16{
  max-height: 4rem;
}

.max-h-24{
  max-height: 6rem;
}

.max-h-\[600px\]{
  max-height: 600px;
}

.min-h-0{
  min-height: 0px;
}

.min-h-\[40px\]{
  min-height: 40px;
}

.min-h-\[48px\]{
  min-height: 48px;
}

.min-h-screen{
  min-height: 100vh;
}

.w-0\.5{
  width: 0.125rem;
}

.w-1{
  width: 0.25rem;
}

.w-1\.5{
  width: 0.375rem;
}

.w-1\/4{
  width: 25%;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-3{
  width: 0.75rem;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

.min-w-\[48px\]{
  min-width: 48px;
}

.min-w-full{
  min-width: 100%;
}

.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-\[100px\]{
  max-width: 100px;
}

.max-w-full{
  max-width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-none{
  max-width: none;
}

.max-w-sm{
  max-width: 24rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-inside{
  list-style-position: inside;
}

.list-disc{
  list-style-type: disc;
}

.list-none{
  list-style-type: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.items-start{
  align-items: flex-start;
}

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

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 1.0rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-l{
  border-top-left-radius: 1.0rem;
  border-bottom-left-radius: 1.0rem;
}

.rounded-r{
  border-top-right-radius: 1.0rem;
  border-bottom-right-radius: 1.0rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-r{
  border-right-width: 1px;
}

.border-r-0{
  border-right-width: 0px;
}

.border-t{
  border-top-width: 1px;
}

.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-lime-200{
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}

.border-pink-200{
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.border-teal-200{
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.bg-amber-200{
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-emerald-200{
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-lime-200{
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}

.bg-lime-50{
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}

.bg-pink-50{
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-teal-200{
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}

.bg-teal-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}

.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-amber-400{
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400{
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400{
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400{
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50{
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400{
  --tw-gradient-from: #a3e635 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary{
  --tw-gradient-from: #3B82F6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50{
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400{
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400{
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50{
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600{
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-amber-600{
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}

.to-blue-100{
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}

.to-blue-600{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.to-emerald-600{
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.to-green-100{
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}

.to-green-600{
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}

.to-indigo-50{
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}

.to-lime-600{
  --tw-gradient-to: #65a30d var(--tw-gradient-to-position);
}

.to-purple-100{
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}

.to-red-600{
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.to-teal-600{
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.to-yellow-100{
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.to-yellow-800{
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

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

.p-1{
  padding: 0.25rem;
}

.p-12{
  padding: 3rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

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

.pt-8{
  padding-top: 2rem;
}

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

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

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.italic{
  font-style: italic;
}

.leading-none{
  line-height: 1;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-tight{
  line-height: 1.25;
}

.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-amber-800{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-lime-700{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.text-lime-800{
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}

.text-pink-500{
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.text-pink-800{
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-teal-700{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.text-teal-800{
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
#selected-services-list.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0 !important;
}

.fixed-price-category-header {
  border-left: 4px solid #3b82f6 !important;
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;
}

#fixed-box-total {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
}

input[type=checkbox] {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  z-index: -1 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
input[type=checkbox]::-webkit-checkbox {
  display: none !important;
}
input[type=checkbox]::-moz-checkbox {
  display: none !important;
}
input[type=checkbox] {
  background: none !important;
  background-image: none !important;
  border: none !important;
  outline: none !important;
}
input[type=checkbox]:focus, input[type=checkbox]:active {
  -webkit-tap-highlight-color: transparent !important;
}
input[type=checkbox]:focus-visible {
  outline: none !important;
}

label:has(input[type=checkbox]) {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
  pointer-events: auto !important;
}
label:has(input[type=checkbox]) span {
  -moz-user-select: none !important;
       user-select: none !important;
  -webkit-user-select: none !important;
  pointer-events: none !important;
}

.fixed-price-service-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 0.75rem !important;
}
.fixed-price-service-item .service-name-part {
  flex: 1 !important;
  padding-right: 1rem !important;
}
.fixed-price-service-item .service-price-part {
  font-weight: 600 !important;
  text-align: right !important;
  min-width: 80px !important;
  flex-shrink: 0 !important;
}
.fixed-price-service-item .fixed-price-service-name,
.fixed-price-service-item .fixed-price-service-quantity,
.fixed-price-service-item .fixed-price-service-price {
  display: none !important;
}

.text-green-600 {
  color: #059669 !important;
}

.text-pink-500 {
  color: #be185d !important;
}

.bg-gray-50 {
  background-color: #f9fafb !important;
  color: #1f2937 !important;
}

.bg-green-500:hover,
.hover\\:bg-green-600:hover {
  background-color: #047857 !important;
}

select.wpcf7-form-control:not([aria-label]):not([id])[name*=referral] {
  aria-label: "お知りになったきっかけを選択" !important;
}

.swiper-nav-prev,
.swiper-nav-next {
  min-width: 48px !important;
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  border: none !important;
  outline: none !important;
}
.swiper-nav-prev:focus,
.swiper-nav-next:focus {
  outline: 2px solid #3b82f6 !important;
  outline-offset: 2px !important;
}
.swiper-nav-prev:hover,
.swiper-nav-next:hover {
  background-color: #d1d5db !important;
  transform: scale(1.05) !important;
  transition: all 0.2s ease !important;
}
.swiper-nav-prev.swiper-button-disabled,
.swiper-nav-next.swiper-button-disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
}
.swiper-nav-prev.swiper-button-disabled:hover,
.swiper-nav-next.swiper-button-disabled:hover {
  transform: none !important;
  background-color: #e5e7eb !important;
}

ol, ul {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}

@media (max-width: 640px){
  .hover\:bg-gray-50:hoverdiv input[type="checkbox"]{
    display: none !important;
  }
  .hover\:bg-gray-50:hoverdiv label{
    justify-content: center !important;
    text-align: center !important;
  }
  .hover\:bg-gray-50:hoverdiv input[type="checkbox"]{
    display: none !important;
  }
  .hover\:bg-gray-50:hoverdiv label{
    justify-content: center !important;
    text-align: center !important;
  }
}

.hover\:bg-gray-50:hoverdiv.checked{
  border: 2px solid #3b82f6 !important;
}

.hover\:border-green-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mr-3{
    margin-right: 0.75rem;
  }
  .sm\:mr-4{
    margin-right: 1rem;
  }
  .sm\:h-16{
    height: 4rem;
  }
  .sm\:h-5{
    height: 1.25rem;
  }
  .sm\:h-6{
    height: 1.5rem;
  }
  .sm\:h-8{
    height: 2rem;
  }
  .sm\:max-h-32{
    max-height: 8rem;
  }
  .sm\:max-h-\[700px\]{
    max-height: 700px;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-16{
    width: 4rem;
  }
  .sm\:w-5{
    width: 1.25rem;
  }
  .sm\:w-6{
    width: 1.5rem;
  }
  .sm\:w-8{
    width: 2rem;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:gap-2{
    gap: 0.5rem;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .sm\:p-2{
    padding: 0.5rem;
  }
  .sm\:p-3{
    padding: 0.75rem;
  }
  .sm\:p-4{
    padding: 1rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:pt-4{
    padding-top: 1rem;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-square{
    aspect-ratio: 1 / 1;
  }
  .md\:h-8{
    height: 2rem;
  }
  .md\:max-h-\[80vh\]{
    max-height: 80vh;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-8{
    width: 2rem;
  }
  .md\:max-w-2xl{
    max-width: 42rem;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:gap-3{
    gap: 0.75rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-4{
    padding: 1rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:fixed{
    position: fixed;
  }
  .lg\:inset-x-0{
    left: 0px;
    right: 0px;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:max-w-3xl{
    max-width: 48rem;
  }
  .lg\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .lg\:max-w-lg{
    max-width: 32rem;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
/*# sourceMappingURL=style.css.map */
