* {
	padding: 0;
	margin: 0;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

:root{
	--ease: cubic-bezier(0.4, 0, 0.2, 1);
	--teal: #2aadc4;
}

html.active,
body.active {
  overflow: hidden;
}

/* body {
		padding-top: 150px;
} */

a,button{
	cursor: pointer;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}
.header-wrapper{
  background-color: #161618eb !important;
}
.page-id-643 .header-wrapper{
  background-color: transparent !important;
}
#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/* 	background-color: #ffffff; */
	display: block;
	z-index: 999;
	background: linear-gradient(to bottom, rgba(20, 18, 16, 0.6), transparent);
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 13vw 0 7vw 0;
	width: 100%;
	float: left;
}
.error404 .notfound-content h3 {
	margin: 50px 0;
	font-weight: 400;
	color: #000;
}
.error404 .elementor-button{
    background-color: #000;
    border-radius: 0px !important;
    
}
/* .error404 .inner-contener{
    margin-top: 150px;
} */
.error404 .notfound-content h1 {
	color: #000000;
	font-weight: 500;
}


/* Padding top and bottom zero*/

.e-con.p-top {
	padding-top: 0;
}

.e-con.p-bottom {
	padding-bottom: 0;
}

/* Contact form 7 */

.wpcf7 .row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.wpcf7 .column {
	width: 50%;
}

.wpcf7 .column-full {
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
}

#cf7-ajax-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
}

#cf7-ajax-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #F8F4EE;
	border-radius: 12px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	font-family: "Groillim", Sans-serif;
	color: #252525;
	text-align: center;
}

#cf7-ajax-modal.show,
#cf7-ajax-overlay.show {
	display: block !important;
}

.cf7-ajax-inner {
	padding: 50px 40px;
	position: relative;
}

#cf7-ajax-text {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
}

.cf7-ajax-close {
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 38px;
	cursor: pointer;
	opacity: 0.7;
}

.cf7-ajax-close:hover {
	opacity: 1;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

#cf7-ajax-loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999999999;
	justify-content: center;
	align-items: center;
}

#cf7-ajax-loading.active {
	display: flex;
}

.cf7-spinner {
	width: 45px;
	height: 45px;
	border: 4px solid #ccc;
	border-top-color: #000;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.wpcf7-response-output {
	display: none !important;
}

.cf7-popup-open,
.cf7-loading {
	overflow: hidden;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}





.header-logo img{
	filter: brightness(0) invert(1);
} 

.hero-artwork {
    position: relative;
    overflow: hidden;
}

.hero-artwork {
    position: relative;
    overflow: hidden;
}

.hero-artwork::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    /* Dono codes ka best combination */
    background: 
        /* 1. Vertical Gradient: Top aur Bottom shadow ke liye */
        linear-gradient(to bottom, 
            rgba(22, 22, 24, 0.5) 0%,    /* Top shadow */
            rgba(22, 22, 24, 0.5) 30%,     /* Beech mein image saaf dikhegi */
            rgba(22, 22, 24, 0.7) 70%,   /* Text area shadow */
            rgba(22, 22, 24, 1) 100%     /* Bottom solid */
        ),
        /* 2. Horizontal Gradient: Left side ki readability ke liye */
        linear-gradient(to right, 
            rgba(22, 22, 24, 0.6) 0%, 
            rgba(22, 22, 24, 0) 50%
        );
    pointer-events: none;
}
.hero-artwork {
    position: relative;
}

.hero-artwork::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%);
    pointer-events: none;
}

/* Content upar dikhne ke liye */
.hero-artwork .e-con-inner {
    position: relative;
    z-index: 2;
}

/* ARTIST PAGE CSS */

    .artists-main-wrapper {
      color: #fff;
      padding: 100px 48px 150px 64px;
      min-height: 100vh;
    }

    .artists-top-bar {
      display: flex;
      justify-content: space-between;
     border-top: 1px solid #222;
      margin-bottom: 48px;
		padding-top: 20px;
    }

    .mode-switcher {
      display: flex;
      gap: 4px;
      height: fit-content;
      padding-right: 16px;
    }

    .view-btn {
      background: none;
      border: 1px solid rgba(244, 240, 234, 0.12);
      padding: 8px 18px;
      cursor: pointer;
      font-family: 'Montserrat', sans-serif;
      font-size: 0.58rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(244, 240, 234, 0.35);
      transition: all 0.3s;
      display: flex;
      align-items: center;
      gap: 8px;
      border-radius: 0px !important;
    }

    .view-btn.active {
      color: #2AADC4;
      border-color: #2AADC4;
    }

    .view-btn:hover:not(.active) {
      color: #F4F0EA;
      border-color: rgba(244, 240, 234, 0.3);
    }

    .title-text {
      font-family: 'Poppins', sans-serif !important;
      font-size: clamp(1rem, 1.4vw, 1.3rem) !important;
      font-weight: 300 !important;
      letter-spacing: 0.12em !important;
      text-transform: uppercase !important;
      color: #F4F0EA !important;
      line-height: 1 !important;
    }

    .priority-link {
      font-size: 0.48rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: rgba(42, 173, 196, 0.55);
      cursor: pointer !important;
      text-decoration: none;
      border-bottom: 1px solid rgba(42, 173, 196, 0.2);
      transition: color 0.3s, border-color 0.3s;
      margin-top: 16px;
      display: block;
      width: fit-content;
		line-height: normal;
    }

    #artists-layout-container {
      display: grid;
      grid-template-columns: 52fr 48fr;
      height: 70vh;
      overflow: hidden;
    }

    .layout-list .artists-sections-container {
      height: 100%;
      overflow-y: auto;
      padding-right: 20px;
      width: 90%;
    }

    .layout-list .artists-sections-container::-webkit-scrollbar {
      width: 2px;
    }

    .layout-list .artists-sections-container::-webkit-scrollbar-thumb {
      background: #2AADC4;
    }

    .layout-list .artist-preview-side {
      width: 100%;
      display: flex;
      height: 100%;
    }

    .tax-label-divider {
      font-size: 10px !important;
      letter-spacing: 0.35em;
      text-transform: uppercase;
      color: #2AADC4;
      padding-bottom: 0;
      margin-bottom: 24px;
      border-bottom: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .layout-list .artists-items-row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0px;
    }

    .layout-list .artist-entry {
      padding: 14px 0px;
    }

    .layout-list .artist-link-title {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(0.78rem, 1vw, 0.92rem);
      font-weight: 300;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(244, 240, 234, 0.75);
      transition: color 0.25s;
      display: block;
      text-decoration: none;
    }

    .layout-list .tax-group-wrapper {
      margin-bottom: 52px;
    }

    /* Sync Hover and Active Color */
    .layout-list .artist-entry:hover .artist-link-title,
    .layout-list .artist-entry.is-active .artist-link-title {
      color: #2AADC4 !important;
    }

    .layout-list .artist-grid-thumb {
      display: none;
    }

    .artist-preview-side {
      position: relative;
      background: #111;
      padding: 50px;
      align-items: flex-end;
      transition: background 0.4s;
      display: flex;
    }

    #preview-name-heading {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(1.8rem, 2.8vw, 2.8rem);
      font-weight: 200;
      font-style: italic;
      color: rgba(244, 240, 234, 0.85);
      line-height: 1.15;
      letter-spacing: 0.01em;
    }

    .view-link-top {
      position: absolute;
      top: 30px;
      right: 30px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

    #preview-loc-text {
      position: absolute;
      bottom: 40px;
      right: 40px;
      font-size: 12px;
      color: #999;
    }

    .layout-grid {
      display: block !important;
      height: auto !important;
      overflow: visible !important;
    }

    .layout-grid .artists-sections-container {
      height: auto !important;
      overflow: visible !important;
      width: 100% !important;
    }

    .layout-grid .artist-preview-side {
      display: none !important;
    }

    .layout-grid .artists-items-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
      margin-bottom: 48px;
    }

    .layout-grid .artist-grid-thumb {
      aspect-ratio: 4 / 3;
      position: relative;
      overflow: hidden;
      background: #0E0E10;
      margin-bottom: 12px;
      transition: opacity 0.3s ease-in-out;
    }

    .artist-grid-thumb img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: transform 0.7s;
    }

    .artist-entry:hover .artist-grid-thumb img {
      transform: scale(1.04);
    }

    .artist-entry:hover .artist-grid-thumb {
      opacity: 0.6 !important;
    }


    .artist-entry:hover .artist-link-title {
      color: #2AADC4 !important;
    }

    .layout-grid .artist-grid-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .layout-grid .artist-link-title {
      font-family: 'Poppins', sans-serif;
      font-size: 0.82rem;
      font-weight: 300;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(244, 240, 234, 0.8);
      display: block;
      margin-bottom: 3px;
      transition: color 0.3s;
    }

    .layout-grid .tax-label-divider {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .layout-grid .tax-label-divider::after {
      content: '';
      flex: 1;
      height: 1px;
      background: rgba(42, 173, 196, 0.15);
    }

    .layout-list .artists-sections-container {
      scrollbar-width: none;
      /* Firefox */
    }

    .layout-list .artists-sections-container::-webkit-scrollbar {
      display: none;
      /* Chrome/Safari */
    }

   .artists-main-wrapper .list-scroll-cue.hidden {
      opacity: 0;
    }

   .artists-main-wrapper .list-scroll-cue {
      position: fixed;
      bottom: 154px;
      left: 0px;
      width: 52%;
      height: 160px;
      pointer-events: none;
      z-index: 30;
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      padding: 0 0 80px 16px;
      opacity: 1;
      transition: opacity 0.6s ease;
    }

    .artists-main-wrapper .scroll-cue-inner {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      gap: 8px;
    }

     .artists-main-wrapper .scroll-cue-label {
      font-size: 0.5rem;
      letter-spacing: 0.32em;
      text-transform: uppercase;
      color: rgba(244, 240, 234, 0.28);
      writing-mode: vertical-rl;
      transform: rotate(180deg);
    }

     .artists-main-wrapper .scroll-cue-line {
      width: 1px;
      height: 52px;
      background: linear-gradient(to bottom, #2AADC4, transparent);
      animation: scrollDrop 2.5s ease-in-out infinite;
    }

    @keyframes scrollDrop {
      0% {
        transform: translateY(-10px);
        opacity: 0;
      }

      50% {
        transform: translateY(0);
        opacity: 1;
      }

      100% {
        transform: translateY(10px);
        opacity: 0;
      }
    }



.artist-info,
.collector-title .elementor-heading-title  {
	transform: translateY(8px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
	
}

.artist-card:hover .artist-info,
.collector-card:hover .collector-title .elementor-heading-title {
	transform: translateY(0) ;

}
.publication-item{
    	transform: translateY(8px);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.publication-item:hover{
   	transform: translateY(0) ; 
}

.btn-bottom-line .elementor-button-text{
	border-bottom: 1px solid rgba(15, 102, 123, 0.3);
	padding-bottom: 2px !important;
	transition: 0.2s;
}
.btn-bottom-line .elementor-button-text:hover{
	border-color:#2AADC4;
}
.collector-title .elementor-heading-title {
	transition: color 0.3s ease;
}

.collector-card:hover .collector-title .elementor-heading-title {
	color: rgba(242, 237, 228, 0.9) !important;
}


.collector-card::before {
	content: '' !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0)  0%, rgba(0, 0, 0, 0.2) 80%);    
	z-index: 1;  
}

.dark-btn .elementor-button-text{
	border-bottom: 1px solid #161618 !important;
	padding-bottom: 3px;
	transition: color 0.3s, border-color 0.3s;
}
.dark-btn .elementor-button-text:hover{
	color: #8C6A3A !important;
	border-color: #8C6A3A !important;
}





.info-underline a{
	border-bottom: 1px solid rgba(244, 240, 234, 0.15);
}

.contact-signup .wpcf7 input[type="email"]{
	background: none;
	border: none;
	outline: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: rgba(244, 240, 234, 0.55); 
	padding: 6px 0;
	
}
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
box-shadow: none !important;
    border: 1px solid #d63638 !important;	
}

.contact-signup .wpcf7-submit{
	background: none;
	border: none;
	font-size: 0.85rem;
	color: rgba(244, 240, 234, 0.25);
	cursor: none;
	padding: 4px 8px;
	transition: color 0.3s;
}


.contact-signup  .wpcf7-form{
	display: flex;
	border-bottom: 1px solid rgba(244, 240, 234, 0.12);
	width: fit-content;
	padding-bottom: 2px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0px 1000px #161618 inset !important; /* background */
	-webkit-text-fill-color: rgba(244,240,234,0.55) !important; /* text color */
	transition: background-color 5000s ease-in-out 0s; /* prevent flash */
}

input:-moz-autofill {
	box-shadow: 0 0 0px 1000px #161618 inset !important;
	-moz-text-fill-color: rgba(244,240,234,0.55) !important;
}



.btn-bottom-line.white .elementor-button-text,
.btn-bottom-line.white .elementor-button-text:hover{
	border-bottom: 1px solid rgba(244,240,234,0.1);

}

.contact-link{
	display:none !important;
}

/* Publication page */


.tabs-nav{
	display: flex;
	gap: 0;
	margin-top: 40px;
	padding: 0 64px;
	border-bottom: 1px solid rgba(244, 240, 234, 0.07);

}


.tablink{
	background: none;
	border: none;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	padding: 0 0 14px;
	margin-right: 36px;

	font-family: 'Montserrat', sans-serif;
	font-size: 0.56rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(244, 240, 234, 0.28);
	transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
	border-radius: 0 !important;
}


.tablink.active{
	color:#2AADC4;
	border-bottom-color: #2AADC4;
}

.year-title{
	font-size: 0.46rem;
	letter-spacing: 0.38em;
	text-transform: uppercase;
	color: var(--teal);
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	    line-height: normal;
}

.year-title::after {
	content: '';
	flex: 1;
	height: 1px;
	background: rgba(42, 173, 196, 0.12);
}

.pub-entry{
	display: grid;
	grid-template-columns: 72px 1fr auto;
	align-items: baseline;
	gap: 24px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(244, 240, 234, 0.05);
	text-decoration: none;
	transition: border-color 0.3s var(--ease);
}

.pub-entry:hover {
	border-bottom-color: rgba(42, 173, 196, 0.2);
}

.pub-entry-cat {
	font-size:9px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color:#ffffffb8;
	transition: color 0.3s;
	line-height: normal;
}

.pub-entry:hover .pub-entry-cat {
	color: rgba(42, 173, 196, 0.55);
}

.pub-entry-title {
	font-family: 'Poppins', sans-serif;
	font-size: clamp(0.82rem, 1vw, 0.95rem);
	font-weight: 200;
	font-style: italic;
	color: rgba(244, 240, 234, 0.68);
	letter-spacing: 0.02em;
	line-height: 1.4;
	transition: color 0.3s;
}

.pub-entry:hover .pub-entry-title {
	color: #F4F0EA;
}

.pub-entry-sub {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.7rem;
	font-style: normal;
	color: rgba(244, 240, 234, 0.28);
	letter-spacing: 0.02em;
}

.pub-entry-arrow {
	font-size: 0.6rem;
	color: rgba(244, 240, 234, 0.1);
	transition: color 0.3s, transform 0.3s var(--ease);
	line-height: normal;
}

.pub-entry:hover .pub-entry-arrow {
	color: rgba(42, 173, 196, 0.5);
	transform: translateX(4px);
}

.tabcontent {
	display: none;
	padding: 0 64px 100px;
	overflow-y: auto;
	max-height: calc(100vh - 230px);
	scrollbar-width: none;
	min-height: 100vh;
}

.tabcontent.active {
	display: block; 
}

.year-group {
	margin-top: 52px;
}

.collecter-heading .heading{
    font-style: italic !important;
    color: #f4f0ea80;
}


.scroll-line-container {
    text-align: center;
    position: relative;
}

.scroll-line-container::after {
    content: "";
    display: block;
    width: 1px;
    height: 48px;
    margin: 12px auto 0;
    background: linear-gradient(to bottom, #2ec4b6, transparent);
    animation: scrollDrop 2.5s ease-in-out infinite;
}

@keyframes scrollDrop {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    50% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(10px);	
    }
}

.exh-work-img-col{
    cursor: pointer;
}

/* 1. Main Container: Isko relative rakhna zaroori hai */
.slider-main-container {
    position: relative !important;
    transition: background-color 1s ease-in-out !important;
    overflow: hidden; 
    min-height: 100vh;
    display: flex;
    flex-direction: row !important; /* Left aur Right elements ke liye */
    align-items: center;
    justify-content: space-between;
}

/* 2. Text Elements Transition */
.custom-post-title .elementor-heading-title,
.post-number .elementor-heading-title {
    transition: opacity 0.6s ease-in-out;
    display: block;
}

/* 3. Pagination Dots Container (The Fix) */
.custom-swiper-dots {
    /* Absolute position se ye right-side div ke andar hote hue bhi poore main container ke center mein dikhega */
    position: absolute !important; 
    bottom: 48px !important; 
    left: 50% !important; 
    transform: translateX(-50%) !important; /* Center alignment logic */
    
    z-index: 999 !important; /* Sabse upar dikhne ke liye */
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto !important;
    height: auto !important;
    
    /* Resetting any inherited right/top/margin */
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 4. Individual Dot Style (Normal) */
.custom-swiper-dots .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    background-color: #ffffff !important;
    opacity: 0.3 !important;
    border-radius: 50% !important;
    cursor: pointer;
    margin: 0 !important;
    transition: opacity 0.4s ease, transform 0.4s ease;
    border: none !important;
    box-shadow: none !important;
    display: inline-block !important;
}

/* 5. Active Dot Style */
.custom-swiper-dots .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background-color: #ffffff !important;
    transform: scale(1.2); 
}

/* 6. Mobile Responsiveness */
@media (max-width: 767px) {
    .custom-swiper-dots {
        bottom: 25px !important;
    }
    .slider-main-container {
        flex-direction: column !important;
        justify-content: center;
        text-align: center;
    }
}


.room-container:hover .room-title h2{
    transform: translateY(-4px) !important;
}
.room-title h2{
   transition: transform 0.4s !important; 
}


.room-excerpt .elementor-widget-container{
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.05s !important;
}
.room-container:hover .room-excerpt .elementor-widget-container{
    opacity: 1;
    transform: translateY(0);
}
.room-btn .elementor-button-wrapper{
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.05s !important;
}
.room-container:hover .room-btn .elementor-button-wrapper{
    opacity: 1;
    transform: translateY(0);
}
.inquire-btn:hover .elementor-button-text {
    color: #2AADC4;
}
.inquire-btn:hover .elementor-button-link {
   border-color: rgba(42,173,196,0.5) !important;
}
.show-status p::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:#2AADC4;
    display: inline-block;
    animation: pulse 2.5s ease-in-out infinite !important;
     margin-right: 10px;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.show-title h3::before {
    content: '|';
    margin-right: 14px;
    color: rgba(244, 240, 234, 0.2);
    font-style: normal;
}
.show-cta  {
    display: inline-block;
    font-size: 0.55rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(244, 240, 234, 0.5);
    text-decoration: none;
    border-bottom: 1px solid rgba(244, 240, 234, 0.2);
    transition: color 0.3s, border-color 0.3s;
   
}
.show-cta:hover {
   
    border-color: rgba(42, 173, 196, 0.5) ;
}
.show-cta:hover .elementor-button-text{
     color: #2AADC4 ;
} 

