@media (max-width: 768px) {
  .contact-form-container {
    padding: 10px 0 !important;
  }

  .contact-wrapper {
    padding: 0 5px !important;
  }

  .content-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .form-section {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  .form-header .form-title {
    font-size: 1.2rem !important;
    margin-bottom: 0.5rem !important;
  }

  .value-proposition {
    font-size: 0.95rem !important;
    margin-bottom: 0.5rem !important;
  }

  .enhanced-input,
  .enhanced-select,
  .enhanced-textarea,
  .enhanced-date-picker {
    font-size: 1rem !important;
    padding: 8px !important;
    margin-bottom: 0.5rem !important;
  }

  .enhanced-submit-button {
    font-size: 1rem !important;
    padding: 10px 0 !important;
    margin-bottom: 0.5rem !important;
  }

  .trust-indicators {
    font-size: 0.9rem !important;
    margin-bottom: 0.5rem !important;
  }

  .privacy-notice {
    font-size: 0.8rem !important;
    margin-bottom: 0.5rem !important;
  }

  .right-content {
    display: none !important;
  }
}

:root {
  --primary-black: #1A1A1A;
  --primary-white: #FFFFFF;
  --accent-orange: #FF6B35;
  --accent-orange-hover: #f54e12;
  --soft-gray: #F5F5F5;
  --text-gray: #333333;

  --mud-palette-primary: var(--accent-orange) !important;
  --mud-palette-primary-hover: var(--accent-orange-hover) !important;
  --mud-palette-primary-lighten: #ff8559 !important;
  --mud-palette-primary-darken: #e55a2e !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*outline: 1px solid red;*/
}

/* Mobile-first improvements */
@media (max-width: 768px) {

  .btn-primary,
  .btn-secondary {
    min-height: 44px;
    min-width: 44px;
    -webkit-tap-highlight-color: rgba(255, 107, 53, 0.2);
    padding: 0.8rem 1.2rem;
    font-size: 0.9rem;
    border-radius: 25px !important;
  }

  .service-benefits li {
    padding: 0.25rem 0;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
  }

  .testimonial-text,
  .review-text {
    line-height: 1.6;
    font-size: 0.8rem;
  }

  .service-card,
  .testimonial-card,
  .google-review-card {
    transition: transform 0.2s ease;
    margin: 0 0.5rem;
    border-radius: 16px;
    transform: none !important;
    /* Disable complex animations on mobile */
  }

  .service-card:hover,
  .testimonial-card:hover {
    transform: translateY(-4px) !important;
    /* Simpler hover effect */
  }

  .service-card:active,
  .testimonial-card:active {
    transform: scale(0.98);
  }

  .play-overlay {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
  }

  .mud-input-root {
    margin-bottom: 1rem;
  }

  /* CTA buttons */
  .services-cta-button,
  .testimonials-button {
    min-height: 48px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(255, 107, 53, 0.2);
    padding: 1rem 1.5rem;
    font-size: 1rem;
    border-radius: 8px;
  }

  .services-grid,
  .testimonials-grid {
    width: 100%;
    overflow-x: hidden;
    gap: 1.5rem;
  }

  * {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-tap-highlight-color: rgba(255, 107, 53, 0.3);
  }

  .btn-primary span,
  .btn-secondary span {
    font-weight: 600;
  }

  .btn-primary:focus,
  .btn-secondary:focus,
  .services-cta-button:focus,
  .testimonials-button:focus {
    outline: 3px solid var(--accent-orange);
    outline-offset: 2px;
  }

  /* Reduce complex animations on mobile */
  .floating-element {
    animation: none;
  }

  .pulse-subtle {
    animation-duration: 6s;
    /* Slower pulse on mobile */
  }

  .btn-primary span,
  .btn-secondary span {
    white-space: nowrap;
  }

  .btn-primary:focus,
  .btn-secondary:focus,
  .services-cta-button:focus,
  .testimonials-button:focus {
    outline: 2px solid var(--accent-orange);
    outline-offset: 2px;
  }
}

@media (max-width: 320px) {
  .services-header h1 {
    font-size: 1.4rem;
  }

  .service-card h2 {
    font-size: 1.1rem;
  }

  .testimonial-text {
    font-size: 0.8rem;
  }

  .btn-primary,
  .btn-secondary {
    font-size: 0.85rem;
    padding: 0.75rem 1rem;
  }
}

html {
  font-size: 15px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

@media (min-width: 1920px) {
  html {
    font-size: 15px !important;
    ;
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 12px !important;
    ;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 11px !important;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 10px !important;
    ;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 9px !important;
    ;
  }
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

/* WebKit browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

main {
  flex: 1;
  padding-top: 3.8rem;
}

a {
  color: var(--primary-black);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease, background-color 0.3s ease;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
}

a:hover {
  color: var(--accent-orange-hover);
}

.btn-primary {
  color: #fff;
  background-color: var(--accent-orange);
  border-color: #81D4FA;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #353535;
}

.content {
  padding-top: 1.1rem;
}

h1:focus {
  outline: none;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid #e50000;
}

.validation-message {
  color: #e50000;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N3MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred."
}

.darker-border-checkbox.form-check-input {
  border-color: #929292;
}

#blazor-error-ui {
  display: none;
}

/* Header */
.container-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0.2rem 2rem;
  z-index: 1000;
}

.header-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  max-width: 1700px;
  margin: 0 auto;
  gap: 20px;
  padding: 0 10px;
}

.name-logo {
  font-size: 1.7rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  letter-spacing: 1px;
  background: linear-gradient(45deg, #333, #666);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-content .social-icons {
  display: flex;
  gap: 1rem;
}

.header-content .social-icons a {
  font-size: 1.6rem;
  transition: transform 0.3s;
}

.header-content .social-icons a:hover {
  transform: scale(1.2);
}

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

/* Navigation */
.nav-ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
  align-items: center;
}

.nav-li {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 107, 53, 0.1);
  backdrop-filter: blur(10px);
  white-space: nowrap;
}

.nav-li:hover {
  color: var(--accent-orange);
  background: rgba(255, 107, 53, 0.08);
  border-color: rgba(255, 107, 53, 0.2);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.1);
}

.nav-li:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2);
}

/* Enhanced hover animation */
.nav-li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-orange), var(--accent-orange-hover));
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-li:hover::after {
  width: 80%;
}



/* Auth button group - unified design */
.auth-button-group {
  display: flex;
  border: 2px solid var(--accent-orange);
  border-radius: 20px;
  overflow: hidden;
  background: white;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.1);
}

.auth-button-group:hover {
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.15);
  transform: translateY(-1px);
}

.signup-btn {
  background: transparent;
  color: var(--accent-orange);
  border: none;
  border-radius: 0;
  border-right: 1px solid var(--accent-orange);
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.95rem;
  flex: 1;
  justify-content: center;
}

.signup-btn:hover {
  background: rgba(255, 107, 53, 0.1);
  color: var(--accent-orange-hover);
}

.signup-btn i {
  transition: transform 0.3s ease;
}

.signup-btn:hover i {
  transform: scale(1.05);
}

.nav-ul .login-btn {
  background: var(--accent-orange);
  color: white;
  border: none;
  border-radius: 0;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.95rem;
  flex: 1;
  justify-content: center;
}

.nav-ul .login-btn:hover {
  background: var(--accent-orange-hover);
  color: white;
}

.nav-ul .login-btn i {
  transition: transform 0.3s ease;
}

.nav-ul .login-btn:hover i {
  transform: scale(1.1);
}

/* Focus states for accessibility */
.signup-btn:focus,
.nav-ul .login-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2);
}

.signup-btn:active,
.nav-ul .login-btn:active {
  transform: translateY(0);
}

/* Removed pulse animation for cleaner look */

.nav-ul .auth-item {
  display: flex;
  align-items: center;
}

/* No more spacing needed since buttons are grouped together */

/* Dropdown */
.dropdown {
  position: relative;
}

.dropdown .nav-li {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 107, 53, 0.15);
  backdrop-filter: blur(10px);
}

.dropdown:hover .nav-li {
  background: rgba(255, 107, 53, 0.1);
  border-color: rgba(255, 107, 53, 0.25);
  color: var(--accent-orange);
}

.dropdown-content {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  min-width: 260px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 107, 53, 0.1);
  border-radius: 16px;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  list-style-type: none;
  z-index: 1000;
}

.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-content a {
  color: #333;
  padding: 12px 24px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  border-radius: 8px;
  margin: 2px 12px;
  transition: all 0.2s ease;
  background: transparent;
}

.dropdown-content a:hover {
  color: var(--accent-orange);
  background: rgba(255, 107, 53, 0.08);
  transform: translateX(4px);
}

.dropdown-section-title {
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--accent-orange);
  padding: 16px 24px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.05), rgba(255, 107, 53, 0.02));
  border-radius: 8px;
  margin: 0 12px 4px;
}

.dropdown-content hr {
  margin: 12px 24px;
  border: none;
  border-top: 1px solid rgba(255, 107, 53, 0.15);
}

.arrow {
  font-size: 0.8em;
  margin-left: 8px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(255, 107, 53, 0.7);
}

.dropdown:hover .arrow {
  transform: rotate(180deg);
  color: var(--accent-orange);
}

/* Contact CTA styling */
.nav-li[href="#contact"] {
  background: linear-gradient(135deg, var(--accent-orange), var(--accent-orange-hover));
  color: white;
  border: 1px solid var(--accent-orange);
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.nav-li[href="#contact"]:hover {
  background: linear-gradient(135deg, var(--accent-orange-hover), #e8541f);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
}

.nav-li[href="#contact"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s;
}

.nav-li[href="#contact"]:hover::before {
  left: 100%;
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.nav-ul .dashboard-btn,
.nav-ul .account-btn {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 5px;
  font-weight: 600;
}

.nav-ul .dashboard-btn {
  color: var(--accent-orange)
}

/* User button group for authenticated users */
.user-button-group {
  display: flex;
  border: 2px solid rgba(255, 107, 53, 0.3);
  border-radius: 20px;
  overflow: hidden;
  background: white;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.08);
}

.user-button-group:hover {
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.12);
  transform: translateY(-1px);
  border-color: rgba(255, 107, 53, 0.4);
}

.nav-ul .dashboard-btn,
.nav-ul .account-btn {
  background: transparent;
  color: var(--accent-orange);
  border: none;
  border-radius: 0;
  border-right: 1px solid rgba(255, 107, 53, 0.3);
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.95rem;
  white-space: nowrap;
}

.nav-ul .dashboard-btn:hover,
.nav-ul .account-btn:hover {
  background: rgba(255, 107, 53, 0.1);
  color: var(--accent-orange-hover);
}

.nav-ul .logout-btn {
  background: rgba(255, 107, 53, 0.1);
  color: var(--accent-orange);
  border: none;
  border-radius: 0;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.95rem;
  white-space: nowrap;
}

.nav-ul .logout-btn:hover {
  background: #ff4444;
  color: white;
}

/* Icon animations for user buttons */
.nav-ul .dashboard-btn i,
.nav-ul .account-btn i,
.nav-ul .logout-btn i {
  transition: transform 0.3s ease;
}

.nav-ul .dashboard-btn:hover i,
.nav-ul .account-btn:hover i {
  transform: scale(1.05);
}

.nav-ul .logout-btn:hover i {
  transform: scale(1.05) rotate(-5deg);
}

/* Focus states for user buttons */
.nav-ul .dashboard-btn:focus,
.nav-ul .account-btn:focus,
.nav-ul .logout-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2);
}

.nav-ul .dashboard-btn:active,
.nav-ul .account-btn:active,
.nav-ul .logout-btn:active {
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .container-header {
    padding: 0.1rem 1rem;
  }

  .header-content {
    grid-template-columns: 1fr 1fr auto;
    height: 50px;
  }

  .mobile-menu-btn {
    display: block;
    font-size: 2rem;
    margin: 1rem 2rem;
  }

  .nav-ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 107, 53, 0.1);
    border-top: none;
    padding: 1rem;
    flex-direction: column;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    display: none;
    gap: 8px;
  }

  .nav-ul.active {
    display: flex;
  }

  .nav-li {
    width: 100%;
    justify-content: center;
    margin: 4px 0;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
    background: rgba(255, 107, 53, 0.03);
    border: 1px solid rgba(255, 107, 53, 0.1);
    margin: 8px 0;
    padding: 8px 0;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown .nav-li {
    border-radius: 8px;
  }
}

@media screen and (max-width: 768px) {
  .header-content .social-icons {
    display: none;
  }

  .header-content {
    grid-template-columns: auto auto;
  }

  .mobile-menu-btn {
    margin-left: auto;
  }

  .nav-li {
    padding: 12px 16px;
    font-size: 0.95rem;
    border-radius: 10px;
  }

  .signup-btn,
  .nav-ul .login-btn {
    padding: 8px 14px;
    font-size: 0.9rem;
    gap: 4px;
  }

  .auth-button-group {
    border-radius: 16px;
    margin: 8px 0;
  }

  .user-button-group {
    border-radius: 16px;
    margin: 8px 0;
  }

  .nav-ul .dashboard-btn,
  .nav-ul .account-btn,
  .nav-ul .logout-btn {
    padding: 8px 14px;
    font-size: 0.9rem;
    gap: 4px;
  }

  .dropdown-content {
    border-radius: 10px;
  }

  .dropdown-content a {
    padding: 10px 20px;
    border-radius: 6px;
    margin: 2px 8px;
  }
}


@media screen and (max-width: 480px) {
  .container-header {
    padding: 0.1rem 0.5rem;
  }

  .name-logo {
    font-size: 1.2rem;
  }

  .brand-definition {
    font-size: 0.8rem;
  }
}

/* Video */

#video {
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#video .main-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: max(5rem, 8vw);
  color: white;
  z-index: 1;
}

.main-heading {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  font-style: italic;
  opacity: 0;
  animation: slideInLeft 1s ease-out forwards;
}

