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

  .AISMS-hero{
      padding:50px 0;
      background: radial-gradient(85.48% 285.39% at 57.99% 56.98%, #05053E 0%, #B8A7FF 100%);
      overflow:hidden;
  }
 
  .AISMS-hero-row{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      margin:0 -15px;
  }
 
  .AISMS-hero-col{
      width:50%;
      padding:0 15px;
  }
 
  .AISMS-hero-content{
      display:flex;
      flex-direction:column;
      justify-content:center;
      min-height:720px;
  }
 
  .AISMS-hero-content h1{
      color:#ffffff;
      max-width: 486px;
      margin:0 0 18px;
      line-height:1.15;
  }
 
  .AISMS-hero-content h3{
      line-height:1.25;
      color:rgba(255, 255, 255, 1);
      margin:0 0 20px;
  }
 
  .AISMS-hero-desc{
      color:rgba(245, 246, 255, 1);
      line-height:1.9;
      font-size:16px;
      margin:0;
  }
 
  .AISMS-hero-cta{
      display:flex;
      flex-direction:row;
      gap:18px;
      padding: 30px 0;
  }
 
  .AISMS-hero-cta img{
     width: 24px;
     height: 24px;
  }
 
  .AISMS-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:#7B61FF;
      font-size:20px;
      font-weight:600;
      background: rgba(255, 255, 255, 1);
      border: 1px solid rgba(168, 174, 208, 1);
      transition:.3s;
      cursor:pointer;
  }
 
  .AISMS-btn-primary:hover{
      transform:translateY(-3px);
  }

  .AISMS-hero-cta{
    display: flex;
    flex-direction: column;
  }

  .btn-h{
    margin-top: 15px;
    color: rgba(245, 246, 255, 1);
    line-height: 25px;
  }
 
  .AISMS-hero-features{
      display:flex;
      flex-direction:row;
      gap:22px;
      margin-top:45px;
  }

  .b-box{
    display: flex;
    flex-direction: row;
      justify-content: center;
    align-items: center;
    gap: 18px;
  }

  .b-pone{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    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: 8px;
color: rgba(255, 255, 255, 1);
  }

  .b-pone{
    font-size: 14px;
    font-weight: 500;
    font-style: Semi Bold;
    font-family: Inter;
  }

  .herios-bottom{
    color: rgba(245, 246, 255, 1);
    font-size: 14px;
    margin-top: 15px;
  }



  .b-pone img{
   width: 24px;
   height: 24px;
  }
 
  .AISMS-feature-item{
      display: flex;
      align-items:center;
      gap: 6px;
  }
 
  .AISMS-feature-item img{
     width:20px;
     height: 20px;
  }
 
  .AISMS-feature-item h5{
      color: rgba(255, 255, 255, 1);
      margin:0;
  }
 
  .AISMS-hero-visual {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      width: 100%;
      height:100%;
      overflow: hidden;
  }
 
  .AISMS-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;
  }
 
  .AISMS-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;
  }
 
  .AISMS-badge-icon{
      width:52px;
      height:52px;
      object-fit:contain;
      flex-shrink:0;
      background-color: rgba(108, 94, 251, 1);
      padding: 15px;
      border-radius: 15px;
  }
 
  .AISMS-badge-text{
      display:flex;
      flex-direction:column;
      justify-content:center;
  }
 
  .AISMS-badge-text h6{
      margin:0 0 8px;
      font-weight:500;
      color:rgba(245, 246, 255, 1);
      line-height:1.2;
  }
 
  .AISMS-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 */


/* Your competetor */
.revenue-section{
    position:relative;
    overflow:hidden;
    padding:50px 0;
    background:rgba(5, 5, 62, 1);
}

.phone-card{
    width:360px;
    background:#0B0A4A;
    border:1px solid rgba(255,255,255,.08);
    border-radius:28px;
    padding:18px;
    box-shadow:0 25px 60px rgba(0,0,0,.35);
    overflow:hidden;
    transition:.35s ease;
}

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

.phone-status{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:22px;
}

.phone-time{
    color:#fff;
    font-size:18px;
    font-weight:700;
}

.status-icons{
    display:flex;
    align-items:center;
    gap:8px;
}

.status-icons img{
    width:18px;
    height:18px;
    object-fit:contain;
}

.phone-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:24px;
}

.phone-header h4{
    color:#ffffff;
    font-weight:700;
    margin-bottom:4px;
    font-family: Inter;
}

.phone-header p{
    margin:0;
    color:#B8B8D6;
    font-size:18px;
}

.compose-btn{
    width:46px;
    height:46px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
}

.compose-btn img{
    width:22px;
    height:22px;
}

.message-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.05);
    border-radius:18px;
    padding:14px;
    margin-bottom:16px;
    transition:.35s;
}

.message-card:hover{
    background:rgba(255,255,255,.09);
    transform:translateX(6px);
}

.message-left{
    display:flex;
    align-items:center;
    gap:14px;
    flex:1;
}

.message-content h5{
    color:#fff;
    font-size:19px;
    font-weight:600;
    margin-bottom:6px;
}

.message-content p{
    margin:0;
    color:#AFAFCF;
    font-size:15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.message-right{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    margin-left:12px;
}

.message-time{
    color:#9A9AC3;
    font-size:14px;
    font-weight:500;
}

.message-count{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#fff;
    color:#14134A;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    font-weight:700;
}

.phone-footer{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:28px;
}

.phone-footer img{
    width:18px;
    height:18px;
}

.phone-footer p{
    margin:0;
    color:#7C7CA9;
    font-size:15px;
    line-height:1.5;
}

@media(max-width:576px){

.phone-card{
    width:100%;
    max-width:360px;
    padding:16px;
}

.phone-header h4{
    font-size:28px;
}

.phone-header p{
    font-size:16px;
}

.compose-btn{
    width:42px;
    height:42px;
}

.message-card{
    padding:12px;
}

.message-icon{
    width:30px;
    height:30px;
}

.message-icon img{
    width:20px;
    height:20px;
}

.message-content h5{
    font-size:16px;
}

.message-content p{
    font-size:13px;
}

.message-count{
    width:24px;
    height:24px;
    font-size:12px;
}

.phone-footer p{
    font-size:13px;
}

}

.revenue-section::before{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    right:-280px;
    top:-250px;
    border-radius:50%;
    background:rgba(123,97,255,.08);
    filter:blur(120px);
}

.revenue-content h2{
    font-weight:700;
    line-height:1.15;
    font-style: Bold;
    color:rgba(245, 246, 255, 1);
    margin-bottom:20px;
}

.revenue-content p{
    font-weight: 500;
    font-style: Medium;
    line-height:1.8;
    color:rgba(243, 239, 252, 1);
}

.phone-card{
    width:390px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:22px;
    box-shadow:0 20px 45px rgba(0,0,0,.35);
}

.phone-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
}

.phone-top span{
    font-size:14px;
    font-weight:700;
    color:#fff;
    font-family:Inter,sans-serif;
}

.phone-card h6{
    color:#fff;
    font-size:20px;
    font-weight:700;
    margin-bottom:18px;
    font-family:"Space Grotesk",sans-serif;
}

.message-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px;
    border-radius:16px;
    background:#1A1A63;
    margin-bottom:14px;
    transition:.35s;
}

.message-card:hover{
    transform:translateY(-4px);
    background:#23237A;
}

.message-card .left{
    display:flex;
    align-items:center;
    gap:14px;
}

.message-card img{
    width:44px;
    height:44px;
    object-fit:cover;
    border-radius:50%;
}

.message-card h5{
    color:#fff;
    font-size:15px;
    font-weight:600;
    margin-bottom:5px;
    font-family:Inter,sans-serif;
}

.message-card p{
    color:#B9BBDA;
    font-size:13px;
    margin:0;
    line-height:1.5;
    font-family:Inter,sans-serif;
}

.message-card .right{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
}

.message-card .right span:first-child{
    color:#A7ABD6;
    font-size:13px;
    font-weight:600;
}

.badge-number{
    width:24px;
    height:24px;
    border-radius:50%;
    background:#7B61FF;
    color:#fff !important;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px !important;
    font-weight:700;
}

.message-text{
    margin-top:20px;
    margin-bottom:6px;
    color:#fff;
    font-size:15px;
    font-weight:600;
    font-family:Inter,sans-serif;
}

.unread-text{
    color:#7B61FF;
    font-size:15px;
    font-weight:700;
    margin-bottom:22px;
    font-family:Inter,sans-serif;
}

.watch-image{
    text-align:center;
}

.watch-image img{
    width:100%;
    max-width:270px;
    display:block;
    margin:auto;
}

.section-heading{
    margin-top:25px;
    margin-bottom:10px;
}

.section-heading h3{
    color:rgba(245, 246, 255, 1);
    font-weight:700;
    font-style: Bold;
    line-height:1.3;
}

.info-card{
    height:100%;
    background:#12124F;
    border:1px solid rgba(255,255,255,.06);
    border-radius:22px;
    padding:32px;
    transition:.35s;
}

.info-card:hover{
    transform:translateY(-8px);
    border-color:#7B61FF;
}

.info-card img{
    width:58px;
    height:58px;
    object-fit:contain;
    margin-bottom:24px;
}

.info-card h4{
    color:rgba(245, 246, 255, 1);
    font-family: Inter;
    font-style: Bold;
    font-weight:700;
    line-height:1.4;
    margin-bottom:18px;
}

.info-card p{
    color:rgba(216, 216, 213, 1);
    line-height:1.8;
    font-weight: 400;
    font-style:Regular;
}

