/*  Basic Stylling */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    background-color:#457b9d;
}
html,body{
    height:100%;
    width:100%;
}
#main{
    height:100%;
    width:100%; 
}

/*    Header Section  */
.header-sec1 {
    background-color: #fff;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;   
    padding-right: 2rem;
}
.sec1-box1{
    display: flex;
}
.header-logo {
    height: 6rem;
    width: 6rem;
    margin-left: 2rem;
    margin-top: 1rem;
}
.brand-name {
    margin-top: 1rem;
    margin-left: 2rem;
}
.icons2 {
    display: flex;
    color: #232323;
    gap: 1rem;
    align-items: center;
    
}
.in2 {
    color: #232323;
    size: 4rem;
    border:1px solid black;
    border-radius:5px;
    padding:10px;
}
.in2:hover {
    background-color: #c22504;
}

.research-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.faculty-info {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    
}
.hod-row div img{
    width: 160px;
    height: 160px;
}
.frame {
    width: 200px;
    height: 200px;
    border: 10px solid #f4a261;
    border-radius: 15px;
    padding: 10px;
    background: linear-gradient(45deg, #f4a261, #264653);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.hod-row div p,.advisor-row div p{
    font-weight: 700;
    font-size: 1.5rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.advisor-row   {
    display: flex;
    gap: 20rem;
}
.captain-row {
    display: flex;
    gap: 20rem;
    font-weight: 700;
}
.arjuna-event {
    
    width: 90%;
    background-color:#a8dadc;
    margin: 5rem;
    padding: 4rem;
    box-shadow: 5px 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    align-items: center;
}
.arjuna-event .arjuna-heading{
    font-size: 3rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}
.arjuna-event img{
    box-shadow: 5px 10px 10px;
}
.research-row {
    display: flex;
    font-size: 1.5rem;
    gap: 2rem;
    
}
.research-row img {
    height: 15rem;
    width: 25rem;
}
.research-row p{
    font-size: 1.5rem;
    font-weight: 700;
}
#footer{
    width:100%;
    background-color: blue;
}
#footertop{
    height:40vh;
    width:100%;
    background-color:rgb(48, 29, 112);
    display: flex;
    align-items: center;
    justify-content: center;
}
#footertopcontent{
    height:80%;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footermaplogo{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
    width:65%;
}
#footermap{
    height:80%;
    width:70%;
    overflow: hidden;  
}
#footermap iframe{
  width: 100%;
}
#footerlogo{
    background-color: white;
    width:12%;
    height: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footerlogo img{
    width:100%;
    padding: 8px;
}
#footeraddresstext{
    color:white;
    margin-bottom: 30px;
}
#footersocialmediasection{
    height: 100%;
    width: 100%;
    font-display: flex;
    align-items: center;
}
#footersocialmediaicon{
    height: 100%;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footersocialmeadiaicon:hover {
    background-color: #c22504;
}
.footersocialmedia a{
    padding: 6px 10px;
    border: 1px solid white;
    border-radius: 5px;;
    color: white;
}
#footermiddle{
    height:60vh;
    width:100%;
    background-color: rgb(35, 35, 35);
    display: flex;
    justify-content: space-around;
}
#footermidcontent{
    width:90%;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
.links{
    margin-left: 55px;
    color: white;
}
.links a{
    color: white;
    text-decoration: none;
    
}
.links a h4{
    margin-bottom: 25px;
    font-size: 1.5rem;
    display: inline-block;
    border-bottom: 1px solid white;   
}
li::before{
    content: "\f303";
    color: #ebc495;
    margin-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display:inline-block;
    font-style: normal;   
}
ul li{
    list-style: none;
    padding:6px 0px ;   
}
li a{
    font-size: 13px; 
    text-decoration: none;
}
#footerbuttom{
    height: 17vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    background-color: white;
}
#footerbuttom p{
    color:#c22504;
}
#footerbuttom a{
    color:#c22504;
    font-weight: bolder;
}

.footer {
    background-color: #121212;
    color: #fff;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    padding-left:3rem ;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    min-width: 200px;
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-decoration: underline;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li {
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.footer-section li:hover {
    color: #ffcc00;
}

.footer-section a {
    color: white;
    font-size: 1rem;
}


@media (max-width:1280px) {
    .research-row img{
        width: 20rem;
    }
}