.elementor-284 .elementor-element.elementor-element-3acb422{--display:flex;}/* Start custom CSS for html, class: .elementor-element-12619fe */.rigat-footer {
  position: relative;
  background: #0f1722;
  color: rgba(255,255,255,0.78);
  overflow: hidden;
}

.rigat-footer-top {
  padding: 90px 0 60px;
}

.rigat-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 50px;
}

.rigat-footer-logo {
  max-width: 240px;
  height: auto;
  margin-bottom: 28px;
}

.rigat-footer-brand p {
  max-width: 420px;
  margin-bottom: 28px;
  line-height: 1.8;
  font-size: 16px;
}

.rigat-footer-badge img {
  width: 140px;
  height: auto;
}

.rigat-footer-col h3 {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.rigat-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rigat-footer-col li {
  margin-bottom: 14px;
}

.rigat-footer-col a {
  color: rgba(255,255,255,0.72);
  text-decoration: none !important;
  transition: 0.25s ease;
}

.rigat-footer-col a:hover {
  color: #bf8f41;
}

.rigat-footer-contact li {
  font-size: 15px;
  line-height: 1.6;
}

.rigat-footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 12px;
  background: #bf8f41;
  color: #ffffff !important;
  font-weight: 800;
  text-decoration: none !important;
  transition: 0.25s ease;
}

.rigat-footer-btn:hover {
  background: #a8782f;
  transform: translateY(-2px);
}

.rigat-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
}

.rigat-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rigat-footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,0.55);
}

.rigat-footer-links {
  display: flex;
  gap: 20px;
}

.rigat-footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  text-decoration: none !important;
  transition: 0.25s ease;
}

.rigat-footer-links a:hover {
  color: #bf8f41;
}

@media (max-width: 1024px) {
  .rigat-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .rigat-footer-top {
    padding: 60px 0 40px;
  }

  .rigat-footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .rigat-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .rigat-footer-links {
    flex-wrap: wrap;
    gap: 12px;
  }

  .rigat-footer-logo {
    max-width: 190px;
  }
}
.rigat-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}

.rigat-footer .rigat-container {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
}
#footer-widgets,
#footer-widgets .footer-widgets-inner,
#footer-widgets .container,
#footer-widgets .elementor {
    background: #0f1722 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    max-width: 100% !important;
}

#footer-bottom {
    display: none !important;
}

body .rigat-footer {
    margin-bottom: 0 !important;
}/* End custom CSS */