@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');


body{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-family: 'Inter', sans-serif;
    color: #000;
}
html , body , section , .container , .row{
  height: 100%;
}
p{
    margin-bottom: 0;
}
.col-sm-12{
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.sky-blue{
    background-color: #007;
}
.bg-yellow{
  background-color: #FFF799 !important;
}
.bg-orange{
  background: #F26722;
}
.bg-green{
  background: #20B15A;
}
.bg-red{
  background: #F50100;
}
.txt-blue , .your-name{
    color: #007 !important;
}
.txt-grey{
  color:  #919191;
}
.txt-yellow{
  color: #FFF799;
}
.txt-green{
  color: #20BF55;
}
.txt-orange {
  color: #F26722;
}
::placeholder ,  textarea::placeholder , select::placeholder , .select-day-hour input::placeholder{
  color: #313131;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.39px;
}
.select-day-hour input::placeholder{
  color: #999 !important;
}
h1 ,h2 , h3, h4 , h5 , h6 {
    color: #000 ;
}
a{
    text-decoration: none;
    color: #F26722;
}
.label-text{
  color: #313131;
}
.fade-text{
  color: #777;
}
.text-dark{
  color: #000 !important;
}
.bg-green{
  background-color: #20B15A;
}
h4{
font-size: 22px;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.44px;
}
.f-20{
  font-size: 20px;
}
.f-14{
font-size: 14px;
line-height: 140%;
letter-spacing: -0.28px;
}
.f-12{
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.24px;
}
.f-15{
font-size: 15px;
line-height: 120%;
}
.f-13{
font-size: 13px;
font-weight: 500;
line-height: 120%;
letter-spacing: -0.39px;
}

.f-18{
font-size: 18px;
font-weight: 500;
letter-spacing: -0.36px;
}
label.txt-blue.your-name.text-dark{
    color: #000 !important;
}
.p-16{
  padding-left: 16px;
  padding-right: 16px;
}
.p-16-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pb-10{
  padding-bottom: 10px;
}
.pb-20{
  padding-bottom: 20px !important;
}
.pb-15{
  padding-bottom: 15px;
}
.pb-60{
  padding-bottom: 60px !important;
}
.pb-70{
  padding-bottom: 70px !important;
}
.pb-80{
  padding-bottom: 80px !important;
}
.pb-90{
  padding-bottom: 90px !important;
}
.pb-100{
  padding-bottom: 100px !important;
}

.pt-10{
  padding-top: 10px;
}
.pt-20{
  padding-top: 20px;
}
.pt-15{
  padding-top: 15px;
}
.mt-30{
  margin-top: 30px !important;
}
.mt-50{
  margin-top: 50px !important;
}
.mt-60{
  margin-top: 60px !important;
}
.letter-normal{
  letter-spacing: normal !important;
}
.p-24{
  padding: 24px 0px;
}
.p-20{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.h-70{
  height: 70% !important;
}
.w-80 { width: 80% !important; }
.border-b-8 {
  border-bottom: 8px solid #F3F3F3;
}
.custom-spacebetween{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.main-logo-sec{
  max-height: 100%;
  height: 100vh;
 /* padding-top: 90px;*/
  padding-bottom: 50px;
  overflow: auto;
  min-height: 812px;
}
.logo-details{
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 230px;
    align-items: center;
    flex-direction: column;
}
.main-logo img{
max-width: 304px;
height: 148px;
width: 100%;
margin: auto;
}
.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* pointer-events: none; */
  width: 100%;
}
.log-content-box {
  align-items: center;
  background-color: var(--orange-2);
  display: flex;
  flex-direction: column;
  height: 682px;
  padding: 20px 0;
  width: 375px;
}
.log-content-box .mbq-logo-land-1 {
  height: 140px;
  margin-top: 111px;
  object-fit: cover;
  width: 375px;
}
h2 , .log-content-box .title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.84px;
}
.sub-title{
font-size: 20px;
font-weight: 400;
line-height: 150%;
letter-spacing: -0.6px;
}
.btn-white {
  color: #f26722;
  letter-spacing: -0.48px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: #FFF;
  margin-top: 32px;
  padding: 13px 0px;
  font-size: 16px;
  line-height: 22px;
  width: 335px;
}
.btn-transparent {
  color: #fff;
  margin-top: 14px;
  background: transparent;
}
.mbq-logo-small {
  max-width: 325px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 30px;
}
.customer-trader-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 88px;
  padding: 80px 0;
}
.im-a-customer-lets-go{
  display: inline-flex;
padding: 13px 39px 13px 38px;
justify-content: center;
align-items: center;
border-radius: 50px;
letter-spacing: -0.48px;
}
.ven-cus-ac {
  display: flex;
  align-items: center;
  gap: 8px;
}
.account-menu{
  padding: 52px 20px 10px 20px;
}
.login-account-section .col-sm-12{
  max-width: 100vw;
}
.login-account-contents {
  max-width: 375px;
  margin: auto auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 60px 20px;
}
.field-item{
  display: inline-flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.field-item label{
text-align: center;
font-size: 12px;
font-weight: 500;
line-height: 120%;
letter-spacing: -0.36px;
}
.field-item input , .field-item select , .field-item textarea {
  padding: 15px;
  border-radius: 8px;
border: 1px solid #E5E5E5;
background-color: #F9F9F9;
min-width: 335px;
max-width: 335px;
width: 100%;
}
.terms-box {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.iti {
  width: 100% !important;
}
 .iti-mobile .iti__country-list {
  max-height: 330px;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: #f9f9f9;
  padding-right: 13px;
}
.iti--separate-dial-code .iti__selected-flag::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  height: 80%;
  width: 1px;
  background-color: #DADADA;
}
#phone::placeholder{
  color: #313131 !important;
font-size: 13px;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.39px;
}
/*input#phone {
  padding-left: 95px !important;
}*/

.terms-box p{
font-size: 11px;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.33px;
}
.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 13px;
}
.continue-btn{
  padding: 15px 20px;
  min-width: 335px;
  max-width: 100%;
  display: block;
  text-align: center;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.39px;
}
.or-signin {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.signin-go{
  display: flex;
align-items: center;
gap: 24px;
border-radius: 50px;
border: 1px solid #000;
background: #FFF;
padding: 13px 40px;
min-width: 335px;
max-width: 335px;
text-align: center;
font-size: 13px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.39px;
}
.already{
  color: #313131;
font-size: 14px;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.42px;
}
.or-line{
  display: inline-flex;
align-items: center;
gap: 8.5px;
}

.or-line hr {
    opacity: 1;
    height: 1px;
    width: 148px;
}
.pwd-validate-box ul{
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.pwd-validate-box ul li{
  display: flex;
  gap: 8px;
  align-items: center;
}
.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-pwd {
  width: 100%;
  padding-right: 40px;
}

.toggle-password {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #666;
}
.group-2 {
  align-items: flex-start;
  display: flex;
  gap: 13px;
  height: 68px;
  margin-top: 34px;
  margin-bottom: 34px;
  min-width: 331px;
  z-index: 3;
}
.input-verify input {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  background-color: #f9f9f9;
    border: 1px solid;
    border-color: #eaeff5;
    border-radius: 12px;
    height: 70px;
    margin-left: -1px;
    margin-top: -1px;
    width: 56px;
}
.password-wrapper input::placeholder{
  font-size: 40px;
  line-height: 48px;
}
.home-address input::placeholder{
  color: #777;
font-size: 13px;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.39px;
}
.home-address .toggle-password{right: 20px;}
.neighbour-box{
  display: flex;
justify-content: center;
align-items: center;
gap: 12px;
color: #313131;
font-size: 13px;
line-height: 120%;
letter-spacing: -0.39px;
  padding: 16px 20px;
  border-radius: 8px;
background: #F3F3F3;
}
.current-loc-icon{
  display: flex;
  align-items: center;
  gap: 12px;

}
.current-loc{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.current-loc-con input{
  width: 20px;
  height: 20px;
}
.donot-worry{
  color: #000;
text-align: center;
font-size: 11px;
font-style: italic;
font-weight: 600;
line-height: 22px;
max-width: 267px;
    width: 100%;
    margin: 0 auto;
}
.field-item select{
  font-size: 13px;
  color: #313131;
}
.flex-row-new{
  align-items: center;
    display: flex;
  gap: 9px;
    margin-top: 14px;
    min-width: 169px;
    z-index: 4;
}
.upload-btn {
  display: inline-block;
  padding: 9px 36px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
  font-weight: 600;
}
.upload-btn input[type="file"] {
  display: none;
}
.upload-work {
  padding-top: 14px;
  padding-bottom: 14px;
}
.why-add-photos-addi {
  color: #000;
font-size: 10px;
font-style: italic;
font-weight: 600;
line-height: 22px;
}
.why-add-photo{
  font-size: 11px;
}
.why-add-photos-addi .span1{
font-size: 10px;
}
.trader-review{
  max-width: 257px;
  width: 100%;
  margin: 0 auto;
}
.lets-view{
  width: 68px;
  height: 68px;
}
 .specialties-details {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  height: 478px;
  margin-left: 1.0px;
  margin-top: 9px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 8px 0px;
  position: relative;
  z-index: 4;
}
 .expertise-2 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
 .expertise {
  align-items: center;
  border: 1px solid;
  border-color: #000000;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  height: 100%;
  max-height: 120px;
  padding: 8px 16px;
  position: relative;
  width: 320px;
}
.checkbox-container {
  position: relative;
  padding-left: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  transition: border-color 0.3s, color 0.3s;
  cursor: pointer;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-container .checkmark {
  position: absolute;
  left: 0px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 2px;
  transition: border-color 0.3s, background-color 0.3s;
}
.checkbox-container input:checked + .checkmark {
  border-color: #f60;
  background-color: #f60;
}
.checkbox-container input:checked + .checkmark::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-container input:checked ~ .checkmark + span, .checkbox-container input:checked ~ .checkmark + * {
  color: #f60;
  border-color: #f60;
}
.expertise:has(input:checked) {
  border-color: #f60;
}
.location {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-right: 7.0px;
  margin-top: 8px;
  position: relative;
  width: 320px;
  z-index: 6;
}
 .text-input-field {
  border: 1px solid;
  border-color: var(--black);
  border-radius: 8px;
  display: flex;
  gap: 16px;
  height: 48px;
  padding: 8px 70px 8px 16px;
  position: relative;
  width: 100%;
}
.your-cost{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.screen-body-content {
  width: 100%;
  padding-bottom: 130px;
}
.home-screen-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.screen-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 13px;
  height: 170px;
  z-index: 7;
  overflow: hidden;
  width: 100%;
  position: sticky;
    top: 0;
}
 .overlap-group-container {
  align-items: flex-end;
  display: flex;
  gap: 57px;
  margin-left: -46px;
  margin-top: -13px;
  min-width: 350px;
  max-width: 100vw;
  width: 100%;
}
.overlap-group2 {
  height: 100px;
  position: relative;
  max-width: 767px;
  width: 100%;
  left: -10px;
  border-radius: 1000px;
background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), #FF7D3C;
margin: auto;
}

.surname {
  left: 104px;
  letter-spacing: -0.42px;
  line-height: 16.8px;
  position: absolute;
  text-align: center;
  top: 70px;
  white-space: nowrap;
}
.user-circle {
  height: 18px;
  left: 76px;
  position: absolute;
  top: 70px;
  width: 18px;
}
.overlap-group1{
  align-items: flex-start;
  background-size: 100% 100%;
  display: flex;
  height: 32px;
  justify-content: flex-end;
  margin-bottom: 7px;
  min-width: 32px;
  padding: 1px 0;
}
.ellipse-71 {
  background-color: #20b15a;
  border-radius: 4px;
  height: 8px;
  width: 8px;
}
.frame-search{
  position: relative;
  z-index: 9;
  width: 100%;
}
.s-right-box{
  height: 100px;
  left: 89%;
  position: absolute;
  top: 9px;
  width: 100px;
  border-radius: 1000px;
background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), #FF8346;
}
.screen-search {
  margin: 0;
  position: relative;
  z-index:9;
  max-width: 1280px;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 0px 30px;
}
.screen-search input{
  padding: 13px 20px 13px 50px;
  border: 0;
  width: 335px;
  border-radius: 50px;
  min-width: 335px;
}
img.magnifying-glass {
  position: absolute;
  top: 16px;
  left: 20px;
}
.screen-bottom-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  top: auto;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100vw;
}
.screen-bottom-footer-content {
  padding: 15px 20px;
  display: flex;
  gap: 39px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
a.screen-footer-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 46px;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}
.get-quote-text {
  padding: 10px;
  width: 100%;
  text-align: center;
}
a.overlap-group {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.54px;
}
.screen-item-details{
display: flex;
max-width: 100vw;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 12px;
width: 100%;
}
.screen-item-title h4{
text-align: center;
font-weight: 700;
line-height: 120%;
letter-spacing: -0.54px;
}
.view-all-txt{
  display: flex;
  align-items: center;
  gap:2px;
  text-align: center;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
}
.scroll-container {
    display: grid;
    align-items: center;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding: 0 16px;
}
.screen-item-img-box {
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
}
.screen-item-img-box::-webkit-scrollbar {
  display: none;
}

/*.screen-item-img-box-list:first-child{*/
/*  padding-left: 16px;*/
/*}*/
/*.screen-item-img-box-list:last-child{*/
/*  padding-right: 20px;*/
/*}*/

/*.screen-item-img-box-list{*/
/*    padding-left: 20px !important;*/
/*    padding-right: 20px !important;*/
/*}*/
.screen-item-img-box-list {
  display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.screen-images {
    background-color: #f3f3f3;
    border-radius: 10px;
    height: 112px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.picture-4-1{
  height: 50px;
  object-fit: cover;
  width: 50px;
  left: 79px;
  position: absolute;
  top: 40px;
}
.picture-4-2{
  height: 24px;
    left: 172px;
    position: absolute;
    top: 12px;
    width: 24px;
}
.view-all-service{
  display: flex;
  align-items: center;
  gap: 6px;
  flex-direction: column
}
.picture-round{
  height: 28px;
  width: 28px;
}
.screen-images-circle {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 17.778px 17.777px 17.778px 17.778px;
  justify-content: center;
  align-items: center;
  border-radius: 44.444px;
  background: #F3F3F3;
}
.scroll-container.circle-box{gap:20px}
.circle-box .screen-item-img-box-list {gap:4px}

.picture-4-2.pic-start-txt{
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.3px;
  left: 10px;
  width: 100px;
  display: inline-flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
}
.popular-bottom{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.popular-bottom p{
  color: #000;
font-size: 11px;
font-weight: 400;
line-height: 130%;
letter-spacing: -0.33px;
}
.popular-d .picture-4-1{top: 55px;}
.invite-sec{
  max-width:  335px;
  width: 100%;
height: 168px;
border-radius: 10px;
margin: 0 auto;
padding: 32px 20px 24px 20px;
}
.invite-sec h5{
  color: #FFF;
font-size: 15px;
font-weight: 900;
line-height: 120%;
letter-spacing: -0.45px;
margin-bottom: 8px;
}
.invite-sec p{
  color: #FFF;
font-size: 12px;
line-height: 160%;
letter-spacing: -0.36px;
margin-bottom: 14px;
}
.invite-sec a{
  display: inline-flex;
padding: 8px 16px;
justify-content: center;
align-items: center;
border-radius: 50px;
background: #FFF;
color: #000;
text-align: center;
font-size: 12px;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.36px;
}

.popup-container {
  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;
}
.popup {
  background: #FFF1EA;
  padding: 0px;
  border-radius: 12px;
  max-width: 310px;
  width: 90%;
  min-height: 300px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.close-btn {
  position: absolute;
top: 10px;
  right: 10px;
  background: #F26722;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  border-radius: 50px;
  height: 24px !important;
  width: 24px !important;
  line-height: 22px;
}
.new-1{
   background-color: transparent;
  border: none;
  color: #f26722;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 20px;
  margin: 10px 0;
  font-weight: 600;
  font-size: 16px;
}
.new-1:hover{
  color: #007;
}
.popup-content {
  text-align: center;
  padding-top: 35px;
}

/* Slick Slider Styling */
.slider {
  width: 100%;
  margin: 20px auto;
}
.slider-list img {
  width: 40%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
}

/* Navigation Dots */
.dots-navigation {
  display: flex;
  gap: 8px;
}
.dot {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 3px;
}
.dot.active {
  background: #f26722;
}
.popup-text h3 {
  margin: 10px 0;
  color: #000;
font-size: 16px;
font-weight: 700;
line-height: 23px;
letter-spacing: 0.15px;
text-align: left;
}

.popup-text p {
  color: #313131;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.popup-text {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 12px 12px;
}

/* Footer Navigation */
.popup-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #FFDECE;
}
.side-div{
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  margin-left: 20px;
  position: relative;
  width: 305px;
}
.postjob {
  display: inline-flex
;
  padding: 5px 20px;
  justify-content: center;
  align-items: flex-start;
  gap: 7px;
  border-radius: 50px;
  border: 1px solid #000;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.45px;
}

.screen-header.project-screen-header {
  min-height: 130px;
}
.screen-header.project-screen-header .overlap-group-container{margin-top: -40px;}
.job {
  padding-bottom: 8px;
  border-radius: 3px;
  width: 90px;
  border-bottom: 3px solid #ffffff;
text-align: center;
font-size: 14px;
font-weight: 500;
line-height: 120%;
letter-spacing: -0.42px;
}
.job:hover , .job.active {
  border-bottom: 3px solid #f26722;
  border-radius: 3px;
  width: 90px;
  color: #f26722 !important;
}
.screen-black-tab .job:hover , .screen-black-tab .job.active {
  border-bottom: 3px solid #000000;
  border-radius: 3px;
  width: 90px;
  color: #000000 !important;
}

.project-screen-con{
  display: flex;
padding-top: 8px;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
gap: 26px;
background: #F9F9F9;
align-self: stretch;
overflow: auto;
height: 100%;
}
.plumber-details{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.i-need-a{
text-align: center;
font-size: 17px;
font-weight: 700;
line-height: 120%;
letter-spacing: -0.51px;
}
.plumber-day , .plumber-time{
  display: flex;
  align-items: center;
  gap: 8px;
  color: #313131;
text-align: center;
font-size: 13px;
line-height: 140%;
letter-spacing: -0.39px;
}
.plumber-speciality{
  display: flex;
  align-items: center;
  gap: 10px;
}
.specialty{
  display: inline-flex;
padding: 1px 25px 4px 23px;
justify-content: center;
align-items: center;
border-radius: 50px;
background: #EE7A41;
color: #FFF;
text-align: center;
font-size: 10px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.3px;
}
.x-quotes-received{
  color: #F26722;
font-size: 13px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.39px;
}
.x-quotes-received span{
  font-size: 15px
}
.view-quotes{
  display: inline-flex;
padding: 5px 26px;
justify-content: center;
align-items: center;
border-radius: 50px;

text-align: center;
font-size: 15px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.45px;
}
.view-quotes:hover{
  background-color: #F26722;
  border: 1px solid #F26722;
}
.project-info-frame {
  margin-top: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  gap: 70px;
}
.job-flow-frame{
    justify-content: flex-start !important;
    margin-left: 70px !important;
}
.screen-header.project-info-sec {
  gap: 45px;
  min-height: 224px;
}
.message-btn{
  display: inline-flex;
padding: 5px 23px 5px 24px;
justify-content: center;
align-items: center;
border-radius: 50px;
border: 1px solid #F26722;
background: #F26722;
color: #FFF;
text-align: center;
font-size: 15px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.45px;
}
.get-problem{
  color: #F50100 !important;
text-align: center;
font-size: 13px;
line-height: 140%;
letter-spacing: -0.39px;
}
.get-problem a{
  color: #F50100 !important;
}
.trademan-details{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.remember-details h5{
text-align: center;
font-size: 20px;
font-weight: 500;
line-height: 120%;
letter-spacing: -0.6px;
}
.remember-details{
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 12px 0px 10px 0px;
}
.remember-details a{
  display: flex;
height: 31px;
padding: 5px 14px 5px 15px;
justify-content: center;
align-items: center;
border-radius: 50px;
border: 1px solid #FFF;
background: #20B15A;
color: #FFF;
text-align: center;
font-size: 15px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.45px;
max-width: 140px;
}
.total-xxxx {
  color: #313131;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.72px;

}

.accordion-button {
  background-color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  color: #313131 !important;
  padding: 15px 20px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.service-card p {
  padding-bottom: 14px;
  border-bottom: 1px solid #E5E5E5;
}
.service-card p:last-child {
  padding-bottom: 0px;
  border-bottom: 0;
}
.date-start P{
  border-bottom: 0;

}
.date-start{
  border-bottom: 1px solid #E5E5E5;
}

.badge-custom {
  background-color: #ff7f3f;
  color: white;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 20px;
}
.service-label {
  font-weight: bold;
  display: block;
  margin-top: 12px;
}
.service-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ddd;
}
.accordion-item {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  background: #fff;
}
.s-detail-title{
  color: #313131;
font-size: 20px;
font-weight: 700;
line-height: 120%;
letter-spacing: -0.6px;
}
.screen-body-content.project-screen-con {
  padding-bottom: 200px;
}
.plumber-item1 {
  box-shadow: 0px 2px 4px 0px rgba(149, 157, 165, 0.25);
}
.trademan1-content{
  background: #FFF;
box-shadow: 0px 2px 4px 0px rgba(149, 157, 165, 0.25);
}
.tademan-img {
  display: flex;
width: 79px;
height: 79px;
padding: 0;
justify-content: center;
align-items: center;
border-radius: 44.444px;
background: #F3F3F3;
}
.tademan-img img{
  height: 28px;
  width: 28px;
  min-width: 28px;
    border-radius: 50%;
    object-fit: cover;
}
.ct-new{
    font-size: 16px !important;
   line-height: 24px !important;
}
.new-ctn-box a{
    font-size: 14px !important;
    line-height: 22px !important;
}
.tademan-img.tademan-form-img img{
    border-radius: 50%;
    object-fit: cover;
}
.view-quote{
  display: inline-flex;
padding: 5px 7px;
justify-content: center;
align-items: center;
border-radius: 50px;
border: 1px solid #F26722;
text-align: center;
font-size: 15px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.45px;
height: 31px;
}
.tradesman-title{
text-align: center;
font-size: 20px;
font-weight: 700;
line-height: 120%;
letter-spacing: -0.6px;
margin-top: -5px;
}
.title-quotes{
font-size: 32px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.96px;
}
.detail-quote-t{
  box-shadow: 0px 2px 4px 0px rgba(149, 157, 165, 0.25);
}
.tademan-form-img{
  min-width: 113px;
height: 113px;
border-radius: 50%;
}
.detail-quote-from h1{
  line-height: 108%;
}
.material-1{
  padding-left: 28px;
}
.accept-decline-btn {
  display: inline-flex;
  height: 61px;
  padding: 15px 37px 15px 45px;
  justify-content: center;
  align-items: center;
  gap: 49px;
  background: rgba(227, 227, 227, 0.44);
  max-width: 767px;
  margin: 0 auto;
  width: 100%;
  position: fixed;
  bottom: 70px;
}
.accept{
  display: flex;
height: 31px;
padding: 5px 36px 5px 37px;
justify-content: center;
align-items: center;
border-radius: 50px;
}
.gallery-about{
  display: flex;
flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.photo-row {
    display: grid;
    height: 123px;
    align-items: flex-start;
    gap: 2px;
    grid: column;
    grid-template-columns: 1fr 1fr 1fr;
}
.pic {
    display: flex;
    padding: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    /*background: rgba(242, 103, 34, 0.15);*/
    width: 120px;
    height: 100%;
}

.pic img {
    object-fit: cover !important;
    height: 100%;
}

.review-tradesman-detailsh3{
text-align: center;
font-size: 20px;
font-weight: 700;
line-height: 120%;
letter-spacing: -0.6px;
}
.tradesman-rating-box{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
}

.tradesman-rating-item img{
  height: 24px ;
  width: 24px;
}
.verify-comment label{
  font-size: 13px;
  font-weight: 400 !important;
  line-height: 120%;
  letter-spacing: -0.8px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-top: 10px;
}
.tradesman-comment textarea {
  border-radius: 6px;
  border: 0.5px solid #000;
  background: #F6F6F6;
 margin-top: 6px;
}
.pic-upload-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  padding-top: 12px;
}
.pic-uploaded-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.send-review-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-right: 1.0px;
  margin-top: 0px;
  min-height: 31px;
  width: 100%;
}
.send-review-box .send-review {
  align-self: center;
  line-height: 26px;
  background-color: #000000;
  border: 1px solid;
  border-radius: 50px;
  padding: 2px 20px;
}
.pic-uploaded-images img {
  max-width: 70px;
  max-height: 70px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.review-com-sec{
  padding-bottom: 110px !important;
}
.fulfilled-container {
  max-width: 267px;
  margin: 0 auto;
  padding-top: 140px;
}
.fulfilled-container h1{
text-align: center;
font-size: 28px;
font-weight: 700;
line-height: 120%;
letter-spacing: -0.84px;
padding-top: 19px;
}
.fulfilled-container p{
text-align: center;
font-size: 14px;
font-weight: 400;
line-height: 22px;
}
.post-job-buttons{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 7px;
}
.view-outside{
  display: inline-flex;
padding: 5px 15px 5px 15px;
justify-content: center;
align-items: center;
  border-radius: 50px;
border: 1px solid #000;
background: #000;
width: 138px;
}
.roof-field label , .r-service-txt{
  color: #313131;
font-size: 15px !important;
font-weight: 700;
line-height: 120%;
letter-spacing: -0.45px;
}
.roof-field textarea{
  border-radius: 8px;
border: 1px solid #E5E5E5;
}
.details-section {
  background-color: white;
  max-width: 375px;
  margin: 0 auto;
  width: 100%;
}
.date-picker {
  margin-bottom: 15px;
}
.date-picker {
  margin-bottom: 15px;
}

.calendar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calendar-nav .nav-btn {
  background-color: transparent;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
}

.current-month {
  font-weight: bold;
}

.calendar-days {
  text-align: center;
}

.days-header {
  display: flex;
  justify-content: space-around;
  margin-bottom: 5px;
  color: #f26722;
font-size: 13px;
font-weight: 500;
}

.date-row {
  display: flex;
  justify-content: space-around;
}

.date-cell {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px;
  color: #777;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.39px;
}

.selected-date {
font-weight: bold;
background: #f26722;
color: #fff;
border-radius: 20px;
}
div#date-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.frame-morning{
  display: flex;
  max-width: 335px;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  color: #313131;
border: 1px solid #313131;
width: 100%;
}
.select-a-time-slot{
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.frame-morning:hover , .frame-morning.active{
  background: #313131;
  color: #fff;
}
.top-trader-details .tademan-img{
  width: 64px;
  height: 64px;
}
.top-trader-est{
  align-items: center;
width: 137px;
height: 24px;
padding: 7px 8px;
  border-radius: 8px;
border: 2px solid #FFF;
background: rgba(149, 157, 165, 0.25);
text-align: center;
font-weight: 400 !important;
line-height: 140%;
letter-spacing: -0.39px;
}
.top-trader-quote{
  padding-left: 14px;
  padding-right: 14px;
}
.est-from{
  color: #313131;
font-size: 30px;
font-weight: 700;
line-height: 106%;
letter-spacing: -0.9px;
}
.con-reject{
  height: 78px;
  gap: 6px;
  flex-direction: column;
  align-items: center;
  padding: 5px 75px;
}
.con-reject a{
  width: 225px;
  padding: 5px 10px 5px 10px;
text-align: center;
font-size: 15px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.45px;
}
.data-rec-black{
  color: #000 !important;
}
.data-rec-green {
  color: #20B15A !important;
  text-align: left;
}
.screen-header-black .overlap-group-container {
  margin-top: -25px !important;
}
.back-overlap-group2{
background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), #777;
}
.black-right-box{
  top: -10px;
 right: 0;
background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), #777;
}
.blck-chat-screen {
  margin: 0 auto;
}
.right-back-arrow-img img{
  filter: invert(0%) brightness(0%);
}
.black-right-box.b-plumber-r-box{  top: 60px;}
.fulfilled-your-build-31{max-width: 375px;}
.build-31-txt{
  max-width: 267px;
  margin: 0 auto;
}

/* chat message */
.chat-container {
  width:375px;
  padding: 8px;
}
.chat-header-tab{
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  padding: 22px 0 15px 0;

}

.chat-header{
  display: flex;
  align-items: center;
  gap: 24px ;
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
}
.chat-header::-webkit-scrollbar {
  display: none;
}
.chat-header .chat-header-item{
  color:  #1B1A57;
font-size: 12px;
font-weight: 400;
line-height: 18px;
padding: 4px 8px;
white-space: nowrap;
}
.chat-header-item.active , .chat-header-item:hover {
  border-radius: 4px;
  background: #000;
  color: #fff !important;
}

.chat-header button {
  background: #f0f0f0;
  border: none;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12px;
  cursor: pointer;
}

.chat-list {
  display: flex;
  flex-direction: column;
  align-items: normal;
  gap: 28px;
}

.chat-item {
  display: flex;
  align-items: flex-start;
  padding: 8px 14px 12px 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
}

.chat-item:hover , .chat-item.active {
  background: rgba(240, 146, 99, 0.1);
}

.profile-container {
  position: relative;
  width: 40px;
  height: 40px;
}

.profile-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.online-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  bottom: 2px;
  right: 1px;
  border: 2px solid #fff;
}
.online-green{
  background: #4CE417;
}
.online-yellow{background: #F2C94C;}
.online-fade{background: #BDBDBD;}

.chat-info {
  flex-grow: 1;
  margin-left: 10px;
}

.chat-info h4 {
  font-size: 14px;
  font-weight: 500;
  color: #1B1A57;
}

.chat-info p {
  font-size: 12px;
  color: #666;
}

.chat-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.chat-meta span {
  color: #333;
text-align: right;
font-size: 12px;
font-weight: 400;
line-height: normal;
}

.unread-count {
  background: #313131;
  color: #fff !important;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 50%;
  margin-left: 5px;
}

.status-indicator {
  font-size: 12px;
  color: #4F5E7B;
  font-weight: 400;
  line-height: 18px;
  padding-left: 10px;
}
/* chat end */
/* message chat */
.chat-message-container {
  background: white;
}

.chat-message-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.message {
  padding: 8px 10PX;
  border-radius: 8px;
  max-width: 80%;
  font-size: 12px;
  position: relative;
  line-height: 18px;
}

.incoming {
  background: #F7F7F7;
  align-self: flex-start;
}

.outgoing {
  border-radius: 8px 8px 0px 8px;
  background: #2F80ED;
  align-self: flex-end;
}

.user-msg {
  font-weight: bold;
  color: #ff8c00;
  margin-bottom: 4px;
}

.message-time {
  font-size: 12px;
  color: gray;
  margin-top: 5px;
}

.message p {
  line-height: 18px;
}

.online-indicator {
  width: 10px;
  height: 10px;
  background: #28a745;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid white;
}

.typing {
  font-size: 12px;
  color: gray;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.typing span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: gray;
  border-radius: 50%;
  margin: 0 2px;
  animation: typing 1.5s infinite ease-in-out;
}

.typing span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing {
  0%, 100% { opacity: 0.3; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-3px); }
}

.chat-input {
  margin-top: 15px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 8px;
  position: fixed;
  bottom: 80px;
  width: 100%;
}

.chat-input .icons {
  position: absolute;
  left: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.chat-input .icons img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.chat-input input {
  flex: 1;
  padding: 10px 40px 10px 50px;
  border-radius: 25px;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
}

.chat-input .mic-icon {
display: flex;
align-items: center;
justify-content: center;
  position: absolute;
  right: 16px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: #313131;
  border-radius: 50%;
}

.chat-input .mic-icon img {
  width: 20px;
  height: 20px;
}

.in-msg {
  color: #1B1A57;
}

.mesage-outgoing-details {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: end;
}

.mesage-outgoing-details .outgoing {
  width: 200px;
}

.chat-input input::placeholder ,  .input-file-upd input {
  color: #1B1A57;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.input-file-upd {
width: 84%;
}
.file-input-icon {
display: none;
}

.file-upload-label-img {
cursor: pointer;
}
/* message end */

.select-day-hour{
  display: flex;
  gap: 7px;
  align-items: center;
  width: 100%;
}
.select-day-hour .hours{
  display: flex;
padding: 15px 6px 15px 23px;
justify-content: flex-end;
align-items: center;
gap: 89px;
align-self: stretch;
border-radius: 8px;
border: 1px solid #E5E5E5;
background: #F9F9F9;
color: #999;
font-size: 13px;
font-weight: 500;
line-height: 140%;
letter-spacing: -0.39px;
}
.place-color{
  color: #999;
}
.msg-cus-btn{
  display: inline-flex;
padding: 5px 11px 5px 11px;
justify-content: center;
align-items: center;
border-radius: 50px;
border: 1px solid #F26722;
font-size: 15px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.45px;
}
.add-more-row{
  float: right;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  width: 100%;
}
.EXPLORE-profile-details{
  display: flex;
  align-items: center;
  gap: 20px;
}
.explore-pro{
  display: flex;
width: 122px;
height: 120px;
justify-content: center;
align-items: center;
border-radius: 65px;
background: #F3F3F3;
}
.explore-pro img {
    border-radius: 65px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.trade-right-box{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.back-button{
  display: flex;
  align-items: center;
  gap: 2px;
}
.back-button img{
  width: 14px ;
  height: 14px;
}
.mesg-exp-btn {
  padding: 7px 18px !important;
}
.trade-phone-email{
  padding-left: 30px;
  padding-right: 30px;
  gap: 25px;
}
.trade-phone-email img{
  height: 17px ;
  width: 17px;
}
.phone-log {
  display: flex;
  align-items: center;
  gap: 5px;
}
.review-hire-details{
  display: flex;
  align-items: center;
  gap: 15px;
}
.review-hire-item{
  padding-top: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E5E5E5;
}
.review-hire-item:last-child{
  border-bottom: 0;
}
.review-hire-item p{
  letter-spacing: normal;
  line-height: 22px;
}
.gallery-project-e{gap:2px}
.view-all-trad{
  display: flex;
padding: 5px 12px;
justify-content: center;
align-items: center;
border-radius: 50px;
background: #E5E5E5;
line-height: normal;
}
.frame-bus-special , .frame-bus-special-2 {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.lets-go-bus{
  display: inline-flex;
  padding: 8px 20px 7px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
color: #FFF;
font-size: 13px;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.39px;
width: 100%;
}
.lgb1{background: #F26722;}
.lgb2{background: #EE7A41;}
.lgb3{background: #E97034;}
.lgb4{background: #F09263;}
.lgb5{background: #FF671C;}

.modal-overlay-job-new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}

.modal-job-new {
  background: #fff;
  padding: 31px 18px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  width: 335px;
  text-align: center;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.modal-overlay-job-new.show {
  display: flex;
}

.modal-overlay-job-new.show .modal-job-new {
  transform: scale(1);
  opacity: 1;
}

.close-btn-job-new {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 18px !important;
  width: 24px !important;
  height: 24px !important;
  background: #F26722;
  color: #fff;
  border-radius: 50% !important;
  padding: 5px !important;
  line-height: 20px !important;
}

.modal-job-new h2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.15px;
}

.modal-job-new label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  color: #000;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -0.39px;
  gap: 5px;
}

.modal-job-new p {
  margin-bottom: 15px;
  font-size: 8px;
  line-height: 120%;
  letter-spacing: -0.24px;
}

.modal-job-new .buttons-job-new {
  display: flex;
  justify-content: space-between;
}

.modal-job-new button {
  border: none;
  cursor: pointer;
  width: 45%;
  display: inline-flex;
  padding: 5px 17px 5px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.45px;
}

.no-btn-job-new {
  background: #F50100;
  color: #fff;
}

.yes-btn-job-new {
  background: #20B15A;
  color: #fff;
}

/* more popup */
.popup-box-more {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 1000;
}
.popup-box-more a {
  display: block;
  padding: 5px 12px;
  text-decoration: none;
  color: #F26722;
  font-size: 14px;
}
.popup-box-more a:hover {
  color: #007;
}

.select-business-type {
  padding-right: 20px !important;
  background-color: white;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="black" d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
}

.select-business-type:focus,
.select-business-type:active {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="black" d="M17 14l-5-5-5 5z"/></svg>') no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
.roof-search .current-loc-con {
  max-width: 335px;
}


@media (min-width: 576px) {
  .container, .container-sm {
      max-width: 100vw;
  }
}

.quote-top1.bg-orange {
    width:100vw;
}

.col-12, .col-sm-12 {
    max-width: 100vw;
}

#desktop-warning-custom {
    display: none;
}

.screen-body-content {
    flex-direction: column;
    display: flex;
    align-items: center;
}

.mobile {
    max-width: 920px !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    box-shadow: none !important;
}

.magnifying-glass.img-fluid {
    margin-left: 3%;
}

.post-job-container {
    max-width: 500px !important;
}

.plumber-item1 {
    box-shadow: none !important;
}

.project-screen-nav {
    max-width: 500px;
    margin: auto;
}

.plumber-details {
    max-width: 920px;
    margin: auto;
    background: #fff;
}

.plumber-item1 {
    background-color: transparent !important;
}

.screen-search {
    max-width: 500px;
    margin: auto;
}

.screen-search.project-screen.custom-spacebetween, .screen-search.project-screen {
    max-width: 920px !important;
    padding: 0px 30px !important;
}

.scroll-container {
  display: grid;
  gap: 10px;
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1280px;
  
  /* Mobile: 2 columns */
  grid-template-columns: repeat(2, 1fr);
}

/* Tablets and up: Fluid grid */
@media (min-width: 500px) {
  .scroll-container {
    /* Auto-fit with minimum 200px columns, max 1fr */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

/* Large desktop: Cap at 5 columns */
@media (min-width: 1024px) {
  .scroll-container {
    grid-template-columns: repeat(5, 1fr);
  }
}

.screen-body-content .w-100 {
    max-width: 1280px;
}

.build-ful {
    justify-content: center;
}

.review-hire-item {
    text-align: center;
}