:root {
  --light: #fff;
  --dark: #000;
  --text-1: #022e2f;
  --text-2: #1b4244;
  --text-3: #406163;
}

/* Final home css  */
body {
  background-color: #f9faff;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 350;
}





h1,
h2,
h3,
h4 {
  font-family: var(--twk-font);
}

h1 {
  font-size: clamp(40px, 3vw, 64px);
  letter-spacing: -0.04em;
  line-height: 1.15;
  font-weight: 550;
}

h2 {
  color: var(--text-1);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  font-weight: 450;
  letter-spacing: -0.03em;
}

h3 {
  font-size: 20px;
  line-height: 1.15;
  color: var(--text-2);
  font-weight: 450;
  letter-spacing: -0.02em;
}

p {
  font-size: 16px;
  font-weight: 350;
  color: var(--text-3);
  line-height: 1.6;
}

h1.banner-title {
  background: linear-gradient(90deg,
      #576bff 0.92%,
      #ecf3ff 50.46%,
      #576bff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: clamp(9px, 2vw, 16px);
}

.common-banner-section h1.banner-title {
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}

.padding-tb {
  padding: clamp(50px, 5vw, 80px) 0;
}

.padding-b {
  padding-bottom: clamp(50px, 5vw, 80px);
}

.padding-t {
  padding-top: clamp(50px, 5vw, 80px);
}

.bin-btn {
  white-space: nowrap;
  line-height: 1.4;
}

.bin-heading h2,
.section-wrap h2 {
  margin-bottom: clamp(6px, 1.7vw, 14px);
}

.bin-heading p,
.section-wrap p {
  font-size: clamp(14px, 1.5vw, 16px);
}

.section-wrap {
  margin-bottom: clamp(30px, 3vw, 64px);
  max-width: 550px;
}

.section-wrap.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.content__area #ez-toc-container {
  display: none;
}

.content__area>img:not(:last-child) {
  margin-bottom: 25px;
}

.content__area p:not(:last-child) {
  margin-bottom: clamp(10px, 2vw, 16px);
}

.content__area ol,
.content__area ul {
  list-style: disc;
  margin: 12px 0;
  padding: 0 0 0 24px;
}

.content__area ol li,
.content__area ul li {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
}

.content__area ol li:not(:last-child),
.content__area ul li:not(:last-child) {
  margin-bottom: 8px;
}

.content__area h2,
.content__area h3 {
  margin-bottom: clamp(14px, 2vw, 18px);
}

.content__area p:has(+ h2),
.content__area p:has(+ h3) {
  margin-bottom: clamp(20px, 2vw, 25px) !important;
}

.content__area h2:last-child,
.content__area h3:last-child,
.content__area ul:last-child {
  margin-bottom: 0;
}

.site-header {
  padding: 15px 0;
}

.site-header.scrolled {
  padding: 10px;
  background: transparent !important;
}

.site-header .custom-logo {
  padding: 0;
}

.site-header.scrolled .main-navigation ul>li>a {
  /* color: var(--text-2); */
  color: #fff;
}

.home-work-section {
  background: #105e60;
}

.home-work-section .bin-heading h2 {
  color: var(--light);
}

.home-work-section .bin-heading p {
  color: #c3d7d7;
}

.home-work-section .bin-btn {
  margin: clamp(30px, 3vw, 45px) auto 0;
  display: flex;
  justify-content: center;
  width: fit-content;
}

.about-bin-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: clamp(10px, 3vw, 24px);

  overflow: hidden;
  padding: clamp(20px, 3vw, 60px) clamp(0px, 4vw, 60px);
}

.about-bin-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #5ab8ec 0%, #344099 100%);
  opacity: 0.6;
}

.about-bin-wrapper .bin-heading {
  max-width: 713px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.about-bin-section .bin-heading h2 {
  font-size: clamp(30px, 3vw, 32px);
}

.blur-layer {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%,
      rgba(0, 0, 0, 1) 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%);

  z-index: 1;
}

.about-bin-wrapper h2 {
  color: var(--light);
}

.about-bin-wrapper p {
  color: #fff;
  opacity: 80%;
}

.we-do-section .bin-heading {
  display: flex;
  align-items: start;
  gap: 45px;
  justify-content: space-between;
  text-align: unset;
}

.we-do-section .bin-heading h2 {
  text-align: unset;
  max-width: 443px;
}

.we-do-section .bin-heading p {
  text-align: unset;
  max-width: 460px;
  margin: 0;
}

.we-do-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}

.we-do-wrapper ul.tabs {
  max-width: 282px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.we-do-wrapper ul.tabs li {
  border: 1px solid #0000001f;
  background-color: #f9faff;
  border-radius: 12px;
  color: var(--text-1);
  color: var(--text-2);
  font-size: 14px;
  font-weight: 450;
  font-family: var(--twk-font);
  padding: clamp(10px, 1.5vw, 15px);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.we-do-wrapper ul.tabs li:not(:last-child) {
  margin-bottom: 12px;
}

.we-do-wrapper ul.tabs li .icon {
  min-width: 33px;
  width: 33px;
  height: 33px;
  border-radius: 8px;
  background-color: #ecedf8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.we-do-wrapper ul.tabs li.active .icon {
  background-color: var(--light);
}

.we-do-wrapper ul.tabs li .icon img {
  max-width: 23px;
  max-height: 23px;
}

.we-do-wrapper ul.tabs li.active {
  color: var(--light);
  transition: all 0.3s ease-in-out;
  /*background:    linear-gradient(180deg,      rgba(92, 237, 224, 0.6) 0%,      rgba(52, 135, 128, 0) 60.71%),    #576bff;
  */
  border: 1px transparent !important;
  z-index: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}


.we-do-wrapper ul.tabs li.active::before,
.all-event-section ul.tabs li.active::before,
.leadership-team-section ul.tabs li.active::before,
.our-work-section ul.tabs li.active::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(92, 237, 224, 0.6) 0%, rgba(52, 135, 128, 0) 60.71%), #576bff;
  opacity: 0;
  transition: opacity .35s ease;
  z-index: -1;
  -webkit-transition: opacity .35s ease;
  -moz-transition: opacity .35s ease;
  -ms-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
}

.we-do-wrapper ul.tabs li.active::before,
.all-event-section ul.tabs li.active::before,
.leadership-team-section ul.tabs li.active::before,
.our-work-section ul.tabs li.active::before {
  opacity: 1;
}

.we-do-wrapper ul.tabs li.active:hover {
  background: linear-gradient(180deg, rgba(92, 237, 224, 0.6) 0%, rgba(52, 135, 128, 0) 60.71%), #576bff;
}

.we-do-wrapper ul.tabs li:hover {
  background: var(--new-hover);
}

.we-do-wrapper ul.tabs li.active {
  border: 0;
}



.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.we-do-wrapper .featured-image img {
  width: 100%;
  height: 100%;
  border-radius: clamp(10px, 3vw, 24px);
  ;
  object-fit: cover;
}

.we-do-wrapper .tab-content>div:not(:last-child) {
  margin-bottom: clamp(25px, 3vw, 40px);
}

.we-do-section .entry-content {
  max-width: 738px;
  width: 100%;
}

.we-do-wrapper .tab-content h3 {
  font-size: clamp(20px, 3vw, 22px);
  color: var(--text-1);
  color: var(--text-2);
  font-weight: 550;
  font-family: var(--twk-font);
  margin-bottom: 8px;
}

.we-do-wrapper .tab-content p,
.we-do-wrapper .tab-content ul li {
  font-size: clamp(14px, 1.5vw, 16px);
  color: var(--text-3);
  font-family: var(--twk-font);
  font-weight: 350;
}

.we-do-wrapper .tab-content ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.we-do-wrapper .tab-content ul li {
  position: relative;
  padding-left: 38px;
  line-height: 1.4;
}

.we-do-wrapper .tab-content ul li:not(:last-child) {
  margin-bottom: 12px;
}

@media (min-width:768px) {


  .we-do-section .we-do-wrapper ul.tabs {
    position: sticky;
    top: 100px;
  }
}

.we-do-wrapper .tab-content ul li::before {
  content: url(../img/tick.svg);
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d5ebef;
  transform: translateY(-50%);
}

.learn-more {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  border: 1px solid #00000033;
  background: #ffffff99;
  border-radius: 12px;
  padding: 10px 15px;
  color: #1b4344 !important;
  font-size: 14px;
  font-weight: 550;
  margin-top: 30px;
  transition: all .3s ease-in-out;
}

.learn-more.bin-btn .arrow::before {
  border: solid #1b4344;
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
}

.learn-more.bin-btn:hover .arrow {
  background: #1b4344;
}

.learn-more.bin-btn .arrow {
  background: #fff;
}

.learn-more.bin-btn:hover {
  backdrop-filter: blur(27.600000381469727px);
  background: var(--new-hover);
}

.we-do-wrapper .bin-btn.learn-more:hover {
  background: var(--new-hover) !important;
  /* color: var(--secondary-color) !important; */
}

.we-do-wrapper .learn-more.bin-btn:hover .arrow {
  background: var(--heading);
}

.we-do-wrapper .learn-more.bin-btn:hover .arrow::before {
  border-color: var(--heading);
}

