.pagelayer-tabs-holder .pagelayer-tablinks
{
 margin: 10px;
   border-radius: 15px; 
    box-shadow: 0 5px 25px rgba(0, 0, 0, .09);
/*border: solid 1px #cccccc;*/
}

.p-zj46439 .pagelayer-tabs-holder
{
padding: 0px 20px 0px 0px !important;
}

.faculty-section{

--faculty-col: #F29D00;

}

.faculty-section{
max-width:1300px;
margin:0px auto;
padding:0 20px;
}

.faculty-section h2{
font-size:35px;
font-weight:700;
text-align:center;
margin-bottom:45px;
position:relative;
}

.faculty-section h2:after{
content:'';
width:90px;
height:4px;
background: var(--faculty-col);
display:block;
margin:15px auto 0;
border-radius:30px;
}

.faculty-grid{
display:grid;
grid-template-columns:1fr;
gap:35px;
}

/*==============================
CARD
==============================*/

.faculty-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 35px rgba(0,0,0,.08);
border:1px solid #e8edf5;
transition:.35s;
}

.faculty-card:hover{
transform:translateY(-6px);
box-shadow:0 20px 45px rgba(0,0,0,.12);
}

/*==============================
TOP
==============================*/

.faculty-top{
display:grid;
grid-template-columns:240px 1fr;
gap:30px;
padding:30px;
align-items:flex-start;
}

/*==============================
PHOTO
==============================*/

.faculty-photo{
position:relative;
}

.faculty-photo img{
width:100%;
aspect-ratio:3/4;
object-fit:cover;
border-radius:14px;
border:5px solid #fff;
box-shadow:0 8px 25px rgba(0,0,0,.12);
display:block;
}

.faculty-status{
position:absolute;
top:12px;
left:12px;
background:#1b8d42;
color:#fff;
font-size:12px;
padding:6px 12px;
border-radius:30px;
font-weight:600;
letter-spacing:.5px;
}

.faculty-status.contract{
background:#d98200;
}

/*==============================
INFO
==============================*/

.faculty-name{
font-size:25px !important;
font-weight:700;
margin-bottom:20px !important;
line-height:1.3;
text-align: center !important;
}

.faculty-designation{
display:table;
background:var(--faculty-col);
color:#fff;
padding:9px 18px;
border-radius:40px;
font-size:14px;
font-weight:600;
 margin:0 auto 25px;

}

/*==============================
DETAIL TABLE
==============================*/

.info-table{
width:100%;
border-collapse:collapse;
}

.info-table tr:nth-child(even){
background:#fafbfd;
}

.info-table th{
width:220px;
padding:13px 16px;
text-align:left;
font-weight:600;
color:#123b74;
border:1px solid #e4e8ef;
background:#f6f8fc;
}

.info-table td{
padding:13px 16px;
border:1px solid #e4e8ef;
}

/*==============================
CAREER
==============================*/

.career-box{
border-top:1px solid #edf1f7;
padding:28px 30px 35px;
}

.career-title{
font-size:25px !important;
font-weight:700;
margin-bottom:25px !important;
text-align: center;
}

/*==============================
HORIZONTAL TIMELINE
==============================*/

.timeline{
    display:flex;
    justify-content:space-between;
    gap:18px;
    position:relative;
    margin-top:20px;
    padding-top:30px;
}

.timeline:before{
    content:'';
    position:absolute;
    top:8px;
    left:0;
    right:0;
    height:3px;
    background:var(--faculty-col);
    border-radius:30px;
}

.timeline-item{
    flex:1;
    position:relative;
    text-align:center;
}

.timeline-item:before{
    content:'';
    position:absolute;
    top:-30px;
    left:50%;
    transform:translateX(-50%);
    width:18px;
    height:18px;
    border-radius:50%;
    background:var(--faculty-col);
    border:4px solid #fff;
    box-shadow:0 0 0 3px var(--faculty-col);
    z-index:2;
}

.timeline-year{
    font-size:15px !important;
    font-weight:700 !important;
   /* color: var(--faculty-col);*/
    margin-bottom:8px;
}

.timeline-position{
    font-size:14px;
    line-height:1.45;
    font-weight:600;
    color:#333;
}

/* Tablet */

@media(max-width:768px){

.timeline{
overflow-x:auto;
justify-content:flex-start;
padding-bottom:10px;
}

.timeline-item{
min-width:140px;
}

.timeline::-webkit-scrollbar{
height:6px;
}

.timeline::-webkit-scrollbar-thumb{
background:#bfc8d6;
border-radius:20px;
}

}
/*==============================
BADGES
==============================*/

.badge{
display:inline-block;
padding:5px 12px;
background:#eef5ff;
border:1px solid #cfe2ff;
border-radius:30px;
font-size:13px;
font-weight:600;
color:#0d6efd;
}

/*==============================
RESPONSIVE
==============================*/

@media(max-width:992px){

.faculty-top{

grid-template-columns:200px 1fr;

}

}

@media(max-width:768px){

.faculty-grid{

grid-template-columns:1fr;

}

.faculty-top{

grid-template-columns:1fr;

}

.faculty-photo{

max-width:230px;

margin:auto;

}

.faculty-name{

text-align:center;

font-size:28px;

}

.faculty-designation{

display:table;

margin:15px auto 25px;

}

.info-table th{

width:40%;

}

}

@media(max-width:480px){

.faculty-section{

padding:0 12px;

}

.faculty-section h2{

font-size:30px;

}

.faculty-top{

padding:20px;

}

.career-box{

padding:20px;

}

.info-table th,
.info-table td{

padding:10px;

font-size:14px;

}

}