/*BTN*/

.hero_btn,
.call_btn {
    padding: 0.223rem 0.223rem 0.223rem 1.556rem;
    display: inline-flex;
    gap: 1.111rem;
    align-items: center;
}

.btn{
    font-size: 1.112rem
}

.hero_btn--premium {
    box-shadow: inset 0 0 0 0.112rem #ffcc00;
    background-color: transparent;
}

.img-arrow {
    transform: rotate(45deg);
    background-color: #ffcc00;
    padding: 0.333rem;
    border-radius: 100%;
    height: 2.022rem;
    width: 2.022rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

/**/

h4{
    font-weight: 500;
}

.ly__airport-section {
    background: linear-gradient(180deg, #FFF4D3 0%, #FFFFFF00 100%);
    margin-bottom: 0;
    padding: 10rem 0 7.555rem;
}

.ly__airport-section h4:not(.book-loop h4) {
    margin: 1.778rem 0;
}

.ly__airport-section .book-loop {
    display: flex;
    flex-direction: column;
    gap: 1.334rem;
}

.ly__airport-section .book-pop-sec {
    display: flex;
    align-items: center;
    gap: 1.334rem;
    padding: 1.778rem;
    min-width: 29.334rem;
    background: #FFFFFF;
    border-radius: 1.112rem;
    transition: all 0.3s ease-in-out;
}

.ly__airport-section .book-img img {
    max-width: 3.889rem;
}

.ly__airport-section .book-title h4 {
    font-weight: 700;
}

.ly__airport-section .book-title p {
    color: #111F29;
    display: flex;
    gap: 0.445rem;
    margin-top: 0.611rem;
    font-size: 1.112rem;
    transition: all .3s ease-in-out;

}

.ly__airport-section .book-title p img {
    width: 1.112rem;
    transition: all 0.3s ease-in-out;
}

.ly__transfer p {
    max-width: 44.556rem;
    margin: 1.778rem auto 2.223rem;
}

.ly__travel {
    background-color: #111F29;
    padding: 6.223rem 0;
  }
  
  .ly__slider-wrapper {
    margin-left: 7.2vw;
    margin-top: 6.112rem;
  }
  
  .ly__travel-slide {
    border: 0.112rem solid #414C54;
    height: 100%;
    border-radius: 1.389rem;
    padding: 1.78rem 1.49rem;
    min-height: 25.23rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    transition: all 0.5s ease-in-out;
  }
  
  .ly__travel-slide * {
    color: #ffffff;
  }
  
  .ly__travel-slide h5 {
    font-size: 2.5rem;
    margin-bottom: 1.389rem;
    font-weight: 500;
  }
  
  .ly__hidden {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-in-out;
  }
  
  .ly__travel-info p:not(.ly__hidden) {
    font-weight: 500;
  }
  
  .ly__travel .ly__slider-wrapper {
    margin-left: 0;
    overflow: hidden;
  }
  
  .ly__travel-swiper.swiper {
    overflow: visible;
  }

  .ly__seperator {
    margin: 5.56rem 0;
}
.ly__travel-next,
.ly__travel-prev {
  position: static !important;
  border: 0.112rem solid;
  border-radius: 2.23rem;
  height: 2.5rem !important;
  width: 2.5rem !important;
  color: #FFCC00;
  margin: 0 !important;
  background: transparent !important;
}
.ly__travel-next:not(.swiper-button-disabled),
.ly__travel-prev:not(.swiper-button-disabled){
  box-shadow: 0 0.389rem 0.445rem rgba(255, 221, 0, 0.25);
}

.swiper-button-disabled {
    color: #697175;
    opacity: 1;
    border: 0.112rem solid #697175;
}

.ly__travel-next:after,
.ly__travel-prev:after {
  font-size: 1.12rem;
}

.ly__travel-prev {
  margin-right: 1.34rem !important;
}

.ly__travel-slide img {
    transition: all 0.3s ease-in-out;
    max-width: 10.667rem;
}

.ly__travel-taxi .btn-space{
    margin-top: 2.667rem;
}
.ly__travel-taxi {
    padding-bottom: 0;
}

.ly__reason {
    display: flex;
    flex-wrap: wrap;
    gap: 2.223rem 1.334rem;
    justify-content: center;
    margin-top: 4.45rem;
}

.ly__software .reasonsection_repeater {
    background: #F7F6F9;
    flex: 0 0 calc(33.33% - 1rem);
}
.reasonsection_repeater {
    padding: 1.778rem;
    background: #FBF7F0;
    border-radius: 1.389rem;
    flex: 0 0 calc(25% - 1rem);
}
.ly__software .ly__reason-title {
    margin-bottom: 0.889rem;
}

.ly__ctasection .ly__ctacontent {
    padding: 6.223rem 4.444rem;
    border-radius: 1.389rem;
    background: #fff4d3 url("../images/bg-cta-2.png");
    background-size: 100% 100%;
    position: relative;
}
.ly__ctasection .ly__ctacontent>* {
    margin-inline: auto;
}

.ly__ctacontent h2{
    margin-bottom: 1.833rem;
}

.ly__ctacontent p {
    margin-inline: auto;
    margin-bottom: 2.223rem;
    max-width: 40.167rem;
}

.ly__ctasection .ly__ctacontent .ly__storebtn {
    display: flex;
    gap: 0.833rem;
    justify-content: center;
}

.ly__ctasection .fe-hero-img {
    display: block;
    position: absolute;
    max-width: 15.112rem;
    right: 3.112rem;
    top: 3.112rem;
}

.ly__qr-btn {
    display: flex;
    gap: 2.778rem;
    justify-content: center;
    margin-top: 2.667rem
}

.ly__qr-btn a {
    display: flex;
    gap: 2.67rem;
    background: #ffcc00;
    padding: 0.889rem;
    border-radius: 1.389rem;
    align-items: center;
    padding-right: 1.778rem;
    cursor: pointer;
}

.ly__qr-btn a img {
    max-width: 8rem;
    width: 8rem;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 0.833rem;
}

.ly__qr-btn .mb_text p:first-child {
    color: #111F29;
    font-size: 2.223rem;
    text-align: start;
    margin-bottom: 0 !important;
    font-weight: 600;
    white-space: nowrap;
}

.ly__qr-btn .mb_text p:last-child {
    color: #111F29;
    font-size: 1.112rem;
    text-align: start;
    margin-bottom: 0 !important;
    font-weight: normal;
}

.ly__cta_less{
    background: transparent linear-gradient(180deg, #F7F6F9 0%, #FFF4D380 100%) 0% 0% no-repeat padding-box;
    margin: 0;
    padding-block: 7.555rem;
}

.ly__qr-btn, .ly__fixed-download{
    display: none;
}

.ly__service-wrapper .ly__image {
    max-width: 3.889rem;
    margin-bottom: 2.223rem;
}

.ly__service-wrapper .ly__head {
    margin-bottom: 1.778rem;
}

.ly__service-wrapper .ly__info ul li {
    list-style: disc;
    font-size: 1.112rem;
    margin-bottom: 0.889rem;
    max-width: 38.1667rem;
    line-height: 1.45;
}

.ly__service-wrapper {
    display: flex;
    gap: 1.334rem;
    margin: 4.445rem 0;
}

.ly__service-wrapper .ly__content {
    flex: 0 0 calc(50% - 0.667rem);
    padding-left: 2.667rem;
}

.ly__service-wrapper .ly__info ul {
    padding-left: 1.112rem;
}

.ly__meeting > h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.445rem;
}

.ly__meeting h4 img {
    max-width: 1.722rem;
}

.ly__meeting-wrapper {
    display: flex;
    gap: 1.334rem;
    justify-content: center;
    margin-top: 2.667rem;
    flex-wrap: wrap;
}

.ly__meeting-wrapper .ly__point {
    flex: 0 0 29.334rem;
    max-width: 29.334rem;
    min-height: 18.223rem;
    border-radius: 1rem;
    background-color: #9d9d9d;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.ly__meeting-wrapper .ly__bg {
    position: absolute;
    bottom: 1.778rem;
    left: 1.778rem;
    z-index: 2;
}

.ly__meeting-wrapper .ly__bg h4, .ly__meeting-wrapper .ly__bg p {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.ly__meeting-wrapper .ly__point-bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 18.223rem;
    transition: all 0.3s ease-in-out;
}

.ly__meeting-wrapper .ly__point:nth-child(1) .ly__point-bg:before {
    background: transparent linear-gradient(180deg, #95817800 0%, #9E8779 100%) 0% 0% no-repeat padding-box;
}

.ly__meeting-wrapper .ly__point-bg:before {
    background: transparent linear-gradient(180deg, #E5B70000 0%, #E5B700 100%) 0% 0% no-repeat padding-box;
}



.ly__meeting-wrapper .ly__bg p {
    margin-top: 8px;
}



.ly__swipe{
    display: none;
}

.ly__meeting-wrapper .ly__point-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: cover;
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}

.ly__cta_less .ly__footer_left {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: none;
}

/*Review*/

.ly__review {
  background: #f7f6f9;
  padding: 4.444rem 0;
  z-index: 1;
}

.ly__review .ti-widget.ti-goog .star-lg .ti-star {
  width: 1.778rem !important;
  height: 1.667rem !important;
}

.ly__review .ti-widget .source-Google .ti-star.f {
  background-image: url("https://www.lynk.ie/wp-content/uploads/2023/11/star.svg") !important;
}

.ly__review .ti-widget .source-Google .ti-star.h {
  background-image: url("https://www.lynk.ie/wp-content/uploads/2023/11/star-half.svg") !important;
}

.ly__review .ti-widget.ti-goog .ti-header .ti-rating-text .ti-rating {
  font-size: 1.27rem !important;
}

.ly__review .ti-widget.ti-goog .ti-rating-text span,
.ly__review .ti-widget.ti-goog .ti-rating-text span strong {
  font-size: 1.11rem;
}

.ly__review .ly__reviewcard {
  background: #FFFFFF;
  box-shadow: 0 0.556rem 0.994rem rgba(0, 0, 0, 0.05);
  border-radius: 1.389rem;
  padding: 2.112rem;
  height: 100%;
  padding-bottom: 4.733rem;
}

.ly__review .swiper-slide {
  height: auto;
  opacity: 0.7;
}

.ly__review .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.ly__review .swiper-wrapper {
  padding: 2.112rem 0;
}

.ly__review .ly__reviewcontent p {
  font-size: 1.278rem;
  line-height: 1.833rem;
  margin: 1.667rem 0 2.056rem;
  font-weight: 500;
}

.ly__review .ly__reviewername {
  position: absolute;
  left: 2.111rem;
  bottom: 2.111rem;
}

.ly__review .ly__sliderbutton {
  display: flex;
  justify-content: center;
  margin-left: 1.833rem;
  margin-top: -2.222rem;
  gap: 1.389rem;
}

.ly__review .ly__sliderdots {
  padding-top: 2rem;
}

.ly__review .ly__sliderdots .swiper-pagination-bullet {
  background-color: #697175;
  height: 0.556rem;
  width: 0.556rem;
  margin: 0 !important;
  opacity: 1;
}

.ly__review .ly__sliderdots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.778rem;
  height: 0.778rem;
  background-color: #111F29;
}

.ly__review .ly__pagination {
  display: flex;
  align-items: center;
  gap: 1.389rem;
  justify-content: center;
}

.ly__review .ly__review-nav {
  padding: 0.667rem 1.112rem;
  background-color: #FEF7EF;
  border: 0.056rem solid #FFCC00;
  border-radius: 1.667rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.ly__review .ly__review-nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.ly__review .ly__overview {
  display: flex;
  justify-content: center;
  margin: 3.333rem 0 1.111rem;
}

.ly__review .ly__overview .ly__rating {
  flex: 0 0 10.833rem;
  max-width: 10.833rem;
  border-right: 0.056rem solid #E2E2E2;
}

.ly__review .ly__overview .ly__avgrating {
  margin-left: 4.167rem;
}

.ly__review .ti-widget.ti-goog .ti-review-item>.ti-inner {
  background: #fff !important;
  box-shadow: 0 0.278rem 0.278rem rgba(0, 0, 0, 0.05);
  border: 0.112rem solid #EFEFEF;
  border-radius: 1.389rem !important;
}

.ly__review{
  overflow: hidden;
}

.ly__reviewhead h2 {
  margin-bottom: 1.833rem;
}

.ly__review{
    padding-bottom: 11.12rem;
    margin-bottom: 0;
    z-index: 4;
}

.ly__review .ti-controls {
    display: flex !important;
    top: auto !important;
    bottom: 0 !important;
    flex-direction: row-reverse;
    justify-content: center;
    margin: -1.667rem 0 !important;   
    gap: 1.333rem;   
}

.ly__review .ti-widget.ti-goog .ti-controls .ti-next, .ly__review .ti-widget.ti-goog .ti-controls .ti-prev {
    position: relative;
    right: 0;
    left: 0;
    display: block !important;
}

.ly__review:not(.ly__home-review) {
    background: linear-gradient(180deg, #F7F6F9 0%, #FFFFFF00 100%);
}

.ly__reviewername h5 {
  font-size: 1.112rem;
}
.ly__review .ti-widget.ti-goog .ti-widget-container,
.ly__review .ti-widget.ti-goog .ti-widget-container * {
  font-family: 'Ubuntu' !important;
}

.ly__review .ti-widget.ti-goog .ti-review-item>.ti-inner {
  border: 0 !important;
}

.ly__review .ti-reviews-container-wrapper {
  position: relative;
  overflow: initial !important;
}

.ly__review .ti-reviews-container-wrapper::before,
.ly__review .ti-reviews-container-wrapper::after {
  content: '' !important;
  position: absolute !important;
  top: 0;
  height: 100%;
  width: 8.33vw;
  z-index: 1;
  position: relative;
  pointer-events: none;
}

.ly__review .ti-reviews-container-wrapper::before {
  background: linear-gradient(270deg, #F7F6F9 -10%, rgba(247, 246, 249, 0) 116.72%);
  right: -8.33vw;
}

.ly__review .ti-reviews-container-wrapper::after {
  left: -8.33vw;
  background: linear-gradient(90deg, #F7F6F9 -10%, rgba(247, 246, 249, 0) 116.72%);
}

.ly__review .ti-widget.ti-goog .ti-controls .ti-next:before,
.ly__review .ti-widget.ti-goog .ti-controls .ti-prev:before,
.ly__review .ti-widget.ti-goog .ti-controls .ti-next:after,
.ly__review .ti-widget.ti-goog .ti-controls .ti-prev:after {
  background: #000000;
  width: 0.833rem;
}

.ly__review .ti-widget.ti-goog .ti-controls .ti-next:after {
  top: 1.333rem;
  right: 0.667rem;
}

.ly__review .ti-widget.ti-goog .ti-controls .ti-next:before {
  top: 0.833rem;
  right: 0.667rem;
}

.ly__review .ti-widget.ti-goog .ti-controls .ti-prev:after {
  top: 0.833rem;
  left: 0.667rem;
}

.ly__review .ti-widget.ti-goog .ti-controls .ti-prev:before {
  top: 1.333rem;
  left: 0.667rem;
}

.ly__review .ti-widget.ti-goog .ti-controls .ti-next,
.ly__review .ti-widget.ti-goog .ti-controls .ti-prev {
  height: 2.556rem;
  width: 2.556rem;
  background: #FEF7EF;
  box-shadow: 0 0.389rem 0.444rem rgba(255, 221, 0, 0.25);
  border: 0.111rem solid #FFCC00;
  border-radius: 100%;
  padding: 0;
}

.ly__review .ti-widget.ti-goog .ti-review-item {
  padding: 0 0.445rem !important;
}

.ly__review .ti-widget.ti-goog .ti-profile-img {
  margin-right: 0.8334rem !important;
}

.ly__review .ti-widget.ti-goog .ti-profile-img img {
  width: 2.223rem !important;
  height: 2.223rem !important;
}

.ly__review .ti-widget.ti-goog .ti-widget-container,
.ly__review .ti-widget.ti-goog .ti-widget-container * {
  font-size: 0.778rem !important;
}

.ly__review .ti-widget.ti-goog .ti-review-item .ti-stars {
  height: 0.935rem;
}

.ly__review .ti-widget.ti-goog .ti-star {
  width: 0.935rem;
  height: 0.935rem;
}

.ly__review .ti-widget.ti-goog .ti-review-content {
  height: 4.83rem !important;
  line-height: 1.123rem;
}

.ly__review .ti-widget.ti-goog .ti-review-item>.ti-inner {
  padding: 1.112rem !important;
}

.ly__review .ti-widget.ti-goog .ti-reviews-container-wrapper {
  margin: 0 1.112rem !important;
  padding-top: 0.278rem;
}


@media (max-width: 1200px) {

    .ly__airport-section .book-pop-sec {
        min-width: auto;
    }

    .ly__software .ly__reason-img {
        margin-bottom: 1.5rem;
    }   
    
    .ly__ctasection .fe-hero-img{
        position: static;
    }
    
}

@media (max-width: 991px) {
    
    .ly__benefits.col-5, .ly__book-section .col-5 ,
    .ly__benefits.col-6, .ly__book-section .col-6 ,
    .ly__book-section .col-40 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .ly__slider-wrapper {
        margin-top: 3.334rem;
    }

    .ly__travel .swiper-slide-active .ly__travel-slide {
        background-color: #FFCC00;
        border-color: #FFCC00;
    }

    .ly__travel .swiper-slide-active .ly__travel-slide.ly__travel-eco {
        background-color: #00CE84;
        border-color: #00CE84;
    }

    .ly__travel .swiper-slide-active .ly__travel-slide * {
        color: #111F29;
    }

    .ly__travel .swiper-slide-active .ly__travel-slide .ly__hidden {
        max-height: 11.112rem;
        visibility: visible;
        margin-top: 0.889rem;
        opacity: 1;
        transition: max-height 0.5s ease-in-out;
    }

    .ly__seperator {
        margin: 2.5rem 0;
    }

    .ly__software .reasonsection_repeater {
        background: #F7F6F9;
        flex: 0 0 calc(50% - 1rem);
    }
}

@media (max-width: 767px) {

    .ly__travel .justify-between {
        justify-content: center;
        gap: 1.667rem;
        text-align: center;
    }

    .ly__travel-next.swiper-button-disabled, .ly__travel-prev.swiper-button-disabled {
        color: #D4D7D8;
        background-color: transparent !important;
    }
    
    .ly__software .reasonsection_repeater {
        background: #F7F6F9;
        flex: 0 0 100%;
    }

    .ly__airport-section {
        padding-top: 6.944rem;
    }
    
    .ly__airport-section h4,.ly__airport-section h2 {
        text-align: center;
    }
    
    .ly__airport-section h4 {
        font-size: 1.112rem;
    }
    
    .ly__airport-section .book-title h4 {
        font-size: 1.223rem;
    }
    
    .ly__airport-section .book-img img {
        max-width: 3.334rem;
    }
    
    .ly__airport-section .book-pop-sec {
        padding: 1.334rem;
    }
    
    .ly__airport-section .book-title p {
        margin-top: 0.889rem;
        font-size: 1rem;
    }
    
    .ly__airport-section .book-loop {
        gap: 0.889rem;
    }
    
    
    .ly__service-wrapper {
        flex-wrap: wrap;
        row-gap: 64px;
    }
    
    .ly__service-wrapper .ly__content {
        flex: 0 0 100%;
        padding-left: 0;
    }
    
    .ly__service-wrapper .ly__info ul li {
        margin-bottom: 8px;
    }
    
    .ly__service-wrapper .ly__head {
        margin-bottom: 1.334rem;
    }
    
    .ly__meeting > h4 {
        text-align: center;
        display: block;
    }
    
    .ly__meeting > h4 img{
        display: inline-block;
        vertical-align: middle;
    }
    
    .ly__meeting > h4 span {
        display: none;
    }
    
    .ly__meeting-wrapper .ly__point {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 241px;
    }
    
    .ly__reason-text p {
        font-size: 1rem;
    }
    
    .ly__reason {
        gap: 24px;
    }
    
    .ly__ctasection .ly__ctacontent {
        padding: 64px 32px;
    }

    .ly__swipe {
        display: flex;
        align-items: center;
        gap: 0.722rem;
        background: #FFF5CC;
        border-radius: 0.833rem;
        margin: 0.833rem 1.112rem -0.556rem;
        padding: 0.167rem 0.722rem;
    }
    .ly__swipe--dark {
        background: rgba(255, 245, 204, 0.1);
        margin-top: 1.778rem;
    }
    .ly__swipe--dark p {
        color: #FFFFFF;
    }
    .ly__meeting-wrapper .ly__point .ly__point-bg:before{
        height: 6.7223rem;
    }
    .ly__meeting-wrapper .ly__point-bg{
        transform: scale(1);
    }
    .ly__meeting-wrapper .ly__bg{
        left: 0.889rem;
        bottom: 0.889rem;
    }
    
    .ly__meeting-wrapper .ly__bg h4 {
        font-size: 1.223rem;
    }
    
}

@media (max-width: 575px) {
    .ly__fixed-download {
        position: fixed;
        bottom: 4.675vw;
        right: 4.675vw;
        left: 4.675vw;
        display: flex;
        align-items: center;
        gap: 3.74vw;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
      }
    
      .ly__fixed-download .ly__download {
        display: flex;
        align-items: center;
        gap: 0.334rem ;
        box-shadow: 0 0.556rem 1.667rem rgba(17, 31, 41, 0.2);
        background: #FFFFFF;
        border-radius: 0.556rem;
        padding: 1.4vw 1.16vw 1.4vw 3.28vw;
        flex: 1;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    
      .ly__fixed-download .ly__text {
        font-size: 3.5vw;
        font-weight: 500;
        color: #111F29;
      }
    
      .ly__fixed-download .ly__image svg {
        max-width: 7vw;
        height: 7vw;
      }
    
      .ly__fixed-download .ly__image {
        display: flex;
      }
    
      .ly__fixed-download .ly__download.ly__download--yellow {
        background: #FFCC00;
      }

      .ly__ctacontent p {
        font-weight: 500;
        margin-inline: 10px;
    }
    
    .ly__transfer p {
        margin-inline: 7px;
        font-size: 1rem;
    }

    .ly__cta_less .ly__footer_left {
        display: flex;
    }
    
    .btn {
        font-size: 1rem;
    }
    
    .ly__cta_less {
        padding-block: 4rem;
    }
    .ly__meeting-wrapper .ly__point{
        pointer-events: none;
    }
    
    
}



@media (min-width: 991px) {
    
      .ly__software .ly__reason-img {
        margin-bottom: 3rem;
    }    
    
    
    /*hover*/
    .btn:hover {
        box-shadow: inset 0 0 0 0.112rem #ffcc00;
        background-color: transparent;
    }
    
    .hero_btn--premium:hover .img-arrow {
        transform: rotate(0deg);
    }
    
    .ly__airport-section .book-pop-sec:hover {
        box-shadow: 0px 0px 80px #111F291A;
    }

    .ly__travel-next.swiper-button-next:hover,
    .ly__travel-prev.swiper-button-prev:hover {
        background: #ffcc00 !important;
        transition: all 0.5s ease-in-out;
    }

    .ly__travel-next.swiper-button-next:hover:after,
    .ly__travel-prev.swiper-button-prev:hover:after {
        filter: brightness(0.1);
    }

    .ly__travel-slide:hover {
        background-color: #FFCC00;
        border-color: #FFCC00;
    }

    .ly__travel-slide.ly__travel-eco:hover {
        background-color: #00CE84;
        border-color: #00CE84;
    }

    .ly__travel-slide:hover * {
        color: #111F29;
    }

    .ly__travel-slide:hover .ly__hidden {
        max-height: 11.12rem;
        visibility: visible;
        margin-top: 0.889rem;
        opacity: 1;
        transition: max-height 0.5s ease-in-out;
    }

    .ly__software .reasonsection_repeater:hover {
        background: #ffffff;
        box-shadow: 0 0 4.445rem rgba(17, 31, 41, 0.1);
    }

    .ly__qr-btn{
        display: flex;
    }

    .btn-space .btn:hover {
        color: #ffffff;
    }

    .ly__meeting-wrapper .ly__point:hover .ly__point-bg {
        transform: scale(1);
    }

    .ly__meeting-wrapper .ly__point:hover .ly__point-bg:before{
        height: 9.112rem;
    }

    .ly__meeting-wrapper .ly__point:hover p {
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
    
    .ly__storebtn .btn {
        cursor: pointer !important;
    }
    
    .ly__airport-section .book-pop-sec:hover .book-title p {
        gap: 1.334rem;
        text-decoration: underline;
    }

}

