@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);

.ht-container {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.74;

  position: relative;

  visibility: visible;
  overflow-x: hidden;

  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;

  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  letter-spacing: 0;

  color: #4a4949;
}

.ht-container *,
.ht-container ::after,
.ht-container ::before {
  box-sizing: border-box;
}

.ht-container h1,
.ht-container h2,
.ht-container h3,
.ht-container h4,
.ht-container h5,
.ht-container h6 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 1.3;

  margin-top: 0;

  color: #1a1a1a;
}

.ht-container p:last-child {
  margin-bottom: 0;
}

.ht-container a,
.ht-container button {
  line-height: inherit;

  display: inline-block;

  cursor: pointer;
  text-decoration: none;

  color: inherit;
}

.ht-container a,
.ht-container button,
.ht-container img,
.ht-container input {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-container a:focus {
  text-decoration: none;

  color: inherit;
  outline: 0;
}

.ht-container a:hover {
  text-decoration: none;

  color: #fe8403;
}

.ht-container button,
.ht-container input[type="submit"] {
  cursor: pointer;
}

.ht-container img {
  max-width: 100%;
}

.ht-container ul:last-child {
  margin-bottom: 0;
}

.ht-container svg:not(:root) {
  overflow: hidden;
}

.ht-container :focus {
  outline: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-md-mt-50 {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .ht-md-mt-50 {
    margin-top: 50px;
  }
}

.ht-text-toggle-btn {
  font-size: 14px;

  padding: 0;

  transition: all 0.3s ease-in-out;
  text-decoration: underline !important;

  border: 0;
  background-color: transparent;
}

.ht-row {
  display: flex;
  flex-wrap: wrap;

  margin-right: -15px;
  margin-left: -15px;
}

.ht-col-lg-12,
.ht-col-lg-4,
.ht-col-lg-8 {
  position: relative;

  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.ht-col-lg-12 {
  flex: 0 0 100%;

  max-width: 100%;
}

.ht-col-lg-8 {
  flex: 0 0 66.666667%;

  max-width: 66.666667%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ht-col-lg-8 {
    flex: 0 0 62%;

    max-width: 62%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-col-lg-8 {
    flex: 0 0 100%;

    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ht-col-lg-8 {
    flex: 0 0 100%;

    max-width: 100%;
  }
}

.ht-col-lg-4 {
  flex: 0 0 33.333333%;

  max-width: 33.333333%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ht-col-lg-4 {
    flex: 0 0 38%;

    max-width: 38%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-col-lg-4 {
    flex: 0 0 100%;

    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ht-col-lg-4 {
    flex: 0 0 100%;

    max-width: 100%;
  }
}

.ht-google-place-title {
  margin-bottom: 30px;
}

.ht-google-place-title .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;

  display: block;

  margin-bottom: 0;
  padding-bottom: 10px;

  border-bottom: 1px solid #eaeaea;
}

.ht-google-place-title.ht-without-border .title {
  padding-bottom: 0;

  border: 0;
}

.section-padding {
  padding: 10px 0;
}

.ht-google-place {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px 20px;
  border: 1px solid #eaeaea;
  border-radius: 15px;
  background-color: #fff;
}

.ht-google-place:last-child {
  margin-bottom: 0;
}

.ht-google-place.ht-bg-gray {
  border: 0;
  background-color: #f8f8f8;
}

.ht-google-place.ht-bg-white {
  border: 0;
  background-color: #fff;
}

.ht-google-place .ht-google-place-head {
  display: flex;
  align-items: center;
}

.ht-google-place .ht-google-place-head .ht-google-place-thumbnail {
  flex: 0 0 103px;

  width: 103px;
  margin-right: 24px;
}

.ht-google-place .ht-google-place-head .ht-google-place-thumbnail a {
  display: block;
}

.ht-google-place .ht-google-place-head .ht-google-place-thumbnail a img {
  border-radius: 15px;
}

.ht-google-place .ht-google-place-head .ht-google-place-content .ht-google-place-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;

  margin-bottom: 5px;

  color: #1a1a1a;
}

@media only screen and (max-width: 479px) {
  .ht-google-place .ht-google-place-head .ht-google-place-content .ht-google-place-title {
    font-size: 18px;
  }
}

.ht-google-place .ht-google-place-head .ht-google-place-content .ht-google-place-avg-rating {
  display: flex;
  align-items: center;

  margin-bottom: 15px;
}

.ht-google-place .ht-google-place-head .ht-google-place-content .ht-google-place-avg-rating .ht-google-place-avg-rating-num {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;

  padding-top: 2px;
  padding-right: 10px;

  color: #1a1a1a;
}

.ht-google-place .ht-google-place-head .ht-google-place-content .ht-google-place-avg-rating .ht-google-place-avg-rating-star {
  display: flex;

  width: 105px;
  height: 13px;

  background-repeat: space;
  background-position: left top;
  background-size: 14px 13px;
}

.ht-google-place .ht-google-place-head .ht-google-place-content .ht-google-place-avg-rating .ht-google-place-avg-rating-star .ht-google-place-avg-rating-star-active {
  height: 13px;

  background-repeat: space;
  background-position: left top;
  background-size: 14px 13px;
}

.ht-google-place .ht-google-place-head .ht-google-place-content .ht-google-place-avg-rating .ht-google-place-avg-rating-star .ht-google-place-rating-star {
  width: 100% !important;
  min-width: 100px !important;
}

.ht-google-place .ht-google-place-head .ht-google-place-content .ht-google-place-avg-rating .ht-google-place-avg-rating-star .ht-google-place-rating-star svg {
  width: 100px !important;
  min-width: 100px !important;
  height: 15px !important;
}

.ht-google-place .ht-google-place-head .ht-google-place-content .ht-google-place-index {
  display: inline-block;

  padding: 10px 15px;

  border: 1px solid #e4e4e4;
  border-radius: 5px;
}

.ht-google-place .ht-google-place-head .ht-google-place-content .ht-google-place-index img {
  display: flex;
}

.ht-google-place-content .ht-google-place-rating-total {
  margin-right: 1rem;
}

.ht-slider {
  width: 100%;
}

.ht-slider .ht-slider-item {
  display: none;

  animation: reveal 0.5s ease-in-out;
}

.ht-slider .ht-slider-item.active {
  display: block;
}

.ht-slider .dots {
  padding: 10px;

  text-align: center;
}

.ht-slider .dots li {
  line-height: 0.5;

  display: inline-block;

  padding: 7px 11px;

  cursor: pointer;
  transition: opacity 0.2s;
  text-indent: -9999px;

  opacity: 0.5;
  color: #fff;
  border-radius: 50%;
  background: #333;
}

.ht-slider .dots li.active {
  opacity: 1;
}

@keyframes reveal {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ht-google-place-review-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;

  margin-right: -10px;
  margin-left: -10px;
}

.ht-google-place-review-wrapper .ht-google-place-review-item {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.ht-google-place-review-wrapper.column-2 .ht-google-place-review-item {
  max-width: 50%;
}

@media only screen and (max-width: 575px) {
  .ht-google-place-review-wrapper.column-2 .ht-google-place-review-item {
    max-width: 100%;
  }
}

.ht-google-place-review-wrapper.column-3 .ht-google-place-review-item {
  max-width: 33.33%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-google-place-review-wrapper.column-3 .ht-google-place-review-item {
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .ht-google-place-review-wrapper.column-3 .ht-google-place-review-item {
    max-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .ht-google-place-review-wrapper.column-3 .ht-google-place-review-item {
    max-width: 100%;
  }
}

.ht-google-place-review-wrapper.column-4 .ht-google-place-review-item {
  max-width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ht-google-place-review-wrapper.column-4 .ht-google-place-review-item {
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .ht-google-place-review-wrapper.column-4 .ht-google-place-review-item {
    max-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .ht-google-place-review-wrapper.column-4 .ht-google-place-review-item {
    max-width: 100%;
  }
}

.ht-google-place-review {
  position: relative;

  overflow: hidden;

  height: 100%;
  padding: 20px 20px;

  border: 1px solid #eaeaea;
  border-radius: 15px;
  background-color: #fff;
}

.ht-google-place-review.ht-bg-white {
  border: 0;
  background-color: #fff;
}

.ht-google-place-review .ht-google-place-review-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ht-google-place-review .ht-google-place-review-inner .ht-google-place-review-thumbnail {
  flex: 0 0 85px;

  width: 85px;
  margin-right: 20px;
}

.ht-google-place-review .ht-google-place-review-inner .ht-google-place-review-thumbnail img {
  border-radius: 15px;
}

.ht-google-place-review .ht-google-place-review-inner .ht-google-place-review-content .ht-google-place-review-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;

  margin-bottom: 5px;

  color: #1a1a1a;
}

.ht-google-place-review .ht-google-place-review-inner .ht-google-place-review-content .ht-google-place-review-avg-rating {
  display: flex;
  align-items: center;

  margin-bottom: 5px;
}

.ht-google-place-review .ht-google-place-review-inner .ht-google-place-review-content .ht-google-place-review-avg-rating .ht-google-place-review-avg-rating-star {
  display: flex;

  width: 100px;
  height: 15px;

  background-repeat: space;
  background-position: left top;
  background-size: 14px 13px;
}

.ht-google-place-review .ht-google-place-review-inner .ht-google-place-review-content .ht-google-place-review-avg-rating .ht-google-place-review-avg-rating-star .ht-google-place-review-avg-rating-star-active {
  height: 13px;

  background-repeat: space;
  background-position: left top;
  background-size: 14px 13px;
}

.ht-google-place-review .ht-google-place-review-inner .ht-google-place-review-content .ht-google-place-review-avg-rating .ht-google-place-review-avg-rating-star .ht-google-place-rating-star {
  width: 100% !important;
  min-width: 100px !important;
}

.ht-google-place-review .ht-google-place-review-inner .ht-google-place-review-content .ht-google-place-review-avg-rating .ht-google-place-review-avg-rating-star .ht-google-place-rating-star svg {
  width: 100px !important;
  min-width: 100px !important;
  height: 15px !important;
}

.ht-google-place-review .ht-google-place-review-inner .ht-google-place-review-content .ht-google-place-review-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;

  color: #909090;
}

.ht-gpr-arrow-more-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ht-google-map-button-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  margin: 0 -9px;
}

.ht-google-map-button-area.btn-right {
  justify-content: flex-end;
}

.ht-google-map-button-area.btn-space-between {
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 479px) {
  .ht-google-map-button-area {
    margin: 0 -5px;
  }
}

.ht-slider-arrow {
  display: flex;

  margin: 0 -5px;
}

.ht-slider-arrow .ht-slide-btn {
  line-height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 55px;
  height: 55px;
  margin: 0 5px;

  transition: all 0.3s ease-in-out;

  border: 1px solid #ebebeb;
  border-radius: 50%;
  background-color: transparent;
}

.ht-slider-arrow .ht-slide-btn img {
  width: 20px;
  height: 20px;

  transition: all 0.3s ease-in-out;
}

.ht-slider-arrow .ht-slide-btn:hover {
  border-color: #fe8403;
}

.ht-slider-arrow .ht-slide-btn:hover img {
  filter: invert(64%) sepia(83%) saturate(3110%) hue-rotate(356deg) brightness(98%) contrast(105%);
}

.ht-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 48px !important;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  height: 50px;
  margin: 0 9px;
  padding: 0 38px;

  cursor: pointer;
  white-space: nowrap;

  border-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  outline: 0;
}

@media only screen and (max-width: 479px) {
  .ht-btn {
    margin: 0 5px;
    padding: 0 25px;
  }
}

.ht-btn.ht-btn-radius {
  border-radius: 50px;
}

.ht-btn:hover {
  color: #fe8403;
  border-color: #fe8403;
}

.ht-google-place-review.ht-google-place-review-style-1 .ht-google-place-review-summery {
  flex: 0 0 100%;

  width: 100%;
  margin-top: 15px;
}

.ht-google-place-review.ht-google-place-review-style-1 .ht-google-place-review-summery p {
  margin-top: 0;
  margin-bottom: 0;
}

.ht-google-place-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

:root {
  /* Light theme variables (default) */
  --ht-background-primary: #ffffff;
  --ht-background-secondary: #f5f5f5;
  --ht-background-card: #ffffff;
  --ht-text-primary: #000000;
  --ht-text-secondary: #4a4949;
  --ht-text-subdued: #909090;
  --ht-border-color: #e5e5e5;
  --ht-review-card-bg: #ffffff;
  --ht-review-name-color: #1a1a1a;
  --ht-review-text-color: #4a4949;
  --ht-review-date-color: #909090;
  --ht-button-bg: #ffffff;
  --ht-button-text: #000000;
}

/* Dark mode variables */
[data-theme="dark"] {
  /* Background colors */
  --ht-background-primary: #1f1f1f;
  --ht-background-secondary: #2d2d2d;
  --ht-background-card: #363636;
  
  /* Text colors */
  --ht-text-primary: #ffffff;
  --ht-text-secondary: #e0e0e0;
  --ht-text-subdued: #a0a0a0;
  
  /* Border colors */
  --ht-border-color: #404040;
  
  /* Component specific colors */
  --ht-review-card-bg: #2d2d2d;
  --ht-review-name-color: #ffffff;
  --ht-review-text-color: #e0e0e0;
  --ht-review-date-color: #909090;
  --ht-button-bg: #404040;
  --ht-button-text: #ffffff;
}


.ht-google-place-wrapper {
  margin-bottom: 30px;
}

/* Dark mode styles for Read All Reviews button */
[data-theme="dark"] .ht-google-map-button-area .ht-btn {
  background-color: var(--ht-background-secondary);
  color: var(--ht-text-primary);
  border-color: var(--ht-border-color);
}

[data-theme="dark"] .ht-google-map-button-area .ht-btn:hover {
  background-color: var(--ht-review-card-bg);
  color: var(--ht-text-primary) !important;
  border-color: var(--ht-google-review-four-column-style-one-widget-theme-color);
}


/* Add these styles to your existing CSS */
.ht-google-place-wrapper[data-theme="dark"] .ht-google-place {
  background-color: var(--ht-background-primary);
}

.ht-google-place-wrapper[data-theme="dark"] .ht-google-place-content a,
.ht-google-place-wrapper[data-theme="dark"] .ht-google-place-content span {
  color: var(--ht-text-primary) !important;
}

.ht-google-place-wrapper[data-theme="dark"] a:hover {
  color: var(--ht-text-primary) !important;
}


.ht-google-place-wrapper[data-theme="dark"] .ht-google-place-content {
  color: var(--ht-text-secondary);
}

.ht-google-place-wrapper[data-theme="dark"] .ht-btn {
  background-color: var(--ht-background-primary);
  color: var(--ht-text-primary);
  border-color: var(--ht-border-color);
}
