* {
  font-family: Nunito, sans-serif;
}

/* Basic Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Navbar */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #2A3688;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.nav-logo {
  font-size: 1.9rem;
  text-decoration: none;
  color: #f1f1f1;
  font-weight: bold;
}

.nav-links {
  display: flex;
  gap: 1rem;
}

.nav-button {
  text-decoration: none;
  color: #f1f1f1;
  padding: 0.5rem 1rem;
}





/* Main Content */
main{
    flex: 1;
}

body{
  background-color: #a3cefc;
}

.content {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.section {
  padding: 2rem 0;
}

.section-title {
  border-bottom: 2px solid lightgray;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.section-description {
  line-height: 1.2;
  font-size: 1.2 rem;
}

/* Team Section */
.team-section {
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.team-section .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid lightgray;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.team-member {
  border-radius: 8px;
  padding: 1rem;
  width: 250px;
  text-align: center;
  box-shadow: 0 10px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.team-member:hover {
  transform: translateY(-10px);
}

.text-blk {
  margin: 0;
  padding: 0;
}




.team-photo {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.team-role {
  font-style: italic;
  color: #000000;
  margin: 0.5rem 0;
}

.team-bio {
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
}

.team-contact {
  background-color: #2A3688;
  color: white;
  border: none;
  padding: 0.5rem 0.5rem;
  margin-top: 1rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
}

.team-contact:hover {
  background-color: #1d2665;
}

.feature-text {
  font-size: 28px;
  font-weight: 600;
  color: #000; 
  text-align: center;
  margin: 0;
  letter-spacing: 0.5px;
  font-family: 'Nunito', sans-serif;
}

.position {
  font-size: 25px;
  font-weight: 700;
  color: rgb(0, 135, 177);
  margin: 0;
  text-align: center; 
  margin-bottom: 6px;
}

.dept {
  display: block;
  font-size: 18px;
  color: #666; 
  font-weight: 600;
  margin-top: 5px;
}

.team-member .text-blk .name {
  color: black;
  font-weight: 700;
  font-size: 20px; 
}

.social-media-links {
  margin-top: 2px; /* reduce if there's too much gap above icons */
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-blk.name {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 4px; /* ↓ reduce space below name */
  text-align: center;
  color: black;
}

.text-blk.position {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 6px; /* ↓ reduce space before icons */
  text-align: center;
}

a {
  text-decoration: none;
}


/*footer*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  display: flex;
  align-items: center;
  flex-direction: column;
}

footer {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
  background-color: #2A3688;
}

.footercontainer {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrapper {
  flex-direction: row;
  flex-wrap: wrap;
}

.wrapper .footer-widget {
  width: 20%;
  margin: 0 5px 20px;
  padding: 0 5px;
}

.wrapper .footer-widget:nth-child(1) {
  width: 34%;
  margin-right: 5px;
}

.wrapper .footer-widget .logo {
  margin-bottom: 30px;
  vertical-align: middle;
  width: 100px;
  height: auto;
}


.wrapper .footer-widget p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
  color: #f1f1f1;
  width: 420px;
  text-align: justify;
}

.wrapper .footer-widget .socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wrapper .footer-widget .socials li {
  list-style: none;
}



.wrapper .footer-widget .socials li a {
  width: 33px;
  height: 33px;
  margin-right: 10px;
  color: #f1f1f1;
  background-color: #2A3688;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}


.wrapper .footer-widget h6 {
  position: relative;
  margin: 10px 0 35px;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
}





.copyright-wrapper {
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  text-align: center;
}

.copyright-wrapper p {
  margin: 0;
  color: #f1f1f1;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

/* Media Queries */
@media (max-width: 992px) {
  .container {
    max-width: 960px;
  }

  .wrapper .footer-widget,
  .wrapper .footer-widget:nth-child(1) {
    width: calc(50% - 30px);
  }
  .copyright-wrapper p {
    line-height: 28px;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    flex-direction: column;
    width: 100%;
    margin-top: 0.5rem;
  }

  .nav-button {
    width: 100%;
    padding: 0.75rem;
    text-align: left;
  }

  .header-text {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }

  .wrapper .footer-widget,
  .wrapper .footer-widget:nth-child(1) {
    width: 100%;
    margin: 0 10px 50px;
  }
  .wrapper .footer-widget p {
    width: 100%;;
  }

  .navbar {
    padding: 0.5rem;
  }

  .nav-logo {
    font-size: 1.5rem;
  }

  .nav-links {
    gap: 0.5rem;
  }

  .header-text {
    padding: 1rem;
    font-size: 1.2rem;
  }

  .brand-box {
    padding: 0.3rem 0.6rem;
  }

  .brand-name {
    font-size: 1rem;
  }
}



/* Show hamburger only on small screens */
.hamburger {
  display: none;
}

/* Default hide nav links */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
     transition: all 0.3s ease;
  z-index: 1001;
  }

  .hamburger span {
    width: 25px;
    height: 3px;
    background: #f1f1f1;
    border-radius: 2px;
    transition: 0.3s ease;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #2A3688;
    margin-top: 1rem;
  }

  .nav-links.active {
    display: flex; /* THIS IS CRITICAL */
  }

  .nav-button {
    padding: 1rem;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

}
body {
  font-family: "Open Sans", sans-serif;

}


.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.responsive-cell-block {
  min-height: 75px;
}

.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: space-evenly;
}

.outer-container {
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px;
  background-color: rgb(244, 252, 255);
}

.inner-container {
  max-width: 1320px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.section-head-text {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  color: rgb(0, 135, 177);
  margin: 0 0 10px 0;
}

.section-subhead-text {
  font-size: 25px;
  color: rgb(153, 153, 153);
  line-height: 35px;
  max-width: 470px;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px;
}

.img-wrapper {
  width: 100%;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.social-media-links {
  width: 125px;
  display: flex;
  justify-content: space-between;
}

.name {
  font-size: 25px;
  font-weight: 700;
  color: rgb(102, 102, 102);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.position {
  font-size: 25px;
  font-weight: 700;
  color: rgb(0, 135, 177);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.team-img {
  width: 100%;
  height: 100%;
}

.team-card-container {
  width: 280px;
  margin: 0 0 40px 0;
}

@media (max-width: 500px) {
  .outer-container {
    padding: 10px 20px 10px 20px;
  }

  .section-head-text {
    text-align: center;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}

.img-wrapper {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2; /* optional placeholder bg */
  margin-bottom: 8px;
}

.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body {
  background-color: #c4d9f0; /* Light blue - you can change the hex to any shade */
}


.top-gap {
  margin-top: 120px; /* Or adjust to 150px, 200px if you want more gap */
}





