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



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

padding:120px 0;

background:#f8f7f3;

position:relative;

overflow:hidden;

}

.auctionAuthority:before{

content:"";

position:absolute;

right:-200px;

top:-120px;

width:520px;

height:520px;

border-radius:50%;

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

}

.auctionAuthorityWrapper{

position:relative;

z-index:2;

}

.authorityLabel{

display:inline-flex;

align-items:center;

gap:10px;

padding:11px 24px;

border-radius:50px;

background:#fff;

border:1px solid #d9c79c;

font-size:13px;

font-weight:700;

letter-spacing:2px;

color:#0b2545;

margin-bottom:28px;

}

.authorityLabel i{

color:#c9a961;

}

.authorityContent h1{

font-family:'Cormorant Garamond',serif;

font-size:66px;

line-height:1.08;

color:#0b2545;

margin-bottom:25px;

}

.authorityContent h1 span{

display:block;

color:#c9a961;

}

.authorityDivider{

width:90px;

height:4px;

background:#c9a961;

margin:30px 0;

}

.authorityContent p{

font-size:18px;

line-height:2;

color:#666;

margin-bottom:20px;

}

.marketPanel{

background:#0b2545;

padding:45px;

border-radius:22px;

box-shadow:0 25px 70px rgba(0,0,0,.12);

color:#fff;

}

.marketHeader{

font-size:14px;

letter-spacing:3px;

font-weight:700;

color:#c9a961;

margin-bottom:35px;

}

.marketRow{

display:flex;

justify-content:space-between;

align-items:center;

padding:16px 0;

border-bottom:1px solid rgba(255,255,255,.10);

}

.marketRow strong{

font-weight:600;

}

.marketRow span{

font-family:'Cormorant Garamond',serif;

font-size:38px;

color:#c9a961;

}

.marketFooter{

margin-top:30px;

padding-top:25px;

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

font-size:15px;

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

line-height:1.8;

}

@media(max-width:991px){

.auctionAuthority{

padding:80px 0;

}

.authorityContent h1{

font-size:44px;

}

.marketPanel{

margin-top:40px;

padding:35px;

}

}

.globalAuctionBoard{

padding:110px 0;

background:#ffffff;

}

.boardHeading{

max-width:900px;

margin:auto;

text-align:center;

margin-bottom:70px;

}

.boardHeading span{

display:inline-block;

padding:10px 22px;

background:#f6f3eb;

color:#c9a961;

border-radius:40px;

font-size:13px;

letter-spacing:2px;

font-weight:700;

margin-bottom:18px;

}

.boardHeading h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

line-height:1.15;

color:#0b2545;

margin-bottom:22px;

}

.boardHeading p{

font-size:18px;

line-height:1.9;

color:#666;

}

.auctionProfile{

display:grid;

grid-template-columns:260px 1fr 300px;

gap:35px;

padding:40px;

margin-bottom:30px;

border:1px solid #ececec;

border-radius:22px;

transition:.35s;

background:#fff;

}

.auctionProfile:hover{

transform:translateY(-6px);

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

}

.auctionIdentity{

display:flex;

gap:20px;

align-items:center;

}

.auctionLogo{

width:90px;

height:90px;

border-radius:50%;

background:#0b2545;

display:flex;

align-items:center;

justify-content:center;

font-size:42px;

font-family:'Cormorant Garamond',serif;

font-weight:700;

color:#c9a961;

}

.auctionIdentity small{

display:block;

letter-spacing:2px;

font-size:12px;

font-weight:700;

color:#999;

margin-bottom:10px;

}

.auctionIdentity h3{

font-family:'Cormorant Garamond',serif;

font-size:40px;

margin:0;

color:#0b2545;

}

.auctionDescription p{

font-size:17px;

line-height:1.9;

color:#666;

margin-bottom:25px;

}

.auctionTags{

display:flex;

flex-wrap:wrap;

gap:10px;

}

.auctionTags span{

padding:10px 18px;

background:#faf8f4;

border-left:3px solid #c9a961;

font-size:14px;

font-weight:600;

color:#0b2545;

}

.auctionHighlight{

background:#0b2545;

border-radius:18px;

padding:30px;

color:#fff;

}

.highlightLabel{

font-size:12px;

letter-spacing:2px;

color:#c9a961;

margin-bottom:18px;

font-weight:700;

text-transform:uppercase;

}

.auctionHighlight h4{

font-family:'Cormorant Garamond',serif;

font-size:42px;

margin-bottom:15px;

color:#fff;

}

.auctionHighlight p{

font-size:15px;

line-height:1.8;

margin:0;

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

}

@media(max-width:991px){

.globalAuctionBoard{

padding:70px 0;

}

.boardHeading h2{

font-size:42px;

}

.auctionProfile{

grid-template-columns:1fr;

padding:30px;

}

.auctionIdentity{

margin-bottom:10px;

}

}

.indiaMarketBoard{

padding:110px 0;

background:#f8f7f3;

}

