body{
    background:#06070d;
}

.container-xl{
    max-width:1400px;
}

.girls-section{
    padding:80px 0;
}

.section-title span{
    color:#d4af37;
    letter-spacing:3px;
    font-size:14px;
    font-weight:600;
}

.section-title h2{
    color:#fff;
    font-size:48px;
    font-weight:700;
    margin-top:10px;
}

.girl-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    height:500px;
    cursor:pointer;
}

.girl-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.girl-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:30px;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,.95)
    );
}

.girl-overlay h3{
    color:#fff;
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
}

.btn-book{
    display:inline-block;
    padding:12px 28px;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.btn-book:hover{
    color:#fff;
    transform:translateY(-3px);
}

.girl-card:hover img{
    transform:scale(1.08);
}

.girl-card::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.15);
    transition:.3s;
}

.girl-card:hover::after{
    background:rgba(0,0,0,.05);
}

@media(max-width:991px){

    .girl-card{
        height:450px;
    }

    .section-title h2{
        font-size:36px;
    }

}

@media(max-width:767px){

    .girl-card{
        height:400px;
    }

    .section-title h2{
        font-size:28px;
    }

}




.testimonial-item{
    padding:30px;
}

.testimonial-item img{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:20px;
}

.testimonial-item .stars{
    color:#FFD700;
    margin-bottom:15px;
}

.testimonial-item p{
    color:#ddd;
    line-height:1.8;
    font-size:16px;
}

.testimonial-item h4{
    color:#fff;
    margin-top:20px;
    font-size:22px;
    font-weight:700;
}






.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.gallery-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.5s;
}

.gallery-card:hover img{
    transform:scale(1.05);
}

.overlay{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:20px;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,.85)
    );
}

.overlay h4{
    color:#fff;
    margin:0;
    font-size:18px;
}









.service-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.service-card:hover{
    transform:translateY(-8px);
}

.service-card img{
    width:100%;
    height:280px;
    object-fit:cover;
}

.service-card h4{
    font-size:22px;
    font-weight:600;
}

.service-card p{
    color:#666;
    margin-bottom:0;
}


/* ====================== GOOGLE MAP SECTION ====================== */
.maps-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-bottom: 35px;
}

.map-wrapper{
    height:300px;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
    border:4px solid #fff;
}

.map-wrapper iframe{
    width:100%;
    height:100%;
    display:block;
}

/* ====================== RESPONSIVE MOBILE ====================== */
@media (max-width: 768px) {
    /* .section-map {
        padding: 50px 0;
    } */

    .map-wrapper {
        height: 350px; /* Chiều cao vừa vặn trên điện thoại để khách dễ nhìn */
        border-radius: 12px;
    }
}


/* Tổng quan Section */
.section-video{
    padding:60px 0;
    background:#f9f9f9;
}

.grid-video{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.item-video{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.item-video:hover{
    transform:translateY(-5px);
}

.video-wrapper{
    position:relative;
}

.video-wrapper video{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
}

.video-info{
    padding:15px;
}

.video-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
}

.video-date{
    color:#777;
    font-size:14px;
}

@media(max-width:992px){

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

}

@media(max-width:768px){

    .grid-video{
        grid-template-columns:1fr;
    }

    .video-wrapper video{
        height:220px;
    }

}

a{
    text-decoration:none !important;
}
/* Tiêu đề vùng */
.title-home {
    text-align: center;
    margin-bottom: 40px;
}

.title-home h2 {
    font-size: 2rem;
    color: #222;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

/* Đường gạch chân trang trí tiêu đề */
.title-home h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #0d6efd; /* Màu xanh chủ đạo, có thể đổi màu tùy ý */
    border-radius: 2px;
}

.title-home p {
    color: #666;
    font-size: 1rem;
}

/* Bố cục lưới Grid 3 cột */
.grid-video {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Thẻ bọc ngoài từng Item Video */
.item-video {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hiệu ứng nhấc nhẹ lên khi di chuột vào */
.item-video:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Khung cố định tỉ lệ chuẩn 16:9 cho Video */
.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 80%; /* Tỉ lệ 16:9 vàng của video */
    background-color: #000;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Đảm bảo video không bị méo bóp */
    border: none;
}

/* Khu vực thông tin dưới Video */
.video-info {
    padding: 20px;
}

.video-title {
    font-size: 1.15rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
    /* Giới hạn text tối đa 2 dòng, nếu dài quá tự sinh dấu ... */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
}

.video-date {
    font-size: 0.85rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: 5px;
}
