/* Active breadcrumb styling (no underline, same as links) */
.content {
  overflow-x: hidden;
}

.luxury-amenitie-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.luxury-apatment-content {
  padding-left: 40px;
  padding-right: 40px;
}

.luxury-amenitie-content img {
  max-width: 50px;
}

.luxury-amenitie-content p {
  margin: 0;
}

.luxury-amenitie-content-wrapper {
  display: flex;
  max-width: fit-content;
  gap: 30px;
  flex-wrap: wrap;
}

.h-line {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px !important;
  display: inline-block;
  padding-left: 10px;
}

.h-line-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  overflow: hidden;
}

.luxury-apatment-wrapper h3 {
  display: none;
}

.section-padding {
  padding-left: 40px;
  padding-right: 40px;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.accordion-text {
  font-size: 14px;
}


.faq-accordion h2 button {
  font-size: 17px;
  background: transparent;
  color: white !important;
}

.luxury-apatment-content-3-wrapper {
  padding: 0 0 70px;
  width: 100%;
  margin: auto;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: unset;
}

.h-line:before {
  content: "";
  width: 100%;
  height: 1.5px;
  position: absolute;
  left: -100%;
  bottom: 5px;
  background-color: white;
}

.tesimonial-box {
  min-height: 680px;
}

section#legacy,
section#about {
  background-color: #14362c;
  color: #fff;
}


.legacy_content h3,
.harmony_content h3 {
  text-align: left;
  margin-bottom: 0;
  font-size: 35px;
}

.legacy_content {
  width: 85%;
  margin: auto;
}

.harmony_content {
  width: 80%;
  margin: auto;
}

.harmony_content h3.h-line {
  text-align: left;
  width: 65%;
}

#features.plan h3 {
  color: #aa7342;
}





.why-choose-nbr-seo-img img {
  width: 100%;
}

.why-choose-nbr-seo-img {
  overflow: hidden;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%) scale(0.9);
    /* Start below and slightly smaller */
    opacity: 0;
    height: 0;
    /* Start faded out */
  }

  100% {
    transform: translateY(0) scale(1);
    /* End at normal position and size */
    opacity: 1;
    height: auto;
    /* Fully visible */
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(100%) scale(0.8);
    /* Start above and slightly smaller */
    opacity: 0;
    height: 0;
    /* Start faded out */
    /* Start faded out */
  }

  100% {
    transform: translateY(0) scale(1);
    /* End at normal position and size */
    opacity: 1;
    height: auto;
    /* Start faded out */
    /* Fully visible */
  }
}

/* Slide-Up effect (triggered when coming into view) */
.why-choose-nbr-seo-img.slide-up {
  animation: slideUp 0.8s ease-out forwards;
}

/* Slide-Down effect (triggered when leaving view) */
.why-choose-nbr-seo-img.slide-down {
  animation: slideDown 0.8s ease-out forwards;
}

.why-choose-nbr-seo-img {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  animation: none;
  transition: all 0.2s;
  transition: transform 1s ease, opacity 1s ease;
  transform: translate3d(0px, 300px, 0px);
}

/* When active */
.why-choose-nbr-seo-img.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transform: scale(1);

  /* transition: transform 1s ease, opacity 1s ease; */
  transform: translate3d(0px, 0px, 0px);
}

/* Slide-up effect */
.why-choose-nbr-seo-img.slide-up {
  animation: slideUp 0.8s ease-out;
}

/* Slide-down effect */
.why-choose-nbr-seo-img.slide-down {
  animation: slideDown 0.8s ease-out;
}

.why-choose-nbr-accordion {
  /* margin: 0px 0 0 60px; */
}

.why-choose-nbr-accordion .faq-accordion .accordion-body {
  padding: 5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  width: 90%;
  color: black;
}

.why-choose-nbr-accordion .faq-accordion h2 .accordion-btn {
  font-size: 16px;
  font-weight: 700;
  color: #000 !important;
  padding: 0;
}

.why-choose-nbr-accordion .faq-accordion h2 {
  padding: 5px;
}

.why-choose-nbr-accordion .faq-accordion .accordion-item:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.why-choose-nbr-accordion .faq-accordion .accordion-button:after {
  top: 75%;
}

.why-choose-nbr-accordion .faq-accordion {
  margin-top: 40px;
}

.why-choose-nbr-seo-img {
  display: none;
  transition: opacity 0.4s ease;
}

.why-choose-nbr-seo-img.active {
  display: block;
  opacity: 1;
}

/* ========================== */


#brochure-btn .btn {
  top: 460px !important;
  right: -92px !important;
  left: unset;

}

.luxury-apatment-content-2-wrapper {
  padding: 70px 0 0;
}

.stickyForm .btn {
  background: #9e5f27;
  padding: 10px 40px !important;
  position: fixed !important;
  right: -65px !important;
  top: 240px !important;
  left: unset;
  width: fit-content !important;
  color: #fff;
  margin: unset;
  height: fit-content !important;
  border-radius: 7px 7px 0 0;
  font-size: 16px;
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  border: 0;
  perspective: 100px;
  outline: 0 !important;
  box-sizing: border-box;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}








.breadcrumb-item.active a {
  color: #1a0dab;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.luxury-apartment-wrapper {
  text-align: center;
  width: 80%;
  margin: auto;
  padding: 20px 0;
}

.hier-cont {
  display: flex;
  flex-wrap: wrap;
}

.highrise-content a {
  width: 70%;
  display: inline-block;
}

.section-title {
  font-family: "Scheherazade New", serif;
  color: #9e5f27;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
}

.highrise-content .discover-btn {
  margin-top: 30px;
}

.highrise-content .discover-btn button {
  background-color: #9e5f27;
  border: #9e5f27;
  color: white;
  font-size: 14px;
  width: 100%;
  position: relative;
  text-align: center;
  transition: 0.6s;
  padding: 15px;
}

.highrise-content .discover-btn p {
  margin: 0;
  margin-left: 40px;
  letter-spacing: 1px;
  font-weight: 400;
  color: white !important;
  text-align: center;
  margin-left: 60px !important;
  font-family: "Scheherazade New", serif !important;
}

.highrise-content .discover-btn span {
  border-right: 1px solid white;
  padding: 14.5px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.hier-cont p a {
  color: #274992 !important;
  width: auto;
}

.pd-rt {
  padding-right: 30px;
}

@media (min-width: 1350px) {
  .highrise-content {
    margin: 0px 0 0 120px;
  }
}

.why-choose-nbr-sarjapur-wrapper {
  background: url(../images/why-choose-nbr-seo-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: relative;
}

.why-choose-nbr-sarjapur-content {
  position: absolute;
  right: 50px;
}

@media (min-width: 1350px) {
  .why-choose-nbr-sarjapur-content {
    top: 18%;
    width: 50%;
  }
}

.highrise-apartment-img img {
  width: 100%;
}

.location_wrapper {
  padding: 0 50px;
}

body {
  font-family: "Public Sans", serif;
  font-weight: 400;
  font-style: normal;
}

.pd-rt {
  padding-right: 30px;
}

.luxury-apatment-content p,
.luxury-apatment-content-2 p,
.luxury-apatment-content-3 p {
  color: black;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}

.luxury-apatment-img img,
.luxury-apatment-img-2 img,
.highrise-apartment-img img,
.luxury-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
}

.luxury-apatment-content-2 {
  padding: 0px 20px 0 20px;
}

.luxury-apatment-content-3 h2,
.luxury-apatment-content-3 h3,
.luxury-apatment-content-3 h4,
.luxury-apatment-content-2 h2,
.luxury-apatment-content-2 h3,
.luxury-apatment-content-2 h4,
.luxury-apatment-content h2,
.luxury-apatment-content h3,
.luxury-apatment-content h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: "Public Sans";
  color: #000;
}

.luxury-apatment-content-2 table th,
td,
.luxury-apatment-content-3 table th,
td {
  border: 1px solid #ccc !important;
  padding: 10px !important;
  text-align: left !important;
}

.luxury-apatment-content-2 table th,
.luxury-apatment-content-3 table th {
  background-color: #264790;
  color: #fff;
}

.luxury-apatment-content-3 {
  width: 80%;
  margin: auto;
}

.input-box input {
  border: none;
  border-bottom: 1px solid #dedede;
  padding: 20px;
  width: 100%;
  margin-bottom: 10px;
}


.popupform {
  width: 40% !important;
  margin: auto;
  background: white;
  padding: 30px 40px;
  color: black;
  position: relative;
}

.input-box,
.contact-btn {
  width: 100%;
  margin-bottom: 10px;
}

.contact-btn button {
  border: 1px solid #264790;
  color: white;
  background-color: #264790;
  height: 60px;
  width: 100%;
  margin: 10px 0;
  font-size: 17px;
}