.journey-text,
.life-text {
  font-size: clamp(4rem, 10vw, 7rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.journey-text {
  color: var(--primary-white);
  animation: slideInLeft 1s ease-out 0.3s forwards;
}

.life-text {
  color: var(--accent-orange-hover);
  animation: slideInLeft 1s ease-out 0.6s forwards;
}

.cta-button {
  margin-top: 3rem;
  padding: 1rem 2.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid white;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.4s ease;
  backdrop-filter: blur(1px);
  opacity: 0;
  animation: fadeIn 1s ease-out 0.9s forwards, ctaPulse 3s ease-in-out 2s infinite;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

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

.cta-button:hover {
  background-color: white;
  color: black;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

@keyframes ctaPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
  }

  50% {
    transform: scale(1.02);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.4);
  }
}

/* Hero video: Buy button tweaks to integrate with the overlay */
.video-overlay .content-wrapper {
  display: block;
  max-width: 900px;
}

.video-overlay .content-wrapper .cta-button+.hero-buy-btn {
  margin-left: 1rem;
}

.hero-buy-btn {
  background: var(--accent-orange, #ff6b35);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.hero-buy-btn:hover {
  background: color-mix(in srgb, var(--accent-orange, #ff6b35) 80%, black 20%);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(255, 107, 53, 0.26);
}

.hero-buy-btn:focus {
  outline: 3px solid rgba(255, 107, 53, 0.18);
  outline-offset: 2px;
}

/* On small screens, stack the CTAs under the heading */
@media (max-width: 768px) {
  .video-overlay {
    padding-left: 1.5rem;
  }

  .video-overlay .content-wrapper .cta-button,
  .video-overlay .content-wrapper .hero-buy-btn {
    display: block;
    width: calc(100% - 2rem);
    max-width: 480px;
    margin: 1rem 0 0 0;
  }

  .video-overlay .content-wrapper .cta-button+.hero-buy-btn {
    margin-left: 0;
  }
}


.bottom-right-image {
  position: absolute;
  bottom: 2rem;
  right: 4rem;
  width: clamp(250px, 25vw, 350px);
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  animation: fadeIn 1s ease-out 1.2s forwards,
    float 3s ease-in-out infinite;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.bottom-right-image:hover {
  transform: scale(1.05) translateY(-5px);
}

.secondary-video {
  position: absolute;
  bottom: 2rem;
  right: 4rem;
  width: clamp(250px, 25vw, 350px);
  border-radius: 15%;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  opacity: 0;
  animation: fadeIn 1s ease-out 1.2s forwards;
}

.secondary-video:hover {
  transform: scale(1.05) translateY(-5px);
  cursor: pointer;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media screen and (max-width: 768px) {
  .video-overlay {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .secondary-video {
    display: flex;
    justify-content: center;
    width: 40%;
  }

  .cta-button {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }

}

@media screen and (max-width: 480px) {
  .main-heading {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
    font-weight: 600;
  }
}

/* Coming Soon Page */
.coming-soon-container {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.coming-soon-background {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-black) 0%, #2d2d2d 50%, var(--text-gray) 100%);
  padding: 2rem;
}

.floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.shape-1 {
  width: 100px;
  height: 100px;
  background: var(--accent-orange);
  top: 20%;
  left: 10%;
  animation-delay: -1s;
}

.shape-2 {
  width: 150px;
  height: 150px;
  background: var(--accent-orange);
  top: 60%;
  right: 15%;
  animation-delay: -3s;
}

.shape-3 {
  width: 80px;
  height: 80px;
  background: var(--primary-white);
  top: 10%;
  right: 20%;
  animation-delay: -2s;
}

.shape-4 {
  width: 120px;
  height: 120px;
  background: var(--accent-orange);
  bottom: 20%;
  left: 20%;
  animation-delay: -4s;
}

.shape-5 {
  width: 60px;
  height: 60px;
  background: var(--primary-white);
  top: 40%;
  left: 5%;
  animation-delay: -0.5s;
}

.coming-soon-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  color: var(--primary-white);
}

.icon-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  font-size: 4rem;
}

.book-icon,
.podcast-icon {
  animation: bounce-gentle 2s ease-in-out infinite;
}

.podcast-icon {
  animation-delay: -1s;
}

.main-title {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 300;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, var(--primary-white) 0%, var(--accent-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: glow 3s ease-in-out infinite alternate;
}

.subtitle {
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  margin-bottom: 3rem;
  opacity: 0.9;
  font-weight: 300;
}

.features-preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.feature-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 15px;
  border: 1px solid rgba(255, 107, 53, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 107, 53, 0.1);
  border-color: rgba(255, 107, 53, 0.4);
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.feature-item h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--accent-orange);
}

.feature-item p {
  opacity: 0.8;
  line-height: 1.6;
}

.notification-signup {
  margin-bottom: 2rem;
}

.notification-signup p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.notify-btn {
  background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-hover) 100%);
  color: var(--primary-white);
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.notify-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.animated-dots {
  display: inline-flex;
  gap: 8px;
}

.animated-dots span {
  width: 10px;
  height: 10px;
  background: var(--accent-orange);
  border-radius: 50%;
  animation: bounce 1.5s ease-in-out infinite;
}

.animated-dots span:nth-child(1) {
  animation-delay: -0.3s;
}

.animated-dots span:nth-child(2) {
  animation-delay: -0.15s;
}

.animated-dots span:nth-child(3) {
  animation-delay: 0s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

@keyframes bounce-gentle {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes glow {
  0% {
    text-shadow: 0 0 20px rgba(255, 107, 53, 0.5);
  }

  100% {
    text-shadow: 0 0 30px rgba(255, 107, 53, 0.8);
  }
}

@keyframes bounce {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

/* Mobile optimizations */
@media (max-width: 768px) {
  .coming-soon-background {
    padding: 1rem;
  }

  .icon-container {
    font-size: 3rem;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .features-preview {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .feature-item {
    padding: 1.5rem;
  }

  .feature-item h3 {
    font-size: 1.3rem;
  }

  .shape {
    display: none;
  }
}

/* Services */
.services-section {
  padding: 3rem 0;
  background-color: var(--primary-white);
}

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

.services-header {
  text-align: center;
  margin-bottom: 6rem;
  max-width: 800px;
  margin-inline: auto;
}

.section-tag {
  display: inline-block;
  background-color: rgba(255, 107, 53, 0.1);
  color: var(--accent-orange);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.services-header h1 {
  font-size: clamp(2rem, 3rem, 3.5rem);
  color: var(--primary-black);
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.highlight {
  color: var(--accent-orange);
}

.header-description {
  font-size: 1.25rem;
  color: var(--text-gray);
  line-height: 1.6;
}

.services-grid {
  display: grid;
  gap: 2.5rem;
  margin-bottom: 6rem;
}

/* Book page styles - clean, modern UI for /resources/book */
.book-page-container {
  padding: 4rem 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 250, 252, 1));
}

.book-content.grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 2.5rem;
  align-items: start;
  column-gap: 3rem;
}

.book-cover {
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-cover .cover-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.12), 0 2px 6px rgba(16, 24, 40, 0.06);
  object-fit: cover;
  background: #fff;
  border: 1px solid rgba(16, 24, 40, 0.03);
}

.book-details {
  font-family: var(--body-font, Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial);
  color: var(--primary-black, #0f172a);
}

.book-title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin: 0 0 0.5rem 0;
  font-weight: 800;
  line-height: 1.05;
}

.lead {
  font-size: 1.125rem;
  color: var(--text-gray, #475569);
  margin-bottom: 1rem;
  font-weight: 600;
}

.excerpt {
  font-size: 1rem;
  color: var(--text-gray, #475569);
  margin-bottom: 1rem;
  font-style: italic;
}

.book-details p {
  margin: 0 0 1rem 0;
  line-height: 1.7;
  color: var(--text-gray, #475569);
}

.invitation {
  font-weight: 700;
  color: var(--primary-black, #0f172a);
  margin-top: 0.5rem;
}

.awaken-small {
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--accent-orange, #ff6b35);
  margin: 0.5rem 0 1rem 0;
}

.maybe-today {
  font-style: italic;
  color: rgba(15, 23, 42, 0.7);
  margin: 1rem 0 1.5rem 0;
}

.buy-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}

.buy-btn {
  display: inline-block;
  padding: 0.9rem 1.25rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: transform 120ms ease, box-shadow 120ms ease;
  border: 1px solid transparent;
}

.buy-btn.primary {
  background: var(--accent-orange, #ff6b35);
  color: #fff;
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.18);
}

.buy-btn.primary:hover {
  transform: translateY(-3px);
}

.buy-btn.ghost {
  background: transparent;
  color: var(--primary-black, #0f172a);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.buy-note {
  display: block;
  font-size: 0.875rem;
  color: var(--text-gray, #6b7280);
  margin-left: 0.5rem;
}

@media (max-width: 900px) {
  .book-content.grid {
    grid-template-columns: 1fr;
    padding: 0 1rem;
  }

  .book-cover {
    margin-bottom: 1rem;
  }

  .buy-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .buy-btn {
    width: 100%;
    text-align: center;
  }
}


.services-grid.featured {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.service-card {
  background-color: var(--primary-white);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(26, 26, 26, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.05), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 12px 40px rgba(26, 26, 26, 0.2);
  border: 1px solid rgba(255, 107, 53, 0.2);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
  color: var(--accent-orange-hover);
}

.service-card:hover .btn-primary {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.card-link {
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.card-content {
  padding: 2rem;
}

.card-header {
  padding: 2rem;
  background-color: rgba(255, 107, 53, 0.03);
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-icon {
  font-size: 2.5rem;
  color: var(--accent-orange);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card h2 {
  font-size: 1.75rem;
  color: var(--primary-black);
  margin-bottom: 1rem;
  font-weight: 700;
}

.service-card p {
  color: var(--text-gray);
  margin-bottom: 1.5rem;
  line-height: 1.6;
  min-height: 4.5rem;
  font-weight: 400;
}

.service-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.service-benefits li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--text-gray);
  margin-bottom: 0.75rem;
}

.service-benefits i {
  color: var(--accent-orange);
  font-size: 0.875rem;
}

.secondary-services {
  background-color: var(--soft-gray);
  padding: 4rem;
  border-radius: 2rem;
  margin-bottom: 6rem;
}

.secondary-header {
  text-align: center;
  margin-bottom: 3rem;
}

.secondary-header h2 {
  font-size: 2rem;
  color: var(--primary-black);
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.secondary-header p {
  color: var(--text-gray);
}

.services-grid.compact {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.service-card.compact {
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
}

.service-card.compact:hover {
  transform: translateY(-5px);
}

.service-card.compact h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-black);
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-radius: 3rem !important;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn-primary::before,
.btn-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-primary:hover::before,
.btn-secondary:hover::before {
  left: 100%;
}

.btn-primary {
  background-color: var(--accent-orange);
  color: var(--primary-white);
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.btn-primary:hover {
  background-color: var(--accent-orange-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
  color: var(--primary-white);
}

.btn-primary i {
  transition: transform 0.3s ease;
}

.btn-primary:hover i {
  transform: translateX(3px);
}

.btn-secondary {
  background-color: var(--soft-gray);
  color: var(--primary-black);
  border: 2px solid transparent;
}

.btn-secondary:hover {
  background-color: var(--text-gray);
  color: var(--primary-white);
  transform: translateY(-2px);
  border-color: var(--accent-orange);
}

.button-service {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-section {
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.05), rgba(255, 107, 53, 0.1));
  padding: 4rem;
  border-radius: 2rem;
}

.cta-content h2 {
  font-size: 2.25rem;
  color: var(--primary-black);
  margin-bottom: 1rem;
  font-weight: 700;
}

.cta-content p {
  font-size: 1.125rem;
}

.services-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background-color: var(--accent-orange);
  color: var(--primary-white);
  padding: 1rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.services-cta-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

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

.services-cta-button:hover {
  background-color: var(--accent-orange-hover);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 30px rgba(255, 107, 53, 0.5);
  color: var(--primary-white);
}

.services-cta-button:hover * {
  color: var(--primary-white);
}

.services-cta-button i {
  transition: transform 0.3s ease;
  color: inherit;
}

.services-cta-button:hover i {
  transform: translateX(5px) scale(1.1);
  color: var(--primary-white);
}

.cta-text {
  display: flex;
  flex-direction: column;
  color: inherit;
}

.cta-text .primary-text {
  font-weight: 600;
  font-size: 1.125rem;
  color: inherit;
}

.cta-text .secondary-text {
  font-size: 0.875rem;
  opacity: 0.9;
  color: inherit;
}

.cta-text .secondary-text {
  font-size: 0.875rem;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .services-section {
    padding: 3rem 0 2rem;
  }

  .container {
    padding: 0 1rem;
  }

  .services-header {
    margin-bottom: 3rem;
    padding: 0 1rem;
  }

  .services-header h1 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    line-height: 1.2;
  }

  .header-description {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .services-grid.featured {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .service-card {
    margin: 0 0.5rem;
  }

  .card-content {
    padding: 1.5rem;
  }

  .service-card h2 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .service-card p {
    font-size: 0.95rem;
    min-height: auto;
    margin-bottom: 1rem;
  }

  .service-benefits {
    margin-bottom: 1.5rem;
  }

  .service-benefits li {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .secondary-services {
    padding: 2rem 1rem;
    margin: 0 1rem 2rem;
  }

  .services-grid.compact {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .cta-section {
    padding: 2rem 1rem;
    margin: 0 1rem;
  }

  .cta-content h2 {
    font-size: clamp(1.5rem, 4vw, 1.75rem);
    line-height: 1.3;
  }

  .services-cta-button {
    padding: 0.875rem 1.5rem;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .cta-text .primary-text {
    font-size: 1rem;
  }

  .cta-text .secondary-text {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .services-section {
    padding: 2rem 0 1.5rem;
  }

  .services-header {
    margin-bottom: 2rem;
    padding: 0 0.5rem;
  }

  .services-header h1 {
    font-size: clamp(1.6rem, 6vw, 2rem);
  }

  .header-description {
    font-size: 1rem;
  }

  .service-card {
    margin: 0;
    border-radius: 1rem;
  }

  .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.5rem;
  }

  .card-content {
    padding: 1rem 1.5rem 1.5rem;
  }

  .service-card h2 {
    font-size: 1.3rem;
  }

  .service-benefits li {
    font-size: 0.85rem;
  }

  .button-service {
    flex-direction: column;
    gap: 0.75rem;
    align-items: stretch;
  }

  .btn-primary,
  .btn-secondary {
    padding: 0.875rem 1.25rem;
    font-size: 0.9rem;
    text-align: center;
    justify-content: center;
  }

  .secondary-services {
    padding: 1.5rem 0.5rem;
    margin: 0 0.5rem 1.5rem;
  }

  .secondary-header h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .services-grid.compact {
    gap: 1rem;
  }

  .service-card.compact {
    padding: 1.5rem;
  }

  .service-card.compact h3 {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .cta-section {
    padding: 1.5rem 0.5rem;
    margin: 0 0.5rem;
  }

  .cta-content h2 {
    font-size: clamp(1.3rem, 5vw, 1.5rem);
    margin-bottom: 0.75rem;
  }

  .cta-content p {
    font-size: 0.95rem;
  }

  .services-cta-button {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }

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

  .cta-text .primary-text {
    font-size: 0.9rem;
  }

  .cta-text .secondary-text {
    font-size: 0.75rem;
  }
}

/* Testimonials */

#testimonials {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f1f3f4 100%);
  padding: clamp(4rem, 8vw, 8rem) 0;
  position: relative;
  overflow: hidden;
  color: var(--text-gray);
}

.title-section {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.section-title {
  font-size: clamp(1.8rem, 2.5rem, 2.6rem);
  color: var(--text-gray);
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}

#testimonials .section-title {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.google-reviews-section .section-title {
  color: var(--text-gray);
}

.section-subtitle {
  color: black;
  font-size: clamp(1rem, 3vw, 1.2rem);
  margin-bottom: 40px;
  text-align: center;
}

.testimonials-container {
  max-width: min(1200px, 90vw);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 4vw, 50px);
  margin-bottom: 80px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  align-items: start;
}

.testimonial-card {
  background: white;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent, rgba(255, 107, 53, 0.02));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.testimonial-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
  border-color: rgba(255, 107, 53, 0.2);
}

.testimonial-card:hover::before {
  opacity: 1;
}

.testimonials-container .video-wrapper {
  position: relative;
  width: 100%;
  /* 9:16 phone aspect ratio for portrait videos */
  aspect-ratio: 9/16;
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  margin-bottom: 20px;
}

.testimonials-container .video-wrapper:hover {
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
  transform: translateY(-8px);
}

.testimonials-container .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 24px;
  background: #000;
}

.testimonials-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.1) brightness(1.05);
  border-radius: 16px;
  transition: filter 0.3s ease;
  background: #000;
}

.testimonials-container video:hover {
  filter: contrast(1.15) brightness(1.1);
}

/* Ensure video controls are always visible and styled properly */
.testimonials-container video::-webkit-media-controls {
  opacity: 1 !important;
  visibility: visible !important;
}

.testimonials-container video::-webkit-media-controls-panel {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%) !important;
  border-radius: 0 0 24px 24px;
}

.testimonials-container video::-webkit-media-controls-play-button,
.testimonials-container video::-webkit-media-controls-mute-button,
.testimonials-container video::-webkit-media-controls-fullscreen-button,
.testimonials-container video::-webkit-media-controls-timeline,
.testimonials-container video::-webkit-media-controls-current-time-display,
.testimonials-container video::-webkit-media-controls-time-remaining-display {
  filter: brightness(2) contrast(1.2) !important;
  color: white !important;
}

/* Firefox video controls styling */
.testimonials-container video::-moz-media-controls {
  opacity: 1 !important;
  visibility: visible !important;
}

/* General video control styling for all browsers */
.testimonials-container video::cue {
  color: white;
  background: rgba(0, 0, 0, 0.8);
}

.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  backdrop-filter: blur(2px);
  border-radius: 20px;
}

.play-overlay.hidden {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
}

.play-overlay.playing {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}

.play-button {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--accent-orange), var(--accent-orange-hover));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 32px rgba(255, 107, 53, 0.4);
  position: relative;
  overflow: hidden;
}

.play-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
  border-radius: 50%;
  transition: opacity 0.3s ease;
}

.play-button:hover::before {
  opacity: 0.3;
}

.play-button i {
  color: white;
  font-size: 28px;
  margin-left: 3px;
  /* Slightly offset play icon for better visual balance */
  transition: all 0.3s ease;
  z-index: 1;
}

.video-container:hover .play-button {
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(255, 107, 53, 0.5);
}

.video-container:hover .play-button i {
  transform: scale(1.1);
}

/* Video loading state */
.video-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  z-index: 10;
}

.video-loading .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 107, 53, 0.3);
  border-top: 3px solid var(--accent-orange);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.quote-icon {
  color: var(--accent-orange);
  font-size: 24px;
  opacity: 0.8;
  margin-bottom: 15px;
}

.testimonial-text {
  color: var(--text-gray);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  text-align: left;
  hyphens: auto;
  overflow-wrap: break-word;
}

.testimonial-content {
  padding: 1.5rem;
  position: relative;
}

.testimonial-quote {
  position: relative;
  margin-bottom: 2rem;
}

.testimonial-author-info {
  display: flex;
  align-items: center;
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}

.author-details {
  flex: 1;
}

.testimonial-author {
  color: var(--primary-black);
  font-weight: 600;
  margin: 0;
  font-size: 1.1rem;
}

.author-role {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.9rem;
  margin: 5px 0 0;
}

.cta-container {
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.testimonials-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.8rem, 2vw, 1.2rem) clamp(1.5rem, 4vw, 2.5rem);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 600;
  color: var(--primary-white);
  background-color: var(--accent-orange);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  min-height: 44px;
  min-width: 44px;
  max-width: 90vw;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.testimonials-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.testimonials-button:hover::before {
  left: 100%;
}

.testimonials-button:hover {
  background-color: var(--accent-orange-hover);
  color: var(--primary-white);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.testimonials-button i {
  transition: transform 0.3s ease;
}

.testimonials-button:hover i {
  transform: scale(1.1) rotate(5deg);
}

.testimonials-button i {
  font-size: 1.2rem;
}

#testimonials .cta-section {
  background: transparent;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  #testimonials {
    padding: 3rem 0;
  }

  .testimonials-container {
    padding: 0 1rem;
  }

  .section-title {
    font-size: clamp(1.8rem, 5vw, 2.2rem);
    line-height: 1.2;
  }

  .section-subtitle {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
    margin-bottom: 2rem;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-card {
    margin: 0;
    border-radius: 16px;
    padding: 18px;
  }

  .testimonials-container .video-wrapper {
    aspect-ratio: 9/16;
    border-radius: 16px;
    margin-bottom: 16px;
  }

  .testimonials-container .video-container {
    border-radius: 20px;
  }

  .testimonials-container video {
    border-radius: 20px;
    min-height: 500px;
  }

  .play-overlay {
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
  }

  .testimonial-content {
    padding: 1.5rem;
  }

  .testimonial-text {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .testimonial-author {
    font-size: 1rem;
  }

  .author-role {
    font-size: 0.85rem;
  }

  .testimonials-button {
    padding: 1rem 2rem;
    font-size: 1rem;
    margin: 0 1rem;
  }

  .play-button {
    width: 70px;
    height: 70px;
  }

  .play-button i {
    font-size: 24px;
  }

  /* Improve mobile video interaction */
  .testimonial-card:hover {
    transform: translateY(-6px) scale(1.01);
  }

  .video-container:hover .play-button {
    transform: scale(1.05);
  }
}

@media (max-width: 480px) {
  #testimonials {
    padding: 2.5rem 0;
  }

  .testimonials-container {
    padding: 0 0.5rem;
  }

  .title-section {
    margin-bottom: 2rem;
    padding: 0 0.5rem;
  }

  .section-title {
    font-size: clamp(1.5rem, 6vw, 1.8rem);
  }

  .section-subtitle {
    font-size: clamp(0.85rem, 4vw, 1rem);
    margin-bottom: 1.5rem;
  }

  .testimonials-grid {
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .testimonial-card {
    margin: 0;
    border-radius: 12px;
  }

  .testimonials-container .video-wrapper {
    padding-bottom: 177.78%;
    /* 9:16 phone aspect ratio for portrait videos */
    height: 0;
    border-radius: 12px;
  }

  .testimonials-container .video-container {
    border-radius: 12px;
  }

  .testimonials-container video {
    border-radius: 12px;
  }

  .play-overlay {
    border-radius: 12px;
  }

  .testimonial-content {
    padding: 1.5rem;
  }

  .testimonial-text {
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .testimonial-author {
    font-size: 0.95rem;
  }

  .author-role {
    font-size: 0.8rem;
  }

  .testimonial-author-info {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .testimonials-button {
    padding: 0.875rem 1.5rem;
    font-size: 0.9rem;
    margin: 0 0.5rem;
  }

  .play-button {
    width: 60px;
    height: 60px;
  }

  .play-button i {
    font-size: 20px;
    margin-left: 2px;
  }

  .cta-container {
    margin-top: 2rem;
  }

  /* Optimize mobile touch interactions */
  .testimonial-card:hover {
    transform: translateY(-4px);
  }

  .video-container:hover .play-button {
    transform: scale(1.02);
  }
}

/* Google Review */
.google-reviews-section {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* Rating Summary - Centered at top */
.google-rating-summary-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.google-rating-summary {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(255, 107, 53, 0.1);
  transition: all 0.3s ease;
}

.google-rating-summary:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 107, 53, 0.2);
}

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

.stars {
  display: flex;
  gap: 4px;
  margin-bottom: 0.5rem;
  justify-content: center;
}

.stars i {
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.stars i.filled {
  color: #ffd700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.stars i.empty {
  color: #ddd;
}

.rating-score {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-black);
  display: block;
}

.rating-source {
  color: #666;
  font-size: 0.9rem;
  font-weight: 500;
}

.google-logo img {
  height: 24px;
  opacity: 0.8;
}

/* Reviews Showcase - Full width carousel */
.reviews-showcase {
  width: 100%;
  margin-bottom: 3rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.google-review-card {
  background: white;
  border-radius: 15px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 107, 53, 0.1);
}

.google-review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 107, 53, 0.3);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.reviewer-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.reviewer-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent-orange), var(--accent-orange-hover));
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  overflow: hidden;
}

.reviewer-avatar .profile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.reviewer-avatar i {
  font-size: 1.2rem;
}

.reviewer-name {
  font-weight: 600;
  color: var(--primary-black);
  margin-bottom: 0.25rem;
}

.reviewer-name a {
  color: var(--accent-orange);
  text-decoration: none;
  transition: color 0.3s ease;
}

.reviewer-name a:hover {
  color: var(--accent-orange-hover);
}

.review-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 0.25rem;
}

.review-stars i.filled {
  color: #ffd700;
}

.review-stars i.empty {
  color: #ddd;
}

.review-date {
  font-size: 0.85rem;
  color: #888;
}

.review-text {
  color: #555;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Add Review Section - Centered below carousel */
.add-review-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem auto;
  padding: 0 2rem;
}

.add-review-card {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(255, 107, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.add-review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 107, 53, 0.2);
}

.add-review-header h3 {
  font-size: 1.8rem;
  color: var(--primary-black);
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.add-review-header p {
  color: #666;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.review-benefits {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #555;
  font-size: 0.9rem;
}

.benefit-item i {
  color: var(--accent-orange);
  font-size: 1rem;
}

.add-review-button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, var(--accent-orange), var(--accent-orange-hover));
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  position: relative;
  overflow: hidden;
}

.add-review-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.add-review-button:hover::before {
  left: 100%;
}

.add-review-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
  color: white;
}

.button-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.button-icon img {
  height: 20px;
  filter: brightness(0) invert(1);
}

.button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.primary-text {
  font-size: 1rem;
  font-weight: 600;
}

.secondary-text {
  font-size: 0.8rem;
  opacity: 0.9;
}

.reviews-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 3rem;
  color: #666;
}

.reviews-loading p {
  font-size: 1rem;
  margin: 0;
}

.no-reviews-message {
  text-align: center;
  padding: 3rem;
  color: #666;
  font-style: italic;
}

@media (max-width: 768px) {
  .google-rating-summary {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
  }

  .review-benefits {
    flex-direction: column;
    gap: 1rem;
  }

  .add-review-section {
    padding: 0 1rem;
    margin: 2rem auto;
  }

  .add-review-card {
    padding: 2rem;
    margin: 0 auto;
    max-width: 100%;
  }

  .button-content {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

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

.rating-display {
  gap: 10px;
}

.rating-score {
  font-size: 24px;
}

.rating-source {
  font-size: 12px;
}

.google-logo img {
  height: 30px;
}

.reviews-grid {
  gap: 1rem;
}

.google-review-card {
  padding: 1.5rem;
}

.add-review-card {
  padding: 1.5rem;
}

.add-review-header h3 {
  font-size: 1.5rem;
}

.reviews-slider-container {
  margin: 0 -0.5rem;
}

.review-slide {
  padding: 1rem;
  margin: 0 0.5rem;
}

/* Contact */
#contact {
  padding: 5rem 0;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.02) 0%, rgba(255, 255, 255, 1) 100%);
}

/* Contact Hero Banner */
.contact-hero-banner {
  background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-hover) 100%);
  color: white;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
  border-radius: 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-hero-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><circle cx="7" cy="7" r="7"/></g></g></svg>') repeat;
  animation: float 20s ease-in-out infinite;
  pointer-events: none;
}