.why-us-section {
  background: linear-gradient(180deg, #ffffff 0%, #f9faff 100%);
}

.why-us-section .bin-heading {
  max-width: 553px;
}

.why-us-section .bin-heading h2,
.why-us-section .bin-heading p {
  text-align: unset;
}

.why-us-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-us-wrapper>div {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.why-us-wrapper>div:nth-child(1) {
  grid-column: span 2;
  flex-direction: row;
  gap: 33px;
  align-items: center;
}

.why-us-container:nth-child(2) {
  background: linear-gradient(130deg, rgba(179, 230, 236, 0.3) 0%, rgba(164, 168, 226, 0.3) 100%);
}

.why-us-container:nth-child(3) {
  background: linear-gradient(75.41deg, rgba(43, 214, 205, 0.199) 0.7%, rgba(42, 45, 216, 0.226) 99.8%);
  ;
}

.why-us-container:nth-child(4) {


  background: linear-gradient(125.41deg, rgba(43, 214, 205, 0.233) 0.7%, rgba(42, 45, 216, 0.205) 99.8%);

}

.why-us-container:nth-child(4) {
  background: linear-gradient(125.41deg, rgba(43, 214, 206, 0.3) 0.7%, rgba(42, 46, 216, 0.3) 99.8%);

}



.why-us-container {
  background: linear-gradient(180deg,
      rgba(179, 230, 236, 0.3) 0%,
      rgba(164, 168, 226, 0.3) 100%);
  position: relative;
  border-radius: clamp(10px, 3vw, 24px);
  ;
  padding: 25px;
  transition: transform .35s ease, box-shadow .35s ease;
}

.why-us-container:hover {
  box-shadow: 0px 5px 11px #d7d8f6cc;
  transform: translateY(-10px) !important;
}

.why-us-container::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(125.41deg,
      rgba(43, 214, 206, 0.3) 0.7%,
      rgba(42, 46, 216, 0.3) 99.8%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.why-us-wrapper>div:nth-child(1) .entry-content {
  max-width: 280px;
  width: 100%;
}

.why-us-wrapper .entry-content h3 {
  color: #194345;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 450;
  margin-bottom: 10px;
}

.why-us-wrapper .entry-content p {
  font-size: 14px;
  color: #022e2f;
}

.why-us-container .featured-image img:first-child {
  margin-left: 0px;
}

.why-us-container .featured-image img:last-child {
  margin-top: -50px;
  margin-left: auto;
}

.why-us-container .featured-image img {
  object-fit: scale-down;
}

.why-us-container .featured-image {
  display: flex;
  flex-direction: column;
}

.why-us-container .featured-image img:first-child {
  animation: float 7s ease-in-out infinite;
}

.why-us-container .featured-image img:last-child {
  animation: float 7s ease-in-out infinite;
  animation-delay: -3.5s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(-16px);
  }

  75% {
    transform: translateY(-8px);
  }
}

/* Card 1 */
.why-us-container:nth-child(1) .featured-image img:first-child {
  animation-delay: 0s;
}

.why-us-container:nth-child(1) .featured-image img:last-child {
  animation-delay: -0.8s;
}

/* Card 2 */
.why-us-container:nth-child(2) .featured-image img:first-child {
  animation-delay: -1.2s;
}

.why-us-container:nth-child(2) .featured-image img:last-child {
  animation-delay: -2s;
}

/* Card 3 */
.why-us-container:nth-child(3) .featured-image img:first-child {
  animation-delay: -2.4s;
}

.why-us-container:nth-child(3) .featured-image img:last-child {
  animation-delay: -3.2s;
}

/* Card 4 */
.why-us-container:nth-child(4) .featured-image img:first-child {
  animation-delay: -3.1s;
}

.why-us-container:nth-child(4) .featured-image img:last-child {
  animation-delay: -3.9s;
}

/* Card 5 */
.why-us-container:nth-child(5) .featured-image img:first-child {
  animation-delay: -1.8s;
}

.why-us-container:nth-child(5) .featured-image img:last-child {
  animation-delay: -2.6s;
}

.bin-insight-section .bin-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.bin-insight-section .bin-heading>div {
  max-width: 530px;
  width: 100%;
}

.bin-insight-section .bin-heading h2,
.bin-insight-section .bin-heading p {
  text-align: unset;
}

.bin-insight-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 25px;
}

.bin-insight-container img {
  border-radius: clamp(10px, 3vw, 24px);
  ;
  height: 277px;
  width: 100%;
  object-fit: cover;
}

.bin-insight-container {
  transition: all 0.3s ease-in-out;
}

.bin-insight-container:hover {
  transform: translateY(10px);
}

.bin-insight-container .entry-container {
  box-shadow: 0px 0px 12px 0px #3f4fc240;
  background: #f9faff;
  border-radius: clamp(10px, 3vw, 24px);
  ;
  padding: 24px;
  margin-top: -40px;
  position: relative;
  display: block;
}

.bin-insight-container h3 {
  font-size: clamp(18px, 2vw, 20px);
  color: var(--text-1);
  color: var(--text-2);
  font-weight: 450;
  margin-bottom: 12px;
  line-height: 1.4;
}

.bin-insight-container p {
  font-size: 14px;
  color: var(--text-3);
}

.insight-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.insight-category div {
  border-radius: 42px;
  background: #576bff33;
  font-size: 12px;
  font-weight: 450;
  font-family: var(--twk-font);
  color: #22484e;
  padding: 6px 12px;
}

.insight-category span {
  font-size: 12px;
  font-weight: 450;
  font-family: var(--twk-font);
  color: #658082;
}

.bin-insight-container .learn-more {
  margin-top: 22px;
  font-size: 14px;
}

.bin-insight-section .bin-container>.bin-btn {
  display: none;
}

.enterprise-wrapper {
  border: 5px solid #ffffff;
  background: #f9faff;
  box-shadow: 0px 0.5px 2px 0px #001e521a;
  border-radius: clamp(10px, 3vw, 24px);
  ;
}

.enterprise-wrapper .entry-container {
  padding: clamp(35px, 4vw, 55px) clamp(25px, 3vw, 45px);
  display: flex;
  justify-content: space-between;
  gap: 45px;
}

.enterprise-wrapper .bin-heading {
  margin: 0;
  max-width: 610px;
  width: 100%;
}

.enterprise-wrapper .bin-heading h2 {
  text-align: unset;
}

.enterprise-wrapper .bin-heading p {
  text-align: unset;
  margin: 0;
}

.enterprise-wrapper .bin-heading a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #1b4244 !important;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 350;
  margin-top: clamp(30px, 3vw, 45px);
  transition: all .3s ease-in-out;
}

