/* find-us section */
.fw__find-us__section {
  background-color: #262626;
  color: #fff;
  padding-bottom: 4.5rem;
}

.fw__find-us__heading {
  text-align: center;
  padding-top: 2.313rem;
  padding-bottom: 5rem;
  padding-inline: 0;
  color: #ffffff;
  width: 100%;
  max-width: 60.188rem;
  flex-direction: column;
  margin: auto;
}
.fw__find-us__heading h3,
.fw__find-us__heading h4{
  color: #ffffff;
}

.fw__find-us__address {
  width: 100%;
  max-width: 41.188rem;
  text-align: left;
  align-items: center;
  padding-bottom: 4.375rem;
}

.fw__find-us__contact {
  display: flex;
  justify-content: space-between;
}

.fw__find-us__direction {
  text-align: left;
}

.fw__parking-detail__heading {
  width: 100%;
  max-width: 59.625rem;
  height: auto;
  padding-bottom: 3.75rem;
}

.fw__parking-detail__rate {
  width: 100%;
  max-width: 33.813rem;
  height: auto;
}

.fw__find-us__address p {
	color: #fff;
  max-width: 36.938rem;
}
.fw__find-us__address h2{
  margin-bottom: 3.188rem;
}
.fw__find-us__direction h2 {
  margin-bottom: 3.75rem;
}
.fw__find-us__address h2,
.fw__find-us__direction h2 {
  color: #D5E895;
}

.swiper.directionSwiper{
  width: 100%;
  max-width: 35.438rem;
}

.swiper-pagination{
  display: none;
}

.swiper-button-next {
  left: 10%;
}

.fw__find-us__mode-of-transport h3 {
  color: #FFD4B9;
  margin-bottom: 1rem;
}

.fw__find-us__mode-of-transport a {
    color: #fff;
}

.map-container {
  position: relative;
  width: 100%;
  padding-top: 40%;
  overflow: hidden;
  border-radius: 0.5rem;
  min-height: 54.25rem;
}

.map-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.directionswiper__button{
  padding-top: 2.5rem;
}
.directionswiper__button div {
  position: static;
  margin: 0;
  width: auto;;
}
.directionswiper__button svg {
  height: 2rem;
  width: auto;
}
.directionswiper__button svg path{
  fill: #ffffff;
}

.fw__find-us__mode-of-transport p {
color: #fff;
padding-right: 3.188rem;
margin: 0;
}

.fw__find-us__mode-of-transport p a {
color: #D6B9FF;
}

.fw__find-us__mode-of-transport p + p {
  margin-top: 2.5rem;
}
.directionswiper__button div::after {
  display: none;
}
.directionswiper__button {
  display: flex;
  gap: 1.5rem;
}

/* parking-information */
.fw__parking-heading {
  margin-bottom: 2.188rem;
}

.fw__parking-heading h2 {
  color: var(--secondary-color);
}

.fw__parking-information {
background-color: #FFFEF6;
padding-top: 5.5rem;
padding-bottom: 2.5rem;
border-top: 2px solid;
border-bottom: 2px solid;
}

.fw__parking__wrapper {
  display: flex;
  justify-content: space-between;
}

.fw__parking-detail__heading h3,
.fw__parking-detail__rate h3,
.faq-question h3  {
  color: #E60000;
  margin-bottom: 1rem;
}

.fw__parking--menu-drop{
cursor: pointer;
width: 1.125rem;
height: 1.125rem;
}
.fw__parking--menu-dropbox{
margin-bottom: 2.063rem;
}
.fw__parking--menu-dropbox h3{
margin-bottom: 0;
}
.fw__parking--menu-drop span {
font-weight: 300;
font-family: 'Avenir Next Cyr';
font-size: 1.125rem;
}
.parking__dropbox ul {
margin: 0;
}
.fw__parking--menu-drop img{
width: 100%;
height: 100%;
}

.fw__parking--menu-drop img + img {
display: none;
}
.fw__parking--menu-drop.dropbox__active img{
display: none;
}
.fw__parking--menu-drop.dropbox__active img + img{
display: block;
}

.fw__parking--menu-dropbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}
.fw__parking__address {
  margin-bottom: 3.875rem;
}

