
  /* ------------------------------------------------- */

  /* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    height: 100%;
  }
  
  /* Header Styles */
  .header {
    background-color: #1c4587;
    color: white;
  }
  .heading{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1c4587;
  }
  
  .announcement {
    background: yellow;
    color: #000;
    text-align: center;
    padding: 20px 0;
  }
  
  .announcement .btn {
    background-color: #1c4587;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
  }

  footer {
    position:fixed;
    left:0px;
    bottom:0px;
    padding: 20px 0;
    width:100%;
    background:#999;
    text-align: center;
 }

  .left-justified {
    text-align: left;
    margin: 0 auto; /* Centers the div horizontally */
    width: 95%; /* Adjust the width as needed */
}
  
 /* Navbar Styles */

 .hamburger {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  color: white;
}

.navbar {
    display: flex;
    justify-content: flex-end; /* Align the entire navbar content to the right */
    align-items: center;
    padding: 10px 10px;
    
  }
  
  .navbar .logo {
    margin-right: auto; /* Keep the logo on the left side */
  }
  
  .navbar ul {
    display: flex;
    list-style: none;
  }
  
  .navbar ul li {
    margin-left: 20px;
  }
  
  .navbar ul li a {
    color: white;
    text-decoration: none;
    font-weight: 200;
    font-size: 1.25rem;
  }
  
  
  /* Main Content */
  .main-content {
    text-align: center;
    /* padding: 50px 20px; */
  }
  .main-content .heading {
    font-size: 10rem;
    font-weight: 200;
    color: #1c4587;
  }
  
  .main-content h1 {
    font-size: 2.5rem;
    color: #1c4587;
  }
  
  .main-content h2 {
    font-size: 1.5rem;
    color: #333;
    margin: 20px 0;
  }

  .main-content p {
    font-size: 1.5rem;
    color: #333;
  }
  .main-content ul, li {
    font-size: 1.5rem;
    color: #333;
  }
  
  .graphic {
    margin-top: 30px;
  }
  
  .graphic img {
    max-width: 100%;
    height: auto;
    width: 30%;
  }
  .project_partners {
    max-width: 100%;
    height: auto;
    width: 40%;
    padding: 20px 0;
  }

  .section{
    padding: 50px 0;
  }

  .section2{
    padding: 50px 0;
  }

  .list{
    font-size: 1.5rem;
    color:#333;
  }

  .features{
    background-image: url('../images/blue_bg.png'); /* Replace with the actual path to your PNG image */
    background-repeat: repeat; /* Repeat the image both horizontally and vertically */
    display: flex;
    justify-content: center; /* Align the entire navbar content to the right */
    align-items: center;
    padding: 100px 0;
    color:white;
    font-size: 2rem;
  }

  .separator {
    border: 0; /* Remove the default border */
    height: 1px; /* Set the height of the line */
    background-color: #8b8a8a26; /* Set the color of the line */
    margin: 20px 0; /* Optional: Add spacing around the line */
    width: 100%;
    align-items: center;
}
.container {
  background-color: #fff;
    width: 75%;
    margin: 0 auto;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
    justify-content: center; /* Center the container */
    padding: 20px;
    flex: 1; 
}

.profile {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  position:relative;
}
.profile img {
  max-width: 150px;
  margin-right: 20px;
}
.profile-content {
  flex: 1; /* Ensure the text content takes the remaining space */
}
.profile-content h2 {
  color: #1c4587;
  font-size: 24px;
  margin-bottom: 10px;
}
.profile-content p {
  margin-bottom: 10px;
  color: #333;
  text-align: left;
  padding: auto;
}



.view-teams {
 
  /* top: 20px;
  right: 0; */
  font-size: 1rem;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.view-teams:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------------------ */
/* * {
  font-family: Nunito, sans-serif;
} */

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
  color: #1c4587;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.responsive-cell-block {
  min-height: 75px;
}

