
#page{

}
.bg-pagein{}

.section-header {
    padding-bottom: 10px;
}

.section-header.swidth{
    width: 60%;
    margin: 0 auto;
}

.section-header h2 {
    color: #000;
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
}
.section-header p {
    color: #848484;
    font-size:16px;
}

.btn-themes{
    color: #000;
    text-align: center;
    font-size: 16px;
    background: #E1B876;
    padding: 10px 26px;
    box-shadow: none;
    text-transform: uppercase;
    border-radius: 36px;
}


/*--------------------------------------------------------------
#Header
--------------------------------------------------------------*/

#header{
    background-color: #1a2352;
    color: #ffffff;
}

/* --- Tùy chỉnh Navbar --- */
#header .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#header .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 16px;
    font-weight: 400;
    margin-left: 1rem;
    transition: color 0.3s ease;
}

#header .nav-link:hover, #header .nav-link.active {
    color: #ffffff !important;
    font-weight: 600;
}

#hero{
    background-color: #1a2352;
    color: #ffffff;
}
/* --- Tùy chỉnh Hero Section --- */
.hero-image-container {
    margin-bottom: 4rem;
}

.hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 8px; /* Bo góc ảnh giống thiết kế */
}

.hero-title {
    font-size: 60px;
    font-family: "Adamina", serif;
    line-height: 70px;
}

.hero-subtitle {
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2rem;
}

/* --- Tùy chỉnh Button --- */
#hero .btn-custom-outline {
    color:  #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    padding: 0.75rem 1.5rem;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

#hero .btn-custom-outline:hover {
    background-color:  #ffffff;
    color: #1a2352;
}

/* Xoay icon mũi tên lên góc phải */
#hero .btn-custom-outline .fa-arrow-right {
    transform: rotate(-45deg);
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

/* --- Responsive Media Queries --- */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .hero-subtitle {
        font-size: 1.1rem;
        text-align: left !important;
    }
    .content-right {
        text-align: left !important;
        align-items: flex-start !important;
        margin-top: 2rem;
    }
    .nav-link {
        margin-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-image {
        height: 300px;
    }
    .hero-title {
        font-size: 1.8rem;
        line-height: 38px;
    }
}


/*--------------------------------------------------------------
# Whuy us
--------------------------------------------------------------*/

#why-us{
    background-color: #f4f3ef;
    color: #333333;
}

/* --- Style cho Section --- */
.why-us-section {
    padding: 5rem 0;
    display: flex;
    align-items: center;
}

/* --- Style cho Tiêu đề góc trái --- */
#why-us .section-title {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 2rem;
    margin-top: 1.5rem; /* Căn chỉnh cho đều với nội dung thẻ */
}

/* --- Style cho các Thẻ (Cards) --- */
#why-us .feature-card {
    background-color: #e6e6e6;
    border-radius: 6px;
    padding: 3rem 1.5rem;
    height: 100%;
    min-height: 380px; /* Đảm bảo thẻ có độ cao cố định giống ảnh */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Đẩy tiêu đề lên trên, nội dung xuống dưới */
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#why-us .feature-card .card-title {
    font-family: "Adamina", serif;
    font-size: 32px;
    line-height: 42px;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

#why-us .feature-card .card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
    #why-us .feature-card {
        min-height: 350px;
        padding: 2rem;
    }
    #why-us .feature-card .card-title {
        font-size: 2rem;
    }
    #why-us .section-title {
        margin-top: 0;
    }
}

/*--------------------------------------------------------------
#CTA Section
--------------------------------------------------------------*/

#cta-section{
    background-color: #f5f4f2;
    display: flex;
    align-items: center;
}
/* Container của Banner */
.cta-section {
    width: 100%;
    padding: 3rem 0;
}

/* Thiết kế khối Banner */
#cta-section .cta-banner {
    background-color: #1a2352;
    border-radius: 6px;
    padding: 5rem 2rem;
    text-align: center;
}

#cta-section .cta-banner h2 {
    font-family: "Adamina", serif;
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 1.3;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

/* Nút gọi điện (Button) */
#cta-section .btn-call {
    background-color: #f5f4f2;
    color: #232b50;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.8rem 1.8rem;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.3s ease;
    border: 2px solid #f5f4f2;
}

