.slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 600px;
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
}

.slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}

.slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.bottom-center {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    background: #00000073;
    padding: 15px 20px;
    padding-bottom: 0;
    text-align: center;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
    overflow: visible;
    border-radius: 20px 20px 0 0;
    transition: all 0.3s ease-in-out;
}

/* Outer radius using pseudo-elements */
.bottom-center::before,
.bottom-center::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 40px;
  background: #36353500;
  z-index: -1;
}

.bottom-center::before {
  left: -30px;
  bottom: -10px;
  mask: radial-gradient(30px at top left, #0000 98%, #000);
}

.bottom-center::after {
  right: -30px;
  bottom: -10px;
  mask: radial-gradient(30px at top right, #0000 98%, #000);
}

.bottom-center h2 {
  margin: 5px 0;
  font-size: 38px;
  color: #fff;
}

.bottom-center p {
  margin: 5px 0 10px;
  color: #fff;
  font-size: 22px;
}

.luxury-heading {
  font-family: "Gloock", serif;
  font-weight: 700;
  font-size: 2.9rem;
  color: #2c2a29;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
  text-transform: capitalize;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.luxury-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #6b5b3b;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 0;
  opacity: 0.85;
}

.buttons {
  margin-top: 20px;
  margin-bottom: 12px;
  text-align: center;
}

.btn {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75em 1.5em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  margin: 0 10px 10px;
  user-select: none;
}

.btn.primary {
  background-color: #597dff;
  color: #222;
  box-shadow: 0 4px 12px rgba(255, 199, 39, 0.4);
}
	.btn.secondary a{
		color:#fff !important;
	}
.btn.secondary {
  background-color: transparent;
  color: #fff !important;
  border: 2px solid #597dff;
}

.indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 20px 0px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #333;
}
.luxury-heading,
.luxury-subtitle {
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .slider {
    width: 95%;
    height: 400px;
    border-radius: 10px;
  }
	.slider img{
		height:100%;
	}
  .bottom-center {
    width: 80%;
    border-radius: 10px;
  }

  .btn {
    margin: 5px;
  }
	.bottom-center h2{
		font-size:29px;
		line-height:32px;
	}
.bottom-center p
 {
    font-size: 18px;
    line-height: 22px;
}
}

@media (max-width: 414px) {
  .bottom-center {
    border-radius: 10px 10px 0 0;
  }

  .btn {
    width: 100%;
    margin: 5px 0;
  }

  .bottom-center::before,
  .bottom-center::after {
    display: none;
  }
	.slider img{
		height:100%;
	}
  .bottom-center {
    width: 80%;
    border-radius: 10px;
  }

  .btn {
    margin: 5px;
  }
	.bottom-center h2{
		font-size:29px;
		line-height:32px;
	}
.bottom-center p
 {
    font-size: 18px;
    line-height: 22px;
}
}
/* services */
	.services-card{
		background: #a4c4cd;
		padding:0% 10%;
		padding-bottom:40px;
	}
.wzta-product-highlight-section
 {
    padding-top: 40px;
    background: none;
}

/* top-picks */
.top-picks{
		background: #ceddf5;
		padding:2% 10%;
	}
	.royal-shop-site section {
     margin:0px;
}
	.thunk-title {
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
}
	.best-sellers{
		padding:4% 10%;
	}
/* TESTIMONIAL */
.gcm-testimonial-section {
  text-align: center;
  padding: 60px 20px;
  background: #ceddf5;
}

.gcm-title {
  margin-bottom: 40px;
  font-size: 38px;
}

.gcm-slider {
  overflow: hidden;
  max-width: 90%;
  margin: auto;
}

.gcm-track {
  display: flex;
  width: calc(300px * 8);
  animation: gcm-scroll 20s linear infinite;
}

.gcm-card {
  width: 280px;
  margin: 0 10px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.gcm-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.gcm-stars {
  color: orange;
  margin: 10px 0;
}

@keyframes gcm-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* TESTIMONIAL End */
