@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/Gotham-Medium.woff2") format("woff2"),
    url("../fonts/gotham/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

body,
p,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Gotham", sans-serif;
}

.margin-top-zero {
  margin-top: 0px !important;
}

.other-service-footer {
  background-color: #cfd8dc;
  padding: 0px 100px;
  padding-top: 32px;
  padding-bottom: 16px;
  /* margin-top: 16px; */
  text-align: start;
}

.other-footer-bg-color {
  background-color: #cfd8dc;
  padding-left: 70px;
  padding-right: 70px;
}

.other-footer-about-space {
  background-color: #cfd8dc;
}

.other-service-footer-child {
  padding-left: 70px;
  padding-right: 70px;
}

.coworking-heading {
  font-size: 16px;
  text-align: start;
  margin-top: 20px;
  margin-bottom: 4px;
  color: black;
}

.coworking-spaces-div {
  /* display: flex; */
  /* flex-wrap: wrap; */
  font-size: 12px;
  font-family: "sfui-regular" !important;
  align-items: center;
  color: #474747;
}

.coworking-space {
  /* cursor: pointer;
  text-decoration: none;
  color: inherit; */

  white-space: normal; /* allow wrapping */
  word-break: break-word; /* break long words if needed */
  text-decoration: none; /* optional: underline like your screenshot */
  color: inherit;
}

.space-wrapper {
  display: inline;
}

.space-seperator::before {
  content: "\a0\2022\a0\a0" !important;
  color: inherit !important;
  font-size: 10px !important;
}

.contact-icon-div {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  color: #808080;
  font-size: 14px;
}

.contact-icon-div a {
  font-family: sfui-semi-bold;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
}

.other-footer-accordion {
  color: #474747;
}

.other-footer-heading {
  font-size: 2rem;
  font-family: Gotham, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.other-footer-accordion-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: none;
  padding-top: 10px;
  font-family: Gotham, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 0px;
  padding-right: 0px;
}

.copyright-div {
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: grey;
  background-color: #cfd8dc;
  font-family: "sfui-regular";
}

.download-app-text {
  font-family: sfui-semi-bold;
  color: #808080;
}

.app-store-icon {
  width: 103px;
  height: 40px;
  object-fit: contain;
}

.download-app-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 10px 0px;
  gap: 10px;
}

.download-app-div span {
  font-family: sfui-semi-bold;
  text-wrap-mode: nowrap;
}

.address-icon-div {
  display: flex;
  align-items: start;
  margin-top: 10px;
  color: #808080;
  font-size: 14px;
  gap: 8px;
}

.address-icon-div span {
  font-family: sfui-semi-bold;
  color: inherit;
}

.mail-icon {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.coworking-space:hover {
  color: #0056b3;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .other-service-footer {
    padding: 20px 16px;
  }

  .other-footer-bg-color {
    padding-left: 16px;
    padding-right: 16px;
  }

  .other-footer-accordion-button {
    padding-left: 0px;
    padding-right: 0px;
  }

  .contact-icon-div {
    justify-content: center;
  }

  .download-app-div {
    flex-wrap: wrap;
  }

  .address-icon-div {
    text-align: center;
  }

  .download-app-div span {
    width: 100%;
  }
}
