.blog-head {
    text-align: center;
    padding: 100px 0 50px;
    background: #f7f1ff;
  }
  
  .blog-content {
    max-width: 1200px;
    margin: 40px auto;
    font-size: 18px;
    line-height: 1.7;
  }
  
  .blog-content img.blog-banner {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 35px;
  }
  
  .blog-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #5a2ea6;
  }
  
  .blog-content h3 {
    margin-top: 28px;
    font-size: 24px;
    color: #b63aff;
  }
  
  .blog-content ul {
    margin-left: 25px;
    margin-top: 10px;
  }
  
  .blog-share {
    margin-top: 45px;
    text-align: center;
  }
  
  .blog-share p {
    margin-bottom: 15px;
    font-weight: 500;
    color: #444;
  }
  /* Footer */
.edu-footer {
  width: 100%;
  background: #111;
  color: #ddd;
  padding: 60px 0 25px;
}

.edu-footer .footer-container {
  width: 100%;
  max-width: 1350px;
  margin: auto;
  padding: 0 30px;
}

.edu-footer .footer-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.edu-footer .footer-col {
  flex: 1 1 230px;
}

.edu-footer h3,
.edu-footer h4 {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
}

.edu-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.edu-footer ul li {
  margin: 7px 0;
}

.edu-footer ul li a {
  text-decoration: none;
  color: #bbb;
  transition: .3s;
}

.edu-footer ul li a:hover {
  color: #d63384;
}

.edu-footer i {
  color: #d63384;
  margin-right: 6px;
}

.edu-footer hr {
  border-color: #444;
  margin-top: 30px;
  margin-bottom: 18px;
}

.edu-footer .copyright {
  text-align: center;
  font-size: 15px;
  color: #aaa;
}
/* ----- Footer Styling (Light Theme) ----- */
.footer-area {
  background: #ffc7d6;
  padding: 70px 0 30px;
  color: #222;
}

.footer-area h4,
.footer-area h5 {
  font-weight: 700;
  margin-bottom: 18px;
  color: #d63384;
}

.footer-area ul {
  list-style: none;
  padding: 0;
}

.footer-area ul li {
  margin-bottom: 8px;
}

.footer-area ul li a {
  color: #111;
  text-decoration: none;
  transition: 0.3s;
}

.footer-area ul li a:hover {
  color: #d63384;
}

.footer-area input {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 6px;
  margin-bottom: 10px;
}

.footer-area button {
  background: #ff6e20;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
}

.footer-area button:hover {
  opacity: 0.85;
}

.footer-link {
  color: #d63384;
  font-weight: 600;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}