.contact-form {
  width: 70%;
  margin: auto;
  padding: 30px 0;
}

.contact-form input::placeholder {
  color: black;
  font-size: 17px;
}

h3.contact-us-title {
  margin-left: 70px;
  margin-top: 0px;
  padding-left: 60px;
}

.contact-right-side {
  background-color: #9C5C39;
  padding: 15px 30px;
  margin-top: 50px;
}

.contact-info a {
  color: #333333;
  text-decoration: none;
}

.luxury-apatment-wrapper {
  /* padding: 50px 0; */
}

.luxury-apatment-content-3-wrapper {
  width: 100%;
}

.luxury-apatment-content p a strong,
.luxury-apatment-content li a strong,
.luxury-apatment-content-2 p a strong,
.luxury-apatment-content-2 li a strong,
.luxury-apatment-content-3 p a strong,
.luxury-apatment-content-3 li a strong {
  color: #24478f;
}

.luxury-apatment-content-2 p {
  margin-bottom: 0;
  width: 90%;
}

.luxury-apatment-content-3 h2,
.luxury-apatment-content-3 h3,
.luxury-apatment-content-3 h4,
.luxury-apatment-content-2 h2,
.luxury-apatment-content-2 h3,
.luxury-apatment-content-2 h4,
.luxury-apatment-content h2,
.luxury-apatment-content h3,
.luxury-apatment-content h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: "Public Sans";
  color: #000;
}

.luxury-apatment-content p b,
.luxury-apatment-content-2 p b,
.luxury-apatment-content-3 p b,
.luxury-apatment-content p strong,
.luxury-apatment-content-2 p strong,
.luxury-apatment-content-3 p strong {
  color: black;
}

.pd-lt {
  padding-left: 30px;
}

.booking-wrapper {
  padding: 0 0px 0px;
}

.booking-title {
  color: white;
  background-color: #053029;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking-title h3 {
  font-size: 25px;
  font-weight: 400;
  color: white;
  font-family: "DM Sans", serif;
}

.booking-content {
  margin: 30px 0 0 60px;
}

.book-now-btn {
  text-align: center;
  margin-top: 40px;
}

.booking-content h4 {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 0;
  color: black;
}

.why-choose-nbr-sarjapur-content p,
.booking-content p {
  color: black;
  font-size: 15px;
}


.highrise-content {
  margin: 0;
}


.highrise-content .discover-btn button:hover {
  background-color: white;
  border: 1px solid #9e5f27;
  transition: 0.3s ease-in-out;
}

.highrise-content .discover-btn button:hover p {
  color: black !important;
}

.highrise-content .discover-btn button:hover span {
  border-right: 1px solid black;
}

.highrise-content .discover-btn button:hover svg path {
  fill: black;
}

.discover-btn button:hover svg path {
  transition: transform 0.5s ease-in-out;
  transform: translateX(9px);
}

.book-now-btn a {
  background-color: #9c5c39;
  color: white;
  width: 170px;
  display: inline-block;
  padding: 10px;
  border: 1px solid #9c5c39;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
}

.section-awards {
  background-image: url(../images/awardsbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.nbr-logo.mobile-hide-logo {
  margin-right: 100px !important;
}

.bank-btn:first-child::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #0f3a30;
  right: -25px;
  top: 0;
}

.banktab-btn {
  gap: 30px;
}

.bank-btn.plan-btn {
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  border: unset;
  border-bottom: 2px solid transparent;
  position: relative !important;
}

.bank-btn.plan-btn.active {
  border-bottom: 2px solid #fff;
}

.awards-box {
  text-align: center;
  padding: 20px 30px;
  position: relative;
  width: 100%;
}

.awards-box:after,
.awards-box:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: calc(50% - 4vw);
  background: #ffb200;
}

.awards-box:after {
  right: 0;
}

.awards-box:before {
  left: 0;
}

.awards-box .t_quote {
  height: auto !important;
  margin: -1vw auto 0;
  position: relative !important;
  top: -16px;
  margin-bottom: -15px;
}

.year {
  font-size: 30px;
  position: relative !important;
}

.py-4 {
  padding-top: 1.5rem !important;
}

.awards-block {
  text-align: center;
  margin: 0 auto;
  height: 100%;
  max-width: 370px;
  min-height: 140px;
  display: flex;
  justify-content: center;
  border: 1px solid #ffb200;
  border-top-color: transparent;
}

.award-title {
  font-family: "Forum", serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.awardtext {
  font-family: "Forum", serif;
  font-size: 20px;
  font-weight: 500;
}

.awards-subtitle {
  display: block;
  font-size: 16px;
  margin: 20px 0;
}

.awards-slider .owl-carousel .owl-stage {
  display: flex;
}

.awards-slider .item {
  height: 100%;
  overflow: visible;
  padding: 10px;
}

.testimonials-new-block {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.play-btn:after {
  position: absolute;
  content: "";
  background-image: url(../images/play-btn-new.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 3vw;
  height: 3vw;
  z-index: 1;
  animation: pulse-cust 2s infinite;
  border-radius: 100%;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
}

@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px hsla(0, 0%, 100%, 0);
  }

  to {
    -webkit-box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  }
}

.partner-slider .owl-stage {
  display: flex;
  align-items: center;
}

.partner-logo img {
  /* max-height: 60px; */
  max-width: 150px !important;
  /* width: unset !important; */
}

.partner-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials-new-block img {
  width: 100%;
  height: 100%;
}

.partner-video-wrapper {
  margin-top: 50px;
}

.partner-logo {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 160px;
}

.partner-video {
  position: relative;
  max-width: fit-content;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

#section-client-partner {
  background: rgb(247, 242, 231);
}

.dropdowns {
  display: flex;
  gap: 10px;
  justify-content: end;
  flex-wrap: wrap;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #1e3a70;
  border: 1px solid #555;
  padding: 10px 40px 10px 12px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  min-width: 150px;
  cursor: pointer;
  outline: none;
  transition: border 0.3s, box-shadow 0.3s, background-color 0.3s;
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 7px;
}

select:hover,
select:focus {
  border-color: #14467a;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
  background-color: #1e3a70f2;
}

option {
  background-color: #1e3a70;
  color: #fff;
  padding: 10px;
}

.content-tab {
  display: none;
  margin: 20px auto;
  transition: opacity 0.3s ease;
}

.content-tab.show {
  display: block;
  opacity: 1;
}

.construction-update-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.construction-update-links a {
  font-size: 20px;
  color: #fff;
  background: #14467a;
  padding: 8px 20px;
  border-radius: 10px;
  border: 1px solid #14467a;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.construction-update-links a:hover {
  text-decoration: unset;
  background: #fff;
  color: #14467a;
  border: 1px solid #14467a;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.construction-block img {
  width: 100%;
  height: 100%;
}

.construction-block {
  max-width: 800px;
  margin: 0 auto;
}

.construction-block p {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  color: #14467a;
}

.award-logo {
  max-width: fit-content;
  margin: 0 auto;
}

.bank-logo img {
  max-width: 100px;
}

.bank-doc-block a {
  font-size: 20px;
  font-weight: 600;
  color: #14362c;
}

.bank-doc-block a:hover {
  text-decoration: none;
  color: #9e5f27;
}

.bank-logo {
  background: #fff;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid #00000030;
  width: fit-content;
  margin: 0 auto;
  height: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bank-logo:hover {
  box-shadow: unset;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bank-logo img {
  border-right: 1px solid #00000030;
  padding-right: 15px;
}

.socil-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  gap: 10px;
}

.abhfl-block img {
  max-width: 60px;
}

.abhfl-block {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
  color: #fff;
}

.socil-icon svg {
  width: 30px;
  display: block;
  height: 30px;
  color: #0f3a30;
}

form#footer-Form .banner-btn {
  justify-content: start !important;
}

.why-choose-nbr-sarjapur-content {
  top: 18%;
  width: 50%;
}

.qr-wrapper {
  margin-left: 0;
}

.qr-wrapper p {
  text-align: center;
}

/* ==================== */
/* Tabs on top */
.feature-tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.feature-tab {
  cursor: pointer;
  padding: 10px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}

.feature-tab img {
  width: 40px;
  height: 40px;
}

.feature-tab p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.feature-tab.active {
  background: #fff;
}

/* Table + Image Side by Side */
.feature-content-block {
  display: flex;
  gap: 50px;
  /* gap between table and image */
}

.feature-content-block-inner {
  flex: 2;
}

.feature-content {
  display: none;
}

.feature-content.active {
  display: block;
}

.feature-map {
  flex: 1;
}

.map-image {
  display: none;
}

.map-image.active {
  display: block;
}

.feature-table {
  width: 100%;
  border-collapse: collapse;
}

.feature-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}

