:root {
  --brand: #ff1c1c;
}

/* Base */
body {
  margin-bottom: 10px;
  overflow-x: hidden;
}

footer a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
span {
  font-family: "Playfair Display", serif;
}

img {
  transition: transform 0.25s ease-out;
  will-change: transform;
  max-width: 100%;
  height: auto;
}

/* Navbar */
.navbar {
  transition: all 0.25s ease;
  --bs-navbar-color: black;
  --bs-navbar-brand-color: black;
}

.navbar .nav-link {
  color: var(--bs-navbar-color);
}

.navbar .navbar-nav > .nav-item > .nav-link:not(.navbar-login-link) {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.2rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
  transition: color 0.25s ease, transform 0.25s ease;
}

.navbar .navbar-nav > .nav-item > .nav-link:not(.navbar-login-link)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c46a2b 0%, #d94841 100%);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.navbar .navbar-nav > .nav-item > .nav-link:not(.navbar-login-link):hover,
.navbar .navbar-nav > .nav-item > .nav-link:not(.navbar-login-link):focus-visible {
  color: #b22222 !important;
  transform: translateY(-2px);
}

.navbar .navbar-nav > .nav-item > .nav-link:not(.navbar-login-link):hover::after,
.navbar .navbar-nav > .nav-item > .nav-link:not(.navbar-login-link):focus-visible::after {
  transform: scaleX(1);
}

.navbar.scrolled {
  background: #ffffffcc;
  backdrop-filter: blur(4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.navbar-toggler {
  border: 0;
}

#mainMenu .nav-link {
  font-size: 1.125rem;
  padding: 0.5rem 0;
}
.offcanvas{
  z-index: 1000000000000 !important;
}
.offcanvas .nav-link {
  color: black;
  font-size: 18px;
}

.navbar-toggler-icon {
  background-image: url("hamburger-meun.png");
}

.navbar-actions-desktop,
.navbar-actions-mobile {
  display: flex;
  align-items: center;
  gap: 14px;
}

.navbar-actions-mobile {
  gap: 10px;
}

.mobile-auth-links .btn,
.mobile-auth-links .nav-link {
  font-family: Arial, Helvetica, sans-serif !important;
}

.navbar-login-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid rgba(165, 52, 189, 0.24);
  border-radius: 999px;
  padding: 0.7rem 1.15rem;
  margin: 0;
  color: #43205e !important;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  margin-top: 4px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(67, 32, 94, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.navbar-login-link span {
  position: relative;
  z-index: 1;
}

.navbar-login-link::after {
  position: absolute;
  top: 0;
  left: -10%;
  content: "";
  width: 120%;
  height: 100%;
  background: linear-gradient(135deg, #a134bd 0%, #5f35d5 100%);
  transform: skew(30deg) translateX(-130%);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: 0;
}

.navbar-login-link:hover,
.navbar-login-link:focus-visible {
  color: black !important;
  border-color: rgba(95, 53, 213, 0.38);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(67, 32, 94, 0.14);
  text-decoration: none;
}

.navbar-login-link:hover::after,
.navbar-login-link:focus-visible::after {
  transform: skew(30deg) translateX(130%);
}

.navbar-signup-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid rgba(178, 34, 34, 0.12);
  border-radius: 999px;
  padding: 0.72rem 1.2rem;
  margin: 0;
  color: #fff !important;
  background: linear-gradient(135deg, #b22222 0%, #d94841 100%);
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(178, 34, 34, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.navbar-signup-btn::before {
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  transform: skew(30deg) translateX(-130%);
  transition: transform 0.45s cubic-bezier(0.3, 1, 0.8, 1);
}

.navbar-signup-btn span {
  position: relative;
  z-index: 1;
}

.navbar-signup-btn:hover,
.navbar-signup-btn:focus-visible {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(178, 34, 34, 0.24);
  background: linear-gradient(135deg, #a11e1e 0%, #dd5a50 100%);
  text-decoration: none;
}

.navbar-signup-btn:hover::before,
.navbar-signup-btn:focus-visible::before {
  transform: skew(30deg) translateX(130%);
}

.navbar-signup-btn:active {
  transform: translateY(0);
}

.client-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #111;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.client-avatar:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  color: #fff !important;
  background: #222;
  cursor: pointer;
}

.client-name-short {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  white-space: nowrap;
}

.client-name-short:hover {
  color: #111;
  text-decoration: underline;
}

/* Hero */
.hero-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.hero-section h1 {
  text-align: center;
  font-style: italic;
  font-size: 70px;
}

.hero-section p {
  text-align: center;
  font-style: italic;
  font-size: 22px;
  margin-top: 35px;
}

.image-for-hero {
  max-width: 580px;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  margin-top: 67px;
  display: block;
}

.main-btn {
  border-radius: 10px;
  border: 0;
  background: #000;
  color: white;
  padding: 14px 32px;
  font-family: "Playfair Display", serif;
  transition: all 0.9s ease;
}

.main-btn:hover {
  font-size: 1.1rem;
  font-weight: bold;
  border: 1px solid black;
  background-image: linear-gradient(to right, violet, indigo, blue, green, yellow, orange, red);
  background-size: 400% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: rainbow-animation 6s linear infinite;
}


.about-section,
.artistic-journey-section {
  padding-left: 6%;
  padding-right: 6%;
}

.featured-art-collection,
.expressive-in-acrylic,
.handcrafted-decor-collection {
  padding-left: 10%;
  padding-right: 6%;
}



.featured-art-collection h2 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
  color: #111827;
}

.featured-art-collection > .container > hr {
  height: 2px;
  background: #111827;
  border: none;
  margin: 16px 0 40px 0;
  width: 60px;
}

.about-image {
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  margin-top: 45px;
  display: block;
}

.about-text {
  text-align: justify;
  font-size: 18px;
  line-height: 1.9;
  max-width: 520px;
}

.studio-section {
  position: relative;
}

.studio-section > img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.studio-collage {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  grid-template-rows: 180px 120px 180px;
  gap: 18px;
  min-height: 540px;
  padding: 34px;
  border-radius: 28px;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.96), rgba(244, 237, 228, 0.72) 42%, rgba(237, 229, 218, 0.88) 100%);
  overflow: hidden;
}

.studio-collage::before,
.studio-collage::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(10px);
}

.studio-collage::before {
  width: 220px;
  height: 220px;
  top: -70px;
  left: -50px;
  background: rgba(255, 255, 255, 0.75);
}

.studio-collage::after {
  width: 180px;
  height: 180px;
  right: 30px;
  bottom: -50px;
  background: rgba(216, 191, 167, 0.2);
}

.studio-collage-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 42px rgba(79, 53, 32, 0.14);
  z-index: 1;
}

.studio-collage-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27, 19, 14, 0.12), transparent 48%);
}

.studio-collage-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.studio-collage-card-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  transform: rotate(-5deg);
}

.studio-collage-card-2 {
  grid-column: 2 / 4;
  grid-row: 1 / 2;
  transform: translateY(12px);
  opacity: 0.96;
}

.studio-collage-card-3 {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
  transform: translate(6px, 4px) rotate(4deg);
}

.studio-collage-card-4 {
  grid-column: 3 / 4;
  grid-row: 2 / 4;
  transform: translateY(20px) rotate(-3deg);
  opacity: 0.92;
}

.studio-collage-card-5 {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  width: 78%;
  justify-self: end;
  align-self: start;
  transform: translateY(-24px) rotate(6deg);
  opacity: 0.88;
}

.artistic-journey-image {
  max-width: 100%;
  height: auto;
  display: block;
}

h4 {
  font-weight: 700;
  letter-spacing: 1px;
}

.featured-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

/* Products */
.decor-products {
  padding: 40px 0;
}

.decor-category-section {
  margin-bottom: 50px;
}

.decor-category-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 28px;
  font-weight: 700;
}

.decor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.featured-art-collection .decor-grid {
  gap: 32px;
}

