.animated-line-container {
  margin: 10px auto;
  width: 60px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.animated-line-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fc4f02;
  border-radius: 2px;
  animation: pulse-line 2s infinite ease-in-out;
}

@keyframes pulse-line {
  0% {
    left: -100%;
    width: 100%;
  }

  50% {
    left: 0;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 100%;
  }
}

.org-text {
  font-family: "poppins-bold";
  color: #fc4f02 !important;
}

.pos-rel {
  position: relative;
}

.relative {
  position: relative;
}

.chatbox {
  position: absolute;
  top: 120px;
  left: 230px;
  width: 26%;
  border-radius: 25px;

  z-index: 2;
  text-align: left;
}

.chat-message {
  color: #000;
  padding: 15px;
  border-radius: 20px;
  margin: 10px 15px;
  font-size: 14px !important;
  line-height: normal;
  line-height: 1.4;
  width: 75%;
}

.user {
  background-color: #fff;
  color: #000;
  justify-self: flex-end;
}

.chatbox .chat-user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bot {
  background-color: #fff;
}

strong {
  font-family: "poppins-bold";
}

.boxhover33 {
  padding: 30px;
  border: 2px solid transparent;
  border-radius: 20px;
  height: 270px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  transition: border-color 0.5s ease;
}

.boxhoverauto {
  padding: 0px;
  border: 2px solid transparent;
  border-radius: 20px;
  height: auto;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  transition: border-color 0.5s ease;
}

.boxhoverauto2 {
  padding: 30px;
  border: 2px solid transparent;
  border-radius: 20px;
  height: 430px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  transition: border-color 0.5s ease;
}

.ppt {
  padding-top: 85px;
}

.ppt2 {
  padding-top: 55px;
}


.minm {
  margin: 2px;
}

.maxm {
  margin-left: 30px;
}

.mmt {
  margin-top: 30px;
}

.mb {
  margin-bottom: 20px;
}

.pt {
  padding-top: 20px;
}

.mb2 {
  margin-bottom: 73px;
}

.mb22 {
  margin-bottom: 79px;
}

.mb3 {
  margin-bottom: 105px;
}

.mb4 {
  margin-bottom: 405px;
}

.mb5 {
  margin-bottom: 345px;
}

.mb6 {
  margin-bottom: 220px;
}

.mb7 {
  margin-bottom: 390px;
}

.mb9 {
  margin-bottom: 295px;
}

.mb10 {
  margin-bottom: 315px;
}

.tx {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 50px;
}

.ta {
  margin-left: 60px;
}

.mrg {
  color: #fc4f02;
  font-weight: 800;
}

.boxhover33 h3 {
  color: #fc4f02;
  font-size: 40px;
  font-family: "poppins-bold";
  margin-bottom: 10px;
  line-height: normal;
}

.boxhover33 p:last-child {
  margin-top: 40px;
  color: #fc4f02 !important;
}

.boxhover33:hover {
  border-color: #fc4f02;

  cursor: pointer;
}

.boxhoverauto:hover {
  border-color: #fc4f02;
}

.boxhoverauto2:hover {
  border-color: #fc4f02;
}

.box-content {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.chatbox2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  margin: 0 auto;
}

.chatbox2 .user-chat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: flex-end;
}

.chatbox2 .user-chat p {
  background: #efeff0;
  color: #000;
  width: 50%;
  border-radius: 20px;
  font-size: 12px !important;
  padding: 15px;
}

.chatbox2 .bot-chat {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  border-radius: 20px;
  justify-content: flex-start;
}

.chatbox2 .bot-chat p {
  color: #000;
  width: 50%;
  border-radius: 20px;
  font-size: 12px !important;
  padding: 15px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
}

.boxhover50 {
  padding: 30px;
  border: 2px solid transparent;
  border-radius: 20px;
  height: auto;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  transition: border-color 0.5s ease;
  margin-bottom: 30px;
}

.boxhover50 h3 {
  color: #fc4f02;
  font-size: 40px;
  font-family: "poppins-bold";
  margin-bottom: 10px;
  line-height: normal;
}

