 /* WordPress Compatible Styles */
        .solar-installers-section {
            padding: 80px 0;
        }
        
        .solar-installers-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .solar-installers-section h1,
        .solar-installers-section h2,
        .solar-installers-section h3 {
            font-family: 'Outfit', sans-serif;
            color: #2c5530;
            margin-bottom: 20px;
        }
        
        .solar-installers-section p {
            font-family: 'Outfit', sans-serif;
            color: #666;
            line-height: 1.6;
            margin-bottom: 30px;
        }
        
        /* Section 1 Styles */
        .certified-installers {
            text-align: center;
            background-color: #ffffff;
        }
        
        .region-boxes {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 50px;
        }
        
        .region-box {
            background: linear-gradient(135deg, #e9f5ec 0%, #d4edda 100%);
            border-radius: 12px;
            padding: 30px;
            width: 300px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            cursor: pointer;
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;
        }
        
        .region-box::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(44, 85, 48, 0.1) 0%, rgba(44, 85, 48, 0) 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .region-box:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            border-color: #2c5530;
        }
        
        .region-box:hover::before {
            opacity: 1;
        }
        
        /* Section 2 Styles */
        .installer-directory {
            background-color: #f0f7f4;
            text-align: center;
        }
        
        .search-filters {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 50px;
        }
        
        .search-bar {
            flex: 1;
            min-width: 300px;
            position: relative;
        }
        
        .search-bar input {
            width: 100%;
            padding: 15px 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background-color: white;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            font-family: 'Outfit', sans-serif;
        }
        
        .search-bar input:focus {
            outline: none;
            border-color: #2c5530;
            box-shadow: 0 2px 10px rgba(44, 85, 48, 0.2);
            transform: translateY(-2px);
        }
        
        .search-bar input:hover {
            border-color: #bbb;
        }
        
        .dropdown {
            min-width: 200px;
        }
        
        .dropdown select {
            width: 100%;
            padding: 0px 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            background-color: white;
            appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 15px center;
            background-size: 16px;
            transition: all 0.3s ease;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            cursor: pointer;
            font-family: 'Outfit', sans-serif;
        }
        
        .dropdown select:focus {
            outline: none;
            border-color: #2c5530;
            box-shadow: 0 2px 10px rgba(44, 85, 48, 0.2);
            transform: translateY(-2px);
        }
        
        .dropdown select:hover {
            border-color: #bbb;
        }
        
        .installers-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
        }
        
        .installer-card {
            background-color: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            border: 1px solid #eee;
        }
        
        .installer-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .installer-main {
            padding: 25px;
        }
        
        .installer-header {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
        }
        
        .installer-image {
            width: 80px;
            height: 80px;
            border-radius: 8px;
            overflow: hidden;
            margin-right: 15px;
            background-color: #e9e9e9;
            border: 2px solid #f0f7f4;
        }
        
        .installer-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .installer-info {
            flex: 1;
        }
        
        .installer-name {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 5px;
            color: #2c5530;
            font-family: 'Outfit', sans-serif;
            text-align: left;
        }
        
        .installer-location {
            color: #666;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            font-family: 'Outfit', sans-serif;
        }
        
        .installer-location svg {
            margin-right: 5px;
        }
        
        .installer-rating {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        
        .stars {
            color: #ffc107;
            margin-right: 10px;
        }
        
        .review-count {
            color: #666;
            font-size: 0.9rem;
            font-family: 'Outfit', sans-serif;
        }
        
        .installer-description {
            color: #666;
            margin-bottom: 20px;
            line-height: 1.5;
            font-family: 'Outfit', sans-serif;
        }
        
        .installer-badges {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        
        .badge {
            background: linear-gradient(135deg, #e9f5ec 0%, #d4edda 100%);
            color: #2c5530;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
            border: 1px solid #c3e6cb;
            font-family: 'Outfit', sans-serif;
        }
        
        .installer-contact {
            margin-bottom: 20px;
            padding: 15px;
            background-color: #f9f9f9;
            border-radius: 8px;
            font-family: 'Outfit', sans-serif;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
            font-size: 0.9rem;
            color: #555;
            font-family: 'Outfit', sans-serif;
        }
        
        .contact-item:last-child {
            margin-bottom: 0;
        }
        
        .contact-item svg {
            margin-right: 10px;
            color: #2c5530;
            width: 16px;
            height: 16px;
            flex-shrink: 0;
        }
        
        .contact-text {
            font-family: 'Outfit', sans-serif;
            word-break: break-word;
        }
        
        .installer-details {
            display: flex;
            justify-content: space-between;
            border-top: 1px solid #eee;
            padding-top: 20px;
            font-family: 'Outfit', sans-serif;
        }
        
        .detail-item {
            text-align: center;
            flex: 1;
        }
        
        .detail-label {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 5px;
            font-family: 'Outfit', sans-serif;
        }
        
        .detail-value {
            font-weight: 600;
            color: #2c5530;
            font-family: 'Outfit', sans-serif;
        }
        
        /* Add Installer Form Styles */
        .add-installer-container {
            background-color: white;
            padding: 80px 0;
            display: none; /* Hidden by default */
        }
        
        .add-installer-form {
            background-color: white;
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            border: 2px solid #f0f7f4;
        }
        
        .form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .form-group {
            flex: 1;
            min-width: 250px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #2c5530;
            font-family: 'Outfit', sans-serif;
        }
        
        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background-color: white;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            font-family: 'Outfit', sans-serif;
        }
        
        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #2c5530;
            box-shadow: 0 2px 10px rgba(44, 85, 48, 0.2);
            transform: translateY(-2px);
        }
        
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        
        .form-group.full-width {
            width: 100%;
        }
        
        .form-actions {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }
        
        .btn {
            padding: 12px 30px;
            border: none;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: 'Outfit', sans-serif;
        }
        
        .btn-primary {
            background: linear-gradient(135deg, #2c5530 0%, #3a6b3f 100%);
            color: white;
        }
        
        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(44, 85, 48, 0.3);
        }
        
        .btn-danger {
            background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
            color: white;
        }
        
        .btn-danger:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(220, 53, 69, 0.3);
        }
        
        .btn-secondary {
            background-color: #f0f0f0;
            color: #666;
        }
        
        .btn-secondary:hover {
            background-color: #e0e0e0;
        }
        
        .form-section-title {
            text-align: center;
            margin-bottom: 30px;
            color: #2c5530;
            font-family: 'Outfit', sans-serif;
        }
        
        .badge-input-container {
            display: flex;
            gap: 10px;
            align-items: center;
        }
        
        .badge-input-container input {
            flex: 1;
        }
        
        .badge-input-container button {
            background-color: #2c5530;
            color: white;
            border: none;
            border-radius: 4px;
            padding: 8px 12px;
            cursor: pointer;
            font-family: 'Outfit', sans-serif;
        }
        
        .badge-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 10px;
        }
        
        .badge-item {
            background: linear-gradient(135deg, #e9f5ec 0%, #d4edda 100%);
            color: #2c5530;
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
            border: 1px solid #c3e6cb;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .badge-item button {
            background: none;
            border: none;
            color: #2c5530;
            cursor: pointer;
            font-size: 0.8rem;
        }
        
        /* Delete Form Styles */
        .delete-installer-form {
            background-color: white;
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            max-width: 500px;
            margin: 50px auto;
            border: 2px solid #f0f7f4;
            display: none; /* Hidden by default */
        }
        
        .delete-installer-form.show {
            display: block;
        }
        
        .delete-form-group {
            margin-bottom: 25px;
        }
        
        .delete-form-group label {
            display: block;
            margin-bottom: 10px;
            font-weight: 500;
            color: #2c5530;
            font-family: 'Outfit', sans-serif;
            font-size: 1.1rem;
        }
        
        .delete-form-group input {
            width: 100%;
            padding: 15px 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background-color: white;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            font-family: 'Outfit', sans-serif;
        }
        
        .delete-form-group input:focus {
            outline: none;
            border-color: #2c5530;
            box-shadow: 0 2px 10px rgba(44, 85, 48, 0.2);
            transform: translateY(-2px);
        }
        
        .delete-form-actions {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;
        }
        
        /* Show Admin Buttons */
        .show-admin-buttons {
            text-align: center;
            margin: 30px 0;
            display:block none; /* Hidden by default */
        }
        
        .admin-buttons-container {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        /* Responsive Styles */
        @media (max-width: 768px) {
            .solar-installers-section h1 {
                font-size: 2rem;
            }
            
            .search-filters {
                flex-direction: column;
            }
            
            .search-bar, .dropdown {
                min-width: 100%;
            }
            
            .installers-grid {
                grid-template-columns: 1fr;
            }
            
            .installer-details {
                flex-direction: column;
                gap: 15px;
            }
            
            .detail-item {
                text-align: left;
                display: flex;
                justify-content: space-between;
                border-bottom: 1px solid #f0f0f0;
                padding-bottom: 10px;
            }
            
            .detail-item:last-child {
                border-bottom: none;
                padding-bottom: 0;
            }
            
            .add-installer-form,
            .delete-installer-form {
                padding: 20px;
            }
            
            .form-actions,
            .delete-form-actions {
                flex-direction: column;
            }
            
            .admin-buttons-container {
                flex-direction: column;
                align-items: center;
            }
        }
        
        /* WordPress Specific Classes */
        .wp-block-solar-installers {
            width: 100%;
        }
        
        /* Image Upload Styles */
.installer-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Form Placeholder Styles */
input::placeholder, textarea::placeholder {
    color: #999;
    font-style: italic;
}

/* Admin Form Styles */
.wrap .card {
    background: white;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
}