.exhibition-tab .e-n-tabs-heading{
    padding-left: 64px;
	border-bottom: 1px solid rgba(244, 240, 234, 0.07);
}






.year-group-wrapper {
	    padding: 64px 64px 0px;
}
.archive-year-header {
 
    font-size:12px !important;
	  font-weight: 200;
	font-family: 'Poppins', sans-serif;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    color:#2AADC4 !important;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 20px;

}

.exhibition-card { display: flex; margin-bottom: 72px; gap: 56px; align-items: flex-start; }

.exhibit-color-block {
	width:41%;
	aspect-ratio: 4 / 3;
}

.exhibit-details {
	width:50%;
	color: #fff;
}
.exhibit-year-label { 
	font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(244, 240, 234, 0.3);
    margin-bottom: 20px ;
}
.exhibit-artist-title { 

	font-family: 'Poppins', sans-serif;
    font-size:32px !important;
    font-weight: 200;
    font-style: italic;
    color: rgba(244, 240, 234, 0.85) !important;
    line-height: 1.15;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    transition: color 0.25s;
}
.ex_title {
	font-size:12px !important;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(244, 240, 234, 0.35);
    margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.exhibit-location-date
	{ font-size: 12px;
	text-transform: uppercase;
	opacity: 0.8; 
	margin-bottom: 2px;
}
.exhibit-artist-date
	{
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.8; 

}
.exhibit-description
{
	font-size: 12px;
    line-height: 1.8;
    color: rgba(244, 240, 234, 0.38);
    max-width: 420px;
    margin-bottom: 28px;
}

.view-exhibit-btn-text { 
	display:block;
    font-size: 0.52rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(244, 240, 234, 0.35);
    border-bottom: 1px solid rgba(244, 240, 234, 0.15);
    padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s;
	line-height: normal;
}
.archive-year-header::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(42, 173, 196, 0.15);
}

.exhibition-card:hover .exhibit-artist-title{
    color:#2AADC4 !important;
}
.exhibition-card:hover .view-exhibit-btn-text{
    color:#2AADC4 !important;
    border-color:#2AADC4 !important; 
}
.inq-btn .elementor-button{
   transition: background 0.3s, border-color 0.3s;
}

.inq-btn .elementor-button:hover{
    background: rgba(242, 237, 228, 0.08) !important;
}




.artist-dec .elementor-widget-container p{
  margin-bottom: 24px;
}

.artist-dec p:first-of-type::first-letter {
    font-size: 3em;
    float: left;
    line-height: 0.8;
    margin-right: 8px;
    margin-top: 4px;
    color: #2AADC4;
    font-style: italic;
}



/* Grid Container */
.artist-work-grid {
    display: grid;
/* 	    grid-auto-rows: 1fr; */
    grid-template-columns: repeat(3, 1fr);
/*     grid-auto-rows: 125px; */
    gap: 6px;
}

/* Card */
.work-item-card {
	 aspect-ratio:1/1;
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1a1a; 
    overflow: hidden;
    color: #ffffff;
    transition: transform 0.4s ease;
}

/* Overlay */
.work-overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.4) 50%, 
        rgba(0, 0, 0, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.work-item-card:hover .work-overlay-mask {
    opacity: 1;
}

/* Content */
.work-info-content {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.work-item-card:hover .work-info-content {
    opacity: 1;
    transform: translateY(0);
}

/* Typography */
.work-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    font-style: italic;
    color: #FFFFFF;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1.2;
}

/* Dimensions - own line */
.work-dim {
    display: block !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #E0E0E0;
    line-height: 1.6;
    margin: 0 0 4px 0;
    padding: 0;
}

/* Medium - own line */
.work-med {
    display: block !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #E0E0E0;
    line-height: 1.6;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Button */
.inquire-link {
    display: inline-block;
    margin-top: 5px;
	color:#2AADC4;
}

.inquire-link:hover {
    color: #4db2b2;
    border-bottom: 1px solid #4db2b2;
}

/* Grid Layout */
/* .work-item-card:nth-child(1) { grid-column: span 5; grid-row: span 6; }
.work-item-card:nth-child(2) { grid-column: span 7; grid-row: span 4; }
.work-item-card:nth-child(3) { grid-column: span 4; grid-row: span 5; }
.work-item-card:nth-child(4) { grid-column: span 3; grid-row: span 5; }
.work-item-card:nth-child(5) { grid-column: span 7; grid-row: span 6; }
.work-item-card:nth-child(6) { grid-column: span 5; grid-row: span 4; } */


/* --- Artist History Main Container --- */
.ex-history-container { 
    position: relative; /* Required for absolute positioning of scroll cue */
    width: 100%; 
    color: #fff; 
    background: transparent; 
}

/* Static Label (Hamesha top par rahega) */
.ex-history-label { 
    font-size: 12px;
    letter-spacing: 3.12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #7A746C;
    margin-bottom: 30px;
}

/* --- NEW: Unique Scrollable Area for Artist History --- */
.history-scroll-wrapper {
    max-height: 500px; /* Aap height yahan se adjust kar sakte hain */
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none; /* Firefox ke liye native scrollbar hide */
    -ms-overflow-style: none; /* IE/Edge ke liye native scrollbar hide */
}

/* Chrome, Safari aur modern Edge ke liye native scrollbar hide */
.history-scroll-wrapper::-webkit-scrollbar {
    display: none; 
}

/* --- Artist History Specific Scroll Cue (Left Side) --- */
.history-scroll-cue {
    position: absolute;
/*     bottom: 30px; */
     top: 3%;
    left: -36px;
    height: 100px;
    pointer-events: none;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    transition: opacity 0.5s ease, visibility 0.5s;
}

/* JS is class ko add karega jab user bottom tak scroll karega */
.history-scroll-cue.is-hidden {
    opacity: 0;
    visibility: hidden;
}

.history-cue-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
}

.history-cue-label {
    font-size: 0.5rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: rgba(244, 240, 234, 0.3);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.history-cue-line {
    width: 1px;
    height: 45px;
    background: linear-gradient(to bottom, #2AADC4, transparent);
    animation: historyScrollAnim 2.5s ease-in-out infinite;
}

/* Scroll Animation */
@keyframes historyScrollAnim {
    0% { transform: translateY(-10px); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateY(20px); opacity: 0; }
}

/* --- Year & Item Styling (Existing Look maintained) --- */
.ex-year-section { 
    margin-bottom: 40px; 
}

.ex-year-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #2AADC4;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(242, 237, 228, 0.1);
}

.ex-row-item {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(242, 237, 228, 0.04);
    transition: all 0.3s ease;
}

.ex-col-type {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7A746C;
}

.ex-col-name {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    font-style: italic;
    color: #F3F1EE;
}

.ex-col-place {
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    color: #B0A89E;
    text-align: right;
}

.ex-row-item:hover {
    opacity: 0.6;
    padding-left: 5px; /* Smooth interactive feel */
}


.work-item-card{
    transition: transform 0.8s !important;
    opacity: 1;
}
.work-item-card:hover{
   
    opacity: 0.6;
}
.work-info{
    transform: translateY(12px) ;
    opacity: 0;
    transition: all 0.4s;
}
.work-item-card:hover .work-info{
   transform: translateY(0);
    opacity: 1;
}


.intro-meta .label {
    font-size: 0.6rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color:#7A746C;
    margin-bottom: 8px;
}

.intro-meta .value {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color:#F3F1EE;
    margin-bottom: 32px;
    line-height: 1.5;
	text-transform: none;
}

.exhibition-inq-btn .elementor-button-text{
	border-bottom: 1px solid rgba(244, 240, 234, 0.15);
    padding-bottom: 2px;
    text-decoration: none;
    transition: color 0.3s, border-color 0.3s;
}
.exhibition-inq-btn .elementor-button-text:hover{
	color:#2AADC4;
    border-color: rgba(42, 173, 196, 0.5);
}
.ex-artist-link:hover{
    color: rgba(244, 240, 234, 0.6) !important;

}

.ex-artist-link{
     transition: color 0.3s;
}
   
.exhibition-detail-tab .e-n-tabs-heading{
    border-bottom: 1px solid rgba(244, 240, 234, 0.07);
	padding:0 64px;
	    position: sticky;
    top: 98px;
    background:#161618;
    z-index: 50;
}

.exh-inq-btn .elementor-button-text{
    border-bottom: 1px solid rgba(244, 240, 234, 0.18);
    padding-bottom: 2px;
transition: color 0.3s, border-color 0.3s;
}
.exh-inq-btn .elementor-button-text:hover{
        color: #2AADC4;
    border-color: rgba(42, 173, 196, 0.5);
}

.work-exh-title .elementor-heading-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.work-exh-title .elementor-heading-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(42, 173, 196, 0.15);
}

.exh-work-img-col {
    aspect-ratio: 4 / 3;
   
	
}
.exh-work-card:hover .exh-work-card-title .elementor-widget-container p{
    color: #2AADC4 !important;
}
.exh-work-card:hover .exh-work-post-inq-btn .elementor-button-text{
        color: rgba(42, 173, 196, 0.5);
} 


/* ========================= */
/* SWIPER */
/* ========================= */
.mySwiper {
    width: 100%;
    display: block;
    height: 75vh;
    overflow: hidden;
    touch-action: pan-y;
}
/* SLIDE */
.mySwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: grab;
}
.mySwiper .swiper-slide:active {
    cursor: grabbing;
}

/* IMAGE */
.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: auto;
    cursor: zoom-in;
}
/* PLACEHOLDER */
.slide-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    color: rgba(244, 240, 234, 0.5);
    border: 1px solid rgba(244, 240, 234, 0.2);
    padding: 10px 13px;
    height: auto !important;
    width: auto !important;
    z-index: 10;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px !important;
}

