.gmap_wrapper {
  max-width: 100%;
  width: 100%;
}
.gmap_wrapper iframe {
  display: block;
  pointer-events: auto;
  transform: none;
  will-change: auto;
}
.page_accordion_wrapper .section__header h2, .visit_parking_section h2 {
  margin-bottom: 1.875rem;
}

.visit_parking_section {
  padding: 2.325rem 0 5rem;
}
.visit_parking_section .section__header {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.visit_parking_section .visit_parking_content {
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.visit_parking_section .visit_parking_content .title {
  font-weight: var(--font-weight-bold);
  text-transform: none;
  font-family: var(--primary-font);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .visit_parking_caution > *, .page_accordion_wrapper .section__header p {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .visit_parking_section {
    padding: 3.125rem 0 8.75rem;
  }
}
@media (min-width: 1200px) {
  .visit_parking_section {
    padding: 4.0625rem 0 10.625rem;
  }

  .visit_parking_caution > p {
    margin-bottom: 0;
  }
}
.where_we_section {
  padding: 1.5625rem 0;
}
.where_we_section .section__header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 73.75rem;
}
.where_we_section .section__header h3 {
  font-size: 1.5rem;
  font-weight: var(--font-weight-light);
}

@media (max-width: 767px) {
  .where_we_section .section__header h3 br {
    display: none;
  }
}
@media (min-width: 768px) {
  .where_we_section {
    padding: 1.875rem 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  .where_we_section {
    padding: 2.8125rem 0 4.75rem;
  }
  .where_we_section .section__header h3 {
    font-size: 2.5rem;
  }
}
.page_accordion_wrapper {
  max-width: 100%;
  width: 100%;
  padding: 3.125rem 4.375rem;
  background-color: var(--color-2);
  border-radius: 1.125rem;
  margin-bottom: 0;
}
.page_accordion_wrapper .section__header {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page_accordion_wrapper .accordion-wrapper .accordion.active .accordion-content {
  margin-top: 0;
}

.info_accordion .page_accordion_wrapper .section__header {
  max-width: 90rem;
}

.page_accordion_section .accordion-wrapper .accordion {
  border-color: var(--color-3);
  padding-bottom: 0.75rem;
}
.page_accordion_section .accordion-wrapper .accordion:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.page_accordion_section .accordion-wrapper .accordion .accordion-header h3.accordion-toggle {
  font-weight: var(--font-weight-xbold);
  text-transform: none;
  font-size: 1.25rem;
  color: var(--color-5);
  width: 100%;
}
.page_accordion_section .accordion-wrapper .accordion .accordion-header .icon {
  color: var(--color-5);
}
.page_accordion_section .accordion-wrapper .accordion + .accordion {
  margin-top: 1.375rem;
}

.colored-accordion .accordion-wrapper .accordion:first-child .accordion-header h3.accordion-toggle {
  color: var(--color-13);
}
.colored-accordion .accordion-wrapper .accordion:nth-child(2) .accordion-header h3.accordion-toggle {
  color: var(--color-11);
}
.colored-accordion .accordion-wrapper .accordion:nth-child(3) .accordion-header h3.accordion-toggle {
  color: var(--color-4);
}

@media (max-width: 767px) {
  .page_accordion_wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 4.375rem;
    background-color: transparent;
  }

  .page_accordion_section {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .page_accordion_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200vw;
    height: 160vw;
    background-color: var(--color-2);
    border-radius: 100%;
    z-index: -1;
  }
  .page_accordion_section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70%;
    width: 100%;
    background-color: var(--color-2);
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .page_accordion_section .accordion-wrapper .accordion + .accordion {
    margin-top: 1.875rem;
  }
  .page_accordion_section .accordion-wrapper .accordion {
    padding-bottom: 1.25rem;
  }

  .page_accordion_wrapper {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .page_accordion_section .accordion-wrapper .accordion + .accordion {
    margin-top: 2.875rem;
  }
  .page_accordion_section .accordion-wrapper .accordion {
    padding-bottom: 1.5rem;
  }
  .page_accordion_section .accordion-wrapper .accordion .accordion-header h3.accordion-toggle {
    font-size: 1.875rem;
  }

  .page_accordion_wrapper {
    margin-bottom: 8.75rem;
  }
}
.table__wrapper {
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow-x: auto;
  margin-top: 1rem;
}

.table__wrapper table {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}
.table__wrapper table thead tr td {
  font-weight: var(--font-weight-bold);
  color: var(--color-13);
}
.table__wrapper table tr td {
  font-size: 1rem;
  padding: 1rem 2.125rem 1rem 0;
  white-space: nowrap;
}

.table__wrapper tbody tr td {
  font-weight: var(--font-weight-light);
}
.table__wrapper tbody tr:not(:last-child) td {
  border-bottom: 0.0625rem solid var(--color-13);
}

@media (min-width: 768px) {
  .table__wrapper {
    margin-top: 1.5rem;
  }
  .table__wrapper table tr {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .table__wrapper {
    margin-top: 1.875rem;
  }
  .table__wrapper table tr td {
    font-size: 1.25rem;
  }
}
.colored-accordion .accordion-wrapper .content_wrapper {
  margin-top: 2.375rem;
}
.colored-accordion .accordion-wrapper .content_wrapper strong {
  color: var(--color-11);
  font-weight: bold;
}
.colored-accordion .accordion-wrapper .content_wrapper p {
  font-size: 1.125rem;
}
.colored-accordion .accordion-wrapper .content_wrapper a {
  color: var(--color-11);
  font-weight: 600;
}

.colored-accordion .accordion-wrapper .accordion:nth-child(3) strong, .colored-accordion .accordion-wrapper .accordion:nth-child(3) a {
  color: var(--color-4);
}

@media (min-width: 768px) {
  .accordion-wrapper .content_wrapper {
    margin-top: 1.5rem;
  }
  .accordion-wrapper .content_wrapper p {
    font-size: 1.25rem;
  }
}
.gmap_section iframe {
  width: 100%;
}


.gmap_section iframe {
  width: 100%;
}
.gmap_section iframe {
  width: 100%;
  height: 80vh;
  min-height: 693px;
}
@media (max-width: 1500px) {
  .gmap_section iframe {
    width: 100%;
    height: 60vh;
    min-height: 450px;
  }
} 
@media (max-width: 768px) {
  .where_we_section .section__header h3{
    max-width: 357px;
    font-size: 1.2rem;
  }
  
}
@media (max-width: 450px) {
  .where_we_wrapper .section__header-heading {
      font-size: 5.114vw;
      white-space: nowrap;
  }
}
.visit_parking_content strong {
    font-weight: 600;
}
/*parking bottom*/
.user-info_wrapper {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  background-color: var(--color-1);
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 1.125rem 1.125rem 0 0;
  flex-direction: column-reverse;
}

.user-info_section {
  margin-bottom: 2.125rem;
}

.user-info_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 5.375rem 2.375rem;
  text-align: center;
}
.user-info_content p:last-child{
  margin-bottom: 0;
}
.user-info_content h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 1.5625rem;
  color: var(--color-5);
}

.user-info_content h2:hover {
  color: var(--color-11);
}
.user-info_wrapper > div {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.user-info_media {
  border-radius: 100%;
  height: 80vw;
  width: 120vw;
  max-width: 120vw;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  position: absolute;
}

.user-info_wrapper > div.user-info_assets {
  padding-top: 80%;
}

@media (min-width: 600px) {
  .user-info_media {
    width: 160vw;
    max-width: 160vw;
  }
}
@media (min-width: 992px) {
  .user-info_wrapper {
    flex-direction: row;
    border-radius: 0;
  }

  .user-info_section {
    margin-bottom: 4rem;
  }

  .user-info_wrapper > div {
    max-width: calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  /* .block_parking_section .user-info_wrapper .user-info_assets{
    max-width: 920px;
    flex: 0 0 920px;
  } */
  

  .user-info_media {
    height: 60vw;
    width: 58vw;
    max-width: 100vw;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .user-info_wrapper > div.user-info_assets {
    padding-top: 38.1%;
  }
}
@media (min-width: 1200px) {
  .user-info_section {
    margin-bottom: 5.3125rem;
  }
  .block_parking_section .user-info_wrapper .user-info_content{
    /* max-width: 100%; */
    /* flex: 1; */
    padding-right: 8rem;
    padding-left: 8rem;
  }
}
.service_page_bottom-section {
  padding-top: 3.125rem;
  padding-bottom: 2.875rem;
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}

.service_page_bottom-section:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D6B8B8;
  z-index: -1;
  border-radius: 50%;
  top: 0rem;
  height: 300vw;
  width: 330vw;
}

@media (min-width: 768px) {
  .service_page_bottom-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 992px) {
  .service_page_bottom-section:before {
    top: -3.875rem;
    height: 350rem;
    width: 300rem;
  }
}
@media (min-width: 1200px) {
  .service_page_bottom-section {
    padding-top: 7.75rem;
    padding-bottom: 6.25rem;
  }
  .service_page_bottom-section:before {
    top: 2.5rem;
    height: 190rem;
    width: 280rem;
  }
}
.section.block_parking_section {
    overflow: hidden;
    padding-top: 4.2rem;
}

@media (max-width: 991px) {
  .user-info_media{
    border-radius: 100%;
    height: 110vw;
    width: 120vw;
    max-width: 120vw;
    transform: translate(-50%, 0);
    top: 0;
    left: 50%;
    position: absolute;
  }
  .user-info_wrapper > div.user-info_assets{
    padding-top: 100%;
  }
  .user-info_content {
    padding: 3.375rem 1.375rem;
  }
  
}

/* 27-08-2025*/

.map-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  /* height: 100%; */
  border: 0;
  pointer-events: none; /* Disable interactions initially */
}

.map-container.active iframe {
  pointer-events: auto; /* Enable interactions on click */
}
.accordion-opening #main {
    transition: transform 0.3s;
}
