@charset "UTF-8";
/*
 * Main SCSS file for the application
 * 
 * This file defines Bootstrap-compatible variables and imports all custom styles.
 * Bootstrap CSS is loaded via CDN in the layout, so we define our own variables
 * that match Bootstrap's design system.
 */
/*
 * Bootstrap Extensions and Customizations
 * 
 * This file contains custom Bootstrap extensions, mixins, and utility classes
 * that extend Bootstrap's functionality while maintaining consistency with
 * Bootstrap's design system and naming conventions.
 * 
 * Features:
 * - Custom button variants and sizes
 * - Enhanced card components
 * - Custom form styling
 * - Layout utilities
 * - Animation and transition mixins
 * - Color system extensions
 */
/* line 76, app/assets/stylesheets/bootstrap_extensions.scss */
:root {
  --bs-custom-primary: #0d6efd;
  --bs-custom-secondary: #6c757d;
  --bs-custom-success: #198754;
  --bs-custom-danger: #dc3545;
  --bs-custom-warning: #ffc107;
  --bs-custom-info: #0dcaf0;
  --bs-custom-light: #f8f9fa;
  --bs-custom-dark: #212529;
  --bs-custom-spacing-xs: 0.25rem;
  --bs-custom-spacing-sm: 0.5rem;
  --bs-custom-spacing-md: 1rem;
  --bs-custom-spacing-lg: 1.5rem;
  --bs-custom-spacing-xl: 3rem;
  --bs-custom-radius-sm: 0.25rem;
  --bs-custom-radius-md: 0.375rem;
  --bs-custom-radius-lg: 0.5rem;
  --bs-custom-radius-xl: 0.75rem;
  --bs-custom-radius-xxl: 1rem;
  --bs-custom-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-custom-shadow-md: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-custom-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-custom-shadow-xl: 0 2rem 4rem rgba(0, 0, 0, 0.2);
}

/* line 184, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-enhanced {
  color: #ffffff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  border-radius: 0.375rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

/* line 118, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-enhanced:hover {
  color: #ffffff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 124, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-enhanced:focus {
  color: #ffffff;
  background-color: #0d6efd;
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* line 131, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-enhanced:active {
  color: #ffffff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 197, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-enhanced:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 204, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-blue {
  color: #ffffff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 118, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-blue:hover {
  color: #ffffff;
  background-color: #0056b3;
  border-color: #0056b3;
}

/* line 124, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-blue:focus {
  color: #ffffff;
  background-color: #0056b3;
  border-color: #0056b3;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* line 131, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-blue:active {
  color: #ffffff;
  background-color: #0056b3;
  border-color: #0056b3;
}

/* line 205, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-green {
  color: #ffffff;
  background-color: #198754;
  border-color: #198754;
}

/* line 118, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-green:hover {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1e7e34;
}

/* line 124, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-green:focus {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 131, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-green:active {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1e7e34;
}

/* line 206, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-red {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 118, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-red:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #c82333;
}

/* line 124, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-red:focus {
  color: #ffffff;
  background-color: #c82333;
  border-color: #c82333;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 131, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-red:active {
  color: #ffffff;
  background-color: #c82333;
  border-color: #c82333;
}

/* line 207, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-yellow {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 118, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-yellow:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #e0a800;
}

/* line 124, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-yellow:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #e0a800;
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 131, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-yellow:active {
  color: #212529;
  background-color: #e0a800;
  border-color: #e0a800;
}

/* line 208, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-purple {
  color: #ffffff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}

/* line 118, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-purple:hover {
  color: #ffffff;
  background-color: #5a32a3;
  border-color: #5a32a3;
}

/* line 124, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-purple:focus {
  color: #ffffff;
  background-color: #5a32a3;
  border-color: #5a32a3;
  box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.5);
}

/* line 131, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-purple:active {
  color: #ffffff;
  background-color: #5a32a3;
  border-color: #5a32a3;
}

/* line 209, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-orange {
  color: #ffffff;
  background-color: #fd7e14;
  border-color: #fd7e14;
}

/* line 118, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-orange:hover {
  color: #ffffff;
  background-color: #e55a00;
  border-color: #e55a00;
}

/* line 124, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-orange:focus {
  color: #ffffff;
  background-color: #e55a00;
  border-color: #e55a00;
  box-shadow: 0 0 0 0.25rem rgba(253, 126, 20, 0.5);
}

/* line 131, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-orange:active {
  color: #ffffff;
  background-color: #e55a00;
  border-color: #e55a00;
}

/* line 210, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-teal {
  color: #ffffff;
  background-color: #20c997;
  border-color: #20c997;
}

/* line 118, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-teal:hover {
  color: #ffffff;
  background-color: #1aa179;
  border-color: #1aa179;
}

/* line 124, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-teal:focus {
  color: #ffffff;
  background-color: #1aa179;
  border-color: #1aa179;
  box-shadow: 0 0 0 0.25rem rgba(32, 201, 151, 0.5);
}

/* line 131, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-teal:active {
  color: #ffffff;
  background-color: #1aa179;
  border-color: #1aa179;
}

/* line 213, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* line 219, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-lg {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
}

/* line 225, app/assets/stylesheets/bootstrap_extensions.scss */
.btn-custom-xl {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  border-radius: 0.75rem;
}

/* line 235, app/assets/stylesheets/bootstrap_extensions.scss */
.card-enhanced {
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 144, app/assets/stylesheets/bootstrap_extensions.scss */
.card-enhanced:hover {
  transform: translateY(-2px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

/* line 239, app/assets/stylesheets/bootstrap_extensions.scss */
.card-enhanced .card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-weight: 500;
}

/* line 245, app/assets/stylesheets/bootstrap_extensions.scss */
.card-enhanced .card-footer {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 251, app/assets/stylesheets/bootstrap_extensions.scss */
.card-hover {
  transition: transform 0.2s ease;
  cursor: pointer;
}

/* line 174, app/assets/stylesheets/bootstrap_extensions.scss */
.card-hover:hover {
  transform: scale(1.02);
}

/* line 256, app/assets/stylesheets/bootstrap_extensions.scss */
.card-gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
}

/* line 266, app/assets/stylesheets/bootstrap_extensions.scss */
.form-control-enhanced {
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 156, app/assets/stylesheets/bootstrap_extensions.scss */
.form-control-enhanced:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 271, app/assets/stylesheets/bootstrap_extensions.scss */
.form-floating-enhanced .form-control {
  border-radius: 0.375rem;
  border: 1px solid #dee2e6;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}

/* line 156, app/assets/stylesheets/bootstrap_extensions.scss */
.form-floating-enhanced .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 277, app/assets/stylesheets/bootstrap_extensions.scss */
.form-floating-enhanced label {
  padding: 1rem 0.75rem;
}

/* line 287, app/assets/stylesheets/bootstrap_extensions.scss */
.spacing-xs {
  margin: var(--bs-custom-spacing-xs);
}

/* line 288, app/assets/stylesheets/bootstrap_extensions.scss */
.spacing-sm {
  margin: var(--bs-custom-spacing-sm);
}

/* line 289, app/assets/stylesheets/bootstrap_extensions.scss */
.spacing-md {
  margin: var(--bs-custom-spacing-md);
}

/* line 290, app/assets/stylesheets/bootstrap_extensions.scss */
.spacing-lg {
  margin: var(--bs-custom-spacing-lg);
}

/* line 291, app/assets/stylesheets/bootstrap_extensions.scss */
.spacing-xl {
  margin: var(--bs-custom-spacing-xl);
}

/* line 294, app/assets/stylesheets/bootstrap_extensions.scss */
.rounded-custom-sm {
  border-radius: var(--bs-custom-radius-sm) !important;
}

/* line 295, app/assets/stylesheets/bootstrap_extensions.scss */
.rounded-custom-md {
  border-radius: var(--bs-custom-radius-md) !important;
}

/* line 296, app/assets/stylesheets/bootstrap_extensions.scss */
.rounded-custom-lg {
  border-radius: var(--bs-custom-radius-lg) !important;
}

/* line 297, app/assets/stylesheets/bootstrap_extensions.scss */
.rounded-custom-xl {
  border-radius: var(--bs-custom-radius-xl) !important;
}

/* line 298, app/assets/stylesheets/bootstrap_extensions.scss */
.rounded-custom-xxl {
  border-radius: var(--bs-custom-radius-xxl) !important;
}

/* line 301, app/assets/stylesheets/bootstrap_extensions.scss */
.shadow-custom-sm {
  box-shadow: var(--bs-custom-shadow-sm) !important;
}

/* line 302, app/assets/stylesheets/bootstrap_extensions.scss */
.shadow-custom-md {
  box-shadow: var(--bs-custom-shadow-md) !important;
}

/* line 303, app/assets/stylesheets/bootstrap_extensions.scss */
.shadow-custom-lg {
  box-shadow: var(--bs-custom-shadow-lg) !important;
}

/* line 304, app/assets/stylesheets/bootstrap_extensions.scss */
.shadow-custom-xl {
  box-shadow: var(--bs-custom-shadow-xl) !important;
}

/* line 310, app/assets/stylesheets/bootstrap_extensions.scss */
.fade-in {
  animation: fadeIn 0.3s ease-in-out;
}

/* line 311, app/assets/stylesheets/bootstrap_extensions.scss */
.slide-up {
  animation: slideUp 0.3s ease-out;
}

/* line 312, app/assets/stylesheets/bootstrap_extensions.scss */
.scale-hover {
  transition: transform 0.2s ease;
}

/* line 174, app/assets/stylesheets/bootstrap_extensions.scss */
.scale-hover:hover {
  transform: scale(1.05);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 576px) {
  /* line 346, app/assets/stylesheets/bootstrap_extensions.scss */
  .text-responsive-sm {
    font-size: 0.875rem;
  }
  /* line 347, app/assets/stylesheets/bootstrap_extensions.scss */
  .text-responsive-md {
    font-size: 1rem;
  }
  /* line 348, app/assets/stylesheets/bootstrap_extensions.scss */
  .text-responsive-lg {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  /* line 352, app/assets/stylesheets/bootstrap_extensions.scss */
  .text-responsive-sm {
    font-size: 1rem;
  }
  /* line 353, app/assets/stylesheets/bootstrap_extensions.scss */
  .text-responsive-md {
    font-size: 1.25rem;
  }
  /* line 354, app/assets/stylesheets/bootstrap_extensions.scss */
  .text-responsive-lg {
    font-size: 1.5rem;
  }
}

/* line 362, app/assets/stylesheets/bootstrap_extensions.scss */
.business-logo {
  position: relative;
  display: inline-block;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

/* line 370, app/assets/stylesheets/bootstrap_extensions.scss */
.business-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* line 379, app/assets/stylesheets/bootstrap_extensions.scss */
.business-logo.logo-xs {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
}

/* line 380, app/assets/stylesheets/bootstrap_extensions.scss */
.business-logo.logo-sm {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.375rem;
}

/* line 381, app/assets/stylesheets/bootstrap_extensions.scss */
.business-logo.logo-md {
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
}

/* line 382, app/assets/stylesheets/bootstrap_extensions.scss */
.business-logo.logo-lg {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 0.75rem;
}

/* line 383, app/assets/stylesheets/bootstrap_extensions.scss */
.business-logo.logo-xl {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 1rem;
}

/* line 385, app/assets/stylesheets/bootstrap_extensions.scss */
.business-logo:hover {
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* line 392, app/assets/stylesheets/bootstrap_extensions.scss */
.toast-enhanced {
  border: none;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

/* line 396, app/assets/stylesheets/bootstrap_extensions.scss */
.toast-enhanced .toast-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 406, app/assets/stylesheets/bootstrap_extensions.scss */
.header-bg {
  background: linear-gradient(135deg, #0d6efd, #0dcaf0);
}

/* line 411, app/assets/stylesheets/bootstrap_extensions.scss */
.icon-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* line 418, app/assets/stylesheets/bootstrap_extensions.scss */
.section-title {
  border-bottom: 2px solid #0d6efd;
  padding-bottom: 0.3125rem;
}

/* line 424, app/assets/stylesheets/bootstrap_extensions.scss */
.testimonial {
  font-style: italic;
  color: #6c757d;
}

/* line 430, app/assets/stylesheets/bootstrap_extensions.scss */
.map-placeholder {
  background-color: #f8f9fa;
  height: 9.375rem;
  /* 150px */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 439, app/assets/stylesheets/bootstrap_extensions.scss */
.business-icon-circle {
  width: 6.25rem;
  /* 100px */
  height: 6.25rem;
  font-size: 3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* app/assets/stylesheets/site.css.scss */
/* Bootstrap-based alert styles */
/* line 4, app/assets/stylesheets/site.css.scss */
.alert-notice {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: var(--bs-border-radius);
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}

/* line 14, app/assets/stylesheets/site.css.scss */
.alert-alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: var(--bs-border-radius);
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* Bootstrap-based utility classes */
/* line 25, app/assets/stylesheets/site.css.scss */
.placeholder {
  cursor: auto;
}

/* line 29, app/assets/stylesheets/site.css.scss */
.footer {
  position: sticky;
  bottom: 0;
  margin-top: var(--bs-spacer);
}

/* line 35, app/assets/stylesheets/site.css.scss */
.full-height {
  min-height: 83.5vh;
}

/* line 39, app/assets/stylesheets/site.css.scss */
.background-colour {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 44, app/assets/stylesheets/site.css.scss */
.background-full {
  background-size: cover;
}

/* line 48, app/assets/stylesheets/site.css.scss */
#intro {
  background-image: url(/assets/folder/website-reports-desk-screens-46ad79a336bab8bf82d60a5bc452de7eb85373b1d925adc523c61d6f869350a6.webp);
  height: 100vh;
}

/* Bootstrap-based vertical navigation */
/* line 54, app/assets/stylesheets/site.css.scss */
#vertical-dots-nav {
  position: fixed;
  top: 50%;
  right: 0.25rem;
  padding: 0.25rem;
  transform: translateY(-50%);
  z-index: 1030;
}

/* line 63, app/assets/stylesheets/site.css.scss */
#vertical-dots-nav .nav-link {
  display: block;
  font-size: 0.75rem;
  text-align: center;
  color: var(--bs-secondary);
  background-color: rgba(139, 139, 139, 0.7);
  border-radius: var(--bs-border-radius-pill);
  padding: 0.5rem;
  margin-bottom: 0.25rem;
}

/* line 74, app/assets/stylesheets/site.css.scss */
#vertical-dots-nav .nav-link.active {
  color: var(--bs-primary);
  background-color: var(--bs-primary);
}

/* Bootstrap-based container utilities */
/* line 80, app/assets/stylesheets/site.css.scss */
.container-fluid-fullsize {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3.125rem;
  /* 50px */
}

/* Bootstrap-based hero section */
/* line 90, app/assets/stylesheets/site.css.scss */
.hero-section {
  height: 100vh;
  width: 100vw;
  position: relative;
  color: var(--bs-body-color);
  background-image: url(/assets/folder/business-report-background-garbled-8e3779603dc2f60a4372773b98f76a83d312e47321eb67f2f4c6b6273960028f.webp);
  background-size: cover;
  background-position: center;
}

/* line 100, app/assets/stylesheets/site.css.scss */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-hero-overlay-bg, rgba(0, 0, 0, 0.8));
}

/* line 109, app/assets/stylesheets/site.css.scss */
.hero-content {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}

/* Bootstrap-based floating toggle button */
/* line 119, app/assets/stylesheets/site.css.scss */
.floating-view-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  border-radius: var(--bs-border-radius);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  transition: all 0.3s ease;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-secondary);
  background-color: transparent;
  border: 1px solid var(--bs-secondary);
  cursor: pointer;
}

/* line 141, app/assets/stylesheets/site.css.scss */
.floating-view-toggle:hover {
  transform: scale(1.05);
}

/* line 145, app/assets/stylesheets/site.css.scss */
.floating-view-toggle:active {
  transform: scale(0.95);
}

/* line 149, app/assets/stylesheets/site.css.scss */
.floating-view-toggle i {
  transition: transform 0.3s ease;
}

/* line 153, app/assets/stylesheets/site.css.scss */
.floating-view-toggle.expanded i {
  transform: rotate(180deg);
}

/* Hide floating button on smaller screens using Bootstrap breakpoints */
@media (max-width: 1200px) {
  /* line 159, app/assets/stylesheets/site.css.scss */
  .floating-view-toggle {
    display: none !important;
  }
}

/* line 164, app/assets/stylesheets/site.css.scss */
.hero-provider {
  background-image: url(/assets/general/office-modern-building-1920-9f813ac06ad74346d8851441e616119f5a64533b6ce47e566f626b59a17def43.jpg);
  /* Replace 'background-image.jpg' with your image path */
  background-size: cover;
  background-position: center;
  height: 80vh;
}

/* line 171, app/assets/stylesheets/site.css.scss */
.elevate-section {
  width: 20%;
  position: fixed;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  removed-z-index: 1000;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
}

/* line 182, app/assets/stylesheets/site.css.scss */
.elevate-section:hover {
  transform: scale(1.1) translateY(-50%);
}

@media (max-width: 768px) {
  /* line 187, app/assets/stylesheets/site.css.scss */
  .elevate-section {
    display: none;
    /* Hide on small devices */
  }
}

/* line 192, app/assets/stylesheets/site.css.scss */
.perspective-section {
  margin: -10px 0px;
}

/* line 196, app/assets/stylesheets/site.css.scss */
.card-container {
  position: relative;
  top: 50%;
  left: 0%;
  transform: translate(0%, -75%);
  removed-z-index: 1;
  /* Ensure the card appears above other content */
}

/* line 205, app/assets/stylesheets/site.css.scss */
.counter {
  text-align: center;
}

/* line 210, app/assets/stylesheets/site.css.scss */
.counter-count {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  color: #d8d8d8;
  text-align: center;
  display: inline-block;
  text-shadow: 3px 3px 5px #838383;
}

/* Background Picture Class */
/* line 224, app/assets/stylesheets/site.css.scss */
.bg-picture-1 {
  background-image: url(/assets/general/coffee-table-business-meeting-1280-dd78ed15ba760e0c18d2d6910c8ff73aa8eb6961b62660562bf4248aa8a29f80.jpg);
  background-size: cover;
  background-position: center;
}

/* line 230, app/assets/stylesheets/site.css.scss */
.bg-picture-2 {
  /* Uncomment and replace 'url(/image-link.jpg)' with your actual picture link */
  /*   background-color: blue; */
  /* For now, making it blue */
  background-image: url(/assets/general/business-meeting-1280-6d4c826d9ca28f7db73f3f4d3f8438e61ad0a94bb1c35f42c8d58df90d12e09c.jpg);
  background-size: cover;
  background-position: center;
}

/* line 238, app/assets/stylesheets/site.css.scss */
.bg-picture-3 {
  /* Uncomment and replace 'url(/image-link.jpg)' with your actual picture link */
  /*   background-color: blue; */
  /* For now, making it blue */
  background-image: url(/assets/general/imac-with-calendar-1280-252de665e5eb1dbcbbbe3f57bcca60460a9c6e0efbc9704e3d99429388d3694e.jpg);
  background-size: cover;
  background-position: center;
}

/* line 246, app/assets/stylesheets/site.css.scss */
.bg-picture-4 {
  /* Uncomment and replace 'url(/image-link.jpg)' with your actual picture link */
  /*   background-color: blue; */
  /* For now, making it blue */
  background-image: url(/assets/general/dandelion-vase-fs8-df6ef3f6dbf1eaf13b599a6b4723d06516647b54abd3b49c5c8a181bfe732ea6.png);
  background-size: cover;
  background-position: center;
}

/* line 254, app/assets/stylesheets/site.css.scss */
.bg-picture-5 {
  /* Uncomment and replace 'url(/image-link.jpg)' with your actual picture link */
  /*   background-color: blue; */
  /* For now, making it blue */
  background-image: url(/folder/business-roundtable-presentation.webp);
  background-size: cover;
  background-position: center;
}

/* Background Overlay Class */
/* line 263, app/assets/stylesheets/site.css.scss */
.bg-overlay {
  position: relative;
}

/* line 267, app/assets/stylesheets/site.css.scss */
.bg-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-overlay-bg, rgba(0, 0, 0, 0.85));
}

/* Content within the div */
/* line 279, app/assets/stylesheets/site.css.scss */
.bg-content {
  position: relative;
  /* Ensure content stays on top of the overlay */
  removed-z-index: 2;
  /* Ensure content is above the overlay */
}

/* line 284, app/assets/stylesheets/site.css.scss */
.pricing-bg {
  background-image: url(/assets/folder/nine-panes-business-owners-e83be6bc8c5acdae04016a96ea3678125efed4cb6682a77cf184c02a2070e5ee.webp);
  background-size: cover;
  background-position: center;
}

/* line 290, app/assets/stylesheets/site.css.scss */
.pillars-bg {
  background-image: url(/assets/folder/website-office-people-meeting-d4c72a009f38a679d95ce6298e8487041e0ec7a61878237e6ecb73059aeb93e1.webp);
  background-size: cover;
}

/* line 295, app/assets/stylesheets/site.css.scss */
.workshop-website-image1 {
  background-image: url(/assets/folder/website-business1-f27d3c7627ca1b3deda8504633d1c03a50febc62573993da2264ecfcd253d16a.webp);
}

/* line 299, app/assets/stylesheets/site.css.scss */
.img-full-height {
  width: 100%;
  /* Ensures the image takes the full width of its container */
  height: 100%;
  /* Ensures the image takes the full height of its container */
  object-fit: cover;
  /* Ensures the image covers the container without distortion */
  display: block;
  /* Prevents inline spacing issues */
  overflow: hidden;
  /* Ensures any overflow content is hidden */
}

/* line 307, app/assets/stylesheets/site.css.scss */
.free-label {
  position: absolute;
  top: 2em;
  right: -2em;
  transform: translateX(1%) translateY(1%) rotate(35deg);
  color: white;
  padding: 7px 50px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
  white-space: nowrap;
}

/* line 321, app/assets/stylesheets/site.css.scss */
.pricing-ribbon {
  --f: 0.5em;
  /* control the folded part */
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.25;
  padding: 0.5em;
  padding-inline: 3lh;
  padding-bottom: var(--f);
  border-image: conic-gradient(#0008 0 0) 51%/var(--f);
  clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
  transform-origin: 0% 100%;
}

/* line 339, app/assets/stylesheets/site.css.scss */
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 346, app/assets/stylesheets/site.css.scss */
.promote-pricing {
  top: -1em;
}

/* line 350, app/assets/stylesheets/site.css.scss */
.text-impact-shadow {
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
}

/* line 354, app/assets/stylesheets/site.css.scss */
.image-overlay-container {
  position: relative;
  display: inline-block;
  /* Allows container to wrap around image size */
  text-align: center;
  /* Center the text horizontally */
}

/* line 360, app/assets/stylesheets/site.css.scss */
.background-image {
  width: 100%;
  /* Adjust image size as needed */
  height: auto;
}

/* line 365, app/assets/stylesheets/site.css.scss */
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  transform: translate(-50%, -50%);
  /* Centers the text */
  color: var(--bs-overlay-text-color, #e9e9e9);
  background-color: var(--bs-overlay-text-bg, rgba(33, 37, 41, 0.5));
  padding: 25% 0%;
  /* Add padding around the text */
  border-radius: 5px;
  /* Optional: rounded corners */
  font-family: 'Georgia', serif;
  text-transform: uppercase;
  /* Make text uppercase */
  width: 100%;
  height: 100%;
}

/* line 381, app/assets/stylesheets/site.css.scss */
.colour-flare {
  background: conic-gradient(from 180deg at 50% 70%, #fafafa 0deg, #eec32d 72.0000010729deg, #ec4b4b 144.0000021458deg, #709ab9 216.0000085831deg, #4dffbf 288.0000042915deg, #fafafa 1turn);
  width: 100%;
  height: 100%;
}

/* line 387, app/assets/stylesheets/site.css.scss */
.gradient-custom {
  background: linear-gradient(45deg, #1a1a1a, #2d2d2d);
}

/* line 390, app/assets/stylesheets/site.css.scss */
.card-pop {
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
}

/* line 395, app/assets/stylesheets/site.css.scss */
.card-pop:hover {
  transform: translateY(-5px);
}

/* line 398, app/assets/stylesheets/site.css.scss */
.stat-card {
  background: linear-gradient(45deg, #2c3e50, #3498db);
  border: none;
}

/* line 402, app/assets/stylesheets/site.css.scss */
.btn-custom {
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 30px;
  background: linear-gradient(45deg, #3498db, #2980b9);
  border: none;
  transition: all 0.3s ease;
}

/* line 410, app/assets/stylesheets/site.css.scss */
.btn-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

/* line 414, app/assets/stylesheets/site.css.scss */
.highlight {
  color: #3498db;
  font-weight: 600;
}

/* line 418, app/assets/stylesheets/site.css.scss */
.text-shadow {
  text-shadow: 2px 2px #3131316c;
}

/* Message styles */
/* line 423, app/assets/stylesheets/site.css.scss */
.message-content.cursor-pointer {
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 428, app/assets/stylesheets/site.css.scss */
.message-content.cursor-pointer:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 433, app/assets/stylesheets/site.css.scss */
.message-content.cursor-pointer:active {
  transform: translateY(0);
}

/* Blog Post Content Styling */
/* line 438, app/assets/stylesheets/site.css.scss */
.blog-content {
  line-height: 1.8;
  font-size: 1.1rem;
}

/* line 443, app/assets/stylesheets/site.css.scss */
.blog-content .card {
  margin-bottom: 1.5rem;
}

/* line 447, app/assets/stylesheets/site.css.scss */
.blog-content .btn {
  margin: 0.5rem 0.25rem;
}

/* line 452, app/assets/stylesheets/site.css.scss */
.blog-content > *:first-child {
  margin-top: 0;
}

/* line 456, app/assets/stylesheets/site.css.scss */
.blog-content > *:last-child {
  margin-bottom: 0;
}

/* line 461, app/assets/stylesheets/site.css.scss */
.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

/* line 468, app/assets/stylesheets/site.css.scss */
.blog-content img {
  max-width: 100%;
  height: auto;
}

/* line 474, app/assets/stylesheets/site.css.scss */
.blog-content ul, .blog-content ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

/* line 480, app/assets/stylesheets/site.css.scss */
.blog-content p {
  margin-bottom: 1rem;
}

/* line 485, app/assets/stylesheets/site.css.scss */
.blog-content .alert {
  margin-bottom: 1.5rem;
}

/* line 490, app/assets/stylesheets/site.css.scss */
.blog-content .row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 495, app/assets/stylesheets/site.css.scss */
.blog-content [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 503, app/assets/stylesheets/site.css.scss */
.seminar-landing-page .hero-section {
  margin: -1rem -1rem 2rem -1rem;
}

@media (max-width: 768px) {
  /* line 503, app/assets/stylesheets/site.css.scss */
  .seminar-landing-page .hero-section {
    margin: -1rem -0.5rem 2rem -0.5rem;
    padding: 2rem 1rem !important;
  }
}

/* line 511, app/assets/stylesheets/site.css.scss */
.seminar-landing-page .card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 514, app/assets/stylesheets/site.css.scss */
.seminar-landing-page .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Brand-specific styling that works alongside Bootstrap */
/* DO NOT MODIFY BOOTSTRAP CLASSES - ONLY ADD CUSTOM BRAND STYLES */
/* Brand-specific CSS custom properties using Bootstrap color system */
/* line 5, app/assets/stylesheets/branding.scss */
:root {
  --brand-primary: var(--bs-secondary);
  /* Connect Business default */
  --brand-secondary: var(--bs-dark);
}

/* EngineersBook brand styling using Bootstrap primary colors */
/* line 11, app/assets/stylesheets/branding.scss */
[data-brand="engineersbook"] {
  --brand-primary: var(--bs-primary);
  --brand-secondary: var(--bs-primary);
}

/* BusBook brand styling using Bootstrap success colors */
/* line 17, app/assets/stylesheets/branding.scss */
[data-brand="busbook"] {
  --brand-primary: var(--bs-success);
  --brand-secondary: var(--bs-info);
}

/* Theme-specific brand styling */
/* line 23, app/assets/stylesheets/branding.scss */
[data-theme="dark"][data-brand="engineersbook"] {
  --brand-primary: #4dabf7;
  --brand-secondary: #339af0;
}

/* line 28, app/assets/stylesheets/branding.scss */
[data-theme="dark"][data-brand="busbook"] {
  --brand-primary: #51cf66;
  --brand-secondary: #40c057;
}

/* line 33, app/assets/stylesheets/branding.scss */
[data-theme="dark"][data-brand="connect-business"] {
  --brand-primary: #868e96;
  --brand-secondary: #6c757d;
}

/* Custom brand classes that work alongside Bootstrap */
/* line 39, app/assets/stylesheets/branding.scss */
.navbar-brand-custom {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

/* line 50, app/assets/stylesheets/branding.scss */
.navbar-brand-custom:hover {
  transform: scale(1.05);
  color: var(--bs-navbar-brand-hover-color);
}

/* line 55, app/assets/stylesheets/branding.scss */
.btn-brand-custom {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--brand-primary);
  border-radius: var(--bs-border-radius);
  color: var(--brand-primary);
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 73, app/assets/stylesheets/branding.scss */
.btn-brand-custom:hover {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: white;
}

/* line 79, app/assets/stylesheets/branding.scss */
.card-brand-custom {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: var(--bs-custom-radius-lg);
  box-shadow: var(--bs-custom-shadow-md);
  transition: all 0.3s ease;
  border-left: 4px solid var(--brand-primary);
}

/* line 94, app/assets/stylesheets/branding.scss */
.text-brand-custom {
  color: var(--brand-primary);
}

/* Brand-specific logo styling */
/* line 99, app/assets/stylesheets/branding.scss */
.navbar-logo {
  transition: all 0.3s ease;
}

/* line 103, app/assets/stylesheets/branding.scss */
[data-brand="engineersbook"] .navbar-logo {
  filter: drop-shadow(0 2px 4px rgba(0, 123, 255, 0.2));
}

/* line 107, app/assets/stylesheets/branding.scss */
[data-brand="busbook"] .navbar-logo {
  filter: drop-shadow(0 2px 4px rgba(40, 167, 69, 0.2));
}

/* line 111, app/assets/stylesheets/branding.scss */
[data-brand="connect-business"] .navbar-logo {
  filter: drop-shadow(0 2px 4px rgba(108, 117, 125, 0.2));
}

/* Dark theme logo adjustments */
/* line 116, app/assets/stylesheets/branding.scss */
[data-theme="dark"] .navbar-logo {
  filter: brightness(1.1) contrast(1.1);
}

/* Brand name text styling */
/* line 121, app/assets/stylesheets/branding.scss */
.navbar-brand-text {
  color: var(--bs-navbar-brand-color);
  transition: all 0.3s ease;
}

/* line 126, app/assets/stylesheets/branding.scss */
.navbar-brand:hover .navbar-brand-text {
  color: var(--bs-navbar-brand-hover-color);
}

/* BusBook specific navbar text styling for better contrast */
/* line 131, app/assets/stylesheets/branding.scss */
[data-brand="busbook"] .navbar-brand-text {
  color: var(--bs-body-color);
}

/* line 135, app/assets/stylesheets/branding.scss */
[data-brand="busbook"] .navbar-brand:hover .navbar-brand-text {
  color: var(--brand-primary);
}

/* Ensure navbar text is readable for all brands */
/* line 140, app/assets/stylesheets/branding.scss */
[data-brand="busbook"] .navbar-nav .nav-link {
  color: var(--bs-body-color);
}

/* line 144, app/assets/stylesheets/branding.scss */
[data-brand="busbook"] .navbar-nav .nav-link:hover {
  color: var(--brand-primary);
}

/* line 148, app/assets/stylesheets/branding.scss */
[data-brand="busbook"] .navbar-nav .btn-outline-secondary {
  color: var(--bs-body-color);
  border-color: var(--bs-border-color);
}

/* line 153, app/assets/stylesheets/branding.scss */
[data-brand="busbook"] .navbar-nav .btn-outline-secondary:hover {
  color: white;
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}

/* Ensure navbar toggler icon is visible for busbook */
/* line 160, app/assets/stylesheets/branding.scss */
[data-brand="busbook"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 164, app/assets/stylesheets/branding.scss */
[data-theme="dark"][data-brand="busbook"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* app/assets/stylesheets/business_profile.css */
/* Bootstrap-based business profile styles */
/* line 4, app/assets/stylesheets/business_profile.scss */
.profile-card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: var(--bs-custom-radius-lg);
  box-shadow: var(--bs-custom-shadow-md);
  transition: all 0.3s ease;
  margin: var(--bs-spacer) 0;
}

/* line 12, app/assets/stylesheets/business_profile.scss */
.profile-card .card-body {
  display: flex;
  align-items: center;
}

/* line 17, app/assets/stylesheets/business_profile.scss */
.profile-card img {
  max-width: 3.75rem;
  /* 60px */
  max-height: 3.75rem;
  margin-right: var(--bs-spacer);
  border-radius: var(--bs-border-radius);
}

/* line 24, app/assets/stylesheets/business_profile.scss */
.contact-info {
  margin-top: var(--bs-spacer);
}

/* line 28, app/assets/stylesheets/business_profile.scss */
.contact-info p {
  margin: 0;
}

/* line 32, app/assets/stylesheets/business_profile.scss */
.img-max {
  max-width: 6.25rem;
  /* 100px */
  width: 100%;
}

/* Hero header adaptive text color */
/* line 38, app/assets/stylesheets/business_profile.scss */
.profile-hero-header {
  position: relative;
  /* Default: assume dark background, use white text */
  color: white;
}

/* line 44, app/assets/stylesheets/business_profile.scss */
.profile-hero-header .hero-text {
  color: white;
}

/* Light background override - when bg-gradient-primary is light */
/* line 50, app/assets/stylesheets/business_profile.scss */
.profile-hero-header.bg-light,
.profile-hero-header[style*="background-color: #fff"],
.profile-hero-header[style*="background-color: rgb(255"],
.profile-hero-header[style*="background-color: rgba(255, 255, 255"],
.profile-hero-header.bg-gradient-primary[style*="background"] {
  /* Check if background is actually light using CSS custom properties */
  color: #212529;
  /* dark text */
}

/* line 58, app/assets/stylesheets/business_profile.scss */
.profile-hero-header.bg-light .hero-text,
.profile-hero-header[style*="background-color: #fff"] .hero-text,
.profile-hero-header[style*="background-color: rgb(255"] .hero-text,
.profile-hero-header[style*="background-color: rgba(255, 255, 255"] .hero-text,
.profile-hero-header.bg-gradient-primary[style*="background"] .hero-text {
  color: #212529;
  /* dark text */
}

/* line 62, app/assets/stylesheets/business_profile.scss */
.profile-hero-header.bg-light .profile-subtitle,
.profile-hero-header[style*="background-color: #fff"] .profile-subtitle,
.profile-hero-header[style*="background-color: rgb(255"] .profile-subtitle,
.profile-hero-header[style*="background-color: rgba(255, 255, 255"] .profile-subtitle,
.profile-hero-header.bg-gradient-primary[style*="background"] .profile-subtitle {
  color: #495057;
  /* slightly lighter dark text */
}

/* Use CSS to detect light backgrounds via mix-blend-mode or other techniques */
/* For now, we'll use a JavaScript solution or assume bg-gradient-primary can be either */
/* Add a data attribute or class to indicate light background */
/* Light theme hero header */
/* line 72, app/assets/stylesheets/business_profile.scss */
.profile-hero-header[data-bg-theme="light"] {
  color: #212529;
}

/* line 75, app/assets/stylesheets/business_profile.scss */
.profile-hero-header[data-bg-theme="light"] .hero-text {
  color: #212529;
}

/* line 79, app/assets/stylesheets/business_profile.scss */
.profile-hero-header[data-bg-theme="light"] .profile-subtitle {
  color: #495057;
}

/* line 83, app/assets/stylesheets/business_profile.scss */
.profile-hero-header[data-bg-theme="light"] .profile-badge {
  color: #495057;
}

/* line 87, app/assets/stylesheets/business_profile.scss */
.profile-hero-header[data-bg-theme="light"] .profile-stat-value,
.profile-hero-header[data-bg-theme="light"] .profile-stat-label {
  color: #212529;
}

/* line 92, app/assets/stylesheets/business_profile.scss */
.profile-hero-header[data-bg-theme="light"] .rating-text {
  color: #212529;
}

/* app/assets/stylesheets/buttons.css */
/* Bootstrap-based button styles - legacy custom classes mapped to Bootstrap equivalents */
/* Offcanvas close button - using Bootstrap positioning utilities */
/* line 6, app/assets/stylesheets/buttons.scss */
.offcanvas-close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

/* Legacy custom button classes - now using Bootstrap button system */
/* line 13, app/assets/stylesheets/buttons.scss */
.custom-button {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--bs-secondary);
  border-radius: var(--bs-border-radius-sm);
  color: var(--bs-secondary);
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 31, app/assets/stylesheets/buttons.scss */
.custom-button-menu {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--bs-secondary);
  border-radius: var(--bs-border-radius-sm);
  color: var(--bs-secondary);
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 50, app/assets/stylesheets/buttons.scss */
.custom-button-mini {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid var(--bs-dark);
  border-radius: var(--bs-border-radius-sm);
  color: var(--bs-dark);
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Button content styling - using Bootstrap utilities */
/* line 68, app/assets/stylesheets/buttons.scss */
.custom-button span {
  display: inline-block;
  margin-right: 0;
  font-weight: 600;
  transition: transform 0.3s ease;
}

/* line 75, app/assets/stylesheets/buttons.scss */
.custom-button-mini span {
  display: inline-block;
  margin-right: 0.25rem;
  font-weight: 500;
  transition: transform 0.3s ease;
}

/* Hover effects using Bootstrap color system */
/* line 83, app/assets/stylesheets/buttons.scss */
.custom-button:hover {
  color: var(--bs-info);
  background-color: var(--bs-info);
  border-color: var(--bs-info);
  transform: translateY(-1px);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

/* line 91, app/assets/stylesheets/buttons.scss */
.custom-button:hover span {
  font-weight: 700;
  animation: pulse 0.5s ease-in-out;
}

/* line 96, app/assets/stylesheets/buttons.scss */
.custom-button-mini:hover span {
  font-weight: 600;
  animation: pulse 0.5s ease-in-out;
}

/* line 101, app/assets/stylesheets/buttons.scss */
.custom-button-menu:hover span {
  font-weight: 600;
  animation: pulse 0.5s ease-in-out;
}

/* line 106, app/assets/stylesheets/buttons.scss */
.custom-button-menu:hover {
  font-weight: 600;
  transform: translateY(-1px);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
}

/* Color variants using Bootstrap color system */
/* line 113, app/assets/stylesheets/buttons.scss */
.custom-button.blue {
  color: var(--bs-primary);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

/* line 118, app/assets/stylesheets/buttons.scss */
.custom-button.green {
  color: var(--bs-white);
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}

/* line 123, app/assets/stylesheets/buttons.scss */
.custom-button.red {
  color: var(--bs-white);
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}

/* line 128, app/assets/stylesheets/buttons.scss */
.custom-button.yellow {
  color: var(--bs-dark);
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}

/* line 133, app/assets/stylesheets/buttons.scss */
.custom-button.purple {
  color: var(--bs-white);
  background-color: #6f42c1;
  border-color: #6f42c1;
}

/* line 138, app/assets/stylesheets/buttons.scss */
.custom-button.orange {
  color: var(--bs-white);
  background-color: #fd7e14;
  border-color: #fd7e14;
}

/* line 143, app/assets/stylesheets/buttons.scss */
.custom-button.teal {
  color: var(--bs-white);
  background-color: #20c997;
  border-color: #20c997;
}

/* line 148, app/assets/stylesheets/buttons.scss */
.custom-button.dblue {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

/* line 153, app/assets/stylesheets/buttons.scss */
.custom-button.black {
  color: var(--bs-white);
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}

/* line 158, app/assets/stylesheets/buttons.scss */
.custom-button.dred {
  color: var(--bs-white);
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}

/* line 163, app/assets/stylesheets/buttons.scss */
.custom-button.pink {
  color: var(--bs-white);
  background-color: #e83e8c;
  border-color: #e83e8c;
}

/* line 168, app/assets/stylesheets/buttons.scss */
.custom-button.euve {
  color: var(--bs-white);
  background-color: #6f42c1;
  border-color: #6f42c1;
}

/* line 173, app/assets/stylesheets/buttons.scss */
.custom-button.dgreen {
  color: var(--bs-white);
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}

/* Menu and mini button variants */
/* line 180, app/assets/stylesheets/buttons.scss */
.custom-button-menu.dgreen {
  color: var(--bs-white);
  background-color: var(--bs-success);
  border-color: var(--bs-success);
  opacity: 0.7;
  width: 85%;
}

/* line 188, app/assets/stylesheets/buttons.scss */
.custom-button-mini.dgreen {
  color: var(--bs-white);
  background-color: var(--bs-success);
  border-color: var(--bs-success);
  opacity: 0.8;
}

/* line 195, app/assets/stylesheets/buttons.scss */
.custom-button-menu.smol {
  color: var(--bs-light);
  background-color: transparent;
  border-color: var(--bs-light);
}

/* Inline button variants using Bootstrap utilities */
/* line 202, app/assets/stylesheets/buttons.scss */
.inline-button {
  display: inline-block;
  padding: 0.1rem 0.1rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: var(--bs-border-radius-sm);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 217, app/assets/stylesheets/buttons.scss */
.inline-button-lg {
  display: inline-block;
  padding: 0.1rem 0.1rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: var(--bs-border-radius-lg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Bootstrap-based form and element styles */
/* line 3, app/assets/stylesheets/elements.scss */
#provider-search.form-control::placeholder {
  color: var(--bs-secondary);
}

/* line 7, app/assets/stylesheets/elements.scss */
.embed-map {
  width: 100%;
  height: 100%;
  min-height: 12.5rem;
  /* 200px */
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-dark);
  border: 2px solid var(--bs-border-color);
}

/* line 16, app/assets/stylesheets/elements.scss */
.embed-map-placeholder {
  width: 100%;
  height: 100%;
  min-height: 12.5rem;
  /* 200px */
  background-color: var(--bs-secondary);
  border-radius: var(--bs-border-radius-lg);
}

/* Bootstrap-based widget styles */
/* line 3, app/assets/stylesheets/widgets.scss */
.widget-size-report {
  /* a report sized to take up a widget space on the dashboard */
  max-width: 37.5rem;
  /* 600px */
  max-height: 37.5rem;
  /* 600px */
  width: 100%;
  height: auto;
}

/* Incoming Enquiries Widget Styles using Bootstrap utilities */
/* line 12, app/assets/stylesheets/widgets.scss */
#incoming_enquiries_widget .list-group-item {
  border-left: 4px solid transparent;
  transition: all 0.2s ease;
}

/* line 17, app/assets/stylesheets/widgets.scss */
#incoming_enquiries_widget .list-group-item:hover {
  border-left-color: var(--bs-primary);
  background-color: var(--bs-light);
}

/* line 22, app/assets/stylesheets/widgets.scss */
#incoming_enquiries_widget .badge {
  font-size: 0.75em;
}

/* line 26, app/assets/stylesheets/widgets.scss */
#incoming_enquiries_widget .text-muted {
  font-size: 0.875em;
}

/* line 30, app/assets/stylesheets/widgets.scss */
#incoming_enquiries_widget .bg-light {
  background-color: var(--bs-light) !important;
  border-radius: var(--bs-border-radius-sm);
}

/* Reply Modal Styles using Bootstrap utilities */
/* line 36, app/assets/stylesheets/widgets.scss */
#replyModal .modal-dialog {
  max-width: 43.75rem;
  /* 700px */
}

/* line 40, app/assets/stylesheets/widgets.scss */
#replyModal .alert-info {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: var(--bs-border-radius);
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}

/* line 50, app/assets/stylesheets/widgets.scss */
#replyModal .form-control:focus,
#replyModal .form-select:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}

/* Bootstrap-based navbar styles */
/* line 3, app/assets/stylesheets/navbar.scss */
.navbar {
  border-bottom: 1px solid var(--bs-border-color);
  transition: all 0.3s ease;
  background-color: rgba(var(--bs-body-bg-rgb), 0.6);
  backdrop-filter: blur(10px);
  box-shadow: var(--bs-custom-shadow-sm);
}

/* line 11, app/assets/stylesheets/navbar.scss */
.button-hover-white:hover {
  color: var(--bs-white) !important;
}

/* line 15, app/assets/stylesheets/navbar.scss */
.navbar-logo {
  transition: all 0.3s ease;
  max-height: 2.5rem;
  /* 40px */
  width: auto;
}

/* line 21, app/assets/stylesheets/navbar.scss */
.navbar-logo:hover {
  transform: scale(1.05);
}

/* Bootstrap-based sidebar styles */
/* line 2, app/assets/stylesheets/sidebar.scss */
.popsidebar {
  /* this is the offcanvas sidebar */
  position: fixed;
  border-right: 5px ridge var(--bs-dark);
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.3s;
  width: 35vw;
  max-width: 12.5rem;
  /* 200px */
  padding-top: 0 !important;
}

/* line 13, app/assets/stylesheets/sidebar.scss */
.mainsidebar {
  height: 100%;
  width: 8vw;
  max-width: 3.125rem;
  /* 50px */
  position: fixed;
  top: 0;
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/sidebar.scss */
.baselevel {
  position: fixed;
  bottom: 0.625rem;
  /* 10px */
}

/* line 27, app/assets/stylesheets/sidebar.scss */
.showup {
  position: sticky;
  overflow: visible !important;
}

/* Right sidebar styling using Bootstrap utilities */
/* line 33, app/assets/stylesheets/sidebar.scss */
.target-sidebar {
  padding: var(--bs-spacer);
  border: 1px dashed rgba(var(--bs-light-rgb), 0.2);
}

/* line 38, app/assets/stylesheets/sidebar.scss */
.target-stickbar {
  position: sticky;
  top: 4.0625rem;
  /* 65px */
}

/* line 43, app/assets/stylesheets/sidebar.scss */
.target-lowerstickbar {
  position: sticky;
  top: 5rem;
  /* 5em */
}

/* line 48, app/assets/stylesheets/sidebar.scss */
.action-tray-parent {
  position: sticky;
  top: 0;
}

/* line 53, app/assets/stylesheets/sidebar.scss */
.action-tray-offcanvas {
  overflow-y: auto;
}

/* Bootstrap-based footer styles */
/* line 2, app/assets/stylesheets/footer.scss */
.footer {
  position: sticky;
  width: 100%;
  bottom: 0;
  margin-top: var(--bs-spacer);
}

/* Bootstrap-based breadcrumb styles */
/* line 2, app/assets/stylesheets/breadcrumb.scss */
.breadcrumbs {
  margin-top: 4.25rem;
  /* 4.25em */
  position: relative;
  height: 1.5rem;
  /* 24px */
  overflow: hidden;
  /* Disable scroll */
}

/* Bootstrap-based column styles */
/* line 2, app/assets/stylesheets/columns.scss */
.search_date_columns {
  min-width: 20pc;
  /* Keep original unit for specific layout needs */
}

/* line 6, app/assets/stylesheets/columns.scss */
#column1, #column2 {
  transition: width 0.3s ease-in-out;
}

/* line 10, app/assets/stylesheets/columns.scss */
#column3 {
  transition-delay: 2s;
  transition: width 2s ease-in-out;
}

/* Bootstrap-based HR line styles */
/* line 2, app/assets/stylesheets/hrlines.scss */
hr.red {
  border-top: 1px solid var(--bs-danger);
}

/* line 6, app/assets/stylesheets/hrlines.scss */
hr.dashed {
  border-top: 1px dashed var(--bs-border-color);
}

/* line 10, app/assets/stylesheets/hrlines.scss */
hr.dotted {
  border-top: 1px dotted var(--bs-border-color);
}

/* line 14, app/assets/stylesheets/hrlines.scss */
hr.solid {
  border: 1px solid var(--bs-border-color);
}

/* line 18, app/assets/stylesheets/hrlines.scss */
hr.thick {
  border: 0.625rem solid var(--bs-border-color);
  /* 10px */
  border-radius: var(--bs-border-radius);
}

/* line 23, app/assets/stylesheets/hrlines.scss */
hr.dividing-line {
  height: 0.3125rem;
  /* 5px */
  border: 0.3125rem double var(--bs-dark);
  /* 5px */
}

/* app/assets/stylesheets/components/_business_logo.css */
/* Bootstrap-based business logo component */
/* line 4, app/assets/stylesheets/components/_business_logo.scss */
.business-logo {
  position: relative;
  display: inline-block;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color);
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

/* Logo image styling using Bootstrap utilities */
/* line 14, app/assets/stylesheets/components/_business_logo.scss */
.business-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* Fallback text styling using Bootstrap color system */
/* line 23, app/assets/stylesheets/components/_business_logo.scss */
.logo-fallback {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--bs-secondary), var(--bs-dark));
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 33, app/assets/stylesheets/components/_business_logo.scss */
.logo-fallback-text {
  font-size: 0.6em;
  line-height: 1;
  text-align: center;
  user-select: none;
  font-weight: 600;
}

/* Size variants using Bootstrap spacing scale */
/* line 42, app/assets/stylesheets/components/_business_logo.scss */
.logo-xs {
  width: 2.5rem;
  /* 40px */
  height: 2.5rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 48, app/assets/stylesheets/components/_business_logo.scss */
.logo-sm {
  width: 3.75rem;
  /* 60px */
  height: 3.75rem;
  border-radius: var(--bs-border-radius);
}

/* line 54, app/assets/stylesheets/components/_business_logo.scss */
.logo-md {
  width: 5rem;
  /* 80px */
  height: 5rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 60, app/assets/stylesheets/components/_business_logo.scss */
.logo-lg {
  width: 6.25rem;
  /* 100px */
  height: 6.25rem;
  border-radius: var(--bs-border-radius-xl);
}

/* line 66, app/assets/stylesheets/components/_business_logo.scss */
.logo-xl {
  width: 7.5rem;
  /* 120px */
  height: 7.5rem;
  border-radius: var(--bs-border-radius-xxl);
}

/* Responsive adjustments using Bootstrap breakpoints */
@media (max-width: 576px) {
  /* line 74, app/assets/stylesheets/components/_business_logo.scss */
  .logo-lg {
    width: 5rem;
    height: 5rem;
  }
  /* line 79, app/assets/stylesheets/components/_business_logo.scss */
  .logo-xl {
    width: 6.25rem;
    height: 6.25rem;
  }
}

@media (max-width: 768px) {
  /* line 86, app/assets/stylesheets/components/_business_logo.scss */
  .logo-md {
    width: 3.75rem;
    height: 3.75rem;
  }
  /* line 91, app/assets/stylesheets/components/_business_logo.scss */
  .logo-lg {
    width: 4.5rem;
    height: 4.5rem;
  }
}

/* Hover effects using Bootstrap shadow utilities */
/* line 98, app/assets/stylesheets/components/_business_logo.scss */
.business-logo:hover {
  transform: translateY(-1px);
  box-shadow: var(--bs-box-shadow-lg);
}

/* Shadow variants using Bootstrap shadow classes */
/* line 104, app/assets/stylesheets/components/_business_logo.scss */
.business-logo.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm);
}

/* line 108, app/assets/stylesheets/components/_business_logo.scss */
.business-logo.shadow {
  box-shadow: var(--bs-box-shadow);
}

/* line 112, app/assets/stylesheets/components/_business_logo.scss */
.business-logo.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg);
}

/* Shape variants using Bootstrap utilities */
/* line 117, app/assets/stylesheets/components/_business_logo.scss */
.business-logo.rounded-circle {
  border-radius: 50% !important;
}

/* line 121, app/assets/stylesheets/components/_business_logo.scss */
.business-logo.rounded-square {
  border-radius: var(--bs-border-radius-sm);
}

/* Background variants using Bootstrap utilities */
/* line 126, app/assets/stylesheets/components/_business_logo.scss */
.business-logo.bg-transparent {
  background-color: transparent;
  border: none;
}

/* Bootstrap-based form component styles */
/* line 3, app/assets/stylesheets/components/_forms.scss */
.token-textarea {
  height: 6.25rem;
  /* 100px */
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Bootstrap-based header image styles */
/* line 2, app/assets/stylesheets/components/_header_image.scss */
.header-image-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* line 9, app/assets/stylesheets/components/_header_image.scss */
.header-image-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
}

/* line 21, app/assets/stylesheets/components/_header_image.scss */
.header-image-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, var(--bs-white) 100%);
  pointer-events: none;
}

/* line 32, app/assets/stylesheets/components/_header_image.scss */
.header-image-fallback::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background-color: var(--bs-info);
  opacity: 0.4;
}

/* line 43, app/assets/stylesheets/components/_header_image.scss */
.header-image-fallback::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, var(--bs-white) 100%);
  pointer-events: none;
}

/* Bootstrap-based user section component styles */
/* line 3, app/assets/stylesheets/components/_user_sections.scss */
.mw-70 {
  max-width: 70%;
}

/* line 7, app/assets/stylesheets/components/_user_sections.scss */
.progress-thin {
  height: 0.375rem;
  /* 6px */
}

/* Navbar Component Styles */
/* line 3, app/assets/stylesheets/components/_navbar.scss */
.dotted-border-grey {
  border-top: 10px dotted grey;
  height: 10px;
}

/* line 8, app/assets/stylesheets/components/_navbar.scss */
.close-button-position {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

/* line 14, app/assets/stylesheets/components/_navbar.scss */
.search-menu-width {
  min-width: 350px;
}

/* Toast Component Styles */
/* line 3, app/assets/stylesheets/components/_toast.scss */
.toast-position-fixed {
  top: 80px;
  right: 20px;
  z-index: 9999;
}

/* line 9, app/assets/stylesheets/components/_toast.scss */
.min-w-300 {
  min-width: 300px;
}

/* line 13, app/assets/stylesheets/components/_toast.scss */
.toast-test-button {
  z-index: 9998;
}

/* Directory Page Styles */
/* line 3, app/assets/stylesheets/pages/_directory.scss */
.directory-hero-gradient {
  background: linear-gradient(to right, #2c3e50, #3498db);
}

/* line 7, app/assets/stylesheets/pages/_directory.scss */
.directory-cta-gradient {
  background: linear-gradient(to right, #3498db, #2c3e50);
}

/* Owner Landing Page Styles */
/* line 3, app/assets/stylesheets/pages/_owner_landing.scss */
.pricing-gradient {
  background: linear-gradient(135deg, #007bff, #6610f2);
}

/* line 7, app/assets/stylesheets/pages/_owner_landing.scss */
.max-h-30vh {
  max-height: 30vh;
}

/* Admin Styles */
/* line 3, app/assets/stylesheets/admin/_admin.scss */
.admin-container-max {
  max-width: 960px;
}

/* General Brand Styles */
/* Brand Header */
/* line 4, app/assets/stylesheets/brands/brand_styles.scss */
.brand-header {
  background: linear-gradient(135deg, var(--brand-primary, #6c757d), var(--brand-secondary, #495057));
  color: white;
}

/* Brand-specific card styles */
/* line 10, app/assets/stylesheets/brands/brand_styles.scss */
.brand-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid var(--brand-primary, #6c757d);
}

/* line 15, app/assets/stylesheets/brands/brand_styles.scss */
.brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Brand-specific button styles */
/* line 21, app/assets/stylesheets/brands/brand_styles.scss */
.brand-btn {
  background-color: var(--brand-primary, #6c757d);
  border-color: var(--brand-primary, #6c757d);
  color: white;
}

/* line 27, app/assets/stylesheets/brands/brand_styles.scss */
.brand-btn:hover {
  background-color: var(--brand-secondary, #495057);
  border-color: var(--brand-secondary, #495057);
  color: white;
}

/* line 33, app/assets/stylesheets/brands/brand_styles.scss */
.brand-btn-outline {
  background-color: transparent;
  border-color: var(--brand-primary, #6c757d);
  color: var(--brand-primary, #6c757d);
}

/* line 39, app/assets/stylesheets/brands/brand_styles.scss */
.brand-btn-outline:hover {
  background-color: var(--brand-primary, #6c757d);
  border-color: var(--brand-primary, #6c757d);
  color: white;
}

/* Brand-specific text styles */
/* line 46, app/assets/stylesheets/brands/brand_styles.scss */
.brand-text {
  color: var(--brand-primary, #6c757d);
}

/* line 50, app/assets/stylesheets/brands/brand_styles.scss */
.brand-text-secondary {
  color: var(--brand-secondary, #495057);
}

/* Icon containers */
/* line 55, app/assets/stylesheets/brands/brand_styles.scss */
.brand-icon-container {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* line 66, app/assets/stylesheets/brands/brand_styles.scss */
  .brand-icon-container {
    width: 60px;
    height: 60px;
  }
  /* line 71, app/assets/stylesheets/brands/brand_styles.scss */
  .brand-header {
    padding: 2rem 0;
  }
}

/* Animation utilities */
/* line 77, app/assets/stylesheets/brands/brand_styles.scss */
.animate-fade-in {
  animation: fadeIn 0.6s ease-in;
}

/* line 81, app/assets/stylesheets/brands/brand_styles.scss */
.animate-slide-up {
  animation: slideUp 0.6s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Connect Business Brand Styles */
/* line 3, app/assets/stylesheets/brands/connectbusiness.scss */
.connectbusiness-landing {
  --connectbusiness-primary: #6c757d;
  --connectbusiness-secondary: #495057;
  --connectbusiness-warning: #ffc107;
  --connectbusiness-light: #f8f9fa;
  --connectbusiness-dark: #212529;
}

/* Brand Header */
/* line 12, app/assets/stylesheets/brands/connectbusiness.scss */
.brand-header {
  background: linear-gradient(135deg, var(--connectbusiness-primary), var(--connectbusiness-secondary));
  color: white;
}

/* Brand-specific elements */
/* line 18, app/assets/stylesheets/brands/connectbusiness.scss */
.brand-connect-business .card {
  border-left: 4px solid var(--connectbusiness-primary);
}

/* line 22, app/assets/stylesheets/brands/connectbusiness.scss */
.brand-connect-business .btn-primary {
  background-color: var(--connectbusiness-primary);
  border-color: var(--connectbusiness-primary);
}

/* line 27, app/assets/stylesheets/brands/connectbusiness.scss */
.brand-connect-business .btn-primary:hover {
  background-color: var(--connectbusiness-secondary);
  border-color: var(--connectbusiness-secondary);
}

/* line 32, app/assets/stylesheets/brands/connectbusiness.scss */
.brand-connect-business .btn-warning {
  background-color: var(--connectbusiness-warning);
  border-color: var(--connectbusiness-warning);
  color: var(--connectbusiness-dark);
}

/* line 38, app/assets/stylesheets/brands/connectbusiness.scss */
.brand-connect-business .btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}

/* Feature Cards */
/* line 44, app/assets/stylesheets/brands/connectbusiness.scss */
.connectbusiness-feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid var(--connectbusiness-primary);
}

/* line 49, app/assets/stylesheets/brands/connectbusiness.scss */
.connectbusiness-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(108, 117, 125, 0.15);
}

/* line 54, app/assets/stylesheets/brands/connectbusiness.scss */
.connectbusiness-icon-container {
  width: 80px;
  height: 80px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* line 61, app/assets/stylesheets/brands/connectbusiness.scss */
  .connectbusiness-icon-container {
    width: 60px;
    height: 60px;
  }
}

/* BusBook Brand Styles */
/* line 3, app/assets/stylesheets/brands/busbook.scss */
.busbook-landing {
  --busbook-primary: #28a745;
  --busbook-secondary: #20c997;
  --busbook-warning: #ffc107;
  --busbook-light: #f8f9fa;
  --busbook-dark: #212529;
  min-height: 100vh;
}

/* Theme-aware background gradients */
/* line 13, app/assets/stylesheets/brands/busbook.scss */
.busbook-hero-gradient {
  background: linear-gradient(135deg, #E8F5E9, #F1F8F4);
}

/* line 17, app/assets/stylesheets/brands/busbook.scss */
[data-bs-theme="dark"] .busbook-hero-gradient {
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.15), rgba(32, 201, 151, 0.1));
}

/* line 21, app/assets/stylesheets/brands/busbook.scss */
.busbook-accent-bg {
  background-color: #E8F5E9;
}

/* line 25, app/assets/stylesheets/brands/busbook.scss */
[data-bs-theme="dark"] .busbook-accent-bg {
  background-color: rgba(40, 167, 69, 0.1);
}

/* Brand Header - BusBook specific overrides */
/* line 30, app/assets/stylesheets/brands/busbook.scss */
.busbook-landing .brand-header {
  background: linear-gradient(135deg, var(--busbook-primary), var(--busbook-secondary));
  color: white;
  padding: 4rem 0;
  margin-top: 76px;
  /* Account for fixed navbar */
}

/* line 37, app/assets/stylesheets/brands/busbook.scss */
.busbook-logo {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease;
}

/* line 42, app/assets/stylesheets/brands/busbook.scss */
.busbook-logo:hover {
  transform: scale(1.05);
}

/* line 46, app/assets/stylesheets/brands/busbook.scss */
[data-bs-theme="dark"] .busbook-landing .brand-header {
  background: linear-gradient(135deg, #1e7e34, #1a9b7a);
  color: white;
}

/* Responsive adjustments for brand header */
@media (max-width: 768px) {
  /* line 53, app/assets/stylesheets/brands/busbook.scss */
  .busbook-landing .brand-header {
    padding: 2rem 0;
    margin-top: 76px;
    /* Maintain spacing for fixed navbar on mobile */
  }
}

/* BusBook Navbar Background - More specific selector to override general navbar styles */
/* line 60, app/assets/stylesheets/brands/busbook.scss */
nav.navbar[data-brand="busbook"],
[data-brand="busbook"] nav.navbar.fixed-top {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--busbook-primary);
}

/* line 67, app/assets/stylesheets/brands/busbook.scss */
[data-bs-theme="dark"] nav.navbar[data-brand="busbook"],
[data-bs-theme="dark"][data-brand="busbook"] nav.navbar.fixed-top {
  background-color: rgba(33, 37, 41, 0.95);
  border-bottom: 2px solid var(--busbook-primary);
}

/* Brand-specific elements */
/* line 74, app/assets/stylesheets/brands/busbook.scss */
.brand-busbook .card {
  border-left: 4px solid var(--busbook-primary);
}

/* line 78, app/assets/stylesheets/brands/busbook.scss */
.brand-busbook .btn-primary {
  background-color: var(--busbook-primary);
  border-color: var(--busbook-primary);
}

/* line 83, app/assets/stylesheets/brands/busbook.scss */
.brand-busbook .btn-primary:hover {
  background-color: var(--busbook-secondary);
  border-color: var(--busbook-secondary);
}

/* line 88, app/assets/stylesheets/brands/busbook.scss */
.brand-busbook .btn-warning {
  background-color: var(--busbook-warning);
  border-color: var(--busbook-warning);
  color: var(--busbook-dark);
}

/* line 94, app/assets/stylesheets/brands/busbook.scss */
.brand-busbook .btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}

/* Feature Cards */
/* line 100, app/assets/stylesheets/brands/busbook.scss */
.busbook-feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid var(--busbook-primary);
}

/* line 105, app/assets/stylesheets/brands/busbook.scss */
.busbook-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(40, 167, 69, 0.15);
}

/* line 110, app/assets/stylesheets/brands/busbook.scss */
.busbook-icon-container {
  width: 80px;
  height: 80px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* line 117, app/assets/stylesheets/brands/busbook.scss */
  .busbook-icon-container {
    width: 60px;
    height: 60px;
  }
  /* line 122, app/assets/stylesheets/brands/busbook.scss */
  .busbook-logo {
    height: 80px !important;
  }
}

/* EngineersBook Brand Styles */
/* line 3, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-landing {
  --engineersbook-primary: #4A90E2;
  --engineersbook-secondary: #6BA3E8;
  --engineersbook-warning: #FFD93D;
  --engineersbook-light: #F8F9FA;
  --engineersbook-dark: #2C3E50;
  min-height: 100vh;
}

/* Theme-aware background gradients */
/* line 13, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-hero-gradient {
  background: linear-gradient(135deg, #E8F4FD, #F0F8FF);
}

/* line 17, app/assets/stylesheets/brands/engineersbook.scss */
[data-bs-theme="dark"] .engineersbook-hero-gradient {
  background: linear-gradient(135deg, rgba(74, 144, 226, 0.15), rgba(107, 163, 232, 0.1));
}

/* line 21, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-accent-bg {
  background-color: #E8F4FD;
}

/* line 25, app/assets/stylesheets/brands/engineersbook.scss */
[data-bs-theme="dark"] .engineersbook-accent-bg {
  background-color: rgba(74, 144, 226, 0.1);
}

/* Hero Section - Scoped to engineersbook-landing to avoid conflicts */
/* line 30, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-landing .engineersbook-hero-section {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--engineersbook-primary), var(--engineersbook-secondary));
  position: relative;
  overflow: hidden;
}

/* line 37, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-landing .engineersbook-hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}

/* line 45, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-landing .engineersbook-hero-content {
  padding: 2rem 0;
}

/* line 49, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-logo {
  height: 80px;
  max-width: 100%;
}

/* line 54, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-hero-title {
  color: var(--bs-overlay-text-color, #ffffff);
}

/* line 58, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-hero-subtitle {
  color: var(--bs-overlay-text-color, #ffffff);
  opacity: 0.8;
}

/* line 63, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-scroll-indicator {
  color: var(--bs-overlay-text-color, #ffffff);
  opacity: 0.8;
}

/* line 68, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-search-container {
  max-width: 600px;
  margin: 0 auto;
}

/* Brand Header - EngineersBook specific overrides */
/* line 74, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-landing .brand-header {
  background: linear-gradient(135deg, var(--engineersbook-primary), var(--engineersbook-secondary));
  color: white;
  padding: 4rem 0;
  margin-top: 76px;
  /* Account for fixed navbar */
}

/* line 81, app/assets/stylesheets/brands/engineersbook.scss */
[data-bs-theme="dark"] .engineersbook-landing .brand-header {
  background: linear-gradient(135deg, #3a7bc8, #5a93d8);
  color: white;
}

/* Responsive adjustments for brand header */
@media (max-width: 768px) {
  /* line 88, app/assets/stylesheets/brands/engineersbook.scss */
  .engineersbook-landing .brand-header {
    padding: 2rem 0;
    margin-top: 76px;
    /* Maintain spacing for fixed navbar on mobile */
  }
}

/* EngineersBook Navbar Background - More specific selector to override general navbar styles */
/* line 95, app/assets/stylesheets/brands/engineersbook.scss */
nav.navbar[data-brand="engineersbook"],
[data-brand="engineersbook"] nav.navbar.fixed-top {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--engineersbook-primary);
}

/* line 102, app/assets/stylesheets/brands/engineersbook.scss */
[data-bs-theme="dark"] nav.navbar[data-brand="engineersbook"],
[data-bs-theme="dark"][data-brand="engineersbook"] nav.navbar.fixed-top {
  background-color: rgba(33, 37, 41, 0.95);
  border-bottom: 2px solid var(--engineersbook-primary);
}

/* Feature Cards */
/* line 109, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid var(--engineersbook-primary);
}

/* line 114, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.15);
}

/* line 119, app/assets/stylesheets/brands/engineersbook.scss */
.engineersbook-icon-container {
  width: 80px;
  height: 80px;
}

/* Brand-specific elements */
/* line 125, app/assets/stylesheets/brands/engineersbook.scss */
.brand-engineersbook .card {
  border-left: 4px solid var(--engineersbook-primary);
}

/* line 129, app/assets/stylesheets/brands/engineersbook.scss */
.brand-engineersbook .btn-primary {
  background-color: var(--engineersbook-primary);
  border-color: var(--engineersbook-primary);
}

/* line 134, app/assets/stylesheets/brands/engineersbook.scss */
.brand-engineersbook .btn-primary:hover {
  background-color: var(--engineersbook-secondary);
  border-color: var(--engineersbook-secondary);
}

/* line 139, app/assets/stylesheets/brands/engineersbook.scss */
.brand-engineersbook .btn-warning {
  background-color: var(--engineersbook-warning);
  border-color: var(--engineersbook-warning);
  color: var(--engineersbook-dark);
}

/* line 145, app/assets/stylesheets/brands/engineersbook.scss */
.brand-engineersbook .btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}

/* Animation */
/* line 151, app/assets/stylesheets/brands/engineersbook.scss */
.animate-bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* line 169, app/assets/stylesheets/brands/engineersbook.scss */
  .engineersbook-landing .engineersbook-hero-section {
    min-height: 80vh;
  }
  /* line 173, app/assets/stylesheets/brands/engineersbook.scss */
  .engineersbook-logo {
    height: 60px;
  }
  /* line 177, app/assets/stylesheets/brands/engineersbook.scss */
  .engineersbook-icon-container {
    width: 60px;
    height: 60px;
  }
}

/* Tom Select Fixes - Prevent resizing and maintain full width */
/* Ensure the tom-select control maintains full width of its container */
/* line 4, app/assets/stylesheets/tom_select.scss */
.ts-control {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

/* Prevent the control from shrinking when clicked or focused */
/* line 11, app/assets/stylesheets/tom_select.scss */
.ts-control:focus,
.ts-control:active,
.ts-control.is-focused {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

/* Ensure the dropdown wrapper maintains proper width */
/* line 20, app/assets/stylesheets/tom_select.scss */
.ts-dropdown {
  width: 100% !important;
  min-width: 100% !important;
}

/* Allow the dropdown content to expand beyond container if needed */
/* line 26, app/assets/stylesheets/tom_select.scss */
.ts-dropdown-content {
  min-width: 100% !important;
}

/* Ensure the input field inside tom-select maintains full width */
/* line 31, app/assets/stylesheets/tom_select.scss */
.ts-control input {
  width: 100% !important;
  min-width: 100% !important;
}

/* Fix for single select mode */
/* line 37, app/assets/stylesheets/tom_select.scss */
.ts-control.single .ts-control-input {
  width: 100% !important;
  min-width: 100% !important;
}

/* Fix for multi-select mode */
/* line 43, app/assets/stylesheets/tom_select.scss */
.ts-control.multi .ts-control-input {
  width: 100% !important;
  min-width: 100% !important;
}

/* Ensure the control doesn't shrink when items are selected */
/* line 49, app/assets/stylesheets/tom_select.scss */
.ts-control.multi .ts-control-items {
  width: 100% !important;
  min-width: 100% !important;
}

/* Prevent any flex shrinking */
/* line 55, app/assets/stylesheets/tom_select.scss */
.ts-control,
.ts-control * {
  flex-shrink: 0 !important;
}

/* Ensure proper box-sizing */
/* line 61, app/assets/stylesheets/tom_select.scss */
.ts-control,
.ts-control * {
  box-sizing: border-box !important;
}

/* Additional fixes for edge cases */
/* line 67, app/assets/stylesheets/tom_select.scss */
.ts-wrapper {
  width: 100% !important;
  min-width: 100% !important;
}

/* Prevent any layout shifts when tom-select initializes */
/* line 73, app/assets/stylesheets/tom_select.scss */
.ts-control {
  transition: none !important;
}

/* Ensure the control maintains width during state changes */
/* line 78, app/assets/stylesheets/tom_select.scss */
.ts-control.is-loading,
.ts-control.is-disabled,
.ts-control.is-open {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

/* Fix for when dropdown is open - ensure control doesn't shrink */
/* line 87, app/assets/stylesheets/tom_select.scss */
.ts-control.is-open .ts-control-input {
  width: 100% !important;
  min-width: 100% !important;
}

/* Trix Editor Customization */
/* Hide complex HTML elements in Trix editor that break the layout */
/* line 4, app/assets/stylesheets/trix_editor.scss */
trix-editor {
  /* Hide tables - they break the editor layout */
  /* Hide complex Bootstrap components that don't render well in editor */
  /* Hide cards and other complex components */
  /* Hide Bootstrap grid and layout components */
  /* Show a placeholder message for hidden complex elements */
  /* Ensure basic formatting still works */
  /* Prevent overflow issues */
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* line 6, app/assets/stylesheets/trix_editor.scss */
trix-editor table,
trix-editor thead,
trix-editor tbody,
trix-editor tr,
trix-editor td,
trix-editor th {
  display: none !important;
}

/* line 16, app/assets/stylesheets/trix_editor.scss */
trix-editor .row,
trix-editor .col,
trix-editor [class*="col-"],
trix-editor .container,
trix-editor .container-fluid {
  display: none !important;
}

/* line 25, app/assets/stylesheets/trix_editor.scss */
trix-editor .card,
trix-editor .card-body,
trix-editor .card-header,
trix-editor .card-footer {
  display: none !important;
}

/* line 33, app/assets/stylesheets/trix_editor.scss */
trix-editor .container,
trix-editor .container-fluid,
trix-editor .row,
trix-editor [class*="col-"] {
  display: none !important;
}

/* line 41, app/assets/stylesheets/trix_editor.scss */
trix-editor table::before {
  content: "📊 [Table - will display correctly when published]";
  display: block !important;
  padding: 0.75rem;
  background-color: #e7f3ff;
  border: 1px dashed #0d6efd;
  color: #0d6efd;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0.5rem 0;
  border-radius: 0.25rem;
}

/* line 54, app/assets/stylesheets/trix_editor.scss */
trix-editor .row::before,
trix-editor [class*="col-"]::before {
  content: "📐 [Layout component - will display correctly when published]";
  display: block !important;
  padding: 0.75rem;
  background-color: #fff3cd;
  border: 1px dashed #ffc107;
  color: #856404;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0.5rem 0;
  border-radius: 0.25rem;
}

/* line 68, app/assets/stylesheets/trix_editor.scss */
trix-editor .card::before {
  content: "🎴 [Card component - will display correctly when published]";
  display: block !important;
  padding: 0.75rem;
  background-color: #f8f9fa;
  border: 1px dashed #6c757d;
  color: #495057;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0.5rem 0;
  border-radius: 0.25rem;
}

/* line 82, app/assets/stylesheets/trix_editor.scss */
trix-editor p, trix-editor h1, trix-editor h2, trix-editor h3, trix-editor h4, trix-editor h5, trix-editor h6, trix-editor ul, trix-editor ol, trix-editor li, trix-editor strong, trix-editor em, trix-editor a, trix-editor img, trix-editor blockquote {
  display: block;
}

/* line 86, app/assets/stylesheets/trix_editor.scss */
trix-editor img {
  max-width: 100%;
  height: auto;
}

/* Ensure Trix editor has proper styling */
/* line 97, app/assets/stylesheets/trix_editor.scss */
.trix-content {
  min-height: 300px;
  /* Make sure text is readable */
  color: #212529;
  font-size: 1rem;
  line-height: 1.6;
  /* Prevent layout breaking */
  max-width: 100%;
  overflow-x: auto;
}

/* EngineersBook Landing Page Styles */
/* Hero Section - Only apply when NOT inside engineersbook-landing to avoid conflicts */
/* line 4, app/assets/stylesheets/engineersbook.scss */
:not(.engineersbook-landing) .engineersbook-hero-section {
  height: 100vh;
  width: 100vw;
  position: relative;
  background-image: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/engineersbook.scss */
:not(.engineersbook-landing) .engineersbook-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(/%23grain)"/></svg>');
  opacity: 0.3;
}

/* line 25, app/assets/stylesheets/engineersbook.scss */
:not(.engineersbook-landing) .engineersbook-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bs-hero-overlay-bg, rgba(0, 0, 0, 0.4));
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 37, app/assets/stylesheets/engineersbook.scss */
:not(.engineersbook-landing) .engineersbook-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* line 43, app/assets/stylesheets/engineersbook.scss */
.engineersbook-logo {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

/* Search Container */
/* line 48, app/assets/stylesheets/engineersbook.scss */
.engineersbook-search-container {
  max-width: 600px;
  margin: 0 auto;
}

/* line 53, app/assets/stylesheets/engineersbook.scss */
.engineersbook-search-container .form-control {
  border: none;
  border-radius: 50px 0 0 50px;
  padding: 15px 25px;
  font-size: 1.1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* line 61, app/assets/stylesheets/engineersbook.scss */
.engineersbook-search-container .btn {
  border-radius: 0 50px 50px 0;
  padding: 15px 25px;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Feature Cards */
/* line 69, app/assets/stylesheets/engineersbook.scss */
.engineersbook-feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px;
}

/* line 74, app/assets/stylesheets/engineersbook.scss */
.engineersbook-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* line 79, app/assets/stylesheets/engineersbook.scss */
.engineersbook-icon-container {
  transition: transform 0.3s ease;
}

/* line 83, app/assets/stylesheets/engineersbook.scss */
.engineersbook-feature-card:hover .engineersbook-icon-container {
  transform: scale(1.1);
}

/* Stats Section */
/* line 88, app/assets/stylesheets/engineersbook.scss */
.engineersbook-stat-item {
  transition: transform 0.3s ease;
}

/* line 92, app/assets/stylesheets/engineersbook.scss */
.engineersbook-stat-item:hover {
  transform: translateY(-5px);
}

/* line 96, app/assets/stylesheets/engineersbook.scss */
.engineersbook-stat-number {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Discipline Search Form Styles */
/* line 101, app/assets/stylesheets/engineersbook.scss */
.discipline-search-form {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
}

/* line 107, app/assets/stylesheets/engineersbook.scss */
.discipline-search-form:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* line 112, app/assets/stylesheets/engineersbook.scss */
.discipline-search-form h4 {
  color: #495057;
  font-weight: 600;
}

/* line 117, app/assets/stylesheets/engineersbook.scss */
.discipline-search-form .form-label {
  color: #495057;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 124, app/assets/stylesheets/engineersbook.scss */
.discipline-search-form .form-select {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

/* line 131, app/assets/stylesheets/engineersbook.scss */
.discipline-search-form .form-select:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 136, app/assets/stylesheets/engineersbook.scss */
.discipline-search-form .btn-primary {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  border: none;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

/* line 146, app/assets/stylesheets/engineersbook.scss */
.discipline-search-form .btn-primary:hover {
  background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

/* line 152, app/assets/stylesheets/engineersbook.scss */
.discipline-search-form .btn-outline-secondary {
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* line 158, app/assets/stylesheets/engineersbook.scss */
.discipline-search-form .btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  transform: translateY(-1px);
}

/* Search Results Summary */
/* line 165, app/assets/stylesheets/engineersbook.scss */
.discipline-search-form .border-top {
  border-color: #dee2e6 !important;
}

/* line 169, app/assets/stylesheets/engineersbook.scss */
.discipline-search-form small {
  font-size: 0.85rem;
  line-height: 1.4;
}

/* line 174, app/assets/stylesheets/engineersbook.scss */
.discipline-search-form strong {
  color: #495057;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* line 181, app/assets/stylesheets/engineersbook.scss */
  .discipline-search-form .col-md-6,
.discipline-search-form .col-md-3 {
    margin-bottom: 1rem;
  }
  /* line 186, app/assets/stylesheets/engineersbook.scss */
  .discipline-search-form .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

/* Buttons */
/* line 193, app/assets/stylesheets/engineersbook.scss */
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}

/* line 199, app/assets/stylesheets/engineersbook.scss */
.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #000;
}

/* line 205, app/assets/stylesheets/engineersbook.scss */
.btn-outline-light:hover {
  background-color: #fff;
  color: #007bff;
}

/* Text Colors - Ensuring Contrast */
/* line 211, app/assets/stylesheets/engineersbook.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 215, app/assets/stylesheets/engineersbook.scss */
.text-muted {
  color: #6c757d !important;
}

/* Animation Classes */
/* line 220, app/assets/stylesheets/engineersbook.scss */
.animate-bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  /* line 238, app/assets/stylesheets/engineersbook.scss */
  :not(.engineersbook-landing) .engineersbook-hero-section {
    height: 100vh;
    min-height: 600px;
  }
  /* line 243, app/assets/stylesheets/engineersbook.scss */
  :not(.engineersbook-landing) .engineersbook-hero-section h1 {
    font-size: 2.5rem;
  }
  /* line 247, app/assets/stylesheets/engineersbook.scss */
  :not(.engineersbook-landing) .engineersbook-hero-section .lead {
    font-size: 1.1rem;
  }
  /* line 251, app/assets/stylesheets/engineersbook.scss */
  .engineersbook-search-container .form-control,
.engineersbook-search-container .btn {
    padding: 12px 20px;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  /* line 259, app/assets/stylesheets/engineersbook.scss */
  :not(.engineersbook-landing) .engineersbook-hero-section h1 {
    font-size: 2rem;
  }
  /* line 263, app/assets/stylesheets/engineersbook.scss */
  :not(.engineersbook-landing) .engineersbook-hero-section .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  /* line 268, app/assets/stylesheets/engineersbook.scss */
  .engineersbook-stat-number {
    font-size: 2rem !important;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  /* line 275, app/assets/stylesheets/engineersbook.scss */
  .engineersbook-feature-card {
    background-color: #2d3748;
    color: #e2e8f0;
  }
  /* line 280, app/assets/stylesheets/engineersbook.scss */
  .engineersbook-feature-card .text-dark {
    color: #e2e8f0 !important;
  }
  /* line 284, app/assets/stylesheets/engineersbook.scss */
  .bg-light {
    background-color: #2d3748 !important;
  }
}

/* Accessibility improvements */
/* line 290, app/assets/stylesheets/engineersbook.scss */
.engineersbook-feature-card:focus-within {
  outline: 3px solid #007bff;
  outline-offset: 2px;
}

/* line 295, app/assets/stylesheets/engineersbook.scss */
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Print styles */
@media print {
  /* line 301, app/assets/stylesheets/engineersbook.scss */
  :not(.engineersbook-landing) .engineersbook-hero-section {
    height: auto;
    background: none;
    color: #000;
  }
  /* line 307, app/assets/stylesheets/engineersbook.scss */
  :not(.engineersbook-landing) .engineersbook-hero-overlay {
    background: none;
  }
}

/* Bootstrap-compatible overlay theming */
/* Dark theme (default) */
/* line 4, app/assets/stylesheets/overlay_themes.scss */
:root {
  --bs-overlay-bg: rgba(0, 0, 0, 0.85);
  --bs-hero-overlay-bg: rgba(0, 0, 0, 0.8);
  --bs-overlay-text-color: rgb(233, 233, 233);
  --bs-overlay-text-bg: rgba(33, 37, 41, 0.5);
  --bs-header-gradient-start: rgba(224, 51, 51, 0);
  --bs-header-gradient-middle: rgba(0, 0, 0, 0.3);
  --bs-header-gradient-end: rgba(0, 0, 0, 1);
}

/* Light theme */
/* line 15, app/assets/stylesheets/overlay_themes.scss */
[data-bs-theme="light"] {
  --bs-overlay-bg: rgba(255, 255, 255, 0.85);
  --bs-hero-overlay-bg: rgba(255, 255, 255, 0.8);
  --bs-overlay-text-color: #212529;
  --bs-overlay-text-bg: rgba(255, 255, 255, 0.8);
  --bs-header-gradient-start: rgba(224, 51, 51, 0);
  --bs-header-gradient-middle: rgba(255, 255, 255, 0.3);
  --bs-header-gradient-end: rgba(255, 255, 255, 1);
}

/* Header gradient overlay */
/* line 26, app/assets/stylesheets/overlay_themes.scss */
.header-image-fallback-overlay {
  background: linear-gradient(to bottom, var(--bs-header-gradient-start) 0%, var(--bs-header-gradient-middle) 50%, var(--bs-header-gradient-end) 100%);
}

/* line 1, app/assets/stylesheets/pipeline.scss */
.icon-green {
  color: green;
}

/* line 5, app/assets/stylesheets/pipeline.scss */
.icon-yellow {
  color: #d8d80a;
}

/* line 9, app/assets/stylesheets/pipeline.scss */
.icon-red {
  color: red;
}

/* line 13, app/assets/stylesheets/pipeline.scss */
.icon-orange {
  color: orange;
}

/* line 17, app/assets/stylesheets/pipeline.scss */
.icon-grey {
  color: grey;
}

/* line 21, app/assets/stylesheets/pipeline.scss */
.icon-purple {
  color: purple;
}

/* line 25, app/assets/stylesheets/pipeline.scss */
.icon-mauve {
  color: magenta;
}

/* line 29, app/assets/stylesheets/pipeline.scss */
.icon-light {
  color: lightgray;
}

/* line 33, app/assets/stylesheets/pipeline.scss */
.icon-blue {
  color: #2727c4;
}

/* Custom CSS for records, individual and conditional */
/* 0c as saturation for background colours, makes it just subtle enough not to clash */
/* change the background colour for leads as many records look the same */
/* line 5, app/assets/stylesheets/records.scss */
.lead-bg {
  background: linear-gradient(45deg, transparent 49%, #9a9a9a1c 49% 51%, transparent 51%), linear-gradient(-45deg, transparent 49%, #9a9a9a1c 49% 51%, transparent 51%);
  background-size: 1em 1em;
}

/* change the background colour for targets as many records look the same */
/* line 11, app/assets/stylesheets/records.scss */
.target-bg {
  /* lets get the hex calculator in here to calculate the colour for this */
  background: radial-gradient(circle, transparent 25%, #ffffff 26%), linear-gradient(0deg, transparent 44%, #9a9a9a1c 45%, #9a9a9a1c 55%, transparent 56%), linear-gradient(90deg, transparent 44%, #9a9a9a1c 45%, #9a9a9a1c 55%, transparent 56%);
  background-size: 1em 1em;
}

/* line 17, app/assets/stylesheets/records.scss */
.disabled-bg {
  opacity: 0.4;
}

/* css behaviour for inline edit fields */
/* line 3, app/assets/stylesheets/inline_behaviour.scss */
.inline-action {
  display: none;
}

/* line 4, app/assets/stylesheets/inline_behaviour.scss */
.inline-edit .inline-action {
  display: initial;
}

/* line 6, app/assets/stylesheets/inline_behaviour.scss */
.pencil-icon-parent .pencil-icon-hide {
  display: none;
}

/* line 8, app/assets/stylesheets/inline_behaviour.scss */
.pencil-icon-parent:hover .pencil-icon-hide {
  display: inline;
}

/* for fields requiring entry, class required */
/* line 11, app/assets/stylesheets/inline_behaviour.scss */
.required::after {
  content: " *";
  color: red;
}

/* line 1, app/assets/stylesheets/topbar.scss */
.topbar {
  position: scroll;
  width: 80%;
}

/* line 1, app/assets/stylesheets/accordions.scss */
.accordionactivities {
  background-color: #cecece00;
  border: none;
}

/* line 6, app/assets/stylesheets/accordions.scss */
.accordionactivities-button {
  position: relative;
  margin-right: -10em;
  margin-top: 0;
  background-color: #8fb81d00;
}

/* line 13, app/assets/stylesheets/accordions.scss */
.zaccordionactivities-button:focus {
  border: 1px;
  background-color: #8fb81d00;
}

/* line 18, app/assets/stylesheets/accordions.scss */
.zaccordionactivities-button:not(.collapsed) {
  border: 1px;
  background-color: #5400c900;
}

/* line 23, app/assets/stylesheets/accordions.scss */
.accordionactivities .accordion-button::after {
  position: absolute;
  /* Position the pseudo-element relative to its parent */
  right: 0;
  /* Adjust the position from the right edge of the parent */
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-circle' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/><path d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/></svg>");
}

/* line 29, app/assets/stylesheets/accordions.scss */
.accordionactivities .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-circle' viewBox='0 0 16 16'><path d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/><path d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/></svg>");
}

/* line 33, app/assets/stylesheets/accordions.scss */
.move-activity-expand-over {
  zposition: relative;
  top: 1rem;
  right: 1rem;
  padding: 2px;
  margin-top: -0px;
  margin-left: -0px;
}

/* line 1, app/assets/stylesheets/dropdowns.scss */
.dropdown-actions {
  min-width: 7vw;
  max-width: 50vw;
  width: auto;
  white-space: nowrap;
  /* Prevents text wrapping */
  border: 2px solid #5e5d5d;
  /* Example: 1px solid black border */
  background-color: #262626;
}

/* Rotate 360 degrees */
@keyframes rotatefull {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Rotate 360 degrees */
@keyframes rotatewobble {
  0% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(30deg);
  }
  60% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* Change from red to yellow */
@keyframes colourmorph {
  to {
    background-color: white;
  }
}

/* Change from red to yellow */
@keyframes moveforward {
  0% {
    transform: translate(2px, 0);
  }
  25% {
    transform: translate(4px, 0);
  }
  50% {
    transform: translate(6px, 0);
  }
  75% {
    transform: translate(4px, 0);
  }
  100% {
    transform: translate(2px, 0);
  }
}

/* Increase font size */
@keyframes embolden {
  25% {
    font-size: 17px;
  }
}

/* Application-specific styles */
/* line 118, app/assets/stylesheets/application.scss */
.hover-card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  cursor: pointer;
}

/* line 125, app/assets/stylesheets/application.scss */
.hover-card:hover {
  transform: scale(1.02);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

/* line 129, app/assets/stylesheets/application.scss */
.hover-card:hover .badge {
  background-color: #0d6efd !important;
  color: #ffffff !important;
}
