.elementor-290 .elementor-element.elementor-element-4c19e79{--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-290 .elementor-element.elementor-element-4c19e79:not(.elementor-motion-effects-element-type-background), .elementor-290 .elementor-element.elementor-element-4c19e79 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D8D8D800;}.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-243699a */footer {
  background-image: url("https://shawdinesh.in/wp-content/uploads/2025/09/rm373batch9-033-scaled.jpg"); /* light gray effect */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Nav (desktop) */
.footer-nav {
  display: flex;
  gap: 20px;
  list-style: none;
}

.footer-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

/* Contact */
.footer-contact {
  text-align: left;
}

.footer-contact a {
  text-decoration: none;
  color: #333;
}

/* Bottom */
.footer-bottom {
  margin-top: 20px;
  text-align: center;
}

.social-icons {
  margin-bottom: 10px;
}

.social-icons a {
  margin: 0 8px;
  font-size: 20px;
  color: #333;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: orange;
}

/* Hamburger hidden on desktop */
.footer-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #000;
  z-index: 1001;
}

/* Close menu inside nav */
.close-footer-menu {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #111;
}

/* Mobile layout */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  /* Show hamburger */
  .footer-menu-toggle {
    display: block;
    order: 1;
  }

  .footer-menu-toggle i {
    color: #000;
  }

  /* Slide-in Nav (same as header) */
  .footer-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    transition: right 0.3s ease;
    z-index: 1000;
    padding: 20px;
  }

  .footer-nav.active {
    right: 0;
  }

  .footer-nav ul {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .close-footer-menu {
    display: block;
  }

  /* Bigger contact info in mobile */
  .footer-contact {
    order: 2;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
  }
}/* End custom CSS */