.header-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1000; 
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.location-card {
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 40%;
    margin: 0 auto;
}

.growth-index-card {
    background-color: #ffffff;
    color: #191a15;
}


.first-section {
  margin-top: 100px; 
  background-color: rgba(0, 0, 0, 0.6);
  padding: 92px 0;
  background-image: url('../images/Rectangle 169.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: darken; 
}

.first-title {
  color: white;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 50px;
  text-align: center;
  margin: 0;
}

.search-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
}

.search-title {
    color: white;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

.search-card {
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.search-form {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr auto;
    gap: 15px;
    align-items: end;
}

.search-input-group {
    display: flex;
    flex-direction: column;
}

.search-label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}

.search-input {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
    width: 91%;
}

.search-input:focus {
    border-color: #4CAF50;
}

.search-select-group {
    display: flex;
    flex-direction: column;
}

.search-select {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    background-color: white;
    outline: none;
    cursor: pointer;
    transition: border-color 0.3s;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 35px;
    width: 100%;
}

.search-select:focus {
    border-color: #4CAF50;
}

.search-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 12px 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s;
    height: fit-content;
}

.search-button:hover {
    background-color: #45a049;
}

.umkm-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
    width: 100%;
    /* background-color: #f8f9fa; */
}

.umkm-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 25px;
}

.umkm-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.umkm-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.card-content {
    padding: 20px;
}

/* New Card Layout - Matching image */
.card-row-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.business-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.business-type {
    color: #FF9800; /* Orange color */
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
}

.card-row-2 {
    margin-bottom: 15px;
}

.business-location {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.location-icon {
    color: #4CAF50;
    margin-top: 2px;
    flex-shrink: 0;
}

.card-row-3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.label-text {
    font-size: 12px;
    color: #888;
    font-weight: 500;
}

.card-row-4 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.value-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.col-list {
    flex: 1;           
    text-align: left; 
}

.card-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin-bottom: 15px;
}

.card-actions {
    display: flex;
    justify-content: flex-start;
}

.detail-btn {
    width: 50%;
    padding: 10px 15px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

.detail-btn:hover {
    background-color: #45a049;
}

.load-more-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.load-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 30px;
    border: 2px solid #FF9800;
    background-color: transparent;
    color: #FF9800;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
}

.load-more-btn:hover {
    background-color: #FF9800;
    color: white;
}

.load-more-btn i {
    font-size: 14px;
}

@media (max-width: 992px) {
    .search-form {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 878px) {
    .umkm-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .first-section {
        padding: 60px 0;
    }
    .first-title {
        font-size: 40px;
    }

    .search-form {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .search-title {
        font-size: 24px;
    }

    .search-card {
        padding: 20px;
    }
}

.highlight {
    background-color: yellow;
    padding: 0 2px;
    border-radius: 3px;
}