/* Montserrat */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Raleway */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary-color: #4b5ef3;
  --secondary-color: #e10c30;
  --primary-light-color: #c4e0ff;
  --text-color: #000000;
  --white-color: #ffffff;
  --black-color: #000000;
  --menu-bg-color: #2d2d2d;
  --light-shadow-color: rgba(75, 94, 243, 0.08);
  --light-shadow-hover-color: rgba(75, 94, 243, 0.15);
  --card-bg-color: #b9babb14;
  --border-color: #e1e1e1;
  --card-bg-secondary: #f1f1f1;
  /* --wheat-color: #f5deb3; */
  --wheat-color: #fff9ee;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--text-color);
  overflow-x: hidden;
}

.container {
  max-width: 1260px;
}

ul {
  margin-bottom: 0rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

ul {
  list-style-type: none;
}

p {
  font-size: 16px;
  text-align: justify;
}

a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

button:focus {
  outline: none;
}

.navbar-brand img {
  width: 205px;
}
/* ----------------------------------Mega Menus css --------------------------------------*/
.exo-menu {
  /* width: 100%; */
  gap: 20px;
  list-style: none;
  /* position: relative; */
  background: transparent;
}

.exo-menu > li {
  display: inline-block;
  float: left;
}

.exo-menu > li > a {
  color: var(--white-color);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  /* border-right: 1px #365670 dotted; */
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  font-size: 16px;
}

.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
  border-bottom: 1px solid white;
  /* color: var(--secondary-color); */
}

.exo-menu i {
  font-size: 12px;
  margin-right: 6px;
  line-height: 20px !important;
}

li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}

li.drop-down > ul {
  left: 0px;
  min-width: 230px;
}

.drop-down-ul {
  display: none;
}

li.drop-down > ul > li > a {
  color: #fff;
  display: block;
  padding: 20px 22px;
  text-decoration: none;
  background-color: #365670;
  border-bottom: 1px dotted #547787;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}

h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

/*mega menu*/
.navbar {
  .container {
    position: relative;
  }
}

.mega-menu::before {
  content: "";
  opacity: 0;
  display: block;
  width: 100%;
  height: 30px;
}

.mega-menu {
  left: 0;
  right: 0;
  display: none;
  padding-top: 0;
  min-height: 100%;
  width: 100%;
  border-radius: 10px;
}

h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670;
}

.mega-menu ul li a {
  font-size: 14px;
  display: block;
  color: var(--white-color);
  transition: 0.3s;
  width: calc(100% - 60px);
}

.mega-menu ul li a:hover {
  color: var(--secondary-color);
}

/* .mega-menu ul li a span { padding: 6px 0px;} */
ul.stander li a {
  padding: 3px 0px;
}

ul.description li {
  padding-bottom: 12px;
  line-height: 8px;
}

ul.description li span {
  color: #ccc;
  font-size: 85%;
}

.icon-des {
  display: flex;
  flex-direction: column;
  gap: 24px;

  @media screen and (max-width: 768px) {
    gap: 10px;
    width: 100%;
  }

  .li {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .header-icon {
    width: 40px;
    border-radius: 8px;
    height: 40px;
    display: flex;
    background: rgb(245, 243, 240);
    justify-content: center;
    align-items: center;
  }
}

.mega-drop-down {
  /* position: relative; */
  &.services-mega-dropdown {
    .mega-menu {
      @media screen and (max-width: 1300px) {
        left: -140px;
      }
    }
  }

  &:hover {
    .menu-hover::before {
      opacity: 1;
    }
  }

  .menu-hover {
    position: relative;
  }

  .menu-hover::before {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid var(--menu-bg-color);
    content: "";
    /* width: 100%; */
    left: 40%;
    position: absolute;
    bottom: -31px;
    /* border: 1px solid red; */
    opacity: 0;
    /* transition: 0.3s ease-in; */
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /* -webkit-animation-name: fadeIn;
        animation-name: fadeIn; */
  }
}

ul.icon-des li a i {
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #009fe1;
  line-height: 35px !important;
}

ul.icon-des li {
  width: 100%;
  display: table;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left > ul:hover,
li.flyout-right > ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover + ul,
li.flyout-right a:hover + ul,
.blog-drop-down > a:hover + .Blog,
li.drop-down > a:hover + .drop-down-ul,
.images-drop-down > a:hover + .Images,
.mega-drop-down a:hover + .mega-menu,
li.flyout-mega > a:hover + .flyout-mega-wrap {
  display: block;
}

/*responsive*/
@media (min-width: 767px) {
  .exo-menu > li > a {
    display: block;
    padding: 0 0;
  }

  .mega-menu,
  .flyout-mega-wrap,
  .Images,
  .Blog,
  li.drop-down > ul {
    position: absolute;
  }

  .flyout-right > ul {
    left: 100%;
  }

  .flyout-left > ul {
    right: 100%;
  }
}

@media (max-width: 767px) {
  .exo-menu {
    min-height: 58px;
    background-color: #23364b;
    width: 100%;
  }

  .exo-menu > li > a {
    width: 100%;
    display: none;
  }

  .exo-menu > li {
    width: 100%;
  }

  .display.exo-menu > li > a {
    display: block;
    padding: 20px 22px;
  }

  .mega-menu,
  .Images,
  .Blog,
  li.drop-down > ul {
    position: relative;
  }
}

a.toggle-menu {
  position: absolute;
  right: 0px;
  padding: 20px;
  font-size: 27px;
  background-color: #ccc;
  color: #23364b;
  top: 0px;
}

.mega-menu-wrap {
  padding: 20px;
  background-color: var(--menu-bg-color);
}

/*------------------------------------------------------ header css------------------------------- */
/* header .navbar .navbar-nav .nav-item .nav-link {color:#000030; font-weight: 700;transition: 0.5s;margin-right: 50px;}
header .navbar .navbar-nav .nav-item .nav-link:hover{color: #ffffff;} */
header .navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 500;
  margin-right: 12px;
  text-transform: capitalize;
}

header ul,
li {
  /* list-style: none; */
  font-size: 15px;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    #961212,
    #761015,
    #560f14,
    #370e0f,
    #1b0404
  );
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  z-index: 11;
  padding: 10px 0;
}

.banner {
  position: relative;
  z-index: 1;
}

.internal-banner {
  background-image: url(../images/banner/about-banner.jpg);
  background-position: center;
  background-size: cover;
  height: 350px;
  display: flex;
  align-items: center;
  z-index: 1;
  @media screen and (max-width: 600px) {
    height: 250px;
  }
}

.internal-banner h1 {
  font-weight: 600;
  color: #efeff4;
  font-size: 49px;
}

.internal-banner h1 a {
  color: #e0e0e9;
  text-decoration: none;
}

.internal-banner h5 {
  font-weight: 600;
  color: #e0e0e9;
}

.rounded-corner {
  border-radius: 25px;
}

/* how it work css */
.htw {
  margin-top: 50px;
}

.title-name {
  font-size: 40px;
  color: #e10c30;
  font-weight: 700;
  text-transform: capitalize;
}
.box-img {
  position: relative;
  margin-bottom: 0.5rem;
}

