/* Modern, Responsive CSS for Habesha Houston */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=WindSong:wght@400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    flex: 1;
}

/* Header - Exact BlackPro Style */
.main-header {
    background: white;
    padding: 1.2rem 0 0.6rem 0;
    box-shadow: 0 12px 32px rgba(0,0,0,0.25), 0 8px 16px rgba(0,0,0,0.2), 0 4px 8px rgba(0,0,0,0.15);
    position: relative;
    z-index: 1000;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.logo-image {
    max-width: 330px;
    height: auto;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.logo-link {
    display: block;
    text-decoration: none;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background: #1a1a1a;
    border-radius: 8px;
    position: relative;
    flex-shrink: 0;
}

.logo-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: #FFD700;
    border-radius: 4px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.logo {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'WindSong', cursive !important;
}

.logo a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    font-family: 'WindSong', cursive !important;
}

/* Hamburger Menu Button */
.hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
}

.hamburger-menu span {
    width: 100%;
    height: 3px;
    background-color: #1a1a1a;
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.main-nav {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: flex-end; /* Align to the right */
    gap: 0.5rem; /* Space between rows */
}

.nav-top-row {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Align content to the right */
    margin-bottom: 0.5rem;
}

.nav-links-row {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.language-translator {
    display: inline-block !important;
    vertical-align: middle;
    visibility: visible !important;
    opacity: 1 !important;
}

.main-nav a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.3s;
}

.main-nav a:hover {
    color: #FFD700;
}

.btn-add-business {
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 100%);
    color: #1a1a1a !important;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 700;
    transition: transform 0.2s, box-shadow 0.2s;
    display: inline-block;
}

.btn-add-business:hover {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
    color: #ffffff !important;
}

/* Footer - Exact BlackPro Style */
.main-footer {
    background: #2d2d2d;
    color: white;
    padding: 4rem 0 0;
    margin-top: auto;
    position: relative;
}

.main-footer .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px 2rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

/* Footer Logo Section */
.footer-logo-section {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
}

.footer-logo-image {
    max-width: 297px;
    height: auto;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.footer-logo-link {
    display: block;
    text-decoration: none;
}

.footer-logo-icon {
    width: 40px;
    height: 40px;
    background: #FFD700;
    border-radius: 8px;
    position: relative;
    flex-shrink: 0;
}

.footer-logo-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 20px;
    height: 20px;
    border: 3px solid #1a1a1a;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 4px;
}

.footer-logo-text {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
    font-family: 'WindSong', cursive !important;
    white-space: nowrap;
    display: inline-block;
}

.footer-column h4.footer-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-contact {
    color: #ccc;
    line-height: 2;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.footer-contact i {
    color: #FFD700;
    margin-right: 0.5rem;
    width: 18px;
    text-align: center;
}

.footer-copyright {
    color: #999;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* Social Icons - Square Style */
.footer-social {
    display: flex;
    gap: 0.8rem;
    margin-top: 2rem;
}

.social-icon-square {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1rem;
}

/* Social Icon Brand Colors - Viber */
.social-icon-square i.fa-viber,
.social-icon-square .fa-viber,
.social-icon-square .fab.fa-viber,
.main-footer .social-icon-square i.fa-viber,
.main-footer .social-icon-square .fa-viber,
.main-footer .social-icon-square .fab.fa-viber,
.footer-social .social-icon-square i.fa-viber,
.footer-social .social-icon-square .fa-viber {
    color: #665CAC !important;
}

.social-icon-square:hover i.fa-viber,
.social-icon-square:hover .fa-viber,
.social-icon-square:hover .fab.fa-viber,
.main-footer .social-icon-square:hover i.fa-viber,
.main-footer .social-icon-square:hover .fa-viber {
    color: #665CAC !important;
}

/* Social Icon Brand Colors - WhatsApp */
.social-icon-square i.fa-whatsapp,
.social-icon-square .fa-whatsapp,
.social-icon-square .fab.fa-whatsapp,
.main-footer .social-icon-square i.fa-whatsapp,
.main-footer .social-icon-square .fa-whatsapp,
.main-footer .social-icon-square .fab.fa-whatsapp,
.footer-social .social-icon-square i.fa-whatsapp,
.footer-social .social-icon-square .fa-whatsapp {
    color: #25D366 !important;
}

.social-icon-square:hover i.fa-whatsapp,
.social-icon-square:hover .fa-whatsapp,
.social-icon-square:hover .fab.fa-whatsapp,
.main-footer .social-icon-square:hover i.fa-whatsapp,
.main-footer .social-icon-square:hover .fa-whatsapp {
    color: #25D366 !important;
}

/* Social Icon Brand Colors - Telegram */
.social-icon-square i.fa-telegram,
.social-icon-square .fa-telegram,
.social-icon-square .fab.fa-telegram,
.main-footer .social-icon-square i.fa-telegram,
.main-footer .social-icon-square .fa-telegram,
.main-footer .social-icon-square .fab.fa-telegram,
.footer-social .social-icon-square i.fa-telegram,
.footer-social .social-icon-square .fa-telegram {
    color: #0088cc !important;
}

.social-icon-square:hover i.fa-telegram,
.social-icon-square:hover .fa-telegram,
.social-icon-square:hover .fab.fa-telegram,
.main-footer .social-icon-square:hover i.fa-telegram,
.main-footer .social-icon-square:hover .fa-telegram {
    color: #0088cc !important;
}

.social-icon-square:hover {
    background: white;
    transform: translateY(-3px);
}

/* Ensure icon colors work on dashboard pages - maintain brand colors */
.user-dashboard .social-icon-square .fa-viber,
.admin-dashboard .social-icon-square .fa-viber,
.user-dashboard .social-icon-square i.fa-viber,
.admin-dashboard .social-icon-square i.fa-viber {
    color: #665CAC !important;
}

.user-dashboard .social-icon-square .fa-whatsapp,
.admin-dashboard .social-icon-square .fa-whatsapp,
.user-dashboard .social-icon-square i.fa-whatsapp,
.admin-dashboard .social-icon-square i.fa-whatsapp {
    color: #25D366 !important;
}

.user-dashboard .social-icon-square .fa-telegram,
.admin-dashboard .social-icon-square .fa-telegram,
.user-dashboard .social-icon-square i.fa-telegram,
.admin-dashboard .social-icon-square i.fa-telegram {
    color: #0088cc !important;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 1rem;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #FFD700;
}

/* App Buttons - Black Style */
.app-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.app-btn-black {
    display: block;
    background: #1a1a1a;
    padding: 1rem 1.2rem;
    border-radius: 6px;
    text-decoration: none;
    color: white;
    transition: all 0.3s;
    border: 1px solid #333;
}

.app-btn-black:hover {
    background: #2d2d2d;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.app-btn-content {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.app-btn-small {
    font-size: 0.65rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.app-btn-logo-wrapper {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.google-play-logo {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #4285F4 0%, #34A853 50%, #FBBC05 75%, #EA4335 100%);
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
}

.google-play-logo::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0;
    height: 0;
    border-left: 6px solid white;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.app-btn-logo-wrapper i {
    font-size: 1.5rem;
    color: white;
}

.app-btn-large {
    font-size: 1rem;
    font-weight: 700;
    color: white;
}

@media (max-width: 1200px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-social {
        justify-content: flex-start;
    }
}

/* Hero Section */
.hero-section {
    text-align: center;
    padding: 3rem 0;
    background: white;
    border-radius: 8px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.hero-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #667eea;
}

.hero-section p {
    font-size: 1.2rem;
    color: #666;
}

/* Feature Cards */
.feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.card {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.card h3 {
    color: #667eea;
    margin-bottom: 1rem;
}

.card p {
    color: #666;
    margin-bottom: 1.5rem;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #667eea;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
    text-align: center;
}

.btn:hover {
    background-color: #5568d3;
}

.btn-primary {
    background-color: #F2C94C;
    color: #1a1a1a;
    font-weight: 700;
    border: 2px solid #F2C94C;
}

.btn-primary:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

/* RSVP Attending Button Hover */
.rsvp-btn:hover,
.rsvp-btn-home:hover {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

.btn-secondary {
    background-color: #2d2d2d;
    color: white;
    font-weight: 600;
    border: 2px solid #2d2d2d;
}

.btn-secondary:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.btn-sm {
    padding: 0.4rem 0.8rem;
    font-size: 0.875rem;
}

.btn-warning {
    background-color: #ffc107;
    color: #333;
}

.btn-warning:hover {
    background-color: #e0a800;
}

.btn-success {
    background-color: #28a745;
}

.btn-success:hover {
    background-color: #218838;
}

.btn-error {
    background-color: #dc3545;
}

.btn-error:hover {
    background-color: #c82333;
}

/* Forms */
.auth-form, .form-container {
    max-width: 600px;
    margin: 3rem auto;
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1), 0 0 0 4px #F2C94C, 0 0 20px rgba(242, 201, 76, 0.3);
    border: none;
}

.auth-form h2, .form-container h2 {
    color: #1a1a1a;
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    text-align: center;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #F2C94C;
    box-shadow: 0 0 0 3px rgba(242, 201, 76, 0.2);
}

.char-count {
    font-size: 0.85rem;
    font-weight: 400;
    color: #666;
    margin-left: 0.5rem;
}

.auth-link {
    text-align: center;
    margin-top: 1.5rem;
    color: #666;
}

.auth-link a {
    color: #F2C94C;
    text-decoration: none;
    font-weight: 600;
}

.auth-link a:hover {
    color: #28a745;
}


/* Alerts */
.alert {
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.alert-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* Page Header */
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 1rem;
    position: relative;
}

.page-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 4rem);
    max-width: 1200px;
    height: 3px;
    background: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
}

.page-header h2 {
    color: #1a1a1a;
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 0.5rem;
}

/* Listings Grid */
.listings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.listing-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.listing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(242, 201, 76, 0.3);
    border-color: #F2C94C;
}

.listing-card h3 {
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.listing-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
    padding-bottom: 0.5rem;
    position: relative;
}

.listing-rating::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
}

.listing-stars {
    display: flex;
    gap: 0.15rem;
}

.listing-stars .fa-star {
    color: #ddd;
    font-size: 0.9rem;
}

.listing-stars .fa-star.filled {
    color: #F2C94C;
}

.listing-rating-value {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 0.95rem;
}

.listing-review-count {
    color: #666;
    font-size: 0.85rem;
}

/* Contact Buttons Group */
.contact-buttons-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0.5rem 0;
}