.bottom-card{
    margin-top:30px;
    background: linear-gradient(142.29deg, #7B61FF 8.41%, #05053E 176.98%);
    border-radius:26px;
    padding:50px;
    overflow:hidden;
    position:relative;
}

.bottom-card::before{
    position:absolute;
    width:300px;
    height:300px;
    top:-120px;
    right:-120px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
}

.bottom-card h4{
    position:relative;
    z-index:2;
    color:rgba(255, 255, 255, 1);
    font-weight:700;
    font-weight: Bold;
    margin-bottom:20px;
}

.bottom-card p{
    position:relative;
    z-index:2;
    color:rgba(255, 255, 255, 1);
    font-weight:400;
    font-weight:Regular;
    line-height:1.9;
}

/* ends here */

/* AI SMS Agent That Never Sleeps, Never Misses */
.brittany-section{
    padding:50px 0;
    background:rgba(245, 246, 255, 1);
    overflow:hidden;
}

.AI-section-title{
    line-height:1.15;
    font-weight:700;
    color:rgba(5, 5, 62, 1);
    margin-bottom:20px;
    font-style: Bold;
}

.section-text{
    line-height:1.9;
    color:rgba(71, 70, 80, 1);
    font-weight: 500;
    font-style: Medium;
}

.cards-heading{
    font-weight:700;
    margin-top:80px;
    font-style: Bold;
    color: rgba(5, 5, 62, 1);
}

.features-cards{
    background:#ffffff;
    border-radius:16px;
    padding:32px 28px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.35s;
}

.features-cards:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.features-cards img{
    width:50px;
    height:50px;
    background-color:rgba(123, 97, 255, 1);
    object-fit:contain;
    margin-bottom:22px;
    padding: 15px 15px;
    border-radius:15px;
}

.features-cards h5{
    font-weight:700;
    color:rgba(5, 5, 62, 1);
    line-height:1.4;
    margin-bottom:15px;
    font-weight: 700;
    font-style: Bold;
}

.features-cards p{
    color:14px;
    line-height:1.8;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
}

.cta-card{
    margin-top:80px;
    background: linear-gradient(142.29deg, #7B61FF 8.41%, #05053E 176.98%);
    border-radius:24px;
    padding:55px 45px;
    color:#fff;
}

.cta-left h1{
    margin-bottom:15px;
    color: rgba(245, 246, 255, 1);
}

.cta-left p{
    font-size:12px;
    line-height:1.6;
    color:rgba(255, 255, 255, 1);
    font-weight: 400;
    font-style: Regular;
}

.cta-right{
    padding-left:35px;
    width: 100%;
}

.cta-right h4{
    font-weight:700;
    line-height:1.5;
    margin-bottom:18px;
    font-style: Bold;
    color:rgba(245, 246, 255, 1);
}

.cta-right p{
    font-size:12px;
    line-height:1.8;
    color:rgba(245, 246, 255, 1);
    font-weight: 400;
    font-style: Regular;
}
/* ends here */

/* Built for Businesses Where Speed-to-Lead Equals Revenue */
.industry-section{
    background:rgba(5, 5, 62, 1);
    padding:50px 0;
    overflow:hidden;
}

.industry-title{
    font-weight:700;
    font-style: Bold;
    line-height:1.2;
    color:rgba(245, 246, 255, 1);
    margin-bottom:22px;
}

.industry-text{
    max-width:860px;
    font-size:15px;
    font-weight: 400;
    font-style: Regular;
    line-height:1.8;
    color:rgba(245, 246, 255, 1);
}

.industry-card{
    background:#ffffff;
    border-radius:18px;
    overflow:hidden;
    height:100%;
    padding:14px;
    transition:.4s ease;
    box-shadow:0 12px 30px rgba(0,0,0,.15);
    position:relative;
}

.industry-card img{
    width:100%;
    height:310px;
    object-fit:cover;
    border-radius:12px;
    display:block;
    transition:.5s;
}

.industry-card h4{
    font-weight:700;
    color:rgba(5, 5, 62, 1);
    line-height:1.4;
    margin:18px 0 12px;
    font-style: Bold;
}

.industry-card p{
    font-size:15px;
    line-height:1.8;
    font-weight: 400;
    font-style: Regular;
    color:rgba(71, 70, 80, 1);
}

.industry-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.25);
}

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

.industry-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:4px;
    background:#6A4CFF;
    transition:.4s;
}

.industry-card:hover::before{
    width:100%;
}

.industry-cta{
    height:100%;
    border-radius:18px;
    padding:40px 30px;
    display:flex;
    align-items:center;
    background:linear-gradient(135deg,#7357FF,#B28EFF);
    color:#fff;
    transition:.4s;
    box-shadow:0 15px 35px rgba(0,0,0,.18);
}

.industry-cta:hover{
    transform:translateY(-10px);
}

.industry-cta h3{
    font-weight:700;
    margin-bottom:18px;
    font-style: Bold;
    line-height:1.3;
}

.industry-cta p{
    font-size:12px;
    line-height:1.8;
    color:rgba(255, 255, 255, 1);
    font-weight: 400;
    font-style: Regular;
}

.industry-btn{
    display:inline-flex;
    align-items:center;
    text-decoration:none;
    color:rgba(245, 246, 255, 1);
    font-size:17px;
    font-weight:600;
    transition:.3s;
    text-decoration: underline;
}

.industry-btn:hover{
    color:#ffffff;
    letter-spacing:1px;
}


/* 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:1px solid #D8DAE8;
    border-radius:12px;
    background:#fff;
    margin-bottom:18px;
    overflow:hidden;
    transition:.35s ease;
}

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

.faq-item.active{
    border-color:#7367FF;
    box-shadow:0 12px 35px rgba(68,52,214,.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:.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 */










