/*
==================================================
SHAPOORJIPROJECT.COM — MASTER PROJECT TEMPLATE
Fresh buyer-first project design
==================================================
*/

:root{
    --sp-blue:#0753a6;
    --sp-blue-dark:#043b78;
    --sp-navy:#022a59;
    --sp-sky:#0797cf;
    --sp-cyan:#21b5df;
    --sp-soft:#eef7fb;
    --sp-soft-2:#f7fafc;
    --sp-white:#fff;
    --sp-heading:#0d2f4f;
    --sp-text:#40596c;
    --sp-muted:#6c8191;
    --sp-border:#d7e4ec;
    --sp-whatsapp:#25d366;
    --sp-shadow:0 18px 44px rgba(3,67,123,.14);
    --sp-font:"Segoe UI",Arial,Helvetica,sans-serif;
}

html{scroll-behavior:smooth}

body.sp-project-page{
    margin:0;
    font-family:var(--sp-font)!important;
    color:var(--sp-text);
    background:var(--sp-soft-2);
}

body.sp-project-page,
.sp-project-page input,
.sp-project-page select,
.sp-project-page textarea,
.sp-project-page button{
    font-family:var(--sp-font)!important;
}

.sp-project-page h1,
.sp-project-page h2,
.sp-project-page h3,
.sp-project-page h4{
    color:var(--sp-heading);
    line-height:1.2;
}

.sp-project-page p{line-height:1.7}
.sp-project-page a{text-decoration:none}
.sp-project-page img{max-width:100%}

/*==================================================
PROJECT NAVIGATION
==================================================*/

.sp-project-page .micro-nav{
    z-index:1050;
}

.sp-project-page .micro-navbar{
    min-height:72px;
    padding:5px 18px;
    background:rgba(255,255,255,.98)!important;
    border-bottom:1px solid rgba(7,83,166,.12);
    box-shadow:0 5px 22px rgba(2,42,89,.10);
    backdrop-filter:blur(12px);
}

.sp-project-page .navbar-brand .logo{
    max-height:58px;
    width:auto;
}

.sp-project-page .navbar-nav{
    width:100%;
}

.sp-project-page .micro-navbar .aclass{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    min-height:50px;
    padding:10px 13px;
    color:var(--sp-heading)!important;
    font-weight:700;
    border-bottom:3px solid transparent;
    transition:.25s ease;
}

.sp-project-page .micro-navbar .aclass:hover,
.sp-project-page .micro-navbar .aclass:focus,
.sp-project-page .micro-navbar .aclass.active{
    color:var(--sp-blue)!important;
    background:linear-gradient(180deg,transparent 68%,rgba(33,181,223,.15))!important;
    border-bottom-color:var(--sp-sky);
}

/*==================================================
DESKTOP HERO SHELL
==================================================*/

.sp-hero-shell{
    position:relative;
    min-height:590px;
    padding-top:72px;
    padding-right:298px;
    background:var(--sp-navy);
}

.sp-project-page .main-slider{
    position:relative;
    min-height:518px;
    overflow:hidden;
}

.sp-project-page .main-slider::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:
        linear-gradient(90deg,rgba(2,42,89,.58) 0%,rgba(2,42,89,.18) 42%,rgba(2,42,89,.05) 72%),
        linear-gradient(180deg,rgba(7,83,166,.04),rgba(2,42,89,.20));
}

.sp-project-page .main-slider .carousel-item,
.sp-project-page .main-slider .carousel-inner{
    min-height:518px;
}

.sp-project-page .main-slider-img{
    width:100%;
    height:518px!important;
    object-fit:cover;
    filter:saturate(1.08) contrast(1.04);
}

/*==================================================
PREMIUM GLASS HERO CARD
==================================================*/

.sp-project-page .sp-hero-card{
    position:absolute;
    z-index:4;
    top:112px;
    left:0;
    width:350px;
    max-width:calc(100% - 330px);
    overflow:hidden;
    padding:0 0 18px;
    border:1px solid rgba(255,255,255,.28);
    border-left:4px solid var(--sp-cyan);
    border-radius:0 18px 18px 0;
    background:linear-gradient(145deg,rgba(2,42,89,.88),rgba(7,83,166,.70))!important;
    box-shadow:0 22px 58px rgba(2,42,89,.34);
    color:#fff;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}

.sp-project-page .sp-hero-card::before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:115px;
    height:115px;
    border-radius:0 18px 0 100%;
    background:linear-gradient(135deg,rgba(33,181,223,.42),transparent 68%);
    pointer-events:none;
}

.sp-project-page .pro-status{
    display:block;
    padding:9px 16px;
    background:linear-gradient(90deg,var(--sp-sky),var(--sp-cyan))!important;
    color:#fff!important;
    font-size:14px;
    font-weight:850;
    letter-spacing:.07em;
}