.box-img:before {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 3.5rem;
  background-color: #e10c30;
  left: -1rem;
  top: 0;
}
.line-height-4 {
  line-height: 35px;
}

/* call  to  action */
.cta {
  background: linear-gradient(rgba(39, 42, 43, 0.7), rgba(42, 47, 48, 0.8)),
    url("../images/cta-img.jpg");
  padding: 70px 0;
  margin-bottom: 70px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

/* -----------------------------------Footer Css----------------- */
.newsletter-section {
  overflow: hidden;
  background-color: #ffffff;
  padding: 120px 0;

  @media screen and (max-width: 768px) {
    padding: 80px 0;
  }
}
footer {
  position: relative;
  background-image: linear-gradient(
    to bottom,
    #961212,
    #761015,
    #560f14,
    #370e0f,
    #1b0404
  );
  height: auto;
  padding: 50px 0 0;
  overflow: hidden;

  .footer-shape {
    width: 400px;
    height: 400px;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: -50px;

    &.two {
      transform: rotate(180deg);
      right: -50px;
      left: auto;
    }

    img {
      width: 100%;
      /* height: 100%; */
    }
  }

  .container {
    position: relative;
    z-index: 2;
  }
}

.footer-content {
  padding-top: 4rem;
}

.footer-content input:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

.footer-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 15px;

  @media screen and (max-width: 767px) {
    font-size: 18px;
  }
}

.footer-content .footer-link a,
.footer-content p {
  color: var(--white-color);
  font-weight: 300;
  font-size: 17px;
  text-decoration: none;

  @media screen and (max-width: 767px) {
    font-size: 16px;
  }
}

.footer-content .footer-link a:hover {
  color: #e10c30;
  transition: 0.5s;
}

.footer-content .footer-link li {
  margin-bottom: 10px;
}

.bottom-footer .list-inline-item a {
  font-size: 16px;
}

/* footer form */
.mu-newsletter-content {
  margin-top: 5px;
  width: 100%;
}

.mu-subscribe-form {
  position: relative;
}

.mu-subscribe-form input {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: none;
  padding: 0 115px 0 20px;
  font-size: 14px;
  color: #000;
}

.mu-subscribe-btn {
  background: var(--secondary-color);
  border-radius: 10px;
  transition: 0.5s ease-out;
  color: #fff;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  right: 6px;
  top: 5px;
  height: 40px;
  width: 100px;
  cursor: pointer;
  border-radius: 24px;
  font-weight: 700;
  border: none;
}

.mu-subscribe-btn:hover {
  background-color: var(--text-color);
  color: #fff;
}

.bottom-footer {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1b0404;
  color: var(--white-color);
  border-top: 1px solid var(--border-color);
}
.bottom-footer-content {
  @media screen and (max-width: 1200px) {
    row-gap: 20px;
    text-align: center;
  }
  .contact-with-icon {
    row-gap: 20px;
    a {
      i {
        transition: 0.3s ease-in;
      }
      &:hover {
        i {
          color: var(--secondary-color);
        }
      }
    }
  }
}
.bottom-footer ul {
  padding-bottom: 0;
}

.bottom-footer a {
  color: #fff;
}

.copyright span {
  text-transform: capitalize;
}

footer .fa {
  padding: 10px;
  font-size: 18px;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  /* margin: 5px 2px; */
  border-radius: 50%;
}

/* Scroll top button */
.scroll-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  border-radius: 3px;
  text-align: center;
  color: var(--white-color);
  background: var(--secondary-color);
  font-size: 20px;
  display: none;
}

/*---------------------- Service page Css-------------------*/
.services {
  position: relative;
}

.service-image {
  display: block;
  width: 100%;
  height: auto;
}

.servies-img {
  border: 1px solid #000030;
  padding: 12px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 53px;
  transition: 0.5s ease;
}

.services:hover .overlay {
  height: 100%;
}

.bg-dark-blue {
  background-color: #000030;
}

.card-text {
  text-align: initial;
}

/* Contact page css */
#contact-form label {
  font-weight: 600;
  color: #000030;
}

.bg-grey {
  background-color: #ebebeb;
}

.toggle {
  position: absolute;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  border-radius: 7px;
  padding: 12px 40px;
  border: 1px solid #f9f29e;
  padding: 0px 20px;
  text-align: center;
  cursor: pointer;
  top: 45%;
  left: -160px;
  text-transform: uppercase;
  line-height: 48px;
  background: #e10c30;
  background: linear-gradient(to left, rgb(204 57 110) 50%, rgb(26, 23, 23) 50%)
    right;
  background-size: 200%;
  box-shadow: 0 10px 35px #00000025;
  transform: rotate(-90deg);
  transition: all 0.5s ease 0s;
}

@media (max-width: 1024px) {
  header ul,
  li {
    list-style: none;
    font-size: 15px;
  }

  .banner {
    position: relative;
    padding-top: 80px;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .fixed-top {
    background-color: var(--black-color);
    position: initial !important;
  }

  .navbar-light .navbar-toggler {
    color: rgb(202 198 218);
    border-color: rgb(189 187 202);
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .content {
    padding: 50px 50px;
  }
  .bottom-footer {
    padding-bottom: 15px;
    margin-bottom: 45px;
  }
  footer {
    height: auto;
  }
}

/*-------------------------------End Pilot button Csss----------------------- */
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgb(234 13 13 / 90%);
}

.awesome {
  font-style: italic;
  width: 100%;
  text-align: center;
  color: #df0d0d;
  font-size: 18px;
  font-weight: bold !important;
  -webkit-animation: colorchange 5s infinite alternate;
}

/*---------------------------------- Responsive css ---------------------------------------------- */
@media all and (min-width: 1580px) {
  .banner::before {
    height: 403px;
  }
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid #b4afaf;
  }

  .navbar .nav-item .dropdown-menu li a {
    padding: 0.5rem 1.5rem;
  }

  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .nav-link,
  .navbar .nav-item {
    color: #e60023;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    transition: 0.5s;
    padding: 0;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

/* ============ desktop view .end// ============ */
@media (max-width: 1024px) {
  .banner h1 {
    font-size: 30px;
  }

  .banner::before {
    display: none;
  }

  .htw {
    margin-top: 3rem;
  }

  .footer-content {
    padding-top: 3rem;
  }

  .title-name {
    font-size: 29px;
    margin-bottom: 17px;
  }

  footer::before {
    display: none;
  }

  .services p {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  .overlay {
    height: 56px;
  }
  .line-height-4 {
    line-height: 30px;
  }

  .d-none-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .bottom-footer {
    padding-bottom: 15px;
  }
  .services p {
    font-size: 16px !important;
  }
  .overlay {
    height: 46px;
  }
}

@media (max-width: 767px) {
  .navbar-brand img {
    width: 193px;
  }

  p {
    font-size: 14px;
  }

  .cta h1 {
    font-size: 1.8rem;
  }

  .list-style li {
    font-size: 18px;
  }

  .scroll-top {
    right: 5px;
    bottom: 5px;
  }

  .banner {
    padding-top: 50px;
  }

  .banner::before {
    display: none;
  }

  .htw-sub {
    padding-top: 1rem;
  }

  .htw-sub h2 {
    font-size: 1.7rem;
    text-align: center;
  }

  .docbot {
    margin: 2rem 0rem;
  }

  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}

.bg-header-img {
  background-image: url(../images/banner/banner-img-1.webp);
  background-position: bottom center;
  background-size: cover;
  padding: 15vh 0;

  @media only screen and (max-width: 800px) {
    height: auto;
    padding: 0 0 50px 0;
  }

  .container {
    display: flex;
    width: 100%;
    margin-bottom: 100px;
  }
}

.main-banner-img {
  width: 50%;

  @media only screen and (max-width: 768px) {
    width: 100%;
  }

  img {
    width: 100%;
  }
}

.agi-banner-contain {
  max-width: 50%;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  gap: 10px;
  color: var(--white-color);

  @media only screen and (max-width: 768px) {
    padding: 80px 0;
    max-width: 100%;
    justify-content: center;
    text-align: center;
  }

  .main-banner-contain {
    max-width: 600px;
  }

  h2 {
    font-size: 22px;
    font-weight: 400;

    @media only screen and (max-width: 600px) {
      font-size: 20px;
    }
  }
}

.video-play-sec {
  position: relative;
  margin-top: -190px;
  margin-bottom: 20px;
  z-index: 2;

  @media only screen and (max-width: 768px) {
    margin-top: -90px;
  }

  .video-contain {
    max-width: 950px;
  }

  .card {
    border-radius: 10px;
    padding: 10px;
    border: none;
    overflow: hidden;
    box-shadow: 0 0 30px var(--light-shadow-color);

    .card-header {
      border-radius: 8px 8px 0 0;
    }

    .card-body {
      border-radius: 0 0 8px 8px;
      overflow: hidden;
    }
  }
}
.request-demo-section {
  .container {
    overflow: hidden;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    background-color: white;
    border-radius: 30px;

    .image-section {
      margin: auto;
    }
    .image-container {
      padding: 30px;
      max-width: 600px;
      margin: auto;
    }
    .form-container {
      /* max-width: 500px; */
      margin-left: 0 auto;
      background: #ffffff;
      border: 1px solid #eee;

      padding: 30px;
    }
    .demo-btn {
      display: block;
      background-color: var(--secondary-color);
      color: var(--white-color);
      &:hover {
        background-color: var(--black-color);
      }
      @media screen and (max-width: 767px) {
        margin: auto;
      }
    }

    label {
      font-weight: 500;
    }
  }
}
.business-ready-section {
  position: relative;
  .box-shap {
    position: absolute;
    bottom: 0;
    height: 360px;
    width: 100%;
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(227, 227, 227, 1) 100%
    );
  }

  padding: 120px 0;

  @media only screen and (max-width: 768px) {
    padding: 60px 0;
  }

  .heading {
    max-width: 850px;

    h2 {
      font-size: 35px;
      font-weight: 800;

      @media only screen and (max-width: 800px) {
        font-size: 26px;
      }

      @media only screen and (max-width: 600px) {
        font-size: 22px;
      }
    }

    h3 {
      font-size: 22px;
      font-weight: 600;

      @media only screen and (max-width: 600px) {
        font-size: 16px;
      }
    }
  }

  .card-section {
    .container {
      row-gap: 15px;

      @media screen and (max-width: 800px) {
        margin-top: 20px !important;
      }
    }

    h4 {
      font-size: 22px;
      font-weight: 400;
      text-align: center;

      @media only screen and (max-width: 600px) {
        font-size: 18px;
      }
    }

    .card {
      padding: 15px 20px;
      border-radius: 10px;
      cursor: pointer;

      img {
        width: 80px;
      }

      .card-img-top {
        max-width: 60px;
        width: 100%;
      }

      .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 13px;
        margin: 20px 0 0;

        ul li {
          font-size: 16px;
          margin: 0 0 5px;

          &:last-child {
            margin: 0;
          }
        }

        @media only screen and (max-width: 600px) {
          font-size: 14px;
        }
      }
    }
  }

  ul {
    list-style-type: circle;
    padding: 0 0 0 15px;

    &.list-number {
      list-style-type: decimal;
    }

    &.list-filled-dots {
      list-style-type: disc;
    }

    &.list-none {
      list-style-type: none;
    }
  }
}

/* css data-processing-services-section */
.data-processing-services-section {
  padding: 0 0 120px 0;

  @media screen and (max-width: 768px) {
    padding: 80px 0;
  }

  position: relative;
  overflow: hidden;

  .shape-rectangle-1 {
    width: 250px;
    position: absolute;
    left: -81px;
    top: 100px;
    rotate: -90deg;
  }

  .shape-rectangle-small-1 {
    width: 20vw;
    position: absolute;
    right: -50px;
    top: 0;
  }
  .bottom-spacing {
    margin: 0 0 80px 0;
    @media screen and (max-width: 767px) {
      margin: 0 0 40px 0;
    }
  }

  .swiper {
    width: 100%;
    height: 100%;

    .slider-btn {
      display: flex;
      align-items: center;
      gap: 10px;
      max-width: 100px;

      .button {
        width: 30px;
        height: 30px;
        border: 1px solid black;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .button:focus {
        background-color: var(--primary-light-color);
      }
    }
  }

  .body-contain {
    position: relative;

    .slider-bg {
      position: absolute;
      width: 100%;
    }
  }

  .slider-action {
    display: flex;
    gap: 10px;
    align-items: center;

    @media screen and (max-width: 576px) {
      flex-direction: column-reverse;
      gap: 15px;
    }

    .swiper-pagination {
      position: inherit;
    }
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* .title-heading {
    margin: 0 0 100px;
    font-size: 35px;
    font-weight: 800;

    @media screen and (max-width: 768px) {
      margin: 0 0 50px;
    }
  } */

  .processing-services-img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 20px 0;
    order: 1;

    @media only screen and (max-width: 600px) {
      width: 90%;
    }
  }

  .processing-services-contain-right {
    margin-left: -100px;
    overflow: hidden;

    @media only screen and (max-width: 992px) {
      margin-left: -70px;
    }

    @media only screen and (max-width: 840px) {
      margin-left: -40px;
    }

    @media only screen and (max-width: 767px) {
      margin: -80px auto 0;
    }
  }

  .processing-services-contain {
    max-width: 600px;
    background-color: var(--white-color);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin: auto;

    .visit-btn {
      background: transparent;
      color: var(--white-color);
      transition: 0.3s ease-in;
      margin: 0 0 25px 25px;
      text-align: left;
      background-color: var(--secondary-color);
      border-radius: 8px;
      padding: 5px;
      width: 100%;
      max-width: 80px;
      text-align: center;
      font-size: 16px;
      &:hover {
        letter-spacing: 0.5px;
      }
    }
    h3 {
      font-size: 22px;
      padding: 15px 20px;
      background-color: var(--secondary-color);
      color: var(--white-color);

      @media only screen and (max-width: 576px) {
        font-size: 16px;
      }
    }

    p {
      padding: 25px 25px;
      font-size: 17px;

      @media only screen and (max-width: 567px) {
        padding: 15px 15px;
      }
    }
  }

  .processing-services-contain-left {
    position: relative;
    z-index: 1;
    margin-right: -100px;
    overflow: hidden;

    @media only screen and (max-width: 992px) {
      margin-right: -70px;
    }

    @media only screen and (max-width: 840px) {
      margin-right: -40px;
    }

    @media only screen and (max-width: 767px) {
      margin: -80px auto 0;
    }
  }

  .card-bg {
    background-color: var(--card-bg-color);
  }

  .border-bottom {
    border-bottom-color: var(--border-color) !important;
  }

  .border-right {
    border-right-color: var(--border-color) !important;
  }

  .border-left {
    @media only screen and (max-width: 800px) {
      order: 1;
    }
  }

  .row {
    @media screen and (max-width: 768px) {
      margin: 0 0 30px;
    }

    &:last-child {
      @media screen and (max-width: 768px) {
        margin: 0 0 0;
      }
    }
  }
}

.heading-number {
  font-size: 24px;
  font-weight: 700;

  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.automatived-sub-heading {
  font-size: 25px;
  font-weight: 700;
  color: var(--primary-color);
  display: block;

  @media screen and (max-width: 768px) {
    font-size: 20px;
  }
}

/* solution-empower-automation */
.solution-empower-automation {
  background-color: #ededed;
  padding: 120px 0;

  @media screen and (max-width: 768px) {
    padding: 80px 0;
  }

  color: var(--black-color);

  .container label {
    color: var(--white-color);
  }

  position: relative;
  z-index: 1;

  .solution-bg-shape {
    position: absolute;
    width: 16vw;
    z-index: -1;
    top: 0;

    @media screen and (max-width: 567px) {
      width: 110px;
    }

    img {
      width: 100%;
      height: 100%;
    }
  }

  .solution-bg-shape-2 {
    position: absolute;
    width: 16vw;
    z-index: -1;
    bottom: 0;
    right: 0;
    rotate: 180deg;

    @media screen and (max-width: 567px) {
      width: 110px;
    }

    img {
      width: 100%;
      height: 100%;
    }
  }

  .text-block {
    height: 100%;
    border-bottom: 1px dashed var(--secondary-color);

    p {
      font-size: 16px;
      text-align: left;
    }
  }

  .box-wrap {
    &:last-child {
      .text-block {
        border-color: transparent;
      }
    }
    &.border-none {
      .text-block {
        border-color: transparent;
      }
    }
  }

  ul {
    padding: 0 0 0 15px;
    list-style-type: disc;

    li {
      font-size: 14px;
    }
  }
}

/* services */
.services-section {
  overflow: hidden;
  background-color: #ffffff;
  padding: 120px 0;

  @media screen and (max-width: 768px) {
    padding: 80px 0;
  }

  .heading-block {
    span img {
      bottom: 0;
    }
  }

  .container {
    position: relative;

    .card-shape-2 {
      width: 80px;
      position: absolute;
      z-index: 0;
      bottom: -60px;
      left: 55px;
    }

    .card-shape {
      width: 150px;
      position: absolute;
      z-index: 0;
      top: 0;
      right: -60px;
    }

    .card-shape-3 {
      width: 200px;
      position: absolute;
      z-index: 0;
      top: -200px;
      left: 0px;
    }
  }

  .card {
    padding: 30px 20px 20px;
  }

  .cst-container {
    max-width: 1200px;
    width: 100%;
    margin: -100px auto 0;

    @media screen and (max-width: 768px) {
      margin: 0;
    }

    .card-body {
      overflow: hidden;
    }
  }

  .services-card {
    background-color: var(--primary-light-color);
    overflow: hidden;
    transition: 0.3s ease-in-out;
    cursor: pointer;

    &.first-card {
      /* background-color: #eedad7; */
      &:hover {
        background-color: #eedad7;
      }
    }

    &.second-card {
      /* background-color: rgb(193, 193, 251); */
      &:hover {
        background-color: rgb(193, 193, 251);
      }
    }

    &.third-card {
      /* background-color: #c5efc5; */
      &:hover {
        background-color: #c5efc5;
      }
    }
  }

  .services-card::before {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }

  .card-btn {
    background: var(--white-color);
    color: var(--black-color);
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: inset 0 0 5px var(--card-bg-secondary);
    transition: 0.3s ease-in;

    &:hover {
      background-color: var(--secondary-color);
      color: var(--white-color);
      /* box-shadow: 0 0 5px var(--card-bg-secondary); */
    }
  }

  .card-contain {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

    h3 {
      font-size: 20px;
    }
  }
}

.img-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.agi-brains {
  overflow: hidden;
  background-color: #ffffff;
  padding: 120px 0;

  @media screen and (max-width: 768px) {
    padding: 80px 0;
  }

  position: relative;

  .shape-brain-circle-second {
    width: 15vw;
    position: absolute;
    z-index: 1;
    rotate: 120deg;
    right: -20px;
    bottom: -72px;

    img {
      width: 100%;
      /* height: 100%; */
    }
  }

  .shape-brain-circle {
    position: absolute;
    width: 15vw;
    rotate: 45deg;
    top: -20px;
    z-index: 1;

    @media screen and (max-width: 567px) {
      width: 110px;
    }

    img {
      width: 100%;
      /* height: 100%; */
    }
  }

  .heading-block {
    span img {
      bottom: -4px;
    }
  }

  .agi-contain {
    margin: 60px 0 0;
    color: var(--black-color);
  }

  .brains-container {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    max-width: 800px;
    width: 100%;
    margin: auto;
    border-color: var(--black-color) !important;

    &:nth-child(odd) {
      background-color: white;

      &:hover {
        background-color: #c5efc5;
        transition: background-color 0.7s ease;
      }
    }

    &:nth-child(even) {
      background-color: var(--primary-light-color);

      &:hover {
        background-color: #c5efc5;
        transition: background-color 0.7s ease;
      }
    }

    &:nth-child(1) {
      border-top-right-radius: 0 !important;
    }

    @media only screen and (max-width: 567px) {
      gap: 20px;
    }

    p {
      font-size: 18px;
      font-weight: 600;
      text-align: left;
      @media only screen and (max-width: 567px) {
        text-align: center;
        gap: 20px;
      }
    }
  }

  .agi-brain-icons {
    max-width: 60px;
    width: 100%;
  }
}

/* security css */
.security {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: linear-gradient(rgba(39, 42, 43, 0.4), rgba(42, 47, 48, 0.5)),
    url("../images/banner/banner-img-7.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;

  @media only screen and (max-width: 768px) {
    padding: 80px 0;
  }

  .rain-shape {
    width: 200px;

    @media screen and (max-width: 768px) {
      width: 150px;
      left: -86px;
    }

    position: absolute;
    top: -44px;
    left: -37px;
  }

  .rain-shape-2 {
    width: 200px;

    @media screen and (max-width: 768px) {
      width: 150px;
      bottom: -86px;
    }

    position: absolute;
    bottom: -125px;
    right: -37px;
  }

  .security-contain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    @media only screen and (max-width: 768px) {
      justify-content: start;
      gap: 20px;
    }

    .security-img {
      border-radius: 50%;
      background-color: var(--primary-light-color);
      width: 100px;
      height: 100px;
      margin: 0 0 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid var(--light-shadow-color);
      box-shadow: 0 0 5px var(--light-shadow-color);
    }

    .security-data {
      width: calc(100% / 5 - 20px);

      &:last-child {
        @media screen and (max-width: 768px) {
          margin: 0 0 0;
        }
      }

      @media only screen and (max-width: 802px) {
        width: calc(100% / 4 - 20px);
      }

      @media only screen and (max-width: 600px) {
        width: 100%;
      }

      @media screen and (max-width: 768px) {
        margin: 0 0 20px;
      }

      p {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        color: #fff;
        @media screen {
        }
      }
    }

    .security-icon {
      max-width: 60px;
      width: 100%;
    }
  }
}

/* button & common css */
.btn {
  padding: 10px 15px;
  max-width: 200px;
  width: 100%;
  border-radius: 5px;
  font-weight: 600;
  border: none;
  text-align: center;
  transition: 0.3s ease-in;

  &:hover {
    letter-spacing: 0.5px;
  }

  &:focus,
  &:visited {
    box-shadow: none;
    outline: none;
  }
}

.btn-secondary {
  background-color: var(--secondary-color);
  color: var(--white-color);

  &:hover,
  &:focus,
  &:active {
    background-color: var(--secondary-color) !important;
  }
}

.btn-black {
  background-color: var(--black-color);
  color: var(--white-color);

  &:hover,
  &:focus,
  &:active {
    background-color: var(--black-color) !important;
    color: var(--white-color) !important;
  }
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--white-color);
  max-width: 300px;

  &:hover,
  &:focus,
  &:active {
    background-color: var(--primary-color) !important;
  }
}

.btn-space {
  gap: 10px;
}

.light-shadow {
  box-shadow: 0 0 15px var(--light-shadow-color);
  transition: 0.5s ease-in;

  &:hover {
    box-shadow: 0 0 15px var(--light-shadow-hover-color);
  }
}

.dark-shadow {
  box-shadow: 0 0 48px 0 rgb(235 235 235);
}

/* .footer-shadow {
    box-shadow: 0 0px 15px #1B0404;
} */

.card-bg-red-hover {
  &:hover {
    background-color: rgb(255, 183, 183);
    transition: background-color 0.7s ease;
  }
}

.card-bg-yellow-hover {
  &:hover {
    background-color: #ffffae;
    transition: background-color 0.7s ease;
  }
}

.card-bg-blue-hover {
  &:hover {
    background-color: rgb(193, 193, 251);
    transition: background-color 0.7s ease;
  }
}

.card-bg-green-hover {
  &:hover {
    background-color: #c5efc5;
    transition: background-color 0.7s ease;
  }
}

.card-row-gap {
  row-gap: 25px;
}

.card {
  border: none;
  height: 100%;
}

.card-body {
  padding: 0;
}

.card-title {
  font-weight: 700;
  font-size: 20px;

  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.card-sub-title {
  font-size: 16px;
}

.text-link {
  font-weight: 500;
  transition: 0.3s ease-in;
}

.text-blue {
  color: var(--primary-color);
}

.text-red {
  color: var(--secondary-color);
}

.text-black {
  color: var(--black-color);
}

.title-heading {
  font-size: 35px;
  font-weight: 800;

  @media only screen and (max-width: 768px) {
    font-size: 26px;
  }

  @media only screen and (max-width: 600px) {
    font-size: 22px;
  }
}
.sub-title-heading {
  font-size: 25px;
  font-weight: 800;

  @media only screen and (max-width: 768px) {
    font-size: 22px;
  }

  @media only screen and (max-width: 600px) {
    font-size: 18px;
  }

}

.title-main {
  font-size: 42px;
  font-weight: 700;

  @media screen and (max-width: 768px) {
    font-size: 30px;
  }
}

.heading-spacing {
  margin: 0 0 80px;

  @media screen and (max-width: 768px) {
    margin: 0 0 60px;
  }
}

.sub-heading-title {
  font-size: 24px;
  font-weight: 600;

  @media only screen and (max-width: 768px) {
    font-size: 22px;
  }

  @media only screen and (max-width: 576px) {
    font-size: 20px;
  }
}

.mobile-menu {
  li {
    a {
      font-size: 14px;
    }
  }

  .dropdown-menu {
    background-color: var(--menu-bg-color);
  }

  li {
    a {
      color: var(--white-color);

      &:hover {
        color: var(--secondary-color) !important;
        background-color: inherit !important;
      }
    }
  }
}

.heading-block {
  h2 {
    margin: 0;
  }

  span {
    position: relative;

    label {
      position: relative;
      z-index: 2;
      margin: 0;
    }

    img {
      position: absolute;
      bottom: -10px;
      left: 0;
      z-index: 1;
      display: none;
    }
  }
}

/* header */
.navbar-brand img {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
}

/* mobile header */
header {
  .navbar-light {
    .navbar-nav {
      .nav-link {
        &:hover {
          color: var(--secondary-color);
        }
      }
    }
  }

  .mobile-navbar {
    li a {
      font-size: 14px;
    }

    .dropdown-menu {
      background-color: var(--menu-bg-color);
      padding: 20px 0;

      li {
        a {
          font-size: 14px;
          width: calc(100% - 55px);
          color: var(--white-color);

          &:hover {
            color: var(--secondary-color);
          }
        }
      }
    }
  }
}

/* automated data entry PHP file css */
.automated-data-entry-section {
  background-image: url(../images/banner/banner-img-15.webp);
  background-position: center;
  background-size: cover;
  padding: 15vh 0;

  &::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(11, 24, 83, 0.3);
  }

  @media only screen and (max-width: 768px) {
    height: auto;
    padding: 0 0 50px 0;
  }
}

.main-banner-para {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 50px;
  @media screen and (max-width: 767px) {
    padding: 0 0px;
  }
  .para {
    color: var(--secondary-color);
    font-size: 24px;
  }
  .subpara {
    color: var(--text-color);
    font-size: 18px;
  }
}

.work-with-DOCBrains-section {
  overflow: hidden;
  position: relative;
  background-color: var(--card-bg-secondary);
  padding: 120px 0;

  @media screen and (max-width: 768px) {
    padding: 80px 0;
  }

  .shape-lines {
    position: absolute;
    width: 200px;
    left: -20px;

    @media screen and (max-width: 768px) {
      width: 80px;
      top: -6px;
    }
  }

  .shape-lines-2 {
    position: absolute;
    width: 180px;
    right: 14px;
    bottom: 50px;
  }

  .DOCBrains-body {
    .card-brains {
      height: 100%;
      padding: 30px 30px;
      gap: 25px;
      border: 1px solid var(--primary-light-color);
      border-radius: 8px;
      align-items: start;
      background-color: #fff;
      cursor: pointer;

      .card-img {
        max-width: 80px;
        width: 100%;
        border-radius: 8px;
        padding: 20px;
        background-color: var(--primary-light-color);
      }

      .card-body {
        flex-direction: column;

        @media screen and (max-width: 768px) {
          margin: 10px 0 0;
        }

        h3 {
          font-size: 24px;
          font-weight: 800;

          @media screen and (max-width: 768px) {
            font-size: 20px;
          }
        }

        ul {
          list-style-type: circle;
          padding: 0 0 0 15px;

          &.list-number {
            list-style-type: decimal;
          }

          &.list-filled-dots {
            list-style-type: disc;
          }

          &.list-none {
            list-style-type: none;
          }
        }

        ul li {
          margin: 0 0 5px;
          font-size: 16px;

          &:last-child {
            margin: 0;
          }

          @media screen and (max-width: 1024px) {
            display: list-item;
            list-style-type: circle;
          }

          @media screen and (max-width: 768px) {
            text-align: left;
          }
        }
      }
    }

    .cst-card {
      &:first-child {
        .card-brains {
          transition: 0.3s ease-in;
          &:hover {
            background-color: rgb(255, 183, 183);
          }
        }
      }

      &:nth-child(2) {
        .card-brains {
          transition: 0.3s ease-in;
          &:hover {
            background-color: #c5efc5;
          }
        }
      }

      &:nth-child(3) {
        .card-brains {
          transition: 0.3s ease-in;
          &:hover {
            background-color: rgb(193, 193, 251);
          }
        }
      }

      &:nth-child(4) {
        .card-brains {
          transition: 0.3s ease-in;
          &:hover {
            background-color: rgb(255, 183, 183);
          }
        }
      }

      &:nth-child(5) {
        .card-brains {
          transition: 0.3s ease-in;
          &:hover {
            background-color: rgb(193, 193, 251);
          }
        }
      }
      &:last-child {
        .card-brains {
          transition: 0.3s ease-in;
          &:hover {
            background-color: #ffffae;
          }
        }
      }
    }
  }
}

.common-use-cases-section {
  position: relative;
  background-color: var(--card-bg-color);
  padding: 120px 0;

  @media screen and (max-width: 768px) {
    padding: 80px 0;
  }

  .shape-traingle {
    position: absolute;
    width: 15vw;
    z-index: 1;
    /* opacity: 1; */
  }

  .shape-traingle-2 {
    position: absolute;
    width: 10vw;
    z-index: 1;
    bottom: 0;
    right: 0;
    rotate: 180deg;
    /* opacity: 0.6; */
  }

  .heading-block {
    margin: 0 0 100px 0;

    @media screen and (max-width: 768px) {
      margin: 0 0 80px 0;
    }
  }

  .common-use-cases-body {
    position: relative;
    z-index: 2;
    row-gap: 55px;
  }

  .common-use-cases-card {
    position: relative;
    height: 100%;

    .common-uses-img {
      max-width: 85px;
      background: white;
      border-radius: 50%;
      padding: 15px;
      position: absolute;
      top: -40px;
      left: 50%;
      transform: translate(-50%);
      border: 1px solid var(--secondary-color);
    }
  }

  .card-body {
    height: 100%;
    border: 1px solid var(--card-bg-secondary);
    padding: 30px 20px 40px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: var(--primary-light-color);
    gap: 12px;
    justify-content: center;
    transition: 0.3s ease-in;
    cursor: pointer;
    &:hover {
      background-color: #c5efc5;
    }
    h3 {
      font-size: 20px;
    }
  }
}

.impact-delivered-section {
  &.security {
    background-color: var(--card-bg-color);

    .impact-delivered-shape {
      left: -100px;
    }

    .impact-delivered-data {
      &.security-data {
        width: calc(100% / 4 - 20px);

        @media screen and (max-width: 768px) {
          width: calc(100% / 1) !important;
        }
      }
    }
  }
}

.automated-data-entry-see-it-in-action {
  &.form-workflows-section {
    background-color: var(--white-color);
  }
}

/* ai powered form processing php  css */
.ai-powered-form-processing-section {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-6.webp);
  }
}

.supported-form-section {
  .supported-form-body {
    background-color: var(--white-color);
    position: relative;
    z-index: 2;
    max-width: 750px;
    margin: auto;
    border: 1px solid var(--card-bg-secondary);
    border-radius: 8px;

    .supported-contain {
      gap: 30px;
      padding: 20px 20px;

      .supported-img {
        max-width: 40px;
        width: 100%;
      }

      h3 {
        font-size: 18px;
        font-weight: 600;
      }

      &:nth-child(even) {
        background-color: var(--primary-light-color);
      }
    }
  }
}

.what-you-get-section {
  background-color: var(--card-bg-color);
  padding: 120px 15px;

  @media screen and (max-width: 768px) {
    padding: 80px 0px;
  }

  .what-you-get-body {
    background-color: var(--white-color);
    position: relative;
    z-index: 2;
    max-width: 1050px;
    margin: auto;
    border: 1px solid var(--card-bg-secondary);
    border-radius: 8px;
    padding: 20px 0 5px;

    .you-get-contain {
      gap: 20px;
      padding: 15px 0;
      position: relative;
      cursor: pointer;
      &::before {
        content: "";
        position: absolute;
        top: -10px;
        right: -15px;
        height: 100%;
        width: 1px;
        border-right: 1px dashed var(--primary-light-color);

        @media screen and (max-width: 768px) {
          display: none;
        }
      }

      &::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        border-bottom: 1px dashed var(--primary-light-color);
        transition: 0.3s ease-in;
      }
      h3 {
        transition: 0.3s ease-in;
      }
      &:hover {
        &::after {
          border-color: var(--secondary-color);
        }
        h3 {
          color: var(--secondary-color);
        }
      }
    }

    .supported-img {
      max-width: 70px;
      width: 100%;
    }

    h3 {
      font-size: 20px;
      font-weight: 600;
      @media screen and (max-width: 768px) {
        font-size: 16px;
      }
    }

    .you-get-row {
      position: relative;
      padding: 10px 20px;

      &:last-child {
        .you-get-contain {
          &::after {
            display: none;
          }
        }
      }
    }

    .card-block {
      &:nth-child(even) {
        .you-get-contain {
          &::before {
            opacity: 0;
          }
        }
      }
    }
  }
}

.real-world-impact-section {
  &.security {
    background-color: var(--card-bg-color);

    .impact-delivered-shape {
      left: -100px;
    }

    .security-contain {
      @media screen and (max-width: 992px) {
        gap: 30px;
      }
    }

    .security-data {
      width: calc(100% / 3 - 20px);

      @media screen and (max-width: 992px) {
        width: calc(100% / 1);
      }
    }
  }
}

.form-workflows-section {
  /* background-color: var(--card-bg-color); */
  padding: 120px 15px;
  background: linear-gradient(rgba(39, 42, 43, 0.7), rgba(42, 47, 48, 0.8)),
    url("../images/cta-img.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;

  @media screen and (max-width: 768px) {
    padding: 80px 15px;
  }

  p {
    width: fit-content;
    margin: 20px auto 0;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 6px;
  }

  .btn-secondary {
    max-width: fit-content;
  }

  .btn-black {
    max-width: fit-content;
  }

  &.digitizing-your-records-section {
    .btn-black {
      max-width: 500px;
    }
  }
  .btn {
    max-width: 400px;
  }
}

/* /////////////////// document-digitization-PHP CSS /////////////// */
.success-snapshot-section {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  padding: 120px 0;

  .heading-block{
    position: relative;
  }

  .shape-bg-snapshot {
    width: 100%;
    position: absolute;
    bottom: -190px;
    left: 0;

    @media screen and (max-width: 576px) {
      bottom: 0;
    }
  }

  @media only screen and (max-width: 768px) {
    padding: 80px 0;
  }

  .success-snapshot-body {
    .snapshot-row {
      row-gap: 30px;
    }

    .snapshot-card {
      height: 100%;
      border-radius: 8px;
      border: 2px solid var(--primary-light-color);
      align-items: center;
      padding: 30px 15px;
      background-color: var(--white-color);
      gap: 10px;
      &:hover {
        background-color: #c5efc5;
      }

      .snapshot-img {
        max-width: 200px;
        width: 100%;
        height: 200px;
      }

      h3 {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
      }
    }
  }
}

.document-digitization-section {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-6.webp);
  }
}

