@font-face {
  font-family: "Satoshi-Variable";
  src: url("./fonts/Satoshi-Variable.woff2") format("woff2"), url("./fonts/Satoshi-Variable.woff") format("woff"), url("./fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("./fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("./fonts/Satoshi-VariableItalic.woff") format("woff"), url("./fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("./fonts/Satoshi-Light.woff2") format("woff2"), url("./fonts/Satoshi-Light.woff") format("woff"), url("./fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("./fonts/Satoshi-LightItalic.woff2") format("woff2"), url("./fonts/Satoshi-LightItalic.woff") format("woff"), url("./fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("./fonts/Satoshi-Regular.woff2") format("woff2"), url("./fonts/Satoshi-Regular.woff") format("woff"), url("./fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("./fonts/Satoshi-Italic.woff2") format("woff2"), url("./fonts/Satoshi-Italic.woff") format("woff"), url("./fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("./fonts/Satoshi-Medium.woff2") format("woff2"), url("./fonts/Satoshi-Medium.woff") format("woff"), url("./fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("./fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("./fonts/Satoshi-MediumItalic.woff") format("woff"), url("./fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("./fonts/Satoshi-Bold.woff2") format("woff2"), url("./fonts/Satoshi-Bold.woff") format("woff"), url("./fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("./fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("./fonts/Satoshi-BoldItalic.woff") format("woff"), url("./fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("./fonts/Satoshi-Black.woff2") format("woff2"), url("./fonts/Satoshi-Black.woff") format("woff"), url("./fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("./fonts/Satoshi-Black.woff2") format("woff2"), url("./fonts/Satoshi-BlackItalic.woff") format("woff"), url("./fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: "Satoshi-Variable";
}

.loaderContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.loader {
  height: 10rem;
  width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loaderContainer.fade-out {
  opacity: 0;
}

body.no-scroll {
  overflow: hidden;
}

.chatboxContainer {
  position: absolute;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1000000;
}

.chatboxContainer a {
  height: 6rem;
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chatboxContainer a img {
  height: 100%;
  width: 100%;
}

a.cahtboxDarkContainer {
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
  justify-content: center;
}

@media (min-width: 992px) {
  .headerSurveyRecords {
    width: 80%;
    max-width: 1210px;
    margin-inline: auto;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .headerSurveyRecords .sampleHeading {
    font-family: "Satoshi-Bold";
    font-size: 2rem;
    margin: 0;
    padding: 0;
    color: #1a1a1a;
  }
  .headerSurveyRecords .description {
    color: #6b7280;
    margin: 0;
    padding-top: 0.3rem;
    font-size: 0.9rem;
  }
  .main-banner-container {
    display: flex;
    margin: auto;
    height: calc(100dvh - 6rem) !important;
    max-height: 41rem !important;
    position: relative;
  }
  .main-banner-container .content-wrapper .main-heading {
    font-family: "Satoshi-Black";
    font-size: 3.5rem;
    color: #1a1a1a;
    margin: 0;
  }
  .main-banner-container .content-wrapper .subheading {
    font-size: 1.1rem;
    width: 65%;
    margin: 0;
    padding-top: 1rem;
  }
  .main-banner-container .content-wrapper .pre-heading {
    padding-top: 1.5rem;
    margin: 0;
    font-size: 1.2rem;
    color: #1a1a1a;
    opacity: 0.8;
    font-family: "Satoshi-Bold";
  }
  .main-banner-container .content-wrapper input {
    height: 3.5rem;
    border-radius: 10rem;
    border: 1.2px solid #1a1a1a;
    width: 70%;
    outline: none;
    padding-left: 1rem;
    font-size: 1.1rem;
    font-family: "Satoshi-Medium";
  }
  .main-banner-container .content-wrapper ::-moz-placeholder {
    font-size: 1rem;
    font-family: "Satoshi-Bold";
  }
  .main-banner-container .content-wrapper ::placeholder {
    font-size: 1rem;
    font-family: "Satoshi-Bold";
  }
  .main-banner-container .content-wrapper .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 3rem;
    padding: 0 1rem;
    border-radius: 10rem;
    font-family: "Satoshi-Bold";
    background-color: #008000;
    color: #fff;
    text-decoration: none;
    margin-left: -9.65rem;
  }
  .main-banner-container .content-wrapper .email-capture {
    display: flex;
    margin-top: 1rem;
    align-items: center;
  }
  .bannerImageWrapper {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 40%;
  }
  .bannerImageWrapper img {
    height: 120%;
    margin-top: -20%;
    width: 100%;
    object-fit: cover;
  }
  .video-library-container {
    width: 100%;
    background: #f3f3f3;
    padding: 3rem 0;
  }
  .video-library-container .wrapper {
    width: 1210px;
    margin: auto;
  }
  .video-library-container .main-heading {
    font-size: 2.5rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
  }
  .video-library-container .subheading {
    font-size: 1rem;
    color: #1a1a1a;
    opacity: 0.9;
    width: 50%;
  }
  .video-library-container .main-video-container {
    width: 100%;
    height: 20rem;
    background: #dedede;
    margin: 2rem 0;
    border-radius: 10px;
  }
  .video-library-container .videos-container {
    display: flex;
    gap: 1rem;
  }
  .video-library-container .videos-container .video-container {
    height: 15rem;
    width: 24.5rem;
    background: #dedede;
    border-radius: 10px;
  }
  .video-library-container .videos-container .description {
    font-size: 0.9rem;
    color: #1a1a1a;
  }
  .play-button {
    position: absolute;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px;
    background-color: #dedede;
    border-radius: 10px;
  }
  .events-news-container {
    margin-top: 5rem;
  }
  .top-container div img {
    margin-bottom: 0.5rem;
  }
  .events-news-container .top-container {
    width: 1210px;
    margin: auto;
    display: flex;
  }
  .events-news-container .top-container .heading {
    display: flex;
    font-size: 2.5rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    gap: 1rem;
    align-items: center;
  }
  .events-news-container .top-container .subheading {
    font-size: 1rem;
    color: #1a1a1a;
    opacity: 0.9;
    width: 80%;
  }
  .events-news-container .top-container .main-switcher {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.5rem;
    list-style-type: none;
  }
  .events-news-container .top-container .main-switcher a {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 10rem;
    font-family: "Satoshi-Bold";
    border-radius: 10rem;
    font-size: 0.9rem;
    text-decoration: none;
  }
  .events-news-container .top-container .main-switcher .past-events {
    border: 1.2px solid #1a1a1a;
    color: #1a1a1a;
  }
  .events-news-container .top-container .main-switcher .upcoming-events {
    border: 1.2px solid #1a1a1a;
    color: #1a1a1a;
  }
  .main-switcher > .uk-active > a {
    background-color: #008000 !important;
    color: #fff !important;
  }
  .main-image-banner-wrapper {
    margin-top: 1rem;
    background-image: url("./assets/images/background-images/2 218.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40rem;
    position: relative;
  }
  .main-image-banner-wrapper .wrapper {
    position: relative;
    width: 1210px;
    max-width: 95%;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
  }
  .main-image-banner-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(93deg, #000 3.3%, rgba(0, 0, 0, 0.89) 14.12%, rgba(217, 217, 217, 0) 102.16%);
    filter: grayscale(100%);
    background-blend-mode: saturation;
    opacity: 1;
  }
  .main-image-banner-wrapper .wrapper h1 {
    color: #fff;
    font-family: "Satoshi-Bold";
  }
  .main-image-banner-wrapper .wrapper .main-heading {
    width: 40%;
    font-size: 3rem;
  }
  .main-image-banner-wrapper .wrapper .description {
    color: #fff;
    opacity: 0.8;
    font-size: 1.1rem;
    font-family: "Satoshi-Medium";
  }
  .main-image-banner-wrapper .wrapper .subheading {
    font-size: 0.9rem;
    width: 50%;
    opacity: 0.7;
  }
  .main-image-banner-wrapper .wrapper .videos-photos {
    margin-top: 2rem;
  }
  .main-image-banner-wrapper .wrapper .videos-photos .heading {
    color: #6BC68F;
    font-size: 1.2rem;
    font-family: "Satoshi-Medium";
  }
  .main-image-banner-wrapper .wrapper .videos-photos .slider-container {
    height: 10rem;
    width: 100%;
    display: flex;
    gap: 0;
    scroll-behavior: smooth;
    overflow: visible;
  }
  .main-image-banner-wrapper .wrapper .videos-photos .slider-container div {
    height: 100%;
    width: 20rem;
    border-radius: 10px;
    background-color: #dedede;
  }
  .slider-container > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background-color: #dedede;
    border-radius: 10px;
  }
  .main-image-banner-wrapper .switcher-container {
    position: absolute;
    list-style-type: none;
    top: 0;
    right: 0;
    display: flex;
    gap: 0.5rem;
  }
  .main-image-banner-wrapper .switcher-container a {
    display: flex;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: "Satoshi-Bold";
    height: 2rem;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1rem;
    align-items: center;
    justify-items: center;
  }
  .main-image-banner-wrapper .switcher-container .active {
    background-color: rgba(0, 0, 0, 0.4588235294);
    color: #fff;
    border-radius: 10rem;
  }
  .switcher-container > .uk-active > a {
    background-color: rgb(0, 0, 0) !important;
    color: #fff !important;
    border-radius: 10rem;
  }
  .main-image-banner-wrapper .switcher-container .secondary {
    background-color: rgba(0, 0, 0, 0.4588235294);
    color: #fff;
    border-radius: 10rem;
  }
  .stakeholders-container {
    margin-top: 5rem;
    /* background: url(<path-to-image>) lightgray 0px -137.23px / 100% 226.222% no-repeat; */
  }
  .stakeholders-container .wrapper {
    width: 1210px;
    margin: auto;
  }
  .stakeholders-container .wrapper .main-heading {
    font-size: 2.5rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
  }
  .stakeholders-container .wrapper .switcher-tab-container {
    list-style-type: none;
    display: flex;
    gap: 0.5rem;
  }
  .stakeholders-container .wrapper .switcher-tab-container a {
    display: flex;
    height: 2rem;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 1rem;
    text-decoration: none;
    justify-content: center;
    font-size: 0.9rem;
    font-family: "Satoshi-Bold";
    border: 1.2px solid #1a1a1a;
    border-radius: 10rem;
    color: #1a1a1a;
  }
  /* .stakeholders-container .wrapper .switcher-tab-container .active {
    background: #008000;
    color: #fff;
    border: 1.2px solid #008000;
  } */
  .stakeholders-container .wrapper .images-container {
    height: 20rem;
    width: 100%;
    border: 1.2px solid #dedede;
    border-radius: 10px;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("./assets/images/stakeholders.png");
  }
  .switcher-tab-container > .uk-active > a {
    background-color: #008000 !important;
    color: #fff !important;
  }
  .glossary-container {
    background: #f7f7f7;
    margin-top: 5rem;
    padding: 3rem 0;
    display: flex;
    flex-direction: row;
  }
  .glossary-container .wrapper {
    width: 60%;
    margin: auto;
  }
  .glossary-container .wrapper .main-heading {
    font-size: 2.5rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    text-transform: capitalize;
  }
  .glossary-container .wrapper .main-subheading {
    font-size: 1rem;
    color: #1a1a1a;
    opacity: 0.9;
    width: 60%;
  }
  .glossary-container .wrapper .content-container .glossary-switcher {
    display: flex;
    margin-top: 1rem;
    gap: 0.5rem;
    width: 60%;
  }
  .glossary-container .wrapper .content-container .glossary-switcher .active {
    font-family: "Satoshi-Bold";
    color: #008000;
  }
  .glossary-container .wrapper .content-container .letter-container {
    font-size: 3.5rem;
    margin: 0;
    padding-top: 1rem;
    width: 60%;
    font-family: "Satoshi-Black";
  }
  .glossary-container .wrapper .content-container .term-container {
    margin-top: 1.5rem;
  }
  .glossary-container .wrapper .content-container .term-container .term {
    font-size: 1.2rem;
    margin: 0;
    width: 60%;
    font-family: "Satoshi-bold";
  }
  .glossary-container .wrapper .content-container .term-container .term-description {
    width: 60%;
    margin: 0;
    padding-top: 0.5rem;
    font-size: 0.9rem;
  }
  .glossary-container .image-container img {
    margin-top: 5rem;
    width: 80%;
    height: auto;
  }
  div.content-wrapper {
    box-sizing: border-box;
    height: fit-content;
    width: 1210px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  div.content-wrapper .email-capture {
    /* background-color: red; */
    height: 3rem;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 1rem !important;
    position: relative;
  }
  div.content-wrapper .email-capture input {
    height: 100%;
    font-size: 0.8rem;
    border: 1.2px solid #dedede;
    min-width: 25rem;
  }
  div.content-wrapper .email-capture input:focus {
    border: 1.2px solid #008000;
    background-color: rgba(0, 128, 0, 0.1254901961);
  }
  div.content-wrapper .email-capture ::placeholder {
    font-size: 0.8rem;
  }
  div.content-wrapper .email-capture a {
    height: 90% !important;
    font-size: 0.8rem;
    position: absolute;
    right: 0.2rem;
    background-color: #6BC68F !important;
    gap: 0.5rem;
    font-family: "Satoshi-Bold";
    transition: all 0.3s ease-in-out;
  }
  div.content-wrapper .email-capture a span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
  }
  div.content-wrapper .email-capture a:hover {
    background-color: #008000 !important;
  }
  div.content-wrapper .email-capture a:hover span {
    animation: shake 0.5s ease-in-out;
  }
  @keyframes shake {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(-10deg);
    }
    50% {
      transform: rotate(10deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  /* Position the main container relatively */
  .main-banner-container {
    position: relative;
    overflow: hidden;
  }
  /* Blob styles */
  .blob {
    position: absolute;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: linear-gradient(45deg, #ec6a06, #00a50e, #FFB901, #DE3123);
    background-size: 600% 600%;
    animation: gradientAnimation 10s ease infinite, fadeInOut 5s ease-in-out infinite;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.2; /* Lower opacity */
    filter: blur(50px); /* Add blur to the blob */
  }
  /* Gradient animation */
  @keyframes gradientAnimation {
    0% {
      background-position: 0% 50%;
    }
    25% {
      background-position: 50% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    75% {
      background-position: 50% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  /* Fade in and out animation */
  @keyframes fadeInOut {
    0%, 100% {
      opacity: 0.2;
    }
    50% {
      opacity: 0.4;
    }
  }
  /* Bring content above the blob */
  .main-banner-container .content-wrapper,
  .main-banner-container .bannerImageWrapper {
    z-index: 2;
    overflow: hidden;
  }
  .card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .card {
    width: 300px;
    padding: 16px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
  }
  /* Skeleton loader elements */
  .skeleton-image,
  .skeleton-text {
    background-color: #f0f0f0;
    background-image: linear-gradient(90deg, #f0f0f0 0%, #ffffff 50%, #f0f0f0 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    animation: shimmer 1.5s infinite;
    border-radius: 8px;
    margin-bottom: 12px;
  }
  .skeleton-image {
    width: 100%;
    height: 14rem;
    min-width: 22rem;
    border-radius: 12px;
  }
  .skeleton-text {
    width: 100%;
    height: 2rem;
    border-radius: 8px;
  }
  .skeleton-text.short {
    width: 60%;
  }
  /* Shimmer animation */
  @keyframes shimmer {
    0% {
      background-position: -200% 0;
    }
    100% {
      background-position: 200% 0;
    }
  }
  /* Hidden content styles */
  .loaded-content {
    display: none;
  }
  /* Show content when load-content class is added */
  .load-content .skeleton-image,
  .load-content .skeleton-text {
    display: none;
  }
  .load-content .loaded-content {
    display: block;
  }
  .videosMainWrapper {
    /* background-color: red; */
    display: flex !important;
    justify-content: space-between;
  }
  div.card-container {
    box-sizing: border-box;
    display: flex;
    /* background-color: blue; */
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  div.card-container div {
    /* background-color: brown; */
    width: 32%;
  }
  .load-content {
    margin: 0;
    padding: 0;
  }
  div.loaded-content {
    box-sizing: border-box;
    /* background-color: red; */
    min-width: 24.2rem;
    width: 100%;
    box-shadow: unset !important;
  }
  div.loaded-content img {
    height: 15rem !important;
    width: 100% !important;
  }
  div.loaded-content h3 {
    font-family: "Satoshi-Bold";
    font-size: 1.3rem;
    margin-top: 1rem !important;
    margin-bottom: 0;
    /* background-color: red; */
    width: 90%;
    margin-inline: auto;
    padding: 0 !important;
  }
  div.loaded-content p {
    font-family: "Satoshi-Bold";
    font-size: 0.8rem;
    width: 90%;
    margin-inline: auto;
    margin-top: 0.5rem !important;
    /* padding: 0 !important; */
  }
  .video-content {
    width: 100%;
    height: 100%;
  }
  .video-content img {
    height: 100%;
    width: 100%;
    object-fit: cover !important;
  }
  @font-face {
    font-family: "Satoshi-Variable";
    src: url("/static/assets/fonts/Satoshi-Variable.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-Variable.woff") format("woff"), url("/static/assets/fonts/Satoshi-Variable.ttf") format("truetype");
    font-weight: 300 900;
    font-display: swap;
    font-style: normal;
  }
  /**
  * This is a variable font
  * You can controll variable axes as shown below:
  * font-variation-settings: 'wght' 900.0;
  *
  * available axes:

  * 'wght' (range from 300.0 to 900.0)

  */
  @font-face {
    font-family: "Satoshi-VariableItalic";
    src: url("/static/assets/fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-VariableItalic.woff") format("woff"), url("/static/assets/fonts/Satoshi-VariableItalic.ttf") format("truetype");
    font-weight: 300 900;
    font-display: swap;
    font-style: italic;
  }
  @font-face {
    font-family: "Satoshi-Light";
    src: url("/static/assets/fonts/Satoshi-Light.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-Light.woff") format("woff"), url("/static/assets/fonts/Satoshi-Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Satoshi-LightItalic";
    src: url("/static/assets/fonts/Satoshi-LightItalic.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-LightItalic.woff") format("woff"), url("/static/assets/fonts/Satoshi-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: italic;
  }
  @font-face {
    font-family: "Satoshi-Regular";
    src: url("/static/assets/fonts/Satoshi-Regular.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-Regular.woff") format("woff"), url("/static/assets/fonts/Satoshi-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Satoshi-Italic";
    src: url("/static/assets/fonts/Satoshi-Italic.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-Italic.woff") format("woff"), url("/static/assets/fonts/Satoshi-Italic.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: italic;
  }
  @font-face {
    font-family: "Satoshi-Medium";
    src: url("/static/assets/fonts/Satoshi-Medium.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-Medium.woff") format("woff"), url("/static/assets/fonts/Satoshi-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Satoshi-MediumItalic";
    src: url("/static/assets/fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-MediumItalic.woff") format("woff"), url("/static/assets/fonts/Satoshi-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: italic;
  }
  @font-face {
    font-family: "Satoshi-Bold";
    src: url("/static/assets/fonts/Satoshi-Bold.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-Bold.woff") format("woff"), url("/static/assets/fonts/Satoshi-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Satoshi-BoldItalic";
    src: url("/static/assets/fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-BoldItalic.woff") format("woff"), url("/static/assets/fonts/Satoshi-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: italic;
  }
  @font-face {
    font-family: "Satoshi-Black";
    src: url("/static/assets/fonts/Satoshi-Black.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-Black.woff") format("woff"), url("/static/assets/fonts/Satoshi-Black.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: normal;
  }
  @font-face {
    font-family: "Satoshi-BlackItalic";
    src: url("/static/assets/fonts/Satoshi-Black.woff2") format("woff2"), url("/static/assets/fonts/Satoshi-BlackItalic.woff") format("woff"), url("/static/assets/fonts/Satoshi-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
    font-style: italic;
  }
  * {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: "Satoshi-Variable";
  }
  .main-banner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    height: 100vh;
    position: relative;
  }
  .main-banner-container .content-wrapper .main-heading {
    font-family: "Satoshi-Black";
    font-size: 3.5rem;
    color: #1a1a1a;
    margin: 0;
  }
  .main-banner-container .content-wrapper .subheading {
    font-size: 1.1rem;
    width: 65%;
    margin: 0;
    padding-top: 1rem;
  }
  .main-banner-container .content-wrapper .pre-heading {
    padding-top: 1.5rem;
    margin: 0;
    font-size: 1.2rem;
    color: #1a1a1a;
    opacity: 0.8;
    font-family: "Satoshi-Bold";
  }
  .main-banner-container .content-wrapper input {
    height: 3.5rem;
    border-radius: 10rem;
    border: 1.2px solid #1a1a1a;
    width: 70%;
    outline: none;
    padding-left: 1rem;
    font-size: 1.1rem;
    font-family: "Satoshi-Medium";
  }
  .main-banner-container .content-wrapper ::-webkit-input-placeholder {
    font-size: 1rem;
    font-family: "Satoshi-Bold";
  }
  .main-banner-container .content-wrapper :-ms-input-placeholder {
    font-size: 1rem;
    font-family: "Satoshi-Bold";
  }
  .main-banner-container .content-wrapper ::-ms-input-placeholder {
    font-size: 1rem;
    font-family: "Satoshi-Bold";
  }
  .main-banner-container .content-wrapper ::placeholder {
    font-size: 1rem;
    font-family: "Satoshi-Bold";
  }
  .main-banner-container .content-wrapper .submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: 3rem;
    padding: 0 1rem;
    border-radius: 10rem;
    font-family: "Satoshi-Bold";
    background-color: #008000;
    color: #fff;
    text-decoration: none;
    margin-left: -9.65rem;
  }
  .main-banner-container .content-wrapper .email-capture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bannerImageWrapper img {
    height: 120%;
    margin-top: -20%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .video-library-container {
    width: 100%;
    background: #f7f7f7;
    padding: 3rem 0;
  }
  .video-library-container .wrapper {
    width: 1210px;
    margin: auto;
  }
  .video-library-container .main-heading {
    font-size: 2.5rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
  }
  .video-library-container .subheading {
    font-size: 1rem;
    color: #1a1a1a;
    opacity: 0.9;
    width: 50%;
  }
  .video-library-container .main-video-container {
    width: 100%;
    height: 20rem;
    background: #dedede;
    margin: 2rem 0;
    border-radius: 10px;
  }
  .video-library-container .videos-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .video-library-container .videos-container .video-container {
    height: 15rem;
    width: 24.5rem;
    background: #dedede;
    border-radius: 10px;
  }
  .video-library-container .videos-container .description {
    font-size: 0.9rem;
    color: #1a1a1a;
  }
  .play-button {
    position: absolute;
    cursor: pointer;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .video-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    width: 80px;
    background-color: #dedede;
    border-radius: 10px;
  }
  .events-news-container {
    margin-top: 5rem;
  }
  .top-container div img {
    margin-bottom: 0.5rem;
  }
  .events-news-container .top-container {
    width: 1210px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .events-news-container .top-container .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.5rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .events-news-container .top-container .subheading {
    font-size: 1rem;
    color: #1a1a1a;
    opacity: 0.9;
    /* width: 50%; */
  }
  .events-news-container .top-container .main-switcher {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    gap: 0.5rem;
    list-style-type: none;
  }
  .events-news-container .top-container .main-switcher a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2rem;
    width: 10rem;
    font-family: "Satoshi-Bold";
    border-radius: 10rem;
    font-size: 0.9rem;
    text-decoration: none;
  }
  .events-news-container .top-container .main-switcher .past-events {
    border: 1.2px solid #1a1a1a;
    color: #1a1a1a;
  }
  .events-news-container .top-container .main-switcher .upcoming-events {
    border: 1.2px solid #1a1a1a;
    color: #1a1a1a;
  }
  .main-switcher > .uk-active > a {
    background-color: #008000 !important;
    color: #fff !important;
  }
  .main-image-banner-wrapper {
    margin-top: 1rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 40rem;
    position: relative;
  }
  .main-image-banner-wrapper .backgroundImage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .main-image-banner-wrapper .backgroundImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .main-image-banner-wrapper .wrapper {
    position: relative;
    width: 1210px;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
  }
  .main-image-banner-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(93deg, #000 3.3%, rgba(0, 0, 0, 0.89) 14.12%, rgba(217, 217, 217, 0) 102.16%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-blend-mode: saturation;
    opacity: 1;
  }
  .main-image-banner-wrapper .wrapper h1 {
    color: #fff;
    font-family: "Satoshi-Bold";
  }
  .main-image-banner-wrapper .wrapper .main-heading {
    width: 40%;
    font-size: 3rem;
  }
  .main-image-banner-wrapper .wrapper .description {
    color: #fff;
    opacity: 0.8;
    font-size: 1.1rem;
    font-family: "Satoshi-Medium";
  }
  .main-image-banner-wrapper .wrapper .subheading {
    font-size: 0.9rem;
    width: 50%;
    opacity: 0.7;
  }
  .main-image-banner-wrapper .wrapper .videos-photos {
    margin-top: 2rem;
  }
  .main-image-banner-wrapper .wrapper .videos-photos .heading {
    color: #6BC68F;
    font-size: 1.2rem;
    font-family: "Satoshi-Medium";
  }
  .main-image-banner-wrapper .wrapper .videos-photos .slider-container {
    height: 10rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    gap: 0;
    scroll-behavior: smooth;
    overflow: visible;
  }
  .main-image-banner-wrapper .wrapper .videos-photos .slider-container .uk-slider-items {
    overflow: visible;
  }
}
@media (min-width: 992px) and (min-width: 960px) {
  .uk-child-width-1-3\@m > * {
    width: 20% !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .uk-child-width-1-4\@l > * {
    width: 12.5% !important;
  }
}
@media (min-width: 992px) {
  .main-image-banner-wrapper .wrapper .videos-photos .slider-container div {
    height: 100%;
    width: 15rem;
    border-radius: 10px;
    background-color: #dedede;
  }
  .slider-nav-left,
  .slider-nav-right,
  [uk-slidenav-previous],
  [uk-slidenav-next] {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #1a1a1a !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    opacity: 1 !important;
    z-index: 15 !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  }
  .slider-nav-left:hover,
  .slider-nav-right:hover,
  [uk-slidenav-previous]:hover,
  [uk-slidenav-next]:hover {
    background-color: rgb(255, 255, 255) !important;
    opacity: 1 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
  }
  .slider-nav-left svg, .slider-nav-left::before, .slider-nav-left::after,
  .slider-nav-right svg,
  .slider-nav-right::before,
  .slider-nav-right::after,
  [uk-slidenav-previous] svg,
  [uk-slidenav-previous]::before,
  [uk-slidenav-previous]::after,
  [uk-slidenav-next] svg,
  [uk-slidenav-next]::before,
  [uk-slidenav-next]::after {
    color: #1a1a1a !important;
    fill: #1a1a1a !important;
  }
  .uk-hidden-hover,
  .uk-visible-toggle .uk-hidden-hover {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .uk-slidenav {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #1a1a1a !important;
    border-radius: 50% !important;
    width: 45px !important;
    height: 45px !important;
  }
  .uk-slidenav:hover {
    background-color: rgb(255, 255, 255) !important;
    color: #1a1a1a !important;
  }
  .slider-container {
    gap: 0 !important;
  }
  .slider-container .uk-slider-items > * {
    padding-left: 1rem !important;
  }
  .slider-container .uk-slider-items > :first-child {
    padding-left: 0 !important;
  }
  .video-content img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .video-content img:hover {
    transform: scale(1.05);
    opacity: 0.9;
  }
  .video-content {
    position: relative;
  }
  .video-content a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .main-image-banner-wrapper .videos-photos {
    overflow: visible !important;
    width: 100% !important;
  }
  .video-content {
    display: flex;
    justify-content: center !important;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 10px;
  }
  .main-image-banner-wrapper .switcher-container {
    position: absolute;
    list-style-type: none;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }
  .main-image-banner-wrapper .switcher-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: "Satoshi-Bold";
    height: 2rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 0 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
  }
  .main-image-banner-wrapper .switcher-container .active {
    background-color: rgba(0, 0, 0, 0.458824);
    color: #fff;
    border-radius: 10rem;
  }
  .switcher-container > .uk-active > a {
    background-color: black !important;
    color: #fff !important;
    border-radius: 10rem;
  }
  .main-image-banner-wrapper .switcher-container .secondary {
    background-color: rgba(0, 0, 0, 0.458824);
    color: #fff;
    border-radius: 10rem;
  }
  .stakeholders-container {
    margin-top: 5rem;
    /* background: url(<path-to-image>) lightgray 0px -137.23px / 100% 226.222% no-repeat; */
  }
  .stakeholders-container .wrapper {
    width: 1210px;
    margin: auto;
  }
  .stakeholders-container .wrapper .main-heading {
    font-size: 2.5rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
  }
  .stakeholders-container .wrapper .switcher-tab-container {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }
  .stakeholders-container .wrapper .switcher-tab-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 0 1rem;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.9rem;
    font-family: "Satoshi-Bold";
    border: 1.2px solid #1a1a1a;
    border-radius: 10rem;
    color: #1a1a1a;
  }
  .stakeholders-container .wrapper .images-container {
    height: 20rem;
    width: 100%;
    border: 1.2px solid #dedede;
    border-radius: 10px;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("./assets/images/stakeholders.png");
  }
  .switcher-tab-container > .uk-active > a {
    background-color: #008000 !important;
    color: #fff !important;
  }
  .glossary-container {
    background: #f7f7f7;
    margin-top: 5rem;
    padding: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .glossary-container .wrapper {
    width: 1210px;
    margin: auto;
  }
  .glossary-container .wrapper .main-heading {
    font-size: 2.5rem;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    text-transform: capitalize;
  }
  .glossary-container .wrapper .main-subheading {
    font-size: 1rem;
    color: #1a1a1a;
    opacity: 0.9;
    width: 60%;
  }
  .glossary-container .wrapper .glossary-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin-top: 1rem;
    gap: 0.5rem;
    width: 60%;
  }
  .glossary-container .wrapper .glossary-switcher a {
    font-family: "Satoshi-medium";
    opacity: 0.8;
    color: #1A1A1A;
  }
  .glossary-switcher > .uk-active > a {
    font-family: "Satoshi-Bold" !important;
    color: #008000 !important;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .glossary-container .wrapper .content-container .letter-container {
    font-size: 3.5rem;
    margin: 0;
    padding-top: 1rem;
    width: 60%;
    font-family: "Satoshi-Black";
  }
  .glossary-container .wrapper .content-container .term-container {
    margin-top: 1.5rem;
  }
  .glossary-container .wrapper .content-container .term-container .term {
    font-size: 1.2rem;
    margin: 0;
    width: 60%;
    font-family: "Satoshi-bold";
  }
  .glossary-container .wrapper .content-container .term-container .term-description {
    width: 60%;
    margin: 0;
    padding-top: 0.5rem;
    font-size: 0.9rem;
  }
  .image-container img {
    width: 100%;
    height: auto;
  }
  .Alpha-A-content {
    width: 60%;
  }
  .Alpha-A {
    display: flex;
    flex-direction: row;
  }
  div.content-wrapper h1.main-heading {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1A1A1A;
    font-family: "Satoshi-Bold";
    font-size: 2.5rem !important;
    line-height: 1.3;
    max-width: 50%;
  }
  div.content-wrapper h1.main-heading .heading {
    color: #6BC68F;
  }
  div.content-wrapper p.subheading {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    /* background-color: red; */
    width: 40% !important;
    margin-top: 1rem !important;
    font-family: Satoshi-Medium;
    font-size: 1rem !important;
    line-height: 26.4px;
    padding: 0 !important;
  }
  div.content-wrapper p.pre-heading {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1A1A1A;
    font-family: Satoshi-Bold;
    font-size: 1.1rem !important;
    /* background-color: red; */
    line-height: 28.8px;
    opacity: 1 !important;
    padding: 0px !important;
    margin-top: 3rem !important;
  }
  div.content-wrapper .email-capture {
    /* background-color: red; */
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1rem !important;
    position: relative;
  }
  div.content-wrapper .email-capture input {
    height: 100%;
    font-size: 0.8rem;
    border: 1.2px solid #dedede;
    min-width: 25rem;
  }
  div.content-wrapper .email-capture input:focus {
    border: 1.2px solid #008000;
    background-color: rgba(0, 128, 0, 0.1254901961);
  }
  div.content-wrapper .email-capture ::-webkit-input-placeholder {
    font-size: 0.8rem;
  }
  div.content-wrapper .email-capture :-ms-input-placeholder {
    font-size: 0.8rem;
  }
  div.content-wrapper .email-capture ::-ms-input-placeholder {
    font-size: 0.8rem;
  }
  div.content-wrapper .email-capture ::placeholder {
    font-size: 0.8rem;
  }
  div.content-wrapper .email-capture a {
    height: 90% !important;
    font-size: 0.8rem;
    position: absolute;
    right: 0.2rem;
    background-color: #6BC68F !important;
    gap: 0.5rem;
    font-family: "Satoshi-Bold";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.content-wrapper .email-capture a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
  }
  div.content-wrapper .email-capture a:hover {
    background-color: #008000 !important;
  }
  div.content-wrapper .email-capture a:hover span {
    -webkit-animation: shake 0.5s ease-in-out;
    animation: shake 0.5s ease-in-out;
  }
  @-webkit-keyframes shake {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    25% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    50% {
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
    }
    75% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @keyframes shake {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    25% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    50% {
      -webkit-transform: rotate(10deg);
      transform: rotate(10deg);
    }
    75% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
}
@media (min-width: 992px) {
  /* Position the main container relatively */
  .main-banner-container {
    position: relative;
    overflow: hidden;
  }
  /* Blob styles */
  .blob {
    position: absolute;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: linear-gradient(45deg, #ec6a06, #00a50e, #FFB901, #DE3123);
    background-size: 600% 600%;
    -webkit-animation: gradientAnimation 10s ease infinite, fadeInOut 5s ease-in-out infinite;
    animation: gradientAnimation 10s ease infinite, fadeInOut 5s ease-in-out infinite;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.2;
    /* Lower opacity */
    -webkit-filter: blur(60px);
    filter: blur(60px);
    /* Add blur to the blob */
  }
  /* Gradient animation */
  @-webkit-keyframes gradientAnimation {
    0% {
      background-position: 0% 50%;
    }
    25% {
      background-position: 50% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    75% {
      background-position: 50% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes gradientAnimation {
    0% {
      background-position: 0% 50%;
    }
    25% {
      background-position: 50% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    75% {
      background-position: 50% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  /* Fade in and out animation */
  @-webkit-keyframes fadeInOut {
    0%, 100% {
      opacity: 0.2;
    }
    50% {
      opacity: 0.4;
    }
  }
  @keyframes fadeInOut {
    0%, 100% {
      opacity: 0.2;
    }
    50% {
      opacity: 0.4;
    }
  }
  /* Bring content above the blob */
  .main-banner-container .content-wrapper,
  .main-banner-container .bannerImageWrapper {
    z-index: 2;
    overflow: hidden;
  }
  .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .card {
    width: 300px;
    padding: 16px;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
  }
  /* Skeleton loader elements */
  .skeleton-image,
  .skeleton-text {
    background-color: #f0f0f0;
    background-image: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(50%, #ffffff), to(#f0f0f0));
    background-image: linear-gradient(90deg, #f0f0f0 0%, #ffffff 50%, #f0f0f0 100%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    -webkit-animation: shimmer 1.5s infinite;
    animation: shimmer 1.5s infinite;
    border-radius: 8px;
    margin-bottom: 12px;
  }
  .skeleton-image {
    width: 100%;
    height: 14rem;
    min-width: 22rem;
    border-radius: 12px;
  }
  .skeleton-text {
    width: 100%;
    height: 2rem;
    border-radius: 8px;
  }
  .skeleton-text.short {
    width: 60%;
  }
  /* Shimmer animation */
  @-webkit-keyframes shimmer {
    0% {
      background-position: -200% 0;
    }
    100% {
      background-position: 200% 0;
    }
  }
  @keyframes shimmer {
    0% {
      background-position: -200% 0;
    }
    100% {
      background-position: 200% 0;
    }
  }
  /* Hidden content styles */
  .loaded-content {
    display: none;
  }
  /* Show content when load-content class is added */
  .load-content .skeleton-image,
  .load-content .skeleton-text {
    display: none;
  }
  .load-content .loaded-content {
    display: block;
  }
  .videosMainWrapper {
    /* background-color: red; */
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  div.card-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* background-color: blue; */
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.card-container div {
    /* background-color: brown; */
    width: 32%;
  }
  .load-content {
    margin: 0;
    padding: 0;
  }
  div.loaded-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* background-color: red; */
    min-width: 24.2rem;
    width: 100%;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
  }
  div.loaded-content img {
    height: 15rem !important;
    width: 100% !important;
  }
  div.loaded-content h3 {
    font-family: "Satoshi-Bold";
    font-size: 1.3rem;
    margin-top: 1rem !important;
    margin-bottom: 0;
    /* background-color: red; */
    width: 90%;
    margin-inline: auto;
    padding: 0 !important;
  }
  div.loaded-content p {
    font-family: "Satoshi-Bold";
    font-size: 0.8rem;
    width: 90%;
    margin-inline: auto;
    margin-top: 0.5rem !important;
    /* padding: 0 !important; */
  }
  .table-container {
    width: 80%;
    margin-top: 0;
    max-width: 1210px;
    margin-inline: auto;
    margin-bottom: 1.5rem;
  }
  .table-container .wrapper {
    width: 100% !important;
  }
  .table-container .wrapper .document-name {
    min-width: 12rem !important;
  }
  .table-container .mainFirst {
    border-bottom: 1.5px solid #e5e7eb;
    padding-bottom: 0.5rem;
  }
  .table-container .mainFirst .heading {
    font-family: "Satoshi-Medium";
    font-size: 0.75rem;
    color: #6b7280 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
  }
  .table-container .table-row-container:last-child {
    border-bottom: none;
  }
  .table-container .table-row-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    align-items: center !important;
    padding: 0.7rem 0;
  }
  .table-container .table-row-container .description {
    width: 60%;
  }
  .table-container .table-row-container .description p {
    font-size: 0.875rem;
    color: #4b5563;
  }
  .table-container .table-row-container .download a {
    display: flex;
    height: 1.85rem;
    font-size: 0.78rem;
    color: #fff;
    background-color: #008000;
    text-decoration: none;
    width: fit-content;
    padding: 0 0.875rem;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-family: "Satoshi-Medium";
    transition: background 0.2s ease;
  }
  .table-container .table-row-container .download a:hover {
    background-color: #006600;
  }
  .table-container .table-row-container .download a span {
    display: none;
  }
  .table-container .table-row-container .document-name p {
    font-family: "Satoshi-Bold";
    font-size: 0.9rem;
    color: #1a1a1a;
  }
  .table-container .table-row-container p {
    margin: 0;
    padding: 0;
  }
  .mainContainer {
    margin-top: 3rem;
  }
  .mainContainer .propertyWrapper {
    width: 90%;
    margin: auto;
  }
  .mainContainer .propertyWrapper .mainHeading {
    font-size: 1.6rem;
    text-align: center;
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
    margin: 0;
    padding: 0;
  }
  .mainContainer .propertyWrapper .preHeading {
    font-size: 0.7rem;
    font-family: "Satoshi-Medium";
    color: rgba(26, 26, 26, 0.9);
    text-align: center;
  }
  .productMainWrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
  }
  .productMainWrapper .orderProperties {
    border: 1.2px solid #dedede;
    border-radius: 10px;
    padding: 0 0.5rem;
    width: 100%;
  }
  .productMainWrapper .orderProperties .orderItem {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    border-bottom: 1.2px solid #dedede;
    align-items: center;
    height: 4rem;
  }
  .productMainWrapper .orderProperties .orderItem .previewDiagram {
    height: 2rem;
    width: 2.5rem;
    background: #6BC68F;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .productMainWrapper .orderProperties .orderItem .orderDetails {
    display: flex;
    flex-direction: column;
  }
  .productMainWrapper .orderProperties .orderItem .orderDetails h3, .productMainWrapper .orderProperties .orderItem .orderDetails p {
    padding: 0;
    margin: 0;
  }
  .productMainWrapper .orderProperties .orderItem .orderDetails .heading {
    font-size: 0.8rem;
    font-family: "Satoshi-Bold";
    color: rgba(26, 26, 26, 0.8);
    display: flex;
    gap: 1rem;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .productMainWrapper .orderProperties .orderItem .orderDetails .heading .orderCount {
    color: rgba(26, 26, 26, 0.2470588235);
  }
  .productMainWrapper .orderProperties .orderItem .orderDetails .dateAddedCart {
    font-size: 0.6rem;
    font-family: "Satoshi-Medium";
    color: rgba(26, 26, 26, 0.6);
  }
  .orderActions {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
  .orderActions .editDetails {
    font-size: 0.7rem;
    background: rgba(107, 198, 143, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.2rem;
    border-radius: 4px;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.2rem;
    text-decoration: none !important;
    padding: 0 0.4rem;
    font-weight: 500;
    color: #449363;
    font-family: "Satoshi-Medium";
  }
  .orderActions .delete {
    height: 1.2rem;
    width: 1.2rem;
    background: #FBD9D7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .orderActions .delete span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .checkoutInformation {
    border: 1.2px solid #dedede;
    width: 100%;
    border-radius: 10px;
  }
  .checkoutInformation .topContainer {
    height: 3rem;
    width: 100%;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1.2px solid #dedede;
    padding-left: 1rem;
  }
  .checkoutInformation .topContainer h2 {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    display: flex;
    font-family: "Satoshi-Bold";
    align-items: center;
    gap: 0.5rem;
  }
  .checkoutInformation .topContainer h2 span {
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .checkoutInformation .orderContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
    gap: 0.5rem;
    padding: 0 1rem;
  }
  .checkoutInformation .orderContainer > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 0.8rem;
  }
  .checkoutInformation .orderContainer > div .token {
    font-family: "Satoshi-Medium";
    color: rgba(26, 26, 26, 0.8);
  }
  .checkoutInformation .orderContainer > div .value {
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
  }
  .checkoutInformation .charges {
    margin-top: 1rem;
    border: 1.2px solid #dedede;
    border-right: none;
    border-left: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.3rem 1rem;
  }
  .checkoutInformation .charges > div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-size: 0.8rem;
  }
  .checkoutInformation .charges > div .token {
    font-family: "Satoshi-Bold";
    color: rgba(26, 26, 26, 0.8);
  }
  .checkoutInformation .charges > div .value {
    font-family: "Satoshi-Bold";
    color: #1a1a1a;
  }
  .checkoutInformation .totalCharge {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .checkoutInformation .totalCharge .token {
    font-size: 1rem;
    font-family: "Satoshi-Bold";
    color: rgba(26, 26, 26, 0.8);
  }
  .checkoutInformation .totalCharge .value {
    font-family: "Satoshi-Black";
    color: #1a1a1a;
    font-size: 1.3rem;
  }
  .lastOrder {
    border-bottom: none !important;
  }
  .proceedPayment {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #008000;
    color: #fff !important;
    height: 2rem;
    font-size: 0.8rem;
    text-transform: capitalize;
    font-family: "Satoshi-Medium";
    margin: 1rem;
    text-decoration: none !important;
    gap: 0.5rem;
    border-radius: 4px;
  }
  .proceedPayment span {
    display: flex;
    height: 1rem;
    width: 1.5rem;
    align-items: center;
    justify-content: center;
  }
  .stepsCounter .uk-active .circleCounter {
    background: #6BC68F;
  }
  .stepsCounter .uk-active .numberContainer {
    background-color: #008000;
    color: #fff;
  }
  .stepsCounter .uk-active .stepsDesc {
    color: #008000;
  }
  .progressWrapper {
    margin-top: unset !important;
    margin-top: 2rem !important;
    position: relative;
  }
  .progressWrapper .lineProgresContainer {
    max-width: 40rem;
    height: 3rem;
    width: 100%;
    position: absolute;
    top: 0%;
    transform: translateX(-50%);
    left: 50%;
  }
  .progressWrapper .lineProgresContainer .progressLine {
    height: 1px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    background: #dedede;
    top: 0.6rem;
    position: relative;
  }
  .progressWrapper .lineProgresContainer .progressLine .percentage {
    position: absolute;
    left: 0;
    height: 2px;
    width: 20%;
    background: #008000;
  }
  .stepsCounter {
    margin-top: 1rem;
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0;
    max-width: 40rem;
    position: relative;
    margin-inline: auto;
  }
  .stepsCounter a {
    text-decoration: none !important;
  }
  .stepsCounter .circleCounter {
    height: 1.4rem;
    width: 1.4rem;
    background: #f2f2f2;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: rgba(26, 26, 26, 0.2);
    font-size: 0.6rem;
    font-weight: 700;
  }
  .stepsCounter .circleCounter span {
    background-color: #F2F2F2;
    height: 1rem;
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .stepsCounter .stepsDesc {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    color: rgba(26, 26, 26, 0.8);
    font-size: 0.65rem;
    font-weight: 600;
  }
  .stepsCounter .stepsDesc span {
    height: 0.8rem;
    width: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .stepsCounter a {
    display: flex;
    flex-direction: column;
    font-size: 0.7rem;
    align-items: center;
    justify-content: center;
  }
  .navigation {
    border-bottom: 1.2px solid #dedede;
  }
  .stepsCounter > li .stepsDesc {
    display: flex;
    flex-direction: column-reverse;
    font-size: unset;
    font-size: 0.9rem;
    font-family: "Satoshi-Bold";
    color: rgba(26, 26, 26, 0.4745098039);
  }
  .stepsCounter > li .stepsDesc span {
    width: 1.6rem;
    height: 1.6rem;
  }
  .stepsCounter > li .stepsDesc span img {
    height: 100%;
    width: 100%;
    display: flex;
  }
  .ecadastrelogo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    width: 3.5rem;
  }
  .editDetails, .delete {
    height: unset;
    height: 1.5rem !important;
  }
  .delete {
    width: 1.5rem !important;
  }
  .mainHeading {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-inline: auto !important;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.5rem !important;
  }
  .preHeading {
    font-size: 0.9rem !important;
    width: 40%;
    margin-inline: auto;
    opacity: 0.8;
    margin-top: 2rem !important;
  }
  .productMainWrapper {
    display: flex;
    flex-direction: row;
    padding-bottom: 2rem;
    max-width: 1210px;
    margin-inline: auto !important;
    transform: translateY(2rem);
  }
  .productMainWrapper .orderProperties {
    padding-left: 2rem;
    height: 20rem;
  }
  .productMainWrapper .checkoutInformation {
    width: 30rem;
  }
  .productMainWrapper .orderWrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .productMainWrapper .orderWrapper .orderItem {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .productMainWrapper .previewDiagram {
    height: 4rem !important;
    width: 4rem !important;
  }
  .productMainWrapper .previewDiagram img {
    height: 2.5rem;
    opacity: 0.5;
  }
  .productMainWrapper .orderDetails {
    display: flex;
    gap: 1rem;
  }
  .productMainWrapper .orderDetails .heading {
    font-size: unset !important;
    font-size: 1.5rem;
    width: unset;
    justify-content: space-between;
    gap: 5rem !important;
  }
  .productMainWrapper .orderDetails .heading .orderCount {
    font-size: 1.3rem;
  }
  .orderItem {
    justify-content: unset !important;
    position: relative;
  }
  .orderItem .orderActions {
    position: absolute;
    right: 2rem;
  }
}
.stepsCounter .uk-active .circleCounter {
  background: #6BC68F;
}

.stepsCounter .uk-active .numberContainer {
  background-color: #008000;
  color: #fff;
} 
.main-video-container {
  /* background-color: red; */
  min-height: 35rem !important;
  height: 35rem !important;
}

.main-video-container .video-content {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.glossaryHeading {
  font-family: "Satoshi-Bold";
  text-transform: capitalize;
}

.mainDescriptionOwners {
  padding-top: 2rem !important;
}

/* Acts Documents Section Styles */
.actsSection {
  width: 100%;
  background: #f8f9fa;
  padding: 2.5rem 0;
  margin-bottom: 2rem;
}

.acts-container {
  width: 100%;
}
.acts-container .wrapper {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 1rem;
}

.acts-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5rem;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .acts-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.acts-title-section {
  flex: 1;
}
.acts-title-section .main-heading {
  font-size: 2rem;
  font-family: "Satoshi-Bold", sans-serif;
  color: #1a1a1a;
  margin-bottom: 0.35rem;
}
@media (max-width: 768px) {
  .acts-title-section .main-heading {
    font-size: 1.6rem;
  }
}
.acts-title-section .subheading {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1.5;
  max-width: 560px;
  margin: 0;
}

.acts-controls {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
@media (max-width: 768px) {
  .acts-controls {
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
  }
}

.search-container {
  position: relative;
}
@media (max-width: 768px) {
  .search-container {
    width: 100%;
  }
}
.search-container .search-input {
  padding: 0.6rem 1rem 0.6rem 2.25rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 7px;
  font-size: 0.875rem;
  width: 260px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
}
@media (max-width: 768px) {
  .search-container .search-input {
    width: 100%;
  }
}
.search-container .search-input:focus {
  outline: none;
  border-color: #008000;
  box-shadow: 0 0 0 3px rgba(0, 128, 0, 0.08);
}
.search-container .search-input::placeholder {
  color: #b0b7c3;
}
.search-container .search-icon {
  position: absolute;
  left: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  color: #b0b7c3;
  pointer-events: none;
}

.view-toggle {
  display: flex;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 7px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .view-toggle {
    width: 100%;
  }
}

.view-btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 0.9rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: "Satoshi-Medium", sans-serif;
  color: #6b7280;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .view-btn {
    flex: 1;
    justify-content: center;
  }
}
.view-btn:hover {
  background: #f3f4f6;
  color: #374151;
}
.view-btn.active {
  background: #008000;
  color: white;
}
.view-btn.active svg {
  stroke: white;
}
.view-btn svg {
  stroke: currentColor;
}

/* Table View Styles */
.documents-table-container {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.documents-table {
  width: 100%;
  border-collapse: collapse;
}
.documents-table thead {
  background: #f9fafb;
}
.documents-table thead th {
  padding: 0.7rem 1.25rem;
  text-align: left;
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 0.8rem;
  color: #6b7280;
  font-weight: 500;
  border-bottom: 1px solid #e5e7eb;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.documents-table thead th:first-child {
  padding-left: 1.5rem;
}
.documents-table thead th:last-child {
  padding-right: 1.5rem;
}
.documents-table tbody tr {
  border-bottom: 1px solid #f3f4f6;
  transition: background-color 0.15s ease;
}
.documents-table tbody tr:hover {
  background: #f8fafc;
}
.documents-table tbody tr:last-child {
  border-bottom: none;
}
.documents-table tbody tr td {
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
}
.documents-table tbody tr td:first-child {
  padding-left: 1.5rem;
}
.documents-table tbody tr td:last-child {
  padding-right: 1.5rem;
}

.document-name .doc-info {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.document-name .doc-info .doc-icon {
  color: #008000;
  flex-shrink: 0;
}
.document-name .doc-info span {
  font-family: "Satoshi-Medium", sans-serif;
  color: #1f2937;
}

.document-type .type-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  background: #fef3c7;
  color: #92400e;
  font-size: 0.7rem;
  font-family: "Satoshi-Medium", sans-serif;
  border-radius: 4px;
  letter-spacing: 0.03em;
}

.document-size {
  color: #9ca3af;
  font-family: "Satoshi-Regular", sans-serif;
  font-size: 0.85rem;
}

.document-action .action-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.4rem 0.875rem;
  background: #008000;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 0.8rem;
  font-family: "Satoshi-Medium", sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
}
.document-action .action-btn:hover {
  background: #006600;
}
.document-action .action-btn svg {
  stroke: currentColor;
}

/* Grid View Styles */
.documents-grid-container .documents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.875rem;
}
@media (max-width: 768px) {
  .documents-grid-container .documents-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
@media (max-width: 480px) {
  .documents-grid-container .documents-grid {
    grid-template-columns: 1fr;
  }
}

.document-card {
  background: white;
  border-radius: 10px;
  padding: 1rem 1.125rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  border: 1px solid #f0f0f0;
}
.document-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  border-color: #e0e0e0;
}
.document-card .doc-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
}
.document-card .doc-icon-wrap {
  width: 32px;
  height: 32px;
  background: rgba(0, 128, 0, 0.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #008000;
  flex-shrink: 0;
}
.document-card .doc-type-badge {
  background: #fef3c7;
  color: #92400e;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.68rem;
  font-family: "Satoshi-Medium", sans-serif;
  letter-spacing: 0.04em;
}
.document-card .doc-title {
  font-size: 0.9rem;
  font-family: "Satoshi-Medium", sans-serif;
  color: #1f2937;
  margin: 0 0 0.25rem 0;
  line-height: 1.35;
}
.document-card .doc-size {
  font-size: 0.78rem;
  color: #9ca3af;
  font-family: "Satoshi-Regular", sans-serif;
  display: block;
  margin: 0 0 0.75rem 0;
}
.document-card .view-document-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  padding: 0.475rem 0.75rem;
  background: #008000;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 0.8rem;
  font-family: "Satoshi-Medium", sans-serif;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: auto;
}
.document-card .view-document-btn:hover {
  background: #006600;
}
.document-card .view-document-btn svg {
  stroke: currentColor;
  flex-shrink: 0;
}

/* Responsive adjustments for table on mobile */
@media (max-width: 768px) {
  .documents-table-container {
    overflow-x: auto;
  }
  .documents-table {
    min-width: 540px;
  }
  .documents-table thead th,
  .documents-table tbody td {
    padding: 0.625rem 0.875rem;
  }
  .documents-table thead th:first-child,
  .documents-table tbody td:first-child {
    padding-left: 1rem;
  }
  .documents-table thead th:last-child,
  .documents-table tbody td:last-child {
    padding-right: 1rem;
  }
  .document-name .doc-info {
    gap: 0.5rem;
  }
  .document-name .doc-info span {
    font-size: 0.84rem;
  }
}
.acts-title-section .subheading {
  font-family: "Satoshi-Regular";
}

@media (min-width: 350px) and (max-width: 992px) {
  .acts-controls {
    display: none;
  }
  .headerSurveyRecords {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 2rem;
  }
  .headerSurveyRecords .sampleHeading {
    font-family: "Satoshi-Bold";
    color: #333;
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
  }
  .headerSurveyRecords .description {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    padding-top: 0.5rem;
    font-family: "Satoshi-Medium";
  }
  .sessions-launch {
    margin-top: 2rem;
  }
  .sessions-launch .main-heading {
    font-family: "Satoshi-Medium";
    font-size: 1.7rem;
    text-align: center;
    color: #333;
    font-weight: 700;
    width: 80%;
    margin-inline: auto;
  }
  .sessions-launch .subheading {
    font-family: "Satoshi-Regular";
    font-size: 0.85rem;
    text-align: center;
    color: #333;
    width: 95%;
    margin-inline: auto;
  }
  .glossary-container {
    margin-top: 3rem;
    width: 90%;
    margin-inline: auto;
    padding-bottom: 2rem;
  }
  .glossary-container .glossaryHeading {
    font-size: 1.7rem;
    font-family: "Satoshi-Medium";
    color: #333;
    font-weight: 700;
  }
  .glossary-container .main-subheading {
    font-family: "Satoshi-Regular";
    color: #333;
  }
  .glossary-container .term {
    font-family: "Satoshi-Medium";
    font-size: 1.5rem;
    color: #1a1a1a;
  }
  .glossary-container .term-description {
    font-family: "Satoshi-Medium";
    font-size: 0.85rem;
    color: #333;
    opacity: 0.8;
  }
  .glossary-container .image-container {
    display: none;
  }
  .glossary-container .glossary-switcher {
    padding: 0;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    width: 100%;
    overflow-x: auto;
  }
  .glossary-container .glossary-switcher a {
    font-family: "Satoshi-Medium";
    height: 2rem;
    padding: 0 1rem;
    background: #dedede;
    color: #333;
  }
  .stakeholders-container {
    margin-top: 2rem;
    width: 90%;
    margin-inline: auto;
  }
  .stakeholders-container .mainDescriptionOwners {
    font-size: 0.85rem;
    font-family: "Satoshi-Medium";
    color: #333;
  }
  .stakeholders-container .main-heading {
    font-size: 1.7rem;
    font-family: "Satoshi-Medium";
    font-weight: 700;
    color: #333;
  }
  .stakeholders-container .switcher-tab-container {
    list-style: none;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    display: flex;
    gap: 1rem;
    border-bottom: 1.2px solid #dedede;
    align-items: center;
    margin-bottom: 2rem;
    /* Webkit browsers (Chrome, Safari, Edge) */
  }
  .stakeholders-container .switcher-tab-container ::-webkit-scrollbar {
    width: 8px; /* Width of vertical scrollbar */
    height: 8px; /* Height of horizontal scrollbar */
  }
  .stakeholders-container .switcher-tab-container ::-webkit-scrollbar-track {
    background: transparent; /* Background of the scrollbar track */
  }
  .stakeholders-container .switcher-tab-container ::-webkit-scrollbar-thumb {
    background: #d3d3d3; /* Light grey color */
    border-radius: 4px; /* Rounded corners */
  }
  .stakeholders-container .switcher-tab-container ::-webkit-scrollbar-thumb:hover {
    background: #b8b8b8; /* Slightly darker on hover */
  }
  .stakeholders-container .switcher-tab-container {
    /* Firefox */
  }
  .stakeholders-container .switcher-tab-container * {
    scrollbar-width: thin;
    scrollbar-color: #d3d3d3 transparent; /* thumb color, track color */
  }
  .stakeholders-container .switcher-tab-container li {
    display: flex;
    height: 2rem;
    width: fit-content;
    align-items: center;
    padding: 0 1rem;
    background: #dedede;
  }
  .stakeholders-container .switcher-tab-container li a {
    font-family: "Satoshi-Medium";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    height: 100%;
    width: 100%;
    color: #333;
    text-wrap: nowrap;
  }
  .events-news-container {
    width: 90%;
    margin-top: 3rem;
    margin-inline: auto;
  }
  .events-news-container .switcher-container {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 0.5rem;
    border-bottom: 1.2px solid #dedede;
  }
  .events-news-container .switcher-container li {
    display: flex;
    height: 2rem;
    width: fit-content;
    align-items: center;
    padding: 0 1rem;
    background: #dedede;
  }
  .events-news-container .switcher-container li a {
    font-family: "Satoshi-Medium";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    height: 100%;
    width: 100%;
    color: #333;
  }
  .events-news-container .main-switcher {
    background: white;
    border: 1.2px solid #dedede;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-inline: auto;
    gap: 0.5rem;
    padding: 0 0.2rem;
    border-radius: 10rem;
    height: 3rem;
  }
  .events-news-container .main-switcher li {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .events-news-container .main-switcher .uk-active a {
    background: #008000;
    color: #fff;
  }
  .events-news-container .main-switcher a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    height: 90%;
    background: #dedede;
    color: #333;
    padding: 0 1rem;
    font-size: 0.85rem;
    width: fit-content;
    font-family: "Satoshi-Medium";
  }
  .main-banner-container {
    height: calc(100dvh - 4.5rem);
    max-height: 45rem;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .main-banner-container .bannerImageWrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 35%;
    width: 100%;
  }
  .main-banner-container .bannerImageWrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom left;
  }
  .main-banner-container .main-heading {
    max-width: unset !important;
    margin-inline: auto !important;
    font-family: "Satoshi-Medium";
    font-weight: 700;
    color: #333;
    font-size: 1.8rem;
    width: 90%;
    padding-top: 10rem;
    text-align: center;
  }
  .main-banner-container .subheading {
    width: unset !important;
    width: 80% !important;
    font-family: "Satoshi-Regular";
    margin-inline: auto;
    text-align: center;
  }
  .main-banner-container .pre-heading {
    font-family: "Satoshi-Regular";
    margin-inline: auto;
    text-align: center;
    margin-top: 2rem;
    font-size: 1.2rem;
    color: #1a1a1a;
    width: 80% !important;
  }
  .main-banner-container .email-capture {
    padding: 1rem;
    border-radius: 10px;
    width: 90%;
    border: 1.2px solid #dedede;
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    background: #f7f7f7;
    gap: 1rem;
  }
  .main-banner-container .email-capture input {
    width: 100%;
    height: 2.5rem;
    display: flex;
    padding-left: 1rem;
    border: 1.2px solid #dedede;
    border-radius: 4px;
    outline: none;
    font-family: "Satoshi-Medium";
  }
  .main-banner-container .email-capture a {
    display: flex;
    height: 2.5rem;
    width: 100%;
    background: #008000;
    font-size: 1rem;
    color: #fff;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    font-family: "Satoshi-Medium";
    gap: 0.5rem;
  }
  .main-banner-container .email-capture a span {
    display: flex;
    height: 1.5rem;
    width: 1.5rem;
    align-items: center;
    justify-content: center;
  }
  .table-container {
    width: 90%;
    margin-inline: auto;
  }
  .table-container .wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .table-container .wrapper .table-row-container .description {
    margin: unset !important;
    padding: 0 !important;
    text-align: left !important;
  }
  .table-container .wrapper .table-row-container:nth-child(1) {
    display: none;
  }
  .table-container .wrapper .table-row-container {
    background: #f7f7f7;
    border-radius: 10px;
    border-top: unset !important;
    padding: 1rem;
    border: 1.2px solid #dedede;
    border-top: 1.2px solid #dedede !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  }
  .table-container .wrapper .table-row-container .document-name p {
    font-size: 1.2rem;
    font-family: "Satoshi-Medium";
    margin-bottom: 0;
    margin-top: 0.5rem;
    padding: 0 !important;
    color: #1a1a1a;
  }
  .table-container .wrapper .table-row-container .description p {
    padding: 0 !important;
    margin-top: 0.5rem !important;
    font-size: 0.85rem;
    font-family: "Satoshi-Regular";
    color: #333;
  }
  .table-container .wrapper .table-row-container .download a {
    display: flex;
    height: 2.5rem;
    margin-top: 1rem;
    width: 100%;
    background: rgba(0, 128, 0, 0.7411764706);
    border-radius: 4px;
    color: #fff;
    font-size: 0.85rem;
    font-family: "Satoshi-Medium";
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease-in-out;
  }
  .table-container .wrapper .table-row-container .download a:hover {
    background: #002500;
    border-radius: 10rem;
  }
  .video-library-container {
    width: 90%;
    margin-inline: auto;
    margin-top: 3rem;
  }
  .video-library-container .loaded-content h3 {
    font-family: "Satoshi-Medium";
    color: #333;
    margin: 0;
    font-size: 1.2rem;
  }
  .video-library-container .loaded-content p {
    font-family: "Satoshi-Regular";
    color: #333;
    opacity: 0.8;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    padding: 0;
  }
  .video-library-container h2 {
    font-family: "Satoshi-Medium";
    font-weight: 700;
  }
  .video-library-container .subheading {
    font-family: "Satoshi-Regular";
  }
}
