


/* Bootstrap Container Override */




.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-md-6,
.col-sm-12 {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* Small devices (phones, less than 768px) */
.col-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

.g-3 > * {
  padding: 12px;
}

video::-webkit-media-controls {
  display: none !important;
}

/* ===================================
   Hero Section - Responsive
   =================================== */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  outline: none;
}

.hero__video::-webkit-media-controls,
.hero__video::-webkit-media-controls-start-playback-button,
.hero__video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

/* Prevent FOUC - Hide hero items until animation starts */
.hero__badge,
.hero__title,
.hero__actions .hero__btn,
.hero__description {
  opacity: 0;
}

.hero__overlay {
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
}

.hero__overlay--top {
  height: 228px;
  top: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35.088%, rgba(0,0,0,0.9) 94.071%);
  transform: rotate(180deg);
}

.hero__overlay--bottom {
  height: 100%;
  top: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: calc(100vh - 80px);
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 55px;
  height: 100vh;
}

.hero__main {
  flex: 1;
  max-width: 760px;
  align-self: center;
  margin-top: 115px;
}

.hero__badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
}

.hero__badge-text {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 400;
  color: #f1f1f1;
  letter-spacing: 0.18px;
  line-height: 1.2;
}

.hero__content {
  margin-bottom: 32px;
}

.hero__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 72px;
  font-weight: 400;
  color: #f1f1f1;
  line-height: 1.2;
  letter-spacing: 0.72px;
}

.hero__actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.hero__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.hero__btn svg {
  transition: translate 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero__btn--primary {
  background: #f1f1f1;
  border-radius: 84px;
  padding: 12px 0;
  width: 172px;
}

  .hero__btn--primary span {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 14px;
    color: #090703;
    letter-spacing: 0.14px;
    line-height: 1.2;
  }

.hero__btn-icon {
  transform: rotate(90deg);
}

.hero__btn--secondary {
  background: rgba(22,22,22,0.28);
  border: 1px solid #f1f1f1;
  border-radius: 48px;
  padding: 16px 24px;
  width: 148px;
}

  .hero__btn--secondary span {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14px;
    color: #f1f1f1;
    letter-spacing: 0.14px;
    line-height: 1.2;
  }

.hero__btn:hover {
  transform: translateY(-3px);
}

.hero__btn--primary:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.hero__btn--secondary:hover {
  background: rgba(22,22,22,0.42);
}

.hero__btn:hover svg {
  translate: 3px 0;
}

.hero__description {
  flex-shrink: 0;
  max-width: 382px;
  align-self: flex-end;
}

  .hero__description p {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 18px;
    color: rgba(255,255,255,0.6);
    line-height: 1.32;
    letter-spacing: 0.18px;
    text-align: left;
  }

/* Tablet and below */
@media (max-width: 1199px) {
  .hero__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .hero__main {
    align-self: flex-start;
  }

  .hero__description {
    max-width: 100%;
    align-self: flex-start;
  }

  .hero__title {
    font-size: 32px;
  }

  .hero__description p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .hero__container {
    padding-top: 110px;
    padding-bottom: 60px;
    gap: 60px;
  }

  .hero__title {
    font-size: 40px;
  }

  .hero__badge-text {
    font-size: 16px;
  }

  .hero__description p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .hero__container {
    padding-top: 100px;
    padding-bottom: 40px;
    gap: 0;
    justify-content: end;
  }

  .hero__main {
    display: contents;
  }

  .hero__badge   { order: 1; margin-bottom: 12px; }
  .hero__content { order: 2; margin-bottom: 16px; }
  .hero__description { order: 3; margin-bottom: 28px; }

  .hero__title {
    font-size: 28px;
  }

  .hero__badge-text {
    font-size: 14px;
  }

  .hero__actions {
    order: 4;
    flex-direction: row;
    width: auto;
  }

  .hero__btn--primary  { width: 172px; }
  .hero__btn--secondary { width: 148px; }

  .hero__description p {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .hero__title {
    font-size: 24px;
  }

  .hero__badge-text {
    font-size: 12px;
  }

  .hero__description p {
    font-size: 12px;
  }

  .hero__btn--primary  { width: 148px; }
  .hero__btn--secondary { width: 128px; padding: 12px 16px; }
}

/* ===================================
   Overview Section
   =================================== */
.overview {
  position: relative;
  background: #f5f5f5;
  padding-top: 124px;
  padding-bottom: 80px;
}


.overview__left {
  padding-top: 0;
}

.overview__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.overview__icon {
  width: 17px;
  height: 17px;
}

.overview__subtitle {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
  color: #6a6a6a;
  letter-spacing: 0.24px;
  line-height: 1.2;
}

.overview__title {
  margin: 0 0 24px 0;
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 400;
  color: #090703;
  line-height: 1.2;
  max-width: 534px;
}

.overview__image-wrapper {
  width: 100%;
  max-width: 457px;
  height: 506px;
  border: 12px solid white;
  border-radius: 12px;
  overflow: hidden;
}

.overview__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview__right {
  padding-top: 0;
}

.overview__intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 75px;
  margin-top: 113px;
}

.overview__text {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 14px;
  color: #6a6a6a;
  line-height: 1.68;
  letter-spacing: 0.28px;
  max-width: 357px;
  text-align: left;
}

.overview__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #222;
  border: none;
  border-radius: 84px;
  padding: 12px 0;
  width: 157px;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

.overview__btn svg {
  transition: translate 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}


  .overview__btn span {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14px;
    color: #f1f1f1;
    letter-spacing: 0.14px;
    line-height: 1.2;
  }

  .overview__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.28);
  }

  .overview__btn:hover svg {
    translate: 3px 0;
  }

