.process-box b {
  display: block;
  font-size: 28px;
  color: #5f6e7d;
  margin-bottom: 18px;
}
.shape-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.shape-grid span {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  min-height: 80px;
  flex: 1 1 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.details-table {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
}
.details-table th,
.details-table td {
  text-align: left;
  padding: 18px 22px;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}
.details-table th {
  width: 32%;
  background: #f7f7f7;
  color: #111;
}
.details-table td {
  color: #666;
}
.quote-form {
  max-width: 860px;
  margin: 28px auto 0;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
}
.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  flex: 1 1 260px;
  border: 1px solid #d8d8d8;
  background: #fbfbfb;
  border-radius: 16px;
  padding: 15px 16px;
  margin-bottom: 16px;
  font-size: 15px;
}
.quote-form button {
  width: 100%;
  border: none;
  background: #111;
  color: #ffffff;
  padding: 16px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
}
.about-layout {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  gap: 42px;
  flex-wrap: wrap;
  align-items: center;
}
.about-visual {
  flex: 1 1 380px;
  min-height: 390px;
  border-radius: 30px;
  background: linear-gradient(145deg, #111, #1f3447);
  position: relative;
}
.about-badge {
  position: absolute;
  right: 26px;
  bottom: 26px;
  background: #cfd6dd;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 900;
}
.about-text {
  flex: 1 1 430px;
}
.about-text h1,
.about-text h2 {
  font-size: 50px;
  margin-bottom: 14px;
}
.about-text p {
  color: #666;
  margin-bottom: 15px;
  font-size: 17px;
}
.stats {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.stats div {
  flex: 1 1 120px;
  border: 1px solid #dddddd;
  border-radius: 18px;
  padding: 18px;
}
.stats strong {
  display: block;
  font-size: 23px;
}
.stats span {
  color: #666;
  font-size: 13px;
  font-weight: 700;
}
.footer {
  background: #ffffff;
  border-top: 1px solid #dddddd;
  color: #111;
  padding: 42px 6%;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer h2 {
  letter-spacing: 1px;
}
.footer p {
  color: #666;
}
.footer a {
  display: block;
  color: #111;
  font-weight: 900;
  margin: 6px 0;
}
.floating-actions {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.floating-action {
  width: 250px;
  min-height: 56px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
}
.action-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.action-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.quote-action {
  background: #111;
  color: #ffffff;
}
.whatsapp-action {
  background: #25d366;
  color: #ffffff;
}
.catalogue-action {
  background: #cfd6dd;
  color: #111;
}
@media (max-width: 820px) {
  .topbar {
    display: block;
    text-align: center;
  }
  .site-header {
    padding-left: 60px;
  }
  .brand strong {
    font-size: 18px;
  }
  .hero {
    min-height: 520px;
    background-position: center 22px !important;
    background-size: auto 66% !important;
  }
  .section {
    padding: 62px 5%;
  }
  .section-head h1,
  .section-head h2 {
    font-size: 38px;
  }
  .floating-actions {
    right: 14px;
    bottom: 14px;
  }
  .floating-action {
    width: 225px;
    min-height: 52px;
    font-size: 14px;
  }
}

/* All font black update */
body,
p,
span,
small,
strong,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
td,
th,
label,
input,
select,
textarea,
button,
.section-head p,
.card p,
.info-box p,
.process-box p,
.footer p,
.footer a,
.details-table td,
.details-table th,
.loose-description p,
.loose-description h2,
.eyebrow {
  color: #000000 !important;
}

.hero-subtitle,
.hero-buttons a,
.quote-action,
.whatsapp-action {
  color: #ffffff !important;
}

.catalogue-action {
  color: #000000 !important;
}


/* Mobile responsive fix - desktop layout remains same */
@media (max-width: 820px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
  .topbar {
    padding: 9px 18px 9px 52px;
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 1.45;
  }
  .topbar p {
    margin: 2px 0;
  }
  .site-header {
    padding: 16px 18px 16px 58px;
    min-height: 76px;
  }
  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
  .brand strong {
    font-size: 19px;
    letter-spacing: .5px;
  }
  .brand small {
    font-size: 11px;
  }
  .side-menu-toggle {
    left: 16px;
    top: 18px;
  }
  .section {
    padding: 54px 18px;
  }
  .section-head {
    margin-bottom: 28px;
  }
  .section-head h1,
  .section-head h2 {
    font-size: 34px;
    line-height: 1.15;
  }
  .section-head p {
    font-size: 15px;
    line-height: 1.65;
  }
  .hero {
    min-height: 560px;
    background-position: center 70px;
    background-size: auto 58%;
  }
  .hero-panel {
    bottom: 28px;
    padding: 0 16px;
  }
  .hero-buttons {
    gap: 10px;
  }
  .hero-buttons a {
    width: 100%;
    max-width: 310px;
    min-width: 0;
  }
  .card-row,
  .split-row,
  .process-row,
  .shape-grid,
  .certified-shape-grid,
  .round-detail-layout,
  .about-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .card,
  .info-box,
  .process-box,
  .card-link,
  .round-detail-image,
  .round-detail-content {
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
  }
  .card,
  .info-box,
  .process-box {
    padding: 24px;
  }
  .shape-grid span,
  .certified-shape-grid span {
    width: 100%;
    flex: 1 1 auto;
    min-height: 62px;
  }
  .details-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-radius: 18px;
  }
  .details-table th,
  .details-table td {
    padding: 14px 16px;
    font-size: 14px;
  }
  .quote-form,
  .loose-description,
  .certified-description-box,
  .certified-shapes-box,
  .gia-natural-box,
  .custom-shape-description,
  .jewellery-description,
  .fancy-description,
  .custom-jewellery-description {
    width: 100%;
    padding: 22px;
    border-radius: 20px;
  }
  .form-row {
    display: block;
  }
  .quote-form input,
  .quote-form select,
  .quote-form textarea {
    width: 100%;
  }
  .round-detail-image img {
    width: 100%;
    max-width: 320px;
  }
  .footer {
    padding: 34px 18px 94px;
    display: block;
    text-align: left;
  }
  .footer > div {
    margin-bottom: 18px;
  }
  .floating-actions {
    position: fixed;
    right: 10px;
    left: 10px;
    bottom: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    z-index: 1600;
  }
  .floating-action {
    width: auto;
    min-height: 54px;
    padding: 8px 6px;
    border-radius: 14px;
    font-size: 11px;
    line-height: 1.2;
    justify-content: center;
  }
  .floating-action .action-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 520px) {
  .section-head h1,
  .section-head h2 {
    font-size: 29px;
  }
  .hero {
    min-height: 520px;
    background-size: auto 52%;
  }
  .certified-description-box h2,
  .round-detail-content h2,
  .loose-description h2 {
    font-size: 23px;
  }
}


.founders-section {
  max-width: 1120px;
  margin: 28px auto 0;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 24px;
  padding: 28px 32px;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
  text-align: left;
}
.founders-section h2 {
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 18px;
  color: #000000;
}
.founders-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 16px;
}
.founder-card {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.founder-card h3 {
  font-size: 24px;
  margin-bottom: 8px;
  color: #111111;
}
.founder-card p {
  margin: 0;
  color: #111111;
  font-weight: 800;
}
@media (max-width: 820px) {
  .founders-section {
    padding: 22px;
    margin-top: 22px;
  }
  .founders-grid {
    grid-template-columns: 1fr;
  }
}


.address-section {
  max-width: 1120px;
  margin: 28px auto 0;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 24px;
  padding: 28px 32px;
  box-shadow: 0 18px 50px rgba(0,0,0,.08);
  text-align: left;
}
.address-section h2 {
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #000000;
}
.address-section p {
  margin: 0;
  color: #111111;
  font-weight: 800;
  line-height: 1.8;
}
@media (max-width: 820px) {
  .address-section {
    padding: 22px;
    margin-top: 22px;
  }
  .address-section h2 {
    font-size: 23px;
  }
}



/* Force dark action button text white across website */
.hero-buttons a,
.quote-action,
.whatsapp-action,
.cta-row a,
.quote-form button,
.quote-form button[type="submit"],
button[type="submit"] {
  color: #ffffff !important;
}

.hero-buttons a:hover,
.cta-row a:hover {
  color: #111111 !important;
}



/* Floating buttons icon only with clear logos */
.floating-action {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  padding: 0 !important;
  justify-content: center !important;
  border-radius: 50% !important;
}
.floating-action .action-icon {
  display: inline-flex !important;
  width: 32px !important;
  height: 32px !important;
  background: transparent !important;
  align-items: center !important;
  justify-content: center !important;
}
.floating-action .action-icon svg {
  width: 25px !important;
  height: 25px !important;
  fill: currentColor !important;
}
.floating-action > span:not(.action-icon) {
  display: none !important;
}
.quote-action .action-icon {
  color: #ffffff !important;
}
.whatsapp-action .action-icon {
  color: #ffffff !important;
}
.catalogue-action .action-icon {
  color: #111111 !important;
}


/* Floating action labels deleted */
.floating-action > span:not(.action-icon) {
  display: none !important;
}


/* Footer columns format */
.footer {
  display: block !important;
  padding: 54px 6% 24px !important;
  background: #111111 !important;
}
.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 34px;
  align-items: start;
}
.footer-col h2,
.footer-col h3 {
  color: #ffffff;
  margin-bottom: 14px;
}
.footer-col h2 {
  letter-spacing: 1px;
  font-size: 26px;
}
.footer-col h3 {
  font-size: 18px;
}
.footer-col p {
  color: #f1f1f1;
  line-height: 1.7;
  max-width: 340px;
}
.footer-col a {
  display: block;
  color: #ffffff;
  font-weight: 800;
  margin: 8px 0;
  text-decoration: none;
}
.footer-col a:hover {
  color: #cfd6dd;
}
.footer-bottom {
  max-width: 1180px;
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.18);
  color: #f1f1f1;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 820px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-bottom {
    text-align: left;
  }
}