.urgency-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  animation: pulse-urgent 2s ease-in-out infinite;
}

@keyframes pulse-urgent {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.hero-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.social-proof-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

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

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* Form Enhancements */
.form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.form-title {
  font-size: 2rem !important;
  font-weight: 800 !important;
  margin-bottom: 1.2rem;
}

.value-proposition {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.value-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem;
  background: rgba(255, 107, 53, 0.1);
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.value-item i {
  color: var(--accent-orange);
  font-size: 1.1rem;
}

/* Progress Indicator */
.form-progress {
  margin-bottom: 2rem;
}

.progress-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  position: relative;
}

.step:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  z-index: -1;
}

.step.active .step-number {
  background: var(--accent-orange);
  color: white;
}

.step.active .step-text {
  color: var(--accent-orange);
  font-weight: 600;
}

.step-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.step-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: #666;
  transition: all 0.3s ease;
}

.progress-bar {
  width: 100%;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent-orange), var(--accent-orange-hover));
  border-radius: 3px;
  transition: width 0.5s ease;
}

/* Enhanced Form Elements */
.enhanced-input,
.enhanced-select,
.enhanced-textarea,
.enhanced-date-picker {
  transition: all 0.3s ease;
}

.enhanced-input:focus-within,
.enhanced-select:focus-within,
.enhanced-textarea:focus-within,
.enhanced-date-picker:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.15) !important;
}

/* Enhanced Submit Button */
.enhanced-submit-button {
  width: 100%;
  padding: 1.2rem 2rem !important;
  border-radius: 1rem !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-hover) 100%) !important;
  border: none !important;
  box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative;
  overflow: hidden;
}

.enhanced-submit-button:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 15px 35px rgba(255, 107, 53, 0.4) !important;
}

.enhanced-submit-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s;
}

.enhanced-submit-button:hover::before {
  left: 100%;
}

.button-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}

.button-main-text {
  font-size: 1.1rem;
  font-weight: 700;
}

.button-sub-text {
  font-size: 0.9rem;
  opacity: 0.9;
  font-weight: 500;
}

.guarantee-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.75rem;
  background: rgba(34, 197, 94, 0.1);
  color: #059669;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.guarantee-badge i {
  font-size: 1.1rem;
}

/* Trust Indicators */
.trust-indicators {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(107, 114, 128, 0.05);
  border-radius: 0.5rem;
  font-size: 0.9rem;
  color: #4b5563;
}

.trust-item i {
  color: var(--accent-orange);
  font-size: 1.2rem;
}

/* Enhanced Benefits Section */
.benefits-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.benefits-title {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: var(--primary-black);
}

.enhanced-benefits-list .enhanced-benefit-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.enhanced-benefit-item:last-child {
  border-bottom: none;
}

.benefit-content {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.benefit-content strong {
  font-weight: 600;
  color: var(--primary-black);
  font-size: 1rem;
}

.benefit-content span {
  color: #666;
  font-size: 0.9rem;
}

/* Testimonial Snippet */
.testimonial-snippet {
  background: rgba(255, 107, 53, 0.05);
  padding: 1.5rem;
  border-radius: 1rem;
  margin: 2rem 0;
  border-left: 4px solid var(--accent-orange);
}

.snippet-content {
  position: relative;
}

.quote-icon {
  font-size: 2rem;
  color: var(--accent-orange);
  opacity: 0.7;
  margin-bottom: 1rem;
}

.snippet-content p {
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: var(--text-gray);
}

.snippet-author strong {
  color: var(--primary-black);
  font-weight: 600;
}

.snippet-author span {
  color: #666;
  font-size: 0.9rem;
}

/* Urgency Reminder */
.urgency-reminder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  color: #92400e;
  border-radius: 0.75rem;
  font-weight: 600;
  margin-top: 1.5rem;
  animation: gentle-pulse 3s ease-in-out infinite;
}

@keyframes gentle-pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }
}

.urgency-reminder i {
  font-size: 1.1rem;
}

.contact-container {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  margin: auto;
  max-width: 1400px;
  padding: 0 2rem;
}

.contact-form-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact-wrapper {
  max-width: 1100px;
  width: 100%;
  padding: 2rem;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(26, 26, 26, 0.12);
  background: white;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  position: relative;
}

.content-grid::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #e0e0e0 20%, #e0e0e0 80%, transparent);
  transform: translateX(-50%);
}

.form-section {
  padding-right: 1rem;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.right-content {
  padding-left: 1rem;
}

/* Ensure form elements don't overflow */
.form-section .mud-input-root,
.form-section .mud-select,
.form-section .mud-paper,
.form-section .enhanced-submit-button {
  max-width: 100%;
  box-sizing: border-box;
}

.video-header-container {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.adventure-video {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.video-header {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.contact-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  z-index: 1;
}

.contact-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  font-weight: 700 !important;
}

.header-icon {
  font-size: 3.5rem !important;
  color: var(--accent-orange);
  margin-bottom: 15px;
  display: inline-block;
}

.contact-subtitle {
  font-size: 1.3rem;
}

.benefits-section {
  padding-left: 20px;
}

.benefits-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mud-list-item-icon {
  color: var(--accent-orange) !important;
  margin-bottom: 15px;
  display: inline-block;
}

.benefits-note {
  font-style: italic;
  color: #666;
  margin-bottom: 30px;
}

.form-status {
  min-height: 24px;
  display: flex;
  align-items: center;
}

.hoverable-input {
  background-color: #f8f9fa;
  border: none !important;
  box-shadow: none !important;
  cursor: default;
  transition: all 0.3s ease;
}

.hoverable-input:hover {
  cursor: pointer !important;
  box-shadow: none !important;
  border: none !important;
}

.pointer-cursor {
  cursor: pointer !important;
}

.privacy-notice a {
  color: var(--mud-palette-primary);
  text-decoration: underline;
}

.book-submit-button {
  padding: 12px 24px !important;
  border-radius: 8px;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border: none;
  transition: all 0.3s ease;
}

/* Enhanced Calendar Modal */
.calendar-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 1000;
  animation: fadeIn 0.3s ease-out;
}

.calendar-modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-modal-content {
  background: white;
  margin: 20px;
  padding: 0;
  width: 95%;
  max-width: 1400px;
  max-height: 90vh;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  animation: slideInUp 0.4s ease-out;
}

/* Calendar Header */
.calendar-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 24px 32px;
  position: relative;
}

.calendar-close-btn {
  position: absolute;
  top: 20px;
  right: 24px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.calendar-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.calendar-title {
  margin: 0 0 8px 0;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}

.calendar-subtitle {
  margin: 0;
  font-size: 16px;
  opacity: 0.9;
  font-weight: 400;
}

/* Loading State */
.calendar-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
}

.calendar-loading .loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #667eea;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

.calendar-loading p {
  color: #666;
  font-size: 16px;
  margin: 0;
}

