body {
  font-family: "Bricolage Grotesque", sans-serif;
}
.nextMonthDay {
    color: #393939!important;
}
.header-type-lottie dotlottie-player{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 1;
}
.header-type-lottie .container{
    position: relative;
    overflow: hidden;
}
.header-type-lottie .bg-svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.header-type-lottie{
    position: relative;
    background: #D4F3EF;
    background-repeat: no-repeat;
    background-position: center;  
}
.header-type-lottie .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bg-hd-background-primary{
    background: #fff;
}

.content-flex .section-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 5;
}
.content-flex span{
    display: block;
    color: #475467;
text-align: center;
font-size: 24px;
font-weight: 600;
line-height: 30px;
}
.content-flex span.inline{
    display: inline-block;
}
.content-flex span.highlight{
    color: #2563EB;
    font-weight: 800;
}
@-webkit-keyframes tilt-n-move-shaking {
    0% { -webkit-transform: translate(0, 0) rotate(0deg); transform: translate(0, 0) rotate(0deg); }
    25% { -webkit-transform: translate(5px, 5px) rotate(5deg); transform: translate(5px, 5px) rotate(5deg); }
    50% { -webkit-transform: translate(0, 0) rotate(0eg); transform: translate(0, 0) rotate(0eg); }
    75% { -webkit-transform: translate(-5px, 5px) rotate(-5deg); transform: translate(-5px, 5px) rotate(-5deg); }
    100% { -webkit-transform: translate(0, 0) rotate(0deg); transform: translate(0, 0) rotate(0deg); }
  }
@keyframes tilt-n-move-shaking {
    0% { -webkit-transform: translate(0, 0) rotate(0deg); transform: translate(0, 0) rotate(0deg); }
    25% { -webkit-transform: translate(5px, 5px) rotate(5deg); transform: translate(5px, 5px) rotate(5deg); }
    50% { -webkit-transform: translate(0, 0) rotate(0eg); transform: translate(0, 0) rotate(0eg); }
    75% { -webkit-transform: translate(-5px, 5px) rotate(-5deg); transform: translate(-5px, 5px) rotate(-5deg); }
    100% { -webkit-transform: translate(0, 0) rotate(0deg); transform: translate(0, 0) rotate(0deg); }
  }