.enterprise-wrapper .bin-heading a span {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s ease;
}

.enterprise-wrapper .bin-heading a>div {
  transition: transform 0.3s ease;
}

.enterprise-wrapper .bin-heading a:hover span {
  text-decoration-color: #e2e3e8;
}

.enterprise-wrapper .bin-heading a:hover>div {
  transform: translateX(4px);
}

.enterprise-marquee {
  width: 100%;
  overflow: hidden;
  border-top: 1px dashed #afbdc180;
}

.enterprise-marquee-track {
  display: flex;
  gap: 32px;
  width: max-content;
  animation: enterpriseMarquee 20s linear infinite;
}

.enterprise-marquee ul {
  padding: clamp(20px, 3vw, 30px) 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 32px;
  row-gap: 8px;
  flex-wrap: nowrap;
}

.enterprise-marquee li {
  position: relative;
  display: flex;
  gap: 6px;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 350;
  color: var(--text-2);
  white-space: nowrap;
  flex-shrink: 0;
}

.enterprise-marquee li::before {
  content: url(../img/grade.svg);
  margin-top: 1px;
}

.enterprise-marquee:hover .enterprise-marquee-track {
  animation-play-state: paused;
}

@keyframes enterpriseMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 989px) {
  .why-us-wrapper>div:nth-child(1) {
    flex-direction: column;
    gap: 30px;
    grid-column: span 1;
  }

  .we-do-wrapper ul.tabs {
    max-width: 230px;
    min-width: 230px;
  }
}

@media (max-width: 767px) {
  .site-header {
    position: fixed !important;
    z-index: 100000;
  }

  .why-us-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .we-do-section .bin-heading {
    flex-direction: column;
    gap: 0;
  }

  .we-do-wrapper {
    flex-direction: column;
  }

  .we-do-wrapper ul.tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    gap: 10px;
    max-width: 100%;
  }

  .we-do-wrapper .tabs::-webkit-scrollbar {
    display: none;
  }

  .we-do-wrapper ul.tabs li {
    flex: 0 0 auto;
    flex-shrink: 0;
    margin: 0 !important;
  }

  .we-do-wrapper ul.tabs li .icon {
    min-width: 28px;
    width: 28px;
    height: 28px;
  }

  .we-do-wrapper ul.tabs li .icon img {
    max-width: 18px;
    max-height: 18px;
  }

  .bin-insight-section .bin-heading .bin-btn {
    display: none;
  }

  .bin-insight-section .bin-container>.bin-btn {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 30px auto 0;
    width: fit-content;
  }

  .enterprise-wrapper .entry-container {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 567px) {
  .why-us-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Final home css  */

/* Board of director  */
.common-banner-section {
  height: calc(50vh + 72px);
  background-color: var(--dark);
  position: relative;
  overflow: hidden;
}

.common-banner-section h1::before {
  content: "";
  background-image: url(../img/banner-bg.png);
  background-size: contain;

  height: 33vh;
  max-width: 307px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2vw;
  max-height: 302px;
  background-repeat: no-repeat;
  width: 30vw;
}

.common-banner-section::after {
  content: url(../img/banner-blur-bg.png);
  position: absolute;
  top: -8%;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
}

.common-banner-section .bin-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

.common-banner-section .entry-content {
  max-width: 640px;
  margin: clamp(0px, 5vw, 72px) auto 20px;
}

.common-banner-section .entry-content p {
  color: #bfbfc0;
}

.common-banner-section .btn-wrapper {
  margin-top: clamp(26px, 3vw, 48px);
  display: flex;
  gap: 12px;
  justify-content: center;
}

.common-banner-section .entry-content .outline-bin-btn {
  border: 1px solid #ffffff33;
  background: #ffffff1f;
}

.border-director-wrapper:nth-child(even) {
  background-color: #ecedf8;
}

.director-card {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1065px;
  margin: 0 auto;
}

.director-card .featured-image {
  width: 42%;
  background: linear-gradient(90deg, #5ab8ec 0%, #344099 100%);
  height: 569px;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: clamp(10px, 3vw, 24px);
  ;
}

.director-card .featured-image img {
  max-height: 510px;
  padding: 0 20px;
}

.director-card .entry-container {
  width: 58%;
}

.director-card .director-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(20px, 3vw, 30px);
}

.director-card .director-detail span {
  font-size: 18px;
  display: block;
  color: var(--text-3);
  position: relative;
  margin-top: clamp(10px, 3vw, 15px);
}

.director-card .director-detail span::before {
  content: "";
  background-color: #c8d1d5;
  width: 44px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.director-detail .social-media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.director-detail h2>a {
  color: var(--text-1);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  font-weight: 450;
  letter-spacing: -0.03em;
}

.director-detail .social-media a {
  width: 32px;
  min-width: 32px;
  height: 30px;
  border: 1px solid #c7c8cc;
  border-radius: 8px;
  color: var(--text-1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.director-detail .social-media a {
  transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
}

.director-detail .social-media a:hover {
  background: var(--new-hover);
}

@media (max-width: 989px) {
  .director-card {
    align-items: start;
    gap: 30px;
  }

  .director-card .featured-image {
    height: 460px;
  }
}

@media (max-width: 767px) {
  .director-card {
    flex-direction: column;
  }

  .director-card .featured-image,
  .director-card .entry-container {
    width: 100%;
  }

  .director-card .featured-image img {
    height: 100%;
    padding-top: 20px;
  }

  .contact-form .wpcf7-form>p:nth-of-type(3) {
    width: 110px;
    flex: 0 0 110px;
  }

  .contact-form p select.wpcf7-form-control {
    padding-right: 10px;
  }

  .contact-form .wpcf7 input:not([type="submit"]),
  .contact-form .wpcf7 select,
  .contact-form .wpcf7 textarea {
    padding: 0 10px;
  }
}

/* Board of director  */

/* All Blog  */
.blog-filters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: clamp(30px, 4vw, 50px);
}

.blog-filters select {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  border: 1px solid #00000033;
  border-radius: 12px;
  background: #f9faff;
  font-size: 16px;
  font-family: var(--twk-font);
  font-weight: 350;
  color: #181819;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23022e2f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
}

.blog-filters select:focus {
  outline: none;
  background: #ecedf8;
  border: 1px solid #576bff;
}

@media (max-width: 767px) {
  .blog-filters {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* All Blog  */

/* Single Blog  */
.common-banner-section span {
  display: block;
  box-shadow: 0px 0px 2.51px 0px #00000040;
  border: 0.7px solid #ffffff1a;
  background: #f1fdfb14;
  border-radius: 185px;
  font-size: 12px;
  font-weight: 550;
  color: #e8e8ea;
  width: fit-content;
  padding: 10px 27px;
  margin: 0 auto 12px;
  line-height: 1.3;
}

.single-blog-section {
  padding-top: clamp(30px, 3vw, 40px);
}

.single-blog-section .featured-image {
  max-width: 651px;
  margin: 0 auto clamp(40px, 4vw, 60px);
}

.single-blog-section .featured-image img {
  width: 100%;
  border-radius: clamp(10px, 3vw, 24px);
  ;
}

.single-blog-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}

.left-sidebar {
  background: #ecedf8;
  border-radius: clamp(10px, 3vw, 24px);
  ;
  padding: 30px 20px;
}

.left-sidebar,
.right-sidebar {
  max-width: 230px;
  width: 100%;
  position: sticky;
  top: 120px;
}

.right-sidebar {
  max-width: 230px;
}

.right-sidebar>span {
  color: var(--text-3);
  display: block;
  margin-bottom: 22px;
}

.right-sidebar #ez-toc-container a.ez-toc-toggle,
.right-sidebar #ez-toc-container .ez-toc-title {
  display: none;
}

.right-sidebar #ez-toc-container {
  background: unset;
  border: unset;
  box-shadow: unset;
  padding: 0;
}

.right-sidebar .ez-toc-counter nav ul li {
  overflow: visible !important;
}

.right-sidebar .ez-toc-counter nav ul li:not(:last-child) {
  padding-bottom: 8px !important;
  position: relative;
}

.right-sidebar .ez-toc-counter nav ul li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 2px dashed #afbdc1;
  position: absolute;
  top: 6px;
  left: 6px;
}

.right-sidebar .ez-toc-counter nav ul li a {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 550;
  color: var(--text-2);
}

.right-sidebar .ez-toc-counter nav ul li a::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0b9595;
  margin: 5px 10px 0 0;
  position: relative;
}

.right-sidebar .ez-toc-counter nav ul li a::before {
  background-color: #658082;
}

#ez-toc-container a:visited {
  color: #658082;
}

.talk-expert h3 {
  margin-bottom: 24px;
}

.single-blog-container {
  width: 100%;
  max-width: 651px;
}

.single-blog-container>div:not(:last-child) {
  margin-bottom: clamp(40px, 3vw, 60px);
}

.single-blog-content>div:not(:first-child) {
  margin-top: clamp(30px, 3vw, 45px);
}

.single-blog-content>div:not(:last-child) {
  margin-bottom: clamp(30px, 3vw, 45px);
}

.blog-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 2px dashed #afbdc1;
  padding-bottom: clamp(12px, 2vw, 18px);
}

.blog-author img {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
}

.blog-author p {
  font-weight: 450;
  color: var(--text-2);
  margin: 0;
  line-height: 1;
}

.blog-author span {
  color: var(--text-3);
  font-weight: 350;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 989px) {
  .right-sidebar {
    display: none;
  }
}

