img {
  pointer-events:none;
  user-select:none;
}

:root {
  --hero-bg: #341f12;
  --primary: #341f12;      /* royal maroon */
  --secondary: #C9A24D;    /* gold */
  --light-bg: #F6EFE8;     /* ivory */
  --text-dark: #2B1B12;
  --text-light: #F5E6C8;
}
.visually-hidden{
  display: none;
  font-size:0;
  height:0;
  visibility: hidden;
  max-height:0;
}

body {
  background: var(--light-bg);
  color: var(--text-dark);
  font-family: 'Lora', serif;
}

h1, h2, h3, h4, h5 {
  color: var(--primary);
  font-family: 'Cinzel', serif;
}
p{font-family: 'Lora', serif;}
/* Modern CTA update to match new hero */
.hero-cta {
  background: linear-gradient(135deg, #C9A24D, #8C6A2B);
  color: #341f12;
  box-shadow: 0 12px 30px rgba(201,162,77,0.5);
}

.hero-cta:hover {
  background: linear-gradient(135deg, #E8C76A, #C9A24D);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(201,162,77,0.15), transparent 60%);
  pointer-events: none;
}


.navbar-brand img {
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.4));
  height:70px;
}
/* Modern Navbar */
.modern-navbar {
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

/* Animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* Links */
.modern-navbar .nav-link {
  font-family: 'Inter', sans-serif;
  color: #271c0a;
  font-size: 16px;
  font-weight: 500;
  margin-left: 18px;
  transition: color 0.3s ease;
}

.modern-navbar .nav-link:hover {
  color: #C9A24D;
}

/* Hamburger icon color */
.navbar-toggler {
  border: none;
  outline: none;
}

/*.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(246,230,200,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}*/


.btn-gold {
  background:#C9A24D;
  color:#fff;
  border:none;
}

.section {
  padding:80px 0;
}

.bg-soft {
  background:#EFE6DA;
}
/*nav*/
.navbar{
  background:#F6EFE8;
}
.nav-link{
  font-size:18px;
}
/* ===== Srilaya BTS Section ===== */

.srilaya-bts {
  background:#F5F8FF;
}

.bts-box {
  position:relative;
  overflow:hidden;
  border-radius:14px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition:0.4s ease;
}

.bts-box video {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.bts-box:hover {
  transform:scale(1.04);
  box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

/* Category Boxes */
.category-box, .jewel-box {
  background:white;
  padding:15px;
  border-radius:10px;
  text-align:center;
  box-shadow:0 10px 25px rgba(0,0,0,0.1);
  transition:0.3s ease;
  cursor:pointer;
  font-family: 'Cinzel', serif;
}

.category-box:hover, .jewel-box:hover {
  transform:scale(1.05);
}

.category-box img, .jewel-box img {
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:8px;
}
#priceFilter {
  border-radius: 25px;
  padding: 8px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  border: 1px solid #C9A24D;
  color: #341f12;
  background: #fff;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}
/* Scroll To Top Floating Button */
#scrollTopBtn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C9A24D, #E8C76A);
  color: #341f12;
  border: none;
  font-size: 20px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
  z-index: 999;
  transition: all 0.3s ease;
}

#scrollTopBtn:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 35px rgba(201,162,77,0.5);
}

/*Contact*/
/* Dark Themed Contact Section */
/* Dark Themed Contact Section */
.modern-contact {
  background: linear-gradient(135deg, #2B0F12, #4A1418, #6B1E23);
  position: relative;
  overflow: hidden;
}

.modern-contact h2 {
  color: #F6E6C8;
}

.modern-contact .subtitle {
  color: #D8B46A;
  font-family: 'Cormorant Garamond', serif;
}
.contact-card {
  background: rgba(255, 255, 255, 0.95);
  padding: 35px 25px;
  border-radius: 18px;
  text-align: center;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0,0,0,0.35);
  transition: all 0.35s ease;
  position: relative;
  font-family: 'Cinzel', serif;
}

.contact-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 30px 60px rgba(201, 162, 77, 0.35);
}
/* WhatsApp Card – Themed */
.contact-card.whatsapp {
  background: linear-gradient(135deg, #6B1E23, #3A0F12);
  color: #F6E6C8;
  border: 1px solid rgba(201,162,77,0.5);
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

.contact-card.whatsapp h5,
.contact-card.whatsapp p {
  color: #F6E6C8;
}

.contact-card.whatsapp span {
  color: #C9A24D;
}
.whatsapp-btn {
  display: inline-block;
  background: linear-gradient(135deg, #25D366, #1EBE5D);
  color: #fff;
  padding: 10px 22px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(37,211,102,0.4);
}

.whatsapp-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(37,211,102,0.6);
}
.contact-card.whatsapp::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 1px solid rgba(201,162,77,0.3);
  pointer-events: none;
}


.hero{
  background:#341f12;
  margin-top:90px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.6);
}
.hero-img{
  padding: 0 !important;
  margin:0;
}
.hero-content {
  color:#E6D2B5;
}
.hero-content h1{
  color:#f0c68f;
  line-height: 1.2;
}

/* Modern Hero CTA */
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 34px;
  border-radius: 40px;
  background: linear-gradient(135deg, #6B1E23, #3A0F12);
  color: #F6E6C8;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(107, 30, 35, 0.4);
  transition: all 0.4s ease;
}

/* Gold border glow */
.hero-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  border: 1px solid rgba(201, 162, 77, 0.6);
  pointer-events: none;
}

/* Arrow animation */
.hero-cta i {
  font-style: normal;
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* Hover effects */
.hero-cta:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 4px 45px rgba(201, 162, 77, 0.2);
  background: linear-gradient(135deg, #521e1e47, #6B1E23);
}

.hero-cta:hover i {
  transform: translateX(6px);
}
.hero-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: 0.6s ease;
}

.hero-cta:hover::after {
  left: 120%;
}
.categories img{
  padding-bottom:2rem;
}

/* Contact Section – Dark Luxury Theme */
.modern-contact {
  background: #341f12;
  position: relative;
  overflow: hidden;
}

/* Section heading */
.modern-contact h2 {
  color: #F6E6C8;
}

.modern-contact .subtitle {
  color: #D8B46A;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px;
}

/* Contact Cards */
.contact-card {
  background: linear-gradient(135deg, #ffffff, #f9f6f1);
  padding: 40px 28px;
  border-radius: 8px;
  text-align: center;
  height: 100%;
  box-shadow: 0 20px 45px rgba(0,0,0,0.45);
  transition: all 0.4s ease;
  position: relative;
}

/* Hover animation */
.contact-card:hover {
  transform: translateY(-5px) scale(1.04);
  box-shadow: 0 4px 65px rgba(201,162,77,0.15);
}

/* Icon styling */
.contact-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C9A24D, #F1D27C);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #341f12;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  transition: all 0.4s ease;
}

.contact-card:hover .contact-icon {
  transform: scale(1.15) rotate(6deg);
}

/* Text */
.contact-card h5 {
  font-family: 'DM Serif Display', serif;
  color: #6B1E23;
  margin-bottom: 8px;
}

.contact-card p {
  color: #2B1B12;
  font-size:1.2rem;
}

/* WhatsApp Card – Theme Consistent */
.contact-card.whatsapp {
  background: linear-gradient(135deg, #6B1E23, #341f12);
}

.contact-card.whatsapp h5,
.contact-card.whatsapp p {
  color: #F6E6C8;
  font-size:1.2rem;
}

.contact-card.whatsapp .contact-icon {
  background: linear-gradient(135deg, #C9A24D, #E8C76A);
  color: #341f12;
}

/* WhatsApp Button */
.whatsapp-btn {
  display: inline-block;
  margin-top: 10px;
  background: linear-gradient(135deg, #25D366, #1EBE5D);
  color: #fff;
  padding: 10px 44px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(37,211,102,0.1);
}

.whatsapp-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 30px rgba(37,211,102,0.2);
}

/*Jewelry Care Section*/
.jewel-cat{
padding-bottom:4rem;
}
/* Jewellery Care Icons – Modern & Theme Friendly */
.care-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C9A24D, #E8C76A);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transition: all 0.35s ease;
}

.care-icon i {
  font-size: 26px;
  color: #341f12;
}

.care-card {
  background: #fff;
  padding: 30px 24px;
  border-radius: 16px;
  text-align: left; /* change from center to left */
  height: 100%;
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

/* Icon alignment */
.care-icon {
  width: 60px;
  height: 60px;
  margin: 0 0 14px 0;   /* remove auto centering */
  border-radius: 50%;
  background: linear-gradient(135deg, #C9A24D, #E8C76A);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Text */
.care-card h5 {
 font-family: 'Cinzel', serif;
  color: #6B1E23;
  margin-bottom: 6px;
}

.care-card p {
  font-size: 18px;
  color: #2B1B12;
  line-height: 1.6;
  font-family: 'inter', serif;
  font-weight:100;
}
.jewel-box h5{
  color:#321a05;
  letter-spacing:1px;
  font-family: 'Cinzel', serif;
  font-size:14px;
  font-weight:100;
}
.jewel-box p{
  color:#9b8576;
  letter-spacing:1.2px;
  font-family: 'inter', serif;
  font-size:32px;
   font-weight:100;
}



/* Fullscreen Jewellery View */
.fullscreen {
  display:none;
  position:fixed;
  top:0; left:0;
  width:100%; height:100%;
  background:rgba(0,0,0,0.9);
  justify-content:center;
  align-items:center;
  flex-direction:column;
}

.fullscreen img {
  max-width:80%;
  max-height:80%;
}

.fs-info {
  position:absolute;
  bottom:20px;
  width:90%;
  display:flex;
  justify-content:space-between;
  color:white;
  font-size:18px;
}

/* Footer */
.footer {
  background:#341f12;
  color:rgb(151, 145, 143);
  text-align:center;
  padding:20px;
}
.footer a { color:#C9A24D; text-decoration: none;}
.footer-logo {
  height: 60px;
  margin: 20px 20px 10px 20px;
}


/* Disclaimer */
/* Contact Disclaimer Styling */
.contact-disclaimer {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(201,162,77,0.4);
  border-radius: 20px;
  padding: 30px 35px;
  color: #F6E6C8;
  backdrop-filter: blur(6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.contact-disclaimer h4 {
  color: #C9A24D;
  margin-bottom: 15px;
  font-size: 20px;
}

.contact-disclaimer p {
  font-size: 16px;
  line-height: 1.7;
  color: #F6E6C8;
}

.contact-disclaimer ul {
  padding-left: 18px;
  margin: 12px 0;
}

.contact-disclaimer ul li {
  font-size: 16px;
  margin-bottom: 6px;
  color: #EAD9B8;
}
 /*Category Page */
/* Modern Category Title */
.category-title {
  font-size: 3rem;
  letter-spacing: 1px;
  color: #6B1E23;
  position: relative;
  display: inline-block;
  padding-top: 22px;
  padding-bottom: 12px;
}
.form-select{
  padding-bottom: 22px;
}
/* Elegant underline accent */
.category-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, #C9A24D, #E8C76A);
  transform: translateX(-50%);
  border-radius: 2px;
}

 .jewel-container img{
  height:600px;
  margin-bottom:20px;
 }

/*Full Screen*/
.fs-info-left {
  display: flex;
  gap: 20px;
}

/* Fullscreen container */
.fullscreen {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(20, 10, 6, 0.95);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}
.jewel-media {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 12px;
}
.jewel-container video{
  margin-bottom:20px;
 }

/* Fullscreen video */
.fs-video {
  max-width: 85%;
  max-height: 80%;
  border-radius: 18px;
  background: #fff;
  padding: 8px;
  border: 1px solid rgba(201, 162, 77, 0.6);
  box-shadow: 0 25px 60px rgba(0,0,0,0.7);
}


/* Zoomed jewellery image */
.fullscreen img {
  max-width: 95%;
  max-height: 90%;
  border-radius: 10px;
  background: #fff;
  padding: 2px;
  border: 1px solid rgba(201, 162, 77, 0.6);   /* gold border */
  box-shadow:
    0 25px 60px rgba(0,0,0,0.7),
    0 0 0 6px rgba(201, 162, 77, 0.08);        /* soft luxury glow */
  animation: zoomIn 0.4s ease;
}

/* Bottom info bar */
.fs-info {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(52, 31, 18, 0.9);
  backdrop-filter: blur(6px);
  border-radius: 14px;
  padding: 14px 22px;
  
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

/* Jewellery Name */
#fsName {
  font-family: 'Cinzel', serif;
  font-size: 24px;
  color: #F6E6C8;
  letter-spacing: 0.4px;
}

/* Jewellery Price */
#fsPrice {
 font-family: 'Cinzel', serif;
  font-size: 32px;
  font-weight: 400;
  color: #C9A24D;
  font-family: 'Cinzel', serif;
  letter-spacing:1px;
  text-align: left;
}

/* WhatsApp Button – Modern Pill Style */
.fs-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 26px;
  border-radius: 40px;
  background: #6FE07A; /* soft modern green like your reference */
  color: #0B1F12;
  font-family: 'Cinzel', serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
  transition: all 0.35s ease;
  border: none;
  white-space: nowrap;
}

/* Text */
.fs-whatsapp-btn span:first-child {
  letter-spacing: 0.3px;
}

/* Arrow */
.fs-whatsapp-btn .arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* Hover animation */
.fs-whatsapp-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
}

.fs-whatsapp-btn:hover .arrow {
  transform: translateX(6px);
}

/* Desktop layout stays same */
.fs-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* Smooth animation */
@keyframes zoomIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .fs-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 16px;
  }

  #fsName {
    font-size: 16px;
    text-align: left;
  }

  #fsPrice {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
  }

  .fs-whatsapp-btn {
    padding: 10px 20px;
    font-size: 13px;
  }


}
/* Testimonials Section */
.testimonials {
  background: #F6EFE8;
}

.testimonial-card {
  background: #fff;
  padding: 10px 10px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

.testimonial-card img {
  width: 100%;
  height: 100%;
  border-radius: 5%;
  object-fit: cover;
  border: 3px solid #C9A24D;
  margin-bottom: 0;
}
.footer-social {
  display: flex;
  gap: 18px;
  margin-top: 15px;
  text-align: center;
  margin:0px auto;
  justify-content: space-around;
  width: 200px;
  padding:20px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #d58e2b;
  color: #1E1E1E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s ease;
}

.footer-social a:hover {
  background: #db9b11;
  color: #ffffff;
  transform: translateY(-3px);
}


