
    :root {
      --ac1: #FF90B3; /* Pink */
      --ac2: #6844ED; /* Purple */
      --white: #FFFFFF; /* White */
      --black: #000000; /* Black */
      --light-gray: #eaeaea; /* Light gray */
    }
    
/*jasap-css*/
#nav-tabContent.tab-content {
    display: block;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    cursor: default;
    background-color: #6844ED;
    border: 0;
    border-radius: 10px;
     font-size: 20px;
    font-weight: 500;
}
.nav-tabs .nav-link {
    margin: 0 30px 30px 30px;
    line-height: 1.42857143;
    border: 0;
    border-radius: 10px;
    background: #000;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 500;
}
.nav-tabs {
    border: 0;
}
.developer-card {
    border-radius: 15px !important;
}

.img-ai-2 {
    margin-top: 100px;
    padding: 20px;
}
section.ai-services-section p {
    font-size: 16px;
    font-weight: 500;
}

section.our-contact {
    background: #020016;
}
.our-contact h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}
.our-contact label {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
}
.our-contact input {
    background: #ffffff;
    color: #000;
    padding: 15px;
}
.our-contact select {
    background: #ffffff;
    color: #000;
    padding: 15px;
}
input#job_document {
    font-size: 17px;
    font-weight: 500;
    margin: 20px 0;
}
.form-group.ui_kit_button button {
    padding: 10px 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}



.login-card-body, .register-card-body {
    background-color: #020016 !important;
   
}
.form_wrapper {
    
    margin: 5% auto !important;
}
/*jasap -css*/
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
 

    /* Global Styles */
    .my-4 {
      margin: 0;
      width: 100%;
      padding: 0;
    }

    /* Header Section */
    .navbar {
      background-color: var(--black);
      padding: 10px 20px;
    }

    .navbar-brand img {
      max-height: 40px;
    }

    .navbar-nav .nav-link {
      color: var(--white);
      font-size: 16px;
      margin-right: 20px;
      font-weight: 500;
    }

    .btn-ac1 {
      background-color: var(--ac1);
      color: var(--white);
      border: none;
      border-radius: 5px;
      padding: 8px 15px;
      font-size: 14px;
      font-weight: 600;
      margin-left: 10px;
    }

    .btn-ac1:hover {
      background-color: var(--ac2);
    }

    /* Hero Section */
    .hero-section {
      background-color:#020016;
      color: var(--white);
      padding: 50px 0;
      min-height: 400px;
      display: flex;
      align-items: center;
    }

    .hero-text h1 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .hero-text p {
      font-size: 1rem;
      margin-bottom: 20px;
      color: #cccccc;
    }

    .hero-image img {
      max-width: 100%;
      height: auto;
    }

    /* Tabs Section */
    .tabs-container {
      background: transparent;
      padding: 15px;
      color: var(--white);
    }

    .tabs {
      display: flex;
      gap: 20px;
    }

    .tab {
      font-size: 1rem;
      font-weight: 600;
      color: var(--white);
      cursor: pointer;
      padding-bottom: 5px;
      position: relative;
    }

    .tab.active {
      color: var(--ac2);
    }

    .tab.active::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 3px;
      background-color: var(--ac2);
    }

    /* Search Box */
    .search-box {
      background: var(--white);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      display: flex;
      padding: 10px;
      align-items: center;
    }

    .search-box input {
      border: none;
      outline: none;
      flex: 1;
      padding: 10px;
      border-right: 1px solid #eaeaea;
    }

    .search-box input:last-child {
      border-right: none;
    }

   .search-box button {
    background: #6844ED;
    color: var(--white);
    border: none;
    border-radius: 50px;
    padding: 15px 50px;
    margin-left: -50px;
    font-weight: bold;
    cursor: pointer;
}

    .search-box button:hover {
      background: #562acb;
    }

    /* Developer Cards Section */
    .developer-section {
      padding: 50px 0;
    }

    .developer-card {
      position: relative;
      border: 1px solid #eaeaea;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .developer-card img {
      width: 100%;
      height: auto;
    }

   .developer-card-header {
    position: absolute;
    top: 0;
    right: 0;
    background: #F6F6F6;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 0 0 0 10px;
}

   .developer-card-body {
    padding: 10px 0 30px 0;
    border: 1px solid #000;
    border-radius: 0 0 15px 15px;
}

    .developer-card-body h5 {
    color: var(--ac2);
    font-size: 25px;
    margin: 10px 0 5px;
    font-weight: 500;
}

    .developer-card-body p {
      color: #333;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .developer-card-body .btn {
    background-color: var(--black);
    color: var(--white);
    border: none;
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 600;
}
    .developer-card-body .btn:hover {
      background-color: var(--ac2);
    }

   .discover-more-btn {
    display: block;
    margin: 30px auto 0;
    padding: 10px 30px;
    background-color: var(--black);
    color: var(--white);
    border: none;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
}

    .discover-more-btn:hover {
      background-color: var(--ac2);
    }

    /* Hover Section */
    .hover-section {
      padding: 50px 0;
    }

    .hover-card {
    /* min-height: 500px!important; */
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .hover-card img {
      width: 100%;
      height: auto;
      transition: all 0.3s ease;
    }
h2.text-white.mb-4 {
    font-size: 70px;
    font-weight: 700;
}
p.text-white {
    font-size: 16px;
    font-weight: 500;
}
    .hover-card .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-weight: bold;
    text-align: left;
    padding: 20px;
    transition: opacity 0.3s ease;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
}

    .hover-card:hover img {
      transform: scale(1.1);
    }

    .hover-card:hover .hover-overlay {
      opacity: 1;
    }
    .data-driven-section {
    background-color: var(--black); /* Black background */
  }

  .data-driven-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
  }

  .data-driven-section p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .data-driven-section .bg-ac1 {
    background-color: var(--ac1); /* Pink background for stats boxes */
  }

  .data-driven-section .text-white {
    color: var(--white);
  }

  .stat-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }

  .ai-services-section {
    background-color: var(--white); /* White background */
  }

  .ai-services-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
  }

  .ai-services-section p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
