h2 {
  color: #002f5b;
  font-size: 36px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 768px) {
  h2 {
    color: #002f5b;
    font-size: 30px !important;
  }

  h2 span {
    font-size: 30px !important;
  }
}

.sub-title {
  font-size: 16px;
  color: #4d5e72;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto;
}

.floating-ring img {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

 .aim-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.aim-section h2::afer {
  content: "";
  width: 60px;
  height: 3px;
  background: #fff !important;
  margin: 12px auto;
  display: block;
  border-radius: 2px;
}

/*blog section css*/

.blog-posts-1 .img-as-background {
  border-radius: 20px;
}

.blog-posts-1 .img-as-background img {
  border-radius: 20px;
}

.blog-posts-1 .posts-skin-1-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5rem;
}

.blog-posts-1 .pt-3.pb-5.mt-md-auto.mt-5 a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.blog-posts-1 .pt-3.pb-5.mt-md-auto.mt-5 a:hover {
  text-decoration: underline;
}

.blog-posts-1 .pt-3.pb-5.mt-md-auto.mt-5 a::after {
  content: '→';
  font-size: 1rem;
  line-height: 1;
}

/*end of blog section css */

.wishlist-product-title {
  font-size: 20px !important;
  font-weight: 300 !important;
}

.wishlist-product-price {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.wishlist-add-to-cart a {
  background-color: #000 !important;
  color: #fff !important;
}

.wishlist-remove-product svg {
  margin-top: -6px !important;
}

/* ===== Filter Sidebar Styling ===== */
.mw-filter-search-results p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #000;
}

/* Remove bullet styling */
#categories_list li,
#product_attributes_list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Category Items */
#categories_list>li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

/* Flex layout for label + arrow */
#categories_list>li>div {
  display: flex;
  align-items: center;
}

/* Make parent category bold */
#categories_list>li>div>span:first-of-type {
  font-weight: 600;
  color: #000;
}

/* Arrow icon on right */
#categories_list svg {
  width: 14px;
  height: 14px;
  color: #000;
}

/* Subcategories hidden styling */
#categories_list ul {
  padding-left: 15px;
  margin-top: 8px;
  display: none;
}

#categories_list ul li {
  border: none;
  padding: 6px 0;
}

#categories_list ul li span {
  font-weight: normal;
}

/* Price, Sort & Availability sections */
.mw-filter-search-results .fw-bold {
  font-size: 14px;
  font-weight: 400;
  margin: 12px 0 8px;
  color: #000;
}

.newsletter-section h2 {
  color: #fff !important;
}

.newsletter-section .module-custom-fields .form-control {
  background-color: #404040 !important;
  color: #fff !important;
  border-color: #404040 !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  width: 90% !important;
  margin-left: 75px;
}

.newsletter-section .module-custom-fields .form-control {
  background-color: #404040 !important;
}

.newsletter-section input::placeholder {
  color: #fff !important;
  /* Change this to your desired color */
  opacity: 1;
  /* Ensures full color visibility */
}

.newsletter-section button {
  background-color: #737373 !important;
  border-radius: 8px !important;
  margin-top: -14px;
  width: 50% !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border: none !important;
}

@media (max-width: 768px) {
  .newsletter-section .module-custom-fields .form-control {
    margin-left: 19px !important;
    border-radius: 8px !important;
  }

  #btn-mw-module-1763903170038-contact-form-btn {
    text-align: center !important;
    margin-left: 24% !important;
  }

  .newsletter-section button {
    border-radius: 8px !important;
  }
}

.features-section {
  background-color: #1d1d1d;
  color: white;
  padding: 40px 0;
}

.feature-box {
  text-align: center;
}

.feature-box img {
  height: 50px;
  margin-bottom: 15px;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: #ccc;
}

.feature-subtitle {
  font-size: 0.95rem;
  color: #fff;
  font-weight: 500;
}

.divider {
  border-left: 1px solid #ccc;
  height: 80px;
  align-self: center;
}

