  /* Toggle button styles */
  .toggle-button {
    display: none;
    padding: 1.5rem;
  }
  
  #navbar-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
  }
  
  .bar {
    display: block;
    width: 20px;
    height: 2px;
    margin: 3px auto;
    background-color: var(--color-darkslateblue-100);
  }
  
  @media screen and (max-width: 780px) {
    .toggle-button {
      display: block; 
    }
  
    .hover-navbar.active{
      flex-direction: column;
      gap: 0;
      padding: 0;
      align-items: center;
    }
  
    .hover-navbar {
      flex-direction: column; 
      align-items: flex-start;
      padding: 20px;
    }
  
    .hover-navbar > .navbar-links,
    .hover-navbar > .navbar-links1 {
      display: none; 
    }
  
    .hover-navbar.active > .navbar-links,
    .hover-navbar.active > .navbar-links1{
      display: flex; 
      gap: 20px; 
    }
  }

  @media (min-width: 1440px){
    .navbar-links1{
      flex: 0.5019 !important;
      flex-direction: row !important;
      justify-content: space-between !important;
      padding: 0 14.812rem 0 2.5rem;
      box-sizing: border-box;
      max-width: 100%;
      gap: 1.25rem !important;
    }
  }

.navbar-links1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-20xl-7);
}

