@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.2;
}
p {
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,span {
    font-family: "Inter";
}

* {
  margin: 0;
  padding: 0;
}

.online-shop {
  padding-top: 56px;
}
/* new page redesign css */


.left-side-about span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #25726E;
}
.about-section {
    padding: 100px 0;
    position: relative;
  }
.about-section{
    background-color: #E9F1F1;

}
.about-section *{
    z-index: 2;

}
/* section.about-section:before {
    content: "";
    position: absolute;
    top: 230px;
    width: 822px;
    background-image: url(../../../../assets/images/about-banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #E9F1F1;
    z-index: 1;

} */
.left-side-about {
    padding-top: 100px;
}
.col-md-6.left-side-about span {
    color: #25726E;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
/* .left-side-about h1 {
    margin: 24px 0px;
} */
.about-section h1 {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #111827;
    margin-top: 24px;
    margin-bottom: 32px;
    font-weight: 700;
}
.left-side-about p {
    color: #374151;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 48px;
}
.about.bottom-space a{
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding: 14px 20px;
}

.icon-block .icon-block-child{
    display: flex;
    align-items: center;
    gap: 24px;
}
.icon-block {
    margin: 100px auto 0px auto;
    display: flex;
    gap: 80px;
    justify-items: center;
    justify-content: center;
}

.icon-block p{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.02em;
}
.sub-section.intro-sec{
    background-image: url('../../../../assets/images/about-second.png');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 133px 0px;
    height: 100%;
    background-position: center bottom;
}
.explore-section{
    background-image: url('../../../../assets/images/last-sec-abt.png');
    background-size: cover;
}
.sub-section.intro-sec .row{
    margin: 0 auto;
    max-width: 800px;
}

/* .sub-section.intro-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
} */
.intro-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../../../../assets/images/overlay-image-intro.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.sub-section.intro-sec * {
    position: relative;
    z-index: 2;
}
.sub-section.intro-sec span{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
    color: #BBD3D2;
}
.sub-section.intro-sec h2{
    margin-top: 24px;
    margin-bottom: 31px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
}
.sub-section.work span, section.sub-section.why span {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
    color: #25726E;
}
.sub-section.intro-sec p{
    margin-left: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 0px;
    color: #F3F4F6;
    max-width: 698px;
}
section.sub-section.work h2 ,section.sub-section.why h2 {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #111827;
}
.sub-section.work p,section.sub-section.why p{

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-decoration-skip-ink: none;
    color: #374151;
    letter-spacing: -0.1px;
}
section.sub-section.why {
    padding: 100px 0px;
}
.who-we-right{
    position: relative;
}
.sub-section.work {
    padding: 100px 0px 0px 0px;
}
/* .who-we-right:before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
     height: 100%;
    background-image: url('../../../../assets/images/about-sec-work.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */
.explore-section{
    background-color: #F9FAFB;
}
section.sub-section.why{
    position: relative;
}
section.sub-section.work *{
    z-index: 2;
}
.why-we-sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
    gap:75px;
}

