.common-banner__section {
  background-color: var(--light);
}
.common-banner__section .featured-image {
  position: relative;
  overflow: hidden;
}
/* .common-banner__section .featured-image::after {
  content: "";
  background-image: url(../img/banner-bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
} */
.common-banner__section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 11/4;
}
.common-banner__section .banner-title,
.banner-content__section .banner-title {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
  padding: 0 20px;
}
.common-banner__section .banner-title {
  margin-top: clamp(35px, 4vw, 60px);
}
.common-banner__section h1,
.banner-content__section h1 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
}
.common-banner__section ul.breadcrumbs,
.banner-content__section ul.breadcrumbs {
  justify-content: center;
  margin: 0;
}
.common-banner__section ul.breadcrumbs li:not(:last-child) a::after,
.banner-content__section ul.breadcrumbs li:not(:last-child) a::after {
  content: url(../img/breadcrumb.svg);
}
.common-banner__section,
.banner-content__section,
.archive.category .site-main > section:nth-child(2) {
  background-color: var(--light);
}
.banner-content__section .content__area {
  max-width: 842px;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}
.banner-content__section .content__area h2 {
  font-size: clamp(30px, 3vw, 40px);
}
.banner-content__section p {
  font-size: 18px;
}

.archive.category .site-main > section:nth-child(3),
.trekking-package__section {
  background-color: #f0f4f8;
}

.all-blog__section,
.all-reviews__section,
.all-faqs__section,
.contact-us__section,
.single-blog__section,
.team-single__section {
  margin-top: clamp(25px, 3vw, 45px);
}
.all-blog__section .section-wrap,
.contact-us__section .section-wrap {
  max-width: 470px;
  margin-bottom: clamp(35px, 3vw, 45px);
}
.all-blog__section .section-wrap h1,
.all-reviews__section .section-wrap h1,
.all-faqs__section .section-wrap h1 {
  font-size: clamp(30px, 4vw, 40px);
}
.all-blog__section .travel-stories-wrapper {
  border-top: 1px solid #dddedf;
  padding-top: clamp(35px, 3vw, 50px);
}

.all-faqs__section ul.breadcrumbs,
.all-reviews__section ul.breadcrumbs {
  justify-content: center;
}

.about-us__section {
  background-color: var(--light);
}
.about-us__section .wrapper-small {
  display: flex;
  align-items: center;
  gap: clamp(25px, 3vw, 45px);
}
.about-us__section .wrapper-small:not(:last-child) {
  margin-bottom: clamp(40px, 3vw, 50px);
}
.about-us__section .wrapper-small.who-we-are {
  flex-direction: row-reverse;
}
.about-us__section .entry-container {
  width: 47%;
}
.about-us__section .content__area {
  overflow: hidden;
}
.about-us__section .featured-image {
  width: 50%;
  position: sticky;
  top: 115px;
  box-shadow:
    0px 8px 18px 0px #66b0ff14,
    0px 33px 33px 0px #66b0ff12,
    0px 75px 45px 0px #66b0ff0a,
    0px 134px 54px 0px #66b0ff03,
    0px 209px 59px 0px #66b0ff00;
}
.about-us__section span {
  display: block;
  color: #2691ff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 14px;
}
.about-us__section .content__area h2 {
  font-size: clamp(30px, 3vw, 40px);
  margin-bottom: clamp(10px, 2vw, 20px);
}
.about-us__section p {
  font-size: 18px;
}
.about-us__section img {
  width: 100%;
  height: 100%;
  max-height: 469px;
  border-radius: 12px;
  object-fit: cover;
}
.who-we-are-wrapper {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 15px;
  margin-top: clamp(20px, 3vw, 30px);
}
.who-we-are-wrapper > div {
  position: relative;
}
.who-we-are-wrapper > div:not(:last-child)::after {
  content: "";
  height: 28px;
  width: 1px;
  background-color: #bedeff;
  position: absolute;
  top: 8px;
  right: -20px;
}
.who-we-are-wrapper span {
  color: #2591fe;
  display: block;
  font-weight: 500;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -3%;
  line-height: 1;
  margin: 0;
}
.who-we-are-wrapper p {
  font-size: 14px;
  text-transform: uppercase;
  color: #4d4d4d;
  font-weight: 500;
}