.container {
  max-width: 1380px;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.team-head-text {
  font-size: 2em;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #1c4587;
}

.name {
  font-size: 18px;
  margin-top: 11px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: 700;
}

.position {
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.team-card-container {
  width: 263px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
}

.teamcard-container {
  justify-content: space-evenly;
}

.team-card{
  text-align: center;
}

.team-img-wrapper {
  border-radius: 50%;        /* Makes the wrapper circular */
  overflow: hidden;          /* Ensures the image doesn't overflow the circle */
  width: 150px;              /* Fixed width */
  height: 150px;             /* Fixed height for the circle */
  margin: 0 auto;            /* Centers the image wrapper */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #1c4587; /* Adds a border around the circle */
}

.team-img {
  width: 100%;               /* Ensures the image fills the wrapper */
  height: 100%;              /* Ensures the image fills the wrapper */
  object-fit: cover;         /* Ensures the image covers the area without stretching */
  filter: grayscale(100%);   /* Makes the image black and white */
  transition: filter 0.5s ease; /* Smooth transition effect */
}

.team-img-wrapper:hover .team-img {
  filter: grayscale(0%);     /* Restores color on hover */
}


.download-btn {
  display: inline-block;
  background-color: #1c4587;  /* Button background color */
  color: white;               /* Button text color */
  padding: 10px 20px;         /* Padding inside the button */
  border-radius: 5px;         /* Rounded corners */
  text-decoration: none;      /* Removes underline from the link */
  font-size: 1rem;            /* Font size */
  font-weight: bold;          /* Bold text */
  transition: background-color 0.3s ease;  /* Smooth hover effect */
}

.download-btn:hover {
  background-color: #163a70;  /* Darker shade on hover */
  text-decoration: none;      /* Keep underline off on hover */
}


/* ---------------------------------------------------------------------------------- */
  
  /* Responsive Design */
 /* Responsive Design */
 @media (max-width: 768px) {
  /* Stack navbar items vertically */
  .navbar ul {
    display: none;
    flex-direction: column;
    background-color: #1c4587;
    width: 100%;
    text-align: center;
  }

  .navbar ul.active {
    display: flex;
  }

  .hamburger {
    display: block;
  }

  .navbar ul li {
    margin: 15px 0;
  }

  .main-content .heading {
    font-size: 2rem;
    font-weight: 800;
    color: #1c4587;
  }

  /* Resize the main content text */
  .main-content h1 {
      font-size: 2rem; /* Smaller font size */
  }


  .main-content h2 {
      font-size: 1.2rem;
  }

  .main-content {
    width: 100%;
    padding: 10px;
  }

  .graphic img {
    width: 100%; /* Ensure the image is responsive on smaller screens */
    max-width: none;
  }


  /* Adjust footer padding and text size for small screens */
  footer {
      padding: 10px 0;
      font-size: 0.9rem;
  }

  /* Style the list items in a stacked format */
  .list {
      font-size: 1.3rem;
  }

  .project_partners {
      width: 80%; /* Make the project partner image responsive */
  }

  .profile {
    flex-direction: column; /* Stack the images and content vertically */
    text-align: center;  /* Center the text */
  }
  
  .profile img {
    margin-bottom: 10px; /* Add space between stacked images */
  }
  
  /* Ensure the profile content takes the full width and is placed below the image */
  .profile .profile-content {
    max-width: 100%; /* Ensure content takes full width */
    text-align: center; /* Center the content */
  }
  
  /* Adjust profile container for small screens */
  .profile {
    margin-bottom: 20px; /* Add space between each profile */
    padding-bottom: 20px; /* Ensure some spacing below the profile */
  }

  .features{
    padding: 10px 0;
    color:white;
    font-size: 2rem;
  }
  .container {
    margin-top: 0px;
  }

  .teamcard-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;  /* Center the team cards horizontally */
    align-items: center;      /* Center them vertically if needed */
  }

  .team-card-container {
    margin: 10px;             /* Add spacing between cards */
  }

  .team-img-wrapper {
    max-width: 80%;           /* Adjust image size for better fit */
    margin: 0 auto;           /* Center the image wrapper */
  } 

  .download-btn {
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    margin-bottom: 10px;
  }
}


@media (max-width: 500px) {
/* Further adjustments for very small screens */
.main-content .heading {
  font-size: 1rem;
  font-weight: 600;
  color: #1c4587;
}
.main-content h1 {
    font-size: 1.5rem; /* Smallest font size */
}

.main-content h2 {
    font-size: 1rem;
}

.graphic img {
    width: 100%; /* Full width for images on very small screens */
}

.navbar ul {
  display: none;
  flex-direction: column;
  background-color: #1c4587;
  width: 100%;
  text-align: center;
}

.navbar ul.active {
  display: flex;
}

.hamburger {
  display: block;
}

.navbar ul li {
  margin: 15px 0;
}

.section {
    padding: 30px 10px; /* Reduce padding */
}

footer {
    padding: 10px;
    font-size: 0.8rem;
}

.container {
    width: 90%; /* Increase container width on small screens */
    padding: 10px;
}

.profile {
  flex-direction: column; /* Stack images and content vertically */
  text-align: center;
}

.profile img {
  margin-bottom: 10px; /* Add space between stacked images */
}

.profile .profile-content {
  max-width: 100%;
  padding: 10px; /* Padding to ensure content isn't crammed */
}
.team-img-wrapper {
  border-radius: 50%;       /* Makes the wrapper circular */
  overflow: hidden;         /* Ensures the image doesn't overflow the circle */
  width: 150px;             /* Set a fixed width */
  height: 150px;            /* Set a fixed height for the circle */
  margin: 0 auto;           /* Centers the image wrapper */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #1c4587; /* Optional: Adds a border around the circle */
}
.download-btn {
  display: flex;
  flex-direction: column; /* Stack buttons vertically */
  margin-bottom: 10px;
}
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 20px;
  }

  .section h1 {
    font-size: 20px;
  }

  .main-content .heading {
    font-size: 2rem;
    font-weight: 600;
    color: #1c4587;
  }

  .features{
    padding: 10px 0;
    color:white;
    font-size: 2rem;
  }
  .container {
    margin-top: 0px;
  }
  .download-btn {
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    margin-bottom: 10px;
  }
}

@media (max-width: 390px) {
/* Adjust fonts and padding for small screens */
.navbar ul {
  display: none;
  flex-direction: column;
  background-color: #1c4587;
  width: 100%;
  text-align: center;
}

.navbar ul.active {
  display: flex;
}

.hamburger {
  display: block;
}

.navbar ul li {
  margin: 15px 0;
}

.main-content .heading {
  font-size: 2rem;
  font-weight: 800;
  color: #1c4587;
}

.main-content h1 {
    font-size: 1.75rem; /* Smaller headline size */
    margin-bottom: 20px;
}

.main-content h2 {
    font-size: 1.2rem;
    margin: 10px 0;
}

.graphic img {
    width: 90%; /* Allow image to take up more screen width */
}

footer {
    padding: 10px 0;
    font-size: 0.8rem;
}

.container {
    width: 90%;
    padding: 10px;
}

/* Fixing layout for small screen sizes */
.section {
    padding: 30px 10px;
}
.download-btn {
  display: flex;
  flex-direction: column; /* Stack buttons vertically */
  margin-bottom: 10px;
}

}
  
  