.business-benefits {
  &.security {
    .business-benefits-data {
      &.security-data {
        width: calc(100% / 5 - 20px);

        @media screen and (max-width: 768px) {
          width: calc(100% / 3 - 20px);
        }

        @media screen and (max-width: 576px) {
          width: calc(100% / 1);
        }
      }
    }
  }
}

/* //////////////////  data cleansing php css /////////////////////// */
.data-cleansing-section {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-9.webp);
  }
}

/* data transformation PHP  css*/
.data-transformation-section {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-8.webp);
  }
}

.data-transform-migration-use-cases {
  &.use-cases-section {
    .use-cases-contain {
      .use-cases-data {
        /* width: calc(100% / 4 - 20px); */
        @media screen and (max-width: 768px) {
          width: calc(100% / 1) !important;
        }
      }
    }
  }
}

.use-cases-section {
  .use-cases-contain {
    .use-cases-data {
      width: calc(100% / 4 - 20px) !important;
    }
  }
}

/* data quality php css */
.data-quality-section {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-15.webp);
  }
}

/* data analytics reporting */
.data-analytics-reporting-banner {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-4.webp);
  }
}

.data-analytics-use-cases-section {
  &.use-cases-section {
    .use-cases-contain {
      .use-cases-data {
        width: calc(100% / 5 - 20px) !important;

        @media screen and (max-width: 1200px) {
          width: calc(100% / 3 - 20px) !important;
        }

        @media screen and (max-width: 992px) {
          width: calc(100% / 2 - 20px) !important;
        }

        @media screen and (max-width: 768px) {
          width: calc(100% / 1) !important;
        }
      }
    }

    .security-contain {
      @media screen and (max-width: 1200px) {
        justify-content: initial;
        gap: 20px;
      }
    }
  }
}

