body {
    font-family:'Poppins', sans-serif;
    margin: 0px;
    background-color: #212121;
}
h1 {
    font-family:'Poppins', sans-serif;
    font-size: 32px;
    font-weight:bold;
    margin: 0;
    padding: 0;
}
h2 {
    font-family:'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
h3 {
    font-family:'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
h4 {
    font-family:'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
h5 {
    font-family:'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 200;
    margin: 0px;
    padding: 0px;
}
h6 {
    font-family:'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 100;
    margin: 0px;
    padding: 0px;
}
.spacertop8{
    margin-top: 8;
}
.spacertop16{
    margin-top: 16;
}
.spacertop24{
    margin-top: 24;
}
.background {
    max-width: 400px;
    min-width: 360px;
    margin: 0px auto;
    overflow: hidden;
}
.logo {
    max-height: 24px;
}
.seeker_bottom_navigation {
    max-width: 400px;
    width: 100%;
    min-width: 360px;
    display: flex;
    justify-content: space-evenly;
    background-color: #ffffff;
    padding: 10px 0px;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0px 6px rgba(0,0,0,0.2);
    z-index: 990;
}
.seeker_top_bar {
    max-width: 400px;
    width: 100%;
    min-width: 360px;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    box-shadow: 0 0px 6px rgba(0,0,0,0.2);
    height: 50px;
    align-items: center;
    z-index: 1000;
}
.seeker_top_bar_profile {
    max-width: 400px;
    width: 100%;
    min-width: 360px;
    display: flex;
    justify-content: space-between;
    background-color: #2879fe;
    position: fixed;
    top: 0;
    box-shadow: 0 0px 6px rgba(0,0,0,0.2);
    height: 150px;
    z-index: 1;
}
.seeker_top_bar_expert_profile {
    max-width: 400px;
    width: 100%;
    min-width: 360px;
    display: flex;
    justify-content: space-between;
    background-color: #2879fe;
    top: 0;
    box-shadow: 0 0px 6px rgba(0,0,0,0.2);
    height: 150px;
    z-index: 1;
}
.seeker_top_bar_title{
    max-width: 400px;
    width: 100%;
    min-width: 360px;
    display: flex;
    gap: 16px;
    background-color: #2879fe;
    color: white;
    position: fixed;
    top: 0;
    box-shadow: 0 0px 6px rgba(0,0,0,0.2);
    height: 50px;
    z-index: 1;
    align-items: center;
}
.seeker_gif {
    max-width: 120px;
}
.navigation_items {
    text-align:center;
    max-width: 80px;
    min-width: 72px;
    cursor: pointer;
}
.navigation_items_profile{
    margin: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #ffffff;
}
.navigation_items_profile_expert{
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #6d6c67;
        align-items: center;
}
.search_bar {
    display: flex;
    align-items: center;
    color: rgb(116, 116, 116);
    padding: 0px 10px;
}
p.search_text {
    font-size: 16px;
    margin:-2px 0px 0px 12px;;
    font-weight: 400;
    text-align: center;
}
.navigation_items_search {
    text-align:center;
    height: 48px;
    background-color: #ffffff;
    border-radius: 5px;
    align-content: center;
    box-shadow: 0 0px 4px rgba(0,0,0,0.2);
}
img.navigation_image {
    max-width: 24px;
    max-height: 24px;
}
p.navigation_name {
    font-size: 10px;
    margin:6px 0px 0px 0px;;
    font-weight: 200;
    text-align: center;
}
img.navigation_image_selected {
    max-width: 24px;
    max-height: 24px;
    filter: invert(58%) sepia(84%) saturate(1901%) hue-rotate(173deg) brightness(94%) contrast(92%);
}
p.navigation_name_selected {
    font-size: 10px;
    margin:6px 0px 0px 0px;;
    font-weight: 700;
    text-align: center;
    color: #2fa4e7;
}
.hello_name {
    margin: 66px 16px 0px 16px;
}
.search_bar_top {
    margin: 24px 16px 0px 16px;
}

.home_content {
    position: absolute;
    max-width: 400px;
    width: 100%;
    min-width: 360px;
    background-color: #ffffff;
}
.gif_div {
    height: auto;
    display: flex;
    margin: 24px 16px 0px 16px;
    justify-content: space-between;
}
.gif_image {
    width: 100%;
}
.botton_home {
    margin: 24px 16px 0px 16px;
}
.job_request_botton {
    max-width: 368px;
    width: 100%;
    min-width: 328px;
    height: 48px;
    background-color: #15AAFE;
    color: white;
    text-align: center;
    align-content: center;
    border-radius: 10px;
    border-width: 0;
    cursor: pointer;
}
.play_shots_botton {
    max-width: 368px;
    width: 100%;
    min-width: 328px;
    height: 48px;
    background-color: #EE534F;
    color: white;
    text-align: center;
    border-radius: 10px;
    border-width: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.popular_services {
    margin: 24px 16px 0px 16px;
}
.popular_services_icons{
    max-width: 368px;
    width: 100%;
    min-width: 328px;
    display: flex;
    justify-content: space-around;
    gap: 16px;
    margin: 16px 0px 0px 0px;
    padding: 0;
}
.popular_services_image {
    max-width: 100%;
    max-height: 55px;
}
.popular_services_name {
    text-align: center;
    cursor: pointer;
}
.more_services_name {
    text-align: center;
    cursor: pointer;
}
.more_services_image {
    max-width: 100%;
}
p.popular_services_text {
    text-align: center;
    margin: 8px 0px 0px 0px;
    padding: 0;
    font-size: 14px;
}
.be_our_experts_image {
    width: 100%;
}
.be_our_experts {
    margin: 24px 16px 0px 16px;
}
.expert_card {
    margin-top: 16px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
}
.expert_card_content{
    padding: 16px;
}
.expert_info_card{
    display: flex;
    gap: 16px;
}
.home_ads{
    margin: 24px 16px 0px 16px;
}
.ads {
    max-width: 368px;
    width: 100%;
    border-radius: 10px;
    display: block;
}
.home_ads_sliding {
    max-width: 368px;
}
.ads_slider {
  overflow: hidden;
  position: relative;
}
.ads_track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}
.ads_slide {
  min-width: 100%;
  display: block;
}
.ads_dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}
.ads_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cfcfcf;
  display: inline-block;
  cursor: pointer;
}
.ads_dot.active {
  background: #15AAFE; 
}
.spacer80{
    margin: 80px 0px;
}
.spacer50{
    margin: 50px 0px;
}
.spacer120{
    margin: 120px 0px;
}
.explore-services {
  max-width: 400px;              /* match your app container */
  margin: 24px auto 0 auto;
  padding: 0 16px 24px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.explore-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: #141414;
}

/* Category Tabs row */
.explore-tabs {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  padding: 8px 0 16px 0;
}

.explore-tab {
  padding: 8px 16px;
  border-radius: 6px;
  background-color: #e0e0e0;
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.explore-tab.active {
  background-color: #218dff;
  color: #ffffff;
}

/* Subcategories grid */
.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

/* Card */
.explore-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.explore-card-image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;           /* square */
  border-radius: 8px;
  overflow: hidden;
}

.explore-card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.explore-card-name {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #222;
}

/* Scrollbar (optional – make it thin) */
.explore-tabs::-webkit-scrollbar {
  height: 0px;
}
.explore-tabs::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 4px;
}


