/* Scrollbar width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #000000; /* dark background */
}

/* Thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background: #dfdfdf; /* black */
  border-radius: 6px;
}

/* Thumb hover */
::-webkit-scrollbar-thumb:hover {
  background: #e4e4e4;
}







.hero-v1-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-wrapper {
    width: 100%;
    height: 100%;
}

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
}

/* Gradient overlay (keep your original effect) */
.hero-v1-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /*background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0.8));*/
	background: transparent;		
}

/* Optional: Mobile fallback */
@media (max-width: 768px) {
    /* .bg-video {
        display: none;
    }

    .video-wrapper {
        background: url('fallback-image.jpg') no-repeat center center/cover;
    } */
}


@media screen and (min-width: 1440px) {
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}


.card.section-exhibition-top-content {
    max-width: 461px;
    max-height: 260px;
    margin-right: 20px;
    padding: 10px 5px 21px;
}

.future-events__tickets {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 10px;
    align-items: center;
}
.future-events__tickets .link-text{
    text-transform: uppercase;
}
.ticket-logo {
    height: 25px;
}

.ticket-logo img {
    height: 100%;
}

.google-map {
    width: 100%;
    max-width: 100%;
}

.google-map iframe {
    /* width: 100%;
    height: 200px;
    border: 0; */
    width: 100%;
    height: clamp(150px, 35vw, 113px);
    border: 0;
    display: block;
}
.google-map.home-map iframe {
    height: clamp(280px, 35vw, 113px);
}
.google-map iframe:hover {
    transform: scale(1.01);
    transition: 0.3s ease;
}

.footer-top {
    padding-top: 60px;
    padding-bottom: 30px;
}

@media screen and (max-width: 479px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .google-map.home-map iframe {
    height: clamp(150px, 35vw, 113px);
}
}

.header-logo-link {
    width: 100%;
    max-width: 252px;
}

.rich-text-v2 h2 {
    margin-left: inherit;
}

.rich-text-v2 p {
    max-width: max-content;
    margin: 16px auto 24px;
    margin-left: 0;
}

.rich-text-v2 h6,
.rich-text-v2 h5,
.rich-text-v2 h4 {
    max-width: max-content;
    margin: 24px auto 16px;
    margin-left: 0;
}

.schedule-title {
    font-weight: 800;
    font-size: 16px;
    color: black;

}


.key-features {
    background: #fbf9f9;
}

/* .display-2 {
    font-size: 65px;
} */

.card-sales-home-image {
    background: #f1f0f0;
    border: 1px solid #d9d9d9;
}

.card.maps {
    padding: 20px 28px 10px 10px;
}

/* .google-map.image iframe {
    height: 350px;
} */
/* .section.hero.v3 {
    padding-top: 70px;
    padding-bottom: 70px;
} */

.inner-container._310px {
    max-width: 310px;
}

.divider._20px {
    margin-top: 0;
    margin-bottom: 30px;
}


/* Expired Event Style */
.expired {
    position: relative;
    filter: grayscale(100%);
    opacity: 0.7;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}

/* Image grayscale */
.expired img {
    filter: grayscale(100%);
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    -webkit-user-drag: none;

    pointer-events: none;
}

/* Watermark */
.expired::after {
    content: "EXPIRED";
    position: absolute;
    top: 50%;
    left: 68%;
    transform: translate(-50%, -50%) rotate(-20deg);
    font-size: 42px;
    font-weight: 700;
    color: rgba(255, 0, 0, 0.7);
    border: 3px solid rgba(255, 0, 0, 0.7);
    padding: 10px 25px;
    letter-spacing: 4px;
    z-index: 5;
    pointer-events: none;
}

@media screen and (max-width: 991px) {
    .expired::after {
        top: 60%;
        left: 50%;
    }



}

.text-area.full-width {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
}


h3.form-heading {
    /* margin-bottom: 20px;
    margin-top: 20px; */
}

