.bg-common {
    background: linear-gradient(to bottom right, #05ff8a18, #ffffff);
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
a{
  text-decoration: none;
}
.text-justify{
  text-align: justify;
}
.bg-main{
      background-color: #006a94;
    }
    .dropdown-submenu {
      position: relative;
    }

    .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -1px;
    }

    .dropdown:hover > .dropdown-menu {
      display: block;
    }

    .dropdown-submenu:hover > .dropdown-menu {
      display: block;
    }

    /* Footer */
  footer {
    background: #006a94;
    color: #ccc;
    padding: 40px 40px 10px 40px;
}

    footer a {
      color: #ccc;
      text-decoration: none;
    }

    footer a:hover {
      color: #fff;
    }

    .footer-bottom {
      border-top: 1px solid #ffffff;
      padding-top: 15px;
      margin-top: 20px;
    }

    .top-bar {
      background: #f8f9fa;
      font-size: 14px;
      padding: 10px 0;
    }

    .top-bar i {
      margin-right: 5px;
      color: #106a72;
    }
    .bxl-youtube{
        color:red !important;
    }
    .bxl-instagram{
        color:#f200a7 !important;
    }
    .bxl-facebook, .bxl-twitter, .bxl-linkedin{
       color:#0a58ca !important  
    }
    .social-icons a {
      color: #106a72;
      margin-left: 10px;
      font-size: 16px;
    }
    .nav-link{
      color: #212529 !important
    }
    
     .stat-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }

  .stat-card .card-body i {
    opacity: 0.85;
  }


  .display-7 {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
}

.legal-box {
    background: #ffffff;
    border-left: 5px solid #0d6efd;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }
  .legal-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
  }
  .legal-icon {
    font-size: 2rem;
    color: #0d6efd;
  }

.section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 60px;
    background-color: #0d6efd;
    transform: translateX(-50%);
  }

  .story-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }

  .story-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  }

  .story-image {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    object-fit: cover;
    max-height: 400px;
  }










  @media (max-width: 575px) {
    .display-6 {
      font-size: 1.75rem;
    }
  }