/* Custom styles */
.navbar-brand {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 1.5rem;
    color: #00A651 !important;
}

.navbar {
    z-index: 1030;
}

.nav-link {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #333 !important;
    padding: 0.75rem 1.25rem !important;
    transition: color 0.3s ease;
    min-height: 48px;
    white-space: nowrap;
}

.nav-link:hover {
    color: #00A651 !important;
}

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

.navbar-nav .nav-item .btn {
    min-height: 48px;
    min-width: 48px;
}

body {
    font-family: 'Nunito', sans-serif;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

.search-input {
    min-width: 300px;
    border-radius: 20px 0 0 20px !important;
    border-right: none;
}

.search-input:focus {
    box-shadow: none;
    border-color: #00A651;
}

.search-input + .btn {
    border-radius: 0 20px 20px 0 !important;
    border-left: none;
}

.btn-outline-success {
    --bs-btn-color: #00A651;
    --bs-btn-border-color: #00A651;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00A651;
    --bs-btn-hover-border-color: #00A651;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #008f45;
    --bs-btn-active-border-color: #008f45;
}

.breadcrumb {
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
}

.breadcrumb a {
    color: #00A651;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}
/* Contact Page Styles */
.hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 4rem 0;
    margin-bottom: 3rem;
}

.contact-form-section .card {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
}

.business-hours-section {
    background: linear-gradient(45deg, #f8f9fa 0%, #e9ecef 100%);
}

.business-hours-section .card {
    border: none;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #e7f5eb;
    color: #00A651;
}

.faq-section .accordion-button:focus {
    border-color: #00A651;
    box-shadow: 0 0 0 0.25rem rgba(0, 166, 81, 0.25);
}