.decor-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.featured-art-collection .decor-card {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-art-collection .decor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.decor-card-body {
  padding: 16px 16px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.featured-art-collection .decor-card-body {
  padding: 24px 20px;
}

.product-card-title {
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  color: #111827;
}

.featured-art-collection .product-card-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
}

.product-meta {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.featured-art-collection .product-meta {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.featured-art-collection .product-meta:first-of-type {
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px;
  background: #10b981;
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
  margin: 0 auto 8px;
}

/* Product badges */
.product-badge-new,
.product-badge-sold {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 10;
}
.product-badge-featured {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #111;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  z-index: 20;
}
.product-badge-new {
  background: #3b82f6;
  color: #fff;
}

.product-badge-sold {
  background: #ef4444;
  color: #fff;
}

.btn-sold {
  background: #6b7280;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: not-allowed;
  width: 100%;
}

.btn-sold:hover {
  background: #6b7280;
}

/* Product image slider */
.img-slider {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  border-radius: 12px 12px 0 0;
  touch-action: pan-y;
}

.img-slider:focus {
  outline: 2px solid #111;
  outline-offset: 2px;
}

.slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  align-items: center;
}

.slides .slide {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  overflow: hidden;
  background: #f5f5f5;
}

.slides .slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  filter: blur(18px);
  transform: scale(1.08);
  opacity: 0.9;
}

.slides .slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
}

.slides .slide img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Slider arrows */
.img-slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  cursor: pointer;
  z-index: 4;
  font-size: 18px;
  line-height: 1;
  transition: opacity 0.25s ease, background 0.25s ease;
}

.img-slider:hover .arrow {
  opacity: 1;
}

.img-slider .arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.img-slider .arrow.left {
  left: 10px;
}

.img-slider .arrow.right {
  right: 10px;
}

/* View more overlay */
.view-more-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  z-index: 3;
  pointer-events: none;
}

.view-more-btn {
  border: none;
  background: rgba(17, 17, 17, 0.9);
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  transform: translateY(10px);
  transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
  pointer-events: auto;
}

.view-more-btn:hover {
  background: #000;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3);
}

.view-more-btn i {
  font-size: 16px;
  line-height: 1;
}

.img-slider.show-view-more .view-more-overlay {
  opacity: 1;
  visibility: visible;
}

.img-slider.show-view-more .view-more-btn {
  transform: translateY(0);
}

/* Wishlist */
.wishlist-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  z-index: 8;
  transition: all 0.2s ease;
}

.wishlist-btn:hover {
  transform: scale(1.06);
}

.wishlist-btn i {
  font-size: 18px;
  line-height: 1;
}

.wishlist-btn.active {
  color: #dc3545;
}

/* Description preview */
.product-desc-preview-wrap {
  position: relative;
  max-height: 88px;
  overflow: hidden;
  margin-bottom: 16px;
}

.product-desc-preview {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align: center;
  white-space: pre-line;
}

.product-desc-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 85%);
  pointer-events: none;
}

/* Modal */
.product-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 3000;
}

.product-modal-overlay.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-modal-box {
  width: min(1200px, 100%);
  max-height: 92vh;
  height: min(92vh, 900px);
  background: #fff;
  border-radius: 24px;
  position: relative;
  transform: translateY(30px) scale(0.96);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.product-modal-overlay.show .product-modal-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.product-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  transition: transform 0.2s ease, background 0.2s ease;
}

.product-modal-close:hover {
  transform: scale(1.06);
  background: #000;
}

.product-modal-content {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  height: 100%;
  min-height: 0;
}

.product-modal-gallery {
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
  height: 100%;
  min-height: 0;
}

.product-modal-slider {
  display: flex;
  height: 100%;
  transition: transform 0.4s ease;
  align-items: center;
}

.product-modal-slide {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  overflow: hidden;
  background: #f5f5f5;
}

.product-modal-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  filter: blur(22px);
  transform: scale(1.08);
  opacity: 0.9;
}

.product-modal-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
}

.product-modal-slide img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.product-modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  z-index: 5;
  font-size: 22px;
  line-height: 1;
}

.product-modal-arrow.left {
  left: 18px;
}

.product-modal-arrow.right {
  right: 18px;
}

.product-modal-info {
  padding: 56px 34px 34px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
}

