*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/* Header section */
  a{
      text-decoration:none;
  }
 
  img{
      max-width:100%;
      display:block;
  }

  .AIChat-hero{
      padding:60px 0;
      background: radial-gradient(85.48% 285.39% at 57.99% 56.98%, #05053E 0%, #B8A7FF 100%);
      overflow:hidden;
  }
 
  .AIChat-hero-row{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      margin:0 -15px;
  }
 
  .AIChat-hero-col{
      width:50%;
      padding:0 15px;
  }
 
  .AIChat-hero-content{
      display:flex;
      flex-direction:column;
      justify-content:center;
      min-height:720px;
  }
 
  .AIChat-hero-content h1{
      font-size:52px;
      font-weight:800;
      color:#ffffff;
      margin:0 0 18px;
      line-height:1.15;
  }
 
  .AIChat-hero-content h3{
      font-size:24px;
      font-weight:600;
      line-height:1.25;
      color:rgba(255, 255, 255, 1);
      margin:0 0 20px;
  }
 
  .AIChat-hero-desc{
      color:rgba(245, 246, 255, 1);
      line-height:1.9;
      font-size:16px;
      margin:0;
  }
 
  .AIChat-hero-cta{
      display:flex;
      flex-direction:row;
      gap:18px;
      padding: 30px 0;
  }
 
  .AIChat-hero-cta img{
     width: 24px;
     height: 24px;
  }
 
  .AIChat-btn-primary{
      max-width:339px;
      width: 100%;
      height:64px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:16px;
      border-radius:14px;
      font-family: 'Inter', sans-serif;
      color:rgba(123, 97, 255, 1);
      font-size:20px;
      font-weight:600;
      background: rgba(255, 255, 255, 1);
      border: 1px solid rgba(168, 174, 208, 1);
      transition:.3s;
      cursor:pointer;
  }
 
  .AIChat-btn-primary:hover{
      transform:translateY(-3px);
  }
 
  .AIChat-hero-features{
      display:flex;
      flex-direction: column;
      gap:22px;
  }
 
  .AIChat-feature-item{
      display: flex;
      align-items:center;
      gap: 6px;
  }
 
  .AIChat-feature-item img{
     width:20px;
     height: 20px;
  }
 
  .AIChat-feature-item h5{
      color: rgba(255, 255, 255, 1);
      margin:0;
  }
 
  .AIChat-hero-visual {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      width: 100%;
      height:100%;
      overflow: hidden;
  }
 
  .AIChat-hero-img {
      display: block;
      width: 100%;
      max-width:580px;
      height: auto;
      position: relative;
      z-index: 2;
      margin: 0 auto;
      margin-bottom:110px;
      border-radius:12px;
  }
 
  .AIChat-hero-badge{
      position:absolute;
      left:50%;
      top:92%;
      transform:translate(-50%,-50%);
      width:400px;
      max-width:calc(100% - 20px);
      background: rgba(255, 255, 255, 0.1);
      
      border-radius:22px;
      padding:22px 28px;
      display:flex;
      align-items:center;
      gap:22px;
      box-shadow:0 15px 40px rgba(0,0,0,.12);
      z-index:3;
  }
 
  .AIChat-badge-icon{
      width:52px;
      height:52px;
      object-fit:contain;
      flex-shrink:0;
      background-color: rgba(108, 94, 251, 1);
      padding: 15px;
      border-radius: 15px;
  }
 
  .AIChat-badge-text{
      display:flex;
      flex-direction:column;
      justify-content:center;
  }
 
  .AIChat-badge-text h6{
      margin:0 0 8px;
      font-weight:500;
      color:rgba(245, 246, 255, 1);
      line-height:1.2;
  }
 
  .AIChat-badge-text p{
      color:rgba(245, 246, 255, 1);
      line-height:1.3;
      font-size: 17px;
      font-family: Inter;
      font-weight: 400;
      margin:0;
  }
/* Ends here */


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

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

.hero-section{
    padding:50px 0;
    background: radial-gradient(85.48% 285.39% at 57.99% 56.98%, #05053E 0%, #B8A7FF 100%);
    position:relative;
    overflow:hidden;
    z-index: 1;
}

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

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

.hero-content h3{
    line-height:1.25;
    font-weight:700;
    font-style:bold;
    color:rgba(255, 255, 255, 1);
    margin-bottom:20px;
}

.hero-text{
    color:rgba(243, 239, 252, 1);
    line-height:1.9;
    font-style:Medium;
    font-weight: 500;
}

.hero-buttons{
    display:flex;
    flex-direction:row;
    gap:18px;
    padding: 30px 0;
}

.demo-btn{
    width:340px;
    height:68px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    border-radius:14px;
    font-family: Inter;
    color:rgba(123, 97, 255, 1);
    font-size:20px;
    font-weight:600;
    background: var(--neutral-colors-black-and-white-neutral-100, rgba(255, 255, 255, 1));
    transition:.3s;
}

.demo-btn:hover{
    transform:translateY(-3px);
}

.hero-content h5{
    font-weight: 700;
    font-size: 17px;
    font-style: Bold;
    color: rgba(255, 255, 255, 1);
}

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

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

.glass-card{
    position:absolute;
    left:50%;
    top:94%;
    transform:translate(-50%,-50%);
    width:300px;
    background:#fff;
    border-radius:22px;
    padding:22px 28px;
    display:flex;
    align-items:center;
    gap:22px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    z-index:3;
}

.glass-img{
    width:52px;
    height:52px;
    object-fit:contain;
    flex-shrink:0;
    background-color: rgba(108, 94, 251, 1);
    padding: 15px 15px;
    border-radius: 15px;

}

.glass-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.glass-content h4{
    margin:0 0 8px;
    font-weight:700;
    color:rgba(5, 5, 62, 1);
    line-height:1.2;
}

.glass-content p{
    font-weight:500;
    color:rgba(5, 5, 62, 1);
    line-height:1.3;
}

/* Ends here */




/* AI-Chatbot Need */
.chatbot-section{
    width:100%;
    padding:50px 0;
    background:rgba(245, 246, 255, 1);
    overflow:hidden;
}

.chatbot-content{
    max-width:595px;
}

.chatbot-content h2{
    line-height:1.12;
    color:rgba(5, 5, 62, 1);
    margin-bottom:22px;
}

.chatbot-content .chatai{
    font-weight:500;
    font-style: Medium;
    color:rgba(27, 27, 36, 1);
    margin-bottom:22px;
}

.chatbot-content p{
    line-height:1.8;
    color:rgba(71, 70, 80, 1);
    margin-bottom:38px;
    font-weight: 500;
    font-style: Medium;
}

.chatbot-btn{
    display:inline-flex;
    align-items:center;
    gap:16px;
    padding:18px 26px;
    background: rgba(26, 26, 77, 1);
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-style: Medium;
    font-size:18px;
    font-weight:500;
    transition:.3s;
    border: 1px solid rgba(26, 26, 77, 1);
    backdrop-filter: blur(24px);
}

.chatbot-btn:hover{
    background:#27257a;
    transform:translateY(-3px);
}


.chatbot-image-wrapper{
    position:relative;
    max-width:640px;
    margin-left:auto;
}

.chatbot-image{
    width:100%;
    display:block;
    border-radius:22px;
}

.quote-card{
    position:absolute;
    left:35px;
    right:35px;
    bottom:20px;
    background:rgba(14,15,71,.82);
    backdrop-filter:blur(16px);
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    padding:22px;
}

.quote-icon{
    margin-bottom:14px;
}

.quote-icon img{
    width:20px;
}

.quote-card p{
    font-size:14px;
    font-weight: 400;
    font-style: Regular;
    line-height:1.8;
    color:rgba(255, 255, 255, 1);
    margin-bottom:16px;
}

.quote-card span{
    color:rgba(157, 123, 255, 1);
    font-size:11px;
    font-weight:700;
    font-family: Inter;
    font-style: Bold;
}
/* Ends here */


/* Client Results */

.client-results-section{
    width:100%;
    padding:50px 0;
    background:#ffffff;
}

.section-heading{
    margin-bottom:30px;
}

.section-heading h2{
    color:rgba(5, 5, 62, 1);
    margin:0;
    line-height:1.2;
}

.testimonial-card{
    height:100%;
    background:#fff;
    border:1px solid #d9def7;
    border-radius:18px;
    padding:28px;
    display:flex;
    flex-direction:column;
    transition:.35s ease;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.testimonial-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(17,24,39,.12);

}

.stars{
    color:rgba(254, 187, 42, 1);
    font-size:28px;
    letter-spacing:4px;
  margin-bottom:18px;
    line-height:1;
}

.testimonial-text{
    color:rgba(119, 118, 129, 1);
    line-height:1.8;
    margin-bottom:30px;
    font-weight: 400;
    font-style: Regular;
    flex-grow:1;
}

.client-info{
    display:flex;
    align-items:center;
 gap:14px;
}

.client-image{
    width:56px;
    height:56px;
    flex-shrink:0;
}

.client-image img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
    display:block;
}

.client-content p{
    margin:0 0 5px;
    font-size:14px;
    font-weight:400;
    font-style: Regular;
    color:rgba(5, 5, 62, 1);
}

.client-content span{
    display:block;
    font-size:12px;
    color:rgba(95, 93, 104, 1);
    line-height:1.5;
    font-weight: 400;
    font-style: Regular;
}
/* Ends here */



/*  AI SPEED Section  */

.industry-section{
    width:100%;
    padding:50px 0;
    background:rgba(5, 5, 62, 1);
}

.section-title{
    max-width:830px;
    margin:auto;
    margin-bottom:55px;
}

.section-title h2{
    color:rgba(255, 255, 255, 1);
    line-height:1.18;
    margin-bottom:18px;
    max-width:830px;
}

.section-title p{
    color:rgba(255, 255, 255, 1);
    font-size:15px;
    line-height:1.8;
    font-weight: 400;
    font-style: Regular;
    margin:0;
    max-width: 656px;
    margin: 0 auto;
}

.industry-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:2px solid rgba(12,20,95,.12);
    display:flex;
    flex-direction:column;
    height:100%;
    transition:.35s ease;
}

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

