/*==============================================

WHY ACRYLIC

PART 1

Prefix : apv12-

==============================================*/
.apv3-breadcrumb{

    padding:18px 0;

    background:#F8F5EF;

    border-bottom:1px solid #ECE4D3;

}

.apv3-breadcrumb ul{

    display:flex;

    flex-wrap:wrap;

    gap:10px 14px;

    padding:0;

    margin:0;

    list-style:none;

    align-items:center;

}

.apv3-breadcrumb li{

    font-size:15px;

    color:#666;

    white-space:nowrap;

}

.apv3-breadcrumb li a{

    color:#0B2545;

    text-decoration:none;

    font-weight:600;

}

.apv3-breadcrumb li:not(:last-child):after{

    content:"/";

    margin-left:14px;

    color:#C9A961;

}

/*******************************
Responsive
********************************/

@media (max-width:767px){

    .apv3-breadcrumb{

        padding:12px 0;

    }

    .apv3-breadcrumb ul{

        gap:6px 10px;

    }

    .apv3-breadcrumb li{

        font-size:13px;

    }

    .apv3-breadcrumb li:not(:last-child):after{

        margin-left:10px;

    }

}

/*--------------------- PAGE CSS-------------*/
.valuationHero{

padding:120px 0;

background:
linear-gradient(135deg,#f8f5ef 0%,#ffffff 60%,#f5f1e8 100%);

position:relative;

overflow:hidden;

}

.valuationHero:before{

content:"";

position:absolute;

top:-220px;

right:-120px;

width:520px;

height:520px;

border-radius:50%;

background:rgba(201,169,97,.08);

}

.valuationHero:after{

content:"";

position:absolute;

bottom:-180px;

left:-120px;

width:420px;

height:420px;

border-radius:50%;

background:rgba(11,37,69,.05);

}

.heroTag{

display:inline-flex;

align-items:center;

gap:12px;

padding:12px 26px;

border-radius:40px;

background:#fff;

border:1px solid rgba(201,169,97,.35);

font-size:13px;

font-weight:700;

letter-spacing:2px;

color:#c9a961;

margin-bottom:28px;

box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.heroTag i{

color:#0b2545;

}

.valuationHero h1{

font-family:'Cormorant Garamond',serif;

font-size:68px;

line-height:1.08;

color:#0b2545;

margin-bottom:30px;

font-weight:700;

}

.valuationHero h1 span{

display:block;

color:#c9a961;

}

.valuationHero p{

font-size:18px;

line-height:1.95;

color:#555;

margin-bottom:45px;

max-width:90%;

}

.heroHighlights{

display:flex;

gap:25px;

flex-wrap:wrap;

}

.heroHighlights div{

background:#fff;

padding:22px 28px;

border-radius:18px;

box-shadow:0 18px 45px rgba(0,0,0,.06);

min-width:165px;

border-top:4px solid #c9a961;

}

.heroHighlights strong{

display:block;

font-size:34px;

font-weight:700;

color:#0b2545;

line-height:1;

margin-bottom:8px;

}

.heroHighlights span{

font-size:14px;

font-weight:600;

color:#666;

}

.workflowCard{

background:#0b2545;

border-radius:28px;

padding:45px;

position:relative;

box-shadow:0 30px 70px rgba(0,0,0,.18);

overflow:hidden;

}

.workflowCard:before{

content:"";

position:absolute;

right:-60px;

top:-60px;

width:180px;

height:180px;

border-radius:50%;

background:rgba(255,255,255,.05);

}

.workflowCard h3{

font-family:'Cormorant Garamond',serif;

font-size:40px;

color:#fff;

margin-bottom:35px;

}

.workflowSteps{

display:flex;

flex-direction:column;

gap:16px;

}

.workflowSteps div{

display:flex;

align-items:center;

gap:18px;

background:rgba(255,255,255,.06);

padding:16px 18px;

border-radius:14px;

font-size:16px;

font-weight:600;

color:#fff;

transition:.35s;

}

.workflowSteps div:hover{

transform:translateX(8px);

background:rgba(201,169,97,.15);

}

.workflowSteps span{

width:46px;

height:46px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:#c9a961;

color:#0b2545;

font-weight:700;

flex-shrink:0;

}

@media(max-width:991px){

.valuationHero{

padding:80px 0;

}

.valuationHero h1{

font-size:46px;

}

.valuationHero p{

max-width:100%;

}

.heroHighlights{

gap:15px;

margin-bottom:40px;

}

.heroHighlights div{

min-width:140px;

}

.workflowCard{

margin-top:45px;

padding:35px 25px;

}

}

.valuationTimeline{

padding:120px 0;

background:#ffffff;

position:relative;

}

.timelineHeading{

max-width:850px;

margin:auto;

margin-bottom:90px;

}

.timelineHeading span{

display:inline-block;

padding:10px 28px;

border-radius:40px;

background:#f7f3eb;

color:#c9a961;

font-weight:700;

letter-spacing:2px;

font-size:13px;

margin-bottom:20px;

}

.timelineHeading h2{

font-family:'Cormorant Garamond',serif;

font-size:56px;

color:#0b2545;

line-height:1.2;

margin-bottom:25px;

}

.timelineHeading p{

font-size:18px;

line-height:1.9;

color:#666;

}

.timelineWrapper{

position:relative;

max-width:900px;

margin:auto;

padding-left:90px;

}

.timelineWrapper:before{

content:"";

position:absolute;

left:33px;

top:0;

bottom:0;

width:3px;

background:linear-gradient(#c9a961,#0b2545);

}

.timelineItem{

position:relative;

padding-bottom:70px;

}

.timelineItem:last-child{

padding-bottom:0;

}

.timelineNumber{

position:absolute;

left:-90px;

width:70px;

height:70px;

border-radius:50%;

background:#0b2545;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

font-weight:700;

border:6px solid #f5f1e8;

box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.timelineContent{

background:#faf8f3;

padding:38px;

border-radius:20px;

border-left:6px solid #c9a961;

box-shadow:0 18px 45px rgba(0,0,0,.05);

transition:.35s;

}

.timelineContent:hover{

transform:translateY(-8px);

}

.timelineContent h3{

font-family:'Cormorant Garamond',serif;

font-size:36px;

color:#0b2545;

margin-bottom:18px;

}

.timelineContent p{

font-size:17px;

line-height:1.9;

color:#555;

margin:0;

}

@media(max-width:991px){

.valuationTimeline{

padding:80px 0;

}

.timelineHeading h2{

font-size:42px;

}

.timelineWrapper{

padding-left:70px;

}

.timelineNumber{

left:-70px;

width:56px;

height:56px;

font-size:18px;

}

.timelineContent{

padding:28px;

}

.timelineContent h3{

font-size:30px;

}

}
.evidenceSection{

padding:120px 0;

background:linear-gradient(180deg,#f8f6f2,#ffffff);

position:relative;

overflow:hidden;

}

.sectionIntro{

max-width:850px;

margin:auto;

margin-bottom:90px;

}

.sectionIntro span{

display:inline-block;

padding:10px 28px;

background:#0b2545;

color:#fff;

border-radius:40px;

font-size:13px;

letter-spacing:2px;

font-weight:700;

margin-bottom:22px;

}

.sectionIntro h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

color:#0b2545;

margin-bottom:25px;

line-height:1.15;

}

.sectionIntro p{

font-size:18px;

line-height:1.9;

color:#666;

}

.evidenceWrapper{

position:relative;

}

.evidenceCenterLine{

position:absolute;

left:50%;

top:0;

bottom:0;

width:2px;

background:linear-gradient(#c9a961,#0b2545);

transform:translateX(-50%);

}

.evidenceRow{

margin-bottom:80px;

position:relative;

}

.evidenceRow:last-child{

margin-bottom:0;

}

.evidenceCard{

background:#fff;

padding:45px;

border-radius:24px;

box-shadow:0 25px 60px rgba(0,0,0,.07);

position:relative;

transition:.35s;

}

.evidenceCard:hover{

transform:translateY(-8px);

}

.evidenceCard.left{

border-left:6px solid #c9a961;

}

.evidenceCard.right{

border-right:6px solid #c9a961;

}

.stepBadge{

display:inline-block;

padding:8px 20px;

background:#f5f1e8;

color:#c9a961;

font-size:13px;

font-weight:700;

letter-spacing:2px;

border-radius:30px;

margin-bottom:22px;

}

.evidenceCard h3{

font-family:'Cormorant Garamond',serif;

font-size:40px;

color:#0b2545;

margin-bottom:20px;

}

.evidenceCard p{

font-size:17px;

line-height:1.95;

color:#555;

margin:0;

}

.evidenceIcon{

width:110px;

height:110px;

margin:auto;

border-radius:50%;

background:#0b2545;

display:flex;

align-items:center;

justify-content:center;

font-size:42px;

color:#c9a961;

border:8px solid #fff;

box-shadow:0 15px 40px rgba(0,0,0,.10);

position:relative;

z-index:2;

}

@media(max-width:991px){

.evidenceSection{

padding:80px 0;

}

.sectionIntro h2{

font-size:42px;

}

.evidenceCenterLine{

display:none;

}

.evidenceIcon{

margin:35px auto;

}

.evidenceRow{

margin-bottom:60px;

}

.evidenceCard{

padding:30px;

}

.evidenceCard.left,

.evidenceCard.right{

border-left:6px solid #c9a961;

border-right:none;

}

}

.marketResearch{

padding:120px 0;

background:#ffffff;

}

.researchHeader{

max-width:900px;

margin:auto;

margin-bottom:70px;

}

.researchHeader span{

display:inline-block;

padding:10px 26px;

background:#f4efe4;

border-radius:40px;

font-size:13px;

font-weight:700;

letter-spacing:2px;

color:#c9a961;

margin-bottom:20px;

}

.researchHeader h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

color:#0b2545;

line-height:1.15;

margin-bottom:25px;

}

.researchHeader p{

font-size:18px;

line-height:1.9;

color:#666;

}

.marketBoard{

background:#0b2545;

padding:55px;

border-radius:30px;

box-shadow:0 35px 80px rgba(0,0,0,.15);

}

.marketTop{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:45px;

flex-wrap:wrap;

gap:20px;

}

.marketTitle{

display:flex;

align-items:center;

gap:15px;

font-size:22px;

font-weight:700;

color:#fff;

}

.marketTitle i{

color:#c9a961;

font-size:28px;

}

.marketStatus{

padding:10px 22px;

background:#c9a961;

color:#0b2545;

font-weight:700;

border-radius:40px;

}

.researchCard{

background:#fff;

border-radius:22px;

padding:35px;

height:100%;

transition:.35s;

}

.researchCard:hover{

transform:translateY(-8px);

}

.researchCard.featured{

background:#faf7ef;

border-top:6px solid #c9a961;

}

.researchIcon{

width:80px;

height:80px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:#f4efe4;

font-size:34px;

color:#0b2545;

margin-bottom:25px;

}

.researchCard h3{

font-family:'Cormorant Garamond',serif;

font-size:34px;

color:#0b2545;

margin-bottom:18px;

}

.researchCard p{

font-size:16px;

line-height:1.9;

color:#555;

margin-bottom:22px;

}

.researchCard ul{

margin:0;

padding-left:18px;

}

.researchCard li{

margin-bottom:10px;

color:#444;

}

.researchBottom{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:18px;

margin-top:45px;

}

.researchBottom div{

background:rgba(255,255,255,.08);

padding:18px;

border-radius:14px;

text-align:center;

color:#fff;

font-weight:600;

}

.researchBottom i{

display:block;

font-size:22px;

margin-bottom:10px;

color:#c9a961;

}

@media(max-width:991px){

.marketResearch{

padding:80px 0;

}

.researchHeader h2{

font-size:42px;

}

.marketBoard{

padding:30px;

}

.researchBottom{

grid-template-columns:1fr;

}

}

.finalReportSection{

padding:120px 0;

background:linear-gradient(180deg,#f8f6f2,#ffffff);

}

.reportHeading{

max-width:900px;

margin:auto;

margin-bottom:70px;

}

.reportHeading span{

display:inline-block;

padding:10px 26px;

border-radius:40px;

background:#0b2545;

color:#fff;

font-size:13px;

font-weight:700;

letter-spacing:2px;

margin-bottom:22px;

}

.reportHeading h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

line-height:1.15;

color:#0b2545;

margin-bottom:25px;

}

.reportHeading p{

font-size:18px;

line-height:1.9;

color:#666;

}

.reportPortfolio{

background:#fff;

border-radius:30px;

overflow:hidden;

box-shadow:0 35px 80px rgba(0,0,0,.08);

}

.reportCover{

background:#0b2545;

padding:60px 45px;

height:100%;

position:relative;

text-align:center;

color:#fff;

}

.coverHeader{

letter-spacing:3px;

font-size:13px;

font-weight:700;

color:#c9a961;

margin-bottom:40px;

}

.coverSeal{

width:120px;

height:120px;

margin:auto;

margin-bottom:35px;

border-radius:50%;

background:rgba(255,255,255,.08);

display:flex;

align-items:center;

justify-content:center;

font-size:48px;

color:#c9a961;

border:2px solid rgba(201,169,97,.4);

}

.reportCover h3{

font-family:'Cormorant Garamond',serif;

font-size:42px;

margin-bottom:25px;

line-height:1.2;
    color: #c9a961;
}

.reportCover p{

font-size:16px;

line-height:1.9;

color:rgba(255,255,255,.8);

}

.reportCover strong{

display:block;

margin-top:8px;

color:#fff;

font-size:20px;

}

.reportContents{

padding:60px;

}

.reportContents h3{

font-family:'Cormorant Garamond',serif;

font-size:42px;

color:#0b2545;

margin-bottom:35px;

}

.reportGrid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:40px;

}

.reportGrid div{

display:flex;

align-items:center;

gap:14px;

padding:18px;

background:#faf7ef;

border-radius:14px;

font-weight:600;

color:#444;

}

.reportGrid i{

color:#c9a961;

}

.signatureBar{

display:flex;

justify-content:space-between;

align-items:center;

padding:25px 30px;

background:#0b2545;

border-radius:18px;

color:#fff;

gap:20px;

}

.signatureBar strong{

display:block;

color:#c9a961;

margin-bottom:5px;

}

@media(max-width:991px){

.finalReportSection{

padding:80px 0;

}

.reportHeading h2{

font-size:42px;

}

.reportContents{

padding:35px;

}

.reportGrid{

grid-template-columns:1fr;

}

.signatureBar{

flex-direction:column;

text-align:center;

}

.reportCover{

padding:45px 30px;

}

}

.finalReportSection{

padding:120px 0;

background:linear-gradient(180deg,#f8f6f2,#ffffff);

}

.reportHeading{

max-width:900px;

margin:auto;

margin-bottom:70px;

}

.reportHeading span{

display:inline-block;

padding:10px 26px;

border-radius:40px;

background:#0b2545;

color:#fff;

font-size:13px;

font-weight:700;

letter-spacing:2px;

margin-bottom:22px;

}

.reportHeading h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

line-height:1.15;

color:#0b2545;

margin-bottom:25px;

}

.reportHeading p{

font-size:18px;

line-height:1.9;

color:#666;

}

.reportPortfolio{

background:#fff;

border-radius:30px;

overflow:hidden;

box-shadow:0 35px 80px rgba(0,0,0,.08);

}

.reportCover{

background:#0b2545;

padding:60px 45px;

height:100%;

position:relative;

text-align:center;

color:#fff;

}

.coverHeader{

letter-spacing:3px;

font-size:13px;

font-weight:700;

color:#c9a961;

margin-bottom:40px;

}

.coverSeal{

width:120px;

height:120px;

margin:auto;

margin-bottom:35px;

border-radius:50%;

background:rgba(255,255,255,.08);

display:flex;

align-items:center;

justify-content:center;

font-size:48px;

color:#c9a961;

border:2px solid rgba(201,169,97,.4);

}

.reportCover h3{

font-family:'Cormorant Garamond',serif;

font-size:42px;

margin-bottom:25px;

line-height:1.2;

}

.reportCover p{

font-size:16px;

line-height:1.9;

color:rgba(255,255,255,.8);

}

.reportCover strong{

display:block;

margin-top:8px;

color:#fff;

font-size:20px;

}

.reportContents{

padding:60px;

}

.reportContents h3{

font-family:'Cormorant Garamond',serif;

font-size:42px;

color:#0b2545;

margin-bottom:35px;

}

.reportGrid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:40px;

}

.reportGrid div{

display:flex;

align-items:center;

gap:14px;

padding:18px;

background:#faf7ef;

border-radius:14px;

font-weight:600;

color:#444;

}

.reportGrid i{

color:#c9a961;

}

.signatureBar{

display:flex;

justify-content:space-between;

align-items:center;

padding:25px 30px;

background:#0b2545;

border-radius:18px;

color:#fff;

gap:20px;

}

.signatureBar strong{

display:block;

color:#c9a961;

margin-bottom:5px;

}

@media(max-width:991px){

.finalReportSection{

padding:80px 0;

}

.reportHeading h2{

font-size:42px;

}

.reportContents{

padding:35px;

}

.reportGrid{

grid-template-columns:1fr;

}

.signatureBar{

flex-direction:column;

text-align:center;

}

.reportCover{

padding:45px 30px;

}

}
.consultationLounge{

padding:120px 0;

background:#f7f5f1;

}

.loungeBox{

background:linear-gradient(135deg,#0b2545,#163761);

padding:70px;

border-radius:30px;

position:relative;

overflow:hidden;

box-shadow:0 35px 80px rgba(0,0,0,.18);

}

.loungeBox:before{

content:"";

position:absolute;

top:-180px;

right:-140px;

width:420px;

height:420px;

border-radius:50%;

background:rgba(255,255,255,.04);

}

.loungeBox:after{

content:"";

position:absolute;

bottom:-120px;

left:-120px;

width:280px;

height:280px;

border-radius:50%;

background:rgba(201,169,97,.08);

}

.loungeLabel{

display:inline-flex;

align-items:center;

gap:10px;

padding:10px 24px;

background:rgba(255,255,255,.08);

border-radius:40px;

color:#c9a961;

font-size:13px;

font-weight:700;

letter-spacing:2px;

margin-bottom:28px;

}

.loungeLabel i{

color:#c9a961;

}

.consultationLounge h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

line-height:1.15;

color:#fff;

margin-bottom:28px;

}

.consultationLounge p{

font-size:18px;

line-height:1.9;

color:rgba(255,255,255,.82);

margin-bottom:35px;

}

.loungeFeatures{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

}

.loungeFeatures div{

display:flex;

align-items:center;

gap:12px;

padding:18px 20px;

background:rgba(255,255,255,.06);

border-radius:14px;

color:#fff;

font-weight:600;

}

.loungeFeatures i{

color:#c9a961;

}

.consultCard{

background:#fff;

padding:40px;

border-radius:24px;

text-align:center;

height:100%;

}

.consultIcon{

width:90px;

height:90px;

margin:auto;

margin-bottom:28px;

border-radius:50%;

background:#f5f1e8;

display:flex;

align-items:center;

justify-content:center;

font-size:38px;

color:#c9a961;

}

.consultCard h3{

font-family:'Cormorant Garamond',serif;

font-size:38px;

color:#0b2545;

margin-bottom:18px;

}

.consultCard p{

font-size:16px;

line-height:1.8;

color:#666;

margin-bottom:30px;

}

.consultBtn{

display:flex;

justify-content:center;

align-items:center;

gap:12px;

padding:16px;

border-radius:50px;

background:#c9a961;

color:#0b2545;

font-weight:700;

text-decoration:none;

margin-bottom:15px;

transition:.3s;

}

.consultBtn:hover{

background:#0b2545;

color:#fff;

}

.callBtn{

display:flex;

justify-content:center;

align-items:center;

gap:10px;

padding:16px;

border:2px solid #ececec;

border-radius:50px;

text-decoration:none;

font-weight:700;

color:#0b2545;

transition:.3s;

}

.callBtn:hover{

background:#f5f1e8;

}

@media(max-width:991px){

.consultationLounge{

padding:80px 0;

}

.loungeBox{

padding:40px 30px;

}

.consultationLounge h2{

font-size:42px;

}

.loungeFeatures{

grid-template-columns:1fr;

margin-bottom:40px;

}

.consultCard{

margin-top:40px;

}

}