

    .modal-backdrop {
    z-index: 9;
}

    .modal-dialog {
        max-width: 800px;
        margin: 6.75rem auto;
}

    .aboutCounterSection{
        background:url('<?php echo base_url();?>assets/images/departmental_images/counter-about-bg.webp');
        background-size: cover;   
        padding: 0px 0px 90px 0px;
    }

.aboutCounterContent{
    overflow:hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.aboutCounterContent::after {
    content: "";
    position: absolute;
    top: 50px;
    width: 32px;
    height: 90%;
    background: linear-gradient(to bottom, #d1143e, #ffffff);
    border-top-right-radius: 6px;
    z-index: 1;
    opacity: 0.9;
}

.aboutCounterContent img{
    width:100%;
    height:100%
    
}



.aboutCounterWrapper{
row-gap:40px;
}

.aboutCounterBox{
    /* box-shadow: #d1143e 0px 4px 12px; */
    /* box-shadow: #ffc107 0px 1px 4px; */
    /* border-left: 1px solid #ffc107; */
    /* border-bottom: 1px solid #ffc107; */
    padding: 40px 15px;
    text-align: center;
    border-radius: 10px;
}

.aboutCounterNumber{
    color:#d1143e;
    font-size: 28px;
    font-weight: 800;
    margin: 5px 0px;
}

.aboutCounterLabel{
font-size:12px;
letter-spacing:1px;
color:#aaa;
text-transform:uppercase;
text-align:center !important;
}

/* About overview */

.aboutOverviewSection{
     background: linear-gradient(#b1d0f936, #f4f6f7),
    url('<?php echo base_url();?>assets/images/departmental_images/about-bg.webp');
    
    background-size: cover;
    background-position: center;
    padding: 50px 0px 40px 0px;
}

/* About overview */
.aboutTabsSection{
padding: 110px 0px 60px 0px;
}

.abLeftOverview{
    width: 100%;
    height: 600px;
    /* margin-bottom: -75px; */
}

.abLeftOverview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Tabs */

.aboutTabsNav{
    /* background: #f5f6f8; */
    border-radius: 40px;
    padding: 6px;
    /* max-width: 400px; */
    /* margin: auto; */
    margin-bottom: 20px !important;
}

.aboutTabsNav .nav-link{
border-radius:30px;
padding:8px 22px;
font-weight:600;
color:#444;
border:none;
}

.aboutTabsNav .nav-link.active{
background:#d1143e;
color:#fff;
}

.d-icon{
        font-size: 30px;
        color:#17345a;
}
/* Card */

.aboutTabCard{
background:#fff;
border:1px solid #eee;
border-radius:8px;
padding:25px;
margin-bottom:25px;
}

.aboutTabTitle{
font-size:22px;
margin-bottom:20px;
}

.HodTabCard{
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    padding: 65px 50px 50px;
}

/* Vision and Mission */
.aboutVisionSection{
      background: linear-gradient(#d1143e14, #d1143e2e),url('https://img.freepik.com/premium-photo/abstract-blurred-gradient-holographic-picture-few-color-background_558873-55265.jpg');
    /* background:url(https://wp.ditsolution.net/itsoft/wp-content/uploads/2023/09/feature-bg.jpg); */
    background-size:cover;
    padding:60px
}

.abm-img-container img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.abm-container{
    margin-top:10px;
    padding:20px;
    background: white;
    border:1px solid #d1143e;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ab-ul ,.timeline-content ul{
    padding: 0px 20px;
}

.ab-ul li, .timeline-content ul li{
    list-style: disc;
    text-align: justify;
}

.abv-container{
    display:flex;
    align-items:center;
    justify-content:center;
}

.abv-img-container {
    height: 570px;
    border-radius:10px;
    overflow:hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.abv-img-container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
 
/* Table */

.aboutTabTable th{
width:220px;
background:#fafafa;
font-weight:600;
}

.hod-img-container{
    width: 400px;
    height: 400px;
}
.hod-img-container img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
/* Responsive */

@media(max-width:768px){

.aboutTabTable th{
width:140px;
font-size:14px;
}

.aboutTabTitle{
font-size:18px;
}

}

/* Tablet */
@media(max-width:991px){

/* .aboutCounterContent{
margin-bottom:40px;
} */

.aboutCounterNumber{
font-size:48px;
}

}

/* Mobile */
@media(max-width:575px){

.aboutCounterTitle{
font-size:30px;
}
.aboutCounterBox {
    padding: 0px 15px;
}
.aboutCounterNumber{
font-size:26px;
}

.tab-content {
    padding: 0px 20px; 
}
.ab-right{
    padding-top: 40px;
    order:2;
}

.abRightOverview{
    padding-top: 40px;
}
.aboutTabsSection {
    padding: 40px 0px 20px 0px;
}

.side-images{
    display:none;
}

.aboutCounterSection {
    padding: 30px 0;
}
}




.abt-vision-section{
    background: linear-gradient(#fef8fab0, #ffffff), url('<?php echo base_url();?>assets/images/departmental_images/vision-bg.webp');
    background-size: cover;
    padding: 70px 0px;
}

    .timeline {
      position: relative;
      margin: 0 auto;
      padding: 20px 0;
    }
    .timeline::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 2px;
      background: #d1143e;
      transform: translateX(-50%);
    }
    .timeline-item {
      position: relative;
      margin: 30px 0;
      width: 50%;
      padding: 0 20px;
    }
    .timeline-item.left {
      left: 0;
      text-align: right;
    }
    .timeline-item.right {
      left: 50%;
      text-align: left;
    }
    .timeline-circle {
      width: 60px;
      height: 60px;
      background: #d1143e;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      position: absolute;
      top: 0;
      transform: translateY(-50%);
      box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }
    .timeline-item.left .timeline-circle {
      right: -30px;
    }
    .timeline-item.right .timeline-circle {
      left: -30px;
    }
    .timeline-content {
      background: #fff;
      padding: 15px;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .side-images img {
      width: 100%;
      object-fit:cover;
      margin-bottom: 15px;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .mission-ul{
        text-align: justify;
    }
    @media (max-width: 767px) {
      .timeline::before {
        left: 20px;
      }
      .timeline-item {
        width: 100%;
        padding-left: 60px;
        text-align: left !important;
      }
      .timeline-item.left,
      .timeline-item.right {
        left: 0;
      }
      .timeline-circle {
        left: -10px !important;
        right: auto;
      }
    }
  