 @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

 body {
      /* background-image: url('/banner-bg.png'); */

     font-family: "Raleway", sans-serif;
    }
.hero-section {
    padding:0;
    position: relative;
    background-image: url('../images/banner-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.text-grey-dark{color: #111111;}
.bluebg{color: #000AC3}
.fs16{font-size: 16px;}
.fs47{font-size: 47px;}
.fs40{font-size: 40px;}
.fs24{font-size: 24px;}
.fs20{font-size: 20px;}

.text-grey {
    color: #111111ba !important;
}
    .hero-text h1 {
      font-weight:800;
      font-size: 53px;
    }

    .hero-text p {
      color: #111111;
          font-size: 16px;
    }

    .btn-primary {
      background-color: #004eff;
      border: none;
    }

    .btn-outline-dark {
      border-color: #004eff;
      color: #004eff;
    }

    .top-buttons a {
      margin-left: 15px;
    }

 .logo-img {
    height: 47px;
}

    .badge-box {
      position: absolute;
      top: 10px;
      right: 10px;
      background: #fff;
      border-radius: 20px;
      padding: 5px 15px;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 6px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .image-container {
      position: relative;
      max-width: 100%;
    }
    .navblock{position:fixed; top: 0px; z-index: 999; width:100%; background-color: transparent;}
    .navblock {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #D8D8D8;
    padding: 11px 0;
}
.navblock li a {
    color: #111;
    font-weight: 600;
    padding: 0 16px !important;
}
.get-quote-btn {
    color: #000AC3;
    font-size: 16px;
    font-weight: 700;
}
.lets-btn {
    background-color: #000AC3;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    padding: 9px 17px;
}
 .lets-btn:hover{background-color:#070c71; color: #fff;}
 .bg-badge {
    background-color: #E8E9FF;
    color: #000AC3;
    padding: 12px 27px;
    font-size: 16px;
}
.our-services-block {
    background-image: url('../images/service-bg.png');
    background-repeat: no-repeat;
    background-position: center -135px;
    background-size: cover;
}
.clients-block {
    font-size: 20px;
    font-weight: 700;
}
.about-block {
    background: linear-gradient(358deg, rgb(251 251 251 / 98%) 25%, rgba(233, 233, 249, 1) 100%);
}
.icon-blue {
      color: #2a32f2;
      font-size: 2rem;
    }
    .highlight-btn {
      background-color: #d6dbff;
      color: #2a32f2;
      font-size: 0.75rem;
      font-weight: 600;
      border-radius: 20px;
      padding: 0.25rem 1rem;
      display: inline-block;
      margin-bottom: 1rem;
    }
.card-icon-bg {
    background-color: #2a32f2;
    color: white;
    padding: 0.5rem;
    border-radius: 16px;
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 6.5rem;
    height: 7.5rem;
    margin-right: 1rem;
}
    .card {
      border: 1px solid #eaeaea;
      border-radius: 0.5rem;
      padding: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .small-text {
      font-size: 0.875rem;
      color: #6c757d;
    }

     /* Initial navbar background (transparent or light) */
  .navblock {
    transition: background-color 0.3s ease;
    background-color: transparent;
  }

  /* Background color when scrolled */
  .navbar-scrolled {
    background-color: #ffffff !important; /* change this to the color you want */
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);
  }

  /* Example styling for buttons */
  .get-quote-btn {
    margin-right: 10px;
  }
.testimonial-card {
    background-color: #F0F3FC;
    border-radius: 12px !important;
    padding: 2rem;
    border: 1px solid #e0e0e0;
}
    .testimonial-img {
      width: 70px;
      height: 70px;
      object-fit: cover;
      border-radius: 50%;
    }
    .quote-icon {
      font-size: 2rem;
      color: #c1c3fc;
    }
    .star-rating {
      color: #0d6efd;
      font-size: 1.1rem;
    }
.slick-list {
    display: flex !important;
}
.slick-track {
    display: flex !important;
}
.question-arrow {
    position: absolute;
    top: 31px;
    right: 32px;
}
    .hero-section {
      padding: 60px 20px;
      position: relative;
          /* height: 50vh; */
    }

    /* .hero-section::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 600px;
      height: 600px;
      transform: translate(-50%, -50%);
      border: 2px dashed #ccc;
      border-radius: 50%;
      z-index: 0;
    } */

    .hero-content {
      position: relative;
      z-index: 1;
    }
    .hero-section{background-image: url('../images/teams-bg.png'); background-size: cover; background-repeat: no-repeat;}

    .project-badge {
      background-color: #eae8ff;
      color: #4f46e5;
      font-size: 12px;
      padding: 4px 12px;
      border-radius: 9999px;
      text-transform: uppercase;
      font-weight: 600;
    }

    .app-store-btn {
      /* height: 45px; */
      margin-right: 10px;
    }

    .carousel-control-prev,
    .carousel-control-next {
      width: auto;
      background: none;
      color: #000;
    }

    .carousel-indicators [data-bs-target] {
      background-color: #ccc;
    }

    .carousel-indicators .active {
      background-color: #2e3eff;
    }

    .mockup-img {
      max-width: 100%;
      height: auto;
    }

    @media (max-width: 767.98px) {
      .mockup-img {
        margin-top: 2rem;
      }
    }
    .carousel-control-prev, .carousel-control-next {
    width:auto;
    background: none;
    color: #000;
}
.carousel-control-next, .carousel-control-prev {
    bottom: -79px !important; 
    top: inherit !important;
}
 .section-badge {
      background-color: #eae8ff;
      color: #4f46e5;
      font-size: 12px;
      padding: 4px 12px;
      border-radius: 9999px;
      text-transform: uppercase;
      font-weight: 600;
    }

    .accordion-button::after {
      background-image: none;
      font-family: 'Font Awesome 5 Free';
      content: "\f067"; /* plus icon */
      font-weight: 900;
      color: #4f46e5;
    }

    .accordion-button:not(.collapsed)::after {
      content: "\f068"; /* minus icon */
    }

.accordion-button {
    background-color: #fff;
    box-shadow: none;
    border-left:4px solid #000AC3;
    padding-left: 1rem;
    color: #111111 !important;
    font-weight: 700;
    font-size: 16px;
}

    .accordion-item {
      border: none;
      border-radius: 10px;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
      margin-bottom: 1rem;
    }
    .slick-dots li button:before {
    font-family: 'slick';
    font-size: 11px !important;
    line-height: 39px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #383a73 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
  color: #212362 !important;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent !important;
    box-shadow: inherit !important;
}
.accordion-button:not(.collapsed)::after {
    background-image:inherit !important;
}
footer {
      background-color: #0f0f0f;
      color: #fff;
      padding: 60px 0;
    }
    .footer h5 {
      font-weight: 600;
      margin-bottom: 20px;
    }
    .footer a {
      color: #fff;
      text-decoration: none;
      display: block;
      margin-bottom: 10px;
    }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      background: #fff;
      color: #000;
      border-radius: 50%;
      margin-right: 10px;
      transition: 0.3s;
    }
    .footer .social-icons a:hover {
      background-color: #4f46e5;
      color: #fff;
    }
    .footer i {
      font-size: 16px;
    }
    .social-icons a {
    text-decoration: none;
}
.social-icons i {
    background-color: #fff;
    padding: 7px;
    border-radius: 109px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000AC3;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 7px;
}

.explore-block h5 {
    padding-bottom: 14px;
}
.explore-block a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 33px;
}
.explore-block h5 {
    padding-bottom: 14px;
    font-weight: 700;
}
.contact-us {
    line-height: 32px;
}
.contact-us span {
    padding-left: 24px;
}
.copyright-block {
    border-top: 1px solid #ffffff2e;
    padding-top: 18px;
    margin-top: 32px;
}
footer {
    background-color: #0f0f0f;
    color: #fff;
    padding: 60px 0 9px 0;
}
.carousel-control-prev-icon {
    background-size: 28px  !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-next-icon {
    background-size: 27px  !important;
}
/* .carousel-control-prev, .carousel-control-next {
    width: 97% !important;
} */
 .carousel-control-prev {
    left: 47%;
}
.carousel-control-next {
    right:47%;
}
 .case-card {
      border-radius: 20px;
      overflow: hidden;
      background-color: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: transform 0.3s;
    }
    .case-card:hover {
      transform: translateY(-5px);
    }
 .case-image {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
    .case-body {
      padding: 1.25rem;
    }
    .view-project {
      text-decoration: none;
      font-weight: 500;
      color: #0d6efd;
    }
    .view-project:hover {
      text-decoration: underline;
    }
.inner-header {
    height: 43vh;
    padding-bottom: 0;
}
.case-body h5 {
    font-size: 31px;
    padding-bottom: 8px;
    padding-top: 2px;
}
.pricing-table th,
    .pricing-table td {
      text-align: center;
      vertical-align: middle;
    }
    .pricing-table th {
      background-color: #0a1f2a;
      color: white;
    }
    .pricing-table tbody tr:nth-child(even) {
      background-color: #f1f8ff;
    }
    .btn-started {
      background-color: #000ac3;
      color: white;
      border: none;
    }
    .btn-started:hover {
      background-color: #000ac3;
    }
    .section-title {
      font-weight: 800;
      font-size: 2rem;
    }

    .circle {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: white;
      font-size: 22px;
      margin: auto;
    }
    .circle-caption {
      font-size: 14px;
      color: #fff;
      text-align: center;
      margin-top: 5px;
    }
    .circle-container {
      text-align: center;
    }
    .bg-orange {
      background-color: #f9654b;
    }
    .bg-green {
      background-color: #20c997;
    }
    .bg-blue {
      background-color: #007bff;
    }
@media (min-width:320px) and (max-width:767px){
.hero-section {
    padding: 60px 0px;
    height: auto;
}
.hero-text h1 {
    font-weight: 800;
    font-size: 31px;
}
.navbar-collapse {
    background-color: #fff;
    line-height: 32px;
    padding-bottom: 21px;
}
}
