/*home cleaning css start here*/
* {
  box-sizing: border-box;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
  margin: 0;
  /*background: #f6f8fb;*/
}
a.btn-green {
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

.container {
  max-width: 100%;
  margin: auto;
  padding: 100px 0px;
}   

h1 {
  margin: 15px 0 10px;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
}

.layout {
    display: flex;
    gap: 20px;
    padding: 0px 100px;
    justify-content: center;
    margin-top: 50px;
}
.step-header {
    text-align: center;
}
/* LEFT PANEL */

strong {
    font-size: 15px;
    font-weight: 500;
}
span.code {
    font-size: 14px;
}
.main-division {
    display: flex;
}
.options button:hover {
    background-color: #cfdcef;
    color: #10499A;
}
.options p {
    margin: 0;
}
span.hours-select {
    font-size: 15px;
}
.offer h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.offer p {
    margin: 0;
}
.voucher-tag {
    width: 145px;
    border: 1px solid #82A941;
    background-color: #fff;
    border-radius: 5px;
    margin: 0;
}
.tag {
    display: flex;
    align-items: center;
    padding: 8px;
}
p.tag-off {
    font-weight: 800;
    color: #10499A;
    font-size: 16px;
    margin: 0;
    gap: 6px;
}
p.tag-para {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    padding-left: 10px;
}
.tag img {
    width: 22px;
    height: 22px;
}
.section-content {
    padding: 0px 30px;
}

.left-panel {
  width: 684px;
  background: #EDF5F1;
  border-radius: 15px;
  padding-bottom: 40px;
  margin-bottom: 10px !important;
}

.offer {
  background: #10499A;
  color: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px 15px 0px 0px;
}

.voucher {
  background: hsla(83, 44%, 46%, 1);

background: linear-gradient(180deg, hsla(83, 44%, 46%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);

background: -moz-linear-gradient(180deg, hsla(83, 44%, 46%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);

background: -webkit-linear-gradient(180deg, hsla(83, 44%, 46%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#82A941", endColorstr="#FFFFFF", GradientType=1 );
  color: #000;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  box-shadow: #00000024 5px 7px;
}

.voucher button {
  margin-top: 6px;
  background: #10499A;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
}

.section {
  margin-top: 35px;
}

.section h4 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}

.options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.options button {
  padding: 10px 16px;
  border: 1px solid #10499A;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.options .active {
  background: #cfdcef;
  color: #10499A;
}

textarea {
  width: 100%;
  height: 143px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.char-count {
  text-align: right;
  font-size: 12px;
  color: #666;
}

.next-btn {
  margin-top: 25px;
  width: 100%;
  padding: 14px;
  background: #10499A;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}
div#sliderWrapper {
    height: 310px;
}

/* RIGHT PANEL */
.card {
    box-shadow: 10px 5px 10px 5px #ebebeb87;
    border-radius: 20px;
}
p.total {
    font-size: 20px !important;
}
.total-prices {
          display: flex;
          justify-content: space-between;
          margin-top: 10px;
      }
      .total-prices p {
          font-size: 18px;
          font-weight: 500;
      }
      .price-summary img {
          width: 48%;
          position: absolute;
          bottom: 56px;
          right: 0;
          z-index: 0;
     }
     .payment {
          background: linear-gradient(433deg, #10499A, #82A941);
          color: #fff;
          border-radius: 15px;
          box-shadow: 10px 5px 10px 5px #ebebeb87;
          display: flex;
          justify-content: space-between;
          padding: 30px 0px 30px 0px;
          width: 470px;
          position: relative;
          z-index: 9999;
    }
.prices p {
    margin: 0;
}
.prices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.prices-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.date-div {
    display: flex;
    justify-content: space-between;
}
.service-detail-div {
    display: flex;
    justify-content: space-between;
}
.payment-content h3 {
    margin-top: 0px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}
.payment-content {
    padding-left: 20px;
    width: 270px;
}
.prices p {
    font-size: 15px;
}
.cleaning-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
}
.cleaning-image img {
    width: 100%;
}
.booking-content p {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0px;
}
hr.seprater {
    border-top: 0.2px solid #0000000d;
    border-left: 0px;
    margin: 7px 0px;
    }

.booking-content {
    padding: 20px 20px 35px 20px;
    background: #e2ecfa94;
    border: 1px solid #e9e9e9;
    border-radius: 0px 0px 15px 15px;
}
.address-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.duration-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.professional-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.material-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.booking-div {
    padding: 20px;
    background-color: #10499a;
    color: #fff;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
}
.booking-div h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.right-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.payment strong {
  font-size: 22px;
}

/*service slider*/
.main-wraper h3 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: lighter;
}
 .main-wraper{
  background-color: #EDF5F1;
  height: 460px;
  border-radius: 20px;
  padding: 30px 0px;
 }
.card-content p {
    margin-top: 0;
}
.slider-wraper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  margin-top: 25px;
  
}

/* Hide scrollbar */
.slider::-webkit-scrollbar {
  display: none;
}

/* Arrows */
.arrow {
  background: #ffffff;
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.arrow.left {
  margin-right: 10px;
}

.arrow.right {
  margin-left: 10px;
}

/* Card */
.service-card {
  width: 192px;
  height: 230px !important;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

/* Image */
.card-image {
  position: relative;
}

.card-image img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}

/* Image badge */
.badge {
    position: absolute;
    left: 29px;
    bottom: 33px;
    background: rgb(0 0 0 / 32%);
    color: #fff;
    padding: 18px 10px;
    border-radius: 2px;
    font-size: 14px;
    width: 133px;
    text-align: center;
    margin-bottom: 11px;
}

/* Content */
.card-content {
  padding: 10px;
}

.card-content p {
  font-size: 13px;
  margin-bottom: 8px;
}
        
.card-content a {
  color: #0b4aa2;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}

.price {
  font-size: 14px;
  margin-bottom: 10px;
}

/* Buttons */
.add-btn {
  width: 108px;
  background: #0b4aa2;
  color: #fff;
  border: none;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  margin-left: 31px;
  margin-top: 16px;
}

.qty-btn {
    background: #7cb342;
    border: none;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
}


.services-content-box h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
.services-content-box {
    background-color: #EDF5F1;
    height: 465px;
    border-radius: 15px;
    padding: 30px 0px;
    width: 683px;
}
.services-container {
    margin: auto;
    display: flex;
    gap: 20px;
}
.card-content a {
    margin-top: 20px;
}
.add-btn-div {
    width: 108px;
    background: #0b4aa2;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    margin-left: 31px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.next-btn-div {
    margin-top:35px;
    text-align: center;
}
button.nxt {
    width: 337px;
    padding: 14px;
    background: #10499A;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}

/*home-cleaning step-3*/
/* MAIN CARD */
.card-wraper {
    display: flex;
    gap: 20px;
    justify-content: center;
}
strong.header-content {
    font-size: 22px;
}

.main-layout {
    padding: 0px 100px;
    margin-top: 50px;
}
span.badge-img1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.schedule-card{
  width:100%;
  max-width:630px;
  background:#EDF5F1;
  border-radius:15px;
  overflow:hidden;
}

/* HEADER */
.schedule-header{
  background:#10499A;
  color:#fff;
  padding:30px 30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.schedule-header-left{
  display:flex;
  gap:12px;
}

.frequency-badge{
  background:#7CB342;
  color:#fff;
  padding:6px 12px;
  border-radius:6px;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:6px;
}

.schedule-header a{
  color:#fff;
  font-size:14px;
  text-decoration:underline;
  text-align: center;
}

/* CONTENT */
.schedule-body{
  padding:30px 30px;
  text-align:center;
}

.schedule-body h3{
  margin:0 0 8px;
  font-size:17px;
  font-weight: 500;
}

.schedule-body p{
  margin:0 0 20px;
  color:#555;
  font-size:14px;
}

/* DATE SLIDER */
.date-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-bottom:35px;
}

.date-list{
  display:flex;
  gap:7px;
}

.date-box{
  width:48px;
  border:1px solid #ccc;
  border-radius:6px;
  padding:4px 0;
  background:#fff;
  cursor:pointer;
}

.date-box.active{
  border-color:#10499A;
  background:#E2ECFA;
}

.date-box span{
  display:block;
  font-size:12px;
  color:#555;
}

.date-box strong{
  font-size:14px;
}

/* TIME SECTION */
.time-title{
  margin-top:10px;
}

.view-slots-btn{
  background:#10499A;
  color:#fff;
  border:none;
  padding:8px 14px;
  border-radius:6px;
  cursor:pointer;
  margin:0px 0 20px;
}

.time-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}

.time-slot{
  border:1px solid #ccc;
  background:#fff;
  padding:10px 14px;
  border-radius:6px;
  font-size:14px;
  cursor:pointer;
}

.time-slot.active{
  border-color:#10499A;
  background:#E2ECFA;
}

.extra{
  display:block;
  font-size:12px;
  color:#555;
  margin-top:4px;
}

.schedule-footer{
  background:#82A941;
  color:#fff;
  text-align:center;
  padding:25px 0px;
  font-size:15px;
}
.schedule-button-div {
    margin-top: 30px;
    text-align: center;
}
button.btn-schedule {
    width: 625px;
    padding: 14px;
    background: #10499A;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}

/*home cleaning Step-4 css*/
.wraper-summary {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.right-panel-summary {
    width: 635px;
}
button.continue-btn {
    width: 470px;
    padding: 14px;
    background: #10499A;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}
.payment-btn {
    margin-top: 20px;
}
/*home cleaning css end here*/






/* RESPONSIVE */
@media screen and (min-width:300px) and (max-width:768px){
    .right-panel {
    margin-bottom: 50px!important;
}

    .schedule-header-left {
    flex-direction: column;
    text-align: center;
    align-items: center;
}
        .container {
        padding: 50px 10px;
    }
    .main-layout {
    padding: 0px 10px;
}
    .schedule-card-wraper {
    width: 100%;
    padding: 0px 10px !important;
}
    .card-wraper {
    flex-direction: column;
}
    .left-panel {
    width: 100%;
    margin-bottom: 10px!important;
  }
    .layout {
    flex-direction: column;
    padding: 0px 10px;
  }
    .voucher-tag {
    margin-bottom: 10px;
    width: 100%;
}
.container {
    padding: 30px 10px;
}
.offer {
    padding: 30px 15px;
}
.section-content {
    padding: 0px 15px;
}
.options button {
    padding: 8px 14px;
}
.services-container {
    display: flex;
    flex-direction: column;
}
.services-content-box {
    width: 100%;
}

.main-layout {
    padding: 0px;
}
.card-wraper {
    flex-direction: column;
}
.schedule-header {
    flex-direction: column;
    gap: 10px;
}
button.btn-schedule {
    width: 100%;
}
.schedule-card {
    height: auto;
}
.payment {
    width: 100%;
}
.payment-content {
    padding-left: 10px;
    width: 280px;
}
.wraper-summary {
    flex-direction: column;
}
.right-panel-summary {
    width: 100%;
}
button.continue-btn {
    width: 100%;
}

}
.booking_btn{
     width: 108px;
  background: #10499a;
  color: #fff;
  border: none;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
  /* position: absolute; */
  margin-left: 0 !important;
  margin-right: auto;
  margin-top: 16px;
}



@media screen and (min-width:769px) and (max-width:999px){
    .layout {
    flex-direction: column;
}

}


@media screen and (min-width:769px) and (max-width:1024px){
    .left-panel {
        width: 100% !important;
}


}




