#fluentform_2,
#fluentform_2_success,
#rum_sst_tab {
  font-family: "Aeonik-Trial", sans-serif !important;
}

.rum_sst_contents {
  position: fixed;
  margin: 0;
  padding: 10px 30px !important;
}

/* team Page CSS */
.team-section {
  text-align: center;
  margin: 0 auto;
  padding: 2rem;
}

.heading-section {
  padding: 24px 0;
  text-align: left;
}

.heading-section h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  gap: 24px;
}

.team-leader {
  max-width: 40% !important;
}

.team-member {
  max-width: 28%;
  width: 100%;
  display: flex;
  background: #fbfbfb;
  padding: 12px;
  box-shadow: 10px 10px 10px -10px #00000050;
  border-radius: 8px;
}

.team-leader img {
  max-width: 50% !important;
}

.team-member img {
  width: 100%;
  max-width: 40%;
  object-fit: cover;
  border-radius: 8px;
}

.team-member-info {
  padding: 16px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  align-content: flex-start;
}

.team-member .member-name {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #2477b7;
  margin: 0;
}

.team-member .member-profession {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.team-member .member-details {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  margin-bottom: 16px;
}

.team-member .icon-image img {
  width: 40px;
  border-radius: 0;
}

.icon-image {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  width: 100%;
}

/* Team Boxs */
.team-boxs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-end;
  justify-content: flex-start;
  gap: 24px;
  align-items: flex-end;
}

.team-leader-box {
  max-width: 30%;
  width: 100%;
  height: 600px;
  background: #fbfbfb;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  box-shadow: 10px 10px 10px -10px #00000050;
  border-radius: 8px;
}

.team-member-box {
  max-width: 20%;
  width: 100%;
  height: 440px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fbfbfb;
  padding: 12px;
  box-shadow: 10px 10px 10px -10px #00000050;
  border-radius: 8px;
}

.team-member:hover,
.team-leader-box:hover,
.team-member-box:hover {
  box-shadow: 10px 10px 10px -10px #00000080 !important;
}

.team-leader-img {
  max-width: 100%;
  width: 100%;
}

.team-leader-img img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.team-member-box img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.team-member-info-box {
  text-align: left;
  max-width: 100%;
  width: 100%;
}

.team-member-name {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #2477b7;
  margin-bottom: 0;
}

.team-member-profession {
  font-family: "Aeonik-Trial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.team-member-info-box .icon-image {
  max-width: 20px;
  width: 100%;
}

.icon-image img {
  max-width: 100%;
  width: 100%;
}

.team-member:hover,
.team-leader-box:hover,
.team-member-box:hover {
  box-shadow: 14px 14px 14px -14px #00000090 !important;
}

.team-member,
.team-leader-box,
.team-member-box {
  transition: box-shadow 0.5s ease;
}

/* Portfolio Page */
.portfolio-dropdown {
  padding: 12px 0;
}

.portfolio-dropdown select {
  max-width: 15% !important;
  width: 100% !important;
  font-size: 16px;
  line-height: 24px;
  font-family: "Aeonik-Trial", sans-serif;
  padding: 6px;
  border-radius: 5px;
}

.portfolio-dropdown select:focus {
  border: #000 1px solid;
}
.portfolio-dropdown select:active {
  border: #000 1px solid;
}
.portfolio-dropdown select:hover {
  border: #000 1px solid;
}

/* Full-page route loader */
.route-loading {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  z-index: 9999;
}

.route-spinner {
  width: 56px;
  height: 56px;
  border: 4px solid rgba(41, 104, 178, 0.2);
  border-top-color: #2968b2;
  border-radius: 50%;
  animation: route-spin 1s linear infinite;
}

@keyframes route-spin {
  to {
    transform: rotate(360deg);
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
