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


/* Hero Section responsive css on AISagentResp.css */
  a{
      text-decoration:none;
  }
 
  img{
      max-width:100%;
      display:block;
  }

  .AICUST-hero{
      padding:60px 0;
      background: radial-gradient(85.48% 285.39% at 57.99% 56.98%, #05053E 0%, #B8A7FF 100%);
      overflow:hidden;
  }
 
  .AICUST-hero-row{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      margin:0 -15px;
  }
 
  .AICUST-hero-col{
      width:50%;
      padding:0 15px;
  }
 
  .AICUST-hero-content{
      display:flex;
      flex-direction:column;
      justify-content:center;
      min-height:720px;
  }
 
  .AICUST-hero-content h1{
      color:#ffffff;
      margin:0 0 18px;
      line-height:63px;
      max-width: 632px;
  }
 
  .AICUST-hero-content h3{
      line-height:1.25;
      color:rgba(255, 255, 255, 1);
      margin:0 0 20px;
    max-width: 632px;
  }
 
  .AICUST-hero-desc{
      color:rgba(245, 246, 255, 1);
      line-height:1.9;
      font-size:14px;
      margin:0;
    max-width: 641px;
  }
 
  .AICUST-hero-cta{
      display:flex;
      flex-direction:row;
      gap:18px;
      padding: 30px 0;
  }
 
  .AICUST-hero-cta img{
     width: 24px;
     height: 24px;
  }
 
  .AICUST-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;
  }
 
  .AICUST-btn-primary:hover{
      transform:translateY(-3px);
  }
 
  .AICUST-hero-features{
      display:flex;
      flex-direction: column;
      gap:22px;
  }
 
  .AICUST-feature-item{
      display: flex;
      align-items:center;
      gap: 6px;
  }
 
  .AICUST-feature-item img{
     width:20px;
     height: 20px;
  }
 
  .AICUST-feature-item h5{
      color: rgba(255, 255, 255, 1);
      margin:0;
  }
 
  .AICUST-hero-visual {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      width: 100%;
      height:100%;
      overflow: hidden;
  }
 
  .AICUST-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;
  }
 
  .AICUST-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;
  }
 
  .AICUST-badge-icon{
      width:52px;
      height:52px;
      object-fit:contain;
      flex-shrink:0;
      background-color: rgba(108, 94, 251, 1);
      padding: 15px;
      border-radius: 15px;
  }
 
  .AICUST-badge-text{
      display:flex;
      flex-direction:column;
      justify-content:center;
  }
 
  .AICUST-badge-text h6{
      margin:0 0 8px;
      font-weight:500;
      color:rgba(245, 246, 255, 1);
      line-height:1.2;
  }
 
  .AICUST-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 */






/* Industry Actually Operates */
img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
    margin:0;
    padding:0;
}

.industry-section{
    padding:50px 0;
    color:rgba(255,255,255,1);
}

.section-heading{
    max-width:820px;
    margin:0 auto 80px;
}

.subtop{
    color:rgba(123,97,255,1)!important;
    font-size:12px;
}

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

.section-heading p{
    color:rgba(95,93,104,1);
    font-weight:500;
    line-height:1.8;
    max-width:820px;
}

.industry-card{
    margin-bottom:90px;
}

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

.industry-image{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    background:#f4f4f4;
    box-shadow:0 20px 55px rgba(0,0,0,.08);
}

.industry-image img{
    width:100%;
    height:360px;
    object-fit:cover;
    border-radius:24px;
    transition:.35s ease;
}

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

.industry-badge{
    position:absolute;
    top:18px;
    left:18px;
    z-index:5;
    background:rgba(216,216,255,1);
    color:rgba(5,5,62,1);
    padding:9px 18px;
    border-radius:40px;
    font-size:12px;
    font-weight:600;
    letter-spacing:.3px;
    box-shadow:0 8px 25px rgba(0,0,0,.18);
}

.industry-content{
    padding:20px;
}


.industry-icon{
    width:58px;
    height:58px;
    min-width:58px;
    min-height:58px;

    background:rgba(216,216,255,1);
    border:1px solid rgba(212,214,240,1);
    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:22px;

    overflow:hidden;
    flex-shrink:0;

    transition:.35s ease;
}

.industry-card:hover .industry-icon{
    transform:translateY(-3px);
}

.industry-icon img{
    width:24px;
    height:24px;
    display:block;
    object-fit:contain;
    transition:.35s ease;
}

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

.industry-content h3{
    color:rgba(5,5,62,1);
    margin-bottom:18px;
    line-height:1.3;
}

.industry-content p{
    font-size:14px;
    line-height:1.9;
    color:rgba(95,93,104,1);
    max-width:538px;
}

.industry-card{
    transition:.35s ease;
}

.industry-card:hover{
    transform:translateY(-6px);
}

.industry-card:nth-child(even) .industry-content{
    padding-left:45px;
}

.industry-card:nth-child(odd) .industry-content{
    padding-right:45px;
}

.industry-image img,
.industry-card,
.industry-content h3{
    transition:.35s ease;
}
/* ends here */

/* Custom  Automation */
.ai-automation-section{
    background:rgba(5, 5, 62, 1);
    padding:50px 0;
    overflow:hidden;
}

.sects-heading h2{
    color:#F5F6FF;
    line-height:1.2;
    margin:0 auto 18px;
    max-width:852px;
}

.info-box{
    max-width:760px;
    margin:0 auto 35px;
    border:1px solid rgba(168,174,208,1);
    border-radius:12px;
    background:rgba(255,255,255,.05);
    padding:22px;
}

.sma{
    color:#F5F6FF;
    font-weight:800;
    font-size:11px;
    margin-bottom:18px;
}

.info-image{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
    margin-bottom:10px;
}

.info-image img{
    width:18px;
    height:18px;
    display:block;
    border-radius:50%;
}

.info-box p{
    color:#A8AED0;
    font-size:14px;
    line-height:1.8;
    margin:0;
}

.section-description{
    color:#F5F6FF;
    text-align:center;
    font-weight:500;
    max-width:852px;
    line-height:1.8;
    margin:0 auto 40px;
}

.cards-heading{
    color:#fff;
    font-size:20px;
    font-weight:700;
    margin-bottom:35px;
}

.automation-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    height:100%;
    display:flex;
    flex-direction:column;
    transition:.35s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

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

.card-image{
    width:100%;
    padding:12px;          
    overflow:hidden;
    flex-shrink:0;
}

.card-image img{
    width:100%;
    display:block;
    border-radius:12px;
    object-fit:contain;    
    object-position:center;
}

.card-content{
    padding:0 20px 22px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.card-content h4{
    color:#05053E;
    margin-bottom:14px;
    font-weight:700;
}

.card-content p{
    color:#5F5D68;
    line-height:1.7;
    font-weight:500;
    margin:0;
}

.full-card{
    margin-top:10px;
}

.full-card .row{
    height:100%;
}

.full-card .card-image{
    width:100%;
    height:100%;
    padding:12px;
}

.full-card .card-image img{
    width:100%;
    display:block;
    object-fit:contain;
    object-position:center;
    border-radius:14px;
}

.full-card .card-content{
    padding:25px 25px 25px 10px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
}

.workflow-card{
    background:linear-gradient(167.53deg,#7B61FF -12.26%,#05053E 181.43%);
    border-radius:22px;
    padding:35px;
    margin-top:55px;
}

.workflow-card h3{
    color:#fff;
    line-height:1.5;
    font-weight:700;
    margin-bottom:28px;
    max-width:1132px;
}

.workflow-badges{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    justify-content:flex-start;
}

.workflow-badge{
    position: relative;
    overflow: hidden;
    flex: 0 0 230px;
    max-width: 250px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all .4s ease;
}

.workflow-badge:hover{
    transform: translateY(-6px) scale(1.03);
    border-color: rgba(123,97,255,.8);
    box-shadow: 0 10px 25px rgba(123,97,255,.35);
}

.workflow-badge::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    );
    transform: skewX(-25deg);
    transition: .8s;
}

.workflow-badge:hover::before{
    left: 150%;
}

.workflow-badge:nth-child(1) .badge-icon{
    background:#6366F1;
}

.workflow-badge:nth-child(2) .badge-icon{
    background:#10B981;
}

.workflow-badge:nth-child(3) .badge-icon{
    background:#F59E0B;
}

.workflow-badge:nth-child(4) .badge-icon{
    background:#3B82F6;
}

.workflow-badge:nth-child(5) .badge-icon{
    background:#8B5CF6;
}

.workflow-badge:nth-child(6) .badge-icon{
    background:#EC4899;
}

.workflow-badge:nth-child(7) .badge-icon{
    background:#10B981;
}

.badge-icon{
    width:40px;
    height:40px;
    min-width:40px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.4s ease;

    animation: floatIcon 3s ease-in-out infinite;
}

.workflow-badge:hover .badge-icon{
    transform: rotate(15deg) scale(1.15);
}

.badge-icon img{
    width:22px;
    height:22px;
    object-fit:contain;
}
@keyframes floatIcon{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-5px);
    }

    100%{
        transform:translateY(0);
    }

}
/* Ends here */

/* Behind Every Automation */

.tools-section{
    padding:50px 0;
    background:#ffffff;
}

.tools-section .container{
    max-width:1180px;
}

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

.section-title h2{
    color:rgba(5, 5, 62, 1);
    line-height:1.2;
    margin-bottom:15px;
}

.section-title p{
    max-width:720px;
    font-size:18px;
    font-weight: 500;
    font-style: Medium;
    line-height:1.7;
    color:rgba(71, 70, 80, 1);
    margin-bottom:0;
}

.tools-wrapper{
    border:1px solid #d8d8d8;
    overflow:hidden;
}

.tool-box{
    height:100%;
    display:flex;
    flex-direction:column;
    border-right:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    background:#fff;
}

.row>.col-lg-3:last-child .tool-box{
    border-right:none;
}

.tools-wrapper>.row:last-child .tool-box{
    border-bottom:none;
}

.tool-heading{
    background:rgba(5, 5, 62, 1);
    color:rgba(255, 255, 255, 1);
    padding:14px 18px;
    font-family: Inter;
    font-size:14px;
    font-style: Semi Bold;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.6px;
    min-height:52px;
    display:flex;
    align-items:center;
}

.tool-body{
    padding:22px 18px;
    flex:1;
}

.dottol{
    font-weight: 500;
    font-style: Medium;
    max-width: 180px;
    color:rgba(5, 5, 62, 1);
}

.tool-box{
    transition:.3s;
}

.tool-box:hover{
    background:#fafaff;
}

.tool-box:hover .tool-heading{
    background:#1b1d69;
}

.row.g-0{
    align-items:stretch;
}

.col-lg-3,
.col-md-6{
    display:flex;
}

.col-lg-3>.tool-box,
.col-md-6>.tool-box{
    width:100%;
}
/* Ends here */


/* Real Keywords   AND Responsive css on A AISSalesMain.css page*/
.content-plan-section{
    background:rgba(5, 5, 62, 1);
    padding:50px 0;
}

.content-plan-box{
    position:relative;
    max-width:980px;
    margin:auto;
    padding:70px 75px;
    background:#ffffff;
    border:1px solid rgba(125,100,255,.25);
    border-radius:22px;
    overflow:hidden;
    text-align:center;
    z-index:1;
}

.content-plan-box::before{
    content:"";
    position:absolute;
    left:-90px;
    top:-15%;
    width:180px;
    height:130%;
    pointer-events:none;
    z-index:-1;

      background:
    linear-gradient(
        to bottom,
        #e2dfee 0%,
        #e2dfee 18%,
        #e2dfee 50%,
        #e2dfee 82%,
        #e2dfee 100%
    );

    filter:blur(40px);
}

.content-plan-box::after{
    content:"";
    position:absolute;
    right:-90px;
    top:-15%;
    width:180px;
    height:130%;
    pointer-events:none;
    z-index:-1;

    background:
    linear-gradient(
        to bottom,
        #e2dfee 0%,
        #e2dfee 18%,
        #e2dfee 50%,
        #e2dfee 82%,
        #e2dfee 100%
    );

    filter:blur(55px);
}

.content-plan-box h2{
    color:rgba(5, 5, 62, 1);
    line-height:1.18;
    max-width:718px;
    margin: 0 auto 20px;
}

.content-plan-box p{
    max-width:758px;
    margin:0 auto 38px;
    color:rgba(71, 70, 80, 1);
    line-height:1.8;
}

.content-btn{
    width:100%;
    max-width:760px;
    margin:auto;
    padding:22px 30px;
    background: linear-gradient(92.03deg, #7B61FF 0.03%, #B8A7FF 99.97%);
    border-radius:12px;
    display:flex;
    justify-content:center;
    font-family: Inter;
    align-items:center;
    gap:14px;
    text-decoration:none;
    color:rgba(255, 255, 255, 1);
    font-size:20px;
    font-weight:600;
    transition:.35s;
}

.content-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 35px rgba(117,92,255,.35);
}

.content-btn img{
    width:20px;
    height:20px;
    object-fit:contain;
}

.audit-link{
    display:inline-block;
    margin-top:24px;
    color:rgba(5, 5, 62, 1);
    font-size:16px;
    font-weight:400;
    text-decoration:underline;
    transition:.3s;
}

.audit-link:hover{
    color:#765cff;
}
/* Ends here */



/* FAQ Section AND Responsive css on A AISSalesMain.css page */
.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-icon-AI{
    transition:.35s;
    flex-shrink:0;
}

.accordion-button:not(.collapsed) .faq-icon-AI{
    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 */



