/*Hero Section*/
 .ai-chatbot-hero{
    padding:120px 0;
    position:relative;
    overflow:hidden;
    background:
    radial-gradient(
        circle at top left,
        rgba(34, 197, 94, 0.12),
        transparent 40%
    ),
    radial-gradient(
        circle at bottom right,
        rgba(148, 0, 122, 0.12),
        transparent 90%
    ),
    #ffffff;
}

.ai-chatbot-hero:before{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    background:radial-gradient(
        rgba(99,102,241,.15),
        transparent 70%);
    top:-250px;
    right:-100px;
}

.hero-badge{
    background:#eef2ff;
    color:#94007a;
    padding:10px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    display:inline-block;
    margin-bottom:25px;
}

.ai-chatbot-hero h1{
    font-size:72px;
    line-height:1.1;
    font-weight:800;
    color:#111827;
}

.ai-chatbot-hero h1 span{
    background: linear-gradient(135deg, #22c55e, #94007a);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.ai-chatbot-hero p{
    margin-top:25px;
    font-size:20px;
    color:#6b7280;
    line-height:1.8;
}

.hero-btns{
    margin-top:40px;
    display:flex;
    gap:15px;
}

.btn-primary-ai{
    background: linear-gradient(135deg, #22c55e, #94007a);
    color:#fff;
    padding:16px 32px;
    border-radius:14px;
    text-decoration:none;
    font-weight:600;
}

.btn-secondary-ai{
    border:1px solid #ddd;
    color:#111827;
    padding:16px 32px;
    border-radius:14px;
    text-decoration:none;
}

.hero-stats{
    display:flex;
    gap:50px;
    margin-top:60px;
}

.hero-stats h3{
    font-size:40px;
    font-weight:800;
    color:#22c55e;
}

.hero-image{
    position:relative;
}

.hero-image img{
    border-radius:30px;
}

.floating-box{
    position:absolute;
    background:#fff;
    padding:14px 20px;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    font-weight:600;
}

.one{
    top:20px;
    left:-20px;
}

.two{
    right:-20px;
    top:180px;
}

.three{
    bottom:40px;
    left:50px;
}
/*End Of Hero Section*/

/*Intelligent AI Chatbot*/
.chatbot-solutions{
    padding:120px 0;
    position:relative;
}

.section-tag{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:#eef2ff;
    color:#6366f1;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.chatbot-solutions h2{
    font-size:60px;
    font-weight:800;
    color:#111827;
}

.chatbot-solutions h2 span{
    background: linear-gradient(135deg, #22c55e, #94007a);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.chatbot-solutions p{
    color:#6b7280;
}

.section-title{
    margin-bottom:70px;
}

.solution-card{
    background:#fff;
    border-radius:28px;
    padding:40px;
    height:100%;
    position:relative;
    overflow:hidden;

    border:1px solid rgba(99,102,241,.1);

    transition:.4s ease;

    box-shadow:
    0 15px 40px rgba(0,0,0,.04);
}

.solution-card:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;

    background: linear-gradient(#94007a);
}

.solution-card:hover{
    transform:translateY(-12px);

    box-shadow:
    0 30px 60px rgba(99,102,241,.12);
}

.icon-box{
    width:80px;
    height:80px;
    border-radius:22px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:36px;

    margin-bottom:25px;

    background:
    linear-gradient(
    135deg,
    rgba(99,102,241,.12),
    rgba(147,51,234,.12));
}

.solution-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.solution-card p{
    line-height:1.8;
}
/*End Of Intelligent AI Chatbot*/



  /* =========================
   AI ECOSYSTEM SECTION
========================= */

.ai-ecosystem {
    position: relative;
    overflow: hidden;
    padding: 80px 0 40px;

    background:
        radial-gradient(
            circle at top left,
            rgba(33, 33, 34, 0.12),
            transparent 40%
        ),
        radial-gradient(
            circle at bottom right,
            rgba(16, 16, 16, 0.15),
            transparent 90%
        ),
        #ffffff;
}

/* =========================
   LEFT CONTENT
========================= */

.ecosystem-content .tag {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(34, 197, 94, .08);
    color: #22c55e;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.ecosystem-content h2 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    color: #111827;
    margin-bottom: 25px;
}

.ecosystem-content h2 span {
    background: linear-gradient(
        90deg,
        #22c55e,
        #94007a
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ecosystem-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #64748b;
    margin-bottom: 35px;
    max-width: 550px;
}

/* =========================
   BUTTON
========================= */

.btn-ecosystem {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 16px 35px;
    border-radius: 16px;

    text-decoration: none;
    font-weight: 700;
    color: #fff;

    background: linear-gradient(
        135deg,
        #22c55e,
        #94007a
    );

    box-shadow:
        0 20px 40px rgba(148, 0, 122, .15);

    transition: .4s ease;
}

.btn-ecosystem:hover {
    transform: translateY(-5px);
    color: #fff;
}

/* =========================
   RIGHT SIDE
========================= */

.ecosystem-wrapper {
    position: relative;
    height: 540px;
}

/* =========================
   AI CORE
========================= */

.ai-core {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 180px;
    height: 180px;

    border-radius: 50%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: linear-gradient(
        135deg,
        #22c55e,
        #94007a
    );

    color: #fff;
    font-size: 60px;
    font-weight: 700;

    z-index: 10;

    box-shadow:
        0 25px 60px rgba(148, 0, 122, .20);
}

.ai-core span {
    font-size: 22px;
    margin-top: 10px;
}

.ai-core::before {
    content: '';
    position: absolute;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    background:
        radial-gradient(
            rgba(34, 197, 94, .18),
            rgba(148, 0, 122, .08),
            transparent 70%
        );

    z-index: -1;
}

/* =========================
   DASHED CIRCLES
========================= */

.ecosystem-wrapper:before,
.ecosystem-wrapper:after {
    content: '';

    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;
}

.ecosystem-wrapper:before {
    width: 360px;
    height: 360px;

    border: 2px dashed rgba(34, 197, 94, .18);
}

.ecosystem-wrapper:after {
    width: 460px;
    height: 460px;

    border: 2px dashed rgba(148, 0, 122, .15);
}

/* =========================
   NODES
========================= */

.node {
    position: absolute;

    padding: 18px 28px;

    background: rgba(255,255,255,.9);

    backdrop-filter: blur(12px);

    border-radius: 18px;

    font-weight: 600;
    color: #111827;

    border: 1px solid rgba(34,197,94,.12);

    box-shadow:
        0 15px 35px rgba(0,0,0,.06);

    transition: .4s ease;

    animation: floatNode 4s ease-in-out infinite;
}

.node:hover {
    transform: translateY(-10px);
    box-shadow:
        0 20px 50px rgba(148,0,122,.12);
}

/* =========================
   NODE POSITIONS
========================= */

.node-1 {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.node-2 {
    right: 0;
    top: 150px;
}

.node-3 {
    right: 30px;
    bottom: 150px;
}

.node-4 {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.node-5 {
    left: 30px;
    bottom: 150px;
}

.node-6 {
    left: 0;
    top: 150px;
}

/* =========================
   FLOAT EFFECT
========================= */

.node-1 { animation-delay: .3s; }
.node-2 { animation-delay: .8s; }
.node-3 { animation-delay: 1.2s; }
.node-4 { animation-delay: 1.6s; }
.node-5 { animation-delay: 2s; }
.node-6 { animation-delay: 2.4s; }

@keyframes floatNode {

    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .ecosystem-content{
        text-align:center;
        margin-bottom:60px;
    }

    .ecosystem-content h2{
        font-size:42px;
    }

    .ecosystem-wrapper{
        height:700px;
    }

    .node{
        position:relative;
        margin:15px auto;
        display:block;
        width:max-content;
        top:auto;
        left:auto;
        right:auto;
        bottom:auto;
        transform:none !important;
    }

    .ecosystem-wrapper:before,
    .ecosystem-wrapper:after{
        display:none;
    }

    .ai-core{
        position:relative;
        top:auto;
        left:auto;
        transform:none;
        margin:0 auto 40px;
    }
}

/*End Of One AI platform*/

/*Smart Conversation*/
.why-wits-chatbot{
    padding:120px 0;
    background:#fff;
}

.why-image-wrapper{
    position:relative;
}

.why-image-wrapper img{
    border-radius:30px;
    box-shadow:0 30px 70px rgba(0,0,0,.08);
}

.section-label{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(34,197,94,.12);
    color:#22c55e;
    font-weight:700;
    margin-bottom:20px;
}

.why-content h2{
    font-size:58px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:25px;
}

.why-content h2 span{
    background:linear-gradient(
        90deg,
        #22c55e,
        #94007a
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.why-content p{
    color:#64748b;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.features-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.feature-item{
    padding:18px 20px;
    background:#fff;
    border:1px solid rgba(34,197,94,.15);
    border-radius:16px;
    font-weight:600;
    transition:.4s;
}

.feature-item:hover{
    transform:translateY(-5px);
    border-color:#22c55e;
}

.floating-stat{
    position:absolute;
    background:#fff;
    padding:20px;
    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.floating-stat h3{
    margin:0;
    font-size:32px;
    font-weight:800;
    background:linear-gradient(
        90deg,
        #22c55e,
        #94007a
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.stat-one{
    top:40px;
    left:-20px;
}

.stat-two{
    right:-20px;
    bottom:40px;
}

.stats-row{
    margin-top:90px;
}

.stats-box{
    text-align:center;
    padding:40px;
    border-radius:24px;
    background:linear-gradient(
        135deg,
        rgba(34,197,94,.05),
        rgba(148,0,122,.05)
    );
}

.stats-box h3{
    font-size:60px;
    font-weight:800;
    margin-bottom:10px;

    background:linear-gradient(
        90deg,
        #22c55e,
        #94007a
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.stats-box p{
    margin:0;
    color:#64748b;
}
/*End Of Smart Converstion*/


/*How To build Chatbot*/
.chatbot-process{
    padding:120px 0;
    background:
        radial-gradient(
            circle at top left,
            rgba(33, 33, 34, 0.12),
            transparent 40%
        ),
        radial-gradient(
            circle at bottom right,
            rgba(16, 16, 16, 0.15),
            transparent 90%
        ),
        #ffffff;

}

.process-tag{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(34,197,94,.12);
    color:#22c55e;
    font-weight:700;
    margin-bottom:20px;
}

.chatbot-process h2{
    font-size:58px;
    font-weight:800;
    margin-bottom:20px;
}

.chatbot-process h2 span{
    background:linear-gradient(
        90deg,
        #22c55e,
        #94007a
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.chatbot-process p{
    color:#64748b;
}

.process-wrapper{
    position:relative;
    display:flex;
    justify-content:space-between;
    margin-top:90px;
    flex-wrap:wrap;
}

.process-line{
    position:absolute;
    top:45px;
    left:5%;
    right:5%;
    height:4px;

    background:linear-gradient(
        90deg,
        #22c55e,
        #94007a
    );

    z-index:1;
}

.process-step{
    width:16%;
    position:relative;
    text-align:center;
    z-index:2;
}

.step-circle{
    width:90px;
    height:90px;

    background:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:36px;

    margin:auto;

    box-shadow:
    0 20px 40px rgba(0,0,0,.08);

    border:3px solid transparent;

    background:
      linear-gradient(#fff,#fff) padding-box,
      linear-gradient(
      135deg,
      #22c55e,
      #94007a) border-box;
}

.process-step h4{
    margin-top:25px;
    font-size:22px;
    font-weight:700;
}

.process-step p{
    margin-top:12px;
    font-size:15px;
    line-height:1.7;
}

.process-step:hover .step-circle{
    transform:translateY(-10px);
    transition:.4s;
}
/*End Of How To build Chatbot*/

/*Ready To Launch Yor AI Chatbot Solutions*/
 .ai-launchpad{
    padding:80px 0;
    position:relative;
}

.launchpad-card{

    position:relative;
    overflow:hidden;

    border-radius:40px;

    padding:90px 70px;

    text-align:center;

    background:
    linear-gradient(
        135deg,
        rgba(34,197,94,.06),
        rgba(148,0,122,.06)
    );

    border:1px solid rgba(34,197,94,.08);
}

.launch-tag{

    display:inline-block;

    padding:10px 20px;

    border-radius:50px;

    background:rgba(34,197,94,.12);

    color:#22c55e;

    font-weight:700;

    margin-bottom:25px;
}

.launchpad-card h2{

    font-size:64px;

    font-weight:800;

    line-height:1.1;

    margin-bottom:25px;
}

.launchpad-card h2 span{

    background:
    linear-gradient(
        90deg,
        #22c55e,
        #94007a
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.launchpad-card p{

    max-width:750px;

    margin:auto;

    font-size:20px;

    line-height:1.9;

    color:#64748b;
}

.launch-buttons{

    margin-top:40px;

    display:flex;

    justify-content:center;

    gap:15px;

    flex-wrap:wrap;
}

.btn-launch-primary{

    padding:18px 40px;

    border-radius:16px;

    text-decoration:none;

    color:#fff;

    font-weight:700;

    background:
    linear-gradient(
        90deg,
        #22c55e,
        #94007a
    );

    box-shadow:
    0 20px 40px rgba(148,0,122,.15);
}

.btn-launch-secondary{

    padding:18px 40px;

    border-radius:16px;

    text-decoration:none;

    font-weight:700;

    color:#111827;

    border:1px solid rgba(0,0,0,.08);

    background:#fff;
}

.launch-features{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:15px;

    margin-top:50px;
}

.feature-pill{

    padding:14px 22px;

    border-radius:50px;

    background:#fff;

    border:1px solid rgba(34,197,94,.08);

    font-weight:600;
}

.glow{

    position:absolute;

    border-radius:50%;
}

.glow-1{

    width:300px;
    height:300px;

    background:
    radial-gradient(
        rgba(34,197,94,.15),
        transparent 70%
    );

    top:-120px;
    left:-120px;
}

.glow-2{

    width:300px;
    height:300px;

    background:
    radial-gradient(
        rgba(148,0,122,.15),
        transparent 70%
    );

    bottom:-120px;
    right:-120px;
}

@media(max-width:991px){

    .launchpad-card{
        padding:60px 30px;
    }

    .launchpad-card h2{
        font-size:42px;
    }

    .launchpad-card p{
        font-size:18px;
    }
}
/*End of Ready To Launch Your AI Chatbot Solutions*/