@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  overflow-x: hidden;
}

h1 {
  font-family: Saans, sans-serif;
}

p {
  font-family: Suisseintl Book, sans-serif;
}

.c-fs-18 {
  font-size: 18px;
}

.c-fs-12 {
  font-size: 12px;
}

.c-fs-11 {
  font-size: 11px;
}

.c-fs-1k5 {
  font-size: 1.5rem;
}

.c-fs-28 {
  font-size: 28px !important;
}

.c-fs-36 {
  font-size: 36px !important;
}

.c-fs-48 {
  font-size: 48px !important;
}

.c-fs-20 {
  font-size: 20px !important;
}

.c-fs-24 {
  font-size: 24px !important;
}

.c-fs-16 {
  font-size: 16px !important;
}

.c-text-white {
  color: #fff;
}

.c-text-red {
  color: #621724;
}

.c-blue {
  background-color: #2d2d69 !important;
}

.c-blue-soft {
  background-color: #e8f0fe !important;
}

.c-grey {
  background-color: #f8f8f8;
}

.c-black {
  background-color: #212529;
}

.c-purple {
  background-color: #39398c;
}

.c-purple-2 {
  background-color: #9392f6;
}

.c-purple-4 {
  background-color: #2c2d67;
}

.c-purple-5 {
  background-color: #5a55d3;
}

.c-purple-6 {
  background-color: #2e2c6d;
}

.c-text-grey-2 {
  color: rgb(115 122 138/1);
}

.c-green-2 {
  background-color: #d7edd8;
}

.c-text-purple {
  color: #39398c;
}

.c-text-purple-3 {
  color: #bdbdfa;
}

.c-text-46 {
  font-size: 46px;
}

.c-text-medium {
  font-size: 1.125rem;
}

.c-text-semibold {
  font-weight: 600;
}

.c-text-bold {
  font-weight: 700;
}

.c-text-h2 {
  font-family: Saans, sans-serif;
  font-size: 3.5rem !important;
  font-weight: 600;
  line-height: 1.2;
}

.c-text-h4 {
  font-family: Saans, sans-serif;
  font-size: 2.5rem !important;
  font-weight: 600;
  line-height: 1.2;
}

.c-text-h3 {
  font-family: Saans, sans-serif;
  font-size: 1.5rem !important;
  font-weight: 600;
  line-height: 1.2;
}

.c-fw-500 {
  font-weight: 500 !important;
}

.c-fw-700 {
  font-weight: 700 !important;
}

h2.c-title-section {
  font-family: Saans, sans-serif;
  font-size: 3.5rem !important;
  font-weight: 600;
  line-height: 1.2;
}

h2.c-title-section.c-fs-28 {
  font-size: 28px !important;
}

h2.c-title-section.c-fs-36 {
  font-size: 36px !important;
}

h2.c-title-section.c-fs-24 {
  font-size: 24px !important;
}

h2.c-title-section.home-v2 {
  font-weight: 500 !important;
}

h4.c-title-section {
  font-size: 2.5rem !important;
  font-weight: 600;
  line-height: 1.3;
}

p.c-text-desc-section {
  font-size: 1.25rem;
  font-weight: 400;
}

.c-btn {
  text-align: center;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  font-family: Suisseintl, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  transition: background-color 0.3s;
}

.c-btn-outlined-grey {
  border: 1px solid #d2d3d3;
}

.c-btn-outlined-grey:hover {
  border: 1px solid #d2d3d3;
}

.c-hero {
  /* min-height: calc(100vh + 72px); */
  min-height: auto;
}

.c-hero .title-badge {
  display: flex;
  background-color: #f0f0f0;
  padding: 0.4rem 0.5rem;
  border-radius: 12px;
}

.title-badge .badge-text {
  padding-left: 1rem;
  padding-right: 0.5rem;
}

.title-badge .badge-rainbow {
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: rgb(107, 99, 231);
  background: linear-gradient(
    90deg,
    rgba(107, 99, 231, 1) 0%,
    rgba(171, 107, 147, 1) 50%,
    rgba(247, 115, 48, 1) 100%
  );
}

/* Hero */
.c-hero .row {
  /* min-height: calc(100vh); */
}

.c-hero-fit {
  padding-top: 10%;
  padding-bottom: 5%;
}

.c-hero p {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.c-hero h1 {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.home-v2.c-hero h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.home-v2.c-hero .c-hero-image {
  width: 120%;
}

h1.title-hero {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

p.desc-hero {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 3rem;
}

.c-hero .c-hero-content {
  padding-top: calc(72px + 6%);
  position: relative;
  z-index: 1;
}

.home-v2.c-hero .c-hero-content {
  background-image: url("./images/bg-hero-v2.png");
  border-radius: 30px;
  padding: 5% !important;
  padding-top: 8% !important;
  padding-bottom: 8% !important;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-v2.c-hero .c-hero-content-black {
  background-image: url("./images/bg-hero-v3.png");
  border-radius: 30px;
  padding: 5% !important;
  padding-top: 8% !important;
  padding-bottom: 8% !important;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-v2.c-hero {
  padding-top: calc(72px + 3rem);
}

/* End Hero */

.c-client-trush {
  background-color: #f8f8f8;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  padding: 2rem;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: 1.5rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.c-client-trush.transparent {
  background-color: transparent;
}

.c-client-trush img {
  height: 21px;
}

.c-navbar {
  height: 72px;
  position: fixed;
  width: 100%;
  background-color: #ffff;
  z-index: 6;
  border-bottom: 1px solid #f3f4f3;
}

.c-navbar.c-navbar-demo {
  background-color: transparent;
}

.c-navbar .navbar-collapse {
  background-color: #ffff;
}

.c-navbar .row,
.c-navbar .container {
  height: 100%;
}

.c-navbar .btn-light {
  background-color: rgba(239, 239, 239, 0);
  border-radius: 0.75rem;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  transition: background-color 0.2s;
  border: none !important;
  font-weight: 500;
  vertical-align: top;
  color: #222;
}

.c-navbar .btn-light:hover {
  color: rgba(0, 0, 0, 0.75);
  background-color: #efefef;
  border-radius: 0.75rem;
}

.c-post {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.75rem;
}

.c-post .label {
  background-color: #efefef;
  padding: 0.5rem 2rem;
  border-radius: 100px;
  width: max-content;
}

.c-post .title {
  font-size: 1.75rem;
  font-weight: bold;
}

.c-tab {
  gap: 1.5rem;
}

.c-tab .nav-item {
  flex: auto;
}

.c-tab .nav-item button {
  width: 100%;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1.3rem 1.25rem;
  transition: background-color 0.2s;
  position: static;
}

.c-tab .nav-item button {
  border: 1px solid;
  border-color: #424649;
  color: #424649;
}

.c-tab .nav-item button.active {
  background-color: #424649;
}

.c-tab-content {
  background-color: #e5e5e5;
  padding: 2rem;
  border-radius: 1.2rem;
}

.c-tab-2 {
  gap: 1.5rem;
  flex-wrap: nowrap;
}

.c-tab-2 .nav-item {
  flex: auto;
}

.c-tab-2 .nav-item button {
  width: 100%;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: -2rem;
  padding: 1.3rem 1.25rem;
  transition: background-color 0.2s;
  position: static;
}

.c-tab-2 .nav-item button {
  border: 1px solid;
  border-color: #424649;
  color: #424649;
  background-color: #fff;
}

.c-tab-2 .nav-item button.active {
  background-color: #161717;
  border-color: #161717;
}

.c-tab-2-content {
  background-color: #161717;
  padding: 2rem;
  padding-top: 6rem;
  border-radius: 1.2rem;
  color: #fff;
}

.c-black-content {
  background-color: #161717;
  padding: 2rem;
  border-radius: 1.2rem;
  color: #fff;
}

.c-purple-content {
  background-color: #2c2d67;
  padding: 2rem;
  border-radius: 1.2rem;
  color: #fff;
}

.c-green-content {
  background-color: #10320f;
  padding: 2rem;
  border-radius: 1.2rem;
  color: #fff;
}

.c-testimony-item {
  height: 610px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fefefe;
  border: 0.09375rem solid #d2d3d3;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.75rem;
  display: flex;
  margin: 1rem 1rem;
}

.c-testimony-item.slime {
  height: 480px;
}

.c-testimony-item.bordered {
  border: 2px solid #000;
}

.c-bordered {
  border: 2px solid #000;
}

.c-purple-solid-shadow {
  -webkit-box-shadow: 0px 0px 0px 8px rgba(83, 82, 165, 1);
  -moz-box-shadow: 0px 0px 0px 8px rgba(83, 82, 165, 1);
  box-shadow: 0px 0px 0px 8px rgba(83, 82, 165, 1);
}

.c-grey-solid-shadow {
  -webkit-box-shadow: 0px 0px 0px 8px rgba(103, 103, 111, 1);
  -moz-box-shadow: 0px 0px 0px 8px rgba(103, 103, 111, 1);
  box-shadow: 0px 0px 0px 8px rgba(103, 103, 111, 1);
}

.c-testimony-item .author {
  display: flex;
  gap: 1rem;
}

.c-testimony-item .author img {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.c-testimony-item .author .company {
  color: #4747ad;
  font-size: 1.125rem;
}

.testimony-content {
  border-top: 1px solid #eee;
}

.testimony-content.no-border {
  border: none !important;
}

.testimony-content .testimony-text {
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-size: 1.125rem;
  font-weight: 400;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

.c-footer {
  border-top: 1px solid #161717;
}

.c-footer-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.c-footer-sub-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-footer-menu .title {
  color: #6f7070;
  margin-bottom: 1rem;
}

.c-footer-menu .list-menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  color: #000;
}

.c-footer-menu .list-menu a {
  color: #000;
  text-decoration: none;
}

.c-footer-menu .list-menu a:hover {
  opacity: 0.8;
}

.c-footer-menu li {
  margin-bottom: 1rem;
}

.text-dark {
  color: #161717;
  text-decoration: none;
}

.c-gap-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.c-gap-section-50 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.accordion-button:not(.collapsed),
.accordion-button:focus,
.accordion-button:active {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
}

.slick-dots li button:before {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #626262;
}

.slick-dots li.slick-active button:before {
  font-size: 18px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-li-prev,
.c-li-nex {
  width: 48px !important;
  height: 48px !important;
}

.c-prev,
.c-next {
  width: 48px !important;
  height: 48px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #000 !important;
  border-radius: 50% !important;
  margin-left: 2rem !important;
  margin-right: 2rem !important;
  background-color: #fff;
}

.c-prev::before {
  content: "" !important;
  width: 48px !important;
  height: 48px !important;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  background-position: center;
  color: #000 !important;
  opacity: 1 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
}

.c-next::before {
  content: "" !important;
  width: 48px !important;
  height: 48px !important;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  background-position: center;
  color: #000 !important;
  opacity: 1 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

.slick-dots,
.slick-next,
.slick-prev {
  position: relative;
}

.slick-dots {
  bottom: 0;
  flex: initial;
  width: auto !important;
  margin: 0 !important;
}

.gradient-border {
  background-color: transparent;
  background-image: linear-gradient(270deg, #ff7425, #6363f2);
  border-style: none;
  padding: 0.1875rem;
  text-decoration: none;
  border-radius: 1.2rem;
}

.c-container {
  padding-left: 5%;
  padding-right: 5%;
}

.navbar-toggler {
  border: none;
  box-shadow: none !important;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E") !important;
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
}

.c-blog-hero-img {
  background-color: hsla(240, 41.72%, 29.61%, 1);
  border-radius: 1rem;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-blog-hero-img img {
  width: 100%;
}

.c-submit-group {
  display: flex;
  background-color: #fff;
  padding: 0.5rem;
  border: 1px solid #000;
  border-radius: 12px;
  gap: 0.5rem;
}

.c-submit-group input {
  border: none !important;
  box-shadow: none !important;
}

.c-input {
  border: 1px solid #000 !important;
  border-radius: 12px;
  box-shadow: none !important;
}

.c-input.soft {
  border: 1px solid #edeeed !important;
  border-radius: 50px;
  box-shadow: none !important;
  transition: 0.2s all;
}

.c-input.soft:focus {
  border: 1px solid #000 !important;
}

.c-input-frame {
  display: flex;
  align-items: center;
  position: relative;
}

.c-input-frame .suffix {
  position: absolute;
  right: 0.5rem;
  padding: 0 1rem 0.5rem 1rem;
  background-color: #ffff;
  border-radius: 50px;
}

.c-tab-radio {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.c-blog-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

a {
  text-decoration: none;
}

.c-blog-item .c-blog-item--category {
  color: #ff7425;
  font-family: Suisseintl Book, sans-serif;
  font-weight: 400;
}

.c-blog-item .c-blog-item--text {
  font-family: Suisseintl, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

.c-blog-item .c-blog-item--title {
  font-family: Saans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}

.c-blog-item .c-blog-item--image {
  background-color: hsla(240, 85.26%, 81.37%, 1);
  width: 100%;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.c-blog-item .c-blog-item--image img {
  width: 100%;
}

.c-container-demo {
  height: 100vh;
}

.c-container-demo > .row {
  height: 100vh;
}

.c-header-demo {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  overflow: hidden;
  background: rgb(31, 31, 76);
  color: rgb(255, 255, 255);
  height: 100vh;
  justify-content: space-evenly;
}

.c-slider-demo img {
  max-height: 351px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}

.c-slider-demo .slick-dots li button:before {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.75;
  color: #fff;
}

.c-slider-demo .slick-dots li.slick-active button:before {
  font-size: 18px;
  opacity: 1;
}

.c-header-demo .c-title-img {
  object-fit: cover;
  object-position: left center;
  max-height: 32px;
  max-width: 160px;
}

.c-header-demo p {
  font-size: 16px;
  font-weight: 600;
  /* font-family: Montserrat; */
}

.c-header-demo .name {
  font-weight: 600;
  font-size: 20px;
}

.c-header-demo .sub-name {
  font-size: 13px;
  font-weight: 400;
}

.c-form-demo {
  padding-top: calc(75px + 2rem);
  padding-bottom: 2rem;
  max-height: 100vh;
  overflow-y: auto;
}

.c-form-check {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 2.5rem;
  margin-bottom: 1rem;
}

.c-radio-bordered {
  font-size: 14px;
  background: rgb(250, 250, 250);
  height: fit-content;
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  min-height: 2.5rem;
  border-radius: 6px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  border: 1px solid rgb(204, 204, 204);
  position: absolute;
  width: 100%;
  left: 0;
  padding-left: 2.5rem;
}

.c-form-check .form-check-input {
  z-index: 2;
  position: absolute;
  left: 2.5em;
}

.form-label {
  font-weight: 600;
}

/* width */
.c-scrool-hide::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.c-scrool-hide::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.c-scrool-hide::-webkit-scrollbar-thumb {
  background: transparent;
}

/* Handle on hover */
.c-scrool-hide::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.c-header-resource-header {
  width: 100%;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-header-resource-header img {
  width: 100%;
}

.text-h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.c-avatar {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.c-avatar--title {
  font-weight: 500;
  font-size: 0.75rem;
  display: block;
}

.c-avatar--subtitle {
  font-size: 0.75rem;
  display: block;
  display: flex;
  align-items: center;
}

.c-avatar--subtitle div::after {
  content: "•";
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.c-avatar--subtitle div:last-child::after {
  content: "";
}

.c-resource-widget {
  position: sticky;
  top: 75px;
}

.c-resource--content .sub-content {
  display: none;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.c-resource--content > li {
  margin-bottom: 0.25rem;
}

.c-resource--content .intersection {
  padding: 0.5rem 1rem;
  display: block;
  color: #000;
}

.c-resource--content .intersection.show {
  background-color: #efefef;
  border-radius: 0.75rem;
  font-family: Suisseintl, sans-serif;
  font-weight: 600;
}

.c-resource--content .intersection.show ~ .sub-content {
  display: block;
  padding-left: 1rem;
}

.c-resource--content .intersection.show .sub-content .intersection {
  padding: 0.5rem 1rem;
}

.c-resource--content-blog p {
  font-family: Suisseintl, sans-serif;
  font-size: 1.25rem;
}

.c-resource--content-blog h2 {
  text-align: left;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  font-family: Saans, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.c-resource--content-blog h4 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: left;
  font-family: Saans, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.c-resource-widget ul {
  list-style: none;
  padding-left: 0;
}

.c-resource-widget .title {
  font-size: 1.125rem;
  font-weight: 600;
}

.intersection-text {
  scroll-margin-top: 5rem;
}

.c-card-grey {
  max-width: 26rem;
  background-color: #f8f8f8;
  border-bottom: 0.0625rem #d2d3d3;
  border-radius: 1.5rem;
  padding: 2rem;
}

.c-card-outlined {
  border: 0.09375rem solid #d2d3d3;
  border-radius: 1.5rem;
  padding: 2.75rem;
  overflow: hidden;
}

.c-card-outlined .c-card__banner {
  aspect-ratio: 16 / 9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.c-rounded {
  border-radius: 1.5rem;
}

.c-card-outlined.soft {
  border: 0.09375rem solid #edeeed;
  border-radius: 1.2rem;
  padding: 2.75rem;
}

.c-card-outlined.border-2 {
  border: 2px solid #dadada;
}

.card-grey-bordered {
  background-color: #f8f8f8;
  border: 0.0625rem solid #d2d3d3;
  border-radius: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.c-card-outlined__fit-bottom {
  position: relative;
  bottom: -2.75rem;
  height: 150%;
}

.c-hover-shadow {
  box-shadow: none;
  transition: 0.2s all;
}

.c-hover-shadow:hover {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
  border-color: transparent;
}

a .c-card-outlined div {
  text-decoration: none;
  color: #000;
}

.c-link-orange {
  color: #ff7425;
}

.sub-content li {
  margin-bottom: 0.25rem;
}

.c-badge {
  background-color: #f8f8f8;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
}

.c-btn-icon {
  width: 2rem;
  height: 2rem;
  background-color: #f4f4f4;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
  display: flex;
}

.c-btn-icon.link {
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-link-45deg' viewBox='0 0 16 16'%3E%3Cpath d='M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1 1 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4 4 0 0 1-.128-1.287z'/%3E%3Cpath d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243z'/%3E%3C/svg%3E");
}

.c-btn-icon.linkedin {
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-linkedin' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z'/%3E%3C/svg%3E");
}

.c-btn-icon.twitter {
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-twitter' viewBox='0 0 16 16'%3E%3Cpath d='M5.026 15c6.038 0 9.341-5.003 9.341-9.334q.002-.211-.006-.422A6.7 6.7 0 0 0 16 3.542a6.7 6.7 0 0 1-1.889.518 3.3 3.3 0 0 0 1.447-1.817 6.5 6.5 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.32 9.32 0 0 1-6.767-3.429 3.29 3.29 0 0 0 1.018 4.382A3.3 3.3 0 0 1 .64 6.575v.045a3.29 3.29 0 0 0 2.632 3.218 3.2 3.2 0 0 1-.865.115 3 3 0 0 1-.614-.057 3.28 3.28 0 0 0 3.067 2.277A6.6 6.6 0 0 1 .78 13.58a6 6 0 0 1-.78-.045A9.34 9.34 0 0 0 5.026 15'/%3E%3C/svg%3E");
}

.c-nav-menu-dropdown:hover ~ .c-nav-menu-dropdown--section {
  display: block;
}

.c-nav-menu-dropdown--section:hover {
  display: block;
}

.c-nav-menu-dropdown--section {
  display: none;
  padding-top: 1rem;
  position: absolute;
  width: 100%;
  left: 0;
}

.c-nav-menu-dropdown--content {
  width: 100%;
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.c-nav-menu-dropdown--content ul {
  list-style: none;
  padding-left: 0;
  margin-left: -1.5rem;
}

.c-nav-menu-dropdown--content ul li a {
  width: 100%;
  display: flex;
  gap: 1rem;
}

.c-link-underline {
  display: block !important;
  padding-left: 1.5rem;
  color: #000;
}

.c-link-underline:hover .c-link-underline--link {
  text-decoration: underline;
}

.c-link-underline--link {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.c-link-underline--desc {
  color: rgb(79, 80, 80);
  font-size: 0.875rem;
}

.c-nav-menu-dropdown--content-title {
  color: #6363f2;
  font-weight: 500;
}

.c-h-auto {
  height: auto !important;
}

.c-hover-arrow {
  position: relative;
}

.c-hover-arrow:hover::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center right;
  margin-right: 1rem;
  background-size: contain;
}

.c-relative {
  position: relative;
}

.c-toolkits-card {
  width: 100%;
  position: relative;
}

.c-toolkits-card__image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.c-toolkits-card__label {
  position: absolute;
  z-index: 2;
  margin: 0.5rem;
}

.c-toolkits-card__finger {
  position: absolute;
  z-index: 2;
  right: 0;
  margin: 0.5rem;
}

.c-toolkits-card__price {
  font-size: 14px;
  color: #b0b0b0;
}

.c-toolkits-card__price.c-text-bold {
  color: #515151;
}

.c-text-del {
  text-decoration: line-through;
}

.c-pagination .pagination .page-item a {
  border: none;
  color: #141514;
  font-weight: 600;
}

.c-pagination .pagination .page-item.active a {
  background-color: transparent !important;
  color: #0d6efd;
}

.c-height-100-md {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .c-height-100-md {
    height: auto;
  }

  .home-v2.c-hero .c-hero-image {
    width: 100%;
  }
}

.c-menu-tab-content-for-sticky {
  background-color: #ffff;
  position: relative;
  z-index: 9;
}

.c-slide-show {
  min-height: 100vh;
  margin: 0;
  /* max-width: 100%; */
  display: flex;
  justify-content: center;
}

.c-slide-show .close-btn {
  position: fixed;
  right: 0;
  margin: 1rem;
}

.c-slide-show .modal-body {
  /* max-width: fit-content; */
}

/* .wrap-modal-slider {
  padding: 0 30px;
  opacity: 0;
  transition: all 0.3s;
}

.wrap-modal-slider.open {
  opacity: 1;
} */

.refSlideShowImage img {
  width: 100%;
}

.c-flat-tab .nav-link {
  background-color: transparent;
  color: #000;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-flat-tab .nav-link.active {
  background-color: transparent;
  color: #0d6efd;
}

.c-flat-tab .nav-link.active::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  background: #0d6efd;
}

.c-badge {
  display: contents;
}

.sliderModal .slick-prev.slick-arrow {
  top: 50%;
  left: 0;
  z-index: 1;
  position: absolute;
}

.sliderModal .slick-prev::before {
  content: "\F284";
  justify-content: flex-end;
  font-family: "bootstrap-icons";
}

.sliderModal .slick-next::before {
  content: "\F285";
  justify-content: flex-end;
  font-family: "bootstrap-icons";
}

.sliderModal .slick-next.slick-arrow {
  top: 50%;
  right: 0;
  z-index: 1;
  position: absolute;
}

.transparent-modal .modal-content {
  background: transparent;
  border: none;
}

.c-pointer {
  cursor: pointer;
}

.c-op-05 {
  opacity: 0.5;
}

.c-op-1 {
  opacity: 1 !important;
}

.c-accordion .accordion-button::after {
  background-image: none;
  content: "\F282";
  justify-content: flex-end;
  font-family: "bootstrap-icons";
  border: 1px solid #eee;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  transform: unset;
}

.c-accordion .accordion-button.collapsed::after {
  content: "\F285";
}

.form-check-input:checked {
  background-color: #161717;
  border-color: #161717;
}

.c-bg-dot {
  /* background-image: url("./images/bg-dot.png");
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat; */
  --dot-bg: white;
  --dot-color: #f3f3f3;
  --dot-size: 3px;
  --dot-space: 12px;
  position: relative;
  background: linear-gradient(
        90deg,
        var(--dot-bg) calc(var(--dot-space) - var(--dot-size)),
        transparent 1%
      )
      center / var(--dot-space) var(--dot-space),
    linear-gradient(
        var(--dot-bg) calc(var(--dot-space) - var(--dot-size)),
        transparent 1%
      )
      center / var(--dot-space) var(--dot-space),
    var(--dot-color);
}

.c-bg-dot::after {
  content: "";
  height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 42%,
    rgba(0, 0, 0, 0) 100%
  );
}

.min-h-auto {
  min-height: auto !important;
}

.flex-none {
  flex: none;
}

.c-frame-card-hero-content {
  padding-bottom: 5rem;
  margin-top: 5rem;
}

.c-hero-badge-content {
  margin: auto;
  width: fit-content;
  margin-bottom: 2rem;
}

.c-title-section.small-title {
  font-size: 2.4rem !important;
}

.c-card-content {
  padding: 1.5rem !important;
  border-radius: 1.2rem;
  color: #fff;
}

.c-card-content.pe-0 {
  padding-right: 0 !important;
}

.c-pink-content {
  background-color: #f1b2bc;
  padding: 2rem;
  border-radius: 1.2rem;
  color: #000;
}

.c-red-content {
  background-color: #9d2538;
  padding: 2rem;
  border-radius: 1.2rem;
  color: #fff;
}

.c-blod-content {
  background-color: #5d192d;
  padding: 2rem;
  border-radius: 1.2rem;
  color: #fff;
}

.c-brown-content {
  background-color: #2c0a10;
  padding: 2rem;
  border-radius: 1.2rem;
  color: #fff;
}

.c-card-content-flex-down {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5rem;
}

.c-border-black {
  border: #000 2px solid;
}

.c-h-100 {
  height: 100% !important;
}

.c-link {
  text-decoration: none;
}

.c-accordion-v2 .accordion-button.collapsed {
  padding: 1.75rem 1.5rem;
}

.c-accordion-v2 .accordion-button {
  padding: 1.75rem 1.5rem 0.5rem 1.5rem;
}

.c-accordion-v2 .accordion-item {
  border-color: #ebecf0;
}

.c-accordion-v2 .accordion-item:first-of-type,
.c-accordion-v2 .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.c-accordion-v2 .accordion-item:last-of-type,
.c-accordion-v2 .accordion-item:last-of-type .accordion-button {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.c-card-folder {
  background-color: #101010;
  color: #fff;
  padding: 2rem;
  padding-top: 0;
  padding-bottom: 2rem;
  border-radius: 0.5rem;
}

.c-card-folder__header {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5rem;
  letter-spacing: 8px !important;
  font-size: 14px;
}

.c-card-folder__header::after {
  content: "";
  width: 50%;
  position: relative;
  top: -1.6rem;
  right: -2.1rem;
  border-top: 35px solid #fff;
  border-left: 25px solid transparent;
  height: 0;
}

.c-card-folder__check {
  display: flex;
  justify-content: end;
  margin-top: 1rem;
}

.c-card-folder__check i {
  font-size: 2rem;
}

.c-card-folder__title {
  font-size: 2rem;
  font-weight: 700;
}

.white-image img {
  -webkit-filter: brightness(15) !important;
  filter: brightness(15) !important;
}

a .c-blog-card {
  color: #000;
}

.c-blog-card {
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  padding-top: 0.5rem;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.c-blog-card .c-blog-card__thumbnail img {
  width: 100%;
  aspect-ratio: 16/9;
}

.c-blog-card::before {
  content: "";
  height: 0.5rem;
  width: 100%;
  position: absolute;
  background-color: #000;
  left: 0;
  top: 0;
}

.c-text-2-el {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.c-blog-card__tag {
  background-color: #f3f3f3;
  color: #146eb9;
  border-radius: 4px;
  padding: 0.5rem 1rem;
}

.c-icon-center-btn i {
  position: relative;
  top: 2px;
}

.c-frame-hero-card {
  position: relative;
}

.c-frame-hero-card .c-frame-hero-card__content {
  position: absolute;
  padding: 25% 10% 0 25%;
  left: 0;
}

.c-frame-hero-card.v2 .c-frame-hero-card__content {
  position: absolute;
  padding: 25% 15% 0 15%;
  left: 0;
}

.c-frame-hero-card .title {
  font-size: 200%;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 5%;
}

.c-frame-hero-card,
.c-frame-hero-card img {
  height: 100%;
}

.c-btn-dark {
  background-color: #212529;
  color: #fff;
}

.c-btn-dark:hover {
  background-color: #000000;
  color: #fff;
}

.c-btn-purple {
  background-color: #4747ad;
  color: #fff;
}

.c-btn-purple:hover {
  background-color: #363694;
  color: #fff;
}

.c-btn-white {
  background-color: #fff;
  color: #000;
}

.c-btn-white:hover {
  background-color: #fff;
  color: #000;
  opacity: 0.75;
}

.c-btn-white-outlined {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.c-btn-white-outlined:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
}

.c-breadcumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-breadcumb div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-breadcumb > div::after {
  content: "\F285";
  font-family: "bootstrap-icons";
  margin-left: 0.75rem;
  margin-right: 0.25rem;
  font-size: 12px;
}

.c-breadcumb > div:last-child::after {
  content: "";
}

.c-br-4 {
  border-radius: 0.5rem !important;
}

.c-br-2 {
  border-radius: 0.25rem !important;
}

.c-text-uppercase {
  text-transform: uppercase;
}

.c-divider-with-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.c-divider-with-content::before {
  content: "";
  height: 1px;
  background: #d2d3d3;
  width: 100%;
}

.c-divider-with-content::after {
  content: "";
  height: 1px;
  background: #d2d3d3;
  width: 100%;
}

.c-divider-with-content div {
  flex: none;
}

.line-before::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  border-left: 1px dashed #737a8a;
  left: 20%;
}

.line-arrow {
  width: 150px;
  height: 1px;
  background-color: #000;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .c-testimony-item {
    padding: 1.5rem !important;
    height: auto;
  }

  .line-arrow {
    width: 90%;
    height: 1px;
    background-color: #000;
    margin: 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .c-height-100-md {
    height: auto;
  }

  h1 {
    font-size: 2.5rem !important;
  }

  .c-tab-content-slide .c-tab-content {
    width: 80vw;
    height: 100%;
  }

  h2.c-title-section {
    font-size: 2.5rem !important;
  }

  h2.c-title-section {
    font-size: 2.5rem !important;
  }

  .navbar-collapse {
    height: 100vh;
  }

  .c-navbar-demo {
    position: relative;
  }

  .c-header-demo {
    display: none;
  }

  .c-form-demo {
    max-height: unset;
    overflow-y: unset;
    padding-top: 2rem;
  }

  .c-nav-menu-dropdown--section {
    display: block;
    padding-top: 1rem;
    position: relative;
    width: 100%;
    left: 0;
    padding-left: 2rem;
    transition: 0.2s all ease;
  }

  .c-nav-menu-dropdown--content {
    width: 100%;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: none !important;
  }

  .navbar-collapse.collapse.show {
    padding-bottom: 8rem;
    overflow: auto;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .c-navbar .c-btn-nav {
    width: 100%;
    text-align: left;
  }

  .c-card-content-flex-down {
    gap: 1rem !important;
  }

  .c-card-content .c-h-100 {
    height: auto !important;
  }
}

@media screen and (max-width: 992px) {
  .c-container {
    padding-left: 0;
    padding-right: 0;
  }

  .c-tab,
  .c-tabs {
    display: none;
  }

  .c-tab-content-slide {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .c-tab-content-slide .tab-pane {
    display: block;
    opacity: 1;
    margin-right: 1rem;
  }

  .c-tab-content-slide .tab-pane:first-child {
    margin-left: 1rem;
  }

  .c-tab-content-slide .c-tab-2-content {
    width: 85vw;
    padding-top: 0;
  }

  .c-tab-content-slide .c-tab-content {
    width: 85vw;
  }

  .c-container-full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-v2.c-hero .c-hero-image {
    width: 100%;
  }

  .line-before::after {
    content: "";
    display: none !important;
  }
}

.price-section {
  width: 100%;
}

.price-section-list {
  display: flex;
  flex-direction: column;
}

.price-section-list > div::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-pricing-item {
  width: 100%;
}

.c-pricing-item__title {
  font-size: 18px;
  color: #27303c;
  font-weight: bold;
}

.c-pricing-item__subtitle {
  color: #737a8a !important;
}

.c-pricing-item__desc {
  font-size: 14px;
  line-height: 1.25rem;
  color: #485160;
}

.c-cart-bottom {
  background-color: #fff;
  min-height: 130px;
  z-index: 1;
  position: fixed;
  bottom: -1000%;
  width: 100%;
  transition: 0.2s all ease;
}

.c-cart-bottom.on-show {
  background-color: #fff;
  min-height: 130px;
  z-index: 1;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.c-cart-section {
}

.c-cart-section__title {
  display: flex;
  align-items: center;
}

.line-arrow::before {
  content: "\F231";
  font-family: "bootstrap-icons";
  margin-left: -0.5rem;
  font-size: 10px;
}

.line-arrow::after {
  content: "\F287";
  font-family: "bootstrap-icons";
  margin-right: -0.5rem;
  font-size: 8px;
}

.c-cart-section__list {
  min-height: 50px;
  height: 80px;
  border-right: 1px solid #000;
  overflow-y: auto;
}

.c-radio-button-pick {
  background-color: #fff;
}

.c-radio-button-pick:hover {
  border-color: #dc3545 !important;
  color: #dc3545 !important;
  background-color: #dc35461b !important;
}

.c-radio-button-pick::after {
  content: "\F26B";
  font-family: "bootstrap-icons";
  top: 2px;
  position: relative;
  color: #059600;
}

.c-radio-button-pick::before {
  content: "Selected";
}

.c-radio-button-pick:hover::after {
  content: "\F623";
  font-family: "bootstrap-icons";
  top: 2px;
  position: relative;
  color: #dc3545;
}

.c-radio-button-pick:hover::before {
  content: "Remove";
}

.c-bg-success {
  background-color: rgb(239 249 246/1);
}

.c-btn-transparent {
  background-color: transparent;
  border: none;
}

.c-badge-pink {
  background-color: rgb(252 231 243/1);
  border: 1px solid rgb(249 168 212/1);
  color: rgb(162 28 175/1);
}

.c-badge-purple {
  background-color: rgb(244 245 255/1);
  color: rgb(37 27 101/1);
}

.c-card-pricing {
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #000;
  padding: 0.1875rem;
  position: relative;
}

.c-card-pricing .c-card-pricing__container {
  padding: 3.5rem 2rem;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.c-card-pricing > div {
  width: 100%;
}

.c-card-pricing .c-card-pricing__title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.c-card-pricing .c-card-pricing__subtitle {
  font-family: Suisseintl, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.c-card-pricing .c-card-pricing__price {
  color: #4747ad;
  text-align: left;
  -webkit-text-stroke-color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}

.c-card-pricing .c-card-pricing__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.c-card-pricing .c-card-pricing__list > div {
  display: flex;
  gap: 1rem;
}

.c-card-pricing.best {
  background-image: linear-gradient(86deg, #7165e0, #eb7240);
}

.c-card-pricing.best::before {
  content: "Best Value";
  position: absolute;
  top: 0;
  background-image: linear-gradient(86deg, #7165e0, #eb7240);
  color: #fff;
  font-family: Suisseintl, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 8px 24px;
}

h3.c-title-section {
  font-size: 3rem !important;
}

.c-list-check {
  list-style: none;
  position: relative;
}

.c-list-check li {
  margin-bottom: 1rem;
}

.c-list-check li::before {
  content: '';
  width: 30px;
  height: 30px;
  background-image: url('./images/pricing-v2/check.svg');
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}

.c-table-collapsable {
  cursor: pointer;
  border-color: rgb(223 225 232 / 1);
  border-width: 2px 0;
}

.c-table-collapsable td {
  opacity: 1;
  transition: 0.2s all ease-in-out;
  border-color: rgb(223 225 232 / 1);
  border-width: 2px 0;
}

.c-table-collapsable:hover td {
  opacity: 0.7;
}

.c-table-collapsable .icon-action {
  transform: rotate(0deg);
  transition: 0.2s transform ease-in-out;
}

.c-table-collapsable.is-active .icon-action {
  transform: rotate(180deg);
}

.c-table-collapsable-content.d-table-row {
  display: table-row;
  transition: 0.2s all ease-in-out;
}

.c-table-collapsable-content.d-none {
  display: none;
  transition: 0.2s all ease-in-out;
}

.c-padding-table td {
  padding: 1rem;
}

.c-pdf-view {
  background-color: #f5f5f5;
  padding: 1.25rem;
  border-radius: 26px;
}

.c-w-20p {
  width: 20%;
}

.c-bg-gray {
  background-color: #f5f5f5 !important;
}

.c-mac-frame {
  background-color: rgb(232, 234, 237);
  border-radius: 8px;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  padding: 0.5rem;
  padding-bottom: 0;
  position: relative;
}

.c-mac-frame::before {
  content: url('./images/bef-mac-frame-type1-top-left.svg');
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: -1;
}

.c-mac-frame::after {
  content: url('./images/bef-mac-frame-type1-bottom-right.svg');
  position: absolute;
  bottom: -5%;
  right: -5%;
  z-index: -1;
}

.c-mac-frame .c-mac-frame__toolbar {
  position: relative;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.c-mac-frame .c-mac-frame__toolbar .c-mac-frame__toolbar__action {
  align-items: center;
  display: flex;
  gap: 4px;
}

.c-mac-frame__toolbar__action__bullet {
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.c-mac-frame__toolbar__search {
  background-color: white;
  border-radius: 20px;
  height: 16px;
  width: 100%;
}

.c-mac-frame__content {
}

.slick-nav-rap {
  background-color: rgb(32, 33, 36);
  border-radius: 20px;
    display: flex;
    gap: 8px;
    padding: 4px;
    position: relative;
}

.slick-nav-rap-container {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 1rem;
}

.slick-nav-rap {
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
}

.slick-nav-rap .c-prev,
.slick-nav-rap .c-next {
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none !important;
  margin: 0 !important;
}

.slick-nav-rap .c-prev:disabled,
.slick-nav-rap .c-next:disabled {
  opacity: 0.5 !important;
}

.slick-nav-rap .c-prev.nav-rap::before {
  content: "\F284" !important;
  justify-content: flex-end;
  font-family: "bootstrap-icons";
  background-image: unset !important;
  color: #FFF !important;
  height: 24px !important;
  width: 24px !important;
}

.slick-nav-rap .c-next.nav-rap::before {
  content: "\F285" !important;
  justify-content: flex-end;
  font-family: "bootstrap-icons";
  background-image: unset !important;
  color: #FFF !important;
  height: 24px !important;
  width: 24px !important;
}

.c-btn-light {
  background-color: rgba(239, 239, 239, 0);
  border-radius: 0.75rem;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  transition: background-color 0.2s;
  border: none !important;
  font-weight: 500;
  vertical-align: top;
  color: #222;
}

.c-btn-light:hover {
  color: rgba(0, 0, 0, 0.75);
  background-color: #efefef;
  border-radius: 0.75rem;
}

.c-text-wrap-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.c-text-wrap-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.c-no-wrap-row-scroll {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.c-no-wrap-row-scroll::-webkit-scrollbar-thumb {
  border: none;
  box-shadow: none;
  background-color: rgb(128, 134, 139);
  border-radius: 8px;
  min-height: 48px;
}

.c-no-wrap-row-scroll::-webkit-scrollbar-track {
  margin: 3px 0px;
}

.c-no-wrap-row-scroll::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

/* Marketplace / Application Templates cards (shared by index.html & marketplace.html) */
.c-mp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #212529;
  border-radius: 18px;
  padding: 24px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.c-mp-card:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.c-mp-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  background: #f1f2f5;
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 8px;
}

.c-mp-icon {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
  flex: none;
}

.c-mp-body {
  flex: 1;
}

.c-mp-card__title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1a1d29;
}

.c-mp-card__desc {
  color: #6b7280;
  font-size: 0.95rem;
  margin-bottom: 16px;
}

.c-mp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.c-mp-tag {
  background: #f1f2f5;
  color: #212529;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 8px;
}

.c-mp-price {
  margin-bottom: 14px;
}

.c-mp-price .amount {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1d29;
}

.c-mp-price .period {
  color: #9aa0ad;
  font-size: 0.9rem;
  margin-left: 4px;
}

.c-mp-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-mp-deploy {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #212529;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  white-space: nowrap;
  padding: 11px 16px;
  text-decoration: none;
  transition: background-color 0.15s;
}

.c-mp-deploy:hover {
  background: #000000;
  color: #fff;
}

.c-mp-iconlink {
  width: 42px;
  height: 42px;
  border: 1px solid #212529;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aa0ad;
  text-decoration: none;
  flex: none;
}

.c-mp-iconlink:hover {
  color: #fff;
  background: #212529;
  border-color: #212529;
}