/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2026 | 09:21:04 */
/* ========================================
   CUSTOM BUILD INTRO — SEPARATED DIVIDER
   ======================================== */

.custom-build-intro {
  position: relative;
  margin: 42px 0 30px;
  padding: 34px 0 8px;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #302823;
}

/* Divider between the price and customization section */
.custom-build-intro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    #a8752d 0,
    #a8752d 72px,
    #e2d9cb 72px,
    #e2d9cb 100%
  );
}

/* Section heading */
.custom-build-intro h3 {
  display: block;
  margin: 0 0 20px;
  color: #302823;
  font-size: clamp(24px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

/* Remove the old line beside the heading */
.custom-build-intro h3::after {
  display: none !important;
  content: none !important;
}

/* Supporting text */
.custom-build-intro p {
  max-width: 72ch;
  margin: 0 0 13px;
  color: #514942;
  font-size: 16px;
  line-height: 1.65;
}

.custom-build-intro p:last-child {
  margin-bottom: 0;
}

.custom-build-intro strong {
  color: #302823;
  font-weight: 700;
}

/* Contact link */
.custom-build-intro a {
  color: #87591d;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color 0.2s ease;
}

.custom-build-intro a:hover {
  color: #5f3d14;
}

.custom-build-intro a:focus-visible {
  outline: 2px solid #a8752d;
  outline-offset: 4px;
  border-radius: 2px;
}

/* Mobile */
@media (max-width: 549px) {
  .custom-build-intro {
    margin-top: 30px;
    padding-top: 26px;
  }

  .custom-build-intro::before {
    background: linear-gradient(
      90deg,
      #a8752d 0,
      #a8752d 52px,
      #e2d9cb 52px,
      #e2d9cb 100%
    );
  }

  .custom-build-intro h3 {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.25;
  }

  .custom-build-intro p {
    font-size: 15px;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .custom-build-intro a {
    transition: none;
  }
}
/* ==================================================
   CUSTOMIZATION TOOL — PREMIUM JEWEL DIVIDER
   ================================================== */

.custom-build-intro {
  position: relative;
  margin-top: 46px;
  padding-top: 46px;
}

/* Fine gradient divider */
.custom-build-intro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #e7dfd2 12%,
    #caa768 38%,
    #9e6b24 50%,
    #caa768 62%,
    #e7dfd2 88%,
    transparent 100%
  );
}

/* Centered gold diamond */
.custom-build-intro::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 11px;
  height: 11px;
  background: #ffffff;
  border: 1px solid #a8752d;
  box-shadow:
    0 0 0 6px #ffffff,
    0 3px 14px rgba(135, 89, 29, 0.18);
  transform: translateX(-50%) rotate(45deg);
}

/* Remove any previous divider beside the heading */
.custom-build-intro h3::after {
  display: none !important;
  content: none !important;
}

/* Mobile adjustment */
@media (max-width: 549px) {
  .custom-build-intro {
    margin-top: 34px;
    padding-top: 36px;
  }

  .custom-build-intro::after {
    top: -4px;
    width: 9px;
    height: 9px;
    box-shadow:
      0 0 0 5px #ffffff,
      0 3px 12px rgba(135, 89, 29, 0.16);
  }
}
/* ==================================================
   CUSTOMIZATION TOOL — ELEGANT ICON NOTES
   ================================================== */

.custom-build-intro .custom-build-lead {
  margin-bottom: 26px;
}

.custom-build-intro .custom-build-notes {
  display: grid;
  max-width: 74ch;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.custom-build-intro .custom-build-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 15px;
  margin: 0;
  padding: 17px 0;
  border-bottom: 1px solid #eee7dc;
}

.custom-build-intro .custom-build-note:first-child {
  padding-top: 0;
}

.custom-build-intro .custom-build-note:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* Refined circular icon */
.custom-build-intro .custom-build-note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  margin-top: 1px;
  color: #87591d;
  background: linear-gradient(145deg, #ffffff, #faf6ef);
  border: 1px solid #d8c29c;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(98, 64, 22, 0.08);
}

.custom-build-intro .custom-build-note-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Note typography */
.custom-build-intro .custom-build-note p {
  max-width: none;
  margin: 0;
  color: #514942;
  font-size: 16px;
  line-height: 1.65;
}

.custom-build-intro .custom-build-note strong {
  color: #302823;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 549px) {
  .custom-build-intro .custom-build-lead {
    margin-bottom: 22px;
  }

  .custom-build-intro .custom-build-note {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 0;
  }

  .custom-build-intro .custom-build-note-icon {
    width: 28px;
    height: 28px;
  }

  .custom-build-intro .custom-build-note-icon svg {
    width: 14px;
    height: 14px;
  }

  .custom-build-intro .custom-build-note p {
    font-size: 15px;
    line-height: 1.65;
  }
}
/* ==================================================
   CUSTOMIZATION TOOL — RULER HEADING ICON
   ================================================== */

.custom-build-intro .custom-build-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 26px;
}

.custom-build-intro .custom-build-heading h3 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

/* Ruler icon */
.custom-build-intro .custom-build-heading-icon {
  display: inline-flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #87591d;
  background: linear-gradient(145deg, #ffffff, #faf6ef);
  border: 1px solid #d8bd8c;
  border-radius: 50%;
  box-shadow:
    0 5px 18px rgba(98, 64, 22, 0.1),
    inset 0 0 0 3px rgba(255, 255, 255, 0.7);
}

.custom-build-intro .custom-build-heading-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Mobile */
@media (max-width: 549px) {
  .custom-build-intro .custom-build-heading {
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
  }

  .custom-build-intro .custom-build-heading-icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .custom-build-intro .custom-build-heading-icon svg {
    width: 19px;
    height: 19px;
  }
}