.nearby-cta-overlay,
.nearby-cta > img,
.pondy-showroom-overlay,
.showroom-visual-overlay,
.showroom-visual > img {
  inset: 0;
  inset: 0;
  inset: 0;
}
body.location-page {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #10294f;
}
body.location-page a {
  text-decoration: none;
}
body.location-page img {
  max-width: 100%;
  display: block;
}
.location-collections .container,
.location-newsletter .container,
.location-reviews .container,
.location-trust-strip .container,
.nearby-section .container,
.pondy-collections-section .container,
.pondy-reviews-section .container {
  max-width: 1320px;
}
.location-hero {
  background: #f7f4ef;
}
.location-hero-content {
  min-height: 420px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px 45px 55px 55px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.93))
      center/cover,
    url("../images/marble-bg.jpg") center/cover;
}
.location-eyebrow {
  margin-bottom: 13px;
  color: #747a80;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 5px;
}
.location-hero-content h1 {
  margin: 0 0 4px;
  color: #102f58;
  font-size: 62px;
  line-height: 1;
}
.location-hero-content h2 {
  margin: 0 0 20px;
  color: #102e56;
  font-size: 25px;
  line-height: 1.2;
}
.location-hero-content > p {
  max-width: 500px;
  margin: 0 0 20px;
  color: #5d646c;
  font-size: 14px;
  line-height: 1.6;
}
.location-hero-actions {
  display: flex;
  gap: 14px;
}
.location-outline-btn,
.location-primary-btn {
  min-width: 140px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
}
.location-outline-btn:hover,
.location-primary-btn,
.location-view-btn:hover {
  background: #0b3565;
  color: #fff;
}
.location-primary-btn:hover {
  background: #06284e;
  color: #fff;
}
.location-outline-btn {
  border: 1px solid #163653;
  color: #173552;
  background: #fff;
}
.location-hero-image {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.location-hero-image img,
.location-why-visual > img,
.showroom-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-hero-side-text {
  position: absolute;
  top: 110px;
  right: 35px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 4px;
}
.location-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.location-trust-item > i {
  color: #123d73;
  font-size: 30px;
}
.location-trust-item strong {
  display: block;
  color: #142e51;
  font-size: 14px;
  font-weight: 600;
}
.location-trust-item span {
  display: block;
  margin-top: 2px;
  color: #7a7f84;
  font-size: 14px;
}
.location-collections {
  padding: 34px 0 38px;
  background: #fff;
}
.location-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  margin-bottom: 20px;
}
.location-section-head h2 {
  margin: 0 0 8px;
  color: #102f57;
  font-size: 28px;
  line-height: 1.05;
}
.location-section-head p {
  margin: 0;
  color: #686e75;
  font-size: 14px;
  line-height: 1.5;
}
.location-view-btn {
  min-width: 150px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  border: 1px solid #173756;
  border-radius: 3px;
  color: #18334f;
  font-size: 14px;
  font-weight: 600;
}
.location-product-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
}
.location-product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  transition: 0.25s;
}
.location-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.07);
}
.location-product-card > img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.location-product-card > div {
  position: relative;
  padding: 10px;
}
.location-product-card h3 {
  margin: 0 0 3px;
  color: #172c4a;
}
.location-newsletter h2,
.location-review-head h2,
.location-why-content > h2,
.nearby-heading h2,
.pondy-showroom-content h1,
.showroom-info > h2 {
  font-weight: 500;
  font-family: Georgia, "Times New Roman", serif;
}
.location-product-card p {
  margin: 0;
  color: #747a80;
  font-size: 14px;
  line-height: 1.3;
}
.location-product-card a {
  position: absolute;
  right: 8px;
  bottom: 7px;
  color: #173b65;
  font-size: 14px;
}
.showroom-details {
  border-top: 1px solid #eee;
  background: #fff;
}
.showroom-visual {
  position: relative;
  min-height: 390px;
  height: 100%;
  overflow: hidden;
}
.showroom-visual > img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.showroom-visual-overlay {
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(15, 20, 24, 0.7),
    rgba(15, 20, 24, 0.12)
  );
}
.showroom-visual-content {
  position: relative;
  z-index: 2;
  padding: 100px 50px 40px;
  color: #fff;
}
.showroom-visual-content h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 36px;
  line-height: 1.05;
}
.showroom-visual-content p {
  margin: 0 0 22px;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.showroom-play {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 14px;
}
.showroom-play span {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #0c3564;
  font-size: 18px;
}
.showroom-info {
  height: 100%;
  padding: 35px 45px;
}
.showroom-info > h2 {
  margin: 0 0 5px;
  color: #102e54;
  font-size: 26px;
}
.showroom-subtitle {
  margin: 0 0 25px;
  color: #747a80;
  font-size: 14px;
}
.showroom-contact-list > div {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}
.showroom-contact-list i {
  color: #0c3c70;
  font-size: 20px;
}
.showroom-contact-list p {
  margin: 0;
  color: #32465e;
  font-size: 14px;
  line-height: 1.5;
}
.showroom-direction-btn {
  min-width: 155px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #0b3565;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
}
.showroom-direction-btn:hover {
  color: #fff;
  background: #06284e;
}
.showroom-map {
  height: 215px;
  overflow: hidden;
  border-radius: 4px;
}
.showroom-map-actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}
.showroom-map-actions a {
  flex: 1;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d7da;
  border-radius: 3px;
  color: #243b55;
  font-size: 14px;
}
.location-why {
  background: #fafafa;
  border-top: 1px solid #eee;
}
.location-why-content {
  min-height: 290px;
  padding: 35px 45px;
}
.location-why-content > h2 {
  margin: 0 0 22px;
  color: #102e55;
  font-size: 29px;
  line-height: 1.05;
}
.location-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.location-why-card {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
}
.location-why-card i {
  margin-bottom: 12px;
  color: #0e3b6d;
  font-size: 30px;
}
.location-why-card h3 {
  margin: 0;
  color: #173450;
  font-size: 14px;
  line-height: 1.35;
}
.location-why-visual {
  min-height: 290px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.location-why-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background: #f1e3d0;
}
.location-why-quote h2 {
  margin: 0;
  color: #143253;
  font-size: 26px;
  line-height: 1.05;
}
.location-why-quote > span {
  width: 30px;
  height: 1px;
  margin: 18px 0;
  background: #5b4937;
}
.location-why-quote p {
  margin: 0;
  color: #686158;
  font-size: 14px;
  line-height: 1.5;
}
.location-reviews {
  padding: 32px 0;
  background: #fff;
}
.location-review-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 17px;
}
.location-review-head h2 {
  margin: 0 0 5px;
  color: #102e54;
  font-size: 27px;
}
.location-newsletter p,
.location-review-head p {
  margin: 0;
  color: #747a80;
  font-size: 14px;
}
.location-review-head > a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #18365a;
  font-size: 14px;
}
.review-card {
  min-height: 190px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.review-quote-icon {
  color: #0c3767;
  font-size: 20px;
}
.review-card > p {
  min-height: 60px;
  margin: 7px 0 9px;
  color: #555d65;
  font-size: 14px;
  line-height: 1.55;
}
.review-stars {
  margin-bottom: 11px;
  color: #f5a900;
  font-size: 14px;
}
.review-user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-avatar {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ececec;
  color: #173654;
  font-weight: 600;
}
.review-user strong {
  display: block;
  color: #17334f;
  font-size: 14px;
}
.review-user span {
  color: #83878d;
  font-size: 14px;
}
.nearby-section {
  padding: 0 0 35px;
  background: #fff;
}
.nearby-heading {
  margin-bottom: 14px;
}
.nearby-heading h2 {
  margin: 0 0 4px;
  color: #102e54;
  font-size: 25px;
}
.nearby-heading p {
  margin: 0;
  color: #777d83;
  font-size: 14px;
}
.nearby-card {
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background: #fff;
}
.nearby-card > img {
  width: 100%;
  height: 95px;
  object-fit: cover;
}
.nearby-card > div {
  padding: 9px 10px;
}
.nearby-card h3 {
  margin: 0 0 7px;
  color: #18334f;
  font-size: 14px;
  font-weight: 600;
}
.nearby-card a {
  display: flex;
  justify-content: space-between;
  color: #2c445e;
  font-size: 14px;
}
.nearby-cta {
  position: relative;
  min-height: 225px;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.nearby-cta > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nearby-cta-overlay {
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(4, 41, 78, 0.98),
    rgba(4, 41, 78, 0.72),
    rgba(4, 41, 78, 0.3)
  );
}
.nearby-cta-content {
  position: relative;
  z-index: 2;
  padding: 32px 28px;
  color: #fff;
}
.nearby-cta-content h2 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 29px;
  line-height: 1.05;
}
.nearby-cta-content p {
  max-width: 290px;
  margin: 0 0 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.nearby-cta-content a {
  min-width: 155px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #fff;
  border-radius: 3px;
  color: #133354;
  font-size: 14px;
  font-weight: 600;
}
.location-newsletter {
  padding: 22px 0;
  background: #faf7f2;
  border-top: 1px solid #eee;
}
.location-newsletter h2 {
  margin: 0 0 4px;
  color: #102e54;
  font-size: 24px;
}
.location-newsletter-form {
  display: flex;
  height: 40px;
}
.location-newsletter-form input {
  flex: 1;
  min-width: 0;
  padding: 0 15px;
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  outline: 0;
  font-size: 14px;
}
.location-newsletter-form button {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border: 0;
  border-radius: 0 3px 3px 0;
  background: #0b3565;
  color: #fff;
  font-size: 14px;
}
.pondy-showroom-hero {
  width: 100%;
  overflow: hidden;
  background: #f7f5f1;
}
.pondy-showroom-content {
  min-height: 420px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 48px 52px 70px;
  background:
    linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.98) 0,
        rgba(255, 255, 255, 0.96) 70%,
        rgba(255, 255, 255, 0.88) 100%
      )
      center/cover,
    url("../images/marble-bg.jpg") center/cover;
}
.pondy-showroom-label {
  display: block;
  margin-bottom: 17px;
  color: #72777d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.pondy-showroom-content h1 {
  margin: 0 0 10px;
  color: #0d3565;
  font-size: 68px;
  line-height: 0.95;
}
.pondy-showroom-content h2 {
  margin: 0 0 24px;
  color: #17365f;
  font-size: 27px;
  line-height: 1.23;
}
.pondy-showroom-content p {
  max-width: 570px;
  margin: 0 0 27px;
  color: #5d6268;
  font-size: 14px;
  line-height: 1.65;
}
.pondy-showroom-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.pondy-btn-outline,
.pondy-btn-primary {
  min-width: 165px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 22px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s;
}
.pondy-btn-primary {
  background: #073567;
  border: 1px solid #073567;
  color: #fff;
}
.pondy-btn-primary:hover,
.pondy-direction-btn:hover,
.pondy-get-directions:hover {
  background: #05284f;
  color: #fff;
}
.pondy-btn-outline {
  background: #fff;
  border: 1px solid #173a61;
  color: #173756;
}
.pondy-btn-outline:hover,
.pondy-map-actions a:hover,
.pondy-showroom-map-actions a:hover,
.pondy-view-products-btn:hover {
  background: #073567;
  border-color: #073567;
  color: #fff;
}
.pondy-showroom-image {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
  background: #ddd;
}
.pondy-review-avatar img,
.pondy-showroom-image > img,
.pondy-why-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.pondy-showroom-image::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.45),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
}
.pondy-showroom-side-text {
  position: absolute;
  z-index: 3;
  top: 115px;
  right: 32px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.2;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.pondy-side-line {
  width: 1px;
  height: 35px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.75);
}
@media (max-width: 1199px) {
  .location-product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .location-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .pondy-showroom-content {
    padding-left: 45px;
    padding-right: 35px;
  }
  .pondy-showroom-content h1 {
    font-size: 58px;
  }
  .pondy-showroom-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .location-hero-content,
  .pondy-showroom-content {
    min-height: auto;
    padding: 45px 30px;
  }
  .location-hero-image {
    height: 430px;
  }
  .location-product-grid,
  .location-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .showroom-visual {
    min-height: 420px;
  }
  .location-why-visual {
    min-height: 350px;
  }
  .pondy-showroom-image {
    height: 440px;
  }
  .pondy-showroom-side-text {
    top: 90px;
    right: 25px;
  }
}
@media (max-width: 767px) {
  .location-hero-content h1,
  .pondy-showroom-content h1 {
    font-size: 48px;
  }
  .location-hero-content h2 {
    font-size: 21px;
  }
  .location-trust-item {
    border-bottom: 1px solid #eee;
  }
  .location-product-grid,
  .location-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .location-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .location-why-visual {
    grid-template-columns: 1fr 1fr;
  }
  .location-review-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .location-newsletter-form {
    margin-top: 10px;
  }
  .pondy-showroom-content {
    padding: 38px 22px;
  }
  .pondy-showroom-content h2 {
    font-size: 22px;
  }
  .pondy-showroom-content p {
    font-size: 14px;
  }
  .pondy-showroom-actions {
    flex-wrap: wrap;
  }
  .pondy-showroom-image {
    height: 350px;
  }
  .pondy-showroom-side-text {
    top: 70px;
    right: 18px;
    font-size: 14px;
    letter-spacing: 3px;
  }
}
.location-trust-item,
.pondy-view-products-btn {
  display: flex;
  align-items: center;
  transition: 0.25s;
}
.location-trust-strip,
.pondy-showroom-section {
  width: 100%;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.location-trust-item {
  min-height: 92px;
  gap: 18px;
  padding: 18px 28px;
  border-right: 1px solid #e3e5e7;
}
.location-trust-last {
  border-right: 0;
}
.location-trust-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.location-trust-icon i {
  color: #073567;
  font-size: 36px;
  line-height: 1;
}
.location-trust-text {
  min-width: 0;
}
.location-trust-text strong {
  display: block;
  margin-bottom: 4px;
  color: #102d51;
  line-height: 1.25;
}
.location-trust-text span {
  display: block;
  color: #757b82;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}
.pondy-direction-btn,
.pondy-map-actions a,
.pondy-view-products-btn {
  font-weight: 600;
  text-decoration: none;
}
.location-trust-item:hover {
  background: #fafbfc;
}
.pondy-collections-section {
  width: 100%;
  padding: 40px 0 42px;
  background: #fff;
  border-top: 1px solid #eee;
}
.pondy-collections-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}
.pondy-collections-header h2 {
  margin: 0 0 8px;
  color: #102f58;
  font-size: 32px;
  line-height: 1.05;
}
.pondy-collections-header p {
  margin: 0;
  color: #646b72;
  font-size: 14px;
  line-height: 1.55;
}
.pondy-view-products-btn {
  min-width: 190px;
  height: 48px;
  justify-content: center;
  gap: 24px;
  padding: 0 22px;
  border: 1px solid #173a61;
  border-radius: 3px;
  background: #fff;
  color: #153553;
  font-size: 14px;
}
.pondy-collections-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
}
.pondy-collection-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e6e7;
  border-radius: 4px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.pondy-collection-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}
