/*==============================================



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-------------*/
.provenanceHero{

padding:120px 0;

background:linear-gradient(180deg,#fcfaf5,#f3efe5);

position:relative;

overflow:hidden;

}

.provenanceHero:before{

content:"";

position:absolute;

top:-140px;

right:-80px;

width:420px;

height:420px;

border-radius:50%;

background:rgba(201,169,97,.08);

}

.archiveLabel{

display:inline-flex;

align-items:center;

gap:10px;

padding:10px 22px;

border-radius:50px;

background:#fff;

border:1px solid rgba(201,169,97,.35);

font-size:13px;

font-weight:700;

letter-spacing:2px;

color:#0b2545;

margin-bottom:28px;

box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.archiveLabel i{

color:#c9a961;

}

.provenanceHero h1{

font-family:'Cormorant Garamond',serif;

font-size:64px;

line-height:1.12;

font-weight:700;

color:#0b2545;

margin-bottom:30px;

}

.heroIntro{

font-size:21px;

line-height:1.9;

color:#444;

margin-bottom:25px;

}

.provenanceHero p{

font-size:17px;

line-height:1.95;

color:#555;

}

.ledgerPanel{

background:#fff;

border-radius:24px;

padding:45px;

box-shadow:0 25px 60px rgba(0,0,0,.08);

position:relative;

border-top:5px solid #c9a961;

}

.ledgerHeader{

display:flex;

align-items:center;

gap:14px;

font-size:22px;

font-weight:700;

color:#0b2545;

margin-bottom:22px;

}

.ledgerHeader i{

font-size:28px;

color:#c9a961;

}

.ledgerTimeline{

margin:35px 0;

display:flex;

flex-direction:column;

gap:16px;

}

.ledgerTimeline div{

display:flex;

align-items:center;

justify-content:space-between;

padding:16px 18px;

background:#faf8f2;

border-radius:12px;

font-weight:600;

color:#0b2545;

}

.ledgerTimeline i{

color:#c9a961;

}

.heritageNote{

margin-top:30px;

padding:20px;

background:#0b2545;

border-radius:16px;

display:flex;

gap:15px;

align-items:flex-start;

color:#fff;

font-size:15px;

line-height:1.8;

}

.heritageNote i{

color:#c9a961;

font-size:24px;

margin-top:3px;

}

@media(max-width:991px){

.provenanceHero{

padding:80px 0;

}

.provenanceHero h1{

font-size:42px;

}

.ledgerPanel{

margin-top:40px;

padding:30px;

}

.heroIntro{

font-size:18px;

}

}

.provenanceTimeline{

padding:120px 0;

background:#ffffff;

position:relative;

}

.sectionHeading{

max-width:950px;

margin:auto;

margin-bottom:80px;

}

.sectionHeading span{

display:inline-block;

padding:10px 24px;

background:#f4efe2;

color:#0b2545;

font-size:13px;

letter-spacing:2px;

font-weight:700;

border-radius:40px;

margin-bottom:25px;

}

.sectionHeading h2{

font-family:'Cormorant Garamond',serif;

font-size:56px;

color:#0b2545;

margin-bottom:25px;

line-height:1.2;

}

.sectionHeading p{

font-size:18px;

line-height:1.9;

color:#666;

}

.timelineWrapper{

position:relative;

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

}

.timelineLine{

position:absolute;

top:55px;

left:8%;

right:8%;

height:2px;

background:#d8c6a0;

z-index:0;

}

.timelineCard{

position:relative;

background:#fffdf8;

padding:45px 35px;

border-radius:22px;

box-shadow:0 20px 55px rgba(0,0,0,.08);

border-top:5px solid #c9a961;

z-index:2;

transition:.35s;

}

.timelineCard:hover{

transform:translateY(-8px);

}

.timelineYear{

display:inline-block;

padding:8px 18px;

background:#0b2545;

color:#fff;

border-radius:30px;

font-size:13px;

font-weight:700;

margin-bottom:25px;

}

.timelineIcon{

width:80px;

height:80px;

border-radius:50%;

background:#f8f3e7;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

color:#c9a961;

margin-bottom:25px;

}

.timelineCard h3{

font-family:'Cormorant Garamond',serif;

font-size:34px;

color:#0b2545;

margin-bottom:20px;

line-height:1.3;

}

.timelineCard p{

font-size:16px;

line-height:1.9;

color:#666;

}

@media(max-width:991px){

.provenanceTimeline{

padding:80px 0;

}

.timelineWrapper{

grid-template-columns:1fr;

}

.timelineLine{

display:none;

}

.sectionHeading h2{

font-size:40px;

}

}

.provenanceProcess{

padding:120px 0;

background:#f8f6f1;

}

.processLabel{

display:inline-block;

padding:10px 24px;

background:#fff;

border:1px solid rgba(201,169,97,.35);

border-radius:50px;

font-size:13px;

font-weight:700;

letter-spacing:2px;

color:#0b2545;

margin-bottom:20px;

}

.provenanceProcess h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

line-height:1.15;

color:#0b2545;

}

.processIntro{

font-size:18px;

line-height:1.9;

color:#666;

}

.processGrid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

margin-top:40px;

}

.processCard{

background:#fff;

border-radius:22px;

padding:35px;

display:flex;

gap:30px;

align-items:flex-start;

box-shadow:0 20px 50px rgba(0,0,0,.06);

transition:.35s;

border-left:5px solid transparent;

}

.processCard:hover{

transform:translateY(-8px);

border-left-color:#c9a961;

}

.processNumber{

width:72px;

height:72px;

min-width:72px;

border-radius:50%;

background:#0b2545;

display:flex;

align-items:center;

justify-content:center;

font-size:24px;

font-weight:700;

color:#fff;

font-family:'Cormorant Garamond',serif;

}

.processContent h3{

font-family:'Cormorant Garamond',serif;

font-size:34px;

line-height:1.25;

margin-bottom:18px;

color:#0b2545;

}

.processContent p{

font-size:16px;

line-height:1.9;

color:#666;

margin:0;

}

.processAlert{

grid-column:span 2;

background:linear-gradient(135deg,#0b2545,#143a68);

}

.processAlert .processNumber{

background:#c9a961;

color:#0b2545;

}

.processAlert h3,

.processAlert p{

color:#fff;

}

@media(max-width:991px){

.provenanceProcess{

padding:80px 0;

}

.provenanceProcess h2{

font-size:40px;

}

.processGrid{

grid-template-columns:1fr;

}

.processAlert{

grid-column:span 1;

}

.processCard{

flex-direction:column;

gap:20px;

}

}

.provenanceRisk{

padding:120px 0;

background:#fff;

}

.riskHeading{

max-width:920px;

margin:auto;

margin-bottom:70px;

}

.riskHeading span{

display:inline-block;

padding:10px 24px;

background:#f5efe2;

border-radius:40px;

font-size:13px;

font-weight:700;

letter-spacing:2px;

color:#0b2545;

margin-bottom:22px;

}

.riskHeading h2{

font-family:'Cormorant Garamond',serif;

font-size:56px;

line-height:1.15;

color:#0b2545;

margin-bottom:25px;

}

.riskHeading p{

font-size:18px;

line-height:1.9;

color:#666;

}

.riskMatrix{

display:flex;

flex-direction:column;

gap:22px;

}

.riskRow{

display:flex;

align-items:stretch;

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.35s;

}

.riskRow:hover{

transform:translateX(10px);

}

.riskLevel{

width:180px;

display:flex;

align-items:center;

justify-content:center;

font-weight:700;

letter-spacing:2px;

color:#fff;

font-size:14px;

}

.low{

background:#3d8b5a;

}

.medium{

background:#d4a017;

}

.high{

background:#d46a17;

}

.critical{

background:#9d1d20;

}

.riskContent{

padding:35px 40px;

flex:1;

}

.riskContent h3{

font-family:'Cormorant Garamond',serif;

font-size:34px;

color:#0b2545;

margin-bottom:15px;

}

.riskContent p{

font-size:16px;

line-height:1.9;

color:#666;

margin:0;

}

.riskConclusion{

margin-top:60px;

background:#0b2545;

border-radius:24px;

padding:40px;

display:flex;

gap:25px;

align-items:flex-start;

}

.riskConclusion i{

font-size:42px;

color:#c9a961;

margin-top:5px;

}

.riskConclusion h4{

font-family:'Cormorant Garamond',serif;

font-size:36px;

color:#fff;

margin-bottom:15px;

}

.riskConclusion p{

font-size:17px;

line-height:1.9;

color:rgba(255,255,255,.82);

margin:0;

}

@media(max-width:991px){

.provenanceRisk{

padding:80px 0;

}

.riskHeading h2{

font-size:40px;

}

.riskRow{

flex-direction:column;

}

.riskLevel{

width:100%;

padding:18px;

}

.riskConclusion{

flex-direction:column;

}

}
.provenanceAuthority{

padding:120px 0;

background:linear-gradient(180deg,#f9f7f2,#ffffff);

overflow:hidden;

}

.authorityHeading{

max-width:900px;

margin:auto auto 70px;

}

.authorityHeading span{

display:inline-block;

padding:10px 24px;

background:#f5efe2;

border-radius:50px;

font-size:13px;

font-weight:700;

letter-spacing:2px;

color:#0b2545;

margin-bottom:20px;

}

.authorityHeading h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

line-height:1.15;

color:#0b2545;

margin-bottom:25px;

}

.authorityHeading p{

font-size:18px;

line-height:1.9;

color:#666;

}

.trustCircle{

position:relative;

width:720px;

height:720px;

margin:0 auto 90px;

}

.centerCircle{

position:absolute;

left:50%;

top:50%;

transform:translate(-50%,-50%);

width:240px;

height:240px;

border-radius:50%;

background:#0b2545;

color:#fff;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

text-align:center;

padding:30px;

box-shadow:0 25px 60px rgba(0,0,0,.2);

}

.centerCircle i{

font-size:46px;

color:#c9a961;

margin-bottom:18px;

}

.centerCircle h3{

color: #e1cc9e;
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px;
    margin-bottom: 0px;

}

.centerCircle p{

font-size:15px;

line-height:1.7;

margin:0;

color:rgba(255,255,255,.8);

}

.orbit{

position:absolute;

width:140px;

height:140px;

background:#fff;

border-radius:50%;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.08);

border:2px solid #efe6d0;

transition:.35s;

}