.feature-table td:last-child {
  font-weight: bold;
  text-align: right;
}

.map-image img {
  max-width: 500px;
}

.section-bank-doc {
  background-color: #14362c;
}

#features {
  background-color: rgb(247, 242, 231);
}

.project-hightlight-cols {
  border-left: 1px solid #fff;
}

.project-hightlight-cols {
  margin-bottom: 20px;
}

.project-hightlight-cols:nth-child(1),
.project-hightlight-cols:nth-child(4) {
  border: unset;
}

@media screen and (max-width: 1599px) {
  .partner-video {
    max-width: 600px;
  }
}

@media screen and (max-width: 1408px) {

  .luxury-apatment-img {
    height: -webkit-fill-available !important;
  }

  .luxury-apatment-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .awards-box .t_quote {
    top: -22px;
  }

  .year {
    font-size: 24px;
    position: relative !important;
  }

  #brochure-btn .btn {
    right: 0;
  }

  .configuration-type span {
    font-size: 18px;
  }

  .configuration-type h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 !important;
  }

  .pd-rt {
    padding-right: 10px;
  }

}

@media screen and (max-width: 1216px) {
  .play-btn:after {
    width: 4vw;
    height: 4vw;
  }

  .luxury-apatment-content-2-wrapper {
    padding: 20px 0 50px;
  }

  .footer-logo-img img {
    width: 100px;
  }

  .project-hightlight-cols:nth-child(4) {
    border-left: 1px solid #fff;
  }

  .project-hightlight-cols:nth-child(1),
  .project-hightlight-cols:nth-child(5),
  .project-hightlight-cols:nth-child(3) {
    border: unset;
  }

  .soul-logo {
    width: 80% !important;
  }

  .booking-wrapper {
    padding: 0;
  }

  .booking-title {
    height: unset;
  }

  .booking-title h3 {
    font-size: 22px;
    margin: 0;
    padding: 40px 0;
  }

  .why-choose-nbr-sarjapur-content {
    position: absolute;
    right: 30px;
  }

  .statistics-wrapper p {
    font-size: 16px;
  }

  .section-title {
    font-size: 34px;
  }

  .highrise-content .discover-btn button {
    padding: 12px;
  }
}

@media screen and (max-width: 1024px) {

  .luxury-apatment-content {
    padding: 0px 30px 0 30px;
  }

  .menu_lists.active {
    right: 0%;
    top: 70px;
  }

  .highrise-content {
    margin-right: 20px;
  }

  .luxury-apatment-content-2-wrapper {
    padding: 20px 0 20px;
  }

  .highrise-content .discover-btn {
    margin-top: 10px;
  }

  .accordion-wrapper-block {
    padding-left: 30px;
  }

  .section-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .why-choose-nbr-seo-img img {
    width: 100%;
    object-fit: cover;
    max-height: 450px;
  }

  .why-choose-nbr-seo-img-wrapper {
    /* padding: 0px 30px 30px; */
  }

  .why-choose-nbr-accordion .faq-accordion {
    width: 97%;
    margin-top: 30px;
  }

  .luxury-apatment-content-2-wrapper .col-md-6,
  .luxury-apatment-content-wrapper .col-md-6 {
    width: 100%;
  }

  .luxury-apatment-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }



  .luxury-apatment-content-3-wrapper {
    padding: 0 0 0;
  }

  .feature-content-block {
    gap: 30px;
  }

  .feature-tab img {
    width: 35px;
    height: 35px;
  }

  .feature-tab p {
    font-size: 13px;
  }

  .map-image img {
    max-width: 320px;
  }

  /* ================= */
  #Apartments-section {
    /* padding-right: 30px; */
    /* padding-left: 30px; */
  }

  .why-choose-nbr-sarjapur-content {
    position: absolute;
    left: unset;
    z-index: 1;
    width: 100%;
    right: unset;
    padding: 0 30px;
  }

  .why-choose-nbr-sarjapur-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.9;
    z-index: 1;
  }

  .location_wrapper {
    padding: 0 30px;
  }

  .amenities-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 0;
    padding: 10px 0;
  }

  .unit-plan-features span {
    font-size: 16px;
  }

  .unit-plan-features small {
    display: block;
    font-size: 16px;
    line-height: 20px;
  }

  a.plan-btn,
  a.plans-btn {
    padding: 7px 20px;
    font-size: 14px;
    margin: 20px 0 0;
  }

  .nbr-logo img {
    width: 140px;
  }

  .mb-mt-110 {
    margin-top: 70px;
  }

  .pd-lt {
    padding-left: 0;
  }

  .pd-rt {
    padding-right: 0;
  }

  .High-Rise-block {
    /* margin-bottom: 30px; */
  }

  .stat p.rera {
    font-size: 12px;
  }

  .section-title {
    font-size: 24px;
  }

  .booking-content {
    margin: 30px 0 0 0;
  }

  .faq-accordion h2 button {
    font-size: 18px;
  }

  .amenities-wrapper p {
    font-size: 14px;
  }

  .highrise-content .discover-btn {
    margin-top: 10px;
  }

  .luxury-apatment-wrapper {
    /* padding: 50px 30px 0; */
  }

  .luxury-apatment-content-2 {
    margin: unset;
  }

  .luxury-apatment-content-3 {
    width: 100%;
    margin: auto;
  }

  .nbr-title-wrapper {
    padding: 0 0 20px 0;
  }

  body {
    font-size: 14px !important;
  }

  .hier-cont {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
  }

  .highrise-content {
    /* text-align: center; */
  }

  .partner-video-wrapper {
    margin-top: 20px;
  }

  .partner-logo img {
    max-height: 40px;
    max-width: 150px !important;
    width: unset !important;
  }

  .partner-logo {
    max-width: max-content;
  }

  .year {
    font-size: 24px;
  }

  .awards-box .t_quote {
    top: -23px;
  }

  .awards-box:after,
  .awards-box:before {
    width: calc(50% - 5.5vw);
  }

  .play-btn {
    top: 50%;
  }

  .luxury-apatment-img {
    max-height: fit-content;
    height: 600px !important;
  }

  .luxury-apatment-content {
    width: 100%;
    margin-left: auto;
    padding: 10px 0;
  }
}