.industry-image{
    overflow:hidden;
    padding:10px;
}

.industry-image img{
    width:100%;
    height:185px;
    object-fit:cover;
    border-radius:12px;

    transition:.45s;
}

.industry-card:hover img{
    transform:scale(1.06);
}

.industry-body{
    padding:0 18px;
    flex:1;
}

.industry-body h4{
    color:rgba(5, 5, 62, 1);
    font-weight:700;
    font-style: Bold;
    line-height:1.25;
    margin-bottom:16px;
}

.industry-body p{
    color:rgba(71, 80, 103, 1);
    font-size:15px;
    font-weight: 400;
    font-style: Regular;
    line-height:1.8;
    margin-bottom:20px;
}


.industry-tags{
    margin:0 18px 18px;
    border:1.5px solid #A9B4F6;
    border-radius:40px;
    font-weight: 400;
    font-style: Regular;
    padding:12px 18px;
    font-size:12px;
    font-weight:500;
    color:rgba(5, 5, 62, 1);
    width:fit-content;
    transition:.35s;
}

.industry-note{
    margin:0 18px 18px;
    background:rgba(245, 246, 255, 1);
    border:1px solid #ECECFA;
    border-radius:12px;
    padding:16px;
}

.industry-note h6{
    color:rgba(24, 38, 65, 1);
    font-size:10px;
    font-weight:700;
    margin-bottom:8px;
    font-style: Bold;
    font-family: Inter;
}

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