.mySwiper .swiper-pagination-bullet-active {
    background: #2AADC4 !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(244, 240, 234, 0.2);
    transition: background 0.3s;
    cursor: pointer;
    pointer-events: auto;
}
.custom-lightbox {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
   background: rgba(0,0,0,0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 999999999 !important;
    padding: 40px;
    box-sizing: border-box;
}

/* ACTIVE */
.custom-lightbox.active {
    opacity: 1;
    visibility: visible;
}

/* FULL IMAGE */
.custom-lightbox img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
   object-fit: contain;
    display: block;
}

/* CLOSE BUTTON */
.lightbox-close {
    position: fixed;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
    z-index: 9999999999;
}


/* BODY SCROLL STOP */
body.lightbox-open {
    overflow: hidden !important;
}


.catalogue-img-col{
	aspect-ratio: 3 / 4;
}

.catalogue-pdf-link .elementor-button-text{
    border-bottom: 1px solid rgba(42,173,196,0.4);
    padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s;
}
.catalogue-pdf-link:hover .elementor-button-text{
  
     border-bottom: 1px solid #2AADC4;
} 
.catalogue-view-online .elementor-button-text{
	 border-bottom: 1px solid rgba(244, 240, 234, 0.15);
	padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s;
} 
.catalogue-view-online:hover .elementor-button-text{
  
     border-bottom: 1px solid rgba(244, 240, 234, 0.4);
	color:#F4F0EA;
} 


/* style.css mein ise update karein taaki transition delay na kare */
.view-online-section {
    display: none !important;
}
.view-online-section.show-me {
    display: block !important;
    /* transition ko remove kar dein agar instant chahiye */
    transition: none !important; 
}
.press-pdf-link .elementor-button-text{
    border-bottom: 1px solid rgba(244, 240, 234, 0.15);
    padding-bottom: 2px;
    transition: color 0.3s, border-color 0.3s;
}
.press-pdf-link:hover .elementor-button-text{
       color: var(--teal);
    border-color: rgba(42, 173, 196, 0.4); 
}

.nav-bar .elementor-nav-menu a:hover{
    font-weight: 400 !important;
}

.artist-banner-section {
    position: relative;
    background-color: #323D0B;
    overflow: visible;
}
 
.artist-banner-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom, rgba(50, 61, 11, 0) 0%, #222224 100%);
    pointer-events: none;
    z-index: 1;
}
 
.artist-content-section {
    background-color: #222224 !important;
    position: relative;
    z-index: 2;
}


/* EXHIBITION PAGE SCROLL */


.upcoming-scroll-cue {
    position: fixed;
    bottom: 0;
    left: -6px;
    width: 100%;
    height: 160px;
    pointer-events: none;
    z-index: 30;
    display: none;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 0 48px 32px;
    opacity: 1;
    transition: opacity 0.6s ease;
}

.upcoming-scroll-cue.visible {
    display: flex;
}

.upcoming-scroll-cue.hidden {
    opacity: 0;
}


.scroll-cue-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
}

.scroll-cue-label {
    font-size: 0.5rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(244, 240, 234, 0.28);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    line-height: 1;
}

.scroll-cue-line {
    width: 1px;
    height: 52px;
    background: linear-gradient(to bottom, #2AADC4, transparent);
    animation: scrollDrop 2.5s ease-in-out infinite;
}

@keyframes scrollDrop {
    0% { transform: translateY(-10px); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateY(20px); opacity: 0; }
}

/* --- MAIN SLOW ANIMATION CSS --- */

/* Sirf un elements ko target karein jo popup ke andar NAHI hain */
.elementor-section:not(.collector-pop-up) > .elementor-container, 
.e-con:not(.collector-pop-up) > .e-con-inner,
.e-con:not(.collector-pop-up) > .elementor-widget {
    opacity: 0;
    transform: translateY(60px);
    transition: 
        opacity 2.5s cubic-bezier(0.1, 0.5, 0.1, 1), 
        transform 2.5s cubic-bezier(0.1, 0.5, 0.1, 1);
    will-change: opacity, transform;
}

/* Reveal State jab JS class add karega */
.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* --- EXCLUSIONS (Animation block karne ke liye) --- */

/* 1. Collector Popup, 2. Single Posts, 3. Page ID 1053, 4. No-Reveal Class */
.collector-pop-up .e-con-inner,
.collector-pop-up .elementor-widget,
.collector-pop-up .elementor-container,
body.single-post .elementor-section > .elementor-container,
body.single-post .e-con > .e-con-inner,
body.single-post .e-con > .elementor-widget,
.page-id-1053 .elementor-section > .elementor-container,
.page-id-1053 .e-con > .e-con-inner,
.page-id-1053 .e-con > .elementor-widget,
.no-reveal, .no-reveal * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}


/* PUBLICATIONS DETAIL PAGE  */
.article-body .elementor-widget-container{
    font-size: 0.95rem;
    line-height: 2;
    color: rgba(244, 240, 234, 0.62);
}

.article-body .elementor-widget-container p:first-child {
    color: rgba(244, 240, 234, 0.78);
}
.article-body .elementor-widget-container p {
    margin-bottom: 1.6em;
}
.article-body h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1rem !important ;
    font-weight: 300 !important;
    font-style: italic !important;
    color: rgba(244, 240, 234, 0.55) !important;
    margin-top: 52px !important;
    margin-bottom: 20px !important;
    letter-spacing: 0.04em !important;
}
.article-body .pull-quote {
    border-left: 1px solid rgba(42, 173, 196, 0.35);
    padding: 4px 0 4px 28px;
    margin: 40px 0;
}
.article-body  .pull-quote p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05rem;
    font-weight: 200;
    font-style: italic;
    color: rgba(244, 240, 234, 0.6);
    line-height: 1.6;
    margin-bottom: 0 !important;
}




/* CATALOUGE TAB SLIDER ON EXHIBITION DETAIL PAGE */
/*  .catalogue-swiper {
   width: 100%;
   overflow: hidden;
 }

 .spread-container {
   display: flex !important;
   width: 100%;
   max-width: 1000px;
   height: 550px;
   margin: 0 auto;
   gap: 4px;
 }

 .catalogue-page {
   flex: 1;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 1px solid rgba(255, 255, 255, 0.05);
   background-size: cover !important;
   background-position: center !important;
 }

 .page-label {
   color: rgba(255, 255, 255, 0.1);
   font-size: 10px;
   letter-spacing: 2px;
   text-transform: uppercase;
 }

 .swiper-button-next,
 .swiper-button-prev {
   color: #fff !important;
 }
 */
/* Swiper Main Container */
.catalogue-swiper {
    width: 100%;
    overflow: hidden;
}

.spread-container {
    display: flex;
    width: 100%;
    max-width: 1000px;
    height: 550px;
    margin: 0 auto;
    gap: 4px;
}

.catalogue-page {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-size: cover !important;
    background-position: center !important;
}

.page-label {
    color: rgba(255, 255, 255, 0.1);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}
/* NEXT POST CSS */

.next-label{
    font-size: 0.44rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(244, 240, 234, 0.2);
}
.next-title{
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 200 !important;
    font-style: italic;
    color: rgba(244, 240, 234, 0.55) !important;
    transition: color 0.3s !important;
}
.next-post-col:hover .next-title {
   color: #F4F0EA !important; 
}

.publication-detail-btn span{
    padding-bottom: 2px;
}




/*  COLLECTOR EXPERIENCE DETAIL PAGE ARTIST WORK POST */


  .collector-artist-work-tabs {
    display: flex;
    gap: 2px;
    border-bottom: 1px solid rgba(200, 64, 16, 0.18);
    justify-content:space-between;
	margin-bottom: 48px;
    padding: 0 0 40px;
  }
.wlabel {
    font-size: 0.5rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: rgba(244, 238, 228, 0.3);
	font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.wcount {
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    font-weight: 200;
    font-style: italic;
    color: rgba(244, 238, 228, 0.18);
    margin-left: 18px;
}

  .collector-tab-link {
   background: none;
    border: 1px solid rgba(200,64,16,0.18) ;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.44rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color:rgba(244, 238, 228, 0.3);
	  border-radius:0px !important;
    padding: 7px 14px;
    transition: all .25s;
  }

.collector-tab-link.active{
	color:#E06030 !important;
	border: 1px solid #C84010 !important;
	
}
  .collector-tab-link:hover {
  color: rgba(244, 238, 228, 0.7);
    border-color: rgba(200, 64, 16, 0.35) ;
  }

  .collector-artist-work-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
.collector-work-info{
	padding: 18px 22px 12px;
}
  .collector-work-media {
    aspect-ratio: 4/5;
    display: flex;
/*     align-items: center;
    justify-content: center; */
    overflow: hidden;
     }
.collector-work-item{
	background: #1A1008;
	transition: box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1), transform .35s cubic-bezier(0.4, 0, 0.2, 1);
}

  .collector-work-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	 transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
.collector-work-item:hover {
    box-shadow: 0 8px 48px rgba(200, 64, 16, 0.38), 0 2px 16px rgba(200, 64, 16, 0.22);
    transform: translateY(-2px);
}
.collector-work-item:hover .collector-work-media img {
    transform: scale(1.03);
}
  .collector-work-title {
   font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    font-weight: 300;
    font-style: italic;
    color: rgba(244, 238, 228, 0.85);
    margin-bottom: 4px;
  }

  .collector-artist-name {
   font-size:10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(244, 238, 228, 0.3);
    margin-bottom: 8px;
	  line-height: 0;
  }

  .collector-work-meta {
  font-size:10px;
    color: rgba(244, 238, 228, 0.25);
    line-height: 1.7;
  }

  .collector-inquire-btn {
        font-size:8px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color:rgba(244, 238, 228, 0.85);
    text-decoration: none;
   border-bottom: 1px solid rgba(200, 64, 16, 0.2);
    padding-bottom: 1px;
	  opacity: 0;
    transform: translateX(-4px);
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
  }
