.cus-language{
    flex-direction: row !important;
}
.cus-navbar .navbar-nav a{
    padding: 10px 15px !important;
}
.cus-navbar .cus-language a{
    padding: 10px 5px !important;
}
@media (max-width: 768px){
    .nav-mobile{
        padding: 5px 16px !important;
    }
}
/* back to top  */
.cus-to-top {
    width: 60px;        
    height: 60px;        
    border-radius: 50%; 
    display: flex;       
    align-items: center;
    justify-content: center;
    bottom: 5px !important;
}
.cus-to-top i {
    font-size: 24px;     
}
.btn-booking {
    background: linear-gradient(45deg, #ff6600, #ff9900);
    border: none;
    border-radius: 30px;
    padding: 8px 24px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}
.btn-booking:hover {
    opacity: 0.85;
    transform: scale(1.05);
}

/* start menu */
.item-menu .content-item-menu{
    padding: 10px;
    box-shadow: 0px 0px 5px 0px #e6e6e6;
    border-radius: 5px;
}
.item-menu img{
    width: 100%; height: 300px; object-fit: cover;
    border-radius: 5px;
}
@media (max-width: 768px){
    .item-menu img{
        height: 250px;
    }
}
@media (max-width: 575px){
    .item-menu img{
        height: 200px;
    }
}
@media (max-width: 414px){
    .item-menu img{
        height: 150px;
    }
}
/* fancybox */
.fancybox__caption{
    padding-top: 20px;
}
.fancybox__caption {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.fancybox__caption strong {
    font-size: 30px;
    display: block;
    font-weight: bold;
}

.fancybox__caption span {
    font-size: 25px;
    display: block;
  color: #ba8e29; /* xanh bootstrap */
  margin-top: 4px;
}

/* end menu  */
/* booking  */
.booking {
    position: relative;
    background: url('https://kimseafood.com/wp-content/uploads/2025/09/2-2.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    z-index: 1;
}

.booking::before {
    content: "";
    position: absolute;
    inset: 0; /* top, right, bottom, left = 0 */
    background: rgba(0, 0, 0, 0.5); /* tối 50% */
    z-index: -1;
}


/* item blog  */
.blog-item .btn-read-more{
    opacity: 0;
    transition: 0.2s;
    transform: translateY(10px);
}
.blog-item:hover .btn-read-more{
    opacity: 1;
    transition: 0.2s;
    transform: translateY(0px);
}


/* common  */
.bg-main{
    background-color: #061d2b;
}

.bg-img-main {
    position: relative;
    background: url(https://fishme.com.au/cdn/shop/collections/lobsterandcrabs_1350x675.jpg?v=1628470382);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.bg-img-main::before {
    content: "";
    position: absolute;
    inset: 0; /* top, right, bottom, left = 0 */
    background: rgba(0, 0, 0, 0.5); /* tối 50% */
    z-index: -1;
}
/* footer  */
.shiny-title {
    position: relative;
    display: inline-block;
    color: #fff;
    z-index: 1;
}

.shiny-title::before {
    content: "";
    position: absolute;
    inset: -15px; /* tỏa sáng ra ngoài 5px */
    background: radial-gradient(circle, #042e38, #061d2b);
    z-index: -11;
    border-radius: 8px;
    filter: blur(8px); /* làm glow mềm mại */
}

/* feture-box */
.feature-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.feature-box .feature-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.feature-box .feature-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.feature-box .feature-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* footer */
.menu-footer li{
    list-style: none;
}
.menu-footer li a{
    color: white !important;
    display: inline-block;
    padding: 5px 0px;
}
.menu-footer li a:hover{
    color: #ba8e29 !important;
}

/* info-contact-page */
.info-contact-page{
    font-size: 17px;
    color: #061d2b;
    font-weight: 500;
}
#contact iframe{
    height: 300px !important;
}

/* SINGLE POST PAGE */
.single-post__title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.single-post__body img {
  max-width: 100%;
  border-radius: 8px;
  margin: 20px 0;
}

.single-post__body p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

/* Prev / Next buttons */
.single-post__navigation button {
  min-width: 160px;
  font-weight: 500;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.single-post__navigation button:hover {
  background-color: #ba8e29;
  color: #fff;
}

/* Sidebar Cards */
.single-post__sidebar .card {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.single-post__sidebar .card-header {
  font-weight: 600;
  font-size: 1.1rem;
}

.single-post__sidebar .list-group-item {
  border: none;
  border-bottom: 1px solid #f1f1f1;
  transition: background 0.2s ease;
}

.single-post__sidebar .list-group-item:last-child {
  border-bottom: none;
}

.single-post__sidebar .list-group-item a {
  text-decoration: none;
  color: #333;
  display: block;
}

.single-post__sidebar .list-group-item:hover {
  background: #f9f9f9;
}

.single-post__sidebar .list-group-item a:hover {
  color: #ba8e29;
}

/* Categories */
.single-post__sidebar .cat-item a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #f1f1f1;
  color: #061d2b;
  transition: 0.2s ease-in;
}

.single-post__sidebar .cat-item a:hover {
  background-color: #f7f7f7;
}

/* Responsive */
@media (max-width: 991px) {
  .single-post__sidebar {
    margin-top: 40px;
  }
}

.blog-item h4,
.blog-item p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.flipbook-main-wrapper{
    background: url('https://kimseafood.com/wp-content/uploads/2025/09/z6997127030224d4b82c093d806637ed79d9c9a138de33.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
@media screen and (max-width: 575px){
    .form-booking-cf7 input{
        padding: 10px !important;
    }
}
.display-4{
    font-size: 38px !important;
}
.cus-language{
    positision: relative;
}
.list-language{
    positision: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 5px;
}
.list-language .lang-item img{
    width: 30px !important;
    height: 22px !important;
}