.industry-card:hover .industry-note{
    background:#EEF2FF;
    border-color:#BFC8FF;
}
/* Ends here */

/* Build My AI Agent  */
.agent-section{
    width:100%;
    padding:50px 0;
    
}

.agent-wrapper{
    border-radius:22px;
    padding:36px;
    overflow:hidden;
    background: linear-gradient(90deg, #0B0B12 0%, #1A1038 55%, #0B0B12 100%);
    border: 1px solid rgba(174, 171, 236, 0.2);
    box-shadow: 0px 18px 48px -12px rgba(0, 0, 0, 0.4);
}

.agent-image{
    position:relative;
}

.agent-image img{
    width:100%;
    border-radius:18px;
    display:block;
    transition:.45s;
}

.agent-wrapper:hover .agent-image img{
    transform:scale(1.04);
}

.next-gen{
    position:absolute;
    top:16px;
    left:16px;
    z-index:5;
    background:#F3EEFF;
    border-radius:40px;
    padding:7px 14px;
    box-shadow:0 8px 20px rgba(0,0,0,.18);
}

.next-gen span{
    color:rgba(24, 38, 65, 1);
    font-family: Space Grotesk;
    font-weight: 700;
    font-style: Bold;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0%;
}

.agent-content{
    padding-left:22px;
}

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

.agent-content h2 span{
    color:rgba(123, 97, 255, 1);
}

.agent-content h3{
    color:rgba(255, 255, 255, 1);
    font-weight:500;
    font-style: Medium;
    line-height:1.45;
    margin-bottom:18px;
}

.agent-content p{
    color:rgba(255, 255, 255, 0.5);
    line-height:1.9;
    font-weight: 500;
    font-style: Medium;
    margin-bottom:0;
}

.feature-list{
    list-style:none;
    padding:0;
    margin:0;
}

.feature-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    color:rgba(255, 255, 255, 0.5);
    font-size:14px;
    font-weight: 400;
    font-style: Regular;
    font-family: Space Grotesk !important;
    line-height:1.8;
    margin-bottom:14px;
}

.feature-list img{
    width:18px;
    margin-top:5px;
    flex-shrink:0;
}

.agent-btn{
    background: linear-gradient(92.03deg, #7B61FF 0.03%, #B8A7FF 99.97%);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-family: Inter;
    font-style: Semi Bold;
    margin-top:28px;
    color:#fff;
    text-decoration:none;
    padding:16px 34px;
    border-radius:12px;
    font-size:20px;
    font-weight:600;
    transition:.35s;
}

.agent-btn:hover{
  transform:translateY(-4px);
}

.quote-section{
    margin-top:36px;
    background: rgba(123, 97, 255, 1);
    border-radius:22px;
    padding:28px 34px;
}

.chatquote-content h3{
    color:rgba(255, 255, 255, 1);
    font-size:20px;
    font-weight:700;
    font-style: Bold;
    margin-bottom:12px;
}

.chatquote-content p{
    color:rgba(255, 255, 255, 1);
    font-size:12px;
    line-height:20px;
    font-weight: 400;
    font-style: Regular;
    font-family:Inter;
    margin:0;
}

.quote-btn{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    padding:15px 30px;
    background:rgba(255, 255, 255, 1);
    color:rgba(5, 5, 62, 1);
    text-decoration:none;
    border-radius:10px;
    font-weight:600;
    transition:.35s;
    border-radius: 5px;
    font-size: 14px;
    font-family: Inter;
    font-style: Semi Bold;
    transition:.35s;

}

.quote-btn:hover{
       transform:translateY(-4px);
 
}

.agent-wrapper{
    transition:.35s;
}

.agent-wrapper:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.30);
}
/* Ends here */

