@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-DemiBold.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-ExtraBold.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Black.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Bold.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Bold.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-DemiBold.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-ExtraBold.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Black.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Medium.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Light.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Light.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Medium.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BDO Grotesk";
  src: url("../fonts/BDOGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/BDOGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/Bahnschrift.woff2") format("woff2"),
    url("../fonts/Bahnschrift.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  --primary-font: "BDO Grotesk", serif;
  --heading-color: #272523;
  --body-color: #272523;
  --bs-body-color: #272523;
  --light-bg: #f8f9fa;
  --mint-bg: #e8f5f0;
  --accent-color: #ff4d4d;
  --bs-body-font-size: 1rem;
  --ease-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
}

body {
  font-family: var(--primary-font);
  color: var(--body-color);
  line-height: 1.6;
  background-color: #efeffb;
}

body {
  --scrollbar-color-thumb: #f2ad5e;
  --scrollbar-color-track: #fff;
  --scrollbar-width: thin;
  --scrollbar-width-legacy: 10px;
}

@supports property(scrollbar-width) {
  body,
  body * {
    scrollbar-color: var(--scrollbar-color-thumb) var(--scrollbar-color-track);
    scrollbar-width: var(--scrollbar-width);
  }
}

@supports selector(::-webkit-scrollbar) {
  body ::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: var(--scrollbar-width-legacy);
  }

  body ::-webkit-scrollbar-track,
  body::-webkit-scrollbar-track {
    background: var(--scrollbar-color-track);
  }

  body ::-webkit-scrollbar-thumb,
  body::-webkit-scrollbar-thumb {
    background: var(--scrollbar-color-thumb);
    border: 2px solid var(--scrollbar-color-track);
    border-radius: 100vh;
  }
}

html {
  scroll-behavior: smooth;
}

::selection {
  background: #f2ad5e;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  color: var(--heading-color);
  font-weight: 400;
}

h2 {
  font-size: 40px;
}

.stats-h2 {
  /* font-family: "Marcellus", serif; */
  font-size: 30px;
  text-align: center;
}
/* .font-dm{
font-family: "DM Serif Display", serif;
}
.font-play{
font-family: "Playfair Display", serif;
} */
.heading {
  font-size: 90px;
  font-weight: 500;
}

.heading-1 {
  font-size: 110px;
  font-weight: 500;
}

.heading-2 {
  font-size: 130px;
  font-weight: 400;
}

.heading-3 {
  font-size: 150px;
  font-weight: 400;
}

.mre {
  margin-right: -80px;
}

.mb--20 {
  margin-bottom: -10px;
}

#smooth-wrapper {
  height: 100vh;
}
#smooth-content {
  overflow: visible;
  width: 100%;
}

img {
  max-width: 100%;
}

.space {
  display: inline-block;
  width: 120px;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#smooth-wrapper {
  height: 100%;
  overflow: hidden;
}

#smooth-content {
  will-change: transform;
}