.product-modal-info h2 {
  margin: 0 0 14px;
  font-size: 34px;
  font-weight: 700;
}

.product-modal-size,
.product-modal-price {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 14px;
  color: #222;
}

.product-modal-price {
  font-weight: 700;
}

.product-modal-description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  white-space: pre-line;
  margin-top: 18px;
}

.product-modal-action {
  margin-top: 28px;
}

.product-modal-action .cartBtn {
  width: 70% !important;
  display: flex !important;
  max-width: 260px !important;
}

body.product-modal-open {
  overflow: hidden;
}

.product-modal-info::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
}

.product-modal-info::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.product-modal-info::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #c7c7c7;
  border-radius: 10px;
}

.product-modal-info::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* Contact showcase */
.bch-contact-showcase {
  background: linear-gradient(to bottom, #f8f8f8, #efefef);
  padding: 90px 0 70px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.bch-contact-showcase::before,
.bch-contact-showcase::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  filter: blur(8px);
  z-index: 0;
}

.bch-contact-showcase::before {
  width: 220px;
  height: 220px;
  top: -60px;
  left: -60px;
}

.bch-contact-showcase::after {
  width: 180px;
  height: 180px;
  right: -50px;
  bottom: -40px;
}

.bch-contact-showcase .container {
  position: relative;
  z-index: 1;
}

.bch-contact-logo {
  margin-bottom: 48px;
}

.bch-contact-logo img {
  height: 100px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.08));
}

.bch-panel {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(6px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bch-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.12);
}

.bch-panel-inner {
  padding: 38px 34px;
}

.bch-section-heading {
  font-size: 2rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 22px;
  line-height: 1.2;
}

.bch-feedback-panel {
  text-align: center;
}

.bch-quote-mark {
  font-size: 120px;
  line-height: 0.7;
  color: #d8d8d8;
  height: 55px;
  margin-bottom: 20px;
}

.bch-feedback-item + .bch-feedback-item {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.bch-feedback-text {
  font-size: 1.18rem;
  line-height: 1.7;
  color: #222;
  margin-bottom: 12px;
  font-style: italic;
}

.bch-feedback-name {
  font-size: 1rem;
  color: #555;
}

.bch-connect-panel {
  text-align: left;
}

.bch-contact-list {
  margin-top: 8px;
}

.bch-contact-line-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.14rem;
  color: #222;
  line-height: 1.6;
  padding: 8px 0;
}

.bch-contact-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.bch-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.25), transparent);
  margin: 10px 0;
}

.bch-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 12px 52px;
  background: linear-gradient(135deg, #25d366, #179c52);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 13px 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 14px 26px rgba(37, 211, 102, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bch-whatsapp-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(37, 211, 102, 0.34);
}

.bch-contact-bottom-text {
  text-align: center;
  max-width: 900px;
  margin: 46px auto 0;
}

.bch-contact-bottom-text p {
  font-size: 1.55rem;
  line-height: 1.45;
  color: #111;
  font-weight: 600;
  margin-bottom: 0;
}

/* WhatsApp floating */
#whatsapp-btn {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 2000;
  cursor: pointer;
  border: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  animation: floatBtn 3s ease-in-out infinite;
  transition: transform 0.2s ease;
}

#whatsapp-btn:hover {
  transform: scale(1.1);
}

#whatsapp-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.4);
  animation: pulse 2s infinite;
  z-index: -1;
}

#wh-popup {
  position: fixed;
  left: 20px;
  bottom: 95px;
  width: 340px;
  max-width: calc(100vw - 24px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 2000;
}

#wh-popup.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.wh-header {
  background: linear-gradient(90deg, #25d366, #128c7e);
  color: #fff;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wh-header .title {
  font-weight: bold;
}

#wh-close {
  background: transparent;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.wh-body {
  padding: 12px;
  height: 260px;
  overflow-y: auto;
  background: #f9f9f9;
}

.wh-msg {
  padding: 10px 12px;
  border-radius: 14px;
  margin-bottom: 8px;
  max-width: 80%;
  font-size: 14px;
  animation: fadeIn 0.3s ease;
}