.modal { display: none; position: absolute; inset: 0; z-index: 1000; }
.modal.open { display: block; }
.modal .modal_overlay {
  position: absolute; inset: 0; background: rgba(0,0,0,0.45);
}
.modal .modal_box {
  position: absolute; 
  padding:18px; 
  border-radius:10px;
}
.home_menu{
    background:#fff; 
    padding: 20px;
    border-radius: 0px 20px 20px 0px;
    width: 240px;
    position: fixed;

}
.modal .home_modal_box {
  position: absolute; 
  margin-top:50px; 
  position: absolute;
  margin-top: 50px;
  height: 500px;
}











/* Profile Css */
.seeker_profile_image{
    margin-top: 60px;
    width: 140px;
    height: 140px;
    position: relative;
    z-index: 50;
    border-radius: 100px;
    background-color: #ffffff;
}
.expert_video{
    background-color: #000;
    color: white;
    height: 400px;
    border-radius: 10px;
    margin-top: 16px;
    cursor: pointer;
        align-content: center;
}
.seeker_expert_profile_image{
    margin-top: -60px;
    width: 140px;
    height: 140px;
    position: relative;
    z-index: 50;
    border-radius: 100px;
    background-color: #ffffff;
}
.expert_profile_image{
    margin-top: 24px;
    width: 140px;
    height: 140px;
    position: relative;
    z-index: 50;
    border-radius: 100px;
    background-color: #ffffff;
}
.expert_profile_data_div{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 4px;
}
.expert_profile_data{
    width: 35%;
    text-align: left;
}
.expert_profile_data_answer{
    width: 65%;
    text-align: left;
}
.v-line {
  width: 1px;
  height: 70px;
  background-color: #ccc;
}
.expert_profile_stats{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.expert_profile_stats_jobcompleted{
    width: 48%;
}
.profile_image{
    width: 100%;
    border-radius: 100px;
}
.profile_content {
    position: absolute;
    max-width: 400px;
    width: 100%;
    min-height: -webkit-fill-available;
    min-width: 360px;
    background-color: #eeeeee;
    text-align: -webkit-center;
}
.profile_content_expert {
    min-height: 100dvh; 
    background-color: #eeeeee;
    text-align: -webkit-center;
    width: 100%;
}
.profile_info_space {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.seeker_profile_info {
    margin: 16px;
    background-color: white;
    border-radius: 15px;
}
.expert_reviews{
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 8px;
    margin-top: 8px;
}
.seeker_info{
    padding: 16px;
}
.seeker_number_profile{
    margin-top: 8px;
    color: #2879fe;
}
.join_date_seeker_profile{
    margin-top: 50px;
    color: #8e8e8e;
}
.navigation_items_link{
    color: inherit;
    text-decoration: none;
}












/* Post Job Css */
.postjob_body {
    position: absolute;
    max-width: 400px;
    width: 100%;
    min-width: 360px;
    background-color: #f3f4f6;
}
.postjob_content {
    margin: 16px 16px 100px 16px;
}
.heading_post_job{
    display: flex;
    gap: 16px;
    align-items: center;
}
.subheading_post_job { 
    color: #2fa4e7 ;
    margin-top: 8px;
}
.searchjob_jobrequest {
    height: 48px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 24px;
    padding: 0px 10px;
    gap: 8px;
    color:#212121;
}
.searchjob_jobrequest_expert {
    height: 48px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding: 0px 10px;
    gap: 8px;
    color:#212121;
        border: 1px solid #d1d1d1;
}
.textbox_jobrequest {
    height: 48px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding: 0px 10px;
    gap: 16px;
    width: 100%;
    border-width: 0;
    font-size: 13;
    font-family:'Poppins', sans-serif;
    color:#3a3a3a
}
.textbox_jobrequest_location {
    height: 48px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    gap: 16px;
    width: 70%;
    border-width: 0;
    font-size: 13;
    font-family:'Poppins', sans-serif;
    color:#3a3a3a
}
.optional_text_postjob{
    color: #8e8e8e;
}
.budget_line_postjob{
    display: flex;
    color: #8e8e8e;
    align-items: flex-end;
    gap: 8px;
}
.address_as{
    border: 1px solid #d1d1d1;
    color: #b3b3b3;
    height: 56px;
    width: 22%;
    border-radius: 10px;
    background-color: white;
    align-content: center;
    text-align: center;
    margin-top: 16px;
    cursor: pointer;
}
.address_as_selected{
    color: #ffffff;
    font-weight: bold;
    height: 56px;
    width: 22%;
    border-radius: 10px;
    background-color: rgb(43 178 76);
    align-content: center;
    text-align: center;
    margin-top: 16px;
    cursor: pointer;
}
.tags_postjob{
    display: flex;
    gap: 16px;
    justify-content: space-between;
}
.tag_unselected{
    border: 1px solid #d1d1d1;
    color: #b3b3b3;
    height: 56px;
    width: 100%;
    border-radius: 10px;
    background-color: white;
    align-content: center;
    text-align: center;
    margin-top: 16px;
    cursor: pointer;
}
.tag_selected{
    color: #ffffff;
    font-weight: bold;
    height: 56px;
    width: 100%;
    border-radius: 10px;
    background-color: rgb(43 178 76);
    align-content: center;
    text-align: center;
    margin-top: 16px;
    cursor: pointer;
}
.time_postjob{
    display: flex;
    justify-content: space-between;
    gap: 10px
}
.time_unselected{
    border: 1px solid #d1d1d1;
    color: #b3b3b3;
    height: 56px;
    width: 100%;
    border-radius: 10px;
    background-color: white;
    align-content: center;
    text-align: center;
    margin-top: 8px;
    cursor: pointer;
    font-size: 12px;
}
.toogle_div{
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
.time_selected{
    color: #ffffff;
    font-weight: bold;
    height: 56px;
    width: 100%;
    border-radius: 10px;
    background-color: rgb(43 178 76);
    align-content: center;
    text-align: center;
    margin-top: 8px;
    cursor: pointer;
    font-size: 12px;
}
.location_apartment_landmark{
    display: flex;
    justify-content: space-between;
        align-items: center;
            margin-top: 16px;
}
.select_location_postjob{
    color: rgb(226, 72, 72);
    display: flex;
    justify-content: space-between;
        align-items: center;
        margin-top: 16px;
        
}
.address_as_postjob {
    display: flex;
    justify-content: space-between;
        align-items: center;
}
.textbox_jobrequest_budget {
    height: 64px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding: 0px 10px;
    gap: 16px;
    width: 30%;
    border-width: 0;
    font-size: 20;
    font-family:'Poppins', sans-serif;
    color:#0d7db1
}
.post_job_add_image{
    height: 100px;
    width: 100px;
    padding: 0;
    margin-top: 16px;
    color: #d1d1d1;
    border-width: 2px;
    text-align: center;
    align-content: center;
    font-size: 32px;
    border-radius: 15px;
    font-weight: 100;
    border: 1px solid #d1d1d1;
    cursor: pointer;
}
.textbox_jobrequest_note {
    height: 72px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding: 10px 10px;
    gap: 16px;
    width: 100%;
    border-width: 0;
    font-size: 13;
    font-family:'Poppins', sans-serif;
    color:#3a3a3a
}
.postrequest_button {
    height: 48px;
    background-color: rgb(47 164 231);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 16px;
    color:#ffffff;
    cursor: pointer;
}
.select_location_postjob_button {
    height: 48px;
    background-color: rgb(47 164 231);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    cursor: pointer;
    width: 40%;
}
.searchaddress_button {
    margin-top: 16px;
    height: 48px;
    background-color: rgb(47 164 231);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    cursor: pointer;
    width: 100%;
}
.currentlocation_button {
    margin-top: 16px;
    height: 48px;
    background-color: rgb(45 177 76);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    cursor: pointer;
    width: 100%;
}
.section_topics_title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}
.section_topics_image {
    width: 18px;
    height: 18px;
}
#addressModal { 
  display: none; 
  position: fixed; inset: 0; 
  z-index: 1000; 
}
#addressModal.open { display: block; }
.modal_overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.45);
}
.modal_box {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  min-width: 300px;
  max-width: 320px;
  color: #3a3a3a;
}
.modal_close {
  position: absolute;
  right: 15px; top: 10px;
  cursor: pointer;
  font-size: 24px;
}
.aboutus_section{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    cursor: pointer;
    color: #545454;;
}
.logout_button{
    height: 36px;
    width: 100%;
    color: tomato;
    border: 1px solid #a1a1a1;
    align-content: center;
    text-align: center;
    margin-top: 24px;
    border-radius: 10px;
    cursor: pointer;
}
.choose_profile_box{
    background-color: #15AAFE;
    border-radius: 10px;
    height: 56px;
    color: white;
    display: flex;
    align-items: center;
    padding-left: 12px;
    cursor: pointer;
    gap: 16px;
}