/* Icon điện thoại */
#cta-section .btn-call i {
    font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 767.98px) {
    .cta-banner {
        padding: 3.5rem 1.5rem;
    }
    #cta-section .cta-banner h2 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    #cta-section .btn-call {
        font-size: 0.95rem;
        padding: 0.7rem 1.5rem;
    }
}

/*--------------------------------------------------------------
# Partner
--------------------------------------------------------------*/

/* --- Cột bên trái: Tiêu đề --- */
#partner.section-wrapper {
    padding: 6rem 0;
}

#partner .subtitle {
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

#partner .main-title {
    font-family: "Adamina", serif;
    color: #1A2352;
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 400;
}

/* --- Cột bên phải: Danh sách --- */
#partner .client-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#partner .client-list li {
    padding: 1.25rem 0;
    padding-left: 40px;
    border-bottom: 1px solid #d1d3d6;;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #1a1a1a;
    transition: all 0.3s ease;
    cursor: default;
}

/* Xóa gạch dưới ở phần tử cuối cùng */
#partner .client-list li:last-child {
    border-bottom: none;
}

/* Responsive */
@media (max-width: 991.98px) {
    #partner .section-wrapper {
        padding: 4rem 0;
    }
    #partner .main-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    #partner .client-list li {
        padding: 1rem 0;
    }
}

/*--------------------------------------------------------------
# Contact banner
--------------------------------------------------------------*/

#contact-banner{
    background-color: #f6f5f3; /* Nền xám nhạt bên ngoài */
    -webkit-font-smoothing: antialiased;
    display: flex;
    align-items: center;
}

/* Container của khối Banner */
.banner-section {
    width: 100%;
    padding: 4rem 0;
}

/* Thiết kế khung Banner Card */
#contact-banner .banner-card {
    background-color: #e9eaec; /* Nền xám của thẻ card */
    border-radius: 8px;
    padding: 4rem 4.5rem;
    position: relative;
    overflow: hidden;
    background-image: url("../images/bg-contact-banner.png");
    background-repeat: no-repeat;
    background-position: top right;
}

/* Tiêu đề Serif */
#contact-banner .banner-title {
    font-family: "Adamina", serif;
    color: #1A2352;
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

/* Đoạn văn mô tả */
#contact-banner .banner-text {
    color: #111111;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

/* Định dạng chung cho cả 2 Nút */
#contact-banner .btn-custom {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.8rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

/* Nút gọi điện (Màu tối) */
#contact-banner .btn-primary-dark {
    background-color: #1c2445;
    color: #ffffff;
    border: 1px solid #1c2445;
}

/* Nút điền Form (Viền mảnh) */
#contact-banner .btn-outline-dark {
    background-color: transparent;
    color: #1c2445;
    border: 1px solid #a3a6b4; /* Viền xám xanh nhạt */
}

/* Xoay icon mũi tên của nút Form lên 45 độ */
#contact-banner .arrow-icon {
    transform: rotate(-45deg);
}

/* Responsive cho Mobile/Tablet */
@media (max-width: 991.98px) {
    #contact-banner .banner-card {
        padding: 3rem 2rem;
    }
    #contact-banner .banner-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 575.98px) {
    #contact-banner .banner-card {
        padding: 2.5rem 1.5rem;
    }
    #contact-banner .banner-title {
        font-size: 1.8rem;
    }
    /* Chuyển các nút xếp dọc trên màn hình siêu nhỏ */
    #contact-banner .btn-group-custom {
        flex-direction: column;
        align-items: flex-start;
    }
    #contact-banner .btn-custom {
        width: 100%;
        justify-content: center;
    }
}

/*--------------------------------------------------------------
# Properties
--------------------------------------------------------------*/

#properties {
    background-color: #f5f4f2; /* Màu xám nhạt nền ngoài */
    color: #111111;
    padding-bottom: 50px;
}

#properties .properties-section {
    padding: 5rem 0;
}

/* Tiêu đề chung */
#properties .section-title {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}

/* Định dạng chung cho các ô trong lưới (Vuông) */
#properties .grid-item {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* --- Định dạng Thẻ Thống Kê (Stat Card) --- */
#properties .stat-card {
    background-color: #e9eaec; /* Màu xám tối hơn cho thẻ */
    padding: 2.5rem 1.5rem 1.5rem 2.5rem; /* Canh lề cho nội dung */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Đẩy số lên trên, chữ xuống dưới */
}