/* Footer font white fix */
.footer,
.footer * {
  color: #ffffff !important;
}
.footer p,
.footer-bottom {
  color: #ffffff !important;
}
.footer a,
.footer a:visited,
.footer a:hover {
  color: #ffffff !important;
}


/* Mobile topbar clean format fix */
@media (max-width: 700px) {
  .topbar {
    padding: 8px 44px 8px 54px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    text-align: center !important;
    min-height: auto !important;
  }

  .topbar p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
    max-width: 100% !important;
  }

  .side-menu-toggle {
    top: 14px !important;
    left: 14px !important;
    width: 28px !important;
    height: 22px !important;
    gap: 5px !important;
  }

  .side-menu-toggle span {
    height: 3px !important;
    width: 28px !important;
  }
}



/* Mobile header brand spacing fix */
@media (max-width: 700px) {
  .site-header {
    padding: 16px 18px 16px 92px !important;
    min-height: 92px !important;
    align-items: center !important;
  }

  .brand {
    gap: 10px !important;
    max-width: 100% !important;
  }

  .brand-mark {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    font-size: 12px !important;
  }

  .brand strong {
    font-size: 18px !important;
    line-height: 1.05 !important;
    letter-spacing: 0.3px !important;
  }

  .brand small {
    font-size: 11px !important;
    line-height: 1.3 !important;
    margin-top: 4px !important;
  }

  .side-menu-toggle {
    left: 12px !important;
    top: 16px !important;
    width: 26px !important;
    height: 22px !important;
    z-index: 2100 !important;
  }

  .side-menu-toggle span {
    width: 26px !important;
    margin: 4px 0 !important;
  }
}