.sp-hero-brand{
    display:block;
    margin:18px 18px 3px;
    color:#9ceaff;
    font-size:13px;
    font-weight:850;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.sp-project-page .pro-title{
    display:block;
    margin:0 18px 4px;
    color:#fff!important;
    font-size:31px;
    font-weight:850;
    text-shadow:0 3px 14px rgba(0,0,0,.26);
}

.sp-project-page .pro-add{
    display:block;
    margin:0 18px 16px;
    color:rgba(255,255,255,.94)!important;
    font-size:17px;
}

.sp-buyer-benefits{
    list-style:none;
    margin:0;
    padding:13px 18px;
    background:rgba(1,25,55,.24);
    border-top:1px solid rgba(255,255,255,.16);
    border-bottom:1px solid rgba(255,255,255,.16);
}

.sp-buyer-benefits li{
    display:flex;
    gap:9px;
    margin:7px 0;
    color:rgba(255,255,255,.96);
    font-size:14px;
    font-weight:650;
}

.sp-check{color:#76e9ff;font-weight:900}

.sp-hero-price{
    padding:14px 18px 8px;
}

.sp-project-page .pro-tag-line{
    display:block;
    color:#bcefff!important;
    font-size:12px;
    font-weight:800;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.sp-project-page .pro-price{
    display:block;
    margin-top:2px;
    color:#fff!important;
    font-size:29px;
    font-weight:850;
}

.sp-hero-price small{
    display:block;
    color:rgba(255,255,255,.70);
    font-size:10px;
}

.sp-project-page .sp-hero-card .micro-form-btn{
    position:relative;
    overflow:hidden;
    width:calc(100% - 36px);
    min-height:46px;
    margin:10px 18px 0;
    border:1px solid rgba(255,255,255,.36)!important;
    border-radius:8px;
    background:linear-gradient(90deg,var(--sp-blue),var(--sp-sky))!important;
    color:#fff!important;
    font-weight:850;
    box-shadow:0 10px 28px rgba(1,34,75,.32);
}

.sp-project-page .sp-hero-card .micro-form-btn::after{
    content:"";
    position:absolute;
    top:-60%;
    left:-32%;
    width:24%;
    height:220%;
    transform:rotate(20deg);
    background:rgba(255,255,255,.30);
    transition:left .45s ease;
}

.sp-project-page .sp-hero-card .micro-form-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 34px rgba(1,34,75,.42);
}

.sp-project-page .sp-hero-card .micro-form-btn:hover::after{left:115%}

/*==================================================
RIGHT-SIDE ASSISTANCE PANEL
==================================================*/

.sp-project-page .micro-side{
    position:absolute;
    z-index:6;
    top:72px;
    right:0;
    width:298px;
    height:518px;
    overflow-y:auto;
    padding-bottom:12px;
    background:
        radial-gradient(circle at top right,rgba(33,181,223,.20),transparent 35%),
        linear-gradient(180deg,#fff,#f3f9fc)!important;
    border-left:1px solid rgba(7,83,166,.14);
    box-shadow:-14px 0 38px rgba(2,42,89,.12);
}

.sp-side-contact{
    display:grid;
    grid-template-columns:1fr;
    gap:7px;
    padding:12px;
    background:linear-gradient(135deg,var(--sp-navy),var(--sp-blue));
}

.sp-side-visit,
.sp-side-whatsapp{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    border:1px solid rgba(255,255,255,.24);
    border-radius:7px;
    color:#fff!important;
    font-size:13px;
    font-weight:800;
}

.sp-side-visit{background:rgba(255,255,255,.10)}
.sp-side-whatsapp{background:var(--sp-whatsapp)}

.sp-side-visit:hover,
.sp-side-whatsapp:hover{
    transform:translateY(-1px);
    filter:brightness(1.04);
}

.sp-assistance-heading{
    display:block;
    margin:10px 12px 13px;
    padding:10px 12px;
    border-radius:10px;
    background:linear-gradient(90deg,var(--sp-blue),var(--sp-sky));
    color:#fff;
    box-shadow:0 8px 22px rgba(7,83,166,.22);
}

.sp-assistance-heading span{
    display:block;
    color:#bcefff;
    font-size:11px;
    font-weight:850;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.sp-assistance-heading strong{
    display:block;
    margin-top:3px;
    font-size:15px;
    line-height:1.25;
}

.sp-assistance-heading small{
    display:block;
    margin-top:4px;
    color:rgba(255,255,255,.76);
    font-size:10px;
}

.sp-project-page .side_frm{
    padding:0 12px;
}

.sp-project-page .side_frm .form-group{
    margin-bottom:9px;
}

.sp-project-page .side_frm .form-control{
    min-height:41px;
    border:1px solid var(--sp-border);
    border-radius:8px!important;
    background:rgba(255,255,255,.94);
    color:var(--sp-heading);
    box-shadow:none;
}

.sp-project-page .side_frm textarea.form-control{min-height:66px}

.sp-project-page .side_frm .form-control:focus{
    border-color:var(--sp-sky);
    box-shadow:0 0 0 4px rgba(7,151,207,.14);
}

.micro-form-submit{
    width:100%;
    min-height:45px;
    border:0!important;
    border-radius:8px;
    background:linear-gradient(90deg,var(--sp-blue),var(--sp-sky))!important;
    color:#fff!important;
    font-weight:850;
    box-shadow:0 10px 24px rgba(7,83,166,.24);
}

.micro-form-submit:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 30px rgba(7,83,166,.30);
}

.sp-privacy-note{
    display:block;
    padding:9px 6px 2px;
    color:var(--sp-muted);
    font-size:10px;
    line-height:1.4;
    text-align:center;
}

/*==================================================
PROJECT SIGNATURE STRIP
==================================================*/

.sp-project-signature{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:0;
    min-height:68px;
    padding:13px 18px;
    background:#fff;
    border-bottom:1px solid var(--sp-border);
    box-shadow:0 7px 22px rgba(2,42,89,.05);
    color:var(--sp-heading);
}

.sp-project-signature span{
    position:relative;
    padding:0 18px;
    font-weight:750;
}

.sp-project-signature span:not(:last-of-type)::after{
    content:"•";
    position:absolute;
    right:-4px;
    color:var(--sp-sky);
}

.sp-project-signature strong{
    padding-left:18px;
    color:var(--sp-blue);
}

/*==================================================
MAIN CONTENT CARDS
==================================================*/

.sp-main-content{
    width:calc(100% - 298px);
    padding:16px 14px 28px;
}

.sp-section-card{
    margin:0 0 16px;
    padding:48px 38px;
    border:1px solid rgba(7,83,166,.09);
    border-radius:15px;
    background:#fff;
    box-shadow:0 10px 30px rgba(2,42,89,.065);
}

.sp-section-card:nth-child(even){
    background:linear-gradient(180deg,#fff,#f4fafd);
}

.sp-project-page .head{
    display:block;
    margin-bottom:9px;
    color:var(--sp-sky)!important;
    font-size:13px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase!important;
}

.sp-project-page .section-heading-sub{
    margin:0 0 20px;
    color:var(--sp-heading)!important;
    font-size:clamp(26px,3.5vw,39px);
    font-weight:850;
}

.sp-project-page .section-heading-sub::after{
    content:"";
    display:block;
    width:72px;
    height:4px;
    margin-top:14px;
    border-radius:20px;
    background:linear-gradient(90deg,var(--sp-blue),var(--sp-cyan));
}

.sp-section-intro{
    max-width:850px;
    margin-bottom:26px;
}

.sp-copy-columns{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.sp-copy-columns p{margin:0}

.sp-overview-highlights{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    margin-top:28px;
}

.sp-overview-highlights article{
    padding:18px;
    border:1px solid var(--sp-border);
    border-radius:11px;
    background:var(--sp-soft);
    transition:.25s ease;
}

.sp-overview-highlights article:hover{
    transform:translateY(-4px);
    border-color:rgba(7,151,207,.45);
    box-shadow:0 13px 28px rgba(2,42,89,.10);
}

.sp-overview-highlights strong,
.sp-overview-highlights span{
    display:block;
}

.sp-overview-highlights strong{
    color:var(--sp-heading);
    font-size:16px;
}

.sp-overview-highlights span{
    margin-top:7px;
    font-size:13px;
    line-height:1.55;
}

/*==================================================
PRICE TABLE
==================================================*/

.sp-table-wrap{
    overflow-x:auto;
    border:1px solid var(--sp-border);
    border-radius:13px;
    background:#fff;
    box-shadow:0 10px 30px rgba(2,42,89,.08);
}

.sp-project-page .micro-price-table{
    min-width:740px;
    margin:0;
}

.sp-project-page .micro-price-table thead th{
    padding:15px 12px;
    background:linear-gradient(90deg,var(--sp-navy),var(--sp-blue));
    color:#fff;
    border:0;
    text-align:center;
}

.sp-project-page .micro-price-table tbody td{
    padding:14px 12px;
    vertical-align:middle;
    border-color:#e4edf2;
    text-align:center;
}

.sp-project-page .micro-price-table tbody tr:nth-child(even){background:#f6fafc}
.sp-project-page .micro-price-table tbody tr:hover{background:#eaf8fc}

.sp-plan-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:8px 14px;
    border-radius:7px;
    background:linear-gradient(90deg,var(--sp-blue),var(--sp-sky));
    color:#fff!important;
    font-size:13px;
    font-weight:800;
}

.sp-plan-link:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 18px rgba(7,83,166,.22);
}

.sp-table-note{
    margin:14px 0 0;
    color:var(--sp-muted);
    font-size:12px;
}

/*==================================================
WHATSAPP COST SHEET CTA
==================================================*/

.sp-costsheet-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    margin-top:26px;
    padding:24px 26px;
    border-radius:14px;
    background:linear-gradient(135deg,var(--sp-navy),var(--sp-blue));
    color:#fff;
    box-shadow:var(--sp-shadow);
}

.sp-costsheet-kicker{
    color:#9ceaff;
    font-size:12px;
    font-weight:850;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.sp-costsheet-cta h3{
    margin:4px 0 5px;
    color:#fff;
    font-size:25px;
}

.sp-costsheet-cta p{
    margin:0;
    color:rgba(255,255,255,.78);
}

.sp-whatsapp-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:210px;
    min-height:50px;
    padding:12px 20px;
    border-radius:9px;
    background:var(--sp-whatsapp);
    color:#fff!important;
    font-weight:850;
    box-shadow:0 11px 25px rgba(0,0,0,.20);
}

.sp-whatsapp-cta:hover{
    transform:translateY(-2px);
    filter:brightness(.98);
}

/*==================================================
LOCATION
==================================================*/

.sp-location-layout{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:34px;
}

.sp-location-layout h3{
    margin-top:0;
    font-size:23px;
}

.sp-location-points{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:13px;
}

.sp-location-points article{
    padding:18px;
    border:1px solid var(--sp-border);
    border-radius:11px;
    background:var(--sp-soft);
    transition:.25s ease;
}

.sp-location-points article:hover{
    transform:translateY(-4px);
    border-color:rgba(7,151,207,.46);
    box-shadow:0 12px 25px rgba(2,42,89,.09);
}

.sp-location-points strong,
.sp-location-points span{display:block}

.sp-location-points strong{color:var(--sp-heading)}
.sp-location-points span{margin-top:6px;font-size:13px;line-height:1.5}

/*==================================================
AMENITIES
==================================================*/

.sp-amenity-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:14px;
}

.sp-amenity-card{
    display:flex;
    min-height:150px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:17px 10px;
    border:1px solid var(--sp-border);
    border-radius:12px;
    background:#fff;
    text-align:center;
    transition:.28s ease;
}

.sp-amenity-card:hover{
    transform:translateY(-6px);
    border-color:rgba(7,151,207,.48);
    box-shadow:0 16px 32px rgba(2,42,89,.12);
}

.sp-amenity-card img{
    width:62px;
    height:62px;
    object-fit:contain;
}

.sp-amenity-card span{
    color:var(--sp-heading);
    font-size:13px;
    font-weight:750;
}

/*==================================================
GALLERY
==================================================*/

.sp-gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}

.sp-gallery-grid a{
    overflow:hidden;
    border-radius:12px;
    box-shadow:0 9px 24px rgba(2,42,89,.11);
}

.sp-gallery-grid img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:.38s ease;
}

.sp-gallery-grid a:hover img{
    transform:scale(1.055);
    filter:saturate(1.08);
}

/*==================================================
FAQ
==================================================*/

.sp-project-faq-section{
    display:grid;
    grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);
    gap:35px;
    align-items:start;
}

