@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('woff2'),
         url('../fonts/Roboto-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppin-regular';
    src: url('../fonts/Poppins-Regular.ttf') format('woff2'),
         url('../fonts/Poppins-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppin-medium';
    src: url('../fonts/Poppins-Medium.ttf') format('woff2'),
         url('../fonts/Poppins-Medium.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
  font-family: 'poppin-medium';
}


#banner button.btn.btn-primary.w-100 {
    width: 55% !important;
    border-radius: 9px;
}

.main-formbanner {
    width: 90%;
}

 header {
      background: #fff;
      padding: 20px 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: 0 1px 4px rgba(0,0,0,0.1);
      font-family: 'poppin-medium';
    }

    header .logo {
      font-weight: bold;
      font-size: 22px;
      letter-spacing: 1px;
    }

    nav {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    nav a {
      text-decoration: none;
      color: #333;
      font-weight: 500;
    }

    .btn-primary {
      background-color: #1a237e;
      color: #fff;
      padding: 10px 20px;
      border-radius: 20px;
      border: none;
      font-weight: 600;
      cursor: pointer;
    }

    .hero {
      background: linear-gradient(90deg, #e6d6f5, #dde7fc);
      padding: 60px 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    }

    .hero .content {
      max-width: 500px;
      margin-right: 40px;
    }

    .hero .content h1 {
      font-size: 30px;
      margin-bottom: 20px;
      color: #000;
    }

    .hero .content span {
      color: #4c30a0;
      font-weight: 600;
    }

    .hero .form input,
    .hero .form textarea {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      border: none;
      border-bottom: 2px solid #ccc;
      background: transparent;
    }

    .hero .form button {
      margin-top: 10px;
      background: #0047ff;
      color: #fff;
      padding: 12px 20px;
      border: none;
      font-weight: bold;
      border-radius: 4px;
      cursor: pointer;
    }

    .hero .form .reviews {
      margin-top: 10px;
      font-size: 14px;
      color: #333;
    }

    .hero-image {
      max-width: 480px;
      background: #eee;
      height: 300px;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0,0,0,0.15);
      display: flex;
      justify-content: center;
      align-items: center;
      color: #999;
    }

     /* Why Choose Section */
    .why-choose {
      background: url(../../images/whychoose-bg.png);
    color: white;
    padding: 40px 0;
    background-size: cover;
    }

    .why-choose h2 {
      font-weight: 700;
      margin-bottom: 50px;
    }

    .circle-icon {
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

   

    .why-choose .highlight {
      color: #f6a400;
      font-weight: 600;
    }

    .why-choose p {
      font-size: 0.95rem;
      margin-bottom: 0;
    }


.circle-icon img{
  width: 50px;
}

.why-chooseus-inner {
    --bs-gutter-x: 0;
    padding: 0px 22px;
}

.bi-framework {
      padding: 40px 0;
      text-align: center;
    }

    .bi-framework h2 {
      font-size: 1.9rem;
      font-weight: 700;
      color: #1a1a1a;
    }

    .bi-framework h2 span {
      color: #2c2e83;
    }

    .bi-framework p.subtitle {
      color: #3d55c8;
      font-weight: 400;
      margin-bottom: 25px;
    }

    .bi-card {
      background-color: #f2f6ff;
      border-radius: 15px;
      padding: 30px 20px;
      text-align: center;
      height: 100%;
      transition: all 0.3s ease;
    }

    .bi-card:nth-child(even) {
      background-color: #fcefff;
    }

    .bi-card img {
      height: 80px;
      margin-bottom: 20px;
    }

    .bi-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
      color: #1a1a1a;
    }

    .comn{
      background-color: #f8e6f5;
    border-radius: 15px;
    transition: all 0.3s ease;
    }

    .bi-card h5 span {
      color: #2c2e83;
    }

    .bi-card p {
      font-size: 0.95rem;
      color: #4d4d4d;
      margin: 0;
    }


    .bi-card img{
      width: 80px;
    }

    @media (max-width: 767.98px) {
      .bi-framework h2 {
        font-size: 1.5rem;
      }

      .bi-card {
        margin-bottom: 20px;
      }
    }


    @media (max-width: 767px) {
      .d-flex {
        flex-direction: row;
      }
    }
li.nav-item {
    margin: 0px 15px;
    font-size: 18px;
    font-family: 'poppin-medium';
}

.navbar-brand img {
    width: 250px;
}

section#why-chooseus {
    background: url(../../images/whychoose-bg.png);
}

  .btn-custom {
      background-color: #00b0f0!important;
      color: white;
      border-radius: 50px;
      padding: 8px 20px;
      font-weight: 500;
    }

    .btn-custom:hover {
      background-color: #b71c1c;
    }

    .fw-bold {
    font-weight: 800 !important;
    font-family: 'poppin-regular';
    font-size: 32px;
}


section#banner {
    background: url(../../images/mainbanner-ai.png);
     background-size: cover;
}

.banner-side-img img{
  max-width: 100%;
    height: auto;
    transform: scale(1.2) translate(15px, 0px);
}

span.text-primary {
    color: #1930AB !important;
}

    @media (max-width: 768px) {
      .hero {
        flex-direction: column;
        text-align: center;
      }

      .hero .content {
        margin-right: 0;
      }

      nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
      }

      .hero-image {
        margin-top: 30px;
        height: 200px;
      }

      .stats {
        flex-direction: column;
        gap: 20px;
      }
    }




.bi-services-section {
      background: url(../../images/comprehensive-bg.png);
      color: white;
      padding: 40px 0;
      background-size: cover;
    }

    .bi-services-section h2 {
      font-size: 2rem;
      font-weight: 700;
    }

    .bi-services-section h2 span {
      color: #f6a400;
    }

    .bi-services-section p.subtext {
      color: #cbd6f6;
      margin-bottom: 30px;
    }

    .bi-services-list .item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
    }

    .bi-services-list .item img {
      width: 80px;
      height: 80px;
      margin-right: 15px;
      padding: 6px;
    }

    .bi-content {
    margin-top: 20px;
}

    .bi-services-list .item h6 {
      font-weight: 600;
      margin-bottom: 5px;
    }

    .bi-services-list .item p {
      font-size: 0.95rem;
      color: #dce6ff;
      margin: 0;
    }

    .demo-btn {
      margin-top: 20px;
      padding: 10px 20px;
      font-weight: 500;
      border-radius: 8px;
      background-color: white;
      color: #001d49;
      border: none;
    }

    .demo-btn span {
      color: #f6a400;
      font-weight: 600;
    }

    .carousel-img {
      max-width: 100%;
      border-radius: 20px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
      transform: scale(1.1) translate(15px, 0px);
    }

    .carousel-control-prev img{
    position: absolute;
    left: 0;
}

.carousel-control-next img{
    position: absolute;
    right: -45px;
    }

    .carousel-inner {
      border-radius: 20px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(1);
    }

    @media (max-width: 991px) {
      .bi-services-section {
        text-align: center;
      }

      .bi-services-list .item {
        justify-content: center;
        text-align: left;
      }
    }



 .demo-section {
      padding: 40px 0px 0px;
      background-color: #fff;
    }

    .demo-container {
      
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
    }

    .demo-left,
    .demo-right {
      flex: 1;
      min-width: 300px;
    }

    .demo-left h2 {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .demo-left h2 strong {
      color: #1A237E;
    }

    .demo-left ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .demo-left ul li {
      margin-bottom: 15px;
      position: relative;
      padding-left: 24px;
      color: #333;
      font-size: 15px;
    }

    .demo-left ul li::before {
      content: "➤";
      position: absolute;
      left: 0;
      color: #1A237E;
      font-size: 14px;
    }

    .demo-right p {
      font-size: 14px;
      margin-bottom: 20px;
      color: #1A237E;
      font-weight: 500;
    }

   #strategic-bi form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    #strategic-bi input {
      padding: 12px;
      font-size: 14px;
      border: 1px solid #1A237E;
      border-radius: 4px;
      outline: none;
      width: 100%;
    }

   #strategic-bi  input:focus {
      box-shadow: 0 0 0 2px rgba(26, 35, 126, 0.2);
    }

    .demo-right button {
      grid-column: span 2;
      background-color: #1A237E;
      color: white;
      border: none;
      padding: 12px;
      font-weight: 600;
      border-radius: 4px;
      cursor: pointer;
    }

    .demo-right .email-note {
      margin-top: 16px;
      font-size: 14px;
    }

    .demo-right .email-note a {
      color: #1A237E;
      font-weight: 600;
      text-decoration: none;
    }

    .demo-footer {
      border-top: 1px solid #C5CAE9;
      text-align: center;
      padding: 20px 0px;
    font-size: 13px;
    color: #555;
    margin-top: 40px;
    }

    @media (max-width: 768px) {
      form {
        grid-template-columns: 1fr;
      }
      .demo-right button {
        grid-column: span 1;
      }
    }


@media screen and (max-width: 600px) {

  .banner-side-img img {
    max-width: 100%;
    height: auto;
    transform: none;
}

.carousel-control-next img{
  right: 0px;
}

.py-5 {
    padding-top: 0;
    padding-bottom: 0;
    padding: 10px;
}

#banner button.btn.btn-primary.w-100 {
    width: 100% !important;
    border-radius: 9px;
}

.main-formbanner {
    width: 100%;
}

.text-muted.small {
    text-align: center;
}

.banner-side-img {
    padding: 0;
    margin: 0;
}

.bi-framework {
    padding: 40px 10px;
    text-align: center;
}

.carousel-img{
  transform: none;
}

.demo-section {
    padding: 40px 10px 0px 10px;
    background: url(../../images/dpa-bannerbg.png);
        background-size: cover;

}

}


@media (min-width: 992px) {

li.nav-item {
    margin: 0px 10px;
    font-size: 15px;
    font-family: 'poppin-medium';
}

  }