/*
Theme Name: School Managment
Theme URI:
Author: Mamunur Rashid
Author URI: https://www.mamunr.com/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maxSchoolMng
Tags:


*/
.managmentItem{
  color: #fff;
}
.managmentItem hr{
	margin: 8px 0;
}
.managmentItem:hover, .managmentItem:active{
  color: #fff;
  text-decoration: none;
}
.managmentItem:focus{
  box-shadow: none;
}
.managmentItem .dashicons{
  font-size: 43px;
}

.managmentItem .dashicons{
  width: 50px;
}
.managmentItem  p{
  margin: 0;
}

.managmentItem .media{
  border-radius: 5px;
  margin-bottom: 15px;
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
      -ms-transition: all .25s;
       -o-transition: all .25s;
          transition: all .25s;
}

.managmentItem .media:hover{
  box-shadow: 0px 1px 5px 1px #d8d5d5;
  transform: scale(1.01);
}


.managmentItem .media .media-left {
  background: #fcab33;
  padding: 5px;
}
.managmentItem .media .media-body {
  background: #76bed2;
  padding: 5px;
}

/* Modern Footer Styles */
.footer-wrapper {
  background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%);
  position: relative;
  overflow: hidden;
}

.footer-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #4a5568, transparent);
}

.footer {
  background: transparent;
  padding: 60px 80px 40px;
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.2fr 1fr;
  gap: 50px;
  color: #fff;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.footer h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer h3::after {
  content: "";
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ff6b6b, #ee5a6f);
  display: block;
  margin-top: 10px;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(255, 107, 107, 0.3);
}

.footer p {
  font-size: 15px;
  line-height: 1.8;
  color: #cbd5e0;
  margin-bottom: 12px;
}

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

.footer ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 18px;
  transition: all 0.3s ease;
}

.footer ul li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #ff6b6b;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.footer ul li:hover::before {
  transform: translateX(3px);
}

.footer ul li a {
  color: #cbd5e0;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer ul li a:hover {
  color: #fff;
  transform: translateX(5px);
}

.footer .logo h2 {
  margin: 0 0 15px 0;
  font-size: 28px;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 1px;
}

.footer .logo img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.footer .logo:hover img {
  transform: rotate(5deg) scale(1.05);
}

.footer .logo p {
  font-size: 15px;
  color: #a0aec0;
  line-height: 1.7;
}

.footer .logo p:first-of-type {
  color: #ff6b6b;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.footer .contacts p {
  margin: 0 0 20px 0;
  font-size: 15px;
  color: #cbd5e0;
  line-height: 1.8;
}

.footer .contacts strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer .social {
  margin-top: 25px;
  display: flex;
  gap: 12px;
}

.footer .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  text-decoration: none;
}

.footer .social a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.5);
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 20px;
  font-size: 14px;
  color: #a0aec0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.footer-bottom a {
  color: #ff6b6b;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: #fff;
}

.footer .news-item {
  display: flex;
  margin-bottom: 20px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer .news-item:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(5px);
  border-color: rgba(255, 107, 107, 0.3);
}

.footer .news-item img {
  width: 80px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.footer .news-item:hover img {
  transform: scale(1.05);
}

.footer .news-item p {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #e2e8f0;
  line-height: 1.5;
  font-weight: 500;
}

.footer .news-item a {
  font-size: 13px;
  color: #ff6b6b;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.footer .news-item a::after {
  content: "→";
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.footer .news-item a:hover {
  color: #fff;
}

.footer .news-item a:hover::after {
  transform: translateX(3px);
}

.footer .btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 12px 24px;
  border-radius: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.footer .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.6);
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

/* Responsive Design */
@media(max-width: 1200px) {
  .footer {
    padding: 50px 40px 30px;
    gap: 40px;
  }
}

@media(max-width: 991px) {
  .footer {
    grid-template-columns: 1fr 1fr;
    padding: 40px 30px;
    gap: 35px;
  }
}

@media(max-width: 600px) {
  .footer {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    gap: 30px;
  }
  
  .footer .logo h2 {
    font-size: 24px;
  }
  
  .footer h3 {
    font-size: 18px;
  }
}

/* Scroll animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer > div {
  animation: fadeInUp 0.6s ease-out forwards;
}

.footer > div:nth-child(1) { animation-delay: 0.1s; }
.footer > div:nth-child(2) { animation-delay: 0.2s; }
.footer > div:nth-child(3) { animation-delay: 0.3s; }
.footer > div:nth-child(4) { animation-delay: 0.4s; }

/* End Modern Footer Styles */

