/*Other pages CSS*/
/*People Page*/
@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico/Pacifico-Regular.ttf') format('truetype'); /* Adjust path and format as necessary */
    font-weight: normal;
    font-style: normal;
}

.card{
	margin-left: 20px;
	margin-right: 20px;
}

.card img{
	height: 180px;
    margin-bottom: -10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    margin-left: 10px!important;
    margin-top: 10px;
    width: auto;
	object-fit: fill;
}

.col-md-4{
    padding-right: 2px !important;
}

.col-md-8{
    padding-top: 2px;
    padding-left: 10px !important;
}

.card img:hover{
	cursor: pointer;
}

#faculty-list .card-body h4:hover{
	color: rgb(57, 102, 153);
	text-decoration: underline;
	cursor: pointer;
}


#faculty-list p a{
	color: rgb(39, 85, 137) !important;
    font-family: 'Arial', sans-serif !important;
    font-size: 13px !important;
    margin-top: -20px !important;
}

/*hr*/
hr.style-eight {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}


hr.style-seven {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}


.people-heading{
	font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    text-shadow: 1px 1px 2px rgba(135, 12, 12, 0.2);
}

.people-heading::first-letter{
	font-size: 40px;	
}


.box-shadow{
	/* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
	/* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
	box-shadow: #742105 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}


@media (min-width: 992px){
	.card img{
        height: 180px;
        margin: 10px 5px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        object-fit: fill;
        width: 100%;
    } 
}

@media (max-width: 540px){
    .image-container{
        text-align: center!important;
    }
	.card img{
        height: 80vw!important;
        width: 80vw!important;
        border-radius: 50%!important;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        object-fit: fill;
        margin: 0px!important;
        margin-top: 20px!important;
    } 
}






























/* General card styling */
.faculty-card {
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    position: relative !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 4px 8px rgba(71, 92, 188, 0.3) !important;
}

.faculty-img {
    border: 3px solid #ddd !important; /* Light border color */
    border-radius: 8px 0 0 8px !important; /* Rounded corners on the left */
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1) !important; /* More pronounced shadow for 3D effect */
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

@media (max-width: 991.98px) {
    .faculty-img{
        width: 100%!important;
        height: auto!important;
    }
}

.faculty-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 16px rgba(92, 98, 213, 0.2) !important;
}

/* Image styling */
.faculty-card:hover .faculty-img {
    transform: scale(1.05) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}


/* Link styling */
.faculty-card a {
    text-decoration: none !important;
    color: inherit !important;
}

.faculty-card a:hover {
    text-decoration: underline !important;
    color: #007bff !important;
}

body{
    font-family: 'Open sans', sans-serif ;
}


#title-container{
    text-align: center;
}

.faculty-short-info{
    padding-top: 5px!important;
    padding-left: 25px!important;
    font-family: 'Open sans', sans-serif;
    line-height: 1.6!important;
}

.card {
    float: left;
    min-height: 180px!important;
    padding-bottom: 0px!important;
    text-align: left!important;
    width: 100%;
    margin: 10px!important;
    margin-left: 0px!important;
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
}


/*Chairman Info*/
#chairmain-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hello{
    color: #8c8c8c79;
}