.elementor-38 .elementor-element.elementor-element-5b38521{--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;}.elementor-38 .elementor-element.elementor-element-5b38521:not(.elementor-motion-effects-element-type-background), .elementor-38 .elementor-element.elementor-element-5b38521 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#383636;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2e247ec *//* =========================
   FOOTER STYLE
========================= */

.custom-footer {
  background: #050505;
  color: #cfcfcf;
  font-family: Arial, sans-serif;
  padding-top: 30px;
  border-top: 2px solid #111;
}

/* TOP DISCLAIMER TEXT */
.footer-top-text {
  max-width: 1400px;
  margin: auto;
  padding: 0 30px 35px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-top-text p {
  font-size: 11px;
  line-height: 1.9;
  color: #bdbdbd;
  margin-bottom: 10px;
  letter-spacing: 0.4px;
}

/* MAIN FOOTER */
.footer-container {
  max-width: 1400px;
  margin: auto;
  padding: 45px 30px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 40px;
}

/* BOX */
.footer-box h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}

.footer-box h3::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #00b894;
  position: absolute;
  left: 0;
  bottom: -8px;
}

/* LOGO */
.footer-logo {
  width: 170px;
  margin-bottom: 25px;
}

.footer-contact p {
  margin-bottom: 12px;
  font-size: 14px;
  color: #bfbfbf;
  line-height: 1.6;
}

/* LINKS */
.footer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-box ul li {
  margin-bottom: 14px;
}

.footer-box ul li a {
  text-decoration: none;
  color: #bdbdbd;
  transition: 0.3s ease;
  font-size: 14px;
}

.footer-box ul li a:hover {
  color: #00b894;
  padding-left: 5px;
}

/* NEWSLETTER */
.newsletter p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #bdbdbd;
}

.newsletter form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newsletter input {
  padding: 14px;
  border: 1px solid #222;
  background: #0f0f0f;
  color: white;
  border-radius: 8px;
  outline: none;
}

.newsletter input:focus {
  border-color: #00b894;
}

.newsletter button {
  padding: 14px;
  border: none;
  background: #00b894;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
  font-weight: bold;
}

.newsletter button:hover {
  background: #019875;
  transform: translateY(-2px);
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
  padding: 18px;
}

.footer-bottom p {
  font-size: 13px;
  color: #9d9d9d;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-top-text p {
    font-size: 10px;
  }
}/* End custom CSS */