.overview__stats {
  display: flex;
  flex-direction: column;
}

.overview__stat {
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
}

.overview__stat--last {
  border-bottom: none;
}

.overview__stat-number {
  margin: 0 0 8px 0;
  font-family: var(--font-heading);
  font-size: 70px;
  font-weight: 400;
  color: #090703;
  line-height: 1.2;
}

.overview__stat-label {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 18px;
  color: #090703;
  line-height: 1.68;
  letter-spacing: 0.36px;
}

@media (max-width: 991px) {
  .overview__stat-number {
    font-size: 50px;
  }

  .overview__stat-label {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .overview__stat-number {
    font-size: 40px;
  }

  .overview__stat-label {
    font-size: 14px;
  }
}

/* ===================================
   Features Section
   =================================== */
.features {
  margin-top: 92px;
  overflow: hidden; /* Changed to hidden for proper mobile display */
}

.features__swiper {
  overflow: visible;
}

  .features__swiper .swiper-slide {
    width: auto !important;
    display: flex;
    align-items: center;
  }

.features__card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: white;
  border: 1px solid #dbdbdb;
  border-radius: 144px;
  height: 86px;
  padding: 42px 56px;
  white-space: nowrap;
}

.features__separator {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  padding: 0 16px; /* Added padding for proper spacing */
}

.features__text {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 400;
  color: #090703;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .features {
    margin-top: 40px;
  }

  .features__card {
    height: 60px;
    padding: 30px 40px;
  }

  .features__separator {
    height: 60px;
    padding: 0 12px;
  }

    .features__separator svg {
      width: 12px;
      height: 12px;
    }

  .features__text {
    font-size: 20px;
  }
}
/* ===================================
   Why Choose Us Section
   =================================== */
.why-choose {
  padding: 35px 0 100px 0;
  background: #f5f5f5;
}

.why-choose__left {
  padding-right: 20px;
}

.why-choose__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.why-choose__subtitle {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
  color: #6a6a6a;
  letter-spacing: 0.24px;
  line-height: 1.2;
}

.why-choose__title {
  margin: 0 0 64px 0;
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 400;
  color: #090703;
  line-height: 1.2;
  max-width: 534px;
}

.why-choose__swiper {
  width: 100%;
  max-width: 517px;
  height: 577px;
  border: 16px solid white;
  border-radius: 7px;
  overflow: hidden;
  margin: 0;
}

.why-choose__slide {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
}

.why-choose__slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.why-choose__slide-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 457px;
  background: linear-gradient(180.574deg, rgba(0, 0, 0, 0) 33.123%, rgb(0, 0, 0) 99.436%);
  border-radius: 7px;
}

.why-choose__slide-icon-wrapper {
  position: absolute;
  bottom: 220px;
  left: 40px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.5);
  border: 1px solid black;
  border-radius: 8px;
}

.why-choose__slide-icon {
  width: 46px;
  height: 46px;
}

.why-choose__slide-content {
  position: absolute;
  bottom: 99px;
  left: 38px;
  right: 38px;
}

.why-choose__slide-title {
  margin: 0 0 8px 0;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
  color: #f1f1f1;
  line-height: 1.2;
}

