/*==============================================

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-------------*/
/*=========================================
VALUATION PROCESS HERO
Prefix : avp100-
=========================================*/

.avp100-hero{

padding:55px 0;

background:#FCFBF8;

}

.avp100-badge{

display:inline-flex;

align-items:center;

gap:10px;

padding:8px 18px;

border:1px solid #E8DECB;

border-radius:30px;

font-size:12px;

font-weight:700;

letter-spacing:2px;

text-transform:uppercase;

color:#C9A961;

margin-bottom:20px;

}

.avp100-badge i{

font-size:15px;

}

.avp100-hero h1{

font-family:'Playfair Display',serif;

font-size:50px;

line-height:1.08;

color:#0B2545;

margin-bottom:18px;

}

.avp100-hero h1 span{

display:block;

color:#C9A961;

}

.avp100-divider{

width:80px;

height:3px;

background:#C9A961;

margin:20px 0;

}

.avp100-hero p{

font-size:16px;

line-height:1.9;

color:#666;

margin-bottom:24px;

}

.avp100-points{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:12px;

}

.avp100-points div{

display:flex;

align-items:center;

gap:10px;

padding:12px 15px;

background:#fff;

border:1px solid #ECE4D3;

font-size:14px;

font-weight:600;

color:#0B2545;

transition:.3s;

}

.avp100-points div:hover{

background:#FFFDF8;

border-color:#C9A961;

}

.avp100-points i{

color:#C9A961;

}

/*****************************************/

.avp100-workflow{

background:#fff;

border:1px solid #E8DFCC;

box-shadow:0 12px 30px rgba(0,0,0,.05);

}

.avp100-head{

padding:16px;

background:#0B2545;

text-align:center;

color:#fff;

font-size:12px;

font-weight:700;

letter-spacing:3px;

}

.avp100-body{

padding:24px;

}

.avp100-step{

display:flex;

align-items:center;

gap:15px;

font-size:15px;

font-weight:600;

color:#0B2545;

}

.avp100-step span{

width:34px;

height:34px;

display:flex;

align-items:center;

justify-content:center;

background:#FCFBF8;

border:1px solid #E8DFCC;

font-family:'Playfair Display',serif;

color:#C9A961;

flex:none;

}

.avp100-arrow{

text-align:center;

padding:8px 0;

color:#C9A961;

font-size:14px;

}

.avp100-foot{

padding:16px;

background:#FCFBF8;

border-top:1px solid #ECE4D3;

text-align:center;

font-size:12px;

font-weight:700;

letter-spacing:2px;

text-transform:uppercase;

color:#0B2545;

}

/*****************************************/

@media(max-width:991px){

.avp100-hero{

padding:40px 0;

}

.avp100-hero h1{

font-size:38px;

}

.avp100-workflow{

margin-top:25px;

}

}

@media(max-width:576px){

.avp100-hero{

padding:30px 0;

}

.avp100-hero h1{

font-size:30px;

}

.avp100-hero p{

font-size:15px;

}

.avp100-points{

grid-template-columns:1fr;

}

}

/*=========================================
VALUATION PROCESS TIMELINE
Prefix : avp101-
=========================================*/

.avp101-wrap{

padding:60px 0;

background:#fff;

}

.avp101-heading{

max-width:760px;

margin:auto auto 60px;

text-align:center;

}

.avp101-heading span{

display:inline-block;

padding:8px 18px;

border:1px solid #E8DFCC;

border-radius:30px;

font-size:12px;

font-weight:700;

letter-spacing:2px;

color:#C9A961;

margin-bottom:15px;

}

.avp101-heading h2{

font-family:'Playfair Display',serif;

font-size:40px;

margin-bottom:18px;

color:#0B2545;

}

.avp101-heading p{

font-size:16px;

line-height:1.9;

color:#666;

}

/*****************************************/

.avp101-timeline{

position:relative;

max-width:1050px;

margin:auto;

}

.avp101-timeline:before{

content:"";

position:absolute;

left:42px;

top:0;

bottom:0;

width:2px;

background:#D9C79A;

}

.avp101-item{

display:grid;

grid-template-columns:90px 1fr;

gap:35px;

padding-bottom:40px;

position:relative;

}

.avp101-item:last-child{

padding-bottom:0;

}

.avp101-left{

position:relative;

z-index:2;

}

.avp101-number{

width:84px;

height:84px;

background:#0B2545;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-family:'Playfair Display',serif;

font-size:30px;

color:#C9A961;

box-shadow:0 0 0 8px #fff;

}

.avp101-right{

padding:24px 28px;

background:#FCFBF8;

border:1px solid #ECE4D3;

transition:.35s;

}

.avp101-right:hover{

border-color:#C9A961;

transform:translateY(-4px);

}

.avp101-right h3{

font-family:'Playfair Display',serif;

font-size:28px;

margin-bottom:15px;

color:#0B2545;

}

.avp101-right p{

margin:0;

font-size:16px;

line-height:1.9;

color:#666;

}

/*****************************************/

@media(max-width:991px){

.avp101-heading h2{

font-size:34px;

}

.avp101-timeline:before{

left:30px;

}

.avp101-item{

grid-template-columns:65px 1fr;

gap:20px;

}

.avp101-number{

width:60px;

height:60px;

font-size:24px;

}

.avp101-right h3{

font-size:24px;

}

}

@media(max-width:576px){

.avp101-wrap{

padding:40px 0;

}

.avp101-heading h2{

font-size:28px;

}

.avp101-right{

padding:20px;

}

.avp101-right p{

font-size:15px;

}

}

/*=========================================
VALUATION ENGINE
Prefix : avp102-
=========================================*/

.avp102-wrap{

padding:60px 0;

background:#FCFBF8;

}

.avp102-head{

max-width:760px;

margin:auto;

text-align:center;

margin-bottom:40px;

}

.avp102-head span{

display:inline-block;

padding:8px 18px;

border:1px solid #E8DFCC;

border-radius:30px;

font-size:12px;

letter-spacing:2px;

font-weight:700;

color:#C9A961;

margin-bottom:15px;

}

.avp102-head h2{

font-family:'Playfair Display',serif;

font-size:38px;

margin-bottom:18px;

color:#0B2545;

}

.avp102-head p{

font-size:16px;

line-height:1.9;

color:#666;

margin:0;

}

/****************************************/

.avp102-engine{

display:grid;

grid-template-columns:260px 1fr;

gap:35px;

align-items:center;

}

.avp102-center{

text-align:center;

}

.avp102-circle{

width:100px;

height:100px;

margin:auto;

margin-bottom:20px;

border-radius:50%;

background:#0B2545;

display:flex;

align-items:center;

justify-content:center;

}

.avp102-circle i{

font-size:36px;

color:#C9A961;

}

.avp102-center h3{

font-family:'Playfair Display',serif;

font-size:30px;

line-height:1.3;

color:#0B2545;

}

.avp102-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

}

.avp102-box{

padding:22px;

background:#fff;

border:1px solid #ECE4D3;

transition:.35s;

}

.avp102-box:hover{

border-color:#C9A961;

transform:translateY(-4px);

}

.avp102-icon{

margin-bottom:15px;

}

.avp102-icon i{

font-size:26px;

color:#C9A961;

}

.avp102-box h4{

font-family:'Playfair Display',serif;

font-size:22px;

margin-bottom:10px;

color:#0B2545;

}

.avp102-box p{

margin:0;

font-size:15px;

line-height:1.8;

color:#666;

}

@media(max-width:991px){

.avp102-engine{

grid-template-columns:1fr;

}

.avp102-grid{

grid-template-columns:1fr;

}

.avp102-head h2{

font-size:30px;

}

}

@media(max-width:576px){

.avp102-wrap{

padding:40px 0;

}

.avp102-head h2{

font-size:28px;

}

}

/*=========================================
CONFIDENTIALITY
Prefix : avp103-
=========================================*/

.avp103-wrap{

padding:55px 0;

background:#fff;

}

.avp103-policy{

background:#FCFBF8;

border:1px solid #E8DFCC;

padding:35px;

}

.avp103-seal{

background:#0B2545;

padding:35px 25px;

text-align:center;

color:#fff;

height:100%;

}

.avp103-icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:20px;

border-radius:50%;

background:rgba(255,255,255,.08);

display:flex;

align-items:center;

justify-content:center;

}

.avp103-icon i{

font-size:34px;

color:#C9A961;

}

.avp103-seal h3{

font-family:'Playfair Display',serif;

font-size:28px;

margin-bottom:10px;
color: #c9a961;
}

.avp103-seal p{

margin:0;

letter-spacing:2px;

font-size:12px;

text-transform:uppercase;

color:#C9A961;

}

