/* * {
  font-family: Nunito, sans-serif;
} */


.jumbotron.blueBG {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    height: 230px; /* fixed height */
    display: flex;
    align-items: center; /* vertically center the content */
    justify-content: center; /* horizontally center the content */
}

.jumbotron.blueBG .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* dark overlay */
    z-index: 1;
}

.jumbotron.blueBG .container {
    position: relative;
    z-index: 2;
}
.content-section {
    text-align: left;
}

.content-section .subTitle {
    font-size: 1.75rem; /* default h2 size */
    font-weight: 700;
    text-transform: uppercase;
    color: #003366; /* dark blue */
    margin-bottom: 15px;
}

.content-section .textBlock {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}
.expertise-section {
    background: linear-gradient(135deg, #1d3c70, #315aa0);
    border-radius: 15px;
}
.expert-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: rgb(255 255 255 / 21%);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    height: 200px; /* fixed height for all cards, adjust as needed */
}



.expert-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
     text-decoration: none;
}
.expert-card .expertIcon {
    width: 60px;
    height: 60px;
    transition: transform 0.3s;
    margin-bottom: 10px;
}
.expert-card:hover .expertIcon {
    transform: scale(1.2);
}

.textBlock {
    font-size: 14px;
}
.fw-bold {
    font-weight: 600;
}
.expert-card .fw-bold {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* maximum 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.white {
    color: #fff;
}
.small-text {
    font-size: 0.9rem;
    opacity: 0.8;
}
.responsive-cell-block {
  min-height: 75px;
}

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.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;
}

.team-head-text {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
}

.team-head-text {
  line-height: 50px;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}
.team-member-image {
    width: 150px;              /* adjust size as needed */
    height: 150px;             /* keep width & height equal for perfect circle */
    border-radius: 50%;        /* makes the image circular */
    object-fit: cover;         /* ensures image covers the circle without distortion */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); /* shadow around the image */
    border: 3px solid #fff;    /* optional: white border around the circle */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* smooth hover effect */
}

.team-member-image:hover {
    transform: scale(1.05);    /* optional: subtle zoom on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35); /* stronger shadow on hover */
}

.container {
  max-width: 1380px;
  /* margin-top: 60px; */
  margin-right: auto;
  /* margin-bottom: 60px; */
  margin-left: auto;
  /* padding-top: 0px; */
  /* padding-right: 30px; */
  /* padding-bottom: 0px; */
  /* padding-left: 30px; */
}

.card {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-right: 25px;
  padding-bottom: 30px;
  padding-left: 25px;
  justify-content: space-between; /* Keeps content aligned */
  height: 100%; /* Fill parent container */
  position: relative;
  border: 1px solid #ccc; /* your card border */
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
}

.card-container {
  width: 280px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 70px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}

.name {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 18px;
  font-weight: 800;
}
.card .text-blk.name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    word-break: break-word; /* allows wrapping if too long */
}

.card .name, .card .position {
    font-weight: 600;
    margin: 5px 0;
    font-size: .6rem;
}

.feature-text {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: rgb(122, 122, 122);
  line-height: 30px;
}

.social-icons {
  width: 70px;
  display: flex;
  justify-content: space-between;
}

.team-image-wrapper {
   width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.team-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
/* Hover effect triggered by hovering on the whole card */
.card:hover .team-image-wrapper img {
    transform: scale(1.1);
}

.card:hover .team-image-wrapper {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
}

.team-member-image {
  max-width: 100%;
}
.service-section {
      padding: 60px 0;
  }

  .service-section:nth-child(even) {
      background: #f8fafc; /* light gray for alternating section */
  }

  .service-section h2 {
      font-size: 32px;
      font-weight: 700;
      color: #003366;
      margin-bottom: 20px;
  }

  .service-section .bullet-points {
      padding-left: 20px;
  }

  .service-section .bullet-points li {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 1.6;
      transition: 0.3s ease;
  }

  .service-section .bullet-points li:hover {
      padding-left: 5px;
      color: #0056b3;
  }

  .service-img {
      max-width: 85%;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  }

/* Responsive adjustments */
@media (max-width: 768px) {
    .card-container {
        max-width: 45%;
        margin: 10px auto;
    }
    .team-image-wrapper {
        width: 100px;
        height: 100px;
    }

    .service-section {
        padding: 40px 0;
    }
    .service-img {
        max-width: 100%;
        margin-bottom: 25px;
    }
    .service-section h2 {
        font-size: 26px;
    }
}


@media (max-width: 500px) {
  .card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
    .card-container {
        max-width: 90%;
    }
    .team-image-wrapper {
        width: 80px;
        height: 80px;
    }
}

@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%;
  }
}