.event-image-inner{
    height: 280px;
}
.card.card-wrapper {
  border-bottom: 2px solid #2F2482 !important;
}
/* faculty page */
.faculty-card {
  border-bottom: 2px solid #2F2482 !important;
    transition: transform 0.3s ease;
  }
  
  .faculty-card:hover {
    transform: translateY(-5px);
  }
  .faculty-des {
    border-bottom: 1px dotted #D9D9D9;
}
.social-icon i {
    border-color: #D9D9D9;
    padding: 14px 15px;
    color: #433A89;
}
.social-icon i:hover{
    background-color: #2F2482;
  color: #fff;
  transform: scale(1.1);
}
.check-list li {
    position: relative;
    padding-left: 25px;
    list-style: none;
    font-size: 14px;
    line-height: 32px;
}
  
  .check-list li::before {
    content: "\f058"; /* Unicode for fa-circle-check in regular style */
    font-family: "Font Awesome 6 Free";
    font-weight: 400; /* 400 for regular, 900 for solid */
    position: absolute;
    left: 0;
    top: 0.1em;
    color: #2F2482;
  }
  .custom-table thead th {
    background-color: #2F2482;
    color: white;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
  }
  .custom-table td {
    vertical-align: middle;
    text-align: center;
  }
  .custom-table thead th span {
    color: #fff !important;
}
  .btn-view {
    background-color: #2F2482;
    color: white;
    border-radius: 30px;
    padding: 5px 20px;
    border: none;
    transition: background 0.3s;
  }
  .btn-view:hover {
    background-color: #F58220;
  }
  body {
    background-color: #ffeeee;
  }
  /* Equal width for the three main columns */
  .col-equal {
    width: 25%;
  }
  .col-small {
    width: 10%;
  }
  .col-button {
    width: 15%;
  }
  .box-tag {
    bottom: 0px;
    background: #F58220;
    padding: 5px 10px;
    border-top-right-radius: 5px;
}
.one-image{
    height: 514px;
    -o-object-fit: cover;
       object-fit: cover;
}
/* blog */
.blog-cards-image {
    height: 212px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* program page */
  .btn.btn-gradient-outline {
    border: 1px solid #2F2482;
    padding: 8px 15px;
    color: #2F2482;
    transition: 0.1s;
    border-radius: 25rem;
}
.btn.btn-gradient-outline:hover {
    background-color: #2F2482;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #2F2482;
        transition: 0.1s;
}
.btn.btn-gradient-outline svg path {
  fill: #2F2482;
}

.btn.btn-gradient-outline:hover svg path {
    fill: #fff;
}

.btn.gradient-btn {
  background-color: #2F2482;
    color: #fff;
    padding: 8px 15px;
    border: 1px solid #2F2482;
    transition: 0.1s;
    border-radius: 25rem;
}
a.btn.gradient-btn:hover {
  border: 1px solid #2F2482;
    background: transparent;
    color: #2F2482 !important;
    text-decoration: none;
}
.btn.gradient-btn:hover svg path {
    fill: #2F2482;
}
.programs-tabs .nav-link {
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
  border: 1px solid  #2F2482;
  border-top: 1px solid #2F2482;
  border-bottom: 0px;
  color: #333333;
}
.programs-tabs .nav-link.active {
  background-color: #2F2482;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.programs-tabs .nav-link:first-child{
  border-top-left-radius: 5px;
  border-top: 1px solid #2F2482 !important;
}
.programs-tabs .nav-link:last-child{
  border-bottom-left-radius: 5px;
  border-bottom: 1px solid #2F2482;
}
.programs-tabs .tab-content {
  border: 1px solid #2F2482;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;;
}
.btn.tab-btn {
  background: #2F2482;
  color: #fff;
  top: 3px;
  width: 30px;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex
;
  position: absolute;
}
.left-btn{
  left: -10px;

}
.right-btn{
  right: -10px;
  
}
.program-table td{
  text-align: left;
    }
    .blog-card .image-wrapper img {
      height: 400px;
  }

