.code-style {
    font-family: 'Courier New', Courier, monospace;
    color: #007acc; /* Blue color for Python code */
    background-color: #f0f0f0; /* Light gray background color */
    padding: 2px 5px; /* Add padding for better readability */
    border-radius: 3px; /* Add rounded corners */
}

/* Custom button styles */
.custom-button {
    cursor: pointer;
    display: inline-block;
    padding: 4px 8px; /* Adjust padding to make the button smaller */
    border: 2px solid #308333; /* Green border */
    background-color: #308333; /* Green background */
    color: white;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    border-radius: 5px; /* Add rounded corners */
}

/* Hover effect */
.custom-button:hover {
    background-color: white;
    color: #308333;
}

/* Focus effect */
.custom-button:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

/* Active effect */
.custom-button:active {
    background-color: #308333; /* Darker green */
    border-color: #308333;
}

.post-item a {
    font-size: 1.5em; /* Increase the font size as needed */
    font-weight: bold;
    text-decoration: none;
    color: #007acc;
  }
  
  .post-item a:hover {
    text-decoration: underline;
  }
  
  .post-meta {
    display: inline-block;
    margin-left: 0.5rem;
    color: #666;
    font-size: 0.9em;
  }
  
  .calendar-icon {
    margin-right: 0.3em;
    color: #007acc; /* Change the color to your preferred one */
    font-size: 1.2em; /* Adjust the size of the icon */
    vertical-align: middle; /* Align the icon with the text */
  }

  .news-container {
    max-height: 250px; /* Adjust the height as needed */
    overflow-y: auto; /* Enable vertical scrolling */
    border: 1px solid #ddd; /* Optional: Add a border for visual separation */
    padding: 10px;
    background-color: #f8f9fa; /* Light gray background for contrast */
    margin-top: 20px; /* Optional: Add some margin on top */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: all 0.3s ease-in-out; /* Smooth transition for hover effect */
  }
  
  .news-container:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
  }
  
 /* .news-container ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
  }
  
  .news-container li {
    margin-bottom: 10px;
  } */
  
  .news-container a {
    color: #007acc; /* Link color */
    text-decoration: none;
    font-weight: bold; /* Make links bold */
  }
  
  .news-container a:hover {
    text-decoration: underline;
  }
  
  .news-container::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
  }
  
  .news-container::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
    border-radius: 10px; /* Rounded corners on the track */
  }
  
  .news-container::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar thumb color */
    border-radius: 10px; /* Rounded corners on the thumb */
  }
  
  .news-container::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker thumb color on hover */
  }
  

  .news-container ul {
    list-style-type: none; /* Remove default list style */
    padding-left: 0;
    margin: 0;
  }
  
  .news-container li {
    margin-bottom: 10px; /* Space between news items */
    position: relative; /* Set position to relative for absolute positioning of bullet */
    padding-left: 20px; /* Add padding for spacing between bullet and text */
  }
  
  .news-container li:before {
    content: "►"; /* Use a bullet character */
    position: absolute; /* Position the bullet absolutely */
    left: 0; /* Position the bullet to the left of the text */
    color: #da552c; /* Bullet color */
    font-size: 16px; /* Adjust bullet size */
    line-height: inherit; /* Match line height of text */
    top: 0.1em; /* Adjust vertical alignment of bullet */
  }

  a {
    color: #007acc;
    text-decoration: none;
  }

   a:hover {
    color: #005fa3;
    text-decoration: underline;
  }

  /* Style for the about-container */
.about-container {
    max-height: 510px; /* Adjust the height as needed */
    overflow-y: auto; /* Enable vertical scrolling */
    border: 1px solid #ddd; /* Optional: Add a border for visual separation */
    padding: 10px;
    background-color: #f8f9fa; /* Light gray background for contrast */
    margin-top: 20px; /* Optional: Add some margin on top */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: all 0.3s ease-in-out; /* Smooth transition for hover effect */
}

.about-container:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

.about-container a {
    color: #007acc; /* Link color */
    text-decoration: none;
    font-weight: bold; /* Make links bold */
}

.about-container a:hover {
    text-decoration: underline;
}

.about-container::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

.about-container::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
    border-radius: 10px; /* Rounded corners on the track */
}

.about-container::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar thumb color */
    border-radius: 10px; /* Rounded corners on the thumb */
}

.about-container::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker thumb color on hover */
}

.about-container ul {
    list-style-type: none; /* Remove default list style */
    padding-left: 0;
    margin: 0;
}

