.grw-row {
  display: flex !important;
  justify-content: center !important;
}

.grw-slider-dots {
  display: none !important;
}

.wp-gr .grw-slider .grw-slider-btns svg path {
  fill: #3273dc !important;
}

.wp-gr
  .grw-slider:not(.wp-dark)
  .grw-slider-review-inner.grw-slider-review-border {
  background: transparent !important;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1) !important;
}

.wp-star svg path {
  fill: #000000 !important;
}

.wp-gr.wpac a.wp-google-name,
.wp-gr .wp-google-rating {
  color: #000000 !important;
}

.wp-gr .wp-google-wr a, {
  background: black!important;
}

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  z-index: 9999;
  display: none;
}

.popup--active {
  display: flex;
}

.popup__exit {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  text-align: left;
}

.popup__exit i {
  color: black;
}

.popup__exit i:hover {
  color: grey;
}

.popup__container {
  position: relative;
  padding: 30px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 96%;
  max-width: 800px;
  height: fit-content;
  border-radius: 18px;
}

.popup__title {
  color: #222;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  width: 100%;
  padding: 20px;
  text-align: left;
}

.popup__text {
  margin-bottom: 10px;
  width: 100%;
  padding: 0px 20px;
}

.popup__text p {
  color: #222;
  font-size: 16px;
  text-align: left;
}

.site-header {
  position: relative;
}
.nav-popup-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: fit-content;
  width: fit-content;
  margin-left: 10px;
  display: none;
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 50;
}

@media (min-width: 1088px) {
  .nav-popup-btn-container {
    height: 100%;
    display: flex;
    position: relative;
    bottom: 0;
    right: 0;
  }
}

.nav-popup-btn-container--active {
  display: flex;
}

.nav-popup-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
  width: fit-content;
  background-color: unset;
  color: black;
  padding-bottom: calc(1.4em - 1px);
  padding-left: 2em;
  padding-right: 2em;
  padding-top: calc(1.4em - 1px);
  border: 2px solid #007DFF;
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 0.9rem;
  height: 1px;
  transition: 0.3s;
}

.nav-popup-btn-container--active {
  display: flex;
}
.nav-popup-btn:hover {
  background-color: #007dff;
  color: white;
  transition: 0.3s;
}

.popup-form {
  width: 100%;
  z-index: 3;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.popup-form .wpcf7 {
  width: 100%;
}

.popup-form-input {
  width: 100%;
  margin-bottom: 20px;
}

.popup-form-input {
  width: 100%;
}

.popup-form-input span {
  width: 100%;
}

.popup-form-input span input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #222;
  background-color: transparent;
  padding: 10px;
  outline: none;
}

.popup-form-input span input::placeholder {
  color: #222;
}

.popup-form-submit {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.popup-form-submit input {
  width: fit-content;
  border: #222;
  background-color: black;
  padding: 10px 20px;
  color: #222;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: fit-content;
  width: fit-content;
  background-color: black;
  color: white;
  padding-bottom: calc(1.4em - 1px);
  padding-left: 2em;
  padding-right: 2em;
  padding-top: calc(1.4em - 1px);
  border: 2px solid black;
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 14.4px;
  text-transform: uppercase;
  height: 1px;
}

.popup-form-submit input:focus {
  outline: none;
}

.popup-form-submit input:hover {
  color: black;
  background-color: white;
  transition: 0.3s;
}

.popup-form-submit .wpcf7-spinner {
  display: none;
}

.popup-form__checkboxes {
  width: fit-content;
}

.wpcf7-form-control {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.wpcf7-list-item label span {
  color: #222;
  font-size: 16px;
  margin-left: 0.5rem;
}

.wpcf7-not-valid-tip {
  color: white;
}

.about {
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 80px;
}

.about__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  margin: 100px 0;
}
@media (min-width: 1088px) {
  .about__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}

.about__image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 500px;
  padding: 0 20px;
}

@media (min-width: 1088px) {
  .about__image-container {
    padding: 0;
  }
}

.about__text-box {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

@media (min-width: 1088px) {
  .about__text-box {
    padding: 0;
  }
}

.about__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.05rem;
  margin-bottom: 15px;
  line-height: 1.125;
}

.about__text {
  margin-bottom: 15px;
}

.about__text p {
  color: #222;
  line-height: 1.8rem;
  font-size: 16px;
}

.about__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: fit-content;
  width: fit-content;
  background-color: white;
  color: black;
  padding-bottom: calc(1.4em - 1px);
  padding-left: 2em;
  padding-right: 2em;
  padding-top: calc(1.4em - 1px);
  border: 2px solid black;
  cursor: pointer;
  font-weight: 600 !important;
  font-size: 14.4px;
  text-transform: uppercase;
  height: 1px;
}

.about_btn:hover {
  background-color: black;
  color: white;
  transition: 0.3s;
}
