/* 
Theme Name:      GeneratePress Child
Theme URI:       http://childtheme-generator.com/
Description:     GeneratePress Child is a child theme of GeneratePress, created by ChildTheme-Generator.com
Author:          BE Global
Author URI:      
Template:        generatepress
Version:         4
Text Domain:     generatepress-child
*/


/*
    Add your custom styles here
*/
.hotel-list-container {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  max-width: 900px;
  margin: auto;
}

.hotel-list-title {
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
}

.hotel-list-subtitle {
  color: #666;
  margin-bottom: 20px;
}

.hotel-list-table {
  width: 100%;
  border-collapse: collapse;
}

.hotel-list-thead {
  background: #4a4a55;
  color: #fff;
}

.hotel-list-thead th {
  padding: 12px 15px;
  text-align: left;
  font-weight: bold;
  border: solid 1px #fff;
}

.hotel-list-tbody tr:nth-child(even) {
  background: #f2f2f2;
}

.hotel-list-tbody td {
  padding: 12px 15px;
  vertical-align: middle;
}

.hotel-list-price {
  font-weight: bold;
  color: #333;
}

.hotel-list-btn {
  display: block;
  background: #092c7d;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}

.hotel-list-btn:hover {
  background: #2150bd;
  color: #fff;
}
.main-navigation .inside-navigation {
    justify-content: center !important;
}
a.readmore-toggle {
    cursor: pointer;
}
a.read-more{
    display:none !important;
}
a.excerpt-button{
    display:inline-block; padding:10px 20px; background:#0073aa; color:#fff; text-decoration:none; border-radius:4px;
    min-width:100%;
    text-align:center;
    text-transform:uppercase;
}
ul#menu-header-primary-menu > li > a {
    text-transform:uppercase!important; 
    text-align:center !important; 
    font-weight:600; 
    font-size:16px;
    line-height: 30px;
}
.single-post main#main.site-main {
    grid-template-columns: 1fr;
}
.hotel-slider .swiper-slide {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  cursor: grab;
}
.swiper-button-next,
.swiper-button-prev {
  width: 25px !important;
  height: 25px !important;
  background-color: white;
  border-radius: 50%;
  color: #007BFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10 !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 10px !important;
  font-weight: bold;
  color: #007BFF;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #f0f0f0;
  transform: scale(1.05);
}
.hotel-slider img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}
.post_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  overflow-x: hidden;
}
.single-hotel .customblocks {
    padding: 0px;
    margin: 0px;
    background:none; border-radius;
}
.main_features {
    padding: 20px;
    background: aliceblue;
}
.main_features ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.main_features ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding-bottom: 5px;
}
.main-facilities ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0px;
    padding: 0px;
}
.main-facilities.Policies ul{
    display: block;
}
.customblocks {
    margin: 20px 0px 20px 20px;
    background: #fff;
    padding: 30px;
}
.entry-meta{
    display:none;
}
.sidebar_form {
    background: #ffb210;
    padding: 10px;
    box-shadow: 0px 0px 1px 1px #0000001a;
    animation: pulse-animation 2.5s infinite;
}
.formheading {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255 178 16);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.booking-form {
  max-width: 400px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}
.booking-form label {
  font-size: 14px;
  margin-bottom: 2px;
  color: #000;
}
.input-date {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  margin-bottom: 5px;
  background: #f7f8f9;
  border: solid 1px #f0f0f0;
}
.input-number {
  width: 100%;
  padding: 8px !important;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.banner-form .input-number {
  margin-bottom: 5px;
}
.submit-button {
  width: 100%;
  padding: 10px;
  background-color: #2e86de;
  color: white;
  border: none;
  font-size: 1rem;
  cursor: pointer;
}
.submit-button:hover {
  background-color: #1b4f72;
}
.single-hotel .site-content {
    display: block;
}
.single-hotel .container.grid-container {
    max-width: 100% !important;
    padding: 0px;
}
.main-navigation .main-nav ul li a {
    padding: 0px;
}
.main-navigation .main-nav>ul {
    column-gap: 20px;
    justify-content: center;
}
.banner-content .rating i {
    color: #fff;
    text-shadow: 0 0 10px black;
}
.site-header:after {
    content: '';
    height: 90px;
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(http://hotelsnearhongkongairport.com/wp-content/uploads/2025/09/cornerflag.png);
    background-size: contain;
}
.post_wrap article {
    background: #fff;
}
.post_wrap article .customarticle {
    padding: 21px;
}
.post_wrap article .customarticle .entry-summary {
    margin-top: 10px !important;
}
.post_wrap article .customarticle .heading-article-index a {
    color: #000;
    text-decoration: none;
}
.post_wrap article .customarticle .entry-summary ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.post_wrap article .customarticle .entry-summary i {
    color: #2e86de;
    margin-right: 10px;
}
.post_wrap article .customarticle .entry-summary .excerpt-button:hover {
    color: #c0dfff;
}
.inside-site-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.inside-site-info .copyright-bar {
    order: unset;
    margin-top: 20px!important;
    margin: auto;
}
.footer-bar .widget_nav_menu {
    margin-top: 20px;
}
.footer-bar .widget_nav_menu>div>ul {
    justify-content: center;
}
@media (max-width: 768px) {
    .single-hotel .customblocks{
        padding: 0px 20px;
    }
    .main-facilities {
        padding: 0px 20px;
    }
    .main-facilities ul {
        grid-template-columns: 1fr 1fr;
    }
    .customblocks {
        margin: 20px 0px 20px 0px;
    }
    .post_wrap {
        grid-template-columns: 1fr;
    }
    .site-content {
        flex-direction: column-reverse;
    }
}
/* Media query for small devices */
@media only screen and (max-width: 768px) {
  .hotel-list-container {
    padding: 10px;
    max-width: 100%;
  }

  .hotel-list-table {
    width: 700px; /* Maintain full table width to allow scroll */
    border-collapse: collapse;
    overflow-x: auto;
    display: block; /* Allows table to scroll */
    white-space: nowrap;
    max-width: 100%;
  }

  .hotel-list-table th,
  .hotel-list-table td {
    padding: 10px;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
  }

  /* Optional: style scrollbar */
  .hotel-list-container::-webkit-scrollbar {
    height: 6px;
  }
  .hotel-list-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
  }

  /* Optional: make title and subtitle centered on small screens */
  .hotel-list-title {
    font-size: 20px;
    text-align: center;
  }

  .hotel-list-subtitle {
    font-size: 14px;
    text-align: center;
  }
}

/* Mobile View - Optional: For very small screens (e.g., phones) */
@media only screen and (max-width: 480px) {
  .hotel-list-title {
    font-size: 18px;
  }

  .hotel-list-subtitle {
    font-size: 12px;
  }

  .hotel-list-price {
    font-size: 14px;
  }

  .hotel-list-btn {
    padding: 12px 18px;
  }
}