.our-founder__section,
.we-do__section,
.multilingual-service__section {
  background-color: #e9f0f8;
}
.our-founder-wrapper {
  background-color: var(--light);
  border-radius: 12px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 45px);
}
.our-founder-wrapper .featured-image {
  max-width: 295px;
  min-width: 295px;
  width: 100%;
}
.our-founder-wrapper img {
  border-radius: 8px;
  width: 100%;
  height: 327px;
  object-fit: cover;
}
.our-founder-wrapper .entry-container {
  max-width: 680px;
}
.our-team__section .our-founder-wrapper .entry-container > div,
.our-founder__section .our-founder-wrapper .entry-container > div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.our-founder-wrapper h2 {
  margin-bottom: 10px;
}
.our-founder-wrapper span {
  font-size: clamp(18px, 2vw, 20px);
  font-style: italic;
  font-weight: 500;
  display: block;
  color: #2692ff;
  margin-bottom: 15px;
}
.our-founder-wrapper p {
  font-size: 18px;
}
.our-founder-wrapper .entry-container .experience {
  display: flex;
  align-items: start;
  gap: 6px;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  margin-bottom: 18px;
}
.our-founder-wrapper .entry-container .experience svg {
  min-width: 21px;
  margin-top: -1px;
}
.our-founder-wrapper .outline-btn {
  margin-top: 24px;
}
.founder-wrapper .our-founder-wrapper:not(:last-child) {
  margin-bottom: 30px;
}

