/*
Theme Name: Falar
Theme URI: https://themes.envytheme.com/falar/
Author: EnvyTheme
Author URI: https://envytheme.com/
Description: College & University WordPress Theme
Version: 1.8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: falar
Tags: custom-logo, custom-menu, featured-image
*/

/* footer.css - drop this into your main stylesheet or include as a separate file */

/* Root / helpers */
:root{
  --footer-bg: #28283F;
  --footer-border: #737290;
  --muted: #DEDEDE;
  --accent: #53C343; /* link color used in JSON custom CSS */
  --heading: #FFFFFF;
  --max-width: 1200px;
  --container-padding: 20px;
  font-family: "Inter", sans-serif;
}

/* Layout wrappers */
.lisaa-footer {
  background: var(--footer-bg);
  color: var(--muted);
  width: 100%;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 20px var(--container-padding);
  box-sizing: border-box;
}

/* Top area */
.lisaa-footer-top {
  border-top: 1px solid var(--footer-border);
}

/* Grid */
.footer-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
	padding:20px;
}

/* columns */
.footer-col {
  flex: 1 1 220px;
  min-width: 220px;
}

/* Logo */
.footer-logo img {
  max-width: 160px;
  display: block;
  margin-bottom: 18px;
	margin-left:-10px;
}

/* Headings & lists */
.footer-heading {
  color: var(--heading);
  font-weight: 500;
  font-size: 20px;
  margin: 8px 0 12px;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.footer-list li {
  margin: 18px 0;
	
}

.footer-list a {
  color: var(--muted);
  text-decoration: none;
  transition: color .18s ease;
  font-size: 16px;
	font-family:lora;
}

.footer-list a:hover,
.footer-list a:focus {
  color: var(--heading);
}

/* Socials */
.footer-social {
  margin-top: 14px;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: var(--muted);
  text-decoration: none;
  transition: color .18s ease;
}

.footer-social a:hover { color: var(--heading); }

/* Contact & address */
.footer-address p {
  color: var(--muted);
  margin: 0 0 10px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
}

.contact-list li {
  margin: 6px 0;
  font-size: 15px;
  color: var(--muted);
}

.contact-list a {
  color: var(--muted);
  text-decoration: none;
}

.contact-list a:hover { color: var(--heading); }

/* Bottom bar */
.lisaa-footer-bottom {
  background: transparent;
  border-top: 0;
  
}

.lisaa-footer-bottom .container {
  padding: 12px var(--container-padding);
}

.copyright p {
  color: #F3F3F3;
  text-align: center;
  margin: 0;
  font-size: 15px;
	
}

.copyright a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 400;
  font-family: "Genos", Sans-serif;
}

.copyright a:hover { color: #fff; }

/* spacing helper */
.mt-20 { margin-top: 20px; }

/* Responsive */
@media (max-width: 980px) {
  .container { padding: 30px 18px; }
  .footer-row { gap: 20px; }
  .footer-col { flex-basis: 45%; min-width: 200px; }
}

@media (max-width: 640px) {
  .footer-row { flex-direction: column; }
  .footer-col { width: 100%; min-width: 100%; }
  .footer-logo img { max-width: 140px; }
  .footer-list a { font-size: 15px; }
  .container { padding: 20px 14px; }
  .lisaa-footer-bottom .container { padding: 12px 14px; }
  .footer-heading { font-size: 18px; }
}
