/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

/* Hide admin wiget */
/* Partner/Owner trong widget Checkout */

#st-content-wrapper .owner-info {
    display: none !important;
}

.st-fixed-form-booking .map-view-wrapper{
    display:none !important;
}

/* Ẩn phần content wrapper trong header */
/* Ẩn hoàn toàn vùng wrapper của header trên toàn trang hotel */
#st-content-wrapper .st-bg-feature {
    display: none !important;
}

/* Khung bao ngoài bản đồ */
.hotel-map-wrapper {
    margin: 25px 0;
}

.hotel-map-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #ddd;
    line-height: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Tùy chỉnh Iframe Google Maps */
.hotel-map-container iframe {
    width: 100% !important;
    height: 250px !important; /* Bạn có thể chỉnh chiều cao tại đây */
    border: 0;
}

/* Thanh hiển thị địa chỉ bên dưới */
.hotel-map-footer {
    background: #f9f9f9;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 12px 12px;
    font-size: 14px;
    color: #333;
}

/* Nút chỉ đường */
.btn-google-maps {
    display: block;
    background: #1a73e8;
    color: #ffffff !important;
    text-align: center;
    padding: 12px;
    margin-top: 12px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: bold;
    transition: background 0.2s ease;
}

.btn-google-maps:hover {
    background: #1557b0;
}

/* Sticky Sdile bar */

@media (min-width: 992px) {
    /* Đảm bảo hàng (row) có cấu trúc flex đồng nhất */
    .st-single-service-content .row {
        display: flex;
        flex-wrap: wrap;
    }

    /* Làm cho div widgets dính lại khi cuộn */
    .st-single-service-content .widgets {
        position: -webkit-sticky; /* Hỗ trợ Safari */
        position: sticky;
        top: 20px; /* Khoảng cách từ đỉnh màn hình khi dính */
        z-index: 99;
    }
}

/* Css cho chính sách */

.giang-hotel-policies-v3 {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.policy-card-v3 {
    background: #fff;
    border: 1px solid #eee;
    border-left: 5px solid #5191FA; /* Màu mặc định */
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    transition: transform 0.2s ease;
}

.policy-card-v3:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.policy-header-v3 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.policy-icon-v3 {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 15px;
    font-size: 20px;
}

/* Ép icon hiện lên */
.policy-icon-v3 i {
    font-family: "FontAwesome" !important;
}

.policy-label-v3 {
    font-size: 18px; /* Chữ tiêu đề to hơn */
    font-weight: 700;
    color: #1A2B48;
}

.policy-body-v3 {
    font-size: 16px; /* Nội dung to rõ, dễ đọc */
    line-height: 1.8;
    color: #444;
    padding-left: 60px; /* Căn lề thẳng với tiêu đề */
}

@media (max-width: 768px) {
    .policy-body-v3 {
        padding-left: 0;
        font-size: 15px;
    }
    .policy-card-v3 {
        padding: 15px;
    }
}

/* End chính sách */

/* Tên ks */
.giang-hotel-title-top {
    margin-bottom: 5px; /* Khoảng cách nhỏ với hàng sao bên dưới */
}

.hotel-title-main {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #1A2B48;
    margin: 0 !important;
    line-height: 1.2;
    text-transform: capitalize;
}

/* Tinh chỉnh hàng sao bên dưới cho khít lại */
.st-stars, .rate-it {
    margin-top: 5px !important;
    display: block;
}

@media (max-width: 768px) {
    .hotel-title-main {
        font-size: 22px !important;
    }
}

/* tên ks */

/* ẩn Facilyti */