@media screen and (max-width: 780px) {
  .navbar-links1 {
    flex-direction: column; 
    align-items: flex-start;
    gap: 20px; 
  }

  .navbar.active > .navbar-links1 {
    display: flex; 
  }

  .news-events-wrapper,
  .about-us-wrapper,
  .contact-us-wrapper {
    padding: var(--padding-11xl) 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .news-events,
  .about-us,
  .contact-us1 {
    text-decoration: none;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    min-width: auto; 
    white-space: nowrap;
  }
}



.home {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  display: inline-block;
  min-width: 2.438rem;
}
.home-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.875rem 0;
}
.technology {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  min-width: 4.75rem;
}
.technology-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.875rem 0;
}
#portfolio1 {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  min-width: 3.688rem;
}
.keyboard-arrow-down-icon {
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
  min-height: 1.25rem;
}
.portfolio {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.875rem 0;
  gap: 0.312rem;
}
.contact-us {
  width: 0.063rem;
  height: 1.938rem;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.contact-link,
.navbar-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.562rem 0 0;
}
.navbar-links {
  flex: 0.5019;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 2.5rem 0 14.812rem;
  box-sizing: border-box;
  max-width: 100%;
  gap: 1.25rem;
}
.group-icon {
  height: 2.188rem;
  position: relative;
}
.property-name-container-child {
  width: 4.25rem;
  height: 0.781rem;
  position: relative;
  object-fit: contain;
}
.vinder-property {
  text-decoration: none;
  position: relative;
  letter-spacing: 0.25em;
  line-height: 0.95rem;
  font-weight: 700;
  color: inherit;
  white-space: nowrap;
}
.property-name-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
}
.header,
.logo-container {
  display: flex;
  flex-direction: row;
}
.logo-container {
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.937rem;
}
.header {
  align-items: center;
  justify-content: center;
  padding: 1.406rem 0;
  font-size: 0.75rem;
}
.frame-child {
  width: 0.063rem;
  height: 1.938rem;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.navbar-links-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.562rem 0 0;
}
.news-events {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  min-width: 6.188rem;
  white-space: nowrap;
}
.news-events-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.875rem 0;
}
.about-us {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  min-width: 3.813rem;
  white-space: nowrap;
}
.about-us-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.875rem 0;
}
.contact-us1 {
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  min-width: 4.625rem;
  white-space: nowrap;
}
.contact-us-wrapper,
.hover-navbar,
.navbar-links1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-us-wrapper {
  padding: 1.875rem 0;
}
.hover-navbar,
.navbar-links1 {
  max-width: 100%;
}
.navbar-links1 {
  flex: 1;
  gap: 2.481rem;
}
.hover-navbar {
  align-self: stretch;
  backdrop-filter: blur(80px);
  background-color: #fff;
  gap: 1.187rem;
  top: 0;
  z-index: 99;
  position: sticky;
  text-align: left;
  font-size: 1rem;
  color: #262262;
  font-family: Arsenal;
  width: 100%;
  position: fixed;
}
.group-icon1 {
  height: 3.75rem;
  width: 3.906rem;
  position: relative;
}
.featured-image {
  width: 66.25rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 0 0.062rem;
  box-sizing: border-box;
  max-width: 100%;
}
.project-name-divider {
  align-self: stretch;
  height: 0.094rem;
  position: relative;
  border-top: 1.5px solid #f7941d;
  box-sizing: border-box;
}
.project-name {
  width: 18.844rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1.562rem 0 0;
  box-sizing: border-box;
}
.kp-mall-patna {
  margin: 0;
  height: 3.125rem;
  position: relative;
  font-size: inherit;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  max-width: 100%;
}
.project-name-child {
  align-self: stretch;
  height: 0.094rem;
  position: relative;
  border-top: 1.5px solid #f7941d;
  box-sizing: border-box;
}
.project-details,
.project-name1 {
  display: flex;
  align-items: flex-start;
}
.project-name1 {
  width: 18.844rem;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.562rem 0 0;
  box-sizing: border-box;
}
.project-details {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.125rem;
  max-width: 100%;
}
.your-gateway-to {
  position: relative;
}
.project-description {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  font-family: Lato;
}
.featured-project,
.hover-navbar-parent,
.project-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 100%;
}
.project-info {
  align-items: flex-start;
  gap: 0.625rem;
}
.featured-project,
.hover-navbar-parent {
  align-self: stretch;
}
.featured-project {
  background: linear-gradient(to bottom, #8e44f2, #402a86);
  align-items: center;
  padding: 17.031rem 1.25rem;
  box-sizing: border-box;
  gap: 1.875rem;
}
.hover-navbar-parent {
  align-items: flex-start;
  text-align: left;
  font-size: 2.5rem;
  color: #fff;
  font-family: Arsenal;
}
.add-icon {
  height: 1.5rem;
}
.add-icon,
.button-divider,
.remove-icon {
  width: 1.5rem;
  position: relative;
}
.button-divider {
  height: 0.063rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.remove-icon {
  height: 1.5rem;
}
.slider-buttons {
  width: 2rem;
  border-radius: 5px;
  background-color: #ededed;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.125rem 0.187rem;
  gap: 0.281rem;
}
.testimonial-controls {
  flex: 0.92;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 1.25rem;
  box-sizing: border-box;
  background-image: url(./public/testimonial-controls@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  min-width: 20.313rem;
  min-height: 31.25rem;
  max-width: 100%;
}
.distance-icon {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
}
.find-us-at {
  margin: 0;
  position: relative;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
.no-mahatma-gandhi {
  align-self: stretch;
  position: relative;
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: Lato;
  color: #828282;
}
.testimonial-author {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}
.contact-us2 {
  position: relative;
  font-size: 1rem;
  display: inline-block;
  font-family: Arsenal;
  color: #262262;
  text-align: center;
  min-width: 4.563rem;
}
.testimonial-contact {
  cursor: pointer;
  border: 0;
  padding: 0.625rem 1.25rem;
  background-color: #f0f0f0;
  width: 18.125rem;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
}
.testimonial-contact:hover {
  background-color: #d6d6d6;
}
.testimonial-content,
.testimonial-quote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.testimonial-quote {
  align-self: stretch;
  gap: 3.125rem;
}
@media (max-width: 730px){
  .testimonial-quote{
    align-items: center;
  }
}
.testimonial-content {
  flex: 1;
  padding: 5.75rem 0 0;
  box-sizing: border-box;
  min-width: 20.313rem;
  max-width: 100%;
}
.testimonial-slider,
.testimonials {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 100%;
}
.testimonial-slider {
  width: 71.875rem;
  justify-content: flex-start;
  gap: 9.375rem;
}
.testimonials {
  align-self: stretch;
  justify-content: center;
  padding: 0 1.25rem;
  box-sizing: border-box;
  text-align: left;
  font-size: 2rem;
  color: #262262;
  font-family: Arsenal;
}
.group-icon2 {
  height: 3.125rem;
  width: 3.256rem;
  position: relative;
}
.company-name-child {
  width: 6.775rem;
  height: 1.25rem;
  position: relative;
  object-fit: contain;
}
.vinder-property1 {
  position: relative;
  letter-spacing: 0.25em;
  white-space: nowrap;
}
.company-info,
.company-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.25rem;
}
.company-info {
  flex-direction: row;
  align-items: flex-end;
  gap: 1.875rem;
}
.follow-us-on {
  position: relative;
  letter-spacing: 0.25em;
}
.facebook-icon,
.instagram-icon,
.linkedin-icon {
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  min-height: 1.25rem;
}
.footer-content,
.social-icons,
.social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}
.footer-content,
.social-links {
  gap: 1.625rem;
  color: #fff;
}
.footer-content {
  align-self: stretch;
  justify-content: space-between;
  gap: 1.25rem;
  color: #d9d9d9;
}
.footer-divider {
  align-self: stretch;
  height: 0.063rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.office-address1 {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.no-nityadhan-mukherjee,
.office-address1 {
  align-self: stretch;
  position: relative;
}
.office-address {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
  min-width: 9.375rem;
}
.about-us1 {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.about-company,
.about-us1,
.our-team,
.terms-condition {
  align-self: stretch;
  position: relative;
}
.about-links,
.about-us-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.about-links {
  align-self: stretch;
  gap: 0.312rem;
}
.about-us-parent {
  flex: 1;
  gap: 1.25rem;
  min-width: 9.375rem;
}
.more {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.career,
.contact-us3,
.investors,
.media,
.more {
  align-self: stretch;
  position: relative;
}
.contact-us3 {
  text-decoration: none;
  color: inherit;
}
.more-links {
  align-self: stretch;
  flex-direction: column;
  gap: 0.312rem;
}
.address-info,
.more-links,
.more-parent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.more-parent {
  flex: 1;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 9.375rem;
}
.address-info {
  width: 43.75rem;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3.125rem;
  max-width: 100%;
}
.footer-divider1 {
  align-self: stretch;
  height: 0.063rem;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.all-copyrights-rights {
  width: 37.188rem;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.cookies,
.terms {
  position: relative;
  display: inline-block;
  min-width: 2.375rem;
}
.cookies {
  min-width: 3.125rem;
}
.legal-links {
  width: 8.625rem;
  flex-direction: row;
  justify-content: flex-start;
  gap: 3.125rem;
}
.copyright,
.footer,
.legal-links,
.project-page {
  display: flex;
  align-items: flex-start;
}
.copyright {
  align-self: stretch;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  gap: 1.25rem;
}
.footer,
.project-page {
  flex-direction: column;
  justify-content: flex-start;
}
.footer {
  align-self: stretch;
  background: linear-gradient(to right, #221f58, #110f2c);
  padding: 3.125rem 6.25rem;
  box-sizing: border-box;
  gap: 3.093rem;
  max-width: 100%;
  text-align: left;
  font-size: 1rem;
  color: #fff;
  font-family: Arsenal;
}
.project-page {
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  gap: 6.25rem;
  line-height: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 1150px) {
  .testimonial-slider {
    gap: 4.688rem;
  }
}
@media screen and (max-width: 1050px) {
  .navbar-links {
    display: none;
  }
  .kp-mall-patna {
    font-size: 2rem;
  }
  .testimonial-controls {
    flex: 1;
  }
  .find-us-at {
    font-size: 1.625rem;
  }
  .testimonial-content {
    flex: 1;
  }
  .copyright,
  .testimonial-slider {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 780px) {
  .navbar-links {
    padding-left: 7.375rem;
    box-sizing: border-box;
  }
  .project-details {
    gap: 1.563rem;
  }
  .featured-project {
    padding-top: 11.063rem;
    padding-bottom: 11.063rem;
    box-sizing: border-box;
  }
  .testimonial-quote {
    gap: 1.563rem;
  }
  .testimonial-slider {
    gap: 2.313rem;
  }
  .footer-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .address-info,
  .footer {
    gap: 1.563rem;
  }
  .footer {
    padding: 2rem 3.125rem;
    box-sizing: border-box;
  }
  .project-page {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 450px) {
  .hero-content-wrapper,
  .navbar-links {
    padding-left: 1.25rem;
    box-sizing: border-box;
  }
  .hero-content-wrapper {
    gap: 1.563rem;
    padding-right: 1.25rem;
  }
  .navbar-links1 {
    display: none;
    gap: 1.25rem;
  }
  .kp-mall-patna {
    font-size: 1.5rem;
  }
  .your-gateway-to {
    font-size: 1rem;
  }
  .find-us-at {
    font-size: 1.188rem;
  }
  .no-mahatma-gandhi {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .testimonial-content {
    padding-top: 3.75rem;
    box-sizing: border-box;
  }
  .testimonial-slider {
    gap: 1.188rem;
  }
  .footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
  }
  .project-page {
    gap: 1.563rem;
  }
}

/*** Footer css ***/

.group-icon5 {
  height: 3.125rem;
  width: 3.256rem;
  position: relative;
}
.footer-brand-child {
  width: 6.775rem;
  height: 1.25rem;
  position: relative;
  object-fit: contain;
}
.vinder-property5 {
  position: relative;
  letter-spacing: 0.25em;
  white-space: nowrap;
}
.footer-brand,
.footer-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-9xs);
}
.footer-content {
  flex-direction: row;
  align-items: flex-end;
  gap: var(--gap-11xl);
}
.follow-us-on2 {
  position: relative;
  letter-spacing: 0.25em;
}
.facebook-icon2,
.instagram-icon2,
.linkedin-icon2 {
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  min-height: 1.25rem;
}
.footer-social,
.footer2,
.social-icons2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-xl);
}

  .social-icons2 a:hover{
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  }
.footer-social,
.footer2 {
  gap: var(--gap-7xl);
  color: var(--color-white);
}
.footer2 {
  flex-wrap: wrap;
  align-self: stretch;
  justify-content: space-between;
  gap: var(--gap-xl);
  color: var(--color-gainsboro);
}
.frame-child13 {
  align-self: stretch;
  height: 0.063rem;
  position: relative;
  border-top: 1px solid var(--color-gray-600);
  box-sizing: border-box;
}
.office-address3 {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.no-nityadhan-mukherjee2,
.office-address3 {
  align-self: stretch;
  position: relative;
}
.office {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-xl);
  min-width: 9.375rem;
}
.about-us5 {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.about-company2,
.about-us5,
.our-team2,
.terms-condition2 {
  align-self: stretch;
  position: relative;
}
.about-more,
.about-more-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.about-more-links {
  align-self: stretch;
  gap: var(--gap-8xs);
}
.about-more {
  flex: 1;
  gap: var(--gap-xl);
  min-width: 9.375rem;
}
.more3 {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.career2,
.contact-us7,
.investors2,
.media2,
.more3 {
  align-self: stretch;
  position: relative;
}
.more-items {
  align-self: stretch;
  flex-direction: column;
  gap: var(--gap-8xs);
}
.footer-info,
.more-items,
.more2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.more2 {
  flex: 1;
  flex-direction: column;
  gap: var(--gap-xl);
  min-width: 9.375rem;
}
.footer-info {
  width: 43.75rem;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--gap-31xl);
  max-width: 100%;
}
.frame-child14 {
  align-self: stretch;
  height: 0.063rem;
  position: relative;
  border-top: 1px solid var(--color-gray-600);
  box-sizing: border-box;
}
.all-copyrights-rights2 {
  width: 37.188rem;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.cookies2,
.terms2 {
  position: relative;
  display: inline-block;
  min-width: 2.375rem;
}
.cookies2 {
  text-decoration: none;
  color: inherit;
  min-width: 3.125rem;
}
.copyright2,
.terms-cookies {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.terms-cookies {
  width: 8.625rem;
  justify-content: flex-start;
  gap: var(--gap-31xl);
}
.copyright2 {
  align-self: stretch;
  justify-content: space-between;
  max-width: 100%;
  gap: var(--gap-xl);
}
.footer-parent,
.homepage {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  text-align: left;
  font-family: var(--font-arsenal);
}
.footer-parent {
  align-self: stretch;
  background: var(--color-footer);
  padding: var(--padding-31xl) var(--padding-81xl);
  gap: var(--gap-30xl-5);
  max-width: 100%;
  font-size: var(--font-size-base);
  color: var(--color-white);
}

@media screen and (max-width: 1050px) {
  .copyright2 {
      flex-wrap: wrap;
  }
}

/*------------------------------------------------*/


.checkbox-wrapper-4 * {
  box-sizing: border-box;
}
.checkbox-wrapper-4 .cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  align-items: center;
  display: flex;
}
.checkbox-wrapper-4 .cbx:not(:last-child) {
  margin-right: 6px;
}
.checkbox-wrapper-4 .cbx:hover {
  background: #fffaf4;
}
.checkbox-wrapper-4 .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-4 .cbx span:first-child {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  transform: scale(1);
  background-color: #f2f2f2;
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.checkbox-wrapper-4 .cbx span:first-child svg {
  position: absolute;
  top: 5px;
  left: 4px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx:hover{
  background-color: white;
}
.checkbox-wrapper-4 .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.checkbox-wrapper-4 .cbx:hover span:first-child {
  border-color:#8a2be2;
}
.checkbox-wrapper-4 .inp-cbx {
  position: absolute;
  visibility: hidden;
}
.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
  background: #8a2be2;
  border-color: #8a2be2;
  animation: wave-4 0.4s ease;
}
.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-4 .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 640px) {
  .checkbox-wrapper-4 .cbx {
    width: 100%;
    display: inline-block;
  }
}
@-moz-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}


/* Navbar styles */
.npd-navbar {
  background-color: #333;
  padding: 10px;
}

.npd-navbar a {
  color: white;
  text-decoration: none;
  padding: 10px;
}

/* Dropdown content hidden by default */
#npd-frame-root {
  display: none;
  position: fixed;
  top: 4rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
}

.npd-portfolio-tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.npd-mall-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3.5px;
  color: #000;
  margin-bottom: 5px;
}

.npd-mall-location {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3.5px;
  color: #9747ff;
}

.npd-portfolio-tab a {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.npd-portfolio-tab {
  cursor: pointer;
  margin: 0 15px;
}

.npd-portfolio-tab:hover {
  color: #ff8c00; /* Highlight on hover */
}

/* Content area */
.npd-content {
  display: none; /* Hide all content by default */
  padding: 20px 40px;
  justify-content: center;
}

/* Malls Content */
.npd-mall-cards-container {
  display: flex;
  flex-wrap: nowrap; /* Ensure the cards are in a single line */
  overflow-x: auto; /* Enable horizontal scrolling */
  gap: 16px; /* Space between the cards */
}

.npd-mall-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px;
  gap: 40px;
  flex: 0 0 auto;
  width: 250px; 
  cursor: pointer;
}

.npd-status-labels {
  position: absolute;
  top: 10px;
  left: 10px;
  background: linear-gradient(to right, #f5e274, #f6c04e); 
  color: white; 
  padding: 5px 10px;
  font-size: 12px; /* Adjust font size */
  z-index: 100;
}

.npd-status-labels-upcoming {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #9747ff; 
  color: white; 
  padding: 5px 10px;
  font-size: 12px; /* Adjust font size */
  z-index: 100;
}

.npd-operational-wrapper {
  display: flex;
  align-items: center;
}

.npd-operational1 {
  font-weight: bold;
  position: relative;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #262262;
}

.npd-operational1-upcoming {
  font-weight: bold;
  position: relative;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #fff;
}

.npd-mall-card img {
  width: 100%;
  height: auto;
  align-self: stretch;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}

.npd-mall-info {
  text-align: start;
  margin-top: 10px;
}

.npd-mall-info b {
  display: block;
}

/* Standalone Content */
.npd-standalone-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  width: 250px;
}

.npd-standalone-card img {
  width: 100%;
  height: auto;
}

.npd-standalone-info {
  text-align: center;
  margin-top: 10px;
}

.npd-standalone-info b {
  display: block;
}


@media screen and (max-width: 778px) {
  #npd-frame-root{
      top: 18rem;
      overflow-y: scroll;
  }
}


/* Overlay style */
.npd-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 90; 
  display: none; 
}

a{
  text-decoration: none;
}