.sp-project-faq-intro p{margin-top:18px}

.sp-project-faq-list{
    display:grid;
    gap:11px;
}

.sp-project-faq-item{
    overflow:hidden;
    border:1px solid var(--sp-border);
    border-radius:11px;
    background:#fff;
    box-shadow:0 7px 20px rgba(2,42,89,.055);
}

.sp-project-faq-question{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:17px 19px;
    border:0;
    background:#fff;
    color:var(--sp-heading);
    font-weight:800;
    text-align:left;
    cursor:pointer;
}

.sp-project-faq-question:hover{
    color:var(--sp-blue);
    background:#f6fbfe;
}

.sp-project-faq-icon{
    color:var(--sp-sky);
    font-size:23px;
    font-weight:500;
}

.sp-project-faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .32s ease;
}

.sp-project-faq-answer p{
    margin:0;
    padding:0 19px 17px;
}

.sp-project-faq-item.is-open{
    border-color:rgba(7,151,207,.46);
    box-shadow:0 12px 28px rgba(7,83,166,.11);
}

.sp-project-faq-item.is-open .sp-project-faq-answer{max-height:300px}

/*==================================================
RELATED PROJECTS
==================================================*/

.sp-related-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.sp-related-card{
    display:grid;
    grid-template-columns:180px 1fr;
    overflow:hidden;
    border:1px solid var(--sp-border);
    border-radius:13px;
    background:#fff;
    color:var(--sp-text)!important;
    box-shadow:0 9px 26px rgba(2,42,89,.07);
    transition:.28s ease;
}

