html, body {
  background-color: #000;
}

.portlet {
  margin-bottom: 0px;
}

a {
  color: #d1d5db;
}

a:hover {
  color: #fff;
}

.logo {
  width: 100px;
}

#main-header a {
  color: #d1d5db;
}

#main-header a:hover {
  color: #fff;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: transparent;
  /* Transparent by default */
  z-index: 1000;
  padding: 15px 0;
}

.has-control-menu .header {
  width: 100%;
  position: relative;
  left: 0;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: transparent;
  /* Transparent by default */
  z-index: 1000;
  padding: 15px 0;
}

.control-panel-header {
  width: 100%;
  top: 0;
  left: 0;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: transparent;
  /* Transparent by default */
  z-index: 1000;
  padding: 15px 0;
}

.order-sm-c-0 {
  display: block;
}

.order-sm-c-2 {
  display: none;
}

.header.hidden {
  transform: translateY(-100%);
}

.header.scrolled {
  background-color: #000000a3;
}

.btn-outline-light {
  border-radius: 100px;
  padding: 8px 30px;
  font-size: 14px;
}

.logo-section {
  margin-top: 110px;
  width: 65%;
}

.navbar-nav .nav-link {
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1rem;
}

.logo-section h5 {
  color: #fff;
  opacity: 0.8;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 20px;
}

.logo-section img {
  width: 100px;
  object-fit: contain;
}

/* hero-section */
.hero-section {
  padding: 180px 0 180px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  /* This makes it take full viewport height */
  width: 100vw;
  /* This makes it take full viewport width */
}

.hero-section h1 {
  color: #fff;
  font-size: 3.6em;
  font-weight: 500;
  text-align: center;
}

.hero-section p {
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
  margin: 20px 0;
  font-weight: normal;
  line-height: 1.2;
  padding-top: 0px;
  padding-bottom: 20px;
}

.hero-section .btn-success {
  border-radius: 100px;
}

.card-info-section {
  color: #fff;
  padding-top: 100px;
  margin-bottom: 60px;
}

.card-info-section h2 {
  font-size: 2.5em;
  font-weight: 100;
  margin-bottom: 00px;
}

.card-info-section h4 {
  font-size: 2em;
  font-weight: 100;
  margin-bottom: 00px;
}

.card-info-section h6 {
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 80px;
}

.card-info-section p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 20px;
}

.card-custom {
  padding: 45px 5px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s ease-in-out;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  /* Optional shadow for depth */
}

.card-custom:hover {
  background: #1a1a1a;
  /* Slightly lighter on hover */
}

.card-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(52, 211, 153, 0) 0%, transparent 70%);
  pointer-events: none;
  transition: 0.4s ease-in-out;
  opacity: 0;
}

.card-custom:hover::before {
  background: radial-gradient(circle at center, rgba(52, 211, 153, 0.2) 0%, transparent 70%);
  opacity: 1;
}

.card-custom h5 {
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-light {
  background-color: transparent;
  border-color: var(--color-neutral-3);
  color: var(--color-neutral-9);
}

.App {
  font-family: sans-serif;
  text-align: center;
}

.bg-dark {
  background-color: black !important;
}

.tech-icon {
  font-size: 3rem;
  margin: 10px;
}

.carousel-item .card {
  border: '1px solid white';
  margin: 0 5px;
  /* Adds spacing between the two cards */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Adds a subtle shadow */
}

.carousel-item .blockquote {
  font-size: 0.9rem;
  /* Ensures text fits well */
}

.tech-section .carousel-img {
  width: 100%;
  height: 500px;
  /* Fixed height for consistency, adjust as needed */
  object-fit: cover;
  /* Ensures images scale responsively */
  position: relative;
}

.tech-section .carousel-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.453);
  /* Adjust opacity as needed */
  pointer-events: none;
}

.tech-section-2 .carousel-img {
  width: 100%;
  height: 380px;
  /* Fixed height for consistency, adjust as needed */
  object-fit: cover;
  /* Ensures images scale responsively */
  border-radius: 20px;
}

.tech-section-2 h4,
.tech-section-2 p {
  text-align: left;
  padding: 0 20px;
}


.tech-section .carousel-item .image-container {
  border-radius: 20px;
  position: relative;
  /* For overlay positioning */
}

