@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Inter, sans-serif;
  background: #fff;
  overflow-x: hidden;
}

a,
button,
input {
  -webkit-tap-highlight-color: transparent;
}
.rb-catalog-link {
    position: relative;
    margin-top: 15px !important;
    border-top: 1px solid #ffffff36;
    padding-top: 3px !important;
}
#header-outer[data-lhe="animated_underline"] li > a .menu-title-text {
    position: relative;
}
.custom-header img {
  max-width: 100%;
  height: auto;
  display: block;
}
footer img {
  max-width: 100%;
  height: auto;
  display: block;
}
.custom-header {
  width: 100%;
  font-family: Inter, sans-serif;
  background-color: #1c1716;
  color: #ffffff;
  position: relative;
  z-index: 9999;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.top-bar {
  background-color: #241d1b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  max-height: 50px;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease, border 0.35s ease;
}

.top-bar-inner {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.top-left,
.top-right {
  display: flex;
  font-size: 14.25px;
  align-items: center;
  gap: 12px;
  color: #cccccc;
  line-height: 1;
  flex-wrap: wrap;
}

.top-right a {
  font-size: 14.25px;
  color: #cccccc;
  text-decoration: none;
  transition: 0.3s ease;
}

.top-right a:hover {
  color: #c29757;
}

.top-left a {
  font-size: 14.25px;
  color: #cccccc;
  text-decoration: none;
  transition: 0.3s ease;
}

.top-left a:hover {
  color: #c29757;
}

/*.separator {
  opacity: 0.45;
}*/
.main-header {
  background-color: #1c1716;
}

.header-inner {
  min-height: 116px;
  display: grid;
  grid-template-columns: minmax(240px, 300px) 1fr minmax(240px, 300px);
  align-items: center;
  gap: 30px;
  position: relative;
  transition: min-height 0.35s ease, padding 0.35s ease;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 10;
  min-width: 0;
}

.logo img {
  max-height: 70px;
  width: auto;
  transition: max-height 0.35s ease;
}

.inner-page {
  padding-top: 27px;
  background: #ffffff;
  padding-bottom: 34px;
}

/* =========================
   NAVIGATION
========================= */
.nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  overflow: visible;
}

.menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 34px;
  overflow: visible;
}

.menu-item {
  position: relative;
  flex: 0 0 auto;
  overflow: visible;
}
/* anchor */
 .rfq-link > a.quote-btn {
background-color: #231f20 !important;
    border: 1.5px solid #cfaf7f;
    color: #fff !important;
    border-radius: 0px !important;
    padding: 18px 29px !important;
    font-weight: 500 !important;
    font-size: 15.25px !important;
    font-family: Work Sans;
    text-transform: capitalize;
    letter-spacing: 0px !important;
}
 .rfq-link > a.quote-btn:hover {
  background-color: #cca364 !important
 } 
/* anchor */
.menu-item > a {
  font-family: Inter, sans-serif;
  color: #ffffff;
  text-decoration: none;
  font-size: 14.25px;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  transition: color 0.3s ease, padding 0.35s ease;
  padding: 51px 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  overflow: visible;
}
.menu-item > a {
  text-transform: uppercase;
}
/* span wrapper for exact underline width */
.menu-item > a .menu-title-text {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.menu-item > a .menu-title-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background-color: #c59d5f;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.menu-item > a:hover .menu-title-text::after,
.menu-item > a:focus-visible .menu-title-text::after {
  transform: scaleX(1);
}

/* =========================
   DESKTOP DROPDOWN ARROW
========================= */
.has-dropdown > a {
  padding-right: 24px;
}

.has-dropdown > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 1;
  z-index: 2;
}

/* Hover bridge */
.has-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 14px;
}

/* =========================
   DESKTOP DROPDOWN
========================= */
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: #2a2220;
  border-top: none;
  list-style: none;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 100;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.dropdown li {
  width: 100%;
  position: relative;
}

.dropdown li a {
  display: inline-block;
  width: 100%;
  padding: 7px 22px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  position: relative;
  transition: color 0.3s ease, background 0.3s ease;
  overflow: hidden;
}

.dropdown li a .menu-title-text {
  position: relative;
  display: inline-block;
  line-height: 1.3;
}

/* THIN GOLD UNDERLINE FOR DROPDOWN */
.dropdown li a .menu-title-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #c59d5f;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

.dropdown li a:hover .menu-title-text::after,
.dropdown li a:focus-visible .menu-title-text::after {
  transform: scaleX(1);
}

.dropdown li a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.02);
}

.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.has-dropdown:hover > a .menu-title-text::after {
  transform: scaleX(1);
}
.has-dropdown:hover > a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23c59d5f' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
/* =========================
   MOBILE SUBMENU BUTTON
========================= */
.submenu-toggle {
  display: none;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}

/* =========================
   RIGHT SIDE
========================= */
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  position: relative;
  z-index: 10;
  min-width: 0;
}

.quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 15px;
  border: none;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s ease;
  white-space: nowrap;
  letter-spacing: 0;
}

.quote-btn:hover {
  background-color: transparent;
  color: #ffffff;
}

.icon-btn {
  width: 24px;
  height: 24px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: 0.3s ease;
}

.icon-btn:hover {
  color: #c29757;
}

.icon-btn svg {
  width: 24px;
  height: 24px;
  display: block;
}

.cart-btn {
  position: relative;
}

.cart-count {
  display: inherit;
  position: absolute;
  top: -6px;
  right: -7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #ffffff !important;
 background-color: #c29757 !important;
  color: #1c1716;
  font-size: 11px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* =========================
   MOBILE TOGGLE
========================= */
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  position: relative;
  z-index: 10001;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: #ffffff;
  transition: 0.3s ease;
  border-radius: 999px;
  margin: 0 auto;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* =========================
   STICKY HEADER
========================= */
.custom-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1c1716;
  box-shadow: 0 10px 28px rgba(0,0,0,0.22);
  animation: headerSlideDown 0.35s ease;
}

.custom-header.sticky .top-bar {
  max-height: 0;
  opacity: 0;
  border-bottom: none;
}

.custom-header.sticky .header-inner {
  min-height: 92px;
}

.custom-header.sticky .logo img {
  max-height: 66px;
}

.custom-header.sticky .menu-item > a {
  padding: 34px 0;
}

.custom-header.sticky .has-dropdown > a {
  padding-right: 24px;
}

.custom-header.sticky .has-dropdown > a::before {
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-size: 10px 6px;
  opacity: 1;
}

.header-spacer {
  display: none;
  width: 100%;
}

.custom-header.sticky + .header-spacer {
  display: block;
  height: 142px;
}

@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* =========================
   SEARCH POPUP
========================= */
#search-outer {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

#search-outer.active {
  opacity: 1;
  visibility: visible;
}

.search-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.search-overlay-dark {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 2;
}

div#search-outer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.6;
  z-index: 2;
}

#search {
  position: relative;
  width: 100%;
  background-color: #000000;
  min-height: 230px;
  padding: 90px 0 70px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 3;
}

.search-container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}

#search-box,
.inner-wrap,
.search-col {
  width: 100%;
}

.search-col form {
  width: 100%;
  position: relative;
  margin: 0;
}

#search-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #c59d5f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 0 55px 14px 0;
  outline: none;
  font-family: Inter, sans-serif;
  letter-spacing: 0;
}

#search-input:focus {
  border-bottom-color: #d3a75d;
}

#search-input::placeholder {
  color: #ffffff;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 700;
}

.search-note {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  font-weight: 400;
}

#close-search {
  position: absolute;
  top: -4px;
  right: 0;
  z-index: 10;
}

.search-close-btn {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.close-wrap {
  position: relative;
  width: 22px;
  height: 22px;
  display: block;
}

.close-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: #ffffff;
  transition: 0.25s ease;
}

.close-line1 {
  transform: rotate(45deg);
}

.close-line2 {
  transform: rotate(-45deg);
}

.search-close-btn:hover {
  opacity: 0.75;
  transform: rotate(90deg);
}

.search-close-btn:hover .close-line {
  background: #ffffff;
}

body.search-open {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
li.below-menu-items-wrap a {
    color: #ffffff;
    padding-left: 22px;
}
@media (min-width: 1201px) {
.below-menu-items-wrap {
  display: none;
}
}

/* =========================
   LARGE DESKTOP ADJUSTMENT
========================= */
@media (max-width: 1365px) and (min-width: 1201px) {
  .header-inner {
    grid-template-columns: minmax(220px, 270px) 1fr minmax(220px, 270px);
    gap: 24px;
  }

  .menu {
    gap: 13px;
  }

  .menu-item > a {
    font-size: 14px;
    padding: 44px 0;
  }

  .quote-btn {
    padding: 0 22px;
  }
  .custom-header .has-dropdown > a {
    padding-right: 21px;
}
}
@media (max-width: 1000px) {
 .quote-btn {
    display: none !important;
  }
}
 .mob {
    display: none !important;
}
.header-right.mob.rfq-link {
    display: block;
    margin: 0 auto;
}
.header-right.mob.rfq-link {
    margin-top: 1em;
    margin-bottom: 1em;
}
/* =========================
   TABLET / MOBILE
   APPLY TILL 1200px
========================= */
@media (max-width: 1200px) {
  .mob {
    display: block !important;
}
  .custom-header.sticky + .header-spacer {
    display: none !important;
    height: 0 !important;
  }

  .custom-header.sticky .top-bar {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    border-bottom: none !important;
  }

  .custom-header.sticky .header-inner {
    min-height: 78px;
    padding: 12px 20px;
  }

  .custom-header.sticky .logo img {
    max-height: 54px;
  }

  .container,
  .search-container {
    padding: 0 20px;
  }

  .top-bar {
    max-height: none;
    opacity: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .top-bar-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
    gap: 6px;
    min-height: auto;
  }

  .top-left,
  .top-right {
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px;
  }

  .header-inner {
    min-height: 84px;
    padding: 14px 15px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 14px;
            grid-auto-flow: dense;
  }

  .logo {
    grid-column: 1;
    justify-content: flex-start;
  }

  .logo img {
    max-height: 58px;
  }

  .nav-menu {
    grid-column: 1 / -1;
    width: 100%;
    display: none;
    margin-top: 14px;
    animation: mobileMenuFade 0.25s ease;
    order: 10;
  }

  .nav-menu.active {
    display: block;
  }

  @keyframes mobileMenuFade {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    background: none;
    border: none;
    border-radius: 10px;
    padding: 6px 0;
    overflow: hidden;
  }

  .menu-item {
    width: 100%;
    border-bottom: none;
  }

  .menu-item:last-child {
    border-bottom: none;
  }

  .menu-item > a {
    width: 100%;
    padding: 17px 20px !important;
    font-size: 14px;
    line-height: 1.3;
    display: block;
    font-weight: 500;
  }

  .menu-item > a .menu-title-text::after {
    bottom: -4px;
    height: 1px;
  }

  .has-dropdown > a {
    padding-right: 60px !important;
  }

  .has-dropdown > a::before,
  .has-dropdown::after {
    display: none !important;
  }

  .submenu-toggle {
    background-repeat: no-repeat;
        background-size: 10px 6px;
        background-position: center;
        background-image: url(arrow.svg) !important;
    display: flex;
    text-indent: -99999px;
    position: absolute;
    right: 14px;
    top: 8px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    z-index: 2;
    line-height: 1;
    transition: transform 0.25s ease;
  }

  .submenu-toggle.active {
    transform: rotate(180deg);
  }

  .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    background: none;
    border-top: none;
    min-width: 100%;
    padding: 0;
    box-shadow: none;
  }

  .dropdown.active {
    display: block;
  }

  .dropdown li {
    border-top: none;
  }

  .dropdown li a {
    padding: 14px 28px;
    font-size: 14px;
  }

  .dropdown li a .menu-title-text::after {
    bottom: -4px;
  }

  .header-right {
    grid-column: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    justify-self: end;
  }

  .menu-toggle {
    display: flex;
    grid-column: 4;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
  }

  #search {
    padding: 70px 0 55px;
    min-height: 190px;
  }

  #search-input {
    font-size: 16px;
    padding: 0 46px 12px 0;
  }

  .search-note {
    font-size: 13px;
    margin-top: 10px;
  }

  #close-search {
    top: -3px;
  }
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 767px) {
  .container,
  .search-container {
    padding: 0 18px;
  }

  .top-bar-inner {
    padding: 8px 0;
    margin: 8px 0;
  }

  .top-left,
  .top-right {
    font-size: 12px;
    gap: 6px;
  }

  .header-inner {
    min-height: 74px;
    padding: 12px 10px;
    grid-template-columns: auto 1fr auto auto;
    gap: 12px;
  }

  .logo img {
    max-height: 50px;
  }

  .custom-header.sticky .logo img {
    max-height: 48px;
  }

  .icon-btn,
  .icon-btn svg {
    width: 20px;
    height: 20px;
  }

  .cart-count {
    width: 16px;
    height: 16px;
    font-size: 10px;
    top: -6px;
    right: -8px;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .menu-toggle span {
    width: 24px;
  }

  .menu-item > a {
    padding: 16px 18px !important;
    font-size: 13px;
  }

  .submenu-toggle {
    width: 38px;
    height: 38px;
    right: -5px;
    top: 8px;
    font-size: 12px;
  }

  .dropdown li a {
    padding: 13px 24px;
    font-size: 12px;
  }

  #search {
    padding: 55px 0 45px;
    min-height: 170px;
  }

  #search-input {
    font-size: 15px;
    padding: 0 42px 10px 0;
    border-bottom-width: 1.5px;
  }

  .search-note {
    font-size: 12px;
    margin-top: 8px;
  }

  .search-close-btn {
    width: 30px;
    height: 30px;
  }

  .close-wrap {
    width: 18px;
    height: 18px;
  }

  .close-line {
    height: 1.5px;
  }

  #close-search {
    top: -2px;
  }
}

/* =========================
   EXTRA SMALL DEVICES
========================= */
@media (max-width: 480px) {
  .container,
  .search-container {
    padding: 0 15px;
  }

  .header-inner {
    gap: 10px;
  }

  .logo img {
    max-height: 44px;
  }

  .custom-header.sticky .logo img {
    max-height: 42px;
  }

  .header-right {
    gap: 12px;
  }

  .menu-item > a {
    font-size: 12.5px;
    padding: 15px 16px !important;
  }

  .dropdown li a {
    padding: 12px 22px;
    font-size: 12px;
  }

  #search {
    padding: 48px 0 40px;
    min-height: 155px;
  }

  #search-input {
    font-size: 14px;
    padding: 0 38px 10px 0;
  }

  .search-note {
    font-size: 11px;
  }
}

/* =========================
   FOOTER BASE
========================= */
.rb-container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 28px;
}

.rb-footer {
  background: radial-gradient(circle at top left, #241d1d 0%, #171212 55%, #130f10 100%);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.03);
}

/* =========================
   FOOTER TOP LINKS
========================= */
.rb-footer__top {
  border-bottom: 1px solid rgba(185, 141, 69, 0.12);
}

.rb-toplinks {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 48px;
}

.rb-toplinks__title {
  min-width: 180px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.rb-toplinks__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  flex: 1;
  flex-wrap: wrap;
}

.rb-toplinks__nav a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none !important;
  color: rgba(255,255,255,0.96);
  transition: color 0.25s ease, opacity 0.25s ease;
}

.rb-toplinks__nav a:hover {
  color: #d3a75d;
}

/* =========================
   FOOTER MAIN
========================= */
.rb-footer__main {
  border-bottom: 1px solid rgba(185, 141, 69, 0.12);
}

.rb-main-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.1fr 1fr 1fr;
  gap: 48px;
  padding-top: 68px;
  padding-bottom: 68px;
  align-items: start;
}

.rb-footer__col h3 {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

/* BRAND */
.rb-footer__brand {
  display: flex;
  align-items: center;
}

.rb-brand-logo {
  max-width: 260px;
  width: 100%;
  height: auto;
  display: block;
}

/* CONTACT */
.rb-contact p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1;
  color: rgba(255,255,255,0.95);
}

.rb-contact a {
  color: #ccc;
  text-decoration: none;
}

.rb-contact a:hover {
  color: #ccc;
  text-decoration: underline;
}

/* SOCIAL */
.rb-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rb-social {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.03);
  display: grid;
  place-items: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.rb-social:hover {
  transform: translateY(-2px);
  background: rgba(211,167,93,0.12);
}

.rb-social svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}

/* BADGES */
.rb-footer__badges {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.rb-badge {
  width: 88px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* BOTTOM BAR */
.rb-footer__bottom {
  padding: 18px 0 20px;
}
.rb-footer__bottom a{
      color: #ccc;
    text-decoration: none;
 }
 .rb-footer__bottom a:hover{
      color: #ccc;
    text-decoration: underline;
 }
.rb-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.rb-bottom-row p {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,0.98);
}

/* =========================
   FOOTER RESPONSIVE (PREVIOUS)
========================= */
@media (max-width: 1200px) {
  .rb-main-grid {
    grid-template-columns: 1fr 1fr;
    gap: 42px 32px;
  }
}

@media (max-width: 900px) {
  .rb-toplinks {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 22px 20px;
    gap: 18px;
  }

  .rb-toplinks__nav {
    gap: 18px 28px;
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .rb-main-grid {
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .rb-brand-logo {
    max-width: 220px;
  }

  .rb-footer__badges {
    justify-content: flex-start;
  }

  .rb-bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }
}