

.project-detail .container{
    margin:0 auto;
    padding:0 16px;
}

.project-hero{
    position:relative;
    min-height:520px;
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
}

.project-hero-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(4,18,38,.95) 0%,
        rgba(4,18,38,.82) 40%,
        rgba(4,18,38,.45) 70%,
        rgba(4,18,38,.15) 100%
    ),
    linear-gradient(
        180deg,
        rgba(0,0,0,.15) 0%,
        rgba(0,0,0,.35) 100%
    );
}

.project-hero-content{
    position:relative;
    z-index:2;
    max-width:760px;
    margin-left:calc((100% - 1200px)/2);
    padding:0 16px;
    color:#fff;
}

.project-label{
    color:#d6a542;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:14px;
}

.project-hero h1{
    font-size:64px;
    line-height:1.1;
    margin:0 0 20px;
    font-weight:800;
   color: #fff;
}

.project-location{
    font-size:20px;
    margin-bottom:32px;
}

.project-actions{
    display:flex;
    gap:14px;
}

.btn-primary,
.btn-outline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 26px;
    border-radius:10px;
    font-weight:700;
    text-decoration:none;
}

.btn-primary{
    background:#c89b3c;
    color:#fff;
}

.btn-outline{
    border:1px solid rgba(255,255,255,.7);
    color:#fff;
}

.project-info-section{
    margin-top:-70px;
    position:relative;
    z-index:5;
}

.project-info-card{
    background:#fff;
    border-radius:20px;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:hidden;
}

.info-item{
    padding:28px;
    border-right:1px solid #eef1f5;
}

.info-item:last-child{
    border-right:0;
}

.info-item span{
    display:block;
    font-size:14px;
    color:#777;
    margin-bottom:8px;
}

.info-item strong{
    display:block;
    font-size:18px;
    color:#0f2744;
}

.project-content-section{
    padding:80px 0;
}

.project-layout{
    display:grid;
    grid-template-columns:1fr 360px;
    gap:40px;
    align-items:start;
}

.project-main-content{
    background:#fff;
    font-size:17px;
    line-height:1.8;
}

.project-main-content h2{
    font-size:44px;
    color:#0f2744;
    margin:35px 0 18px;
}

.project-main-content h3{
    font-size:32px;
    color:#0f2744;
}

.project-main-content img{
    max-width:100%;
    border-radius:18px;
}

.project-sidebar{
    position:sticky;
    top:130px;
}

.contact-box{
    background:#0f2744;
    color:#fff;
    border-radius:22px;
    padding:30px;
    box-shadow:0 16px 40px rgba(15,39,68,.22);
}

.contact-box h3{
    color:#fff;
    font-size:26px;
    margin-top:0;
}

.contact-box p{
    color:rgba(255,255,255,.78);
}

.hotline-box{
    margin-top:24px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.18);
}

.hotline-box span{
    display:block;
    color:#d6a542;
    margin-bottom:5px;
}

.hotline-box strong{
    font-size:24px;
}

@media(max-width:991px){
    .project-hero{
        min-height:520px;
    }

    .project-hero-content{
        margin-left:0;
    }

    .project-hero h1{
        font-size:42px;
    }

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

    .project-layout{
        grid-template-columns:1fr;
    }

    .project-sidebar{
        position:static;
    }
}

@media(max-width:575px){
    .project-hero h1{
        font-size:34px;
    }

    .project-info-card{
        grid-template-columns:1fr;
    }

    .info-item{
        border-right:0;
        border-bottom:1px solid #eef1f5;
    }

    .project-actions{
        flex-direction:column;
    }
}

body.single-du-an .contact-box .tph-cf7-form input[type="text"],
body.single-du-an .contact-box .tph-cf7-form input[type="tel"],
body.single-du-an .contact-box .tph-cf7-form input[readonly]{
    width:100% !important;
    height:50px !important;
    background:#fff !important;
    color:#0f2744 !important;
    border:1px solid rgba(255,255,255,.16) !important;
    border-radius:12px !important;
    padding:0 16px !important;
    box-shadow:none !important;
    font-size:15px !important;
    font-weight:400 !important;
}

body.single-du-an .contact-box .tph-cf7-form input::placeholder{
    color:#8a96a8 !important;
}

body.single-du-an .contact-box .tph-cf7-form input:focus{
    border-color:#d6a542 !important;
    box-shadow:0 0 0 4px rgba(214,165,66,.18) !important;
}

body.single-du-an .contact-box .tph-cf7-form input[readonly]{
    background:#f6f1e6 !important;
    border-color:#d6a542 !important;
    font-weight:700 !important;
}