.tech-section .carousel-item .image-container img {
  border-radius: 20px 20px 0 0;
  /* Ensures the top corners match */
  width: 100%;
  height: auto;
  display: block;
  margin-top: 30px;
  transition: transform 0.3s ease;
  /* Add smooth transition */
}

.tech-section .carousel-item .image-container img:hover {
  transform: scale(1.05);
  /* Scale down to 90% of original size */
}

.tech-section .image-overlay {
  position: absolute;
  bottom: 10px;
  /* Keep text at the bottom */
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  /* Optional: subtle dark overlay for readability */
  color: white;
  text-align: left;
  /* Align text to the left */
  padding: 20px;
  font-size: 1rem;
  margin: 12px;
}

.wrapper-animation {
  height: 80vh;
}

/* Ensure carousel indicators are dots */
.tech-section .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  margin: 0 5px;
}

.carousel-indicators {
  bottom: -45px;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  color: #d1d5db;
}

.tech-section .carousel-indicators .active {
  background-color: #fff;
  /* Bootstrap primary color for active dot */
}

/* Scoped CSS under .category-section */
.category-section {
  background-color: black;
  /* Dark background similar to bg-dark */
}

.category-section .category-card {
  background-color: #060606;
  /* Slightly lighter dark for cards */
  color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Smooth hover transition */
  height: 100%;
  /* Ensures cards are equal height */
}

.category-section .category-card.active {
  border: 1px solid #fff;
  /* Blue border for active card */
  background-color: #495057;
  /* Slightly different shade for active */
}

.category-section .category-card:hover {
  transform: translateY(-10px);
  /* Lift effect on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  /* Shadow on hover */
}

.category-section .card-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.category-section .card-text {
  font-size: 0.9rem;
}

.carousel-item .blockquote-footer::before {
  display: none;
}


.blockquote-footer {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-logo img {
  width: 710px;
  height: 30px;
}

.blockquote-footer img {
  width: 70px;
  height: auto;
  margin-right: 10px;
}



.bg-success {
  background-color: #28a396 !important;
}

.btn-success {
  background-color: #28a396 !important;
  border-color: #28a396 !important;
  color: #fff;
}

.btn-success:focus,
.btn-success:active {
  box-shadow: none;
}

.lead {
  font-size: 2.3rem !important;
  font-weight: 600 !important;
}

.input-group .form-control {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.input-group .input-group-append .btn-success {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: 2px solid #000;
}

.bg-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-size: revert;
  background-position: center center;
  background-attachment: fixed;
  min-height: 60vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}

/* 2 page */

.section-title {
  font-size: 4rem;
  font-weight: 700;
  color: background-color: #FFFFFF;
  background-image: linear-gradient(45deg, #CACACA, #FFFFFF, #999999);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.section-description {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 300;
}

.feature-card h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.feature-card p {
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  padding-right: 12px;
}

.card-body {
  font-size: 1rem;
}

/* .card {
  background-color: #1d1d1d;
  border: none;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
} */

.navbar-nav .nav-link {
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.1rem;
}
.logo-section h5 {
  color: #fff;
  opacity: 0.8;
  font-size: 20px;
  font-weight: 100;
  margin-bottom: 20px;
}

.logo-section img {
  width: 100px;
  object-fit: contain;
}

/* hero-section */
.hero-section {
  padding: 180px 0 180px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  /* This makes it take full viewport height */
  width: 100vw;
  /* This makes it take full viewport width */
}

.hero-section h1 {
  color: #fff;
  font-size: 3.6em;
  font-weight: 500;
  text-align: center;
}

.hero-section p {
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
  margin: 20px 0;
  font-weight: normal;
  line-height: 1.2;
  padding-top: 0px;
  padding-bottom: 20px;
}

.hero-section .btn-success {
  border-radius: 100px;
}

.card-info-section {
  color: #fff;
  padding-top: 100px;
  margin-bottom: 60px;
}

.card-info-section h2 {
  font-size: 2.5em;
  font-weight: 100;
  margin-bottom: 00px;
}

.card-info-section h4 {
  font-size: 2em;
  font-weight: 100;
  margin-bottom: 00px;
}

.card-info-section h6 {
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 80px;
}

.card-info-section p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 20px;
}

.card-custom {
  padding: 45px 5px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s ease-in-out;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  /* Optional shadow for depth */
}

.card-custom:hover {
  background: #1a1a1a;
  /* Slightly lighter on hover */
}

.card-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(52, 211, 153, 0) 0%, transparent 70%);
  pointer-events: none;
  transition: 0.4s ease-in-out;
  opacity: 0;
}