@media (max-width: 768px) {
  .feature-title {
    font-size: 16px;
  }

  .feature-subtitle {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/* ===== FAQ WRAP GLOBAL ===== */

/* ===== CARD DESIGN ===== */
.faq-wrap .card.sk2 {
  background: #ffffff !important;
  border-radius: 14px !important;
  transition: all 0.35s ease !important;
  overflow: hidden !important;
}

.faq-wrap .card.sk2:hover {
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.1) !important;
}

/* ===== ACTIVE CARD ===== */
.faq-wrap .card.sk2.active {
  border-left: 4px solid #002f5b !important;
}

/* ===== HEADER BUTTON ===== */
.faq-wrap .card-header button {
  padding: 10px 20px !important;
  background: transparent !important;
  border: none !important;
  text-align: left !important;
  align-items: center !important;
}

.faq-wrap .active .btn:not(.btn-link) i:before {
  color: #fff !important;
}

.faq-wrap .btn:not(.btn-link) i:before {
  color: #002f5b !important;
}

/* ===== QUESTION TEXT ===== */
.faq-wrap .card-header h4 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1c1c1c !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

/* ===== ICON STYLE ===== */
.faq-wrap .mdi.arrow.sk2 {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #002f5b !important;
  border-radius: 50% !important;
  font-size: 18px !important;
  transition: all 0.3s ease !important;
}

/* ===== ACTIVE ICON ===== */
.faq-wrap .card.sk2.active .mdi.arrow.sk2 {
  background: #002f5b !important;
  color: #fff !important;
  border-color: #002f5b !important;
}

.faq-wrap .card-body {
  padding: 20px !important;
}

.faq-wrap .card-body p {
  font-size: 16px !important;
  font-weight: 400 !important;
}

@media (max-width: 768px) {
  .faq-wrap .card-header h4 {
    font-size: 12px !important;
    line-height: 25px !important;
  }

  .faq-wrap .mdi.arrow.sk2 {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
  }

  .faq-wrap .card-body p {
    font-size: 12px !important;
  }

  /* ===== COLLAPSE ANIMATION ===== */

}
  .warranty-section {
    background: #f8f9fa !important;
  }

  .warranty-section .warranty-card {
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 25px !important;
    margin-bottom: 25px !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06) !important;
  }

  .warranty-section h4 {
    font-weight: 600 !important;
    margin-bottom: 15px !important;
  }

  .warranty-section h4 i {
    color: #b68d40 !important;
    margin-right: 8px !important;
  }

  .warranty-section ul {
    padding-left: 0 !important;
  }

  .warranty-section ul li {
    list-style: none !important;
    margin-bottom: 8px !important;
  }

  .warranty-section .list-check li::marker {
    content: none !important;
  }

  .warranty-section .list-check li i {
    color: green !important;
    margin-right: 8px !important;
  }

  .warranty-section .list-cross li i {
    color: red !important;
    margin-right: 8px !important;
  }

  .warranty-section p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .warranty-section .note {
    font-size: 14px !important;
    color: #777 !important;
  }

  .warranty-section .text-danger {
    color: #dc3545 !important;
    font-weight: 600 !important;
  }

  .warranty-section strong {
    font-weight: 600 !important;
  }

  .warrenty-section-wrap p i {
    background-color: #002f5b !important;
    color: #ffffff !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    text-align: center !important;
    border-radius: 50% !important;
    font-size: 12px !important;
    margin-right: 8px !important;
    display: inline-block !important;
  }
.warrenty-section-wrap h2 i {
    background-color: #002f5b !important;
    color: #ffffff !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center !important;
    border-radius: 50% !important;
    font-size: 14px !important;
    margin-right: 8px !important;
    display: inline-block !important;
  }
/* QUALITY & CRAFTSMANSHIP SECTION */
.shk-quality-craftsmanship {
  margin-top: 60px;
  padding: 50px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}

/* Top Accent Line */
.shk-quality-craftsmanship::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #002f5b;
}

/* Heading */
.shk-quality-craftsmanship h3 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: #002f5b;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  position: relative;
}

/* Paragraph */
.shk-quality-craftsmanship p {
  font-size: 14.5px;
  line-height: 1.85;
  color: #000;
  opacity: 0.85;
}

/* LIST */
.shk-quality-craftsmanship .shk-product-list {
  list-style: none;
  padding-left: 0;
  margin: 18px 0 22px;
}

.shk-quality-craftsmanship .shk-product-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
  font-size: 14.5px;
  color: #000;
}

.shk-quality-craftsmanship .shk-product-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #002f5b;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .shk-quality-craftsmanship {
    padding: 32px;
  }

  .shk-quality-craftsmanship h3 {
    font-size: 22px;
  }
}
/* CUSTOM & MADE-TO-ORDER CREATIONS */
.shk-custom-creations {
  margin-top: 50px;
  padding: 50px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
}

/* Top Accent Line */
.shk-custom-creations::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #002f5b;
}

/* Heading */
.shk-custom-creations h3 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: #002f5b;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

/* Paragraph */
.shk-custom-creations p {
  font-size: 14.5px;
  line-height: 1.85;
  color: #000;
  opacity: 0.85;
}