.wh-msg.bot {
  background: #eaeaea;
}

.wh-msg.user {
  background: #dcf8c6;
  margin-left: auto;
}

.wh-footer {
  display: flex;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid #eee;
  background: #fff;
}

.wh-footer input {
  flex: 1;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #ddd;
  outline: none;
}

.wh-footer input:focus {
  border-color: #25d366;
}

.wh-footer button {
  background: #25d366;
  border: none;
  color: white;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s;
}

.wh-footer button:hover {
  background: #1ebe5d;
}

/* Cart */
.cartBtn {
  width: 170px;
  height: 50px;
  border: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  position: relative;
  background-color: rgb(29, 29, 29);
  box-shadow: 0 20px 30px -7px rgba(27, 27, 27, 0.22);
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cartBtn:active {
  transform: scale(0.96);
}

.cartBtn .cart {
  width: 20px;
  height: 20px;
  fill: white;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.cartBtn .label {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.cartBtn .product {
  width: 14px;
  height: 14px;
  fill: rgb(211, 211, 211);
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

.cartBtn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  transform: translateX(-100%);
}

.cartBtn:hover {
  box-shadow: 0 24px 38px -10px rgba(27, 27, 27, 0.32);
}

.cartBtn:hover::after {
  animation: cart-shine 0.8s ease;
}

.cartBtn:hover .cart {
  animation: cart-wiggle 0.7s ease;
}

.cartBtn:hover .product {
  animation: product-pop 0.7s ease;
}

.decor-card-body .add-to-cart-btn,
.decor-card-body .whatsapp-product-btn {
  width: 100% !important;
  display: flex !important;
  max-width: none !important;
}

/* Cart drawer bits */
.navbar-cart-btn {
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.25s ease;
}

.navbar-cart-btn:hover,
.navbar-cart-btn:focus-visible {
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.25s ease;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 28, 28, 0.18);
}

.navbar-cart-btn:hover .bi,
.navbar-cart-btn:focus-visible .bi {
  animation: cart-wiggle 0.7s ease;
}

.navbar-cart-btn:hover .cart-count,
.navbar-cart-btn:focus-visible .cart-count {
  animation: cartCountPop 0.45s ease;
}

.navbar-cart-btn.cart-bump {
  animation: navbarCartBump 0.45s ease;
}

.navbar-cart-btn.cart-glow {
  box-shadow: 0 0 0 0 rgba(255, 28, 28, 0.35);
  animation: navbarCartGlow 0.6s ease;
}

.cart-count {
  transition: transform 0.2s ease;
}

.cart-count.count-pop {
  animation: cartCountPop 0.45s ease;
}

.mobile-cart-count {
  font-size: 11px;
  min-width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
}

.cart-item-row {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}

.cart-item-row:last-child {
  border-bottom: 0;
}

.cart-item-name {
  font-weight: 700;
  margin-bottom: 4px;
}

.cart-item-meta {
  font-size: 14px;
  color: #666;
}

.cart-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.remove-btn {
  border: none;
  background: transparent;
  color: #c1121f;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
}

.cart-footer-box {
  border-top: 1px solid #ddd;
  padding-top: 16px;
  margin-top: 16px;
}

.cart-empty {
  text-align: center;
  color: #666;
  padding: 30px 10px;
}

.cart-action-btn {
  width: 100%;
  margin-top: 10px;
}

/* Animations */
@keyframes rainbow-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 400% 0;
  }
}

@keyframes floatBtn {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.6);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cart-wiggle {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  20% {
    transform: translateX(2px) rotate(-8deg);
  }
  40% {
    transform: translateX(-2px) rotate(6deg);
  }
  60% {
    transform: translateX(2px) rotate(-4deg);
  }
  80% {
    transform: translateX(-1px) rotate(2deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes product-pop {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(0) rotate(-20deg);
  }
  30% {
    opacity: 1;
    transform: translateY(-50%) translateX(10px) scale(1.1) rotate(8deg);
  }
  60% {
    opacity: 1;
    transform: translateY(-50%) translateX(18px) scale(1) rotate(-6deg);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) translateX(30px) scale(0.3) rotate(14deg);
  }
}

@keyframes cart-shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes navbarCartBump {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.12);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes cartCountPop {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes navbarCartGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 28, 28, 0.35);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(255, 28, 28, 0);
  }
}