/* Edit Profile Css */
.delete_div {
    display: flex;
    gap: 12px;
    margin-top: 32px;
    color: #e63946;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.edit_profile_gender_account_type{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    align-items: center;
    gap: 16px;
}
.gender_account_type{
    width: 50%;
    
}
.textbox_profile_edit {
    height: 48px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding: 0px 10px;
    gap: 16px;
    width: 100%;
    border-width: 0;
    font-size: 13;
    font-family:'Poppins', sans-serif;
    color:#3a3a3a;
    border: 1px solid #d1d1d1;
}
.profile_image_edit_main{
    margin-top: 24px;
    cursor: pointer;
}
.profile_image_edit{
    height: 100px;
    width: 100px;
    border-radius: 100px;
    border: 3px solid rgb(47 164 231);
    margin-left: -34px;
}
.gender_dropdown{
    margin-top: 12px;
    background-color: white;
    width: 100%;
    height: 64px;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    padding: 0 12px;
    font-size: 13px;
    color: #3a3a3a;
    font-family:'Poppins', sans-serif;
}
.profile_image_edit_icon{
    z-index: 200;
    position: relative;
}
.delete_checkbox{
    display: flex;
    align-items: center;
    gap: 8px;
}
#deleteModal { 
  display: none; 
  position: fixed; inset: 0; 
  z-index: 1000; 
}
#deleteModal.open { display: block; }
.delete_actions {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.delete_actions button {
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
}
#confirmDelete {
  background: #e63946;
  color: white;
}
#cancelDelete {
  background: #ddd;
}