#properties .stat-number {
    font-family: "Adamina", serif;
    font-size: 3.5rem;
    color: #1c2445; /* Màu xanh đen cho số */
    line-height: 1;
}

#properties .stat-label {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    color: #333333;
    align-self: flex-end; /* Ép text sang phải */
    max-width: 85%;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

/* --- Định dạng Thẻ Hình Ảnh (Image Card) --- */
#properties .image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Responsive Tweaks --- */
@media (max-width: 1199.98px) {
    #properties .stat-number {
        font-size: 3.5rem;
    }
}

@media (max-width: 991.98px) {
    #properties .stat-number {
        font-size: 4rem;
    }
    #properties .mt-tablet-gap {
        margin-top: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    #properties .grid-item {
        aspect-ratio: auto;
        min-height: 250px;
        padding: 2rem;
    }
    #properties .stat-label {
        margin-top: 2rem;
    }
}

/*--------------------------------------------------------------
# Investment
--------------------------------------------------------------*/

#investment {
    margin: 0;
    display: flex;
    align-items: center;

}

/* Vùng nền xanh đậm */
.investment-section {
    background-color: #1f2545; /* Mã màu xanh đen tĩnh, không dùng biến */
    width: 100%;
    padding: 6rem 0;
    text-align: center;
}

/* Tiêu đề (Serif font) */
#investment .investment-title {
    font-family: "Adamina", serif;
    color: #ffffff; /* Mã màu trắng tĩnh */
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 2rem;
}

/* Nút bấm (Button) */
#investment .btn-investment {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #ffffff; /* Mã màu trắng tĩnh */
    background-color: transparent;
    border: 1px solid #ffffff; /* Mã màu trắng tĩnh */
    padding: 0.75rem 1.8rem;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

/* Chỉnh icon mũi tên xoay chéo 45 độ lên góc phải */
#investment .arrow-icon {
    transform: rotate(-45deg);
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

/* Responsive cho Mobile/Tablet */
@media (max-width: 767.98px) {
    #investment .investment-section {
        padding: 4rem 1.5rem;
    }
    #investment .investment-title {
        font-size: 2.2rem;
    }
    #investment .btn-investment {
        font-size: 0.8rem;
        padding: 0.7rem 1.5rem;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer{

}

/* --- Footer Section --- */
.site-footer {
    background-color: #212646; /* Mã màu xanh navy đậm */
    border-top: 1px solid #4a4d65;
    color: #ffffff;
    overflow: hidden;
}

/* Vùng chứa nội dung bên trong mỗi cột */
.footer-content-wrapper {
    padding: 5rem 6rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 480px;
}

/* Đường kẻ dọc phân cách ở giữa (chỉ hiển thị trên PC) */
.footer-col-right {
    border-left: 1px solid #4a4d65; /* Đường kẻ màu xám/xanh nhạt */
}

/* --- Cột Trái: Logo & Brand --- */
.mock-logo {
    font-size: 3.5rem;
    font-style: italic;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    letter-spacing: -2px;
}

.footer-brand {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
}

/* --- Cột Phải: Links & Contact --- */
.info-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 1rem;
}

.footer-links a, .contact-link {
    color: #aeb3c4; /* Mã màu xám sáng cho link */
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 400;
    transition: all 0.3s ease;
    display: inline-block;
}

.contact-block {
    margin-bottom: 2rem;
}

/* Bản quyền (Copyright) */
.copyright-text {
    color: #aeb3c4;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-top: 4rem;
    margin-bottom: 0;
}

.copyright-text p {
    margin-bottom: 0;
}

/* --- Responsive Tweaks --- */
@media (max-width: 1199.98px) {
    .footer-content-wrapper {
        padding: 4rem 3rem;
    }
    .footer-brand {
        font-size: 2.5rem;
    }
}

@media (max-width: 991.98px) {
    /* Trên Tablet/Mobile, chuyển đường kẻ sang ngang */
    .footer-col-right {
        border-left: none;
        border-top: 1px solid #4a4d65;
    }
    .footer-content-wrapper {
        padding: 3rem 2rem;
        min-height: auto;
    }
    .footer-brand {
        font-size: 2rem;
        margin-top: 4rem; /* Tạo khoảng cách với logo khi cột ngắn lại */
    }
    .copyright-text {
        margin-top: 3rem;
    }
}

