.nav-logo-footer {
  width: 240px;
}

.nav-logo-footer img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-trumpeting-img {
  display: block;
  width: 70%;
  max-width: 70%;
  height: auto;
  background: transparent;
}

.add-max-w.full-color.footer-lft {
  width: 100%;
  max-width: 100%;
  position: relative;
  container-type: inline-size;
  overflow: visible;
}

.footer-trumpeting-copy {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  width: 29%;
  margin: 0;
  color: #c2c2c2;
  font-family: "Helvetica Neue Light Event", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(8px, 2.7cqw, 18px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: none;
}

@media screen and (max-width: 767px) {
  .footer .footer-bottom-grid > .footer-btm-part-1 {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .add-max-w.full-color.footer-lft {
    --footer-copy-space: clamp(36px, 7cqw, 48px);
    padding-bottom: var(--footer-copy-space);
    box-sizing: border-box;
  }

  .footer-trumpeting-copy {
    top: calc(50% - (var(--footer-copy-space) / 2));
  }
}

.section.ctc {
  margin-bottom: 0;
}

.footer .footer-grid {
  display: none !important;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
}

.footer {
  min-height: 0;
  margin-top: 0;
  padding-top: 36px;
  overflow: hidden;
}

.footer .footer-bottom-grid {
  grid-template-columns: minmax(0, 1.15fr) 1px minmax(280px, 1fr);
  align-items: start;
  column-gap: 4%;
}

.footer .footer-btm-part-1 {
  margin-top: 0;
  padding-right: 16px;
  min-width: 0;
}

.footer .footer-bottom-grid > .footer-btm-part-1:last-child {
  padding-right: 0;
}

.footer .margin-50 {
  margin-top: 0;
}

.footer .margin-50 + .margin-50 {
  margin-top: 28px;
}

.footer .footer-small-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: start;
}

.footer .footer-small-grid > *,
.footer .footer-small-grid .flex-item {
  grid-area: auto !important;
  min-width: 0;
}

.footer .footer-small-grid.sec {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: start;
}

.footer .navigation-text-main {
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: clamp(10px, 0.32rem + 0.75vw, 15px);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.footer .top-text.opc,
.footer .footer-hours-heading,
.footer .footer-social-heading,
.footer .footer-hours-heading-mobile {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
}

.footer .button-link {
  max-width: 100%;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0.35em;
  overflow: visible;
}

.footer .social-circle-small {
  flex: none;
  width: clamp(7px, 0.7vw, 11px);
  height: clamp(7px, 0.7vw, 11px);
  margin-top: 0.4em;
}

.footer .footer-social-icon {
  width: clamp(14px, 1.15vw, 18px);
  height: clamp(14px, 1.15vw, 18px);
}

@media screen and (max-width: 1121px) {
  .footer .footer-small-grid,
  .footer .footer-small-grid.sec {
    grid-column-gap: 10px;
  }

  .footer .navigation-text-main {
    font-size: clamp(10px, 0.9vw, 14px);
  }

  .footer .top-text.opc,
  .footer .footer-hours-heading,
  .footer .footer-social-heading,
  .footer .footer-hours-heading-mobile {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .footer .footer-bottom-grid {
    grid-template-columns: minmax(0, 1.1fr) 1px minmax(240px, 1fr);
  }

  .footer .navigation-text-main {
    font-size: clamp(10px, 1.15vw, 13px);
  }

  .footer .top-text.opc,
  .footer .footer-hours-heading,
  .footer .footer-social-heading,
  .footer .footer-hours-heading-mobile {
    font-size: 12px;
  }
}

@media screen and (max-width: 791px) {
  .footer .navigation-text-main {
    font-size: 10px;
  }

  .footer .top-text.opc,
  .footer .footer-hours-heading,
  .footer .footer-social-heading,
  .footer .footer-hours-heading-mobile {
    font-size: 12px;
  }
}

.footer-pages-legacy {
  display: none;
}

.footer-hours-heading-mobile {
  display: none;
}

@media screen and (max-width: 650px) {
  .footer .footer-bottom-grid {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer .line-vertical {
    width: 100%;
    height: 1px;
    margin: 4px 0 12px;
  }

  .footer .footer-btm-part-1,
  .footer .footer-bottom-grid > .footer-btm-part-1 {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .footer .footer-small-grid,
  .footer .footer-small-grid.sec,
  .footer .footer-small-grid.sec.mk-gri {
    grid-template-columns: 1fr !important;
    display: grid !important;
    grid-column-gap: 0;
    grid-row-gap: 8px;
    width: 100%;
  }

  .footer .footer-hours-heading,
  .footer .footer-social-heading {
    display: none !important;
  }

  .footer .footer-hours-heading-mobile {
    display: block !important;
    margin-bottom: 4px;
  }

  .footer .navigation-text-main {
    font-size: 12px;
    line-height: 1.35;
  }

  .footer .top-text.opc,
  .footer .footer-hours-heading-mobile {
    font-size: 12px;
  }

  .footer .button-link {
    overflow: visible;
    flex-wrap: nowrap;
  }

  .footer .social-circle-small {
    width: 8px;
    height: 8px;
    margin-top: 0.45em;
    overflow: visible;
  }

  .footer .footer-small-grid.sec.mk-gri > .flex-item:has(.social-content) {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .footer .social-content.for-footer.no-top {
    justify-content: flex-start;
    margin-top: 6px;
  }
}

.footer-contact-grid .navigation-text-main {
  display: block;
  color: var(--button--button-color);
  transform: none !important;
}

.footer-contact-grid .button-link:where(.w-variant-b1bb63d0-0274-8c16-baad-8061fa201eb5) {
  display: block;
  filter: none;
  color: var(--button--button-color);
}

.footer-contact-grid .nav-arrow-move {
  filter: invert(1);
}

.footer-contact-grid .social-circle-small {
  display: none;
}

.footer-phone-line {
  display: block;
}

.social-content.for-footer.no-top {
  display: flex;
}

.footer-social-icon {
  width: 18px;
  height: 18px;
  color: var(--button--button-color);
  flex: none;
}

.contact-team-slider {
  position: relative;
  width: 100%;
  max-width: 370px;
  min-height: 450px;
  color: #fff;
  background: var(--colors--fourth-color);
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
}
.nav-logo{
    width: 180px;
}

.contact-mobile-nav,
.contact-mobile-menu-toggle {
  display: none;
}

.contact-hero-art-title {
  width: min(82vw, 1200px);
  margin: 0 auto;
  line-height: 0;
}

.contact-hero-art-title img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-team-track,
.contact-team-card {
  position: absolute;
  inset: 0;
}

.contact-team-card {
  margin: 0;
  transform: translate3d(105%, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.75s cubic-bezier(0.76, 0, 0.24, 1),
    opacity 0.45s ease,
    visibility 0s linear 0.75s;
  will-change: transform, opacity;
}

.contact-team-card.is-active {
  z-index: 2;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.contact-team-card.is-exiting {
  z-index: 1;
  transform: translate3d(-105%, 0, 0);
  opacity: 0;
  visibility: visible;
  transition-delay: 0s;
}

.contact-team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  filter: grayscale(1);
}

.contact-team-card--yash .contact-team-photo {
  object-position: 50% 0%;
  transform: scale3d(1.5, 1.5, 1.5) translate3d(0, 10%, 0);
  transform-origin: 50% 12%;
}

.contact-team-card--divya .contact-team-photo {
  object-position: 50% 17%;
}

.contact-team-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(20, 20, 20, 0.05) 28%, rgba(20, 20, 20, 0.3) 55%, rgba(15, 15, 15, 0.94) 100%),
    linear-gradient(to right, rgba(20, 20, 20, 0.14), transparent 52%);
  pointer-events: none;
}

.contact-team-copy {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 27px;
  left: 24px;
}

.contact-team-message {
  max-width: 30ch;
  margin: 0 0 22px;
  font-size: clamp(17px, 1.2vw, 21px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.contact-team-name,
.contact-team-role {
  margin: 0;
  line-height: 1.2;
}

.contact-team-name {
  font-size: 16px;
  font-weight: 700;
}

.contact-team-role {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.contact-team-controls {
  position: absolute;
  z-index: 5;
  top: 22px;
  right: 22px;
  display: flex;
  gap: 7px;
}

.contact-team-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.contact-team-dot.is-active {
  background: #fff;
  transform: scale(1.15);
}

.contact-team-dot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media screen and (max-width: 991px) {
  .contact-mobile-menu-toggle {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 2%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .contact-mobile-menu-toggle span {
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #111;
    transition: transform 0.25s ease;
  }

  .contact-mobile-menu-toggle span:first-child {
    transform: translateY(-4px);
  }

  .contact-mobile-menu-toggle span:last-child {
    transform: translateY(4px);
  }

  .contact-mobile-menu-toggle.is-open span {
    transform: translateY(0);
  }

  .contact-mobile-nav {
    position: absolute;
    z-index: 4;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    max-height: 0;
    padding: 0 20px;
    background-color: var(--colors--second-color);
    color: #111;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    transition:
      max-height 0.42s cubic-bezier(0.76, 0, 0.24, 1),
      padding 0.42s cubic-bezier(0.76, 0, 0.24, 1),
      opacity 0.2s ease,
      visibility 0s linear 0.42s;
  }

  .contact-mobile-nav::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 20px;
    width: 1px;
    background-color: currentColor;
    opacity: 0.35;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.42s cubic-bezier(0.76, 0, 0.24, 1);
  }

  .contact-mobile-nav.is-open {
    max-height: 260px;
    padding-top: 24px;
    padding-bottom: 24px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .contact-mobile-nav.is-open::before {
    transform: scaleY(1);
  }

  .contact-mobile-nav a {
    position: relative;
    z-index: 1;
    margin-left: 18px;
    color: #111;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.15;
    text-decoration: none;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.28s ease, transform 0.28s ease;
  }

  .contact-mobile-nav.is-open a {
    opacity: 1;
    transform: translateY(0);
  }

  .contact-mobile-nav.is-open a:nth-child(1) {
    transition-delay: 0.08s;
  }

  .contact-mobile-nav.is-open a:nth-child(2) {
    transition-delay: 0.14s;
  }

  .contact-mobile-nav.is-open a:nth-child(3) {
    transition-delay: 0.2s;
  }

  .contact-mobile-nav.is-open a:nth-child(4) {
    transition-delay: 0.26s;
  }
}

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

  .max-w-left.add-cnt {
    width: 100%;
    max-width: none;
  }

  .contact-team-slider {
    width: min(100%, 390px);
    min-height: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-team-copy {
    right: 20px;
    bottom: 22px;
    left: 20px;
  }

  .contact-team-message {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .contact-hero-art-title {
    width: calc(100vw - 32px);
    letter-spacing: 0;
  }

  .footer .footer-small-grid > .top-text.opc.hdi:not(.footer-hours-heading):not(.footer-social-heading) {
    display: block !important;
    grid-area: auto !important;
  }

  .footer .footer-hours-heading,
  .footer .footer-social-heading {
    display: none !important;
  }

  .footer .footer-bottom-grid > .footer-btm-part-1 {
    width: 100%;
    max-width: 100%;
  }

  .footer-hours-heading-mobile {
    display: block;
  }

  .footer .footer-small-grid > .top-text.opc {
    grid-area: auto !important;
    min-width: 0;
  }

  .footer .footer-small-grid.sec.mk-gri {
    grid-template-columns: 1fr;
    display: grid;
  }

  .footer .footer-small-grid.sec.mk-gri > .flex-item {
    grid-area: auto !important;
    min-width: 0;
  }

  .footer .footer-small-grid.sec.mk-gri .navigation-text-main.wht {
    max-width: 100%;
    white-space: normal;
  }

  .footer .footer-small-grid.sec.mk-gri > .flex-item:has(.social-content) {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .footer .footer-small-grid.sec.mk-gri .social-content.for-footer.no-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-team-card {
    transition: opacity 0.2s linear;
  }
}