.collector-work-item:hover .collector-inquire-btn{
    opacity: 1;
    transform: translateX(0);
    color: #e06030;
}


.collector-artist-work-grid .collector-work-item:first-child
{
    grid-column: span 2 ;
}
.collector-artist-work-grid .collector-work-item:first-child .collector-work-media
{
    aspect-ratio: 16 / 9;
}

.cta-headline em {
    font-style: normal;
    color:#F4EEE4;
    font-weight: 200;
}




/* SERENE PAGE */
.collector-serene .room-short-title .elementor-heading-title{
    color: #2C2C2C!important;
}
.collector-serene .room-title .elementor-heading-title{
    color: rgba(14, 18, 20, 0.30) !important;
}
.collector-serene .room-short-des p{
    color: rgba(42, 40, 38, 0.45);
} 
.collector-serene .room-short-des .elementor-widget-container{
    border-color:#7aaab6 !important; 
}
.collector-serene .banner-work-number .elementor-heading-title{
        color: rgba(14, 18, 20, 0.13) !important;
}
.collector-serene .baner-work-text .elementor-heading-title{
    color: rgba(14, 18, 20, 0.42) !important;
}
.collector-serene .selection-notes-section{
        background-color:#E8E4DC !important;
	border-top: 1px solid rgba(90,120,128,0.15) !important;
}
.collector-serene .selections-notes-left-content p{
        color: rgba(42, 40, 38, 0.65);
}
.collector-serene .selections-notes-left-content p strong{
    color: #2A2826;
}
.collector-serene .notes-heading .elementor-heading-title{
    color: #5a7880 !important ;
} 
.collector-serene .notes-sub-title .elementor-heading-title{
        color: rgba(42, 40, 38, 0.45) !important;
}
.collector-serene .notes-text .elementor-heading-title{
        color: rgba(42, 40, 38, 0.35) !important;
}
.collector-serene .notes-col{
    border-color: rgba(90, 120, 128, 0.15) !important;
}
.collector-serene .work-tab-section{
    background-color: #E8E4DC !important;
}
.collector-serene .wlabel{
        color: rgba(42, 40, 38, 0.35);
}
.collector-serene .wcount{
    color: rgba(42, 40, 38, 0.2);
}
.collector-serene .collector-tab-link.active {
    color:#3A5C6A !important;
    border-color:#7AAAB6 !important;
    background: rgba(90, 120, 128, 0.07) !important;
}
.collector-serene .collector-tab-link{
        color: rgba(42, 40, 38, 0.3);
        border: 1px solid rgba(90,120,128,0.15);
}
.collector-serene .collector-tab-link:hover {
   color: rgba(42, 40, 38, 0.7) ;
    border-color: rgba(42, 40, 38, 0.2);
}
.collector-serene .collector-artist-work-tabs{
        border-bottom: 1px solid rgba(90,120,128,0.15);
}
.collector-serene .collector-work-title{
    color: #2A2826;
}
.collector-serene .collector-artist-name{
/*     color: rgba(42, 40, 38, 0.3); */
	color:rgb(42 40 38 / 77%);
}
.collector-serene .collector-work-meta{
/*     color: rgba(42, 40, 38, 0.3); */
	color:rgb(42 40 38 / 77%);
}
.collector-serene .collector-inquire-btn{
/*     color: rgba(58, 92, 106, 0.5) !important; */
	    color: rgb(11 66 88) !important;
        border-bottom: 1px solid rgba(58, 92, 106, 0.2);
}
.collector-serene .collector-work-item{
    background-color: #F2EEE8;
}
.collector-serene .collector-work-item:hover {
   box-shadow: 0 8px 32px rgba(42, 40, 38, 0.1);
}
.collector-serene .last-btn-section{
    background-color: #f2eee8 !important;
}
.collector-serene .btn-small-title p{
  color: #5A7880 !important;
}
.collector-serene .btn-main-tilte .cta-headline {
    color: #2A2826;
}
.collector-serene .btn-main-tilte .cta-headline em{
    color: #3A5C6A;
}
.collector-serene .btn-1 .elementor-button{
    background-color: #3A5C6A !important;
    color:#F2EEE8 !important; 
}
.collector-serene .btn-1 .elementor-button:hover{
    background-color: #5A7880!important;
}
.collector-serene .btn-2 .elementor-button{
    background-color: rgba(58, 92, 106, 0.05) !important;
    color:#3A5C6A !important; 
    border: 1px solid rgba(58, 92, 106, 0.35) !important;
}
.collector-serene .btn-2 .elementor-button:hover{
   color: #2A2826 !important;
    border-color: #5a788b !important;
    background: rgba(58, 92, 106, 0.10) !important;
}
.collector-serene .btn-3 .elementor-button{
    background-color:transparent !important;
    color:rgb(34 31 27)!important; 
    border: 1px solid rgba(90, 120, 128, 0.15) !important;
}
.collector-serene .btn-3 .elementor-button:hover{
      color: #2a2826 !important;
    border-color: rgba(42, 40, 38, 0.25) !important;
}


/* MOODY PAGE */
.collector-moody .room-short-title .elementor-heading-title{
    color:rgba(238,232,220,0.75) !important;
}
.collector-moody .room-title .elementor-heading-title{
    color: rgba(238, 232, 220, 0.30) !important;
}
.collector-moody .room-short-des p{
    color:rgba(238, 232, 220, 0.60);
} 
.collector-moody .room-short-des .elementor-widget-container{
    border-color:rgba(80, 100, 160, 0.5) !important; 
}
.collector-moody .banner-work-number .elementor-heading-title{
        color: rgba(238, 232, 220, 0.13) !important;
}
.collector-moody .baner-work-text .elementor-heading-title{
    color:rgba(238, 232, 220, 0.42) !important;
}
.collector-moody .selection-notes-section{
        background-color:#0e0e18 !important;
	border-top: 1px solid rgba(80,100,160,0.18) !important;
}
.collector-moody .selections-notes-left-content p{
        color:rgba(238, 232, 220, 0.60);
}
.collector-moody .selections-notes-left-content p strong{
    color: #E8E4F0;
}
.collector-moody .notes-heading .elementor-heading-title{
    color:#4A5A8A !important ;
} 
.collector-moody .notes-sub-title .elementor-heading-title{
        color: rgba(238, 232, 220, 0.42) !important;
}
.collector-moody .notes-text .elementor-heading-title{
        color: rgba(238,232,220,0.28) !important;
}
.collector-moody .notes-col{
    border-color: rgba(90, 120, 128, 0.15) !important;
}
.collector-moody .work-tab-section{
    background-color: #0E0E18 !important;
}
.collector-moody .wlabel{
        color: rgba(238,232,220,0.3);
}
.collector-moody .wcount{
    color: rgba(238,232,220,0.18);
}
.collector-moody .collector-tab-link.active {
    color:#7888c0!important;
    border-color:#4a5a8a !important;
    background: rgba(80, 100, 160, 0.1) !important;
}
.collector-moody .collector-tab-link{
        color:rgba(238, 232, 220, 0.3);
        border: 1px solid rgba(80,100,160,0.18);
}
.collector-moody .collector-tab-link:hover {
   color: rgba(238, 232, 220, 0.7) ;
    border-color: rgba(80, 100, 160, 0.35);
}
.collector-moody .collector-artist-work-tabs{
        border-bottom: 1px solid rgba(80,100,160,0.18);
}
.collector-moody .collector-work-title{
    color: rgba(238,232,220,0.85);
}
.collector-moody .collector-artist-name{
    color:rgba(238,232,220,0.3);
}
.collector-moody .collector-work-meta{
    color: rgba(238,232,220,0.25);
}
.collector-moody .collector-inquire-btn{
    color:rgba(80,100,160,0.5) !important;
        border-bottom: 1px solid rgba(80, 100, 160, 0.2);
}
.collector-moody .collector-work-item{
    background-color: #1C1A14;
}
.collector-moody .collector-work-item:hover {
box-shadow: 0 8px 48px rgba(80, 100, 160, 0.28), 0 2px 16px rgba(80, 100, 160, 0.18);
}
.collector-moody .last-btn-section{
    background-color:#191926 !important;
}
.collector-moody .btn-small-title p{
  color: #4A5A8A !important;
}
.collector-moody .btn-main-tilte .cta-headline {
    color: rgba(238,232,220,0.7);
}
.collector-moody .btn-main-tilte .cta-headline em{
    color: #E8E4F0;
}
.collector-moody .btn-1 .elementor-button{
    background-color: #4A5A8A !important;
    color:#0E0E18 !important; 
}
.collector-moody .btn-1 .elementor-button:hover{
    background-color: #7888C0 !important;
}
.collector-moody .btn-2 .elementor-button{
    background-color: rgba(80, 100, 160, 0.06) !important;
    color:#A0B0D8 !important; 
    border: 1px solid rgba(80, 100, 160, 0.40) !important;
}
.collector-moody .btn-2 .elementor-button:hover{
   color: #E8E4F0 !important;
    border-color:#E8E4F0 !important;
    background: rgba(80, 100, 160, 0.12) !important;
}
.collector-moody .btn-3 .elementor-button{
    background-color:transparent !important;
    color:rgba(238, 232, 220, 0.3) !important; 
    border: 1px solid rgba(80, 100, 160, 0.18) !important;
}
.collector-moody .btn-3 .elementor-button:hover{
      color:rgba(238, 232, 220, 0.7) !important;
    border-color: #4A5A8A !important;
}