/* FAQ Section */
.faq-section{
    width:100%;
    padding:50px 0;
    background:#fff;
}

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

.faq-heading h2{
    color:rgba(0, 0, 0, 1);
    margin:0;
}

.faq-accordion .accordion-item{
    border:1px solid #CFCFCF;
    border-radius:10px !important;
    overflow:hidden;
    margin-bottom:18px;
    box-shadow:none;
}

.faq-accordion .accordion-button{
    background:#fff;
    box-shadow:none;
    padding:18px 20px;
    font-family: Inter;
    font-size:16px;
    font-weight:500;
    color:rgba(8, 8, 59, 1);
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.faq-accordion .accordion-button span{
    width:90%;
}

.faq-accordion .accordion-button::after{
    display:none;
}

.faq-ic{
    transition:.35s;
    flex-shrink:0;
}

.accordion-button:not(.collapsed) .faq-ic{
    transform:rotate(-180deg);
}

.faq-accordion .accordion-button:not(.collapsed){
    background:#fff;
    color:#18204A;
    box-shadow:none;
}

.faq-accordion .accordion-button:focus{
    box-shadow:none;
    border:none;
}

.accordion-body{
    padding:0px 20px 20px;
    font-size:15px;
    line-height:1.8;
    color:rgba(71, 80, 103, 1);
}

.faq-accordion .accordion-item{
    transition:.35s;
}

.faq-accordion .accordion-item:hover{
    transform:translateY(-2px);
}
/* Ends here */

/* Unibright Solutions */

.cta-section{
    width:100%;
    padding:50px 0;
    background:linear-gradient(90deg,#141056 0%,#2C1F84 100%);
    overflow:hidden;
}

.cta-heading{
    max-width:1143px;
    margin:0 auto 45px;
}

.cta-heading h2{
    color:rgba(255, 255, 255, 1);
    line-height:1.2;
    margin-bottom:14px;
}

.cta-heading h3{
    color:rgba(157, 123, 255, 1);
    font-family: Inter;
    font-weight:600;
    font-style: Semi Bold;
    margin-bottom:18px;
}

.cta-heading p{
    color:rgba(255, 255, 255, 1);
    font-size:15px;
    font-weight: 500;
    font-style: Medium;
    line-height:1.9;
    margin-bottom:12px;
}

.second-text{
    color: rgba(255, 255, 255, 1);
     font-size:15px;
    font-weight: 500;
    font-style: Medium;
    margin-bottom:0;
}

.cta-btn{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:16px 34px;
    border-radius:10px;
    background: linear-gradient(90deg, #6B5BFF 0%, #B8A7FF 100%);
    color:rgba(255, 255, 255, 1);
    text-decoration:none;
    font-weight:600;
    font-size: 16px;
    font-family: Inter;
    transition:.35s;
    margin-bottom:65px;
}

.cta-btn img{
    width:18px;
    height:18px;
    object-fit:contain;
}

.cta-btn:hover{
    transform:translateY(-4px);
}

.cta-cards{
    margin-top:0;
}

.cta-card{
   background: rgba(255, 255, 255, 0.04);
   border: 1px solid rgba(24, 38, 65, 0.2);
    border-radius:18px;
    padding:34px 28px;
    height:100%;
    transition:.35s;
    backdrop-filter:blur(8px);
}

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

.card-icon{
    width:56px;
    height:56px;
    border-radius:14px;
    background:rgba(216, 216, 255, 1);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
}

.card-icon img{
    width:24px;
    height:24px;
    object-fit:contain;
}

.cta-card h5{
    color:rgba(255, 255, 255, 1);
    font-weight:700;
    font-style: Bold;
    line-height:1.35;
    margin-bottom:18px;
}

.cta-card p{
    color:rgba(200, 197, 210, 1);
    font-size:13px;
    font-weight: 400;
    font-style: Regular;
    line-height:1.9;
    margin:0;
}
/* Ends here */