@media screen and (max-width: 991px) {
  .accordion-wrapper-block {
    padding-left: 0;
    margin-top: 20px;
  }

  .why-choose-nbr-seo-wrapper {
    padding-left: 30px !important;
  }

  .hier-cont {
    justify-content: center;
  }

  .highrise-content {
    text-align: center;
    margin-bottom: 20px;
  }

  .legacy_wrapper {
    padding-right: 20px !important;
  }

  .luxury-apartment-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {

  .project-hightlight-cols:nth-child(3) {
    border-left: 1px solid #fff;
  }

  .why-choose-nbr-accordion .faq-accordion .accordion-item:not(:last-child) {
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    margin-bottom: 8px;
  }

  .why-choose-nbr-sarjapur-content {
    position: absolute;
    left: unset;
    z-index: 1;
    width: 100%;
    right: unset;
    top: 30px;
    padding: 0 30px;
  }

  .luxury-apatment-content-2 {
    padding: unset !important;
  }

  .luxury-apatment-content-2-wrapper {
    padding: unset;
  }

  .project-hightlight-cols:nth-child(2) {
    border: unset;
  }


  .why-choose-nbr-seo-wrapper {
    padding-top: 50px;
  }



  .feature-tabs {
    overflow-x: auto;
    gap: 15px;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
  }

  .feature-tab {
    padding: 8px;
    gap: 4px;
  }

  .feature-tab img {
    width: 30px;
    height: 30px;
  }

  .feature-tab p {
    font-size: 12px;
  }

  .feature-content-block {
    flex-direction: column;
    gap: 20px;
  }

  .feature-content-block-inner,
  .feature-map {
    flex: unset;
    width: 100%;
  }

  .map-image img {
    max-width: 100%;
    height: auto;
  }

  .feature-table td {
    padding: 8px 10px;
    font-size: 12px;
  }

  /* ==================== */
  .title-border {
    padding: 10px 0 30px;
  }

  .footer-logo-img {
    justify-content: center;
  }

  .footer-logo-img.nbr-logo-img {
    justify-content: center;
    padding: 10px 0px;
  }

  .soul-logo {
    width: 90% !important;
    margin-bottom: 20px;
  }

  .qr-wrapper img {
    width: 20%;
  }

  .copyright_section .container {
    width: 100% !important;
    max-width: 720px;
  }

  .copyright_section {
    padding-bottom: 40px !important;
  }

  .booking-title h3 {
    font-size: 20px;
    margin: 0;
    padding: 30px;
  }

  .legacy_content h3,
  .harmony_content h3 {
    font-size: 28px;
  }

  h3.title-font span,
  h1.title-font span,
  h3.title-font-2 span {
    font-size: 20px;
  }

  .location_wrapper iframe {
    height: 400px;
  }

  .configuration-content-inner:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .nbr-world-btn {
    padding: 8px 30px;
    font-size: 16px;
  }

  .title-font-2 {
    font-size: 30px;
  }

  #Apartments-section {
    /* padding-right: 20px; */
    /* padding-left: 20px; */
  }

  .title-font {
    font-size: 30px;
  }

  .amenitie-box {
    width: 33.33%;
  }

  .awards-box:after,
  .awards-box:before {
    width: calc(50% - 7.2vw);
  }

  .awards-slider,
  .testimonial-slider {
    padding: 20px 0;
  }

  .awards-box .t_quote {
    top: -26px;
  }

  .plan-btn,
  .plans-btn {
    padding: 8px 20px;
  }
}

