:root {
    --main-color: #d33753;
    --light-color: #fafafa;
   --padding-lg: 3rem;
   --padding-md: 2rem;
   --padding-sm: 1rem;
    --shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    --shadow-light: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
        rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.underlined {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.65);
}

.ph {
  font-size: 20px;
}

.rr-main {
  width: 100%;
  display: flex;
  justify-content: center;
}

.rs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 1300px;
}

#shareIcon {
  display: flex;
  gap: 5px;
  position: relative;
  cursor: pointer;
}

/* ---------------------------------------------------- real estate ---------------------------------------------------------- */

/* --title-- */

.rs-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.rs-head-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rs-head-left h3 {
  font-weight: 500;
  font-size: 25px;
}

.rs-head-left h3 sup {
  font-size: 10px;
  margin-left: 5px;
}

.rs-head-loc {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.rs-head-loc-stamp {
  display: flex;
  align-items: center;
  gap: 5px;
}

.rs-head-right {
  display: flex;
  justify-content: center;
  align-items: end;
}

.details-clickables {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.color-options-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.color-option {
    display: flex;
    background: #f8f8f8;
    align-items: center;
    padding: 10px 20px;
    border-radius: 3rem;
    position: relative;
    gap: 5px;
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.tooltip {
    transform: translateY(-2px);
}

.color-box {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.clickable {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  cursor: pointer;
}

.ratingsreviews {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.r-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ratings-wrapper {
  margin: 0.5rem 0 1rem 0;
}

.reviews-wrapper {
  gap: 2rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.reviewTitle {
  display: flex;
  gap: 10px;
  align-items: center;
}

.reviewBox {
  display: flex;
  align-items: center;
  gap: 5px;
}

.reviewBox span {
  font-size: 20px;
  font-weight: 500;
}

.r-wrapper h3 {
  font-weight: 500;
}

.ratings {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.ratings-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}

.rater-box {
  display: flex;
  gap: 5px;
  align-items: center;
}

.rater-box i {
  font-size: 12px;
}

.rating-bars {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}

.bar-container {
  display: flex;
  gap: 1.5rem;
  width: 100%;
}

.bar-holder {
  width: 250px;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  background-color: #f8f8f8;
}

.bar {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

@media (max-width: 500px) {
  .rating-bars {
    font-size: 14px;
  }

  .bar-holder {
    flex-basis: 50%;
  }
}

.bar {
  background-color: #000;
  box-shadow: var(--shadow);
}

.reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.review {
  width: 43%;
}

.review-div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.reviewer-div {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.reviewer-div img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.reviewer-div-span {
  display: flex;
  flex-direction: column;
}

.reviewer-div-span p {
  font-size: 14px;
}

.reviewText {
  color: rgba(0, 0, 0, 0.75);
}

.form-review {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.short-cuts {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
}

.short-cuts li.active, .short-cuts li:hover {
  border-bottom: 1px solid var(--main-color);
}

.short-cuts li {
  padding: 1rem;
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

.short-cuts li:nth-child(1) {
    padding-left: 0rem;
}

.short-cuts li:last-child {
    padding-right: 0rem;
}

.rs-ms-r.linkers {
  padding-top: 0rem;
}

.short-cuts li a {
  font-weight: 500;
}

.short-cuts li:hover a, .short-cuts li.active a {
  color: var(--main-color);
}

.popup-chat-window, .popup-mail-form {
  position: fixed;
  bottom: 1rem;
  right: -500px;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: 0.25s ease;
  z-index: 100000000;
  padding: 0;
  width: 300px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
}

.popup-mail-form {
    padding: 1.5rem;
    overflow: unset;
}

#closeChatWindow,
#minChatWindow {
  font-size: 22px;
  cursor: pointer;
  color: var(--main-color);
}

.close-mail-btn {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
    position: absolute;
    cursor: pointer;
    top: -1rem;
    right: 1.5rem;
}

.chat-window-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 100%;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-head-div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.chat-head-div p {
  font-size: 14px;
  margin-right: 0.25rem;
}

.chat-profile-img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}

.bi-dash {
  cursor: pointer;
}

.chat-window-box {
  overflow: hidden;
}

.chat-window-message {
  padding: 1rem 1rem 4rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: auto;
  height: 400px;
}

.chat-message {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.chat-window-details {
  display: flex;
  gap: 5px;
}

.chat-window-tail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}

.chat-submit {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat-window-tail textarea {
  font-size: 13px;
  padding-top: 0.5rem;
  width: 200px;
}

.chat-window-tail textarea::-webkit-scrollbar {
  display: none;
}

.chat-window-tail textarea::placeholder {
  font-size: 13px;
}

.chat-message.sent-message {
  align-items: flex-end;
}

.chat-message.recieved-message {
  align-items: flex-start;
}

.chat-window-details img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}

.chat-timestamp {
  font-size: 10px;
  margin-top: 0.25rem;
}

.chat-message.sent-message .chat-timestamp {
  align-self: flex-end;
}

.chat-text {
  background-color: #f0f0f0;
  padding: 0.75rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #000;
}

.chat-message.sent-message .chat-text {
  align-items: flex-end;
  background-color: var(--main-color);
  color: #fff;
}

.chat-text p {
  font-size: 12px;
}

.chat-message.sent-message .chat-username {
  text-align: end;
}

.chat-message.sent-message .chat-window-details {
  flex-direction: row-reverse;
}

.popup-mail-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.popup-mail-box input, .popup-mail-box textarea {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 10px;
  height: 150px;
  border-radius: 5px;
}

.submit-mail-user {
  padding: 1rem;
  border-radius: 8px;
  background-color: var(--main-color);
  color: #fff;
}

.close-user-mail-btn {
  position: absolute;
  top: -1rem;
  right: 1rem;
  border-radius: 50%;
  background-color: var(--main-color);
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}

.close-user-mail-btn i {
  color: #fff;
  font-size: 12px;
}

.form-review-box {
  display: flex;
  gap: 1rem;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
  padding: 0.5rem;
}

.rating-offering {
  margin-left: 0.5rem;
  display: flex;
  gap: 10px;
  align-items: center;
}

.form-review-box input,
.form-review-box textarea {
  width: 100%;
}

.form-review-box textarea {
  padding: 0 0.5rem;
}

.form-review-box input::placeholder,
.form-review textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.text-box {
  flex-direction: column;
  padding: 1rem;
  border-radius: 5px;
}

.form-review-box label {
  text-decoration: underline;
  font-size: 14px;
}

.service-rater {
  display: flex;
  gap: 5px;
}

.service-rater i {
  cursor: pointer;
  font-size: 20px;
  color: #000;
}

.review-form-button {
  padding: 5px 15px;
  border-radius: 5px;
  background: linear-gradient(to right, #ca3064, #ec719b);
  color: #fff;
  width: fit-content;
}

/* --image-gallery-- */

.rs-images {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 10px;
  border-radius: 1rem;
}

.rs-images img {
  object-fit: cover;
}

.single-image {
    width: 100%;
    height: 500px;
    border-radius: 1rem;
}

.single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rs-images.two-images img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.rs-images.three-images .rs-image-left {
  flex-basis: 70%;
  width: 100%;
}

.job-image {
    width: 130px;
    height: 130px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
}

.job-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rs-images.three-images .rs-image-right {
  flex-basis: 30%;
  width: 100%;
}

.rs-images.three-images .rs-image-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rs-images.three-images .rs-image-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rs-images.three-images .rs-image-right img {
  width: 100%;
  height: 49%;
  object-fit: cover;
}

.rs-images.four-images {
  flex-direction: column;
}

.rs-images.four-images .images-div {
  display: flex;
  gap: 10px;
  height: 50%;
}

.rs-images.four-images .images-div img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.rs-images.multiple-images .rs-image-left {
  flex-basis: 50%;
  width: 100%;
}

.rs-images.multiple-images .rs-image-left img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.rs-images.multiple-images .rs-image-right {
  flex-basis: 50%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rs-images.multiple-images .rs-image-right img {
  width: 48.5%;
  height: 49%;
}

.bi-check-circle-fill {
  color: var(--main-color);
}

@media (max-width:900px) {
  .rs-images.three-images .rs-image-left {
    flex-basis: 100%;
  }

  .rs-images.three-images .rs-image-right {
    display: none;
  }

  .rs-images.multiple-images .rs-image-left {
    flex-basis: 100%;
  }

  .rs-images.multiple-images .rs-image-right {
    display: none;
  }
}

@media (max-width:700px) {
  .rs-images.two-images img:nth-child(1) {
    width: 100%;
    height: 100%;
  }

  .rs-images.two-images img:nth-child(2) {
    display: none;
  }

  .rs-images.four-images .down-image {
    display: none;
  }

  .rs-images.four-images .up-image {
    height: 100%;
  }

  .rs-images.four-images .up-image img {
    width: 100%;
    height: 100%;
  }

  .rs-images.four-images .up-image img:nth-child(2) {
    display: none;
  }
}

.more-button {
  display: flex;
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  background-color: #fff;
  border-radius: 5px;
  align-items: center;
  gap: 10px;
  padding: 1rem;
  cursor: pointer;
}

.rs-close-popup {
  cursor: pointer;
}

.rs-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.rs-overlay-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}

.rs-overlay-main-image {
  width: 700px;
  height: 65vh;
}

.rs-overlay-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.rs-overlay-thumbnails {
  display: flex;
  width: 700px;
  gap: 10px;
  overflow-x: auto;
  justify-content: center;
}

.rs-overlay-thumbnails::-webkit-scrollbar {
  height: 8px;
}

.rs-overlay-thumbnails::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 3rem;
}

.rs-overlay-thumbnails img {
  width: 90px;
  cursor: pointer;
  border-radius: 8px;
  height: 90px;
  object-fit: cover;
  transition: 0.25s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  filter: brightness(0.75);
}

.rs-overlay-thumbnails img:hover {
  filter: brightness(1);
}

.rs-hidden {
  display: none;
}

.rs-close-btn {
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: white;
  cursor: pointer;
  font-size: 30px;
  z-index: 1;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  border-radius: 50%;
}

.rs-close-btn:hover {
    background-color: rgba(255,255,255,0.25);
}

.rs-left-arrow,
.rs-right-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  z-index: 2;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.rs-left-arrow {
  left: -3.5rem;
}

.rs-right-arrow {
  right: -3.5rem;
}

/* -- section -- */

.rs-section {
  display: flex;
  position: relative;
  gap: 2rem;
  justify-content: space-between;
}

.rs-section-left {
  flex-basis: 65%;
  width: 100%;
}

.bs-section-left {
  flex-basis: 65%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.rs-ms-r {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 2rem 0rem;
  transition: 0.25s ease;
}

.details-timings {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rs-agent-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 2rem 0;
}

.rs-agent-wrapper h3 {
    font-weight: 1000;
    font-size: 18px;
}

.rs-services-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rs-service-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rs-service-item i {
  color: var(--main-color);
  font-size: 8px;
}

.agents-address {
    padding: 2rem 0;
}

.rs-ms-r.here {
  border-bottom: unset;
}

.rs-ms-r.space {
  padding-top: 0.5rem;
}

.rs-ms-r:first-child {
  padding-top: unset;
}

.rs-ms-r:last-child {
  border-bottom: unset;
}

.rs-ms-ro h4 {
  font-weight: 500;
  font-size: 25px;
}

.rs-ms-ro-stamps {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.rs-ms-ro-stamp {
  display: flex;
  gap: 10px;
  align-items: center;
}

.rs-ms-rt {
  gap: 1rem;
}

.rs-ms-rt-r {
  display: flex;
  gap: 1.5rem;
}

.rs-ms-rt-r p {
  font-weight: 500;
}

.rs-ms-rt-r i {
  font-size: 20px;
}

.rs-mt-rt-stamp {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rs-mt-rt-stamp div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: rgba(0, 0, 0, 0.65);
}

.rs-sticky-box {
  width: 100%;
    display: flex;
    flex-direction: column;
    top: 1rem;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    border-radius: 5px;
    position: sticky;
    top: 16rem;
}

.rs-sb-r {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 2rem;
  display: flex;
}

.rs-sb-r:last-child {
  border-bottom: unset;
}

.rs-sb-ro {
  justify-content: space-between;
  align-items: center;
}

.rs-price {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rs-price p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: underline;
}

.rs-price h3 {
  font-weight: 500;
  font-size: 25px;
}

.rs-sb-rt,
.rs-sb-rth {
  flex-direction: column;
  gap: 1rem;
}

.rs-sb-rt-ro {
  padding: 2rem;
  border: 1px solid var(--main-color);
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 10px;
}

.rs-reveal {
  font-size: 12px;
}

.rs-sb-rt-ro-stamp {
  display: flex;
  gap: 1rem;
}

.rs-sb-rt-ro-stamp i {
  font-size: 20px;
}

.rs-sb-rt-ro-stamp div {
  display: flex;
  gap: 10px;
}

.rs-sb-rt-b {
  display: flex;
  gap: 10px;
  padding: 1rem;
  background-color: #000;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.rs-sb-rth {
  display: flex;
  flex-direction: column;
}

.rs-sb-rth-ro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1rem;
}

.rs-sb-rth-r {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rs-sb-rth-r i {
  font-size: 20px;
}

.rs-publisher-profile {
  display: flex;
  gap: 1rem;
}

.rs-publisher-profile-user {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-end;
}

.rs-publisher-profile-user div {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.rs-publisher-profile div h4 {
  font-weight: 500;
}

.rs-publisher-profile img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
}

#description {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.25rem;
  width: 90%;
}

#description.expanded {
  -webkit-line-clamp: unset;
  display: block;
}

#description-profile {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.profile-clicker {
  cursor: pointer;
  font-size: 14px;
}

.profile-name-user {
    font-size: 14px;
    width: 150px;
}

#description-profile.expanded {
  -webkit-line-clamp: unset;
  display: block;
}


@media (max-width:640px) {
  #description {
    width: 100%;
  }
}

#toggle-btn {
  width: fit-content;
  display: flex;
  gap: 5px;
  align-items: flex-end;
}

#toggle-btn span {
  font-size: 16px;
  text-decoration: underline;
}

.rs-ms-rf {
  gap: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rs-ms-rf.remove {
  border-top: unset;
}

.rs-ms-rf h3 {
  font-weight: 500;
  margin-bottom: 1rem;
}

.rs-ms-rf.here h3 {
  margin-bottom: 0.5rem;
}

.rs-amenities-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rs-amenities-list button {
  width: fit-content;
  padding: 1rem 2rem;
  border: 1px solid #000;
  border-radius: 3rem;
  margin-top: 1rem;
}

.rs-amenities-container {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}

.rs-amenities {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.rs-amenity {
  display: flex;
  gap: 2rem;
}

.rs-amenity.here {
  gap: 1rem;
}

.rs-amenity-stamp {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.rs-amenity-stamp h4 {
  font-weight: 500;
}

.rs-amenity-stamp ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rs-amenity-stamp ul div {
  display: flex;
  gap: 10px;
}

.rs-amenities-popup {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
}

.rs-amenities-popup-content {
  width: 600px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 1rem;
  height: 70vh;
}

@media (max-width:700px) {
  .rs-amenities-popup {
    padding: 0 1rem;
  }

  .rs-amenities-popup-content {
    width: 100%;
  }
}

.rs-amenities-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
}

.rs-amenities-title i {
  font-size: 20px;
  color: var(--main-color);
}

.rs-popup-amenities-container {
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: 0rem 2rem 2rem 2rem;
}

@media (max-width:700px) {
  .rs-popup-amenities-container .rs-amenity {
    gap: 1rem;
  }
}

.rs-popup-amenities-container .rs-amenity {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0;
}

.rs-popup-amenities-container .rs-amenity.here {
  border-bottom: unset;
  padding-bottom: unset;
}

.rs-popup-amenities-container::-webkit-scrollbar {
  display: none;
}

.rs-amenities-popup.remove-popup {
  display: none;
}

.rs-map {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rs-map.here {
  margin-top: 1.5rem;
}

.rs-map h3 {
  font-weight: 500;
}

.rs-map-holder {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  height: 300px;
}

.serviceType {
    padding: 5px 10px;
    border-radius: 5px;
    background: var(--main-color);
    color: #fff;
    width: fit-content;
}

.add-services {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.add-services span {
    padding: 5px;
    background: #EFEFEF;
    font-size: 14px;
    border-radius: 5px;
}

.rs-map-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rs-ads-slider {
  padding: 1rem 0;
  display: flex;
  gap: 1rem;
  position: relative;
  overflow: auto;
}

.rs-ads-slider::-webkit-scrollbar {
  display: none;
}

.rental-only-fields {
  display: none;
}

.sale-only-field {
  display: none;
}

.rs-ads-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  position: relative;
  width: 100%;
}

.rs-slide-btns {
  display: flex;
  position: absolute;
  right: 0;
  top: -2rem;
}

.rs-ad {
  min-width: 325px;
  max-width: 325px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.rs-ad img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}

.rs-ad-banner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rs-ad-head {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rs-ad-head h3 {
  font-weight: 500;
  font-size: 16px;
}

.rs-ad-cat {
  display: flex;
  gap: 5px;
  align-items: center;
}

.rs-ad-cat-light {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.rs-ad-tail {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rs-end-icons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rs-end-icons div {
  display: flex;
  gap: 10px;
}

.rs-end-icons a span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
}

.chat-option {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0rem;
  border-radius: 10px;
  color: #fff;
  background-color: var(--main-color);
  gap: 10px;
  cursor: pointer;
}

.chat-option-clear {
  background-color: unset;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #000;
  margin-top: 0.5rem;
}

.sup-card {
  font-size: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
}

#rs-ad-prev {
  left: -1rem;
}

#rs-ad-next {
  right: -1rem;
}

#copyMessage {
  position: absolute;
  bottom: -1rem;
  left: 0;
  display: none;
  font-size: 10px;
  width: 100px;
  color: var(--main-color);
}

/* -- media queries -- */

@media (max-width: 1400px) {
  .rs-wrapper {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .rs-sticky-box {
    top: 17rem;
  }
}

@media (max-width: 1000px) {

  .rs-section {
    flex-direction: column;
  }
}

@media (max-width: 850px) {
  .rs-overlay-content {
    padding: 1.5rem;
    width: 100%;
    overflow: hidden;
  }

  .rs-overlay-main-image {
    width: 100%;
  }

  .rs-overlay-thumbnails {
    width: 100%;
  }

  .rs-close-btn {
    top: 10px;
    right: 10px;
  }

  .rs-left-arrow {
    left: 0;
  }

  .rs-right-arrow {
    right: 0;
  }
}

@media (max-width: 700px) {
  .review {
    width: 400px;
  }
}

@media (max-width: 650px) {
  .rs-ms-ro-stamps {
    flex-direction: column;
  }

  .rs-ms-ro-stamps .bi-dot {
    display: none;
  }

  .rs-overlay-thumbnails {
    justify-content: flex-start;
  }

  .rs-overlay-thumbnails::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 500px) {
  .rs-head {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }

  .rs-section-right {
    width: 100%;
  }

  .rs-sb-rt-b {
    font-size: 12px;
  }

  .rs-sb-rth-ro {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .ratings {
    width: 100%;
  }

  .review {
    width: 100%;
  }

  .form-review {
    width: 100%;
  }
}

/* -------------------------------------------- astrology category------------------------------------------ */

.astro-container, .event-container, .localService-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.astro-wrapper {
  width: 1300px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.astro-category-details {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.astro-category {
  display: flex;
  gap: 8px;
  align-items: center;
}

.astro-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  gap: 5px;
}

.astro-title h3 {
  font-weight: 500;
  font-size: 1.5rem;
}

.astro-section {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.astro-heart {
  align-self: flex-end;
  color: var(--main-color);
  font-size: 18px;
}

.astro-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex-basis: 65%;
  width: 100%;
}

.astro-images {
  width: 100%;
  height: 500px;
  gap: 10px;
  position: relative;
}

.astro-map-holder {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.16);
  height: 400px;
  border-radius: 1rem;
}

.astro-images::-webkit-scrollbar {
  display: none;
}

.astro-images img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 8px;
}

.astro-right {
  min-width: 400px;
}

.astro-more-photos {
  display: flex;
  background-color: #fff;
  color: #000;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.75rem 1.5rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.astro-service-provider {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.astro-service-provider.here {
  margin-top: 0.25rem;
}

.astro-bussiness-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 10px;
}

.astro-bussiness-top {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.astro-bussiness-detail {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.astro-bussiness-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.astro-tagline {
  margin-left: 2rem;
}

.astro-tagline p {
  color: rgba(0, 0, 0, 0.75);
}

.astro-sub-title h4 {
  font-size: 20px;
  font-weight: 700;
}

.astro-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.astro-map {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.astro-map.here {
  margin-top: 2rem;
}

.astro-timings {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.astro-table {
  margin-top: 0.8rem;
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 10px;
}

.astro-table,
th,
td {
  min-width: 50%;
  border: 2px solid rgba(0, 0, 0, 0.25);
  padding: 5px;
}

td {
  text-align: center;
}

.local-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.local-category {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0.75rem 1rem;
  font-size: 12px;
  align-items: center;
}

.local-title {
  gap: 10px;
  flex-wrap: wrap;
}

.local-title-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.local-title-cat {
  display: flex;
  gap: 10px;
  align-items: center;
}

.local-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
}

.local-images {
  display: flex;
}

.local-slide {
  min-width: 100%;
  display: none;
  height: 600px;
  object-fit: cover;
  border-radius: 5px;
  transition: 0.5s ease;
}

.local-slide.active {
  display: block;
}

.local-prev-btn,
.local-next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: var(--main-color);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}

.local-prev-btn {
  left: 1rem;
}

.local-next-btn {
  right: 1rem;
}

.local-services {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.local-services-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.local-services-box li {
  padding: 0.75rem 1rem;
  display: flex;
  gap: 5px;
  font-size: 12px;
  border-radius: 5px;
  border: 1px solid var(--main-color);
}

.le-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1400px) {
  .astro-wrapper {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .astro-section {
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .local-services-box li {
    font-size: 10px;
  }
}

@media (max-width: 500px) {
  .astro-right {
    min-width: unset;
    width: 100%;
  }
}

/* --------------------------------------------------- jobs --------------------------------------------------------- */

.jobs-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.jobs-section {
  width: 1300px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.jobs-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
}

.job-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.job-title h3 {
  font-weight: 500;
  font-size: 1.5rem;
}

.jobs-poster {
  position: relative;
  width: 100%;
}

.slideshow-container {
  width: 100%;
  position: relative;
  height: 500px;
}

.slideshow-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.dots-container {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.25s ease;
}

.dot.active {
  background-color: var(--main-color);
}

.jobs-container {
  display: flex;
  width: 100%;
  gap: 2rem;
}

.jobs-container-left {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.jobs-icons {
  display: flex;
  gap: 5px;
}

.jobs-icons i {
  font-size: 20px;
}

.jobs-icons a span {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.jobs-container-right {
  position: relative;
}

.job-gallery {
  position: relative;
}

.job-gallery-images {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.job-gallery-images img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 1rem;
}

.job-description-box {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
}

.jobs-requirements {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 2rem;
}

.map-title {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pins {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
}

.pins span {
  width: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  height: 3px;
}

.map-title h3 {
  font-weight: 500;
}

.job-salary-box {
  padding: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.requirement-part {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.rs-amenity-stamp ul li {
  display: flex;
  gap: 5px;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
}

.job-salary {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.job-salary p {
  color: var(--main-color);
}

.jd-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-transform: capitalize;
}

.basic-requirements {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem 0 1rem 0;
}

.basic-requirements .astro-bussiness-detail {
  gap: 2rem;
}

.job-roles {
  padding: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 1.5rem;
}

.colors {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.astro-bussiness-detail-room {
  display: flex;
  gap: 2rem;
}

.job-roles.here {
  padding-bottom: 3rem;
}

.job-roles.remove {
  border-bottom: unset;
}

@media (max-width:750px) {
  .job-roles {
    flex-direction: column;
  }
}

.job-roles-div {
  flex-basis: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.rs-ms-ro h4 sup {
  font-weight: 400;
  font-size: 12px;
}

.astro-tagline-alt p {
  color: rgba(0, 0, 0, 0.75);
}

.job-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.job-role-box {
  display: flex;
  gap: 2rem;
}

.job-role-box.here {
  gap: 1rem;
}

.job-role-box .astro-bussiness-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.astro-bussiness-detail p:first-child {
  color: rgba(0, 0, 0, 1);
}

.astro-bussiness-detail p {
  color: rgba(0, 0, 0, 0.65);
}

.job-description-title {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.job-description-title span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.job-description-title h3 {
  font-weight: 500;
}

.job-salary span {
  font-weight: 500;
}

.it-skills-container {
  padding: 2rem;
}

.it-skills-container ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.it-skills-container ul li {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0.75rem 1rem;
  display: flex;
  gap: 5px;
}

@media (max-width:640px) {
  .it-skills-container ul li {
    font-size: 12px;
  }
}

.it-wrapper {
  display: flex;
  justify-content: center;
}

.see-more-reviews {
  position: relative;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 1);
  width: fit-content;
}

.review-popup-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100000000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}

.review-popup-box {
  background-color: #fff;
  height: 70vh;
  width: 450px;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 1rem;
}

@media (max-width:500px) {

  .review-popup-overlay {
    padding: 1.5rem;
  }

  .review-popup-box {
    width: 100%;
  }
}

.review-popup {
  font-size: 15px;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.review-popup-content {
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 0rem 1.5rem;
}

.review-popup-title {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  padding: 1.5rem 0;
  padding-left: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.close-review-popup {
  position: absolute;
  top: 1.5rem;
  font-size: 20px;
  right: 2rem;
  color: var(--main-color);
}

.review-popup-content::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1400px) {
  .jobs-section {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .jobs-container {
    flex-direction: column;
  }

  .jobs-icons {
    flex-direction: row;
  }
}

/* -------------------------------- roommates and rentals ---------------------------------------------------- */

.rr-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 1300px;
}

.rr-images {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.rr-big-image {
  width: 100%;
  height: 500px;
}

.rr-big-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.rr-small-images {
  display: flex;
  gap: 10px;
}

.rr-small-images img {
  width: 33%;
  height: 300px;
  flex-shrink: initial;
  border-radius: 10px;
  object-fit: cover;
}

.rule-book {
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 450px;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position: relative;
}

.rule-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rule-title h3 {
  font-weight: 500;
}

.rule-box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.rule-box p {
  text-transform: capitalize;
}

@media (max-width: 1400px) {
  .rr-wrapper {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .rr-small-images {
    flex-direction: column;
  }

  .rr-small-images img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .rule-book {
    width: 100%;
  }

  .review {
    width: 100%;
  }
}

/* ------------------------------- buy sell ----------------------------------- */

.bs-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.bs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 1300px;
}

.bs-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}

.bs-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.bs-p-bg {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
}

.bs-yel {
  font-weight: 500;
  font-size: 12px;
}

.bs-yel img {
  width: 20px;
  height: 20px;
}

.bs-green {
  padding: unset;
  font-weight: 500;
}

.bs-green img {
  width: 7px;
  height: 14px;
  object-fit: cover;
}

.bs-green p::first-letter {
  font-size: 1rem;
}

.bs-post-details {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.bs-detail {
  display: flex;
  gap: 10px;
  align-items: center;
}

.bs-overview {
  padding: 0.5rem 0;
  width: 100%;
  text-transform: capitalize;
}

@media (max-width: 500px) {
  .bs-overview {
    width: 100%;
  }
}

.bs-heading {
  display: flex;
  gap: 5px;
  align-items: center;
}

.bs-heading div {
  display: flex;
  gap: 5px;
  align-items: center;
}

.bs-heading div i {
  color: var(--main-color);
}

.bs-ob {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bs-ob-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bs-ob h3 {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 20px;
}

.bs-ob:last-child {
  border-bottom: none;
}

.bs-icons {
  display: flex;
  gap: 10px;
}

.bs-overview-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bs-rule {
  display: flex;
  gap: 5px;
  align-items: center;
}

.bs-icons a span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
}

.bs-h {
  font-size: 2.5rem;
  margin: 0.5rem 0;
}

.bs-slider {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.bs-big-image {
  width: 100%;
  height: 500px;
}

.bs-big-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.bs-small-images {
  overflow: auto;
  display: flex;
  gap: 10px;
}

.bs-small-images img {
  min-width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
}

.bs-small-images::-webkit-scrollbar {
  display: none;
}

.bs-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.bs-features {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.bs-feature {
  display: flex;
  gap: 10px;
  align-items: center;
}

.bs-feature i {
  color: var(--main-color);
}

#featureToggleButton {
  align-self: flex-start;
  padding: 1rem 2rem;
  border: 1px solid var(--main-color);
  margin-top: 0.5rem;
  border-radius: 3rem;
}

.detail-sub {
  display: flex;
  gap: 1.5rem;
}

.detail-inner-sub {
  /* width: 100%; */
  display: flex;
  gap: 10px;
  /* justify-content: space-between; */
}

.detail-inner-sub.here {
  flex-direction: column;
  gap: 10px;
}

.detail-inner-sub.here span {
  color: rgba(0, 0, 0, 0.75);
}

.car-slider {
  width: 100%;
  position: relative;
  height: 600px;
}

.car-big-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.car-big-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  filter: brightness(0.75);
}

.car-small-images {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  bottom: 2rem;
  overflow: auto;
}

.car-small-images::-webkit-scrollbar {
  display: none;
}


.cm-container {
  display: flex;
  justify-content: center;
}

.cs-container {
  display: flex;
  justify-content: center;
}

.car-colored {
  width: 100%;
  height: 200px;
  border-radius: 8px;
}

.car-color-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.car-color-content span:nth-child(1) {
  font-weight: 500;
}

.car-small-images img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 1);
}

.car-feature-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
  width: 100%;
}

.car-feature-title {
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
}

.car-feature-title h3 {
  font-weight: 500;
}

.car-feature-title span {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.car-feature-title i {
  color: var(--main-color);
}

.car-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  padding: 2rem;
}

.car-feature {
  padding: 1rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}

.car-feature i {
  color: var(--main-color);
}

.review-context-div {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
}

.rs-amenity-stamp ul.here {
  gap: 1rem;
}

@media (max-width: 1400px) {
  .bs-wrapper {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .rating-offering span {
    font-size: 12px;
  }
}
.loader-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.astro-container h3, .rr-main h3, .it-wrapper h3, .bs-container h3, .cs-container h3, .cm-container h3, .jobs-wrapper h3, .localService-container h3 {
    font-weight: 1000;
}

.similar-blog-items {
  background-color: #FFF;
  border-radius: 0 3rem 3rem 0;
  padding: 10px 20px 10px 10px;
  position: absolute;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  display: flex;
  align-items: center;
  gap: 12px;
  top: 1rem;
}

.similar-blog-item span {
  display: flex;
  align-items: center;
  font-size: 12px;
  flex-direction: column;
}

.event-map {
  margin-top: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 100%;
  height: 200px;
}

.agenda-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.agenda-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.agenda-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 1rem 1.5rem;
  padding-top: 2rem;
}

.agenda-id {
  position: absolute;
  top: 0rem;
  right: 1rem;
  background-color: var(--main-color);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  color: #fff;
  font-size: 10px;
  padding: 1rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 600;
}

.ticket-container h3 {
  font-size: 14px;
  font-weight: 600;
}

.section-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.section-details p {
  font-size: 12px;
}

.section-details h4 {
  color: var(--main-color);
}

.view-tickets-btn {
  padding: 15px 25px;
  font-size: 10px;
  border-radius: 3rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  color: #000;
}

.view-tickets-btn:hover {
  color: #fff;
  background-color: var(--main-color);
}

.ticket-container {
  padding: 20px;
  background: white;
  border-radius: 8px;
}

.sections-list,
.tickets-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 5px;
}

.section-item,
.ticket-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 5px;
}

.ticket-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tickets-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.back-btn {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ticket-details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 12px;
}

.ticket-details h4 {
  color: var(--main-color);
}

.back-btn i {
  font-size: 12px;
  color: var(--main-color);
}

.ticket-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qty-btn {
  padding: 5px 10px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.qty-display {
  min-width: 30px;
  text-align: center;
}

.buy-tickets-btn {
  width: 100%;
  padding: 12px;
  background-color: var(--main-color);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.buy-tickets-btn:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

.agenda-box h4 {
  color: var(--main-color);
}

.agenda-box:first-child {
  margin-top: 1rem;
}

.agenda-box p {
  font-size: 14px;
}

.agenda-time {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 3px;
}

.agenda-time-stamp {
  display: flex;
  gap: 5px;
  align-items: center;
}

.agenda-time-stamp span {
  font-size: 12px;
}

.agenda-peoples {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0.5rem;
}

.agenda-people {
  padding: 10px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.agenda-people span {
  font-size: 12px;
}

.agenda-people img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.json-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.json-container h2 {
  font-size: 20px;
  font-weight: 1000;
}

.json-container p {
  font-size: 16px;
}

.json-container button {
  background-color: var(--main-color);
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
  width: fit-content;
}

.json-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 999999999;
  backdrop-filter: blur(3px);
}

.json-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 90vw;
  max-height: 90vh;
  width: 800px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.json-popup-header {
  background: #f8f9fa;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.json-popup-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #333;
}

.json-close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #000;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.json-close-btn:hover {
  background: #FFF;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.json-popup-content {
  padding: 1.5rem;
  overflow-y: auto;
  flex: 1;
  background: white;
}

.json-viewer-container {
  max-height: 500px;
  overflow-y: auto;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 1rem;
  background: #fafafa;
}

.json-loading {
  text-align: center;
  padding: 2rem;
  color: #6c757d;
}

.json-error {
  color: #dc3545;
  text-align: center;
  padding: 1rem;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .json-popup {
    width: 95vw;
    height: 90vh;
  }

  .json-popup-header {
    padding: 0.75rem 1rem;
  }

  .json-popup-content {
    padding: 1rem;
  }
}

.json-viewer-container .json-view {
  font-family: 'Courier New', monospace;
  font-size: 14px;
}