/* LIST */
.shk-custom-creations .shk-product-list {
  list-style: none;
  padding-left: 0;
  margin: 18px 0 22px;
}

.shk-custom-creations .shk-product-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
  font-size: 14.5px;
  color: #000;
}

/* Bullet Style */
.shk-custom-creations .shk-product-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 14px;
  color: #002f5b;
}

/* HOVER EFFECT */
.shk-custom-creations:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  transition: all 0.35s ease;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .shk-custom-creations {
    padding: 32px;
  }

  .shk-custom-creations h3 {
    font-size: 22px;
  }
}
/* COMMON LUXURY SECTION STYLE */
.shk-fine-diamond-jewelry,
.shk-heritage-jewelry,
.shk-luxury-diamond-watches {
  padding: 50px;
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.35s ease;
}

/* TOP ACCENT LINE */
.shk-fine-diamond-jewelry::before,
.shk-heritage-jewelry::before,
.shk-luxury-diamond-watches::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #002f5b;
}

/* HEADINGS */
.shk-fine-diamond-jewelry h3,
.shk-heritage-jewelry h3,
.shk-luxury-diamond-watches h3 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: #002f5b;
  letter-spacing: 0.4px;
  margin-bottom: 14px;
}

/* PARAGRAPHS */
.shk-fine-diamond-jewelry p,
.shk-heritage-jewelry p,
.shk-luxury-diamond-watches p {
  font-size: 14.5px;
  line-height: 1.85;
  color: #000;
  opacity: 0.85;
  margin-bottom: 14px;
}

/* STRONG TEXT */
.shk-fine-diamond-jewelry strong,
.shk-heritage-jewelry strong,
.shk-luxury-diamond-watches strong {
  font-weight: 600;
  color: #000;
}

/* PRODUCT LIST */
.shk-product-list {
  list-style: none;
  padding-left: 0;
  margin: 18px 0 22px;
}

.shk-product-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 9px;
  font-size: 14.5px;
  color: #000;
}

/* CUSTOM BULLET */
.shk-product-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 14px;
  color: #002f5b;
}

/* HOVER EFFECT */
.shk-fine-diamond-jewelry:hover,
.shk-heritage-jewelry:hover,
.shk-luxury-diamond-watches:hover {
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .shk-fine-diamond-jewelry,
  .shk-heritage-jewelry,
  .shk-luxury-diamond-watches {
    padding: 32px;
  }

  .shk-fine-diamond-jewelry h3,
  .shk-heritage-jewelry h3,
  .shk-luxury-diamond-watches h3 {
    font-size: 22px;
  }
}

/* ===== ACCOUNT PAGE WRAPPER ===== */
.account-page {
  background: linear-gradient(135deg, #f9f9f9, #ffffff) !important;
}

/* Center card */
.account-page .login-form-wrapper {
  background: #ffffff !important;
  padding: 28px 30px !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
  border: 1px solid #f0f0f0 !important;
}

/* Heading */
.account-page h3 {
  text-align: center !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 20px !important;
  color: #111 !important;
}

/* Inputs */
.account-page .form-control {
  border-radius: 10px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  border: 1px solid #ddd !important;
  transition: all 0.3s ease !important;
}

.account-page .form-control:focus {
  border-color: #000 !important;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.08) !important;
}

/* Forgot password */
.account-page .reset-password-link {
  display: inline-block !important;
  margin-bottom: 15px !important;
  font-size: 13px !important;
  color: #666 !important;
  text-decoration: none !important;
}

.account-page .reset-password-link:hover {
  color: #000 !important;
  text-decoration: underline !important;
}

/* Login button */
.account-page .module-btn-login {
  width: 100% !important;
  padding: 12px !important;
  border-radius: 30px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  background: #000 !important;
  border: none !important;
  transition: all 0.3s ease !important;
}

.account-page .module-btn-login:hover {
  background: #222 !important;
  transform: translateY(-1px) !important;
}

/* Alerts */
.account-page .alert {
  border-radius: 10px !important;
  font-size: 13px !important;
}

/* Register section */
.account-page .register-form-wrapper {
  text-align: center !important;
  margin-top: 15px !important;
}

.account-page .register-form-wrapper p {
  font-size: 14px !important;
  color: #555 !important;
}

.account-page .register-form-wrapper a {
  color: #000 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.account-page .register-form-wrapper a:hover {
  text-decoration: underline !important;
}

/* Mobile */
@media (max-width: 768px) {
  .account-page .login-form-wrapper {
    padding: 22px 20px !important;
    margin: 0 10px !important;
  }
}