.animate-shaking{
    -webkit-animation: tilt-n-move-shaking 1s;
            animation: tilt-n-move-shaking 1s;
    -webkit-animation-delay: .45s;
            animation-delay: .45s;

}
.section-results{
    background: #14A09F;
    padding: 10px 12px;
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 40px !important;
    color: #fff !important;
    font-weight: 700 !important;
    line-height: 40px; 
}
.piggy-gif{
    width: 100px;
    height: 100px;
    margin-top: 10px;
    position: absolute;
    top: -55px;
    right: 30px;
    z-index: 100;
}
.piggy-gif::after{
    content: "";
    position: absolute;
    right: -82px;
    top: -16px;
    background: url("../../images/aph/text-vector.svg");
    width: 118.02px;
    height: 34.36px;
}
.wrapper-content-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.style-content-blocks .container{
    max-width: auto;
    margin: 0 auto;
    padding: 0px;
}
.single-listing-item{
        border-radius: 16px;
    outline: 1px solid var(--colours-Slate-200, #e2e8f0);

    min-height: 252px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(18%,1fr) 16px minmax(55%,1fr) 16px minmax(22%,1fr);
    grid-template-columns: minmax(20%,1fr) minmax(54%,1fr) minmax(22%,1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20h;
            column-gap: 20px;
    background: #fff;
    border-radius: 16px;
    padding-left: 14px;
    overflow: hidden;
    margin-bottom: 24px;
}
.item-heading {
    display: flex
;
    padding: 4px 0 8px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;

}
.miles-from-airport {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: var(--colours-Slate-800, #1E293B);
  font-size: 12px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}

.single-listing-item .sl-col-3 .price-wrapper .original-price span{
    text-decoration: line-through;
}
.single-listing-item .sl-col-1 .img-wrapper{
    position: relative;
    border-radius: 8px;
    max-width: 205px;
    height: 205px;
    overflow: hidden;
}
.single-listing-item .sl-col-1 .img-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.single-listing-item .sl-col-1,.single-listing-item .sl-col-2{
    padding: 16px 0px;
}
.single-listing-item .sl-col-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.single-listing-item .sl-col-3{
    background: #f1f5f9;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.single-listing-item .exclusive-badge{
    border-radius: 16px;
    background: #CF0000;
    display: inline-block;
    color: #fff;
    padding: 2px 8px;
    padding-right:24px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 10px;
}
.single-listing-item .exclusive-badge span{
    position: relative;
}
.single-listing-item .item-heading{
    color: #475467;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
}
.single-listing-item .exclusive-badge span::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M8 1.96776C7.3975 1.66835 6.7184 1.5 6 1.5C3.51472 1.5 1.5 3.51472 1.5 6C1.5 8.4853 3.51472 10.5 6 10.5C8.4853 10.5 10.5 8.4853 10.5 6C10.5 5.831 10.4907 5.66415 10.4726 5.5M10.5 2.5L6 7L4.5 5.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    right: -16px;
    top: 3px;
    display: block;
}
.single-listing-item .rating-text{
    color: #98A2B3;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; 
}
.single-listing-item .product-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.single-listing-item .sl-col-2 .card-bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 8px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.single-listing-item .super-flexible-badge{
    padding: 6px 10px;
    border-radius: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    background: #E0F2FE;
    display: inline-block;
    position: relative;
    color: #101828;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px; 
    width: -webkit-fit-content; 
    width: -moz-fit-content; 
    width: fit-content;
}
.single-listing-item .super-flexible-badge::before{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00335 14.6685C4.32144 14.6685 1.33667 11.6838 1.33667 8.00184C1.33667 4.31997 4.32144 1.33521 8.00335 1.33521C11.6852 1.33521 14.67 4.31997 14.67 8.00184C14.67 11.6838 11.6852 14.6685 8.00335 14.6685ZM8.00335 13.3352C10.9489 13.3352 13.3367 10.9474 13.3367 8.00184C13.3367 5.05635 10.9489 2.66854 8.00335 2.66854C5.05782 2.66854 2.67 5.05635 2.67 8.00184C2.67 10.9474 5.05782 13.3352 8.00335 13.3352ZM4.67 8.6685H10.67V10.0018H8.00335V12.0018L4.67 8.6685ZM8.00335 6.00187V4.00187L11.3367 7.33517H5.33667V6.00187H8.00335Z' fill='%231E293B'/%3E%3C/svg%3E");
    display: block;
    position: absolute;
    left: 5px;
    top: 4px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;

}
.single-listing-item .flexible-info-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23clip0_61_147)'%3E%3Cpath d='M12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12C9.31371 12 12 9.31371 12 6Z' fill='%2322376A'/%3E%3Cpath d='M6.00232 9.58005C5.75565 9.58005 5.56565 9.51005 5.43232 9.37005C5.30565 9.22338 5.24232 9.02005 5.24232 8.76005V5.34005C5.24232 5.07338 5.30565 4.87005 5.43232 4.73005C5.56565 4.58338 5.75565 4.51005 6.00232 4.51005C6.24232 4.51005 6.42565 4.58338 6.55232 4.73005C6.68565 4.87005 6.75232 5.07338 6.75232 5.34005V8.76005C6.75232 9.02005 6.68899 9.22338 6.56232 9.37005C6.43565 9.51005 6.24899 9.58005 6.00232 9.58005ZM6.00232 3.69005C5.72232 3.69005 5.50565 3.62672 5.35232 3.50005C5.20565 3.36672 5.13232 3.18005 5.13232 2.94005C5.13232 2.69338 5.20565 2.50672 5.35232 2.38005C5.50565 2.24672 5.72232 2.18005 6.00232 2.18005C6.28232 2.18005 6.49565 2.24672 6.64232 2.38005C6.78899 2.50672 6.86232 2.69338 6.86232 2.94005C6.86232 3.18005 6.78899 3.36672 6.64232 3.50005C6.49565 3.62672 6.28232 3.69005 6.00232 3.69005Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_61_147'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
}
.single-listing-item .semi-flexible-info-icon{

  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.00335 14.6685C4.32144 14.6685 1.33667 11.6838 1.33667 8.00184C1.33667 4.31997 4.32144 1.33521 8.00335 1.33521C11.6852 1.33521 14.67 4.31997 14.67 8.00184C14.67 11.6838 11.6852 14.6685 8.00335 14.6685ZM8.00335 13.3352C10.9489 13.3352 13.3367 10.9474 13.3367 8.00184C13.3367 5.05635 10.9489 2.66854 8.00335 2.66854C5.05782 2.66854 2.67 5.05635 2.67 8.00184C2.67 10.9474 5.05782 13.3352 8.00335 13.3352ZM4.67 8.6685H10.67V10.0018H8.00335V12.0018L4.67 8.6685ZM8.00335 6.00187V4.00187L11.3367 7.33517H5.33667V6.00187H8.00335Z' fill='%231E293B'/%3E%3C/svg%3E"); */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23clip0_61_147)'%3E%3Cpath d='M12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12C9.31371 12 12 9.31371 12 6Z' fill='%2322376A'/%3E%3Cpath d='M6.00232 9.58005C5.75565 9.58005 5.56565 9.51005 5.43232 9.37005C5.30565 9.22338 5.24232 9.02005 5.24232 8.76005V5.34005C5.24232 5.07338 5.30565 4.87005 5.43232 4.73005C5.56565 4.58338 5.75565 4.51005 6.00232 4.51005C6.24232 4.51005 6.42565 4.58338 6.55232 4.73005C6.68565 4.87005 6.75232 5.07338 6.75232 5.34005V8.76005C6.75232 9.02005 6.68899 9.22338 6.56232 9.37005C6.43565 9.51005 6.24899 9.58005 6.00232 9.58005ZM6.00232 3.69005C5.72232 3.69005 5.50565 3.62672 5.35232 3.50005C5.20565 3.36672 5.13232 3.18005 5.13232 2.94005C5.13232 2.69338 5.20565 2.50672 5.35232 2.38005C5.50565 2.24672 5.72232 2.18005 6.00232 2.18005C6.28232 2.18005 6.49565 2.24672 6.64232 2.38005C6.78899 2.50672 6.86232 2.69338 6.86232 2.94005C6.86232 3.18005 6.78899 3.36672 6.64232 3.50005C6.49565 3.62672 6.28232 3.69005 6.00232 3.69005Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_61_147'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
}
.single-listing-item .super-flexible-info-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23clip0_61_147)'%3E%3Cpath d='M12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12C9.31371 12 12 9.31371 12 6Z' fill='%2322376A'/%3E%3Cpath d='M6.00232 9.58005C5.75565 9.58005 5.56565 9.51005 5.43232 9.37005C5.30565 9.22338 5.24232 9.02005 5.24232 8.76005V5.34005C5.24232 5.07338 5.30565 4.87005 5.43232 4.73005C5.56565 4.58338 5.75565 4.51005 6.00232 4.51005C6.24232 4.51005 6.42565 4.58338 6.55232 4.73005C6.68565 4.87005 6.75232 5.07338 6.75232 5.34005V8.76005C6.75232 9.02005 6.68899 9.22338 6.56232 9.37005C6.43565 9.51005 6.24899 9.58005 6.00232 9.58005ZM6.00232 3.69005C5.72232 3.69005 5.50565 3.62672 5.35232 3.50005C5.20565 3.36672 5.13232 3.18005 5.13232 2.94005C5.13232 2.69338 5.20565 2.50672 5.35232 2.38005C5.50565 2.24672 5.72232 2.18005 6.00232 2.18005C6.28232 2.18005 6.49565 2.24672 6.64232 2.38005C6.78899 2.50672 6.86232 2.69338 6.86232 2.94005C6.86232 3.18005 6.78899 3.36672 6.64232 3.50005C6.49565 3.62672 6.28232 3.69005 6.00232 3.69005Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_61_147'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: 12px;
    top: 8px;
}