@media (max-width: 767px) {
  .single-blog-wrapper {
    flex-direction: column;
  }

  .left-sidebar {
    max-width: 100%;
    position: unset;
  }

  .single-team-section .featured-image {
    position: unset;
  }
}

/* Single Blog  */

/* Events page  */
.upcoming-event-section {
  background-color: #ecedf8;
}

.upcoming-event-section .section-wrap,
.all-event-section .section-wrap {
  max-width: 418px;
}

.upcoming-event-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.upcoming-event-wrapper>.event-left img,
.upcoming-event-wrapper>.event-right>div img {
  transition: all .3s ease-in-out;
}

.upcoming-event-wrapper>.event-left:hover img,
.upcoming-event-wrapper>.event-right>div:hover img {
  transform: scale(1.04) !important;

}

.event-left .featured-image {
  margin-bottom: 25px;
}

.event-left img {
  width: 100%;
  height: 325px;
  border-radius: clamp(10px, 3vw, 24px);
  ;
  object-fit: cover;
}

.event-left h3 {
  font-size: clamp(18px, 2vw, 22px);
}

.event-right>div,
.event-right>div>a {
  display: flex;
  align-items: center;
  gap: 25px;
}

.event-right>div:not(:last-child) {
  border-bottom: 1px dashed #bdc7d0;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.event-right>div>div {
  flex: 1;
}

.event-right h3 {
  font-size: 18px;
}

.event-left h3,
.event-right h3 {
  margin-bottom: 12px;
}

.event-right img {
  height: 189px;
  border-radius: clamp(10px, 3vw, 24px);
  ;
  width: 100%;
  object-fit: cover;
  min-width: 278px;
}

.event-right .insight-category {
  justify-content: unset;
  margin-bottom: 12px;
}

.upcoming-event-wrapper p {
  font-size: 14px;
}

.all-event-section ul.tabs,
.leadership-team-section ul.tabs,
.our-work-section ul.tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  gap: 8px;
  max-width: 100%;
  list-style: none;
  margin: 0 0 clamp(30px, 3vw, 50px);
  padding: 0;
}

.all-event-section .tabs::-webkit-scrollbar,
.our-work-section .tabs::-webkit-scrollbar,
.leadership-team-section .tabs::-webkit-scrollbar {
  display: none;
}

