
.puja-pkg-toggle-icon { transition: transform 0.3s ease; }
[aria-expanded="true"] .puja-pkg-toggle-icon { transform: rotate(180deg); }

.sticky-book-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 12px 0;
    z-index: 1040;
    transition: transform 0.3s ease;
}
.sticky-book-bar.d-none { display: none !important; }
.sticky-book-bar.slide-up { transform: translateY(0); }
.sticky-book-bar.slide-down { transform: translateY(100%); }

.leaflet-popup-content-wrapper  a {
    display: block;
    padding: 5px;
    text-align: center;
    background: #F84525;
    color: #fff !important;
    text-decoration: none;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 8px;
}

.ui-sortable-placeholder {
  border: 1px dashed black !important;
  visibility: visible !important;
  background: #eeeeee78 !important;
}
.ui-sortable-placeholder * {
  visibility: hidden;
}
.RearangeBox.dragElemThumbnail {
  opacity: 0.6;
}
.RearangeBox {
  width: 180px;
  height: 240px;
  padding: 10px 5px;
  cursor: all-scroll;
  float: left;
  border: 1px solid #9e9e9e;
  font-family: sans-serif;
  display: inline-block;
  margin: 5px !important;
  text-align: center;
  color: #673ab7;
  background: #ffc107;
  /*color: rgb(34, 34, 34);
            background: #f3f2f1;     */
}


.IMGthumbnail {
  max-width: 168px;
  height: 220px;
  margin: auto;
  background-color: #ececec;
  padding: 2px;
  border: none;
}

.IMGthumbnail img {
  max-width: 100%;
  max-height: 100%;
}

.imgThumbContainer {
  margin: 4px;
  border: solid;
  display: inline-block;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.imgThumbContainer > .imgName {
  text-align: center;
  padding: 2px 6px;
  margin-top: 4px;
  font-size: 13px;
  height: 15px;
  overflow: hidden;
}

.imgThumbContainer > .imgRemoveBtn {
  position: absolute;
  color: #e91e63ba;
  right: 2px;
  top: 2px;
  cursor: pointer;
  display: none;
}

.RearangeBox:hover > .imgRemoveBtn {
  display: block;
}
.input-select:focus-visible {
    outline: none;
}
.cur_location {
    cursor: pointer;
}
.select2-results {
    display: block;
    max-height: 250px;
    overflow: auto;
}

.timeline-marker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f0f0;
    flex-shrink: 0;
}

.timeline-item {
    position: relative;
}

.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 19px;
    width: 2px;
    height: 20px;
    background: #e0e0e0;
}
.img-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-group .img {
    position: relative;
    background-color: #fff;
    padding: 2px;
}

/* Helpful button styling */
.helpful-btn {
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
    color: #6c757d;
}

.helpful-btn:hover:not(:disabled) {
    background-color: #f8f9fa;
    border-color: #0d6efd;
    color: #0d6efd;
}

.helpful-btn:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.helpful-btn.btn-voted {
    background-color: #d4edda;
    border-color: #28a745;
    color: #28a745;
}

.helpful-btn.btn-voted:hover {
    background-color: #c3e6cb;
    border-color: #1e7e34;
}

#puja-service-section .bg-image {
  height: 350px;
}
#puja-sidebar-image {
  width: auto;
}
#puja-service-section::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    height: 350px;
}