@media (max-width: 520px) {
  .site-header {
    padding-left: 96px !important;
    padding-right: 14px !important;
  }

  .brand strong {
    font-size: 17px !important;
  }

  .brand small {
    font-size: 10.5px !important;
  }
}


/* Strong mobile header overlap fix */
@media (max-width: 700px) {
  body {
    padding-top: 0 !important;
  }

  .side-menu-toggle {
    position: absolute !important;
    top: 88px !important;
    left: 18px !important;
    width: 34px !important;
    height: 28px !important;
    z-index: 2200 !important;
  }

  .side-menu-toggle span {
    width: 34px !important;
    height: 3px !important;
    margin: 6px 0 !important;
    display: block !important;
  }

  .site-header {
    padding: 18px 14px 18px 78px !important;
    min-height: 110px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .brand {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: calc(100vw - 100px) !important;
  }

  .brand-mark {
    display: none !important;
  }

  .brand strong {
    font-size: 20px !important;
    line-height: 1.05 !important;
    letter-spacing: 0.2px !important;
    white-space: nowrap !important;
  }

  .brand small {
    display: block !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    margin-top: 8px !important;
    white-space: normal !important;
  }
}

@media (max-width: 420px) {
  .site-header {
    padding-left: 76px !important;
    min-height: 104px !important;
  }

  .side-menu-toggle {
    top: 86px !important;
    left: 16px !important;
  }

  .brand strong {
    font-size: 18px !important;
  }

  .brand small {
    font-size: 10px !important;
  }
}







/* FINAL separated footer behavior: PC hover, mobile tap */
.footer {
  background: #101010 !important;
  color: #ffffff !important;
  overflow: hidden !important;
}

/* Common footer dropdown structure */
.footer-col {
  min-width: 0 !important;
  overflow: hidden !important;
}

.footer-col h2,
.footer-col h3 {
  color: #ffffff !important;
  cursor: pointer !important;
  user-select: none !important;
}

.footer-col .footer-drop {
  display: block !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  transform: translateY(-8px) !important;
  transition: max-height 0.38s ease, opacity 0.28s ease, transform 0.28s ease, padding 0.28s ease !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-col .footer-drop a {
  display: block !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

/* PC only: 3 columns + mouse hover opens */
@media (min-width: 701px) {
  .footer-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 44px !important;
    align-items: start !important;
  }

  .footer-col h2,
  .footer-col h3 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 0 14px !important;
  }

  .footer-col h2::after,
  .footer-col h3::after {
    content: '+' !important;
    color: #cfd6dd !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    margin-left: 12px !important;
  }

  .footer-col:hover h2::after,
  .footer-col:hover h3::after,
  .footer-col.footer-open h2::after,
  .footer-col.footer-open h3::after {
    content: '−' !important;
  }

  .footer-col:hover .footer-drop,
  .footer-col.footer-open .footer-drop {
    max-height: 700px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    padding: 8px 0 0 !important;
  }
}

/* Mobile only: 1 column + tap/click opens */
@media (max-width: 700px) {
  .footer {
    padding: 34px 18px 96px !important;
  }

  .footer-grid {
    display: block !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .footer-col {
    width: 100% !important;
    border-bottom: 1px solid rgba(255,255,255,0.14) !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }

  .footer-col h2,
  .footer-col h3 {
    margin: 0 !important;
    padding: 16px 0 !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: #ffffff !important;
  }

  .footer-col h2::after,
  .footer-col h3::after {
    content: '+' !important;
    color: #cfd6dd !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    margin-left: 12px !important;
  }

  .footer-col.footer-open h2::after,
  .footer-col.footer-open h3::after {
    content: '−' !important;
  }

  .footer-col.footer-open .footer-drop {
    max-height: 700px !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    padding: 0 0 14px !important;
  }

  .footer-col .footer-drop a {
    font-size: 15px !important;
    line-height: 1.45 !important;
    margin: 9px 0 !important;
    text-align: left !important;
    font-weight: 800 !important;
  }

  .footer-bottom {
    text-align: left !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}






/* Header back to text logo with small menu icon */
.brand {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
}

.brand-mark,
.brand-logo-img {
  display: none !important;
}

.brand strong {
  display: block !important;
  font-size: 24px !important;
  line-height: 1.1 !important;
  letter-spacing: 0.5px !important;
  font-weight: 900 !important;
  color: #111111 !important;
  white-space: nowrap !important;
}

.brand small {
  display: block !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  margin-top: 10px !important;
  color: #111111 !important;
  white-space: nowrap !important;
}

@media (min-width: 701px) {
  .site-header {
    padding-left: 68px !important;
    min-height: 92px !important;
    align-items: center !important;
  }

  .side-menu-toggle {
    position: fixed !important;
    left: 14px !important;
    top: 18px !important;
    width: 22px !important;
    height: 18px !important;
    z-index: 3000 !important;
  }

  .side-menu-toggle span {
    width: 22px !important;
    height: 2px !important;
    margin: 5px 0 !important;
    display: block !important;
  }
}

@media (max-width: 700px) {
  .site-header {
    padding-left: 68px !important;
    min-height: 88px !important;
    align-items: center !important;
  }

  .side-menu-toggle {
    left: 14px !important;
    top: 18px !important;
    width: 22px !important;
    height: 18px !important;
  }

  .side-menu-toggle span {
    width: 22px !important;
    height: 2px !important;
    margin: 5px 0 !important;
  }

  .brand strong {
    font-size: 22px !important;
  }

  .brand small {
    font-size: 11px !important;
    margin-top: 9px !important;
  }
}


/* ROY DIAMOND text right side spacing fix */
@media (min-width: 701px) {
  .site-header {
    padding-left: 102px !important;
  }
}

@media (max-width: 700px) {
  .site-header {
    padding-left: 92px !important;
  }
}



/* FINAL strong mobile header text down fix */
@media (max-width: 700px) {
  .site-header {
    min-height: 112px !important;
    padding-top: 34px !important;
    padding-bottom: 18px !important;
    align-items: flex-start !important;
  }

  .brand {
    margin-top: 14px !important;
    transform: translateY(12px) !important;
  }

  .brand strong {
    line-height: 1.15 !important;
  }

  .brand small {
    margin-top: 10px !important;
  }

  .side-menu-toggle {
    top: 12px !important;
  }
}


/* FINAL PC only header overlap fix - mobile unchanged */
@media (min-width: 701px) {
  .site-header {
    min-height: 104px !important;
    padding-top: 30px !important;
    padding-bottom: 18px !important;
    padding-left: 102px !important;
    align-items: flex-start !important;
  }

  .brand {
    margin-top: 8px !important;
    transform: translateY(8px) !important;
  }

  .brand strong {
    line-height: 1.15 !important;
  }

  .brand small {
    margin-top: 10px !important;
  }

  .side-menu-toggle {
    top: 12px !important;
    left: 14px !important;
    width: 22px !important;
    height: 18px !important;
  }

  .side-menu-toggle span {
    width: 22px !important;
    height: 2px !important;
    margin: 5px 0 !important;
  }
}


/* PC header ROY DIAMOND more down fix - mobile unchanged */
@media (min-width: 701px) {
  .site-header {
    min-height: 122px !important;
    padding-top: 42px !important;
    padding-bottom: 22px !important;
    align-items: flex-start !important;
  }

  .brand {
    margin-top: 18px !important;
    transform: translateY(18px) !important;
  }

  .side-menu-toggle {
    top: 12px !important;
  }
}


/* Smaller menu icon without changing anything else */
.side-menu-toggle {
  width: 24px !important;
  height: 18px !important;
}
.side-menu-toggle span {
  width: 18px !important;
  height: 2px !important;
  margin: 3px 0 !important;
}


/* ROY DIAMOND premium luxury animation pack - platinum graphite edition */
:root {
  --rd-accent: #cfd6dd;
  --rd-accent-strong: #5f6e7d;
  --rd-accent-dark: #2d3944;
  --rd-accent-soft: #eef2f5;
  --rd-accent-line: rgba(207, 214, 221, 0.72);
  --rd-accent-glow: rgba(207, 214, 221, 0.28);
  --rd-shadow-soft: 0 14px 34px rgba(25, 35, 45, 0.08);
  --rd-shadow-hover: 0 18px 42px rgba(25, 35, 45, 0.14);
  --rd-radius-soft: 18px;
  scroll-behavior: smooth;
}

html { -webkit-font-smoothing: antialiased; }

.side-menu-panel {
  left: 0 !important;
  transform: translate3d(-108%, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.24s ease,
    visibility 0.24s ease;
  will-change: transform, opacity;
}
.menu-check:checked ~ .side-menu-panel {
  left: 0 !important;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.side-menu-toggle span {
  transition: transform 0.20s ease, opacity 0.16s ease, background-color 0.16s ease;
}
.menu-check:checked + .side-menu-toggle span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-check:checked + .side-menu-toggle span:nth-child(2) { opacity: 0; }
.menu-check:checked + .side-menu-toggle span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.side-menu-links a {
  position: relative;
  transition: transform 0.20s ease, box-shadow 0.20s ease, border-color 0.20s ease, background-color 0.20s ease, color 0.20s ease;
}
.side-menu-links a:hover,
.side-menu-links a:focus-visible {
  background: linear-gradient(135deg, #d7dde3 0%, #c5cdd5 100%) !important;
  color: #000000 !important;
  border-color: var(--rd-accent-strong) !important;
  box-shadow: 0 12px 28px rgba(45, 57, 68, 0.12) !important;
  transform: translateX(4px);
}
.menu-check:checked ~ .side-menu-panel .side-menu-links a {
  animation: rdMenuLinkIn 0.30s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(1) { animation-delay: 0.02s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(2) { animation-delay: 0.04s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(3) { animation-delay: 0.06s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(4) { animation-delay: 0.08s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(5) { animation-delay: 0.10s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(6) { animation-delay: 0.12s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(7) { animation-delay: 0.14s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(8) { animation-delay: 0.16s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(9) { animation-delay: 0.18s; }
.menu-check:checked ~ .side-menu-panel .side-menu-links a:nth-child(10) { animation-delay: 0.20s; }
@keyframes rdMenuLinkIn {
  from { opacity: 0; transform: translate3d(-12px, 0, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

.hero,
.hero-video-wrap,
.hero-video,
.brand,
.brand-logo-image {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.hero-video-wrap,
.hero:not(:has(.hero-video-wrap)) {
  animation: rdHeroLuxuryIn 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes rdHeroLuxuryIn {
  0% { opacity: 0; transform: scale(1.015); filter: saturate(0.96) contrast(0.98); }
  100% { opacity: 1; transform: scale(1); filter: saturate(1) contrast(1); }
}

.card,
.info-box,
.process-box,
.card-link,
.showcase-visual,
.quote-form,
.details-table,
.shape-grid span,
.certified-shape-grid span,
.diamond-loop-card,
.manufacturing-process-section,
.manufacturing-process-list div,
.manufacturing-process-list a,
.stats div,
.footer-col {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, filter 0.22s ease;
}
.card-link,
.diamond-loop-card,
.showcase-visual,
.shape-grid span,
.certified-shape-grid span,
.manufacturing-process-list div,
.manufacturing-process-list a,
.stats div,
.process-box {
  position: relative;
  overflow: hidden;
}
.card-link:hover,
.card-link:focus-visible,
.diamond-loop-card:hover,
.diamond-loop-card:focus-visible,
.shape-grid span:hover,
.certified-shape-grid span:hover,
.showcase-visual:hover,
.manufacturing-process-list div:hover,
.manufacturing-process-list a:hover,
.stats div:hover,
.process-box:hover {
  transform: translateY(-4px) !important;
  box-shadow: var(--rd-shadow-hover) !important;
  border-color: var(--rd-accent) !important;
}
.card-link::after,
.diamond-loop-card::after,
.showcase-visual::after,
.shape-grid span::after,
.certified-shape-grid span::after,
.manufacturing-process-list div::after,
.manufacturing-process-list a::after,
.process-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  box-shadow: inset 0 0 0 1px rgba(207, 214, 221, 0.85), 0 0 0 1px rgba(207, 214, 221, 0.32);
  transition: opacity 0.22s ease;
}
.card-link:hover::after,
.diamond-loop-card:hover::after,
.showcase-visual:hover::after,
.shape-grid span:hover::after,
.certified-shape-grid span:hover::after,
.manufacturing-process-list div:hover::after,
.manufacturing-process-list a:hover::after,
.process-box:hover::after {
  opacity: 1;
}
.process-box::before,
.manufacturing-process-list div::before,
.manufacturing-process-list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--rd-accent), var(--rd-accent-strong));
  transition: width 0.30s cubic-bezier(0.22, 1, 0.36, 1);
}
.process-box:hover::before,
.manufacturing-process-list div:hover::before,
.manufacturing-process-list a:hover::before {
  width: 100%;
}
.card-link img,
.diamond-loop-card img,
.showcase-visual img,
.round-detail-image img,
.igi-full-image {
  transition: transform 0.40s cubic-bezier(0.22, 1, 0.36, 1), filter 0.40s ease;
  will-change: transform;
}
.card-link:hover img,
.diamond-loop-card:hover img,
.showcase-visual:hover img,
.round-detail-image:hover img,
.igi-image-wrap:hover .igi-full-image {
  transform: scale(1.028);
  filter: contrast(1.01) saturate(1.01);
}

.hero-buttons a,
.cta-row a,
.quote-form button,
.quote-form button[type="submit"],
button[type="submit"],
.request-price-btn,
.floating-action {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.hero-buttons a::before,
.cta-row a::before,
.quote-form button::before,
.quote-form button[type="submit"]::before,
button[type="submit"]::before,
.request-price-btn::before,
.floating-action::before {
  content: "";
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -78%;
  width: 44%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.18) 30%, rgba(255,255,255,0.70) 50%, rgba(255,255,255,0.16) 70%, transparent 100%);
  transform: skewX(-18deg) translateX(-130%);
  transition: transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: -1;
}
.hero-buttons a:hover::before,
.cta-row a:hover::before,
.quote-form button:hover::before,
.quote-form button[type="submit"]:hover::before,
button[type="submit"]:hover::before,
.request-price-btn:hover::before,
.floating-action:hover::before {
  transform: skewX(-18deg) translateX(430%);
}
.hero-buttons a:hover,
.hero-buttons a:focus-visible,
.cta-row a:hover,
.cta-row a:focus-visible,
.quote-form button:hover,
.quote-form button:focus-visible,
.request-price-btn:hover,
.request-price-btn:focus-visible {
  background: linear-gradient(135deg, #d9dfe5 0%, #c7cfd7 100%) !important;
  border-color: var(--rd-accent-strong) !important;
  color: #000000 !important;
  box-shadow: 0 14px 34px rgba(45, 57, 68, 0.14) !important;
  transform: translateY(-2px);
}
.catalogue-action {
  background: linear-gradient(135deg, #d9dfe5 0%, #c7cfd7 100%) !important;
  color: #000000 !important;
}
.footer-col h2::after,
.footer-col h3::after,
.manufacturing-process-list b,
.process-box b,
.eyebrow {
  color: var(--rd-accent-strong) !important;
}
.about-badge,
.side-menu-links a:hover,
.hero-buttons a:hover,
.cta-row a:hover {
  background: linear-gradient(135deg, #d9dfe5 0%, #c7cfd7 100%) !important;
}
.card-link:focus,
.card-link:focus-visible,
.diamond-loop-card:focus-visible,
.side-menu-links a:focus-visible,
.hero-buttons a:focus-visible,
.quote-form button:focus-visible {
  outline: 2px solid var(--rd-accent-strong) !important;
  outline-offset: 3px;
}
.manufacturing-process-list > *,
.process-box { overflow: hidden; }
.manufacturing-process-list b,
.process-box b {
  display: inline-block;
  transition: transform 0.20s ease, color 0.20s ease;
}
.manufacturing-process-list > *:hover b,
.process-box:hover b { transform: translateX(2px); }

@media (prefers-reduced-motion: no-preference) {
  .rd-animate {
    opacity: 0;
    transition-property: opacity, transform, box-shadow, border-color, filter;
    transition-duration: 0.54s, 0.54s, 0.22s, 0.22s, 0.22s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1), cubic-bezier(0.22, 1, 0.36, 1), ease, ease, ease;
    transition-delay: var(--rd-delay, 0ms);
    will-change: transform, opacity;
  }
  .rd-animate:not(.rd-visible) {
    transform: translate3d(0, 16px, 0);
  }
  .rd-animate.rd-visible { opacity: 1; }
}
@media (max-width: 700px) {
  .card-link:hover,
  .diamond-loop-card:hover,
  .shape-grid span:hover,
  .certified-shape-grid span:hover,
  .showcase-visual:hover,
  .manufacturing-process-list div:hover,
  .manufacturing-process-list a:hover,
  .stats div:hover,
  .process-box:hover {
    transform: translateY(-2px) !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
  .rd-animate,
  .rd-animate:not(.rd-visible),
  .rd-animate.rd-visible {
    opacity: 1 !important;
    transform: none !important;
  }
  .side-menu-panel {
    transform: none !important;
    left: -340px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .menu-check:checked ~ .side-menu-panel { left: 0 !important; }
  .diamond-loop-track {
    animation: none !important;
    transform: none !important;
  }
}


/* FINAL ROY DIAMOND navbar logo center + compact black header fix */
.site-header {
  height: 94px !important;
  min-height: 94px !important;
  padding: 8px 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
  background: #000000 !important;
  border-bottom: 0 !important;
}

.site-header .brand {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  width: auto !important;
  max-width: 78vw !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

.site-header .brand-logo-image {
  display: block !important;
  height: 80px !important;
  width: auto !important;
  max-width: min(310px, 64vw) !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.side-menu-toggle {
  top: 18px !important;
  left: 16px !important;
  width: 24px !important;
  height: 18px !important;
  z-index: 3000 !important;
}

.side-menu-toggle span {
  width: 18px !important;
  height: 2px !important;
  margin: 3px 0 !important;
}

@media (max-width: 700px) {
  .site-header {
    height: 88px !important;
    min-height: 88px !important;
    padding: 8px 54px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .site-header .brand {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: auto !important;
    max-width: 68vw !important;
  }

  .site-header .brand-logo-image {
    height: 70px !important;
    max-width: 64vw !important;
  }

  .side-menu-toggle {
    position: fixed !important;
    top: 17px !important;
    left: 14px !important;
    width: 24px !important;
    height: 18px !important;
  }

  .side-menu-toggle span {
    width: 18px !important;
    height: 2px !important;
    margin: 3px 0 !important;
  }
}

@media (max-width: 420px) {
  .site-header {
    height: 84px !important;
    min-height: 84px !important;
    padding: 7px 48px !important;
  }

  .site-header .brand-logo-image {
    height: 66px !important;
    max-width: 62vw !important;
  }

  .side-menu-toggle {
    top: 16px !important;
    left: 14px !important;
  }
}


/* FINAL font refinement - simple, classic, clean */
html, body,
input, textarea, select, button,
.side-menu-links a,
.card p, .info-box p, .process-box p, .info-box li,
.note-box p, .note-box li,
.details-table, table,
.hero p, .section p, .footer-col p, .footer-col li,
.quote-form, .quote-form input, .quote-form textarea, .quote-form select,
.hero-buttons a, .cta-row a, .request-price-btn, .quote-action,
.stats, .shape-grid span, .certified-shape-grid span,
.fancy-shapes-full-grid a.shape-link, .fancy-shapes-full-grid span,
.product-image-card, .important-buyer-note, .address-section,
.brand small, .brand-text, .eyebrow {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.section-head h1, .section-head h2,
.card h3, .info-box h3, .process-box h3,
.footer-col h2, .footer-col h3,
.fancy-shapes-full-list h2,
.side-menu-head strong,
.brand strong {
  font-family: 'Libre Baskerville', Georgia, 'Times New Roman', serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.side-menu-links a,
.hero-buttons a, .cta-row a, .request-price-btn, .quote-action,
.fancy-shapes-full-grid a.shape-link, .fancy-shapes-full-grid span,
.shape-grid span, .certified-shape-grid span,
button, input, textarea, select {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}



/* FINAL fixed process list font - normal clean classic */
.manufacturing-process-list div,
.manufacturing-process-list a {
  font-family: 'Source Sans 3', 'Inter', Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 1.32 !important;
  letter-spacing: 0 !important;
  color: #222222 !important;
}

.manufacturing-process-list b {
  font-family: 'Source Sans 3', 'Inter', Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  color: #6f7c88 !important;
  margin-right: 8px !important;
}

@media (max-width: 768px) {
  .manufacturing-process-list div,
  .manufacturing-process-list a {
    font-size: 16px !important;
  }
}


/* FINAL global font cleanup - softer classic normal weights only */
.side-menu-head strong,
.footer-col h2,
.footer-col h3,
.founders-section h2,
.address-section h2,
.fancy-shapes-full-list h2,
.founder-card h3 {
  font-family: 'Libre Baskerville', Georgia, 'Times New Roman', serif !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.side-menu-head small,
.side-menu-links a,
.footer-col p,
.footer-col a,
.footer-bottom,
.stats strong,
.stats span,
.founder-card p,
.address-section p,
.fancy-shapes-full-grid span,
.fancy-shapes-full-grid a.shape-link,
.shape-grid span,
.certified-shape-grid span,
.jewellery-categories-grid span,
.metal-options-grid span,
.stone-options-grid span,
.manufacturing-process-list div,
.manufacturing-process-list a,
.manufacturing-process-list b,
.process-box h3,
.process-box p,
.process-box b {
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
}

.side-menu-links a,
.footer-col a,
.footer-col p,
.footer-bottom,
.stats span,
.founder-card p,
.address-section p,
.process-box p {
  font-weight: 500 !important;
}

.stats strong,
.fancy-shapes-full-grid span,
.fancy-shapes-full-grid a.shape-link,
.shape-grid span,
.certified-shape-grid span,
.jewellery-categories-grid span,
.metal-options-grid span,
.stone-options-grid span,
.manufacturing-process-list div,
.manufacturing-process-list a,
.manufacturing-process-list b,
.process-box h3,
.process-box b {
  font-weight: 600 !important;
}

.footer-col h2 {
  font-size: 26px !important;
}
.footer-col h3 {
  font-size: 18px !important;
}
.founder-card p,
.address-section p,
.footer-col a,
.side-menu-links a {
  line-height: 1.5 !important;
}


/* FINAL classic cleanup pack - shadow radius spacing button heading only */
:root {
  --rd-classic-radius: 18px;
  --rd-classic-radius-large: 22px;
  --rd-classic-shadow: 0 10px 28px rgba(0,0,0,0.055);
  --rd-classic-shadow-hover: 0 14px 34px rgba(0,0,0,0.085);
}

.card,
.info-box,
.process-box,
.quote-form,
.details-table,
.showcase-visual,
.product-image-card,
.note-box,
.important-buyer-note,
.fancy-description,
.loose-description,
.certified-description-box,
.certified-shapes-box,
.gia-natural-box,
.custom-shape-description,
.jewellery-description,
.custom-jewellery-description,
.founders-section,
.address-section,
.jewellery-categories-box,
.metal-options-box,
.stone-options-box,
.manufacturing-process-section,
.diamond-loop-card,
.card-link,
.shape-grid span,
.certified-shape-grid span,
.fancy-shapes-full-list,
.fancy-shapes-full-grid span,
.fancy-shapes-full-grid a.shape-link,
.side-menu-links a,
.stats div {
  border-radius: var(--rd-classic-radius) !important;
  box-shadow: var(--rd-classic-shadow) !important;
}

.showcase-visual,
.product-image-card,
.note-box,
.important-buyer-note,
.fancy-description,
.loose-description,
.certified-description-box,
.certified-shapes-box,
.gia-natural-box,
.custom-shape-description,
.jewellery-description,
.custom-jewellery-description,
.founders-section,
.address-section,
.jewellery-categories-box,
.metal-options-box,
.stone-options-box,
.manufacturing-process-section,
.fancy-shapes-full-list {
  border-radius: var(--rd-classic-radius-large) !important;
}

.card:hover,
.info-box:hover,
.process-box:hover,
.card-link:hover,
.diamond-loop-card:hover,
.showcase-visual:hover,
.shape-grid span:hover,
.certified-shape-grid span:hover,
.fancy-shapes-full-grid span:hover,
.fancy-shapes-full-grid a.shape-link:hover,
.side-menu-links a:hover,
.stats div:hover {
  box-shadow: var(--rd-classic-shadow-hover) !important;
}

.section {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.section-head {
  margin-bottom: 34px !important;
}
.card-row,
.split-row,
.process-row,
.shape-grid,
.certified-shape-grid,
.fancy-shapes-full-grid,
.jewellery-categories-grid,
.metal-options-grid,
.stone-options-grid,
.manufacturing-process-list,
.founders-grid {
  gap: 16px !important;
}

.hero-buttons a,
.cta-row a,
.quote-form button,
.quote-form button[type="submit"],
button[type="submit"],
.request-price-btn,
.floating-action {
  border-radius: 14px !important;
  box-shadow: none !important;
  letter-spacing: 0 !important;
}
.hero-buttons a:hover,
.cta-row a:hover,
.quote-form button:hover,
.quote-form button[type="submit"]:hover,
button[type="submit"]:hover,
.request-price-btn:hover,
.floating-action:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.10) !important;
  transform: translateY(-1px) !important;
}

.section-head h1 {
  font-size: clamp(34px, 4vw, 46px) !important;
  line-height: 1.16 !important;
}
.section-head h2,
.fancy-shapes-full-list h2,
.founders-section h2,
.address-section h2,
.jewellery-categories-box h2,
.metal-options-box h2,
.stone-options-box h2,
.manufacturing-process-section h2 {
  font-size: clamp(25px, 2.6vw, 32px) !important;
  line-height: 1.22 !important;
}
.card h3,
.info-box h3,
.process-box h3,
.founder-card h3,
.note-box h3 {
  font-size: clamp(18px, 1.8vw, 22px) !important;
  line-height: 1.26 !important;
}
p,
.card p,
.info-box p,
.process-box p,
.note-box p,
.section-head p {
  font-size: 16px !important;
  line-height: 1.65 !important;
}

@media (max-width: 700px) {
  .section {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }
  .section-head {
    margin-bottom: 26px !important;
  }
  .card-row,
  .split-row,
  .process-row,
  .shape-grid,
  .certified-shape-grid,
  .fancy-shapes-full-grid,
  .jewellery-categories-grid,
  .metal-options-grid,
  .stone-options-grid,
  .manufacturing-process-list,
  .founders-grid {
    gap: 12px !important;
  }
  p,
  .card p,
  .info-box p,
  .process-box p,
  .note-box p,
  .section-head p {
    font-size: 15px !important;
  }
}


/* FINAL navbar logo clarity fix */
.site-header .brand-logo-image {
  image-rendering: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}


/* FINAL about us visual image insertion - no layout change */
.about-visual {
  overflow: hidden !important;
  background: #101820 !important;
}
.about-visual-image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 40% center !important;
  display: block !important;
}
.about-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.10) 100%);
  pointer-events: none;
}
.about-badge {
  z-index: 2 !important;
  font-family: 'Inter', Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
}


/* FINAL classic compact floating actions */
.floating-actions {
  right: 18px !important;
  bottom: 18px !important;
  gap: 10px !important;
  align-items: flex-end !important;
}

.floating-action {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  padding: 0 !important;
  border-radius: 16px !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: 0 10px 22px rgba(0,0,0,0.12) !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
}

.floating-action .action-icon {
  width: 24px !important;
  height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
}

.floating-action .action-icon svg {
  width: 20px !important;
  height: 20px !important;
  fill: currentColor !important;
}

.floating-action > span:not(.action-icon) {
  display: none !important;
}

.quote-action { background: #111111 !important; color: #ffffff !important; }
.whatsapp-action { background: #25D366 !important; color: #ffffff !important; }
.catalogue-action { background: #d8dde3 !important; color: #111111 !important; }

@media (max-width: 700px) {
  .floating-actions {
    right: 12px !important;
    bottom: 12px !important;
    gap: 8px !important;
  }
  .floating-action {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    border-radius: 14px !important;
  }
  .floating-action .action-icon {
    width: 22px !important;
    height: 22px !important;
  }
  .floating-action .action-icon svg {
    width: 18px !important;
    height: 18px !important;
  }
}


/* FINAL mobile floating actions vertical classic fix */
@media (max-width: 700px) {
  .floating-actions {
    position: fixed !important;
    right: 10px !important;
    left: auto !important;
    bottom: 12px !important;
    top: auto !important;
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    gap: 7px !important;
    width: auto !important;
    max-width: none !important;
    z-index: 1600 !important;
  }

  .floating-action {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 8px 18px rgba(0,0,0,0.12) !important;
  }

  .floating-action .action-icon {
    width: 19px !important;
    height: 19px !important;
  }

  .floating-action .action-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .floating-action > span:not(.action-icon) {
    display: none !important;
  }
}


/* FINAL mobile About Us visual fix - phone only, desktop unchanged */
@media (max-width: 700px) {
  main > .section:first-of-type {
    padding-top: 26px !important;
  }

  .about-layout {
    align-items: stretch !important;
    gap: 22px !important;
  }

  .about-layout.rd-animate,
  .about-visual.rd-animate,
  .about-text.rd-animate {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  .about-visual {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 300px !important;
    height: 300px !important;
    flex: 0 0 auto !important;
    margin: 0 auto !important;
    border-radius: 26px !important;
    overflow: hidden !important;
    background: #101820 !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  .about-visual-image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 42% center !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .about-badge {
    right: 16px !important;
    bottom: 16px !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    z-index: 3 !important;
  }
}

@media (max-width: 420px) {
  .about-visual {
    min-height: 270px !important;
    height: 270px !important;
    border-radius: 24px !important;
  }
}



/* ROY DIAMOND top export moving text bar - seamless classic loop */
.rd-export-topbar {
  width: 100% !important;
  height: 30px !important;
  background: #000000 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 2100 !important;
}
.rd-export-marquee {
  display: inline-flex !important;
  align-items: center !important;
  width: max-content !important;
  white-space: nowrap !important;
  will-change: transform !important;
  animation: rdExportTopbarLoop 38s linear infinite !important;
}
.rd-export-marquee span {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  padding-right: 72px !important;
  font-family: 'Source Sans 3', Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  line-height: 30px !important;
  font-weight: 500 !important;
  letter-spacing: 0.055em !important;
  text-transform: none !important;
  color: rgba(255,255,255,.88) !important;
  text-shadow: none !important;
}
@keyframes rdExportTopbarLoop {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-25%, 0, 0); }
}
.site-header {
  padding-top: 22px !important;
  padding-bottom: 16px !important;
}
.side-menu-toggle {
  top: 48px !important;
}
@media (max-width: 700px) {
  .rd-export-topbar {
    height: 28px !important;
  }
  .rd-export-marquee {
    animation-duration: 30s !important;
  }
  .rd-export-marquee span {
    padding-right: 52px !important;
    font-size: 9.5px !important;
    line-height: 28px !important;
    letter-spacing: 0.035em !important;
  }
  .site-header {
    padding-top: 20px !important;
    padding-bottom: 14px !important;
  }
  .side-menu-toggle {
    top: 46px !important;
    left: 16px !important;
  }
}



/* ROY DIAMOND menu open topbar overlap fix only */
.side-menu-panel {
  z-index: 2300 !important;
}
.side-menu-toggle {
  z-index: 2400 !important;
}
.side-menu-close {
  z-index: 2401 !important;
}
body:has(#menuToggle:checked) .rd-export-topbar {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