.mission-commitment__section,
.our-philosophy__section {
  background-color: #f8fbff;
}
.we-do__section .section-wrap {
  background: linear-gradient(
    180deg,
    rgba(0, 126, 255, 0.5) 0%,
    rgba(0, 60, 121, 0) 100%
  );
  background-color: #004181;
  position: relative;
  padding: 35px;
  overflow: hidden;
  border-radius: 12px;
  margin: 0;
  height: 260px;
}
.we-do__section .section-wrap::after {
  content: url(../img/circle-bg.svg);
  position: absolute;
  bottom: -2px;
  right: 0;
}
.we-do__section .section-wrap h2 {
  color: var(--light);
}
.we-do__section .section-wrap p {
  font-size: 18px;
  color: var(--light);
}
.we-do-container {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 260px;
}
.we-do-container::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 50%;
  width: 100%;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  -webkit-mask-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 40%,
    rgba(0, 0, 0, 0)
  );
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0));
}
.we-do-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.we-do-container .entry-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  z-index: 1;
  max-width: 235px;
}
.we-do-container .icon {
  width: 49px;
  height: 48px;
  min-height: 48px;
  background-color: var(--light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.we-do-container h3 {
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--light);
}
.we-do-container p {
  color: var(--light);
}

.mission-commitment__section .wrapper-small {
  display: flex;
  gap: 20px;
}
.mission-commitment-container {
  padding: clamp(29px, 3vw, 44px);
  border: 1px solid #003c7933;
  background-color: var(--light);
  position: relative;
  border-radius: 12px;
  flex: 1;
}
.mission-commitment-container:first-child {
  padding: clamp(30px, 3vw, 45px);
  overflow: hidden;
  border: unset;
  background: linear-gradient(
    180deg,
    rgba(0, 126, 255, 0.5) 0%,
    rgba(0, 60, 121, 0) 100%
  );
  background-color: #004181;
  position: relative;
}
.mission-commitment-container:first-child::after {
  content: url(../img/mission-bg.svg);
  position: absolute;
  right: 0;
  top: 0;
}
.mission-commitment-container:first-child h2 {
  color: #e5edf4;
}
.mission-commitment-container:first-child p {
  color: #ccdae8;
}
.mission-commitment-container div {
  position: relative;
}
.mission-commitment-container img {
  margin-bottom: 25px;
}
.mission-commitment-container h2 {
  margin-bottom: 14px;
}
.mission-commitment-container p {
  font-size: 18px;
}

.multilingual-wrapper {
  max-width: 762px;
  margin: 0 auto;
  text-align: center;
}
.multilingual-service__section .section-wrap.center {
  max-width: 502px;
  margin: 0;
  margin-top: -95px;
  margin-left: auto;
  margin-right: auto;
}
.multilingual-service__section .section-wrap p {
  font-size: 18px;
}

.our-philosophy__section .section-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  row-gap: 5px;
}
.our-philosophy__section .section-wrap p {
  margin: 0;
  max-width: 351px;
}
.our-philosophy-wrapper > div {
  border: 1px solid #00000033;
  border-radius: 12px;
  background: linear-gradient(
    101.66deg,
    rgba(255, 255, 255, 0.75) 0%,
    rgba(255, 255, 255, 0) 52.97%
  );
  background-color: #003c790d;
  padding: 20px;
}
.our-philosophy-wrapper span {
  width: 48px;
  height: 48px;
  color: var(--light);
  background-color: #003c79;
  letter-spacing: -3%;
  font-weight: 500;
  font-size: clamp(22px, 3vw, 26px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-philosophy-wrapper .entry-content {
  margin-top: clamp(30px, 4vw, 80px);
}
.our-philosophy-wrapper > div:nth-child(2) {
  background-color: #0182700d;
}
.our-philosophy-wrapper > div:nth-child(2) span {
  background-color: #018270;
}
.our-philosophy-wrapper > div:nth-child(3) {
  background-color: #9900850d;
}
.our-philosophy-wrapper > div:nth-child(3) span {
  background-color: #6666ff;
}
.our-philosophy-wrapper h3 {
  margin-bottom: 10px;
}

.why-sherpa-himalaya__section {
  background-color: #eff7ff;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 380px;
}
.why-sherpa-himalaya__section .why-us-wrapper {
  max-width: 100%;
  grid-template-columns: repeat(2, 1fr);
}
.why-sherpa-himalaya__section .why-us-wrapper .entry-container {
  padding: 26px;
}
.why-sherpa-himalaya__section .entry-content {
  overflow: hidden;
  display: block !important;
  margin: 0 !important;
}
.read-more-btn {
  margin-top: 15px;
  display: block;
  width: fit-content;
  text-decoration: underline;
}

body.team-popup {
  overflow: hidden;
}
.our-team__section .wrapper-xsmall {
  max-width: 1140px;
}
.executive-leadership-team {
  position: relative;
}
.team-popup .executive-leadership-team::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  background: #000;
  opacity: 0.8;
  z-index: 9999;
}
.executive-leadership-team .section-wrap h2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.executive-leadership-team .section-wrap h2::before {
  content: "";
  width: 6px;
  height: 27px;
  border-radius: 14px;
  background-color: #007eff;
  display: block;
}
.executive-leaders-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 35px;
}
.executive-leaders {
  box-shadow: 3px 3px 12px 0px #003c791a;
  background-color: #ffffffcc;
  border-radius: 12px;
  padding: 25px;
  cursor: pointer;
}
.executive-leaders img {
  width: 100%;
  height: 306px;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 16px;
}
.executive-leaders h3 {
  margin-bottom: 4px;
}
.executive-arrow {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
.executive-arrow svg {
  min-width: 31px;
}
.other-staff-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 25px;
}
.other-staff-container {
  position: relative;
  cursor: pointer;
}
.other-staff-container .experience {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #d7a248;
  padding: 7px 14px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--light);
  font-size: 14px;
  font-weight: 500;
}
.other-staff-container .experience::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  inset: 0;
}
.other-staff-container .experience span {
  position: relative;
}
.other-staff-container img {
  width: 100%;
  height: 355px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 15px;
}
.other-staff-container h3 {
  margin-bottom: 4px;
}

.all-reviews-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  row-gap: 80px;
  margin-top: 100px;
}
.all-reviews-container {
  background-color: var(--light);
  box-shadow: 0px 0px 12px 0px #003c791a;
  border-radius: 12px;
  padding: 0 35px 35px;
  position: relative;
}
.all-reviews-container::before {
  content: url(../img/review-bg.png);
  position: absolute;
  top: 35px;
  right: 35px;
}
.all-reviews-container .image-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.all-reviews-container .image-title img {
  width: 137px;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  border: 5px solid var(--light);
  box-shadow: 0px 0px 4px 0px #0040814d;
  margin-top: -50px;
}
.all-reviews-container .image-title span {
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
  color: var(--text-1);
}
.all-reviews-container h3 {
  margin-bottom: 12px;
}
.all-reviews-container .entry-content {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.all-reviews-container .review-footer span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2692ff;
  display: block;
}
.all-reviews-container .review-footer p {
  color: #333333;
  font-weight: 500;
}
.all-reviews__section .review-container {
  max-width: 733px;
  margin: 0 auto;
}

