@charset "UTF-8";
.snalab-logo {
  height: 35px;
  width: auto;
  cursor: pointer; }
  @media screen and (max-width: 545px) {
    .snalab-logo {
      height: 25px; } }

.nav-hightlight {
  color: #f47923 !important;
  transition: 0.3s; }

.loggedin-nav {
  display: none; }
  @media screen and (max-width: 992px) {
    .loggedin-nav {
      display: block; } }

.nav-x {
  height: 60px;
  width: 95vw;
  margin-top: 1.5rem;
  z-index: 9999; }

.p-login .labs-sign {
  padding: 5px 20px 6px 20px;
  border: 2px solid #f47923;
  color: #f47923; }
  .p-login .labs-sign:hover {
    background-color: #f47923;
    color: #fff !important; }

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #061c26;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
  z-index: 99999; }

.mobile-menu::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.5s ease-out; }

.mobile-menu.nav--open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

.mobile-menu.nav--open::before {
  transform: scale(150); }

.mobile-menu .navbar-nav {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s; }

.mobile-menu.nav--open .navbar-nav {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s; }

.burger-container {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  user-select: none; }

#burger,
#close-burger {
  width: 20px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
  cursor: pointer; }

.bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s; }

.bar.topBar {
  transform: translateY(0px) rotate(0deg); }

.bar.btmBar {
  transform: translateY(6px) rotate(0deg); }

.menu-close .bar.topBar {
  transform: translateY(4px) rotate(45deg); }

.menu-close .bar.btmBar {
  transform: translateY(3px) rotate(-45deg); }

@media screen and (min-width: 992px) {
  .mobile-menu {
    display: none !important; } }

.portfolio-nav-links .nav-item .nav-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 5px;
  margin: 0 0.5rem; }
  .portfolio-nav-links .nav-item .nav-link:hover {
    color: #f47923; }

.mobile-login-btn {
  font-size: 0.9rem;
  font-weight: 400;
  padding: 4px 8px; }

.portfolio-nav-links .nav-link.active {
  font-weight: 500;
  color: #f47923 !important; }

.mobile-nav-protfolio .nav-link.active {
  font-weight: 500;
  color: #f47923 !important; }

.mobile-menu .menu-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease; }

.mobile-menu.nav--open .menu-item {
  opacity: 1;
  transform: translateY(0); }

.mobile-menu.nav--open .menu-item:nth-child(1) {
  transition-delay: 0.1s; }

.mobile-menu.nav--open .menu-item:nth-child(2) {
  transition-delay: 0.2s; }

.mobile-menu.nav--open .menu-item:nth-child(3) {
  transition-delay: 0.3s; }

.mobile-menu.nav--open .menu-item:nth-child(4) {
  transition-delay: 0.4s; }

.mobile-menu.nav--open .menu-item:nth-child(5) {
  transition-delay: 0.5s; }

.mobile-menu .menu-item {
  transition-delay: 0s; }

.contact-section {
  padding: 5rem;
  background: #091723; }
  @media (max-width: 768px) {
    .contact-section {
      padding: 15px; } }

.contact-info {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px; }
  @media screen and (max-width: 992px) {
    .contact-info {
      text-align: center;
      padding: 10px; } }
  .contact-info h2 {
    color: white;
    font-size: 1.7rem;
    font-weight: 700; }
    @media screen and (max-width: 992px) {
      .contact-info h2 {
        font-size: 1.4rem; } }
    .contact-info h2 span {
      color: #f57c00; }
  .contact-info .c-sub-title {
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 1rem; }
  .contact-info p {
    color: #fff;
    font-size: 0.9rem; }
  .contact-info .contact-text {
    text-wrap: nowrap; }
  .contact-info .contact {
    margin-top: 2rem; }
    @media screen and (max-width: 480px) {
      .contact-info .contact {
        margin-top: 1rem; } }
    .contact-info .contact p {
      font-weight: 400;
      font-size: 0.9rem;
      color: white; }
      @media screen and (max-width: 480px) {
        .contact-info .contact p {
          font-size: 0.7rem; } }
      @media screen and (max-width: 392px) {
        .contact-info .contact p {
          font-size: 0.6rem; } }
  @media screen and (max-width: 992px) {
    .contact-info .row {
      margin-left: 4rem; } }
  @media screen and (max-width: 768px) {
    .contact-info .row {
      margin-left: 0; } }
  @media screen and (max-width: 440px) {
    .contact-info .row {
      margin-left: -20px; } }

.contact-icon {
  border-radius: 50%;
  padding: 10px;
  background: linear-gradient(to right, #071e31, #071e31) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box;
  border: 1px solid transparent; }
  @media screen and (max-width: 480px) {
    .contact-icon {
      padding: 8px; } }
  @media screen and (max-width: 392px) {
    .contact-icon {
      padding: 5px; } }

.contactinfo-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start; }
  @media only screen and (min-width: 537px) {
    .contactinfo-contents {
      flex-direction: row;
      justify-content: center;
      align-items: center; } }
  @media only screen and (min-width: 992px) {
    .contactinfo-contents {
      flex-direction: column;
      align-items: start; } }
  .contactinfo-contents .contactinfo-contents-phone {
    padding-right: 2rem; }

@media only screen and (max-width: 538px) {
  .mobile-contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; } }

.contact-input {
  padding: 30px 15px 30px 50px;
  border-radius: 16px;
  background: linear-gradient(to right, #071e31, #071e31) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box;
  border: 1px solid transparent; }
  @media screen and (max-width: 992px) {
    .contact-input p {
      font-size: 0.7rem; } }
  .contact-input label {
    font-size: 1rem;
    font-weight: 700; }
    @media screen and (max-width: 992px) {
      .contact-input label {
        font-size: 0.7rem; } }
  .contact-input textarea {
    background: #ffffff1f;
    border-radius: 8px;
    resize: none;
    border: none; }
    .contact-input textarea:focus {
      background: #ffffff1f; }
  @media screen and (max-width: 768px) {
    .contact-input .col-md-6 {
      margin-bottom: 1rem; } }

.form-control {
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff57;
  border-radius: 0;
  width: 90%; }
  .form-control:focus {
    box-shadow: none;
    border-color: #f47923;
    background: transparent;
    color: #ffffff; }
  .form-control::placeholder {
    color: #ffffff57 !important; }

.form-check-input:checked {
  background-color: #f47923;
  border: 2px solid #f47923; }

.form-check-input:focus {
  box-shadow: none; }

.contact-form-check-label {
  color: #fff; }

.btn-custom {
  background: #f47923;
  border: none;
  width: 90%;
  color: #ffffff;
  font-weight: 500; }
  .btn-custom:hover {
    background-color: #b37244; }

.radio-group {
  color: #ffffff; }

.form-label {
  color: #ffffff; }

.input-group {
  display: flex;
  flex-wrap: nowrap; }
  .input-group .form-select {
    max-width: 92px; }

.form-select {
  padding: 8px !important;
  background-color: #0b2a44;
  border: 1px solid #ccc;
  color: white; }

.form-select:focus {
  border-color: #f57c00;
  outline: none;
  box-shadow: none; }

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath fill-rule='evenodd' d='M1.293 5.293a1 1 0 011.414 0L8 10.586l5.293-5.293a1 1 0 011.414 1.414l-6 6a1 1 0 01-1.414 0l-6-6a1 1 0 010-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px; }

.form-control {
  flex: 1;
  background-color: transparent;
  color: white; }

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield; }

form small {
  font-size: 0.7rem; }

.protfolio-body {
  background: #091723 !important; }

.ectrons-body {
  background: #f5f5f5 !important; }

.container-x {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }

@media (min-width: 576px) {
  .container-x {
    max-width: 540px; } }

@media (min-width: 640px) {
  .container-x {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container-x {
    max-width: 750px; } }

@media (min-width: 810px) {
  .container-x {
    max-width: 800px; } }

@media (min-width: 992px) {
  .container-x {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container-x {
    max-width: 1170px; } }

@media (min-width: 1400px) {
  .container-x {
    max-width: 1320px; } }

@media (min-width: 1600px) {
  .container-x {
    max-width: 1480px; } }

@media (min-width: 1800px) {
  .container-x {
    max-width: 80vw; } }

.footerSection {
  background-color: #071e31; }

.footer-content {
  width: 80%; }
  @media screen and (min-width: 1600px) {
    .footer-content {
      width: 70%; } }
  @media screen and (max-width: 920px) {
    .footer-content {
      width: 90%; } }
  @media screen and (max-width: 768px) {
    .footer-content {
      width: 100%;
      margin-top: 30px; } }

.footer-list-item {
  list-style: none; }

.footer-item-link {
  color: #d0d0d0;
  font-size: 0.9rem;
  text-decoration: none; }

.text-hover:hover {
  color: #f47923; }

.hero-section .hero-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold; }
  @media screen and (min-width: 1600px) {
    .hero-section .hero-title {
      font-size: 2.5rem; } }
  @media screen and (max-width: 996px) {
    .hero-section .hero-title {
      font-size: 1.5rem; } }
  @media screen and (max-width: 820px) {
    .hero-section .hero-title {
      text-align: center; } }
  @media screen and (max-width: 510px) {
    .hero-section .hero-title {
      font-size: 1.2rem; } }

.hero-section .lead {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  max-width: 100%; }
  @media screen and (min-width: 1600px) {
    .hero-section .lead {
      font-size: 1.5rem; } }
  @media screen and (max-width: 996px) {
    .hero-section .lead {
      font-size: 0.9rem; } }
  @media only screen and (max-width: 510px) {
    .hero-section .lead {
      text-align: center;
      max-width: 100%; } }

.hero-section .text-highlight {
  color: #ff8800; }

.hero-section .btn-learn-more {
  background-color: #f47923;
  border: none;
  font-size: 1rem;
  color: white; }
  .hero-section .btn-learn-more:hover {
    background-color: #cc7000; }

.hero-section .mob-btn-readmore {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(50px); }
  @media only screen and (min-width: 820px) {
    .hero-section .mob-btn-readmore {
      display: none; } }

.hero-section .hero-content-wrap {
  flex-direction: column; }
  @media only screen and (min-width: 820px) {
    .hero-section .hero-content-wrap {
      flex-direction: row; } }

.hero-section .hero-content {
  width: 100%;
  align-items: center;
  gap: 1rem; }
  @media only screen and (min-width: 1024px) {
    .hero-section .hero-content {
      max-width: 50%; } }
  @media only screen and (min-width: 820px) {
    .hero-section .hero-content {
      align-items: flex-start; } }

.hero-section .hero-image-container {
  position: relative; }
  @media only screen and (min-width: 1600px) {
    .hero-section .hero-image-container {
      max-width: 50%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .hero-section .hero-image-container .glassy-card {
    border-radius: 20px;
    padding: 10px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: linear-gradient(223.49deg, rgba(149, 81, 81, 0.12) 6.63%, rgba(255, 255, 255, 0.06) 93.72%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: -2px 2px 8px 2px #ffffff2e;
    animation: slide-in 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards; }
    @media only screen and (max-width: 450px) {
      .hero-section .hero-image-container .glassy-card {
        padding: 5px; } }
    .hero-section .hero-image-container .glassy-card-1 {
      max-width: 500px;
      width: 100%;
      height: auto;
      z-index: 1;
      animation-delay: 0.3s; }
      @media only screen and (min-width: 1600px) {
        .hero-section .hero-image-container .glassy-card-1 {
          max-width: 80%; } }
      @media only screen and (min-width: 996px) and (max-width: 1200px) {
        .hero-section .hero-image-container .glassy-card-1 {
          max-width: 660px; } }
      @media only screen and (min-width: 820px) and (max-width: 996px) {
        .hero-section .hero-image-container .glassy-card-1 {
          min-width: 300px; } }
    .hero-section .hero-image-container .glassy-card-2 {
      position: absolute;
      bottom: -10%;
      right: -10%;
      max-width: 350px;
      animation-delay: 0.6s; }
      @media only screen and (min-width: 1600px) {
        .hero-section .hero-image-container .glassy-card-2 {
          max-width: 55% !important;
          z-index: 2; } }
      @media only screen and (min-width: 1200px) {
        .hero-section .hero-image-container .glassy-card-2 {
          min-width: 350px;
          max-width: 350px; } }
      @media only screen and (max-width: 1200px) {
        .hero-section .hero-image-container .glassy-card-2 {
          max-width: 300px;
          width: 100%;
          height: auto;
          bottom: -10%;
          right: -6%; } }
      @media only screen and (min-width: 820px) and (max-width: 996px) {
        .hero-section .hero-image-container .glassy-card-2 {
          max-width: 200px;
          width: 100%;
          height: auto; } }
      @media only screen and (max-width: 510px) {
        .hero-section .hero-image-container .glassy-card-2 {
          max-width: 280px; } }
      @media only screen and (max-width: 450px) {
        .hero-section .hero-image-container .glassy-card-2 {
          max-width: 240px; } }
      @media only screen and (max-width: 400px) {
        .hero-section .hero-image-container .glassy-card-2 {
          max-width: 200px; } }
    .hero-section .hero-image-container .glassy-card .img-overlay {
      width: 100%;
      height: auto;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
      position: relative; }

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.hero-section .floating-icon-card {
  position: absolute;
  width: 85px;
  height: 85px;
  background-color: rgba(132, 132, 132, 0.2);
  border-radius: 15px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 5;
  animation: float 5s ease-in-out infinite; }
  @media screen and (max-width: 992px) {
    .hero-section .floating-icon-card {
      width: 80px;
      height: 80px; } }
  @media screen and (max-width: 768px) {
    .hero-section .floating-icon-card {
      width: 65px;
      height: 65px; } }
  @media screen and (max-width: 510px) {
    .hero-section .floating-icon-card {
      width: 50px;
      height: 50px; } }
  .hero-section .floating-icon-card.icon-vscode {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 6s; }
    .hero-section .floating-icon-card.icon-vscode .icon-image {
      max-width: 60%;
      max-height: 60%; }
    @media screen and (max-width: 992px) {
      .hero-section .floating-icon-card.icon-vscode {
        top: 24%;
        left: 8%; } }
    @media screen and (max-width: 768px) {
      .hero-section .floating-icon-card.icon-vscode {
        top: 36%;
        left: 8%; } }
    @media screen and (max-width: 510px) {
      .hero-section .floating-icon-card.icon-vscode {
        top: 40%;
        left: 10%; } }
  .hero-section .floating-icon-card.icon-docker {
    bottom: 10%;
    left: 77%;
    animation-delay: 1s;
    animation-duration: 7s; }
    @media screen and (max-width: 992px) {
      .hero-section .floating-icon-card.icon-docker {
        bottom: 16%; } }
    .hero-section .floating-icon-card.icon-docker .icon-image {
      max-width: 100%;
      max-height: 90%; }
  .hero-section .floating-icon-card.icon-git {
    top: 14%;
    right: 5%;
    animation-delay: 0.5s;
    animation-duration: 8s; }
    @media screen and (min-width: 768px) {
      .hero-section .floating-icon-card.icon-git {
        width: 60px;
        height: 60px; } }
    @media screen and (max-width: 992px) {
      .hero-section .floating-icon-card.icon-git {
        top: 25%; } }
    @media screen and (max-width: 768px) {
      .hero-section .floating-icon-card.icon-git {
        top: 40%; } }
    .hero-section .floating-icon-card.icon-git .icon-image {
      max-width: 77%;
      max-height: 77%; }
  .hero-section .floating-icon-card.icon-cloud {
    top: 26%;
    right: 52%;
    animation-delay: 0.5s;
    animation-duration: 7s; }
    @media screen and (min-width: 768px) {
      .hero-section .floating-icon-card.icon-cloud {
        width: 70px;
        height: 70px; } }
    @media screen and (max-width: 992px) {
      .hero-section .floating-icon-card.icon-cloud {
        top: 70%;
        right: 79%; } }
    .hero-section .floating-icon-card.icon-cloud .icon-image {
      max-width: 66%;
      max-height: 55%; }
    @media screen and (max-width: 510px) {
      .hero-section .floating-icon-card.icon-cloud {
        top: 65%;
        right: 80%; } }
  .hero-section .floating-icon-card:hover {
    transform: scale(1.1); }

.btn-readmore {
  display: none; }
  @media only screen and (min-width: 820px) {
    .btn-readmore {
      display: flex;
      bottom: 5rem;
      gap: 16px;
      right: 0;
      left: 0; } }

@keyframes float {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

/* Adding a slight random bounce effect to vary between icons */
@keyframes randomBounce {
  0%,
  100% {
    transform: translateY(0); }
  25% {
    transform: translateY(-6px); }
  50% {
    transform: translateY(6px); }
  75% {
    transform: translateY(-5px); } }

.icon-vscode {
  animation: float 6s ease-in-out infinite, randomBounce 5s ease-in-out infinite; }

.icon-docker {
  animation: float 7s ease-in-out infinite, randomBounce 6s ease-in-out infinite; }

.icon-git {
  animation: float 8s ease-in-out infinite, randomBounce 4.5s ease-in-out infinite; }

.icon-cloud {
  animation: float 8s ease-in-out infinite, randomBounce 7s ease-in-out infinite; }

.features-section {
  padding: 85px 0;
  background: #091723; }
  .features-section h2 {
    color: white;
    margin-bottom: 5rem;
    font-size: 1.7rem;
    font-weight: 700; }
    @media screen and (max-width: 992px) {
      .features-section h2 {
        font-size: 1.4rem; } }
    .features-section h2 span {
      color: #f57c00; }
  .features-section .feature-card {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    transition: transform 0.2s ease-in-out;
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent; }
    .features-section .feature-card:hover {
      background: linear-gradient(to right, #172530, #172530) padding-box, linear-gradient(to bottom right, rgba(255, 255, 255, 0), rgba(251, 254, 255, 0.46)) border-box; }
    .features-section .feature-card p {
      color: white; }
      @media screen and (max-width: 398px) {
        .features-section .feature-card p {
          font-size: 0.7rem; } }
    @media (min-width: 768px) {
      .features-section .feature-card {
        text-align: left;
        align-items: flex-start; } }
    .features-section .feature-card .feature-icon {
      font-size: 2rem;
      margin-bottom: 15px;
      color: #f57c00; }
      .features-section .feature-card .feature-icon img {
        height: 47px; }
        @media screen and (max-width: 1200px) {
          .features-section .feature-card .feature-icon img {
            height: 40px; } }
        @media screen and (max-width: 360px) {
          .features-section .feature-card .feature-icon img {
            height: 36px; } }
    .features-section .feature-card .feature-title {
      font-size: 1.25rem;
      font-weight: bold;
      margin-bottom: 10px;
      color: white; }
      @media screen and (max-width: 1200px) {
        .features-section .feature-card .feature-title {
          font-size: 1rem; } }
      @media screen and (max-width: 992px) {
        .features-section .feature-card .feature-title {
          font-size: 1.1rem; } }
      @media screen and (max-width: 768px) {
        .features-section .feature-card .feature-title {
          font-size: 0.9rem; } }
      @media screen and (max-width: 398px) {
        .features-section .feature-card .feature-title {
          font-size: 0.8rem; } }
      @media screen and (max-width: 360px) {
        .features-section .feature-card .feature-title {
          font-size: 0.7rem; } }

.team-section {
  padding: 85px 0;
  background: #091723; }
  .team-section h2 {
    color: white;
    margin-bottom: 5rem;
    font-size: 1.7rem;
    font-weight: 700; }
    @media screen and (min-width: 1600px) {
      .team-section h2 {
        font-size: 2.2rem; } }
    @media screen and (max-width: 992px) {
      .team-section h2 {
        font-size: 1.4rem; } }
    .team-section h2 span {
      color: #f57c00; }

.team-title {
  text-align: center; }

.main-card {
  width: 70%;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  justify-content: flex-start;
  background: linear-gradient(to right, #202c37, #24303b) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box;
  border: 1px solid transparent; }
  @media screen and (max-width: 768px) {
    .main-card {
      justify-content: center; } }
  .main-card img {
    border-radius: 10px;
    margin-right: 20px;
    width: auto;
    height: 210px;
    min-width: 185px;
    object-fit: cover; }
  .main-card .social-icons a {
    color: #ffffff;
    margin-right: 15px;
    font-size: 1.2rem;
    display: inline-block; }
    .main-card .social-icons a svg {
      margin-bottom: 0.5rem; }
      @media screen and (max-width: 768px) {
        .main-card .social-icons a svg {
          margin-bottom: 0; } }
  @media screen and (max-width: 992px) {
    .main-card {
      min-height: 17rem; } }
  @media (max-width: 768px) {
    .main-card {
      flex-direction: column;
      align-items: center;
      padding: 20px;
      width: 90%;
      min-height: 20rem; }
      .main-card img {
        margin-right: 0;
        margin-bottom: 20px;
        width: 150px;
        height: 180px; }
      .main-card #main-card-title {
        font-size: 1rem;
        text-align: center; }
      .main-card #main-card-role {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
        text-align: center; }
      .main-card #main-card-description {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
        text-align: center; }
      .main-card .social-icons {
        display: flex;
        justify-content: center;
        width: 100%; }
        .main-card .social-icons a {
          font-size: 1rem;
          margin-right: 10px; } }
  @media (max-width: 480px) {
    .main-card {
      flex-direction: column;
      align-items: center;
      padding: 15px;
      width: 100%; }
      .main-card img {
        margin-right: 0;
        margin-bottom: 15px;
        width: 120px;
        height: 150px; }
      .main-card #main-card-title {
        font-size: 0.9rem;
        text-align: center; }
      .main-card #main-card-role {
        font-size: 0.8rem;
        margin-bottom: 1rem;
        text-align: center; }
      .main-card #main-card-description {
        font-size: 0.7rem;
        margin-bottom: 1rem;
        text-align: center; }
      .main-card .social-icons {
        display: flex;
        justify-content: center;
        width: 100%; }
        .main-card .social-icons a {
          font-size: 0.9rem;
          margin-right: 10px; } }

#main-card-role {
  margin-bottom: 2.3rem;
  color: #ffffffa6;
  font-weight: 500; }

#main-card-title {
  color: white;
  font-size: 1.1rem;
  font-weight: 700; }

#main-card-description {
  color: #ffffffa6;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 2.3rem; }

.team-section .swiper-slide {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px;
  border-radius: 12px;
  background: linear-gradient(223.49deg, rgba(255, 255, 255, 0.12) 6.63%, rgba(255, 255, 255, 0.06) 93.72%);
  transition: opacity 0.3s ease, transform 0.3s ease; }
  .team-section .swiper-slide img {
    border-radius: 4px;
    width: 3.5rem;
    height: 3.6rem;
    object-fit: cover; }
  .team-section .swiper-slide .social-icons a {
    color: white !important;
    font-size: medium;
    margin-right: 10px; }

@media (max-width: 1400px) {
  .team-section .swiper-slide {
    padding: 1px 8px; }
    .team-section .swiper-slide img {
      width: 2.5rem;
      height: 2.8rem; }
    .team-section .swiper-slide .slide-content {
      margin-left: 7px !important; }
      .team-section .swiper-slide .slide-content h6 {
        font-size: 0.74rem; }
      .team-section .swiper-slide .slide-content p {
        font-size: 0.55rem; }
    .team-section .swiper-slide .social-icons a {
      font-size: 0.8rem; } }

@media (max-width: 992px) {
  .team-section .swiper-slide {
    align-items: center;
    padding: 8px 7px; }
    .team-section .swiper-slide img {
      width: 2.6rem;
      height: 2.9rem; }
    .team-section .swiper-slide .slide-content {
      text-align: left;
      margin-top: 8px !important; }
      .team-section .swiper-slide .slide-content h6 {
        font-size: 0.7rem; }
      .team-section .swiper-slide .slide-content p {
        font-size: 0.5rem;
        margin-bottom: 0.1rem; }
    .team-section .swiper-slide .social-icons a {
      font-size: 0.8rem; }
  .team-section .mySwiper {
    width: 85%; } }

@media (max-width: 768px) {
  .team-section .swiper-slide {
    flex-direction: initial;
    align-items: center;
    padding: 10px; }
    .team-section .swiper-slide img {
      width: 2.7rem;
      height: 3rem;
      margin-bottom: 10px; }
    .team-section .swiper-slide .slide-content {
      text-align: left; }
      .team-section .swiper-slide .slide-content h6 {
        font-size: 0.7rem; }
      .team-section .swiper-slide .slide-content p {
        font-size: 0.6rem;
        margin-bottom: 0.5rem; }
    .team-section .swiper-slide .social-icons {
      margin-left: -10px; }
      .team-section .swiper-slide .social-icons a {
        margin-right: -12px;
        font-size: small; }
  .team-section .mySwiper {
    width: 90%; } }

@media (max-width: 480px) {
  .team-section .swiper-slide {
    flex-direction: initial;
    align-items: center;
    padding: 14px 7px; }
    .team-section .swiper-slide img {
      width: 2.8rem;
      height: 3rem;
      margin-bottom: 0; }
    .team-section .swiper-slide .slide-content {
      text-align: left; }
      .team-section .swiper-slide .slide-content h6 {
        font-size: 0.7rem; }
      .team-section .swiper-slide .slide-content p {
        font-size: 0.5rem; }
    .team-section .swiper-slide .social-icons {
      flex-direction: column;
      margin-top: 8px;
      margin-left: 0;
      gap: 5px; }
      .team-section .swiper-slide .social-icons a {
        font-size: smaller;
        margin-right: 8px; }
  .team-section .mySwiper {
    width: 95%; } }

.swiper-slide-active {
  background: linear-gradient(to right, #202c37, #24303b) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box !important;
  border: 1px solid transparent; }

.mySwiper {
  margin-top: 3rem;
  width: 90%; }

.slide-content {
  color: white; }

.social-icons a {
  margin-right: 10px; }

.swiper-button-prev,
.swiper-button-next {
  color: #000; }

.swiper-button {
  position: absolute;
  bottom: 4%;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  background: linear-gradient(to right, #202c37, #24303b) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box;
  border: 1px solid transparent; }
  @media screen and (max-width: 1400px) {
    .swiper-button {
      bottom: 2%; } }
  @media screen and (max-width: 768px) {
    .swiper-button {
      display: none; } }
  .swiper-button:hover {
    background-color: rgba(255, 255, 255, 0.25); }
  .swiper-button i {
    font-size: 18px; }

.swiper-button-custom-prev {
  left: 10px; }
  @media screen and (max-width: 768px) {
    .swiper-button-custom-prev {
      left: -10px; } }

.swiper-button-custom-next {
  right: 10px; }
  @media screen and (max-width: 768px) {
    .swiper-button-custom-next {
      right: -10px; } }

.user-nav-btn {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  cursor: pointer;
  padding: 4px; }
  .user-nav-btn .avatar-img {
    width: 35px;
    height: 35px;
    object-fit: cover; }
  .user-nav-btn .icon {
    color: #ffffff;
    width: 0.8rem !important;
    height: 0.8rem !important;
    margin-right: 0.5rem; }

.about-intro {
  width: 100%; }

@media only screen and (min-width: 728px) {
  .about-intro {
    width: 85%; } }

.about-video-play {
  z-index: 99;
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #071e31;
  cursor: pointer; }

@media only screen and (max-width: 628px) {
  .about-video-play {
    padding: 1rem; }
  .about-video-play .icon {
    width: 2rem !important;
    height: 2rem !important; } }

.about-header {
  margin: 0 auto;
  top: 10rem;
  position: relative;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-image: url("/assets/img/portfolio/Grid.png");
  background-size: 40rem;
  background-position: center;
  background-repeat: no-repeat; }
  .about-header h1 {
    font-size: 3em;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      .about-header h1 {
        font-size: 2.5em; } }
    @media screen and (max-width: 510px) {
      .about-header h1 {
        font-size: 2em; } }
  .about-header p {
    font-size: 1.2em;
    margin-bottom: 40px; }
    @media screen and (max-width: 992px) {
      .about-header p {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .about-header p {
        width: 100%; } }
    @media screen and (max-width: 510px) {
      .about-header p {
        font-size: 1em; } }

.cta-input {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px; }
  .cta-input input[type="text"] {
    padding: 15px;
    font-size: 1em;
    width: 300px;
    border-radius: 30px;
    border: none;
    outline: none; }
  .cta-input button {
    padding: 15px 25px;
    font-size: 1em;
    background: #ff8c00;
    border: none;
    border-radius: 30px;
    color: #ffffff;
    cursor: pointer; }
    .cta-input button:hover {
      background: #ff7f00; }

.video-container {
  position: relative;
  display: inline-block;
  margin-top: 15.2rem; }
  @media screen and (max-width: 768px) {
    .video-container {
      margin-top: 14rem; } }
  .video-container .video-thumbnail {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0px -147px 209px -130px rgba(34, 164, 241, 0.37); }
  .video-container .play-button {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffffc4;
    animation: pulse 1s infinite; }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(238, 238, 238, 0.42);
    /* Start and end with no shadow */ }
  100% {
    box-shadow: 0 0 0 30px rgba(238, 238, 238, 0);
    /* Expand shadow outwards */ } }
    @media screen and (max-width: 510px) {
      .video-container .play-button {
        width: 70px;
        height: 70px; } }
    @media screen and (max-width: 360px) {
      .video-container .play-button {
        width: 60px;
        height: 60px; } }
    .video-container .play-button:before {
      content: '';
      border-style: solid;
      border-width: 15px 0 15px 25px;
      border-color: transparent transparent transparent #fff;
      transform: translateX(2px); }

.about-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  align-items: center;
  justify-content: center; }
  .about-modal .modal-content {
    position: relative;
    max-width: 800px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden; }
    .about-modal .modal-content iframe {
      width: 100%;
      height: 450px; }
  .about-modal .close-button {
    position: absolute;
    bottom: 100px;
    background: linear-gradient(to right, #202c37, #24303b) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box !important;
    border: 1px solid transparent;
    color: #ffffff;
    border: none;
    padding: 4px 16px;
    border-radius: 50%;
    cursor: pointer;
    font-size: x-large;
    z-index: 9999; }

.about-subtitle {
  font-size: 1.2em;
  font-weight: 400;
  width: 55%;
  margin: 0 auto;
  color: #FFFFFF99; }

.about-section {
  background-color: #071e31; }

.video-section .item {
  opacity: 0.4;
  transition: .4s ease all;
  margin: 0 20px;
  transform: scale(0.8); }

@media (max-width: 1000px) {
  .video-section .item {
    margin: 0;
    transform: scale(0.9); } }

.video-section .active .item {
  opacity: 1;
  transform: scale(1); }

.video-section .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

.video-section video {
  max-width: 100%;
  height: auto; }

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url("https://icon-library.com/images/play-icon-png/play-icon-png-7.jpg") no-repeat center center;
  background-size: cover;
  cursor: pointer;
  display: block; }

.custom-prev-btn, .custom-next-btn {
  background: linear-gradient(to right, #202c37, #24303b) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box;
  border: 1px solid transparent;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  margin: 0 10px;
  font-size: 16px;
  border-radius: 5px; }

.custom-prev-btn:hover, .custom-next-btn:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.pagination {
  text-align: center;
  position: absolute;
  bottom: 20px; }

.pagination button {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  border: none;
  background-color: #333;
  color: white;
  border-radius: 5px;
  margin: 0 5px; }

.pagination button:hover {
  background-color: #444; }

.timeline {
  position: relative;
  width: 860px;
  margin: 0px auto;
  padding: 20px;
  list-style-type: none; }
  @media (max-width: 860px) {
    .timeline {
      width: 100%;
      padding: 4em 0 1em 0; } }
  .timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background: white;
    z-index: 5; }
  .timeline li {
    padding: 1em 0; }
    @media (max-width: 860px) {
      .timeline li {
        padding: 2em 0; } }
    .timeline li::after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
      @media screen and (max-width: 860px) {
        .timeline li::after {
          margin-bottom: 25px; } }

.direction-l {
  position: relative;
  width: 385px;
  float: left;
  text-align: right; }
  @media (max-width: 860px) {
    .direction-l {
      float: none;
      width: 100%;
      text-align: center; } }
  .direction-l .flag {
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15); }
    .direction-l .flag:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-left-color: #f8f8f8;
      border-width: 8px;
      pointer-events: none; }
      @media (max-width: 860px) {
        .direction-l .flag:after {
          content: "";
          position: absolute;
          left: 50%;
          top: -8px;
          height: 0;
          width: 0;
          margin-left: -8px;
          border: solid transparent;
          border-bottom-color: white;
          border-width: 8px;
          pointer-events: none; } }
  .direction-l .time-wrapper {
    float: left; }
    @media (max-width: 860px) {
      .direction-l .time-wrapper {
        float: none; } }

.direction-r {
  position: relative;
  width: 385px;
  float: right; }
  @media (max-width: 860px) {
    .direction-r {
      float: none;
      width: 100%;
      text-align: center; } }
  .direction-r .flag {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
    .direction-r .flag:after {
      content: "";
      position: absolute;
      right: 100%;
      top: 50%;
      height: 0;
      width: 0;
      margin-top: -8px;
      border: solid transparent;
      border-right-color: #f8f8f8;
      border-width: 8px;
      pointer-events: none; }
      @media (max-width: 860px) {
        .direction-r .flag:after {
          content: "";
          position: absolute;
          left: 50%;
          top: -8px;
          height: 0;
          width: 0;
          margin-left: -8px;
          border: solid transparent;
          border-bottom-color: white;
          border-width: 8px;
          pointer-events: none; } }
    .direction-r .flag:before {
      left: -33px; }
  .direction-r .time-wrapper {
    float: right; }
    @media (max-width: 860px) {
      .direction-r .time-wrapper {
        float: none; } }

.flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center; }
  @media (max-width: 860px) {
    .flag-wrapper {
      text-align: center; } }
  .flag-wrapper .flag {
    position: relative;
    display: inline;
    background: linear-gradient(to right, #202c37, #24303b) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box !important;
    border: 1px solid transparent;
    color: white;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    text-align: left; }
    @media (max-width: 860px) {
      .flag-wrapper .flag {
        background: white;
        z-index: 15; } }

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 55%;
  right: -33px;
  content: ' ';
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #F57C00;
  z-index: 10; }
  @media (max-width: 860px) {
    .direction-l .flag:before,
    .direction-r .flag:before {
      position: absolute;
      top: -30px;
      left: 50%;
      content: ' ';
      display: block;
      margin-left: -7px; } }

.time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.66666em;
  color: #F57C00;
  vertical-align: middle; }
  @media (max-width: 860px) {
    .time-wrapper {
      display: block;
      position: relative;
      margin: 4px 0 0 0;
      z-index: 14; } }
  .time-wrapper .time {
    display: inline-block;
    padding: 4px 6px;
    background: #f8f8f8; }

.desc {
  margin: 2em 0.75em 0 0;
  font-size: 1em;
  color: white;
  line-height: 1.5em;
  text-align: justify;
  padding: 1em;
  border-radius: 12px;
  font-weight: 400;
  background: linear-gradient(to right, #091723, #091723) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(59, 153, 208, 0.46)) border-box;
  border: 1px solid transparent; }
  .desc a {
    color: #F57C00;
    text-decoration: none; }
    .desc a:hover {
      text-decoration: underline; }
  @media (max-width: 860px) {
    .desc {
      position: relative;
      margin: 2em 1em 0 1em;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
      z-index: 15; } }

.timeline-section {
  padding: 40px 0;
  background: #091723; }
  .timeline-section h2 {
    color: white;
    margin-bottom: 5rem;
    font-size: 1.7rem;
    font-weight: 700; }
    @media screen and (min-width: 1600px) {
      .timeline-section h2 {
        font-size: 2.2rem; } }
    @media screen and (max-width: 992px) {
      .timeline-section h2 {
        font-size: 1.4rem; } }
    .timeline-section h2 span {
      color: #f57c00; }

.timeline-title {
  text-align: center; }

.academy-main {
  padding-top: 10rem !important; }

.discover-main {
  padding-top: 10rem !important; }

.learn-nav-btn {
  margin: 0 5px 10px 0; }
  .learn-nav-btn:hover {
    background-color: #fb8b23; }

.learn-nav-btn.active {
  background-color: #fb8b23 !important;
  color: white;
  border: 1px solid #00000033; }

.academy-card {
  border: 1px solid #00000016;
  color: black;
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  transition: transform 0.2s ease;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer; }
  .academy-card p {
    color: #5f5f5f; }

.academy-card:hover {
  transform: translateY(-5px); }
  .academy-card:hover .learn-arrow-icon svg {
    transform: rotate(0deg);
    background-color: #fb8b23;
    color: white;
    border: 1px solid #00000038; }

.learn-ai-card {
  overflow: hidden;
  border-radius: 10px;
  position: relative; }

.learn-ai-card .learn-ai-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); }

.learn-ai-card:hover .learn-ai-img {
  transform: scale(1.2);
  filter: sepia(50%) hue-rotate(20deg); }

.learn-ai-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1; }

.learn-ai-card:hover::before {
  opacity: 1; }

.learn-ai-card h1 {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  color: white;
  z-index: 2; }

.learn-ai-card .icon {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 1.5rem !important;
  height: 1.5rem !important;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 3;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5)); }

.learn-ai-card:hover .icon {
  color: white;
  opacity: 1;
  transform: translateX(0); }

.learn-arrow-icon svg {
  width: 2rem !important;
  height: 2rem !important;
  transform: rotate(-50deg);
  padding: 6px;
  border: 1px solid #00000073;
  border-radius: 20px;
  transition: transform 0.2s ease-in-out; }

.discover-card {
  border: 1px solid #00000016;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  position: relative;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

.discover-card-img {
  width: 40px !important;
  height: 40px !important;
  margin-right: 10px;
  color: #686868; }

.discover-card-title {
  font-weight: 700;
  margin-bottom: 0;
  color: #000; }

.discover-card-subtitle {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 10px; }

.start-p-btn {
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  background-color: #fb8b23 !important;
  color: white;
  border: 1px solid #00000033; }
  .start-p-btn svg {
    transform: rotate(-40deg); }
  .start-p-btn:hover {
    background-color: #ff7800 !important; }

.back-p-btn {
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  background-color: #0a2472fa !important;
  color: white;
  border: 1px solid #00000033; }
  .back-p-btn:hover {
    background-color: #22409bfa !important; }

.ectrons-nav {
  color: #484848;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 5px;
  margin: 0 0.5rem; }
  .ectrons-nav:hover {
    color: #f47923; }

.ectrons-nav.active {
  color: #f47923; }

.n8n-sidebar-section {
  margin-top: 6rem;
  padding: 1rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 0 10px 10px 0;
  border: 1px solid #00000017; }
  .n8n-sidebar-section .task-details {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
    .n8n-sidebar-section .task-details .task-property {
      margin-bottom: 12px;
      border-bottom: 1px solid #f0f0f0;
      padding-bottom: 12px; }
      .n8n-sidebar-section .task-details .task-property:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }

.status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600; }
  .status-badge.status-active {
    background-color: #d4edda;
    color: #155724; }
  .status-badge.status-completed {
    background-color: #d1ecf1;
    color: #0c5460; }
  .status-badge.status-failed {
    background-color: #f8d7da;
    color: #721c24; }
  .status-badge.status-scheduled {
    background-color: #fff3cd;
    color: #856404; }
  .status-badge.status-running {
    background-color: #d1ecf1;
    color: #0c5460; }

.sidebar-section {
  height: 40%;
  overflow: hidden; }

#task-info-section {
  height: 60%; }

#graph-section {
  margin-top: 1rem;
  padding: 15px;
  border-radius: 0 10px 0 0;
  border: 1px solid #00000017;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); }

@media (max-width: 992px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 745px; } }

@media (max-width: 767px) {
  .container,
  .container-sm {
    max-width: 540px; } }

.pricing-section {
  background: #091723; }
  @media screen and (max-width: 768px) {
    .pricing-section .pricing {
      flex-direction: column;
      text-align: center; } }
  @media screen and (max-width: 768px) {
    .pricing-section .pricing .day {
      display: flex;
      justify-content: center;
      margin-left: 0 !important; } }

.pricing-header {
  margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .pricing-header {
      margin-bottom: 0; } }
  .pricing-header h2 {
    color: white;
    font-size: 1.7rem;
    font-weight: 700; }
    @media screen and (max-width: 992px) {
      .pricing-header h2 {
        font-size: 1.4rem; } }
    .pricing-header h2 span {
      color: #f57c00; }
  .pricing-header p {
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    color: #ffffff; }

@media only screen and (max-width: 768px) {
  #plan-cards {
    padding: 1rem 1rem; } }

.plan-card {
  border-radius: 8px;
  padding: 30px;
  color: white;
  background: linear-gradient(to right, #202c37, #24303b) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box;
  border: 1px solid transparent; }
  @media screen and (max-width: 992px) {
    .plan-card {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .plan-card {
      padding: 30px; } }
  .plan-card p {
    font-weight: 400; }

.plan-header {
  font-size: 1.5rem;
  font-weight: bold; }
  @media screen and (max-width: 992px) {
    .plan-header {
      font-size: 1.2rem; } }

.price {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 700; }
  @media screen and (max-width: 992px) {
    .price {
      font-size: 1.5rem; } }

.pricing-timeperiod {
  font-size: 0.8rem;
  font-weight: 500; }

.feature {
  margin-bottom: 10px; }

.plan-footer {
  margin-top: 20px;
  text-align: center; }
  .plan-footer button {
    width: 100%;
    padding: 10px;
    background-color: #0069d9;
    border: none;
    border-radius: 4px;
    color: white;
    font-weight: bold; }

.toggle-container {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff2e; }

.active-toggle {
  background-color: #091723;
  border: 2px solid #ffffff2e;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 20px; }

.inactive-toggle {
  border: none;
  background-color: transparent;
  color: #aaaaaa;
  padding: 10px 20px;
  font-weight: 700; }

.read-more-btn {
  background: transparent;
  color: #aaaaaa;
  border-style: none;
  font-size: 0.8rem;
  font-weight: 700; }
  .read-more-btn svg {
    top: 2px;
    position: relative; }

.read-less-btn {
  background: transparent;
  color: #aaaaaa;
  border-style: none;
  font-size: 0.8rem;
  font-weight: 700; }
  .read-less-btn svg {
    top: 2px;
    position: relative;
    transition: transform 0.3s ease; }

.standout-section {
  background: #071e31;
  padding: 3rem 0; }
  .standout-section .standou-title {
    color: white;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center; }
    @media screen and (min-width: 1600px) {
      .standout-section .standou-title {
        font-size: 2.2rem;
        padding-bottom: 2rem; } }
    @media screen and (max-width: 992px) {
      .standout-section .standou-title {
        font-size: 1.4rem; } }
    .standout-section .standou-title span {
      color: #f57c00; }
  .standout-section .ss-header {
    font-size: 1.6rem; }
    @media only screen and (max-width: 550px) {
      .standout-section .ss-header {
        font-size: 1.4rem; } }
  .standout-section .highlight-text {
    color: #f47923; }
  @media screen and (max-width: 768px) {
    .standout-section .text-content {
      text-align: center; } }
  .standout-section .text-content .title {
    font-size: 1.75rem;
    font-weight: bold;
    color: white; }
    @media screen and (max-width: 768px) {
      .standout-section .text-content .title {
        font-size: 0.9rem;
        margin-top: 0; } }
  .standout-section .text-content .description {
    font-size: 0.9rem;
    color: white; }
  .standout-section .featured-image {
    width: 100%;
    max-width: 350px;
    height: auto; }
    @media (max-width: 767.98px) {
      .standout-section .featured-image {
        margin-top: 30px; } }
  @media (max-width: 575.98px) {
    .standout-section {
      padding: 75px 20px !important; }
      .standout-section h2 {
        font-size: 1.5rem; }
      .standout-section .text-content .title {
        font-size: 0.9rem;
        margin-top: 0; }
      .standout-section .text-content .description {
        font-size: 0.95rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .standout-section {
      padding: 60px 30px; }
      .standout-section .text-content .title {
        font-size: 1.25rem;
        margin-top: 2rem; }
      .standout-section .text-content .description {
        font-size: 1rem; } }

.sdt-swiper-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 5rem;
  max-width: 1400px; }
  @media (min-width: 1600px) {
    .sdt-swiper-wrap {
      max-width: 1600px; } }
  @media (max-width: 1200px) {
    .sdt-swiper-wrap {
      gap: 2rem; } }
  .sdt-swiper-wrap .sdtSwiper .swiper-slide {
    border: none;
    padding: 1px; }
  .sdt-swiper-wrap .sdtSwiper .swiper-slide-active {
    background: none !important; }

.sdt-cards {
  padding: 0.5rem 2rem;
  width: 100%;
  min-height: 17rem;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: linear-gradient(to right, #071e31, #071e31) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box;
  border: 1px solid transparent;
  transition: all 0.3s ease; }
  @media (max-width: 992px) {
    .sdt-cards {
      flex-direction: column-reverse;
      gap: 3rem; } }
  @media (max-width: 643px) {
    .sdt-cards {
      gap: 1rem;
      min-height: 30rem; } }
  @media (max-width: 400px) {
    .sdt-cards {
      gap: 1rem;
      min-height: 27rem; } }
  @media (max-width: 380px) {
    .sdt-cards {
      gap: 1rem;
      min-height: 25rem; } }
  .sdt-cards .sdt-content {
    max-width: 50%;
    width: 100%;
    height: 100%; }
    @media (max-width: 992px) {
      .sdt-cards .sdt-content {
        max-width: 100%; } }
    .sdt-cards .sdt-content h1 {
      font-size: 2rem; }
      @media (max-width: 1200px) {
        .sdt-cards .sdt-content h1 {
          font-size: 1.6rem; } }
      @media (max-width: 510px) {
        .sdt-cards .sdt-content h1 {
          font-size: 1.4rem; } }
      @media (max-width: 420px) {
        .sdt-cards .sdt-content h1 {
          font-size: 1.2rem; } }
      @media (max-width: 390px) {
        .sdt-cards .sdt-content h1 {
          font-size: 1rem; } }
    .sdt-cards .sdt-content p {
      font-size: 1rem;
      color: #c4c4c4; }
      @media (max-width: 1200px) {
        .sdt-cards .sdt-content p {
          font-size: 0.9rem; } }
      @media (max-width: 420px) {
        .sdt-cards .sdt-content p {
          font-size: 0.8rem; } }
  .sdt-cards .sdt-txt {
    color: #fff; }
  .sdt-cards .sdt-images {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .sdt-cards .sdt-images .l-1 {
      position: absolute;
      max-width: 500px;
      width: 100%;
      height: auto;
      object-fit: cover;
      z-index: 1; }
    .sdt-cards .sdt-images .l-2 {
      position: absolute;
      width: 200px;
      height: 200px;
      z-index: 2;
      background: radial-gradient(#0058a1 0%, rgba(0, 0, 0, 0) 100%);
      filter: blur(70px); }
    .sdt-cards .sdt-images .l-3 {
      z-index: 3;
      max-width: 500px;
      width: 350px;
      height: auto;
      object-fit: cover; }
      @media (min-width: 1600px) {
        .sdt-cards .sdt-images .l-3 {
          width: 400px; } }
      @media (max-width: 1200px) {
        .sdt-cards .sdt-images .l-3 {
          width: 250px; } }
      @media (max-width: 992px) {
        .sdt-cards .sdt-images .l-3 {
          width: auto;
          height: 350px; } }
      @media (max-width: 656px) {
        .sdt-cards .sdt-images .l-3 {
          width: auto;
          height: 280px; } }
      @media (max-width: 460px) {
        .sdt-cards .sdt-images .l-3 {
          width: auto;
          height: 250px; } }
      @media (max-width: 390px) {
        .sdt-cards .sdt-images .l-3 {
          width: auto;
          height: 210px; } }

.sdt-btn {
  color: #fff;
  padding: 6px;
  border-radius: 4px;
  background: linear-gradient(to right, #071e31, #071e31) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box;
  border: 1px solid transparent;
  cursor: pointer;
  width: 50px; }
  @media (max-width: 643px) {
    .sdt-btn {
      display: none; } }

.who-we-are {
  background-color: #071e31;
  padding: 3rem 0rem 5rem 0rem; }

.wwa-section-header {
  color: white;
  font-size: 1.7rem;
  font-weight: 700; }
  @media only screen and (min-width: 1600px) {
    .wwa-section-header {
      font-size: 2.2rem; } }
  @media screen and (max-width: 992px) {
    .wwa-section-header {
      font-size: 1.4rem; } }
  .wwa-section-header span {
    color: #f57c00; }

.wwa-section-text {
  color: #fff;
  font-size: 1rem; }
  @media only screen and (min-width: 1600px) {
    .wwa-section-text {
      font-size: 1.5rem; } }

.who-we-are-cards-wrap {
  gap: 2rem; }
  @media only screen and (min-width: 1400px) {
    .who-we-are-cards-wrap {
      gap: 5rem; } }

.who-we-are-cards {
  background-color: rgba(255, 225, 225, 0.1);
  max-width: 500px;
  width: 100%;
  border-radius: 20px;
  border: 2px solid rgba(255, 225, 225, 0.1);
  min-height: fit-content; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .who-we-are-cards {
      min-height: 280px; } }
  @media only screen and (min-width: 1200px) {
    .who-we-are-cards {
      min-height: 250px; } }
  .who-we-are-cards .who-we-are-card-header {
    background-color: rgba(255, 225, 225, 0.1);
    border-radius: 19px; }
    .who-we-are-cards .who-we-are-card-header .who-we-are-card-heading {
      font-size: 1.5rem;
      font-weight: 700;
      color: #fff; }
  .who-we-are-cards .who-we-are-card-text {
    color: #fff;
    padding: 2rem 1.5rem;
    text-align: left;
    font-size: 0.9rem; }
    @media only screen and (max-width: 768px) {
      .who-we-are-cards .who-we-are-card-text {
        padding: 1.5rem 0.9rem; } }
  .who-we-are-cards .featured-icon {
    width: 50px;
    height: auto; }
  .who-we-are-cards .featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain; }

.features-container {
  position: relative;
  background-image: radial-gradient(circle at 100% 100%, #0c2032, #0f2439, 42%, #04090e 68%); }

.feature-section-wrap {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0;
  z-index: 2; }

.features-scroll-wrap {
  display: flex;
  justify-content: center;
  gap: 3rem; }
  @media (max-width: 1024px) {
    .features-scroll-wrap {
      gap: 1em; } }
  @media (max-width: 768px) {
    .features-scroll-wrap {
      flex-direction: column-reverse; } }
  .features-scroll-wrap .sticky-feature-column {
    width: 50%; }
    @media (max-width: 768px) {
      .features-scroll-wrap .sticky-feature-column {
        margin: auto;
        width: 90%; } }
    @media (max-width: 525px) {
      .features-scroll-wrap .sticky-feature-column {
        width: 100%; } }
    .features-scroll-wrap .sticky-feature-column .sticky-feature-card {
      position: sticky;
      top: 20%;
      padding: 20px;
      border-radius: 14px;
      padding: 20px;
      color: #fff;
      max-width: 600px; }
      @media (min-width: 1600px) {
        .features-scroll-wrap .sticky-feature-column .sticky-feature-card {
          max-width: 800px; } }
      .features-scroll-wrap .sticky-feature-column .sticky-feature-card .sticky-title {
        font-size: 2.5rem;
        padding-bottom: 1rem; }
        @media (max-width: 992px) {
          .features-scroll-wrap .sticky-feature-column .sticky-feature-card .sticky-title {
            font-size: 1.5rem; } }
        .features-scroll-wrap .sticky-feature-column .sticky-feature-card .sticky-title span {
          color: #f57c00; }
      .features-scroll-wrap .sticky-feature-column .sticky-feature-card .sticky-content {
        font-size: 1.2rem; }
        @media (max-width: 992px) {
          .features-scroll-wrap .sticky-feature-column .sticky-feature-card .sticky-content {
            font-size: 1rem; } }
  .features-scroll-wrap .feature-scroll-list {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 1.5rem;
    width: 40%;
    overflow-y: scroll;
    position: relative;
    padding-top: 10rem;
    overflow: clip; }
    @media (max-width: 1201px) {
      .features-scroll-wrap .feature-scroll-list {
        width: 50%; } }
    @media (max-width: 768px) {
      .features-scroll-wrap .feature-scroll-list {
        padding-top: 0 !important;
        align-items: flex-start !important;
        width: 90%;
        margin: auto; } }
    @media (max-width: 525px) {
      .features-scroll-wrap .feature-scroll-list {
        width: 100%; } }
    .features-scroll-wrap .feature-scroll-list .feature-card {
      width: 100%;
      padding: 20px;
      margin-bottom: 20px;
      border-radius: 10px;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 1rem;
      width: 90%; }
      @media (max-width: 992px) {
        .features-scroll-wrap .feature-scroll-list .feature-card {
          width: 100%; } }
      .features-scroll-wrap .feature-scroll-list .feature-card .feature-icon {
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 12px;
        padding: 1rem; }
        .features-scroll-wrap .feature-scroll-list .feature-card .feature-icon img {
          width: 35px;
          height: auto;
          object-fit: cover; }
      .features-scroll-wrap .feature-scroll-list .feature-card .feature-title {
        font-size: 1.2rem;
        color: #fff; }
        @media (min-width: 1600px) {
          .features-scroll-wrap .feature-scroll-list .feature-card .feature-title {
            font-size: 1.5rem; } }
        @media (max-width: 525px) {
          .features-scroll-wrap .feature-scroll-list .feature-card .feature-title {
            font-size: 1rem; } }
        @media (max-width: 370px) {
          .features-scroll-wrap .feature-scroll-list .feature-card .feature-title {
            font-size: 0.9rem; } }
      .features-scroll-wrap .feature-scroll-list .feature-card .feature-content {
        color: rgba(255, 255, 255, 0.5); }
        @media (min-width: 1600px) {
          .features-scroll-wrap .feature-scroll-list .feature-card .feature-content {
            font-size: 0.9rem; } }
        @media (max-width: 370px) {
          .features-scroll-wrap .feature-scroll-list .feature-card .feature-content {
            font-size: 0.7rem; } }

.features-cards {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  margin: auto;
  align-items: center; }

.image-container-feature {
  position: relative;
  display: inline-block; }
  .image-container-feature img {
    display: block;
    width: 100%;
    /* Adjust as needed */
    height: auto; }
  .image-container-feature::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    /* Adjust the height of the fade */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #071e31 100%);
    pointer-events: none;
    /* Ensure the gradient doesn't block interactions */ }

.card-code-arena, .card-quiz {
  width: auto;
  box-sizing: border-box;
  background: #dedede;
  height: auto;
  border-radius: 32px;
  position: sticky;
  border-radius: 16px;
  background: linear-gradient(to right, #071e31, #071e31) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'system-ui', sans-serif;
  font-weight: medium;
  color: #FFF;
  flex-direction: column;
  text-align: center; }
  .card-code-arena button, .card-quiz button {
    border: 1.5px solid #f47923;
    color: #fff; }
    .card-code-arena button:hover, .card-quiz button:hover {
      background: #f47923;
      color: #fff;
      border: 1px solid #f47923; }
    @media screen and (max-width: 768px) {
      .card-code-arena button, .card-quiz button {
        padding: 8px 20px; } }
    @media screen and (max-width: 576px) {
      .card-code-arena button, .card-quiz button {
        padding: 6px 16px; } }

.card-code-arena {
  top: 50px; }

.card-quiz {
  top: 80px; }

.stats-section {
  width: 100%;
  height: 78vh;
  z-index: 1; }
  @media (max-width: 809px) {
    .stats-section {
      height: 48vh; } }
  @media (max-width: 639px) {
    .stats-section {
      height: 40vh; } }
  @media (max-width: 480px) {
    .stats-section {
      height: 36vh; } }

.stats-content-section {
  position: relative;
  z-index: 5;
  color: #fff; }
  .stats-content-section .stats-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    height: 100%; }
    @media (max-width: 480px) {
      .stats-content-section .stats-content {
        gap: 1.5rem !important; } }
    .stats-content-section .stats-content .stats-row {
      display: flex;
      justify-content: center;
      flex-direction: row;
      align-items: center;
      gap: 6rem; }
      @media screen and (max-width: 640px) {
        .stats-content-section .stats-content .stats-row {
          gap: 4rem; } }
      @media (max-width: 480px) {
        .stats-content-section .stats-content .stats-row {
          gap: 2rem; } }
      .stats-content-section .stats-content .stats-row .stats-item-1 {
        rotate: 15deg;
        animation-delay: 0s;
        animation-duration: 6s; }
      .stats-content-section .stats-content .stats-row .stats-item-2 {
        rotate: -15deg;
        animation-delay: 1s;
        animation-duration: 7s; }
      .stats-content-section .stats-content .stats-row .stats-item-3 {
        rotate: -15deg;
        animation-delay: 0.5s;
        animation-duration: 8s; }
      .stats-content-section .stats-content .stats-row .stats-item-4 {
        rotate: 15deg;
        animation-delay: 0.5s;
        animation-duration: 7s; }
      .stats-content-section .stats-content .stats-row .stats-item-5 {
        rotate: -15deg;
        animation-delay: 1s;
        animation-duration: 6s; }
    .stats-content-section .stats-content .stats-item {
      border-radius: 16px;
      overflow: hidden;
      background: rgba(104, 100, 100, 0.1);
      backdrop-filter: blur(3px);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.44);
      animation: float 5s ease-in-out infinite;
      padding: 20px; }
      .stats-content-section .stats-content .stats-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 16px;
        padding: 1px;
        background: linear-gradient(225.7deg, rgba(255, 255, 255, 0.46) 7.4%, rgba(34, 164, 241, 0.91) 94.63%);
        mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
        -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
        mask-composite: exclude;
        -webkit-mask-composite: destination-out; }
      @media screen and (max-width: 810px) {
        .stats-content-section .stats-content .stats-item {
          padding: 14px; } }
      @media (max-width: 768px) {
        .stats-content-section .stats-content .stats-item {
          padding: 10px; } }
    .stats-content-section .stats-content .stats-count {
      font-size: 3rem; }
      .stats-content-section .stats-content .stats-count span {
        color: #22A4F1D1; }
      @media screen and (max-width: 810px) {
        .stats-content-section .stats-content .stats-count {
          font-size: 2rem; } }
      @media (max-width: 768px) {
        .stats-content-section .stats-content .stats-count {
          font-size: 1.6rem; } }
      @media (max-width: 480px) {
        .stats-content-section .stats-content .stats-count {
          font-size: 1.5rem; } }
      @media (max-width: 390px) {
        .stats-content-section .stats-content .stats-count {
          font-size: 1.1rem; } }
    .stats-content-section .stats-content .stats-title {
      font-size: 0.9rem;
      color: #FFFFFFBD;
      font-weight: 500; }
      @media screen and (min-width: 1600px) {
        .stats-content-section .stats-content .stats-title {
          font-size: 1rem; } }
      @media (max-width: 768px) {
        .stats-content-section .stats-content .stats-title {
          font-size: 0.7rem; } }
      @media screen and (max-width: 640px) {
        .stats-content-section .stats-content .stats-title {
          font-size: 0.5rem; } }
      @media (max-width: 480px) {
        .stats-content-section .stats-content .stats-title {
          font-size: 0.6rem; } }
      @media (max-width: 390px) {
        .stats-content-section .stats-content .stats-title {
          font-size: 0.5rem; } }

.stats-linear-bg {
  position: absolute;
  max-width: 70%;
  max-height: 40%;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: radial-gradient(#0058a1 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(100px); }

.stats-bg-score {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2; }
  .stats-bg-score .path-base {
    stroke: url(#paint0_linear_3667_1738);
    fill: none; }
  .stats-bg-score .asteroid {
    fill: #fff;
    filter: drop-shadow(0 0 8px #fff); }

@keyframes moveAsteroid {
  from {
    offset-distance: 0%; }
  to {
    offset-distance: 100%; } }
  .stats-bg-score .asteroid-1 {
    offset-path: path("M0.756836 2.12764C134.726 140.542 282.916 201.942 474.515 201.942C666.114 201.942 730.479 201.942 967.729 201.942C1204.98 201.942 1348.31 101.857 1440.74 0.708008");
    animation: moveAsteroid 5s linear infinite; }
  .stats-bg-score .asteroid-2 {
    offset-path: path("M0.756836 139.942C139.13 200.171 252.004 226.742 473.252 226.742C694.499 226.742 734.999 226.742 968.247 226.742C1201.49 226.742 1309.87 195.919 1440.74 139.942");
    animation: moveAsteroid 5s linear infinite 1s; }
  .stats-bg-score .asteroid-3 {
    offset-path: path("M0.756836 250.834H1440.74");
    animation: moveAsteroid 5s linear infinite 2s; }
  .stats-bg-score .asteroid-4 {
    offset-path: path("M0.756836 361.371C139.13 301.142 252.004 274.571 473.252 274.571C694.499 274.571 734.999 274.571 968.247 274.571C1201.49 274.571 1309.87 305.394 1440.74 361.371");
    animation: moveAsteroid 5s linear infinite 3s; }
  .stats-bg-score .asteroid-5 {
    offset-path: path("M0.756836 499.539C134.726 361.125 282.916 299.725 474.515 299.725C666.114 299.725 730.479 299.725 967.729 299.725C1204.98 299.725 1348.31 399.81 1440.74 500.959");
    animation: moveAsteroid 5s linear infinite 4s; }

.stats-bg-score-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #081623 0%, rgba(8, 22, 35, 0.1) 20%, rgba(8, 22, 35, 0.1) 80%, #081623 100%);
  z-index: 3; }

.default-catlog-labs-list-container,
.catlog-labs-list-container,
.catlog-search-result {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px; }

.catlog-search-result {
  padding-bottom: 5rem; }

.catlog-labs-card {
  padding: 6px;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 2px solid rgba(255, 255, 225, 0.2); }

.catlog-lab-desc {
  font-size: 1rem;
  text-align: center; }

.catlog-nav-item {
  position: relative;
  cursor: pointer; }

.catlog-nav-item-active {
  position: absolute;
  width: 0%;
  height: 2px;
  border-radius: 2px;
  transform: translateY(18px);
  background-color: #fff;
  transition: width 0.3s ease; }

.catlog-active .catlog-nav-item-active {
  width: 100%; }

@media screen and (max-width: 992px) {
  .default-catlog-labs-list-container,
  .catlog-labs-list-container,
  .catlog-search-result {
    grid-template-columns: repeat(2, 1fr); } }

.catlog-labs-card-overlay {
  border-radius: 25px;
  border: 2px solid rgba(255, 255, 225, 0.2); }

.catlog-lab-avatar {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%; }

@media screen and (max-width: 525px) {
  .default-catlog-labs-list-container,
  .catlog-labs-list-container,
  .catlog-search-result {
    gap: 10px;
    padding: 5px; }
  .catlog-lab-avatar {
    width: 40px;
    height: 40px; }
  .catlog-lab-title {
    font-size: 0.9rem; }
  .catlog-lab-desc {
    font-size: 0.8rem;
    text-align: left; }
  .catlog-labs-card-overlay {
    border-radius: 14px; } }

@media screen and (max-width: 425px) {
  .catlog-lab-avatar {
    width: 30px;
    height: 30px; }
  .catlog-lab-title {
    font-size: 0.8rem; }
  .catlog-lab-desc {
    font-size: 0.7rem;
    text-align: left; } }

.catlog-category-section {
  position: relative;
  width: 100%;
  height: 100%; }
  .catlog-category-section .catlog-category-section-bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  .catlog-category-section .catlog-type-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 225, 0.05);
    width: max-content;
    border-radius: 22px;
    position: relative; }
  .catlog-category-section .catlog-type-nav span {
    padding: 6px 20px;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer; }
  .catlog-category-section .catlog-type-nav .active-highlight {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.09);
    border-radius: 30px;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
  .catlog-category-section .catlog-searchbar {
    display: none;
    padding: 0 15px;
    width: 250px;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 1rem;
    outline: none; }
    .catlog-category-section .catlog-searchbar :focus {
      border: none; }
  .catlog-category-section .catlog-section-cards .catlog-category-cards {
    display: flex;
    align-items: start; }
  .catlog-category-section .catlog-section-cards .catlog-list-cards {
    display: none; }
  .catlog-category-section .cc-cards-wrap {
    width: 100%;
    height: 100%;
    display: grid;
    grid-gap: 1rem;
    padding: 5rem 0;
    grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 1200px) {
    .catlog-category-section .cc-cards-wrap {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 764px) {
    .catlog-category-section .cc-cards-wrap {
      grid-template-columns: repeat(2, 1fr); } }
  .catlog-category-section .cc-card {
    position: relative;
    border-radius: 16px;
    background: linear-gradient(to right, #091927, #091927) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    min-height: 350px;
    display: flex;
    align-items: end;
    color: #fff; }
    @media only screen and (max-width: 520px) {
      .catlog-category-section .cc-card {
        min-height: 300px; } }
    .catlog-category-section .cc-card:hover .cc-card-nav {
      visibility: visible;
      transform: rotateZ(-30deg); }
      .catlog-category-section .cc-card:hover .cc-card-nav svg {
        color: #f47923; }
    .catlog-category-section .cc-card:hover .cc-card-layer .cc-l-2 {
      display: block; }
    .catlog-category-section .cc-card:hover .cc-card-layer .cc-l-3 {
      scale: 1.05;
      mix-blend-mode: normal; }
  .catlog-category-section .cc-card-nav {
    display: flex;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    background: linear-gradient(30deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    /* Gradient border using box-shadow */
    box-shadow: 0 0 0 3px transparent, 0 0 0 6px linear-gradient(30deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    visibility: hidden;
    transition: all 0.3s ease-in-out; }
    .catlog-category-section .cc-card-nav svg {
      color: #5d6771; }
  .catlog-category-section .cc-card-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .catlog-category-section .cc-card-layer .cc-l-1 {
      position: absolute;
      max-width: 300px;
      width: 100%;
      height: auto;
      z-index: 1;
      object-fit: cover; }
    .catlog-category-section .cc-card-layer .cc-l-2 {
      display: none;
      position: absolute;
      width: 200px;
      height: 200px;
      z-index: 2;
      background: radial-gradient(#0058a1 0%, rgba(0, 0, 0, 0) 100%);
      filter: blur(70px);
      transition: all 0.3 ease-in-out; }
    .catlog-category-section .cc-card-layer .cc-l-3 {
      position: absolute;
      max-width: 190px;
      width: 100%;
      height: auto;
      object-fit: cover;
      mix-blend-mode: luminosity;
      z-index: 3;
      transition: all 0.3s ease-out; }
      @media only screen and (max-width: 520px) {
        .catlog-category-section .cc-card-layer .cc-l-3 {
          max-width: 140px; } }
      @media only screen and (max-width: 392px) {
        .catlog-category-section .cc-card-layer .cc-l-3 {
          max-width: 115px; } }
  .catlog-category-section .cc-card h4 {
    font-size: 1.4rem;
    color: #fff;
    padding: 1rem; }
    @media only screen and (max-width: 392px) {
      .catlog-category-section .cc-card h4 {
        font-size: 1.2rem; } }

/* General Styling */
.features-section-learn {
  padding: 10rem 0;
  background-color: #081623;
  color: #fff;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .features-section-learn {
      padding: 7rem 0; } }
  .features-section-learn .header-container {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem; }
    .features-section-learn .header-container h2 {
      color: white;
      font-size: 1.7rem;
      font-weight: 700; }
      @media screen and (min-width: 1600px) {
        .features-section-learn .header-container h2 {
          font-size: 2.2rem; } }
      @media screen and (max-width: 1200px) {
        .features-section-learn .header-container h2 {
          font-size: 1.5rem; } }
      .features-section-learn .header-container h2 span {
        color: #f57c00; }
    .features-section-learn .header-container .header-subtitle {
      font-size: 0.9rem;
      color: #aaa;
      max-width: 800px;
      text-align: center; }
      @media screen and (max-width: 1200px) {
        .features-section-learn .header-container .header-subtitle {
          font-size: 0.8rem;
          max-width: 600px; } }
      @media screen and (max-width: 992px) {
        .features-section-learn .header-container .header-subtitle {
          font-size: 0.7rem;
          max-width: 500px; } }
      @media screen and (max-width: 768px) {
        .features-section-learn .header-container .header-subtitle {
          max-width: 100%;
          text-align: center; } }

/* Sidebar */
.learn-sidebar-nav {
  height: 100%;
  position: fixed;
  left: -100%;
  /* Initially hidden off-screen */
  top: 0;
  z-index: 1001;
  transition: left 0.3s ease;
  overflow-y: auto;
  /* Close button for smaller screens */ }
  @media screen and (max-width: 768px) {
    .learn-sidebar-nav {
      height: 100vh;
      width: 100vw;
      padding: 0 !important; }
      .learn-sidebar-nav .nav {
        width: 15rem;
        height: 28rem; } }
  .learn-sidebar-nav .nav-item {
    border-bottom: 1px solid transparent;
    background: linear-gradient(to right, #081623, #081623) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.24), rgba(242, 243, 244, 0.72)) border-box; }
  .learn-sidebar-nav.active {
    left: 0;
    /* Show sidebar when active */ }
  .learn-sidebar-nav .sidebar-nav-link {
    font-size: 16px;
    color: #ffffff5c;
    padding: 21px 35px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 700;
    text-transform: capitalize; }
    @media screen and (min-width: 1600px) {
      .learn-sidebar-nav .sidebar-nav-link {
        padding: 29px 35px; } }
    @media screen and (max-width: 768px) {
      .learn-sidebar-nav .sidebar-nav-link {
        font-size: 13px;
        padding: 16px 25px !important; } }
    @media screen and (max-width: 992px) {
      .learn-sidebar-nav .sidebar-nav-link {
        font-size: 13px;
        padding: 21.2px 18px; } }
    .learn-sidebar-nav .sidebar-nav-link:hover {
      background: #172531;
      color: white; }
    .learn-sidebar-nav .sidebar-nav-link.active {
      background: #172531;
      color: #f57c00; }
    .learn-sidebar-nav .sidebar-nav-link .arrow {
      position: absolute;
      margin-left: 1rem;
      transition: all 0.3s ease; }
    .learn-sidebar-nav .sidebar-nav-link.active .arrow {
      color: white;
      transform: translateX(5px); }
  .learn-sidebar-nav .close-btn {
    display: none;
    /* Hidden by default */
    position: absolute;
    top: 194px;
    background: linear-gradient(to right, #202c37, #24303b) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box !important;
    border: 1px solid transparent;
    color: white;
    padding: 10px 11px;
    cursor: pointer;
    z-index: 1100;
    left: 15.5rem;
    border-radius: 25px; }

/* Main Content */
.content {
  text-align: center;
  height: 34rem;
  background-color: #1e252b;
  padding: 30px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  background: linear-gradient(to right, #071e31, #071e31) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box;
  border: 1px solid transparent; }
  @media screen and (min-width: 1600px) {
    .content {
      height: 42rem; } }
  .content p {
    width: 82%;
    margin: 0 auto; }
    @media screen and (min-width: 1600px) {
      .content p {
        font-size: 1rem; } }
  @media screen and (max-width: 768px) {
    .content {
      border-radius: 8px; } }
  @media screen and (max-width: 992px) {
    .content {
      height: 32rem; } }

@media screen and (min-width: 1600px) {
  .main-title {
    font-size: 1.7rem; } }

.feature-content {
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    .feature-content {
      padding-left: calc(var(--cui-gutter-x) * 0.5); } }

/* Swiper Container */
section[data-page="/learn"] .swiper {
  width: 100%;
  height: 385px;
  position: relative; }
  @media screen and (min-width: 1600px) {
    section[data-page="/learn"] .swiper {
      height: 460px; } }
  @media screen and (max-width: 1200px) {
    section[data-page="/learn"] .swiper {
      height: 300px; } }
  @media screen and (max-width: 992px) {
    section[data-page="/learn"] .swiper {
      height: 270px; } }
  @media screen and (max-width: 768px) {
    section[data-page="/learn"] .swiper {
      height: 235px; } }

/* Swiper Slide */
section[data-page="/learn"] .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px; }
  section[data-page="/learn"] .swiper-slide .slide-content {
    padding: 0.7rem;
    background: linear-gradient(to right, #202c37, #24303b) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box !important;
    border: 1px solid transparent;
    border-radius: 8px; }
  section[data-page="/learn"] .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    max-height: 18rem; }
    @media screen and (max-width: 1400px) {
      section[data-page="/learn"] .swiper-slide img {
        max-height: 15rem; } }
    @media screen and (max-width: 992px) {
      section[data-page="/learn"] .swiper-slide img {
        max-height: 14rem; } }

/* Custom Swiper Buttons */
section[data-page="/learn"] .feature-swiper-button-prev,
section[data-page="/learn"] .feature-swiper-button-next {
  width: 50px;
  height: 50px;
  background: linear-gradient(223.49deg, rgba(255, 255, 255, 0.12) 6.63%, rgba(255, 255, 255, 0.06) 93.72%);
  border-radius: 50%;
  color: #f57c00;
  position: absolute;
  top: 50%;
  /* Vertically center the buttons */
  z-index: 1000;
  /* Ensure buttons are above swiper content */
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  /* Center the buttons vertically */
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease; }
  @media screen and (max-width: 1200px) {
    section[data-page="/learn"] .feature-swiper-button-prev,
    section[data-page="/learn"] .feature-swiper-button-next {
      top: auto;
      bottom: 10px; } }

section[data-page="/learn"] .feature-swiper-button-prev {
  left: 100px;
  /* Move button outside the swiper container */ }

section[data-page="/learn"] .feature-swiper-button-next {
  right: 100px;
  /* Move button outside the swiper container */ }

section[data-page="/learn"] .feature-swiper-button-prev:hover,
section[data-page="/learn"] .feature-swiper-button-next:hover {
  background: linear-gradient(to right, #213546, #1c3142) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box;
  border: 1px solid transparent; }

.mobile-device .feature-swiper-button-prev::before,
.mobile-device .feature-swiper-button-next::before {
  margin-bottom: 8px; }

section[data-page="/learn"] .feature-swiper-button-prev::before,
section[data-page="/learn"] .feature-swiper-button-next::before {
  font-size: 24px;
  color: #f57c00; }
  @media screen and (max-width: 768px) {
    section[data-page="/learn"] .feature-swiper-button-prev::before,
    section[data-page="/learn"] .feature-swiper-button-next::before {
      font-size: 30px; } }

section[data-page="/learn"] .feature-swiper-button-prev::before {
  content: "←";
  /* Left arrow */ }

section[data-page="/learn"] .feature-swiper-button-next::before {
  content: "→";
  /* Right arrow */ }

/* Overlay when sidebar is active */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 900;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .overlay.active {
    display: block;
    opacity: 1; }

/* Responsive Sidebar */
@media (max-width: 768px) {
  .learn-sidebar-nav {
    position: absolute;
    top: 33%;
    left: -100%;
    transition: all 0.3s ease;
    /* Show close button only when sidebar is active */ }
    .learn-sidebar-nav.active {
      left: 0; }
    .learn-sidebar-nav .close-btn {
      display: block; }
  .toggle-btn {
    display: block;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 25px;
    border-radius: 0 50px 50px 0 !important;
    padding: 26px 12px;
    backdrop-filter: blur(3px); }
    .toggle-btn:hover {
      background: linear-gradient(to right, #213546, #1c3142e3) padding-box, linear-gradient(to right, #203446, rgba(34, 164, 241, 0.46)) border-box;
      border: 1px solid transparent; } }

.learn-nav-links {
  height: 34rem;
  overflow: hidden;
  border: 1px solid rgba(255, 225, 255, 0.2);
  box-shadow: 11px 6px 70px 21px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 11px 6px 70px 21px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 11px 6px 70px 21px rgba(0, 0, 0, 0.53); }
  @media (min-width: 1600px) {
    .learn-nav-links {
      height: 42rem; } }
  @media (max-width: 992px) {
    .learn-nav-links {
      height: 32rem; } }
  @media (max-width: 768px) {
    .learn-nav-links {
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px; } }

.learn-nav-links li {
  flex-grow: 1; }

.feature-btn {
  position: absolute;
  top: 50%;
  z-index: 1100; }

@media (min-width: 769px) {
  .toggle-btn {
    display: none;
    /* Hide toggle button on screens larger than 768px */ }
  .learn-sidebar-nav {
    position: relative;
    left: 0;
    /* Hide close button on larger screens */ }
    .learn-sidebar-nav .close-btn {
      display: none; }
  .overlay {
    display: none; } }

section[data-page="/learn"] .swiper-slide.swiper-slide-active {
  background: none !important;
  border: none !important; }

.payment-order-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #081623;
  padding: 100px 0; }
  .payment-order-summary .card {
    background-color: #081623;
    border: 1px solid #ffffff42;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    padding: 40px 60px;
    border-radius: 20px; }
    .payment-order-summary .card .card-body h2 {
      text-align: center;
      color: white;
      margin-bottom: 1rem; }
      .payment-order-summary .card .card-body h2 span {
        color: #f47923; }
    .payment-order-summary .card .card-body .card-text {
      text-align: center;
      color: white;
      margin-bottom: 3rem;
      font-size: 16px;
      font-weight: 500; }
    .payment-order-summary .card .card-body .plan-details {
      margin: 3rem 0; }
      .payment-order-summary .card .card-body .plan-details .detail-row {
        display: flex;
        justify-content: space-between;
        color: white;
        font-size: 16px;
        font-weight: 400; }
        .payment-order-summary .card .card-body .plan-details .detail-row.price-row span:last-child {
          font-weight: 700;
          color: green; }
        .payment-order-summary .card .card-body .plan-details .detail-row hr {
          margin: 1rem 0;
          color: white;
          border: 0;
          border-top: var(--bs-border-width) solid;
          opacity: 0.25; }
    .payment-order-summary .card .card-body .what-you-get {
      background-color: rgba(255, 255, 255, 0.06);
      border-radius: 20px;
      border: 1px solid #ffffff42;
      padding: 2rem;
      margin-bottom: 1.5rem;
      display: flex;
      flex-wrap: wrap; }
      .payment-order-summary .card .card-body .what-you-get .text-start {
        text-align: start; }
      .payment-order-summary .card .card-body .what-you-get .title {
        font-size: 16px;
        font-weight: 700;
        color: white;
        margin-bottom: 1rem; }
      .payment-order-summary .card .card-body .what-you-get .row {
        font-size: 16px;
        font-weight: 700;
        color: white;
        flex-wrap: wrap; }
        .payment-order-summary .card .card-body .what-you-get .row .col-12 {
          padding-left: 0;
          padding-right: 0; }
          .payment-order-summary .card .card-body .what-you-get .row .col-12 .item {
            font-size: 14px;
            font-weight: 400;
            display: flex;
            align-items: flex-start;
            margin-bottom: 1rem;
            padding-left: 12px;
            padding-right: 10px; }
            .payment-order-summary .card .card-body .what-you-get .row .col-12 .item img {
              margin-right: 1rem; }
            .payment-order-summary .card .card-body .what-you-get .row .col-12 .item p {
              margin: 0;
              max-width: 100%;
              line-height: 1.4;
              white-space: normal;
              word-wrap: break-word;
              word-break: break-word; }
      .payment-order-summary .card .card-body .what-you-get .read-more-btn {
        background: transparent;
        color: #aaaaaa;
        border-style: none;
        font-size: 0.8rem;
        font-weight: 700;
        transition: transform 0.3s ease; }
      .payment-order-summary .card .card-body .what-you-get .read-more-btn img {
        transition: transform 0.3s ease; }
      .payment-order-summary .card .card-body .what-you-get .read-more-btn.rotated img {
        transform: rotate(180deg); }
    .payment-order-summary .card .card-body .btn-group {
      position: relative;
      margin-top: 1.5rem;
      border-radius: 20px;
      background-color: rgba(255, 255, 255, 0.06);
      display: flex;
      /* Align buttons in a row */ }
      .payment-order-summary .card .card-body .btn-group .highlight-background {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        border-radius: 25px;
        background-color: white;
        transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .payment-order-summary .card .card-body .btn-group .btn-outline-payment {
        position: relative;
        border-radius: 25px;
        padding: 15px 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 100px;
        cursor: pointer;
        background-color: transparent;
        z-index: 1; }
        @media screen and (max-width: 650px) {
          .payment-order-summary .card .card-body .btn-group .btn-outline-payment {
            min-width: 80px; } }
        .payment-order-summary .card .card-body .btn-group .btn-outline-payment:hover {
          background-color: transparent;
          border-color: rgba(255, 255, 255, 0.8); }
        .payment-order-summary .card .card-body .btn-group .btn-outline-payment img {
          height: 20px;
          transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
          @media screen and (max-width: 525px) {
            .payment-order-summary .card .card-body .btn-group .btn-outline-payment img {
              height: 22px; } }
        .payment-order-summary .card .card-body .btn-group .btn-outline-payment.active img {
          transform: scale(1.1); }
    .payment-order-summary .card .card-body .btn {
      background-color: rgba(255, 255, 255, 0.06);
      color: white;
      margin-top: 1.5rem;
      padding: 8px 20px;
      display: inline-block;
      transition: background-color 0.3s ease; }
      .payment-order-summary .card .card-body .btn.cancel {
        margin-left: 0; }
      .payment-order-summary .card .card-body .btn.pay-now {
        background-color: #f47923;
        margin-left: 0;
        padding: 8px 30px; }

@media (max-width: 846px) {
  .card {
    padding: 20px 40px !important;
    margin: 2rem !important; }
    .card .what-you-get {
      padding: 1rem;
      margin-bottom: 1rem; }
      .card .what-you-get .title {
        font-size: 14px; }
      .card .what-you-get .row {
        font-size: 14px; }
        .card .what-you-get .row .col-12 .item {
          font-size: 12px;
          margin-bottom: 0.75rem; }
    .card .btn-group .btn-outline-payment {
      padding: 15px 20px !important; } }

@media (max-width: 742px) {
  .card {
    padding: 20px 10px !important;
    margin: 20px !important; }
    .card .what-you-get {
      padding: 0.5rem;
      margin-bottom: 1rem;
      display: none;
      width: 100%; }
      .card .what-you-get .title {
        font-size: 13px; }
      .card .what-you-get .row {
        font-size: 12px;
        width: 100%; }
        .card .what-you-get .row .col-12 .item {
          font-size: 11px;
          margin-bottom: 0.5rem; }
        .card .what-you-get .row .second-column {
          display: none; }
    .card .btn-group {
      display: flex;
      justify-content: center;
      gap: 1rem; }
      .card .btn-group .btn-outline-payment {
        padding: 15px 15px !important; }
    .card .btn.cancel,
    .card .btn.pay-now {
      margin: 0.5rem 0; } }

@media (min-width: 692px) {
  .what-you-get .read-more {
    display: none; } }

@media (max-width: 950px) {
  .card {
    padding: 20px 50px;
    margin: 2rem; } }

@media (max-width: 390px) {
  .btn-group img {
    height: 15px !important; } }

.faq-section {
  background-color: #081623;
  padding: 75px 0; }
  .faq-section h2 {
    color: #fff; }
    .faq-section h2 span {
      color: #f47923; }
  .faq-section p {
    font-size: 16px;
    font-weight: 400; }
  .faq-section .faq-card {
    margin-bottom: 10px;
    border-radius: 14px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgba(171, 171, 171, 0.06) 100%);
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease-in-out; }
    .faq-section .faq-card.faq-open {
      background-image: linear-gradient(180deg, #071E31 0%, rgba(171, 171, 171, 0.1) 100%); }
    .faq-section .faq-card .faq-header {
      display: flex;
      justify-content: space-between;
      padding: 10px 15px;
      border-radius: 12px;
      border: 1px solid transparent;
      cursor: pointer;
      transition: background-color 0.3s ease; }
      .faq-section .faq-card .faq-header .faq-title {
        display: flex;
        align-items: center;
        font-size: 18px;
        color: white; }
      .faq-section .faq-card .faq-header .faq-icon {
        font-size: 24px;
        transition: transform 0.3s ease;
        color: #8F8F8F; }
      .faq-section .faq-card .faq-header .faq-icon.open {
        transform: rotate(180deg);
        font-size: 30px;
        color: #fff; }
    .faq-section .faq-card .faq-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.5s ease;
      padding: 0 15px; }
      .faq-section .faq-card .faq-body.open {
        padding: 15px; }
      .faq-section .faq-card .faq-body p {
        color: rgba(255, 255, 255, 0.8); }
      .faq-section .faq-card .faq-body .faq-card.faq-open .faq-body {
        padding: 15px 15px;
        transition: max-height 0.5s ease; }

@media (max-width: 768px) {
  .faq-section {
    padding: 50px 15px; }
    .faq-section .faq-card .faq-header {
      padding: 10px; }
    .faq-section .faq-card .faq-body {
      padding: 0 10px; } }

@media (max-width: 576px) {
  .faq-section {
    padding: 40px 10px; }
    .faq-section .faq-card .faq-header {
      padding: 8px; }
      .faq-section .faq-card .faq-header .faq-title {
        font-size: 16px; }
    .faq-section .faq-card .faq-body {
      padding: 0 8px; }
      .faq-section .faq-card .faq-body p {
        font-size: 14px; } }

.account-section {
  background-color: #081623;
  padding: 5rem 0;
  min-height: 80vh; }
  .account-section h2 {
    font-size: 2rem; }
    .account-section h2 .highlight {
      color: #f47923; }
  .account-section .highlight-2 {
    color: #f47923; }
  .account-section .account-card {
    border: 1px solid rgba(255, 255, 255, 0.26);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 40px;
    width: fit-content; }
    @media screen and (max-width: 576px) {
      .account-section .account-card .input-field-wrap {
        width: 100%; } }
    .account-section .account-card .input-field {
      background-color: #071e31;
      border: 1px solid rgba(255, 255, 255, 0.26);
      border-radius: 8px;
      color: white; }
  .account-section .form-label {
    color: rgba(255, 255, 255, 0.35);
    font-size: 16px;
    font-weight: 700; }
  .account-section .form-control {
    background-color: #071e31;
    border-color: rgba(255, 255, 255, 0.26);
    color: white; }
  .account-section .subscription-text {
    color: rgba(255, 255, 255, 0.26);
    font-size: 16px;
    font-weight: 500; }
  .account-section .explore-btn {
    background-color: #f47923;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 700; }
    .account-section .explore-btn:hover {
      background-color: #d9600b; }
  @media (max-width: 1200px) {
    .account-section {
      padding: 100px 50px; }
      .account-section .account-card {
        padding: 30px; }
      .account-section h2 {
        font-size: 1.75rem; }
      .account-section .explore-btn {
        padding: 8px 16px; } }
  @media (max-width: 767px) {
    .account-section {
      padding: 80px 0; }
      .account-section .account-card {
        padding: 15px; }
      .account-section h2 {
        font-size: 1.5rem; }
      .account-section .explore-btn {
        padding: 6px 12px; } }

.pro-account-section {
  background-color: #081623;
  padding: 75px 20px; }
  .pro-account-section .highlight-2 {
    color: #f47923; }
  .pro-account-section .container-x {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem; }
  .pro-account-section .pro-account-card {
    border: 2px solid rgba(255, 255, 255, 0.26);
    padding: 20px; }
    .pro-account-section .pro-account-card .input-field {
      background-color: #071e31;
      border: 1px solid rgba(255, 255, 255, 0.26);
      border-radius: 8px;
      color: white; }
    .pro-account-section .pro-account-card .input-label {
      color: rgba(255, 255, 255, 0.35);
      font-size: 16px;
      font-weight: 700; }
    .pro-account-section .pro-account-card .purchase-details {
      background-color: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.26);
      border-radius: 20px;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
      padding: 10px; }
    .pro-account-section .pro-account-card .vertical-line-container {
      display: flex;
      align-items: stretch;
      padding: 0; }
      .pro-account-section .pro-account-card .vertical-line-container .vertical-line {
        width: 1px;
        background-color: #ffffff;
        margin: 0 15px; }
    .pro-account-section .pro-account-card .upgrade-row {
      margin-left: 1px; }
    .pro-account-section .pro-account-card .purchase-text,
    .pro-account-section .pro-account-card .upgrade-text {
      font-size: 16px;
      font-weight: 700;
      color: white; }
    .pro-account-section .pro-account-card .small-text {
      font-size: 12px;
      font-weight: 400;
      color: #ffffffad; }
    .pro-account-section .pro-account-card .detail-row {
      display: flex;
      justify-content: space-between; }
      .pro-account-section .pro-account-card .detail-row p {
        margin: 0;
        font-size: 16px;
        font-weight: 500; }
        .pro-account-section .pro-account-card .detail-row p.text-muted {
          color: #ffffff59 !important; }
        .pro-account-section .pro-account-card .detail-row p.text-white {
          font-size: 0.9rem;
          font-weight: 200; }
    .pro-account-section .pro-account-card .upgrade-list {
      font-size: 13px;
      font-weight: 300;
      color: white; }
    .pro-account-section .pro-account-card .upgrade-btn {
      background-color: #f47923;
      color: white;
      padding: 8px 12px; }
  .pro-account-section .current-plan {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    padding: 10px; }
    .pro-account-section .current-plan .plan-row {
      display: flex;
      justify-content: space-between; }
      .pro-account-section .current-plan .plan-row p {
        font-size: 16px;
        font-weight: 500; }
        .pro-account-section .current-plan .plan-row p.text-success {
          font-weight: 700;
          color: green; }
        .pro-account-section .current-plan .plan-row p.text-nor {
          font-weight: 300;
          font-size: 16px;
          color: #ffffff;
          text-wrap: nowrap; }
    .pro-account-section .current-plan .divider {
      border: 1px solid white;
      margin: 0; }
    .pro-account-section .current-plan .feature-title {
      font-size: 16px;
      font-weight: 700;
      color: white; }
    .pro-account-section .current-plan .features-list p {
      font-size: 14px;
      font-weight: 400;
      color: white;
      display: flex;
      align-items: flex-start; }
      .pro-account-section .current-plan .features-list p img {
        margin-right: 1rem; }

@media (max-width: 1200px) {
  .pro-account-section {
    padding: 50px 20px; }
    .pro-account-section .pro-account-card {
      margin: 0 !important;
      padding: 10px !important; }
      .pro-account-section .pro-account-card .purchase-details {
        margin: 0 !important;
        padding: 5px 0 !important; }
      .pro-account-section .pro-account-card .current-plan {
        margin: 0 !important;
        padding: 20px 0 !important; }
      .pro-account-section .pro-account-card .current-plan {
        margin-top: 20px; } }

@media (max-width: 600px) {
  .pro-account-section {
    padding: 30px 10px; }
    .pro-account-section .pro-account-card {
      padding: 10px; }
      .pro-account-section .pro-account-card .btn-container {
        text-align: center; }
      .pro-account-section .pro-account-card .current-title {
        text-align: center; }
      .pro-account-section .pro-account-card .current-plan {
        margin-top: 15px; } }

@media (max-width: 768px) {
  .vertical-line-container {
    display: none !important;
    /* Hide vertical line on smaller screens */ } }

.modal {
  display: none;
  position: fixed;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }
  .modal.active {
    display: block; }
  .modal .modal-content {
    background: linear-gradient(to right, #071e31, #071e31) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box;
    border: 1px solid transparent;
    margin: 15% auto;
    padding: 50px;
    border-radius: 10px;
    width: 80%;
    max-width: 500px;
    text-align: center;
    position: relative;
    transform: scale(0.7);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease; }
    .modal .modal-content.active {
      transform: scale(1);
      opacity: 1; }
    .modal .modal-content h2 {
      margin: 0 0 10px; }
    .modal .modal-content p {
      color: #fff;
      font-size: 0.9rem;
      font-weight: 400; }
    .modal .modal-content .modal-button {
      padding: 10px 20px;
      margin-top: 10px;
      border: none;
      background-color: #f57c00;
      color: white;
      cursor: pointer;
      border-radius: 5px;
      width: fit-content;
      margin: auto;
      font-weight: 700; }
    .modal .modal-content .close {
      position: absolute;
      top: 0px;
      right: 14px;
      color: #fff;
      font-size: 33px;
      cursor: pointer;
      font-weight: 200; }

.hidden {
  display: none; }

.title-success {
  color: #1fbf1f; }

.title-error {
  color: red; }

.title-info {
  color: #F47923; }

.title-warning {
  color: orange; }

.terms-h {
  color: #fff;
  font-size: 1.8rem; }

.terms-p {
  font-weight: bold;
  color: #d1d1d1;
  font-size: 1rem; }

.terms-condition {
  padding-top: 3rem;
  font-size: 0.9rem;
  color: #dadada; }
  .terms-condition h1 {
    font-size: 1.5rem; }
  .terms-condition h3 {
    font-size: 1.1rem; }
  .terms-condition p {
    padding: 0.3rem 0; }
  .terms-condition .terms-gap {
    padding: 1rem 0; }

.terms-light {
  background-color: rgba(8, 25, 39, 0.8);
  width: 100%;
  padding: 1.6rem 0;
  color: #dadada; }

.alpha-list {
  list-style: lower-alpha; }

.trail-section {
  padding-bottom: 80px;
  text-align: center; }
  .trail-section .trail-title {
    color: white;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center; }
    @media screen and (min-width: 1600px) {
      .trail-section .trail-title {
        font-size: 2.2rem;
        padding-bottom: 1rem; } }
    @media screen and (max-width: 992px) {
      .trail-section .trail-title {
        font-size: 1.4rem; } }
    @media screen and (max-width: 768px) {
      .trail-section .trail-title {
        font-size: 1.2rem; } }
    @media screen and (max-width: 576px) {
      .trail-section .trail-title {
        font-size: 1rem; } }
    .trail-section .trail-title span {
      color: #f57c00; }

.trail-contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  max-width: 100%;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .trail-contents {
      flex-direction: column;
      gap: 1rem; } }
  .trail-contents .trail-cards {
    max-width: 40%;
    width: 100%; }
    @media only screen and (max-width: 1200px) {
      .trail-contents .trail-cards {
        max-width: 50%; } }
    @media screen and (max-width: 768px) {
      .trail-contents .trail-cards {
        max-width: 80%; } }
    @media screen and (max-width: 460px) {
      .trail-contents .trail-cards {
        max-width: 100%; } }

.explore-card {
  position: relative;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 16px;
  background: linear-gradient(to right, #071e31, #071e31) padding-box, linear-gradient(to right, rgba(255, 255, 255, 0.46), rgba(34, 164, 241, 0.46)) border-box;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  height: 24rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end; }
  .explore-card:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 992px) {
    .explore-card {
      height: 17rem; } }
  @media screen and (max-width: 768px) {
    .explore-card {
      height: 15rem; } }
  .explore-card .explore-card-img {
    position: absolute;
    top: 0;
    width: 100%;
    max-height: 40%;
    height: 100%; }
    .explore-card .explore-card-img img {
      position: absolute;
      height: auto;
      object-fit: cover;
      mix-blend-mode: luminosity; }
      .explore-card .explore-card-img img:hover {
        mix-blend-mode: normal; }
    .explore-card .explore-card-img .p-p:nth-child(1) {
      left: 0;
      width: 9rem; }
      @media screen and (max-width: 1600px) {
        .explore-card .explore-card-img .p-p:nth-child(1) {
          width: 8rem; } }
      @media screen and (max-width: 1200px) {
        .explore-card .explore-card-img .p-p:nth-child(1) {
          width: 7rem; } }
      @media screen and (max-width: 992px) {
        .explore-card .explore-card-img .p-p:nth-child(1) {
          width: 6rem; } }
      @media (max-width: 420px) {
        .explore-card .explore-card-img .p-p:nth-child(1) {
          width: 6rem; } }
    .explore-card .explore-card-img .p-p:nth-child(2) {
      width: 4rem;
      left: 26%;
      top: 64%; }
      @media screen and (max-width: 1800px) {
        .explore-card .explore-card-img .p-p:nth-child(2) {
          top: 57%; } }
      @media screen and (max-width: 1600px) {
        .explore-card .explore-card-img .p-p:nth-child(2) {
          top: 47%; } }
      @media screen and (max-width: 1200px) {
        .explore-card .explore-card-img .p-p:nth-child(2) {
          top: 49%;
          width: 3.5rem; } }
      @media screen and (max-width: 992px) {
        .explore-card .explore-card-img .p-p:nth-child(2) {
          width: 3rem;
          left: 25%;
          top: 48%; } }
      @media screen and (max-width: 640px) {
        .explore-card .explore-card-img .p-p:nth-child(2) {
          top: 26%;
          width: 2.5rem;
          left: 31%; } }
      @media screen and (max-width: 420px) {
        .explore-card .explore-card-img .p-p:nth-child(2) {
          top: 37%;
          left: 29%; } }
    .explore-card .explore-card-img .p-p:nth-child(3) {
      width: 6rem;
      left: 22%; }
      @media screen and (max-width: 1600px) {
        .explore-card .explore-card-img .p-p:nth-child(3) {
          width: 4.5rem;
          left: 24%; } }
      @media screen and (max-width: 1200px) {
        .explore-card .explore-card-img .p-p:nth-child(3) {
          left: 23%; } }
      @media screen and (max-width: 992px) {
        .explore-card .explore-card-img .p-p:nth-child(3) {
          width: 4rem;
          left: 22%; } }
      @media screen and (max-width: 640px) {
        .explore-card .explore-card-img .p-p:nth-child(3) {
          width: 3.5rem;
          left: 19%; } }
      @media (max-width: 420px) {
        .explore-card .explore-card-img .p-p:nth-child(3) {
          width: 3.5rem; } }
    .explore-card .explore-card-img .p-p:nth-child(4) {
      width: 7.5rem;
      top: 18%;
      left: 37%; }
      @media screen and (max-width: 1800px) {
        .explore-card .explore-card-img .p-p:nth-child(4) {
          top: 12%; } }
      @media screen and (max-width: 1600px) {
        .explore-card .explore-card-img .p-p:nth-child(4) {
          top: 9%;
          width: 6.5rem;
          left: 36%; } }
      @media screen and (max-width: 1200px) {
        .explore-card .explore-card-img .p-p:nth-child(4) {
          width: 6rem;
          left: 37%; } }
      @media screen and (max-width: 992px) {
        .explore-card .explore-card-img .p-p:nth-child(4) {
          width: 4.5rem;
          left: 38%; } }
      @media screen and (max-width: 640px) {
        .explore-card .explore-card-img .p-p:nth-child(4) {
          top: 7%; } }
      @media (max-width: 420px) {
        .explore-card .explore-card-img .p-p:nth-child(4) {
          width: 4rem; } }
    .explore-card .explore-card-img .p-p:nth-child(5) {
      width: 8rem;
      left: 54%; }
      @media screen and (max-width: 1800px) {
        .explore-card .explore-card-img .p-p:nth-child(5) {
          width: 7rem; } }
      @media screen and (max-width: 1600px) {
        .explore-card .explore-card-img .p-p:nth-child(5) {
          width: 6rem;
          left: 52%; } }
      @media screen and (max-width: 1200px) {
        .explore-card .explore-card-img .p-p:nth-child(5) {
          width: 5rem;
          left: 54%; } }
      @media screen and (max-width: 992px) {
        .explore-card .explore-card-img .p-p:nth-child(5) {
          width: 5rem;
          left: 53%; } }
      @media screen and (max-width: 640px) {
        .explore-card .explore-card-img .p-p:nth-child(5) {
          left: 50%; } }
    .explore-card .explore-card-img .p-p:nth-child(6) {
      width: 7rem;
      right: 15%;
      top: 69%; }
      @media screen and (max-width: 1800px) {
        .explore-card .explore-card-img .p-p:nth-child(6) {
          width: 7rem;
          top: 55%; } }
      @media screen and (max-width: 1600px) {
        .explore-card .explore-card-img .p-p:nth-child(6) {
          top: 48%;
          right: 16%; } }
      @media screen and (max-width: 1200px) {
        .explore-card .explore-card-img .p-p:nth-child(6) {
          width: 6rem; } }
      @media screen and (max-width: 992px) {
        .explore-card .explore-card-img .p-p:nth-child(6) {
          width: 5rem;
          right: 13%; } }
      @media screen and (max-width: 640px) {
        .explore-card .explore-card-img .p-p:nth-child(6) {
          top: 31%;
          right: 16%;
          width: 4.5rem; } }
      @media screen and (max-width: 420px) {
        .explore-card .explore-card-img .p-p:nth-child(6) {
          top: 45%;
          width: 4rem; } }
    .explore-card .explore-card-img .p-p:nth-child(7) {
      width: 8rem;
      right: 2%; }
      @media screen and (max-width: 1800px) {
        .explore-card .explore-card-img .p-p:nth-child(7) {
          width: 7rem;
          top: 2%; } }
      @media screen and (max-width: 1200px) {
        .explore-card .explore-card-img .p-p:nth-child(7) {
          width: 6rem; } }
      @media screen and (max-width: 992px) {
        .explore-card .explore-card-img .p-p:nth-child(7) {
          width: 5rem; } }
    .explore-card .explore-card-img .t-p:nth-child(1) {
      left: 0;
      width: 9rem; }
      @media screen and (max-width: 1600px) {
        .explore-card .explore-card-img .t-p:nth-child(1) {
          width: 8rem; } }
      @media screen and (max-width: 1200px) {
        .explore-card .explore-card-img .t-p:nth-child(1) {
          width: 7rem; } }
      @media screen and (max-width: 992px) {
        .explore-card .explore-card-img .t-p:nth-child(1) {
          width: 6rem; } }
      @media (max-width: 420px) {
        .explore-card .explore-card-img .t-p:nth-child(1) {
          width: 6rem; } }
    .explore-card .explore-card-img .t-p:nth-child(2) {
      width: 4rem;
      left: 26%;
      top: 64%; }
      @media screen and (max-width: 1800px) {
        .explore-card .explore-card-img .t-p:nth-child(2) {
          top: 57%; } }
      @media screen and (max-width: 1600px) {
        .explore-card .explore-card-img .t-p:nth-child(2) {
          top: 47%; } }
      @media screen and (max-width: 1200px) {
        .explore-card .explore-card-img .t-p:nth-child(2) {
          top: 49%;
          width: 3.5rem; } }
      @media screen and (max-width: 992px) {
        .explore-card .explore-card-img .t-p:nth-child(2) {
          width: 3rem;
          left: 25%;
          top: 48%; } }
      @media screen and (max-width: 640px) {
        .explore-card .explore-card-img .t-p:nth-child(2) {
          top: 26%;
          width: 2.5rem;
          left: 31%; } }
      @media screen and (max-width: 420px) {
        .explore-card .explore-card-img .t-p:nth-child(2) {
          top: 37%;
          left: 29%; } }
    .explore-card .explore-card-img .t-p:nth-child(3) {
      width: 6rem;
      left: 22%; }
      @media screen and (max-width: 1600px) {
        .explore-card .explore-card-img .t-p:nth-child(3) {
          width: 4.5rem;
          left: 24%; } }
      @media screen and (max-width: 1200px) {
        .explore-card .explore-card-img .t-p:nth-child(3) {
          left: 22%; } }
      @media screen and (max-width: 992px) {
        .explore-card .explore-card-img .t-p:nth-child(3) {
          width: 4rem;
          left: 22%; } }
      @media screen and (max-width: 640px) {
        .explore-card .explore-card-img .t-p:nth-child(3) {
          width: 3.5rem;
          left: 19%; } }
      @media (max-width: 420px) {
        .explore-card .explore-card-img .t-p:nth-child(3) {
          width: 3.5rem; } }
    .explore-card .explore-card-img .t-p:nth-child(4) {
      width: 6rem;
      top: 18%;
      left: 38%; }
      @media screen and (max-width: 1800px) {
        .explore-card .explore-card-img .t-p:nth-child(4) {
          top: 12%; } }
      @media screen and (max-width: 1600px) {
        .explore-card .explore-card-img .t-p:nth-child(4) {
          top: 9%;
          width: 5rem;
          left: 37%; } }
      @media screen and (max-width: 1200px) {
        .explore-card .explore-card-img .t-p:nth-child(4) {
          width: 4.3rem;
          left: 39%;
          top: 13%; } }
      @media screen and (max-width: 992px) {
        .explore-card .explore-card-img .t-p:nth-child(4) {
          width: 3rem;
          left: 40%; } }
      @media screen and (max-width: 640px) {
        .explore-card .explore-card-img .t-p:nth-child(4) {
          top: 7%; } }
    .explore-card .explore-card-img .t-p:nth-child(5) {
      width: 8rem;
      left: 54%; }
      @media screen and (max-width: 1800px) {
        .explore-card .explore-card-img .t-p:nth-child(5) {
          width: 7rem; } }
      @media screen and (max-width: 1600px) {
        .explore-card .explore-card-img .t-p:nth-child(5) {
          width: 6rem;
          left: 52%; } }
      @media screen and (max-width: 1200px) {
        .explore-card .explore-card-img .t-p:nth-child(5) {
          width: 5rem;
          left: 54%; } }
      @media screen and (max-width: 992px) {
        .explore-card .explore-card-img .t-p:nth-child(5) {
          width: 5rem;
          left: 53%; } }
      @media screen and (max-width: 640px) {
        .explore-card .explore-card-img .t-p:nth-child(5) {
          left: 50%; } }
    .explore-card .explore-card-img .t-p:nth-child(6) {
      width: 7rem;
      right: 15%;
      top: 69%; }
      @media screen and (max-width: 1800px) {
        .explore-card .explore-card-img .t-p:nth-child(6) {
          width: 7rem;
          top: 55%; } }
      @media screen and (max-width: 1600px) {
        .explore-card .explore-card-img .t-p:nth-child(6) {
          top: 48%;
          right: 16%; } }
      @media screen and (max-width: 1200px) {
        .explore-card .explore-card-img .t-p:nth-child(6) {
          width: 6rem; } }
      @media screen and (max-width: 992px) {
        .explore-card .explore-card-img .t-p:nth-child(6) {
          width: 5rem;
          right: 13%; } }
      @media screen and (max-width: 640px) {
        .explore-card .explore-card-img .t-p:nth-child(6) {
          top: 31%;
          right: 16%;
          width: 4.5rem; } }
      @media screen and (max-width: 420px) {
        .explore-card .explore-card-img .t-p:nth-child(6) {
          top: 45%;
          width: 4rem; } }
    .explore-card .explore-card-img .t-p:nth-child(7) {
      width: 8rem;
      right: 2%; }
      @media screen and (max-width: 1800px) {
        .explore-card .explore-card-img .t-p:nth-child(7) {
          width: 7rem;
          top: 2%; } }
      @media screen and (max-width: 1200px) {
        .explore-card .explore-card-img .t-p:nth-child(7) {
          width: 6rem; } }
      @media screen and (max-width: 992px) {
        .explore-card .explore-card-img .t-p:nth-child(7) {
          width: 5rem; } }
  .explore-card svg {
    max-width: 45px;
    height: 45px; }
    @media screen and (max-width: 768px) {
      .explore-card svg {
        max-width: 40px;
        height: 40px; } }
    @media screen and (max-width: 576px) {
      .explore-card svg {
        max-width: 38px;
        height: 38px; } }
  .explore-card h5 {
    font-size: 1.25rem;
    font-weight: bold;
    color: white; }
    @media screen and (max-width: 768px) {
      .explore-card h5 {
        font-size: 1.1rem; } }
    @media screen and (max-width: 576px) {
      .explore-card h5 {
        font-size: 1rem; } }
  .explore-card p {
    font-weight: 400;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: white;
    width: 80%; }
    @media screen and (max-width: 809px) {
      .explore-card p {
        font-size: 0.8rem;
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .explore-card p {
        font-size: 0.8rem; } }
    @media screen and (max-width: 576px) {
      .explore-card p {
        font-size: 0.75rem; } }
  .explore-card button {
    border: 1.5px solid #f47923;
    color: #fff; }
    .explore-card button:hover {
      background: #f47923;
      color: #fff;
      border: 1px solid #f47923; }
    @media screen and (max-width: 768px) {
      .explore-card button {
        padding: 8px 20px; } }
    @media screen and (max-width: 576px) {
      .explore-card button {
        padding: 6px 16px; } }

/* Additional responsive grid layout for explore-card */
@media screen and (max-width: 992px) {
  .explore-card {
    padding: 20px;
    margin-bottom: 20px; } }

@media screen and (max-width: 768px) {
  .explore-card {
    padding: 15px;
    margin-bottom: 15px; } }

@media screen and (max-width: 576px) {
  .explore-card {
    padding: 10px;
    margin-bottom: 2rem; } }

.agentic-board-container {
  border-radius: 16px;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 25px;
  margin-bottom: 30px; }

.agentic-board-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px; }
  .agentic-board-title span {
    color: #0a2472fa; }

.agentic-chat-btn {
  color: black;
  border: 1px solid #f47923;
  transition: background-color 0.3s ease; }
  .agentic-chat-btn:hover {
    background-color: #f47923;
    color: #fff; }

.agentic-report-btn {
  color: black;
  border: 1px solid #0a2472fa;
  transition: background-color 0.3s ease; }
  .agentic-report-btn:hover {
    background-color: #0a2472fa;
    color: #fff; }

.agentic-sub-card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: all 0.3s ease; }

.agentic-sub-card:hover {
  transform: translateY(-3px); }

.agentic-sub-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #444;
  font-size: 1.2rem; }
  .agentic-sub-title span {
    font-size: 0.7rem; }

.agentic-iframe {
  border: none;
  width: 100%;
  height: 500px; }

.agentic-stats-card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: center; }

.agentic-stats-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0d6efd; }

.agentic-stats-label {
  font-size: 0.9rem;
  color: #777; }

.agentic-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  justify-content: center;
  align-items: center; }

.agentic-modal {
  background: white;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  height: 80%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: auto;
  margin-top: 7rem; }

.agentic-modal-header {
  padding: 10px 15px;
  background: #f47923;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.agentic-modal iframe {
  flex: 1;
  border: none; }

.agentic-close-btn {
  cursor: pointer;
  font-size: 20px; }

.aci-section {
  padding: 80px 0; }

.aci-hero-image {
  max-width: 500px;
  height: auto;
  display: block; }

.aci-hero-text h1 {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.4; }

.aci-hero-text p {
  font-size: 1.1rem;
  margin-top: 20px; }

.aci-btn-custom {
  background-color: #f47923;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 12px 24px;
  margin-top: 25px;
  border-radius: 8px;
  box-shadow: 2px 2px 0px #333; }

#ectgridCanvas {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
  /* pointer-events:none; */ }
  #ectgridCanvas canvas {
    display: block;
    background-color: #020617; }

.aci-btn-custom:hover {
  background-color: #ffb885ff; }

.aiagent-main {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important; }

.robots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 4rem;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }

.robot-node {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  overflow: hidden;
  position: relative; }

.robot-node:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3); }

.robot-node.active {
  border-color: #4a90e2;
  background: linear-gradient(145deg, #f0f8ff, #e6f3ff); }

.robot-image {
  height: 100%;
  width: 100%; }
  .robot-image img {
    width: 100%;
    height: 100%; }

.robot-name {
  font-size: 1.9em;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-weight: 500; }

.robot-type {
  color: #666;
  font-size: 0.9em;
  font-style: italic; }

.tree-container {
  background: white;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: none;
  margin-top: 20px;
  position: relative; }

.tree-container.active {
  display: block;
  animation: slideDown 0.3s ease; }

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.tree-header {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #eee; }

.tree-title {
  font-size: 1.8em;
  color: #333;
  margin-bottom: 10px; }

.tree-subtitle {
  color: #666;
  font-style: italic; }

#tree-svg {
  width: 100%;
  height: 700px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fafafa; }

.tree-close-btn {
  background: #fc8b22;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  z-index: 20; }

.tree-close-btn:hover {
  background: #c0392b; }

/* D3.js Styles */
.link {
  fill: none;
  stroke: #8B4513;
  stroke-width: 3;
  opacity: 0.8; }

.root-link {
  stroke: #a7a7a7;
  stroke-width: 4; }

.sub-link {
  stroke: #5367a3;
  stroke-width: 2; }

.component-link {
  stroke: #CD853F;
  stroke-width: 1.5; }

.node rect {
  cursor: pointer;
  transition: all 0.3s ease;
  rx: 8;
  ry: 8; }

.node text {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  cursor: pointer;
  text-anchor: middle;
  dominant-baseline: middle;
  pointer-events: none;
  font-weight: 500 !important; }

.feature-node rect {
  fill: #f0f0f0;
  stroke: #0000002b;
  stroke-width: 1px; }

.sub-feature-node rect {
  fill: #102873;
  stroke: #02020224;
  stroke-width: 1px; }

.component-node rect {
  fill: #fc8b22;
  stroke: #02020224;
  stroke-width: 1px; }

.robot-main-node {
  cursor: pointer; }

.node:hover rect {
  stroke-width: 3;
  filter: brightness(1.2);
  transform: scale(1.05); }

@media (max-width: 768px) {
  .robots-grid {
    grid-template-columns: repeat(2, 1fr); }
  #tree-svg {
    height: 600px; } }

.ai-agent-btn {
  background-color: #f4f4f4;
  color: #f47923;
  border: 1px solid #00000012;
  font-weight: 500; }
  .ai-agent-btn:hover {
    background-color: #f47923;
    color: white;
    border-color: #f47923; }

.ai-agent-btn.active {
  background-color: #f47923;
  color: white;
  border-color: #f47923; }

html {
  scroll-behavior: smooth; }

body {
  background-color: #091723; }

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #091723;
  z-index: 120; }

.loader {
  position: fixed;
  width: 175px;
  height: 80px;
  display: block;
  margin: auto;
  background-image: radial-gradient(circle 25px at 25px 25px, #FFF 100%, transparent 0), radial-gradient(circle 50px at 50px 50px, #FFF 100%, transparent 0), radial-gradient(circle 25px at 25px 25px, #FFF 100%, transparent 0), linear-gradient(#FFF 50px, transparent 0);
  background-size: 50px 50px, 100px 76px, 50px 50px, 120px 40px;
  background-position: 0px 30px, 37px 0px, 122px 30px, 25px 40px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  z-index: 130;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.loader::after {
  content: '';
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-color: #FF6200 transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media (max-width: 600px) {
  .loader {
    width: 140px;
    height: 68px;
    background-image: radial-gradient(circle 20px at 20px 20px, #FFF 100%, transparent 0), radial-gradient(circle 40px at 40px 40px, #FFF 100%, transparent 0), radial-gradient(circle 20px at 20px 20px, #FFF 100%, transparent 0), linear-gradient(#FFF 40px, transparent 0);
    background-size: 40px 40px, 80px 60px, 40px 40px, 100px 30px;
    background-position: 0px 24px, 30px 0px, 98px 24px, 20px 34px; }
  .loader::after {
    width: 20px;
    height: 20px;
    border: 4px solid transparent;
    border-color: #FF6200 transparent; } }

.labs-dark-bg {
  background-color: #091723; }

.labs-light-bg {
  background-color: #071e31; }

.labs-about {
  padding-top: 7rem; }

.blur-fluid {
  background-color: rgba(132, 132, 132, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
  border-radius: 12px; }

/* Responsive design for mobile */
@media (max-width: 768px) {
  .blur-fluid {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); } }

.blur-fluid-ectrons {
  background-color: rgba(200, 200, 200, 0.56);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out;
  border-radius: 12px; }

/* Responsive design for mobile */
@media (max-width: 768px) {
  .blur-fluid-ectrons {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); } }

.footer-logo {
  width: 150px;
  height: auto;
  object-fit: cover; }

/*# sourceMappingURL=portfolio.css.map */