.elementor-217 .elementor-element.elementor-element-6d778d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-217 .elementor-element.elementor-element-064bccf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-217 .elementor-element.elementor-element-064bccf:not(.elementor-motion-effects-element-type-background), .elementor-217 .elementor-element.elementor-element-064bccf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EAB01B;}.elementor-217 .elementor-element.elementor-element-a3e6590{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-217 .elementor-element.elementor-element-064bccf{--content-width:1480px;}}/* Start custom CSS for html, class: .elementor-element-a5f760b *//* ======================================
   ZIG Currency – Compact Auto Scroll
====================================== */

.zig-currency-refined {
  padding: 50px 0; /* Smaller height */
  overflow: hidden;
}

/* Layout */
.zig-currency-refined__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT CONTENT */
.zig-currency-refined__hashtag {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 8px;
}

.zig-currency-refined__content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #09164c;
  margin: 10px 0 10px;
}

.zig-currency-refined__content p {
  font-size: 14px;
  line-height: 1.6;
  color: #09164c;
  margin-bottom: 18px;
}

.zig-currency-refined__btn {
  display: inline-block;
  padding: 8px 22px;
  background-color: #09164c;
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.zig-currency-refined__btn:hover {
  background-color: #000;
  transform: translateY(-2px);
}

/* RIGHT SIDE */
.zig-currency-refined__visual {
  overflow: hidden;
  position: relative;
}

/* Infinite Scroll Track */
.zig-notes-track {
  display: flex;
  gap: 25px;
  width: max-content;
  animation: zigScroll 25s linear infinite;
}

/* Notes */
.zig-notes-track img {
  height: 160px; /* Smaller notes */
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.zig-notes-track img:hover {
  transform: scale(1.05);
}

/* Auto Scroll Animation */
@keyframes zigScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Subtle fade edges for premium look */
.zig-currency-refined__visual::before,
.zig-currency-refined__visual::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
}

.zig-currency-refined__visual::before {
  left: 0;
  background: linear-gradient(to right, #EAB01B, transparent);
}

.zig-currency-refined__visual::after {
  right: 0;
  background: linear-gradient(to left, #f3c84a, transparent);
}

/* Responsive */
@media (max-width: 1024px) {
  .zig-currency-refined__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .zig-notes-track img {
    height: 130px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3b33e3 *//* ===================================
   RBZ PROFESSIONAL FOOTER (ENHANCED)
=================================== */

.rbz-footer-pro {
  background: linear-gradient(to bottom, #071448, #06113a);
  color: #ffffff;
  padding: 85px 0 30px;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
}
.rbz-office h5 {
    color: #e6ad1b !important;
}

/* Gold Top Accent */
.rbz-footer-pro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #e6ad1b;
}

/* Watermark Logo */
.rbz-footer-pro::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -80px;
  width: 480px;
  height: 480px;
  background: url("https://rbz2.devpreview.net/wp-content/uploads/2026/01/1000116547.png") no-repeat center;
  background-size: contain;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}

/* Container */
.rbz-container {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ===================================
   GRID LAYOUT
=================================== */

.rbz-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1.5fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
  align-items: start;
}

/* ===================================
   BRAND COLUMN
=================================== */

.rbz-footer-brand img {
  width: 110px;
  margin-bottom: 20px;
}

.rbz-footer-brand h3 {
  color: #e6ad1b !important;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.rbz-desc {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.85;
  max-width: 320px;
}

/* ===================================
   CONTACT COLUMN
=================================== */

.rbz-section-title {
  color: #e6ad1b !important;
  font-size: 15px;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}

.rbz-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.rbz-office h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.rbz-office ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rbz-office li {
  margin-bottom: 8px;
  font-size: 14px;
  opacity: 0.9;
}

/* ===================================
   LINKS / NAVIGATION
=================================== */

.rbz-footer-links-col h4 {
  color: #e6ad1b !important;
  font-size: 15px;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}

.rbz-footer-links-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rbz-footer-links-col li {
  margin-bottom: 14px;
  font-size: 14px;
  opacity: 0.9;
}

/* Links */
footer.rbz-footer-pro a,
footer.rbz-footer-pro a:visited {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.25s ease;
  display: inline-block;
}

footer.rbz-footer-pro a:hover {
  color: #e6ad1b;
  transform: translateX(4px);
}

/* ===================================
   DIGITAL SYSTEMS
=================================== */

.rbz-systems-list li span {
  display: block;
  font-size: 12px;
  opacity: 0.65;
  margin-top: 3px;
}

/* ===================================
   BOTTOM BAR
=================================== */

.rbz-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 13px;
  opacity: 0.85;
}

.rbz-footer-bottom p {
  margin: 0;
}

.rbz-bottom-links {
  display: flex;
  gap: 25px;
}

/* ===================================
   RESPONSIVE
=================================== */

@media (max-width: 1100px) {
  .rbz-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

@media (max-width: 768px) {
  .rbz-footer-grid {
    grid-template-columns: 1fr;
  }

  .rbz-contact-grid {
    grid-template-columns: 1fr;
  }

  .rbz-footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .rbz-bottom-links {
    justify-content: center;
  }
  
}/* End custom CSS */