@media screen and (max-width: 575px) {
  .feature-tab p {
    font-size: 11px;
    line-height: normal;
    text-align: center;
  }

  .tesimonial-box {
    min-height: 430px;
  }

  .why-choose-nbr-seo-wrapper {
    padding-left: 20px !important;
  }

  .section-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .legacy_wrapper {
    padding-right: 20px !important;
  }

  .why-choose-nbr-sarjapur-wrapper {
    height: 440px;
  }

  .why-choose-nbr-seo-img-wrapper {
    /* padding: 0px 20px 30px; */
  }

  .why-choose-nbr-seo-wrapper {
    padding-top: 30px;
  }

  .accordion-wrapper-block {
    /* padding: 0 20px; */
  }

  .feature-tabs {
    gap: 10px 20px;
    flex-wrap: wrap;
    width: 100%;
  }

  .feature-tab img {
    width: 25px;
    height: 25px;
  }

  .feature-table td {
    padding: 6px 8px;
    font-size: 11px;
  }

  .feature-content-block {
    gap: 15px;
  }

  /* =================== */
  .luxury-apatment-wrapper {
    /* padding: 30px 20px 0; */
  }

  .luxury-apatment-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .about_prjt_wrapper .legacy_content {
    width: 90%;
  }

  .awards-box:after,
  .awards-box:before {
    width: calc(50% - 9.7vw);
  }

  .faq-accordion h2 button {
    font-size: 16px;
  }

  .bank-logo img {
    max-width: 80px;
  }

  .luxury-apatment-img {
    max-height: fit-content;
    height: 450px !important;
  }

  table {
    width: 100% !important;
  }

  .luxury-apatment-content-3 h2,
  .luxury-apatment-content-3 h3,
  .luxury-apatment-content-3 h4,
  .luxury-apatment-content-2 h2,
  .luxury-apatment-content-2 h3,
  .luxury-apatment-content-2 h4,
  .luxury-apatment-content h2,
  .luxury-apatment-content h3,
  .luxury-apatment-content h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: "Public Sans";
    color: #000;
  }

  .bank-logo {
    gap: 10px;
    padding: 8px 10px;
  }

  .bank-btn.plan-btn {
    font-size: 16px;
    border-bottom: 1px solid transparent;
  }

  .plan-btn,
  .plans-btn {
    padding: 8px 10px;
  }

  .play-btn:after {
    width: 6vw;
    height: 6vw;
  }

  .location_wrapper {
    padding: 0 20px;
  }

  .configuration-type h5 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 !important;
  }

  .configuration-content {
    padding: 20px 20px;
  }

  .configuration-type span {
    font-size: 16px;
  }

  .configuration-content-inner:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .nbr-world-btn {
    padding: 8px 30px;
    font-size: 14px;
  }

  .title-font {
    font-size: 26px;
  }

  .statistics-wrapper p {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .stat p.rera {
    font-size: 10px;
  }

  .award-title {
    font-size: 20px;
  }

  .play-btn:after {
    width: 7vw;
    height: 7vw;
  }
}

@media screen and (max-width: 420px) {
  .bank-btn.plan-btn {
    font-size: 14px;
    border-bottom: 1px solid transparent;
    margin: 0;
  }

  .luxury-apatment-img {
    max-height: fit-content;
    height: 370px !important;
  }
}