.input {
    min-height: 35px;
    margin-bottom: 0;
    padding: 0 0 9px;
    font-size: 16px;
    line-height: 30px;
}

.grid-2-columns.form {
    grid-column-gap: 35px;
    grid-row-gap: 33px;
}

.text-area {
    min-height: 55px;
}

.card.form {
    padding: 30px 40px;
    /* min-height: 550px; */
    min-height: auto;
}

th {
    background: #e6e6e6;
    font-weight: bold;
}

td,
th {
    border: 1px solid #333;
}

th[colspan="5"] {
    font-size: 18px;
}



.table-wrapper {
    overflow-x: auto;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-table th,
.custom-table td {
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
}

.custom-table th {
    background: #f2f2f2;
}

.highlight {
    background: #fafafa;
    font-weight: bold;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {

    .custom-table th,
    .custom-table td {
        font-size: 12px;
        padding: 6px;
    }
}

/* PRINT FRIENDLY */
@media print {
    body {
        background: white;
    }

    .section-title {
        color: black;
    }
}

.mg-top-50px {
    margin-top: 50px;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-table th,
.custom-table td {
    border: 1px solid #333;
    padding: 10px;
    text-align: center;
}

.custom-table th {
    background: #f2f2f2;
}

.highlight {
    background: #fafafa;
    font-weight: bold;
}


.card.sales-home-page .card-sales-home-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card.sales-home-page .position-relative {
    position: relative;
    height: 350px;
}

.card-ticket-left {
    padding: 40px 30px;
}

.card-ticket-right {
    padding: 40px 30px;
}

.exhibitions-collection-item:nth-child(2n) {
    margin-top: 0px;
    margin-bottom: 0px;
}

.grid-2-columns.exhibitions-grid {
    grid-column-gap: 27px;
    grid-row-gap: 30px;
}

.display-4 {
    /* font-size: 19px;
    line-height: normal; */
}

.card.exhibition-item-content {
    padding: 19px 20px 32px 0px;
}

/* .display-1 {
    font-size: 60px;
} */

.main-containers {
    display: flex;
    justify-content: center;
}

.main-containers h1 {
    text-align: center;
}

.main-containers2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.artist-name {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
}

.testimonial-card {
    background: #111;
    padding: 25px;
    border-radius: 10px;
    color: #fff;
}

.testimonial-author {
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 1px;
    opacity: 0.7;
    line-height: 1.4;
}

.testimonial-card p.desc{
    font-size: 16px;
    line-height: 1.6;
}


/* .display-2 {
    font-size: 45px;
} */


/* .btn-primary{
    padding: 20px 30px;
    width: max-content;
}

.btn-secondary{
     padding: 20px 30px;
} */

p.sub-paras {
    line-height: normal;
    font-size: 14px;
    color: #c73434;
}

.mission-images-bottom{
    margin-top: 0;
    justify-content: center;
    gap: 20px;
}

.timeline-tab-link{
    margin-bottom: 10px;
    line-height: normal;
}





/* Sanskriti Sagar */
.about-section{
    padding-bottom: 50px;
}
/* FLOAT LEFT LOGO */
.float-logo {
    float: left;
    width: 300px;          /* adjust size */
    margin-right: 20px;    /* space between logo & text */
    margin-bottom: 10px;
    border-radius: 12px;
}

/* TEXT STYLE */
.about-float-layout p {
    /* font-size: 16px;
    line-height: 25px; */
    color: #555;
    margin: 0;
    margin-bottom: 10px;
}

/* CLEAR FIX (VERY IMPORTANT) */
.about-float-layout::after {
    content: "";
    display: table;
    clear: both;
}

/* RESPONSIVE FIX */
@media (max-width: 768px) {
    .float-logo {
        float: none;
        display: block;
        margin: 0 auto 10px;
        width: 200px;
    }
}














/* HERO CONTAINER */
.banner-hero {
    position: relative;
    height: 400px;
    overflow: hidden;
}

/* IMAGE */
.banner-img-wrapper {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}

/* CONTENT ON TOP */
.banner-content {
    position: relative;
    z-index: 3;
}

/* TEXT COLOR */
.banner-hero h1 {
    color: #fff;
    font-size: 64px;
}

.banner-hero p {
    color: #ddd;
}

/* MOBILE */
@media (max-width: 768px) {

    .banner-hero {
        height: 55vh;
    }

    .banner-hero h1 {
        font-size: 36px;
    }

}



.text-center {
    text-align: center;
}

.grid-2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.img {
    width: 100%;
    border-radius: 12px;
}

/* MOBILE */
@media(max-width:768px){
    .grid-2 {
        grid-template-columns: 1fr;
    }
}



.grid-2-columns.contact.booking{
    grid-template-columns: 1fr;
}




/* Booking */
.booking-form-section{
    background: #f3f3f3;
        padding: 50px 0;
}
.form-heading {
    text-align: center;
    margin-bottom: 10px;
}


.form-subheading{
    margin-bottom: 25px;
}

/* GRID */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* INPUT */
.form-grid input,
.form-grid textarea {
    padding: 12px;
    /* border: 1px solid #ddd;
    border-radius: 8px; */
}

/* TEXTAREA FULL */
.form-grid textarea {
    grid-column: span 2;
    height: 100px;
        border-style: solid;
    border-width: 0 0 1px;
    border-color: var(--neutral--300) var(--neutral--300) var(--neutral--400);
    color: var(--neutral--800);
    /* letter-spacing: .06em;
    text-transform: uppercase; */
    background-color: #0000;
    min-width: 100%;
    max-width: 100%;
    min-height: 144px;
    margin-bottom: 0;
    padding: 0 0 16px;
    font-size: 18px;
    transition: color .3s, border-color .3s;
}

.form-grid input{
    border-style: solid;
    border-width: 0 0 1px;
    border-color: black black var(--neutral--400);
    color: var(--neutral--800);
    /* letter-spacing: .06em;
    text-transform: uppercase; */
    background-color: #0000;
    border-radius: 0;
    min-height: 35px;
    margin-bottom: 0;
    padding: 0 0 9px;
    font-size: 16px;
    line-height: 30px;
    transition: color .3s, border-color .3s;
}


/* BUTTON */
.form-grid button {
    /* grid-column: span 2; */
    background: #000;
    color: white;
    /* padding: 12px;
    border-radius: 8px; */
    cursor: pointer;
}

/* MOBILE */
@media (max-width:768px){
    .form-grid {
        grid-template-columns: 1fr;

        display: flex !important;
        flex-direction: column;
    }
}


.elite-steps {
    padding: 30px 0px;
    /* background: linear-gradient(180deg, #f7f7f7, #ffffff); */
}

/* TITLE */
/* .section-title {
    margin-bottom: 30px;
}
.section-title h2 {
    font-size: 36px;
}
.section-title p {
    color: #777;
} */

/* WRAPPER */
.elite-wrapper {
    position: relative;
}

/* CENTER LINE */
.elite-wrapper::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: linear-gradient(transparent, #ddd, transparent);
    transform: translateX(-50%);
}

/* STEP */
.elite-step {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    margin-bottom: 10px;
}

/* REVERSE */
.elite-step.reverse {
    direction: rtl;
}
.elite-step.reverse .elite-content {
    direction: ltr;
}

/* CARD CONTENT */
.elite-content {
    position: relative;
    padding: 30px;
    border-radius: 0 50px 50px 50px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 50px rgb(0 0 0 / 18%);
}

/* STEP NUMBER (FLOATING) */
.step-circle {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 60px;
    height: 60px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TEXT */
.elite-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.elite-content p {
    color: #555;
    line-height: 1.7;
}

/* IMAGE */
.elite-img img {
    width: 100%;
    border-radius: 170px 0px ;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    transition: 0.4s;
    border: 1px solid #000;
}

/* HOVER EFFECT */
/* .elite-img img:hover {
    transform: scale(1.05);
} */

/* ANIMATION */
.fade-up {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.8s ease;
}
.fade-up.active {
    opacity: 1;
    transform: translateY(0);
}

/* MOBILE */
@media(max-width:768px){

    .elite-step {
        grid-template-columns: 1fr;
    }

    .elite-wrapper::before {
        display: none;
    }

    .step-circle {
        position: static;
        margin-bottom: 10px;
    }
}













/* Gallery */
.gallery-section {
    padding-bottom: 50px;
}

.gallery-title {
    text-align: center;
    margin-bottom: 40px;
}

/* GRID */
.gallery-grid {
    display: grid;
    /* grid-template-columns: repeat(3,1fr); */
    grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
    gap: 25px;
}

/* CARD */
.gallery-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

/* IMAGE */
.gallery-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.5s;
}

/* HOVER */
.gallery-card:hover img {
    transform: scale(1.08);
}

/* TITLE */
.gallery-card h5 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    color: #fff;
    background: linear-gradient(transparent, rgba(0,0,0));
    margin-bottom: 0;
}

/* SLIDER */
.slider-wrapper {
    position: relative;
    height: 300px;
}

.slider-wrapper img {
    position: absolute;
    opacity: 0;
}

.slider-wrapper img.active {
    opacity: 1;
}

/* DOTS */
.slider-dots {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.slider-dots span {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
}

.slider-dots span.active {
    background: #fff;
    transform: scale(1.3);
}

/* LIGHTBOX */
#lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    justify-content: center;
    align-items: center;
}

#lightbox img {
    max-width: 90%;
    max-height: 90%;
}

/* MOBILE */
@media(max-width:768px){
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .gallery-card img{
        height: 200px;
    }
}



#lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

#lightbox img {
    max-width: 90%;
    max-height: 90%;
}