.all-faqs__section .wrapper-medium {
  max-width: 690px;
}
/* .all-faqs__section .wrapper-medium > .section-wrap {
  padding-bottom: 15px;
} */
.all-faq-wrapper {
  border-top: 1px solid #dddedf;
}
.all-faq-wrapper > div {
  padding-top: clamp(35px, 3vw, 55px);
}

.contact-us-wrapper {
  display: flex;
  align-items: start;
  gap: 35px;
  justify-content: space-between;
  border-top: 1px solid #dddedf;
  padding-top: clamp(35px, 3vw, 45px);
}
.contact-us-wrapper h2 {
  margin-bottom: 6px;
}
.contact-us-container {
  max-width: 347px;
  width: 100%;
}
.contact-us-container > div:not(:last-child) {
  margin-bottom: 30px;
}
.contact-us-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-us-container li {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #003c7933;
  border-radius: 12px;
  background-color: var(--light);
  padding: 15px;
  margin-bottom: 15px;
}
.contact-us-container li:last-child {
  margin-bottom: 0;
}
.contact-us-container li .icon {
  width: 52px;
  height: 55px;
  min-width: 52px;
  border-radius: 12px;
  background-color: #e5ebf1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-container span {
  color: #1a1a1a;
  font-weight: 500;
  font-size: 18px;
}
.contact-us-container li p {
  color: var(--text-1);
  letter-spacing: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-us-container li p a {
  position: relative;
  display: block;
}
.contact-us-container li p a:not(:last-child)::after {
  content: "|";
  margin: 0 4px;
}
.contact-us-container .social-media {
  margin-top: 18px;
}

.contact-us-form {
  border: 1px solid #003c7914;
  background-color: var(--light);
  box-shadow: 0px 0px 12px 0px #003c791a;
  border-radius: 12px;
  padding: clamp(25px, 3vw, 35px);
  width: 100%;
  max-width: 666px;
}
.contact-us-form > div {
  max-width: 387px;
}
.contact-us-form > div.wpcf7 {
  max-width: 100%;
  margin-top: 35px;
}
.contact-us-form form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-us-form form > p {
  margin: 0;
  width: calc(50% - 10px);
  letter-spacing: 0;
}
.contact-us-form form > p:nth-last-of-type(1),
.contact-us-form form > p:nth-last-of-type(2),
.contact-us-form form > p:nth-last-of-type(3) {
  width: 100%;
}
.contact-us-form form label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #404040;
}
.contact-us-form form label > span {
  margin-top: 4px;
  display: block;
}
.contact-us-form form > p .wpcf7-submit {
  width: fit-content;
  padding: 12px 18px;
}

.map__section iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 13/4;
}

.single-blog__section .wrapper-xsmall {
  max-width: 1024px;
}
.single-blog-wrapper {
  display: flex;
  align-items: start;
  gap: 30px;
}
.single-blog-sidebar {
  max-width: 296px;
  min-width: 296px;
  width: 100%;
  position: sticky;
  top: 40px;
}
.single-blog-sidebar #ez-toc-container {
  border: 1px solid #00000033;
  background-color: var(--light);
  border-radius: 12px;
  padding: 25px 20px;
  margin: 0;
  width: 100%;
}
.ez-toc-title-toggle {
  display: none !important;
}
.ez-toc-title-container {
  margin-bottom: 15px;
}
div#ez-toc-container .ez-toc-title {
  font-size: 20px;
  color: var(--text-1);
  font-weight: 500;
  position: relative;
  display: flex;
  align-content: center;
  gap: 6px;
}
div#ez-toc-container .ez-toc-title::before {
  content: url(../img/toc.png);
}
.sharethis-inline-share-buttons {
  display: flex !important;
  gap: 6px;
}
.single-blog-container #st-1 .st-btn {
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
}
.single-blog-container #st-1 .st-btn > img {
  border-radius: unset;
  width: 18px;
  height: 18px;
  top: 8px;
}
div#ez-toc-container ul li {
  margin-bottom: 8px;
}
div#ez-toc-container ul li ul {
  margin-top: 8px;
}
div#ez-toc-container ul li,
div#ez-toc-container ul li a {
  font-size: 16px;
  color: #666666;
  line-height: 1.3;
}
.single-blog-container {
  border-bottom: 1px solid #dddedf;
  padding-bottom: clamp(20px, 3vw, 35px);
}
.single-blog-container .single-blog-sidebar {
  display: none;
}
.single-blog-container > div:not(:last-child) {
  margin-bottom: clamp(30px, 3vw, 45px);
}
.single-blog-container ul.breadcrumbs,
.team-single__section ul.breadcrumbs {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddedf;
}
.single-blog-container h1 {
  margin-bottom: 10px;
}
.single-blog-container span {
  display: block;
  text-transform: uppercase;
}
.single-blog-container .share {
  border: 1px solid #0000001a;
  border-radius: 12px;
  box-shadow: 0px 5px 12px 0px #00000014;
  padding: 8px 12px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-1);
  font-weight: 500;
  margin-top: 12px;
}
.single-blog-container img {
  border-radius: 12px;
}

