
        /* ============================
           EXISTING STYLES
        ============================ */
        
        /* Providers Map View */
        .wsus__providers_map_view {
            background: #f8f9fa;
            padding: 30px 0;
            border-radius: 10px;
        }
        
        .section-title {
            color: #333;
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        /* Providers Sidebar */
        .providers-sidebar {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            height: 600px;
            overflow-y: auto;
        }
        
        /* Provider Card */
        .provider-card {
            background: white;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            margin-bottom: 15px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .provider-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border-color: #01bdc9;
        }
        
        .provider-card.active {
            border-color: #ffe600ff;
            background: #e7f3ff;
        }
        
        .btn-outline-green{
            color: #01bdc9;
            border-color: #01bdc9;
        }
        
        .provider-card-body {
            padding: 15px;
        }
        
        .provider-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            border: 3px solid #f8f9fa;
        }
        
        .provider-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .verified-badge {
            color: #28a745; /* green */
            font-size: 14px;
            display: inline-flex;
            align-items: center;
            margin-left: 4px;
}

        .provider-name {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #333;
        }
        
        .provider-rating {
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }
        
        .provider-rating .stars {
            color: #ffc107;
            margin-right: 5px;
        }
        
        .provider-rating .rating-text {
            font-size: 12px;
            color: #6c757d;
        }
        
        .provider-meta {
            font-size: 12px;
            color: #6c757d;
            margin-bottom: 10px;
        }
        
        /* Distance Badge */
        .provider-distance {
            display: inline-flex;
            align-items: center;
            background: #d4edda;
            color: #155724;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 11px;
            font-weight: 600;
            margin-right: 8px;
        }
        
        .provider-distance i {
            font-size: 10px;
            margin-right: 4px;
        }
        
        /* Services Badge */
        .provider-services {
            display: inline-flex;
            align-items: center;
            background: #cce5ff;
            color: #004085;
            padding: 2px 8px;
            border-radius: 12px;
            font-size: 11px;
            font-weight: 600;
        }
        
        .provider-services i {
            font-size: 10px;
            margin-right: 4px;
        }
        
        .provider-contact {
            font-size: 13px;
            color: #495057;
        }
        
        .provider-actions .btn {
            font-size: 14px;
            padding: 5px 10px;
        }
        
        /* Service List in Provider Card */
        .provider-services-list {
            margin-top: 10px;
            border-top: 1px solid #e9ecef;
            padding-top: 10px;
        }
        
        .service-item {
            background: #f8f9fa;
            border-radius: 6px;
            padding: 8px 10px;
            margin-bottom: 8px;
            transition: all 0.2s ease;
        }
        
        .service-item:hover {
            background: #e9ecef;
            transform: translateX(3px);
        }
        
        .service-item-title {
            font-size: 13px;
            font-weight: 600;
            color: #333;
            margin-bottom: 3px;
        }
        
        .service-item-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .service-item-price {
            font-size: 12px;
            font-weight: 700;
            color: #01bdc9;
        }
        
        .service-item-book-btn {
            font-size: 11px;
            padding: 3px 8px;
            background: #01bdc9;
            color: white;
            border: none;
            border-radius: 4px;
            text-decoration: none;
            transition: all 0.2s ease;
        }
        
        .service-item-book-btn:hover {
            background: #0199a1;
            color: white;
            text-decoration: none;
        }
        
        /* Providers Map Container */
        .providers-map-container {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            height: 600px;
            display: flex;
            flex-direction: column;
        }
        
        /* Full width map when no providers */
        .full-width-map {
            height: 600px;
            width: 100%;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        #providersMap {
            flex: 1;
            min-height: 500px;
        }
        
        .map-header, .map-footer {
            background: #f8f9fa;
            padding: 15px;
        }
        
        .selected-provider-info {
            font-size: 14px;
            color: #495057;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .providers-sidebar {
                height: 400px;
                margin-bottom: 20px;
            }
            
            .providers-map-container, .full-width-map {
                height: 400px;
            }
            
            #providersMap {
                min-height: 300px;
            }
            
            .provider-distance {
                display: block;
                margin-bottom: 5px;
            }
        }

        /* Alternative for bg-primary */
        .bg-yellow{
            opacity: 1;
            background-color: #ffc107;
        }
        
        .btn-green{
            opacity: 1;
            background-color: #01bdc9 !important;
        }
        
        /* ============================
           LOCATION CONSENT & SELECTION STYLES
        ============================ */
        
        /* Location Consent Modal */
        .location-consent-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.85);
            z-index: 99999;
            align-items: center;
            justify-content: center;
            backdrop-filter: blur(8px);
        }
        
        .location-consent-content {
            background: white;
            padding: 40px;
            border-radius: 20px;
            max-width: 500px;
            width: 90%;
            box-shadow: 0 25px 80px rgba(0,0,0,0.4);
            animation: slideUp 0.4s ease;
        }
        
        @keyframes slideUp {
            from {
                transform: translateY(30px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }
        
        .location-consent-icon {
            text-align: center;
            font-size: 64px;
            margin-bottom: 25px;
            color: #01bdc9;
        }
        
        .location-consent-title {
            text-align: center;
            margin-bottom: 20px;
            color: #333;
            font-size: 28px;
            font-weight: 700;
        }
        
        .location-consent-message {
            text-align: center;
            color: #666;
            margin-bottom: 30px;
            line-height: 1.7;
            font-size: 16px;
        }
        
        .location-consent-buttons {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        
        .location-consent-btn {
            padding: 16px 24px;
            border: none;
            border-radius: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            text-align: center;
            font-size: 16px;
        }
        
        .location-consent-btn-primary {
            background: linear-gradient(135deg, #01bdc9 0%, #0199a1 100%);
            color: white;
        }
        
        .location-consent-btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(1, 189, 201, 0.4);
        }
        
        .location-consent-btn-secondary {
            background: #f8f9fa;
            color: #333;
            border: 2px solid #dee2e6;
        }
        
        .location-consent-btn-secondary:hover {
            background: #e9ecef;
            transform: translateY(-2px);
        }
        
        .location-consent-btn-outline {
            background: transparent;
            color: #6c757d;
            border: 2px solid #dee2e6;
        }
        
        .location-consent-btn-outline:hover {
            background: #6c757d;
            color: white;
            transform: translateY(-2px);
        }
        
        /* Manual Location Selection Modal */
        .location-selection-modal .modal-content {
            border-radius: 15px;
            border: none;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
        }
        
        .location-selection-modal .modal-header {
            background: linear-gradient(135deg, #01bdc9 0%, #0199a1 100%);
            color: white;
            border: none;
            padding: 20px 25px;
            border-radius: 15px 15px 0 0;
        }
        
        .location-selection-modal .modal-header .btn-close {
            filter: invert(1);
            opacity: 0.8;
        }
        
        .location-selection-modal .modal-body {
            padding: 25px;
        }
        
        .location-suggestions {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
            gap: 12px;
            margin-top: 15px;
        }
        
        .location-suggestion-btn {
            padding: 12px 15px;
            border: 2px solid #dee2e6;
            border-radius: 10px;
            background: white;
            color: #333;
            font-weight: 500;
            transition: all 0.3s;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        
        .location-suggestion-btn:hover {
            border-color: #01bdc9;
            background: #f0fdff;
            color: #01bdc9;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(1, 189, 201, 0.1);
        }
        
        .location-suggestion-btn.active {
            border-color: #01bdc9;
            background: #01bdc9;
            color: white;
        }
        
        /* Location Source Badges */
        .location-source-badge {
            font-size: 12px;
            padding: 5px 12px;
            border-radius: 20px;
            margin-left: 10px;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-weight: 500;
        }
        
        .location-source-badge.url {
            background: #e2e3e5;
            color: #383d41;
            border: 1px solid #d6d8db;
        }
        
        .location-source-badge.gps {
            background: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }
        
        .location-source-badge.manual {
            background: #fff3cd;
            color: #856404;
            border: 1px solid #ffeaa7;
        }
        
        .location-source-badge.default {
            background: #cce5ff;
            color: #004085;
            border: 1px solid #b8daff;
        }
        
        .location-source-badge.cookie {
            background: #d1ecf1;
            color: #0c5460;
            border: 1px solid #bee5eb;
        }
        
        .location-source-badge.coordinates {
            background: #e2d9f3;
            color: #4a3f6d;
            border: 1px solid #d6c7ed;
        }
        
        /* Location Accuracy Badges */
        .location-accuracy-badge {
            display: inline-flex;
            align-items: center;
            padding: 3px 10px;
            border-radius: 12px;
            font-size: 11px;
            font-weight: 600;
            margin-left: 8px;
        }
        
        .accuracy-high {
            background: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }
        
        .accuracy-medium {
            background: #fff3cd;
            color: #856404;
            border: 1px solid #ffeaa7;
        }
        
        .accuracy-low {
            background: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }
        
        /* Location Loading Overlay */
        .location-loading-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.9);
            z-index: 100000;
            display: none;
            align-items: center;
            justify-content: center;
            color: white;
        }
        
        .location-loading-content {
            text-align: center;
        }
        
        /* Enhanced Location Display */
        .selected-location-info {
            background: linear-gradient(135deg, #f8fdff 0%, #f0f7ff 100%);
            padding: 20px;
            border-radius: 12px;
            border-left: 5px solid #01bdc9;
            margin-bottom: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .location-coordinates {
            font-size: 13px;
            color: #6c757d;
            margin-top: 10px;
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .coordinate-item {
            display: flex;
            align-items: center;
            gap: 8px;
            background: white;
            padding: 8px 15px;
            border-radius: 20px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        }
        
        .coordinate-label {
            font-weight: 600;
            color: #01bdc9;
            font-size: 12px;
        }
        
        /* Location Status Alert */
        .location-status-alert {
            border-left: 5px solid #01bdc9;
            background: linear-gradient(135deg, #f8fdff 0%, #f0f7ff 100%);
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        /* Search Input */
        .location-search-input {
            position: relative;
            margin-bottom: 20px;
        }
        
        .location-search-input .form-control {
            padding: 15px 50px 15px 20px;
            border-radius: 12px;
            border: 2px solid #dee2e6;
            font-size: 16px;
        }
        
        .location-search-input .btn {
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            background: #01bdc9;
            color: white;
            border: none;
            border-radius: 8px;
            padding: 10px 15px;
        }
        
        /* Exact Location Indicator */
        .exact-location-indicator {
            background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
            border-left: 5px solid #28a745;
            padding: 10px 15px;
            border-radius: 8px;
            margin-top: 10px;
        }
        
        .exact-location-indicator .badge {
            background-color: #28a745;
        }
        
        /* Map Controls */
        .map-control {
            background: white;
            border-radius: 4px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.3);
            margin: 10px;
        }
        
        .map-control button {
            margin: 5px;
            border: none;
            background: transparent;
            cursor: pointer;
            border-radius: 4px;
            padding: 8px 12px;
            transition: all 0.3s;
        }
        
        .map-control button:hover {
            background: #f8f9fa;
        }
        
        /* Location Accuracy Display */
        .accuracy-display {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 5px;
            font-size: 12px;
        }
        
        .accuracy-meter {
            flex: 1;
            height: 4px;
            background: #e9ecef;
            border-radius: 2px;
            overflow: hidden;
        }
        
        .accuracy-fill {
            height: 100%;
            border-radius: 2px;
            transition: width 0.3s ease;
        }
        
        .accuracy-fill.high {
            background: #28a745;
        }
        
        .accuracy-fill.medium {
            background: #ffc107;
        }
        
        .accuracy-fill.low {
            background: #dc3545;
        }
        
        /* ============================
           EXISTING BREADCRUMB STYLES
        ============================ */
        .wsus__breadcrumb {
            position: relative;
            background-size: cover;
            background-position: center;
        }
        
        .wsus__breadcrumb_overlay {
            background: rgba(0, 0, 0, 0.6);
        }

        /* ============================
           SERVICES LIST VIEW STYLES
        ============================ */

        /* Services List Container */
        .services-list-container {
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 30px rgba(0,0,0,0.08);
            overflow: hidden;
        }

        /* Services List Header */
        .services-list-header {
            background: linear-gradient(135deg, #01bdc9 0%, #0199a1 100%);
            color: white;
            padding: 20px 25px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

        .services-list-header h4 {
            margin: 0;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .services-count-badge {
            background: rgba(255,255,255,0.2);
            padding: 2px 10px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 500;
        }

        /* Services List Body */
        .services-list-body {
            padding: 0;
        }

        /* Service List Item */
        .service-list-item {
            padding: 25px;
            border-bottom: 1px solid #f0f0f0;
            transition: all 0.3s ease;
            position: relative;
            background: white;
        }

        .service-list-item:hover {
            background: #f8fdff;
            transform: translateY(-2px);
            box-shadow: 0 5px 20px rgba(1, 189, 201, 0.1);
            border-left: 4px solid #01bdc9;
        }

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

        /* Service List Item Layout */
        .service-item-layout {
            display: flex;
            gap: 20px;
        }

        @media (max-width: 768px) {
            .service-item-layout {
                flex-direction: column;
                gap: 15px;
            }
        }

        /* Service Image */
        .service-image-container {
            flex-shrink: 0;
            width: 200px;
        }

        .service-image {
            width: 100%;
            height: 150px;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .service-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .service-list-item:hover .service-image img {
            transform: scale(1.05);
        }

        .service-category-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            background: rgba(255,255,255,0.95);
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 600;
            color: #01bdc9;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        /* Service Content */
        .service-content {
            flex: 1;
        }

        .service-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 15px;
            flex-wrap: wrap;
            gap: 10px;
        }

        .service-title {
            flex: 1;
            min-width: 300px;
        }

        .service-title h5 {
            margin: 0 0 8px 0;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.4;
        }

        .service-title h5 a {
            color: #333;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .service-title h5 a:hover {
            color: #01bdc9;
        }

        .service-provider {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .provider-avatar-small {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            overflow: hidden;
            border: 2px solid #f0f0f0;
        }

        .provider-avatar-small img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .provider-name {
            font-size: 14px;
            color: #666;
        }

        .provider-name a {
            color: #01bdc9;
            text-decoration: none;
            font-weight: 500;
        }

        .provider-name a:hover {
            text-decoration: underline;
        }

        /* Service Price & Actions */
        .service-price-actions {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 10px;
            min-width: 150px;
        }

        .service-price {
            text-align: right;
        }

        .price-label {
            display: block;
            font-size: 12px;
            color: #666;
            margin-bottom: 2px;
        }

        .price-amount {
            font-size: 22px;
            font-weight: 700;
            color: #01bdc9;
            line-height: 1;
        }

        .service-actions {
            display: flex;
            gap: 8px;
        }

        .book-now-btn {
            background: linear-gradient(135deg, #01bdc9 0%, #0199a1 100%);
            color: white;
            border: none;
            padding: 8px 20px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
        }

        .book-now-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(1, 189, 201, 0.3);
            color: white;
        }

        .view-details-btn {
            background: white;
            color: #01bdc9;
            border: 2px solid #01bdc9;
            padding: 8px 15px;
            border-radius: 6px;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .view-details-btn:hover {
            background: #01bdc9;
            color: white;
        }

        /* Service Details */
        .service-details {
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px dashed #e0e0e0;
        }

        .service-description {
            color: #666;
            line-height: 1.6;
            margin-bottom: 15px;
            font-size: 14px;
        }

        .service-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 15px;
        }

        .service-meta-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            color: #666;
        }

        .service-meta-item i {
            color: #01bdc9;
            width: 16px;
        }

        /* Service Features */
        .service-features {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 15px;
        }

        .feature-tag {
            background: #f0f9ff;
            color: #01bdc9;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 500;
            border: 1px solid #d1f0ff;
        }

        /* Service Footer */
        .service-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px dashed #e0e0e0;
            flex-wrap: wrap;
            gap: 10px;
        }

        .service-rating {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .rating-stars {
            color: #ffc107;
        }

        .rating-count {
            font-size: 13px;
            color: #666;
        }

        .service-distance {
            display: flex;
            align-items: center;
            gap: 6px;
            background: #f8f9fa;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 13px;
            color: #28a745;
            font-weight: 500;
        }

        .service-distance i {
            font-size: 12px;
        }

        /* Empty State */
        .no-services-found {
            text-align: center;
            padding: 60px 20px;
            color: #666;
        }

        .no-services-found i {
            font-size: 48px;
            color: #ddd;
            margin-bottom: 20px;
            display: block;
        }

        /* Pagination Styling */
        .services-pagination {
            margin-top: 30px;
        }

        /* Filter Controls */
        .services-filter-controls {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        .view-toggle {
            display: flex;
            gap: 10px;
        }

        .view-toggle-btn {
            background: white;
            border: 2px solid #dee2e6;
            padding: 8px 15px;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 500;
            color: #666;
        }

        .view-toggle-btn.active {
            background: #01bdc9;
            color: white;
            border-color: #01bdc9;
        }

        .view-toggle-btn:hover:not(.active) {
            border-color: #01bdc9;
            color: #01bdc9;
        }

        .sort-controls {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .sort-controls label {
            margin: 0;
            font-weight: 500;
            color: #666;
        }

        .sort-select {
            border: 2px solid #dee2e6;
            border-radius: 6px;
            padding: 8px 15px;
            background: white;
            color: #333;
            font-weight: 500;
            min-width: 180px;
        }

        /* Service Status Badge */
        .service-status {
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 2;
        }

        .status-badge {
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .status-featured {
            background: linear-gradient(135deg, #ffe600 0%, #ffd500 100%);
            color: #856404;
        }

        .status-popular {
            background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
            color: white;
        }

        /* Service Availability */
        .service-availability {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            color: #666;
            margin-top: 5px;
        }

        .availability-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            display: inline-block;
        }

        .availability-available {
            background: #28a745;
        }

        .availability-busy {
            background: #ffc107;
        }

        .availability-unavailable {
            background: #dc3545;
        }

        /* Responsive Adjustments */
        @media (max-width: 992px) {
            .service-image-container {
                width: 180px;
            }
            
            .service-title {
                min-width: 250px;
            }
        }

        @media (max-width: 768px) {
            .service-image-container {
                width: 100%;
            }
            
            .service-image {
                height: 200px;
            }
            
            .service-header {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .service-price-actions {
                width: 100%;
                align-items: flex-start;
                flex-direction: row;
                justify-content: space-between;
            }
            
            .service-actions {
                width: 100%;
                justify-content: space-between;
            }
            
            .book-now-btn,
            .view-details-btn {
                flex: 1;
                justify-content: center;
            }
            
            .services-filter-controls {
                flex-direction: column;
                align-items: stretch;
            }
            
            .view-toggle,
            .sort-controls {
                width: 100%;
                justify-content: center;
            }
        }

        /* Animation for list items */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .service-list-item {
            animation: fadeInUp 0.5s ease forwards;
        }

        .service-list-item:nth-child(1) { animation-delay: 0.1s; }
        .service-list-item:nth-child(2) { animation-delay: 0.2s; }
        .service-list-item:nth-child(3) { animation-delay: 0.3s; }
        .service-list-item:nth-child(4) { animation-delay: 0.4s; }
        .service-list-item:nth-child(5) { animation-delay: 0.5s; }
  