.all-event-section ul.tabs li,
.leadership-team-section ul.tabs li,
.our-work-section ul.tabs li {
  flex: 0 0 auto;
  flex-shrink: 0;
  border: 1px solid #00000033;
  background: #ffffff99;
  border-radius: 12px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 550;
  color: var(--text-2);
  cursor: pointer;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.all-event-section ul.tabs li:hover,
.leadership-team-section ul.tabs li:hover,
.our-work-section ul.tabs li:hover {
  background: #576bff12;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.all-event-section ul.tabs li.active,
.leadership-team-section ul.tabs li.active,
.our-work-section ul.tabs li.active {
  /* background:
    linear-gradient(180deg,
      rgba(92, 237, 224, 0.6) 0%,
      rgba(52, 135, 128, 0) 60.71%),
    #576bff; */
  color: var(--light);
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px transparent;
}

.all-event-section ul.tabs li.active:hover,
.leadership-team-section ul.tabs li.active:hover,
.our-work-section ul.tabs li.active:hover {
  color: var(--light);
}

.our-work-section ul.tabs li:hover {
  background: var(--new-hover);
  color: var(--text-2);
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 989px) {
  .upcoming-event-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .upcoming-event-wrapper>div:not(:last-child) {
    border-bottom: 1px dashed #bdc7d0;
    margin-bottom: 30px;
    padding-bottom: 26px;
  }
}

@media (max-width: 767px) {
  .event-right>div {
    flex-direction: column;
  }

  .event-right>div>div {
    width: 100%;
  }

  .event-right>div:not(:last-child) {
    padding-bottom: 26px;
  }

  .event-left img,
  .event-right img {
    height: 310px;
  }
}

/* Events page  */

/* Leadership Team  */
.leadership-type {
  padding: 0 20px;
}

.leadership-team-section ul.tabs {
  max-width: fit-content;
  margin: 0 auto clamp(45px, 4vw, 60px);
  border-radius: 18px;
  background: #ecedf8;
  padding: 10px;
}

.leadership-team-section .tab-content>div:not(:last-child) {
  margin-bottom: clamp(45px, 5vw, 70px);
}

.our-team {
  background-color: #0e0f0f;
}

.our-team-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 20px;
}

.our-team-container {
  position: relative;
  overflow: hidden;
  background: #ffffff0d;
  border: 1px solid #ffffff12;
  backdrop-filter: blur(5.400000095367432px);
  border-radius: clamp(10px, 3vw, 24px);
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 20px 15px 0;
  height: 402px;
}

.our-team-container img {
  max-width: 100%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.our-team-container img:hover {
  transform: scale(1.04);
}

.our-team-container .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 18px 28px;
  z-index: 2;
}

.our-team-container .blur-layer {
  height: 26%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -webkit-mask-image: linear-gradient(to top,
      rgba(0, 0, 0, 1) 30%,
      rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to top,
      rgba(0, 0, 0, 1) 30%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  bottom: 0;
  top: unset;
}

.our-team-container h3 {
  color: var(--light) !important;
}

.our-team-container span {
  font-size: 14px;
  position: relative;
  display: block;
  color: #c5c5c4;
  margin: 4px 0 0;
}

.our-team-container span::before {
  content: "";
  background-color: rgb(255, 255, 255, 0.2);
  width: 33px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -7px;
}

/* Leadership Team  */

/* Webinar Page  */
.webinar-banner-section .right-sidebar>span {
  margin-bottom: 30px;
}

.webinar-banner-section .entry-content {
  max-width: 943px;
}

.about-webinar>div {
  display: flex;
  align-items: start;
  gap: 15px;
}

.about-webinar>div:not(:last-child) {
  margin-bottom: 15px;
}

.about-webinar img {
  max-width: 36px;
}

.about-webinar span {
  font-size: 18px;
  display: block;
  font-weight: 450;
  color: var(--text-2);
  margin: 0 0 2px;
}

.about-webinar p {
  font-size: 14px;
  line-height: 1.1;
}

.key-takeaways,
.content__area ul {
  position: relative;
  border-radius: clamp(10px, 3vw, 24px);
  padding: 25px;
  background: white;
}

.key-takeaways::before,
.content__area ul::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(125.41deg,
      rgba(43, 214, 206, 0.3) 0.7%,
      rgba(42, 46, 216, 0.3) 99.8%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  border: 1px solid;
  border-image-source: linear-gradient(125.41deg,
      rgba(43, 214, 206, 0.3) 0.7%,
      rgba(42, 46, 216, 0.3) 99.8%);
}

.key-takeaways h3,
.single-blog-content .content__area ul h3 {
  margin-bottom: 18px;
}

.key-takeaways ul,
.single-blog-content .content__area ul {
  margin: 0;
  /* padding: 0; */
  list-style: none;
}

.key-takeaways ul li,
.single-blog-content .content__area ul li {
  position: relative;
  padding-left: 30px;
}

.key-takeaways ul li:not(:last-child),
.single-blog-content .content__area ul li:not(:last-child) {
  margin-bottom: 14px;
}

.key-takeaways ul li::before,
.single-blog-content .content__area ul li::before {
  content: url(../img/tick-1.svg);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #daefef;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -2px;
}

.webinar-section h2 {
  margin-bottom: 30px;
}



.webinar-section .our-team-wrapper {
  max-width: 588px;
}

.webinar-section .our-team-container {
  background-color: #105e60;
}

.why-attend>div:not(:last-child) {
  margin-bottom: 15px;
}

.why-attend h3 {
  color: var(--text-3);
}

.webinar-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.webinar-nav ul li {
  color: #658082;
  font-weight: 550;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

.webinar-nav ul li:not(:last-child) {
  padding-bottom: 25px;
}

.webinar-nav ul li.active {
  color: #274d4e;
}

.webinar-nav ul li::before {
  content: "";
  background-color: #658082;
  width: 10px;
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -4px;
  border: 6px solid #f9faff;
  z-index: 1;
}

.webinar-nav ul li.active::before {
  border-color: #dceef2;
  background-color: #0b9595;
}

.webinar-nav ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #afbdc1;
  position: absolute;
  top: 10px;
  left: 10px;
}

.webinar-access-wrapper {
  background-color: #0e0f0f;
  border-radius: clamp(10px, 3vw, 24px);
  ;
  padding: 45px 35px;
  display: flex;
  align-items: start;
  gap: 60px;
  justify-content: space-between;
}

.webinar-access-wrapper .section-wrap {
  max-width: 510px;
}

.webinar-access-wrapper .section-wrap h2 {
  color: var(--light);
}

.webinar-access-wrapper .section-wrap p {
  color: #c3c3c3;
}

.webinar-access-wrapper .section-wrap ul {
  margin: 0;
  padding: 20px 0 0 28px;
  color: #c3c3c3;
}

.webinar-access-wrapper .section-wrap ul li:not(:last-child) {
  margin-bottom: 10px;
}


.webinar-form {
  max-width: 421px;
}

.webinar-form form {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 15px;
}

.webinar-form form p {
  margin: 0;
  width: 100%;
  color: #c3c3c3;
  font-size: 12px;
}

.webinar-form form :nth-child(4),
.webinar-form form p:nth-child(5) {
  /* margin-bottom: 32px; */
  margin-bottom: clamp(10px, 3vw, 32px);
}

.webinar-form .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.webinar-form .wpcf7-form>p {
  width: calc(50% - 10px);
}

.webinar-form .wpcf7-form>p:nth-of-type(3),
.webinar-form .wpcf7-form>p:nth-of-type(4),
.webinar-form .wpcf7-form>p:nth-of-type(5) {
  width: 100%;
}

.webinar-form form p:has(input[type="submit"]) {
  margin-top: 32px;
}

.webinar-form form p:nth-of-type(1),
.webinar-form form p:nth-of-type(2) {
  width: calc(50% - 7.5px);
}

.webinar-form form input,
.webinar-form form select {
  border: 1px solid #ffffff33;
  border-radius: 12px;
  width: 100%;
  padding: 14px 16px;
  background-color: transparent;
  color: var(--light);
  font-size: 14px;
  font-weight: 450;
  font-family: var(--twk-font);
}

.webinar-form form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 14px 45px 14px 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23E7E7E7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 14px center;
  cursor: pointer;
}

.webinar-form form input::placeholder,
.webinar-form form select::placeholder {
  color: #cfcfcf;
}

.webinar-form form input:focus,
.webinar-form form select:focus {
  outline: 1px solid var(--light);
}

.webinar-form form input[type="submit"] {
  background:
    linear-gradient(180deg,
      rgba(92, 237, 224, 0.6) 0%,
      rgba(52, 135, 128, 0) 60.71%),
    #576bff;
  border: unset;
  width: fit-content;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 550;
  cursor: pointer;
}

/* Webinar Page  */

/* Portfolio page */
.our-work-section .our-work-container {
  border-bottom: 2px dashed #afbdc1;
  padding-bottom: clamp(50px, 5vw, 80px);
}

.our-work-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 35px;
}