.why-choose__slide-text {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 14px;
  color: #f1f1f1;
  line-height: 1.68;
  letter-spacing: 0.28px;
  max-width: 413px;
}

.why-choose__pagination {
  position: absolute;
  bottom: 29px;
  left: 40px;
  display: flex;
  flex-direction: row;
  gap: 13px;
  z-index: 2;
}

.why-choose__pagination-dot {
  width: 8px;
  height: 8px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  opacity: 0.5;
  background: transparent;
  transition: all 0.3s ease;
}

.why-choose__pagination-dot--active {
  width: 42px;
  background: white;
  border: none;
  opacity: 1;
}

.why-choose__navigation {
  position: absolute;
  bottom: 206px;
  right: 24px;
  display: flex;
  flex-direction: row;
  gap: 9px;
}

.why-choose__nav-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

  .why-choose__nav-btn:hover {
    transform: scale(1.1);
    opacity: 0.85;
  }

  .why-choose__nav-btn.why-choose__nav-btn--prev:hover {
    transform: rotate(180deg) scale(1.1);
    opacity: 0.85;
  }

.why-choose__nav-btn--prev {
  background-image: url('/Content/site/assets/images/next.svg');
  /*  transform: rotate(180deg);*/
}

.why-choose__nav-btn.why-choose__nav-btn--prev {
  transform: rotate(180deg);
}

.why-choose__nav-btn--next {
  background-image: url('/Content/site/assets/images/next.svg');
}

.why-choose__right {
  padding-top: 11px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.why-choose__btn-wrapper {
  max-width: 520px;
  width: 100%;
}

.why-choose__media {
  width: 100%;
  max-width: 520px;
  height: 580px;
  border: 16px solid white;
  border-radius: 7px;
  overflow: hidden;
  margin-bottom: 24px;
  background: white;
}

.why-choose__video,
.why-choose__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.why-choose__video::-webkit-media-controls,
.why-choose__video::-webkit-media-controls-start-playback-button,
.why-choose__video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

.why-choose__description {
  margin: 0 0 32px 0;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 14px;
  color: #6a6a6a;
  line-height: 1.68;
  letter-spacing: 0.28px;
  max-width: 520px;
  text-align: left;
}

.why-choose__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #222;
  border: none;
  border-radius: 48px;
  width: 184px;
  height: 48px;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-choose__btn svg {
  transition: translate 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-choose__btn-icon {
  transform: rotate(90deg);
}

.why-choose__btn span {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  color: #f1f1f1;
  letter-spacing: 0.14px;
  line-height: 1.2;
}

.why-choose__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.28);
}

.why-choose__btn:hover svg {
  translate: 3px 0;
}

/* ===================================
   Projects Section - STACKED CARDS 
   =================================== */
.projects {
  background: #F5F5F5;
  position: relative;
}

.projects__header {
  text-align: center;
  margin-bottom: 60px;
}

.projects__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.projects__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 56px;
  font-weight: 400;
  color: #090703;
  line-height: 1.2;
  padding: 10px 0px;
}

.projects__subtitle {
  margin: 0 0 32px 0;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
  color: #6a6a6a;
  line-height: 1.68;
  letter-spacing: 0.24px;
}

.projects__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.projects__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: none;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              background 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.projects__btn svg {
  transition: translate 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.projects__btn--primary {
  background: #222;
  border-radius: 84px;
  padding: 12px 0;
  width: 190px;
}

  .projects__btn--primary span {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 13px;
    color: #f1f1f1;
    letter-spacing: 0.13px;
    line-height: 1.2;
  }

.projects__btn-icon {
  transform: rotate(90deg);
}

.projects__btn--secondary {
  background: white;
  border: 1px solid #ebebeb;
  border-radius: 48px;
  padding: 12px 16px;
  width: 190px;
}

.projects__btn-icon-map {
  width: 24px;
  height: 24px;
}

.projects__btn--secondary span {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  color: #090703;
  letter-spacing: 0.14px;
  line-height: 1.2;
}

.projects__btn:hover {
  transform: translateY(-3px);
}

.projects__btn--primary:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.28);
}

.projects__btn--secondary:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.10);
}

.projects__btn--primary:hover svg {
  translate: 3px 0;
}

.projects__list {
  position: relative;
  padding-bottom: 50px;
}