.indiaMarketHead{

max-width:900px;

margin:auto;

text-align:center;

margin-bottom:70px;

}

.indiaMarketHead span{

display:inline-block;

padding:10px 22px;

background:#fff;

border:1px solid #d9c79c;

border-radius:40px;

font-size:13px;

font-weight:700;

letter-spacing:2px;

color:#0b2545;

margin-bottom:18px;

}

.indiaMarketHead h2{

font-family:'Cormorant Garamond',serif;

font-size:56px;

line-height:1.15;

color:#0b2545;

margin-bottom:20px;

}

.indiaMarketHead p{

font-size:18px;

line-height:1.9;

color:#666;

}

.marketEntry{

display:grid;

grid-template-columns:260px 1fr 280px;

gap:35px;

padding:35px;

background:#fff;

border-radius:20px;

margin-bottom:28px;

border-left:5px solid #c9a961;

box-shadow:0 15px 45px rgba(0,0,0,.05);

transition:.35s;

}

.marketEntry:hover{

transform:translateY(-5px);

}

.marketLeft{

display:flex;

gap:20px;

align-items:flex-start;

}

.marketSerial{

width:70px;

height:70px;

border-radius:50%;

background:#0b2545;

display:flex;

align-items:center;

justify-content:center;

font-family:'Cormorant Garamond',serif;

font-size:28px;

font-weight:700;

color:#c9a961;

}

.marketLeft small{

display:block;

font-size:12px;

letter-spacing:2px;

font-weight:700;

color:#999;

margin-bottom:8px;

}

.marketLeft h3{

font-family:'Cormorant Garamond',serif;

font-size:38px;

margin:0;

color:#0b2545;

}

.marketMiddle p{

font-size:17px;

line-height:1.9;

color:#666;

margin-bottom:22px;

}

.marketBadges{

display:flex;

flex-wrap:wrap;

gap:10px;

}

.marketBadges span{

padding:10px 16px;

background:#f7f4ed;

border-radius:30px;

font-size:14px;

font-weight:600;

color:#0b2545;

}

.marketRight{

background:#0b2545;

padding:28px;

border-radius:16px;

color:#fff;

}

.marketLabel{

font-size:12px;

letter-spacing:2px;

font-weight:700;

color:#c9a961;

margin-bottom:18px;

}

.marketRight ul{

padding:0;

margin:0;

list-style:none;

}

.marketRight li{

padding:12px 0;

border-bottom:1px solid rgba(255,255,255,.12);

font-size:15px;

}

.marketRight li:last-child{

border:none;

}

@media(max-width:991px){

.indiaMarketBoard{

padding:70px 0;

}

.indiaMarketHead h2{

font-size:40px;

}

.marketEntry{

grid-template-columns:1fr;

}

}

.galleryDirectory{

padding:110px 0;

background:#ffffff;

}

.galleryHeader{

text-align:center;

max-width:900px;

margin:auto;

margin-bottom:70px;

}

.galleryHeader span{

display:inline-block;

padding:10px 24px;

background:#f6f3ea;

border-radius:40px;

letter-spacing:2px;

font-size:13px;

font-weight:700;

color:#c9a961;

margin-bottom:20px;

}

.galleryHeader h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

line-height:1.15;

color:#0b2545;

margin-bottom:25px;

}

.galleryHeader p{

font-size:18px;

line-height:1.9;

color:#666;

}

.cityGallery{

margin-bottom:55px;

}

.cityTitle{

display:flex;

align-items:center;

gap:20px;

margin-bottom:30px;

}

.cityBadge{

background:#0b2545;

color:#fff;

padding:12px 22px;

border-radius:50px;

font-size:13px;

letter-spacing:2px;

font-weight:700;

}

.cityTitle h3{

font-family:'Cormorant Garamond',serif;

font-size:42px;

margin:0;

color:#0b2545;

}

.galleryGrid{

display:grid;

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

gap:25px;

}

.galleryBox{

background:#faf8f4;

padding:35px;

border-radius:18px;

border-left:4px solid #c9a961;

transition:.35s;

height:100%;

}

.galleryBox:hover{

background:#fff;

transform:translateY(-5px);

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

}

.galleryBox h4{

font-family:'Cormorant Garamond',serif;

font-size:32px;

color:#0b2545;

margin-bottom:18px;

}

.galleryBox p{

font-size:16px;

line-height:1.9;

color:#666;

margin:0;

}

.cityGallery.small{

background:#faf8f4;

padding:35px;

border-radius:18px;

height:100%;

border-left:4px solid #c9a961;

}

.cityGallery.small p{

font-size:16px;

line-height:1.9;

margin-top:20px;

color:#666;

}

@media(max-width:991px){

.galleryDirectory{

padding:70px 0;

}

.galleryHeader h2{

font-size:42px;

}

.galleryGrid{

grid-template-columns:1fr;

}

.cityTitle{

flex-direction:column;

align-items:flex-start;

}

.cityTitle h3{

font-size:34px;

}

}

.institutionRegistry{

padding:120px 0;

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

}