/* Chat */
.chat_box_time{
    font-size: 12px;
    color: #8e8e8e;
    width: 10%;
}
.chat_box_profileimage{
    height: 60px;
    width: 60px;
    border-radius: 60px;
    border: 1px solid #d1d1d1;
}
.chat_box_content{
    text-align: justify;
    width: 70%;
}
.chat_box{
    margin: 16px 16px 0px 16px;
    padding: 8px;
    background-color: white;
    border: 1px solid #d1d1d1;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.chat_box_profileimage_div{
    width: 20%;
    text-align: justify;
}
.chat_box_expertname{
    color: #545454;
    font-size: 14px;
    font-weight: 600;
    margin-left: 8px;
}
.chat_box_expertjob{
    color: #3279e6;
    font-size: 12px;
    font-weight: 300;
    margin-left: 8px;
    margin-top: 2px;
}
.chat_box_message{
    color: #545454;
    font-size: 12px;
    font-weight: 300;
    margin-left: 8px;
    margin-top: 2px;
}
.page_content {
    position: absolute;
    max-width: 400px;
    width: 100%;
    min-height: -webkit-fill-available;
    min-width: 360px;
    background-color: #eeeeee;
    margin-top: 50px;
    text-align: -webkit-center;
    padding-bottom: 80px;
}