/* Stacked cards - each card is sticky */
.project-card {
  position: sticky;
  background: white;
  border-radius: 8px;
  padding: 13px;
  height: 542px;
  overflow: hidden;
  top: calc(170px + (var(--card-index) * 40px));
  margin-bottom: 40px;
}


.project-card__wrapper {
  display: flex;
  flex-direction: row;
  height: 100%;
  gap: 12px;
  transform-origin: center top;
}

.project-card__left {
  width: 446px;
  flex-shrink: 0;
}

.project-card__info {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 50px 20px 24px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project-card__text-content {
  flex-grow: 1;
}

.project-card__number {
  margin: 0 0 4px 0;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  color: #090703;
  line-height: 1.2;
  text-align: left;
}

.project-card__name {
  margin: 0 0 24px 0;
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 400;
  color: #090703;
  letter-spacing: -0.8px;
  line-height: 1.2;
  text-align: left;
}

.project-card__description {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 14px;
  color: #6a6a6a;
  line-height: 1.68;
  letter-spacing: 0.14px;
  max-width: 379px;
  text-align: left;
  margin-right: auto;
}

.project-card__tags {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.project-card__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: white;
  border-radius: 48px;
  padding: 12px 17.5px;
  height: 48px;
}

.project-card__tag-icon {
  width: 20px;
  height: 20px;
}

.project-card__tag-icon--rotate {
  transform: rotate(180deg);
}

.project-card__tag span {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  color: #090703;
  letter-spacing: 0.14px;
  line-height: 1.2;
}

.project-card__right {
  flex-grow: 1;
}

.project-card__image-container {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.project-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .project-card__name {
    font-size: 25px;
  }

  .projects__btn {
      gap:3px;
  }
  .projects__btn--primary span {
    font-size: 11px;
  }

  .projects__btn--secondary span { 
    font-size: 11px;
  }
}
/* ===================================
   Quote Section
   =================================== */
.quote {
  position: relative;
  background: #141414;
  padding: 180px 0;
  overflow: hidden;
  height: 1080px;
  padding-bottom: 135px;
}

.quote__decoration {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
}

.quote__decoration--left {
  top: 104.94px;
  left: -27.44px;
  width: 512.871px;
  height: 331.935px;
  transform: rotate(0.506deg);
}

.quote__decoration--right {
  bottom: 60.82px;
  right: 98.8px;
  width: 494.222px;
  height: 317.662px;
  transform: rotate(359.931deg);
  z-index: 2;
}

.quote__decoration-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote__decoration-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  border: 8px solid #232323;
  border-radius: 16px;
}

.quote__bg {
  position: absolute;
  top: -234px;
  right: -80px;
  width: 1039px;
  height: 1039px;
  opacity: 0.3;
  background-size: contain;
  background-repeat: no-repeat;
}

.quote__content {
  position: relative;
  z-index: 2;
  text-align: center;
}