.avp103-content{

padding-left:20px;

}

.avp103-content span{

display:inline-block;

margin-bottom:12px;

font-size:12px;

letter-spacing:3px;

font-weight:700;

color:#C9A961;

}

.avp103-content h2{

font-family:'Playfair Display',serif;

font-size:36px;

margin-bottom:18px;

color:#0B2545;

}

.avp103-content p{

font-size:16px;

line-height:1.9;

color:#666;

margin-bottom:25px;

}

.avp103-points{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:14px;

}

.avp103-points div{

display:flex;

align-items:center;

gap:12px;

padding:14px 16px;

background:#fff;

border:1px solid #ECE4D3;

font-size:14px;

font-weight:600;

color:#0B2545;

transition:.3s;

}

.avp103-points div:hover{

border-color:#C9A961;

background:#FFFDF8;

}

.avp103-points i{

color:#C9A961;

width:22px;

text-align:center;

}

@media(max-width:991px){

.avp103-content{

padding-left:0;

padding-top:25px;

}

.avp103-content h2{

font-size:30px;

}

}

@media(max-width:576px){

.avp103-wrap{

padding:40px 0;

}

.avp103-policy{

padding:20px;

}

.avp103-content h2{

font-size:26px;

}

.avp103-points{

grid-template-columns:1fr;

}

}
/*=========================================
FINAL REPORT
Prefix : avp104-
=========================================*/

.avp104-wrap{

padding:60px 0 70px;

background:#FCFBF8;

}

.avp104-report{

background:#fff;

border:2px solid #0B2545;

padding:35px;

position:relative;

}

.avp104-report:before{

content:"";

position:absolute;

left:12px;

top:12px;

right:12px;

bottom:12px;

border:1px solid rgba(201,169,97,.45);

pointer-events:none;

}

.avp104-content{

position:relative;

z-index:2;

}

.avp104-content span{

display:inline-block;

margin-bottom:12px;

font-size:12px;

letter-spacing:3px;

font-weight:700;

color:#C9A961;

}

.avp104-content h2{

font-family:'Playfair Display',serif;

font-size:38px;

margin-bottom:18px;

color:#0B2545;

}

.avp104-content p{

font-size:16px;

line-height:1.9;

color:#666;

margin-bottom:28px;

}

.avp104-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:14px;

}

.avp104-features div{

display:flex;

align-items:center;

gap:12px;

padding:15px;

background:#FCFBF8;

border:1px solid #ECE4D3;

font-size:14px;

font-weight:600;

color:#0B2545;

transition:.3s;

}

.avp104-features div:hover{

border-color:#C9A961;

background:#FFFDF8;

}

.avp104-features i{

color:#C9A961;

width:22px;

text-align:center;

}

/****************************************/

.avp104-cover{

position:relative;

z-index:2;

background:#0B2545;

padding:30px;

text-align:center;

color:#fff;

height:100%;

}

.avp104-top{

font-size:12px;

letter-spacing:3px;

font-weight:700;

color:#C9A961;

margin-bottom:20px;

}

.avp104-icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:20px;

border-radius:50%;

background:rgba(255,255,255,.08);

display:flex;

align-items:center;

justify-content:center;

}

.avp104-icon i{

font-size:34px;

color:#C9A961;

}

.avp104-cover h3{

font-family:'Playfair Display',serif;

font-size:32px;

line-height:1.3;

margin-bottom:25px;
color: #c9a961;
}

.avp104-cover ul{

list-style:none;

padding:0;

margin:0 0 30px;

}

.avp104-cover li{

padding:12px 0;

border-top:1px solid rgba(255,255,255,.10);

font-size:15px;

}

.avp104-cover li:first-child{

border-top:none;

}

.avp104-btn{

display:inline-block;

padding:14px 28px;

background:#C9A961;

color:#0B2545;

font-weight:700;

text-decoration:none;

transition:.35s;

}

.avp104-btn:hover{

background:#fff;

color:#0B2545;

}

/****************************************/

@media(max-width:991px){

.avp104-content{

margin-bottom:30px;

}

.avp104-content h2{

font-size:30px;

}

}

@media(max-width:576px){

.avp104-wrap{

padding:40px 0 50px;

}

.avp104-report{

padding:20px;

}

.avp104-content h2{

font-size:26px;

}

.avp104-features{

grid-template-columns:1fr;

}

}