/* Hero section */
a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.AIhero-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(
    93.02% 191.25% at 71.42% 57.18%,
    #05053e 0%,
    #9d7bff 100%
  );
  padding: 50px 0 30px;
}

.AI-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 720px;
}

.AI-hero-content h1 {
  color: rgba(245, 246, 255, 1);
  margin-bottom: 20px;
}

.AI-hero-content h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  font-style: bold;
  color: rgba(245, 246, 255, 1);
  margin-bottom: 20px;
}

.AIhero-text {
  color: rgba(245, 246, 255, 1);
  line-height: 1.9;
  margin-bottom: 30px !important;
  max-width: 529px;
}

.AIS-hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 70px;
}

.AIbadge-b {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.AIpone {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(157, 123, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  border-radius: 5px;
  gap: 5px;
}

.AIpone img {
  width: 24px;
  height: 24px;
}

.AIhd-btn {
  width: 340px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 14px;
  font-family: Inter;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  background: linear-gradient(90deg, #7b61ff 12%, #ccbbf5 95.67%);
  transition: 0.3s;
}

.AIbp img {
  width: 24px;
  height: 24px;
}

.AIhd-btn:hover {
  color: #fff;
  transform: translateY(-3px);
}

.AItalk-btn {
  width: 340px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #ffffff;
  font-family: Inter;
  color: rgba(123, 97, 255, 1);
  font-size: 17px;
  font-weight: 500;
  border-radius: 14px;
  transition: 0.3s;
}

.AItalk-btn:hover {
  color: #5f4cff;
  transform: translateY(-3px);
}

.AIhd-btn i,
.AItalk-btn i {
  font-size: 22px;
}

.AIhero-bottom {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.AIhero-bottom p {
  color: rgba(245, 246, 255, 1);
  font-size: 14px;
  margin: 0;
}

.AIphone-btn {
  background: rgba(216, 216, 255, 1);
  color: #31247c;
  padding: 11px 24px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}

.AIhero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 20px;
}

.AIhero-image {
  max-width: 680px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  transform: translateY(-100px);
  margin: 0 auto;
}

.AIglasses-cards {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 430px;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 22px;
  padding: 22px;
  z-index: 3;
}

.AIglasses-cards p {
  color: rgba(5, 5, 62, 1);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  line-height: 1.5;
  font-style: Medium;
}

.AIsts-cards {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 720px;
  max-width: 100%;
  background: #0f0c4a;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.AIstatus-box {
  padding: 30px;
  min-height: 190px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.AIstatus-box h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 18px;
}

.AIstatus-box p {
  color: #d4d3ff;
  font-size: 12px;
  line-height: 1.8;
  margin: 0;
}


@media (max-width: 610px) {

  .AIhero-image{
    max-width: 500px;
    top: 35px;
  }
  .AIsts-cards {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    max-width: 100%;
    background: #0f0c4a;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    height: 250px;
  }
  .AIstatus-box {
    padding: 10px 30px;
    min-height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  .AIstatus-box h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0px;
  }

  .AIstatus-box p {
    color: #d4d3ff;
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
  }
  .AIglasses-cards {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    width: 430px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 22px;
    padding: 22px;
    z-index: 3;
  }
}
@media (max-width: 500px) {

  .AIhero-section .AI-hero-content{
    display: flex;
    justify-content: center;
    align-items: center;
  }

.AIhero-section .AI-hero-content h1{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:45px;
}

.AIhero-section .AI-hero-content h2{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:20px;
  text-align:center;
}

.AIhero-section .AI-hero-content .AIhero-text{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:16px;
  text-align:center;
}

.AIhero-bottom p{
   display: flex;
  justify-content: center;
  align-items: center;
  font-size:14px;
  text-align:center;
}

  .AIhero-image{
    max-width: 500px;
    top:80px;
  }

  .AIsts-cards {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    max-width: 100%;
    background: #0f0c4a;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    height: 220px;
  }
  .AIstatus-box {
    padding: 0px 30px;
    min-height: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  .AIstatus-box h3 {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
  }

  .AIstatus-box p {
    color: #d4d3ff;
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
  }
  .AIglasses-cards {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    width:250px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 22px;
    padding: 22px;
    z-index: 3;
  }

  .AIhero-image-wrapper .AIglasses-cards p{
    font-size: 12px;
  }
}
@media (max-width:380px) {

  .AIhero-section .AI-hero-content{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  

.AIhero-section .AI-hero-content h1{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:40px;
}

.AIhero-section .AI-hero-content h2{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:18px;
  text-align:center;
}

.AIhero-section .AI-hero-content .AIhero-text{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:14px;
  text-align:center;
}

.AIhero-bottom p{
   display: flex;
  justify-content: center;
  align-items: center;
  font-size:13px;
  text-align:center;
}

  .AIhero-image{
    max-width: 500px;
    top:80px;
  }

  .AIsts-cards {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    max-width: 100%;
    background: #0f0c4a;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    height: 220px;
  }
  .AIstatus-box {
    padding: 0px 30px;
    min-height: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
  .AIstatus-box h3 {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
  }

  .AIS-hero-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .AIhd-btn,
  .AItalk-btn{
    max-width:320px;
    width: 100%;
    padding: 15px 25px;
    font-size: 14px;
  }

  .AIhd-btn img,
  .AItalk-btn img{
width: 16px;
  }

  .AIstatus-box p {
    color: #d4d3ff;
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
  }
  .AIglasses-cards {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    width:250px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 22px;
    padding: 22px;
    z-index: 3;
  }

  .AIhero-image-wrapper .AIglasses-cards p{
    font-size: 12px;
  }
}


/* ends here */

/* What is ai sales agent */
.ai-sales-agent-section {
  background: rgba(5, 5, 62, 1);
  padding: 50px 0;
  overflow: hidden;
}

.agent-image-wrapper {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.main-agent-img {
  width: 100%;
  border-radius: 22px;
  display: block;
}

.agent-info-card {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 12px;
  background: rgba(23, 17, 80, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  padding: 24px;
}

.agent-info-card h4 {
  color: rgba(245, 246, 255, 1);
  max-width: 397px;
  line-height: 28px;
  font-family: Inter;
  margin-bottom: 10px;
  font-family: Inter !important;
}

.agent-info-card p {
  color: rgba(245, 246, 255, 1);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  line-height: 30px;
  font-weight: 300;
  font-style: Light;
  font-size: 15px;
  letter-spacing: 0%;
}

.agent-info-card p:last-child {
  margin-bottom: 0;
}

.agent-info-card span {
  flex-shrink: 0;
}

.agent-info-card span img {
  width: 15px;
}

.agent-content {
  width: 100%;
  padding-left: 35px;
}

.agent-content h2 {
  color: rgba(245, 246, 255, 1);
  line-height: 1.2;
  margin-bottom: 10px;
}

.agent-content .aik {
  color: rgba(245, 246, 255, 1);
  font-weight: 500;
  font-style: Medium;
  letter-spacing: 0%;
  line-height: 1.5;
  margin-bottom: 25px;
}

.agent-content > p {
  color: rgba(245, 246, 255, 1);
  line-height: 26px;
  letter-spacing: 0%;
  max-width: 567px;
}

.feature-box {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 18px 22px;
  margin-bottom: 16px;
}

.feature-box p {
  color: rgba(216, 216, 213, 1);
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 24px;
}

.feature-box span {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(123, 97, 255, 0.14);
  border: 1px solid rgba(184, 167, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-box span img {
  width: 15px;
}

.salesbtn button {
  background: linear-gradient(90deg, #7b61ff 12%, #ccbbf5 95.67%);
  border: none;
  border-image-source: linear-gradient(90deg, #7b61ff 12%, #ccbbf5 95.67%);
  max-width: 271px;
  width: 100%;
  border-radius: 6px;
  color: rgba(245, 246, 255, 1);
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  padding: 10px 10px;
}
/* ends here */

/*  AI-Powered-B2B  */
.lead-generation-section {
  padding: 50px 0;
  background: rgba(245, 246, 255, 1);
}

.section-heading {
  width: 100%;
  margin: 0 auto 60px;
}

.section-heading h2 {
  color: rgba(5, 5, 62, 1);
  margin-bottom: 20px;
  line-height: 52px;
}

.section-heading p:first-of-type {
  font-weight: 500;
  font-style: Medium;
  color: rgba(5, 5, 62, 1);
  margin: 0 auto;
}

.section-heading p:last-of-type {
  line-height: 30px;
  color: rgba(95, 93, 104, 1);
  line-height: 26px;
    margin: 0 auto;

}

.lead-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: 0.3s;
}

.lead-card:hover {
  transform: translateY(-8px);
}

.card-image {
  position: relative;
}

.card-image img {
  width: 100%;
  display: block;
}

.card-tag {
  position: absolute;
  left: 18px;
  top: 18px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(216, 216, 255, 0.22);
  backdrop-filter: blur(12px);
  color: rgba(123, 97, 255, 1);
  padding: 8px 16px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  z-index: 2;
}

.card-body-custom {
  padding: 28px;
}

.card-body-custom h3 {
  color: rgba(5, 5, 62, 1);
  margin-bottom: 18px;
}

.card-body-custom p {
  line-height: 26px;
  max-width: 350px;
  color: rgba(71, 70, 80, 1);
}

.card-link {
  color: rgba(123, 97, 255, 1) !important;
  font-weight: 700;
  font-size: 11px;
  font-style: Bold;
}
/* ends here */

/* Why every agents  */
.custom-built-section {
  padding: 50px 0;
  background: rgb(255, 255, 255);
  overflow: hidden;
}

.sects-titles {
  width: 100%;
  margin: 0 auto 60px;
}

.sects-titles h2 {
  color: rgba(5, 5, 62, 1);
  line-height: 52px;
}

.sects-titles p {
  color: rgba(71, 70, 80, 1);
  line-height: 24px;
  max-width: 577px;
  margin: 0 auto;
}

.custom-card {
  background: rgb(245, 246, 255);
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 35px;
  transition: 0.35s ease;
}

.custom-card:last-child {
  margin-bottom: 0;
}

.custom-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.custom-image {
  width: 100%;
}

.custom-image img {
  width: 100%;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

.custom-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-content h3 {
  color: rgba(123, 97, 255, 1);
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.custom-content h4 {
  color: rgba(5, 5, 62, 1);
  line-height: 1.35;
  font-weight: 500;
  font-style: Medium;
  font-family: Inter !important;
  margin-bottom: 18px;
}

.custom-content p {
  color: rgba(71, 70, 80, 1);
  line-height: 24px;
  max-width: 485px;
}

.custom-content p.bottom-text {
  margin-top: 18px;
  color: rgba(5, 5, 62, 1);
  font-size: 14px;
  letter-spacing: 0.3px;
}

.custom-content p:not(.bottom-text) {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
/* ends here */

/* FAQ section */
.faq-section {
  padding: 50px 0;
  background: #ffffff;
  overflow: hidden;
}

.faq-heading {
  margin-bottom: 55px;
}

.faq-heading h2 {
  font-weight: 700;
  line-height: 1.2;
  color: rgba(5, 5, 62, 1);
  font-style: bold;
  margin-bottom: 20px;
}

.faq-heading h2 span {
  color: #7865ff;
}

.faq-heading p {
  color: rgba(95, 93, 104, 1);
  font-weight: 400;
  font-style: Regular;
  line-height: 30px;
}

.faq-item {
  border-radius: 12px;
  background: rgba(255, 255, 255, 1);
  margin-bottom: 18px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  overflow: hidden;
  transition: 0.35s ease;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item.active {
  border-color: #7367ff;
  box-shadow: 0 12px 35px rgba(68, 52, 214, 0.08);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 22px 24px;
}

.faq-question p {
  margin: 0;
  color: rgba(8, 8, 59, 1);
  font-weight: 500;
  font-style: Medium;
  line-height: 28px;
  width: calc(100% - 40px);
}

.faq-question img {
  width: 18px;
  transition: 0.35s;
}

.faq-answer {
  display: none;
  padding: 0 24px 24px;
}

.faq-answer p {
  margin: 0;
  font-size: 14px;
  line-height: 29px;
  font-weight: 400;
  font-style: Regular;
  color: rgba(71, 70, 80, 1);
}

.faq-item.active .faq-answer {
  display: block;
}

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

.faq-item:hover {
  border-color: #7367ff;
}
/* ends here */
