body {
    font-family: "Familjen Grotesk", sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    color: black !important;
}

/* Hitta Barber Section */
.hitta-barber-section {
    background-color: #000000;
    color: white;
    padding: 50px 0;
}

.hitta-barber-section h2 {
    font-size: 64px;
    font-weight: 700;
    color: #FFFFFF;
}

.hitta-barber-section p {
    font-size: 20px;
    font-weight: 400;
}

.custom-button{
    background-color: #BF9B30;
    text-decoration: none;
    color: white;
    padding: 7px;
    border-radius: 6px;
    font-size: 13px;
}

.hot-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff4500;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    animation: pulse 1.5s infinite;
}

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

.page-link{
    background-color: #BF9B30 !important;
  border: none;
}

.hitta-barber-section .card {
    background-color: black;
    border-radius: 0px !important;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border-style: solid;
    border-width: 1px;
    border-color: #BF9B30 !important;
    padding: 30px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hitta-barber-section .card:hover {
    transform: translateY(-10px);
}

.hitta-barber-section .card-img-top {
    width: 30%;
    max-width: 100%;
    display: flex;
    align-self: center;
    margin-bottom: 20px;
}

.hitta-barber-section .card-body {
    color: #f1f1f1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hitta-barber-section .card-title {
    font-size: 24px;
    font-weight: 700;
    color: #BF9B30;
}

.hitta-barber-section .card-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.hitta-barber-hero {
    background: linear-gradient(to right, #111, #222);
    color: white;
    padding: 60px 20px;
}
.hitta-barber-hero h1 {
    font-size: 48px;
    font-weight: 700;
    color: #BF9B30;
}
.hitta-barber-hero p {
    font-size: 18px;
    margin-top: 10px;
}
.filter-bar {
    max-width: 300px;
    margin: 20px auto 0;
}
.barber-card:hover {
    transform: translateY(-6px);
}
.barber-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.barber-content {
    padding: 15px;
    text-align: left;
    color: white;
    flex: 1;
}
.barber-content h3 {
    color: #BF9B30;
    font-size: 20px;
    font-weight: 700;
}
.barber-content p {
    margin: 5px 0;
    font-size: 15px;
}
.barber-expertise ul {
    padding: 0;
    list-style: none;
    margin: 5px 0;
}
.barber-expertise li {
    font-size: 14px;
}
.opening-hours {
    font-size: 14px;
    margin-top: 8px;
}
.barber-social {
    margin-top: 10px;
}
.barber-social a {
    color: #BF9B30;
    font-size: 18px;
    margin-right: 8px;
    transition: color 0.3s;
}
.barber-social a:hover {
    color: white;
}

.swiper-container {
    padding: 20px 0;
    width: 100%;
}

.barber-card {
    background: #000;
    border: 1px solid #BF9B30;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.rating {
    margin: 10px 0;
    color: #BF9B30;
}

.rating-score {
    margin-left: 5px;
    color: #FFD700;
}

.reviews {
    margin-left: 5px;
    font-size: 14px;
    color: #ccc;
}

.swiper-slide {
    width: 300px !important; /* Fixed width to match design */
}

.swiper-button-prev, .swiper-button-next {
    color: #BF9B30;
}

.swiper-pagination-bullet {
    background: #BF9B30;
}

.search-filter-section {
    background: rgba(191, 155, 48, 0.1);
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #BF9B30;
}

.search-filter-container {
    max-width: 100%;
}

.search-box {
    position: relative;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #BF9B30;
    z-index: 10;
}

.search-input {
    background: #000;
    border: 2px solid #BF9B30;
    color: white;
    padding-left: 45px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.search-input:focus {
    background: #111;
    border-color: #FFD700;
    box-shadow: 0 0 15px rgba(191, 155, 48, 0.3);
    color: white;
}

.search-input::placeholder {
    color: #ccc;
}

.location-filter {
    background: #000;
    border: 2px solid #BF9B30;
    color: white;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.location-filter:focus {
    background: #111;
    border-color: #FFD700;
    box-shadow: 0 0 15px rgba(191, 155, 48, 0.3);
    color: white;
}

.location-filter option {
    background: #000;
    color: white;
}

.btn-outline-warning {
    border: 2px solid #BF9B30;
    color: #BF9B30;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-warning:hover {
    background: #BF9B30;
    color: #000;
    transform: translateY(-2px);
}

.results-info {
    color: #BF9B30;
    font-size: 18px;
    font-weight: 600;
}

.section-title {
    color: #BF9B30;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.no-results-message {
    color: white;
    text-align: center;
    padding: 60px 20px;
}

.no-results-message i {
    color: #BF9B30;
    opacity: 0.5;
}

.no-results-message h4 {
    color: #BF9B30;
    margin-bottom: 15px;
}

.expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-top: 8px;
}

.expertise-tag {
    background: rgba(191, 155, 48, 0.2);
    color: #BF9B30;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    border: 1px solid #BF9B30;
}

.expertise-tag-more {
    background: rgba(191, 155, 48, 0.4);
    color: #FFD700;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    border: 1px solid #FFD700;
}

.expertise-label {
    color: #ccc;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.barber-expertise {
    margin: 10px 0;
}

.info-cards-row {
    margin-bottom: 50px;
}

.barber-cards-section {
    border-top: 2px solid #BF9B30;
    padding-top: 40px;
}

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

/* Responsive design */
@media (max-width: 768px) {
    .search-filter-section {
        padding: 20px;
    }
    
    .search-input, .location-filter {
        margin-bottom: 10px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .hitta-barber-section h2 {
        font-size: 36px;
    }
}