.elementor-237 .elementor-element.elementor-element-f6d21dc{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-237 .elementor-element.elementor-element-31b1890{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-31b1890 *//* ===============================
   SHOVAN FOOTER
   =============================== */

.shovan-footer {
  background: #4a4a4a;
  color: #d6d6d6;
  font-size: 14px;
  padding: 40px 30px 20px;
}


/* Divider */
.footer-divider {
  border: none;
  border-top: 1px solid #6a6a6a;
  margin: 45px auto;
  max-width: 1280px;
}

/* === Main Grid === */
.footer-main {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* Column */
.footer-column h4 {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 14px;
}

.footer-column a {
  display: block;
  color: #cfcfcf;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-column a:hover {
  color: #ffffff;
}

.footer-column p {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #cfcfcf;
}

/* === Bottom === */
.footer-bottom {
  max-width: 1280px;
  margin: 30px auto 0;
  font-size: 13px;
  color: #bcbcbc;
}

/* This targets the link specifically */
.footer-bottom a {
  color: inherit; /* Tells the link to use the #bcbcbc color from the parent */
  text-decoration: none; /* Removes the underline */
  font-weight: 600; /* Optional: makes your name slightly bolder so it's still "clickable" looking */
  transition: 0.3s;
}

/* Optional: subtle hover effect so users know it's a link */
.footer-bottom a:hover {
  color: #ffffff; 
}

/* === Responsive === */
@media (max-width: 992px) {
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */