body { background-color: #fff9e6; }
.hero { background: linear-gradient(135deg, #ffbb33, #ff8800); color: #fff; padding: 4rem 0; }
.card-ghost { background-color: #fffbea; }
.badge-featured { background-color: #ffcc00; color: #000; }
.filter-card { padding: 1rem; background: #fff; border-radius: .5rem; margin-bottom: 1.5rem; }

/* Business Listing Page Styles */
.business-listing-page {
  background-color: #fff9e6;
  min-height: 100vh;
  padding: 2rem 0;
}

.business-header {
  background: white;
  padding: 3rem 0;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  margin-bottom: 2rem;
  border: 1px solid #e9ecef;
}

.business-logo img {
  max-width: 250px;
  height: auto;
}

.business-name {
  font-size: 3rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  margin-bottom: 1rem;
}

.business-industry {
  background: #ffc107;
  color: #000000;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

.main-content-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  overflow: hidden;
  margin-bottom: 2rem;
  border: 1px solid #e9ecef;
}

.video-section {
  padding: 3rem;
  border-bottom: 1px solid #e9ecef;
}

.video-section h3 {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.video-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.overview-section {
  padding: 3rem;
}

.overview-section h3 {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.overview-section p {
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.overview-section p:last-child {
  margin-bottom: 0;
}

.sidebar-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  overflow: hidden;
  margin-bottom: 2rem;
  border: 1px solid #e9ecef;
}

.contact-section {
  padding: 3rem;
  border-bottom: 1px solid #e9ecef;
}

.contact-section h4 {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
}

.contact-item:hover {
  background: #e9ecef;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact-icon {
  width: 45px;
  height: 45px;
  background: #ffc107;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
  color: #000;
  font-size: 1.1rem;
  box-shadow: 0 3px 10px rgba(255, 193, 7, 0.3);
}

.contact-content h6 {
  margin: 0;
  color: #495057;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.contact-content p {
  margin: 0;
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.4;
}

.contact-content a {
  color: #ffc107;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-content a:hover {
  color: #e0a800;
  text-decoration: underline;
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.btn-action {
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.btn-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.btn-chat {
  background: #ffc107;
  color: #000;
  border-color: #ffc107;
}

.btn-chat:hover {
  background: #e0a800;
  color: #000;
  border-color: #e0a800;
}

.btn-contact {
  background: #ffc107;
  color: #000;
  border-color: #ffc107;
}

.btn-contact:hover {
  background: #e0a800;
  color: #000;
  border-color: #e0a800;
}

.btn-listings {
  background: #6c757d;
  color: white;
  border-color: #6c757d;
}

.btn-listings:hover {
  background: #545b62;
  color: white;
  border-color: #545b62;
}

.map-section {
  padding: 3rem;
  border-bottom: 1px solid #e9ecef;
}

.map-section h4 {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

.map-container {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  margin-bottom: 1.5rem;
  border: 1px solid #e9ecef;
}

.map-address {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}

.map-address .contact-icon {
  background: #28a745;
  color: white;
  margin-right: 1rem;
  box-shadow: 0 3px 10px rgba(40, 167, 69, 0.3);
}

.btn-directions {
  background: #ffc107;
  color: #000;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
  font-size: 1rem;
  border: 1px solid #ffc107;
}

.btn-directions:hover {
  background: #e0a800;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
  border-color: #e0a800;
}

/* Consistent Button Styling */
.btn-consistent {
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.btn-consistent:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.btn-consistent.btn-warning {
  background: #ffc107;
  color: #000;
  border-color: #ffc107;
}

.btn-consistent.btn-warning:hover {
  background: #e0a800;
  color: #000;
  border-color: #e0a800;
}

.social-section {
  padding: 3rem;
  border-bottom: 1px solid #e9ecef;
}

.social-section h4 {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

.social-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-link {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 1.3rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  border: 2px solid transparent;
}

.social-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  color: white;
  border-color: rgba(255,255,255,0.3);
}

.social-facebook { background: #3b5998; }
.social-x { background: #000000; }
.social-linkedin { background: #0077b5; }
.social-instagram { background: #e4405f; }
.social-youtube { background: #ff0000; }

.hours-section {
  padding: 3rem;
}

.hours-section h4 {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

.hours-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #f8f9fa;
  transition: all 0.3s ease;
}

.hours-item:hover {
  background: #f8f9fa;
  margin: 0 -1rem;
  padding: 1rem;
  border-radius: 8px;
}

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

.hours-day {
  font-weight: 600;
  color: #495057;
  font-size: 1rem;
}

.hours-time {
  color: #6c757d;
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 992px) {
  .contact-item {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
  
  .contact-icon {
    margin-right: 0;
    margin-bottom: 0.75rem;
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .contact-content h6 {
    font-size: 0.9rem;
  }
  
  .contact-content p {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .business-listing-page {
    padding: 1rem 0;
  }
  
  .business-header {
    padding: 2rem 1rem;
    margin-bottom: 1rem;
  }
  
  .business-name {
    font-size: 2.5rem;
  }
  
  .business-logo img {
    max-width: 200px;
  }
  
  .main-content-card,
  .sidebar-card {
    margin-bottom: 1rem;
  }
  
  .video-section,
  .overview-section,
  .contact-section,
  .map-section,
  .social-section,
  .hours-section {
    padding: 2rem 1.5rem;
  }
  
  .action-buttons {
    flex-direction: column;
  }
  
  .contact-item {
    flex-direction: column;
    text-align: center;
    padding: 0.75rem;
  }
  
  .contact-icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
  
  .contact-content h6 {
    font-size: 0.85rem;
    margin-bottom: 0.25rem;
  }
  
  .contact-content p {
    font-size: 0.8rem;
    line-height: 1.3;
  }
}

@media (max-width: 576px) {
  .contact-section {
    padding: 1.5rem 1rem;
  }
  
  .contact-item {
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  
  .contact-icon {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }
  
  .contact-content h6 {
    font-size: 0.8rem;
  }
  
  .contact-content p {
    font-size: 0.75rem;
  }
  
  .social-links {
    gap: 0.5rem;
  }
  
  .social-link {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }
}

/* Business Card Image Consistency */
.business-card .card-img-top {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

/* Video Introduction Overlay Styles */
.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.overlay-content {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.overlay-close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #ffbb33, #ff8800);
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.overlay-close-btn:hover {
  background: linear-gradient(135deg, #ff8800, #ffbb33);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.overlay-content .video-container {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.overlay-content .video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.overlay-text {
  max-width: 600px;
}

.overlay-headline {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.overlay-description {
  font-size: 1.2rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.overlay-cta {
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  background: linear-gradient(135deg, #ffbb33, #ff8800);
  border: none;
  color: white;
  box-shadow: 0 8px 25px rgba(255, 187, 51, 0.4);
  transition: all 0.3s ease;
}

.overlay-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 187, 51, 0.6);
  background: linear-gradient(135deg, #ff8800, #ffbb33);
}

.overlay-cta:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* Responsive Design for Overlay */
@media (max-width: 768px) {
  .overlay-content {
    padding: 1.5rem;
    max-width: 95%;
    margin: 1rem;
  }
  
  .overlay-headline {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .overlay-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .overlay-cta {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
  
  .overlay-content .video-container {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .overlay-content {
    padding: 1rem;
  }
  
  .overlay-headline {
    font-size: 1.5rem;
  }
  
  .overlay-description {
    font-size: 0.9rem;
  }
  
  .overlay-cta {
    padding: 0.7rem 1.2rem;
    font-size: 0.9rem;
  }
}