* {
  margin: 0;
  padding: 0;
}

/* The above is universal selector */

/* Page Section */

body {
  font-family: sans-serif;
  position: relative;
  background-color: rgb(229, 231, 231);
}

.container {
  width: 1200px;
  margin: 0 auto;
  /*margin-left: auto;
  margin-right: auto; */
  border: 2px solid darkblue;
 /* border-left: 2px solid darkblue;
  border-right: 2px solid darkblue;
  border-bottom: 2px solid darkblue; */
}




/*
    .header-column {
      display: flex;
      flex-direction: column;
    }
*/

.pub-heading {
  color:darkblue;

}

.pub-heading1 {
  color:darkblue;
  font-size:25px;

}


.header-res1 {
  display: flex;
  background-color: #dfdfdf;
  justify-content: space-between;
  height: 70px;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 5px;
  border-bottom: 2px solid darkblue
  /* align-items: flex-start; */
}

.first-column {
    
   /* align-self: flex-start;  */
    align-items:flex-start;
    padding: 0 5px;
    }

    /*
    .second-column {

      align-self: flex-end; 
      align-items:flex-end;
      padding:20px;
      gap:20px;
      justify-content: flex-end;
      display:flex;
      flex-direction: column;
      padding: 4px 10px;
      gap: 20px;
    }
    */



    .second-column {
      align-items:flex-end;
      justify-content: flex-end;
      display:flex;
      flex-direction: column;
      padding-top:2px;
      padding-bottom:5px; 
      gap:30px;
    }




    .first-row {
      align-items: flex-end;
      padding-top: 20px;
 
   
    }
    
    .second-row {
      align-self: flex-end;
      gap: 25px;
    }
    

    



    
    .resource-item {
      margin-bottom: -15px; /* Adjust this value to control the vertical spacing */
    }
    

  


.header-res1 {
  display: flex;
  background-color: #dfdfdf;
  justify-content: space-between;
  height: 70px;
  margin-right: 0;
  padding-top: 10px;
  padding-left: 5px;
  border-bottom: 2px solid darkblue
  /* align-items: flex-start; */
}

.header-res11 {
  display: flex;
  align-items: flex-start;
  color: darkblue;
  font-size: 30px;
 
}


.header-res12 {
  display: flex;
  align-items: flex-end;
  /* background-color: skyblue; */
  /* padding: 10px 10px; */
  background-color: #dfdfdf;
  font-size: 13px;
  color: yellow;
  padding-bottom: 10px;
  gap: 5px;
  margin-right:10px;
}

nav {
  background-color: #dfdfdf;
  /* padding: 15px 15px; */

  text-align: center;
  border: none;
}

nav {
  float: right;
}


div nav a {
 color: brown; 
 /* background-color: #dfdfdf; */
  border: none;
  font-size: 12px;

}

a:link,
a:visited,
a:active {
 /* background-color: #dfdfdf; */
  text-decoration: none;
  border: none;
}

a:visited {
  color: darkred;
}
/* #dataset2
a:hover {
    color: orangered;
    text-decoration: underline dotted orangered;
} */

/* #dataset2
li {
    list-style:none;
} */
/* .sl{
    text-align:center;
} */
a:hover {
  color: orangered;
  font-weight: bold;
  text-decoration: underline dotted orangered;
}

a:active {
background-color: white;

  font-style: oblique;
  border: none;
}

h1,
h2,
h3,
h4,
p,
li,
footer {
  font-family: sans-serif;
  margin-left: 5px;
  margin-right: 5px;
  text-align: justify;
}

/*
h1 {
  color: darkblue;
  font-style: normal;
  font-size: 40px;
  text-transform: uppercase;
  float: left;
  line-height: 1.5;
  /* text-align: start; */
  /*  font-family: sans-serif; */
/* } */ 

h2 {
  color: darkblue;
  font-size: 25px;
  /* text-align: center; */
}

h3 {
  color: darkblue;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}

p {
  font-size: 14px;
  margin-bottom: 15px;
  /*display: inline; */
}


/* justify-content: space-between; 
  background-color: lightblue; */


  
.row1 {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 90px;
  border-top: 1px solid darkblue;
  background-color: rgb(229, 231, 231);
}





.resource-1 {
  flex: 6%;
  padding: 5px 10px;
  margin-top:15px;

  display: flex;
  flex-direction: column;
  gap: 1px;
   
}

.resource-1 a {
  font-size:12px;
  color: brown; 
  margin-bottom: -10px;
  

}



.resource-2 {
  flex: 75%;
  display: flex;
  flex-direction: column;
  padding: 1px 15px;
  position: relative;            /* check why */

  background-color: rgb(229, 231, 231);
  margin-right: 20px;
}
.resource-4
ul{
    margin-top:26px;
}
.resource-4
li{
    margin-bottom:10px;
    list-style:none;
   
}
.resource-4
a{
    text-decoration: none;
   
}
.resource-4 {
    flex: 75%;
    display: flex;
    flex-direction: column;
    padding: 1px 15px;
    position: relative; /* check why */

    background-color: rgb(229, 231, 231);
    margin-right: 20px;
}


.res-list{
 
  color:blue;
}

div ol li {
  font-size: 12px;
}


.resource-2 .res-list  .ppt-1 {
  color:blue;
}


footer {
  background-color: rgb(229, 231, 231);
}

#copyright {
 
  font-size: 12px;
}



/* Publication */

.rpaper-sty {
  color: darkblue;
  text-align: left;
  text-transform: uppercase;
}

li {
  font-size: 14px;
  /* display: inline; */
}

li:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin-left: 20px;
}



/* Academics */

.academics_sty {
  margin-top:30px;
  margin-bottom:5px;
  color: darkred;
}

.content {
  font-size: 12px;
  margin-left: 0;
}

.thesis-heading {
  color:darkblue;
}


table {
  margin-left: 18px;
  width: auto;
  border-collapse:collapse;
  font-size: 8px;
  /* table-layout: auto; 

  width: 100%;
  border-collapse: collapse;
  font-size: 10px; */
}
#dataset2
th {
    padding: 5px;
    background-color: darkblue;
    color: white;
    text-align: center;
}
#dataset2
th,
#dataset2
td {
    border: 3px solid white;
}
#dataset2
a{
  /* background-color: darkblue; */
  text-decoration: none;
}
.hver{
    padding:2px;
}
.hver:hover{
    color: orangered;
    font-weight:normal;
    text-decoration: underline dotted orangered;
}


table,
th,
td {
  border: 3px none white;
}

th,
td {
  padding: 5px;
  text-align: left;
}

th {
  background-color: #e3e0e0;

}



.academics_sty1 {
  margin-top:10px;
}

.academic-margin {
  margin-left:20px;
  margin-right:20px;
}

     /* Styling for social media */
      /* Add some basic styling for better presentation */
      .smedia {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        margin: 0;
      }
      a {
        margin: 10px;
        text-decoration: none;
        color: #333; /* Change the color as needed */
      }
      img {
        width: 24px; /* Adjust the width as needed */
        height: auto; /* Maintain the aspect ratio */
      }

      */   /* Styling for social media */



      /* FitnessWatch  */


  
      .resource-2 {
        flex: 80%;
        display: flex;
        flex-direction: column;
        padding: 5px 15px;
        position: relative;            /* check why */
      
        background-color: rgb(229, 231, 231);
      }


      .resource-3 {
        flex: 80%;
        display: flex;
        flex-direction: column;
        padding: 5px 15px;
        position:absolute;
       /*  position: relative;            check why */
        background-color: rgb(229, 231, 231);
        top:75px;
        left:250px;
      }
     




      .fit-head0 {
        flex: 70%;
        display: flex;
        flex-direction: column;
        padding-right:50px; 
        position: relative;            /* check why */
      
        background-color: rgb(229, 231, 231);

      }

      
      .resource-4 h2.fit-head {
        margin-top:20px; 
       }
 


      .fit-head {
        text-align:center;
        margin-top:60px;
        color:darkblue;
      }



      .fit-head1 {
        text-align:center;
        margin-top:0;
        color:darkblue;
        margin-bottom:20px;
      }

      .fit-head2 {
        margin-top:5px;
        color:darkblue;
        margin-bottom:10px;
      }
     
      
      
      .fitnesswatch-download {
        font-size: 15px;
        font-weight: bold;
        background-color: rgb(229, 231, 231);
        color: #000;
        padding: 2px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 367px;
        margin-top:15px;
        border:none;

      }
      
      
/*

      body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #f4f4f4;
    }

    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 16px;
        padding: 16px;
    }

    .gallery img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out;
        cursor: pointer;
    }

    .gallery img:hover {
        transform: scale(1.1);
    }

    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        justify-content: center;
        align-items: center;
    }

    .modal img {
        max-width: 80%;
        max-height: 80%;
        border-radius: 8px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }
*/ 

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
  padding: 16px;
}

.gallery img {
  width: 100%;
  height:100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.gallery img:hover {
  transform: scale(1.1);
}




/*  Form */

form {
  max-width: 400px;
  margin: 20px auto;
}

label, input, textarea {
  display: block;
  margin-bottom: 10px;
}

input, textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

button {
  padding: 10px;
  background-color: #4caf50;
  color: #fff;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}



.email-style {
  font-size: 20px !important;
  color: #4caf50 !important;
  font-family: sans-serif !important;
  text-decoration: dotted !important;
  margin-top: 10px !important;
  background-color: red !important;
  text-align: center;
  font-weight: bold;
  margin-left: 30px;
}


