a.contact-btn.whatsapp.text-decoration-none.text-success.mb-3 {
    width: 50px;
    height: 50px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 33px;
    box-shadow: 2px 2px 3px #999;
}
i.fab.fa-whatsapp {
    color: #fff;
}
a.contact-btn.text-decoration-none.text-primary.mb-3 {
    width: 50px;
    height: 50px;
    background-color: #1a6284;
    border-radius: 50px;
    text-align: center;
    font-size: 31px;
    box-shadow: 2px 2px 3px #999;
}
i.fas.fa-phone-alt {
    color: #fff;
}
#orderSummary {
  list-style: none;
  padding: 0;
  margin: 0;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1a6294!important;
    --bs-btn-border-color: #1a6294!important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1a6294;
}
.leftservices {
  border: 1px solid #1a6284;
  border-radius: 10px;
  padding: 20px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #1a6294!important;
    border-color: #1a6294!important;
}
.unit-display {
  background-color: #e3f4ff;
  border: 1px solid #007bff;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
}
.unit-selector .btn {
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

 /* ✅ Service cards */
  .service-slider .card {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: transform .2s ease-in-out;
    margin: 8px;
  }
  .service-slider .card:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  .service-slider .card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
  }
  .service-slider .card-body { padding: 12px; }
  .service-slider .card-text { font-size: 14px; font-weight: 600; margin-bottom: 10px; }

  /* ✅ Remove button in order summary */
  

  /* ✅ WhatsApp floating button */
  .float{
    position:fixed;
    width:50px;height:50px;
    bottom:40px;right:40px;
    background:#25d366;
    color:#fff;border-radius:50px;
    text-align:center;font-size:30px;
    box-shadow:2px 2px 3px #999;
    z-index:100;
  }
  .my-float{ margin-top:10px; }










.order-summary-box { border: 1px solid #1a6284; border-radius: 10px; padding: 15px; background: #f9f9f9; }
    .order-summary-box h6 { font-weight: 600; margin-bottom: 10px; }
    .order-summary-box ul { margin: 0; padding-left: 20px; }
    .related-slider .card { padding:10px; margin:5px; border:1px solid #ddd; border-radius:8px; }
	.order-summary-box  li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  border-bottom: 1px solid #eee;
}
ul#modalOrderList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  border-bottom: 1px solid #eee;
}
	
	
	
	
	
	
	
	
	
#orderSummary li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  border-bottom: 1px solid #eee;
}

#orderSummary li:last-child {
  border-bottom: none;
}
#orderSummary li span.service-name {
  flex: 1;
  font-size: 14px;
}
#orderSummary .remove-service {
  margin-left: 12px;
}


#orderSummary1 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  border-bottom: 1px solid #eee;
}
#orderSummary1 li:last-child {
  border-bottom: none;
}
#orderSummary1 li span.service-name {
  flex: 1;
  font-size: 14px;
}
#orderSummary1 .remove-service {
  margin-left: 12px;
}


/* ✅ Unified Card Style */
.card {
  border: 1px solid #1a6284;
  border-radius: 10px;
  transition: transform .2s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.card img {
  width: 100%;
  height: 150px;       /* fixed image height */
  object-fit: cover;   /* crops evenly */
  border-radius: 10px 10px 0 0;
}
.card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* keeps button at bottom */
  align-items: center;
  padding: 10px;
}
.card-text {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.card.selected {
  border: 2px solid #0d6efd;
  background-color: #eaf4ff;
}

/* ✅ Related services slider cards */
.related-slider .card {
  margin: 0 8px;
  width: 200px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header.pt-3.border-bottom.fixed-top.bg-white.shadow-sm {
    padding-bottom: 10px;
}
.services-slider .card {
  margin: 0 8px;
  min-height: 220px;
}
.order-summary-body {
    display: none; /* hidden by default */
  }
  .order-summary-box.open .order-summary-body {
    display: block;
  }
/* ✅ Slick arrows */
.slick-prev-related,
.slick-next-related {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  background: #1a6284;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  border: none;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-prev-related { left: -50px; }
.slick-next-related { right: -50px; }
/* Sticky bottom only on mobile */
/* Sticky bar for mobile */
@media (max-width: 767.98px) {
  .order-summary-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    margin: 0;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
    background: #fff;
    transition: all 0.3s ease-in-out;
  }
  body {
    padding-bottom: 120px; /* space for sticky */
  }
  .order-summary-body {
    display: none; /* hidden by default */
  }
  .order-summary-box.open .order-summary-body {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
	.service-row {
    display: flex;
    align-items: baseline!important;
	gap: 12px;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 12px;
    background: #fff;
    flex-direction: column;
}}

@media (max-width: 576px) {
  .card img {
    height: 75px; /* slightly smaller on mobile */
  }
  .related-slider .card {
    width: 100%;   /* use full width inside slider */
    min-height: 185px;
  }
}