.card-custom:hover::before {
  background: radial-gradient(circle at center, rgba(52, 211, 153, 0.2) 0%, transparent 70%);
  opacity: 1;
}

.card-custom h5 {
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-light {
  background-color: transparent;
  border-color: var(--color-neutral-3);
  color: var(--color-neutral-9);
}

.App {
  font-family: sans-serif;
  text-align: center;
}

.bg-dark {
  background-color: black !important;
}

.tech-icon {
  font-size: 3rem;
  margin: 10px;
}

.carousel-item .card {
  border: '1px solid white';
  margin: 0 5px;
  /* Adds spacing between the two cards */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Adds a subtle shadow */
}

.carousel-item .blockquote {
  font-size: 0.9rem;
  /* Ensures text fits well */
}

.tech-section .carousel-img {
  width: 100%;
  height: 500px;
  /* Fixed height for consistency, adjust as needed */
  object-fit: cover;
  /* Ensures images scale responsively */
  position: relative;
}

.tech-section .carousel-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.453);
  /* Adjust opacity as needed */
  pointer-events: none;
}

.tech-section-2 .carousel-img {
  width: 100%;
  height: 380px;
  /* Fixed height for consistency, adjust as needed */
  object-fit: cover;
  /* Ensures images scale responsively */
  border-radius: 20px;
}

.tech-section-2 h4,
.tech-section-2 p {
  text-align: left;
  padding: 0 20px;
}


.tech-section .carousel-item .image-container {
  border-radius: 20px;
  position: relative;
  /* For overlay positioning */
}

.tech-section .carousel-item .image-container img {
  border-radius: 20px 20px 0 0;
  /* Ensures the top corners match */
  width: 100%;
  height: auto;
  display: block;
  margin-top: 30px;
  transition: transform 0.3s ease;
  /* Add smooth transition */
}

.tech-section .carousel-item .image-container img:hover {
  transform: scale(1.05);
  /* Scale down to 90% of original size */
}

.tech-section .image-overlay {
  position: absolute;
  bottom: 10px;
  /* Keep text at the bottom */
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  /* Optional: subtle dark overlay for readability */
  color: white;
  text-align: left;
  /* Align text to the left */
  padding: 20px;
  font-size: 1rem;
  margin: 12px;
}

.wrapper-animation {
  height: 80vh;
}

/* Ensure carousel indicators are dots */
.tech-section .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  margin: 0 5px;
}

.carousel-indicators {
  bottom: -45px;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  color: #d1d5db;
}

.tech-section .carousel-indicators .active {
  background-color: #fff;
  /* Bootstrap primary color for active dot */
}

/* Scoped CSS under .category-section */
.category-section {
  background-color: black;
  /* Dark background similar to bg-dark */
}

.category-section .category-card {
  background-color: #060606;
  /* Slightly lighter dark for cards */
  color: white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Smooth hover transition */
  height: 100%;
  /* Ensures cards are equal height */
}

.category-section .category-card.active {
  border: 1px solid #fff;
  /* Blue border for active card */
  background-color: #495057;
  /* Slightly different shade for active */
}

.category-section .category-card:hover {
  transform: translateY(-10px);
  /* Lift effect on hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  /* Shadow on hover */
}

.category-section .card-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.category-section .card-text {
  font-size: 0.9rem;
}

.carousel-item .blockquote-footer::before {
  display: none;
}


