/* ============================================
   PROJECT DETAIL  -  scoped .pjd-
   ============================================ */
.pjd-project-header{
    text-align:center;
    margin-bottom:30px;
}

.pjd-project-title{
    font-size:42px;
    font-weight:800;
    color:#01295E;
    line-height:1.2;
    margin:0 0 15px;
    word-break:break-word;
}

.pjd-project-status{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#ECA90D;
    color:#fff;
    font-size:14px;
    font-weight:600;
}

@media(max-width:768px){
    .pjd-project-title{
        font-size:30px;
            font-weight:800;

    }
}

@media(max-width:576px){
    .pjd-project-title{
        font-size:24px;
            font-weight:800;

    }
}

/* ------------------------------------------------
   INFO BAR
   ------------------------------------------------ */
.pjd-info-bar {
    background: #01295E;
    padding: 0;
}

.pjd-info-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.pjd-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.pjd-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 28px;
    border-right: 1px solid rgba(255,255,255,.1);
    flex: 1;
    min-width: 150px;
}

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

.pjd-info-item i {
    color: #ECA90D;
    font-size: 20px;
    flex-shrink: 0;
}

.pjd-info-item > div { display: flex; flex-direction: column; }

.pjd-info-item span {
    font-size: 11px !important;
    color: rgba(255,255,255,.55) !important;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 2px;
}

.pjd-info-item strong {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.pjd-brochure-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ECA90D;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
    white-space: nowrap;
}

.pjd-brochure-btn:hover {
    background: #d49a0c;
    transform: translateY(-2px);
    color: #fff !important;
}

/* Status Pills */
.pjd-status {
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 2px 10px;
    border-radius: 50px;
}