.our-work {
  width: 386px;
  transition: all 0.3s ease-in-out;
}

.our-work:hover {
  transform: translateY(10px);
}

.our-work .featured-image {
  position: relative;
  margin-bottom: 22px;
}

.our-work .featured-image::before {
  content: url(../img/work-vector.png);
  position: absolute;
  bottom: -6px;
  left: 0;
}

.our-work .featured-image>img {
  width: 380px;
  height: 233px;
  object-fit: cover;
  border-radius: 26px;
}

.our-work .border-image {
  position: absolute;
  top: -4px;
  left: -4px;
}

.our-work .border-image img {
  height: 242px;
  width: 389px;
}

.our-work .featured-image .icon {
  position: absolute;
  bottom: -1px;
  left: 0px;
  background-color: #e0e1e5;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-work h3 {
  margin-bottom: 7px;
}

.our-work p {
  font-size: 14px;
}

.our-work ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.our-work ul li {
  position: relative;
  border-radius: 42px;
  background: #fafbff;
  font-size: 12px;
  font-weight: 450;
  color: var(--text-2);
  padding: 10px 14px;
}

.our-work ul li::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(102, 102, 102, 0.16) 103.57%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.portfolio-work-section {
  padding: 0 0 clamp(50px, 5vw, 80px);
  background: unset;
}

@media (max-width: 989px) {
  .our-work-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .our-work {
    width: unset;
  }

  .our-work .featured-image::before {
    content: unset;
  }

  .our-work .featured-image>img {
    border-radius: clamp(10px, 3vw, 24px);
    ;
    box-shadow: 0px 0px 4px 0px #0a135833;
    border: 5px solid #f9faff;
    width: 100%;
  }

  .our-work .border-image {
    display: none;
  }

  .our-work .featured-image .icon {
    bottom: 14px;
    left: 14px;
  }
}

@media (max-width: 880px) {
  .webinar-access-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .webinar-form {
    max-width: 100%;
  }
}

@media (max-width: 660px) {
  .our-work-wrapper {
    grid-template-columns: 1fr;
  }

  .webinar-form form p:nth-of-type(1),
  .webinar-form form p:nth-of-type(2) {
    width: 100%;
  }


}

/* Portfolio page */

/* Case study page */
.case-study-wrapper {
  max-width: 925px;
  margin: 0 0 0 auto;
}

.single-blog-content>div>div:not(:last-child) {
  margin-bottom: clamp(25px, 3vw, 35px);
}

.case-study-container span {
  font-size: 14px;
  display: block;
  color: var(--text-3);
  text-transform: uppercase;
  margin: 10px 0;
}

.at-glance {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 45px;
  row-gap: 15px;
  border-radius: clamp(10px, 3vw, 24px);
  ;
  background-color: #ecedf8;
  padding: 35px 45px;
}

blockquote {
  border-radius: clamp(10px, 3vw, 24px);
  ;
  background-color: #ecedf8;
  padding: 35px 45px;
  position: relative;
  padding-top: 85px;
  z-index: 0;
}

blockquote>p,
blockquote span {
  font-family: var(--twk-font);
  font-weight: 450 !important;
  font-size: 18px !important;
  line-height: 1.5;
  color: #022e2f !important;
  opacity: 90%;
  font-style: normal;
  text-transform: none !important;
}

blockquote::before {
  content: "";
  position: absolute;
  background-image: url(../img/blockquote.png);
  top: 35px;
  left: 35px;
  width: 35px;
  height: 21px;
  z-index: 0;
}

.at-glance>div {
  border-left: 3px solid #0b9595;
  padding-left: 10px;
}

.at-glance h3 {
  color: var(--text-1);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 550;
  margin: 0 0 2px;
}

.at-glance p {
  font-size: 14px;
  text-transform: uppercase;
}

#st-1.sharethis-inline-share-buttons {
  text-align: left;
  border-top: 2px dashed #afbdc1;
  padding-top: clamp(25px, 3vw, 40px);
}

/* Case study page */
