:root {
  --primary-color: #7B31E2;
  --secondary-color: #0080ff;
  --black-color: #1A1A1C;
  --navy-color: #031948;
  --white-color: white;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--navy-color);
  font-size: 1rem;
  line-height: 160%;
}

.subtitle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white-color);
  border: 1px solid #d8dbe3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-blue {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color);
  font-size: .9375rem;
  padding: 14px 25px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  border-radius: 110px;
}

.btn-blue:hover {
  background-color: var(--white-color);
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

.btn-outline-blue {
  background-color: var(--white-color);
  border-color: var(--secondary-color);
  color: var(--secondary-color);
  font-size: .9375rem;
  padding: 14px 25px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  border-radius: 110px;
}

.btn-outline-blue:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color);
}

.color-p {
  color: var(--primary-color);
}

.color-b {
  color: var(--secondary-color);
}

.btn-secondary {
  background-color: var(--white-color);
  border: none;
  color: var(--black-color);
  font-size: .9375rem;
  padding: 14px 25px;
  margin-right: 0.7rem;
  font-weight: 700;
  border-radius: 110px;
}

.btn-secondary:hover {
  background-color: var(--primary-color);
  box-shadow: none;
  color: var(--white-color);
}

.btn-primary {
  background-color: #7B31E2;
  color: var(--white-color);
  border-color: #7B31E2;
  font-size: .9375rem;
  padding: 14px 25px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  border-radius: 110px;
}

.btn-primary .bx {
color: var(--white-color)!important;
font-size: .9375rem!important;
font-weight: 700!important;
}

.btn-primary:hover {
  background-color: var(--white-color);
  box-shadow: inset 0 0 0 1px var(--primary-color);
  color: var(--primary-color);
}

.btn-primary:hover .bx {
  color: var(--primary-color)!important;
}

h2 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 2.25rem;
  color: var(--navy-color);
}

