.elementor-29432 .elementor-element.elementor-element-4e999e7{--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-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-0f56773 *//* ===== FOOTER BASE ===== */
.rk-footer {
  background: #111;
  color: #ddd;
  font-family: 'Poppins', sans-serif;
}

/* ===== CONTAINER ===== */
.rk-footer-container {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* ===== HEADINGS ===== */
.rk-footer-col h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  position: relative;
}

/* ORANGE UNDERLINE */
.rk-footer-col h3::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #FF7143 !important;
  position: absolute;
  left: 0;
  bottom: -8px;
}

/* ===== TEXT ===== */
.rk-footer-col p {
  font-size: 14px;
  line-height: 1.7;
}

/* ===== LIST ===== */
.rk-footer-col ul {
  list-style: none;
  padding: 0;
}

.rk-footer-col ul li {
  margin-bottom: 10px;
}

/* LINKS */
.rk-footer-col ul li a {
  color: #bbb;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

/* HOVER ORANGE */
.rk-footer-col ul li a:hover {
  color: #FF7143 !important;
  padding-left: 5px;
}

/* ===== SOCIAL ICONS ===== */
.rk-social {
  margin-top: 15px;
}

.rk-social a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #fff;
  background: #222;
  padding: 8px 10px;
  border-radius: 50%;
  transition: 0.3s;
}

/* SOCIAL HOVER ORANGE */
.rk-social a:hover {
  background: #FF7143 !important;
}

/* ===== WOODMART SOCIAL FIX ===== */
.rk-social-wrapper .wd-social-icon:hover {
  background-color: #FF7143 !important;
  border-color: #FF7143 !important;
}

/* ===== BOTTOM BAR ===== */
.rk-footer-bottom {
  background: #000;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  border-top: 1px solid #222;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .rk-footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rk-footer-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */