.elementor-373 .elementor-element.elementor-element-5398b9e{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8fa5f81 *//* ===== REINE FOOTER FIXED CSS ===== */

.reine-footer-pro {
  background: #0c1b2a;
  color: #cfd8e3;
  padding-top: 70px;
  font-family: Arial, sans-serif;
}

/* GRID */
.footer-top {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* HEADINGS */
.footer-col h4 {
  color: #ffffff;
  margin-bottom: 15px;
}

/* LOGO */
.footer-logo {
  width: 180px;
  margin-bottom: 20px;
}

/* ABOUT */
.footer-about {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #b5c4d4;
}

/* BUTTON */
.btn-rfq {
  display: inline-block;
  background: #0077b6;
  padding: 10px 22px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.btn-rfq:hover {
  background: #0096c7;
}

/* QUICK LINKS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #9fb3c8;
  text-decoration: none;
}

.footer-links a:hover {
  color: #00d4ff;
}

/* CONTACT */
.contact-col a {
  display: block;
  color: #9fb3c8;
  text-decoration: none;
  margin-bottom: 6px;
}

.contact-col a:hover {
  color: #00d4ff;
}

/* MAP */
.map-box iframe {
  width: 100%;
  height: 180px;
  border: none;
  border-radius: 8px;
}

/* DIVIDER */
.footer-divider {
  width: 90%;
  margin: 50px auto;
  height: 1px;
  background: rgba(255,255,255,0.1);
}

/* BOTTOM SECTION */
.footer-middle {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* SLIDER */
.regulatory-slider {
  overflow: hidden;
  width: 65%;
}

.slider-track {
  display: flex;
  animation: scroll 30s linear infinite;
}

.slider-track img {
  width: 80px;
  margin-right: 40px;
  filter: grayscale(100%);
  transition: 0.3s;
}

.slider-track img:hover {
  filter: grayscale(0%);
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* DOWNLOAD BUTTON */
.btn-download {
  background: #1d4ed8;
  padding: 12px 24px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
}

.btn-download:hover {
  background: #2563eb;
}

/* COPYRIGHT */
.footer-bottom {
  margin-top: 50px;
  background: #06121e;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  color: #8aa0b8;
}

.footer-bottom a {
  color: #00d4ff;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-middle {
    flex-direction: column;
    gap: 20px;
  }

  .regulatory-slider {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}
/* CONTACT 2 COLUMN GRID */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 15px;
}

.contact-column {
  display: flex;
  flex-direction: column;
}

.contact-group {
  margin-bottom: 20px;
}

.contact-group strong {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 14px;
}

.contact-col a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9fb3c8;
  text-decoration: none;
  margin-bottom: 8px;
  transition: 0.3s ease;
}

.contact-col a i {
  color: #00b4d8;
}

.contact-col a:hover {
  color: #00d4ff;
  transform: translateX(4px);
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */