
/* بخش breadcrumb */
main {
  max-width: 100% !important;
}
.reservation-navigation button.prev-step {
  padding: 0px 16px 7px !important;
}
.whb-header {
  margin-bottom: 0px;
}
.breadcrumb-wrapper {
  width: 100%;
  background: #f9fafb;
  padding: 8px 0px;
  font-size: 14px;
  color: #6b7280;
}
.container-masjed {
  max-width: 1250px;
}
.moarrefi {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.breadcrumb {
  margin: 0 auto;
}

/* عنوان و دکمه‌ها */
.branch-header {
  width: 100%;
  background: #fff;
  padding: 16px 0px;
}
.branch-header-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.branch-header-top {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.branch-title {
  font-size: 24px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 0px;
}
.branch-buttons {
  display: flex;
  gap: 8px;
}
.branch-btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
a.branch-btn.ig-btn {
  padding: 8px 0px 0px 0px !important;
}
.reserve-btn {
  background: #0383a8;
  color: white;
  border-radius: 10px;
  padding: 8px 32px;
}
.reserve-btn:hover {
  background: #045e73;
  color: white;
}
.share-btn, .crp-wishlist-btn {
  background: none !important;
  border-radius: 50% !important;
  padding: 8px !important;
}
.share-btn:hover, .crp-wishlist-btn:hover {
  background: #e5e7eb;
}
.crp-heart { width: 22px; height: 22px; transition: all .2s }
.crp-heart.active { fill: #e74c3c; stroke: #e74c3c; }


/* امتیاز ستاره‌ای */
.branch-rating {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  justify-content: center;
}
.branch-rating-stars {
  direction: ltr;
}
.star {
  width: 20px;
  height: 20px;
}
.star.full {
  fill: #facc15; /* زرد کامل */
}
.star.half {
  fill: #facc15; /* زرد کم‌رنگ */
}
.star.empty {
  fill: #d1d5db; /* خاکستری */
}
.rating-number {
  font-size: 14px;
  color: #000000;
}

/* Gallery section */
.popup-thumb.has-intro-video-thumb {
  position: relative;
}

.popup-thumb.has-intro-video-thumb::after {
  content: "▶";
  position: absolute;
  inset-inline: 50%;
  inset-block: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
  background: rgba(0,0,0,0.65);
  border-radius: 50%;
  padding: 10px 14px;
  pointer-events: none;
  width: 40px;
  height: 40px;
}

.main-image-wrapper.has-intro-video {
  position: relative;
  cursor: pointer;
}

.intro-video-play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.intro-video-play-icon::before {
  content: '';
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(0,0,0,0.65);
  display: block;
  position: relative;
}

.intro-video-play-icon::after {
  content: '';
  position: absolute;
  margin-left: 6px;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
}
.popup-main-image-wrapper {
  position: relative;
}

.popup-video-play-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
}
.popup-video-play-icon {
  position: absolute !important;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50% !important;
  border: none !important;
  background: rgb(0 0 0 / .65) !important;
  cursor: pointer !important;
}
.popup-thumb-video {
  position: relative;
  overflow: hidden;
}

.popup-thumb-video::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
}

.popup-thumb-video::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #fff;
}

.branch-gallery {
  display: flex;
  gap: 20px;
}
.gallery-wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
}
.gallery-main {
  width: 50%;
}
.gallery-thumbnails-wrapper {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}
.gallery-thumbnails-scroll {
  overflow: hidden;
  flex: 1;
  height: auto;
  max-width: 600px;
}
.gallery-thumbnails {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  transition: transform 0.3s ease;
  gap: 8px;
  position: relative;
}
.thumb.more-images {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 90px;
  cursor: pointer;
  position: absolute;
  max-width: 132px;
  max-height: 39px;
  bottom: 16px;
  gap: 8px;
  left: 24px;
}
.gallery-more-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}
.thumb {
  flex: 0 0 60px;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb.active {
  opacity: 1;
}
.main-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  direction: ltr;
  border-radius: 8px;
}
.main-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-btn {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(20 19 19 / 70%) !important;
  color: white !important;
  border: none !important;
  font-size: 18px !important;
  padding: 4px 15px !important;
  cursor: pointer;
  z-index: 10;
  border-radius: 50% !important;
}
.nav-btn.prev {
  left: 8px;
}
.nav-btn.next {
  right: 8px;
}
.thumb-pagination {
  position: absolute;
  bottom: 12px; /* یا top: 12px برای بالا */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 5;
  direction: rtl;
}
.thumb-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(238 238 238 / 56%);
  transition: background-color 0.3s ease;
}
.thumb-dot.active {
  background-color: #5b5b5b;
}
#lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(220, 220, 220);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  direction: ltr;
}
#lightbox-overlay.show {
  opacity: 1;
  pointer-events: auto;
}
#lightbox-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: rgb(0, 0, 0);
  cursor: pointer;
  z-index: 9999;
}
.lightbox-nav {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  color: white !important;
  font-size: 40px !important;
  border: none;
  cursor: pointer;
  z-index: 10000;
  padding: 10px !important;
}
#lightbox-prev {
  left: 20px;
}
#lightbox-next {
  right: 20px;
}
/* کانتینر داخل پاپ‌آپ */
.popup-gallery-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid #acacac70;
  margin-top: 12px;
  max-height: 78vh;
  height: 78vh;
  direction: ltr;
}

/* تصویر اصلی داخل پاپ‌آپ */
.popup-main-image-wrapper {
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
}

#popup-main-image {
  max-width: 100%;
  max-height: 76vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.popup-thumbs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 8px;
}

.popup-thumb {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.popup-thumb img {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
}

#popup-main-image {
  transition: opacity 0.25s ease;
}

.popup-nav {
  position: absolute !important;
  top: 54%;
  transform: translateY(-50%);
  border: none !important;
  background: rgb(255 255 255 / 84%) !important;
  color: #000000 !important;
  width: 32px;
  height: 32px;
  border-radius: 16px!important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 3;
  font-size: 23px !important;
}

.popup-prev {
  left: 8px;
}

.popup-next {
  right: 8px;
}

.popup-thumb.is-active {
  border: 3px solid #0383a8;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .popup-gallery-wrapper {
    flex-direction: row;
    align-items: stretch;
  }

  .popup-gallery-main {
    flex: 1;
    margin-left: 16px;
  }

  .popup-thumbs-wrapper {
    width: 20%;         /* ستون سمت راست */
    flex-shrink: 0;
    overflow-y: auto;
  }

  .popup-thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 56px;
    gap: 4px;
  }

  .popup-thumb:nth-child(4n + 1),
  .popup-thumb:nth-child(4n + 3) {
    grid-row: span 2;
  }

  .popup-thumb img {
    width: 100%;
    height: 100%;
  }

}
button.popup-thumb {
  padding: 0px !important;
}
body.crp-mo-popup-open {
  overflow: hidden !important;
  height: 100vh;
}
@media (max-width: 991px) {
  .grid-popup-content {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100% !important;
    top: 0px !important;
    border-radius: 0px !important;
  }
  .grid-popup-content .popup-header-subtitle {
    font-size: 12px !important;
  }
  .grid-popup-close {
    top: 20px !important;
    left: 20px !important;
    font-size: 24px !important;
    padding: 0 12px !important;
  }

  .popup-gallery-wrapper {
    display: block !important;
    max-height: 80vh;
    height: 80vh;
    overflow-y: auto;
  }

  .popup-gallery-main {
    display: none;
  }

  .popup-thumbs-wrapper {
    margin-top: 0px;
    height: 100%;
  }

  .popup-thumbs {
    display: grid;               /* مهم */
    grid-template-columns: repeat(2, 1fr);  /* دو ستون */
    grid-auto-rows: 88px;                  /* ارتفاع پایه هر ردیف */
    gap: 8px;
  }

  .popup-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }

  .popup-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* 1, 6, 11, ... → تمام عرض + دو ردیف */
  .popup-thumb:nth-child(5n + 1) {
    grid-column: 1 / -1;
    grid-row: span 2;
  }

  /* 3,4,8,9,13,14,... → نیم‌عرض + دو ردیف (مثل 3 و 4) */
  .popup-thumb:nth-child(5n + 2),
  .popup-thumb:nth-child(5n + 4) {
    grid-row: span 2;
  }

  body.crp-mo-popup-open {
    overflow: hidden !important;
    height: 80vh;
  }

  #grid-popup.detail-mode .popup-gallery-wrapper {
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
  }

  #grid-popup.detail-mode .popup-gallery-main {
    display: block;
    flex: 1 1 64vh;
    margin-bottom: 12px;
    overflow: hidden;
  }

  #grid-popup.detail-mode .popup-main-image-wrapper {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #grid-popup.detail-mode #popup-main-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
  }

  #grid-popup.detail-mode .popup-thumbs-wrapper {
    margin-top: 8px;
    flex: 0 0 108px;     /* ارتفاع ثابت نوار پایین */
    height: 108px;
  }

  #grid-popup.detail-mode .popup-thumbs {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    direction: rtl;
    gap: 8px;
  }

  #grid-popup.detail-mode .popup-thumb {
    flex: 0 0 auto;           /* جلوگیری از کشیده شدن یا فشرده شدن */
    width: 100px;              /* عرض ثابت */
    height: 60px;             /* ارتفاع ثابت */
    border-radius: 4px;
    overflow: hidden;
    direction: ltr;
  }

  #grid-popup.detail-mode .popup-thumb img {
    width: 100% !important;   /* کاملاً داخل thumb */
    height: 100% !important;
    object-fit: cover;
    border-radius: 8px;
  }


  /* اگر می‌خوای یه دکمه برگشت هم داشته باشی */
  .popup-detail-close {
    display: none;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 5;
    cursor: pointer;
  }

  #grid-popup.detail-mode .popup-detail-close {
    display: inline-block;
  }
  #grid-popup.detail-mode .popup-nav {
    position: absolute;
    top: 46% !important;
    transform: translateY(-50%);
    border: none;
    background: rgb(0 0 0 / 53%);
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
  }

  #grid-popup.detail-mode .popup-prev {
    left: 8px;
  }

  #grid-popup.detail-mode .popup-next {
    right: 8px;
  }

  #grid-popup.detail-mode .popup-thumb.is-active {
    border: 3px solid #0383a8;
    border-radius: 8px;
  }

  .intro-video-play-icon::before {
    width: 48px;
    height: 48px;
  }
  .intro-video-play-icon::after {
    border-width: 8px 0 8px 14px;
  }
  .popup-thumb.has-intro-video-thumb::after {
    padding: 12px 18px;
    width: 48px;
    height: 48px;
  }

}