/* Controls Section */
.calendar-controls {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 32px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.timezone-display {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4a5568;
  font-size: 14px;
}

.timezone-display i {
  color: #667eea;
}

.view-controls {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.view-btn {
  padding: 8px 16px;
  border: 1px solid #e2e8f0;
  background: white;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #4a5568;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.view-btn:hover {
  border-color: #667eea;
  color: #667eea;
}

.view-btn.active {
  background: #667eea;
  color: white;
  border-color: #667eea;
}

/* Legend */
.calendar-legend {
  display: flex;
  gap: 24px;
  padding: 16px 32px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  flex-wrap: wrap;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4a5568;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.legend-dot.available {
  background: rgba(76, 175, 80, 0.8);
  border: 2px solid rgba(76, 175, 80, 1);
}

.legend-dot.busy {
  background: rgba(255, 152, 0, 0.8);
  border: 2px solid rgba(255, 152, 0, 1);
}

.legend-dot.unavailable {
  background: rgba(244, 67, 54, 0.8);
  border: 2px solid rgba(244, 67, 54, 1);
}

/* Quick Dates */
.quick-dates {
  padding: 20px 32px;
  border-bottom: 1px solid #e2e8f0;
}

.quick-dates h4 {
  margin: 0 0 16px 0;
  font-size: 16px;
  color: #2d3748;
  font-weight: 600;
}

.date-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.quick-date-btn {
  padding: 16px;
  border: 1px solid #e2e8f0;
  background: white;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #2d3748;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.quick-date-btn:hover:not(.disabled) {
  border-color: #667eea;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
  transform: translateY(-2px);
}

.quick-date-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.quick-date-btn.current {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  border-color: #667eea;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.25);
  transform: translateY(-1px);
}

.quick-date-btn.current .date-label,
.quick-date-btn.current .date-info,
.quick-date-btn.current .slots-count {
  color: white;
}

.date-label {
  font-weight: 600;
  color: #2d3748;
  font-size: 14px;
}

.date-info {
  color: #667eea;
  font-size: 13px;
  font-weight: 500;
}

.slots-count {
  color: #4a5568;
  font-size: 12px;
}

/* Simple Date & Time Selection */
.date-selection-section {
  padding: 20px 32px;
  border-bottom: 1px solid #e2e8f0;
}

.date-selection-section h4 {
  margin-bottom: 16px;
  color: #2d3748;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Two-column layout for better time slots visibility */
.calendar-main-content {
  display: flex;
  gap: 24px;
  min-height: 400px;
}

.date-picker-column {
  flex: 0 0 300px;
  min-width: 300px;
}

.time-slots-column {
  flex: 1;
  min-height: 400px;
  display: flex;
  flex-direction: column;
}

.no-date-selected {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #718096;
  text-align: center;
  padding: 40px 20px;
}

.no-date-selected i {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.5;
}

.no-date-selected span {
  font-size: 16px;
  font-weight: 500;
}

/* Date Picker Container */
.date-picker-container {
  margin-bottom: 20px;
}

/* Enhanced Time Slots Section */
.time-slots-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e2e8f0;
}

.time-slots-header h4 {
  margin: 0;
  color: #2d3748;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.date-display strong {
  color: #2d3748;
  font-size: 18px;
  display: block;
}

.slots-summary-enhanced {
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f3ff 100%);
  border-radius: 12px;
  border: 1px solid #bee3f8;
  padding: 20px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.slots-summary-enhanced::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
}

.summary-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.availability-indicator {
  flex: 1;
  min-width: 200px;
}

.availability-bar {
  width: 100%;
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}

.availability-fill {
  height: 100%;
  background: linear-gradient(90deg, #48bb78, #38a169);
  border-radius: 4px;
  transition: width 0.5s ease;
}

.availability-text {
  color: #4a5568;
  font-size: 14px;
  font-weight: 500;
}

.smart-suggest-btn {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.smart-suggest-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.scroll-hint {
  margin-top: 12px;
  color: #718096;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.scroll-hint i {
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-5px);
  }

  60% {
    transform: translateY(-3px);
  }
}

/* Time Periods Organization */
.time-periods {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.time-period {
  background: white;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.period-header {
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  padding: 12px 20px;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #2d3748;
}

.period-header i {
  color: #667eea;
  font-size: 16px;
}

.period-header small {
  color: #718096;
  font-weight: 400;
  margin-left: auto;
}

.time-period .time-slots-grid {
  padding: 16px;
}

/* Enhanced Loading State */
.slots-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 12px;
  border: 2px dashed #cbd5e0;
}

.loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.loading-content span {
  color: #4a5568;
  font-size: 16px;
  font-weight: 500;
}

.loading-content small {
  color: #718096;
  font-size: 13px;
}

/* Enhanced date picker container for mobile */
.date-picker-container {
  max-width: 300px;
}

@media (max-width: 768px) {
  .date-picker-container {
    max-width: 100%;
  }

  .booking-date-picker {
    font-size: 16px;
    /* Prevents iOS zoom on focus */
  }
}

.booking-date-picker {
  width: 100%;
}

.time-slots-section {
  padding: 20px 32px;
  max-height: 60vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.time-slots-section h4 {
  margin-bottom: 16px;
  color: #2d3748;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  position: sticky;
  top: 0;
  background: white;
  z-index: 10;
  padding: 8px 0;
  border-bottom: 1px solid #e2e8f0;
}

/* Scrollbar styling for webkit browsers */
.time-slots-section::-webkit-scrollbar {
  width: 8px;
}

.time-slots-section::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.time-slots-section::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.time-slots-section::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

/* Scroll fade indicators */
.time-slots-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 5;
}

.time-slots-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: 5;
}

.date-header {
  margin-bottom: 20px;
  padding: 12px 16px;
  background: #f7fafc;
  border-radius: 8px;
  border-left: 4px solid #667eea;
}

.date-header strong {
  color: #2d3748;
  font-size: 16px;
}

.slots-loading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  justify-content: center;
  color: #667eea;
}

.time-slots-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  max-width: 100%;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 8px;
}

.time-slot-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  color: #4a5568;
  min-height: 85px;
  position: relative;
  overflow: hidden;
  word-wrap: break-word;
  text-align: center;
  flex: 0 0 auto;
  min-width: 120px;
  width: calc(25% - 9px);
}

.time-slot-btn .slot-time {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.time-slot-btn .slot-status {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  opacity: 0.8;
}

.time-slot-btn .slot-status i {
  font-size: 12px;
}

.time-slot-btn:hover {
  border-color: #667eea;
  background: #f7fafc;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.time-slot-btn.selected {
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-color: #667eea;
  color: white;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.25);
}

.time-slot-btn .fas {
  font-size: 16px;
  margin-bottom: 4px;
}

.time-slot-btn small {
  font-size: 11px;
  opacity: 0.8;
  font-weight: 400;
}