/* Responsive */
@media (max-width: 1199px) {
  .decor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .client-avatar {
    width: 42px;
    height: 42px;
    font-size: 15px;
  }

  .hero-section h1 {
    font-size: 50px;
  }

  .hero-section p {
    font-size: 20px;
  }

  .about-text {
    max-width: 100%;
  }

  .artistic-journey-section .row {
    flex-direction: column;
    gap: 40px;
  }

  .decor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-modal-box {
    max-height: 95vh;
    height: 95vh;
  }

  .product-modal-content {
    grid-template-columns: 1fr;
    grid-template-rows: 340px 1fr;
  }

  .product-modal-gallery {
    height: 100%;
    min-height: 0;
  }

  .product-modal-info {
    padding: 28px 20px 24px;
  }

  .product-modal-info h2 {
    font-size: 28px;
  }

  .bch-contact-showcase {
    padding: 70px 0 55px;
  }

  .bch-contact-logo {
    margin-bottom: 34px;
  }

  .bch-panel-inner {
    padding: 30px 24px;
  }

  .bch-section-heading {
    font-size: 1.7rem;
    text-align: center;
  }

  .bch-connect-panel {
    text-align: center;
  }

  .bch-contact-line-item {
    justify-content: center;
    text-align: center;
    font-size: 1.03rem;
  }

  .bch-whatsapp-btn {
    margin: 16px auto 12px;
  }

  .bch-contact-bottom-text p {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    text-align: center;
    padding-top: 40px;
  }

  .hero-section h1 {
    font-size: 38px;
  }

  .hero-section p {
    font-size: 18px;
    margin-top: 35px;
  }

  .image-for-hero {
    max-width: 90%;
    margin: 30px auto 0;
  }

  .about-section {
    padding-left: 7%;
    padding-right: 7%;
  }

  .about-text {
    font-size: 17px;
  }

  .about-section .row,
  .artistic-journey-section .row {
    flex-direction: column;
  }

  .about-image {
    margin-top: 30px;
  }

  .studio-section {
    height: auto;
  }

  .studio-collage {
    min-height: 480px;
    grid-template-rows: 160px 110px 160px;
    padding: 24px;
  }

  .image-column-hero {
    order: 2;
  }

  .text-column-hero {
    order: 1;
  }

  .img-slider .arrow {
    opacity: 1;
  }

  .view-more-overlay,
  .view-more-btn {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .decor-grid {
    grid-template-columns: 1fr;
  }

  .decor-category-title {
    font-size: 28px;
  }

  .hero-section h1 {
    font-size: 30px;
  }

  .hero-section p {
    font-size: 16px;
  }

  .main-btn {
    padding: 12px 24px;
    font-size: 15px;
  }

  .about-text {
    font-size: 16px;
  }

  .studio-section {
    height: auto;
  }

  .studio-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 110px 150px 130px;
    min-height: auto;
    padding: 18px;
    gap: 12px;
  }

  .studio-collage-card {
    transform: none;
    width: 100%;
    opacity: 1;
    justify-self: stretch;
    align-self: stretch;
  }

  .studio-collage-card-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  .studio-collage-card-2 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .studio-collage-card-3 {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
  }

  .studio-collage-card-4 {
    grid-column: 1 / 2;
    grid-row: 3 / 5;
  }

  .studio-collage-card-5 {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
  }

  .product-modal-overlay {
    padding: 12px;
  }

  .product-modal-box {
    height: 94vh;
    border-radius: 18px;
  }

  .product-modal-content {
    grid-template-rows: 280px 1fr;
  }

  .product-modal-gallery {
    min-height: 280px;
  }

  .product-modal-close {
    width: 42px;
    height: 42px;
    font-size: 24px;
    top: 10px;
    right: 10px;
  }

  .product-modal-arrow {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .product-modal-arrow.left {
    left: 10px;
  }

  .product-modal-arrow.right {
    right: 10px;
  }

  .product-modal-info h2 {
    font-size: 24px;
  }

  .product-modal-size,
  .product-modal-price {
    font-size: 16px;
  }

  .product-modal-description {
    font-size: 14px;
    line-height: 1.7;
  }

  .decor-card-body .add-to-cart-btn,
  .decor-card-body .whatsapp-product-btn,
  .product-modal-action .add-to-cart-btn,
  .product-modal-action .whatsapp-product-btn {
    width: 100% !important;
    max-width: 100% !important;
  }

  .bch-contact-showcase {
    padding: 58px 0 48px;
  }

  .bch-contact-logo img {
    height: 82px;
  }

  .bch-section-heading {
    font-size: 1.45rem;
  }

  .bch-quote-mark {
    font-size: 84px;
    height: 34px;
    margin-bottom: 16px;
  }

  .bch-feedback-text {
    font-size: 1rem;
    line-height: 1.65;
  }

  .bch-contact-line-item {
    font-size: 0.98rem;
    gap: 10px;
  }

  .bch-contact-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-size: 13px;
  }

  .bch-whatsapp-btn {
    padding: 12px 18px;
    font-size: 14px;
  }

  .bch-contact-bottom-text p {
    font-size: 1.02rem;
  }

  #whatsapp-btn {
    left: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
  }

  #wh-popup {
    left: 12px;
    right: 12px;
    bottom: 82px;
    width: auto;
    max-width: none;
  }

  .wh-body {
    height: 220px;
  }

  .cartBtn {
    width: 100%;
    max-width: 220px;
    height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-row{
    margin-top:30px
  }
}
@media only screen and (max-width: 992px) {
  .hero-row{
    margin-top:50px
  }
  .image-for-hero{
    display:grid;
    margin:0 auto;
  }
}
/* ==========================
   CMS PAGES
   ========================== */

.page-wrap{
    max-width:900px;
    margin:60px auto;
    padding:0 20px;
}

.page-title{
    font-size:clamp(2rem,4vw,3rem);
    line-height:1.2;
    margin-bottom:24px;
    text-align:center;
}

.featured-img{
    width:100%;
    border-radius:16px;
    margin-bottom:32px;
    display:block;
}

.page-content{
    line-height:1.8;
    color:#444;
}

.page-content > * + *{
    margin-top:1.2rem;
}

/* Headings */

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4{
    color:#222;
    line-height:1.3;
    margin-top:2rem;
    margin-bottom:.75rem;
}

.page-content h2{
    font-size:2rem;
}

.page-content h3{
    font-size:1.5rem;
}

/* Lists */

.page-content ul,
.page-content ol{
    padding-left:1.5rem;
}

/* Images */

.page-content img{
    max-width:100%;
    height:auto;
    border-radius:12px;
    display:block;
    margin:2rem auto;
}

/* Tables */

.page-content table{
    width:100%;
    border-collapse:collapse;
    margin:2rem 0;
}

.page-content th,
.page-content td{
    border:1px solid #ddd;
    padding:12px;
}

.page-content th{
    background:#f8f8f8;
}

/* Blockquotes */

.page-content blockquote{
    border-left:4px solid #2f6f73;
    padding:1rem 1.5rem;
    background:#f7fbfb;
    font-style:italic;
    margin:2rem 0;
}

/* Links */

.page-content a{
    color:#2f6f73;
    text-decoration:none;
}

.page-content a:hover{
    text-decoration:underline;
}

/* Code */

.page-content pre{
    overflow:auto;
    padding:16px;
    border-radius:12px;
    background:#111;
    color:#eee;
}

.page-content code{
    font-family:monospace;
}
/* Only devices that actually have hover (desktop/laptop with mouse) */
@media (hover: hover) and (pointer: fine) {

  .img-slider:hover .view-more-overlay {
    opacity: 1;
    visibility: visible;
  }

  .img-slider:hover .view-more-btn {
    transform: translateY(0);
  }
}

/* Touch devices */
@media (hover: none), (pointer: coarse) {

  .view-more-overlay,
  .view-more-btn {
    display: none !important;
  }

}