@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Demi.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

:root {
    --primary-color: #620D0F;
  
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  overflow: hidden;
}

#item-detail{
    scroll-margin-top:130px;
}
/* =========================
           Header
        ========================== */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 0px 80px;

  background: transparent;
  transition: background-color 0.35s ease;
}

.header.scrolled {
  background-color:  var(--primary-color);
}

.container {
  max-width: 1568px;
  width: 100%;
  margin: 0 auto;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height:90px;
}

/* =========================
           Logo
        ========================== */
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in;
}

.logo img {
  width: 100%;
  height:40px;
}

/* =========================
           Navigation
        ========================== */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-link {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-family: "Lato", sans-serif;

  font-weight: 600;
  padding: 8px 0px;

  letter-spacing: 6%;
}

.nav-link:hover {
  color: #FEC210;
  transition: all 0.3s ease-in;
}

.nav-link.active {
  color: #FEC210;
}

.nav-link.active::after {
  width: 100%;
  height: 1px;
  background-color: #FEC210;
}

.nav-link::after {
  content: "";
  position: absolute;

  left: 0;
  bottom: 0;

  width: 0%;
  height: 1px;
  background-color: #FEC210;
  z-index: 10;
}
.nav-link:hover::after {
  width: 100%;
  transition: all 0.3s ease-in;
}

.mobile-toggle {
  display: none;
  width: 48px;
  height: 48px;

  border: none;
  background: transparent;

  cursor: pointer;

  position: relative;
  z-index: 1001;
}

.mobile-toggle span {
  position: absolute;
  inset: 0;

  display: flex;
  justify-content: end;
  align-items: center;

  transition: 0.3s;
}

.close-icon {
  opacity: 0;
  visibility: hidden;
}
.close-icon svg {
  color: #fcc471;
}
.mobile-menu {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: calc(100vh - 90px);

  background:  var(--primary-color);

  display: flex;
  flex-direction: column;

  overflow-y: auto;

  transform: translateX(-100%);
  transition: transform 0.35s ease;

  z-index: 999;
}

.mobile-menu.active {
  transform: translateX(0);
}
.mobile-link.active {
  color: #FEC210;
}
.mobile-link {
  padding: 18px 80px;

  color: white;

  text-decoration: none;

  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  letter-spacing: 6%;
}

.mobile-link:hover {
  background: #7b1a1c;
}


.mobile-toggle.active .hamburger {
  opacity: 0;

  visibility: hidden;
}
.hamburger svg,.close-icon svg{
color: #FEC210;    
}

.mobile-toggle.active .close-icon {
  opacity: 1;

  visibility: visible;
}

.hero-banner {
  position: relative;

  width: 100%;
  height: 80vh;

 
  background: url("../images/bannerbg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 130px;
}

.hero-subtitle span {
  display: inline-block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

/* =====================================
   HERO CONTENT
===================================== */

.hero-content {
  position: absolute;

  top: 50%;
  transform: translateY(-40%);
  width: 100%;
  padding: 0px 10px;
  overflow: hidden;
}
.hero-banner {
  overflow: unset !important;
}
/* Small heading */

.hero-subtitle {
  width: fit-content;
  margin: 0px auto 20px;
  color: #FEC210;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;

  letter-spacing: 1px;
  text-align: center;
}

/* Main heading */

.hero-title {
  font-family: "Cormorant SC", serif;
  font-size: 72px;
  line-height: 86px;
  color: white;
  max-width: 745px;
  width: 100%;
  margin: 0px auto;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0px;
  perspective: 1000px;
}
.hero-title span {
  display: inline-block;
  transform-style: preserve-3d;
  transform-origin: center center;
  backface-visibility: hidden;
}

.shine {
  position: absolute;

  top: -180%;

  left: -150%;

  width: 220px;

  height: 420%;

  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 251, 233, 0.815) 18%,
    rgba(255, 230, 160, 0.45) 35%,
    transparent 72%
  );

  filter: blur(14px);

  transform: rotate(-28deg);

  pointer-events: none;

  opacity: 0.905;
}

.floating-jewel {
  position: absolute;
  width: 60px;
  pointer-events: none;
  opacity: 0.2;
}
/* =====================================
   BUTTONS
===================================== */

.hero-buttons {
  width: fit-content;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 38px;

  margin-top: 35px;
}

.banner-explore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 22px 24px;

  text-decoration: none;
  background-color: #FEC210;
  color:  var(--primary-color);
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
.banner-explore-btn:hover {
  background-color:  var(--primary-color);
  color: #FEC210;
  transition: all 0.3s ease;
}
.gold-rate-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 22px 24px;
  gap: 12px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.gold-rate-view-btn:hover {
  background-color:  var(--primary-color);
  color: #ffffff;
  transition: all 0.3s ease;
}
/* Explore Collection */

.btn-primary {
  color: #7b421e;

  background: #f7e4bd;

  border: 1px solid #f7e4bd;
}

.btn-primary:hover {
  background: #e4bd78;
  border-color: #e4bd78;
}

/* Gold Rate */

.btn-outline {
  color: #ffffff;

  background: rgba(30, 0, 0, 0.3);

  border: 1px solid rgba(255, 255, 255, 0.6);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.arrow {
  display: inline-flex;
  font-size: 7px;
}

/* =====================================
   GOLD RATE CARD
===================================== */

.rate-card {
  position: absolute;
  max-width: 1245px;
  width: 100%;
  margin: 0px auto;
  bottom: -67px;
  left: 50%;
  height: fit-content;
  padding: 0px 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  z-index: 1;
  transition: 0.35s ease;
  /* transform: translateY(20px); */
}
.rate-card.active {
  opacity: 1;
  visibility: visible;
}

.rate-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 32px;
  background: linear-gradient(to right, #fcf5ec, #fbf4eb);
  border: 2px solid #FEC210;
  border-radius: 14px;
  position: relative;
}
/* =====================================
   RATE CARD LEFT
===================================== */

.rate-heading {
  border-right: 1px solid #f4dcbc;
  padding-right: 20px;
}

.rate-small-title {
  margin-bottom: 8px;
  font-family: "Avenir Next LT Pro", sans-serif;

  color:  var(--primary-color);

  /* font-family: Georgia, "Times New Roman", serif; */

  font-size: 16px;
  letter-spacing: 6px;
  /* font-family: ; */
  font-weight: 500;
  letter-spacing: 5px;
}

.rate-heading h2 {
  margin-bottom: 24px;
  color:  var(--primary-color);
  font-family: "Cormorant SC", serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
}

/* Date and live */

.rate-status {
  display: flex;
  align-items: center;

  gap: 40px;
}
.rate-date {
  color: #000000;
}

.rate-date,
.live-status {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 17px;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-weight: 400;
}

.gold-square {
  display: inline-flex;
}
.gold-square svg {
  width: 12px;
  height: 12px;

  color: #FEC210;
}

.live-status {
  color: #18d911;
}

.live-dot svg {
  width: 12px;
  height: 12px;

  color: #18d911;
}

/* =====================================
   DIVIDER
===================================== */

/* =====================================
   RATE ITEMS
===================================== */

.rate-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 20px;
  align-items: center;

  gap: 18px;
}

.rate-item {
  /* width: 175px;
  height: 92px; */

  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 16px;

  border-radius: 9px;
}

/* Gold box */

.gold-rate {
  background: linear-gradient(to right, #fdeed5, #fdda9d);

  border: 1px solid #FEC210;
}

/* Silver box */

.silver-rate {
  background: linear-gradient(to right, #f1eeeb, #e1dedc);

  border: 1px solid #a69f97;
}

/* =====================================
   COINS
===================================== */

.coin img {
  flex-shrink: 0;

  width: 60px;
  height: 60px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 17px;
}

/* Silver coin */

/* =====================================
   RATE INFORMATION
===================================== */

.rate-info {
  white-space: nowrap;
}

.rate-type {
  display: block;

  margin-bottom: 8px;

  color: #000000;

  font-family: "Avenir Next LT Pro", sans-serif;

  font-size: 14px;
  font-weight: 400;
}

.rate-info p {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.aboutus-outer {
  padding: 100px 80px;
}
.aboutus-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

/*=========================
Image
=========================*/

.about-image {
  position: relative;
  height: 100%;
}
.about-img-wrapper {
  overflow: hidden;
}
.about-img-wrapper img:hover {
  transform: scale(1.08);
  transition: all 0.3s ease;
}

.about-image img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.experience-card {
  position: absolute;
  bottom: -15px;
  right: -15px;
  padding: 20px 38px;
  /* width: 150px;
  height: 150px; */
  background: #FEC210;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.experience-card h2 {
  font-size: 64px;
  font-weight: 900;
  color:  var(--primary-color);
  font-family: "Lato", sans-serif;
  margin-bottom: 12px;
  letter-spacing: 6%;
}

.experience-card span {
  font-size: 18px;
  letter-spacing: 6%;
  color:  var(--primary-color);
  font-weight: 500;
  display: inline-block;
  font-family: "Lato", sans-serif;
}

/*=========================
Content
=========================*/

.about-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.section-tag {
  color: #FEC210;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 25px;
}

.about-content h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #000000;
  margin-bottom: 32px;
  max-width: 554px;
  width: 100%;
}
.about-content h2 span {
  display: inline-block;
}
.about-content p {
  color: #00000099;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin-bottom: 14px;
  line-height: 31px;
  text-align: justify;
}
.about-content p + p {
  margin-bottom: 0px;
}

/*=========================
Feature Grid
=========================*/

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.feature-card {
  border: 1px solid #d5a37340;
  padding: 12px;
  text-align: center;
  transition: 0.3s;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #FEC210;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon svg {
  width: 24px;
  fill:  var(--primary-color);
}

.feature-card h4 {
  font-size: 20px;
  margin-bottom: 24px;
  color: #000000;
  font-weight: 600;
  font-family: "Playfair", sans-serif;
}

.feature-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #00000099;
  line-height: unset !important;
  text-align: center;
}

.categories-outer {
  padding: 100px 80px;
  background: #f9f2e7;
}

/* Heading */

.categories-heading {
  text-align: center;
  margin-bottom: 55px;
}

.categories-heading .section-tag {
  color:  var(--primary-color);
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  margin-bottom: 25px;
}

.categories-heading h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #000000;
  margin-bottom: 32px;
  text-align: center;
  width: 100%;
}

/* Grid */

.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card */

.category-card {
  text-align: center;
}

.category-image {
  overflow: hidden;
  height: 445px;
  border: 1px solid #d5a37380;
}

.category-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s ease;
}

.category-card:hover .category-image img {
  transform: scale(1.08);
}

.category-card h4 {
  margin-top: 16px;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  font-family: "Playfair", sans-serif;
}

/* =========================
   Trending Collection
========================= */

.trending-outer {
  padding: 100px 80px;
  background: #ffffff;
}

/* Heading */

.trending-heading {
  margin-bottom: 45px;
}

.trending-tag {
  color:  var(--primary-color);
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 25px;
}

.trending-heading h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #000000;
  margin-bottom: 32px;
  width: 100%;
}

/* Product Grid */

.trending-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Product Card */

.trending-card {
  text-align: center;
}

/* Image */

.trending-image {
  width: 100%;
  overflow: hidden;
  height: 445px;
  border: solid 1px #d5a37380;
}

.trending-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.3s ease;
}

/* Image Hover */

.trending-card:hover .trending-image img {
  transform: scale(1.05);
}

/* Product Information */

.trending-info {
  padding-top: 16px;
}

.trending-info h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  font-family: "Playfair", sans-serif;
  margin-bottom: 5px;
}

.trending-info p {
  color: #000000;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

/* =====================================
   Testimonial Section
===================================== */

.testimonial-outer {
  background:  var(--primary-color);
  padding: 100px 80px;
}

/* Heading */

.testimonial-heading {
  text-align: center;
  margin-bottom: 45px;
}

.testimonial-heading > span {
  color: #FEC210;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 25px;
}

.testimonial-heading h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: white;
  margin-bottom: 32px;
  width: 100%;
}

/* =====================================
   Testimonial Grid
===================================== */

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Card */

.testimonial-card {
  display: flex;
  flex-direction: column;

  min-height: 300px;
  padding: 32px;

  background: #ffffff1a;
  border: 1px solid #ffffff1a;
}

/* Quote */

.quote-icon svg {
  fill: #FEC210;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}

/* Stars */

.testimonial-stars {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.testimonial-stars span svg {
  fill: #FEC210;
  width: 20px;
  height: 20px;
}

/* Testimonial Text */

.testimonial-text {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  text-align: justify;
  line-height: 30px;
  margin-bottom: 10px;
}

.testimonial-author {
  margin-top: auto;

  border-top: solid 1px #ffffff80;
  padding-top: 40px;
}

.testimonial-author h4 {
  margin: 0 0 6px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.testimonial-author span {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

/* =========================
   Newsletter Section
========================= */

.newsletter-outer {
  background: #faf3eb;
  padding: 100px 80px;
}

.newsletter-wrapper {
  text-align: center;
}

/* Heading */

.newsletter-wrapper h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #1a1a1a;
  margin-bottom: 24px;
  width: 100%;
}

/* Description */

.newsletter-wrapper p {
  margin-bottom: 32px;
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  line-height: 28px;
}

/* Form */

.newsletter-form {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  max-width: 400px;
}

/* Input */

.newsletter-form input {
  width: 100%;
  height: 56px;
  padding: 0 16px;

  background: #ffffff;
  border-right: 0;
  border-radius: 12px 0 0 12px;

  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  outline: none;
  border: none;
}

.newsletter-form input::placeholder {
  color: #1a1a1a;
}

/* Button */

.newsletter-form button {
  height: 56px;
  padding: 0px 22px;

  background: #FEC210;
  border-radius: 0 12px 12px 0;

  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  border: none;
  transition: 0.3s ease;
}
.newsletter-form button:hover {
  background-color:  var(--primary-color);
  color: #FEC210;
  transform: all 0.3s ease;
}
/* =========================
   Footer
========================= */

.footer-outer {
  width: 100%;
  background:  var(--primary-color);
  color: #fff;
  padding: 62px 0px 0px;
}

.footer-top {
  padding: 0px 80px 15px 80px;
}
.footer-wrapper {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 60px;
  width: 100%;
}

.footer-right-links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
/* Brand */

.footer-logo {
  display: inline-block;
  margin-bottom: 22px;

  /* overflow: hidden; */
}

.footer-bottom {
  padding: 15px 80px 15px 80px;
}
.footer-logo img {
  display: block;
  width: 100%;
  height: 40px;
}
.footer-logo:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in;
}
.footer-brand p {
  margin-bottom: 22px;
  color: #ffffffcc;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  max-width: 301px;
  width: 100%;
  line-height: 24px;
}

/* Social */

.footer-socials {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-socials a:hover {
  transform: scale(1.08);
  transition: all 0.3s ease;
}
.footer-socials a:hover svg {
  color: #FEC210;
  transition: all 0.3s ease;
}
.footer-socials svg {
  width: 20px;
  height: 20px;
  color: #ffffff;
}

/* Footer columns */

.footer-column {
  min-width: 0;
}

.footer-column h4 {
  margin: 0 0 32px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Lato", sans-serif;

  font-weight: 600;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column li {
  margin-bottom: 12px;
}

.footer-column a {
  color: #ffffffcc;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.footer-column a:hover {
  color: #FEC210;
  transition: all 0.3s ease;
}

/* Bottom */

.footer-bottom {
  border-top: 1px solid #ffffff33;
}

.footer-bottom p {
  margin: 0;
  color: #ffffff99;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

/* ==================================
   Common Inner Page Banner
================================== */

.inner-banner {
  background:  var(--primary-color);
  padding: 90px 80px 80px;
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-banner-wrapper {
  text-align: center;
}

/* Small Tag */

.inner-banner-tag {
  display: inline-block;
  margin-bottom: 24px;

  color: #FEC210;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 6px;
  text-transform: uppercase;
}

/* Main Heading */

.inner-banner-title {
  margin: 0 0 32px;

  color: #ffffff;
  font-family: "Playfair", serif;
  font-size: 72px;
  font-weight: 800;
}

/* Description */

.inner-banner-description {
  margin: 0;
  color: #e5e7eb;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

/* ==================================
   Who We Are
================================== */

.who-we-are-outer {
  padding: 100px 80px;
}

.who-we-are-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

/* ==================================
   Left Content
================================== */

.who-we-are-tag {
  color:  var(--primary-color);
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 25px;
}

.who-we-are-content h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #000000;
  margin-bottom: 32px;
  width: 100%;
}

.who-we-are-content h2 span {
  color: #fcc471;
}

/* Description */

.who-we-are-description p {
  color: #00000099;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin-bottom: 14px;
  line-height: 31px;
  text-align: justify;
}

.who-we-are-description p:last-child {
  margin-bottom: 0;
}

/* ==================================
   Quote
================================== */

.who-we-are-quote {
  margin-top: 48px;
  padding-top: 41px;

  border-top: 1px solid #FEC210;
}

.who-we-are-quote p {
  color: #00000099;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin-bottom: 12px;
  text-align: justify;
  font-style: italic;
}

.who-we-are-quote span {
  color: #FEC210;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* ==================================
   Right Image
================================== */

.who-we-are-image {
  padding: 22px;
  border: 1px solid #FEC210;
}
.who-we-are-image-wrapper {
  overflow: hidden;
}
.who-we-are-image img {
  display: block;
  width: 100%;
  height: 654px;
  object-fit: cover;
}
.who-we-are-image-wrapper img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 654px;
}

.who-we-are-image-wrapper img:hover {
  transform: scale(1.08);
  transition: all 0.3s ease;
}
/* ==================================
   Our Philosophy
================================== */

.our-philosophy-outer {
  padding: 100px 80px;
  background: #f9f2e7;
}

/* Heading */

.our-philosophy-heading {
  margin-bottom: 45px;
}

.our-philosophy-heading > span {
  color:  var(--primary-color);
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  display: flex;
  justify-self: center;

  margin-bottom: 25px;
  text-align: center;
}

.our-philosophy-heading h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #000000;
  margin-bottom: 32px;
  width: 100%;
  text-align: center;
}

/* ==================================
   Cards Grid
================================== */

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card */

.philosophy-card {
  min-height: 275px;
  padding: 32px;

  background:  var(--primary-color);
}

/* Icon */

.philosophy-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 64px;
  height: 64px;
  margin-bottom: 24px;

  background: #FEC210;
  border-radius: 50%;
}

.philosophy-icon svg {
  width: 20px;
  height: 20px;
  fill:  var(--primary-color);
}

/* Card Heading */

.philosophy-card h3 {
  margin: 0 0 32px;
  font-family: "Playfair", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

/* Card Description */

.philosophy-card p {
  margin: 0;
  font-family: "Lato", sans-serif;
  color: #ffffff99;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

/* =========================================
   The Art Of Perfection
========================================= */

.the-art-of-perfection-outer {
  padding: 100px 80px;
  background: #ffffff;
}

.the-art-of-perfection-wrapper {
  display: grid;
  grid-template-columns: 600px 1fr;
  align-items: center;
  gap: 40px;
}

/* =========================================
   Left Image
========================================= */

.perfection-image-box {
  position: relative;

  padding: 22px;

  border: 1px solid #FEC210;
}

/* Inner border */

.perfection-image {
  padding: 22px;
  position: relative;
  z-index: 1;
  overflow: hidden;

  border: 1px solid #FEC210;
}
.perfection-image-wrapper {
  overflow: hidden;
}
.perfection-image-wrapper img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.perfection-image-wrapper img:hover {
  transform: scale(1.08);
  transition: all 0.3s ease;
}
/* =========================================
   100% Badge
========================================= */

.perfection-badge {
  position: absolute;
  z-index: 2;

  right: 0px;
  bottom: 0px;

  width: 255px;
  height: 151px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: #FEC210;
  text-align: center;
}

.perfection-badge strong {
  display: block;
  color:  var(--primary-color);
  font-size: 56px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  margin-bottom: 12px;
}

.perfection-badge span {
  display: block;

  color:  var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
}

/* =========================================
   Right Content
========================================= */

.perfection-tag {
  color:  var(--primary-color);
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  display: inline-block;
  justify-self: center;
  margin-bottom: 25px;
  text-align: center;
}

.perfection-content h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #000000;
  margin-bottom: 32px;
  width: 100%;
}

/* Description */

.perfection-description p {
  color: #00000099;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin-bottom: 14px;
  line-height: 31px;
  text-align: justify;
}

.perfection-description p:last-child {
  margin-bottom: 0;
}

/* =========================================
   Features Grid
========================================= */

.perfection-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  column-gap: 50px;
  row-gap: 20px;

  margin-top: 40px;
}

.perfection-feature {
  padding-left: 22px;

  border-left: 2px solid #FEC210;
}

.perfection-feature h4 {
  margin: 0 0 12px;
  color: #000000;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.perfection-feature span {
  display: block;
  font-family: "Lato", sans-serif;
  color: #00000099;
  font-size: 16px;
  font-weight: 400;
}

/* =========================================
   Why Choose Us
========================================= */

.why-choose-us-outer {
  padding: 100px 80px;
  background:  var(--primary-color);
}



/* =========================================
   Heading
========================================= */

.why-choose-us-tag {
  color: #FEC210;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.why-choose-us-heading h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: white;
  margin-bottom: 32px;
  width: 100%;
  text-align: center;
}

.why-choose-us-heading p {
  margin-bottom: 32px;
  line-height: 28px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  max-width: 545px;
  width: 100%;
  margin: 0px auto 32px auto;
  text-align: justify;
}

/* =========================================
   Statistic Cards
========================================= */

.trust-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.trust-stat-card {
  min-height: 240px;
  padding: 32px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: #ffffff1a;
  border: 1px solid #ffffff33;
}

/* Icon */

.trust-stat-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #FEC210;
  border-radius: 50%;
}

.trust-stat-icon svg {
  color:  var(--primary-color);
}

/* Number */

.trust-stat-number {
  display: block;
  margin-bottom: 32px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 54px;
  font-weight: 900;
}

/* Card Title */

.trust-stat-title {
  margin: 0 0 6px;

  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}

/* Small Text */

.trust-stat-subtitle {
  color: #ffffff99;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: center;
}

/* =========================================
   Certifications
========================================= */

.certification-wrapper {
  margin-top: 48px;
}

.certification-title {
  color: #FEC210;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  text-align: center;
}

.certification-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 20px;
}

.certification-list span {
  min-width: 162px;

  padding: 22px 24px;

  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

/* =========================================
   Common CTA Section
   Used across multiple pages
========================================= */

.common-cta-outer {
  padding: 100px 80px;
  background: #f9f2e7;
}

/* .common-cta-wrapper {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
} */

/* Title */

.common-cta-title {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #000000;
  margin-bottom: 32px;
  width: 100%;
  text-align: center;
}

/* Description */

.common-cta-description {
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  max-width: 663px;
  width: 100%;
  margin: 0px auto 32px auto;
  text-align: center;
  line-height: 28px;
}

/* =========================================
   Buttons
========================================= */

.common-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

/* Primary */

.common-cta-btn-primary {
  background: #FEC210;
  padding: 22px 24px;
  color:  var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  border: solid 1px transparent;
  text-align: center;
}

.common-cta-btn-primary:hover {
  background-color:  var(--primary-color);
  color: #FEC210;
  transition: all 0.3s ease;
}
/* Outline */

.common-cta-btn-outline {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  padding: 22px 24px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  text-align: center;
}

.common-cta-btn-outline:hover {
  background: #000000;
  color: #FEC210;
  transition: all 0.3s ease;
}

/* =========================================
   Bottom Note
========================================= */

.common-cta-note {
  margin: 40px 0 0;
  color: #6b6b6b;
  font-size: 14px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-cta-note span {
  display: flex;
}
.common-cta-note span svg {
  width: 5px;
  height: 5px;
  margin: 0 3px;
}

/* =========================================
   Common Image Banner
   Reusable across multiple pages
========================================= */

.common-img-banner-outer {
  position: relative;
  height: 65vh;
  /*min-height: 480px;*/
  display: flex;
  align-items: center;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 80px 80px;
}

/* Dark overlay */

.common-img-banner-outer::before {
  content: "";

  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.28);

  z-index: 1;
}

/* Content */

.common-img-banner-wrapper {
  position: relative;
  z-index: 2;

  max-width: 700px;
  margin: 0 auto;

  text-align: center;
  color: #ffffff;
}

/* Small Heading */

.common-img-banner-tag {
  display: inline-block;
  margin-bottom: 24px;
  color: #FEC210;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 6px;
  text-transform: uppercase;
}

/* Main Heading */

.common-img-banner-title {
  margin: 0 0 32px;
  color: #ffffff;
  font-family: "Playfair", serif;
  font-size: 72px;
  font-weight: 800;
}

/* Description */

.common-img-banner-description {
  margin: 0;
  color: #e5e7eb;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

/* =========================================
   Curated Collection
========================================= */

.curated-collection-outer {
  padding: 100px 80px;
}

/* =========================================
   Header
========================================= */

.curated-collection-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;

  margin-bottom: 32px;
}

.curated-collection-tag {
  color:  var(--primary-color);
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
}

.curated-collection-heading h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #000000;
  text-align: center;
  width: 100%;
}
.product-price{
    margin-top:5px !important ;
}

/* =========================================
   Custom Sort Dropdown
========================================= */

.collection-sort-dropdown {
  position: relative;
  z-index:1;
}

.collection-sort-trigger {
  width: 200px;
  height: 51px;
  padding: 0 12px;

  display: flex;
  align-items: center;

  background: #ffffff;
  border: 1px solid #00000099;

  color: #222222;
  cursor: pointer;
}

.sort-label {
  margin-right: 5px;
  color: #00000099;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

.sort-selected {
  color: #070707;
  font-size: 16px;
  font-weight: 600;
  display: block;
  font-family: "Lato", sans-serif;
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sort-arrow {
  width: 14px;
  height: 14px;

  margin-left: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: transform 0.3s ease;
}

.sort-arrow svg {
  width: 100%;
  height: 100%;
}

/* Open Arrow */

.collection-sort-dropdown.active .sort-arrow {
  transform: rotate(180deg);
}

/* Dropdown Options */

.collection-sort-options {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;

  width: 100%;

  padding: 5px;

  background: #ffffff;
  border: 1px solid #dddddd;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);

  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);

  transition: 0.25s ease;

  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.collection-sort-dropdown.active .collection-sort-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sort-option {
  width: 100%;
  padding: 10px 8px;

  display: block;

  background: transparent;
  border: 0;

  color: #555555;
  font-size: 13px;
  text-align: left;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  transform: all 0.3s ease;
  cursor: pointer;
}

.sort-option:hover,
.sort-option.active {
  background: #681b19;
  color: #d5a373;
}

/* =========================================
   Product Grid
========================================= */

.curated-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* =========================================
   Product Card
========================================= */

.curated-product-card {
  display: flex;
  flex-direction: column;
}

/* Product Image */

.curated-product-image {
  position: relative;
  overflow: hidden;

  height: 445px;

  border: 1px solid #FEC210;
}

.curated-product-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: all 0.3s ease;
}

.curated-product-image img:hover {
  transform: scale(1.08);
}

/* New Badge */

.curated-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 8px 16px;
  background: #FEC210;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 6%;
  font-family: "Lato", sans-serif;
}

/* =========================================
   Product Information
========================================= */

.curated-product-content {
  padding: 16px 0px 20px 0px;

  text-align: center;
}

.curated-product-content h3 {
  margin: 0 0 12px;

  color: #000000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Playfair", sans-serif;
}

.curated-product-content p {
  margin: 0;

  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

/* =========================================
   Read More
========================================= */

.curated-product-btn {
  width: 100%;
  padding: 16px;

  display: block;

  margin-top: auto;

  background: #FEC210;
  font-family: "Lato", sans-serif;

  color:  var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.curated-product-btn:hover {
  background:  var(--primary-color);
  color: #FEC210;
}
.sort-option.selected {
  background:  var(--primary-color);
  color: #FEC210;
}

/* =========================================
   Product Detail Section
========================================= */

.detail-outer {
  padding: 100px 80px;
}

/* Main Grid */

.details-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*align-items: center;*/
  gap: 40px;
}

/* =========================================
   Left Product Image
========================================= */

.detail-image {
  overflow: hidden;
height: fit-content;
  border-radius: 12px;
}

.detail-image img {
  display: block;

  width: 100%;
  height: 500px;

  object-fit: cover;
}

.detail-image img:hover {
  transform: scale(1.08);
  transition: all 0.3s ease;
}
/* =========================================
   Right Content
========================================= */

/* Heading */

.detail-heading {
  margin-bottom: 20px;
}

.detail-heading h2 {
  margin: 0 0 12px;

  color: #000000;
  font-size: 36px;
  font-weight: 700;
  font-family: "Playfair", sans-serif;
}

.detail-heading p {
  margin-bottom: 24px;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

/* =========================================
   Availability
========================================= */

.detail-availability {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 24px;
}

.detail-availability strong {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}

.detail-availability span {
  color: #2e7d32;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

/* =========================================
   Description
========================================= */

.detail-description {
  margin-bottom: 22px;
}

.detail-description h4 {
  margin: 0 0 12px;
  font-family: "DM Sans", sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.detail-description p {
  color: #00000099;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin-bottom: 24px;
  line-height: 31px;
  text-align: justify;
  max-height: 200px;
  overflow-y: scroll;
  padding-right: 10px;
}

/* =========================================
   Material / Stone
========================================= */

.detail-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;

  margin-bottom: 24px;
}

.detail-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.detail-meta-item strong {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}

.detail-meta-item span {
  color: #FEC210;
  font-size: 15px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

/* =========================================
   Information Cards Grid
========================================= */

.detail-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;

  margin-bottom: 32px;
}

/* Card */

.detail-info-card {
  overflow: hidden;

  background: #f9f2e7;
  border-radius: 12px;
}

.detail-info-card h3 {
  margin: 0;
  padding: 32px 0px 8px 0px;

  border-bottom: 1px solid #00000033;

  color: #000000;
  font-size: 20px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;

  text-align: center;
}

/* Card Information */

.detail-info-content {
  padding: 24px;
}

.detail-info-content p {
  margin: 0 0 8px;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

.detail-info-content p:last-child {
  margin-bottom: 0;
}

/* =========================================
   Enquire Button
========================================= */

.detail-enquire-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #FEC210;
  padding: 15px 54px;
  color:  var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  transition: all 0.3s ease;
}

.detail-enquire-btn svg {
  color:  var(--primary-color);
}
.detail-enquire-btn:hover {
  background:  var(--primary-color);
  color: #FEC210;
}
.detail-enquire-btn:hover svg {
  color: #FEC210;
}

/* =========================================
   Related Collection
========================================= */

.related-collection-outer {
  padding: 100px 80px;
  background: #ffffff;
}

/* =========================================
   Heading
========================================= */
.related-collection-heading {
  margin-bottom: 32px;
}
.related-collection-heading h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #000000;
  text-align: center;
  width: 100%;
}

/* =========================================
   Products Grid
========================================= */

.related-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* =========================================
   Product Card
========================================= */

.related-product-card {
  display: flex;
  flex-direction: column;
}

/* =========================================
   Product Image
========================================= */

.related-product-image {
  position: relative;
  overflow: hidden;
  height: 445px;
  border: 1px solid #FEC210;
}

.related-product-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: all 0.3s ease;
}

/* Image Hover */

.related-product-image img:hover {
  transform: scale(1.08);
}

/* =========================================
   New Badge
========================================= */

.related-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 8px 16px;
  background: #FEC210;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 6%;
  font-family: "Lato", sans-serif;
}

/* =========================================
   Product Content
========================================= */

.related-product-content {
  padding: 16px 0px 20px 0px;
  text-align: center;
}

.related-product-content h3 {
  margin: 0 0 12px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Playfair", sans-serif;
}

.related-product-content p {
  margin: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

/* =========================================
   Read More Button
========================================= */

.related-product-btn {
  width: 100%;
  padding: 16px;
  display: block;
  margin-top: auto;
  background: #FEC210;
  font-family: "Lato", sans-serif;
  color:  var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.related-product-btn:hover {
  background:  var(--primary-color);
  color: #FEC210;
  transition: all 0.3s ease;
}

/* =========================================
   Precious Celebrations
========================================= */

.precious-celebrations-outer {
  padding: 100px 80px;
  background: #f9f2e7;
}

/* =========================================
   Heading
========================================= */

.precious-celebrations-heading {
  margin-bottom: 32px;
}

.precious-celebrations-tag {
  color:  var(--primary-color);
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.precious-celebrations-heading h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #000000;
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}

/* =========================================
   Celebrations Grid
========================================= */

.precious-celebrations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* =========================================
   Card
========================================= */

.celebration-card {
  text-align: center;
}

/* Image */

.celebration-image {
  width: 100%;
  overflow: hidden;
}

.celebration-image img {
  display: block;
  width: 100%;
  height: 445px;
  object-fit: cover;
  transition: all 0.3s ease;
}

/* Image Hover */

.celebration-card:hover .celebration-image img {
  transform: scale(1.08);
}

/* Card Title */

.celebration-card h3 {
  margin-top: 16px;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  font-family: "Playfair", sans-serif;
}

/* =========================================
   Style Inspiration
========================================= */

.style-inspiration-outer {
  padding: 100px 80px;
}

/* =========================================
   Heading
========================================= */

.style-inspiration-heading {
  margin-bottom: 40px;
  text-align: center;
}

.style-inspiration-tag {
  color:  var(--primary-color);
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.style-inspiration-heading h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #000000;
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}

.style-inspiration-heading p {
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  max-width: 706px;
  width: 100%;
  margin: 0px auto 32px auto;
  text-align: center;
  line-height: 28px;
}

/* =========================================
   Gallery Grid
========================================= */

.style-inspiration-grid {
  display: grid;

  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 400px);

  grid-template-areas:
    "left-top center right-top"
    "left-bottom center right-bottom";

  gap: 15px;
}

/* Grid Positions */

.style-item-left-top {
  grid-area: left-top;
}

.style-item-center {
  grid-area: center;
}

.style-item-right-top {
  grid-area: right-top;
}

.style-item-left-bottom {
  grid-area: left-bottom;
}

.style-item-right-bottom {
  grid-area: right-bottom;
}

/* =========================================
   Images
========================================= */

.style-inspiration-item {
  overflow: hidden;
}

.style-inspiration-item img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: all 0.4s ease;
}

.style-inspiration-item:hover img {
  transform: scale(1.08);
}

/* .style-item-center img {
  height: 812px;
} */

/* =========================================
   Signature Creations
========================================= */

.signature-creations-outer {
  padding: 100px 80px;
  background:  var(--primary-color);
}

.signature-creations-wrapper {
  text-align: center;
}

/* Heading */

.signature-creations-heading {
  max-width: 700px;
  margin: 0 auto 55px;
}

.signature-creations-tag {
  color: #FEC210;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.signature-creations-heading h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}

.signature-creations-heading p {
  color: #e5e7eb;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  max-width: 706px;
  width: 100%;
  margin: 0px auto 32px auto;
  text-align: center;
  line-height: 28px;
}

/* Grid */

.signature-creations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
  max-width: 800px;
  width: 100%;
  margin: 0px auto;
}

/* Card */

.signature-creation-card {
  width: 100%;
}

/* Icon */

.signature-creation-icon {
  width: 64px;
  height: 64px;

  margin: 0 auto 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #FEC210;
  border-radius: 50%;
}

.signature-creation-icon svg {
  color:  var(--primary-color);
}

.signature-creation-card h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Playfair", sans-serif;
}

/*=========================================
 Contact Form
=========================================*/

.contact-form-outer {
  padding: 100px 80px;
  background: #ffffff;
}

/*=========================================
 Main Grid
=========================================*/

.contact-form-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/*=========================================
 Left
=========================================*/

.contact-form-tag {
  color:  var(--primary-color);
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 25px;
}

.contact-form-title {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #000000;
  margin-bottom: 32px;
  width: 100%;
}

/*=========================================
 Form
=========================================*/

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.contact-form-group {
  display: flex;
  flex-direction: column;
}

.contact-form-group label {
  font-family: "Lato", sans-serif;
  margin-bottom: 2px;
  color: #00000099;
  font-size: 16px;
  font-weight: 500;
}

.contact-form-group input,
.contact-form-group textarea {
  width: 100%;
  padding: 15px 14px;
  border: 1px solid #000000;
  outline: none;
  font-family: "Lato", sans-serif;
  color: #00000099;
  font-size: 13px;
  font-weight: 400;
}

.contact-form-group textarea {
  height: 128px;
  resize: none;
}

.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
  color: #00000099;
}

/*=========================================
 Button
=========================================*/

.contact-submit-btn {
  width: 100%;
  height: 56px;
  border: none;
  cursor: pointer;
  background: #FEC210;
  font-family: "Lato", sans-serif;
  color:  var(--primary-color);
  font-size: 16px;
  font-weight: 500;

  transition: 0.3s;
}

.contact-submit-btn:hover {
  color: #FEC210;
  background:  var(--primary-color);
}
/*=========================================
 Right Image
=========================================*/

.contact-form-image {
  overflow: hidden;
}

.contact-form-image img {
  display: block;
  width: 100%;
  height: 536px;

  object-fit: cover;
}
.contact-form-image img:hover {
  transform: scale(1.08);
  transition: all 0.3s ease;
}

/*=========================================
 Contact Information
=========================================*/

.contact-information-outer {
  padding: 100px 80px;
  background: #ffffff;
}

/*=========================================
 Heading
=========================================*/

.contact-information-heading {
  margin-bottom: 45px;
  text-align: center;
}

.contact-information-tag {
  color:  var(--primary-color);
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: 6%;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 25px;
}

.contact-information-heading h2 {
  font-size: 56px;
  font-weight: 500;
  font-family: "Playfair", sans-serif;
  color: #000000;
  margin-bottom: 32px;
  width: 100%;
}

/*=========================================
 Grid
=========================================*/

.contact-information-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/*=========================================
 Card
=========================================*/

.contact-information-card {
  padding: 22px;

  background:  var(--primary-color);
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Icon */

.contact-information-icon {
  width: 64px;
  height: 64px;

  margin: 0 auto 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #FEC210;
}

.contact-information-icon svg {
  color:  var(--primary-color);
}

/* Title */

.contact-information-card h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Playfair", sans-serif;
  margin-bottom: 12px;
  text-align: center;
}

/* Text */

.contact-information-card a {
  color: #ffffff !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  max-width: 310px;
  width: 100%;
  margin: 0px auto;
  text-decoration: none;
  display: flex;
  justify-content: center;
}
.contact-information-card p {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  max-width: 310px;
  width: 100%;
  margin: 0px auto;
}

.contact-information-card span {
  display: flex;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  justify-content: center;
  text-align: center;
  margin-top: 8px;
}

.banner-btn {
  display: none;
}

.gold-rate-close {
  background-color: #FEC210;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 10px;
  top: -6px;
}
.gold-rate-close svg {
  width: 15px;
  height: 15px;
  color: black;
}

@media screen and (max-width: 1728px) {

  .nav-link {
    font-size: 16px;
  }
  .hero-title {
    font-size: 50px;
    line-height: 55px;
  }
  .inner-banner-title {
    font-size: 50px;
  }
  .common-img-banner-title {
    font-size: 50px;
  }
  .inner-banner-description {
    font-size: 20px;
  }
  .common-img-banner-description {
    font-size: 20px;
  }
  .banner-explore-btn,
  .gold-rate-view-btn {
    padding: 13px 17px;
  }
  .rate-card-wrapper {
    padding: 20px;
  }
  .rate-heading h2 {
    font-size: 30px;
  }
  .rate-date,
  .live-status {
    font-size: 15px;
  }
  .rate-small-title {
    font-size: 14px;
  }
  .rate-item {
    padding: 20px;
  }
  .coin img {
    width: 55px;
    height: 55px;
  }
  .rate-info p {
    font-size: 16px;
  }
  .section-tag,
  .categories-heading .section-tag,
  .trending-tag,
  .testimonial-heading > span,
  .who-we-are-tag,
  .our-philosophy-heading > span,
  .perfection-tag,
  .why-choose-us-tag,
  .certification-title,
  .curated-collection-tag,
  .precious-celebrations-tag,
  .style-inspiration-tag,
  .signature-creations-tag,
  .contact-form-tag,
  .contact-information-tag {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .about-content h2,
  .categories-heading h2,
  .trending-heading h2,
  .testimonial-heading h2,
  .newsletter-wrapper h2,
  .who-we-are-content h2,
  .our-philosophy-heading h2,
  .perfection-content h2,
  .why-choose-us-heading h2,
  .common-cta-title,
  .curated-collection-heading h2,
  .related-collection-heading h2,
  .precious-celebrations-heading h2,
  .style-inspiration-heading h2,
  .signature-creations-heading h2,
  .contact-form-title,
  .contact-information-heading h2 {
    font-size: 45px;
  }
  .about-content p,
  .testimonial-text,
  .newsletter-wrapper p,
  .footer-brand p,
  .who-we-are-description p,
  .perfection-description p,
  .why-choose-us-heading p,
  .common-cta-description,
  .detail-description p,
  .style-inspiration-heading p,
  .signature-creations-heading p {
    font-size: 16px;
    line-height: 25px;
  }

  .feature-card h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .feature-icon,
  .philosophy-icon,
  .trust-stat-icon,
  .signature-creation-icon,
  .contact-information-icon {
    width: 55px;
    height: 55px;
  }
  .feature-icon svg,
  .trust-stat-icon svg,
  .signature-creation-icon svg,
  .contact-information-icon svg {
    width: 20px;
    height: 20px;
  }
  .feature-card p {
    font-size: 15px;
  }

  .philosophy-card h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .experience-card span,
  .perfection-badge span {
    font-size: 16px;
  }
  .experience-card h2,
  .perfection-badge strong {
    font-size: 50px;
    margin-bottom: 5px;
  }
  .category-image,
  .trending-image,
  .curated-product-image,
  .related-product-image,
  .celebration-image img {
    height: 300px;
  }
  .category-card h4,
  .trending-info h4,
  .celebration-card h3 {
    font-size: 20px;
  }
 
  .testimonial-author h4,
  .who-we-are-quote p {
    font-size: 15px;
  }
  .testimonial-author span,
  .who-we-are-quote span {
    font-size: 14px;
  }
  .testimonial-card,
  .philosophy-card,
  .trust-stat-card {
    padding: 25px;
  }
  .who-we-are-image-wrapper img {
    height: 600px;
  }
  .perfection-feature h4,
  .trust-stat-title,
  .detail-info-card h3,
  .signature-creation-card h3,
  .contact-information-card h3 {
    font-size: 18px;
  }
  .signature-creation-icon {
    margin-bottom: 30px;
  }
  .trust-stat-number {
    font-size: 45px;
  }
  .certification-list span,
  .common-cta-btn-primary,
  .common-cta-btn-outline {
    padding: 20px;
  }
  .detail-heading h2 {
    font-size: 30px;
  }
  .detail-info-content p {
    font-size: 15px;
  }
  .detail-enquire-btn {
    font-size: 16px;
  }
  .style-inspiration-grid {
    grid-template-rows: repeat(2, 217px);
  }
}
@media (max-width: 1291px) {
  .aboutus-wrapper {
    grid-template-columns: 1fr;
  }
  .who-we-are-wrapper {
    grid-template-columns: 1fr;
  }
  .the-art-of-perfection-wrapper {
    grid-template-columns: 1fr;
  }
  .contact-form-wrapper {
    grid-template-columns: 1fr;
  }
  .contact-form-image {
    order: -1;
  }
  .about-image img,
  .who-we-are-image-wrapper img,
  .perfection-image-wrapper img,
  .contact-form-image img {
    height: 400px;
  }
  .experience-card {
    right: 0px;
    bottom: 0px;
  }
}

@media (max-width: 1207px) {
  .footer-wrapper {
    grid-template-columns: 1fr;
  }
  .details-wrapper {
    grid-template-columns: 1fr;
  }
  .category-image,
  .trending-image,
  .curated-product-image,
  .related-product-image,
  .celebration-image img,
  {
    min-height: unset;
  }
  .detail-image,.detail-image img {
    height: 300px;
  }
  .detail-image img{
      width: 300px ;
  }
   .detail-image{
       display: flex;
       justify-content: center;
   }
  .categories-grid,
  .trending-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .philosophy-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .curated-products-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .related-collection-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .precious-celebrations-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .philosophy-card {
    min-height: 300px;
  }
}

@media (min-width: 1024px) {
  .mobile-menu {
    display: none !important;
  }
}

@media screen and (max-width: 1032px) {
  .rate-heading h2 {
    font-size: 25px;
  }
}

@media (max-width: 1024px) {
  .nav-menu {
    display: none;
  }

  .mobile-toggle {
    display: flex;
  }

  .header-wrapper {
    height: 90px;
  }

  .header {
    background-color:  var(--primary-color);
  }
  .contact-information-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1120px) {
  .trust-stats-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 992px) {
  .rate-card-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
    max-height: 250px;
    justify-content: space-between;
    overflow-y: scroll;
  }
  .rate-item {
    height: 100%;
  }
  .rate-items {
    padding-left: 0px;
  }
  .rate-heading {
    padding-right: 0px;
    border-right: 0px;
  }
  .header {
    padding: 0px 20px;
  }

  .footer-top,
  .footer-bottom,
  .aboutus-outer,
  .categories-outer,
  .trending-outer,
  .testimonial-outer,
  .newsletter-outer,
  .inner-banner,
  .who-we-are-outer,
  .our-philosophy-outer,
  .the-art-of-perfection-outer,
  .why-choose-us-outer,
  .common-cta-outer,
  .common-img-banner-outer,
  .curated-collection-outer,
  .detail-outer,
  .related-collection-outer,
  .precious-celebrations-outer,
  .style-inspiration-outer,
  .signature-creations-outer,
  .contact-form-outer,
  .contact-information-outer {
  
    padding: 50px 20px;
  }
  .mobile-link {
    padding: 10px 20px;
    font-size: 14px;
  }
 
  .who-we-are-image,
  .perfection-image-box {
    padding: 10px;
  }
  .perfection-image {
    padding: 0px;
  }
}

@media screen and (max-width: 845px) {
.logo img,.footer-logo img{
    height: 30px;
}
.category-image, .trending-image, .curated-product-image, .related-product-image, .celebration-image img{
    height: 250px;
}

    
}
@media screen and (max-width: 812px) {
  .philosophy-grid {
    grid-template-columns: 1fr 1fr;
  }
}


@media screen and (max-width: 768px) {
  .signature-creations-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .signature-creation-card {
    min-height: 130px;
  }
  .style-inspiration-grid {
    grid-template-rows: repeat(2, 180px);
    gap: 10px;
  }
  .precious-celebrations-grid {
    grid-template-columns: 1fr 1fr;
  }
  .curated-products-grid {
    grid-template-columns: 1fr 1fr;
  }
  .trust-stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .related-collection-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-title {
    font-size: 35px;
    line-height: 30px;
    max-width: 516px;
  }
  .inner-banner-title {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .common-img-banner-title {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .inner-banner-description,
  .common-img-banner-description {
    font-size: 18px;
  }

  .hero-buttons {
    margin-top: 30px;
  }
  .categories-grid,
  .trending-grid,
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }
  .testimonial-card {
    min-height: 300px;
  }
}

@media screen and (max-width: 663px) {
  .rate-items {
    grid-template-columns: 1fr 1fr;
  }
  .detail-info-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
    .footer-bottom p{
        text-align: center;
    }
  .style-inspiration-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    grid-template-rows: 220px 220px 220px;

    grid-template-areas:
      "left-top right-top"
      "left-bottom right-bottom"
      "center center";
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .contact-form-group input,
  .contact-form-group textarea {
    padding: 10px;
  }
  .contact-form-group label {
    margin-bottom: 5px;
  }
  .contact-submit-btn {
    height: 45px;
  }
  .logo img, .footer-logo img{
     width: 100%;
      height: 25px;
     
  }
}

@media screen and (max-width: 607px) {
  .contact-information-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .signature-creations-grid {
    grid-template-columns: 1fr 1fr;
  }
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  .feature-card {
    min-height: 200px;
  }
  .aboutus-outer,
  .categories-outer,
  .trending-outer,
  .testimonial-outer,
  .newsletter-outer,
  .who-we-are-outer,
  .our-philosophy-outer,
  .the-art-of-perfection-outer,
  .why-choose-us-outer,
  .common-cta-outer,
  .curated-collection-outer,
  .detail-outer,
  .related-collection-outer,
  .precious-celebrations-outer,
  .style-inspiration-outer,
  .signature-creations-outer,
  .contact-form-outer,
  .contact-information-outer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero-title,
  .inner-banner-title {
    font-size: 30px;
  }
  .hero-title {
    max-width: 451px;
  }
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  .testimonial-card,
  .philosophy-card,
  .trust-stat-card {
    padding: 15px;
  }
  .philosophy-grid {
    grid-template-columns: 1fr;
  }
  .curated-collection-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .collection-sort-dropdown {
    margin-left: auto;
  }
  .detail-heading h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 530px) {
  .gold-rate-view-btn {
    padding: 10px;
    font-size: 13px;
  }
  .banner-explore-btn {
    display: none;
  }
  .footer-right-links-wrapper {
    grid-template-columns: 1fr;
  }

  .banner-btn {
    display: block;
  }
  .rate-heading h2 {
    font-size: 20px;
  }
  .rate-date,
  .live-status,
  .rate-small-title {
    font-size: 13px;
  }
  .rate-item {
    padding: 10px;
  }
  .rate-info p {
    font-size: 15px;
  }
  .about-content h2,
  .categories-heading h2,
  .trending-heading h2,
  .testimonial-heading h2,
  .newsletter-wrapper h2,
  .who-we-are-content h2,
  .our-philosophy-heading h2,
  .perfection-content h2,
  .why-choose-us-heading h2,
  .common-cta-title,
  .curated-collection-heading h2,
  .related-collection-heading h2,
  .precious-celebrations-heading h2,
  .style-inspiration-heading h2,
  .signature-creations-heading h2,
  .contact-form-title,
  .contact-information-heading h2 {
    font-size: 35px;
  }
  .section-tag,
  .categories-heading .section-tag,
  .trending-tag,
  .testimonial-heading > span,
  .who-we-are-tag,
  .our-philosophy-heading > span,
  .perfection-tag,
  .why-choose-us-tag,
  .curated-collection-tag,
  .precious-celebrations-tag,
  .style-inspiration-tag,
  .signature-creations-tag,
  .contact-form-tag,
  .contact-information-tag .about-content p,
  .testimonial-text,
  .newsletter-wrapper p,
  .footer-brand p,
  .who-we-are-description p,
  .perfection-description p,
  .why-choose-us-heading p,
  .common-cta-description,
  .detail-description p,
  .style-inspiration-heading p,
  .signature-creations-heading p,
  .footer-column a,
  .newsletter-form input,
  .philosophy-card p,
  .perfection-feature span,
  .trust-stat-subtitle,
  .certification-list span,
  .common-cta-btn-primary,
  .common-cta-btn-outline,
  .curated-product-content p,
  .curated-product-btn,
  .sort-selected,
  .sort-label,
  .detail-heading p,
  .detail-availability strong,
  .detail-availability span,
  .detail-enquire-btn,
  .related-product-content p,
  .related-product-btn,
  .newsletter-form button,
  .contact-form-group label,
  .contact-submit-btn,
  .footer-bottom p,
  .contact-information-card a,  .contact-information-card p,
  .contact-information-card span {
    font-size: 14px;
  }
  .detail-meta-item strong,
  .detail-meta-item span,
  .detail-info-content p {
    font-size: 13px;
  }
  .category-image,
  .trending-image,
  .curated-product-image,
  .related-product-image,
  .celebration-image img {
    height: 250px;
  }
  .newsletter-form input,
  .newsletter-form button {
    height: 45px;
  }
  .newsletter-form {
    flex-direction: column;
    gap: 5px;
  }
  .newsletter-form input {
    border-radius: 5px;
  }
  .newsletter-form button {
    border-radius: 10px;
    width: 100px;
    margin-left: auto;
  }
  .precious-celebrations-grid {
    grid-template-columns: 1fr;
  }

  .style-inspiration-grid {
    grid-template-rows: 150px 150px 150px;
  }
  .about-content p,
  .testimonial-text,
  .newsletter-wrapper p,
  .footer-brand p,
  .who-we-are-description p,
  .perfection-description p,
  .why-choose-us-heading p,
  .common-cta-description,
  .detail-description p,
  .style-inspiration-heading p,
  .signature-creations-heading p {
    line-height: 20px;
  }
  .certification-list span,
  .common-cta-btn-primary,
  .common-cta-btn-outline {
    padding: 15px;
  }
}

@media screen and (max-width: 458px) {
  .hero-title {
    max-width: 358px;
  }
  .signature-creations-grid {
    grid-template-columns: 1fr;
  }
  .related-collection-grid {
    grid-template-columns: 1fr;
  }
  .curated-products-grid {
    grid-template-columns: 1fr;
  }
  .trust-stats-grid {
    grid-template-columns: 1fr;
  }
  .rate-items {
    grid-template-columns: 1fr;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .about-image img,
  .who-we-are-image-wrapper img,
  .perfection-image-wrapper img,
  .contact-form-image img {
    height: 300px;
  }
  .footer-column h4,
  .philosophy-card h3,
  .perfection-feature h4,
  .trust-stat-title,
  .detail-info-card h3,
  .signature-creation-card h3,
  .contact-information-card h3,
  .detail-description h4 {
    font-size: 16px;
  }
  .footer-right-links-wrapper {
    gap: 40px;
  }
  .category-card h4,
  .trending-info h4,
  .celebration-card h3,
  .curated-product-content h3,
  .related-product-content h3 {
    font-size: 18px;
  }
  .categories-grid,
  .trending-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .hero-title {
    max-width: 275px;
    font-size: 24px;
  }
  .common-cta-note {
    font-size: 12px;
  }
  /* .common-cta-note {
    flex-direction: column;
    gap: 5px;
  } */

  .common-cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .common-cta-btn-primary,
  .common-cta-btn-outline {
    width: 100%;
  }

  .certification-list span {
    width: 100%;
  }
  .about-content h2,
  .categories-heading h2,
  .trending-heading h2,
  .testimonial-heading h2,
  .newsletter-wrapper h2,
  .who-we-are-content h2,
  .our-philosophy-heading h2,
  .perfection-content h2,
  .why-choose-us-heading h2,
  .common-cta-title,
  .curated-collection-heading h2,
  .related-collection-heading h2,
  .precious-celebrations-heading h2,
  .style-inspiration-heading h2,
  .signature-creations-heading h2,
  .contact-form-title,
  .contact-information-heading h2 {
    font-size: 28px;
  }

  .experience-card h2,
  .perfection-badge strong,
  .trust-stat-number {
    font-size: 35px;
  }
  .perfection-badge {
    width: 194px;
    height: 102px;
  }
  .perfection-features {
    grid-template-columns: 1fr;
  }
}