.pondy-collection-image {
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: #eee;
}
.pondy-collection-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s;
}
.pondy-collection-card:hover .pondy-collection-image img {
  transform: scale(1.04);
}
.pondy-collection-content {
  position: relative;
  min-height: 92px;
  padding: 13px 34px 14px 13px;
}
.pondy-collection-content h3 {
  margin: 0 0 5px;
  color: #142f50;
  line-height: 1.25;
}
.pondy-collection-content p {
  margin: 0;
  color: #747a80;
  font-size: 14px;
  line-height: 1.35;
}
.pondy-collection-content > a {
  position: absolute;
  right: 11px;
  bottom: 13px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #173a61;
  font-size: 16px;
  text-decoration: none;
  transition: 0.2s;
}
.pondy-collection-content > a:hover {
  transform: translateX(3px);
  color: #073567;
}
@media (min-width: 1400px) {
  .pondy-collections-section .container {
    max-width: 1320px;
  }
}
.pondy-showroom-tour {
  display: flex;
  align-items: center;
  gap: 17px;
}
.pondy-play-btn {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #123863;
  font-size: 21px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: 0.25s;
}
.pondy-showroom-tour:hover .pondy-play-btn,
.pondy-showroom-tour:hover .pondy-play-button {
  transform: scale(1.06);
}
.pondy-contact-list,
.pondy-showroom-contact-list {
  width: 100%;
}
.pondy-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 25px;
}
.pondy-contact-icon {
  width: 34px;
  min-width: 34px;
  display: flex;
  justify-content: center;
  color: #073567;
  font-size: 26px;
  line-height: 1;
}
.pondy-contact-item strong {
  display: block;
  margin-bottom: 3px;
  color: #193652;
  line-height: 1.45;
}
.pondy-contact-item span {
  display: block;
  color: #33485f;
  font-size: 14px;
  line-height: 1.55;
}
.pondy-contact-item a,
.pondy-showroom-contact-item a {
  color: #173857;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}
.pondy-contact-item a:hover,
.pondy-showroom-contact-item a:hover {
  color: #073567;
}
.pondy-direction-btn {
  width: 220px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 7px;
  padding: 0 24px;
  border-radius: 3px;
  background: #073567;
  color: #fff;
  font-size: 14px;
  transition: 0.25s;
}
.pondy-direction-btn i {
  font-size: 16px;
}
.pondy-map-wrapper,
.pondy-showroom-map {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border: 1px solid #ececec;
  border-radius: 5px;
  background: #f2f2f2;
}
.pondy-map-wrapper iframe,
.pondy-showroom-map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.pondy-map-actions {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 15px;
  margin-top: 15px;
}
.pondy-map-actions a {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #cdd2d7;
  border-radius: 4px;
  background: #fff;
  color: #173653;
  font-size: 14px;
  transition: 0.25s;
}
@media (max-width: 1199px) {
  .pondy-collections-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .pondy-collection-image {
    height: 190px;
  }
  .pondy-showroom-visual-content {
    padding: 60px 40px;
  }
  .pondy-showroom-visual-content h2 {
    font-size: 38px;
  }
  .pondy-showroom-info {
    padding: 35px 30px;
  }
  .pondy-showroom-heading h2 {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  .location-trust-item {
    min-height: 90px;
    border-bottom: 1px solid #e5e5e5;
  }
  .location-trust-item:nth-child(2n) {
    border-right: 0;
  }
  .pondy-collections-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .pondy-view-products-btn {
    min-width: 190px;
  }
  .pondy-collections-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .pondy-showroom-visual,
  .pondy-showroom-visual-content {
    min-height: 450px;
  }
  .pondy-showroom-info {
    min-height: auto;
    padding: 40px 30px;
  }
  .pondy-map-wrapper {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .pondy-collections-section {
    padding: 32px 0;
  }
  .pondy-collections-header h2 {
    font-size: 29px;
  }
  .pondy-collections-header p br,
  .pondy-showroom-visual-content p br {
    display: none;
  }
  .pondy-collections-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .pondy-collection-image {
    height: 170px;
  }
  .pondy-showroom-visual,
  .pondy-showroom-visual-content {
    min-height: 400px;
  }
  .pondy-showroom-visual-content {
    padding: 45px 25px;
  }
  .pondy-showroom-visual-content h2 {
    font-size: 34px;
  }
  .pondy-showroom-info {
    padding: 32px 22px;
  }
  .pondy-showroom-heading h2 {
    font-size: 27px;
  }
  .pondy-map-wrapper {
    height: 260px;
    margin-top: 10px;
  }
  .pondy-map-actions {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .location-product-grid,
  .location-why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .location-hero-content {
    padding: 35px 20px;
  }
  .location-hero-content h1,
  .pondy-showroom-content h1 {
    font-size: 42px;
  }
  .location-hero-actions,
  .showroom-map-actions {
    flex-direction: column;
  }
  .location-outline-btn,
  .location-primary-btn,
  .pondy-btn-outline,
  .pondy-btn-primary,
  .pondy-direction-btn,
  .pondy-map-actions a,
  .pondy-view-products-btn {
    width: 100%;
  }
  .location-product-grid {
    gap: 10px;
  }
  .location-product-card > img {
    height: 115px;
  }
  .location-why-content,
  .showroom-info {
    padding: 30px 20px;
  }
  .location-why-visual,
  .pondy-collections-grid,
  .pondy-map-actions {
    grid-template-columns: 1fr;
  }
  .location-why-quote {
    min-height: 220px;
  }
  .location-why-visual > img {
    height: 250px;
  }
  .location-newsletter-form {
    height: auto;
    flex-direction: column;
    gap: 8px;
  }
  .location-newsletter-form button,
  .location-newsletter-form input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  .pondy-showroom-content {
    padding: 34px 20px;
  }
  .pondy-showroom-content h2 {
    font-size: 20px;
  }
  .pondy-showroom-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .pondy-showroom-image {
    height: 310px;
  }
  .location-trust-item {
    min-height: 85px;
    padding: 16px 18px;
    border-right: 0;
  }
  .location-trust-icon {
    width: 44px;
    height: 44px;
  }
  .location-trust-icon i {
    font-size: 32px;
  }
  .location-trust-text strong {
    font-size: 15px;
  }
  .location-trust-text span {
    font-size: 14px;
  }
  .pondy-collections-header h2 {
    font-size: 27px;
  }
  .pondy-collection-image {
    height: 220px;
  }
  .pondy-collection-content {
    min-height: 85px;
  }
  .pondy-showroom-visual-content h2 {
    font-size: 31px;
  }
  .pondy-map-wrapper {
    height: 240px;
  }
}
.pondy-showroom-visual {
  position: relative;
  width: 100%;
  min-height: 470px;
  height: 100%;
  overflow: hidden;
  background: #222;
}
.pondy-showroom-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pondy-showroom-overlay {
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(15, 20, 24, 0.72) 0,
    rgba(15, 20, 24, 0.52) 45%,
    rgba(15, 20, 24, 0.1) 100%
  );
}
.pondy-showroom-visual-content {
  position: relative;
  z-index: 2;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 55px;
  color: #fff;
}
.pondy-showroom-visual-content h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 42px;
  line-height: 1.03;
}
.pondy-showroom-visual-content p {
  margin: 0 0 28px;
  color: #fff;
  font-size: 15px;
  line-height: 1.65;
}
.pondy-showroom-tour {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.pondy-showroom-tour:hover {
  color: #fff;
}
.pondy-play-button {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #103865;
  font-size: 22px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
  transition: 0.25s;
}
.pondy-showroom-info {
  min-height: 470px;
  height: 100%;
  padding: 38px 48px 30px;
  background: #fff;
}
.pondy-showroom-heading {
  margin-bottom: 27px;
}
.pondy-showroom-heading h2 {
  margin: 0 0 7px;
  color: #102f57;
  font-size: 31px;
  line-height: 1.1;
}
.pondy-reviews-header p,
.pondy-showroom-heading p {
  margin: 0;
  color: #747a80;
  font-size: 14px;
  line-height: 1.5;
}
.pondy-showroom-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  margin-bottom: 25px;
}
.pondy-showroom-contact-icon {
  width: 35px;
  min-width: 35px;
  display: flex;
  justify-content: center;
  color: #073567;
  font-size: 27px;
  line-height: 1;
}
.pondy-showroom-contact-item strong {
  display: block;
  margin-bottom: 3px;
  color: #183653;
  line-height: 1.45;
}
.pondy-showroom-contact-item span {
  display: block;
  color: #34495f;
  font-size: 14px;
  line-height: 1.55;
}
.pondy-get-directions,
.pondy-showroom-map-actions a {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s;
}
.pondy-get-directions {
  width: 220px;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 22px;
  border-radius: 3px;
  background: #073567;
  color: #fff;
}
.pondy-showroom-map-actions {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 15px;
  margin-top: 15px;
}
.pondy-showroom-map-actions a {
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #cbd1d6;
  border-radius: 4px;
  background: #fff;
  color: #173653;
  text-align: center;
}
.pondy-why-section {
  width: 100%;
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.pondy-why-content {
  min-height: 330px;
  padding: 42px 45px 40px 55px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94))
      center/cover,
    url("../images/marble-bg.jpg") center/cover;
}
.pondy-why-content > h2 {
  margin: 0 0 28px;
  color: #102f57;
  font-size: 34px;
  line-height: 1.05;
}
.pondy-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.pondy-why-card {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 12px;
  text-align: center;
  background: #fff;
  border: 1px solid #e7e8ea;
  border-radius: 4px;
  transition: 0.25s;
}
.pondy-why-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.pondy-why-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  color: #073567;
  font-size: 34px;
}
.pondy-why-card h3 {
  margin: 0;
  color: #173451;
  line-height: 1.35;
}
.pondy-why-right {
  min-height: 330px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.pondy-why-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 28px;
  background: linear-gradient(180deg, #f4e8d8 0, #f1e1cd 100%);
}
.pondy-why-message h2 {
  margin: 0;
  color: #143354;
  font-size: 30px;
  line-height: 1.05;
}
.pondy-why-line {
  width: 34px;
  height: 1px;
  display: block;
  margin: 22px 0;
  background: #6e5a45;
}
.pondy-why-message p {
  margin: 0;
  color: #655e57;
  font-size: 14px;
  line-height: 1.55;
}
.pondy-why-image {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: #ddd;
}
@media (max-width: 1199px) {
  .pondy-showroom-visual-content {
    padding: 60px 40px;
  }
  .pondy-showroom-visual-content h2 {
    font-size: 38px;
  }
  .pondy-showroom-info {
    padding: 34px 30px;
  }
  .pondy-why-content {
    padding: 38px 30px;
  }
  .pondy-why-content > h2 {
    font-size: 31px;
  }
  .pondy-why-grid {
    gap: 12px;
  }
  .pondy-why-card {
    min-height: 140px;
    padding: 15px 8px;
  }
}
.pondy-reviews-section {
  width: 100%;
  padding: 40px 0 44px;
  background: #fff;
  border-top: 1px solid #eee;
}
.pondy-reviews-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 22px;
}
.pondy-reviews-header h2 {
  margin: 0 0 6px;
  color: #102f57;
  font-size: 32px;
  line-height: 1.1;
}
.pondy-view-reviews {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #173653;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s;
}
.pondy-view-reviews:hover {
  color: #073567;
  transform: translateX(2px);
}
.pondy-review-card {
  height: 100%;
  min-height: 230px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4e6e8;
  border-radius: 5px;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.pondy-review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}