.who-we-right {
    position: relative;
    z-index: 2;
    padding-top: 129px;
    padding-bottom: 129px;
    flex: 50%;
}
span.why-we-bg {
    top: 80px;
    left: 0;
}
.who-we.right{
        flex: auto;
        position: relative;
        padding: 0;
        text-align: right;
}
section.sub-section.work * {
    position: relative;
    z-index: 2;
}
section.sub-section.work .who-we-right::before{
    content: "";
    position: absolute;
    right: -95px;
    width: 400px;
    height: 455px;
    background-image: url(../../../../assets/images/about-sec-work.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 185px;
    z-index: 1;
}
/* section.sub-section.why::before {
    content: "";
    position: absolute;
    top: 60px;
    width: 435px;
    height: 537px;
    background-image: url(../../../../assets/images/about-last.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */
section.sub-section.work{
    position: relative;
}
span.vector-img {
    position: absolute;
    width: 55%;
    top: 130px;
    left: 0px;
}
span.vector-img img{
    width: 100%;
    height: auto;
}
.explore-section .btn {
    font-weight: 500;
    line-height: 18px;
    padding: 14px 20px;
}
span.why-we-bg {
    position: absolute;
}
/* end css */
@media screen and (min-width: 992px){
    /* section.sub-section.why .col-md-6.who-we-right {
        padding-right: 75px;
    } */
}
@media screen and (max-width: 767px) {
  .online-shop {
    padding-top: 0px;
  }
}

.about-card {
  border: none;
}

.main-space {
  padding-top: 65px;
  padding-bottom: 65px;
}

@media screen and (max-width: 991px) {
    .why-we-sec {

        gap:10px;
    }
    section.explore-section {

        background-image:url('../../../../assets/images/last_sec_abt_mobile.png');
        background-size: cover;
        background-position: center bottom;
    }
    /* section.sub-section.why .col-md-6.who-we-right
    {
        padding-right: 15px;
    } */
    .icon-block-child p{
        text-align: left !important;
        font-size: 16px;
        font-weight: 600 !important;
        line-height: 20px;
    }
    span.vector-img {
        top: 85px;
    }
    span.vector-img {
        position: absolute;
        width: 86%;
    }
    section.sub-section.work .who-we-right::before{
        display:none;
    }
    .icon-block{
        display: block;
        justify-items: left;
    }

    .about-section p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0.1px;
    }
    .sub-section.intro-sec h2 {
        margin-top: 16px;
        margin-bottom: 24px;
        font-size: 36px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #fff;
    }
    section.sub-section.work .row {
        flex-direction: column-reverse;
        margin: 0px;
    }
    section.sub-section.work .row .col-md-6{
        padding: 0px;
    }
    .sub-section.work p, section.sub-section.why p{
        letter-spacing: 0px;
    }
    .who-we-right {
        margin-bottom: 64px;
    }
    .explore-section h2{
        margin-bottom: 24px;
    }
    .left-side-about{
        padding-top: 0px;
        text-align: center;
    }
    .col-md-4.left-side-about span {
        color: #25726E;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }
    .about-section .d-md-block img {
        width: 100%;
        height: auto;
      }

      .about-section .d-flex {
        padding: 0px;
        justify-content: center !important;
      }
      .sub-section.intro-sec p{
        margin-left: 0px;
      }
      .about-section figure img {
        width: 100%;
      }
      .sub-section.intro-sec{
        background-image: url('../../../../assets/images/mobile-bg-about.svg');
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        padding: 133.72px 320px;
        height: 100%;

    }
    section.sub-section.work h2, section.sub-section.why h2 {
        margin-top: 16px;
        margin-bottom: 16px;
    }

      .about-section h1 {
        margin-top: 16px;
        margin-bottom: 24px;
        text-align: center;
        font-size: 44px;
        line-height: 48px;
        font-weight: 700;
        letter-spacing: -0.02em;
    }
    .icon-block-child:nth-child(2) {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .icon-block-child p {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }
    .icon-block .icon-block-child{
        margin-left: 32px;
    }
    .left-side-about p {
        margin-bottom: 32px;
    }
    .about.bottom-space {
        margin-bottom: 64px;
    }
    .about.bottom-space a{
        width: 100%;
    }
    section.sub-section.why::before {
        content: "";
        position: absolute;
        top: 89px;
        width: 265px;
        height: 270px;
        right: 0;
        background-image: url('../../../../assets/images/mob-why-we-do.png');
        }
    .alert-message {
        color: #ffffff;
        /* padding: 12px 0px 12px 16px; */
        /* max-width: 307px; */
    }
    .top-header.text-center p{
        margin: 0px;
    }

    section.sub-section.work h2, section.sub-section.why h2{

    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
    }
    section.sub-section.work::before {
        content: "";
        position: absolute;
        right: 0;
        width: 267px;
        height: 405px;
        background-image: url('../../../../assets/images/what-we-mob.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        top: -40px;
        z-index: 1;
    }
    section.sub-section.work * {
        z-index: 2;
    }
    .explore-section {
        padding: 100px 16px;

      }
      .explore-section .explore-bg{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
      }
      .sub-section.intro-sec{
        padding:87px 15px 87px 16px;
      }
      .container{
        padding-left: 16px !important;
        padding-right: 16px !important;
      }
      /* section.sub-section.intro-sec .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    } */
    section.sub-section.intro-sec .row > * {
        padding:0px !important;
    }
    .who-we-right{
        padding-top:0px;
        padding-bottom: 0px;
    }
}



.about-section figure {
  position: relative;
  margin-bottom: 0;
}

.about-section figure .box-shadow-3 {
  position: absolute;
  box-shadow: 4.50486px 9.00972px 11.2622px rgba(0, 0, 0, 0.25), 10.699px 14.6408px 28.1554px rgba(0, 0, 0, 0.5);
  right: auto;
  top: 0;
  left: 0;
  z-index: 1;
  background: #ebebeb;
  border-radius: 7px;
  bottom: 0;
}
@media screen and (max-width: 1439px) {
  .sub-section {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .sub-section {
    padding: 50px 0;
  }
}
.sub-section h2 {
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .sub-section h2 {
    padding-top: 0px;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .sub-section p {
    margin-top: 0px !important;
    margin-bottom: 0px;
  }
}
.sub-section h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px;
  color: #000000;
  margin: 24px 0px 12px 0px;
}
@media screen and (max-width: 767px) {
  .sub-section h3 {
    margin: 14px 0px 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
  }
}
.sub-section figure {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .sub-section figure {
    width: 100%;
    margin: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .sub-section figure .combine-image {
    width: 100%;
  }
}
.sub-section figure .box-shadow-3 {
  position: absolute;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3), 0px 25px 80px rgba(0, 0, 0, 0.2);
  right: 57px;
  top: 0;
  left: auto;
  z-index: 1;
  background: #ebebeb;
  border-radius: 7px;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .sub-section figure .box-shadow-3 {
    width: 55%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sub-section .img-center {
    text-align: center;
  }
}
.sub-section .card {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  /* .sub-section .row {
    flex-direction: column-reverse;
  } */
}
@media screen and (max-width: 991px) {
  .sub-section br {
    display: none;
  }
}

.offer-section {
  padding: 65px 0;
}
@media screen and (max-width: 767px) {
  .offer-section {
    padding: 50px 0;
  }
}
.offer-section p {
  margin-bottom: 0px;
}
.offer-section h2 {
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #000000;
  margin-bottom: 0px;
}
.offer-section .row {
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .offer-section .row {
    padding-top: 0px;
  }
}
.offer-section h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px;
  color: #000000;
  margin: 30px 0px 12px 0px;
}
@media screen and (max-width: 767px) {
  .offer-section h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 4px;
  }
  .offer-section img:first-child {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .offer-section img:nth-child(2) {
    display: none;
  }
}
.offer-section .card {
  border: none;
}
@media screen and (max-width: 767px) {
  .offer-section .card {
    margin-top: 50px;
  }
}
.offer-section .card-body {
  padding: 0px;
}
@media screen and (max-width: 1024px) {
  .offer-section br {
    display: none;
  }
}
.offer-section .btn {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .offer-section .btn {
    margin-top: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .offer-section br {
    display: none;
  }
  .offer-section .bottom-space {
    margin-bottom: 0px;
  }
}

.business-solution {
  background-color: #203635;
  padding: 65px 0;
}
@media screen and (max-width: 767px) {
  .business-solution {
    padding: 50px 0px;
  }
}
.business-solution h2 {
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-top: 11px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .business-solution h2 {
    margin-top: 50px;
  }
}
.business-solution p {
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .business-solution p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 24px;
  }
}
.business-solution h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px;
  color: #ffffff;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .business-solution h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
  }
}
.business-solution .row {
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .business-solution .row {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .business-solution .row {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 991px) {
  .business-solution br {
    display: none;
  }
}
.business-solution .bottom-space {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .business-solution .colab-border {
    margin-top: 4px;
  }
}
.business-solution .btn-light {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .business-solution .btn-light {
    width: 100%;
  }
}
.business-solution a {
  text-decoration: none;
}
.business-solution a:hover {
  text-decoration: none;
}
.business-solution figure {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .business-solution figure {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .business-solution figure .combine-image {
    width: 100%;
  }
}
.business-solution figure .box-shadow-3 {
  position: absolute;
  box-shadow: 4.50486px 9.00972px 11.2622px rgba(0, 0, 0, 0.25), 10.699px 14.6408px 28.1554px rgba(0, 0, 0, 0.5);
  right: auto;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 7px;
  bottom: 0;
  width: 53%;
}

.colab-border {
  border-bottom: 1px solid #fff;
}

.colab-border p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  color: #ffffff;
  margin: 8px 0;
}
@media screen and (max-width: 767px) {
  .colab-border p {
    font-size: 14px;
    line-height: 20px;
  }
}

.location-top {
  padding-top: 0px;
}


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

}
.explore-section h2 {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #111827;
  margin-bottom: 16px;
  line-height: 32px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .explore-section h2 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .explore-section br {
    display: none;
  }
}
.explore-section p {
  color: #757575;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .explore-section p {
    text-align: center;
    color: #000000;
    margin-top: 4px;
    margin-bottom: 24px;
  }
  .explore-section .btn {
    width: 100%;
  }
  .explore-section .container,
  .explore-section .row,
  .explore-section .col-12 {
    padding: 0;
    margin: 0;
  }
}
.explore-section .explore-bg {
  /* background: #eef0ee; */
  border-radius: 15px;
  padding-top: 100px;
  padding-bottom: 100px;
}
/* @media screen and (max-width: 767px) {
  .explore-section .explore-bg {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: none;
  }
} */

.location-section {
  padding: 65px 0 0 0;
}
@media screen and (max-width: 576px) {
  .location-section {
    padding: 50px 0 0;
    overflow: hidden;
  }
}
.location-section .location-slider {
  margin: 0 -12px;
}
@media screen and (max-width: 767px) {
  .location-section .location-slider {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 576px) {
  .location-section .location-slider {
    margin: 0 -22.5px;
  }
}
@media screen and (min-width: 992px) {
    section.sub-section.work .who-we-right::before{
        right: -48px;
    }
  .location-section .location-slider .slick-list {
    overflow: initial;
  }
}
.location-section h2 {
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #000000;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .location-section h2 {
    text-align: center;
    left: 0px;
  }
}
.location-section p {
  color: #212121;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .location-section p {
    font-weight: 400;
    font-size: 10.9797px;
    line-height: 17px;
    color: #515151;
  }
}
.location-section h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.1px;
  color: #000000;
  margin: 0 0px 16px 0px;
}
@media screen and (max-width: 767px) {
  .location-section h3 {
    font-size: 14.6397px;
    line-height: 20px;
    margin-top: 0px;
    letter-spacing: -0.0609986px;
    margin-bottom: 9px;
  }
}
.location-section .card {
  border-radius: 10px;
  transition: all 0.5s ease-in-out 0s;
}
.location-section .card:hover {
  box-shadow: 0px 0 20px 5px #c0c0c0;
}
.location-section .card {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 60px 15px;
}
@media screen and (max-width: 991px) {
  .location-section .card {
    margin: 30px 15px;
  }
}
@media screen and (max-width: 576px) {
  .location-section .card {
    margin: 0 14px;
  }
}
.location-section .card-body {
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .location-section .card-body {
    padding: 14.64px;
  }
}
.location-section .slick-track {
  display: flex !important;
}
.location-section .slick-slide {
  transition: all 300ms ease;
  height: inherit !important;
}
@media screen and (max-width: 576px) {
  .location-section .slick-slide.slick-current .card {
    transform: scale(1.1);
    opacity: 1;
  }
}
@media screen and (max-height: 320px) {
  .location-section .slick-slide.slick-current .card {
    transform: scale(1.04);
  }
}
.location-section .slick-prev {
  background: url(/images/left-arrow.svg?d9c3c005f33ef0162c571ff4f2cc2dea) no-repeat center/contain;
  position: absolute;
  left: -35px;
  z-index: 999;
}
@media screen and (max-width: 1199px) {
  .location-section .slick-prev {
    left: -6px;
  }
}
@media screen and (max-width: 767px) {
  .location-section .slick-prev {
    left: -46px;
  }
}
.location-section .slick-prev:before {
  content: "";
}
.location-section .slick-next {
  right: -35px;
  background: url(/images/right-arrow.svg?72a377dc51b508170f589facf009f75a) no-repeat center/contain;
}
@media screen and (max-width: 1199px) {
  .location-section .slick-next {
    right: -6px;
  }
}
@media screen and (max-width: 767px) {
  .location-section .slick-next {
    right: -46px;
  }
}
.location-section .slick-next:before {
  content: "";
}
.location-section .slick-dots {
  bottom: -7px;
}
@media screen and (max-width: 576px) {
  .location-section .slick-dots {
    bottom: -30px;
  }
}
.location-section .slick-dots li.slick-active button:before {
  color: #212121;
  opacity: 1;
}
.location-section .slick-dots li {
  margin: 0;
}
@media screen and (max-width: 576px) {
  .location-section .slick-dots li.slick-active button:before {
    color: #212121;
  }
}
.location-section .slick-dots li button:before {
  font-size: 13px;
  color: #bdbdbd;
  opacity: 1;
}
.location-section .slick-arrow {
  width: 12.5px;
  height: 25px;
}
.location-section .slick-arrow,
.location-section .slick-prev.slick-disabled:before,
.location-section .slick-next.slick-disabled:before {
  opacity: 1;
}
.location-section .card a::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.explore-section + footer {
  margin-top: 0px;
}