.quote__text {
  margin: 0 auto;
  font-family: var(--font-heading);
  font-size: 64px;
  font-weight: 400;
  color: #f1f1f1;
  line-height: 1.2;
  letter-spacing: -1.28px;
  max-width: 1199px;
  padding-top: 40px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

  /* Blinking cursor during typing */
  .quote__text.typing::after {
    content: '|';
    animation: cursor-blink 0.8s step-end infinite;
    margin-left: 2px;
  }

  /* Hide cursor when typing is complete */
  .quote__text.typing-complete::after {
    display: none;
  }

@keyframes cursor-blink {
  0%, 50% {
    opacity: 1;
  }

  51%, 100% {
    opacity: 0;
  }
}

.quote__decoration--left, .quote__decoration--right { 
  z-index: 1;
}

  @media (max-width: 600px) {

    .quote__bg {
      opacity: 0.1;
    }
    .quote__decoration--left, .quote__decoration--right {
      width: calc(100% - 32px);
      z-index: 1;
      left: 50%;
      transform: translateX(-50%) !important;
    }
  }
  /* ===================================
   Gallery Section - 3 COLUMNS: UP, DOWN, UP
   =================================== */
  .gallery {
    height: 1496px;
    min-height: 600px;
    background: #141414;
    overflow: hidden;
  }

  .gallery__container {
    display: grid;
    grid-template-columns: 1fr 1.05fr 1fr;
    gap: 24px;
    height: 100%;
    padding: 0 24px;
  }

  .gallery__column {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #1a1a1a;
    height: 100%;
  }

  .gallery__track {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
  }

    .gallery__track img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
      border-radius: 12px;
      flex-shrink: 0;
    }
  /* Tablet (2 columns) */
  @media (max-width: 991px) {
    .quote__decoration--right {
        bottom: 20px; 
    }
    .quote__text {
      margin-top: 70px;
    }

      .gallery {
        height: 100vh;
      }

      .gallery__container {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        padding: 0 16px;
      }
      /* Hide third column on tablet */
      .gallery__column:nth-child(3) {
        display: none;
      }

      .gallery__track {
        gap: 20px;
      }
    }
  /* Mobile (1 column centered) */
  @media (max-width: 767px) {
    .gallery {
      height: 100vh;
    }

    .gallery__container {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 20px;
    }

    .gallery__column {
      width: 100%;
      max-width: 500px;
    }
      /* Hide second and third columns on mobile */
      .gallery__column:nth-child(2),
      .gallery__column:nth-child(3) {
        display: none;
      }

    .gallery__track {
      gap: 16px;
    }

      .gallery__track img {
        border-radius: 8px;
      }
  }
  /* Small mobile - full width */
  @media (max-width: 480px) {
    .gallery__container {
      padding: 0 16px;
    }

    .gallery__column {
      max-width: 100%;
    }
  }
  /* ===================================
   Partners Section
   =================================== */
  .partners {
    background: #141414;
    padding: 80px 0 120px;
  }

  .partners__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
  }

  .partners__title {
    margin: 0 0 32px 0;
    font-family: var(--font-heading);
    font-size: 118px;
    font-weight: 400;
    color: #f1f1f1;
    line-height: 0.92;
    text-align: left;
    width: 100%;
    max-width: 619px;
  }

  .partners__description {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 1.68;
    letter-spacing: 0.14px;
    max-width: 619px;
    width: 100%;
    text-align: left;
  }
  /* Grid Layout */
  .partners__logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px;
    align-items: center;
    justify-items: center;
  }

  .partners__logo {
    object-fit: contain;
    opacity: 0.9;
  }
  /* Swiper Layout (for more than 4 items) */
  .partners__swiper {
    overflow: hidden;
  }

    .partners__swiper .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  /* Responsive */
  @media (max-width: 1200px) {
    .partners__logos {
      grid-template-columns: repeat(3, 1fr);
      gap: 60px;
    }
  }

  @media (max-width: 992px) {
    .partners__logos {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
    }
  }

  @media (max-width: 768px) {
    .partners {
      padding: 80px 0;
    }

    .partners__title {
      font-size: 64px;
    }

    .partners__content {
      margin-bottom: 60px;
    }
    /* Mobile layout - 2 columns for grid */
    .partners__logos {
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
    }
  }

  @media (max-width: 480px) {
    .partners__logos {
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }
  }
  /* ===================================
   Insights Section
   =================================== */
  .insights {
    background: #F5F5F5;
    padding: 80px 0 120px;
  }

  .insights__header-left {
    padding-top: 0;
  }

  .insights__title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
  }

  .insights__icon {
    width: 17px;
    height: 17px;
  }

  .insights__subtitle {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 400;
    color: #6a6a6a;
    letter-spacing: 0.24px;
    line-height: 1.2;
  }

  .insights__title {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 38px;
    font-weight: 400;
    color: #090703;
    line-height: 1.2;
    max-width: 440px;
  }

  .insights__header-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 85px;
  }

  .insights__description {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 1.68;
    letter-spacing: 0.28px;
    max-width: 362px;
    text-align: left;
  }

  .insights__divider {
    height: 1px;
    background: #dbdbdb;
    margin: 48px 0 32px 0;
  }

  .insights__actions {
    text-align: right;
    margin-bottom: 24px;
  }

  .insights__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #222;
    border: none;
    border-radius: 84px;
    padding: 12px 0;
    width: 186px;
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .insights__btn svg {
    transition: translate 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .insights__btn-icon {
    transform: rotate(90deg);
  }

  .insights__btn span {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14px;
    color: #f1f1f1;
    letter-spacing: 0.14px;
    line-height: 1.2;
  }

  .insights__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.28);
  }

  .insights__btn:hover svg {
    translate: 3px 0;
  }

  .insights .row.g-3 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }
  /* ===================================
   Insight Card
   =================================== */

  .insight-card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .insight-card__image-wrapper {
    height: 333px;
    overflow: hidden;
    border: 6px solid white;
    border-radius: 12px;
    flex-shrink: 0;
  }

  .insight-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  .insight-card__content {
    padding: 20px 0px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .insight-card__category {
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 32px;
    padding: 10px 12px;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 400;
    color: #6a6a6a;
    letter-spacing: 0.14px;
    line-height: 1.2;
    height: 38px;
    width: fit-content;
  }

  .insight-card__title {
    margin: 24px 0 8px 0;
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 400;
    color: #090703;
    line-height: 1.2;
  }

  .insight-card__date {
    margin: 0;
    margin-top: auto;
    font-family: var(--font-heading);
    font-size: 14px;
    font-weight: 400;
    color: #6a6a6a;
    letter-spacing: 0.14px;
    line-height: 1.2;
  }
  /* ===================================
   Responsive
   =================================== */
  @media (max-width: 1199px) {
    .quote__text {
      font-size: 42px;
    }

    .partners__title {
      font-size: 70px;
    }

    .project-card__wrapper {
      flex-direction: column;
    }

    .project-card__left {
      width: 100%;
    }

    .gallery__container {
      flex-direction: column;
      align-items: center;
    }

    .gallery__column:nth-child(1),
    .gallery__column:nth-child(2),
    .gallery__column:nth-child(3) {
      width: 100%;
      max-width: 480px;
    }
  }

  @media (max-width: 991px) {
    .why-choose__left {
      padding-right: 0px;
    }

    .why-choose__subtitle {
      font-size: 20px;
    }

    .why-choose__title {
      font-size: 32px;
    }
    /* Insight cards on tablet */
    .insight-card__image-wrapper {
      height: 280px;
    }

    .insight-card__title {
      font-size: 22px;
    }

    .overview__subtitle {
      font-size: 20px;
    }

    .overview__title {
      font-size: 32px;
    }

    .projects__subtitle {
      font-size: 18px;
    }

    .insights__subtitle {
      font-size: 20px;
    }

    .overview {
      padding-top: 80px;
      padding-bottom: 80px;
    }

    .overview__intro {
      flex-direction: column;
      margin-top: 40px;
    }

    .why-choose {
      padding: 80px 0;
    }

    .why-choose__swiper,
    .why-choose__media {
      max-width: 100%;
    }

    .why-choose__right {
      padding-top: 40px;
    }


    .project-card {
      height: auto;
      position: relative;
      top: 0;
    }

    .projects {
      padding-top: 80px;
    }

    .projects::before {
      content: '';
      position: absolute;
      top: 0;
      left: 24px;
      right: 24px;
      height: 1px;
      background: #dbdbdb;
    }

    .quote {
      padding: 80px 0;
    }

    .quote__text {
      font-size: 28px;
    }

    .partners {
      padding: 80px 0;
    }

    .partners__title {
      font-size: 48px;
    }

    .partners__logos {
      gap: 60px;
    }

    .insights {
      padding: 80px 0;
    }

    .insights__header-right {
      justify-content: flex-start;
      padding-top: 20px;
    }

    .insights__description {
      text-align: left;
    }
  }

  @media (max-width: 767px) {
    .overview__subtitle,
    .why-choose__subtitle,
    .projects__subtitle {
      font-size: 16px;
    }

    .insights__subtitle {
      font-size: 18px;
    }

    .overview__title,
    .why-choose__title,
    .insights__title {
      font-size: 24px;
    }

    .features {
      margin-top: 40px;
    }

    .projects__title {
      font-size: 28px;
    }

    .partners__title {
      font-size: 36px;
    }

    .partners__logos {
      gap: 40px;
    }

    .quote__text {
      font-size: 20px;
    }
    /* Insight cards on mobile */
    .insight-card__image-wrapper {
      height: 240px;
    }

    .insight-card__title {
      font-size: 18px;
    }

    .insight-card__category {
      font-size: 12px;
    }

    .insight-card__date {
      font-size: 12px;
    }

    .insight-card__content {
      padding: 24px 0px;
    }
    /* Why Choose Section - Mobile Adjustments */
    .why-choose__swiper {
      height: 480px;
    }

    .why-choose__slide-icon-wrapper {
      bottom: 160px;
      left: 24px;
      width: 48px;
      height: 48px;
    }

    .why-choose__slide-icon {
      width: 32px;
      height: 32px;
    }

    .why-choose__slide-content {
      bottom: 70px;
      left: 24px;
      right: 24px;
    }

    .why-choose__slide-title {
      font-size: 20px;
      margin-bottom: 6px;
    }

    .why-choose__slide-text {
      font-size: 13px;
      line-height: 1.5;
    }

    .why-choose__navigation {
      bottom: 150px;
      right: 16px;
    }

    .why-choose__pagination {
      bottom: 20px;
      left: 24px;
    }
  }

  @media (max-width: 480px) {
    /* Why Choose Section - Extra Small Mobile */
    .why-choose__swiper {
      height: 420px;
      border: 12px solid white;
    }

    .why-choose__slide-icon-wrapper {
      bottom: 140px;
      left: 20px;
      width: 44px;
      height: 44px;
    }

    .why-choose__slide-icon {
      width: 28px;
      height: 28px;
    }

    .why-choose__slide-content {
      bottom: 60px;
      left: 20px;
      right: 20px;
    }

    .why-choose__slide-title {
      font-size: 18px;
      margin-bottom: 4px;
    }

    .why-choose__slide-text {
      font-size: 12px;
      line-height: 1.4;
    }

    .why-choose__navigation {
      bottom: 130px;
      right: 12px;
      gap: 6px;
    }

    .why-choose__nav-btn {
      width: 32px;
      height: 32px;
    }

    .why-choose__pagination {
      bottom: 16px;
      left: 20px;
    }

    .why-choose__media {
      height: 420px;
      border: 12px solid white;
    }
    .why-choose{
        padding-top:0;
    }
  }
  /* ============================================
   PROJECTS MAP STYLES - Edge to Edge Design
   ============================================ */

  .projects__map {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 80px;
    margin-bottom: 0;
    position: relative;
    background: #F5F5F5; /* Match projects background */
  }

  #projectsMap {
    width: 100%;
    height: calc(100vh - 105px); /* Full viewport minus header (105px) */
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
  }
  /* Custom Leaflet marker */
  .custom-map-marker {
    background: none;
    border: none;
  }

    .custom-map-marker svg {
      filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
      transition: transform 0.3s ease;
    }

    .custom-map-marker:hover svg {
      transform: scale(1.1);
    }
  /* Leaflet popup customization - Compact style */
  .leaflet-popup {
    z-index: 860 !important;
  }

  .leaflet-popup-content-wrapper {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 0;
    overflow: hidden;
    background: #fff;
  }

  .leaflet-popup-content {
    margin: 0 !important;
    width: 240px !important;
    max-width: 90vw;
  }

  .leaflet-popup-tip {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .map-popup-content {
    font-family: 'Inter', sans-serif;
  }

  .map-popup-image {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
  }

  .map-popup-body {
    padding: 12px;
  }

  .map-popup-title {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 600;
    color: #10100D;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: start;
  }

  .map-popup-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
  }

  .map-popup-tag {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 4px 8px;
    background: #F8F8F8;
    border-radius: 12px;
    font-size: 11px;
    color: #10100D;
  }

    .map-popup-tag svg {
      width: 12px;
      height: 12px;
      flex-shrink: 0;
    }

  .map-popup-link {
    display: block;
    text-align: center;
    padding: 8px 12px;
    background: #10100D;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    transition: background 0.2s ease;
  }

    .map-popup-link:hover {
      background: #2A2A2A;
      color: #FFFFFF;
    }

  /* Leaflet tooltip wrapper — strip default chrome */
  .leaflet-tooltip.map-custom-tooltip {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    pointer-events: auto;
  }

  .leaflet-tooltip.map-custom-tooltip::before {
    display: none;
  }

  .leaflet-tooltip.map-custom-tooltip .map-popup-content {
    width: 220px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    animation: tooltipFadeUp 0.2s ease;
  }

  @keyframes tooltipFadeUp {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* Map empty state */
  .projects__map-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    border-radius: 20px;
    background: #F8F8F8;
    color: #6A6A6A;
    font-size: 16px;
  }
  /* Toggle options styling */
  #toggleMapBtn {
    position: relative;
    min-height: 48px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .toggle-option {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

    .toggle-option span {
      white-space: nowrap;
    }

  .toggle-option--map {
    opacity: 1;
    pointer-events: auto;
  }

  .toggle-option--list {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) translateY(10px);
  }

  #toggleMapBtn.active .toggle-option--map {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) translateY(-10px);
  }

  #toggleMapBtn.active .toggle-option--list {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) translateY(0);
  }

  .leaflet-popup a {
    color: white !important;
  }

  .leaflet-touch .leaflet-bar a {
    color: #1a1a1a !important;
  }

  .leaflet-popup-content-wrapper, .leaflet-popup-tip {
    box-shadow: none;
    /* border-radius: 20px; */
    border: solid 4px white;
  }

  .leaflet-container a.leaflet-popup-close-button {
    top: 5px !important;
    right: 5px !important;
    color: white;
  }
  /* Fullscreen button */
  .leaflet-control-fullscreen,
  .leaflet-control-custom-fullscreen {
    background-color: white;
    background-image: none;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px !important;
  }

    .leaflet-control-fullscreen:hover,
    .leaflet-control-custom-fullscreen:hover {
      background-color: #f5f5f5;
      transform: scale(1.05);
    }

    .leaflet-control-fullscreen a,
    .leaflet-control-custom-fullscreen a {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #161616 !important;
      font-size: 18px;
      text-decoration: none;
      background-color: white;
      border-bottom: none !important;
    }

      .leaflet-control-fullscreen a:hover,
      .leaflet-control-custom-fullscreen a:hover {
        background-color: #f5f5f5;
      }
    /* Fullscreen icon styling */
    .leaflet-control-fullscreen-button,
    .leaflet-control-fullscreen a,
    .leaflet-control-custom-fullscreen a {
      background-image: none !important;
    }

      .leaflet-control-fullscreen-button:before,
      .leaflet-control-fullscreen a:before {
        content: '⛶';
        font-size: 18px;
      }
  /* When in fullscreen */
  .leaflet-fullscreen-on .leaflet-control-fullscreen a:before {
    content: '⛶';
  }
  /* Keep zoom + all Leaflet controls below the fixed header (z-index: 1000) */
  #projectsMap .leaflet-top,
  #projectsMap .leaflet-bottom {
    z-index: 850 !important;
  }

  /* Zoom controls styling */
  .leaflet-bar {
    border: none !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10) !important;
  }

    .leaflet-bar a {
      background-color: white !important;
      color: #0a0a0a !important;
      border-bottom: 1px solid #e5e5e5 !important;
      width: 36px !important;
      height: 36px !important;
      line-height: 36px !important;
      font-size: 18px !important;
      font-weight: 400 !important;
      transition: background 0.2s ease !important;
    }

      .leaflet-bar a:hover {
        background-color: #f5f5f5 !important;
        color: #0a0a0a !important;
      }

      .leaflet-bar a:last-child {
        border-bottom: none !important;
      }
  /* Mobile/Tablet map interaction overlay */
  .map-interaction-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    pointer-events: none; /* Allow scrolling through overlay */
    backdrop-filter: blur(1px);
    transition: opacity 0.3s ease;
  }
  /* Responsive */
  @media (max-width: 1024px) {
    #projectsMap {
      height: 600px;
    }
  }

  @media (max-width: 768px) {
    #projectsMap {
      height: 500px;
      position: relative;
    }

    .projects__map {
      margin-top: 60px;
    }


    .leaflet-control-fullscreen,
    .leaflet-control-custom-fullscreen,
    .leaflet-bar a {
      width: 36px;
      height: 36px;
      line-height: 36px;
    }
  }

  @media (max-width: 480px) {
    #projectsMap {
      height: 450px;
    }
  }

  .map-interaction-overlay.hidden {
    opacity: 0;
    pointer-events: none;
  }

  .map-interaction-message {
    background: white;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 14px;
    color: #161616;
    font-weight: 500;
    cursor: pointer;
    pointer-events: auto; /* Only message box is clickable */
    transition: transform 0.2s ease;
  }

    .map-interaction-message:hover {
      transform: scale(1.05);
    }

  .map-interaction-icon {
    font-size: 20px;
    color: #161616;
  }
  /* Disable interaction button */
  .map-disable-interaction {
    position: absolute;
    top: 12px;
    right: 12px;
    background: white;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 1001;
    display: none;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 13px;
    color: #161616;
    font-weight: 500;
    transition: all 0.2s ease;
  }

    .map-disable-interaction:hover {
      background: #f5f5f5;
      transform: scale(1.05);
    }

    .map-disable-interaction.active {
      display: flex;
    }

  .map-disable-icon {
    font-size: 16px;
  }

  @media (min-width: 1025px) {
    .map-interaction-overlay,
    .map-disable-interaction {
      display: none !important;
    }
  }