/* Chat */
.notification_box{
    margin: 16px 16px 0px 16px;
    padding: 8px;
    background-color: white;
    border: 1px solid #d1d1d1;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.notification_title{
    font-size: 18px;
    color: #545454;
    font-weight: 600;
}
.notification_content{
    font-size: 12px;
    color: #545454;
    margin-top: 2px;
}
.notification_catogory{
    font-size: 14px;
    color: #545454;
}
.notification_time{
    font-size: 12px;
    color: #545454;
    margin-top: 2px;
}
.notification_box_content{
    width: 70%;
    text-align: justify;
}
.notification_box_content2{
    width: 30%;
    text-align: end;
}








/* Chat */
.page_content_booking {
    position: absolute;
    max-width: 400px;
    width: 100%;
    min-height: -webkit-fill-available;
    min-width: 360px;
    background-color: #eeeeee;
    text-align: -webkit-center;
    padding-bottom: 80px;
}
















/* booking */
[data-tab-content]{
    display: none;
}
.active[data-tab-content]{
    display: block;
}
ul {
    margin: 0;
    padding: 0;
}
ui {
    margin: 0;
    padding: 0;
}
.seeker_booking_tabs{
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin-top: 50px;
    margin-left: 0;
    background-color: white;
    border-bottom: 1px solid #d1d1d1;
    font-size: 18px;
}
.seeker_booking_tab{
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 50%;
}
.seeker_booking_tab:hover{
    background-color: #cecece;
}
.seeker_booking_tab.active{
    color: #fea500;
    font-weight: bold;
    border-bottom: 1px solid #fea500;
}
.seeker_job_box{
    background-color: white;
    border: 1px solid #d1d1d1;
    margin: 16px 16px 0px 16px;
        padding: 16px;
        border-radius: 10px;
}
.top_ongoingjob_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_postjob_box{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}
.bottom_ongoing_box{
    display: flex;
    width: 100%;
        align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.call_button{
    background-color: #3ea557;
    width: 22%;
    border-radius: 8px;
    height: 36px;
    align-items: center;
    cursor: pointer;
        align-content: center;
}
.rebook_button{
    background-color: #fea500;
    width: 48%;
    border-radius: 8px;
    height: 36px;
    align-items: center;
    cursor: pointer;
    align-content: center;
    color: white;
    text-align: center;
}
.review_button{
    background-color: #228dff;
    width: 48%;
    border-radius: 8px;
    height: 36px;
    align-items: center;
    cursor: pointer;
    color: white;
    align-content: center;
    text-align: center;
}
.rebook_button_full{
    background-color: #fea500;
    color: white;
    width: 100%;
    border-radius: 8px;
    height: 36px;
    align-items: center;
    cursor: pointer;
        align-content: center;
}
.message_button{
    background-color: #228dff;
    width: 22%;
    border-radius: 8px;
    height: 36px;
    cursor: pointer;
        align-content: center;
}
.message_button_expert{
    background-color: #fea500;
    width: 22%;
    border-radius: 8px;
    height: 36px;
    cursor: pointer;
        text-align: center;
    color: white;
        align-content: center;
}
.cancel_button{
    background-color: #ee534f;
    width: 50%;
    height: 36px;
    border-radius: 8px;
    color: white;
        align-content: center;
        cursor: pointer;
}
.job_time{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}
.job_box_jobtitle {
    justify-self: left;
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ongoing_location_image{
    width: 100%;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.ongoing_location_image_div {
    position: relative;
    width: 100%;
    border-radius: 10px;
}
.ongoing_location_image_text {
    position: absolute;
    inset: 0;                     /* top:0 right:0 bottom:0 left:0 */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #fff;
    font-weight: 600;
    pointer-events: none;         /* clicks pass to image */
    background-color: #2222226e;
    border-radius: 10px;
    margin: 35px 25px;
}
.job_box_name_services{
    text-align: left;
    width: 55%;
}
.job_status_date{
    text-align: end;
}
.job_status{
    display: flex;
        align-items: center;
        gap: 4px;
}
.middle_ongoing_box{
    color: #3a3a3a;
}
.middle_ongoing_box_expert{
    color: #3a3a3a;
    display: flex; 
    flex-direction: column; 
    gap: 10px;
    margin-top:10px;
}
.cancle_job_popup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.cancle_job_popup_box {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 300px;
    text-align: center;
}

.cancle_job_popup_buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.cancle_job_popup_btn_yes {
    background: #ee534f;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}
.cancel_reasons {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    margin-left: 16px;
}
.reason_option {
    display: flex;
    align-items: center;
    gap: 10px;
}
input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 0px;
    padding: 0;
    border: initial;
    color: #000;
}
.job_box_cancelled_resion{
    color: #EE534F;
    text-align: left;
    margin-bottom: 12px;
}

.review_job_popup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.review_job_popup_box {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 300px;
    text-align: center;
}

.review_job_popup_buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.review_job_popup_btn_yes {
    background: #228dff;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
}
.review_reasons {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    margin-left: 16px;
}
.rate_your_service{
    text-align: left;
}
.stars_rating_div{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
}
.stars_rating {
    display: flex;
    gap: 4px;
    cursor: pointer;
}

.stars_rating span {
    font-size: 32px;
    color: #ccc;  /* default grey star */
    transition: color 0.2s;
}

.stars_rating span.selected,
.stars_rating span.hover {
    color: #ffa602; /* selected star color (black/grey) */
}




.expert_message_top_bar_title{
    max-width: 400px;
    width: 100%;
    min-width: 360px;
    display: flex;
    gap: 16px;
    background-color: #faa606;
    color: white;
    position: fixed;
    top: 0;
    box-shadow: 0 0px 6px rgba(0,0,0,0.2);
    height: 50px;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
}
.message_top_bar_title{
    max-width: 400px;
    width: 100%;
    min-width: 360px;
    display: flex;
    gap: 16px;
    background-color: #2879fe;
    color: white;
    position: fixed;
    top: 0;
    box-shadow: 0 0px 6px rgba(0,0,0,0.2);
    height: 50px;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
}
.type_message_box {
    height: 48px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding: 0px 10px;
    gap: 16px;
    width: 80%;
    border-width: 0;
    font-size: 13;
    font-family:'Poppins', sans-serif;
    color:#3a3a3a;
    border: 1px solid #d1d1d1;
}
.type_message_div{
    padding: 6px 16px 16px 16px;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 16px;
}
.message_bottom_navigation {
    max-width: 400px;
    width: 100%;
    min-width: 360px;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    z-index: 990;
}
.report_button{
    margin-right: 16px;
    cursor: pointer;
}
.job_box_rate{
    display: flex;
    align-items: flex-end;
    gap: 8px;
}


.section_topics_title_expert {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: #0a7b74;
}

.section_topics_image_expert {
    width: 18px;
    height: 18px;
    filter: invert(36%) sepia(62%) saturate(524%) hue-rotate(127deg) brightness(92%) contrast(96%);
}















.expert_home_content {
    position: absolute;
    max-width: 400px;
    width: 100%;
    min-width: 360px;
    background-color: #f5f5f5;
}
.expert_bottom_navigation {
    max-width: 400px;
    width: 100%;
    min-width: 360px;
    display: flex;
    justify-content: space-evenly;
    background-color: #fea500;
    padding: 10px 0px;
    border-radius: 20px 20px 0px 0px;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0px 6px rgba(0,0,0,0.2);
    z-index: 990;
}
img.navigation_image_expert {
    max-width: 24px;
    max-height: 24px;
}
p.navigation_name_expert {
    font-size: 11px;
    margin:6px 0px 0px 0px;;
    font-weight: 200;
    text-align: center;
}
img.navigation_image_selected_expert {
    max-width: 24px;
    max-height: 24px;
    filter: brightness(0) invert(1);
}
p.navigation_name_selected_expert {
    font-size: 11px;
    margin:6px 0px 0px 0px;;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}
.navigation_items_expert {
    text-align:center;
    max-width: 80px;
    min-width: 72px;
    cursor: pointer;
}
.next_booking_expert_box{
    margin: 24px 16px 0px;
    background-color: #008081;
    color: white;
    border-radius: 10px;
}
.next_booking_expert_box_content{
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.expert_time_coundown_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.expert_time_coundown{
    background-color: #035455;
    width: 20%;
    text-align: center;
    border-radius: 8px;
    min-height: 80px;
    align-content: center;
}
.expert_home_stats_div{
    margin: 24px 16px 0px;
    display: flex;
    justify-content: space-between;
}
.expert_home_stats{
    width: 47%;
    background-color: white;
    border: 1px solid #d1d1d1;
    color: #222;
    min-height: 70px;
    border-radius: 10px;
    text-align: center;
    align-content: center;
}
.expert_profile_my_stats{
    background-color: white;
    border: 1px solid #d1d1d1;
    color: #222;
    border-radius: 10px;
    text-align: left;
    align-content: center;
    padding: 16px;
    display: flex;
    flex-direction: column; 
    gap: 10px;
}
.new_job_near_you_tabs_div{
    margin-top: 8PX;
    display: flex;
    width: 100%;
    gap: 16px;
    justify-content: space-between;
}
.new_job_near_you_tabs{
    min-height: 48px;
    border-radius: 10px;
    text-align: center;
    align-content: center;
    font-size: 14px;
    width: 100%;
}
.doc_upload_expert_profile{
    display: flex;
    gap: 8px;
    align-items: center;
}


.toggle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #ccc;
  border-radius: 999px;
  transition: 0.3s;
}

.slider::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  top: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}

/* ON state */
.toggle input:checked + .slider {
  background-color: #0a7b74;
}

.toggle input:checked + .slider::before {
  transform: translateX(20px);
}
.textbox_jobrequest_budget::placeholder {
    color: white;
    opacity: 1; /* required for Firefox */
}

/* Safari / Chrome / Edge */
.textbox_jobrequest_budget::-webkit-input-placeholder {
    color: white;
}

/* Firefox */
.textbox_jobrequest_budget::-moz-placeholder {
    color: white;
}

/* IE (old, but safe) */
.textbox_jobrequest_budget:-ms-input-placeholder {
    color: white;
}
.range_container {
  width: 100%;
}

.range_text {
  font-size: 16px;
  color: #444;
  margin-bottom: 12px;
}

.range_text span {
  font-weight: bold;
  color: #0a7b74; /* ExpertTeal */
}

/* Remove default styles */
#travelRange {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: #679592;
  border-radius: 4px;
  outline: none;
}

/* Thumb */
#travelRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #0a7b74;
  border-radius: 50%;
  cursor: pointer;
}

#travelRange::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #0a7b74;
  border-radius: 50%;
  cursor: pointer;
}
.selected_jobs{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 5px 15px;
    background-color: #0a7b7341;
    border: 1px solid #0a7b74;
    border-radius: 50px;
    width: fit-content;
}
.selected_jobs_div{
    margin-top: 16px;
}

.verify_profile_uploads_div{
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 16px;
}

.lazy-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  white-space: nowrap;
}
.lazy-row::-webkit-scrollbar {
  display: none; /* hide scrollbar (optional) */
}