/*
Custom CSS for TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

*/


.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.bg-primary {
    background-color: #5D0207 !important;
}

.objective-outer {
    min-height: 100vh;
    margin: 5%;
}

.data-container{
  margin-top: 5% !important;
  min-height: 100vh;
}

/* === BASE HEADING === */ 

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}

/* === HEADING STYLE #1 === */
.one h1 {
  /* text-align: center; */
  /* text-transform: uppercase; */
  padding-bottom: 5px;
  color: #d08b1d;
}
.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 10%;
  margin-left: -14px;
  background-color: #b80000;
}
.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 10%;
  margin-left: -50px;
  background-color: #b80000;
}
/* --------------------------New webpage---------------------------------- */
  .hero {
      background: linear-gradient(to right, #007bff, #00c6ff);
      color: white;
      padding: 60px 20px;
      text-align: center;
      border-radius: 0 0 20px 20px;
    }

    .hero h1 {
      font-size: 2.5rem;
      font-weight: bold;
    }

    .about-card {
      background: white;
      border-radius: 12px;
      padding: 40px 30px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }

    .about-title {
      color: #0d6efd;
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 20px;
      border-bottom: 2px solid #0d6efd;
      display: inline-block;
      padding-bottom: 5px;
    }

    .about-text {
      font-size: 1.05rem;
      text-align: justify;
      line-height: 1.8;
    }

    .hero-section {
    position: relative;
    height: 350px;
    background: linear-gradient(rgba(17, 33, 64, 0.6), rgba(17, 33, 64, 0.6)),
                url('https://www.iitism.ac.in/assets/images/ism-top-banner.jpg') center/cover no-repeat;
    color: white;
    animation: fadeInHero 1.5s ease-in-out;
}

.hero-content {
    z-index: 2;
}

@keyframes fadeInHero {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---------------------objective---------------------------------- */

.objectives-section {
    padding: 80px 0;
    min-height: 100vh;
    /* background-color: #f9f9f9; */
}

.section-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 40px;
}

.card.bg-light {
    background-color: #ffffff !important;
    border-radius: 20px;
}

.objectives-list {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.objectives-list li {
    margin-bottom: 15px;
}

.objectives-list ul {
    list-style-type: circle;
    margin-top: 10px;
    padding-left: 20px;
}
/* ------------------------------------Admin--------------------------------- */
.member-card {
  transition: transform 0.3s ease;
}
.text-primary-t {
    color: #0d6efd !important;
}
.member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.text-w
{
  color: #fff !important;

}
.text-m {
    color: #caffc4 !important;
     font-weight: 700;
}
.text-p {
    color: #e3ed5d !important;
    font-weight: 700;
}

.data-container-admin {
  margin-top: 6% !important;
  min-height: 100vh;
}

/* Small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .data-container-admin {
    margin-top: 25% !important;
    padding: 10px;
  }
}

/* Medium devices (tablets, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .data-container-admin {
    margin-top: 12% !important;
    padding: 15px;
  }
}

/* Large devices (desktops, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .data-container-admin {
    margin-top: 8% !important;
    padding: 20px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .data-container-admin {
    margin-top: 6% !important;
    padding: 30px;
  }
}

@media (min-width: 1200px) {
    .mx-xl-5 {
        /* margin-right: -2rem !important; */
        margin-left: 15rem !important;
    }
}