/*==============================================

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 INSIGHTS HERO
Prefix : avi100-
=========================================*/

.avi100-hero{

padding:55px 0;

background:#FCFBF8;

}

.avi100-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;

}

.avi100-badge i{

font-size:15px;

}

.avi100-hero h1{

font-family:'Playfair Display',serif;

font-size:50px;

line-height:1.08;

margin-bottom:18px;

color:#0B2545;

}

.avi100-hero h1 span{

display:block;

color:#C9A961;

}

.avi100-divider{

width:80px;

height:3px;

background:#C9A961;

margin:20px 0;

}

.avi100-hero p{

font-size:16px;

line-height:1.9;

color:#666;

margin-bottom:24px;

}

.avi100-highlights{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:12px;

}

.avi100-highlights 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:.35s;

}

.avi100-highlights div:hover{

background:#FFFDF8;

border-color:#C9A961;

}

.avi100-highlights i{

color:#C9A961;

}

/****************************************/

.avi100-journal{

background:#fff;

border:1px solid #E8DFCC;

box-shadow:0 12px 30px rgba(0,0,0,.05);

}

.avi100-head{

padding:16px;

background:#0B2545;

text-align:center;

font-size:12px;

font-weight:700;

letter-spacing:3px;

color:#fff;

}

.avi100-body{

padding:24px;

}

.avi100-item{

display:flex;

align-items:center;

gap:15px;

padding:14px 0;

border-bottom:1px solid #ECE4D3;

font-size:15px;

font-weight:600;

color:#0B2545;

}

.avi100-item:last-child{

border-bottom:none;

}

.avi100-item span{

width:36px;

height:36px;

display:flex;

align-items:center;

justify-content:center;

background:#FCFBF8;

border:1px solid #E8DFCC;

font-family:'Playfair Display',serif;

font-size:16px;

color:#C9A961;

flex:none;

}

.avi100-footer{

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){

.avi100-hero{

padding:40px 0;

}

.avi100-hero h1{

font-size:38px;

}

.avi100-journal{

margin-top:25px;

}

}

@media(max-width:576px){

.avi100-hero{

padding:30px 0;

}

.avi100-hero h1{

font-size:30px;

}

.avi100-hero p{

font-size:15px;

}

.avi100-highlights{

grid-template-columns:1fr;

}

}

/*=========================================
EDITORIAL TOPICS
Prefix : avi101-
=========================================*/

.avi101-wrap{

padding:60px 0;

background:#fff;

}

.avi101-heading{

max-width:760px;

margin:auto auto 55px;

text-align:center;

}

.avi101-heading span{

display:inline-block;

padding:8px 18px;

border:1px solid #E8DECB;

border-radius:30px;

font-size:12px;

font-weight:700;

letter-spacing:2px;

color:#C9A961;

margin-bottom:15px;

}

.avi101-heading h2{

font-family:'Playfair Display',serif;

font-size:40px;

margin-bottom:18px;

color:#0B2545;

}

.avi101-heading p{

font-size:16px;

line-height:1.9;

color:#666;

margin:0;

}

/************************************/

.avi101-item{

display:grid;

grid-template-columns:120px 1fr;

gap:40px;

padding:35px 0;

border-bottom:1px solid #ECE4D3;

align-items:start;

}

.avi101-item:last-child{

border-bottom:none;

}

.avi101-item.reverse{

grid-template-columns:1fr 120px;

}

.avi101-item.reverse .avi101-no{

order:2;

text-align:right;

}

.avi101-item.reverse .avi101-content{

order:1;

}

.avi101-no{

font-family:'Playfair Display',serif;

font-size:82px;

line-height:1;

font-weight:700;

color:#E9DFC9;

}

.avi101-content h3{

font-family:'Playfair Display',serif;

font-size:30px;

margin-bottom:15px;

color:#0B2545;

}