.fw__parking--menu-dropbox h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
}
.fw__parking__info,
.fw__parking__visit {
  border-bottom: 1px solid #707070;
}
.parking__dropbox ul {
  margin: 0;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.parking__dropbox ul.dropbox__open {
  opacity: 1;
  height: auto;
  visibility: visible;
}

/* accordin media query */

.faq-container {
  display: none;
}
.fw__parking-timing ul{
  padding: 0;
  margin: 0;
}
.fw__parking-timing ul .link h4{
	color: var(--secondary-color);
  margin-bottom: 0;
}
.fw__parking-timing ul .link{
  display: flex;
  justify-content: space-between;
}
.fw__parking-timing ul .link span.icon {
  font-size:1.875rem;;
  font-weight: 700;
  font-family: 'Avenir Next Cyr';
  height: 1.563rem;
  width: 1.563rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fw__visit {
  background-color: var(--body-bg-white);
  border-bottom: 0;
  padding-bottom: 0;
    padding-top: 3.625rem;
}
.fw__visit__content p{
  margin-bottom: 3.75rem;
}
footer {
  padding-top: 6.25rem;
}
.fw__footer--design {
  bottom: calc(100% - 6.7rem);
}
.fw__hero--data.fw__find-us__heading h4 + h4 {
  display: none;
}
.fw__parking-detail__heading a {
  color: #262626;
}
.fw__parking-detail__heading a:hover {
  color: var(--highlight-text);
}
.fw__parking-detail__rate p {
  margin: 0;
}
@media(min-width: 991px){
  .fw__parking--mobile{
    display: none;
  }
}
@media (max-width: 1200px) {
  .fw__find-us__contact {
    gap: 30px;
  }
  .fw__find-us__direction,
  .fw__find-us__address{
    max-width: calc((100% / 2) - ((30px * 1) / 2)); 
  }
  .fw__parking__wrapper {
    gap: 30px;
  }
  .fw__find-us__direction .fw__find-us__direction {
    max-width: 100%;
  }
  .social-media__icon {
    padding-bottom: 2.688rem;
  }

    /*.fw__hero-banner {*/
    /*    min-height: 296px;*/
    /*    position: relative;*/
    /*    padding-top: 10px;*/
    /*}*/
    .fw__hero-banner img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
    }
    
}
@media (max-width: 991px) {
  footer {
    margin-top: 9.75rem;
    padding-top: 0rem;
  }
  .fw__parking__wrapper {
    flex-direction: column;
      gap: 0px;
  }
  
  .fw__find-us__contact {
    flex-wrap: wrap;
    gap: 0;
  }
  .fw__find-us__direction,
  .fw__find-us__address{
    max-width: 100%; 
  }
  .fw__find-us__address h2, .fw__find-us__direction h2 {
    margin-bottom: 1.25rem;
}
.fw__parking-detail__heading {
  padding-bottom: 37px;
}
.fw__parking-detail__heading p:last-child {
        margin: 0;
        display: block;
}
.fw__find-us__contact .fw__find-us__mode-of-transport p{
  font-size: 15px;
  padding: 0;
}
  .fw__find-us__address{
    padding-bottom: 3.813rem;
  }
  
.fw__parking-detail__heading.accordion {
  display: none;
}

.fw__parking__wrapper {
  display: block;
}

.faq-container {
  display:block;
}

.faq-item {
  border-bottom: 1px solid #262626;
  padding-bottom: 8px;
  margin-bottom: 27px;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.563rem;
  font-weight: 700;
  font-family: 'Avenir Next Cyr';
  height: 1.563rem;
  width: 1.563rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p{
  margin: 0;
}
.faq-answer p + p{
  margin-top: 30px;
}

.faq-item.active .faq-answer {
  max-height: fit-content; /* enough for content */
  /* padding: 0.625rem 0; */
}

.fw__find-us__contact {
  display: block;
}
.fw__parking-information .fw__parking-detail__rate {
  display: none;
}
.fw__parking--mobile {
  padding: 40px 35px 0;
}
.fw__visit{
  display: none;
}
.accordion li:last-child .link {
  border-bottom: 1px solid #262626;
}
.faq-container .faq-item + .faq-item {
  margin: 0;
}
.map-container {
  min-height: 384px;
}
.fw__parking-information {
  padding-top: 50px;
}
.fw__parking-heading h2 {
  text-align: center;
}
.fw__parking-detail__heading h3, .fw__parking-detail__rate h3, .faq-question h3 {
  margin-bottom: 20px;
}
}
@media (max-width: 768px) {
  .fw__parking__wrapper p{
    font-size: 18px;
  }
  .fw__parking-detail__rate p br {
    display: none;
  }
  .fw__parking-detail__rate p span{
    display: none;
}
.fw__parking--mobile .fw__parking-timing ul .link h4 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
}
.fw__parking--mobile .fw__parking-detail__rate p {
  margin: 0;
}
.fw__parking-detail__rate p{
  font-size: 18px;
}
/*.fw__hero--data.fw__find-us__heading h4 {*/
/*  display: none;*/
/*}*/

.fw__hero--data.fw__find-us__heading h4 + h4 {
  display: block;
  line-height: 1.4;
}
.fw__find-us__heading {
  padding-bottom: 73px;
}
.fw__parking-detail__heading p {
  display: none;
}

.fw__parking-detail__heading .parking__mobile--text {
  display: block;
}
.fw__parking-detail__rate h3 {
  margin-bottom: 24px;
}
}
@media (max-width: 429px) {
  .fw__parking--mobile {
    padding: 40px 15px 0;
  }
}