body { font-family: 'SolaimanLipi', sans-serif; background: #f9f9f9; margin: 0; padding: 10px; }
/* মূল স্টাইল */
body { font-family: 'Arial', sans-serif; background-color: #f5f5f5; margin: 0; padding: 0; }

.navbar { background-color: #2E7D32; padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; color: white; }
.logo { font-weight: bold; font-size: 24px; letter-spacing: 1px; }
.logo span { color: #FFEB3B; } /* 'NAI' অংশটি হলুদ */

.search-container { background-color: #424242; padding: 25px 15px; text-align: center; }
input { width: 90%; padding: 15px; border-radius: 5px; border: none; margin-bottom: 10px; font-size: 16px; }
.search-btn { width: 95%; background-color: #2E7D32; color: white; border: none; padding: 15px; border-radius: 5px; font-size: 18px; font-weight: bold; cursor: pointer; }

.section-header { display: flex; justify-content: space-between; align-items: center; padding: 10px 20px; margin-top: 10px; }
.see-all { color: #2E7D32; text-decoration: none; font-weight: bold; }

/* জব কার্ড ডিজাইন */
.job-card { background: white; margin: 15px; padding: 20px; border-radius: 15px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); border: 1px solid #eee; text-align: center; }
.card-top { display: flex; justify-content: space-between; align-items: flex-start; }
.worker-icon { background: #BCAAA4; padding: 10px; border-radius: 50%; display: inline-block; }
.worker-count { display: block; font-weight: bold; }
.job-title-area h3 { margin: 0; font-size: 18px; color: #212121; }
.job-status p { margin: 0; font-weight: bold; font-size: 13px; }

.view-more { color: #00C853; font-weight: bold; font-size: 14px; margin: 15px 0; cursor: pointer; }
.price { font-size: 32px; color: #212121; margin-bottom: 20px; }

.apply-btn { width: 70%; background-color: #00C853; color: white; border: none; padding: 15px; border-radius: 40px; font-size: 20px; font-weight: bold; cursor: pointer; }
.speaker-icon { font-size: 24px; margin-left: 10px; vertical-align: middle; }

.location-box { border-top: 1px solid #eee; margin-top: 20px; padding-top: 10px; color: #424242; }
.place { font-size: 16px; margin: 5px 0; }
.dist-up { font-size: 14px; color: #616161; }
