/* Accessibility, native carousels and production hardening for the current theme. */
[role="main"] section:not(:first-child),
[role="main"] .cnhr-section {
  contain-intrinsic-size: 1px 760px;
  content-visibility: auto;
}

.cn-visible-field-label {
  color: #282828;
  display: block;
  font-family: "Libre Franklin", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 7px;
  text-align: left;
}

.cn-mobile-nav-action {
  display: none;
}

body.cnhr-homepage-active {
  overflow-x: clip;
}

.cnhr-card-location svg,
.cnhr-button > svg,
.cnhr-floating-contact__action svg {
  fill: currentColor;
  flex: 0 0 auto;
}

.cnhr-card-location svg {
  color: #fc4102;
  height: 16px;
  width: 16px;
}

.cnhr-button > svg {
  height: 19px;
  margin-right: 7px;
  width: 19px;
}

.cnhr-floating-contact__action svg {
  height: 25px;
  width: 25px;
}

.cnhr-homes-toolbar {
  display: flex;
}

#our-homes-across-gurgaon .cnhr-card-grid--all {
  display: flex;
  gap: 24px;
  grid-template-columns: none;
  overflow-x: auto;
  padding: 4px 2px 22px;
  scroll-behavior: smooth;
  scroll-padding-left: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

#our-homes-across-gurgaon .cnhr-card-grid--all::-webkit-scrollbar,
.cnhr-resident-track::-webkit-scrollbar {
  display: none;
}

#our-homes-across-gurgaon .cnhr-card {
  flex: 0 0 calc((100% - 48px) / 3);
  scroll-snap-align: start;
}

.cnhr-residents-carousel-section {
  overflow: hidden;
}

.cnhr-resident-toolbar {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 22px 0 16px;
}

.cnhr-resident-counter {
  color: #777;
  font-size: 12px;
  margin-right: 14px;
}

.cnhr-resident-controls {
  display: flex;
  gap: 8px;
}

.cnhr-resident-control {
  align-items: center;
  background: #fff;
  border: 1px solid #eadfd9;
  border-radius: 50%;
  color: #202033;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  padding: 0;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
  width: 42px;
}

.cnhr-resident-control:hover,
.cnhr-resident-control:focus-visible {
  border-color: #fc4102;
  color: #fc4102;
  outline: 0;
  transform: translateY(-1px);
}

.cnhr-resident-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 3px 2px 24px;
  scroll-behavior: smooth;
  scroll-padding-left: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.cnhr-resident-card {
  background: #fff;
  border: 1px solid #f0e3dd;
  border-radius: 22px;
  box-shadow: 0 8px 28px rgba(44, 31, 25, .07);
  display: flex;
  flex: 0 0 calc((100% - 24px) / 2);
  flex-direction: column;
  min-height: 310px;
  padding: 30px;
  scroll-snap-align: start;
}

.cnhr-resident-quote {
  color: #fc4102;
  font-family: Georgia, serif;
  font-size: 54px;
  height: 42px;
  line-height: 1;
}

.cnhr-resident-card blockquote {
  color: #505058;
  flex: 1;
  font-size: 15px;
  line-height: 1.75;
  margin: 15px 0 26px;
}

.cnhr-resident-author {
  align-items: center;
  display: flex;
  gap: 13px;
}

.cnhr-resident-author img {
  border: 2px solid #fff1eb;
  border-radius: 50%;
  height: 52px;
  object-fit: cover;
  width: 52px;
}

.cnhr-resident-author span,
.cnhr-resident-author strong,
.cnhr-resident-author small {
  display: block;
}

.cnhr-resident-author strong {
  color: #202033;
  font-size: 14px;
}

.cnhr-resident-author small {
  color: #777;
  font-size: 11px;
  margin-top: 3px;
}

@media (max-width: 991px) {
  .cn-mobile-nav-action {
    display: block;
    padding: 8px 12px 14px;
  }

  .cn-mobile-nav-action .nav-link {
    background: #fc4102;
    border-radius: 10px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 18px !important;
    text-align: center;
  }

  #our-homes-across-gurgaon .cnhr-card,
  .cnhr-resident-card {
    flex-basis: min(72vw, 430px);
  }
}

@media (max-width: 767px) {
  [class*="Sector45_accomadation_banner"] > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }

  body.cnhr-homepage-active [class*="Home_bannerSection"] {
    box-sizing: border-box;
    max-width: calc(100vw - 40px);
    width: calc(100vw - 40px);
  }

  #our-homes-across-gurgaon .cnhr-card-grid--all,
  .cnhr-resident-track {
    gap: 14px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    scroll-padding-left: 15px;
  }

  #our-homes-across-gurgaon .cnhr-card,
  .cnhr-resident-card {
    flex-basis: min(86vw, 342px);
  }

  .cnhr-resident-toolbar {
    margin-top: 16px;
  }

  .cnhr-resident-card {
    min-height: 300px;
    padding: 24px 20px;
  }

  .cnhr-resident-card blockquote {
    font-size: 14px;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  #our-homes-across-gurgaon .cnhr-card-grid--all,
  .cnhr-resident-track {
    scroll-behavior: auto;
  }

  .cnhr-resident-control {
    transition: none;
  }
}