/* SACRED PAGE */
.collector-sacred .collector-hero-section{
	background-color:#0D0B05 !important;
}
.collector-sacred .room-short-title .elementor-heading-title{
    color:rgba(168, 144, 64, 0.75) !important;
}
.collector-sacred .room-title .elementor-heading-title{
    color: rgba(180, 155, 60, 0.22) !important;
}
.collector-sacred .room-short-des p{
    color:rgba(238, 232, 220, 0.60);
} 
.collector-sacred .room-short-des .elementor-widget-container{
    border-color:rgba(168, 144, 64, 0.55) !important; 
}
.collector-sacred .banner-work-number .elementor-heading-title{
        color: rgba(180, 155, 60, 0.13) !important;
}
.collector-sacred .baner-work-text .elementor-heading-title{
    color:rgba(237,230,208,0.42) !important;
}
.collector-sacred .selection-notes-section{
        background-color:#0d0b05 !important;
	border-top: 1px solid rgba(168, 144, 64, 0.14) !important;
}
.collector-sacred .eyebrow {
    font-size: 0.46rem;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: #a89040;
    opacity: 0.75;
    margin-bottom:24px;
}
.collector-sacred .selections-notes-left-content p{
        color:rgba(237,230,208,0.6) !important;
}
.collector-sacred .selections-notes-left-content p strong{
    color: #EDE6DB;
}
.collector-sacred .notes-heading .elementor-heading-title{
    color:#A89040 !important ;
} 
.collector-sacred .notes-sub-title .elementor-heading-title{
        color:rgba(237, 230, 208, 0.42) !important;
}
.collector-sacred .notes-text .elementor-heading-title{
        color:rgba(237, 230, 208, 0.28) !important;
}
.collector-sacred .notes-col{
    border-color:rgba(168,144,64,0.14) !important;
}
.collector-sacred .work-tab-section{
    background-color: #0D0B05!important;
}
.collector-sacred .wlabel{
        color: rgba(237,230,208,0.3);
}
.collector-sacred .wcount{
    color: rgba(237, 230, 208, 0.18);
}
.collector-sacred .collector-tab-link.active {
    color:#C8AC5A !important;
    border-color:#a89040 !important;
    background:rgba(168, 144, 64, 0.08) !important;
}
.collector-sacred .collector-tab-link{
        color:rgba(237, 230, 208, 0.3);
        border: 1px solid rgba(168, 144, 64, 0.14);
}
.collector-sacred .collector-tab-link:hover {
   color: rgba(237, 230, 208, 0.7) ;
    border-color: rgba(168, 144, 64, 0.35);
}
.collector-sacred .collector-artist-work-tabs{
        border-bottom: 1px solid rgba(168,144,64,0.14);
}
.collector-sacred .collector-artist-work-grid .collector-work-item:nth-child(5)
{
    grid-column: span 2;
}

.collector-sacred .collector-artist-work-grid .collector-work-item:nth-child(5) .collector-work-media
{
    aspect-ratio: 16 / 9;
}
.collector-sacred .collector-work-title{
    color:#ede6d0;
}
.collector-sacred .collector-artist-name{
    color:rgba(237, 230, 208, 0.28);
}
.collector-sacred .collector-work-meta{
    color:rgba(237,230,208,0.3);
}
.collector-sacred .collector-inquire-btn{
    color:rgba(168, 144, 64, 0.5) !important;
        border-bottom: 1px solid rgba(168, 144, 64, 0.2);
}
.collector-sacred .collector-work-item{
    background-color: #191408;
}
.collector-sacred .collector-work-item:hover {
box-shadow: 0 8px 48px rgba(168, 144, 64, 0.28), 0 2px 16px rgba(168, 144, 64, 0.14);
}
.collector-sacred .last-btn-section{
    background-color:#191408 !important;
	border-top:1px solid rgba(168, 144, 64, 0.14) !important;
}
.collector-sacred .btn-small-title p{
  color:#A89040 !important;
}
.collector-sacred .btn-main-tilte .cta-headline {
    color:#EDE6D0;
}
.collector-sacred .btn-main-tilte .cta-headline em{
    color:#C8AC5A;
}
.collector-sacred .btn-1 .elementor-button{
    background-color:#A89040 !important;
    color:#0D0B05 !important; 
}
.collector-sacred .btn-1 .elementor-button:hover{
    background-color:#C8AC5A !important;
}
.collector-sacred .btn-2 .elementor-button{
    background-color:rgba(168, 144, 64, 0.05) !important;
    color:#a89040 !important; 
    border: 1px solid rgba(168, 144, 64, 0.32) !important;
}
.collector-sacred .btn-2 .elementor-button:hover{
   color:#C8AC5A !important;
    border-color:rgba(168, 144, 64, 0.55) !important;
    background:rgba(168, 144, 64, 0.05) !important;
}
.collector-sacred .btn-3 .elementor-button{
/*     background-color:transparent !important; */
    color:rgba(237,230,208,0.3) !important; 
    border: 1px solid rgba(168, 144, 64, 0.14) !important;
}
.collector-sacred .btn-3 .elementor-button:hover{
      color:rgba(237,230,208,0.6) !important;
   
}



/* NOSTALGIC PAGE */
/* .collector-nostalgic .collector-hero-section{
	background-color:#0D0B05 !important;
} */
.collector-nostalgic .room-short-title .elementor-heading-title{
      color: rgba(0, 0, 0, 0.6) !important;

}
.collector-nostalgic .room-title .elementor-heading-title{
    color:rgba(0,0,0,0.6) !important;
}
.collector-nostalgic .room-short-des p{
    color:rgba(47,42,38,0.65);
} 
.collector-nostalgic .room-short-des .elementor-widget-container{
    border-color:rgba(185, 139, 106, 0.55) !important; 
}
.collector-nostalgic .banner-work-number .elementor-heading-title{
        color:rgba(164, 142, 122, 0.16) !important;
}
.collector-nostalgic .baner-work-text .elementor-heading-title{
    color:rgba(47,42,38,0.42) !important;
}
.collector-nostalgic .selection-notes-section{
        background-color:#F4EFE8 !important;
	border-top: 1px solid rgba(185,139,106,0.12) !important;
}
.collector-nostalgic .eyebrow {
    font-size: 0.46rem;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color:#C9B39D;
    opacity: 0.75;
    margin-bottom:24px;
}
.collector-nostalgic .selections-notes-left-content p{
        color:rgba(47,42,38,0.6) !important;
}
.collector-nostalgic .selections-notes-left-content p strong{
    color:#2F2A26;
}
.collector-nostalgic .notes-heading .elementor-heading-title{
    color:#C9B39D !important ;
} 
.collector-nostalgic .notes-sub-title .elementor-heading-title{
        color:rgba(47,42,38,0.42) !important;
}
.collector-nostalgic .notes-text p{
        color:rgba(47,42,38,0.28) !important;
}
.collector-nostalgic .notes-col{
    border-color:rgba(185,139,106,0.12) !important;
}
.collector-nostalgic .work-tab-section{
    background-color:#f4efe8 !important;
}
.collector-nostalgic .wlabel{
        color:rgba(47,42,38,0.3);
}
.collector-nostalgic .wcount{
    color:rgba(47,42,38,0.18);
}
.collector-nostalgic .collector-tab-link.active {
    color:#A48E7A !important;
    border-color:#C9B39D !important;
    background:rgba(185,139,106,0.08) !important;
}
.collector-nostalgic .collector-tab-link{
        color:rgba(47, 42, 38, 0.3);
        border: 1px solid rgba(185,139,106,0.12);
}
.collector-nostalgic .collector-tab-link:hover {
   color:rgba(47,42,38,0.7);
    border-color:rgba(185,139,106,0.35);
}
.collector-nostalgic .collector-artist-work-tabs{
        border-bottom: 1px solid rgba(185,139,106,0.12);
}
.collector-nostalgic .collector-artist-work-grid .collector-work-item:nth-child(5)
{
    grid-column: span 2;
}

.collector-nostalgic .collector-artist-work-grid .collector-work-item:nth-child(5) .collector-work-media
{
    aspect-ratio: 16 / 9;
}
.collector-nostalgic .collector-work-title{
    color:#2f2a26;
}
.collector-nostalgic .collector-artist-name{
    color:rgba(47, 42, 38, 0.28);
}
.collector-nostalgic .collector-work-meta{
    color:rgba(47, 42, 38, 0.3);
}
.collector-nostalgic .collector-inquire-btn{
    color:rgba(185,139,106,0.5) !important;
        border-bottom: 1px solid rgba(185, 139, 106, 0.2);
}
.collector-nostalgic .collector-work-item{
    background-color: #f7f2eb;
}
.collector-nostalgic .collector-work-item:hover {
box-shadow: 0 8px 48px rgba(185, 139, 106, 0.12), 0 2px 16px rgba(185, 139, 106, 0.08);
}
.collector-nostalgic .last-btn-section{
    background-color:#f7f2eb !important;
	border-top:1px solid rgba(185,139,106,0.12) !important;
}
.collector-nostalgic .btn-small-title p{
  color:#C9B39D !important;
}
.collector-nostalgic .btn-main-tilte .cta-headline {
    color:#2f2a26;
}
.collector-nostalgic .btn-main-tilte .cta-headline em{
    color:#a48e7a;
}
.collector-nostalgic .btn-1 .elementor-button{
    background-color:#a48e7a !important;
    color:#F7F2EB !important; 
}
.collector-nostalgic .btn-1 .elementor-button:hover{
    background-color:#c9b39d !important;
}
.collector-nostalgic .btn-2 .elementor-button{
    background-color:rgba(185, 139, 106, 0.05) !important;
    color:#a48e7a !important; 
    border: 1px solid rgba(185, 139, 106, 0.32) !important;
}
.collector-nostalgic .btn-2 .elementor-button:hover{
   color:#2f2a26 !important;
    border-color:rgba(185,139,106,0.55) !important;
/*     background:rgba(168, 144, 64, 0.05) !important; */
}
.collector-nostalgic .btn-3 .elementor-button{
/*     background-color:transparent !important; */
    color:rgba(47,42,38,0.3)!important; 
    border: 1px solid rgba(185,139,106,0.12) !important;
}
.collector-nostalgic .btn-3 .elementor-button:hover{
      color:rgba(47,42,38,0.6) !important;
   
}


