
:root{--gpf-blue:#084e7a;--gpf-orange:#ff6f00;--gpf-ink:#1d2933;--gpf-muted:#697580;--gpf-line:#e1e7eb;--gpf-bg:#f6f8fa}

/* Project archive pages */
.cteja-gpf-wrap{max-width:1280px;margin:0 auto;padding:0 24px}
.cteja-gpf-hero{position:relative;min-height:310px;background:linear-gradient(135deg,#0a4e79,#063652);display:flex;align-items:center;color:#fff}
.cteja-gpf-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,42,69,.88),rgba(5,60,94,.52))}
.cteja-gpf-hero .cteja-gpf-wrap{position:relative;z-index:1}
.cteja-gpf-hero span,.cteja-gpf-heading>span{font-size:11px;text-transform:uppercase;letter-spacing:1.8px;font-weight:700;color:#ff8a2a}
.cteja-gpf-hero h1{margin:10px 0 6px;font-size:46px;line-height:1.1;font-weight:600}
.cteja-gpf-hero p{font-size:15px;color:#e7eff4}
.cteja-gpf-project-section{padding:68px 0 28px;background:#fff}
.cteja-gpf-heading{text-align:center;max-width:760px;margin:0 auto 28px}
.cteja-gpf-heading h2{font-size:34px;font-weight:600;color:var(--gpf-ink);margin:8px 0 8px}
.cteja-gpf-heading p{color:var(--gpf-muted);font-size:14px;margin:0}
.cteja-gpf-empty{padding:30px;border:1px dashed #ccd7df;text-align:center;color:#6a7680}

/* Refine popup globally */
#cteja-enquiry-modal .cteja-modal-dialog{
    width:min(500px,calc(100% - 30px))!important;
    padding:30px!important;
}
#cteja-enquiry-modal .cteja-modal-close{
    width:34px!important;
    height:34px!important;
    right:14px!important;
    top:14px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid #dce4e9!important;
    background:#f4f7f9!important;
    color:#5f6c76!important;
    font-size:23px!important;
    line-height:1!important;
    border-radius:50%!important;
    padding:0!important;
}
#cteja-enquiry-modal .cteja-modal-close:hover{
    background:#ff6f00!important;
    color:#fff!important;
    border-color:#ff6f00!important;
}
#cteja-enquiry-modal .cteja-ajax-form{
    gap:10px!important;
}
#cteja-enquiry-modal .cteja-ajax-form input,
#cteja-enquiry-modal .cteja-ajax-form select,
#cteja-enquiry-modal .cteja-ajax-form textarea{
    width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    margin:0!important;
}
#cteja-enquiry-modal .cteja-ajax-form select{
    min-height:44px!important;
    padding:0 12px!important;
}
#cteja-enquiry-modal .cteja-ajax-form textarea{
    min-height:118px!important;
}
#cteja-enquiry-modal .cteja-ajax-form button{
    min-height:44px!important;
}

/* Remove default Astra 404/search block styling on repaired project pages if cached template flashes */
body.page-id-0 .ast-404-layout-1{display:none!important}

@media(max-width:600px){
    .cteja-gpf-wrap{padding:0 16px}
    .cteja-gpf-hero{min-height:250px}
    .cteja-gpf-hero h1{font-size:35px}
    .cteja-gpf-project-section{padding:48px 0 18px}
    .cteja-gpf-heading h2{font-size:28px}
    #cteja-enquiry-modal .cteja-modal-dialog{padding:24px 18px!important}
}