.ai-services-section .btn {
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 20px;
}

  .ai-services-section img {
    transition: transform 0.3s ease;
  }

  .ai-services-section img:hover {
    transform: scale(1.05); /* Subtle hover zoom effect */
  }
  .recent-updates-section {
    background-color: var(--white); /* White background */
  }

  .recent-updates-section h2 {
    font-size: 2rem;
    font-weight: bold;
  }

  .update-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    min-height: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .update-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  /* Entry Animation */
  .update-card:hover img {
    transform: scale(1.1); /* Subtle zoom on hover */
    animation: fade-in 0.4s ease-out forwards;
  }

  /* Overlay Content */
  .update-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease, transform 0.3s ease;
    padding: 20px;
    text-align: center;
    transform: translateY(20px); /* Slide down initially */
  }

  .update-card:hover .update-content {
    opacity: 1; /* Fade in overlay */
    transform: translateY(0); /* Slide up into position */
    animation: slide-in 0.4s ease-out forwards;
  }

  /* Exit Animation */
  .update-card:not(:hover) .update-content {
    animation: slide-out 0.3s ease-out forwards;
  }

  /* Keyframes for Animations */
  @keyframes fade-in {
    0% {
      opacity: 0;
      transform: scale(1.05); /* Slightly zoomed in */
    }
    100% {
      opacity: 1;
      transform: scale(1.1); /* Final zoom */
    }
  }

  @keyframes slide-in {
    0% {
      opacity: 0;
      transform: translateY(30px); /* Start from below */
    }
    100% {
      opacity: 1;
      transform: translateY(0); /* Slide into view */
    }
  }

  @keyframes slide-out {
    0% {
      opacity: 1;
      transform: translateY(0); /* Start at final position */
    }
    100% {
      opacity: 0;
      transform: translateY(20px); /* Slide down */
    }
  }
  .client-section {
    background-color: #f8f9fa; /* Light gray background */
  }

  .client-section h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
  }

  .client-section p {
    color: #777;
    font-size: 1rem;
  }

  .client-logo {
    width: 100px; /* Fixed size for logos */
    height: auto;
    padding: 10px;
    transition: transform 0.3s ease;
  }

  .client-logo:hover {
    transform: scale(1.1); /* Slight zoom effect on hover */
  }
  
  
  
      /* Tab Section */
      .tab-section {
        padding: 30px 0;
        background-color: #020016;
      }

      /* Tabs Navigation */
      .tabs-container {
        display: flex;
        gap: 20px;
        justify-content: left;
        /* Align tabs to the left */
      }

      .tab-btn {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        /* White color by default */
        background-color: transparent;
        border: none;
        border-top: 3px solid transparent;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 10px 20px 10px;
      }

      .tab-btn.active {
        border-top: 3px solid var(--ac1);
        color: #ffffff;
        /* Change color on active */
      }

      .tab-btn:hover {
        border-top: 3px solid #6844ED;
        color: #ffffff;
        /* Change color on hover */
      }

      /* Tab Content */
      .tab-contents {
        background-color: #f4f4f4;
        padding: 30px;
        border-radius: 10px;
      }

      .tab-content {
        display: none;
      }

      .tab-content.active {
        display: block;
      }

      /* Search Box */
      .search-box-container {
        background-color: #eaeaea;
        border-radius: 10px;
        padding: 20px;
      }

      .search-box {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
      }

      .search-input {
        flex: 1;
        padding: 12px 15px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 50px;
        outline: none;
        text-align: left;
        background-color: #fff;
      }

      .search-btn {
        padding: 12px 25px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color: #6844ED;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .search-btn:hover {
        background-color: #502abb;
      }

      /* Label Button Tab */
      .label-button-container {
        padding: 50px 0;
      }

      .label-btn {
        padding: 15px 30px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background-color: #6844ED;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .label-btn:hover {
        background-color: #502abb;
      }
      
      
    .team-section {
      background-color: #f8f9fa;
      /* Light gray background */
    }

    .team-section h2 {
      font-size: 2rem;
      font-weight: bold;
      color: #333;
    }

    .team-section p {
      color: #777;
      font-size: 1rem;
    }

    .team-card {
      text-align: center;
      position: relative;
      background-color: #ffffff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
      overflow: hidden;
    }

    .team-card.active-card {
      background-color: #000;
      /* Black background for the active card */
      color: #fff;
      /* White text */
      transform: scale(1.1);
      /* Slight zoom */
    }

    .team-photo {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      margin-bottom: 15px;
      transition: transform 0.3s ease;
    }

    .team-card:hover .team-photo {
      transform: scale(1.2);
      /* Slight zoom effect on hover */
    }

    .team-card h5 {
      font-size: 1.25rem;
      font-weight: bold;
      margin-bottom: 5px;
      transition: color 0.3s ease;
    }

    .team-card p {
      font-size: 1rem;
      color: #777;
    }

    .team-card.active-card h5,
    .team-card.active-card p {
      color: #fff;
      /* White text for the active card */
    }

    .hover-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      padding: 10px;
      text-align: center;
      opacity: 0;
      transition: all 0.3s ease;
    }

    .team-card:hover .hover-overlay {
      opacity: 1;
    }

    /* Carousel Controls */
    .carousel-controls button {
      background-color: var(--ac1);
      border: none;
      color: #fff;
      width: 40px;
      height: 40px;
      text-align: center;
      font-size: 1.25rem;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background-color 0.3s ease;
    }

    .carousel-controls button:hover {
      background-color: var(--ac2);
    }
    
     /* Get Started Section */
    .get-started-section {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 50px 20px;
      margin: 40px auto;
    }

   .get-started-content {
    max-width: 800px;
    width: 100%;
    /* background: url('/public/images/profile-pic.jpg') no-repeat center center / cover; */
    border-radius: 20px;
    padding: 50px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /* background: rgb(198,241,252); */
    /* background: radial-gradient(circle, rgba(198,241,252,1) 0%, rgba(255,212,217,1) 100%); */
    /* background: rgb(198,241,252); */
    /* background: linear-gradient(0deg, rgba(198,241,252,1) 0%, rgba(255,212,217,1) 100%); */
    background: rgb(198,241,252);
    background: linear-gradient(86deg, rgba(198,241,252,1) 0%, rgba(255,212,217,1) 100%);
}

    .get-started-content h2 {
      font-size: 1.8rem;
      font-weight: 700;
      color: #333;
      margin-bottom: 20px;
    }

    .email-form {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }

   .email-input {
    width: 300px;
    padding: 12px 26px;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    outline: none;
    background-color: #000;
    color: #fff;
    text-align: left;
}
  .email-input::placeholder {
  color: #fff;
}

    .email-submit-btn {
      background-color: #ff90b3;
      color: #fff;
      border: none;
      padding: 12px 25px;
      font-size: 1rem;
      border-radius: 50px;
      cursor: pointer;
      font-weight: bold;
      transition: all 0.3s ease;
    }

    .email-submit-btn:hover {
      background-color: #ff5e91;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .email-input {
        width: 100%;
        max-width: 200px;
      }

      .email-submit-btn {
        padding: 10px 20px;
      }
    }
    
     /* Footer Section */
    .footer-section {
      background-color: var(--black);
    }

    .footer-section img {
      max-width: 100%;
    }

    .footer-section p {
      font-size: 14px;
      color: #ccc;
      margin-bottom: 10px;
    }

    .footer-section h5 {
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 15px;
    }

    .social-icons img {
      width: 20px;
      height: 20px;
    }

    /* Links Section */
    .inline-links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .link-item {
      display: inline-block;
      padding: 5px 10px;
      border: 1px solid #ccc;
      /* Grey border */
      border-radius: 5px;
      text-decoration: none;
      color: #fff;
      /* White text */
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      transition: all 0.3s ease;
    }

    .link-item:hover {
      background-color: #ff90b3;
      /* Pink background on hover */
      color: #000;
      /* Black text on hover */
    }

    /* Company Information Section */
    .footer-section ul {
      padding: 0;
      list-style: none;
      color: #ccc;
      font-size: 14px;
    }

    .footer-section ul li {
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .footer-section ul li a {
      color: #ff90b3;
      text-decoration: none;
    }

    .footer-section ul li a:hover {
      color: #ff5e91;
    }

    .btn-pink {
      background-color: #ff90b3;
      color: #fff;
      border: none;
      padding: 10px 20px;
      font-size: 14px;
      font-weight: bold;
      border-radius: 5px;
      transition: all 0.3s ease;
    }

    .btn-pink:hover {
      background-color: #ff5e91;
    }
    
     /* Footer Copyright Section */
    .footer-copyright {
      background-color: var(--black);
      color: #cccccc;
      padding: 10px 0;
    }

    .footer-separator {
      border: 0;
      height: 2px;
      background: #007bff;
      /* Blue separator line */
      margin: 10px auto 20px;
      width: 80%;
    }

    .footer-copyright p {
      font-size: 14px;
      margin: 0;
    }