.single-listing-item .super-flexible-info-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23clip0_61_147)'%3E%3Cpath d='M12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12C9.31371 12 12 9.31371 12 6Z' fill='%2322376A'/%3E%3Cpath d='M6.00232 9.58005C5.75565 9.58005 5.56565 9.51005 5.43232 9.37005C5.30565 9.22338 5.24232 9.02005 5.24232 8.76005V5.34005C5.24232 5.07338 5.30565 4.87005 5.43232 4.73005C5.56565 4.58338 5.75565 4.51005 6.00232 4.51005C6.24232 4.51005 6.42565 4.58338 6.55232 4.73005C6.68565 4.87005 6.75232 5.07338 6.75232 5.34005V8.76005C6.75232 9.02005 6.68899 9.22338 6.56232 9.37005C6.43565 9.51005 6.24899 9.58005 6.00232 9.58005ZM6.00232 3.69005C5.72232 3.69005 5.50565 3.62672 5.35232 3.50005C5.20565 3.36672 5.13232 3.18005 5.13232 2.94005C5.13232 2.69338 5.20565 2.50672 5.35232 2.38005C5.50565 2.24672 5.72232 2.18005 6.00232 2.18005C6.28232 2.18005 6.49565 2.24672 6.64232 2.38005C6.78899 2.50672 6.86232 2.69338 6.86232 2.94005C6.86232 3.18005 6.78899 3.36672 6.64232 3.50005C6.49565 3.62672 6.28232 3.69005 6.00232 3.69005Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_61_147'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    right: 13px;
    top: 8px;
}
.single-listing-item .cancel-before-badge{



    border-radius: 60px;
    background: #DCFCE7;
    padding: 6px 10px;
    display: inline-block;
    color: #101828;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px; 
    position: relative;
    padding-left: 30px;
    padding-right: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.single-listing-item .cancel-before-badge::after{
    content: "";
      aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.66659 7.99992C2.66659 5.0544 5.0544 2.66659 7.99992 2.66659C10.9455 2.66659 13.3333 5.0544 13.3333 7.99992C13.3333 10.9455 10.9455 13.3333 7.99992 13.3333C5.0544 13.3333 2.66659 10.9455 2.66659 7.99992ZM7.99992 1.33325C4.31802 1.33325 1.33325 4.31802 1.33325 7.99992C1.33325 11.6818 4.31802 14.6666 7.99992 14.6666C11.6818 14.6666 14.6666 11.6818 14.6666 7.99992C14.6666 4.31802 11.6818 1.33325 7.99992 1.33325ZM11.638 6.30466L10.6952 5.36185L7.33325 8.72379L5.47133 6.86185L4.52851 7.80465L7.33325 10.6094L11.638 6.30466Z' fill='%231E293B'/%3E%3C/svg%3E");
    display: block;
    position: absolute;
    left: 6px;
    top: 4px;
    width: 20px;
    height: 20px;
}
.single-listing-item .sl-col-2 .row-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.transfer-badge{
    position: relative;
    color: #101828;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px; 
    padding-left: 24px;
}
.transfer-badge::after{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.22497 16.3667C6.10402 16.3667 6.81663 15.6541 6.81663 14.775C6.81663 13.896 6.10402 13.1833 5.22497 13.1833C4.34591 13.1833 3.6333 13.896 3.6333 14.775C3.6333 15.6541 4.34591 16.3667 5.22497 16.3667Z' stroke='%2322376A' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M14.7748 16.3667C15.6538 16.3667 16.3664 15.6541 16.3664 14.775C16.3664 13.896 15.6538 13.1833 14.7748 13.1833C13.8957 13.1833 13.1831 13.896 13.1831 14.775C13.1831 15.6541 13.8957 16.3667 14.7748 16.3667Z' stroke='%2322376A' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M3.63333 14.775H1.25V5.22497C1.25 4.80283 1.41769 4.39798 1.71619 4.09949C2.01468 3.80099 2.41953 3.6333 2.84167 3.6333H17.1583C17.5805 3.6333 17.9853 3.80099 18.2838 4.09949C18.5823 4.39798 18.75 4.80283 18.75 5.22497V14.775H16.3667' stroke='%2322376A' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M13.1836 14.775H6.81689' stroke='%2322376A' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M14.7749 4.43335V8.40835' stroke='%2322376A' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M18.75 10.8333H16.3667C16.158 10.8344 15.9513 10.7942 15.7582 10.7152C15.5651 10.6361 15.3896 10.5196 15.2417 10.3725C15.0938 10.2254 14.9764 10.0504 14.8963 9.85781C14.8162 9.66516 14.775 9.45859 14.775 9.24996V8.41663H1.25' stroke='%2322376A' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M11.5918 4.43335V8.40835' stroke='%2322376A' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M5.2251 4.43335V8.40835' stroke='%2322376A' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M8.4082 4.43335V8.40835' stroke='%2322376A' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
}
.single-listing-item .sl-col-2 .row-bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 8px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.single-listing-item .sl-col-2 .row-bottom .badge{
    color: #101828;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 16px; 
    padding-left: 24px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.frequency-badge::after{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 7.91669V10L11.25 11.25' stroke='%2322376A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 15C12.7614 15 15 12.7614 15 10C15 7.23858 12.7614 5 10 5C7.23858 5 5 7.23858 5 10C5 12.7614 7.23858 15 10 15Z' stroke='%2322376A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.0835 14.1667L7.31767 16.0401C7.42193 16.8741 8.13093 17.5 8.9715 17.5H11.0288C11.8694 17.5 12.5784 16.8741 12.6827 16.0401L12.9168 14.1667' stroke='%2322376A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.9168 5.83333L12.6827 3.95994C12.5784 3.12589 11.8694 2.5 11.0288 2.5H8.9715C8.13092 2.5 7.42192 3.12589 7.31767 3.95994L7.0835 5.83333' stroke='%2322376A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
}
.off-airport-badge::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_64_177)'%3E%3Cpath d='M16.3666 7.61667C16.3666 13.1833 9.99997 18.75 9.99997 18.75C9.99997 18.75 3.6333 13.1833 3.6333 7.61667C3.6333 5.92812 4.30407 4.30874 5.49805 3.11475C6.69204 1.92077 8.31142 1.25 9.99997 1.25C11.6885 1.25 13.3079 1.92077 14.5019 3.11475C15.6959 4.30874 16.3666 5.92812 16.3666 7.61667Z' stroke='%2322376A' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M10 10C11.3163 10 12.3834 8.93295 12.3834 7.61667C12.3834 6.30039 11.3163 5.23334 10 5.23334C8.68375 5.23334 7.6167 6.30039 7.6167 7.61667C7.6167 8.93295 8.68375 10 10 10Z' stroke='%2322376A' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_64_177'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
}
.park-award-badge::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.99984 18.75C7.75625 18.3029 5.737 17.0919 4.28594 15.3233C2.83487 13.5546 2.04171 11.3377 2.0415 9.05V2.84167L9.99984 1.25L17.9582 2.84167V9.05C17.958 11.3377 17.1648 13.5546 15.7137 15.3233C14.2627 17.0919 12.2434 18.3029 9.99984 18.75Z' stroke='%2322376A' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M6.0249 9.1083L9.00824 12.0916L13.9749 7.11664' stroke='%2322376A' stroke-width='2' stroke-miterlimit='10'/%3E%3C/svg%3E");
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
}
.walking-badge::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_67_483)'%3E%3Cpath d='M11.875 3.75C12.9102 3.75 13.75 2.91016 13.75 1.875C13.75 0.839844 12.9102 0 11.875 0C10.8398 0 10 0.839844 10 1.875C10 2.91016 10.8398 3.75 11.875 3.75ZM15.5664 9.57422L14.6563 9.11328L14.2773 7.96484C13.7031 6.22266 12.1016 5.00391 10.2852 5C8.87891 4.99609 8.10156 5.39453 6.64062 5.98437C5.79687 6.32422 5.10547 6.96875 4.69922 7.78906L4.4375 8.32031C4.13281 8.9375 4.37891 9.6875 4.99219 9.99609C5.60156 10.3047 6.34375 10.0547 6.65234 9.4375L6.91406 8.90625C7.05078 8.63281 7.27734 8.41797 7.55859 8.30469L8.60547 7.88281L8.01172 10.2539C7.80859 11.0664 8.02734 11.9297 8.59375 12.5508L10.9336 15.1055C11.2148 15.4141 11.4141 15.7852 11.5156 16.1875L12.2305 19.0508C12.3984 19.7188 13.0781 20.1289 13.7461 19.9609C14.4141 19.793 14.8242 19.1133 14.6563 18.4453L13.7891 14.9688C13.6875 14.5664 13.4883 14.1914 13.207 13.8867L11.4297 11.9453L12.1016 9.26172L12.3164 9.90625C12.5234 10.5352 12.9688 11.0547 13.5547 11.3516L14.4648 11.8125C15.0742 12.1211 15.8164 11.8711 16.125 11.2539C16.4258 10.6406 16.1797 9.88281 15.5664 9.57422ZM6.625 15.0703C6.5 15.3867 6.3125 15.6719 6.07031 15.9102L4.11719 17.8672C3.62891 18.3555 3.62891 19.1484 4.11719 19.6367C4.60547 20.125 5.39453 20.125 5.88281 19.6367L8.20312 17.3164C8.44141 17.0781 8.62891 16.793 8.75781 16.4766L9.28516 15.1562C7.125 12.8008 7.77344 13.5234 7.43359 13.0586L6.625 15.0703Z' fill='%2322376A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_67_483'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
}
.single-listing-item .sl-col-3 .booking-head{
    border-radius: 8px 8px 0px 0px;
    background: #DDD;
    color: #475467;
    padding: 8px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.single-listing-item .sl-col-3 .booking-head span{
    position: relative;
}
.booking-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23clip0_61_147)'%3E%3Cpath d='M12 6C12 2.68629 9.31371 0 6 0C2.68629 0 0 2.68629 0 6C0 9.31371 2.68629 12 6 12C9.31371 12 12 9.31371 12 6Z' fill='%2322376A'/%3E%3Cpath d='M6.00232 9.58005C5.75565 9.58005 5.56565 9.51005 5.43232 9.37005C5.30565 9.22338 5.24232 9.02005 5.24232 8.76005V5.34005C5.24232 5.07338 5.30565 4.87005 5.43232 4.73005C5.56565 4.58338 5.75565 4.51005 6.00232 4.51005C6.24232 4.51005 6.42565 4.58338 6.55232 4.73005C6.68565 4.87005 6.75232 5.07338 6.75232 5.34005V8.76005C6.75232 9.02005 6.68899 9.22338 6.56232 9.37005C6.43565 9.51005 6.24899 9.58005 6.00232 9.58005ZM6.00232 3.69005C5.72232 3.69005 5.50565 3.62672 5.35232 3.50005C5.20565 3.36672 5.13232 3.18005 5.13232 2.94005C5.13232 2.69338 5.20565 2.50672 5.35232 2.38005C5.50565 2.24672 5.72232 2.18005 6.00232 2.18005C6.28232 2.18005 6.49565 2.24672 6.64232 2.38005C6.78899 2.50672 6.86232 2.69338 6.86232 2.94005C6.86232 3.18005 6.78899 3.36672 6.64232 3.50005C6.49565 3.62672 6.28232 3.69005 6.00232 3.69005Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_61_147'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 4px;
}
.single-listing-item .sl-col-3 .content-wrapper{
    width: 100%;
}
.single-listing-item .sl-col-3 .booking-option{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 100%;
}
.single-listing-item .sl-col-3 .booking-form > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 5px 8px;
    border-right: 1px solid rgba(221, 221, 221, 0.50);