.registryHeading{

max-width:900px;

margin:auto;

text-align:center;

margin-bottom:70px;

}

.registryHeading span{

display:inline-block;

padding:10px 22px;

background:#0b2545;

color:#fff;

border-radius:50px;

letter-spacing:2px;

font-size:13px;

font-weight:700;

margin-bottom:20px;

}

.registryHeading h2{

font-family:'Cormorant Garamond',serif;

font-size:58px;

line-height:1.15;

color:#0b2545;

margin-bottom:25px;

}

.registryHeading p{

font-size:18px;

line-height:1.9;

color:#666;

}

.registryTable{

border-top:2px solid #d8c59b;

}

.registryRow{

display:grid;

grid-template-columns:100px 1fr 300px;

gap:40px;

padding:40px 0;

border-bottom:1px solid #ececec;

align-items:center;

transition:.3s;

}

.registryRow:hover{

padding-left:15px;

background:#faf8f4;

}

.registryIndex{

width:70px;

height:70px;

border-radius:50%;

background:#0b2545;

display:flex;

align-items:center;

justify-content:center;

font-family:'Cormorant Garamond',serif;

font-size:28px;

font-weight:700;

color:#c9a961;

}

.registryBody h3{

font-family:'Cormorant Garamond',serif;

font-size:36px;

margin-bottom:15px;

color:#0b2545;

}

.registryBody p{

font-size:17px;

line-height:1.9;

color:#666;

margin:0;

}

.registryPurpose{

text-align:right;

font-size:15px;

line-height:1.8;

color:#555;

}

.registryPurpose span{

display:block;

font-size:12px;

letter-spacing:2px;

text-transform:uppercase;

font-weight:700;

color:#c9a961;

margin-bottom:12px;

}

@media(max-width:991px){

.institutionRegistry{

padding:80px 0;

}

.registryHeading h2{

font-size:42px;

}

.registryRow{

grid-template-columns:1fr;

gap:20px;

}

.registryPurpose{

text-align:left;

}

}

.valuationFramework{

padding:120px 0;

background:#0b2545;

position:relative;

overflow:hidden;

}

.valuationFramework:before{

content:"";

position:absolute;

top:-180px;

right:-140px;

width:420px;

height:420px;

border-radius:50%;

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

}

.frameworkWrapper{

position:relative;

z-index:2;

}

.frameworkLabel{

display:inline-flex;

align-items:center;

gap:10px;

padding:10px 24px;

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

border-radius:40px;

font-size:13px;

letter-spacing:2px;

font-weight:700;

color:#c9a961;

margin-bottom:25px;

}

.frameworkLabel i{

color:#c9a961;

}

.frameworkContent h2{

font-family:'Cormorant Garamond',serif;

font-size:56px;

line-height:1.15;

color:#fff;

margin-bottom:25px;

}

.frameworkContent>p{

font-size:18px;

line-height:2;

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

margin-bottom:45px;

}

.frameworkGrid{

display:grid;

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

gap:25px;

}

.frameworkItem{

padding:30px;

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

border-radius:18px;

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

transition:.3s;

}

.frameworkItem:hover{

transform:translateY(-6px);

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

}

.frameworkItem i{

font-size:30px;

color:#c9a961;

margin-bottom:18px;

}

.frameworkItem h4{

font-family:'Cormorant Garamond',serif;

font-size:30px;

color:#fff;

margin-bottom:15px;

}

.frameworkItem p{

font-size:15px;

line-height:1.8;

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

margin:0;

}

.consultationPanel{

background:#fff;

border-radius:24px;

padding:45px;

height:100%;

box-shadow:0 25px 70px rgba(0,0,0,.15);

}

.consultationTop{

width:90px;

height:90px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

background:#f6f2e8;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#c9a961;

}

.consultationPanel h3{

font-family:'Cormorant Garamond',serif;

font-size:42px;

text-align:center;

color:#0b2545;

margin-bottom:20px;

}

.consultationPanel p{

font-size:16px;

line-height:1.9;

text-align:center;

color:#666;

margin-bottom:30px;

}

.consultationPanel ul{

list-style:none;

padding:0;

margin:0 0 30px;

}

.consultationPanel li{

padding:12px 0;

border-bottom:1px solid #ececec;

font-weight:600;

color:#0b2545;

position:relative;

padding-left:28px;

}

.consultationPanel li:before{

content:"✓";

position:absolute;

left:0;

color:#c9a961;

font-weight:700;

}

.consultBtn{

display:flex;

justify-content:center;

align-items:center;

gap:12px;

padding:18px;

background:#c9a961;

border-radius:50px;

text-decoration:none;

font-weight:700;

color:#0b2545;

transition:.3s;

}

.consultBtn:hover{

background:#0b2545;

color:#fff;

}

@media(max-width:991px){

.valuationFramework{

padding:80px 0;

}

.frameworkContent h2{

font-size:40px;

}

.frameworkGrid{

grid-template-columns:1fr;

margin-bottom:40px;

}

.consultationPanel{

margin-top:40px;

}

}