/* Navbar */
.navbar {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.navbar-brand img {
    height: 2rem;
}

.navbar-nav .nav-link {
    color: var(--navy-color);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 26px;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.btn-call {
    color: var(--white-color);
    background-color: var(--black-color);
    border-color: var(--black-color);
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.7rem 1.3rem;
    border-radius: 110px;
}

.btn-call:hover {
  background-color: var(--white-color);
  box-shadow: inset 0 0 0 1px var(--primary-color);
  color: var(--primary-color);
}

/* Hero */
.hero-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: 1rem;
}

.hero-section p {
    color: #525354;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.hero-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.hero-section ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 15px;
    color: #525354;
}

.hero-section .bx {
  font-size: 22px;
}

.hero-image {
    max-width: 100%;
}

.bg-home-section {
    background-color: #f7fbff;
    border-radius: 24px;
}

.tag {
  background-color: #F1EFFD!important;
  padding: 0.5rem 1rem!important;
  border-radius: 15px!important;
  color: #525354!important;
  font-size: 13px!important;
  display: inline-block!important;
  margin-bottom: 1.3rem!important;
  line-height: 20px!important;
  font-weight: 600!important;
  letter-spacing: .65px!important;
  text-transform: uppercase!important;
}

.tag .bx {
  color: #525354!important;
  font-size: 13px!important;
  font-weight: 600!important;
  letter-spacing: .65px!important;
}

/* Stats */
.stat-section .box-review {
  background-color: #e1f7e1;
}

.stat-section .box {
  padding: 24px 12px;
  border-radius: 32px;
  width: 80%;
}

.stat-section .box span {
  font-weight: 700;
  font-size: 1rem;
}

.stat-section .box .bx {
  font-weight: 700;
  font-size: 22px;
}

.stat-section .box .g {
  color: #00E052;
}

.stat-section .box-customer {
  background-color: #f9efe3;
}

.stat-section .box .o {
  color: #ff8d31;
}

.stat-section .box-experience {
  background-color: #eae4fc;
}

.stat-section .box .v {
  color: #3C52F2;
}

/* FAQ */
.faq-section .image-2 {
  z-index: -5;
  position: absolute;
  inset: 20% 0% 0% auto;
  top: 4565px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-item {
  border-style: solid;
    border-width: 0 0 1px;
    border-color: #eff0f6;
    box-shadow: none;
    cursor: pointer;
    background-color: #e3eafc;
    border-radius: 20px;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
    overflow: visible;
}

.accordion-button {
  background-color: #e3eafc;
  color: var(--navy-color);
  font-weight: 500;
  padding: 1rem 1.5rem;
  font-size: 18px;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #e3eafc !important;
  color: var(--navy-color);
  border-bottom:none;
  box-shadow: none;
}

.box-faq {
  border: 1px solid #d8dbe3;
  text-align: center;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  padding: 31px;
  display: flex;
}

.faq-section{
  overflow: visible;
}

.sticky-container {
  position: relative;
  display: flex;
}

.sticky-content {
  position: sticky;
  top: 20px;
  height: fit-content;
  align-self: flex-start;
}

.accordion-item:last-child {
  margin-bottom: 50px;
}

/* Pricing */
.pricing {
  background-color: #e3eafc;
  border-radius: 44px;
  max-width: 98%;
  margin: 40px auto;
}

.pricing-amount{
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 35px;
}

.card {
  border: none;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #eaecf0;
}

.card-title {
  font-size: 22px;
  margin-bottom: 15px;
}

.card-text {
  margin-bottom: 20px;
}

.list-unstyled li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.list-unstyled li i {
  color: #8439ea;
  margin-right: 8px;
}

.most-popular {
  position: relative;
}

.most-popular-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  padding: 10px;
  background-color:var(--secondary-color)!important;
  text-transform: uppercase;
}

/* Realisation */
.realisation-section .project-image-wrapper {
  border: 1px solid #d8dbe3;
  background-color: var(--white-color);
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s;
}

.realisation-section .project-image-wrapper:hover {
  transition: 0.4s;
  transform: scale(1.01);
}

/* Why */
.why-section .image-1 {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
  top: 1000px;
}

.why-section h3 {
  font-weight: 600;
  font-size: 1.375rem;
  color: var(--navy-color);
}

.why-section .card {
  border: solid 2px var(--secondary-color)!important;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #eaecf0;
}

/* About */
.about-section h3 {
  font-weight: 600;
  font-size: 1.775rem;
  color: var(--navy-color);
  text-align: center;
  margin-bottom: 30px;
}

.about-section img {
  border-radius: 24px;
  width: 100%;
}

.about-section .card-v {
  background-color: #8439ea0f;
  border: none;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border: 1px solid #eaecf0;
}

.about-section .card .title {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Testimonials */
.testimonials-section .card {
  border: 1px solid #d8dbe3!important;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #eaecf0;
}

.testimonials-section .text-quote {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.testimonials-section .people {
  text-transform: capitalize;
  font-weight: 600;
}

.testimonials-section .text-review {
  font-size: 1.10rem;
  font-weight: 500;
}

/* Légal */
.legal h1 {
  font-size: 48px;
  text-transform: capitalize;
  color: var(--navy-color);
  font-weight: 600
}

.legal h2 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.775rem;
  color: var(--navy-color);
}

.legal p {
  font-size: 1rem;
}

.legal a {
  color: #8439ea!important;
}

/* Footer */
footer {
  background-color: #f9f9f9;
  color: #495057; /* Darker text for better contrast */
}

footer a {
color: #495057;
text-decoration: none;
}
footer a:hover {
  color: #8439ea;
}

footer h5 {
color: #000;
}


footer ul li {
  margin-bottom: 5px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #a3a3a3;
}
.social-icons a:hover {
  color: #8439ea;
}
.logo {
  margin-right: 10px;
  max-width: 50px; /* Adjust size as needed */
  height: auto; /* Maintain aspect ratio */
}
.legal-links a {
  margin-left: 15px;
}

@media screen and (max-width: 2000px) {
  .legal h1 {
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
  .testimonials-section .text-review {
    font-size: 1rem;
  }
  .hero-section h1 {
    font-size: 2.75rem;
    text-align: center;
  }
  .hero-section p {
    text-align: center;
  }

  .footer-logo-content {
    justify-content: center;
  }
}

@media (max-width: 768px){
  footer .col-md-6,
  footer .col-md-3,
  footer .col-md-2
  {
    text-align: center;
  }
  footer .col-md-6:last-child{
      text-align: center;
      margin-top: 20px;
  }
  footer .list-unstyled li {
    justify-content: center;
  }
  .btn-blue {
    width: 100%!important;
  }
  .btn-primary {
    width: 100%!important;
  }
  .btn-outline-blue {
    width: 100%!important;
  }
  .testimonials-section .text-quote {
    font-size: 24px;
    line-height: 1.5;
  }
  .hero-section h1 {
    font-size: 2.5rem;
  }
  .hero-section p {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hide-mobile {
      display: none !important;
  }

  .testimonials-section .text-review {
    font-size: 0.9rem;
  }

  .testimonials-section .text-quote {
    font-size: 16px;
    line-height: 1.5;
  }

  .hero-section h1 {
    font-size: 2rem;
    text-align: center;
  }

  .hero-section p {
    font-size: .95rem;
    line-height: 150%;
    text-align: center;
  }

  .hero-section .tag {
    font-size: 11px!important;
  }

  p {
    font-size: .95rem;
  }

  h2 {
    font-size: 1.7rem!important;
  }
}