.sp-related-card:hover{
    transform:translateY(-5px);
    border-color:rgba(7,151,207,.44);
    box-shadow:0 17px 36px rgba(2,42,89,.13);
}

.sp-related-card img{
    width:100%;
    height:160px;
    object-fit:cover;
}

.sp-related-card div{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:20px;
}

.sp-related-card span{
    color:var(--sp-sky);
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
}

.sp-related-card strong{
    margin-top:5px;
    color:var(--sp-heading);
    font-size:21px;
}

.sp-related-card small{
    margin-top:12px;
    color:var(--sp-blue);
    font-weight:800;
}

/*==================================================
FINAL CTA
==================================================*/

.sp-final-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    margin-bottom:10px;
    padding:35px 38px;
    border-radius:15px;
    background:linear-gradient(135deg,var(--sp-sky),var(--sp-blue));
    color:#fff;
    box-shadow:var(--sp-shadow);
}

.sp-final-cta span{
    color:#c8f3ff;
    font-size:12px;
    font-weight:850;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.sp-final-cta h2{
    margin:5px 0 8px;
    color:#fff;
    font-size:32px;
}

.sp-final-cta p{
    margin:0;
    color:rgba(255,255,255,.84);
}

.sp-final-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.sp-call-btn,
.sp-final-whatsapp{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:12px 20px;
    border-radius:8px;
    font-weight:850;
}

.sp-call-btn{background:#fff;color:var(--sp-blue)!important}
.sp-final-whatsapp{background:var(--sp-whatsapp);color:#fff!important}

/*==================================================
MODAL
==================================================*/

.sp-project-page .modal-content{
    overflow:hidden;
    border:0;
    border-radius:16px;
    box-shadow:0 28px 85px rgba(2,42,89,.32);
}

.sp-project-page .modal-body{padding:0}

.sp-project-page .modal-body .close{
    position:absolute;
    z-index:5;
    top:8px;
    right:12px;
    color:#fff;
    opacity:.9;
}

.sp-modal-layout{
    display:grid;
    grid-template-columns:.82fr 1.18fr;
    min-height:510px;
}

.modal-highlight-bg{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:38px;
    background:
        radial-gradient(circle at top left,rgba(33,181,223,.30),transparent 35%),
        linear-gradient(160deg,var(--sp-navy),var(--sp-blue))!important;
    color:#fff;
}

.modal-highlight-title{
    color:#fff;
    font-size:27px;
    font-weight:850;
}

.modal-highlight{
    list-style:none;
    margin:25px 0 0;
    padding:0;
}

.modal-highlight li{
    margin:18px 0;
}

.modal-highlight strong,
.modal-highlight span{display:block}

.modal-highlight strong{color:#fff}
.modal-highlight span{margin-top:4px;color:rgba(255,255,255,.72);font-size:13px}

.sp-modal-form-wrap{
    padding:38px 32px 28px;
    text-align:center;
}

.sp-project-page .modal-logo{
    width:auto;
    max-height:65px;
    margin-bottom:10px;
}

.sp-project-page .modal-title{
    display:block;
    color:var(--sp-heading);
    font-size:21px;
    font-weight:850;
}

.sp-project-page .modal-title-secondary{
    display:block;
    margin:4px 0 17px;
    color:var(--sp-muted);
    font-size:13px;
}

.sp-project-page .form-modal{padding:0}

.modal-call-btn{
    display:block;
    margin-top:11px;
    padding:10px;
    border-radius:7px;
    background:var(--sp-soft);
    color:var(--sp-blue)!important;
    font-weight:800;
}

/*==================================================
MOBILE ACTION BAR + DISCLAIMER
==================================================*/

.sp-project-page .mob-action{
    position:fixed;
    z-index:1040;
    right:0;
    bottom:0;
    left:0;
    margin:0;
    background:rgba(2,42,89,.97)!important;
    color:#fff;
    backdrop-filter:blur(10px);
}

.sp-project-page .mob-action .nav-item{
    padding:13px 7px;
    cursor:pointer;
    font-size:13px;
    font-weight:800;
}

.sp-project-page .mob-action .nav-item:last-child{background:var(--sp-whatsapp)}

.sp-project-page footer.disclaimer{
    width:100%;
    padding:19px 28px 75px;
    background:var(--sp-navy)!important;
    color:rgba(255,255,255,.72)!important;
    font-size:11px;
    line-height:1.55;
    text-align:center;
}

.sp-project-page footer.disclaimer p{margin:0}
.sp-project-page footer.disclaimer a{color:#67d2ef!important}

/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:1199px){
    .sp-hero-shell{padding-right:280px}
    .sp-project-page .micro-side{width:280px}
    .sp-main-content{width:calc(100% - 280px)}
    .sp-project-page .sp-hero-card{width:330px;max-width:calc(100% - 300px)}
    .sp-amenity-grid{grid-template-columns:repeat(4,1fr)}
}

@media (max-width:991px){
    .sp-project-page .micro-navbar{min-height:68px}
    .sp-hero-shell{
        min-height:auto;
        padding:68px 0 0;
    }

    .sp-project-page .main-slider,
    .sp-project-page .main-slider .carousel-item,
    .sp-project-page .main-slider .carousel-inner{
        min-height:430px;
    }

    .sp-project-page .main-slider-img{height:430px!important}

    .sp-project-page .sp-hero-card{
        position:relative;
        top:auto;
        left:auto;
        width:auto;
        max-width:none;
        margin:-100px 18px 16px;
        border:1px solid rgba(255,255,255,.28);
        border-bottom:4px solid var(--sp-cyan);
        border-left:1px solid rgba(255,255,255,.28);
        border-radius:16px;
    }

    .sp-project-page .micro-side{display:none}
    .sp-main-content{width:100%;padding:12px 10px 24px}

    .sp-project-signature{
        padding:15px 12px;
        font-size:13px;
    }

    .sp-project-signature span,
    .sp-project-signature strong{padding:5px 11px}

    .sp-copy-columns,
    .sp-location-layout,
    .sp-project-faq-section{
        grid-template-columns:1fr;
    }

    .sp-overview-highlights{grid-template-columns:1fr 1fr}
    .sp-amenity-grid{grid-template-columns:repeat(3,1fr)}
    .sp-gallery-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:767px){
    .sp-project-page .navbar-brand .logo{max-height:50px}
    .sp-project-page .main-slider,
    .sp-project-page .main-slider .carousel-item,
    .sp-project-page .main-slider .carousel-inner{min-height:330px}
    .sp-project-page .main-slider-img{height:330px!important}

    .sp-project-page .sp-hero-card{margin:-55px 9px 10px}
    .sp-project-page .pro-title{font-size:27px}
    .sp-project-page .pro-price{font-size:26px}

    .sp-project-signature{
        display:grid;
        grid-template-columns:1fr;
        text-align:center;
    }

    .sp-project-signature span:not(:last-of-type)::after{display:none}

    .sp-section-card{
        margin-bottom:10px;
        padding:31px 19px;
        border-radius:12px;
    }

    .sp-copy-columns{gap:13px}
    .sp-overview-highlights{grid-template-columns:1fr}

    .sp-costsheet-cta,
    .sp-final-cta{
        flex-direction:column;
        align-items:flex-start;
        padding:25px 20px;
    }

    .sp-whatsapp-cta{width:100%;min-width:0}
    .sp-location-points{grid-template-columns:1fr}
    .sp-amenity-grid{grid-template-columns:repeat(2,1fr)}
    .sp-gallery-grid{grid-template-columns:1fr 1fr}
    .sp-gallery-grid img{height:155px}
    .sp-related-grid{grid-template-columns:1fr}
    .sp-related-card{grid-template-columns:135px 1fr}
    .sp-related-card img{height:145px}
    .sp-final-actions{width:100%}
    .sp-call-btn,.sp-final-whatsapp{flex:1}

    .sp-modal-layout{display:block;min-height:0}
    .sp-modal-form-wrap{padding:32px 20px 24px}

    .sp-project-page footer.disclaimer{padding:18px 18px 72px}
}

/*==================================================
V2 LIVE REVIEW REFINEMENTS
==================================================*/
.sp-project-page .sp-hero-card{top:88px!important}
.sp-project-page .micro-side{
    position:absolute!important;top:72px!important;right:0!important;
    bottom:auto!important;height:518px!important;padding-top:4px
}
.sp-main-content{width:100%!important;max-width:1280px;margin:0 auto;padding:16px 14px 28px}

.sp-side-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
.sp-quick-call,.sp-quick-whatsapp{
    display:flex;align-items:center;justify-content:center;min-height:38px;
    border-radius:7px;color:#fff!important;font-size:12px;font-weight:800
}
.sp-quick-call{background:var(--sp-blue)}.sp-quick-whatsapp{background:var(--sp-whatsapp)}

.sp-hero-price{padding:14px 18px 4px}
.sp-price-inline{display:flex;align-items:baseline;gap:9px;color:#fff;font-size:25px;font-weight:850;white-space:nowrap}
.sp-price-inline small{color:#bcefff;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}

.sp-project-signature{
    background:linear-gradient(90deg,var(--sp-navy),var(--sp-blue));
    color:#fff;box-shadow:none;border:0
}
.sp-project-signature span{color:#fff}.sp-project-signature strong{color:#9ceaff}
.sp-project-page [id]{scroll-margin-top:82px}

.sp-section-subtitle{margin:-10px 0 22px;color:var(--sp-blue)!important;font-size:clamp(18px,2.3vw,25px);font-weight:700}
.sp-wa-icon{display:inline-grid;place-items:center;width:25px;height:25px;border:2px solid currentColor;border-radius:50%;font-size:11px}

.sp-mail-btn{
    display:inline-flex;align-items:center;justify-content:center;min-height:48px;
    padding:12px 20px;border-radius:8px;background:#eaf8fc;color:var(--sp-blue)!important;font-weight:850
}
.sp-phone-number{white-space:nowrap}
.sp-project-page footer.disclaimer{min-height:0!important;padding:18px 24px 64px!important}

.sp-brochure-dialog{max-width:430px}
.sp-compact-modal .modal-content{position:relative;border-radius:15px}
.sp-brochure-content{padding:34px 28px 28px;text-align:center}
.sp-modal-close{
    position:absolute;z-index:20;top:8px;right:12px;width:34px;height:34px;padding:0;
    border:0;border-radius:50%;background:var(--sp-navy);color:#fff;font-size:25px;
    line-height:32px;cursor:pointer;box-shadow:0 6px 16px rgba(2,42,89,.22)
}
.sp-modal-close:hover{background:var(--sp-sky)}

@media (max-width:767px){
    .sp-project-page .sp-hero-card{margin:-145px 9px 10px!important}
    .sp-project-signature{gap:7px;padding:17px 13px;text-align:left}
    .sp-project-signature span,.sp-project-signature strong{display:block;width:100%;padding:2px 8px}

    .sp-table-wrap{overflow:visible;border:0;box-shadow:none;background:transparent}
    .sp-project-page .micro-price-table{min-width:0!important;width:100%!important;display:block}
    .sp-project-page .micro-price-table thead{display:none}
    .sp-project-page .micro-price-table tbody{display:grid;gap:12px}
    .sp-project-page .micro-price-table tr{
        display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid var(--sp-border);
        border-radius:11px;background:#fff!important;box-shadow:0 7px 20px rgba(2,42,89,.07)
    }
    .sp-project-page .micro-price-table td{display:block;padding:12px 10px!important;border:0!important;text-align:left!important}
    .sp-project-page .micro-price-table td:nth-child(1){grid-column:1/-1;background:var(--sp-soft);color:var(--sp-heading)}
    .sp-project-page .micro-price-table td:nth-child(2)::before,
    .sp-project-page .micro-price-table td:nth-child(3)::before{
        display:block;color:var(--sp-muted);font-size:10px;font-weight:800;text-transform:uppercase
    }
    .sp-project-page .micro-price-table td:nth-child(2)::before{content:"Area"}
    .sp-project-page .micro-price-table td:nth-child(3)::before{content:"Starting From"}
    .sp-project-page .micro-price-table td:nth-child(4){grid-column:1/-1;padding-top:0!important}
    .sp-plan-link{width:100%}

    .sp-final-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
    .sp-final-whatsapp{grid-column:1/-1}
    .sp-call-btn,.sp-mail-btn,.sp-final-whatsapp{gap:6px;padding:11px 12px;font-size:14px}
    .sp-project-page footer.disclaimer{padding:18px 16px 66px!important}
}


/*==================================================
V3 — SECOND LIVE REVIEW REFINEMENTS
==================================================*/

/* Use the previously empty upper-right hero area for direct contact */
.sp-hero-top-contact{
    position:absolute;
    z-index:8;
    top:0;
    right:0;
    width:298px;
    height:72px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 12px;
    background:linear-gradient(135deg,var(--sp-navy),var(--sp-blue));
}
.sp-top-call,
.sp-top-whatsapp{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    min-height:42px;
    padding:8px 7px;
    border-radius:8px;
    color:#fff!important;
    font-size:11px;
    font-weight:850;
    white-space:nowrap;
}
.sp-top-call{background:#f39c12}
.sp-top-whatsapp{background:var(--sp-whatsapp)}
.sp-contact-svg{
    display:inline-flex;
    width:18px;
    height:18px;
    flex:0 0 18px;
}
.sp-contact-svg svg{
    width:100%;
    height:100%;
    fill:currentColor;
}

/* Move and compact hero card so it does not overlap the signature strip */
.sp-project-page .sp-hero-card{
    top:76px!important;
    width:360px;
    padding-bottom:12px;
}
.sp-project-page .pro-status{padding:8px 16px}
.sp-hero-brand{margin-top:14px}
.sp-project-page .pro-title{
    white-space:nowrap;
    font-size:29px;
    letter-spacing:-.02em;
}
.sp-project-page .pro-add{margin-bottom:11px}
.sp-buyer-benefits{
    padding:10px 18px!important;
    background:rgba(1,25,55,.48)!important;
}
.sp-buyer-benefits li{margin:6px 0}
.sp-price-inline{font-size:24px}
.sp-project-page .sp-hero-card .micro-form-btn{
    min-height:43px;
    margin-top:7px;
}

/* Smaller right-side message field */
.sp-project-page .side_frm textarea.sp-short-message{
    min-height:52px!important;
    max-height:58px;
    resize:vertical;
}

/* Premium feature tiles replace white strips */
.sp-project-signature{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    padding:12px 14px;
    background:linear-gradient(90deg,#042c59,#0753a6);
}
.sp-signature-item{
    display:flex;
    align-items:center;
    gap:11px;
    min-height:54px;
    padding:10px 14px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:10px;
    background:rgba(255,255,255,.08);
    color:#fff;
}
.sp-signature-check{
    display:grid;
    place-items:center;
    width:28px;
    height:28px;
    flex:0 0 28px;
    border-radius:50%;
    background:var(--sp-cyan);
    color:#fff;
    font-weight:900;
}
.sp-signature-item strong,
.sp-signature-item small{display:block}
.sp-signature-item strong{color:#fff;font-size:13px}
.sp-signature-item small{margin-top:2px;color:rgba(255,255,255,.68);font-size:10px}

/* Compact location section */
.sp-location-layout{gap:22px}
.sp-location-points{gap:10px}
.sp-location-points article{padding:14px}
.sp-location-points span{margin-top:4px}

/* FAQ uses the full width efficiently */
.sp-project-faq-section{
    display:block!important;
}
.sp-project-faq-intro{
    max-width:820px;
    margin-bottom:24px;
}
.sp-project-faq-list{
    grid-template-columns:1fr 1fr;
    gap:12px;
}
.sp-project-faq-item{
    align-self:start;
}
.sp-project-faq-question{
    min-height:68px;
}
.sp-project-faq-item.is-open{
    grid-column:span 1;
}

/* Personal assistance has only site visit and WhatsApp */
.sp-visit-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:12px 20px;
    border:0;
    border-radius:8px;
    background:#fff;
    color:var(--sp-blue);
    font-weight:850;
    cursor:pointer;
}
.sp-final-actions{
    display:flex;
    gap:12px;
}

/* Distinct footer contact icons */
.sp-footer-contact-row{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:13px;
}
.sp-footer-contact{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:40px;
    padding:9px 15px;
    border-radius:8px;
    color:#fff!important;
    font-weight:800;
}
.sp-footer-phone{background:#f39c12}
.sp-footer-email{background:#0797cf}
.sp-footer-whatsapp{background:#25d366}

/* Remove remaining disclaimer vertical gap */
.sp-project-page footer.disclaimer{
    padding:14px 20px 62px!important;
}
.sp-project-page footer.disclaimer p{
    max-width:1120px;
    margin:0 auto!important;
}

/* True WhatsApp circle mark in cost-sheet CTA */
.sp-wa-icon{
    position:relative;
    border:0!important;
    width:26px;
    height:26px;
}
.sp-wa-icon::before{
    content:"";
    position:absolute;
    inset:1px;
    border:2px solid currentColor;
    border-radius:50%;
}
.sp-wa-icon::after{
    content:"";
    position:absolute;
    left:6px;
    bottom:1px;
    width:7px;
    height:7px;
    border-left:2px solid currentColor;
    transform:rotate(-25deg);
}
.sp-wa-icon{font-size:0!important}

@media (max-width:991px){
    .sp-project-page .sp-hero-card{
        width:auto;
        white-space:normal;
    }
    .sp-project-page .pro-title{
        white-space:nowrap;
        font-size:27px;
    }
    .sp-project-signature{
        grid-template-columns:1fr 1fr 1fr;
    }
}

@media (max-width:767px){
    /* Hero panel rises further over the image */
    .sp-project-page .sp-hero-card{
        margin:-210px 9px 9px!important;
        padding-bottom:10px;
    }
    .sp-project-page .pro-title{
        font-size:25px;
        white-space:nowrap;
    }
    .sp-buyer-benefits{
        background:rgba(1,25,55,.72)!important;
    }

    .sp-project-signature{
        grid-template-columns:1fr;
        gap:7px;
        padding:10px;
    }
    .sp-signature-item{
        min-height:48px;
        padding:8px 11px;
    }

    /* Reduce mobile section whitespace, especially Location */
    .sp-section-card{
        padding:26px 17px;
    }
    .sp-location-layout{gap:13px}
    .sp-location-points{gap:9px}
    .sp-location-points article{padding:12px 13px}

    /* FAQ: single clean column with less empty area */
    .sp-project-faq-intro{margin-bottom:16px}
    .sp-project-faq-list{grid-template-columns:1fr}
    .sp-project-faq-question{
        min-height:0;
        padding:14px 15px;
    }
    .sp-project-faq-answer p{padding:0 15px 14px}

    .sp-final-actions{
        display:grid;
        grid-template-columns:1fr;
        width:100%;
    }
    .sp-visit-btn,
    .sp-final-whatsapp{
        width:100%;
    }

    .sp-footer-contact-row{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px;
    }
    .sp-footer-whatsapp{grid-column:1/-1}
    .sp-footer-contact{padding:9px 10px}
    .sp-project-page footer.disclaimer{
        padding:13px 14px 62px!important;
    }
}