/* Navigation */
.navbar {
  background-color: transparent !important;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.navbar-brand {
  font-size: 2rem;
  font-weight: 700;
  color: white !important;
}
.navbar-brand img {
  width: 90px;
}

.nav-link {
  color: white !important;
  font-weight: 500;
  margin: 0 16px;
  font-size: 18px;
}

/* Buttons */
.btn-primary {
  background-color: white;
  color: black;
  border: none;
  border-radius: 4px;
  padding: 8px 24px;
  font-weight: 600;
}

.btn-outline {
  background-color: transparent;
  color: black;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 24px;
  font-weight: 600;
}

/* Hero Section */
.hero-section {
  color: white;
  padding: 100px 0 100px;
  position: relative;
  background-color: #edab58;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.hero-section .logotype {
  align-self: flex-end;
  grid-column: 1 / -1;
  grid-row: 1;
  height: auto;
  width: 100%;
  z-index: 111;
  margin-top: -50px;
}
.hero-section .logotype1 {
  mix-blend-mode: screen;
}

.hero-section .logotype2 {
  mix-blend-mode: overlay;
}

.hero-slider {
  position: relative;
  height: 60vh;
  max-width: 70vw;
  margin: auto;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  text-align: center;
  z-index: 0;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-slide img,
.hero-slide video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.hero-slide .video {
  max-height: 100%;
  height: 100%;
}

.name {
  font-size: 12vw;
  text-align: center;
  line-height: 0.5;
  mix-blend-mode: screen;
  color: #c16c56;
  z-index: 11;
  position: relative;
  margin-top: -80px;
  font-weight: 700;
}
.sub-name {
  font-size: 6.5vw;
  text-align: center;
  line-height: 0.78;
  mix-blend-mode: overlay;
  color: #fff;
  z-index: 11;
  position: relative;
  margin-top: 1.25vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.52vw;
  margin-right: -2.4vw;
}

.btn {
  border-radius: 15px;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #354346;
  --bs-btn-border-color: #354346;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #131a19;
  --bs-btn-hover-border-color: #131a19;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #131a19;
  --bs-btn-active-border-color: #131a19;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #354346;
  --bs-btn-disabled-border-color: #354346;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #131a19;
  --bs-btn-hover-border-color: #131a19;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #131a19;
  --bs-btn-active-border-color: #131a19;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}
.btn-lg {
  font-size: 18px;
  font-weight: 600;
  padding: 16px 85px;
}

.thumbnail-image {
  position: relative;
  overflow: hidden;
}
.thumbnail-image:after {
  background-color: #ce6e00;
  content: "";
  display: block;
  inset: 0;
  mix-blend-mode: difference;
  pointer-events: none;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 0 100%;
  z-index: 2;
}

.thumbnail-image:hover:after {
  animation: svelte-jzimv9-slideY 1.1s var(--ease-quart) forwards;
}

@keyframes svelte-jzimv9-slideY {
  0% {
    transform: scaleY(0);
    transform-origin: 0 100%;
  }

  60% {
    transform: scaleY(1);
    transform-origin: 0 100%;
  }

  60.01% {
    transform: scaleY(1);
    transform-origin: 0 0;
  }

  to {
    transform: scaleY(0);
    transform-origin: 0 0;
  }
}

@keyframes svelte-jzimv9-scaleUp {
  0% {
    transform: scale(1);
  }

  to {
    transform: scale(var(--scale));
  }
}

.stats-section {
  padding-top: 100px;
}

.stats-section2 {
  position: relative;
  z-index: 1;
}

.bg-grey {
  background-color: #efeffb;
  box-shadow: 0 0 45px 45px #efeffb;
}
.zIndex {
  position: relative;
  z-index: 1;
}

.has-opacity span {
  opacity: 0; /* important */
}

.signature {
  max-width: 500px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-90deg) translateX(-120px);
}

.signature1 {
  right: 50px;
  left: inherit;
  max-width: 400px;
  transform: rotate(-90deg) translateX(-151px);
}

.angelic-section .nav-tabs {
  border: 0;
}
.angelic-section .nav-tabs .nav-link {
  border-width: 4px;
  width: 280px;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  background-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.angelic-section .nav-tabs .nav-item.show .nav-link,
.angelic-section .nav-tabs .nav-link.active {
  border-color: #f2ad5e;
}
.angelic-section .nav-tabs .nav-link:focus,
.angelic-section .nav-tabs .nav-link:hover {
  border-color: #f2ad5e;
}

.shuffle-text {
  transition: all ease 0.4s;
}

.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
}

/* Features Section */
.features-section {
  padding: 80px 0;
}

.feature-card {
  margin-bottom: 30px;
  text-align: center;
}

.feature-card h4 {
  font-size: 34px;
  margin: 15px 0 10px;
  font-weight: 400;
  line-height: 1;
}

.feature-card p {
  color: #4f4d4a;
  line-height: 1;
}
.features-section a {
    text-decoration: none;
}
.features-section p {
    font-weight: 600;
    color: #272523;
}
.features-section p span {
  font-weight: 400;
}

.year-span {
  padding-left: 17vw;
}

/* ------------------------------------------------*/
/* Features Start */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Patent Start */
/* ------------------------------------------------*/

.patent-card {
  margin-bottom: 30px;
  text-align: center;
  display: block;
}
.patent-card-img {
  overflow: hidden;
  max-height: 400px;
  position: relative;
  height: 400px;
}
.patent-card-img img {
  width: 100%;
  position: absolute;
  width: 100%;
  height: 110%;
  object-fit: cover;
  left: 0;
  bottom: 0;
}

.patent-card img {
  will-change: transform;
}

.card-ancor {
  height: 400px;
  margin-bottom: 30px;
}
.viewall {
  background-color: #f2ad5e;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: self-end;
  justify-content: flex-end;
  padding: 20px;
  color: #000;
  font-family: "Playfair Display", serif;
  text-decoration: none;
  line-height: 1;
  font-size: 20px;
  transition: all var(--ease-quart) 0.2s;
  min-height: 300px;
}
.view-svg img {
  width: 20px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all var(--ease-quart) 0.2s;
}
.viewall:hover,
.viewall:active,
.viewall:focus {
  background-color: #e89f4c;
}
.viewall:hover .view-svg img {
  opacity: 1;
  visibility: visible;
}

.awards-card p {
  font-size: 16px;
}

/* ------------------------------------------------*/
/* Patent End */
/* ------------------------------------------------*/

.content-block {
  padding: 0px 0;
}
.items {
  max-width: 100%;
  overflow: hidden;
}

.items--gsap .items__container {
  translate: -moz-calc(-100% + 100vw) !important;
  translate: calc(-100% + 100vw) !important;
}

.items__caption {
  max-width: 50vw;
  padding: 0 1.5rem;
}

.items__container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.items .item {
  margin-right: 2rem;
}

.item {
  position: relative;
  width: 400px;
}

/* ------------------------------------------------*/
/* Features End */
/* ------------------------------------------------*/

.footer-social {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0;
}
.social-link {
  background-color: #000;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}
.social-link:hover,
.social-link:active,
.social-link:focus {
  background-color: #f2ad5e;
  color: #fff;
}
.logo-icon {
  position: absolute;
  right: calc(100% + 60px);
}
#smooth-content {
  overflow: visible;
  width: 100%;
  /* set a height because the contents are position: absolute, thus natively there's no height */
}

/* back to top */
#backToTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: #1a1a2e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: background 0.3s ease;
  z-index: 999;
}

#backToTop:hover {
  background: #6a0dad;
}

.progress-ring {
  position: absolute;
  transform: rotate(-90deg);
}

.progress-ring__background {
  fill: none;
  stroke: #333;
  stroke-width: 4;
}

.progress-ring__circle {
  fill: none;
  stroke: #9b4dff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
  transition: stroke-dashoffset 0.25s linear;
}

.arrow {
  color: #fff;
  font-size: 22px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.awards-card {
  color: var(--body-color);
}

a.awards-card {
  text-decoration: none;
}
a.awards-card:hover {
  text-decoration: underline;
}
.modal-content {
  border-radius: 0;
}

.patent-card {
  cursor: pointer;
}

.modal-body p {
  margin-bottom: 0;
}

.videoModal .btn-close {
  top: -50px;
  right: 0;
  background-color: #fff;
  opacity: 1;
  padding: 14px;
  border-radius: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.testimonial-card svg {
  transition: all ease 0.2s;
}
.testimonial-card:hover svg {
  transform: scale(1.1);
}

/************ patent page  ************/

.images {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 1;
}

.images > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 70px;
}

.images > * {
  flex: 0 0 auto;
  width: 100%;
}

.content__slide-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-section-inner {
  color: white;
  padding: 100px 0 100px;
  position: relative;
  background-color: #f2ad5e;
  background-repeat: no-repeat;
  background-size: cover;
}

.articles-section {
  padding: 1rem;
}
.articles-grid {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}
.article-card {
  align-items: center;
  gap: 0;
  padding: 0;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--body-color);
}
.articles-grid > * {
  width: auto;
  flex: 0 0 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.article-card:hover {
  text-decoration: underline;
}

.article-img {
  background-color: #f3f3f3;
  padding: 15px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-page .article-img {
  min-height: 345px;
}
.article-img img {
  max-width: 100%;
  /* max-height: 60px; */
  object-fit: contain;
  filter: invert(1);
}
.article-content {
  padding: 10px 0;
}
.article-content p {
  font-size: 16px;
}

.HomeArticles .article-link {
  color: var(--body-color);
}

.svg-ani {
  fill: none;
  stroke: #bd8c52;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px #dba25d);
}

.svg-ani path {
  stroke-dasharray: 8000;
  stroke-dashoffset: 8000;

  /* ✅ Loop both animations infinitely */
  animation: draw 6s ease-in-out infinite,
    glow 2s ease-in-out infinite alternate;
}

/* Re-draws continuously */
@keyframes draw {
  0% {
    stroke-dashoffset: 8000;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 8000;
  }
}

/* Glowing effect */
@keyframes glow {
  0% {
    filter: drop-shadow(0 0 6px #bd8c52);
  }
  100% {
    filter: drop-shadow(0 0 25px #bd8c52);
  }
}

.forbes img {
  filter: none;
}

.forbes .article-img {
  padding: 0;
  background-color: transparent;
}

/*19-11-2025-afternoon*/
footer .logoSvg {
  filter: invert(1);
}
footer p {
  color: #919191;
}
footer {
  background: #242a35;
}
.signatureMobile {
  transform: rotate(-90deg) translateX(-120px);
  position: fixed;
  top: 0;
  z-index: -1;
  max-width: 320px !important;
  margin: auto;
  left: 0;
  right: 0;
}

.subClr {
  color: #7f7f7f;
}

.Experience .awards-card .award-img img {
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}