/*==============================================

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-------------*/
/*====================================

SECTION 1

Prefix : apv100-

=====================================*/

.apv100-hero{

padding:65px 0;

background:#FCFBF8;

}

.apv100-label{

display:inline-flex;

align-items:center;

gap:10px;

padding:9px 18px;

border:1px solid #E7DDCB;

border-radius:40px;

font-size:12px;

font-weight:700;

letter-spacing:2px;

color:#C9A961;

margin-bottom:22px;

}

.apv100-label i{

font-size:15px;

}

.apv100-hero h1{

font-family:'Playfair Display',serif;

font-size:52px;

line-height:1.08;

color:#0B2545;

margin-bottom:18px;

}

.apv100-hero h1 span{

display:block;

color:#C9A961;

}

.apv100-line{

width:90px;

height:3px;

background:#C9A961;

margin:18px 0;

}

.apv100-hero h5{

font-family:'Playfair Display',serif;

font-size:24px;

margin-bottom:15px;

color:#0B2545;

}

.apv100-hero p{

font-size:16px;

line-height:1.9;

color:#666;

margin-bottom:25px;

}

.apv100-tags{

display:flex;

flex-wrap:wrap;

gap:10px;

}

.apv100-tags span{

padding:10px 16px;

background:#fff;

border:1px solid #ECE4D3;

font-size:14px;

font-weight:600;

color:#0B2545;

}

.apv100-tags i{

margin-right:8px;

color:#C9A961;

}

/******************************************/

.apv100-report{

background:#fff;

border:1px solid #E8DFCC;

box-shadow:0 18px 40px rgba(0,0,0,.05);

overflow:hidden;

}

.apv100-head{

display:flex;

justify-content:space-between;

padding:16px 25px;

background:#0B2545;

color:#fff;

font-size:12px;

font-weight:600;

letter-spacing:2px;

text-transform:uppercase;

}

.apv100-body{

padding:35px;

text-align:center;

}

.apv100-icon{

width:70px;

height:70px;

margin:auto;

margin-bottom:20px;

border-radius:50%;

background:#0B2545;

display:flex;

align-items:center;

justify-content:center;

}

.apv100-icon i{

font-size:28px;

color:#C9A961;

}

.apv100-body h3{

font-family:'Playfair Display',serif;

font-size:34px;

line-height:1.2;

margin-bottom:25px;

color:#0B2545;

}

.apv100-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:12px;

}

.apv100-list div{

padding:12px;

background:#FCFBF8;

border:1px solid #ECE4D3;

font-size:14px;

font-weight:600;

color:#0B2545;

}

/******************************************/

@media(max-width:991px){

.apv100-hero{

padding:45px 0;

}

.apv100-hero h1{

font-size:36px;

}

.apv100-hero h5{

font-size:22px;

}

.apv100-report{

margin-top:20px;

}

}

@media(max-width:767px){

.apv100-hero{

padding:35px 0;

}

.apv100-hero h1{

font-size:30px;

}

.apv100-hero p{

font-size:15px;

}

.apv100-list{

grid-template-columns:1fr;

}

.apv100-head{

flex-direction:column;

gap:6px;

text-align:center;

}

}

/*============================================*/

.apv101-wrap{

padding:60px 0;

background:#fff;

}

.apv101-heading{

margin-bottom:35px;

}

.apv101-heading span{

display:inline-block;

padding:8px 18px;

border:1px solid #E8DECB;

border-radius:40px;

font-size:12px;

font-weight:700;

letter-spacing:2px;

color:#C9A961;

margin-bottom:18px;

}

.apv101-heading h2{

font-family:'Playfair Display',serif;

font-size:38px;

margin:0;

color:#0B2545;

}

.apv101-report{

border:1px solid #E8DFCC;

background:#fff;

}

.apv101-row{

display:grid;

grid-template-columns:360px 1fr;

gap:30px;

padding:22px 30px;

border-bottom:1px solid #ECE4D3;

transition:.3s;

align-items:center;

}

.apv101-row:last-child{

border:none;

}

.apv101-row:hover{

background:#FCFBF8;

}

.apv101-left{

display:flex;

align-items:center;

gap:18px;

}

.apv101-no{

width:46px;

height:46px;

border-radius:50%;

background:#0B2545;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-family:'Playfair Display',serif;

font-size:18px;

flex:none;

}

.apv101-left h3{

margin:0;

font-family:'Playfair Display',serif;

font-size:24px;

color:#0B2545;

}

.apv101-row p{

margin:0;

font-size:15px;

line-height:1.8;

color:#666;

}

/****************************************/

@media(max-width:991px){

.apv101-row{

grid-template-columns:1fr;

gap:15px;

padding:18px 20px;

}

.apv101-heading h2{

font-size:30px;

}

.apv101-left h3{

font-size:22px;

}

}