.avi101-content p{

margin:0;

font-size:16px;

line-height:1.9;

color:#666;

}

@media(max-width:991px){

.avi101-item,

.avi101-item.reverse{

grid-template-columns:1fr;

gap:15px;

}

.avi101-item.reverse .avi101-no,

.avi101-item.reverse .avi101-content{

order:unset;

text-align:left;

}

.avi101-no{

font-size:58px;

}

.avi101-heading h2{

font-size:32px;

}

}

@media(max-width:576px){

.avi101-wrap{

padding:40px 0;

}

.avi101-heading h2{

font-size:28px;

}

.avi101-content h3{

font-size:24px;

}

.avi101-content p{

font-size:15px;

}

}

/*=========================================
RESEARCH PUBLICATION INDEX
Prefix : avi102-
=========================================*/

.avi102-wrap{

padding:60px 0;

background:#FCFBF8;

}

.avi102-heading{

max-width:760px;

margin:auto auto 50px;

text-align:center;

}

.avi102-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;

}

.avi102-heading h2{

font-family:'Playfair Display',serif;

font-size:40px;

margin-bottom:18px;

color:#0B2545;

}

.avi102-heading p{

font-size:16px;

line-height:1.9;

color:#666;

margin:0;

}

/****************************************/

.avi102-index{

background:#fff;

border:1px solid #E8DFCC;

}

.avi102-title{

display:flex;

justify-content:space-between;

align-items:center;

padding:18px 24px;

background:#0B2545;

color:#fff;

font-size:12px;

font-weight:700;

letter-spacing:3px;

text-transform:uppercase;

}

.avi102-title div:first-child{

display:flex;

align-items:center;

gap:10px;

}

.avi102-title i{

color:#C9A961;

}

.avi102-row{

display:grid;

grid-template-columns:70px 1fr;

gap:20px;

padding:20px 24px;

border-bottom:1px solid #ECE4D3;

transition:.35s;

align-items:center;

}

.avi102-row:last-child{

border-bottom:none;

}

.avi102-row:hover{

background:#FFFDF8;

}

.avi102-row span{

font-family:'Playfair Display',serif;

font-size:26px;

color:#C9A961;

}

.avi102-row h3{

margin:0;

font-size:20px;

font-weight:600;

line-height:1.6;

color:#0B2545;

}

@media(max-width:991px){

.avi102-heading h2{

font-size:32px;

}

}

@media(max-width:576px){

.avi102-wrap{

padding:40px 0;

}

.avi102-title{

flex-direction:column;

gap:6px;

text-align:center;

}

.avi102-row{

grid-template-columns:1fr;

gap:8px;

}

.avi102-row span{

font-size:22px;

}

.avi102-row h3{

font-size:18px;

}

}

/*=========================================
RESEARCH LIFECYCLE
Prefix : avi103-
=========================================*/

.avi103-wrap{

padding:55px 0;

background:#fff;

}

.avi103-head{

max-width:760px;

margin:auto auto 40px;

text-align:center;

}

.avi103-head 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;

}

.avi103-head h2{

font-family:'Playfair Display',serif;

font-size:38px;

margin-bottom:18px;

color:#0B2545;

}

.avi103-head p{

font-size:16px;

line-height:1.9;

color:#666;

margin:0;

}

/****************************************/

.avi103-flow{

display:flex;

align-items:center;

justify-content:center;

gap:14px;

flex-wrap:wrap;

}

.avi103-step{

width:220px;

padding:24px;

background:#FCFBF8;

border:1px solid #ECE4D3;

text-align:center;

transition:.35s;

}

.avi103-step:hover{

border-color:#C9A961;

transform:translateY(-4px);

background:#FFFDF8;

}

.avi103-icon{

width:62px;

height:62px;

margin:auto auto 18px;

border-radius:50%;

background:#0B2545;

display:flex;

align-items:center;

justify-content:center;

}

.avi103-icon i{

font-size:26px;

color:#C9A961;

}