/* SURREAL PAGE */
.collector-surreal .collector-hero-section{
	background-color:#0D0B05 !important;
}
.collector-surreal .room-short-title .elementor-heading-title{
      color:rgba(238,213,241,0.72) !important;

}
.collector-surreal .room-title .elementor-heading-title{
    color:rgba(238,213,241,0.62) !important;
}
.collector-surreal .room-short-des p{
    color:rgba(242,231,244,0.68);
} 
.collector-surreal .room-short-des .elementor-widget-container{
    border-color:rgba(180,107,184,0.55) !important; 
}
.collector-surreal .banner-work-number .elementor-heading-title{
        color:rgba(220,167,224,0.16) !important;
}
.collector-surreal .baner-work-text .elementor-heading-title{
    color:rgba(242,231,244,0.42) !important;
}
.collector-surreal .selection-notes-section{
        background-color:#120915 !important;
	border-top: 1px solid rgba(180,107,184,0.14) !important;
}
.collector-surreal .eyebrow {
    font-size: 0.46rem;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color:#b46bb8;
    opacity: 0.75;
    margin-bottom:24px;
}
.collector-surreal .selections-notes-left-content p{
        color:rgba(242,231,244,0.6) !important;
}
.collector-surreal .selections-notes-left-content p strong{
    color:#f2e7f4;
}
.collector-surreal .notes-heading .elementor-heading-title{
    color:#C9B39D !important ;
} 
.collector-surreal .notes-sub-title .elementor-heading-title{
        color:rgba(242, 231, 244, 0.42) !important;
}
.collector-surreal .notes-text p{
        color:rgba(242,231,244,0.28) !important;
}
.collector-surreal .notes-col{
    border-color:rgba(180,107,184,0.14) !important;
}
.collector-surreal .work-tab-section{
    background-color:#120915 !important;
}
.collector-surreal .wlabel{
        color:rgba(242,231,244,0.3);
}
.collector-surreal .wcount{
    color:rgba(242,231,244,0.18);
}
.collector-surreal .collector-tab-link.active {
    color:#dca7e0 !important;
    border-color:#b46bb8 !important;
    background:rgba(180,107,184,0.08) !important;
}
.collector-surreal .collector-tab-link{
        color:rgba(242,231,244,0.3);
        border: 1px solid rgba(180,107,184,0.14);
}
.collector-surreal .collector-tab-link:hover {
   color:rgba(242,231,244,0.7);
    border-color:rgba(180,107,184,0.35);
}
.collector-surreal .collector-artist-work-tabs{
        border-bottom: 1px solid rgba(180,107,184,0.14);
}
.collector-surreal .collector-artist-work-grid .collector-work-item:nth-child(5)
{
    grid-column: span 2;
}

.collector-surreal .collector-artist-work-grid .collector-work-item:nth-child(5) .collector-work-media
{
    aspect-ratio: 16 / 9;
}
.collector-surreal .collector-work-title{
    color:#f2e7f4;
}
.collector-surreal .collector-artist-name{
    color:rgba(242,231,244,0.28);
}
.collector-surreal .collector-work-meta{
    color:rgba(242,231,244,0.3);
}
.collector-surreal .collector-inquire-btn{
    color:rgba(180,107,184,0.6) !important;
        border-bottom: 1px solid rgba(180, 107, 184, 0.22);
}
.collector-surreal .collector-work-item{
    background-color:#221329;
}
.collector-surreal .collector-work-item:hover {
box-shadow:0 8px 48px rgba(180, 107, 184, 0.12), 0 2px 16px rgb(234 18 245 / 22%);
}
.collector-surreal .last-btn-section{
    background-color:#221329 !important;
	border-top:1px solid rgba(180,107,184,0.14) !important;
}
.collector-surreal .btn-small-title p{
  color:#b46bb8 !important;
}
.collector-surreal .btn-main-tilte .cta-headline {
    color:#f2e7f4;
}
.collector-surreal .btn-main-tilte .cta-headline em{
    color:#dca7e0;
}
.collector-surreal .btn-1 .elementor-button{
    background-color:#b46bb8 !important;
    color:#221329 !important; 
}
.collector-surreal .btn-1 .elementor-button:hover{
    background-color:#dca7e0 !important;
	color:#120915 !important;
}
.collector-surreal .btn-2 .elementor-button{
    background-color:rgba(180,107,184,0.05) !important;
    color:#b46bb8 !important; 
    border: 1px solid rgba(180,107,184,0.32) !important;
}
.collector-surreal .btn-2 .elementor-button:hover{
   color:#dca7e0 !important;
    border-color:rgba(180,107,184,0.55) !important;
/*     background:rgba(168, 144, 64, 0.05) !important; */
}
.collector-surreal .btn-3 .elementor-button{
/*     background-color:transparent !important; */
    color:rgba(242,231,244,0.3) !important; 
    border: 1px solid rgba(180,107,184,0.14) !important;
}
.collector-surreal .btn-3 .elementor-button:hover{
      color:rgba(242,231,244,0.6) !important;
   
}


.orientation,
.curator{
	display:none;
}
.collector-surreal .orientation,
.collector-surreal .curator{
	display:block !important;
} 
.collector-surreal .availability,
.collector-surreal .selection{
	display:none;
}




.pop-up-logo img{
	height: 44px !important;
    width: auto !important;
    filter: brightness(0) invert(1) !important;
    opacity: 0.85 !important;
}

.pop-up-contact .wpcf7 input[type="email"]{
	background: none;
	border: none;
	outline: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    font-size: 14px;
	letter-spacing: 0.08em;
	color: rgba(244, 240, 234, 0.55); 
	padding: 6px 0;
}


.pop-up-contact .wpcf7-submit{
	background: none;
	border: none;
	font-size: 0.85rem;
	color: rgba(244, 240, 234, 0.25);
	cursor: none;
	padding: 4px 8px;
	transition: color 0.3s;
}


.pop-up-contact  .wpcf7-form{
	display: flex;
	border-bottom: 1px solid rgba(244, 240, 234, 0.12);
	width: fit-content;
	padding-bottom: 2px;
}
/* .collector-pop-up  .dialog-close-button{
	display:none !important;
} */

.publication-text a{
    color:rgba(244,240,234,0.25);
    transition: color 0.3s;
}
.publication-text a:hover{
    color: rgba(244,240,234,0.6)
}





/* Desktop Only Cursor Fix */
@media (min-width: 1025px) {
    html, body, a,.elementor-button {
        cursor: none !important;
    }

    #cursor, #cursorFollow {
        position: fixed;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 999999;
        border-radius: 50%;
        /* Isse dot aur circle hamesha mouse ke center mein rahenge */
        transform: translate3d(-50%, -50%, 0);
        mix-blend-mode: difference;
        /* Sirf size change par transition transition hoga, movement par nahi */
        transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
    }

    #cursor {
        width: 6px;
        height: 6px;
        background-color: #f4f0ea;
    }

    #cursorFollow {
        width: 40px;
        height: 40px;
        border: 1px solid rgba(244, 240, 234, 0.25);
        /* Smooth follow speed control */
        transition: width 0.3s ease, height 0.3s ease, border-color 0.3s ease;
    }
}

/* Mobile par default cursor wapas lane ke liye */
@media (max-width: 1024px) {
    #cursor, #cursorFollow { display: none !important; }
    body { cursor: auto !important; }
}



.elementor-popup-modal .dialog-close-button svg {
	fill: #ffffff !important;
}
.cf7-ajax-ok-btn{
    padding: 10px 13px;
}

.art-custom-logo{
    max-width: 35px;
    filter: brightness(0) invert(1);
}

/* .collector-pop-up#elementor-popup-modal-3018{
    pointer-events: none !important;
} 
.collector-pop-up#elementor-popup-modal-3018 .dialog-widget-content {
    pointer-events: none !important;
} */



.art-work-exh-img{
     aspect-ratio: 1/1 !important;
   
}
.art-work-exh-img img{
     height: 100% !important;
    width: 100% !important;
    object-fit:cover !important;
}



/* artist detail page work post  pop up */

/* --- ARTIST WORK POPUP MAIN CONTAINER --- */
.aw-popup-main { 
    position: fixed !important; 
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999999 !important; /* Extremely high z-index */
    display: none; 
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: transparent;
}

/* --- DARK OVERLAY --- */
.aw-popup-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 12, 0.95); 
    z-index: 1;
    cursor: pointer;
}

/* --- POPUP WINDOW BOX (CENTERED) --- */
.aw-popup-window {
    position: relative !important;
    width: 90%;
    max-width: 900px;
    height: 80vh; 
    margin: auto !important; /* Centering helper */
    overflow: hidden;
    z-index: 10; 
    border: 1px solid #222;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    background: #1a1a1a;
    display: flex;
}

/* --- SLIDER TRACK --- */
.aw-master-track { 
    display: flex; 
    width: 100%; 
    height: 100%; 
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); 
}

/* --- SLIDE CONTENT --- */
.aw-full-slide { 
    min-width: 100%; 
	    width: fit-content;
    height: 100%; 
    display: flex; 
    flex-shrink: 0; 
}

.aw-popup-left { 
    width: 39%; 
    padding: 36px 32px 36px 40px; 
    display: flex; 
    flex-direction: column; 
    background: #1c1c1e; 
    position: relative; 
}

.aw-top-row { 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
    margin-bottom: 50px; 
}

.aw-close-x { 
    cursor: pointer; 
    font-size: 10px; 
    letter-spacing: 2px; 
    opacity: 0.5; 
    color: #fff; 
    text-transform: uppercase; 
}

.aw-artist-label { 
    font-size: 12px; 
    letter-spacing: 0.26em; 
    text-transform: uppercase; 
    color: rgba(244, 240, 234, 0.28); 
    margin-bottom: 6px; 
}