.boxhover50:hover {
  border-color: #fc4f02;

  cursor: pointer;
}

.flex {
  display: flex;
  align-items: center;
}

.ai-box {
  border-radius: 8px;
}

.ai-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  background: #fff6f2;
  padding: 20px;
}

.ai-grid2 {
  display: grid;
  grid-template-columns: 1.5fr 3fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  background: #fff6f2;
  padding: 20px;
}

.ai-title {
  font-size: 20px;
  font-family: "poppins-bold";
}

.ai-logo img {
  width: 130px;
  height: auto;
}

.ai-note {
  color: #ff6a2b;
  font-weight: 600;
  font-size: 14px;
}

.ai-note2 {
  color: #ff6a2b;
  font-weight: 700;
  font-size: 16px;
}

.price-row {
  background: #fff;
  border-bottom: 2px dashed #d3d3d3;
}

.price {
  font-size: 15px;
  font-weight: 600;
}

.compare-box {
  width: 100%;
  font-family: Arial, sans-serif;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}

.top-row {
  background: #fff3ee;
  padding: 20px 0;
  border-radius: 8px;
}

.col-title {
  font-size: 22px;
  font-weight: bold;
}

.col-title span {
  font-size: 14px;
  font-weight: normal;
}

.right-title {
  color: #ff6a00;
}

.row {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  border-bottom: 2px dashed #d3d3d3;
}

.row.last {
  border-bottom: 2px dotted #d3d3d3;
}

.bold-h3 {
  font-family: "poppins-bold";
  font-size: 24px;
  color: #fc4f02;
  margin-top: 15px;
  line-height: normal;
}

.bg-org {
  background: #fff3ee;
  border-radius: 20px;
  padding: 10px;
  margin-top: 20px;
  border: 2px solid #fc4f02;
}

.bg-org p {
  color: #fc4f02;
  font-family: "poppins-bold";
  font-size: 16px;
  line-height: normal;
  padding: 30px;
}

.bg-orgs {
  background: #fff3ee;
  border-radius: 20px;
  padding: 10px;
  margin-top: 20px;
}

.bg-orgss p {
  color: #000;
  font-family: "poppins-bold";
  font-size: 16px;
  line-height: normal;
  padding: 30px;
}

.bg-org2 {
  background: #fff3ee;
  border-radius: 20px;
  padding: 10px;
  margin-top: 20px;
  border: 2px solid #fc4f02;
}

.bg-org2 p {
  color: #fc4f02;
  font-size: 16px;
  line-height: normal;
  padding: 30px;
}

.og {
  margin-top: 30px;
  color: #fc4f02;
  font-weight: 900;
}

.box-main-content {
  display: flex;
  justify-content: space-between;
}

.box-main-content .boxconten2 {
  display: flex;
  gap: 15px;
  align-items: center;
}

.box-content3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: center;
}

.box-content3 .box {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  border-radius: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease;
  border: 2px solid transparent;
  height: 140px;
  margin-bottom: 20px;
}

.box-content3 .box:hover {
  border-color: #fc4f02;
}

.align-start {
  align-items: flex-start;
}

.pl-85 {
  padding-left: 85px;
}