.data-analytics-workflow-section {
  &.form-workflows-section {
    .btn {
      max-width: 320px;
    }
  }
}

/* data classification reporting */
.data-classification-section {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-12.webp);
  }
}

.data-classification-section {
  &.form-workflows-section {
    .btn-secondary {
      max-width: fit-content;
    }

    .btn-black {
      max-width: fit-content;
    }
  }
}

/* document classification */
.document-classification-reporting-banner {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-13.webp);
  }
}

.document-classification-use-cases-section {
  &.use-cases-section {
    .use-cases-contain {
      .use-cases-data {
        width: calc(100% / 5 - 20px) !important;

        @media screen and (max-width: 1200px) {
          width: calc(100% / 3 - 20px) !important;
        }

        @media screen and (max-width: 992px) {
          width: calc(100% / 2 - 20px) !important;
        }

        @media screen and (max-width: 768px) {
          width: calc(100% / 1) !important;
        }
      }
    }

    .security-contain {
      @media screen and (max-width: 1200px) {
        justify-content: initial;
        gap: 20px;
      }
    }
  }
}

.document-classification-success-section {
  &.success-snapshot-section {
    .success-snapshot-body {
      .snapshot-card {
        h3 {
          font-weight: 500;
        }
      }
    }
  }
}

/* Document verification */
.document-verification-section {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-19.jpg);
  }
}

/* data conversion */
.data-conversion-section {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-3.webp);
  }
}

.data-conversion-use-cases-section {
  &.use-cases-section {
    .use-cases-contain {
      .use-cases-data {
        width: calc(100% / 6 - 20px) !important;

        @media screen and (max-width: 1200px) {
          width: calc(100% / 3 - 20px) !important;
        }

        @media screen and (max-width: 992px) {
          width: calc(100% / 2 - 20px) !important;
        }

        @media screen and (max-width: 768px) {
          width: calc(100% / 1) !important;
        }
      }
    }

    .security-contain {
      @media screen and (max-width: 1200px) {
        justify-content: initial;
        gap: 20px;
      }
    }
  }
}

.data-conversion-success-section {
  &.success-snapshot-section {
    .shape-bg-snapshot {
      bottom: -80px;
    }

    .success-snapshot-body {
      .snapshot-card {
        h3 {
          font-weight: normal;
        }
      }
    }
  }
}

.results-expect-section {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
  background-color: var(--white-color);

  @media screen and (max-width: 768px) {
    padding: 80px 0;
  }

  .content-text {
    gap: 15px;

    p {
      font-size: 16px;
      border-radius: 8px;
      padding: 10px 10px;
      color: var(--white-color);
      background-color: var(--primary-color);
      transition: 0.3s ease-in;
      &:hover {
        background-color: var(--secondary-color);
      }
    }
  }

  .shape-rectangle-1 {
    max-width: 350px;
    width: 100%;
    position: absolute;
    left: -151px;
    top: 100px;
    rotate: -90deg;
  }

  .shape-rectangle-small-1 {
    max-width: 500px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 1;
  }
}

/* data Mining css */
.data-mining-section {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-4.webp);
  }
}

/* search engine */
.solutions-search-engine-main-banner {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-12.webp);
  }
}

.solutions-how-it-work {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background-color: var(--card-bg-secondary);

  @media only screen and (max-width: 768px) {
    padding: 80px 0;
  }

  .card-img {
    max-width: 60px;
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 8px;
  }

  .card-content {
    background-color: var(--white-color);
    padding: 20px 30px;
    gap: 25px;
    border: 1px solid var(--primary-light-color);
    border-radius: 8px;
    height: 100%;
    transition: 0.3s ease-in;
    &:hover {
      background-color: #c5efc5;
      .card-title {
        background-color: var(--white-color);
      }
    }
    @media screen and (max-width: 768px) {
      padding: 20px 20px;
    }

    p {
      font-size: 16px;
    }
  }

  .card-title {
    font-size: 18px;
    font-weight: 400;
    background-color: var(--card-bg-secondary);
    padding: 8px 15px;
    border-radius: 5px;
    width: fit-content;
    color: var(--primary-color);
    font-weight: 600;
    transition: 0.3s ease-in;
    @media screen and (max-width: 768px) {
      font-size: 16px;
    }
  }

  .shape-wave {
    position: absolute;
    bottom: -10px;
    width: 100%;

    &.rotate-180 {
      transform: rotate(180deg);
    }
  }

  .container {
    position: relative;
    z-index: 3;
  }
}

.solutions-why-agi-brains {
  &.solution-empower-automation {
    .box-wrap {
      &:nth-last-child(2) {
        .text-block {
          border-color: var(--white-color);
        }
      }
    }
  }
}

