body {
  font-family: "Inter", sans-serif;
  background: #ffffff;
  color: #525356;
  z-index: -1;
  position: relative;
}
.font-inter {
  font-family: "Inter", sans-serif;
}
h1 {
  font-size: 64px;
  line-height: 1.1;
  font-family: "Outfit", sans-serif;
}
h2 {
  font-size: 45px;
  line-height: 1.1;
  font-family: "Outfit", sans-serif;
}
h3 {
  font-size: 30px;
  line-height: 1.1;
  font-family: "Outfit", sans-serif;
}
h4 {
  font-size: 25px;
  line-height: 1.1;
  font-family: "Outfit", sans-serif;
}
h5 {
  font-size: 20px;
  line-height: 1.1;
  font-family: "Outfit", sans-serif;
}
a {
  font-size: 16px;
}
p {
  font-size: 16px;
  font-weight: 300;
}
.glassBorder {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0px 0px rgba(255, 255, 255, 0);
  position: relative;
}
.glassBorder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
}
.stock-information-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(./public/home/stock-information-background.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.glassBorder.scrolled {
  max-width: 100% !important;
  color: #1a1a1a;
  background-color: white !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  padding: 5px 0;
}
.glassBorder.scrolled a {
  color: #1a1a1a;
}
.glassBorder.scrolled a:hover {
  color: #316bc4;
}
.glassBorder a:hover {
  color: #9fd0f1;
}
.our-team-menu {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.about-dropdown-link a {
  transform: translateX(-20px);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.about-dropdown-link:hover a {
  color: #2e569f;
  transform: translateX(0);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.about-dropdown-link:hover {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.about-dropdown-link:hover img {
  opacity: 1;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}
.homeBannerVideo {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
.left-transform {
  transform: translateX(-40%);
}
.menu-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* Footer */
.footer-link-color a {
  font-weight: 400;
}
.footer-link-color a:hover {
  color: #316bc4;
}
/* About */
.our-milestones-banner {
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  background-image: url(../public/milestones-banner.jpg);
}
.our-milestones-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0.8) 0%,
    rgba(26, 26, 26, 0.4) 102.96%
  );
  z-index: -1;
}
.milestones-gradient-banner {
  background: linear-gradient(
    360deg,
    rgba(0, 168, 156, 0.1) 50%,
    rgba(237, 255, 253, 0.1) 100%
  );
}
.timeline-line {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 2px; /* a bit thicker for visibility */
  height: 0; /* Start at 0 height */
  background: #32d674;
  z-index: -1;
  transition: height 0.1s ease-out; /* smooth but fast updates */
}
.timeline-line::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../public/timeline-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.year-text,
.desc-text {
  transition: color 0.8s ease;
}
/* Smooth transitions for fade and color */
.milestone-item {
  opacity: 0.4;
  transition: opacity 1s ease;
}
.milestone-item.revealed {
  opacity: 1;
}
/* Initial state for animation */
.milestone-item .year-text,
.milestone-item .desc-text {
  opacity: 0;
  transform: translateY(30px);
  transition: color 1s ease;
  transition: 0.1s all;
  -webkit-transition: 0.1s all;
}

.milestone-item.revealed .year-text,
.milestone-item.revealed .desc-text {
  transform: translateY(0);
  transition: 0.1s all;
  -webkit-transition: 0.1s all;
}
/* Our Solution */
.our-solution-banner {
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  background-image: url(../public/our-solution-banner.jpg);
}
.tab-gradient-bg {
  background: linear-gradient(180deg, #f7f7f7 80%, #ffffff 100%);
}
.scrollbar-hide::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
/* Our Team */
.digital-innovation-section:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-image: url("../public/digital-innovation-banner.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
/* Card Hover Effects */
.card-hover:hover .view-more-overlay {
  opacity: 1;
}
.card-hover .show-opacity {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.card-hover:hover .view-more-btn {
  transform: translateY(-50%);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.card-hover:hover .show-opacity {
  opacity: 1;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.card-hover.active img {
  z-index: 50;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.6s ease;
}
/* Overlay */
#overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
  z-index: 40;
  backdrop-filter: blur(5px);
}
#overlay.active {
  opacity: 1;
  visibility: visible;
}
/* Sidebar Base */
.team-sidebar {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.team-sidebar.left {
  left: 0;
  transform: translateX(-100%);
}
.team-sidebar.right {
  right: 0;
  transform: translateX(100%);
}
.team-sidebar.open {
  transform: translateX(0);
}
/* Make active card image pop above overlay */
.view-more-bg.active {
  position: relative;
  z-index: 60; /* Above overlay (z-40) and sidebar (z-50) */
}
.view-more-bg.active img {
  z-index: 50;
}
.view-more-bg.active .show-opacity {
  opacity: 0;
}
#gradient-text .word {
  color: #dfeefa;
  transition: color 0.25s linear;
}
#gradient-text .word.active-word {
  background: linear-gradient(200deg, #4694e0 0%, #2e569f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* our-solution */
.gradient-background {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    linear-gradient(
      475deg,
      rgba(159, 208, 241, 0.2) 0%,
      rgba(199, 255, 249, 0.2) 100%
    );
}
.reverse-gradient {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    linear-gradient(
      0deg,
      rgba(36, 158, 240, 0.2) 0%,
      rgba(199, 255, 249, 0.2) 100%
    );
}
.sp-gradient-bg {
  background: linear-gradient(
    330deg,
    rgba(159, 208, 241, 0.2) 0%,
    rgba(199, 255, 249, 0.2) 100%
  );
}
.active-accordion h4,
.active-accordion span {
  color: #4694e0;
}
.accordion-container .accordion-item:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.accordion-container .accordion-item:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.industryContainer:hover {
  box-shadow: 0px 8px 40px 0px #1a1a1a1a;
}
.why-choose-border {
  border: 1px solid;
  border-image-source: conic-gradient(
    from 135deg at 49.77% 49.77%,
    #ffffff -0.19deg,
    rgba(255, 255, 255, 0) 89.48deg,
    #ffffff 144.56deg,
    #ffffff 216deg,
    rgba(255, 255, 255, 0) 288deg,
    #ffffff 359.81deg,
    rgba(255, 255, 255, 0) 449.48deg
  );
}
.why-choose-gd-text {
  backdrop-filter: blur(8px);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
}
.whyChooseUsBackground {
  background-image: linear-gradient(
    180deg,
    rgba(159, 208, 241, 0.2) 95%,
    rgba(247, 247, 247, 0.2) 100%
  );
}
/* about-us */
.banner-inner {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 52% 80%, 52% 80%, 0 60%);
}
.banner-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0.8) 0%,
    rgba(26, 26, 26, 0.4) 102.96%
  );
  pointer-events: none;
}
.companyAchievementBackground {
  background: linear-gradient(
    0deg,
    rgba(0, 168, 156, 0.1) 0%,
    rgba(237, 255, 253, 0.1) 100%
  );
  background-size: cover;
  background-position: center;
}
.progress-wrapper {
  width: 100%;
  position: relative;
}
.progress-bar {
  width: 100%;
  height: 2px;
  background: #bbbdbf;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  background: #32d674;
  width: 85.5%;
  border-radius: inherit;
  transition: width 0.1s ease;
}
.progress-dots {
  position: absolute;
  top: -56px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 10;
}
.dot-item {
  text-align: center;
}
.dot-item span {
  font-size: 20px;
  color: #1a1a1a;
  display: block;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.dot-background {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-2px);
  position: relative;
  z-index: 10;
  background: transparent;
  padding: 10px;
  width: 45px;
  height: 40px;
}
.dot-background .dot {
  width: 25px;
  height: 25px;
  background: #32d674;
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid #edfffd;
}
.year-text {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
  cursor: pointer;
}
.our-company-banner {
  background-image: url(../public/about-us/about-us-banner.jpg);
}
.dot-item.active .dot-background {
  background: #32d67433;
  width: 40px;
}
.dot-item.active .dot-background .dot {
  border: none;
  width: 20px;
  height: 20px;
}
.slide-in-left {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1.2s ease-out;
}
.slide-in-right {
  opacity: 0;
  transform: translateX(100%);
  transition: all 1.2s ease-out;
}
.slide-in-left.active,
.slide-in-right.active {
  opacity: 1;
  transform: translateX(0);
}
.border-shape {
  background-color: white; /* Change to your desired color */
  z-index: 9;
  opacity: 0;
}
.border-shape.shape-bottom {
  width: 60px;
  height: 70px;
  clip-path: path("M60 0 Q60,60 0,60 L60 60 Z");
  right: 0px;
  position: absolute;
}
.border-shape.shape-top {
  width: 60px;
  height: 70px;
  clip-path: path("M60 0 Q60,60 0,60 L60 60 Z");
  left: -10px;
  position: absolute;
  transform: rotate(100deg);
}
.border-shape.shape-middle {
  width: 70px;
  height: 70px;
  clip-path: path("M80 0 Q50,60 0,80 L70 60 Z");
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  opacity: 1;
}
.scrolled .border-shape {
  opacity: 1;
}
.accordion-item:hover h4 {
  color: #4694e0;
}
@media screen and (max-width: 1195px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  a {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .stock-information-section {
    &:before {
      height: 50% !important;
      top: auto !important;
      left: auto !important;
      background-position: right !important;
      right: -120px;
      bottom: 0;
    }
  }
  .view-more-bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      180deg,
      rgba(46, 86, 159, 0) -0.21%,
      rgba(46, 86, 159, 0.6) 100%
    );
    backdrop-filter: blur(10px);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .card-hover:hover .show-opacity {
    opacity: 0;
  }
  .card-hover .view-more-btn {
    opacity: 1 !important;
    transform: translateY(-50%);
  }
  .view-more-bg.active {
    z-index: 0;
  }
  .sp-gradient-bg {
    background: none;
  }
  .solutionContainer {
    background: linear-gradient(
      330deg,
      rgba(159, 208, 241, 0.2) 0%,
      rgba(199, 255, 249, 0.2) 100%
    );
  }
  .industryContainer {
    box-shadow: 0px 8px 40px 0px #1a1a1a1a;
  }
  .why-choose-gd-text {
    backdrop-filter: unset;
  }
  .shape-bottom,
  .shape-top {
    display: none;
  }
  .our-milestones-banner,
  .our-solution-banner {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  }
}
@media screen and (min-width: 2000px) {
  .border-shape.shape-bottom {
    bottom: 22.5%;
  }
  .border-shape.shape-top {
    bottom: 23.8%;
  }
  .border-shape.shape-middle {
    transform: translate(-50%, -50%) rotate(46deg);
  }
  .home-shape-top {
    bottom: 14.3% !important;
  }
  .home-shape-bottom {
    bottom: 13.7% !important;
  }
}
@media screen and (max-width: 430px) {
  .stock-information-section {
    &:before {
      height: 40% !important;
      right: -160px;
    }
  }
}