.main-container {
  color: #000000;
  margin: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.faq-container {
  width: 100%;
  border-radius: 12px;
}

.faq-item {
  border-bottom: 1px solid #c8d3de;
  padding: 25px 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
}

.faq-question h5 {
  font-family: "poppins-bold";
  font-size: 20px;
}

.faq-question .arrow {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.faq-item .faq-question .arrow {
  transform: rotate(180deg);
}

.faq-item.active .faq-question .arrow {
  transform: rotate(0deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease-out,
    padding 0.3s ease-out;
}

.faq-item.active .faq-answer {
  max-height: 250px !important;
  padding-top: 10px;
}

.faq-item.active .h-auto {
  max-height: fit-content !important;
  padding-top: 10px;
}

.no-border {
  border-bottom: none !important;
}

.ptb-0 {
  padding-bottom: 10px !important;
  padding-top: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.hero-content {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}

.left-content {
  width: 48%;
}

.small-title {
  color: #ff5a00;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  margin-top: 80px;
}

.left-content h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  color: #000;
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #ff5a00;
  padding: 18px 12px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s;
}

.btn:hover {
  background: #e24d00;
}

.right-content {
  width: 52%;
  display: flex;
  justify-content: flex-end;
}

.video-box {
  width: 100%;
  max-width: 520px;
  height: 330px;
  margin-top: 50px;
  border-radius: 22px;
  overflow: hidden;
  background: #ddd;
}

.video-box iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.mar {
  margin-top: 30px;
  margin-bottom: 20px;
}




.demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  padding: 8px 14px 8px 30px;
  background: #ff5a00;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.demo-btn .arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* Hover par arrow move hoga */
.demo-btn:hover .arrow {
  transform: translateX(7px);
}

/*==========================
      SECTION
==========================*/

.container {
  max-width: 1200px;
  margin: auto;
}

/*==========================
      HEADING
==========================*/

.title-line {
  width: 70px;
  height: 5px;
  background: #ff6200;
  display: block;
  margin: 0 auto 55px;
  border-radius: 20px;
}

/*==========================
      CARDS
==========================*/

.cards {
  display: flex;
  gap: 5%;
  margin-left: 8%;
  align-items: flex-start;
}

.card {
  width: 44%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  
}

/*==========================
 BACKGROUND IMAGES
==========================*/

.option1 {
  background: linear-gradient(180deg,
      #edf2ff 0%,
      #f4f2fa 45%,
      #fff0ed 100%);


}

.dsm {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.dsm::before {
  content: "";
  position: absolute;

  width: 48px;
  height: 48px;
  border-radius: 50%;

  background: #e1eaff;

  left: 21px;
  top: 25%;
  transform: translateY(-50%);

  z-index: -1;
}

.dsm2 {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.dsm2::before {
  content: "";
  position: absolute;

  width: 48px;
  height: 48px;
  border-radius: 50%;

  background: #e1eaff;

  left: 21px;
  top: 16%;
  transform: translateY(-50%);

  z-index: -1;
}






.option2 {
  background: linear-gradient(135deg,
      #edf3ff 0%,
      #f5f0f7 48%,
      #fff0eb 100%);

  color: #111;

}


/*==========================
      HEADER
==========================*/

.card-header {
  padding: 34px 32px 28px;
}

.option-text {
  display: block;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 22px;
  color: #111;
}

.card-header h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
  color: #111;
}

.option2 .card-header p {
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.8;
  color: black;
}

/*==========================
      DIVIDER
==========================*/

.divider {
  width: 100%;
  height: 1px;
  background: #d8d9e4;
}

/*==========================
      BODY
==========================*/

.card-body {
  padding: 34px 32px;
}

.intro {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 28px;
  color: #000;
}

.problem {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.bottom-text {
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}

/*==========================
      SUB HEADINGS
==========================*/

.card-body h4 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 28px;
  color: #000000;
}

/*==========================
      LIST
==========================*/

.card-body ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 24px;
}

.card-body ul li:last-child {
  margin-bottom: 0;
}

.card-body ul li i {
  color: #ff6200;
  font-size: 20px;
  margin-top: 6px;
  min-width: 20px;
}

.card-body ul li span {
  font-size: 17px;
  line-height: 1.8;
  color: #222;
}

.card-body ul li img {
  margin-top: 7px;
}

.card-body strong {
  font-weight: 700;
}

/*==========================
      CARD HEIGHT
==========================*/

.card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.card-header {
  flex-shrink: 0;
}

.card-body {
  flex: 0;
}

.card-body ul {
  padding: 0;
  margin: 0;
}

/*==========================
      HOVER EFFECT
==========================*/

.card {
  transition: all 0.35s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/*==========================
      SPACING
==========================*/

.option1 .card-body:first-of-type {
  padding-bottom: 38px;
}

.option2 .card-body:last-of-type {
  padding-bottom: 42px;
}

.card-header h3,
.card-body h4 {
  letter-spacing: 0.2px;
}

.card-body ul li strong {
  color: #111;
}

.option2 .card-body ul li span strong {
  font-weight: 700;
}

.bold {
  font-weight: bold;
}

.ss {
  margin-left: -0%;
}

/*==========================
      TABLET
==========================*/

@media (max-width: 992px) {
  .license-section {
    padding: 60px 18px;
  }

  .cards {
    gap: 22px;
  }

  .license-section h2 {
    font-size: 34px;
  }

  .card-header {
    padding: 28px;
  }

  .card-body {
    padding: 28px;
  }

  .card-header h3 {
    font-size: 24px;
  }

  .card-body h4 {
    font-size: 20px;
  }

  .card-body ul li span,
  .intro,
  .problem,
  .bottom-text,
  .option2 .card-header p {
    font-size: 15px;
  }

  .option-text {
    font-size: 20px;
  }
}

/*==========================
      MOBILE
==========================*/

@media (max-width: 768px) {
  .cards {
    flex-direction: column;
  }

  .card {
    width: 100%;
  }

  .license-section h2 {
    font-size: 30px;
  }

  .title-line {
    margin-bottom: 40px;
  }

  .card-header {
    padding: 24px;
  }

  .card-body {
    padding: 24px;
  }

  .card-header h3 {
    font-size: 22px;
  }

  .card-body h4 {
    font-size: 19px;
  }

  .option-text {
    font-size: 19px;
  }
}

/*==========================
      SMALL MOBILE
==========================*/

@media (max-width: 480px) {
  .license-section {
    padding: 45px 15px;
  }

  .license-section h2 {
    font-size: 25px;
  }

  .card-header {
    padding: 20px;
  }

  .card-body {
    padding: 20px;
  }

  .card-header h3 {
    font-size: 19px;
    line-height: 1.5;
  }

  .card-body h4 {
    font-size: 17px;
  }

  .option-text {
    font-size: 18px;
  }

  .card-body ul li {
    gap: 12px;
    margin-bottom: 18px;
  }

  .card-body ul li i {
    font-size: 17px;
    margin-top: 5px;
  }

  .card-body ul li span,
  .intro,
  .problem,
  .bottom-text,
  .option2 .card-header p {
    font-size: 14px;
    line-height: 1.8;
  }
}

/*==========================
      SMOOTH
==========================*/

html {
  scroll-behavior: smooth;
}

::selection {
  background: #ff6200;
  color: #fff;
}

@media (max-width: 700px) {
  .ai-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .ai-logo img {
    width: 120px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .flex {
    flex-direction: column;
    gap: 10px;
  }


  .ai-logo {
    align-items: center;
    text-align: center;   
    margin-bottom: 20px;
  }

  .price {
    align-items: center;
    text-align: center;
  }

  .box-main-content {
    flex-direction: column;
    gap: 20px;
  }

  .box-content3 {
    grid-template-columns: 1fr;
  }

  .chatbox2 {
    width: 100%;
  }

  .chatbox2 .bot-chat p,
  .chatbox2 .user-chat p {
    width: 100%;
  }

  .chatbox {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffa179;
    padding: 20px;
    border-radius: 20px;
  }

  .boxhover33,
  .boxhover50 {
    height: auto;
  }

  .flex-rev {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }

  @media (max-width: 992px) {
    .hero {
      padding: 60px 5%;
    }

    .hero-content {
      flex-direction: column;
    }

    .left-content,
    .right-content {
      width: 100%;
    }

    .left-content h1 {
      font-size: 42px;
    }

    .video-box {
      max-width: 100%;
      height: 300px;
    }
  }

  @media (max-width: 576px) {
    .hero {
      padding: 40px 20px;
    }

    .small-title {
      font-size: 18px;
    }

    .left-content h1 {
      font-size: 32px;
    }

    .btn {
      width: 100%;
      text-align: center;
      font-size: 18px;
      padding: 16px;
    }

    .video-box {
      height: 220px;
    }

    .ta {
      margin-left: 0px;
    }

    .cards {
      margin-left: 0%;
    }

    .card {
      margin-bottom: 10px;
    }
  }
}