.avi103-step h4{

font-family:'Playfair Display',serif;

font-size:22px;

margin-bottom:10px;

color:#0B2545;

}

.avi103-step p{

margin:0;

font-size:14px;

line-height:1.7;

color:#666;

}

.avi103-arrow{

font-size:24px;

color:#C9A961;

}

@media(max-width:991px){

.avi103-flow{

flex-direction:column;

}

.avi103-arrow{

transform:rotate(90deg);

}

.avi103-head h2{

font-size:30px;

}

}

@media(max-width:576px){

.avi103-wrap{

padding:40px 0;

}

.avi103-head h2{

font-size:28px;

}

.avi103-step{

width:100%;

max-width:300px;

}

}

/*=========================================
EDITORIAL CONSULTATION
Prefix : avi104-
=========================================*/

.avi104-wrap{

padding:60px 0 70px;

background:#FCFBF8;

}

.avi104-card{

background:#fff;

border:2px solid #0B2545;

padding:35px;

position:relative;

}

.avi104-card:before{

content:"";

position:absolute;

left:12px;

top:12px;

right:12px;

bottom:12px;

border:1px solid rgba(201,169,97,.45);

pointer-events:none;

}

.avi104-card>*{

position:relative;

z-index:2;

}

/********************************/

.avi104-content span{

display:inline-block;

margin-bottom:12px;

font-size:12px;

font-weight:700;

letter-spacing:3px;

color:#C9A961;

text-transform:uppercase;

}

.avi104-content h2{

font-family:'Playfair Display',serif;

font-size:38px;

line-height:1.25;

margin-bottom:18px;

color:#0B2545;

}

.avi104-content p{

font-size:16px;

line-height:1.9;

color:#666;

margin-bottom:30px;

}

.avi104-services{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:14px;

}

.avi104-services div{

display:flex;

align-items:center;

gap:10px;

padding:15px;

background:#FCFBF8;

border:1px solid #ECE4D3;

font-size:14px;

font-weight:600;

color:#0B2545;

transition:.35s;

}

.avi104-services div:hover{

background:#FFFDF8;

border-color:#C9A961;

}

.avi104-services i{

color:#C9A961;

width:20px;

text-align:center;

}

/********************************/

.avi104-journal{

background:#0B2545;

padding:30px;

text-align:center;

color:#fff;

height:100%;

}

.avi104-top{

font-size:12px;

letter-spacing:3px;

font-weight:700;

color:#C9A961;

margin-bottom:20px;

}

.avi104-icon{

width:82px;

height:82px;

margin:auto auto 20px;

border-radius:50%;

background:rgba(255,255,255,.08);

display:flex;

align-items:center;

justify-content:center;

}

.avi104-icon i{

font-size:34px;

color:#C9A961;

}

.avi104-journal h3{

font-family:'Playfair Display',serif;

font-size:30px;

line-height:1.3;

margin-bottom:24px;
color: #c9a961;
}

.avi104-journal ul{

list-style:none;

margin:0 0 28px;

padding:0;

}

.avi104-journal li{

padding:12px 0;

border-top:1px solid rgba(255,255,255,.10);

font-size:15px;

}

.avi104-journal li:first-child{

border-top:none;

}

.avi104-btn{

display:inline-block;

padding:14px 30px;

background:#C9A961;

color:#0B2545;

font-weight:700;

text-decoration:none;

transition:.35s;

}

.avi104-btn:hover{

background:#fff;

color:#0B2545;

}

/********************************/

@media(max-width:991px){

.avi104-content{

margin-bottom:30px;

}

.avi104-content h2{

font-size:30px;

}

.avi104-services{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.avi104-wrap{

padding:40px 0 50px;

}

.avi104-card{

padding:20px;

}

.avi104-content h2{

font-size:26px;

}

.avi104-services{

grid-template-columns:1fr;

}

}