html {
  scroll-behavior: initial;
  overflow-x: hidden;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
* {
  box-sizing: border-box;
}
:root {
  --primary-color: #bfa67a;
  --secondary-color: #050a30;
  --bg-light: #f9f9f9;
  --text-dark: #222;
  --text-muted: #666;
  --font-main: var(--dm-font);
  --font-accent: var(--bricol-font);
  --ani: all 0.3s ease-in-out;
  --transition-smooth: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --bricol-font: "Bricolage Grotesque", sans-serif;
  --dm-font: "DM Sans", sans-serif;
}

body {
  font-family: var(--font-main);
  color: var(--text-dark);
  overflow-x: hidden;
}

section {
  padding: 5% 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.serif {
  font-family: var(--font-accent);
}

.text-primary {
  color: var(--primary-color) !important;
}

.extra-small {
  font-size: 0.75rem;
}

.section-title {
  font-size: 2.5rem;
  position: relative;
  padding-bottom: 20px;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background-color: var(--primary-color);
}

.z-index-1 {
  position: relative;
  z-index: 1;
}
.brand-name {
  font-family: "Times New Roman", Times, serif;
  font-size: 2.5rem;
  color: #333;
  text-decoration: none; /* In case you make it a link */
}

.social-icon {
  color: #bfa67a;
  font-size: 1.1rem;
  text-decoration: none;
  transition: var(--ani);
}
.social-icon i {
  padding: 0.1em;
  border-radius: 4px;
  transition: var(--ani);
  color: var(--secondary-color);
}

.social-icon i:hover {
  background-color: var(--primary-color);
}
.top-text {
  font-size: 0.7rem;
  color: #666;
  letter-spacing: 0.5px;
}

.phone-text,
.support-text {
  font-weight: 500;
  font-size: 0.8rem;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Header Refinement */
.header-sub-row .support-text {
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.flex-1 {
  flex: 1;
}

.ls-1 {
  letter-spacing: 1px;
}

.brand-logo-header {
  width: 100px;
  height: auto;
  border-radius: 100%;
}

.support-text {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: var(--ani);
}

.support-text:hover {
  color: var(--primary-color);
}

/* Banner Section */
.hero-section {
  width: 100%;
  padding-top: 0;
}

.banner-item {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.right-banner {
  background-image: url("../images/banner-right-2.jpg");
}

.banner-item:hover::before {
  background: rgba(0, 0, 0, 0);
}

.left-banner .banner-content {
  padding-left: 10%;
  color: #000;
  max-width: 600px;
  position: relative;
  z-index: 10;
}

.right-banner .banner-content {
  padding-left: 10%;
  padding-right: 10%;
  max-width: 500px;
  position: relative;
  z-index: 10;
}

.sub-title {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.banner-title {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.banner-desc {
  font-size: 0.95rem;
  color: #cacaca;
  line-height: 1.5;
}

.banner-btn {
  letter-spacing: 2px;
  font-size: 0.8rem;
  transition: var(--transition-smooth);
  color: #000;
  border-color: #000;
}

.banner-btn:hover {
  color: #000;
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.special-selection-btn {
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: var(--ani);
  color: #fff !important;
}

.special-selection-btn:hover {
  color: var(--primary-color) !important;
}

.special-selection-btn i {
  transition: transform 0.3s ease;
}

.special-selection-btn:hover i {
  transform: translateX(10px);
}

@media (max-width: 991px) {
  .banner-item {
    height: 450px;
  }
  .banner-title {
    font-size: 2.5rem;
  }
  .newsletter-section {
    padding-bottom: 0;
  }
  .update-head {
    margin-bottom: 1rem !important;
  }
  .product-img {
    width: auto !important;
  }
  .product-img-wrapper {
    aspect-ratio: 1 !important;
  }
  .product-img-wrapper {
    height: 150px;
    width: 100%;
  }
  .product-img {
    height: 120px;
  }
  .enquiry-btn{
    font-size: .8rem;
  }
}

@media (max-width: 575px) {
  .banner-item {
    height: 400px;
  }
  .banner-title {
    font-size: 2rem;
  }
  .banner-desc {
    font-size: 0.85rem;
  }
}

/* Info Bar */
.info-bar {
  background-color: #fff;
  padding-top: 0;
}

.info-item {
  font-size: 1rem;
}
.info-item i {
  font-size: 2.5rem;
}
/* Promo Banners */
.promo-item {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--transition-smooth);
  border-radius: 4px;
  background-color: #f8f8f8;
  padding: 2rem 3rem !important;
}

.promo-content {
  flex: 0 0 55%;
}

.promo-img {
  flex: 0 0 40%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: var(--transition-smooth);
  pointer-events: none;
}
.promo-link {
  font-size: 0.75rem;
  letter-spacing: 2px;
  transition: var(--ani);
}

.promo-link:hover {
  color: var(--primary-color) !important;
  padding-left: 10px;
}

.promo-link i {
  transition: transform 0.3s ease;
}

.promo-link:hover i {
  transform: translateX(10px);
}

/* Product Cards */
.product-card {
  transition: var(--ani);
  margin-bottom: 2rem;
  background-color: #f1dfbd4d;
}

.product-img-wrapper {
  aspect-ratio: 1.5/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--ani);
  padding: 2em;
}

.product-img {
  width: auto;
  height: 150px;
  object-fit: cover;
  transition: none;
}

.product-card:hover .product-img {
  transform: none;
}

.product-title {
  font-size: 1rem;
  color: var(--text-dark);
  margin-top: 1rem;
}

.product-price {
  font-weight: 500;
}

.buy-now-btn {
  color: #000;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 0.5em 1em;
  border: none;
  transition: var(--ani);
  display: inline-block;
  margin-bottom: 10px;
}

.product-price del {
  font-size: 0.85rem;
  opacity: 0.6;
}

/* View All Button */
.view-all-btn {
  letter-spacing: 2px;
  font-size: 0.8rem;
  transition: var(--transition-smooth);
}

.view-all-btn:hover {
  background-color: var(--text-dark);
  color: #fff;
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

/* Minimal Me Banner */
.minimal-me-banner .container-fluid {
  height: 500px;
}

.banner-full-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.minimal-box {
  bottom: 15%;
  right: 10%;
  z-index: 2;
}

@media (max-width: 767px) {
  .minimal-box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
  }
  .minimal-me-banner .container-fluid {
    height: auto;
  }
}

/* Wedding Banner */
.wedding-banner {
  border-radius: 4px;
}

.wedding-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
}

.wedding-content {
  z-index: 2;
}

.object-fit-cover {
  object-fit: cover;
}

/* Engagement Ring Section */
.ring-banner-container {
  height: 600px;
  border-radius: 4px;
}

.ring-bg-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ring-content-box {
  max-width: 500px;
  width: 90%;
  border-color: #eee !important;
}

/* FAQ Accordion Refinement */
.faq-btn {
  box-shadow: none !important;
  font-weight: 500;
  transition: var(--ani);
  font-family: var(--font-main);
  font-size: 0.95rem;
  border-bottom: 1px solid #eee !important;
}

.faq-btn:not(.collapsed) {
  color: var(--primary-color) !important;
  border-bottom-color: var(--primary-color) !important;
}

.faq-btn::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23222222' viewBox='0 0 256 256'%3E%3Cpath d='M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 1.25rem;
  transition: transform 0.3s ease;
}

.faq-btn:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23bfa67a' viewBox='0 0 256 256'%3E%3Cpath d='M216,136H40a8,8,0,0,1,0-16H216a8,8,0,0,1,0,16Z'%3E%3C/path%3E%3C/svg%3E") !important;
  transform: rotate(180deg);
}

.accordion-body {
  line-height: 1.8;
  padding-top: 15px;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .ring-banner-container {
    height: auto;
    padding-bottom: 300px;
  }
  .ring-content-box {
    width: 100%;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin-top: -50px;
  }
}

/* Brand Bar */
.grayscale {
  filter: grayscale(1);
  transition: var(--ani);
}

.brand-bar:hover .grayscale {
  filter: grayscale(0);
}

/* Newsletter Section */
.newsletter-section {
  background-color: var(--secondary-color) !important;
}

.newsletter-section .sub-title {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.newsletter-section .form-control {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff !important;
  padding: 15px 20px;
  font-size: 0.9rem;
  transition: var(--ani);
}

.newsletter-section .form-control::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.newsletter-section .form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}

.newsletter-section .btn-primary {
  background-color: var(--primary-color) !important;
  border: none !important;
  color: #111 !important;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 0 40px;
  height: 54px;
}

/* Footer Section */
.footer {
  background-color: var(--secondary-color) !important;
}

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-links a {
  color: #999;
  text-decoration: none;
  font-size: 0.85rem;
  transition: var(--ani);
}

.footer-links a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}

.footer-social {
  color: #fff;
  font-size: 1.2rem;
  transition: var(--ani);
  background: rgba(255, 255, 255, 0.05);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
}

.footer-social:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-5px);
}

.footer-contact li {
  color: #999;
  display: flex;
  align-items: flex-start;
}

.footer-contact i {
  color: var(--primary-color);
  margin-top: 3px;
}
.copyright-text {
  color: #999;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 2rem;
  }
  .hero-section {
    padding-top: 0;
  }
  .brand-logo-header {
    width: 70px;
  }
  header {
    background-color: var(--secondary-color);
  }
  .header-right-actions {
    width: 96px !important;
    flex: 0 !important;
  }
  .social-icon i {
    color: var(--primary-color);
  }
}

@media (max-width: 767px) {
  .header-main-row > div {
    justify-content: center !important;
    text-align: center !important;
  }
  .social-icons-wrap {
    padding-left: 0;
    border-left: none;
  }
  .section-title {
    font-size: 1.75rem;
    margin-bottom: 2.5rem !important;
  }

  .info-bar .info-item {
    justify-content: flex-start !important;
    padding: 10px;
  }

  .info-bar .info-item i {
    font-size: 2rem !important;
  }

  .newsletter-section .cus-news {
    flex-direction: column;
    gap: 15px !important;
  }

  .newsletter-section .btn-primary {
    width: 100%;
    height: 50px;
  }

  .footer .text-lg-end {
    text-align: left !important;
    margin-top: 2rem;
  }

  .footer-brand h4 {
    font-size: 1.5rem;
  }

  .footer-social {
    width: 35px;
    height: 35px;
    font-size: 1.1rem;
  }

  .copyright-text {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }

  .footer .d-flex.justify-content-between {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .promo-item {
    padding: 2rem !important;
    min-height: auto;
  }
  .promo-reverse-resp {
    flex-direction: row-reverse;
  }
  .promo-content {
    flex: 0 0 50%;
  }
  .promo-img {
    flex: 0 0 45%;
  }
}

@media (max-width: 575px) {
  .product-img-wrapper {
    aspect-ratio: 1.2/1;
  }
  .product-title {
    font-size: 0.8rem;
  }
  .buy-now-btn {
    width: 100% !important;
    padding: 10px 0;
  }
  .promo-item {
    background-color: #fbf5eb;
  }
  .promo-item {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  .promo-reverse-resp {
    flex-direction: column !important;
  }
  .promo-content,
  .promo-img {
    flex: 0 0 100%;
  }
  .promo-img {
    max-height: 150px;
  }
}
/* --- Enquiry Form Styles --- */
.enquiry-card {
  border-radius: 0;
  border-top: 4px solid var(--primary-color) !important;
  transition: var(--transition-smooth);
}

.enquiry-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.enquiry-form-section .form-control {
  font-family: var(--font-main);
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: var(--text-dark);
}

.enquiry-form-section .form-control:focus {
  border-color: var(--primary-color) !important;
  box-shadow: none !important;
}

.enquiry-form-section .form-floating label {
  color: #888;
  padding-left: 0;
  transition: all 0.3s ease;
}

.enquiry-form-section .form-control:focus ~ label {
  color: var(--primary-color) !important;
}

.enquiry-btn {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.enquiry-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--primary-color);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}

.enquiry-btn:hover::before {
  width: 100%;
}

.enquiry-btn:hover {
  color: white !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(191, 166, 122, 0.3);
}

@media (max-width: 767.98px) {
  .enquiry-form-section {
    padding: 10% 0;
  }
  .enquiry-card {
    padding: 2rem 1.5rem !important;
  }
}