.contact-buttons-group .phone-display,
.contact-buttons-group .email-display {
    display: flex;
    gap: 0.5rem;
    flex: 1;
    margin: 0;
}

/* Row for Call and Email buttons side by side */
.contact-buttons-group .phone-display + .email-display,
.contact-buttons-group .email-display + .phone-display {
    margin-top: 0;
}

.contact-buttons-row {
    display: flex;
    gap: 0.5rem;
    width: 100%;
}

.contact-buttons-row .phone-display,
.contact-buttons-row .email-display {
    flex: 1;
    margin: 0;
}

.contact-btn-half {
    flex: 1;
    width: 100%;
}

.contact-btn-full {
    width: 100%;
}

/* Phone Call Button */
.phone-display {
    margin: 0.5rem 0;
}

.call-btn {
    background: #28a745;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-family: inherit;
    width: 100%;
}

.call-btn:hover {
    background: #218838;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

.call-btn:active {
    transform: translateY(0);
}

.call-btn i {
    font-size: 1rem;
}

.phone-number {
    margin-left: 1rem;
    color: #333;
    font-weight: 600;
    font-size: 1rem;
}

.phone-number a {
    color: #F2C94C;
    text-decoration: none;
    font-weight: 600;
}

.phone-number a:hover {
    color: #E6B841;
    text-decoration: underline;
}

/* Email Button */
.email-display {
    margin: 0.5rem 0;
}

.email-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-family: inherit;
    width: 100%;
}

.email-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}

.email-btn:active {
    transform: translateY(0);
}

.email-btn i {
    font-size: 1rem;
}

.email-address {
    margin-left: 1rem;
    color: #F2C94C;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
}

.email-address:hover {
    color: #E6B841;
    text-decoration: underline;
}

/* Website Button */
.website-display {
    margin: 0.5rem 0;
}

.website-btn {
    background: #6c757d;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    font-family: inherit;
    width: 100%;
}

.website-btn:hover {
    background: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 117, 125, 0.4);
}

.website-btn:active {
    transform: translateY(0);
}

.website-btn i {
    font-size: 1rem;
}

.website-url {
    margin-left: 1rem;
    color: #F2C94C;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
}

.website-url:hover {
    color: #E6B841;
    text-decoration: underline;
}

.listing-description {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.listing-meta {
    font-size: 0.875rem;
    color: #999;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.price {
    font-size: 1.2rem;
    color: #28a745;
    margin-bottom: 1rem;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 3rem;
    background: #f8f9fa;
    border-radius: 12px;
    border: 2px dashed #F2C94C;
    color: #666;
}

.empty-state p {
    font-size: 1.2rem;
    color: #666;
}

.listing-category {
    font-size: 0.875rem;
    color: #F2C94C;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Directory Filters */
.directory-filters {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    border: 1px solid #e0e0e0;
}

.filter-form {
    width: 100%;
}

.filter-row {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.filter-field {
    flex: 1;
    min-width: 200px;
}

.filter-field label {
    display: block;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 0.9rem;
}

.filter-select,
.filter-input {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    background: white;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.filter-select:focus,
.filter-input:focus {
    outline: none;
    border-color: #F2C94C;
    box-shadow: 0 0 0 3px rgba(242, 201, 76, 0.1);
}

.filter-actions {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
}

.filter-actions .btn {
    white-space: nowrap;
}

.filter-results {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

.filter-results p {
    margin: 0 0 1rem 0;
    padding: 0;
    color: red;
}

.filter-results strong {
    color: red;
}

/* Business Hours */
.business-hours {
    margin: 1rem 0;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.business-hours strong {
    color: #1a1a1a;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-list li {
    padding: 0.25rem 0;
    color: #666;
    font-size: 0.9rem;
}

.hours-list li strong {
    color: #1a1a1a;
    display: inline-block;
    min-width: 80px;
    font-weight: 600;
}

/* Hours Form */
.hours-grid {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hours-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hours-label {
    min-width: 100px;
    font-weight: 600;
    color: #333;
    font-size: 0.9rem;
}

.hours-row input {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
}

/* Business Detail Page - New Design */
.business-detail-page {
    max-width: 1400px;
    margin: 2rem auto;
    padding: 0 1rem;
}

/* Header Section */
.business-detail-header-new {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    position: relative;
}

.business-detail-header-new::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
}

.header-left {
    flex: 1;
}

.back-link {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: #F2C94C;
}

.business-title {
    color: #1a1a1a;
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0.5rem 0;
    line-height: 1.2;
}

.business-category-badge {
    color: #666;
    font-size: 1rem;
    margin: 0.5rem 0;
    font-weight: 500;
}

.add-review-link {
    color: #F2C94C;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-block;
    margin-top: 0.5rem;
}

.add-review-link:hover {
    color: #E6B841;
    text-decoration: underline;
}

.header-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-end;
}

.action-btn {
    padding: 0.5rem 1rem;
    border: 2px solid #F2C94C;
    background: linear-gradient(135deg, #F2C94C 0%, #DAA520 100%);
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1a1a;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.action-btn:hover {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-color: #28a745;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

.action-btn i {
    font-size: 0.85rem;
}

/* Layout */
.business-detail-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.business-detail-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.business-detail-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Image Gallery */
.image-gallery-section {
    margin-bottom: 1rem;
}

.image-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.gallery-thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-thumbnail:hover {
    transform: scale(1.05);
}

.gallery-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.see-all-images-btn {
    background: linear-gradient(135deg, #F2C94C 0%, #DAA520 100%);
    border: 2px solid #F2C94C;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #1a1a1a;
    font-weight: 700;
    transition: all 0.3s ease;
}

.see-all-images-btn:hover {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-color: #28a745;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

.gallery-thumbnail {
    cursor: pointer;
}

/* Image Slider Modal */
.image-slider-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    box-sizing: border-box;
}

.image-slider-content {
    position: relative;
    width: 100%;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-close-btn {
    position: absolute;
    top: -3rem;
    right: 0;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    z-index: 10001;
}

.slider-close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: #F2C94C;
    color: #F2C94C;
    transform: rotate(90deg);
}

.slider-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    z-index: 10001;
}

.slider-nav-btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.3);
    border-color: #F2C94C;
    color: #F2C94C;
    transform: translateY(-50%) scale(1.1);
}

.slider-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.slider-prev-btn {
    left: -2rem;
}

.slider-next-btn {
    right: -2rem;
}

.slider-image-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.slider-image-container img {
    max-width: 100%;
    max-height: 75vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.slider-counter {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.slider-thumbnails {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    overflow-x: auto;
    padding: 0.5rem;
}

.slider-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    border: 3px solid transparent;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.slider-thumbnail:hover {
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}

.slider-thumbnail.active {
    opacity: 1;
    border-color: #F2C94C;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .image-slider-modal {
        padding: 1rem;
    }
    
    .slider-close-btn {
        top: -2.5rem;
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .slider-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .slider-prev-btn {
        left: -1rem;
    }
    
    .slider-next-btn {
        right: -1rem;
    }
    
    .slider-image-container {
        max-height: 65vh;
    }
    
    .slider-image-container img {
        max-height: 65vh;
    }
    
    .slider-thumbnail {
        width: 60px;
        height: 60px;
    }
}

/* Description */
.business-description-section {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.business-description-text {
    color: #333;
    line-height: 1.8;
    font-size: 1rem;
    margin: 0;
    white-space: pre-wrap;
}

/* Amenities Section */
.amenities-section {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.section-title-small {
    color: #1a1a1a;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    padding-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.section-title-small::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.amenity-item:hover {
    background: #fffef5;
}

.amenity-item i {
    color: #F2C94C;
    font-size: 1.2rem;
    min-width: 20px;
}

.amenity-item span {
    color: #333;
    font-size: 0.9rem;
    font-weight: 500;
}

/* FAQs Section */
.faqs-section {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.faq-item {
    margin-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0.75rem 0;
    font-weight: 600;
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #F2C94C;
}

.faq-question i {
    color: #F2C94C;
    font-size: 0.9rem;
}

.faq-answer {
    padding: 0.75rem 0;
    color: #666;
    line-height: 1.6;
}

.faq-answer p {
    margin: 0;
}

/* Map Section */
.map-section {
    background: white;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.business-map {
    width: 100%;
    height: 250px;
    border: none;
}

.location-details {
    padding: 1rem;
    background: #f8f9fa;
}

.location-address {
    color: #333;
    font-size: 0.9rem;
    margin: 0 0 0.5rem 0;
    line-height: 1.5;
}

.get-directions-link {
    color: #F2C94C;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.get-directions-link:hover {
    color: #E6B841;
    text-decoration: underline;
}

/* Contact Section Sidebar */
.contact-section-sidebar {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.contact-info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}


.contact-info-item i {
    color: #F2C94C;
    font-size: 1.1rem;
    min-width: 20px;
}

.contact-info-item a {
    color: #333;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.contact-info-item a:hover {
    color: #F2C94C;
}

.hours-in-contact-box {
    margin-top: 0;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.hours-in-contact-box .hours-status {
    margin-bottom: 0.75rem;
}

.hours-in-contact-box .hours-display {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.hours-in-contact-box .full-hours-list {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.social-media-links {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.social-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 50%;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #F2C94C;
    color: white;
    transform: translateY(-2px);
}

/* Hours Section Sidebar */
.hours-section-sidebar {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.hours-status {
    margin-bottom: 0.75rem;
}

.status-open {
    color: #28a745;
    font-weight: 700;
    font-size: 1rem;
}

.status-closed {
    color: #dc3545;
    font-weight: 700;
    font-size: 1rem;
}

.hours-display {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.today-hours {
    color: #333;
    font-size: 0.95rem;
    font-weight: 500;
}

.expand-hours-btn {
    background: transparent;
    border: none;
    color: #F2C94C;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0;
    transition: color 0.3s ease;
}

.expand-hours-btn:hover {
    color: #E6B841;
}

.full-hours-list {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.hours-list-sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-list-sidebar li {
    padding: 0.5rem 0;
    color: #666;
    font-size: 0.9rem;
    border-bottom: 1px solid #f0f0f0;
}

.hours-list-sidebar li:last-child {
    border-bottom: none;
}

.hours-list-sidebar li strong {
    color: #1a1a1a;
    display: inline-block;
    min-width: 80px;
    font-weight: 600;
}

/* Price Range Section */
.price-range-section {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.price-range {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.price-label {
    color: #333;
    font-weight: 600;
    font-size: 0.95rem;
}

.price-signs {
    color: #28a745;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.claim-link {
    color: #F2C94C;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.claim-link:hover {
    color: #E6B841;
    text-decoration: underline;
}

/* Contact Form Section */
.contact-form-section {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    margin-top: 2rem;
}

.form-title {
    color: #1a1a1a;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    padding-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.form-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
}

.business-contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group-inline {
    position: relative;
    display: flex;
    align-items: center;
}

.form-group-inline i {
    position: absolute;
    left: 1rem;
    color: #F2C94C;
    font-size: 1rem;
    z-index: 1;
}

.form-group-inline input,
.form-group-inline textarea {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 2.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.form-group-inline input:focus,
.form-group-inline textarea:focus {
    outline: none;
    border-color: #F2C94C;
    box-shadow: 0 0 0 3px rgba(242, 201, 76, 0.1);
}

.form-group-inline textarea {
    resize: vertical;
    min-height: 100px;
}

.send-btn {
    background: linear-gradient(135deg, #F2C94C 0%, #DAA520 100%);
    color: #1a1a1a;
    border: 2px solid #F2C94C;
    padding: 1rem 2rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.send-btn:hover {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-color: #28a745;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

.send-btn i {
    font-size: 1rem;
}

/* Make listing cards clickable */
.listing-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.listing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(242, 201, 76, 0.3);
}

.listing-card h3 a:hover {
    color: #F2C94C !important;
}

/* Reviews Section */
.rating-display {
    margin-bottom: 0.75rem;
}

.average-rating {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
}

.rating-stars {
    display: flex;
    gap: 0.2rem;
}

.rating-stars .fa-star {
    color: #ddd;
    font-size: 1rem;
}

.rating-stars .fa-star.filled {
    color: #F2C94C;
}

.rating-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.rating-count {
    font-size: 0.85rem;
    color: #666;
}

.reviews-section {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    margin-top: 2rem;
}

.reviews-summary {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #e0e0e0;
}

.summary-rating {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.summary-rating-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
}

.summary-stars {
    display: flex;
    gap: 0.25rem;
}

.summary-stars .fa-star {
    color: #ddd;
    font-size: 1.5rem;
}

.summary-stars .fa-star.filled {
    color: #F2C94C;
}

.summary-count {
    color: #666;
    font-size: 0.95rem;
}

.no-reviews {
    color: #666;
    font-style: italic;
    padding: 1rem 0;
}

/* Review Form */
.review-form-container {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.review-form-container h4 {
    color: #1a1a1a;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

.review-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rating-input-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.rating-input-container label {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.star-rating-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.25rem;
}

.star-rating-input input[type="radio"] {
    display: none;
}

.star-rating-input .star-label {
    cursor: pointer;
    color: #ddd;
    font-size: 1.5rem;
    transition: color 0.2s ease;
}

.star-rating-input .star-label:hover,
.star-rating-input .star-label:hover ~ .star-label {
    color: #F2C94C;
}

.star-rating-input input[type="radio"]:checked ~ .star-label,
.star-rating-input input[type="radio"]:checked ~ .star-label ~ .star-label {
    color: #F2C94C;
}

.review-text-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.review-text-container label {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.review-text-container .char-count {
    font-size: 0.85rem;
    color: #666;
    font-weight: normal;
    margin-left: 0.5rem;
}

.review-text-container textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 0.95rem;
    font-family: inherit;
    resize: vertical;
    min-height: 100px;
    transition: border-color 0.3s ease;
}

.review-text-container textarea:focus {
    outline: none;
    border-color: #F2C94C;
    box-shadow: 0 0 0 3px rgba(242, 201, 76, 0.1);
}

.submit-review-btn {
    background: linear-gradient(135deg, #F2C94C 0%, #DAA520 100%);
    color: #1a1a1a;
    border: 2px solid #F2C94C;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.submit-review-btn:hover {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-color: #28a745;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

.review-login-prompt {
    background: #fffef5;
    padding: 1rem;
    border-radius: 6px;
    border: 1px solid #F2C94C;
    margin-bottom: 2rem;
    text-align: center;
}

.review-login-prompt a {
    color: #F2C94C;
    font-weight: 600;
    text-decoration: none;
}

.review-login-prompt a:hover {
    text-decoration: underline;
}

.review-already-submitted {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 2rem;
}

.user-review-display {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.user-review-rating {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.user-review-rating .fa-star {
    color: #ddd;
    font-size: 1rem;
}

.user-review-rating .fa-star.filled {
    color: #F2C94C;
}

.user-review-text {
    color: #333;
    line-height: 1.6;
    margin: 0.5rem 0;
}

.user-review-date {
    color: #666;
    font-size: 0.85rem;
}

/* Reviews List */
.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.review-item {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.review-user {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.review-user strong {
    color: #1a1a1a;
    font-size: 1rem;
}

.review-rating {
    display: flex;
    gap: 0.2rem;
}

.review-rating .fa-star {
    color: #ddd;
    font-size: 0.9rem;
}

.review-rating .fa-star.filled {
    color: #F2C94C;
}

.review-date {
    color: #666;
    font-size: 0.85rem;
}

.review-text {
    color: #333;
    line-height: 1.6;
    margin: 0;
    white-space: pre-wrap;
}

/* Responsive */
@media (max-width: 968px) {
    .business-detail-layout {
        grid-template-columns: 1fr;
    }
    
    .business-detail-header-new {
        flex-direction: column;
        gap: 1rem;
    }
    
    .header-actions {
        width: 100%;
        justify-content: flex-start;
    }
    
    .business-title {
        font-size: 2rem;
    }
    
    .image-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .amenities-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    
    .average-rating {
        align-items: flex-start;
    }
    
    .summary-rating {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Dashboard */
.dashboard-header {
    margin-bottom: 2rem;
}

.dashboard-header h2 {
    color: #1a1a1a;
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.dashboard-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1200px;
    height: 3px;
    background: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
}

.dashboard-header p {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 0.5rem;
}

.dashboard-actions {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.dashboard-section {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dashboard-section h3 {
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 0.75rem;
    position: relative;
}

.dashboard-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
}

/* Admin Tabs */
.admin-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #eee;
    flex-wrap: wrap;
}

.tab {
    padding: 1rem 1.5rem;
    text-decoration: none;
    color: #666;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}

.tab:hover {
    color: #FFD700;
    background-color: #f8f9fa;
}

.tab.active {
    color: #1a1a1a;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%) 1;
    font-weight: 700;
    background-color: #fff;
}

/* Tables */
.table-responsive {
    overflow-x: auto;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.data-table thead {
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    color: white;
}

.data-table th,
.data-table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.data-table tbody tr:hover {
    background-color: #f8f9fa;
}

.data-table tbody tr:last-child td {
    border-bottom: none;
}

/* Badges */
.badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 600;
}

.badge-warning {
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 100%);
    color: #1a1a1a;
    font-weight: 700;
}

.badge-success {
    background-color: #28a745;
    color: white;
}

.badge-error {
    background-color: #dc3545;
    color: white;
}

/* Delete Confirmation Modal */
.delete-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    pointer-events: none;
}

.delete-modal[style*="display: flex"],
.delete-modal[style*="display:block"] {
    pointer-events: auto;
}

.delete-modal-content {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    overflow: hidden;
    border: 4px solid;
    border-image: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%) 1;
}

.delete-modal-header {
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 100%);
    padding: 1.5rem;
    text-align: center;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%) 1;
}

.delete-modal-header h3 {
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.delete-modal-body {
    padding: 2rem;
    text-align: center;
}

.delete-modal-body p {
    color: #1a1a1a;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.6;
}

.delete-modal-footer {
    padding: 1.5rem;
    background: #f8f9fa;
    display: flex;
    justify-content: center;
    gap: 1rem;
    border-top: 2px solid #e0e0e0;
}

.delete-modal-footer .btn {
    min-width: 120px;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s;
}

.delete-modal-footer .btn-secondary {
    background: #2d2d2d;
    color: white;
    border: 2px solid #2d2d2d;
}

.delete-modal-footer .btn-secondary:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.delete-modal-footer .btn-error {
    background: #dc3545;
    color: white;
    border: 2px solid #dc3545;
}

.delete-modal-footer .btn-error:hover {
    background: #c82333;
    border-color: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
}

.delete-modal-footer .btn[style*="background-color: #28a745"]:hover {
    background-color: #218838 !important;
    border-color: #218838 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

/* CTA Section */
.cta-section {
    text-align: center;
    padding: 3rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-top: 2rem;
}

.cta-section h3 {
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 700;
}

.cta-section p {
    color: #666;
    margin-bottom: 1.5rem;
}

.text-muted {
    color: #999;
    font-style: italic;
}

/* View Details */
.view-details {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.view-details p {
    margin-bottom: 1rem;
}

.view-details p:last-child {
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }
    
    .hamburger-menu {
        display: flex;
    }
    
    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: white;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 1000;
        padding: 80px 20px 20px 20px;
        overflow-y: auto;
        align-items: flex-start;
        gap: 1.5rem;
    }
    
    .main-nav.active {
        right: 0;
    }
    
    .nav-links-row {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .nav-top-row {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e0e0e0;
    }
    
    
    .main-nav a {
        width: 100%;
        padding: 0.75rem 0;
        border-bottom: 1px solid #e0e0e0;
        font-size: 1.1rem;
    }
    
    .main-nav a:last-child {
        border-bottom: none;
    }
    
    .btn-add-business {
        width: 100%;
        text-align: center;
        padding: 1rem;
    }
    
    /* Overlay when menu is open */
    .nav-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }
    
    .nav-overlay.active {
        display: block;
    }
    
    .logo-image {
        max-width: 200px;
    }
    
    .logo {
        font-size: 1.8rem;
    }
    
    .header-container {
        padding: 0 20px;
    }
    
    .hero-section h2 {
        font-size: 2rem;
    }
    
    .feature-cards {
        grid-template-columns: 1fr;
    }
    
    .listings-grid {
        grid-template-columns: 1fr;
    }
    
    .page-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .dashboard-actions {
        flex-direction: column;
    }
    
    .admin-tabs {
        flex-direction: column;
    }
    
    .tab {
        border-bottom: 1px solid #eee;
        border-left: 3px solid transparent;
    }
    
    .tab.active {
        border-left-color: #667eea;
        border-bottom-color: #eee;
    }
    
    .data-table {
        font-size: 0.875rem;
    }
    
    .data-table th,
    .data-table td {
        padding: 0.5rem;
    }
}

/* Privacy Policy Page Styles */
.privacy-policy-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.policy-section {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.policy-section:last-child {
    border-bottom: none;
}

.policy-section h3 {
    color: #1a1a1a;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%) 1;
}

.policy-section h4 {
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.policy-section p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
    text-align: justify;
}

.policy-section ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.policy-section li {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.policy-section li strong {
    color: #1a1a1a;
    font-weight: 600;
}

.policy-section a {
    color: #764ba2;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.policy-section a:hover {
    color: #F2C94C;
    text-decoration: underline;
}

.contact-info-box {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 1rem;
    position: relative;
    padding-left: calc(1.5rem + 4px);
}

.contact-info-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
    border-radius: 8px 0 0 8px;
}

.contact-info-box p {
    margin-bottom: 0.5rem;
    color: #333;
}

.contact-info-box a {
    color: #764ba2;
    text-decoration: none;
}

.contact-info-box a:hover {
    color: #F2C94C;
    text-decoration: underline;
}

.policy-footer-actions {
    margin-top: 3rem;
    padding-top: 2rem;
    text-align: center;
    border-top: 2px solid;
    border-image: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%) 1;
}

.btn-secondary {
    background: #6c757d;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .privacy-policy-content {
        padding: 1.5rem;
    }
    
    .policy-section h3 {
        font-size: 1.3rem;
    }
    
    .policy-section h4 {
        font-size: 1.1rem;
    }
    
    .policy-section p {
        text-align: left;
    }
}

.btn-secondary {
    background: #6c757d;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
    .container {
        padding: 10px;
    }
    
    .privacy-policy-content {
        padding: 1rem;
    }
    
    .policy-section h3 {
        font-size: 1.3rem;
    }
    
    .policy-section h4 {
        font-size: 1.1rem;
    }
    
    .policy-section p {
        text-align: left;
    }
    
    .auth-form, .form-container {
        padding: 1.5rem;
    }
    
    .hero-section {
        padding: 2rem 1rem;
    }
}

/* ============================================
   EXACT BLACKPRO LANDING PAGE STYLES
   ============================================ */

/* Hero Section - Exact Match */
.hero-section-exact {
    background: linear-gradient(135deg, #DAA520 0%, #FFD700 100%); /* Fallback if video doesn't load */
    padding: 2.5rem 0 3rem;
    position: relative;
    overflow: hidden;
}

.hero-video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transform: translate(-50%, -50%) scale(1.1);
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Dark overlay for better text readability */
    z-index: 1;
}

.hero-container-exact {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}

.hero-container-exact-centered {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content-centered {
    width: 100%;
    max-width: 900px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.hero-left {
    z-index: 2;
    position: relative;
}

.hero-title-line1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #FFD700;
    margin-bottom: 0.5rem;
    line-height: 1.1;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-title-line2 {
    font-size: 4.5rem;
    font-weight: 900;
    color: #FFD700;
    margin-bottom: 2.5rem;
    line-height: 1.1;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Search Box - Exact Match */
.search-box-exact {
    margin-bottom: 2rem;
}

.search-form-exact {
    background: white;
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    overflow: hidden;
    max-width: 50%;
    margin: 0 auto;
}

.search-row {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 1rem;
    align-items: end;
}

.search-field-exact {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.search-field-exact label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
}

.search-input-exact {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.search-input-exact:focus {
    outline: none;
    border-color: #FFD700;
}

/* New Search Box Styles - What/Where Design */
.search-row-new {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 12px;
}

.search-field-what {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
}

.search-field-where {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
}

.search-input-new {
    width: 100%;
    padding: 0.375rem 0;
    border: none;
    font-size: 0.875rem;
    color: #1a1a1a;
    background: transparent;
    transition: all 0.3s;
}

.search-input-new::placeholder {
    color: #999;
    font-weight: 400;
}

.search-input-new:focus {
    outline: none;
}

.search-input-new::selection {
    background-color: rgba(242, 201, 76, 0.3);
    font-weight: 700;
}

.search-select-new {
    width: 100%;
    padding: 0.375rem 0;
    border: none;
    font-size: 0.875rem;
    color: #1a1a1a;
    background: transparent;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 1rem;
    background-size: 10px 10px;
}

.search-select-new:focus {
    outline: none;
}

.search-select-new {
    font-weight: 700;
}

.search-select-new option {
    font-weight: 700;
}

.search-separator {
    width: 1px;
    height: 30px;
    background: #e0e0e0;
    margin: 0 0.25rem;
}

.search-btn-new {
    background: #FFD700;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin: 0.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    flex-shrink: 0;
}

.search-btn-new i {
    font-size: 0.9rem;
    color: white;
}

.search-btn-new:hover {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

@media (max-width: 768px) {
    .search-form-exact {
        max-width: 100%;
    }
    
    .search-row-new {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    
    .search-field-what,
    .search-field-where {
        flex: 1;
        padding: 0.5rem 0.75rem;
        min-width: 0;
    }
    
    .search-separator {
        display: block;
        height: 30px;
    }
    
    .search-btn-new {
        width: 40px;
        height: 40px;
        margin: 0.25rem;
        border-radius: 6px;
        flex-shrink: 0;
    }
    
    .search-input-new,
    .search-select-new {
        font-size: 0.8rem;
    }
    
    .search-select-new {
        background-position: right 0.5rem center;
        padding-right: 0.75rem;
    }
}

.location-input-wrapper {
    position: relative;
}

.location-input-wrapper i {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
}

.search-btn-exact {
    padding: 1rem 2.5rem;
    background: #2d2d2d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
    white-space: nowrap;
    height: fit-content;
}

.search-btn-exact:hover {
    background: #28a745;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

/* Hero Image - Exact */
.hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-placeholder {
    width: 400px;
    height: 500px;
    background: rgba(255,255,255,0.15);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.hero-image-placeholder i {
    font-size: 10rem;
    color: rgba(26,26,26,0.2);
}

/* Category Navigation Bar - Exact Match */
.category-nav-bar {
    background: #2d2d2d;
    padding: 1.5rem 0;
    position: relative;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%) 1;
}

.category-nav-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.category-nav-container {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #F2C94C #2d2d2d;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0 10px;
}

.category-nav-container::-webkit-scrollbar {
    height: 8px;
}

.category-nav-container::-webkit-scrollbar-track {
    background: #2d2d2d;
}

.category-nav-container::-webkit-scrollbar-thumb {
    background: #F2C94C;
    border-radius: 4px;
}

.category-nav-container::-webkit-scrollbar-thumb:hover {
    background: #E6B841;
}

.category-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-width: 100px;
    flex-shrink: 0;
    cursor: pointer;
    transition: transform 0.2s;
    color: white;
    text-decoration: none;
    padding: 0.5rem;
    border-bottom: 2px solid transparent;
}

.category-nav-item:hover {
    transform: translateY(-3px);
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%) 1;
}

.category-nav-item span {
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
}

.category-nav-item i {
    font-size: 2rem;
    color: white;
}

.category-nav-btn {
    background: #F2C94C;
    border: none;
    color: #1a1a1a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    flex-shrink: 0;
    font-size: 1.2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.category-nav-btn:hover {
    background: #28a745;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

.category-nav-btn:active {
    transform: scale(0.95);
}

.category-nav-arrow {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.5rem;
    margin-left: auto;
}

/* Section Titles - Exact */
.section-title-exact {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-subtitle-exact {
    text-align: center;
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    font-weight: 400;
}

/* Top Businesses Section - Exact */
.top-businesses-section-exact {
    padding: 3.5rem 0 4rem 0;
    background: white;
}

.top-businesses-section-exact .container {
    position: relative;
}

.top-businesses-section-exact .container::before {
    content: '';
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 4rem);
    max-width: 1200px;
    height: 3px;
    background: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
}

.business-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.business-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.business-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.ad-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #FFD700;
    color: #1a1a1a;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 10;
}

.favorite-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 10;
    transition: background 0.3s;
}

.favorite-btn:hover {
    background: #f0f0f0;
}

.favorite-btn i {
    color: #dc3545;
    font-size: 1.2rem;
}

.business-image {
    width: 100%;
    height: 200px;
    background: #F2C94C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-image i {
    font-size: 4rem;
    color: white;
    opacity: 0.7;
}

.business-info {
    padding: 1.5rem;
}

.business-info h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.business-categories {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.business-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.stars {
    color: #FFD700;
    font-size: 1.2rem;
}

.rating-text {
    font-weight: 600;
    color: #1a1a1a;
}

.business-location {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.business-location i {
    color: #764ba2;
}

.business-actions {
    display: flex;
    gap: 1rem;
}

.btn-call, .btn-map {
    flex: 1;
    padding: 0.75rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-call {
    background: #28a745;
    color: white;
}

.btn-call:hover {
    background: #218838;
    transform: translateY(-2px);
}

.btn-map {
    background: #764ba2;
    color: white;
}

.btn-map:hover {
    background: #667eea;
    transform: translateY(-2px);
}

/* Categories Section */
.categories-section {
    padding: 4rem 0;
    background: white;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.category-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s, box-shadow 0.3s;
    display: block;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.category-card .category-image {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-card .category-image i {
    font-size: 4rem;
    color: white;
}

.category-card h3 {
    padding: 1.5rem 1.5rem 0.5rem;
    font-size: 1.5rem;
    color: #1a1a1a;
    font-weight: 700;
}

.category-card p {
    padding: 0 1.5rem 1.5rem;
    color: #666;
    font-size: 1rem;
}

/* Why Choose Us Section */
.why-choose-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.feature-item {
    text-align: center;
}

.feature-number {
    font-size: 4rem;
    font-weight: 800;
    color: #FFD700;
    line-height: 1;
    margin-bottom: 1rem;
}

.feature-item h3 {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 700;
}

.feature-item p {
    color: #666;
    font-size: 1.1rem;
}

/* Testimonials Section */
.testimonials-section {
    padding: 4rem 0;
    background: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-avatar i {
    font-size: 1.5rem;
    color: white;
}

.testimonial-info h4 {
    font-size: 1.2rem;
    color: #1a1a1a;
    margin-bottom: 0.3rem;
    font-weight: 700;
}

.testimonial-rating {
    color: #FFD700;
    font-size: 1rem;
}

.testimonial-text {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
}

/* News Section */
.news-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.news-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.news-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-image i {
    font-size: 4rem;
    color: white;
    opacity: 0.7;
}

.news-content {
    padding: 1.5rem;
}

.news-content h3 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 700;
}

.news-content p {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.read-more {
    color: #764ba2;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.read-more:hover {
    text-decoration: underline;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.news-tag {
    background: #FFD700;
    color: #1a1a1a;
    padding: 0.3rem 0.8rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.news-date {
    color: #999;
    font-size: 0.9rem;
}

/* Partners Section */
.partners-section {
    padding: 3rem 0;
    background: white;
}

.partners-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.partner-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    transition: transform 0.3s, color 0.3s;
}

.partner-logo:hover {
    transform: translateY(-5px);
    color: #764ba2;
}

.partner-logo i {
    font-size: 2.5rem;
    color: #764ba2;
}

.partner-logo span {
    font-size: 0.9rem;
    font-weight: 600;
}

/* Responsive for New Landing Page */
@media (max-width: 968px) {
    .hero-container {
        grid-template-columns: 1fr;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .search-input-group {
        grid-template-columns: 1fr;
    }
    
    .hero-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .business-grid,
    .categories-grid,
    .features-grid,
    .testimonials-grid,
    .news-grid {
        grid-template-columns: 1fr;
    }
    
    .partners-logos {
        gap: 2rem;
    }
}

/* ============================================
   EXACT BLACKPRO STYLES - COMPLETE
   ============================================ */

/* Business Grid - Exact */
.business-grid-exact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

/* Business Carousel */
.business-carousel-wrapper {
    margin-top: 1.5rem;
    position: relative;
    overflow: hidden;
}

.business-carousel-container {
    overflow: hidden;
    width: 100%;
}

.business-carousel-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}

.business-carousel-track .carousel-slide {
    width: calc((100% - 4rem) / 3);
    min-width: calc((100% - 4rem) / 3);
    max-width: calc((100% - 4rem) / 3);
    flex-shrink: 0;
    padding: 0 1rem;
    box-sizing: border-box;
    margin-right: 2rem;
}

.business-carousel-track .carousel-slide:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .business-carousel-track .carousel-slide {
        width: calc(50% - 1rem);
        min-width: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
        margin-right: 1rem;
    }
}

@media (max-width: 480px) {
    .business-carousel-track .carousel-slide {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
}

.business-card-exact {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.business-card-exact:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.ad-badge-exact {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #FFD700;
    color: #1a1a1a;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    z-index: 10;
}

.favorite-btn-exact {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 10;
    transition: background 0.3s;
}

.favorite-btn-exact:hover {
    background: #f0f0f0;
}

.favorite-btn-exact i {
    color: #dc3545;
    font-size: 1.2rem;
}

.business-image-exact {
    width: 100%;
    height: 250px;
    background: #F2C94C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-image-exact i {
    font-size: 5rem;
    color: white;
    opacity: 0.8;
}

.business-info-exact {
    padding: 1.5rem;
}

.business-info-exact h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.business-categories-exact {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.business-rating-exact {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.stars-exact {
    color: #28a745;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.rating-text-exact {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 1rem;
}

.business-location-exact {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.business-location-exact i {
    color: #764ba2;
}

.business-actions-exact {
    display: flex;
    gap: 1rem;
}

.btn-call-exact, .btn-map-exact {
    flex: 1;
    padding: 0.75rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.btn-call-exact {
    background: #28a745;
    color: white;
}

.btn-call-exact:hover {
    background: #218838;
    transform: translateY(-2px);
}

.btn-map-exact {
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 100%);
    color: #1a1a1a;
}

.btn-map-exact:hover {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

/* Discover Section - Exact */
.discover-section-exact {
    padding: 2rem 0 5rem 0;
    background: white;
}

.discover-section-exact .container {
    position: relative;
}

.discover-section-exact .container::before {
    content: '';
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 4rem);
    max-width: 1200px;
    height: 3px;
    background: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
}

.categories-grid-exact {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}

.category-card-exact {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s, box-shadow 0.3s;
    display: block;
    padding: 1rem;
}

.category-card-exact:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.category-image-exact {
    width: 60%;
    max-width: 80px;
    aspect-ratio: 1 / 1;
    background: #F2C94C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: 0 auto 0.75rem auto;
}

.category-image-exact i {
    font-size: 1.5rem;
    color: white;
    transition: color 0.3s;
}

.category-card-exact:hover .category-image-exact i {
    color: #28a745;
}

.category-card-exact h3 {
    padding: 0;
    margin-bottom: 0.4rem;
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
}

.category-card-exact p {
    padding: 0;
    margin: 0;
    color: #666;
    font-size: 0.85rem;
    text-align: center;
}

/* Why Choose Us - Exact */
.why-choose-section-exact {
    padding: 2rem 0 5rem 0;
    background: #f8f9fa;
}

.why-choose-section-exact .container {
    position: relative;
}

.why-choose-section-exact .container::before {
    content: '';
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 4rem);
    max-width: 1200px;
    height: 3px;
    background: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
}

.why-choose-section-exact .container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 4rem);
    max-width: 1200px;
    height: 3px;
    background: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
}

.features-grid-exact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 3rem;
}

.feature-item-exact {
    text-align: center;
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.feature-number-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 900;
    color: #1a1a1a;
    margin: 0 auto 1.5rem;
}

.feature-item-exact h3 {
    font-size: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feature-item-exact p {
    color: #666;
    font-size: 1rem;
}

.classified-ad-item {
    transition: transform 0.3s, box-shadow 0.3s;
}

.classified-ad-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.classified-ad-item h3 {
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.classified-ad-item h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
}

.classified-price {
    color: #28a745;
    font-size: 1.25rem;
    margin: 0.5rem 0 1rem 0;
}

.classified-ad-item .read-more-exact {
    display: inline-block;
    margin-top: 1rem;
    color: #764ba2;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.classified-ad-item .read-more-exact:hover {
    color: #667eea;
}

.event-item {
    transition: transform 0.3s, box-shadow 0.3s;
}

.event-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.event-item h3 {
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.event-item h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
}

.event-date {
    color: #764ba2;
    font-size: 1rem;
    margin: 0.5rem 0;
}

.event-time {
    color: #666;
    font-size: 0.9rem;
    margin: 0.25rem 0;
}

.event-location {
    color: #666;
    font-size: 0.9rem;
    margin: 0.25rem 0 1rem 0;
}

.event-item .read-more-exact {
    display: inline-block;
    margin-top: 1rem;
    color: #764ba2;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.event-item .read-more-exact:hover {
    color: #667eea;
}

/* Testimonials - Exact */
.testimonials-section-exact {
    padding: 2rem 0 5rem 0;
    background: white;
}

.testimonials-section-exact .container {
    position: relative;
}

.testimonials-section-exact .container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 4rem);
    max-width: 1200px;
    height: 3px;
    background: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%);
}

.testimonials-wrapper-exact {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-arrow {
    background: #f8f9fa;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
    color: #1a1a1a;
    font-size: 1.2rem;
}

.testimonial-arrow:hover {
    background: #FFD700;
}

.testimonials-grid-exact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    flex: 1;
}

.testimonial-card-exact {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: center;
}

.testimonial-avatar-exact {
    width: 60px;
    height: 60px;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.testimonial-avatar-exact i {
    font-size: 2rem;
    color: #999;
}

.testimonial-card-exact h4 {
    font-size: 1.2rem;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.testimonial-rating-exact {
    color: #FFD700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
}

.testimonial-text-exact {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
}

/* News Section - Exact */
.news-section-exact {
    padding: 5rem 0;
    background: #f8f9fa;
}

.news-grid-exact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.news-card-exact {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.news-card-exact:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.news-image-exact {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.news-image-exact i {
    font-size: 4rem;
    color: white;
    opacity: 0.7;
}

.news-author-exact {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-author-exact i {
    font-size: 1.5rem;
    color: #764ba2;
    opacity: 1;
}

.news-content-exact {
    padding: 1.5rem;
}

.news-content-exact h3 {
    font-size: 1.3rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-content-exact p {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 0.95rem;
}

.read-more-exact {
    color: #764ba2;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.read-more-exact:hover {
    text-decoration: underline;
}

.news-meta-exact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}

.news-tag-exact {
    background: #FFD700;
    color: #1a1a1a;
    padding: 0.3rem 0.8rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.news-date-exact {
    color: #999;
    font-size: 0.85rem;
}

/* Partners Section - Exact */
.partners-section-exact {
    padding: 4rem 0;
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 100%);
}

.partners-logos-exact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.partner-logo-exact {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    padding: 1rem;
    transition: transform 0.3s;
}

.partner-logo-exact:hover {
    transform: translateY(-5px);
}

/* Responsive for Exact Design */
@media (max-width: 1200px) {
    .hero-container-exact {
        grid-template-columns: 1fr;
    }
    
    .hero-container-exact-centered {
        padding: 0 20px;
    }
    
    .hero-right {
        display: none;
    }
    
    .business-grid-exact,
    .categories-grid-exact,
    .features-grid-exact,
    .testimonials-grid-exact,
    .news-grid-exact {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-title-line1 {
        font-size: 2.5rem;
    }
    
    .hero-title-line2 {
        font-size: 3rem;
    }
    
    .hero-content-centered {
        max-width: 100%;
    }
    
    .search-row {
        grid-template-columns: 1fr;
    }
    
    .section-title-exact {
        font-size: 2rem;
    }
    
    .category-nav-wrapper {
        padding: 0 10px;
    }
    
    .category-nav-container {
        padding: 0 5px;
        gap: 1.5rem;
    }
    
    .category-nav-item {
        min-width: 80px;
    }
    
    .category-nav-item i {
        font-size: 1.5rem;
    }
    
    .category-nav-item span {
        font-size: 0.8rem;
    }
    
    .category-nav-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .business-grid-exact,
    .categories-grid-exact,
    .features-grid-exact,
    .testimonials-grid-exact,
    .news-grid-exact {
        grid-template-columns: 1fr;
    }
    
    .testimonials-wrapper-exact {
        flex-direction: column;
    }
    
    .testimonial-arrow {
        display: none;
    }
}

/* Cookie Consent Banner - Sliding Popup */
#cookie-consent-banner {
    position: fixed;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25), 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 1.5rem 2rem;
    z-index: 10000;
    display: block;
    max-width: 600px;
    width: 90%;
    border-radius: 12px 12px 0 0;
    transition: bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 4px solid;
    border-image: linear-gradient(to right, #28a745 0%, #28a745 33%, #F2C94C 33%, #F2C94C 66%, #dc3545 66%, #dc3545 100%) 1;
    opacity: 0;
}

#cookie-consent-banner.show {
    bottom: 0;
    opacity: 1;
}

.cookie-consent-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.cookie-consent-text {
    flex: 1;
    min-width: 300px;
}

.cookie-consent-text h4 {
    color: #1a1a1a;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cookie-consent-text h4 i {
    color: #F2C94C;
    font-size: 1.3rem;
}

.cookie-consent-text p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.cookie-consent-text a {
    color: #F2C94C;
    text-decoration: underline;
    font-weight: 600;
}

.cookie-consent-text a:hover {
    color: #28a745;
}

.cookie-consent-buttons {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.cookie-btn-accept {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.cookie-btn-accept:hover {
    background: linear-gradient(135deg, #218838 0%, #1aa179 100%);
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
    transform: translateY(-2px);
}

.cookie-btn-decline {
    background: #f8f9fa;
    color: #666;
    border: 2px solid #ddd;
}

.cookie-btn-decline:hover {
    background: #e9ecef;
    border-color: #adb5bd;
    color: #333;
}

/* Mobile responsive */
@media (max-width: 768px) {
    #cookie-consent-banner {
        width: 95%;
        padding: 1.25rem 1.5rem;
        max-width: none;
    }
    
    .cookie-consent-content {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
    
    .cookie-consent-text {
        min-width: auto;
    }
    
    .cookie-consent-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .cookie-btn {
        width: 100%;
    }
}

/* Google Sign-In Button Hover */
a.btn[href*="google_auth"]:hover {
    background: #f8f9fa !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

/* Back to Top Button */
.back-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.back-to-top-btn:hover {
    background: linear-gradient(135deg, #218838 0%, #1aa179 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn:active {
    transform: translateY(-1px) scale(0.95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.back-to-top-btn.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0);
    pointer-events: auto;
    display: flex !important;
}

.back-to-top-btn i {
    line-height: 1;
    pointer-events: none;
}

/* Responsive: Adjust position on smaller screens */
@media (max-width: 768px) {
    .back-to-top-btn {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
        font-size: 22px;
        /* Ensure minimum touch target size (44x44px recommended) */
        min-width: 55px;
        min-height: 55px;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    }
}

@media (max-width: 480px) {
    .back-to-top-btn {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
        font-size: 20px;
        /* Ensure minimum touch target size */
        min-width: 55px;
        min-height: 55px;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    }
}

/* Ensure button is always clickable on mobile */
@media (hover: none) and (pointer: coarse) {
    .back-to-top-btn {
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    
    .back-to-top-btn:active {
        background: linear-gradient(135deg, #218838 0%, #1aa179 100%);
        transform: scale(0.95);
        opacity: 0.9 !important;
    }
    
    .back-to-top-btn.show {
        pointer-events: auto !important;
        -webkit-pointer-events: auto !important;
    }
}

/* Share Button Styles - Mobile-friendly */
.share-btn,
.action-btn.share-btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    touch-action: manipulation;
    -webkit-touch-callout: none;
    user-select: none;
    pointer-events: auto;
    cursor: pointer;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.share-btn:active,
.action-btn.share-btn:active {
    opacity: 0.8;
    transform: scale(0.98);
}

@media (hover: none) and (pointer: coarse) {
    .share-btn:hover,
    .action-btn.share-btn:hover {
        transform: none;
    }
    
    .share-btn:active,
    .action-btn.share-btn:active {
        opacity: 0.7;
        transform: scale(0.95);
    }
}

/* Event and Classified Navigation Menu - Mobile Responsive */
@media (max-width: 768px) {
    .event-nav-container,
    .classified-nav-container {
        flex-direction: column;
        align-items: stretch !important;
        gap: 0.75rem !important;
    }
    
    .event-nav-left,
    .event-nav-right,
    .classified-nav-left,
    .classified-nav-right {
        flex: 1 1 100% !important;
        text-align: center !important;
        min-width: 100% !important;
    }
    
    .event-nav-center,
    .classified-nav-center {
        flex: 1 1 100% !important;
        flex-direction: column !important;
        gap: 0.75rem !important;
        order: -1;
    }
    
    .event-nav-title,
    .classified-nav-title {
        font-size: 0.95rem !important;
        text-align: center !important;
        width: 100% !important;
    }
    
    .event-nav-btn,
    .classified-nav-btn,
    .event-nav-btn-disabled,
    .classified-nav-btn-disabled {
        width: 100% !important;
        justify-content: center !important;
        padding: 0.75rem 1rem !important;
        font-size: 0.9rem !important;
    }
    
    .event-nav-share,
    .classified-nav-share {
        width: 100% !important;
        justify-content: center !important;
        padding: 0.75rem 1rem !important;
        min-height: 44px !important;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
        touch-action: manipulation !important;
        -webkit-touch-callout: none !important;
        user-select: none !important;
        pointer-events: auto !important;
        z-index: 10;
    }
    
    .event-nav-share:active,
    .classified-nav-share:active {
        opacity: 0.8;
        transform: scale(0.98);
    }
    
    .event-nav-text,
    .classified-nav-text {
        display: inline;
    }
}

@media (max-width: 480px) {
    .event-nav-container,
    .classified-nav-container {
        padding: 0.75rem 15px !important;
    }
    
    .event-nav-title,
    .classified-nav-title {
        font-size: 0.85rem !important;
    }
    
    .event-nav-btn,
    .classified-nav-btn,
    .event-nav-btn-disabled,
    .classified-nav-btn-disabled,
    .event-nav-share,
    .classified-nav-share {
        padding: 0.65rem 0.85rem !important;
        font-size: 0.85rem !important;
    }
    
    /* Hide text on very small screens, show only icons */
    .event-nav-text,
    .classified-nav-text {
        display: none;
    }
    
    .event-nav-btn i,
    .classified-nav-btn i,
    .event-nav-btn-disabled i,
    .classified-nav-btn-disabled i {
        margin: 0 !important;
    }
}