.orbit:hover{

transform:scale(1.08);

}

.orbit i{

font-size:34px;

color:#c9a961;

margin-bottom:10px;

}

.orbit h4{

font-size:18px;

font-weight:700;

color:#0b2545;

margin:0;

}

.orbit1{top:0;left:290px;}
.orbit2{top:120px;right:0;}
.orbit3{bottom:120px;right:0;}
.orbit4{bottom:0;left:290px;}
.orbit5{bottom:120px;left:0;}
.orbit6{top:120px;left:0;}

.authorityStatement{

background:#0b2545;

padding:50px;

border-radius:24px;

color:#fff;

}

.authorityStatement h3{

font-family:'Cormorant Garamond',serif;

font-size:42px;

margin-bottom:20px;
    color: #e1cc9e;
}

.authorityStatement p{

font-size:17px;

line-height:1.9;

color:rgba(255,255,255,.82);

margin:0;

}

.authorityBtn{

display:inline-flex;

align-items:center;

gap:12px;

padding:18px 34px;

background:#c9a961;

border-radius:50px;

text-decoration:none;

font-weight:700;

color:#0b2545;

transition:.3s;

}

.authorityBtn:hover{

background:#fff;

color:#0b2545;

}

@media(max-width:991px){

.provenanceAuthority{

padding:80px 0;

}

.authorityHeading h2{

font-size:42px;

}

.trustCircle{

width:100%;

height:auto;

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

}

.centerCircle,
.orbit{

position:relative;

left:auto;

top:auto;

right:auto;

bottom:auto;

transform:none;

width:100%;

height:190px;

}

.authorityStatement{

padding:35px;

text-align:center;

}

.authorityBtn{

margin-top:25px;

}

}

.provenanceArchive{

padding:120px 0;

background:#f8f6f2;

}

.archiveHeading{

max-width:900px;

margin:auto;

margin-bottom:70px;

}

.archiveHeading span{

display:inline-block;

padding:10px 24px;

background:#fff;

border:1px solid rgba(201,169,97,.35);

border-radius:40px;

font-size:13px;

font-weight:700;

letter-spacing:2px;

color:#0b2545;

margin-bottom:22px;

}

.archiveHeading h2{

font-family:'Cormorant Garamond',serif;

font-size:56px;

line-height:1.2;

color:#0b2545;

margin-bottom:20px;

}

.archiveHeading p{

font-size:18px;

line-height:1.9;

color:#666;

}

.archiveGrid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:30px;

}

.archiveItem{

display:flex;

gap:25px;

background:#fff;

padding:35px;

border-radius:22px;

box-shadow:0 18px 45px rgba(0,0,0,.06);

transition:.35s;

border-left:5px solid transparent;

}

.archiveItem:hover{

transform:translateY(-8px);

border-left-color:#c9a961;

}

.archiveNumber{

width:72px;

height:72px;

min-width:72px;

border-radius:50%;

background:#0b2545;

display:flex;

align-items:center;

justify-content:center;

font-family:'Cormorant Garamond',serif;

font-size:26px;

font-weight:700;

color:#fff;

}

.archiveItem h3{

font-family:'Cormorant Garamond',serif;

font-size:30px;

line-height:1.3;

color:#0b2545;

margin-bottom:15px;

}

.archiveItem p{

font-size:16px;

line-height:1.9;

color:#666;

margin:0;

}

@media(max-width:991px){

.provenanceArchive{

padding:80px 0;

}

.archiveHeading h2{

font-size:40px;

}

.archiveGrid{

grid-template-columns:1fr;

}

.archiveItem{

flex-direction:column;

gap:20px;

}

}

.provenanceCTA{

padding:120px 0;

background:linear-gradient(180deg,#ffffff,#f7f4ed);

}

.provenanceCTABox{

background:#0b2545;

border-radius:30px;

padding:70px;

position:relative;

overflow:hidden;

box-shadow:0 30px 80px rgba(0,0,0,.15);

}

.provenanceCTABox:before{

content:"";

position:absolute;

right:-120px;

top:-120px;

width:340px;

height:340px;

border-radius:50%;

background:rgba(255,255,255,.05);

}

.ctaLabel{

display:inline-flex;

align-items:center;

gap:10px;

padding:10px 22px;

border-radius:40px;

border:1px solid rgba(255,255,255,.15);

font-size:13px;

letter-spacing:2px;

font-weight:700;

color:#c9a961;

margin-bottom:25px;

}

.ctaLabel i{

color:#c9a961;

}

.provenanceCTA h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

line-height:1.15;

color:#fff;

margin-bottom:25px;

}

.provenanceCTA p{

font-size:18px;

line-height:1.9;

color:rgba(255,255,255,.82);

margin-bottom:35px;

}

.ctaHighlights{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

}

.ctaHighlights div{

display:flex;

align-items:center;

gap:12px;

padding:18px;

background:rgba(255,255,255,.06);

border-radius:12px;

font-weight:600;

color:#fff;

}

.ctaHighlights i{

color:#c9a961;

}

.consultationCard{

background:#fff;

padding:40px;

border-radius:24px;

text-align:center;

height:100%;

}

.consultationIcon{

width:90px;

height:90px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:#f6f2e9;

font-size:36px;

color:#c9a961;

}

.consultationCard h3{

font-family:'Cormorant Garamond',serif;

font-size:36px;

line-height:1.3;

color:#0b2545;

margin-bottom:20px;

}

.consultationCard 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;

background:#c9a961;

border-radius:50px;

text-decoration:none;

font-weight:700;

color:#0b2545;

margin-bottom:15px;

transition:.3s;

}

.consultBtn:hover{

background:#0b2545;

color:#fff;

}

.consultCall{

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;

}

.consultCall:hover{

background:#f5f2ea;

}

@media(max-width:991px){

.provenanceCTA{

padding:80px 0;

}

.provenanceCTABox{

padding:40px 30px;

}

.provenanceCTA h2{

font-size:40px;

}

.ctaHighlights{

grid-template-columns:1fr;

margin-bottom:40px;

}

.consultationCard{

margin-top:40px;

}

}