/* Policy */
.privacy-policy-section{
    padding-bottom: 30px;
}


/* FAQ */

.faq-section{
    padding: 50px 0;
}

.faq-sec{
   margin-bottom: 50px; 
}

.faq-wrapper {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 15px;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.faq-question span {
  font-size: 22px;
  transition: 0.3s;
  
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0 15px;
}

.faq-answer p {
  padding: 10px 0;
  color: #666;
}

/* Active state */
.faq-item.active .faq-answer {
  max-height: 200px;
}
.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

.faq-wrapper{
    border-bottom: none;
    border: 1px solid var(--neutral--400);
    padding: 30px 40px;
}
.faq-wrapper:hover {
    transform: none;
}

.faq-wrapper .faq-item:last-child{
    border-bottom: none;
}




/* Paralax */
.parallax-wrapper {
  position: relative;
  height: 400px;
  overflow: hidden;
}

/* Image container */
.parallax-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* Actual image */
.parallax-image img {
  width: 100%;
  height: 120%; /* slightly larger for smooth effect */
  object-fit: cover;
  transform: translateY(-10%);
  transition: transform 0.2s ease-out;
}

/* Overlay (optional) */
.parallax-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* Text content */
.parallax-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.parallax-content h2 {
  font-size: 40px;
  margin-bottom: 10px;
  color: #fff;
}

.parallax-content p {
  font-size: 16px;
  color: #ddd;
}


/* Contact Us form */

input, textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #aaa;
  padding: 8px 0;
  outline: none;
  background: transparent;
}

