/* ===============================
   GENERAL STYLES
=================================*/
body {
  background-color: #f8f9fa;
  line-height: 1.6;
}

/* Base responsive image handling */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.section-title {
  font-size: 46px;
  position: relative;
  color: #3e5a49;
  font-family: "lexend", sans-serif;
  margin-bottom: 40px;
  /* text-align: center; */
  font-weight: 300;
}

/* ===============================
   HERO SECTION
=================================*/

.hero-section {
  min-height: 85vh;
  color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
}

.hero-left {
  z-index: 1;
}

.hero-section .brand {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.hero-section .dot {
  color: #ffb703;
  font-size: 1.2rem;
}
.hero-section h1,
.hero-section .lead {
  font-weight: 400;
  line-height: 1.3;
  font-size: 50px;
  color: #1e1e1e;
  font-family: "Lexend", sans-serif;
}
.hero-section:before {
  content: "";
  background: #672626;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.event-card {
  background-color: rgb(0 0 0 / 40%);
  border: 1px solid #eff0eb3b;
  backdrop-filter: blur(40px);
  border-radius: 12px;
  padding: 15px 20px;
}
.date-box {
  padding: 10px 17px;
  background: #00000033;
  border-radius: 8px;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.time-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  display: none;
}
.time-box h2 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #fff;
}
h2.exact-time {
  color: #dcdcdc;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
}
.location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
h3.location-heading {
  font-size: 18px;
  font-weight: 500;
  font-family: "Lexend";
  margin-top: 25px;
  color: #1e1e1e;
}
.location-text {
  font-size: 17px;
  color: #1e1e1e;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  max-width: 70%;
}

/* ===============================
   FORM BOX
=================================*/
.form-box {
  background: #eff0eb;
  position: relative;
  z-index: 2;
}
.form-label {
  margin-bottom: 0.5rem;
  color: #333;
  font-weight: 300;
  font-family: "Lexend", sans-serif;
}
.form-box .form-control {
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 0.9rem;
  outline: none;
}
.form-box .form-control:focus {
  border-color: #198754;
  box-shadow: 0 0 5px rgba(25, 135, 84, 0.5);
}

.form-box .btn {
  background-color: #198754;
  border: none;
  font-weight: 400;
  transition: 0.3s ease;
  font-family: "Lexend", sans-serif;
}

.form-box .btn:hover {
  background-color: #157347;
}

/* ===============================
   COUNTDOWN STRIP
=================================*/
section.countdown-section {
  padding: 50px 10px;
  background-color: #d8dbd0;
  background: url("../images/background-bg.jpg") center / cover no-repeat;
}
section.countdown-section:before {
  content: "";
  background: #d8dbd0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 0;
}
.countdown-strip {
  z-index: 1;
  position: relative;
}

.countdown-strip .count-number,
.countdown-strip .counter-number {
  font-size: 44px;
  font-weight: 700;
  color: #4f4f4f;
  font-family: "EB Garamond", serif;
}

.countdown-strip .count-label,
.counter-label {
  font-size: 25px;
  color: #4f4f4f;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
}

/* ===============================
   PANEL EXPERTS
=================================*/
.panel-experts {
  background-color: #fff;
}
swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expert-card {
  border: none;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.expert-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.expert-card img {
  height: 260px;
  object-fit: cover;
}

.expert-card .card-body {
  text-align: center;
}

/* ===============================
   EXHIBITION BLOCK
=================================*/
.global-exhibition-section {
  background: #eff0eb;
  padding: 80px 0;
}

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

.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #2c3e36;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 650px;
  margin: 0 auto;
}

.exhibition-card {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #eff0eb;
  overflow: hidden;
  padding: 20px;
  height: 100%;
  overflow: hidden;
}

.exhibition-img {
  width: 70%;
  border-radius: 4px;
  object-fit: cover;
  max-height: 50vh;
  height: 100%;
  min-width: 70%;
}

.exhibition-info {
  width: 45%;
}
.exhibition-info h3 {
  font-size: 48px;
  font-weight: 300;
  color: #3e5a49;
  margin-bottom: 10px;
  text-align: left;
  font-family: "EB Garamond", serif;
  max-width: 100%;
}

.exhibition-info p {
  font-size: 22px;
  color: #3e3e3e;
  font-family: "Lexend", sans-serif;
  text-align: left;
  font-weight: 400;
}

swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  color: #2c3e36;
}

.swiper-pagination-bullet-active {
  background: #2c3e36;
}

/* Custom Navigation Buttons */

.custom-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #2c2b20;
  padding: 10px 12px;
  border-radius: 12px 12px 0 0;
  width: fit-content;
  margin: 0;
  position: absolute;
  left: 25%;
  z-index: 9999;
  bottom: 21px;
  transform: translate(0px, 0px);
}

.nav-btn {
  border: none;
  background: #d9d9d9;
  color: #2c2b20;
  font-size: 1.2rem;
  font-weight: bold;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.nav-btn.next-btn {
  background: #f8f5ed;
}

.nav-btn:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* ===============================
   SPECIAL BLOCK
=================================*/
.special-block {
  background-color: #f6f8f7;
}

.feature-card {
  padding: 3em 2em;
  background: #eff0eb;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 9;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.feature-card:before {
  content: "";
  background: url(/assets/images/icon.svg) center / cover no-repeat;
  opacity: 0.1;
  position: absolute;
  left: 0px;
  bottom: -85%;
  width: 100%;
  height: 100%;
  background-position: bottom;
  z-index: 0;
  transform: rotate(180deg);
}
.feature-card:after {
  content: "";
  background: #c5a688;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  display: none;
}
.feature-card:hover:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.feature-card:hover:before {
  bottom: -40%;
  opacity: 0.45;
  transition: all 0.5s ease-in-out;
}

.feature-title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  font-family: "EB Garamond", serif;
  text-align: center;
  line-height: 1.3;
}
p.ft-box-para {
  color: #000;
  font-size: 16px;
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
}
button.cta-btn {
  background: #eaeaea;
  padding: 10px 12px;
  color: #7b5234;
  font-size: 17px;
  font-weight: 400;
  border: none;
  outline: none;
  border-radius: 4px;
  font-family: "Lexend", sans-serif;
  margin-top: 20px;
}
button.cta-btn:hover {
  background: #7b5234;
  color: #fff;
  transition: 0.3s ease-in-out;
}
button.cta-btn i.fa-solid.fa-arrow-right {
  padding: 10px;
  background: #7b5234;
  color: #fff;
  margin-left: 5px;
}
button.cta-btn:hover i.fa-solid.fa-arrow-right {
  background: #eaeaea;
  color: #7b5234;
  transition: 0.3s ease-in-out;
}

/* ===============================
   COLLECTION BLOCK
=================================*/
section.py-5.collection-block {
  background-color: #e8ecda;
}
.collection-card img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 8px;
  object-position: center;
}
img.collection-img {
  height: 60vh;
}
h6.collection-card-title {
  font-size: 24px;
  color: #2f260a;
  font-weight: 400;
  text-align: left;
  padding: 15px 0;
  font-family: "Lexend", sans-serif;
}
swiper-container.premium-collection-swiper h6.collection-card-title {
  text-align: center;
}
/* ===============================
   WHY VISIT
=================================*/

.rudraksha-section {
  position: relative;
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.4) 50%,
      #eff0eb 50%
    ),
    url("./../images/bg-right.png") left center / cover no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: normal;
}

.rudraksha-heading {
  display: inline-block;
  background-color: #dcd9c9;
  padding: 20px 40px;
  border-radius: 12px;
  font-size: 40px;
  color: #2f260a;
  font-weight: 300;
  margin-bottom: 50px;
  font-family: "Lexend", sans-serif;
  max-width: 60%;
  line-height: 1.5;
}
img.wv-img {
  height: 40vh;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  transition: transform 0.4s ease;
}
.wv-info {
  background: #2e250bba;
  padding: 10px;
  text-align: left;
  color: #fff;
}
h6.wv-card-title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  font-family: "EB Garamond", serif;
}
swiper-container.whyVisit {
  padding-left: 18vw;
}

/* ===============================
   UPCOMING EXHIBITION
=================================*/
.upcoming-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
}

/* ===============================
    VIDEO SECTION
=================================*/
.video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-section .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* ===============================
   OUR CLIENTS
=================================*/

section.our-clients {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #e8ecda;
}
img.client-img {
  height: 32vh;
  object-fit: cover;
  object-position: top;
}
.client-info {
  padding-top: 1.3em;
}
h6.client-card-title {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 300;
  font-family: "Lexend", sans-serif;
  margin: 0;
  text-align: center;
}

/* ===============================
   TESTIMONIALS
=================================*/
.customer-experience {
  padding: 60px 0;
  background: #f7f8f3;
}

.section-title {
  font-size: 28px;
  font-weight: 500;
  color: #3b463b;
}

.testimonial-card {
  background: #eff0eb;
  border-radius: 16px;
  padding: 24px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.stars {
  color: #3b3b3b;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}

.testimonial-text {
  color: #011b3c;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: "Lexend", sans-serif;
  text-align: left;
  font-weight: 300;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-footer .info {
  color: #3b463b;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.testimonial-footer .name {
  margin-bottom: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.avatar {
  background: #dcded7;
  color: #2e352e;
  font-weight: 700;
  border-radius: 12px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.enquiry-btn {
  background: #6e5b47;
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.enquiry-btn:hover {
  background: #574836;
}

/* ===============================
   FOOTER
=================================*/
.faq-section {
  background-color: #e8ebdc;
  padding: 60px 20px;
  min-height: 95vh;
}

.faq-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #2b2419;
  font-size: 2rem;
}

.faq-item {
  background: #f6f6f4;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 25px;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  color: #2b2419;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: "Lexend", sans-serif;
}

.faq-question:hover {
  background-color: #ecece8;
}

.icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

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

.faq-answer p {
  margin: 15px 0;
  color: #5c554b;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 20px 25px;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}

.rudralife-footer {
  background-color: #cfd1c6;
  padding: 40px 0;
  color: #2b2419;
  font-family: "Poppins", sans-serif;
  border-top: 1px solid #c3c3b9;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-logo {
  max-width: 150px;
}

.footer-copy {
  font-size: 14px;
  color: #2e250b;
  margin: 0;
  font-family: "Lexend", sans-serif;
}

.footer-right h5 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  color: #2e250b;
  font-family: "Lexend", sans-serif;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 6px;
  color: #2e250b;
  font-family: "Lexend", sans-serif;
}

.footer-contact i {
  border: 1px solid #2b2419;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.footer-contact a {
  color: #2b2419;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #6a5f4b;
}

@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .footer-contact {
    align-items: center;
  }
}

.exhibition-section {
  position: relative;
  background: url("../images/map.png") no-repeat center center/cover;
  background-color: #e5e5e5;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
  height: 80vh;
}
.exhibition-content {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  position: relative;
}
section.exhibition-section button.cta-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.tabs button.tab-btn {
  border-right: 2px solid #000;
  padding-right: 20px;
  padding-left: 0;
}

.exhibition-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 7em;
}

.tab-btn {
  border: none;
  background: transparent;
  font-weight: 600;
  color: #333;
  font-size: 18px;
  position: relative;
  transition: color 0.3s ease;
  font-family: "Lexend", sans-serif;
}

.tab-btn.active {
  color: #5a3e1b;
}

.info-box {
  background: #d0d2c4;
  display: inline-block;
  padding: 30px 40px;
  border-radius: 8px;
  text-align: left;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(30px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 35%;
  margin: 0 auto;
}
.exhibitionBox p {
    text-align: center;
}
span.address-text {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.info-box.show {
  opacity: 1;
  transform: translateY(0);
}

.info-icon {
  background: #4e4c4c;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 20px;
  z-index: 0;
  position: relative;
}

.register-btn {
  display: inline-block;
  margin-top: 30px;
  background: #5a3e1b;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.register-btn:hover {
  background: #3f2c15;
}

.exhibitionBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2em;
}
h4#exhibition-title {
  font-size: 24px;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  color: #202020;
  text-align: center;
}
span#exhibition-phone,
span#exhibition-email {
  color: #4e4c4c;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
}
div.info-box:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='204' height='126' viewBox='0 0 204 126' fill='none'%3E%3Cpath d='M200 57H122.165C120.759 57 119.456 57.7383 118.734 58.9445L101.732 87.328C100.187 89.9075 96.4545 89.9239 94.8868 87.3581L77.508 58.9145C76.7814 57.7253 75.4883 57 74.0947 57H4C1.79086 57 0 55.2091 0 53V4C0 1.79086 1.79086 0 4 0H200C202.209 0 204 1.79086 204 4V53C204 55.2091 202.209 57 200 57Z' fill='%23D0D2C4'/%3E%3C/svg%3E");
  position: absolute;
  left: 30%;
  bottom: -54px;
  width: 100px;
  height: 88px;
  z-index: 1;
  transform: rotate(7deg);
  background-size: contain;
  background-repeat: no-repeat;
}

.sticky-btn {
  position: fixed;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1050; /* Above everything else */
  border-radius: 50px;
  transition: all 0.3s ease;
}
button.cta-btn.sticky-btn {
  transform: rotate(270deg);
  background: #c9dad0;
  color: #335a49;
  border: 1px solid #fff2e3;
  border-radius: 8px 8px 0 0;
  box-shadow: none;
  transform: rotate(270deg);
  margin: 0;
  z-index: 9999999999999 !important;
  padding: 10px 20px;
}
div.info-box:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='204' height='126' viewBox='0 0 204 126' fill='none'%3E%3Cpath d='M200 57H122.165C120.759 57 119.456 57.7383 118.734 58.9445L101.732 87.328C100.187 89.9075 96.4545 89.9239 94.8868 87.3581L77.508 58.9145C76.7814 57.7253 75.4883 57 74.0947 57H4C1.79086 57 0 55.2091 0 53V4C0 1.79086 1.79086 0 4 0H200C202.209 0 204 1.79086 204 4V53C204 55.2091 202.209 57 200 57Z' fill='%23D0D2C4'/%3E%3C/svg%3E");
  position: absolute;
  left: 30%;
  bottom: -54px;
  width: 100px;
  height: 88px;
  z-index: 1;
  transform: rotate(7deg);
  background-size: contain;
  background-repeat: no-repeat;
}
.collection-img-dets,
.wv-img-dets {
  position: relative;
  overflow: hidden;
}
p.panel-expert-desig {
  color: #534310;
  font-size: 14px;
  text-align: left;
  margin: 0;
  font-family: "Lexend", sans-serif;
}
.panel-experts h6.collection-card-title {
  padding-bottom: 0;
  font-family: "EB Garamond", serif;
}
.collection-card {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.collection-detail-info {
  background: #2f260a;
  padding: 15px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  pointer-events: none; /* hover area me flicker avoid karega */
}

.collection-card:hover .collection-detail-info {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.wv-card:hover .collection-detail-info {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.collection-detail-info p.info {
  font-size: 14px;
  line-height: 1.8;
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  text-align: left;
  text-wrap: auto !important;
}

.collection-card:hover .collection-detail-info {
  display: block;
}
.exhibitionBox p {
  margin: 0;
}

.client-info p.panel-expert-desig {
  text-align: center;
  margin-top: 5px;
}
img.floating-icon {
  max-width: 70px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
}
button.tab-btn {
  pointer-events: none;
}

@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
    padding-top: 3rem;
  }

  .form-box {
    margin-top: 2rem;
  }

  .countdown-strip .count-number {
    font-size: 1.4rem;
  }
  
}

/* ===============================
   RESPONSIVE: TABLET (≤ 992px)
=================================*/
@media (max-width: 992px) {
  /* Hero */
  .hero-section h1,
  .hero-section .lead {
    font-size: 40px;
  }
  .location-text {
    max-width: 100%;
  }

  /* Global Exhibition Card */
  .exhibition-card {
    gap: 24px;
  }
  .exhibition-img {
    height: 38vh;
  }
  .exhibition-info h3 {
    font-size: 36px;
    max-width: 100%;
  }

  /* Why Visit */
  swiper-container.whyVisit {
    padding-left: 0;
  }
  .rudraksha-heading {
    max-width: 100%;
    font-size: 32px;
    padding: 16px 24px;
  }
  img.wv-img {
    height: 300px;
  }

  /* Video section */
  .video-section {
    height: 70vh;
  }

  /* Our Clients */
  img.client-img {
    height: 24vh;
  }

  /* Footer */
  .footer-inner {
    gap: 16px;
  }

  /* Countdown */
  .countdown-strip .count-label,
  .counter-label {
    font-size: 20px;
  }

  /* Panel Experts: tablet adjustments */
  .panel-experts .section-title {
    font-size: 2rem;
  }
  .panel-experts img.collection-img {
    min-height: 400px;
    height: auto;
    object-fit: cover;
  }
}

/* ===============================
   RESPONSIVE: MOBILE (≤ 576px)
=================================*/
@media (max-width: 576px) {
  /* Hero */
  .hero-section {
    padding-top: 2rem;
  }
  .hero-section h1,
  .hero-section .lead {
    font-size: 28px;
    line-height: 1.3;
  }

  /* Form */
  .form-box {
    padding: 12px !important;
  }

  /* Exhibition card becomes vertical */
  .exhibition-card {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
  .exhibition-img,
  .exhibition-info {
    width: 100%;
  }
  .exhibition-img {
    height: auto;
    min-height: 320px;
  }
  .exhibition-info h3 {
    font-size: 26px;
  }

  /* Custom nav buttons under the slider, centered */
  .custom-nav {
    display: none;
    left: 85%;
    transform: translateX(-50%);
    bottom: 10px;
  }

  /* Special block */
  .feature-card {
    padding: 3.2em 1em;
  }
  .feature-title {
    font-size: 20px;
  }
  p.ft-box-para {
    font-size: 14px;
  }

  /* Why Visit */
  .rudraksha-section {
    padding: 40px 0;
    background: #eff0eb;
  }
  .rudraksha-heading {
    font-size: 24px;
    padding: 12px 16px;
  }
  img.wv-img {
    height: 220px;
  }
  swiper-container.whyVisit {
    padding-left: 0;
  }

  /* Video section */
  .video-section {
    height: 55vh;
  }

  /* Collection images */
  img.collection-img {
    height: auto;
    min-height: 240px;
  }

  /* Our clients */
  img.client-img {
    height: 280px;
  }
  h6.client-card-title {
    font-size: 16px;
  }
  div.info-box:after {
    display: none;
  }

  /* Testimonials */
  .testimonial-card {
    padding: 16px;
    min-height: auto;
  }
  .avatar {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }

  /* FAQ section */
  .faq-section {
    height: auto;
    padding: 40px 16px;
  }
  .faq-title {
    font-size: 1.4rem;
  }

  /* Footer */
  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .footer-contact {
    align-items: center;
  }

  /* Upcoming Exhibition section */
  .exhibition-section {
    height: auto;
    padding: 40px 16px;
  }
  .tabs {
    margin-bottom: 2.5em;
  }
  section.exhibition-section button.cta-btn {
    position: static;
    margin-top: 16px;
  }

  /* Sticky enquiry button: bring to bottom-right without rotation */
  .sticky-btn {
    bottom: 50%;
    top: auto;
    transform: none;
  }
  button.cta-btn.sticky-btn {
    transform: rotate(270deg);
  }
  .col-lg-4.offset-lg-1 {
    /* display: none;*/
    display: block;
  }
  .exhibitionBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 0;
    flex-direction: column;
    flex-wrap: wrap;
  }

  /* Panel experts */
  .expert-card img {
    height: 200px;
  }
  /* Panel Experts: phone adjustments */
  .panel-experts .section-title {
    font-size: 1.6rem;
  }
  .panel-experts img.collection-img {
    min-height: 400px;
  }
  .panel-experts .collection-detail-info p.info {
    font-size: 13px;
  }
  .info-box{
    max-width: 90%;
  }
  h6.collection-card-title{
    font-size: 16px;
  }
}

/* ===============================
   THANK YOU PAGE
=================================*/
.thankyou-card {
  background: rgba(239, 240, 235, 0.28);
  border: 1px solid #eff0eb3b;
  backdrop-filter: blur(32px);
  border-radius: 12px;
  padding: 28px 32px;
  max-width: 720px;
}
.thankyou-icon {
  font-size: 52px;
  color: #ddcda4;
}
.thankyou-title {
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-size: 42px;
  color: #fff;
  margin-top: 12px;
}
.thankyou-msg {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  color: #f2f2f2;
  font-size: 18px;
  margin-top: 8px;
}
.thankyou-actions .btn {
  margin-top: 16px;
  padding: 10px 20px;
  border-radius: 8px;
}

@media (max-width: 576px) {
  .thankyou-title {
    font-size: 28px;
  }
  .thankyou-msg {
    font-size: 16px;
  }
}