border-bottom: 1px solid rgba(221, 221, 221, 0.50);
border-left: 1px solid rgba(221, 221, 221, 0.50);
}
.single-listing-item .sl-col-3 .booking-form > div:last-child{
    border-radius: 0px 0px 8px 8px;
}
.single-listing-item .sl-col-3 .booking-form label{
    color: #475467;
font-size: 12px;
font-weight: 700;
line-height: 14px;
}
.single-listing-item .sl-col-3 .booking-form label span{
    color: #98A2B3;
}
.single-listing-item .sl-col-3 .price-wrapper .price-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.single-listing-item .sl-col-3 .price-wrapper .price-flex .discount{
    color: #CF0000;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
}
.single-listing-item .sl-col-3 .price-wrapper .price-flex .total-price{
    color: #101828;
font-size: 24px;
font-weight: 700;
line-height: 20px;
}
.single-listing-item .sl-col-3 .price-wrapper .price-flex .total-price sup{
    font-size: 16px;
}
.single-listing-item .sl-col-3 .price-wrapper .original-price{
    color: #475467;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-align: center;
    display: block;
    margin-top: 8px;
}
.single-listing-item .sl-col-3 .card-cta{
    
    margin-top: 16px;
    padding: 12px 20px;
    text-align: center;
    border-radius: 8px;
    background: #2563eb;
    color: #FFF;
        display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.single-listing-item .sl-col-3 .card-cta:hover {
    background: #247df9;
    color: #fff;
  }
  
.single-listing-item  .mobile-show{
    display: none;
}
.items-wrapper{
    position: relative;
    padding-bottom: 160px;
    z-index: 100;
}
.items-wrapper .bg-svg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.single-listing-item .sl-col-1 .card-top-m{
    display: none;
}
.items-wrapper .mobile-piggy{
    display: none;
}
.tippy-box{
    background: none;
}
.tooltiphd.card {
    width: 250px;
    z-index: 999;
    border: 1px solid #fafafa;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0.3px 0.6px 0.6px hsl(0deg 0% 0% / 0.19);
            box-shadow: 0.3px 0.6px 0.6px hsl(0deg 0% 0% / 0.19);
    padding: 0px;
}
.tooltiphd .card-header {
    background: #3e7d2c;
    color: white;
    padding: 6px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
.tooltiphd .card-body {
    padding: 10px;
    background: #ededed;
    font-size: 12px;
}
.tooltiphd .content{
    margin-bottom: 10px;
}
.tooltiphd .option-title {
    font-weight: 800;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0px;
    color: #101828;
}
.tooltiphd .option-description {
    margin-top: 0;
    margin-bottom: 0px;
    line-height: 1.4;
    color: #101828
}
.rateit-font{
    font-size: 16px;
}
/* map-button */
.filterbody{
    background: #FFF;
    box-shadow: 0px 4px 24px 0px #10182829;
    max-width: 995px;
    margin-bottom: 15px;
    display: block;
    border: none !important;
    border-radius: 0 !important; 
    border-radius: 16px !important; 

}
.filterbody .card-header{
    padding-top: 20px !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important; 
}



.map-container {
    position: relative;
    height: 400px;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 15px;
}

#map-preview {
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.map-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 8px 10px;
    font-size: 18px;
    background: #569CFB;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}



/* //fh */

/* === Feature Highlights Section === */
/* === Feature Highlights Section === */
.fh-section {
  align-self: stretch;
  padding: 60px 105px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.fh-title {
  color: #1E293B;
  font-size: 24px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  line-height: 32px;
}

/* === Cards Container === */
.fh-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}

/* === Single Card === */
.fh-card {
  flex: 1 1 calc(25% - 16px); /* 4 per row by default (Desktop) */
  background: #EFF6FF;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fh-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* === Card Header === */
.fh-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* === Title & Content === */
.fh-card-title {
  color: #1E293B;
  font-size: 20px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  line-height: 24px;
}

.fh-card-body p {
  color: #000;
  font-size: 14px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

/* === Icons === */
.fh-icon-airport-parking,
.fh-icon-live-space,
.fh-icon-premium-option,
.fh-icon-peace-mind {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.fh-icon-airport-parking {
  background-image: url('/images/aph/noun-airport-parking.svg');
}

.fh-icon-live-space {
  background-image: url('/images/aph/noun-car-park-1.svg');
}

.fh-icon-premium-option {
  background-image: url('/images/aph/noun-parking- 2.svg');
}

.fh-icon-peace-mind {
  background-image: url('/images/aph/noun-helpdesk-3.svg');
}

/* === Responsive Breakpoints === */

/* 📱 Mobile: 1 card per row */
@media (max-width: 576px) {
  .fh-section {
    padding: 50px 20px 30px 20px;
  }
  .fh-card {
    flex: 1 1 100%;
  }
}

/* 💻 Tablet: 2 cards per row */
@media (max-width: 991px) and (min-width: 577px) {
  .fh-section {
    padding: 16px 40px;
  }
  .fh-card {
    flex: 1 1 calc(50% - 16px);
  }
}


/* end fh */


/* section-3 */

/* === Section === */
.bba-section {
  padding: 24px 105px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

/* === Header === */
.bba-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.bba-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bba-title {
  color: #1E293B;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.bba-subtitle {
  color: #475569;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

/* === View all link === */
.bba-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1D4ED8;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: color 0.2s;
}

.bba-link:hover {
  color: #1E40AF;
}

.bba-link-icon {
  width: 6px;
  height: 10px;
}

/* === Cards container === */
.bba-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
}

/* === Single Card === */
.bba-card {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  height: 250px;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}

.bba-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 41, 59, 0) 0%, rgba(15, 23, 42, 0.9) 100%);
}

.bba-card-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.bba-card-content h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.bba-card-content p {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #CBD5E1;
  margin: 0;
}

/* === Responsive === */
@media (max-width: 991px) {
  .bba-section {
    padding: 16px 40px;
  }
  .bba-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .bba-section {
    padding: 16px 20px;
  }
  .bba-cards {
    grid-template-columns: 1fr;
  }
}
/* section-3 */


/* section-4 */
.browse-airport-section {
  padding: 24px 105px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.browse-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}
.browse-heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.browse-heading h2 {
  color: #1E293B;
  font-size: 24px;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 32px;
  margin: 0;
}

.browse-heading p {
  color: #475569;
  font-size: 16px;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 24px;
  margin: 0;
}

.view-deals {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #1D4ED8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
}

.browse-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.browse-card {
  position: relative;
  height: 150px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.browse-card-content {
  width: 100%;
  padding: 16px;
  background: linear-gradient(180deg, rgba(5, 46, 22, 0) 0%, #052E16 100%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.browse-card-content h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
  margin: 0;
}

.browse-offer {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.offer-pill {
  background: #22C55E;
  color: #052E16;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  padding: 4px 8px;
}

.price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.price .old {
  color: #22C55E;
  font-size: 14px;
  text-decoration: line-through;
}

.price .new {
  color: #BBF7D0;
  font-size: 16px;
  font-weight: 500;
}

.offer-text {
  color: #BBF7D0;
  font-size: 14px;
}

@media (max-width: 991px) {
  .browse-airport-section {
    padding: 40px 20px 20px 20px;
  }

  .browse-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .browse-cards {
    grid-template-columns: 1fr;
  }
}

/* section-4 */


/* section-5 */
/* Container */
/* section-5 */
.feature-highlights-section {
  width: 100%;
  padding: 16px 0;
  background-color: #1E3A8A; /* Blue-900 */
  overflow: hidden;
  margin-top: 40px;
}

/* Slider Wrapper */
.slider {
  overflow: hidden;
  width: 100%;
}

/* Items move continuously */
.feature-items {
  display: flex;
  gap: 40px;
  animation: scrollSlider 25s linear infinite;
  width: max-content; /* Prevent flex wrapping */
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 300px;
  flex-shrink: 0;
}

.feature-icon {
  width: 48px;
  height: 48px;
}

.feature-text {
  font-size: 28px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #93C5FD;
}

/* Animation for continuous scroll */
@keyframes scrollSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Pause on hover */
.feature-highlights-section:hover .feature-items {
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 1024px) {
  .feature-text {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
    .browse-header {
        display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    }
  .feature-text {
    font-size: 24px;
  }
  .feature-icon {
    width: 36px;
    height: 36px;
  }
}

/* section-5-end */

/* map-button */
@media screen and (min-width: 768px) and (max-width: 1140px){
  .tablet-frame- {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .single-listing-item .price-wrapper {
      display: flex!important;
      flex-direction: row;
      justify-content: space-between;
  }
  .single-listing-item .sl-col-3 .card-cta {
    max-width: auto!important;
  }

    .piggy-gif{
        right: auto;
        left: 60%;
    }
    .piggy-gif::after{
        left: 156px;
    }
}
@media (max-width: 1399.98px) {
      .container-tab {
      max-width: 92%!important;
    }
    
}

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

    .items-wrapper .mobile-piggy{
        display: block;
    }
    .items-wrapper .mobile-piggy .wrapper-content-center{
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .items-wrapper .mobile-piggy .piggy-gif2{
        width: 100px;
        height: 100px;
        position: relative;
        margin-left: -45px;
    }
    .items-wrapper .mobile-piggy .piggy-gif2::after{
        content: "";
        position: absolute;
        right: -72px;
        top: 30px;
        background: url(../../images/aph/text-vector.svg);
        width: 118.02px;
        height: 34.36px;
    }
    .single-listing-item .exclusive-badge{
        display: none;
    }
    .single-listing-item  .mobile-show{
        display: block;
    }
    .single-listing-item  .mobile-show .exclusive-badge{
        display: block;
        text-align: center;
        margin-bottom: 0px;
        margin-top: 8px;
    }
    .header-type-lottie .container{
        padding-top: 60px;
    }
    .wrapper-content-right{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .style-content-blocks .container{
        max-width: 93.38%;
    }
    .single-listing-item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 16px;
    }
    .single-listing-item .sl-col-1 .card-top-m{
        display: block;
    }
    .single-listing-item .sl-col-1 .img-wrapper{
        min-height: 89px;
        max-height: 89px;
        max-width: 89px;
        min-width: 89px;
        -webkit-box-flex: 1 0 0;
            -ms-flex-positive: 1 0 0;
                flex-grow: 1 0 0;
    }
    .single-listing-item .sl-col-2 .card-top{
        display: none;
    }
    .single-listing-item .sl-col-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 16px;
        padding-right: 16px;
    }
    .single-listing-item .item-heading{
        font-size: 18px;
        font-weight: 800;
        line-height: 22px;
    }
    .single-listing-item .sl-col-2{
        padding-left: 16px;
        padding-top: 0px;
    }
    .single-listing-item .sl-col-2 .row-top,.single-listing-item .sl-col-2 .row-bottom{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .single-listing-item .price-wrapper{
        display: -ms-grid;
        display: grid;
        gap: 16px;
        -ms-grid-columns: 1fr 16px 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .single-listing-item .sl-col-3 .price-wrapper .original-price{
        margin-top: 0px;
    }
    .single-listing-item .sl-col-3 .card-cta{
        margin-top: 0px;
    }
    .piggy-gif{
        display: none;
    }
    .single-listing-item .sl-col-3 .booking-option{
        gap: 14px;
    }
    .single-listing-item .sl-col-3 .price-wrapper .price-flex{
        /* -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; */

        -webkit-box-pack: center;
            -ms-flex-pack: center;
             justify-content: center;

    }
    .single-listing-item .sl-col-3 .price-wrapper .original-price{
        text-align: left;
        margin-top: 4px;
    }
    .single-listing-item .sl-col-3 .price-wrapper .price-flex.only-price .total-price{
        font-size: 32px;
    font-weight: 700;
    line-height: 26px;
    }
    .items-wrapper {
        position: relative;
        padding-bottom: 40px;
    }
    .content-flex .section-results{
        font-size: 32px!important;
    font-weight: 700;
    line-height: 40px;
    }
    .single-listing-item .sl-col-2 .row-bottom{
        row-gap: 4px;
    }
}