/*
Theme Name: Aspire Lifestyles - VIB
Theme URI: https://egd.vn
Author: thanhnv@egdgroup.com
Author URI: https://egd.vn
Description: Wordpress Theme for Aspire Lifestyles Project
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0
License: GNU General Public License v2 or laterg
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aspirelifestyles
*/
@charset "UTF-8";
@import "css/bootstrap.min.css";
@import "css/fontawesome/css/all.css";
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');



@font-face {
  font-family: 'Inter';
  src: local("Inter"),
    url(fonts/static/Inter_18pt-Regular.ttf) format("ttf"),
    url(fonts/static/Inter_18pt-Regular.ttf) format("ttf"),
    url(fonts/static/Inter_18pt-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Inter';
  src: local("Inter"), local("Inter"),
    url(fonts/static/Inter_18pt-Medium.ttf) format("ttf"),
    url(fonts/static/Inter_18pt-Medium.ttf) format("ttf"),
    url(fonts/static/Inter_18pt-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Inter';
  src: local("Inter"), local("Inter"),
    url(fonts/static/Inter_18pt-SemiBold.ttf) format("ttf"),
    url(fonts/static/Inter_18pt-SemiBold.ttf) format("ttf"),
    url(fonts/static/Inter_18pt-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Inter';
  src: local("Inter"), local("Inter"),
    url(fonts/static/Inter_18pt-Bold.ttf) format("ttf"),
    url(fonts/static/Inter_18pt-Bold.ttf) format("ttf"),
    url(fonts/static/Inter_18pt-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f5f6fa;
  font-family: 'Inter' !important;
}

.site {
  overflow-x: hidden;
}

.container {
  max-width: 1440px !important;
  padding: 0;
  margin: 0 auto;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: #ff6a00;
}

p{
    color: #6C727F;
    font-size: 15px;
}

.hidefield{
  display: none !important;  
}
.no-copy {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Standard syntax */
}


/* HEADER */
.header {
  background: white;
  padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header h2 {
  font-size: 22px;
}


/* TOP */

.airport-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
}

.airport-header .header-title {
  font-size: 19px;
  font-weight: 600;
  color: #121826;
  margin: 0;
}
.airport-header .icon-btn i{
  color: #121826;
}

.airport-header .icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.airport-header .icon-btn svg {
  transition: 0.2s;
}

.airport-header .icon-btn:hover svg {
  transform: scale(1.15);
}

/* END TOP */

/* CARD */
.points-card {
  /* display: flex; */
  justify-content: space-between;
  text-align: center;
  align-items: center;
  background: linear-gradient(135deg, #ff8a00, #ff5f00);
  padding: 30px;
  border-radius: 20px;
  color: white;
  margin: 0 20px;
  padding: 20px 20px;
}

.points-card h1 {
  font-size: 34px;
  font-weight: 700;
  color: #F9FAFB;
  line-height: 41px;
  letter-spacing: -1%;
}
.points-card .points-left p{
    color: #fff;
}

.points-right {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn-white {
  padding: 10px 60px;
  border-radius: 25px;
  border: 2px solid #E5E7EB;
  background: transparent;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

.btn-white:hover {
  color: #ff5f00;
  background: #fff;
  border: 2px solid #fff;
}

/* TABS */
.list-contents-services h4{
    font-size: 19px;
    font-weight: 600;
    padding: 20px 20px;
}
.list-contents-services .list-box{
    background: #fff;
}
.tabs {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 14px 0;
  background: none;
  border: none;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  color: #666;
  font-size: 16px;
}

.tab.active {
  color: #121826;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #ff6a00;
  border-radius: 3px;
}

.tab-content {
    display: none !important;
    animation: fade .25s ease;
}

.tab-content.active {
    display: block !important;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* SEARCH */

.search-box {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
}

.search-box input {
    width: 100%;
    padding: 12px 16px 12px 42px; /* chừa chỗ cho icon */
    border-radius: 10px;
    border: none;
    background: #F9FAFB;
    font-size: 14px;
    outline: none;
}

/* icon */
.search-icon {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #4D5562;
    pointer-events: none; /* click xuyên qua input */
}

.lounge-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #fff;
  text-decoration: none;
  color: #121826;
  border-bottom: 1px solid #cccccc40;
  /* margin-bottom: 15px; */
  transition: 0.3s;
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); */
}

.lounge-item:hover {
  transform: translateX(5px);
  background: #f9f9f9;
}

.lounge-thumb img {
  width: 120px;
  height: 85px;
  object-fit: cover;
  border-radius: 8px;
}

.lounge-info {
  flex: 1;
}

.lounge-info h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.lounge-info .location {
  font-size: 14px;
  color: #6C727F;
}

.arrow {
  font-size: 40px;
  color: #121826;
  font-weight: 300;
}

#phongcho,
#nhanh {
  background: #fff;
  /*border-radius: 10px;*/
  display: flex;
  flex-direction: column;
  /* gap: 15px; */
  max-height: calc((95px * 10));
  overflow-y: auto;
  overflow-x: hidden;
  transition: all .25s ease;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}

/* Scroll đẹp hơn */
#phongcho::-webkit-scrollbar, 
#nhanh::-webkit-scrollbar{
  width: 6px;
}

#phongcho::-webkit-scrollbar-thumb,
#nhanh::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
#phongcho.hide,
#nhanh.hide {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

/* PAGE SINGLE SERVICE */


/* TOP SECTION */
.detail-top {
  margin-bottom: 40px;
  background: #fff;
}

.detail-image img{
  width: 100%;
  height: auto;
}

.detail-info {
  padding: 25px;
}

.detail-info h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.rating {
  color: #ff6a00;
  margin-bottom: 15px;
}

.meta p {
  color: #6C727F;
  margin-bottom: 5px;
}
.meta p i{
  width: 20px;
  color: #000;
}
 
.exchange-points{
  background: #fff;
  padding: 20px;
}

.exchange {
  /* margin: 25px 0; */
  padding: 15px;
  /* background: #fff3e6; */
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}


.btn-book {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #ff8a00, #ff5f00);
  border: 1px solid;
  border-radius: 30px;
  color: white;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-book:hover {
  opacity: 0.9;
  /* border: 1px solid #ff8a00; */
  border: 1px solid transparent;
  background: transparent;
  background-image: linear-gradient(135deg, #ff8a00, #ff5f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-book:hover {
  position: relative;
}

.btn-book:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(135deg, #ff8a00, #ff5f00);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  
  pointer-events: none;
}

/* CONTENT BLOCKS */
.detail-content {

  border-radius: 15px;
}

.content-block {
  background: white;
  padding: 20px 20px;
  margin-bottom: 30px;
}

.content-block h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 5px;
}

.amenities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
}
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 40px;
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.amenity-item {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #6C727F;
}

.amenity-item .icon {
    width: 28px;
    color: #000000;
    font-size: 16px;
}


/* END SINGLE LOUNGE */


/* BOOKING FORM */


.booking-form h4{
    font-size: 17px;
    font-weight: bold;
}
/* ===== WRAPPER ===== */
/*.booking-ui {*/
/*    max-width: 480px;*/
/*    margin: 0 auto;*/
/*    background: #f4f4f4;*/
/*    border-radius: 20px;*/
/*    overflow: hidden;*/
/*    padding-bottom: 20px;*/
/*}*/

/* ===== SECTION TITLE ===== */
/*.booking-ui .gsection {*/
/*    background: #e9e9e9;*/
/*    padding: 12px 16px;*/
/*    font-weight: 600;*/
/*    font-size: 14px;*/
/*    color: #333;*/
/*}*/

/* ===== FIELD ROW ===== */
.booking-ui .gfield {
    background: #fff;
    padding: 5px 15px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.booking-ui #field_4_23,
.booking-ui #field_4_9,
.booking-ui #field_4_26,
.booking-ui #field_4_27,
.booking-ui #field_5_23,
.booking-ui #field_5_29{
  background: transparent !important;
  border: none;
}
.booking-ui #field_4_23 p,
.booking-ui #field_4_9 p,
.booking-ui #field_4_26 p,
.booking-ui #field_4_27 p,
.booking-ui #field_5_23 p,
.booking-ui #field_5_29 p{
  color: #4D5562;
}
/* Label bên trái */
.booking-ui .gfield::before {
    content: attr(data-label);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #333;
}

/* Input */
.booking-ui input,
.booking-ui textarea,
.booking-ui select {
    border: none !important;
    background: transparent;
    box-shadow: none !important;
    text-align: right;
    width: 100%;
    font-size: 14px;
    padding-right: 25px;
}

/* Placeholder màu cam */
.booking-ui input::placeholder,
.booking-ui textarea::placeholder {
    color: #ff6a00;
    font-weight: 500;
    /* padding-right: 5px; */
}

/* Mũi tên > */
.booking-ui .gfield::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 19px;
}

/* Button */
.booking-ui #gform_submit_button_4,
.booking-ui #gform_submit_button_5{
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px;
  margin: 0 10px;
  background: linear-gradient(135deg, #ff8a00, #ff5f00);
  border: 1px solid !important;
  border-radius: 30px;
  color: white;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.booking-ui #gform_submit_button_4:hover,
.booking-ui #gform_submit_button_5:hover{
  opacity: 0.9;
  /* border: 1px solid #ff8a00; */
  border: 1px solid transparent;
  background: transparent;
  background-image: linear-gradient(135deg, #ff8a00, #ff5f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Hover */
.booking-ui #gform_submit_button_4:hover,
.booking-ui #gform_submit_button_5:hover{
    position: relative;
    border: 1px solid #ff8a00 !important;
}

/* Full width button Gravity Forms */
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_footer button[type="submit"] {
    width: 100%;
    display: block;
}

.booking-lounge-info .lounge-list .lounge-thumb img {
    width: 200px !important;
    height: auto !important;
}
.booking-lounge-info .lounge-list .lounge-info h3{
  font-size: 19px;
  font-weight: 600;
}

.gform_wrapper .gform_required_legend {
    display: none !important;
}
.gform-theme--foundation .gform_fields{
  grid-column-gap: 0;
  grid-row-gap: 0 !important;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  inline-size: 100%;
}


/* FOCUS INPUT*/
.booking-ui .gfield {
  position: relative;
}

/* label giả */
.booking-ui .gfield::before {
  content: attr(data-label);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #333;
  transition: all .25s ease;
  pointer-events: none;
  background: #fff;
  padding: 0 4px;
}

.booking-ui .gfield:focus-within::before {
  top: -6px;
  font-size: 12px;
  color: #ff6a00;
  transform: none;
}

/* khi đã nhập */
.booking-ui .gfield.filled::before {
  top: -6px;
  font-size: 12px;
  transform: none;
}



/*  */
.booking-success-wrapper{
  position:fixed;
  inset:0;
  backdrop-filter:blur(6px);
  background:rgba(0,0,0,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.booking-success-card{
  position: relative;
  background:#fff;
  padding:40px;
  width:380px;
  border-radius:16px;
  text-align:center;
  animation:popupScale .4s ease;
}
.booking-success-card h2{
  font-size: 22px;
  font-weight: bold;
}
.popup-close{
  position:absolute;
  top:12px;
  right:14px;
  font-size:22px;
  text-decoration:none;
  color:#333;
  cursor:pointer;
}

.popup-close:hover{
  color:#ff7a00;
}

@keyframes popupScale{
  0%{
    transform:scale(.8);
    opacity:0;
  }
  100%{
    transform:scale(1);
    opacity:1;
  }
}

.success-icon{
  width:60px;
  height:60px;
  margin:auto;
}

.success-icon svg{
  width:100%;
  height:100%;
  stroke:#ff7a00;
  stroke-width:4;
  fill:none;
  stroke-dasharray:50;
  stroke-dashoffset:50;
  animation:tick .6s ease forwards;
}

@keyframes tick{
  to{
    stroke-dashoffset:0;
  }
}

.success-actions{
  display:flex;
  justify-content:center;
  gap:12px;
  margin-top:20px;
}

.btn-outline{
  border:1px solid #ddd;
  padding:10px 18px;
  border-radius:25px;
}

.btn-primary{
  background:linear-gradient(90deg,#ff9a2f,#ff6a00);
  color:#fff;
  padding:10px 18px;
  border-radius:25px;
}

.redirect-text{
  margin-top:15px;
  font-size:13px;
  color:#888;
}
.gform_validation_errors{
    display: none !important;
}
/*  */

/*Verify check-in form*/

.xdsoft_datetimepicker .xdsoft_calendar th{
    color: #666 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{
    background: #ff6a00 !important;
    box-shadow: #ff6a00 0 1px 3px 0 inset !important;
    color: #fff;
    font-weight: 700;
}

.booking-time-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  /*background: #f4792;*/
}
.booking-time-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}
.booking-time-modal__box {
  position: relative;
  top: 17%;
  width: 100%;
  max-width: calc(100vw - 30px);
  margin: 70px auto;
  padding: 28px 26px 26px;
  box-sizing: border-box;
}
.booking-time-modal__badge {
  position: absolute;
  top: -12px;
  left: 18px;
  background: #ff8a1f;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
}
.booking-time-modal__content {
  background: #f3f3f3;
  border-radius: 14px;
  text-align: center;
  padding: 32px 24px 28px;
}
.booking-time-modal__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ff8a1f, #ff6f1f);
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
  font-family: Arial, sans-serif;
}
.booking-time-modal__content h3 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  color: #1d2433;
}
.booking-time-modal__content p {
  margin: 0 0 15px;
  font-size: 17px;
  line-height: 1.5;
  color: #6b7280;
}
.booking-time-modal__btn {
  border: none;
  background: linear-gradient(90deg, #ff8a1f, #ff6f1f);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 999px;
  cursor: pointer;
}
.booking-date-disabled,
.booking-time-disabled {
  pointer-events: none !important;
  opacity: 0.35 !important;
  cursor: not-allowed !important;
}

#gform_5 .gform_ajax_spinner_5,
#gform_5 .gf_ajax_spinner,
#gform_wrapper_5 .gform_ajax_spinner_5,
#gform_wrapper_5 .gf_ajax_spinner,
#gform_wrapper_5 img.gform_ajax_spinner_5 {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}


/* END BOOKING FORM */


/* CHI TIẾT DỊCH VỤ */


/* CARD */
.lounge-card{
  margin:auto;
  background:#fff;
  /*border-radius:18px;*/
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* IMAGE */
.card-image img{
  width:100%;
  /*height:520px;*/
  object-fit:cover;
}

/* CONTENT */
.card-content{
  padding:20px;
}

.title{
  font-size:20px;
  margin-bottom:10px;
  font-weight: 600;
}

.rating{
  color:#ffb400;
  margin-bottom:10px;
}

.info p{
  color:#000000;
  font-size:14px;
  margin-bottom:6px;
}

/* QR BOX */
.qr-box{
  
  margin:20px 0;
}

.qr-title{
  font-size:14px;
  margin-bottom:10px;
}

.qr-inner{
  display:flex;
  gap:15px;
  align-items:center;
  background:#f6f7f8;
  padding:15px;
  border-radius:5px;
}

.qr-inner img{
  width:90px;
}

.qr-text span{
  font-size:13px;
  color:#777;
}

.qr-text strong{
  display:block;
  font-size:16px;
  margin:4px 0;
}

.qr-text small{
  color:#999;
}

/* META LIST */
.meta-list{
  margin-top:15px;
  border-top:1px solid #eee;
}

.meta-row{
  display:flex;
  justify-content:space-between;
  padding:14px 0;
  border-bottom:1px solid #eee;
}

.meta-row span{
  color:#000000;
  font-size:14px;
}

.meta-row strong{
  font-size:15px;
}

/* DROPDOWN */
.terms-dropdown{
  /*margin-top:10px;*/
}

.terms-toggle{
  width:100%;
  background:#fff;
  border:none;
  font-weight:600;
  text-align:left;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid #eee;
}

.terms-dropdown .terms-toggle .arrow{
  transition: all 0.3s ease;
}

/* hidden mặc định */
.terms-content{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.35s ease;
  color:#666;
  font-size:14px;
}

/* khi mở */
.terms-dropdown.active .terms-content{
  max-height:100%;
  padding:10px 0;
}

.terms-dropdown.active .arrow{
  transform:rotate(90deg);
}

/* END CHI TIẾT */


/* HISTORY */
.history-box h4{
    font-size: 19px;
    font-weight: 600;
    padding: 20px 20px;
}

.history-card-content{
  background: #fff;
  padding: 20px;
  /*border-radius: 10px;*/
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}
.history-card-content .meta-list {
  border-top:1px solid #eee;
}
.history-card-content .meta-his .meta-row{
    padding: 0 0 14px 0;
}
.history-card-content .box-airport .inner {
  display:flex;
  gap:15px;
  align-items:center;
}

.history-card-content .box-airport .inner img{
  width: 150px;
}
.history-card-content .box-airport .inner .des-air{
    font-size: 17px;
    font-weight: bold;
}

.history-card-content .box-airport .inner .des-air span{
  display:flex; 
  align-items:center; 
  gap:10px;
  font-size: 14px;
  font-weight: 400;
color: #4D5562;
  
}
.history-card-content .box-airport .inner .des-air h3{
    font-size: 16px;
    font-weight: bold;
}

/* END HISTORY */

/* QUẢN LÝ MÃ ĐẶT CHỖ  */

.manager-qr .list-contents-services .tabs .tab.active{
    color: #000;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}
.manager-qr .list-contents-services .tabs .tab.active::after{
  background: transparent;
}
.manager-qr .list-contents-services .tabs{
  border-bottom: none;
  margin-bottom: 30px;
  padding: 0 20px;
}

.manager-qr .list-contents-services #phongcho{
  background: transparent;
  box-shadow: none;
}
.manager-qr .list-contents-services #phongcho .lounge-list .meta-row{
  padding: 0 0 14px 0;
}

/* END QUẢN LÝ */








/* RESPONSIVE */
@media only screen and (max-width: 992px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .btn-white {
    padding: 10px 20px;
  }

  .detail-top {
    grid-template-columns: 1fr;
  }
  
}
@media only screen and (max-width: 767px) {
  .booking-lounge-info .lounge-list .lounge-thumb img{
    width: 150px !important;
    height: auto !important;
  }
  .booking-lounge-info .lounge-list .lounge-info h3{
    font-size: 16px;
  }
}


@media (max-width: 600px) {
  .points-card {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }
}