.about-container li {
    margin-bottom: 10px; /* Space between items */
    position: relative; /* Set position to relative for absolute positioning of bullet */
    padding-left: 20px; /* Add padding for spacing between bullet and text */
}

.about-container li:before {
    content: "►"; /* Use a bullet character */
    position: absolute; /* Position the bullet absolutely */
    left: 0; /* Position the bullet to the left of the text */
    color: #da552c; /* Bullet color */
    font-size: 16px; /* Adjust bullet size */
    line-height: inherit; /* Match line height of text */
    top: 0.1em; /* Adjust vertical alignment of bullet */
}







/* General styles for the Hobbies page */
.page-hobbies {
  font-family: 'Georgia', serif;  /* Elegant, professional font */
  margin: 0;
  padding: 30px 20px;
  background-color: #f9f9f9;  /* Light gray background */
  color: #333;  /* Dark text for readability */
  border-radius: 10px;  /* Rounded corners for a soft look */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Page title */
.page-hobbies h1 {
  text-align: center;
  font-size: 2.2rem;
  color: #2c3e50;  /* Slightly darker shade for the title */
  font-weight: bold;
  margin-bottom: 30px;
}

/* Paragraph styling */
.page-hobbies p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;  /* Lighter gray for regular text */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 20px;
  background-color: white;
  border-left: 5px solid #3e8e41;  /* Accent border for emphasis */
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);  /* Soft shadow */
}

/* Styling links */
.page-hobbies a {
  color: #3498db;  /* Primary blue color for links */
  text-decoration: none;
  font-weight: normal;
}

.page-hobbies a:hover {
  text-decoration: underline;
}

/* Hobbies list styling */
.page-hobbies ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 20px;
}

.page-hobbies li {
  font-size: 1.2rem;
  margin-bottom: 18px;
  background-color: #ffffff;
  padding: 12px 15px;
  border: 1px solid #ecf0f1;  /* Light border for list items */
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);  /* Subtle shadow */
  transition: all 0.3s ease;  /* Smooth hover effect */
}

.page-hobbies li:hover {
  background-color: #ecf0f1;  /* Light gray background on hover */
  border-color: #3498db;  /* Muted indigo-blue border color on hover */
}

.page-hobbies li::before {
  content: "➤ ";  /* A more intellectual-looking bullet point */
  color: #3498db;  /* Muted indigo-blue bullet point */
  font-size: 1.5rem;
}

/* Alternative: Olive Green Option */
.page-hobbies.olive-green li:hover {
  background-color: #ecf0f1;  /* Light gray background on hover */
  border-color: #3e8e41;  /* Olive green border color on hover */
}

.page-hobbies.olive-green a {
  color: #3e8e41;  /* Olive green color for links */
}

.page-hobbies.olive-green li::before {
  color: #3e8e41;  /* Olive green bullet point */
}

/* Responsive design */
@media (max-width: 768px) {
  .page-hobbies {
      padding: 20px;
  }

  .page-hobbies h1 {
      font-size: 1.8rem;
  }

  .page-hobbies p {
      font-size: 1rem;
  }

  .page-hobbies li {
      font-size: 1.1rem;
  }
}




















.university-logos {
  display: flex;
  flex-wrap: wrap;              /* ✅ allows wrapping when space is tight */
  justify-content: flex-start;      /* ✅ center items horizontally */
  gap: .1rem;                    /* spacing between logos */
  margin: 1rem auto;
  max-width: 100%;
}

/* Logo container (circle) */
.logo-circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

/* Logo image */
.university-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.affiliation-logos {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
  padding: 8px 0;
  margin-bottom: 8px;
}

.affiliation-logo {
  height: 72px;
  width: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.affiliation-logo:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}








.responsive-icon-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}

/* Image stays a good size and shrinks on smaller screens */
/* Base style */
.responsive-icon {
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: auto;
}

/* Per-image customizations */
.img-small { width: 250px; }
.img-medium { width: 220px; }
.img-large { width: 300px; }
.img-Large { width: 400px; }
/* Optional: hover effect for interactivity */
.responsive-icon:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Content beside image */
.responsive-content {
  flex: 1;
  min-width: 200px;
}

/* Button group */
.button-row {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}




.project-table.no-border {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

.project-table.no-border td {
  border: none;
  vertical-align: top;
  padding: 10px;
}

.project-table.with-border {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.project-table.with-border td {
  border: 1px solid #ddd;
  vertical-align: top;
  padding: 10px;
}

.project-img-cell {
  width: 300px;
  text-align: center;
}

.project-image.small-img {
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: auto;
}