.team-single__section .our-founder-wrapper {
  align-items: start;
  background-color: unset;
  padding: 0;
  gap: 30px;
}
.team-single__section .our-founder-wrapper .featured-image {
  position: sticky;
  top: 115px;
}
.team-single__section .our-founder-wrapper .entry-container {
  max-width: 100%;
}

@media (max-width: 1600px) {
  .why-sherpa-himalaya__section {
    padding-bottom: 300px;
  }
}
@media (max-width: 1400px) {
  .common-banner__section img {
    aspect-ratio: 10/5;
  }
  .why-sherpa-himalaya__section {
    padding-bottom: clamp(40px, 5vw, 75px);
    background-image: unset !important;
  }
  .all-reviews-wrapper {
    row-gap: 55px;
    margin-top: 75px;
  }
  .all-reviews-container {
    padding: 0 28px 28px;
  }
  .all-reviews-container .image-title img {
    width: 100px;
    height: 120px;
    margin-top: -30px;
  }
}
@media (max-width: 1200px) {
  .map__section iframe {
    aspect-ratio: 10/4;
  }
}
@media (max-width: 989px) {
  .common-banner__section::after,
  .all-reviews-container::before {
    content: unset;
  }
  .contact-us-form form > p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-us__section .entry-container,
  .about-us__section .featured-image {
    width: 100%;
    position: unset;
  }
  .about-us__section .wrapper-small,
  .about-us__section .wrapper-small.who-we-are {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .our-founder-wrapper,
  .mission-commitment__section .wrapper-small,
  .contact-us-wrapper,
  .single-blog-wrapper,
  .our-philosophy__section .section-wrap {
    flex-direction: column;
    align-items: start;
  }
  .our-founder-wrapper .featured-image,
  .contact-us-container,
  .contact-us-form,
  .single-blog-sidebar,
  .our-philosophy__section .section-wrap p {
    max-width: 100%;
  }
  .multilingual-service__section .section-wrap.center {
    margin-top: -45px;
  }
  .why-sherpa-himalaya__section .why-us-wrapper,
  .all-reviews-wrapper {
    grid-template-columns: 1fr;
  }
  .single-blog-sidebar,
  .team-single__section .our-founder-wrapper .featured-image {
    position: unset;
  }
  .map__section iframe {
    aspect-ratio: 8/4;
  }
  .single-blog-wrapper > .single-blog-sidebar {
    display: none;
  }
  .single-blog-container .single-blog-sidebar {
    display: block;
  }
}
@media (max-width: 567px) {
  .common-banner__section img {
    aspect-ratio: 10/7;
  }
  .all-reviews-container .image-title img {
    width: 85px;
    height: 95px;
    margin-top: -20px;
  }
  .all-reviews-container .image-title {
    margin-bottom: 16px;
  }
  .all-reviews-wrapper {
    row-gap: 45px;
    margin-top: 55px;
  }
  .map__section iframe {
    aspect-ratio: 6/4;
  }
}

.pagination-wrap.text-center {
  text-align: center;
  margin-top: clamp(40px, 6vw, 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid var(--primary);
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  width: 35px;
  height: 35px;
}
.page-numbers:hover,
.page-numbers.current {
  background-color: var(--primary);
  color: var(--light);
}
.page-numbers.prev,
.page-numbers.next {
  font-size: 0;
}
.page-numbers.prev::before,
.page-numbers.next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
}
.page-numbers.prev::before {
  content: "\f053";
}