.solutions-use-cases {
  position: relative;
  overflow: hidden;
  padding: 120px 0;

  @media only screen and (max-width: 768px) {
    padding: 80px 0;
  }

  .box-wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: var(--wheat-color);
    position: relative;
    overflow: hidden;
  }

  .box-list {
    gap: 15px;
    padding: 20px 20px 20px;
    border-bottom: 1px solid var(--light-shadow-color);
    transition: 0.3s ease-in;
    cursor: pointer;
    &:first-child {
      &:hover {
        background-color: rgb(255, 183, 183);
      }
    }
    &:nth-child(2) {
      &:hover {
        background-color: #c5efc5;
      }
    }
    &:nth-child(3) {
      &:hover {
        background-color: rgb(193, 193, 251);
      }
    }
    &:nth-child(4) {
      &:hover {
        background-color: #ffffae;
      }
    }
    &:last-child {
      border-color: transparent;
      &:hover {
        background-color: rgb(255, 183, 183);
      }
    }
  }

  .icon-wrap {
    max-width: 50px;
    width: 100%;
  }

  .card-title {
    font-size: 20px;
    font-weight: 700;
  }

  .shape-traingle {
    position: absolute;
    max-width: 200px;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
  }

  .shape-traingle-2 {
    position: absolute;
    max-width: 350px;
    width: 100%;
    z-index: 1;
    bottom: 50px;
    right: 0;
    rotate: 180deg;
    opacity: 0.6;
  }
}

.solutions-buseiness-intelligence-main-banner {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-13.webp);
  }
}

.solutions-document-ai-main-banner {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-17.webp);
  }
}

.solutions-orc-transform-main-banner {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-8.webp);
    background-position: center;
  }
}

.solutions-document-base-quary-main-banner {
  &.automated-data-entry-section {
    background-image: url(../images/banner/banner-img-9.webp);
  }
}

/* Contact php css */
.banner-us {
  background-image: url(../images/banner/banner-img-2.webp);
  background-position: 0 10%;
  background-size: cover;
  height: 500px;
  padding: 120px 0;
  @media screen and (max-width: 600px) {
    height: 250px;
  }
}

.contact-us {
  padding: 0;
  background-color: var(--card-bg-secondary);

  @media screen and (max-width: 768px) {
    padding: 80px 0px;
  }

  .container {
    padding: 80px 0;

    .heading-block {
      h2,
      h5 {
        @media screen and (max-width: 567px) {
          padding: 0 20px;
        }
      }
    }

    @media screen and (max-width: 768px) {
      padding: 30px 0;
    }
  }

  .contact-container {
    max-width: 1200px;
    margin: 50px 0;

    .left-part-contact {
      position: relative;
      background-color: var(--black-color);
      color: var(--white-color);
      padding: 60px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 40px;

      .contact-type {
        gap: 20px;

        .contact-details {
          display: flex;
          align-items: center;
          gap: 15px;
        }
      }

      .ellipse-1 {
        width: 180px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
      }

      .ellipse-2 {
        width: 120px;
        position: absolute;
        bottom: 100px;
        right: 20%;
        z-index: 2;
      }
    }

    .right-part-contact {
      background-color: var(--white-color);
      color: var(--black-color);
      padding: 60px 40px;

      .form-row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 20px;
      }

      .form-group {
        flex: 1;
        display: flex;
        flex-direction: column;
      }

      input[type="text"],
      input[type="email"],
      textarea {
        border: none;
        border-bottom: 1px solid #ccc;
        padding: 10px 5px;
        font-size: 16px;
        outline: none;
      }

      .radio-group {
        margin: 20px 0;
      }

      .radio-group label {
        margin-right: 20px;
        display: inline-flex;
        align-items: center;
      }

      .radio-group input[type="radio"] {
        margin-right: 5px;
      }

      label {
        font-size: 14px;
        margin-bottom: 5px;
        color: #666;
      }
    }
    .contact-left-title {
      z-index: 2;
    }
  }
}

.data-enforce-quality-section {
  &.form-workflows-section {
    background-color: var(--white-color);
  }
}

.classify-your-data-section {
  &.form-workflows-section {
    background-color: var(--white-color);
  }
}

.document-verification-ready-to-automate {
  &.form-workflows-section {
    background-color: var(--white-color);
  }
}

.data-mining-ready-to-discover {
  &.form-workflows-section {
    background-color: var(--white-color);
  }
}

/* form processing */
.form-processing-trusted-industry {
  &.form-workflows-section {
    background-color: var(--white-color);
  }
}

.submit-btn {
  background-color: #000;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);

  &:hover {
    color: var(--white-color);
  }
}

.trusted-industries {
  ul {
    margin: 40px 0 0;
    display: flex;
    gap: 20px;
    justify-content: center;

    @media screen and (max-width: 768px) {
      flex-direction: column;
    }

    li {
      background-color: var(--primary-color);
      padding: 10px 15px;
      list-style-type: disclosure-closed;
      border-radius: 10px;
      list-style-position: inside;
      color: #fff;
      font-size: 22px;
      font-weight: 700;

      @media screen and (max-width: 768px) {
        text-align: left;
      }

      &::marker {
        color: var(--secondary-color);
      }
    }
  }

  .heading-block {
    h2 {
      color: #fff;
    }
  }
}

.transform-your-Data-section {
  &.form-workflows-section {
    .btn {
      max-width: 430px;
    }
  }
}

.document-ai-workflow-section {
  &.form-workflows-section {
    .btn-black {
      max-width: 230px;
    }
  }
}

.orcTransform-workflow {
  &.form-workflows-section {
    .btn-black {
      max-width: 230px;
    }
  }
}

.documentBaseQuary-workflow-section {
  &.form-workflows-section {
    .btn-black {
      max-width: 230px;
    }
  }
}

.customAiAgent-workflow-section {
  &.form-workflows-section {
    .btn-black {
      max-width: 230px;
    }
  }
}

.mobileBuilding-workflow-section {
  .btn {
    max-width: 420px;
  }
  &.form-workflows-section {
    .btn-black {
      max-width: 230px;
    }
  }
}

.customizedProject-workflow-section {
  .btn {
    max-width: 485px;
  }
  &.form-workflows-section {
    .btn-black {
      max-width: 280px;
    }
  }
}

.privacy-policy-footer {
  a {
    transition: 0.3s ease-in;
    &:hover {
      color: var(--secondary-color);
    }
  }
}

.faq-section {
  padding: 0 0 60px 0
}

.faq-section .card-header {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: #e10c30;
  color: #fff;
  font-size: 20px;
  margin: 20px 0;
  padding: 25px 25px;
  border-radius: 12px !important
}

.faq-title {
  font-size: 20px;
  font-weight: 500
}

.faq-section .card-body {
  padding: 20px 20px
}

.toggle-icon {
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.toggle-icon {
  font-size: 18px;
  font-weight: bold;
}
/* CTA Start */
.sec_pdbtm {
  padding-top: 45px;
  padding-bottom: 60px;
}
.cta_box2 {
  background: #e10c30;
  color: #fff;
  border-radius: 5px;
  padding: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  box-shadow: #dc3545 0px 2px 5px -1px, rgb(0 0 0 / 15%) 0px 1px 3px -1px;
}
.cta2_title {
  line-height: 1.4;
}
/* CTA End */