/*About Section*/
.inner-about-section {
  margin-top: 16px;
}

/*About menu*/
.crp-inner-all-content {
  position: relative;
}
.inner-about-menu {
  position: sticky;
  top: 0;
  z-index: 1001;
  background: #fff;
  padding: 10px 0;
  width: 101% !important;
  border-bottom: 1px solid #d0d0d0;
}
.inner-about-menu.stuck {
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.05);
}
.branch-sticky-menu {
  z-index: 100;
  padding: 8px 0;
  padding-bottom: 0px;
}
.branch-sticky-menu ul {
  display: flex;
  justify-content: start;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.branch-sticky-menu a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  padding: 6px 10px;
  transition: color 0.2s;
}
.branch-sticky-menu a:hover {
  color: #0383a8;
}
.branch-sticky-menu a.active {
  color: #045e73;
  border-bottom: 2px solid #045e73;
}

/*About row*/
.inner-about-row {
  display: flex;
  gap: 48px;
  margin-top: 24px;
  flex-direction: row;
}
.inner-about-self {
  flex: 1 1 50%;
  order: 1;
}
.inner-about-emkanat {
  flex: 1 1 50%;
  order: 2;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  justify-items: start;
}
.feature-item {
  text-align: center;
}
.feature-item img {
  width: 25px;
  height: 25px;
  margin-bottom: 0px;
}

/*Map Section*/
.contact-map-section {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  gap: 48px;
}
div#map-section {
  width: 50%;
}
div#branch-map {
    border-radius: 10px;
}
.map-navigation-logos {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
.map-navigation-logos img {
  height: 36px;
  width: auto;
  transition: transform 0.2s ease;
  cursor: pointer;
}
.map-navigation-logos img:hover {
  transform: scale(1.1);
}
h4.mo-map-navigation {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
}
.mo-map-navigation-contan {
  display: flex;
  gap: 8px;
}

/*Contact Section*/
div#contact-section {
  width: 50%;
  align-content: center;
}
.inner-contact-section {
  border: 1px solid #0383a8;
  padding: 32px 32px;
  border-radius: 10px;
}
ul.contact-info-list {
  text-decoration: none;
  list-style: none;
  padding: 0px;
}

/*Comments Section*/
.crp-comments-section {
  display: flex;
  flex-direction: row;
  gap: 48px;
}
.crp-comments-section-right {
  width: 60%;
}
.crp-comment-form-wrapper {
  width: 40%;
  margin-top: 40px;
}
.crp-stars {
  direction: rtl;
  font-size: 20px;
  color: #ccc;
}
.crp-star.filled {
  color: #f39c12;
}
.crp-comment-item, .crp-reply-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.crp-replies {
  margin-top: 10px;
  padding-right: 20px;
  border-right: 2px solid #eee;
}
.crp-comments-section {
    margin-top: 32px;
    border-top: 1px solid #e7e7e7;
    padding-top: 24px;
    margin-bottom: 32px;
}
.crp-comments-section ul {
  list-style: none;
}
ul.crp-comment-list {
  padding: 0px 0px;
}
li.crp-comment-item {
  padding: 4px 16px;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}
.crp-comment-stars {
  display: flex;
  direction: rtl;
  font-size: 24px;
  gap: 5px;
  cursor: pointer;
  margin-bottom: 24px;
}
.crp-comment-stars .star {
  color: #ccc;
  transition: color 0.2s;
}
.crp-comment-stars .star.selected {
  color: #f39c12;
}
.crp-comment-stars .star.hovered,
.crp-comment-stars .star.selected {
  color: #f39c12;
}
form.crp-comment-form input, form.crp-comment-form textarea {
  border-radius: 10px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.crp-comment-form button.submit {
  width: 100%;
  border-radius: 10px;
  background-color: #0383a8;
  color: white;
  padding: 16px !important;
}
.crp-replies {
  margin-top: 10px;
  padding-right: 20px;
  border-right: 2px solid #eee;
  background-color: #0383a81a;
  border-radius: 10px;
  margin-bottom: 12px;
}
.crp-comment-form-wrapper {
  position: sticky;
  top: 88px;
  align-self: flex-start; /* مهم */
  height: fit-content;
}

/*Ligtbox Section*/
.read-more-wrapper {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.read-more-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, white 100%);
  pointer-events: none;
  transition: max-height 0.5s ease;
}
.read-more-toggle {
  display: block !important;
  margin: -3% auto 0;
  text-align: center !important;
  background: none !important;
  border-bottom: 1px solid #0383a8 !important;
  padding: 0px 2px !important;
  cursor: pointer;
  font-size: 13px !important;
  color: #0383a8 !important;
  transition: max-height 0.5s ease;
}
a.branch-btn.reserve-btn {
  font-size: 16px;
  line-height: 1.3;
}









.grid-popup-overlay {
  position: fixed;
  inset: 0;
  background: #06000070;
  display: none;
  justify-content: center;
  align-items: start;
  z-index: 9999;
  overflow-y: auto;
}

.grid-popup-overlay.show {
  display: flex;
}

.grid-popup-content {
  width: 65%;
  max-width: 65%;
  position: relative;
  max-height: 94%;
  height: 94%;
  background: #fff;
  top: 3%;
  padding: 24px 16px;
  border-radius: 10px;
}
.grid-popup-content .popup-header-title {
  font-size: 20px;
  font-weight: 800;
}
.grid-popup-content .popup-header-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #6f6f6f;
}

.grid-popup-close {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 32px;
  border: 2px solid #c9c9c991;
  color: #000;
  cursor: pointer;
  padding: 0px 16px;
  border-radius: 16px;
}

.grid-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.grid-images img {
  width: 100%;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s;
}

.grid-images img:hover {
  transform: scale(1.05);
}


@media (max-width: 600px) {
    .container {
        background-color: #f3f3f3 !important;
        padding: 0px !important;

    }
    .main-page-wrapper {
        padding-top: 0px !important;
    }
    .branch-header-top-right {
        width: 100% !important;
    }
    .branch-header-top-left {
        width: 100% !important;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .breadcrumb-wrapper {
        background: none !important;
    }
    .container-masjed h2, .container-masjed h1,.container-masjed h3 {
        font-size: 20px;
    }
    .branch-header-inner {
        margin-top: 8px;
    }
    .moarrefi .branch-header {
        margin-top: -8px !important;
    }
  .crp-main-backs {
        background-color: white !important;
        padding-top:16px !important;
        padding-bottom:16px !important;
        padding-right:24px !important;
        padding-left:24px !important;
        border-radius: 10px !important;
    }
  .wd-page-content.main-page-wrapper {
    background-color: #f2f2f2  !important;
  }
  .branch-header-top {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .moarrefi {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .breadcrumb {
    max-width: 100%;
    font-size: 10px;
  }
  .reserve-btn {
    padding: 8px 16px;
  }
  .gallery-main {
    width: 50%;
  }
  .gallery-wrapper {
    gap: 8px;
  }
  .inner-about-row {
    flex-direction: column;
  }
  .feature-item img {
    width: 20px;
    height: 20px;
  }
  .inner-about-row {
    gap: 24px;
  }
  .contact-map-section {
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
  div#map-section {
    width: 100%;
  }
  div#contact-section {
    width: 100%;
  }
  .crp-comments-section {
    flex-direction: column-reverse !important;
    gap: 24px;
    margin-top: 0px;
    border-top: none;
  }
  .crp-comments-section-right {
    width: 100%;
    margin-bottom: 24px;
  }
  .crp-comment-form-wrapper {
    width: 100%;
    margin-top: 0px;
  }
  .branch-sticky-menu ul {
    justify-content: start;
    gap: 2px;
    font-size: 12px;
    text-wrap-mode: nowrap;
  }
  .crp-comment-form-wrapper {
    position: static !important;
    top: auto !important;
  }
  .inner-contact-section {
    border: none;
    padding: 8px 16px;
  }
  .inner-about-menu {
    padding: 10px 16px;
    width: 120% !important;
    margin-right: 0%;
    border-bottom: none;
  }
  .crp-inner-all-content {
    margin-top: 24px;
  }
  .branch-sticky-menu a {
    font-size: 14px;
  }
  .thumb.more-images {
    font-size: 12px;
    max-width: 123px;
    max-height: 30px;
    bottom: 8px;
    left: 20px;
  }

}