/* Status-specific styles */
.time-slot-btn.available {
  background: linear-gradient(135deg, #48bb78, #38a169);
  border-color: #38a169;
  color: white;
}

.time-slot-btn.available:hover {
  background: linear-gradient(135deg, #38a169, #2f855a);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(72, 187, 120, 0.25);
}

.time-slot-btn.busy {
  background: #fed7d7;
  border-color: #fc8181;
  color: #c53030;
  cursor: not-allowed;
}

.time-slot-btn.busy:hover {
  transform: none;
  box-shadow: none;
  background: #fed7d7;
}

.time-slot-btn.unavailable {
  background: #fefcbf;
  border-color: #f6e05e;
  color: #d69e2e;
  cursor: not-allowed;
}

.time-slot-btn.unavailable:hover {
  transform: none;
  box-shadow: none;
  background: #fefcbf;
}

.time-slot-btn.available.selected {
  background: linear-gradient(135deg, #2f855a, #276749);
  box-shadow: 0 8px 25px rgba(72, 187, 120, 0.3);
}

/* Touch target improvements for mobile */
@media (max-width: 768px) {
  .time-slot-btn {
    min-height: 75px;
    padding: 12px 8px;
    font-size: 12px;
    /* Ensure minimum touch target size of 44px */
    min-width: 44px;
  }

  .time-slot-btn:active {
    transform: scale(0.95);
    transition: transform 0.1s ease;
  }
}

@media (max-width: 480px) {
  .time-slot-btn {
    min-height: 70px;
    padding: 10px 6px;
    font-size: 11px;
    /* Maintain accessibility with proper touch targets */
    min-width: 44px;
  }
}

/* Icon colors */
.text-success {
  color: #38a169 !important;
}

.text-danger {
  color: #e53e3e !important;
}

.text-warning {
  color: #d69e2e !important;
}

.no-slots-message {
  text-align: center;
  padding: 50px 20px;
  color: #718096;
  background: #f7fafc;
  border-radius: 12px;
  border: 2px dashed #cbd5e0;
}

.no-slots-message i {
  font-size: 64px;
  color: #cbd5e0;
  margin-bottom: 20px;
  display: block;
}

.no-slots-message h5 {
  margin-bottom: 12px;
  color: #4a5568;
  font-size: 18px;
  font-weight: 600;
}

.no-slots-message p {
  margin-bottom: 8px;
  font-size: 14px;
}

/* Enhanced No Slots Message */
.no-slots-message-enhanced {
  text-align: center;
  padding: 40px 24px;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  border-radius: 16px;
  border: 2px dashed #cbd5e0;
  margin: 20px 0;
}

.no-slots-icon {
  margin-bottom: 20px;
}

.no-slots-icon i {
  font-size: 56px;
  color: #a0aec0;
}

.no-slots-message-enhanced h5 {
  margin-bottom: 16px;
  color: #2d3748;
  font-size: 20px;
  font-weight: 600;
}

.no-slots-message-enhanced p {
  margin-bottom: 12px;
  font-size: 15px;
  color: #4a5568;
  line-height: 1.5;
}

.weekend-notice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(59, 130, 246, 0.1);
  color: #1e40af;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  margin: 16px 0;
}

.no-slots-actions {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}

.no-slots-actions p {
  color: #4a5568;
  font-weight: 500;
  margin-bottom: 16px;
}

.alternative-dates {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.alt-date-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px;
  background: white;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 70px;
}

.alt-date-btn:hover {
  border-color: #667eea;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.alt-date-day {
  font-size: 11px;
  color: #718096;
  font-weight: 500;
  text-transform: uppercase;
}

.alt-date-num {
  font-size: 18px;
  color: #2d3748;
  font-weight: 700;
  margin: 4px 0;
}

.alt-slots {
  font-size: 9px;
  color: #48bb78;
  background: rgba(72, 187, 120, 0.1);
  padding: 2px 6px;
  border-radius: 8px;
}

/* Selection Toast */
.selection-toast {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-100px);
  background: linear-gradient(135deg, #48bb78, #38a169);
  color: white;
  padding: 16px 24px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(72, 187, 120, 0.4);
  z-index: 10000;
  opacity: 0;
  transition: all 0.4s ease;
  max-width: 90vw;
  width: auto;
}

.selection-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.toast-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.toast-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.toast-message {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.toast-message strong {
  font-size: 16px;
  font-weight: 600;
}

.toast-message span {
  font-size: 14px;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .selection-toast {
    top: 10px;
    padding: 12px 18px;
    max-width: 95vw;
  }

  .toast-content {
    gap: 10px;
  }

  .toast-icon {
    font-size: 20px;
  }

  .toast-message strong {
    font-size: 14px;
  }

  .toast-message span {
    font-size: 12px;
  }

  .alternative-dates {
    gap: 8px;
  }

  .alt-date-btn {
    min-width: 60px;
    padding: 10px 6px;
  }

  .alt-date-num {
    font-size: 16px;
  }

  .no-slots-message-enhanced {
    padding: 30px 16px;
  }
}

.selection-confirmation {
  padding: 20px 32px;
  border-top: 1px solid #e2e8f0;
}

.confirmation-card {
  background: linear-gradient(135deg, #48bb78, #38a169);
  color: white;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 10px 30px rgba(72, 187, 120, 0.3);
  position: relative;
  overflow: hidden;
}

.confirmation-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  animation: shimmer 3s infinite;
}

.confirmation-icon {
  font-size: 28px;
  color: white;
  flex-shrink: 0;
  margin-top: 4px;
}

.confirmation-details {
  flex: 1;
}

.confirmation-details h5 {
  margin: 0 0 12px 0;
  font-weight: 700;
  font-size: 18px;
  color: white;
}

.selected-time {
  margin-bottom: 16px;
}

.selected-time strong {
  font-size: 20px;
  font-weight: 600;
  color: white;
  display: block;
}

.confirmation-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  opacity: 0.95;
}

.info-item i {
  width: 16px;
  font-size: 14px;
}

.confirmation-details small {
  opacity: 0.85;
  font-size: 12px;
  font-style: italic;
}

/* Mobile responsiveness */
@media (max-width: 1024px) {
  .time-slots-grid {
    gap: 10px;
  }

  .time-slot-btn {
    padding: 14px 10px;
    min-height: 80px;
    font-size: 13px;
    min-width: 110px;
    width: calc(33.333% - 7px);
  }
}

@media (max-width: 768px) {
  .time-slots-grid {
    gap: 8px;
    margin-top: 12px;
  }

  .time-slot-btn {
    padding: 12px 8px;
    min-height: 75px;
    font-size: 12px;
    min-width: 100px;
    width: calc(50% - 4px);
  }

  .time-slot-btn .slot-time {
    font-size: 14px;
    margin-bottom: 3px;
  }

  .time-slot-btn .slot-status {
    font-size: 11px;
  }

  .quick-date-selection {
    padding: 16px 20px;
  }

  .quick-dates-grid {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 8px;
  }

  .quick-date-btn {
    padding: 10px 6px;
    min-height: 70px;
  }

  .quick-date-number {
    font-size: 18px;
  }

  .time-slots-header {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .slots-summary-enhanced {
    padding: 16px;
    margin-bottom: 20px;
  }

  .summary-info {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .availability-indicator {
    min-width: auto;
  }

  .time-period .time-slots-grid {
    padding: 12px;
  }

  .period-header {
    padding: 10px 16px;
    font-size: 14px;
  }

  .time-slots-section {
    padding: 16px 20px;
    max-height: 50vh;
  }

  .time-slots-section::-webkit-scrollbar {
    width: 6px;
  }

  .date-selection-section {
    padding: 16px 20px;
  }
}

@media (max-width: 480px) {
  .time-slots-grid {
    gap: 6px;
    margin-top: 10px;
  }

  .time-slot-btn {
    padding: 10px 6px;
    min-height: 70px;
    font-size: 11px;
    min-width: 90px;
    width: calc(50% - 3px);
  }

  .time-slot-btn .slot-time {
    font-size: 13px;
    margin-bottom: 2px;
  }

  .time-slot-btn .slot-status {
    font-size: 10px;
    gap: 2px;
  }

  .time-slot-btn .slot-status i {
    font-size: 10px;
  }

  .quick-date-selection {
    padding: 12px 16px;
  }

  .quick-dates-grid {
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    gap: 6px;
  }

  .quick-date-btn {
    padding: 8px 4px;
    min-height: 60px;
  }

  .quick-date-day {
    font-size: 9px;
    margin-bottom: 2px;
  }

  .quick-date-number {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .quick-date-slots {
    font-size: 8px;
  }

  .slots-summary-enhanced {
    padding: 12px;
    margin-bottom: 16px;
  }

  .smart-suggest-btn {
    padding: 8px 12px;
    font-size: 12px;
  }

  .time-period .time-slots-grid {
    padding: 8px;
  }

  .period-header {
    padding: 8px 12px;
    font-size: 13px;
  }

  .time-slots-section {
    padding: 12px 16px;
    max-height: 45vh;
  }

  .time-slots-section::-webkit-scrollbar {
    width: 4px;
  }

  .date-selection-section {
    padding: 12px 16px;
  }

  .date-header {
    padding: 10px 12px;
    margin-bottom: 16px;
  }

  .date-header strong {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .quick-dates-grid {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 4px;
  }

  .quick-date-btn {
    padding: 6px 3px;
    min-height: 50px;
  }

  .quick-date-day {
    font-size: 8px;
  }

  .quick-date-number {
    font-size: 14px;
  }

  .time-slots-grid {
    gap: 4px;
    margin-top: 8px;
  }

  .time-slot-btn {
    padding: 8px 4px;
    min-height: 65px;
    font-size: 10px;
    min-width: 80px;
    width: calc(50% - 2px);
  }

  .time-slot-btn .slot-time {
    font-size: 12px;
    margin-bottom: 1px;
  }

  .time-slot-btn .slot-status {
    font-size: 9px;
  }
}

/* Legacy calendar styles (keep for now) */
.calendar-container {
  padding: 20px 32px;
  min-height: 600px;
  max-height: 800px;
  overflow-y: auto;
}

.enhanced-calendar {
  border-radius: 8px;
  overflow: hidden;
}

/* Make calendar bigger and more visible */
.enhanced-calendar .mud-calendar {
  min-height: 500px;
}

.enhanced-calendar .mud-calendar-day,
.enhanced-calendar .mud-calendar-week {
  min-height: 400px;
}

/* Make available slots more prominent */
.enhanced-calendar .mud-calendar-item {
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  margin: 1px;
  min-height: 40px;
}

/* Highlight available slots in green */
.enhanced-calendar .mud-calendar-item:has-text("🟢 Available") {
  background-color: #48bb78 !important;
  color: white !important;
  border: 2px solid #38a169 !important;
}

.enhanced-calendar .mud-calendar-item:has-text("⛔ Busy") {
  background-color: #f56565 !important;
  color: white !important;
}

.enhanced-calendar .mud-calendar-item:has-text("🔴") {
  background-color: #ed8936 !important;
  color: white !important;
}

/* Timezone Error */
.timezone-error {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  margin-bottom: 16px;
  color: #dc2626;
}

/* Calendar Footer */
.calendar-footer {
  padding: 20px 32px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.instructions {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4a5568;
  font-size: 14px;
}

.instructions i {
  color: #667eea;
}

.highlight-available {
  color: #4caf50;
  font-weight: 600;
}

.selected-slot-info {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4caf50;
  font-size: 14px;
  padding: 12px 16px;
  background: rgba(76, 175, 80, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(76, 175, 80, 0.3);
}

.selected-slot-info i {
  font-size: 16px;
}

/* Enhanced Calendar Slot Styling */
.calendar-slot-available {
  background: rgba(76, 175, 80, 0.15) !important;
  border: 1px solid rgba(76, 175, 80, 0.4) !important;
  color: #2e7d32 !important;
}

.calendar-slot-available:hover {
  background: rgba(76, 175, 80, 0.25) !important;
  border-color: rgba(76, 175, 80, 0.6) !important;
  cursor: pointer;
  transform: scale(1.02);
}

.calendar-slot-busy {
  background: rgba(255, 152, 0, 0.15) !important;
  border: 1px solid rgba(255, 152, 0, 0.4) !important;
  color: #ef6c00 !important;
}

.calendar-slot-unavailable {
  background: rgba(244, 67, 54, 0.15) !important;
  border: 1px solid rgba(244, 67, 54, 0.4) !important;
  color: #c62828 !important;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }

  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

/* Mobile Responsiveness */
@media (max-width: 1024px) {
  .calendar-modal-content {
    margin: 15px;
    width: calc(100% - 30px);
    max-height: 92vh;
  }

  .date-buttons {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}

@media (max-width: 768px) {
  .calendar-modal-content {
    margin: 10px;
    width: calc(100% - 20px);
    max-height: 95vh;
  }

  .calendar-header {
    padding: 20px 20px;
  }

  .calendar-title {
    font-size: 24px;
  }

  .calendar-subtitle {
    font-size: 14px;
  }

  .calendar-controls {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    padding: 16px 20px;
  }

  .timezone-display {
    order: 1;
    text-align: center;
    font-size: 13px;
  }

  /* Mobile: Stack columns vertically */
  .calendar-main-content {
    flex-direction: column;
    gap: 16px;
    min-height: auto;
  }

  .date-picker-column {
    flex: none;
    min-width: auto;
  }

  .time-slots-column {
    flex: none;
    min-height: 300px;
  }

  .no-date-selected {
    padding: 20px;
  }

  .no-date-selected i {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .no-date-selected span {
    font-size: 14px;
  }

  .view-controls {
    order: 2;
    width: 100%;
    justify-content: center;
  }

  .view-btn {
    flex: 1;
    max-width: 120px;
    justify-content: center;
  }

  .calendar-legend {
    padding: 12px 20px;
    gap: 16px;
  }

  .quick-dates {
    padding: 16px 20px;
  }

  .date-buttons {
    grid-template-columns: 1fr;
  }

  .calendar-container {
    padding: 16px 20px;
    max-height: 400px;
  }

  .calendar-footer {
    padding: 16px 20px;
  }

  .no-slots-message {
    padding: 30px 15px;
  }

  .no-slots-message h5 {
    font-size: 16px;
  }

  .no-slots-message p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .calendar-modal-content {
    margin: 5px;
    width: calc(100% - 10px);
    max-height: 98vh;
  }

  .calendar-header {
    padding: 16px 16px;
  }

  .calendar-title {
    font-size: 20px;
  }

  .calendar-subtitle {
    font-size: 13px;
  }

  .calendar-close-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
    top: 14px;
    right: 16px;
  }

  .calendar-controls {
    padding: 12px 16px;
    gap: 10px;
  }

  .timezone-display {
    font-size: 12px;
  }

  .view-btn {
    padding: 6px 12px;
    font-size: 12px;
  }

  .calendar-legend,
  .quick-dates,
  .calendar-container,
  .calendar-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .quick-dates h4 {
    font-size: 14px;
  }

  .date-buttons {
    gap: 8px;
  }

  .quick-date-btn {
    padding: 12px;
  }

  .date-label {
    font-size: 12px;
  }

  .date-info {
    font-size: 11px;
  }

  .slots-count {
    font-size: 10px;
  }

  .no-slots-message {
    padding: 25px 10px;
  }

  .no-slots-message i {
    font-size: 48px;
    margin-bottom: 15px;
  }

  .no-slots-message h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .no-slots-message p {
    font-size: 12px;
    margin-bottom: 6px;
  }
}

@media (max-width: 320px) {
  .calendar-header {
    padding: 12px 12px;
  }

  .calendar-title {
    font-size: 18px;
  }

  .calendar-subtitle {
    font-size: 12px;
  }

  .calendar-close-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
    top: 10px;
    right: 12px;
  }

  .calendar-controls,
  .calendar-legend,
  .quick-dates,
  .calendar-container,
  .calendar-footer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .timezone-display {
    font-size: 11px;
  }
}

.mud-calendar-event {
  padding: 4px;
  border-radius: 4px;
  text-align: center;
}

@media (max-width: 768px) {
  #contact {
    padding: 2rem 0;
  }

  .contact-hero-banner {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .social-proof-stats {
    gap: 1.5rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .value-proposition {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .progress-steps {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  .step {
    gap: 1rem;
  }

  .step:not(:last-child)::after {
    display: none;
  }

  .contact-container {
    padding: 0 1rem;
  }

  .contact-wrapper {
    padding: 1.5rem;
    border-radius: 1rem;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .content-grid::before {
    display: none;
  }

  .form-section,
  .right-content {
    padding: 0;
  }

  .form-title {
    font-size: 1.8rem !important;
  }

  .enhanced-submit-button {
    padding: 1rem 1.5rem !important;
    font-size: 1rem !important;
  }

  .button-main-text {
    font-size: 1rem;
  }

  .button-sub-text {
    font-size: 0.85rem;
  }

  .trust-indicators {
    grid-template-columns: 1fr;
  }

  .video-header-container {
    margin-bottom: 1.5rem;
  }

  .adventure-video {
    height: 200px;
  }

  .video-header {
    border-radius: 8px;
  }

  .contact-header .header-icon {
    font-size: 2.5rem !important;
    margin-bottom: 10px;
  }

  .contact-subtitle {
    font-size: 1.1rem;
  }

  .benefits-content {
    gap: 1rem;
  }

  .testimonial-snippet {
    padding: 1rem;
    margin: 1.5rem 0;
  }

  .quote-icon {
    font-size: 1.5rem;
  }
}


/* ===== OPTIMIZED FOOTER STYLES ===== */

/* Screen reader only content */
.sr-only,
.visually-hidden {
  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;
}

/* Footer Container */
#footer {
  width: 100%;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-top: 1px solid #e9ecef;
  margin-top: 4rem;
}

.footer-divider {
  width: 70%;
  margin: 0 auto;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--accent-orange) 50%, transparent 100%);
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 2rem 1rem;
}

.footer-main-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-bottom: 2rem;
}

/* Footer Sections */
.footer-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-heading {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 12px;
  text-align: center;
  font-weight: 600;
  color: var(--text-gray);
}

.footer-heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-orange), var(--accent-orange-hover));
  transform: translateX(-50%);
  border-radius: 2px;
}

.footer-tagline {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-gray);
  margin-bottom: 1.5rem;
  max-width: 280px;
}

/* Social Media Section */
.social-section {
  align-items: center;
}

.social-nav {
  width: 100%;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-icons li {
  display: flex;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--accent-orange);
  transform: scale(0);
  transition: transform 0.3s ease;
  border-radius: 50%;
  z-index: 1;
}

.social-link:hover::before {
  transform: scale(1);
}

.social-link i {
  font-size: 1.4rem;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
}

.social-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.social-link:hover i {
  color: #ffffff;
}

.social-link:focus {
  outline: 2px solid var(--accent-orange);
  outline-offset: 2px;
}

/* Platform-specific colors */
.social-link.facebook i {
  color: #1877f2;
}

.social-link.twitter i {
  color: #1da1f2;
}

.social-link.instagram i {
  color: #e4405f;
}

.social-link.linkedin i {
  color: #0077b5;
}

.social-link.youtube i {
  color: #ff0000;
}

.social-link.meetup i {
  color: #ed1c40;
}

.social-link.tiktok i {
  color: #000000;
}

/* Newsletter Section */
.newsletter-section {
  max-width: 400px;
}

.newsletter-tagline {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: var(--text-gray);
}

.newsletter-form-wrapper {
  width: 100%;
}

.newsletter-form-container {
  width: 100%;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 1rem;
  max-width: 350px;
  margin: 0 auto 1rem auto;
}

.newsletter-input {
  width: 100%;
  border: 2px solid #e9ecef;
  padding: 16px 20px;
  font-size: 1.1rem;
  background: #ffffff;
  outline: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.newsletter-input::placeholder {
  color: #6c757d;
}

.newsletter-input:focus {
  outline: none;
  border-color: var(--accent-orange);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.15);
  transform: translateY(-1px);
}

.newsletter-submit {
  border: none;
  padding: 16px 24px;
  background: linear-gradient(45deg, var(--accent-orange), var(--accent-orange-hover));
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

.newsletter-submit:hover {
  background: linear-gradient(45deg, var(--accent-orange-hover), #d6481e);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.newsletter-submit:focus {
  outline: 2px solid var(--accent-orange);
  outline-offset: 2px;
}

.newsletter-submit:active {
  transform: translateY(0px);
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
}

.newsletter-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
}

.newsletter-loading .spinner-border {
  color: var(--accent-orange);
}

.privacy-notice {
  text-align: left;
  margin-top: 1rem;
}

.privacy-notice small {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.4;
}

.privacy-notice a {
  color: var(--accent-orange);
  text-decoration: underline;
  padding: 0;
}

.privacy-notice a:hover {
  color: var(--accent-orange-hover);
}

.validation-error {
  font-size: 0.8rem;
  margin-top: 0.5rem;
  text-align: left;
}

/* Quick Links & Contact Section */
.links-contact-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

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

.footer-nav-wrapper {
  width: 100%;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  display: flex;
  justify-content: center;
}

.footer-link {
  padding: 8px 16px;
  color: var(--text-gray);
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.footer-link:hover {
  background: var(--accent-orange);
  color: white;
  transform: translateX(4px);
}

.footer-link:focus {
  outline: 2px solid var(--accent-orange);
  outline-offset: 2px;
}

/* Contact Info */
.contact-info {
  text-align: center;
  font-style: normal;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
}

.contact-item i {
  color: var(--accent-orange);
  font-size: 1.1rem;
}

.email-link {
  color: var(--text-gray);
  text-decoration: none;
  padding: 0;
  transition: color 0.3s ease;
}

.email-link:hover {
  color: var(--accent-orange);
}

.email-link:focus {
  outline: 2px solid var(--accent-orange);
  outline-offset: 2px;
  border-radius: 4px;
}

/* Disclaimer Section */
.footer-disclaimer {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e9ecef;
}

.disclaimer-details {
  max-width: 800px;
  margin: 0 auto;
}

.disclaimer-summary {
  cursor: pointer;
  padding: 1rem;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background: #ffffff;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.disclaimer-summary:hover {
  background: #f8f9fa;
  border-color: var(--accent-orange);
}

.disclaimer-summary::-webkit-details-marker {
  display: none;
}

.disclaimer-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: var(--text-gray);
}

.disclaimer-icon {
  font-size: 0.8rem;
  color: var(--accent-orange);
  transition: transform 0.3s ease;
}

.disclaimer-details[open] .disclaimer-icon {
  transform: rotate(180deg);
}

.disclaimer-content {
  padding: 1.5rem;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-top: none;
  border-radius: 0 0 8px 8px;
  margin-top: -1px;
}

.disclaimer-content p {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* Footer Bottom */
.footer-bottom {
  background: var(--text-gray);
  color: white;
  text-align: center;
  padding: 1.5rem 2rem;
  margin-top: 2rem;
}

.footer-bottom-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.copyright {
  margin: 0;
}

.copyright small {
  font-size: 0.8rem;
}

.footer-links {
  display: flex;
  gap: 1rem;
}

.github-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--accent-orange);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
  border-radius: 6px;
}

.github-link:hover {
  background: rgba(255, 107, 53, 0.1);
  transform: translateY(-1px);
}

.github-link:focus {
  outline: 2px solid var(--accent-orange);
  outline-offset: 2px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    padding: 2rem 1rem 1rem;
  }

  .footer-main-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

  .social-icons {
    gap: 0.6rem;
  }

  .social-link {
    width: 44px;
    height: 44px;
  }

  .social-link i {
    font-size: 1.2rem;
  }

  .newsletter-form {
    max-width: 320px;
    margin: 0 auto 1rem auto;
    gap: 10px;
  }

  .newsletter-input {
    padding: 14px 18px;
    font-size: 1rem;
  }

  .newsletter-submit {
    padding: 14px 20px;
    font-size: 1rem;
  }

  .footer-nav {
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }

  .disclaimer-summary {
    padding: 0.8rem;
  }

  .disclaimer-title {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .footer-container {
    padding: 1.5rem 0.8rem 1rem;
  }

  .footer-heading {
    font-size: 1.2rem;
  }

  .footer-tagline {
    font-size: 0.9rem;
  }

  .social-icons {
    gap: 0.4rem;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }

  .social-link i {
    font-size: 1.1rem;
  }

  .newsletter-input {
    font-size: 1rem;
    padding: 14px 18px;
  }

  .newsletter-submit {
    font-size: 0.9rem;
    padding: 14px 20px;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {

  .footer-link,
  .social-link,
  .newsletter-submit {
    border: 2px solid currentColor;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {

  .social-link,
  .newsletter-submit,
  .footer-link,
  .disclaimer-icon {
    transition: none;
  }

  .social-link:hover {
    transform: none;
  }

  .newsletter-submit:hover {
    transform: none;
  }

  .footer-link:hover {
    transform: none;
  }
}

/* MudBlazor */

:not(.mud-calendar)>.mud-button-root.mud-button:hover,
:not(.mud-calendar) .mud-button-root.mud-button:hover {
  background-color: var(--accent-orange-hover);
  color: #ffffff;
}

/* Google Reviews Section */
.google-reviews-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.google-reviews-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.google-rating-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.rating-display {
  display: flex;
  align-items: center;
  gap: 15px;
}

.stars {
  display: flex;
  gap: 4px;
}

.stars i {
  color: #ffc107;
  font-size: 24px;
}

.stars i.filled {
  color: #ffc107;
}

.stars i.empty {
  color: #ddd;
}

.rating-score {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.rating-source {
  font-size: 14px;
  color: #666;
  margin-left: 8px;
}

.google-logo img {
  height: 40px;
  width: auto;
}

.reviews-grid {
  display: grid;
  gap: 20px;
}

.google-review-card {
  background: white;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.google-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.reviewer-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.reviewer-avatar .profile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.reviewer-avatar i {
  font-size: 40px;
  color: #ddd;
}

.reviewer-name {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.reviewer-name a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.reviewer-name a:hover {
  color: var(--accent-orange);
}

.review-stars {
  display: flex;
  gap: 2px;
}

.review-stars i.filled {
  color: #ffc107;
}

.review-stars i.empty {
  color: #ddd;
}

.review-date {
  font-size: 12px;
  color: #666;
}

.review-text {
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.add-review-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.add-review-card {
  background: white;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.add-review-header h3 {
  margin: 0 0 8px 0;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.add-review-header p {
  margin: 0 0 24px 0;
  color: #666;
}

.review-benefits {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
}

.benefit-item i {
  color: var(--accent-orange);
  width: 16px;
}

.add-review-button {
  display: block;
  text-decoration: none;
  background: linear-gradient(135deg, #4285f4 0%, #34a853 100%);
  color: white;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.add-review-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(66, 133, 244, 0.3);
  color: white;
  text-decoration: none;
}

.button-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.button-icon img {
  height: 24px;
  width: auto;
  filter: brightness(0) invert(1);
}

.button-text {
  flex: 1;
  text-align: left;
}

.primary-text {
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.secondary-text {
  display: block;
  font-size: 12px;
  opacity: 0.9;
}

.reviews-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  grid-column: 1 / -1;
}

.reviews-loading p {
  margin-top: 16px;
  color: #666;
  font-size: 16px;
}

@media (max-width: 768px) {
  .google-reviews-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .google-rating-summary {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .button-content {
    flex-direction: column;
    gap: 12px;
  }

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

/* Reviews Slider */
.reviews-slider-container {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: transparent;
  width: 100%;
  margin: 0 auto;
}

.reviews-slider {
  display: flex;
  transition: none;
  gap: 20px;
  width: max-content;
}

.review-slide {
  min-width: 300px;
  flex: 0 0 300px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: white;
  border: 1px solid rgba(255, 107, 53, 0.1);
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-slide:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 107, 53, 0.3);
}

.slide-reviewer-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.slide-reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent-orange), var(--accent-orange-hover));
  color: white;
  font-size: 16px;
  font-weight: 600;
  flex-shrink: 0;
}

.slide-reviewer-avatar .profile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.slide-reviewer-details h4 {
  margin: 0 0 2px 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.slide-review-stars {
  display: flex;
  gap: 1px;
  margin-bottom: 2px;
}

.slide-review-stars i {
  font-size: 12px;
}

.slide-review-stars i.filled {
  color: #ffc107;
}

.slide-review-stars i.empty {
  color: #ddd;
}

.slide-review-date {
  font-size: 10px;
  color: #888;
  margin: 0;
}

.slide-review-text {
  font-size: 12px;
  line-height: 1.4;
  color: #555;
  font-style: italic;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .reviews-slider-container {
    padding: 15px;
    max-width: 600px;
    /* Show 2 cards on tablet */
  }

  .reviews-slider {
    gap: 12px;
  }

  .review-slide {
    min-width: 240px;
    flex: 0 0 240px;
    padding: 14px;
  }

  .slide-reviewer-info {
    gap: 8px;
    margin-bottom: 10px;
  }

  .slide-reviewer-avatar {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .slide-reviewer-details h4 {
    font-size: 12px;
  }

  .slide-review-text {
    font-size: 11px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

@media (max-width: 480px) {
  .reviews-slider-container {
    padding: 12px;
    max-width: 320px;
    /* Show 1 card on mobile */
  }

  .reviews-slider {
    gap: 10px;
  }

  .review-slide {
    min-width: 280px;
    flex: 0 0 280px;
    padding: 12px;
  }

  .slide-reviewer-avatar {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .slide-reviewer-details h4 {
    font-size: 11px;
  }

  .slide-review-text {
    font-size: 10px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

/* ===== UI OPTIMIZATION ENHANCEMENTS ===== */

/* Scroll-triggered animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.animate-visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll.delay-1.animate-visible {
  transition-delay: 0.1s;
}

.animate-on-scroll.delay-2.animate-visible {
  transition-delay: 0.2s;
}

.animate-on-scroll.delay-3.animate-visible {
  transition-delay: 0.3s;
}

.animate-left {
  animation: fadeInLeft 0.8s ease-out forwards;
}

.animate-right {
  animation: fadeInRight 0.8s ease-out forwards;
}

/* Floating elements */
@keyframes floatGentle {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.floating-element {
  animation: floatGentle 3s ease-in-out infinite;
}

/* Pulse animation for important elements */
@keyframes subtlePulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }
}

.pulse-subtle {
  animation: subtlePulse 4s ease-in-out infinite;
}

/* Enhanced focus states for accessibility */
.service-card:focus-within,
.testimonial-card:focus-within {
  outline: 2px solid var(--accent-orange);
  outline-offset: 2px;
}

/* Loading states */
@keyframes shimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

/* Global performance optimizations */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.service-card,
.testimonial-card,
.google-review-card,
.btn-primary,
.btn-secondary,
.services-cta-button,
.testimonials-button {
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Reduce animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {

  .service-card,
  .testimonial-card,
  .google-review-card {
    border: 2px solid;
  }

  .btn-primary,
  .btn-secondary,
  .services-cta-button,
  .testimonials-button {
    border: 2px solid;
    font-weight: 700;
  }
}

.loading-shimmer {
  background: linear-gradient(90deg, #f1f1f1 25%, #e0e0e0 50%, #f1f1f1 75%);
  background-size: 400% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
}

/* Enhanced visual hierarchy */
.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.3), transparent);
  margin: 4rem 0;
}

/* Sticky navigation enhancement (if needed later) */
.header-sticky {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.95);
}

/* Improved contrast and accessibility */
@media (prefers-reduced-motion: reduce) {

  .animate-on-scroll,
  .floating-element,
  .pulse-subtle,
  .cta-button {
    animation: none !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {

  .service-card,
  .testimonial-card {
    border: 2px solid var(--primary-black);
  }

  .btn-primary,
  .services-cta-button,
  .testimonials-button {
    border: 2px solid var(--primary-black);
  }
}

/* MudBlazor Date Picker Orange Theme - Override Purple Default */
/* Global MudBlazor primary color overrides */
.mud-theme-primary {
  color: var(--accent-orange) !important;
}

.mud-primary-text {
  color: var(--accent-orange) !important;
}

.mud-primary-hover {
  background-color: rgba(255, 107, 53, 0.04) !important;
  color: var(--accent-orange) !important;
}

/* Calendar popup container */
.mud-popover-paper.mud-elevation-8 {
  border: 2px solid var(--accent-orange) !important;
  box-shadow: 0 8px 32px rgba(255, 107, 53, 0.15) !important;
}

/* Date picker header with month/year */
.mud-date-picker .mud-picker-datepicker-header,
.mud-picker .mud-picker-datepicker-header {
  background: linear-gradient(135deg, var(--accent-orange), var(--accent-orange-hover)) !important;
  color: white !important;
}

.mud-date-picker .mud-picker-datepicker-header .mud-button,
.mud-picker .mud-picker-datepicker-header .mud-button {
  color: white !important;
}

.mud-date-picker .mud-picker-datepicker-header .mud-button:hover,
.mud-picker .mud-picker-datepicker-header .mud-button:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* Calendar month/year selection buttons */
.mud-date-picker .mud-picker-calendar-header .mud-button,
.mud-picker .mud-picker-calendar-header .mud-button {
  color: var(--accent-orange) !important;
  font-weight: 600 !important;
}

.mud-date-picker .mud-picker-calendar-header .mud-button:hover,
.mud-picker .mud-picker-calendar-header .mud-button:hover {
  background: rgba(255, 107, 53, 0.1) !important;
}

/* Calendar navigation arrows */
.mud-date-picker .mud-picker-calendar-header .mud-icon-button,
.mud-picker .mud-picker-calendar-header .mud-icon-button {
  color: var(--accent-orange) !important;
}

.mud-date-picker .mud-picker-calendar-header .mud-icon-button:hover,
.mud-picker .mud-picker-calendar-header .mud-icon-button:hover {
  background: rgba(255, 107, 53, 0.1) !important;
}

/* Day of week headers */
.mud-date-picker .mud-picker-calendar-container .mud-picker-calendar-week .mud-button,
.mud-picker .mud-picker-calendar-container .mud-picker-calendar-week .mud-button {
  color: var(--accent-orange) !important;
  font-weight: 600 !important;
}

/* Individual day buttons - Override purple theme */
.mud-date-picker .mud-picker-calendar-container .mud-picker-calendar-week .mud-button.mud-picker-calendar-day,
.mud-picker .mud-picker-calendar-container .mud-picker-calendar-week .mud-button.mud-picker-calendar-day {
  color: #333 !important;
  transition: all 0.2s ease !important;
}

.mud-date-picker .mud-picker-calendar-container .mud-picker-calendar-week .mud-button.mud-picker-calendar-day:hover,
.mud-picker .mud-picker-calendar-container .mud-picker-calendar-week .mud-button.mud-picker-calendar-day:hover {
  background: rgba(255, 107, 53, 0.1) !important;
  color: var(--accent-orange-hover) !important;
  transform: scale(1.05) !important;
}

/* Selected date - Override purple selection */
.mud-date-picker .mud-picker-calendar-container .mud-picker-calendar-week .mud-button.mud-picker-calendar-day.mud-selected,
.mud-picker .mud-picker-calendar-container .mud-picker-calendar-week .mud-button.mud-picker-calendar-day.mud-selected,
.mud-button.mud-picker-calendar-day.mud-selected {
  background: var(--accent-orange) !important;
  color: white !important;
  font-weight: 600 !important;
}

.mud-date-picker .mud-picker-calendar-container .mud-picker-calendar-week .mud-button.mud-picker-calendar-day.mud-selected:hover,
.mud-picker .mud-picker-calendar-container .mud-picker-calendar-week .mud-button.mud-picker-calendar-day.mud-selected:hover,
.mud-button.mud-picker-calendar-day.mud-selected:hover {
  background: var(--accent-orange-hover) !important;
  transform: scale(1.05) !important;
}

/* Today's date indicator - Override purple */
.mud-date-picker .mud-picker-calendar-container .mud-picker-calendar-week .mud-button.mud-picker-calendar-day.mud-current,
.mud-picker .mud-picker-calendar-container .mud-picker-calendar-week .mud-button.mud-picker-calendar-day.mud-current,
.mud-button.mud-picker-calendar-day.mud-current {
  border: 2px solid var(--accent-orange) !important;
  color: var(--accent-orange) !important;
  font-weight: 600 !important;
}

/* Disabled dates */
.mud-date-picker .mud-picker-calendar-container .mud-picker-calendar-week .mud-button.mud-picker-calendar-day.mud-disabled,
.mud-picker .mud-picker-calendar-container .mud-picker-calendar-week .mud-button.mud-picker-calendar-day.mud-disabled {
  color: #ccc !important;
  background: #f9f9f9 !important;
}

/* Action buttons (OK/Cancel) - Override purple */
.mud-date-picker .mud-picker-actions .mud-button.mud-button-text.mud-primary-text,
.mud-picker .mud-picker-actions .mud-button.mud-button-text.mud-primary-text,
.mud-picker-actions .mud-button.mud-button-text.mud-primary-text {
  color: var(--accent-orange) !important;
  font-weight: 600 !important;
}

.mud-date-picker .mud-picker-actions .mud-button.mud-button-text.mud-primary-text:hover,
.mud-picker .mud-picker-actions .mud-button.mud-button-text.mud-primary-text:hover,
.mud-picker-actions .mud-button.mud-button-text.mud-primary-text:hover {
  background: rgba(255, 107, 53, 0.1) !important;
}

/* Year/Month picker views */
.mud-date-picker .mud-picker-year-container .mud-button,
.mud-date-picker .mud-picker-month-container .mud-button {
  color: #333 !important;
}

.mud-date-picker .mud-picker-year-container .mud-button:hover,
.mud-date-picker .mud-picker-month-container .mud-button:hover {
  background: rgba(255, 107, 53, 0.1) !important;
  color: var(--accent-orange-hover) !important;
}

.mud-date-picker .mud-picker-year-container .mud-button.mud-selected,
.mud-date-picker .mud-picker-month-container .mud-button.mud-selected {
  background: var(--accent-orange) !important;
  color: white !important;
}

/* Input field focus state */
.booking-date-picker .mud-input-root.mud-focused {
  border-color: var(--accent-orange) !important;
}

.booking-date-picker .mud-input-root.mud-focused .mud-input-label {
  color: var(--accent-orange) !important;
}

/* Calendar icon in input */
.booking-date-picker .mud-input-adornment .mud-icon-button {
  color: var(--accent-orange) !important;
}

.booking-date-picker .mud-input-adornment .mud-icon-button:hover {
  background: rgba(255, 107, 53, 0.1) !important;
}

/* Additional comprehensive MudBlazor overrides for orange theme */
.mud-picker-calendar-day.mud-button.mud-button-root.mud-selected,
.mud-picker-calendar-day.mud-selected,
.mud-selected.mud-picker-calendar-day {
  background-color: var(--accent-orange) !important;
  color: white !important;
}

.mud-picker-calendar-day.mud-button.mud-button-root.mud-selected:hover,
.mud-picker-calendar-day.mud-selected:hover,
.mud-selected.mud-picker-calendar-day:hover {
  background-color: var(--accent-orange-hover) !important;
}

/* Input field with orange theme */
.booking-date-picker .mud-input-outlined .mud-input-outlined-border {
  border-color: rgba(255, 107, 53, 0.42) !important;
}

.booking-date-picker .mud-input-outlined:hover .mud-input-outlined-border {
  border-color: var(--accent-orange) !important;
}

.booking-date-picker .mud-input-outlined.mud-input-focused .mud-input-outlined-border {
  border-color: var(--accent-orange) !important;
  border-width: 2px !important;
}

/* Override all MudBlazor primary color references */
.mud-theme-primary,
.mud-color-primary,
.mud-primary {
  color: var(--accent-orange) !important;
}

.mud-filled.mud-color-primary,
.mud-filled.mud-theme-primary {
  background-color: var(--accent-orange) !important;
  color: white !important;
}

/* Ensure calendar popup uses orange */
.mud-popover .mud-picker {
  --mud-palette-primary: var(--accent-orange) !important;
  --mud-palette-primary-rgb: 255, 107, 53 !important;
}

/* Force override any purple/violet colors in calendar */
.mud-picker *[style*="purple"],
.mud-picker *[style*="violet"],
.mud-picker *[style*="#9C27B0"] {
  color: var(--accent-orange) !important;
  background-color: transparent !important;
}

.mud-picker *[style*="background-color: purple"],
.mud-picker *[style*="background-color: violet"],
.mud-picker *[style*="background-color: #9C27B0"] {
  background-color: var(--accent-orange) !important;
}

/* Calendar Two-Column Layout */
.calendar-main-content {
  display: flex;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.date-picker-column {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.time-slots-column {
  flex: 1;
  min-width: 0;
}

/* Timezone display in left column */
.date-picker-column .timezone-display {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 8px;
  color: #495057;
  font-size: 0.9rem;
}

.date-picker-column .timezone-display i {
  color: var(--accent-orange);
  margin-right: 8px;
}

/* Move time slots up more */
.time-slots-section {
  margin-top: -10px;
}

.time-slots-header {
  margin-bottom: 1.5rem;
}

/* Enhanced modal stability */
.calendar-modal {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: none;
}

.calendar-modal:not(.show) {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.calendar-modal.show {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

/* Prevent modal flicker and improve interaction */
.calendar-modal-content {
  transform: translateZ(0);
  will-change: auto;
  pointer-events: auto;
  touch-action: pan-y;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Prevent double-tap zoom on modal */
.calendar-modal * {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

/* Allow selection on text and input elements */
.calendar-modal input,
.calendar-modal textarea,
.calendar-modal .selectable-text {
  -webkit-user-select: text;
  user-select: text;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .calendar-main-content {
    flex-direction: column;
    gap: 1.5rem;
  }

  .date-picker-column {
    flex: none;
    width: 100%;
  }

  .time-slots-section {
    margin-top: 0;
  }
}