.blockquote-footer {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-logo img {
  width: 710px;
  height: 30px;
}

.blockquote-footer img {
  width: 70px;
  height: auto;
  margin-right: 10px;
}



.bg-success {
  background-color: #28a396 !important;
}

.btn-success {
  background-color: #28a396 !important;
  border-color: #28a396 !important;
  color: #fff;
}

.btn-success:focus,
.btn-success:active {
  box-shadow: none;
}

.lead {
  font-size: 2.3rem !important;
  font-weight: 600 !important;
}

.input-group .form-control {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.input-group .input-group-append .btn-success {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: 2px solid #000;
}

.bg-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-size: revert;
  background-position: center center;
  background-attachment: fixed;
  min-height: 60vh;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}

/* 2 page */

.section-title {
  font-size: 4rem;
  font-weight: 700;
  color: background-color: #FFFFFF;
  background-image: linear-gradient(45deg, #CACACA, #FFFFFF, #999999);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.section-description {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 300;
}

.feature-card h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.feature-card p {
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  padding-right: 12px;
}

.card-body {
  font-size: 1rem;
}

/* .card {
  background-color: #1d1d1d;
  border: none;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
} */

.feature-card {
  margin-bottom: 20px;
  border-radius: 22px;
  background-color: transparent;
}

.feature-card:hover {
  background-color: #212122;
}

.feature-card img {
  width: 90%;
  margin: auto;
}

.feature-card h2 {
  color: #fff;
}

.feature-card h6 {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.2px;
}

.btn-custom {
  background-color: #1abc9c;
  color: white;
}

.hero-section-2 {
  padding: 240px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}


.hero-section-2 h1 {
  color: #fff;
  font-size: 2.8em;
  text-align: center;
}

.hero-section-2 p {
  color: #d1d5db;
  font-size: 1em;
  text-align: center;
  margin: 20px 0;
}

.hero-section-2 .btn-success {
  border-radius: 100px;
}

.border-radius-100 {
  border-radius: 100px;
}

.Intranet-bg {
  position: relative;
  border-radius: 30px;
  /* Ensures rounded corners */
  padding: 50px;
  background: linear-gradient(to right,
      #29a39600 0%,
      #1660584a 100%);
  /* Background */
}

.Intranet-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  /* Border thickness */
  border-radius: inherit;
  /* Matches parent border-radius */
  background: linear-gradient(to right,
      #29a39626,
      #1660584a);
  /* Gradient border */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.Intranet-bg h2 {
  color: #fff;
}

.Intranet-bg .img-2 {
  height: 400px;
  width: 100%;
  object-fit: contain;
}

.Intranet-bg p {
  color: #fff;
}

.Intranet-bg .text-success {
  color: #28a396 !important;
  font-size: 1.5rem;
}

.Intranet-bg .btn-success {
  border-radius: 100px;
  padding: 5px 20px;
}

.overlay-container {
  position: relative;
  display: inline-block;
  /* Ensures it wraps around the image */
}

.overlay-container img {
  display: block;
  width: 100%;
  border-radius: 15px;
  /* Optional: For rounded corners */
}

.overlay-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #28a39657;
  /* Dark semi-transparent overlay */
  border-radius: 15px;
  /* Match image border-radius */
}

.Unlock-section h6 {
  color: #848484;
}

.card-bg {
  background-color: transparent;
  text-align: left;
}

.card-bg:hover {
  background: linear-gradient(to bottom right, #00000000 30%, #0d2f29e0 100%),
    #000;
}


.orbit-stats {
  background: black;
  overflow: hidden;
}

.stats-circle-container {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.stats-circle-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.stats-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: #28a745;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  box-shadow: 0 0 20px rgba(40, 167, 69, 0.7);
  z-index: 2;
}

.orbit-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
}

.ring-1 {
  width: 200px;
  height: 200px;
}

.ring-2 {
  width: 260px;
  height: 260px;
  animation-direction: reverse;
}

.orbit-icon {
  position: absolute;
  font-size: 24px;
  color: #28a745;
  text-shadow: 0 0 10px rgba(40, 167, 69, 0.8);
}

.icon-1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.icon-2 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.icon-3 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.icon-4 {
  top: 25%;
  left: 10%;
}

.icon-5 {
  bottom: 20%;
  right: 15%;
}

.icon-6 {
  top: 60%;
  left: 20%;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .stats-circle-container {
    width: 250px;
    height: 250px;
  }

  .ring-1 {
    width: 180px;
    height: 180px;
  }

  .ring-2 {
    width: 220px;
    height: 220px;
  }

  .stats-core {
    width: 100px;
    height: 100px;
  }

  .orbit-icon {
    font-size: 20px;
  }
}

.features-section h1 {
  color: #fff;
}

.features-section .feature-item {
  background-color: transparent;
  border-radius: 5px;
  padding: 5px 15px;
  position: relative;
  /* Ensure pseudo-element is positioned relative to this container */
}

.features-section .feature-item:hover {
  background: #1a1a1a;
  /* Slightly lighter on hover */
}

.features-section .feature-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top left, rgba(52, 211, 153, 0) 0%, transparent 70%);
  pointer-events: none;
  transition: 0.4s ease-in-out;
  opacity: 0;
  border-radius: inherit;
  /* Match the border-radius of the parent */
}

.features-section .feature-item:hover::before {
  background: radial-gradient(circle at top left, rgba(52, 211, 153, 0.3) 0%, transparent 70%);
  opacity: 1;
}

.features-section h4 {
  color: #6b7280;
}

.features-section .feature-item img {
  width: 40px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.features-section .feature-item {
  position: relative;
  display: inline-block;
}




.features-section .feature-item h3 {
  color: #fff;
  font-size: 22px;
}

.features-section .feature-item p {
  color: #d1d5db;
  font-size: 16px;
}

.features-list-section h2 {
  color: #fff;
}

.features-list-section h6 {
  color: #fff;
}

.features-list-section .feature-list-li li {
  padding: 10px 10px;
  color: #d1d5db;
  border-radius: 5px;
}

.features-list-section .feature-list-li li.active {
  background-color: #212122;
}

.features-list-section .feature-list-li li:hover {
  background-color: #212122;
}

.features-list-section .image-card {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.features-list-section .image-card:hover {
  transform: scale(1.02);
}

.features-list-section .image-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.feature-list-li .active {
  background-color: #b0b0b0;
}

.custom-features-section p {
  color: #d1d5db;
}

/* slider-container */
#techCarousel1 {
  margin-bottom: 100px;
}

.image-slider-section .carousel .carousel-inner .carousel-item .img-1 {
  height: 100%;
}

.image-slider-section .carousel .carousel-inner .carousel-item .img-2 {
  height: 400px;
}

.circle-container {
  position: relative;
  width: 544px;
  height: 566px;
  margin: auto;
  border-radius: 50%;
}

.circle-container .icon-img {
  position: relative;
  width: 544px;
  height: 566px;
  margin: auto;
  border-radius: 50%;
  transform: rotate(30deg);
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.circle-container .icon-img {
  position: relative;
  width: 544px;
  height: 566px;
  margin: auto;
  border-radius: 50%;
  /*animation: rotateCircle 10s linear infinite; /* Rotates infinitely */
}

.headingSub {
  color: #fff;
  font-weight: 400;
}

.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  z-index: 99;
}

.center-text img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.icon-container {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: rgba(255, 255, 255, 0.1); */
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
  color: #FFF;
}

.icon-container:hover {
  filter: drop-shadow(0 0 10px cyan) drop-shadow(0 0 15px cyan);
  transform: scale(1.2);
  color: #6FC7DA;
  /* Makes the icon itself colored */
}

.icon-label {
  position: absolute;
  top: 70px;
  text-align: center;
  font-size: 12px;
}

/* Positioning icons in a circular layout */
.icon-container:nth-child(n) {
  top: 42%;
  left: 46%;
  transform-origin: center;
}

.icon-container .icon {
  width: 40px;
  height: 40px;
  object-fit: fill;
}

/* Calculate positions around the circle */
.icon-container:nth-child(1) {
  transform: rotate(0deg) translate(220px) rotate(0deg);
}

.icon-container:nth-child(2) {
  transform: rotate(30deg) translate(220px) rotate(-30deg);
}

.icon-container:nth-child(3) {
  transform: rotate(60deg) translate(220px) rotate(-60deg);
}

.icon-container:nth-child(4) {
  transform: rotate(90deg) translate(220px) rotate(-90deg);
}

.icon-container:nth-child(5) {
  transform: rotate(120deg) translate(220px) rotate(-120deg);
}

.icon-container:nth-child(6) {
  transform: rotate(150deg) translate(220px) rotate(-150deg);
}

.icon-container:nth-child(7) {
  transform: rotate(180deg) translate(220px) rotate(-180deg);
}

.icon-container:nth-child(8) {
  transform: rotate(210deg) translate(220px) rotate(-210deg);
}

.icon-container:nth-child(9) {
  transform: rotate(240deg) translate(220px) rotate(-240deg);
}

.icon-container:nth-child(10) {
  transform: rotate(270deg) translate(220px) rotate(-270deg);
}

.icon-container:nth-child(11) {
  transform: rotate(300deg) translate(220px) rotate(-300deg);
}

.icon-container:nth-child(12) {
  transform: rotate(330deg) translate(220px) rotate(-330deg);
}

.icon-container:nth-child(13) {
  transform: rotate(360deg) translate(220px) rotate(-360deg);
}

.d-none-2 {
  display: none;
}

.navbar-toggler:focus {
  border: 0;
  outline: 0;
}

.ShoppingMall {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.ShoppingMall-1 {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #28a396
}


.tool-card {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  min-height: 300px;
}

.card-image-container {
  position: relative;
  height: 100%;
  min-height: 300px;
}

.card-bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  width: 100%;
}

/* Center the carousel items */
.carousel-inner {
  width: 100%;
}

/* Dots navigation styling */
.carousel-indicators {
  position: static;
  margin: 0;
  justify-content: center;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
}

.carousel-indicators .active {
  background-color: #0066ff;
}

/* Mobile responsiveness */
@media (max-width: 992px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }

  .tool-card,
  .card-image-container {
    min-height: 250px;
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .category-section .category-card {
    margin-bottom: 1.5rem;
    /* Add space between cards on smaller screens */
  }

  .category-section .card-title {
    font-size: 1.1rem;
    /* Slightly smaller title on mobile */
  }

  .category-section .card-text {
    font-size: 0.85rem;
    /* Slightly smaller text on mobile */
  }

  .hero-section h1 {
    color: #fff;
    font-size: 2.25rem;
    text-align: center;
    font-weight: 500;
    line-height: 2.25rem;
  }

  /* 
    .hero-section {
      padding: 300px 10px 130px 0;
    }*/

  .hero-section p {
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    margin: 40px 0;
    line-height: 1.5rem;
  }

  .Trustedby {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .logo-section {
    margin-top: 40px;
    width: 100%;
  }

  .logo-section img {
    width: 140px;
    object-fit: contain;
    height: 40px;
    padding: 5px;
  }

  .card-info-section h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
  }

  .card-info-section h4 {
    font-size: 1.5rem;
  }

  .card-info-section h6 {
    font-size: 1.3rem;
    text-align: center;
  }

  .card-custom h5 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 17px;
  }

  .tech-section h2 {
    font-size: 1.1rem;
    text-align: left;
  }

  .blockquote-footer img {
    width: 40px;
    height: 13px;
  }

  .card-custom {
    text-align: left;
    padding: 10px;
  }

  .blockquote-footer {}
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .tech-section .carousel-img {
    height: 400px;
    /* Smaller height on mobile */
  }

  .tech-section .image-overlay {
    font-size: 0.9rem;
    /* Smaller text on mobile */
    padding: 80px;
  }

  .tech-section-2 .image-overlay {
    font-size: 0.9rem;
    /* Smaller text on mobile */
    padding: 25px;
  }

  /* .order-sm-c-0 {
      order: 0;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
    }
    .order-sm-c-1 {
      order: 1;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
    } */
  .order-sm-c-0 {
    display: none;
  }

  .order-sm-c-2 {
    display: block;
  }

  .order-sm-c-1 {
    display: none;
  }

  .integrate img:nth-child(1) {
    width: 100%;
    height: 120px;
    object-fit: contain;
  }

  .integrate img {
    width: 100%;
    height: 200px;
    object-fit: contain;
  }

  .integrate h6 {
    font-size: 0.8rem;
  }

  .lead {
    font-size: 1.4rem;
    font-weight: 600;
  }

  .integrate h2 {
    font-size: 1.7rem;
  }

  .input-group .form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .input-group .input-group-append .btn-success {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 2px solid #000;
  }

  .hero-section-2 h1 {
    color: #fff;
    font-size: 1.8em;
    text-align: center;
  }

  .hero-section-2 {
    padding: 180px 0;
  }

  .section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
  }

  .Intranet-bg {
    padding: 30px;
  }

  .moblie-header {
    padding: 10px 20px;
    height: 100%;
    background-color: #000000a3;
    align-items: start;
  }

  .nav-link {
    display: block;
    padding: 0.7rem 1rem;
    font-size: 20px;
  }

  .btn-outline-light {
    width: 100%;
  }

  .hero-section .btn-success {
    width: 50%;
  }
}

/* Add spacing between menu items on desktop */
@media (min-width: 992px) {

  /* Only affects large screens */
  .navbar-nav .nav-item {
    margin: 0 15px;
    /* Adjust spacing between menu items */
  }
}

/* Adjust icon positions for smaller screens */
@media (max-width: 768px) {
  .features-section h1 {
    color: #fff;
    font-size: 2rem;
  }

  .features-section h4 {
    font-size: 1.2rem;
    color: #6b7280;
  }

  .orbit-stats h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .image-slider-section .carousel .carousel-inner .carousel-item .img-1 {
    height: 100%;
    width: 100%;
  }

  .image-slider-section .carousel .carousel-inner .carousel-item .img-2 {
    height: 100%;
    width: 100%;
  }

  .features-list-section h2 {
    color: #fff;
    font-size: 32px;
  }

  .custom-features-section h1 {
    font-size: 1.8rem;
  }

  .feature-card h2 {
    color: #fff;
    font-size: 1.5rem;
  }

  .feature-card h6 {
    color: #bdbdbe;
  }

  .bg-bottom h1 {
    font-size: 1.7rem;
    text-align: left;
  }

  .bg-bottom h6 {
    text-align: left;
  }

  .bg-bottom .btn-success {
    width: 100%;
  }

  .Commercial-list h1 {
    font-size: 2rem;
  }

  .circle-container .icon-img {
    max-width: 320px;
  }

  .icon-container {
    width: 40px;
    height: 40px;
  }

  .icon-container .icon {
    width: 25px;
    height: 25px;
  }


  .icon-container:nth-child(n) {
    transform-origin: center;
  }

  .icon-container:nth-child(1) {
    transform: rotate(0deg) translate(160px) rotate(0deg);
  }

  .icon-container:nth-child(2) {
    transform: rotate(30deg) translate(160px) rotate(-30deg);
  }

  .icon-container:nth-child(3) {
    transform: rotate(60deg) translate(160px) rotate(-60deg);
  }

  .icon-container:nth-child(4) {
    transform: rotate(90deg) translate(160px) rotate(-90deg);
  }

  .icon-container:nth-child(5) {
    transform: rotate(120deg) translate(160px) rotate(-120deg);
  }

  .icon-container:nth-child(6) {
    transform: rotate(150deg) translate(160px) rotate(-150deg);
  }

  .icon-container:nth-child(7) {
    transform: rotate(180deg) translate(160px) rotate(-180deg);
  }

  .icon-container:nth-child(8) {
    transform: rotate(210deg) translate(160px) rotate(-210deg);
  }

  .icon-container:nth-child(9) {
    transform: rotate(240deg) translate(160px) rotate(-240deg);
  }

  .icon-container:nth-child(10) {
    transform: rotate(270deg) translate(160px) rotate(-270deg);
  }

  .icon-container:nth-child(11) {
    transform: rotate(300deg) translate(160px) rotate(-300deg);
  }

  .icon-container:nth-child(12) {
    transform: rotate(330deg) translate(160px) rotate(-330deg);
  }

  .icon-container:nth-child(13) {
    transform: rotate(360deg) translate(160px) rotate(-360deg);
  }

  .circle-container {
    position: relative;
    width: 100%;
    max-width: 544px;
    height: auto;
    margin: auto;
  }

  .center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    z-index: 99;
  }

  .center-text img {
    width: 56px;
    height: 80px;
    object-fit: contain;
  }

  .circle-mo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .icon-container .icon-label {
    font-size: 10px;
    margin-left: 10px;
  }

  .d-none-1 {
    display: none;
  }

  .d-none-2 {
    display: block;
  }

  .footer-ui .d-flex .input-group {
    flex-direction: column;
  }

  .footer-ui .d-flex .input-group .form-control {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 5px;
  }

  .footer-ui .d-flex .input-group .input-group-append .btn-success {
    width: 100%;
    border-radius: 8px;
  }

  .ShoppingMall-1 {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    padding: 60px !important;

    border-radius: 8px;
  }

  .ShoppingMall-1 h2 {
    font-size: 1.4rem;
    font-weight: 600;
  }

  .ShoppingMall-1 .btn-light {
    display: none;
  }

  .ShoppingMall .btn-light {
    display: none;
  }
}