  /* Toggle button styles */
  .toggle-button {
    display: none;
    padding: 0.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 0;
    }
  
    .hover-navbar > .navbar-links,
    .hover-navbar > .navbar-links1 {
      display: none; 
    }
  
    .hover-navbar.active > .navbar-links,
    .hover-navbar.active > .navbar-links1{
      display: flex; 
      gap: 0; 
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .hover-navbar.active > .header
    {
      display: none;
    }
    .hover-navbar.active > .navbar-links1{
      padding: 0 2.2rem;;
    }
    .hover-navbar.active > .news-events-wrapper{
      padding: 0.5rem 0;
    }
  }

  @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) {
  .home-link,
  .technology-link{
    padding: 0.85rem 0;
  }
  .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;
  color: inherit;
  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;
  cursor: pointer;
}
.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;
  flex-wrap: wrap;
}

@media (max-width: 1250px) {
  .navbar-links{
    padding-left: 2rem;
  }

  .navbar-links1{
    flex: 0;
  }
  .hover-navbar{
    justify-content: center;
  }

}
@media (max-width: 930px){
  .navbar-links,
  .navbar-links1{
    padding: 0;
  }
  .navbar-links1{
    gap: 1rem;
  }
}

@media (max-width : 1040px) {
  .header {
    padding: 1rem 0;
  }
}

@media (max-width: 750px) {
  .navbar-links,
  .navbar-links1{
    display: none;
  }
  .hover-navbar{
    gap: 0;
  }
  .contact-link,
  .navbar-links-inner{
    display: none;
  }
  .about-us-wrapper,
  .technology-link,
  .contact-us-wrapper,
  .news-events-wrapper,
  .home-link,
  #portfolio{
    padding: 0.5rem 0;
  }
  #portfolio{
    padding-left: 1rem;
  }
  .home-link{
    margin-top: 1rem;
  }
}

@media (max-width: 530px) {
  .navbar-links1{
    padding-right: 2rem;
    gap: 0.8rem;
  }
  .location-content{
    margin-left: 10%;
  }
}
@media (max-width: 400px) {
  .header{
    padding: 1rem;
  }
}
  .top-navigation {
    align-self: stretch;
    padding: 0 0 2.5rem;
    box-sizing: border-box;
    top: 0;
    z-index: 99;
    position: sticky;
  }
  .howrah9 {
    text-decoration: none;
    position: relative;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    min-width: 4.125rem;
  }
  .location-names15 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 0.937rem;
  }
  .guwahati8 {
    text-decoration: none;
    position: relative;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    min-width: 5.063rem;
  }
  .location-names16 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 0.937rem;
  }
  .patna9 {
    text-decoration: none;
    position: relative;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    min-width: 3.063rem;
  }
  .location-names17 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 0.937rem;
  }
  .gangtok9 {
    text-decoration: none;
    position: relative;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    min-width: 4.438rem;
  }
  .location-names18 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 0.937rem;
  }
  .kochi9 {
    text-decoration: none;
    position: relative;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    min-width: 3rem;
  }
  .location-names19 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 0.937rem;
  }
  .ambikapur9 {
    text-decoration: none;
    position: relative;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    min-width: 5.813rem;
  }
  .location-names20 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 0.937rem;
  }
  .dhanbad9 {
    text-decoration: none;
    position: relative;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    min-width: 4.813rem;
  }
  .current-location-inner {
    align-self: stretch;
    height: 0.125rem;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    flex-shrink: 0;
  }
  .current-location2 {
    height: 2.5rem;
    width: 4.813rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 0.937rem;
    box-sizing: border-box;
    gap: 0.937rem;
    color: #262262;
  }
  .maslandpur7 {
    text-decoration: none;
    position: relative;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    min-width: 6.375rem;
  }
  .location-links,
  .location-names21 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .location-names21 {
    justify-content: flex-start;
    padding: 0 0 0.937rem;
  }
  .location-links {
    align-self: stretch;
    justify-content: space-between;
    gap: 1.25rem;
  }
  .instance-child4 {
    align-self: stretch;
    height: 0.063rem;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  .location-links-parent {
    align-self: stretch;
    height: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    box-sizing: border-box;
  }
  .upcoming5 {
    position: relative;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    display: inline-block;
    min-width: 6.813rem;
  }
  .upcoming-label,
  .upcoming-title2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .upcoming-label {
    background-color: #9747ff;
    flex-direction: row;
    padding: 0.312rem 0.5rem;
  }
  .upcoming-title2 {
    align-self: stretch;
    flex: 1;
    flex-direction: column;
    padding: 1.25rem;
    background-image: url(./public/dhanbad_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    justify-content: space-between;
  }
  .v1-malls1 {
    align-self: stretch;
    position: relative;
    text-transform: uppercase;
  }
  .digitala-assistenter-pseudodik28 {
    align-self: stretch;
    position: relative;
    font-size: 1rem;
    font-family: Lato;
    color: #828282;
  }
  .upcoming-projects,
  .v-mall-content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
  }
  .v-mall-content {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1.25rem 1.25rem 4rem;
    gap: 0.625rem;
    font-size: 1.25rem;
    color: #000;
  }
  .upcoming-projects {
    flex: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    align-items: center;
    justify-content: center;
  }
  .upcoming-content,
  .upcoming-content-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .upcoming-content {
    width: 18.75rem;
    justify-content: flex-start;
  }
  .upcoming-content-wrapper {
    height: 20rem;
    justify-content: center;
    padding: 0 1.25rem;
    box-sizing: border-box;
    font-size: 1rem;
    color: #fff;
  }
  .dhanbad-inner,
  .instance-parent1 {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
  }
  .instance-parent1 {
    width: 67.75rem;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2.5rem;
  }
  .dhanbad-inner {
    margin-top: 4rem;
    align-self: stretch;
    flex-direction: row;
    justify-content: center;
    padding: 0 1.25rem 6.25rem;
    box-sizing: border-box;
    text-align: left;
    font-size: 1.25rem;
    color: rgba(0, 0, 0, 0.3);
    font-family: Arsenal;
  }
  .connect-with-us9 {
    margin: 0;
    height: 2.5rem;
    position: relative;
    font-size: inherit;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: inherit;
    display: inline-block;
    max-width: 100%;
  }
  .field-labels16,
  .field-labels17,
  .field-labels18 {
    width: 100%;
    border: 0;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.1);
    align-self: stretch;
    height: 2.5rem;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0.625rem 0.937rem;
    box-sizing: border-box;
    font-family: Arsenal;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
    min-width: 15.625rem;
  }
  .field-labels19,
  .form-fields10 {
    display: flex;
    justify-content: flex-start;
  }
  .field-labels19 {
    border: 0;
    background-color: rgba(0, 0, 0, 0.1);
    height: 7.5rem;
    width: auto;
    outline: 0;
    align-self: stretch;
    border-radius: 10px;
    flex-direction: row;
    align-items: flex-start;
    padding: 0.625rem 0.937rem;
    box-sizing: border-box;
    font-family: Arsenal;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
  }
  .form-fields10 {
    width: 37.5rem;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
    max-width: 100%;
  }
  .form-message-child {
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 5px;
    background-color: #eaeaea;
  }
  .form-message-child:hover {
    background-color: #dcdcdc;
  }
  .form-message-child.active {
    background-color: #8a2be2;
  }
  .innovationssystem-blockchain10 {
    flex: 1;
    position: relative;
    display: inline-block;
    max-width: 100%;
  }
  .form-message6 {
    width: 37.5rem;
    display: -webkit-inline-box;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
    max-width: 100%;
    text-align: left;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
    font-family: Lato;
  }
  .submit9 {
    position: relative;
    font-size: 1rem;
    display: inline-block;
    font-family: Arsenal;
    color: #fff;
    text-align: center;
    min-width: 3rem;
  }
  .connect-with-us-container{
    display: flex;
    align-self: stretch;
    background-color: #fffaf4;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6.25rem 1.25rem;
    gap: 2.5rem;
    max-width: 100%;
    text-align: center;
    font-size: 2rem;
    color: #000;
    font-family: Arsenal;

  }
  .connect-with-us-parent4,
  .submit-button8 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .submit-button8 {
    cursor: pointer;
    border: 0;
    padding: 0.625rem 1.25rem;
    background-color: #9747ff;
    width: 18.125rem;
    border-radius: 10px;
    flex-direction: row;
    justify-content: center;
  }
  .submit-button8:hover {
    background-color: #b061ff;
  }
  .connect-with-us-parent4 {
    align-self: stretch;
    background-color: #fffaf4;
    flex-direction: column;
    justify-content: flex-start;
    padding: 6.25rem 1.25rem;
    gap: 2.5rem;
    max-width: 100%;
    text-align: center;
    font-size: 2rem;
    color: #000;
    font-family: Arsenal;
  }
  .group-icon27 {
    height: 3.125rem;
    width: 3.256rem;
    position: relative;
  }
  .footer-title-child {
    width: 6.775rem;
    height: 1.25rem;
    position: relative;
    object-fit: contain;
  }
  .vinder-property27 {
    position: relative;
    letter-spacing: 0.25em;
    white-space: nowrap;
  }
  .company-info4,
  .footer-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.25rem;
  }
  .company-info4 {
    flex-direction: row;
    align-items: flex-end;
    gap: 1.875rem;
  }
  .follow-us-on13 {
    position: relative;
    letter-spacing: 0.25em;
  }
  .facebook-icon16,
  .instagram-icon16,
  .linkedin-icon16 {
    height: 1.25rem;
    width: 1.25rem;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    min-height: 1.25rem;
  }
  .footer-content10,
  .social-icons7,
  .social-links6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
  }
  .footer-content10,
  .social-links6 {
    gap: 1.625rem;
    color: #fff;
  }
  .footer-content10 {
    align-self: stretch;
    justify-content: space-between;
    gap: 1.25rem;
    color: #d9d9d9;
  }
  .footer-dividers8 {
    align-self: stretch;
    height: 0.063rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
  }
  .office-address19 {
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }
  .no-nityadhan-mukherjee13,
  .office-address19 {
    align-self: stretch;
    position: relative;
  }
  .address5 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.25rem;
    min-width: 9.375rem;
  }
  .about-us28 {
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }
  .about-company13,
  .about-us28 {
    align-self: stretch;
    position: relative;
  }
  .our-team13 {
    text-decoration: none;
    color: inherit;
  }
  .our-team13,
  .terms-condition13 {
    align-self: stretch;
    position: relative;
  }
  .about-links3,
  .about-us-parent1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .about-links3 {
    align-self: stretch;
    gap: 0.312rem;
  }
  .about-us-parent1 {
    flex: 1;
    gap: 1.25rem;
    min-width: 9.375rem;
  }
  .more14 {
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }
  .career13,
  .contact-us33,
  .investors13,
  .media13,
  .more14 {
    align-self: stretch;
    position: relative;
  }
  .contact-us33 {
    text-decoration: none;
    color: inherit;
  }
  .more-links9 {
    align-self: stretch;
    flex-direction: column;
    gap: 0.312rem;
  }
  .address-parent,
  .more-links9,
  .more-parent2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .more-parent2 {
    flex: 1;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 9.375rem;
  }
  .address-parent {
    width: 43.75rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.125rem;
    max-width: 100%;
  }
  .footer-dividers9 {
    align-self: stretch;
    height: 0.063rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
  }
  .all-copyrights-rights13 {
    width: 37.188rem;
    position: relative;
    display: inline-block;
    max-width: 100%;
  }
  .cookies13,
  .terms13 {
    position: relative;
    display: inline-block;
    min-width: 2.375rem;
  }
  .cookies13 {
    min-width: 3.125rem;
  }
  .all-copyrights-rights-reserved-group,
  .legal-links2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .legal-links2 {
    width: 8.625rem;
    justify-content: flex-start;
    gap: 3.125rem;
  }
  .all-copyrights-rights-reserved-group {
    align-self: stretch;
    justify-content: space-between;
    max-width: 100%;
    gap: 1.25rem;
  }
  .dhanbad8,
  .footer9 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer9 {
    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;
  }
  .dhanbad8 {
    width: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    line-height: normal;
    letter-spacing: normal;
  }
  @media screen and (max-width: 1025px) {
    .navbar-links14 {
      display: none;
    }
  }
  @media screen and (max-width: 975px) {
    .location-links {
      flex-wrap: wrap;
    }
    .location-links-parent {
      height: auto;
    }
    .connect-with-us9 {
      font-size: 1.625rem;
    }
    .connect-with-us-parent4 {
      padding-top: 4.063rem;
      padding-bottom: 4.063rem;
      box-sizing: border-box;
      display: grid;
      grid-template-columns: minmax(225px, 1fr);
    }
    .all-copyrights-rights-reserved-group {
      flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 725px) {
    .navbar-links14 {
      padding-left: 7.375rem;
      box-sizing: border-box;
    }
    .instance-parent1 {
      margin-top: 2rem;
      gap: 1.25rem;
    }
    .dhanbad-inner {
      padding-bottom: 4.063rem;
      box-sizing: border-box;
    }
    .connect-with-us-parent4 {
      gap: 1.25rem;
    }
    .footer-content10 {
      flex-wrap: wrap;
    }
    .address-parent,
    .footer9 {
      gap: 1.563rem;
    }
    .footer9 {
      padding: 2rem 3.125rem;
      box-sizing: border-box;
    }
  }
  @media screen and (max-width: 450px) {
    .hero-content-wrapper1,
    .navbar-links14 {
      padding-left: 1.25rem;
      box-sizing: border-box;
    }
    .hero-content-wrapper1 {
      gap: 1.563rem;
      padding-right: 1.25rem;
    }
    .navbar-links15 {
      display: none;
      gap: 1.25rem;
    }
    .ambikapur9,
    .dhanbad9,
    .gangtok9,
    .guwahati8,
    .howrah9,
    .kochi9,
    .maslandpur7,
    .patna9,
    .v1-malls1 {
      font-size: 1rem;
    }
    .connect-with-us9 {
      font-size: 1.188rem;
    }
    .innovationssystem-blockchain10 {
      min-width: 100%;
    }
    .footer9 {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      box-sizing: border-box;
    }
  }
  
    /* write a new page */
.sync-saved-locally-icon {
  height: 5rem;
  width: 5rem;
  position: relative;
}
.sync-container {
  width: 77.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
}
.your-message-has {
  margin: 0;
  position: relative;
  font-size: inherit;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
}
.user-message {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 0 1.25rem;
}
.we-have-sent {
  align-self: stretch;
  position: relative;
  font-size: 1rem;
  font-family: Lato;
  color: #828282;
}
.user-message-parent {
  width: 77.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625rem;
  max-width: 100%;
}
.write-a-new {
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-family: Arsenal;
  color: #fff;
  text-align: center;
}
.input-container,
.input-container-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.input-container {
  cursor: pointer;
  border: 0;
  padding: 0.625rem 4.687rem;
  background-color: #262262;
  border-radius: 10px;
  justify-content: flex-start;
  white-space: nowrap;
}
.input-container:hover {
  background-color: #595494;
}
.input-container-wrapper {
  width: 77.5rem;
  justify-content: center;
  max-width: 100%;
}
.sync-container-parent {
  display: none;
  width: 100%;
  position: relative;
  background-color: #fffaf4;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 6.25rem 1.25rem;
  box-sizing: border-box;
  gap: 2.5rem;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: 2rem;
  color: #000;
  font-family: Arsenal;
}
@media screen and (max-width: 750px) {
  .your-message-has {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 675px) {
  .sync-container-parent {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 450px) {
  .your-message-has {
    font-size: 1.188rem;
  }
  .input-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
  }
}


/*** 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 (max-width: 600px){
  .footer-parent{
    padding-left: 2rem;
  }
}

.wood-apple{
  text-decoration: none;
  color: white;
}

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

.about-company2,
.about-us5,
.contact-us7{
  color: white;
}

a{
  text-decoration: none;
}


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


.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;
  font-family: Arsenal;
}

/* 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;
  font-family: Arsenal;
}

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

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

.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;
  font-family: Arsenal;
}

.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;
  font-family: Arsenal;
}

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

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

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

.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;
}

.new-mall-tag{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #F7941D;
  flex-direction: row;
  padding: 5px 10px;
}

.new-mall-tag-text{
  position: relative;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  display: inline-block;
}

::-webkit-scrollbar {
  height: 8px;
  width: 4px;
  background: #d6d6d6;
}
::-webkit-scrollbar-thumb:horizontal {
  background: #636363;
  border-radius: 10px;
}