/*
Theme Name: BĐS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
/* Container chính của form */
.hanoi-oriental-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
    background: rgba(0, 60, 60, 0.8); /* Màu xanh đậm trong suốt */
    backdrop-filter: blur(10px); /* Hiệu ứng mờ nền */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

/* Tiêu đề */
.hanoi-oriental-form h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    text-transform: uppercase;
}

.hanoi-oriental-form h2 span {
    color: #fff;
}

/* Danh sách file giả lập */
.file-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    text-align: left;
    display: inline-block;
}

.file-list li {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    opacity: 0.9;
}

/* Icon download giả lập */
.file-list li::before {
    content: '⬇'; 
    position: absolute;
    left: 0;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 0 4px;
    border-radius: 2px;
}

/* Tùy chỉnh các ô Input */
.hanoi-oriental-form input[type="text"],
.hanoi-oriental-form input[type="tel"],
.hanoi-oriental-form input[type="email"] {
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 15px;
    border: none;
    border-radius: 30px; /* Bo tròn cực đại */
    font-size: 16px;
    color: #333;
    background: #fff;
}

/* Nút bấm */
.hanoi-oriental-form .submit-btn {
    width: 100%;
    padding: 15px;
    background: #b5a484; /* Màu vàng cát/đồng */
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    text-transform: uppercase;
    margin-top: 10px;
}

.hanoi-oriental-form .submit-btn:hover {
    background: #a39374;
}

/* Xử lý thông báo lỗi của CF7 */
.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.vi-tri-container {
    background-color: #215d5d; /* Màu xanh cổ vịt */
    color: #ffffff;
    padding: 50px 40px;
    font-family: 'Arial', sans-serif;
    max-width: 800px;
    margin: 0 auto;
}

.vi-tri-title {
    color: #c4a47c; /* Màu vàng đồng */
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.vi-tri-line {
    width: 100px;
    height: 3px;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.vi-tri-desc {
    text-align: justify; /* Căn chỉnh giãn đều */
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 40px;
    opacity: 0.9;
}

/* Chia lưới 2 cột cho danh sách địa điểm */
.vi-tri-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 40px;
}

.location-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Đường gạch chân mờ */
    padding-bottom: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.location-item span {
    color: #c4a47c; /* Màu icon vàng đồng */
    margin-right: 10px;
    font-size: 14px;
}

/* Responsive cho điện thoại */
@media (max-width: 600px) {
    .vi-tri-grid {
        grid-template-columns: 1fr;
    }
}
}