textarea {
  resize: none;
}


.footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact-section{
    padding-bottom: 50px;
}


/* Footer */
.nav-menu-list-item {
    margin-bottom: 13px;
    padding-left: 0;
    line-height: normal;
    font-size: 16px;
}


.contact-image-bottom-content {
    padding: 40px 30px 10px;
}

.card-contact-top{
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.card.contact {
    padding: 40px 24px 35px;
}
.card.contact.location-map {
    padding: 0px;
}

.link-wrapper{
    text-decoration: none;
}

.link-content-block.card-contact-link{
    flex-wrap: nowrap;
}

.link-content-block.card-contact-link .text-200.bold{
    font-weight: 600;
}








/* Media Inner */


.media-layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 30px;
}

/* LEFT CONTENT */
.media-content .media-image{

}
.media-content .media-image img {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}

.media-content h2 {
  margin: 15px 0;
}

.media-content p {
  line-height: 1.7;
  color: #555;
}

/* RIGHT SIDEBAR */
.media-sidebar {
  border-left: 1px solid #eee;
  padding-left: 20px;
}

.media-sidebar h3 {
  margin-bottom: 20px;
}

/* RECENT POSTS */
.recent-post {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  align-items: center;
}

.recent-post img {
  width: 70px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
}

.recent-post a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.recent-post a:hover {
  color: #585858;
}

.social-logo{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    justify-content: center;
    background: #d92920;
    padding-top: 8px;
    padding-bottom: 8px;
}
.social-logo h3{
    margin: 0;
    font-size: 16px;
    line-height: normal;
    color: #fff;
}

.social-logo .w-layout-grid{
    display: flex;
    gap: 10px;
}

.social-logo .social-media-icon-link {
    font-size: 17px;
    color: #fff;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding-left: 0px;
    font-size: 15px;
}






.innercontent .circle img {
    height: 150px;
}

.section-padding-top-bottom{
    padding-top: 120px;
    padding-bottom: 120px;
}


.custom-bottom-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
}

.timeline-tabs-content{
    max-width: 100%;
}

.w-layout-grid label{
    color: var(--neutral--500);
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
}


@media (max-width: 768px) {
  .media-layout {
    grid-template-columns: 1fr;
  }

  .media-sidebar {
    border-left: none;
    padding-left: 0;
    margin-top: 30px;
  }

  .card.form {
    padding: 20px 20px;
    min-height: auto;
}

.custom-bottom-wrapper{
    justify-content: flex-start;

}
}




@media only screen and (min-width: 1200px) and (max-width: 1380px) {
    .section{
        padding-top: 70px;
        padding-bottom: 70px;
    }
}


a.nounderline{
    text-decoration: none !important;
}


/* EVENT STATUS */

.event-status {
    display: inline-block;
    padding: 7px 14px;
    margin-bottom: 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: max-content;
}


/* UPCOMING */

.event-status-upcoming {
    background: #e8f7ed;
    color: #198754;
    border: 1px solid #b7e4c7;
}


/* COMPLETED */

.event-status-completed {
    background: #fcebec;
    color: #dc3545;
    border: 1px solid #f5c2c7;
}


.booking-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.time-label {
    margin-top: 18px;
}

.time-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.time-row .input {
    min-width: 0;
}

@media (max-width: 767px) {

    .time-row {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 7px;
    }

}




/* New Added CSS */
.card.section-exhibition-top-content {
    max-width: fit-content;
    max-height: max-content;
    margin-right: 0;
}

.grid-2-columns.section-exhibitions-top-grid{
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.social-logo{
    background: transparent;
    justify-content: end;
    margin-top: 0;
}
.social-logo h3{
    color: #000;
}

.social-logo .social-media-icon-link{
    color: #000;
}

@media (max-width: 767px) {
    .social-logo{
        justify-content: start;
    }
    .grid-2-columns.section-exhibitions-top-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================================
   PREFERRED DATE & TIME
========================================= */

.preferred-date-wrapper {
    width: 100%;
}
.preferred-date-heading {
    margin-bottom: 12px;
}

.preferred-date-heading label {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* =========================================
   DATE ROW
========================================= */
.preferred-date-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) .5fr;
    gap: 32px;
    align-items: end;
    margin-bottom: 14px;
}

/* =========================================
   FIELD
========================================= */
.preferred-field {
    min-width: 0;
}

.preferred-field label {
    display: block;
    margin-bottom: 6px;
}

/* =========================================
   ACTION
========================================= */
.preferred-action {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
    min-width: 180px;
}

/* =========================================
   ACTION BUTTON
========================================= */
.date-action-btn {
    height: 42px;
    padding: 0 18px;
    border: 1px solid #1a1a1a;
    background: transparent;
    color: #1a1a1a;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    white-space: nowrap;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}


.date-action-btn:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}


/* =========================================
   PLUS ICON
========================================= */
.action-icon {
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    margin-top: -1px;
}

/* =========================================
   REMOVE BUTTON
========================================= */
.remove-date-btn {
    border-color: #999;
    color: #333;
}

.remove-date-btn:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

/* =========================================
   MOBILE
========================================= */
@media screen and (max-width: 767px) {
    .preferred-date-row {
        grid-template-columns: 1fr 1fr .5fr;
        gap: 15px;
    }

    .preferred-action {
        grid-column: span 2;
        min-width: 15px;
    }

    .date-action-btn {
        width: 100%;
    }

}

/* =========================================
   SMALL MOBILE
========================================= */
@media screen and (max-width: 479px) {
    .preferred-date-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .preferred-action {
        grid-column: span 1;
        margin-top: 8px;
    }
}


.breadcrumbs{
    justify-content: flex-start;
}
.breadcrumbs li h1{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7em;
    margin: 0;
}

.pt-30{
    padding-top: 30px !important;
}


/* =========================================================
   MODERN FOLLOW US CARD
========================================================= */

.about-social-card {
    margin-top: 45px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;

    padding: 28px 30px;

    background: #fafafa;

    border: 1px solid #e9e9e9;
}


/* =========================================================
   SOCIAL CONTENT
========================================================= */

.about-social-content {
    max-width: 500px;
}


/* =========================================================
   EYEBROW
========================================================= */

.about-social-eyebrow {
    display: block;

    margin-bottom: 7px;

    color: #999;

    font-size: 11px;
    line-height: 1.4;

    font-weight: 600;

    letter-spacing: 0.16em;

    text-transform: uppercase;
}


/* =========================================================
   TITLE
========================================================= */

.about-social-card .about-social-title {
    margin: 0 0 8px;

    color: #161616;

    font-size: 22px;
    line-height: 1.3;

    font-weight: 500;

    letter-spacing: -0.02em;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.about-social-description {
    margin: 0;

    color: #777;

    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   SOCIAL LINKS
========================================================= */

.about-social-links {
    display: flex;
    align-items: center;

    gap: 10px;

    flex-shrink: 0;
}


/* =========================================================
   SOCIAL BUTTON
========================================================= */

.about-social-link {
    min-width: 150px;
    height: 48px;

    padding: 0 14px;

    display: flex;
    align-items: center;

    gap: 10px;

    color: #222;

    background: #fff;

    border: 1px solid #dedede;

    text-decoration: none;

    transition:
        background-color .25s ease,
        color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}


/* =========================================================
   ICON
========================================================= */

.about-social-link .social-icon-font {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 13px;

    border: 1px solid #ddd;

    border-radius: 50%;
}


/* =========================================================
   LINK TEXT
========================================================= */

.social-link-text {
    flex: 1;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: .04em;
}


/* =========================================================
   ARROW
========================================================= */

.social-arrow {
    font-size: 17px;

    line-height: 1;

    opacity: .45;

    transition:
        transform .25s ease,
        opacity .25s ease;
}


/* =========================================================
   HOVER
========================================================= */

.about-social-link:hover {
    color: #fff;

    background: #151515;

    border-color: #151515;

    transform: translateY(-2px);
}


.about-social-link:hover .social-icon-font {
    border-color: rgba(255,255,255,.4);
}


.about-social-link:hover .social-arrow {
    opacity: 1;

    transform: translate(2px,-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 991px) {

    .about-social-card {
        align-items: flex-start;

        flex-direction: column;

        gap: 25px;
    }


    .about-social-content {
        max-width: 650px;
    }


    .about-social-links {
        width: 100%;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 767px) {

    .about-social-card {
        margin-top: 30px;

        padding: 22px;

        gap: 22px;
    }


    .about-social-card .about-social-title {
        font-size: 20px;
    }


    .about-social-links {
        flex-direction: column;

        align-items: stretch;

        gap: 8px;
    }


    .about-social-link {
        width: 100%;

        min-width: 0;
    }

}


.mt-20{
    margin-top: 20px;
}


/* New Gallery */
/* =====================================================
   PREMIUM MODERN GALLERY
===================================================== */

.gallery-section {
    width: 100%;
    padding: 20px 0 90px;
}


/* =====================================================
   GRID
===================================================== */

.premium-gallery {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 14px;

    width: 100%;
}


/* =====================================================
   ITEM
===================================================== */

.gallery-item {
    position: relative;

    width: 100%;

    height: 285px;

    overflow: hidden;

    background: #e9e9e7;

    border-radius: 3px;

    transform: translateZ(0);
}


/* =====================================================
   LINK
===================================================== */

.gallery-media-link {
    position: relative;

    display: block;

    width: 100%;
    height: 100%;

    overflow: hidden;

    color: inherit;

    text-decoration: none;
}


/* =====================================================
   MEDIA WRAPPER
===================================================== */

.gallery-media-wrap {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;
}


/* =====================================================
   IMAGE / VIDEO
===================================================== */

.gallery-media {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transform: scale(1);

    transition:
        transform 1s cubic-bezier(.16, 1, .3, 1),
        filter .7s ease;
}


/* =====================================================
   HOVER LAYER
===================================================== */

.gallery-hover-layer {
    position: absolute;

    inset: 0;

    z-index: 2;

    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0) 25%,
            rgba(0,0,0,.03) 40%,
            rgba(0,0,0,.72) 100%
        );

    opacity: 0;

    transition: opacity .6s ease;

    pointer-events: none;
}


/* =====================================================
   HOVER MEDIA
===================================================== */

.gallery-media-link:hover .gallery-media {
    transform: scale(1.07);

    filter: brightness(.78);
}

.gallery-media-link:hover .gallery-hover-layer {
    opacity: 1;
}


/* =====================================================
   SUBTLE FRAME
===================================================== */

.gallery-media-link::after {
    content: "";

    position: absolute;

    inset: 11px;

    z-index: 4;

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

    opacity: 0;

    transform: scale(.97);

    transition:
        opacity .5s ease,
        transform .6s cubic-bezier(.16,1,.3,1);

    pointer-events: none;
}

.gallery-media-link:hover::after {
    opacity: 1;

    transform: scale(1);
}


/* =====================================================
   BOTTOM CONTENT
===================================================== */

.gallery-bottom {
    position: absolute;

    left: 20px;
    right: 20px;
    bottom: 18px;

    z-index: 5;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    opacity: 0;

    transform: translateY(12px);

    transition:
        opacity .45s ease,
        transform .55s cubic-bezier(.16,1,.3,1);
}

.gallery-media-link:hover .gallery-bottom {
    opacity: 1;

    transform: translateY(0);
}


/* =====================================================
   CAPTION
===================================================== */

.gallery-caption {
    min-width: 0;

    color: #fff;

    font-size: 13px;

    font-weight: 500;

    line-height: 1.4;

    letter-spacing: .15px;

    white-space: wrap;

    overflow: hidden;

    text-overflow: ellipsis;
}


/* =====================================================
   OPEN BUTTON
===================================================== */

.gallery-open {
    flex: 0 0 auto;

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

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

    border-radius: 50%;

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

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    color: #fff;

    transition:
        background .35s ease,
        color .35s ease,
        transform .45s cubic-bezier(.16,1,.3,1),
        border-color .35s ease;
}

.gallery-open span {
    display: block;

    font-size: 17px;

    font-weight: 300;

    line-height: 1;
}

.gallery-media-link:hover .gallery-open {
    background: #fff;

    border-color: #fff;

    color: #111;

    transform: rotate(45deg);
}


/* =====================================================
   IMAGE WITHOUT TITLE
===================================================== */

.gallery-open-only {
    position: absolute;

    right: 20px;
    bottom: 18px;

    z-index: 5;

    opacity: 0;

    transform: translateY(12px);
}

.gallery-media-link:hover .gallery-open-only {
    opacity: 1;

    transform: translateY(0) rotate(0deg);
}


/* =====================================================
   VIDEO PLAY BUTTON
===================================================== */

.gallery-play-button {
    position: absolute;

    left: 50%;
    top: 50%;

    z-index: 6;

    width: 62px;
    height: 62px;

    display: flex;

    align-items: center;
    justify-content: center;

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

    border-radius: 50%;

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

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    transform: translate(-50%, -50%);

    transition:
        background .45s ease,
        border-color .45s ease,
        transform .55s cubic-bezier(.16,1,.3,1);
}


/* Play triangle */

.play-icon {
    width: 0;
    height: 0;

    margin-left: 4px;

    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;

    border-left: 12px solid #fff;
}


/* Video hover */

.gallery-video:hover .gallery-play-button {
    background: #fff;

    border-color: #fff;

    transform:
        translate(-50%, -50%)
        scale(1.12);
}

.gallery-video:hover .play-icon {
    border-left-color: #111;
}


/* =====================================================
   VIDEO PLAY BUTTON SLIGHTLY HIDDEN INITIALLY
===================================================== */

.gallery-video .gallery-play-button {
    opacity: .92;
}


/* =====================================================
   LOADING STATE
===================================================== */

.gallery-item {
    contain: layout paint;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1199px) {

    .premium-gallery {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 12px;
    }

    .gallery-item {
        height: 270px;
    }
}


/* =====================================================
   SMALL TABLET
===================================================== */

@media (max-width: 991px) {

    .premium-gallery {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 10px;
    }

    .gallery-item {
        height: 300px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .gallery-section {
        padding-bottom: 60px;
    }

    .premium-gallery {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 7px;
    }

    .gallery-item {
        height: 220px;

        border-radius: 2px;
    }

    .gallery-bottom {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .gallery-caption {
        font-size: 11px;
    }

    .gallery-open {
        width: 34px;
        height: 34px;
    }

    .gallery-open span {
        font-size: 14px;
    }

    .gallery-play-button {
        width: 50px;
        height: 50px;
    }

    .gallery-media-link::after {
        inset: 7px;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .premium-gallery {
        gap: 4px;
    }

    .gallery-item {
        height: 175px;
    }

    .gallery-media-link::after {
        inset: 5px;
    }

    .gallery-bottom {
        left: 9px;
        right: 9px;
        bottom: 9px;
    }

    .gallery-open {
        width: 30px;
        height: 30px;
    }

    .gallery-open span {
        font-size: 12px;
    }

    .gallery-play-button {
        width: 44px;
        height: 44px;
    }

    .play-icon {
        border-top-width: 6px;
        border-bottom-width: 6px;
        border-left-width: 9px;
    }
}


/* =====================================================
   REDUCE MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {

    .gallery-media,
    .gallery-hover-layer,
    .gallery-bottom,
    .gallery-open,
    .gallery-play-button,
    .gallery-media-link::after {
        transition: none !important;
    }
}



/* New gallery */

.gallery-section {
  background: var(--neutral--800);
}
.premium-gallery{
    gap: 0;
}