.aw-work-title { 
    font-family: 'Poppins', sans-serif; 
    font-size: 26px !important; 
    font-weight: 200; 
    font-style: italic; 
    color: rgba(244, 240, 234, 0.9) !important; 
    margin-bottom: 30px; 
    line-height: 1.25; 
}

.aw-tech-info { 
    border-top: 1px solid #333; 
    padding-top: 25px; 
    display: grid; 
    gap: 15px; 
}

.aw-info-box { 
    font-size: 13px; 
    color: #ccc; 
}

.aw-info-box strong { 
    color: #555; 
    font-size: 9px; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
    display: block; 
}

.aw-inquire-btn { 
    margin-top: 35px; 
    color: #fff; 
    text-decoration: none; 
    border-bottom: 1px solid #444; 
    width: fit-content; 
    padding-bottom: 5px; 
    font-size: 12px; 
}

.aw-pagination { 
    font-size: 11px; 
    color: rgba(255, 255, 255, 0.4); 
    letter-spacing: 2px; 
    margin-top: auto; 
    align-self: flex-end; 
}

/* --- RIGHT SIDE IMAGE --- */
.aw-popup-right { 
    width: 61%; 
    background: #0C0C0E; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 28px; 
}

.aw-work-frame { 
    width: 100%; 
    max-width: 450px; 
    aspect-ratio: 0.8 / 1;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6); 
	    background: #1c1c1e;
}

.aw-work-frame img { 
    width: 100%; 
    height: 100%; 
    object-fit:contain; 
}

/* --- NAV BUTTONS --- */
.aw-nav-btn { 
    position: fixed !important; /* Fix to viewport */
    top: 50%; 
    transform: translateY(-50%); 
    background: none; 
    border: none; 
    color: #fff; 
    font-size: 35px; 
    cursor: pointer; 
    opacity: 1; 
    z-index: 100000000 !important; 
    padding: 20px; 
}

/* .aw-nav-btn:hover { opacity: 1; } */
.aw-prev-btn { left: 10%; }
.aw-next-btn { right: 10%; }


/* Arrow SVG ko white karne ke liye aur size set karne ke liye */
.aw-nav-btn img,
.art-nav-external img{
    width: 23px; /* Aap apne hisab se size adjust kar sakte hain */
    height: auto;
    filter: brightness(0) invert(1); /* Isse black SVG white ho jayegi */
    display: block;
}




/* Layout ko fix rakhne ke liye zaroori properties */
.aw-work-frame {
    width: 100%;
    max-width: 450px;
    aspect-ratio: 0.8 / 1;
    background: #1c1c1e;
    position: relative;
    overflow: hidden;
    cursor: grab;
    display: block; /* Ensure block layout */
}

.aw-inner-swipe-track {
    display: flex !important; /* Force side-by-side inside hidden container */
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    will-change: transform;
}

.aw-inner-slide-item {
    min-width: 100% !important; /* Har image slide ki width frame jitni hogi */
    flex: 0 0 100% !important;   /* Resize hone se rokega */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aw-inner-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none; /* Dragging me help karega */
}

/* Minimal dots navigation */
.aw-slider-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.aw-dot {
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.aw-dot.active {
    background: #fff;
    transform: scale(1.3);
}
/* --- EXISTING CSS KE BAAD YE LIGHTBOX CSS ADD KAREIN --- */

.aw-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 100000001; /* Isse main popup ke upar dikhega */
    display: none;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
}

#aw-lightbox-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.aw-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

/* Image click allow karne ke liye pointer-events update */
.aw-inner-slide-item img {
    cursor: zoom-in;
    pointer-events: auto !important; /* Click enable karne ke liye */
}



.quote{
       width: 69%;
    font-style: italic;
    color: #F3F1EE;
    font-size: 18px;
}
.link-color .elementor-widget-container a {
    color:#F4F0EA8C !important;
}




/* exhibitons artwork pop-up */

     .art-popup-main {
         position: fixed;
         inset: 0;
         z-index: 999999;
         display: flex;
         align-items: center;
         justify-content: center;
     }

     .art-popup-overlay {
         position: absolute;
         inset: 0;
         background: rgba(22, 22, 24, 0.8);
         cursor: pointer;
     }

     .art-popup-window {
         position: relative;
         width: 90%;
         max-width: 900px;
         height: 80vh;
         overflow: hidden;
         z-index: 2;
         border: 1px solid #222;
         box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
     }

     .art-master-track {
         display: flex;
         width: 100%;
         height: 100%;
         transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
		   
     }
.art-work-frame img{
        width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

     /* Full Slide Container */
     .art-full-slide {
         min-width: 100%;
		     width: fit-content;
         height: 100%;
         display: flex;
         flex-shrink: 0;
         background: #1a1a1a;
     }

     /* Left side styles */
     .art-popup-left {
         width: 40%;
         padding: 36px 32px 36px 40px;
         display: flex;
         flex-direction: column;
         background: #1c1c1e;
         position: relative;
     }

     .art-top-row {
         display: flex;
         justify-content: space-between;
         align-items: flex-start;
         margin-bottom: 50px;
     }

     .art-close-btn {
         cursor: pointer;
         font-size: 10px;
         letter-spacing: 2px;
         opacity: 0.5;
     }

     .art-brand-icon {
         font-size: 18px;
         color: #444;
     }

     .art-artist-label {
         font-size: 12px;
         letter-spacing: 0.26em;
         text-transform: uppercase;
         color: rgba(244, 240, 234, 0.28);
         margin-bottom: 6px;
         font-family: 'Montserrat';
         font-weight: 200;
     }

     .art-work-title {
         font-family: 'Poppins', sans-serif;
         font-size: 26px !important;
         font-weight: 200;
         font-style: italic;
         color: rgba(244, 240, 234, 0.9) !important;
         margin-bottom: 14px;
         line-height: 1.25;
     }

     .art-curatorial-note {
         color: #5fb4a2;
         font-style: italic;
         font-size: 14px;
         margin-bottom: 25px;
         min-height: 20px;
     }

     .art-tech-info {
         border-top: 1px solid #333;
         padding-top: 25px;
         display: grid;
         gap: 15px;
     }

     .art-info-box {
         font-size: 13px;
         color: #ccc;
     }

     .art-info-box strong {
         color: #555;
         font-size: 9px;
         letter-spacing: 1px;
         text-transform: uppercase;
     }

     .art-inquiry-btn {
         margin-top: 35px;
         color: #fff;
         text-decoration: none;
         border-bottom: 1px solid #444;
         width: fit-content;
         padding-bottom: 5px;
         font-size: 12px;
     }
     .art-pagination {
         font-size: 11px;
         color: rgb(255 255 255 / 68%);
         letter-spacing: 2px;
     }

     /* Right side styles */
     .art-popup-right {
         width: 60%;
         background: #0C0C0E;
         display: flex;
         align-items: center;
         justify-content: center;
         padding: 28px;
     }
     .art-work-frame {
         width: 100%;
         max-width: 450px;
         aspect-ratio: 1/1;
         box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
		   background: #1c1c1e;
     }
      /* External Nav */
     .art-nav-external {
         position: absolute;
         top: 50%;
         transform: translateY(-50%);
         background: none;
         border: none;
         color: #fff;
         font-size: 35px;
         cursor: pointer;
         opacity: 1;
         z-index: 10;
         transition: 0.3s;
         padding: 20px;
     }
/*      .art-nav-external:hover {
         opacity: 1;
     } */
     .art-prev {
         left: 18%;
     }
     .art-next {
         right: 18%;
     }
.art-nav-external img {
            width: 30px; 
            height: auto;
            filter: brightness(0) invert(1); /* Black SVG ko white banata hai */
            display: block;
        }

        .art-nav-external {
            background: transparent;
            border: none;
            outline: none;
            cursor: pointer;
            z-index: 100000000 !important;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
     .art-bottom-row {
         margin-top: auto;
         display: flex;
         justify-content: flex-end;
         width: 100%;
     }
   .aw-top-row img{
    filter: brightness(0) invert(1);
}

/* INNER IMAGE SLIDER */

.art-work-frame{
    width:100%;
    max-width:450px;
    aspect-ratio:1/1;
    background:#1c1c1e;
    position:relative;
    overflow:hidden;
    cursor:grab;
}

.art-inner-swipe-track{
    display:flex;
    width:100%;
    height:100%;
    transition:transform .5s ease;
    will-change:transform;
}

.art-inner-slide-item{
    min-width:100%;
    flex:0 0 100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.art-inner-slide-item img{
    width:100%;
    height:100%;
    object-fit:contain;
    cursor:zoom-in;
    pointer-events:auto !important;
}

/* DOTS */

.art-slider-dots{
    position:absolute;
    bottom:15px;
    left:50%;
    transform:translateX(-50%);
    display:flex;
    gap:8px;
    z-index:10;
}

.art-dot{
    width:7px;
    height:7px;
    border-radius:50%;
    background:rgba(255,255,255,.3);
    cursor:pointer;
    transition:.3s;
}

.art-dot.active{
    background:#fff;
    transform:scale(1.3);
}

/* LIGHTBOX */

.art-lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.95);
    z-index:999999999;
    display:none;
    align-items:center;
    justify-content:center;
    cursor:zoom-out;
}

#art-lightbox-img{
    max-width:90%;
    max-height:90%;
    object-fit:contain;
}

.art-lightbox-close{
    position:absolute;
    top:20px;
    right:30px;
    color:#fff;
    font-size:40px;
    cursor:pointer;
}

/* NAV ICON */

.art-nav-external img{
    width:23px;
    height:auto;
    filter:brightness(0) invert(1);
    display:block;
}

.footer-mail .elementor-widget-container a{
	color:#F4F0EAB8 !important;
}



/* HIDE SECTION */

/* EXHIBITION PAGE */
#upcoming {
    display: none;
}