@media(max-width:576px){

.apv101-wrap{

padding:40px 0;

}

.apv101-left{

align-items:flex-start;

}

.apv101-no{

width:40px;

height:40px;

font-size:16px;

}

.apv101-left h3{

font-size:20px;

}

.apv101-row p{

font-size:14px;

}

}

/*====================================*/

.apv102-wrap{

padding:60px 0;

background:#FCFBF8;

}

.apv102-head{

text-align:center;

margin-bottom:40px;

}

.apv102-head span{

display:inline-block;

padding:8px 18px;

border:1px solid #E7DDCB;

border-radius:40px;

font-size:12px;

letter-spacing:2px;

font-weight:700;

color:#C9A961;

margin-bottom:15px;

}

.apv102-head h2{

font-family:'Playfair Display',serif;

font-size:38px;

color:#0B2545;

margin:0;

}

.apv102-flow{

display:flex;

justify-content:center;

align-items:center;

gap:15px;

flex-wrap:wrap;

}

.apv102-step{

width:180px;

text-align:center;

}

.apv102-circle{

width:80px;

height:80px;

margin:auto;

margin-bottom:18px;

background:#0B2545;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

transition:.3s;

}

.apv102-step:hover .apv102-circle{

background:#C9A961;

}

.apv102-step:hover i{

color:#0B2545;

}

.apv102-circle i{

font-size:30px;

color:#C9A961;

transition:.3s;

}

.apv102-step h4{

font-family:'Playfair Display',serif;

font-size:24px;

margin-bottom:8px;

color:#0B2545;

}

.apv102-step p{

margin:0;

font-size:14px;

color:#666;

}

.apv102-arrow{

font-size:24px;

color:#C9A961;

}

/********************************/

@media(max-width:991px){

.apv102-flow{

flex-direction:column;

}

.apv102-arrow{

transform:rotate(90deg);

}

.apv102-step{

width:100%;

max-width:250px;

}

.apv102-head h2{

font-size:30px;

}

}

/*=========================================

ESTATE CTA

Prefix : apv103-

=========================================*/

.apv103-wrap{

padding:60px 0 80px;

background:#6e6e6e1f;

}

.apv103-certificate{

background:#FCFBF8;

border:2px solid #0B2545;

padding:30px;

position:relative;

}

.apv103-certificate:before{

content:"";

position:absolute;

left:12px;

top:12px;

right:12px;

bottom:12px;

border:1px solid #C9A961;

pointer-events:none;

}

.apv103-header{

display:flex;

align-items:center;

gap:20px;

padding-bottom:20px;

border-bottom:1px solid #E8DFCC;

}

.apv103-logo{

width:70px;

height:70px;

background:#0B2545;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

}

.apv103-logo i{

font-size:30px;

color:#C9A961;

}

.apv103-header span{

display:block;

font-size:12px;

letter-spacing:3px;

font-weight:700;

color:#C9A961;

margin-bottom:8px;

}

.apv103-header h2{

margin:0;

font-family:'Playfair Display',serif;

font-size:34px;

color:#0B2545;

}

.apv103-middle{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:15px;

padding:25px 0;

}

.apv103-box{

padding:18px;

text-align:center;

border:1px solid #E8DFCC;

background:#fff;

font-size:15px;

font-weight:600;

color:#0B2545;

transition:.3s;

}

.apv103-box:hover{

background:#0B2545;

color:#fff;

}

.apv103-box i{

display:block;

font-size:26px;

margin-bottom:12px;

color:#C9A961;

}

.apv103-footer{

display:flex;

justify-content:space-between;

align-items:center;

padding-top:20px;

border-top:1px solid #E8DFCC;

}

.apv103-phone{

font-family:'Playfair Display',serif;

font-size:28px;

display:flex;

align-items:center;

gap:12px;

color:#0B2545;

}

.apv103-phone i{

color:#C9A961;

}

.apv103-btn{

padding:16px 30px;

background:#0B2545;

color:#fff;

text-decoration:none;

font-weight:700;

transition:.35s;

}

.apv103-btn:hover{

background:#C9A961;

color:#fff;

}

@media(max-width:991px){

.apv103-header{

flex-direction:column;

text-align:center;

}

.apv103-middle{

grid-template-columns:repeat(2,1fr);

}

.apv103-footer{

flex-direction:column;

gap:20px;

text-align:center;

}

}

@media(max-width:576px){

.apv103-wrap{

padding:40px 0 60px;

}

.apv103-certificate{

padding:20px;

}

.apv103-middle{

grid-template-columns:1fr;

}

.apv103-header h2{

font-size:26px;

}

.apv103-phone{

font-size:22px;

}

.apv103-btn{

width:100%;

text-align:center;

}

}