.pjd-status--ongoing  { background: rgba(46,125,50,.15); color: #2e7d32 !important; }
.pjd-status--upcoming { background: rgba(1,41,94,.12); color: #01295E !important; }
.pjd-status--sold_out { background: rgba(198,40,40,.12); color: #c62828 !important; }

/* ------------------------------------------------
   SECTION
   ------------------------------------------------ */
.pjd-section {
    padding: 60px 0 80px;
    background: #f8faff;
}

.pjd-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ------------------------------------------------
   LAYOUT
   ------------------------------------------------ */
.pjd-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.pjd-main { flex: 1; min-width: 0; }

/* ------------------------------------------------
   BLOCK
   ------------------------------------------------ */
.pjd-block {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eef2f7;
    padding: 30px 28px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(1,41,94,.04);
}

.pjd-block-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #01295E !important;
    margin: 0 0 22px 0 !important;
    padding-bottom: 14px;
    border-bottom: 2px solid #eef2f7;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pjd-block-title i { color: #ECA90D; }

/* ------------------------------------------------
   OVERVIEW GRID
   ------------------------------------------------ */
.pjd-overview-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 14px;
}

.pjd-ov-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8faff;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    padding: 14px 16px;
}

.pjd-ov-item i { color: #ECA90D; font-size: 18px; flex-shrink: 0; }

.pjd-ov-item div { display: flex; flex-direction: column; }

.pjd-ov-item span {
    font-size: 11px !important;
    color: #888 !important;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.pjd-ov-item strong {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #01295E !important;
}

/* ------------------------------------------------
   CONTENT BODY
   ------------------------------------------------ */
.pjd-content-body {
    font-size: 15px !important;
    line-height: 1.85 !important;
    color: #4a5568 !important;
}

.pjd-content-body p { margin-bottom: 16px !important; }
.pjd-content-body h2,.pjd-content-body h3,.pjd-content-body h4 {
    color: #01295E !important; font-weight: 700 !important; margin: 24px 0 12px !important;
}
.pjd-content-body img { max-width: 100%; border-radius: 10px; margin: 14px 0; }
.pjd-content-body ul,.pjd-content-body ol { margin: 0 0 16px 22px !important; }
.pjd-content-body a { color: #ECA90D !important; text-decoration: underline; }

/* ------------------------------------------------
   HIGHLIGHTS GRID
   ------------------------------------------------ */
.pjd-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

.pjd-hl-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #f8faff;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    font-size: 13px !important;
    color: #01295E !important;
    font-weight: 500 !important;
    transition: all .3s ease;
}

.pjd-hl-item:hover {
    border-color: #ECA90D;
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(236,169,13,.1);
}

.pjd-hl-item i { color: #ECA90D; font-size: 15px; flex-shrink: 0; }

/* ------------------------------------------------
   GALLERY TABS
   ------------------------------------------------ */
.pjd-gtabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.pjd-gtab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 22px;
    background: #f8faff;
    border: 2px solid #e0e6ef;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    transition: all .3s ease;
}

.pjd-gtab:hover { border-color: #ECA90D; color: #01295E; }

.pjd-gtab.active {
    background: #ECA90D;
    border-color: #ECA90D;
    color: #fff;
}

/* Gallery Panel */
.pjd-gpanel { display: none; animation: pjdFade .35s ease forwards; }
.pjd-gpanel.active { display: block; }

@keyframes pjdFade {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.pjd-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
}

.pjd-gitem {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4/3;
    border: 1px solid #eef2f7;
    transition: all .3s ease;
}

.pjd-gitem:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(1,41,94,.1); }

.pjd-gitem img {
    width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease;
}

.pjd-gitem:hover img { transform: scale(1.06); }

.pjd-goverlay {
    position: absolute;
    inset: 0;
    background: rgba(1,41,94,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease;
}

.pjd-gitem:hover .pjd-goverlay { opacity: 1; }

.pjd-goverlay i { color: #fff; font-size: 24px; }

.pjd-play-btn {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 56px; height: 56px;
    background: rgba(236,169,13,.9);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 22px;
    border: 3px solid #fff;
    box-shadow: 0 0 25px rgba(236,169,13,.4);
    pointer-events: none;
    transition: all .3s ease;
}

.pjd-video-item:hover .pjd-play-btn { transform: translate(-50%,-50%) scale(1.1); background: #01295E; }

/* ------------------------------------------------
   FAQ
   ------------------------------------------------ */
.pjd-faq-list { display: flex; flex-direction: column; gap: 10px; }

.pjd-faq-item {
    border: 1px solid #eef2f7;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: border-color .3s ease, box-shadow .3s ease;
}

.pjd-faq-item.open {
    border-color: rgba(236,169,13,.35);
    box-shadow: 0 6px 20px rgba(1,41,94,.06);
}

.pjd-faq-q {
    width: 100%;
    text-align: left;
    background: #f8faff;
    border: none;
    padding: 15px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #01295E;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: background .3s ease;
    outline: none;
}

.pjd-faq-q:hover { background: rgba(236,169,13,.07); }
.pjd-faq-item.open .pjd-faq-q { background: rgba(236,169,13,.08); }

.pjd-faq-num {
    flex-shrink: 0;
    width: 30px; height: 30px;
    background: #ECA90D; color: #fff;
    border-radius: 8px;
    font-size: 12px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
}

.pjd-faq-item.open .pjd-faq-num { background: #01295E; }

.pjd-faq-q > span:not(.pjd-faq-num) { flex: 1; }

.pjd-faq-q > i {
    color: #ECA90D; font-size: 12px; flex-shrink: 0;
    transition: transform .3s ease;
}

.pjd-faq-item.open .pjd-faq-q > i { transform: rotate(180deg); }

.pjd-faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; background: #fff; }
.pjd-faq-a p { margin: 0 !important; padding: 14px 18px 16px 60px !important; font-size: 14px !important; color: #6c757d !important; line-height: 1.7 !important; }

/* ------------------------------------------------
   ENQUIRY FORM
   ------------------------------------------------ */
.pjd-form-wrap { background: #f8faff; border-radius: 12px; border: 1px solid #eef2f7; padding: 24px; }

.pjd-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.pjd-field { margin-bottom: 16px; }

.pjd-field label {
    display: block;
    font-size: 13px !important; font-weight: 600 !important; color: #01295E !important;
    margin-bottom: 6px !important;
}

.pjd-req { color: #e74c3c !important; }
.pjd-opt { color: #888 !important; font-weight: 400 !important; }

.pjd-input-wrap { position: relative; }
.pjd-input-wrap > i {
    position: absolute; left: 13px; top: 50%; transform: translateY(-50%);
    color: #b0b8c4; font-size: 14px; pointer-events: none; z-index: 2;
}

.pjd-form .pjd-input-wrap input[type="text"],
.pjd-form .pjd-input-wrap input[type="tel"] {
    display: block !important; width: 100% !important; height: 44px !important;
    padding: 0 14px 0 38px !important;
    border: 1px solid #e0e6ef !important; border-radius: 8px !important;
    font-size: 13px !important; color: #01295E !important; background: #fff !important;
    outline: none !important; box-shadow: none !important;
    transition: border-color .3s ease, box-shadow .3s ease !important;
}

.pjd-form .pjd-input-wrap input:focus {
    border-color: #ECA90D !important;
    box-shadow: 0 0 0 3px rgba(236,169,13,.1) !important;
}

.pjd-form .pjd-input-wrap input::placeholder { color: #b0b8c4 !important; }

.pjd-select-wrap { position: relative; }
.pjd-select-wrap > i {
    position: absolute; left: 13px; top: 50%; transform: translateY(-50%);
    color: #b0b8c4; font-size: 14px; pointer-events: none; z-index: 2;
}

.pjd-arrow {
    position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
    color: #b0b8c4; font-size: 11px; pointer-events: none; z-index: 2;
}

.pjd-form .pjd-select-wrap select,
.pjd-form .pjd-select-wrap select.nice-select {
    display: block !important; width: 100% !important; height: 44px !important;
    padding: 0 36px 0 38px !important;
    border: 1px solid #e0e6ef !important; border-radius: 8px !important;
    font-size: 13px !important; color: #01295E !important; background: #fff !important;
    outline: none !important; box-shadow: none !important; float: none !important;
    -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important;
    cursor: pointer !important; line-height: 44px !important;
    transition: border-color .3s ease, box-shadow .3s ease !important;
}

.pjd-form .pjd-select-wrap select:focus {
    border-color: #ECA90D !important; box-shadow: 0 0 0 3px rgba(236,169,13,.1) !important;
}

.pjd-textarea-wrap > i { top: 13px; transform: none; }

.pjd-form .pjd-input-wrap textarea {
    display: block !important; width: 100% !important;
    min-height: 90px !important;
    padding: 10px 14px 10px 38px !important;
    border: 1px solid #e0e6ef !important; border-radius: 8px !important;
    font-size: 13px !important; color: #01295E !important; background: #fff !important;
    outline: none !important; box-shadow: none !important; resize: vertical !important;
    line-height: 1.6 !important;
    transition: border-color .3s ease, box-shadow .3s ease !important;
}

.pjd-form .pjd-input-wrap textarea:focus {
    border-color: #ECA90D !important; box-shadow: 0 0 0 3px rgba(236,169,13,.1) !important;
}

.pjd-form .pjd-input-wrap textarea::placeholder { color: #b0b8c4 !important; }

.pjd-submit {
    display: flex !important; align-items: center !important; justify-content: center !important;
    gap: 10px !important; width: 100% !important;
    padding: 13px 28px !important; background: #25D366 !important; color: #fff !important;
    border: none !important; border-radius: 50px !important;
    font-weight: 700 !important; font-size: 15px !important; cursor: pointer !important;
    box-shadow: 0 6px 20px rgba(37,211,102,.3) !important;
    transition: all .3s ease !important;
}

.pjd-submit:hover {
    background: #1eba57 !important; transform: translateY(-2px) !important;
    box-shadow: 0 10px 28px rgba(37,211,102,.4) !important; color: #fff !important;
}

/* ------------------------------------------------
   SIDEBAR
   ------------------------------------------------ */
.pjd-sidebar { flex: 0 0 290px; min-width: 290px; }

.pjd-sidebar-inner { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 18px; }

.pjd-sb-card {
    background: #f8faff; border: 1px solid #eef2f7; border-radius: 16px; padding: 24px 20px;
}

.pjd-sb-dark { background: #01295E; border-color: #01295E; }

.pjd-sb-dark h4 {
    font-size: 17px !important; font-weight: 700 !important; color: #fff !important; margin: 0 0 8px 0 !important;
}

.pjd-sb-dark p { font-size: 13px !important; color: rgba(255,255,255,.65) !important; margin: 0 0 18px 0 !important; }

.pjd-sb-wa,.pjd-sb-call,.pjd-sb-brochure {
    display: flex; align-items: center; gap: 9px;
    padding: 10px 18px; border-radius: 50px;
    font-size: 13px; font-weight: 600; text-decoration: none;
    transition: all .3s ease; margin-bottom: 8px;
    justify-content: center;
}

.pjd-sb-wa { background: #ECA90D; color: #fff !important; }
.pjd-sb-wa:hover { background: #d49a0c; transform: translateY(-2px); color: #fff !important; }

.pjd-sb-call {
    background: rgba(255,255,255,.1); color: rgba(255,255,255,.85) !important;
    border: 1px solid rgba(255,255,255,.15);
}
.pjd-sb-call:hover { background: rgba(255,255,255,.18); color: #fff !important; }

.pjd-sb-brochure { background: #c62828; color: #fff !important; margin-bottom: 0; }
.pjd-sb-brochure:hover { background: #b71c1c; transform: translateY(-2px); color: #fff !important; }

/* sb card */
.pjd-sb-card-title {
    font-size: 15px !important; font-weight: 700 !important; color: #01295E !important;
    margin: 0 0 14px 0 !important; padding-bottom: 10px; border-bottom: 2px solid #eef2f7;
}

.pjd-sb-info { list-style: none !important; margin: 0 !important; padding: 0 !important; }

.pjd-sb-info li {
    display: flex; align-items: center; gap: 10px;
    padding: 9px 0; border-bottom: 1px solid #eef2f7;
    font-size: 13px !important; color: #4a5568 !important; font-weight: 500 !important;
    margin: 0 !important;
}

.pjd-sb-info li:last-child { border-bottom: none; }
.pjd-sb-info li i { color: #ECA90D; font-size: 14px; flex-shrink: 0; }

.pjd-sb-links { list-style: none !important; margin: 0 !important; padding: 0 !important; }

.pjd-sb-links li { margin: 0 !important; padding: 0 !important; }

.pjd-sb-links li a {
    display: flex; align-items: center; gap: 10px;
    padding: 9px 10px; border-radius: 8px;
    font-size: 13px !important; font-weight: 500 !important; color: #4a5568 !important;
    text-decoration: none; transition: all .3s ease;
}

.pjd-sb-links li a:hover { background: rgba(236,169,13,.1); color: #01295E !important; transform: translateX(4px); }
.pjd-sb-links li a i { color: #ECA90D; font-size: 11px; }

/* ------------------------------------------------
   SIMILAR PROJECTS
   ------------------------------------------------ */
.pjd-similar { margin-top: 40px; }

.pjd-similar-title {
    font-size: 22px !important; font-weight: 700 !important; color: #01295E !important;
    margin: 0 0 22px 0 !important; display: flex; align-items: center; gap: 10px;
}

.pjd-similar-title i { color: #ECA90D; }

.pjd-similar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }

.pjd-similar-card {
    background: #fff; border-radius: 14px; overflow: hidden;
    border: 1px solid #eef2f7;
    box-shadow: 0 4px 16px rgba(1,41,94,.05);
    text-decoration: none; display: flex; flex-direction: column;
    transition: all .35s ease;
}

.pjd-similar-card:hover {
    transform: translateY(-6px); box-shadow: 0 16px 40px rgba(1,41,94,.1);
    border-color: rgba(236,169,13,.2);
}

.pjd-similar-img { aspect-ratio: 16/10; overflow: hidden; }
.pjd-similar-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pjd-similar-card:hover .pjd-similar-img img { transform: scale(1.06); }

.pjd-similar-body { padding: 14px 16px; }

.pjd-similar-loc {
    font-size: 12px !important; color: #888 !important;
    display: inline-flex; align-items: center; gap: 5px; margin-bottom: 5px;
}

.pjd-similar-loc i { color: #ECA90D; }

.pjd-similar-body h5 {
    font-size: 15px !important; font-weight: 700 !important; color: #01295E !important;
    margin: 0 0 8px 0 !important; line-height: 1.3 !important;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

.pjd-similar-status {
    font-size: 11px !important; font-weight: 600 !important;
    padding: 2px 10px; border-radius: 50px;
}

/* ------------------------------------------------
   LIGHTBOX
   ------------------------------------------------ */
.pjd-lightbox {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,.93); z-index: 9999;
    align-items: center; justify-content: center; padding: 20px;
}

.pjd-lightbox.active { display: flex; }

.pjd-lb-content { position: relative; max-width: 92%; max-height: 90vh; }

.pjd-lightbox .pjd-lb-content img {
    max-width: 100%; max-height: 85vh; border-radius: 10px; display: block; margin: 0 auto;
}

.pjd-lb-close {
    position: absolute; top: -44px; right: 0;
    color: #fff; font-size: 36px; cursor: pointer; line-height: 1;
    transition: all .3s ease; z-index: 2;
}

.pjd-lb-close:hover { transform: rotate(90deg); color: #ECA90D; }

/* Video Modal */
.pjd-video-modal {
    display: none; position: fixed; inset: 0;
    background: rgba(0,0,0,.95); z-index: 99999;
    align-items: center; justify-content: center; padding: 15px;
}

.pjd-video-modal.active { display: flex; }

.pjd-vm-content { position: relative; width: 100%; max-width: 900px; }

.pjd-vm-ratio {
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
    border-radius: 12px; background: #000;
}

.pjd-vm-ratio iframe {
    position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}

/* ------------------------------------------------
   FLOATING BUTTONS
   ------------------------------------------------ */
.pjd-float-btns {
    position: fixed; bottom: 30px; right: 24px;
    display: flex; flex-direction: column; gap: 12px; z-index: 999;
}

.pjd-float-call,.pjd-float-wa {
    width: 52px; height: 52px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #fff !important; text-decoration: none;
    box-shadow: 0 6px 20px rgba(0,0,0,.2); transition: all .3s ease;
}

.pjd-float-call { background: #01295E; }
.pjd-float-wa   { background: #25D366; }
.pjd-float-call:hover,.pjd-float-wa:hover { transform: scale(1.1) translateY(-3px); color: #fff !important; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .pjd-sidebar { flex: 0 0 260px; min-width: 260px; }
}

@media (max-width: 992px) {
    .pjd-hero { height: 320px; }
    .pjd-hero-content h1 { font-size: 30px !important; }
    .pjd-info-grid { overflow-x: auto; flex-wrap: nowrap; }
    .pjd-info-item { min-width: 130px; padding: 14px 18px; }
    .pjd-layout { flex-direction: column; }
    .pjd-sidebar { flex: 0 0 100%; min-width: 0; width: 100%; }
    .pjd-sidebar-inner { position: static; flex-direction: row; flex-wrap: wrap; }
    .pjd-sb-card { flex: 1 1 260px; }
    .pjd-similar-grid { grid-template-columns: repeat(2,1fr); }
    .pjd-highlights-grid { grid-template-columns: repeat(2,1fr); }
    .pjd-gallery-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px){
    #enquiry .pjd-form-row{
        display:grid !important;
        grid-template-columns:repeat(2,1fr) !important;
        gap:15px !important;
    }

    #enquiry .pjd-field{
        width:100% !important;
    }
}
@media (max-width: 768px) {
    .pjd-hero { height: 260px; }
    .pjd-hero-content h1 { font-size: 24px !important; }
    .pjd-overview-grid { grid-template-columns: 1fr; }
    .pjd-block { padding: 22px 18px; }
    .pjd-similar-grid { grid-template-columns: 1fr 1fr; }
    .pjd-sidebar-inner { flex-direction: column; }
}

@media (max-width: 576px) {
    .pjd-hero { height: 220px; }
    .pjd-hero-content h1 { font-size: 20px !important; }
    .pjd-section { padding: 40px 0 55px; }
    .pjd-block { padding: 18px 14px; margin-bottom: 16px; }
    .pjd-highlights-grid { grid-template-columns: 1fr 1fr; }
    .pjd-gallery-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .pjd-similar-grid { grid-template-columns: 1fr; }
    .pjd-gtab { padding: 8px 16px; font-size: 13px; }
    .pjd-faq-q { font-size: 13px !important; padding: 12px 14px; }
    .pjd-faq-a p { padding: 12px 14px 14px 50px !important; font-size: 13px !important; }
    .pjd-float-call,.pjd-float-wa { width: 46px; height: 46px; font-size: 18px; }
}

@media (max-width: 400px) {
    .pjd-highlights-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .pjd-hl-item { font-size: 11px !important; padding: 9px 10px; }
    .pjd-sb-card { flex: 0 0 100%; }
}

.pjd-recent-item{
    display:flex;
    gap:10px;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid #eee;
}

.pjd-recent-item:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}

.pjd-recent-item img{
    width:80px;
    height:60px;
    object-fit:cover;
    border-radius:8px;
}

.pjd-recent-content h6{
    margin:0 0 5px;
    font-size:14px;
    line-height:1.4;
}

.pjd-recent-content h6 a{
    color:#01295E;
    text-decoration:none;
}

.pjd-recent-content span{
    font-size:12px;
    color:#666;
}

.pjd-recent-content i{
    color:#ECA90D;
    margin-right:4px;
}
.pjd-recent-item img{
    width: 90px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}.pjd-view-more{
    color:#ECA90D;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    transition:all .3s ease;
}
.pjd-faq-q,
.pjd-faq-a{
    cursor: pointer;
}

.pjd-faq-a{
    transition: all .3s ease;
}
.pjd-view-more:hover{
    color:#01295E;
    padding-left:5px;
}