/* Main Footer */

.main-footer {
  background: #29369e;
  color: #ffffff;
  padding: 50px 0 20px;
  margin-top: 40px;
}


/* Titles */

.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}


/* Text */

.footer-text {
  font-size: 14px;
  line-height: 1.7;
  color: #e6e6e6;
}


/* Links */

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links li a {
  text-decoration: none;
  color: #e6e6e6;
  font-size: 14px;
  transition: 0.3s;
}

.footer-links li a:hover {
  color: #a63f84;
  padding-left: 5px;
}


/* Bottom copyright */

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 25px;
  padding-top: 15px;
  font-size: 14px;
}

.main-footer {
  background: linear-gradient(135deg, #27359c 0%, #1f2d85 100%);
  color: #ffffff;
  padding: 55px 0 20px;
  margin-top: 50px;
  border-top: 4px solid #a63f84;
  font-family: 'Segoe UI', sans-serif;
}

.main-footer .container {
  text-align: left;
}

.footer-title {
  color: #a63f84;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background: #a63f84;
  border-radius: 2px;
}

.footer-text {
  color: #e8eaf6;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}

.footer-links li a::before {
  content: "›";
  color: #a63f84;
  font-weight: bold;
  margin-right: 8px;
}

.footer-links li a:hover {
  color: #a63f84;
  border-bottom: 1px solid #a63f84;
  padding-left: 6px;
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: left;
}

.footer-bottom p {
  margin: 0;
  color: #d9def7;
  font-size: 14px;
}

@media (max-width: 767px) {
  .main-footer {
    padding: 40px 0 15px;
  }

  .footer-title {
    margin-top: 10px;
  }

  .footer-bottom {
    margin-top: 20px;
  }
}