/* Default styling (optional) */
.nav-item .nav-link {
  position: relative;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  /* Default text color */
}

/* Green background for div inside active nav-link */
.nav-item .nav-link.active::after {
  content: '';
  display: block;
  background-color: #06cc6c;
  height: 3px;
  /* Height of the green bar */
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* To ensure the div shows up only when active */
.nav-item .nav-link {
  position: relative;
}

/* Optional - adjust active link text color */
.nav-item .nav-link.active {
  color: #06cc6c;
  /* Change text color on active state */
}

/* Hover effect to preview the green div */
.nav-item .nav-link:hover::after {
  content: '';
  display: block;
  background-color: #06cc6c;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}


.get-started {
  border-radius: 25px;
  border: none;
  padding: 6px 20px 6px 20px;
  background: #01FB83;
  font-family: Zilla Slab;
  font-size: 20px;
  text-align: center;
}

.get-started:hover {
  border-radius: 25px;
  border: none;
  padding: 6px 20px 6px 20px;
  background: #05b861;
  font-family: Zilla Slab;
  font-size: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
}

.fa-user-circle-o {
  color: #06ba63;
}

.nav_bar {
  background: #FAFAFB;

}

.nav-ul {
  font-weight: 400;
  font-size: 18px;
  color: black;
}

.start-btn {
  margin-left: 20px;
  flex-direction: row;
  display: flex;
}

.navigation-pages {
  color: red;
}

.intro_phrase {
  font-size: 20px;
  margin: 20px 0 20px 0;
  line-height: 35px;
}

.intro-image {
  width: 550px;
  height: 550px;
  position: relative;
  animation-name: image;
  animation-duration: 4s;
}

@keyframes image {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes image {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.get-started-intro {
  margin: 20px 0 0 0;
}

.Learn-more {
  color: #01FB83;
}

.mask a {
  text-decoration: none;
  color: #01FB83;

}

.mask a:hover {
  text-decoration: none;
  color: #03cd6b;

}

.navs.active {
  background-color: #01FB83;
  color: #042957;
}

.get-started-intro-2 {
  border-radius: 25px;
  border: none;
  padding: 6px 20px 6px 20px;

  font-family: Zilla Slab;
  font-size: 20px;
  text-align: center;
}


.intro-text {
  font-size: 50px;
  margin-bottom: 30px;
  margin-top: 35px;
}

.mask {
  background-color: #0a1942;
  opacity: 0.9;
  height: auto;
  color: white;
  padding-top: 125px
}

.intro_content {
  margin-top: 50px 0 0 0;
}

.image_background {
  background-image: url(images/detroit.jpg);
  /* Replace with your image path */
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
  color: white;
  height: auto;

}

.container-first {
  width: 100%;
  height: inherit;
}

.container-first .image {
  width: inherit;
  border-radius: 25px;
}

.p-solution {
  color: #0a1942;
  font-weight: 500;
}

.Service_guide_link {
  border-radius: 25px;
  padding: 10px;
  border: 2px solid #01FB83;
  text-decoration: none;
  color: black;
  background-color: white;
  margin-top: 10px;
}

.Service_guide_link a {
  text-decoration: none;
  color: black;
}

.Service_guide_link a :hover {
  color: blue;
}

.service-guide-p {
  margin-bottom: 20px;
}

.service-header {
  margin: 20px 0 20px 0;
  display: inline-block;
  border-bottom: 2px solid #06cc6c;
  padding-bottom: 5px;
}
.service a {
  text-decoration: none;
  color: #042957;
  font-weight: bold;
}
/* service section */
.services-section {
  background-color: #f8f9fa;
}
.sign-in {
  text-decoration: none;
  font-size:medium;
}

.service-card {
  background-color: #0a1942;
  color: #fff;
  border-radius: none;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: scale(1.05);
}
.service-card h5:hover{
  text-decoration: underline;
  
}
.service-card h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

.service-card p {
  font-size: 0.9rem;
  color: #d1d1d1;
}

.Our-services-p {
  margin-bottom: 50px;
  text-align: center;
}

.service-title {
  margin: 15px 0 15px 0;
}

.service-card a {
  color: #01FB83;
  text-decoration: none;
}
.View-work{
  padding-top: 10px;
  padding-bottom: 10px;
}
.service-card button {
  padding: 5px 10px;
  border: 2px solid white;
  width: auto;
  margin: 20px 0 20px 15px;
  border-radius: 25px;
  background-color: #0a1942;
  justify-content: center;
  color: white;
}

.service-card button:hover {
  background-color: #01FB83;
  border: none;
  color: #0a1942;
}

.project {
  margin-left: 20px;
}

.project-image {
  width: 500px;
  height: auto;
  border-radius: 25px;
  margin: 20px 0;
}

.project-h4 {
  padding-top: 100px;
  padding-left: 50px;
  font-size: 40px;
}

/* project */
.ai-section {
  background-color: #0a1942;
  /* Dark blue background */
}

.image-wrapper {
  position: relative;
  width: 100%;
}

.image-wrapper img {
  border-radius: 25px;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

p {
  font-size: 1rem;
  margin: 1.5rem 0;
}

.rightside-btn {
  padding: 10px 25px;
  border-width: 1px;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  background-color: #0a1942;
  border: 1px solid #01FB83;
}

.rightside-btn:hover {
  background-color: #01FB83;

}

.rightside-btn a {
  text-decoration: none;
  color: white;
}

.rightside-btn a:hover {
  color: #0a1942;
}

.right-side-h1 {
  color: #01FB83;
}

/* testimonies */
.testimonials-section {
  background-color: #f8f9fa;
  /* Light background */
}

.testimonial-item {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

h5 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: bold;
}

p {
  font-size: 1rem;
  margin: 0;
}

.carousel-control-prev-icon {
  background-color: #e8eaf0;
  /* Set a green color with transparency */
  border-radius: 50%;
  /* Optional: make it circular */
}

/* Change the color of the next control */
.carousel-control-next-icon {
  background-color: #e8eaf0;
  /* Set a green color with transparency */
  border-radius: 50%;
  /* Optional: make it circular */
}

/* Optional: Adjust the size of the icons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 50px;
  height: 50px;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  width: 40px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  /* Optional for visibility */
  border-radius: 50%;
}

.carousel-control-prev {
  left: -80px;
  /* Adjust this value for how far you want it on the left */
}

.carousel-control-next {
  right: -80px;
  /* Adjust this value for how far you want it on the right */
}

.social-icon-ld {
  padding: 10px 10px 10px 0;
  color: #19367b;
}

.social-icon-fb {
  padding: 10px;
  color: #19367b;
}

.see-review {
  padding: 15px 15px 25px 0px;
  text-decoration: none;
  color: #093ed1;
}

.social-icon-wp {
  color: #03cd6b;
  padding: 10px;
}

.social-icon-en {
  color: rgb(160, 6, 6);
  padding: 10px;
}

.fact-box {
  background-color: rgb(255, 255, 255);
  color: #0a1942;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  /* border: 1px solid #04c467; */
}

.fact-box h3 {
  font-size: 2.5rem;
}

.fact-box p {
  margin-top: 10px;
  font-size: 1.2rem;
}

.fa-list-ul {
  color: orange;
}

.fa-users {
  color: gold;
}

.fa-trophy {
  color: rgb(170, 77, 15);
}

.fa-handshake-o {
  color: green;
}

.text-muted {
  color: #6a6a6c;
  font-size: bold;
}

/* News card */
.news-card {
  border: none;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.news-card img {
  max-height: 200px;
  object-fit: cover;
}

.news-card .card-body {
  padding: 1.5rem;
}

.news-card .btn-link {
  font-weight: bold;
  color: #0d6efd;
  text-decoration: none;
}

.news-card .btn-link:hover {
  text-decoration: underline;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #eef0f3;
  padding: 10px;
  border-radius: 50%;
}

.carousel-pad {
  padding-top: 50px;

}

.news-button {
  border-radius: 25px;
  padding: 10px;
  border: 2px solid #01FB83;
  text-decoration: none;
  color: black;
  background-color: white;
  margin-top: 10px;
}

.news-header {
  padding-bottom: 40px;
}

.news-header h2 {
  padding-top: 20px;
}

.news-section {
  background-color: rgb(245, 245, 245);
}

.contact-form {
  background-color: rgb(245, 245, 245);
}

/* contact form */
.contact-container {
  background: rgb(255, 255, 255);
  border-radius: none;
  padding: 2rem;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

.contact-container h3 {
  color: #042957;
  font-weight: bold;
}

.form-section {
  background-color: white;
}

.contact-container p {
  color: #042957;
  font-size: 1.1rem;
}

.contact-info {
  color: white;
}

.contact-form {
  background-color: white;
  padding-left: 20px;
}

.contact-form input {
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 50px;
}

.contact-form textarea {
  border-radius: 5px;
  border: 1px solid #ccc;
}

.contact-form button {
  background-color: #03cd6b;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  width: 100%;
}

.contact-form button:hover {
  background-color: #0056b3;
}

/* footer */
.footer {
  background-color: #0a1942;
  color: white;
  /* Adjust to the blue in your image */
}

.footer h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

.footer-services {
  color: white;
}

.footer-services a {
  color: white;
}

.footer p,
.footer ul {
  font-size: 0.9rem;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer ul {
  padding-left: 0;
}

.footer ul li {
  list-style-type: none;
  margin-bottom: 0.5rem;
}

.footer .bi {
  font-size: 1.5rem;
}

.social-item {
  padding-left: 10px;
}

.reserved-right {
  border-top: 1px solid white;

}

nav {
  transition: background-color 0.3s ease;
}

/* ABOUT PAGE */

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0a1942;
}

.about-contact-us {
  border-radius: 25px;
  border: none;
  padding: 10px 20px 10px 20px;
  background: #0a1942;
  font-family: Zilla Slab;
  font-size: 20px;
  text-align: center;
  width: auto;
}
.in-touch a:hover{
  color:#01FB83
}
.card-div a {
  text-decoration: none;
  text-align: center;
  color: white;

}

.section-text {
  font-size: 1rem;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.card-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0a1942;
}

.card-text {
  font-size: 0.95rem;
  color: #777777;
  padding-bottom: 10px;
}

.card-body {
  padding: 1rem;
}

.card-div {
  border: 2px solid #0a1942;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0a1942;
  padding-bottom: 15px;
  padding-left: 25px;
}

.section-text {
  font-size: 1rem;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 1.2rem;
  padding-right: 10px;
  padding-left: 25px;

}

.position-relative {
  position: relative;
}

.clients-p {
  font-size: 0.8rem;
  padding-bottom: 40px;
}

.completed-project {
  background-color: #f0f0f1;
}

.btn-play {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #03cd6b;
  opacity: 0.6;
  border-radius: 50%;
  padding: 10px;
}

.btn-play img {
  width: 100%;
  height: auto;
}

.img-fluid {
  border-radius: 5px;
}

/* what is customer are saying in about page */
.carousel-item {
  text-align: center;
  padding: 30px;
}

.testimonial {
  background-color: #ffffff;
  padding: 15px;
  box-shadow: none;
  border: 1px solid #0a1942;
  ;
}

.testimonial img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.quote {
  font-size: 20px;
  font-style: italic;
  color: gray;
  padding-top: 30px;
}

.client-name {
  font-weight: bold;
  margin-top: 2px;
}

.client-job {
  color: #007bff;
  font-size: 14px;
}

/* services page */
.feature-box {
  border-radius: 10px;
  text-align: center;
  background-color: #f5f5f5;
  color: black;
}

.feature-box:hover {
  background-color: #0a1942;
  color: white;
}

.icon {
  font-size: 2rem;
}

.default-bg {
  background-color: #0a1942 !important;
}


.text-white {
  color: white !important;
}

.image-box img {
  border-radius: 10px;
}

.story-box {
  background-color: #f8f9fa;
  border-radius: 10px;
}

.btn-primary {
  background-color: #007bff;
  border: none;
}

.service-main {
  padding-top: 6rem;
  padding-bottom: 6rem;

}

.services-p {
  padding-bottom: 2rem;
}

.services-list {
  border-radius: none;
  text-align: center;
  background-color: #f5f5f5;
  color: black;
  border: none;
}

.services-list:hover {
  background-color: #0a1942;
  color: white;
}

.contact-card {

  color: rgb(9, 5, 5);
  padding: 30px 20px;
}

.contact-card-2 {
  color: rgb(9, 5, 5);
  padding: 20px 20px;
  border-right: 1px solid rgb(195, 193, 193);
  border-left: 1px solid rgb(195, 193, 193);
}

.form-container {
  background-color: #ffffff;
  color: #0a1942;

}

.form-items {
  height: 60px;
  background-color: #ffffff;
  color: #0a1942;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 0.5px solid #0a1942;
  width: 200px;

}

input::placeholder {
  color: #0a1942;
}

textarea::placeholder {
  color: #0a1942;
}

.quote-form {
  border-radius: 25px;
  border: none;
  padding: 6px 20px 6px 20px;
  background: #0a1942;
  font-family: Zilla Slab;
  font-size: 20px;
  text-align: center;
  color: white;
}