body.single-du-an .contact-box .tph-cf7-form input[type="submit"]{
    width:100% !important;
    height:50px !important;
    background:linear-gradient(135deg,#d9aa44,#bd872b) !important;
    color:#071d36 !important;
    border:0 !important;
    border-radius:12px !important;
    font-weight:800 !important;
    text-transform:uppercase !important;
    box-shadow:0 12px 24px rgba(214,165,66,.28) !important;
}

body.single-du-an .contact-box .tph-cf7-form p,
body.single-du-an .contact-box .tph-cf7-form br{
    display:none !important;
}

body.single-du-an .contact-box .wpcf7-form-control-wrap{
    display:block !important;
    margin-bottom:0px ;
}


.material-symbols-rounded{
    font-variation-settings:
    'FILL' 1,
    'wght' 500,
    'GRAD' 0,
    'opsz' 24;
}

.tph-project-archive{
    font-family:'Be Vietnam Pro', sans-serif;
    color:#0f2744;
}

.tph-project-archive .container{
    max-width:1200px;
    margin:0 auto;
    padding:0 16px;
}

.tph-archive-hero{
    padding:90px 0 70px;
    background:
        linear-gradient(90deg, rgba(15,39,68,.94), rgba(15,39,68,.72)),
        url('/wp-content/uploads/project-archive-bg.jpg') center/cover no-repeat;
    color:#fff;
}

.tph-archive-hero .label{
    color:#d6a542;
    text-transform:uppercase;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:12px;
}

.tph-archive-hero h1{
    max-width:760px;
    font-size:52px;
    line-height:1.15;
    font-weight:800;
    margin:0 0 18px;
    color:#fff;
}

.tph-archive-hero p{
    max-width:680px;
    font-size:17px;
    line-height:1.7;
    color:rgba(255,255,255,.78);
}

.tph-project-list-section{
    padding:70px 0 90px;
    background:#f6f8fb;
}

.tph-project-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.tph-project-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 14px 34px rgba(15,39,68,.08);
    transition:.3s ease;
}

.tph-project-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 46px rgba(15,39,68,.14);
}

.tph-project-thumb{
    position:relative;
    display:block;
    height:245px;
    overflow:hidden;
}

.tph-project-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.45s ease;
}

.tph-project-card:hover .tph-project-thumb img{
    transform:scale(1.08);
}

.tph-project-status{
    position:absolute;
    top:16px;
    left:16px;
    display:inline-flex;
    align-items:center;
    gap:5px;
    background:#d6a542;
    color:#071d36;
    padding:2px 13px;
    border-radius:999px;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
 	font-family: 'Alumni Sans', sans-serif;
}

.tph-project-status .material-symbols-rounded{
    font-size:16px;
}

.tph-project-body{
    padding:24px;
}

.tph-project-body h3{
    margin:0 0 16px;
    font-size: 32px;
    line-height:1.3;
    font-weight:600;
}

.tph-project-body h3 a{
    color:#0f2744;
    text-decoration:none;
}

.tph-project-body h3 a:hover{
    color:#d6a542;
}

.tph-project-info{
    display:flex;
    align-items:flex-start;
    gap:8px;
    color:#5d6b7b;
    margin-bottom:12px;
}

.tph-project-info .material-symbols-rounded{
    font-size:20px;
    color:#d6a542;
    flex-shrink:0;
    margin-top:1px;
}

.tph-project-info p{
    margin:0;
    font-size:15px;
    line-height:1.5;
}

.tph-project-info strong{
    color:#0f2744;
}

.tph-project-link{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin-top:6px;
    color:#0f2744;
    font-size: 20px;
    font-weight:600;
    text-transform:uppercase;
    text-decoration:none;
  	font-family: 'Alumni Sans', sans-serif;
    letter-spacing: 2px;
}

.tph-project-link .material-symbols-rounded{
    font-size:18px;
    transition:.25s;
}

.tph-project-link:hover{
    color:#d6a542;
}

.tph-project-link:hover .material-symbols-rounded{
    transform:translate(2px,-2px);
}

.tph-pagination{
    margin-top:50px;
    text-align:center;
}

.tph-pagination .nav-links{
    display:flex;
    justify-content:center;
    gap:8px;
    flex-wrap:wrap;
}

.tph-pagination .page-numbers{
    min-width:42px;
    height:42px;
    padding:0 14px;
    border-radius:10px;
    background:#fff;
    color:#0f2744;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:700;
    box-shadow:0 6px 18px rgba(15,39,68,.08);
}

.tph-pagination .page-numbers.current,
.tph-pagination .page-numbers:hover{
    background:#d6a542;
    color:#071d36;
}

.tph-empty{
    background:#fff;
    padding:50px;
    border-radius:20px;
    text-align:center;
}

@media(max-width:991px){
    .tph-project-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .tph-archive-hero h1{
        font-size:42px;
    }
}

@media(max-width:575px){
    .tph-project-grid{
        grid-template-columns:1fr;
    }

    .tph-archive-hero{
        padding:70px 0 55px;
    }

    .tph-archive-hero h1{
        font-size:34px;
    }

    .tph-project-thumb{
        height:220px;
    }
}