.elementor-691 .elementor-element.elementor-element-ec4a5a9{--display:flex;}.elementor-691 .elementor-element.elementor-element-e9164df{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.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-e9164df *//* ================================
   TATTVAM FOOTER
   ================================ */

.tattvam-footer {
  background-color: #FAFAFA;
  border-top: 1px solid #E5E5E5;
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #2B2B2B;
}

/* Top strip */
.tattvam-footer-top {
  border-top: 2px solid #E35336;
  text-align: center;
  padding: 10px 16px 6px;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #E35336;
}

/* Main footer */
.tattvam-footer-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 20px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.tattvam-footer-col h4 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #305CDE;
}

.tattvam-footer-logo img {
  max-width: 160px;
  height: auto;
  margin-bottom: 10px;
}

.tattvam-footer-shloka {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.1rem;
  color: #305CDE;
  margin-bottom: 6px;
}

.tattvam-footer-text {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Links list */
.tattvam-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tattvam-footer-links li {
  margin-bottom: 6px;
}

.tattvam-footer a {
  color: #2B2B2B;
  text-decoration: none;
  font-size: 0.95rem;
}

.tattvam-footer a:hover {
  color: #305CDE;
  text-decoration: underline;
}

/* Social icons */
.tattvam-footer-social {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}

.tattvam-footer-social a {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #305CDE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
  color: #305CDE;
  text-decoration: none;
  transition: all 0.2s ease;
}

.tattvam-footer-social a:hover {
  background-color: #305CDE;
  color: #FFFFFF;
}

/* Bottom bar */
.tattvam-footer-bottom {
  border-top: 1px solid #E5E5E5;
  background-color: #F2F2F2;
  padding: 10px 20px;
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tattvam-footer-credit {
  color: #666666;
}

/* Responsive */
@media (max-width: 992px) {
  .tattvam-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tattvam-footer-main {
    grid-template-columns: 1fr;
  }

  .tattvam-footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .tattvam-footer-top {
    font-size: 0.8rem;
  }
}/* End custom CSS */