body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

/* Define the heading text color variable */
:root {
    --heading-color: #fef580; /* Set to match your heading */
}

/* ----------------------------------------------------------------------------------------------------------------------------------- */

/* Top Bar Starts */
.top-bar {
    background-color: #8B0000;
    /* color: #fff; */
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}


.contacts {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 42px;
}

.contacts i {
    margin-right: 5px;
}

.social-icons{
    display: flex;
    margin-right: 42px;
    gap: 10px;
}
.social-icons a svg{
    fill: white;
    height: 25px;
    width: 25px;
}
.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: bold;
}
/* Circular Icon Style */
.icon-circle {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--heading-color); /* Circle matches heading color */
}

/* Make sure the icon appears in black */
.icon-circle svg {
    width: 14px;
    height: 14px;
    fill: black !important;/* Icon color changed to black */
}
.contact-text{
    color:white;
}

.facebook-icon svg{
    height:10px;
    width: 10px;
    align-items: center;
}
/* Top Bar Ends */

/* ------------------------------------------------------------------------------------------------------------------------------------- */

/* Navbar Starts */
.nav-bg {
    background-color: white; /* Light pink */
    padding: 10px 0;
}
.srch_btn{
    font-family: 'Playfair Display', serif;
    font-size: 16px;
}

.logo-img {
    height: 50px;
    width: auto;
}

.search-bar {
    width: 250px; /* Adjust search bar width */
}

.navbar-nav .nav-link {
    color: #460819 !important;
    font-weight: bold;
    margin-left: 15px;
}

.navbar-nav .nav-link:hover {
    color: darkred !important;
}
/* Navbar Ends */

/* ------------------------------------------------------------------------------------------------------------------------------------------ */

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* Banner Starts */

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  
  .banner-wrapper {
    width: 100vw;
    height: 110vh; /* Full screen banner; change to e.g. 60vh for smaller */
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .banner-wrapper .swiper,
.banner-wrapper .swiper-wrapper
{
  width: 100%;
  height: 100%;
}

.banner-wrapper .swiper-slide  {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
    
/* Banner Ends */

/* Gallery Section starts */

.GallerySec {
    height: 100vh;
    background-image: url('D:/subhajit_gold/images/earring-gallery1.jpg') ; /* Replace with your initial image */
    background-size: cover;
    background-position: center;
    transition: opacity 3s ease-in-out;
    display: flex;
    align-items: stretch;
}

.menu {
    display: flex;
    width: 100%;
    height: 100%;
}

.category-wrapper {
    flex: 1;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.category-wrapper:last-child {
    border-right: none;
}

.category {
    color: white;
    font-size: 1.3rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    text-align: center;
    pointer-events: none;
}

/* Gallery Section Ends */

/* 3 Tabs section Starts */


.jewelry-section {
    background-color: #fff;
    padding: 60px 20px;
    text-align: center;
    font-family: 'Playfair Display', serif; /* Elegant serif font */
    color: #2c2c2c;
}

/* === Headings === */
.category_quote {
    font-size: 16px;
    color: #8B0000; /* Deep Maroon */
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif; /* Modern supporting font */
}

.category_title {
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* === Tabs === */
.tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.tabs button {
    flex: 1 1 120px; /* Flexible width with a minimum base */
    max-width: 150px;
    height: 50px;
    border: 2px solid #dc3545;
    background-color: transparent;
    color: #dc3545;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}


.grid-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 120px;
}

  /* Left Portrait Image */
.promo-image {
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    position: relative;
}

.promo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.promo-text {
    position: absolute;
    bottom: 30px;
    color: #fff;
}

.promo-text h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.promo-text p {
    font-size: 14px;
    margin-bottom: 15px;
}

.shop-btn {
    background: #fff;
    color: #000;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

  /* Product Grid */
  .product-grid {
    flex: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 7px;
    padding: 0px;
}

.product-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 327px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.product-card img {
    max-height: 155px;
    object-fit: contain;
    margin-bottom: 10px;
}

.product-card h4 {
    color: #222;
    /* margin-bottom: 20px; */
    margin: 10px 0;
    font-size: 1.1rem;
}


/* === GOLD THEME BACKGROUND === */
#jewelrySection.gold-theme {
    background: linear-gradient(to bottom right, #fffaf0, #fceabb); 
    padding: 30px;
    border-radius: 12px;
    color: #4a3200;
}

/* === GOLD THEME CATEGORY TITLE & QUOTE === */
.gold-theme .category_title {
    color: #a86b00;
}

.gold-theme .category_quote {
    color: #b3001b;
}

/* === PRODUCT CARD IN GOLD THEME === */
#jewelrySection.gold-theme .product-card {
    background: #fffdf5;
    border-radius: 14px;
    box-shadow: 0 0 12px rgba(255, 187, 0, 0.1);
    padding: 15px;
    border: 1px solid #e9cc8a;
}

/* === PRODUCT TITLE === */
#jewelrySection.gold-theme .product-card h4 {
    color: #663300;
    font-weight: 500;
    margin-bottom: 10px;
}

/* === BUTTON STYLE IN GOLD === */
#jewelrySection.gold-theme .shop-btn {
    background: linear-gradient(to right, #b3001b, #e0474c);  /* Rich golden gradient */
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 24px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(255, 165, 0, 0.3);
    margin-top: 0;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

#jewelrySection.gold-theme .shop-btn:hover {
    background: linear-gradient(to right, #9c0017, #cc3c41);
    transform: scale(1.05);
}

/* === TAB BUTTON FIXES FOR GOLD ACTIVE === */
.gold-theme .tabs button {
    color: #a86b00;
    border-color: #a86b00;
}

.gold-theme .tabs button.active, .gold-theme .tabs button:hover {
    background-color: #b3001b;
    color: #fff;
}

/* SILVER THEME BACKGROUND */
/* === SILVER THEME DARK BACKGROUND === */
#jewelrySection.silver-theme {
    background: linear-gradient(to bottom right, #0a0a0a, #2e2e2e);
    padding: 30px;
    border-radius: 12px;
    color: #e6e6e6;
}

/* === PROMO TEXTS IN LIGHT COLOR === */
#jewelrySection.silver-theme .promo-text h2,
#jewelrySection.silver-theme .promo-text p {
    color: #e0e0e0;
}

/* === PRODUCT CARD HEADINGS === */
/* Ensure consistent height for product titles */
#jewelrySection.silver-theme .product-card h4 {
    color: #f1f1f1;
    font-weight: 500;
    margin-bottom: 10px; /* Reduced space before the button */
    text-align: center;
    display: flex;
}

.silver-theme .category_title {
    color: #d0d0d0;
}
/* Improve readability of the red quote line in silver theme */
.silver-theme .category_quote {
    color: #ff6b6b; /* Softer, brighter red */
    text-shadow: 0 0 5px rgba(255, 107, 107, 0.3); /* Slight glow */
}
.silver-theme .tabs button {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.silver-theme .tabs button.active {
    background-color: #d0d0d0;
    color: black;
}
.silver-theme .tabs button:hover {
    background-color: #d0d0d0;
    color: black;
}

#jewelrySection.silver-theme .promo-text h2, #jewelrySection.silver-theme .promo-text p {
    color: black;
}
/* === SILVER THEME BUTTON STYLE === */
#jewelrySection.silver-theme .shop-btn {
    background: #d0d0d0;
    margin-top: 0px;      /* Tighten space above */
    margin-bottom: 10px;  /* Add space below button */
    color: #111;
    padding: 8px 18px;
    border-radius: 24px;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

#jewelrySection.silver-theme .shop-btn:hover {
    background: #ffffff;
    color: #000;
    transform: scale(1.05);
}

/* === PRODUCT CARDS SHADOW & ROUNDED === */
#jewelrySection.silver-theme .product-card {
    background: #1c1c1c;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.08);
    padding: 15px;
}
#jewelrySection.silver-theme .product-card img {
    max-height: 155px;
    object-fit: contain;
    margin: 10px 0;
}
/* === GRID GAP FOR VISUAL BREATHING ROOM === */
#jewelrySection.silver-theme .product-grid {
    gap: 20px;
}

  /* Responsive */
@media (max-width: 768px) {
    .grid-layout {
    flex-direction: column;
    }
    .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

/* === DIAMOND THEME === */
#jewelrySection.diamond-theme .product-card img {
    max-height: 147px;
    object-fit: contain;
    margin-bottom: 10px;
}
/* === DIAMOND THEME === */
#jewelrySection.diamond-theme {
    background: linear-gradient(to bottom right, #0b0e2d, #141b38); /* Deep royal/navy blue */
    padding: 30px;
    border-radius: 12px;
    color: #f2f2f2;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

/* === PROMO TEXT === */
#jewelrySection.diamond-theme .promo-text h2,
#jewelrySection.diamond-theme .promo-text p {
    color: #f0f8ff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

/* === CATEGORY TITLE === */
.diamond-theme .category_title {
    color: #e6e6fa; /* Soft lavender */
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
}

/* === QUOTE LINE === */
.diamond-theme .category_quote {
    color: #89cff0; /* Light diamond blue */
    text-shadow: 0 0 6px rgba(137, 207, 240, 0.5);
}

/* === TABS === */
.diamond-theme .tabs button {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.diamond-theme .tabs button.active,
.diamond-theme .tabs button:hover {
    background-color: #ffffff;
    color: #1a1a2e;
}

/* === PRODUCT GRID GAP === */
#jewelrySection.diamond-theme .product-grid {
    gap: 20px;
}

/* === PRODUCT CARDS === */
#jewelrySection.diamond-theme .product-card {
    background: #fdfdfd;
    border-radius: 16px;
    box-shadow: 0 0 12px rgba(137, 207, 240, 0.08);
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#jewelrySection.diamond-theme .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(137, 207, 240, 0.2);
}

/* === PRODUCT TITLE === */
#jewelrySection.diamond-theme .product-card h4 {
    color: #1a1a2e;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px; /* Reduce gap from heading to button */
    min-height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* === BUTTON STYLE === */
#jewelrySection.diamond-theme .shop-btn {
    background: linear-gradient(to right, #cbe5fb, #ffffff); /* Slightly stronger left blue */
    color: #1a1a2e;
    padding: 10px 20px;
    margin-top: 0px;            /* Less gap from heading */
    margin-bottom: 10px;        /* Add breathing room below button */
    font-weight: bold;
    border-radius: 25px;
    border: 1px solid #c0d9ec; /* Soft outer edge */
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

#jewelrySection.diamond-theme .shop-btn:hover {
    background: linear-gradient(to right, #ffffff, #cbe5fb);
    transform: scale(1.05);
    color: #000;
}

/* Tab 3 Section Ends */

/* Fix Swiper slide layout for testimonial section */
.testimonial-sec {
  background: #fff8f0;
  padding: 60px 20px;
  font-family: 'Georgia', serif;
  text-align: center;
}

.testimonial-heading {
  color: #8B0000;
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.testimonialSwiper {
  width: 100%;
  padding-bottom: 40px;
}

.testimonialSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
}

.testimonial-card {
  background-color: #fff;
  border: 1px solid #e5c79a;
  border-radius: 15px;
  padding: 25px;
  max-width: 440px;
  width: 100%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(215, 173, 126, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stars {
  color: #d4af37;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.review-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #b33636;
  margin-bottom: 5px;
}

.reviewer-name {
  font-size: 1.1rem;
  color: #5e4b3c;
  margin-bottom: 5px;
}

.product-name {
  font-size: 1rem;
  color: #6a4c2f;
  font-style: italic;
  margin-bottom: 10px;
}

.review-content {
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
}