.pondy-review-quote {
  height: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.pondy-review-quote i {
  color: #073567;
  font-size: 28px;
  line-height: 1;
}
.pondy-review-text {
  flex: 1;
  min-height: 70px;
  margin: 0 0 12px;
  color: #555d65;
  font-size: 14px;
  line-height: 1.55;
}
.pondy-review-stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 15px;
}
.pondy-review-stars i {
  color: #ffad00;
  font-size: 17px;
}
.pondy-review-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pondy-review-avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  overflow: hidden;
  border-radius: 50%;
  background: #eee;
}
.pondy-review-user-info strong {
  display: block;
  margin-bottom: 2px;
  color: #17334f;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}
.pondy-review-user-info span {
  display: block;
  color: #81868c;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .pondy-showroom-visual,
  .pondy-showroom-visual-content {
    min-height: 450px;
  }
  .pondy-showroom-info {
    min-height: auto;
    padding: 40px 30px;
  }
  .pondy-showroom-map {
    height: 280px;
  }
  .pondy-why-content {
    min-height: auto;
    padding: 38px 30px;
  }
  .pondy-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .pondy-why-image,
  .pondy-why-right {
    min-height: 360px;
  }
  .pondy-reviews-section {
    padding: 36px 0 40px;
  }
  .pondy-reviews-header h2 {
    font-size: 30px;
  }
  .pondy-review-card {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .pondy-showroom-visual,
  .pondy-showroom-visual-content {
    min-height: 400px;
  }
  .pondy-showroom-visual-content {
    padding: 45px 25px;
  }
  .pondy-showroom-visual-content h2 {
    font-size: 34px;
  }
  .pondy-showroom-visual-content p br {
    display: none;
  }
  .pondy-showroom-info {
    padding: 32px 22px;
  }
  .pondy-showroom-heading h2,
  .pondy-why-message h2 {
    font-size: 27px;
  }
  .pondy-showroom-map {
    height: 260px;
    margin-top: 10px;
  }
  .pondy-why-content {
    padding: 34px 22px;
  }
  .pondy-why-content > h2 {
    font-size: 29px;
  }
  .pondy-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pondy-reviews-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .pondy-reviews-header h2 {
    font-size: 28px;
  }
  .pondy-review-card {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .pondy-showroom-visual-content h2 {
    font-size: 31px;
  }
  .pondy-get-directions,
  .pondy-showroom-map-actions a {
    width: 100%;
  }
  .pondy-showroom-map {
    height: 240px;
  }
  .pondy-showroom-map-actions,
  .pondy-why-grid,
  .pondy-why-right {
    grid-template-columns: 1fr;
  }
  .pondy-why-card {
    min-height: 120px;
  }
  .pondy-why-image,
  .pondy-why-message {
    min-height: 260px;
  }
  .pondy-reviews-section {
    padding: 30px 0;
  }
  .pondy-reviews-header h2 {
    font-size: 26px;
  }
  .pondy-review-card {
    padding: 18px;
  }
}
@media (max-width: 1180px) {
  .container {
    max-width: 960px;
  }
  .main-header .menu {
    gap: 18px;
  }
  .menu a {
    font-size: 14px;
  }
  h1 {
    font-size: 48px !important;
  }
  h2 {
    font-size: 36px !important;
  }
  .row {
    row-gap: 40px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 720px;
  }
  .top-header {
    display: none;
  }
  .navbar {
    padding: 15px 20px;
  }
  .logo img {
    width: 170px;
  }
  .menu {
    display: none !important;
  }
  .header-actions {
    margin-left: auto;
  }
  .about-hero,
  .ak-story-section,
  .faq-title-area,
  .values-section,
  .why-choose-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8 {
    width: 100%;
  }
  a,
  button {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .logo img {
    width: 150px;
  }
  .search-box {
    display: none;
  }
  .quote-btn {
    padding: 10px 15px;
    font-size: 13px;
  }
  h1 {
    font-size: 34px !important;
    line-height: 1.15;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 22px;
  }
  .faq-btn,
  p {
    font-size: 15px;
  }
  p {
    line-height: 1.7;
  }
  .about-hero-container,
  .faq-hero-container {
    display: block;
    height: auto;
  }
  .about-hero-content,
  .faq-hero-content {
    width: 100%;
    padding: 35px 20px;
  }
  .about-hero-image,
  .faq-hero-image {
    width: 100%;
    height: 350px;
  }
  .faq-new-item {
    padding: 16px;
    gap: 12px;
  }
  .faq-number {
    width: 34px;
    height: 34px;
  }
  .card,
  .faq-help-card,
  .faq-side-card {
    margin-bottom: 25px;
  }
  .footer-grid {
    grid-template-columns: 1fr !important;
    text-align: left;
  }
  .footer-logo img {
    width: 180px;
  }
  .floating-contact {
    right: 15px;
    bottom: 80px;
  }
  .floating-contact a {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .logo img {
    width: 135px;
  }
  .quote-btn {
    display: none;
  }
  h1 {
    font-size: 32px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  .faq-answer p {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  .logo img {
    width: 120px;
  }
  h1 {
    font-size: 28px !important;
  }
  h2 {
    font-size: 24px !important;
  }
}
.location-page button,
.location-page input,
.location-page select,
.location-page textarea,
body.location-page,
body.location-page * {
  font-family: Poppins, sans-serif !important;
}
.location-page a,
.location-page button,
.location-page input,
.location-page p,
.location-page select,
.location-page span,
.location-page textarea {
  font-size: 16px;
  font-weight: 500;
}
.location-page h3,
.location-page h4,
.location-page h5,
.location-page h6,
.location-page strong,
.location-product-card h3,
.location-trust-text strong,
.pondy-collection-content h3,
.pondy-contact-item strong,
.pondy-showroom-contact-item strong,
.pondy-why-card h3 {
  font-family: Poppins, sans-serif !important;
  font-size: 18px;
  font-weight: 500;
}
.location-hero-content h1,
.location-hero-content h2,
.location-page h1,
.location-page h2,
.location-section-head h2,
.location-why-quote h2,
.nearby-cta-content h2,
.pondy-collections-header h2,
.pondy-reviews-header h2,
.pondy-showroom-content h1,
.pondy-showroom-content h2,
.pondy-showroom-heading h2,
.pondy-showroom-visual-content h2,
.pondy-why-content > h2,
.pondy-why-message h2,
.showroom-visual-content h2 {
  font-family: Poppins, sans-serif !important;
  font-weight: 500 !important;
}
