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

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

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


/* Result That Speaks */
.results-section{
    padding:50px 0;
    background:rgba(245, 246, 255, 1);
}

.results-heading{
    color:rgba(5, 5, 62, 1);
    margin-bottom:30px;
    line-height:1.15;
}

.result-card{
    background: linear-gradient(180deg, #E8EAFF 0%, #D4D8FF 100%);
    box-shadow: 0px 8px 24px 0px rgba(59, 63, 152, 0.13);
    border-radius:18px;
    padding:32px 18px;
    min-height:180px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    box-shadow:0 10px 30px rgba(87,88,180,.10);
    transition:.3s;
}

.result-card h1{
    color:rgba(123, 97, 255, 1);
    margin-bottom:18px;
    line-height:1;
}

.result-card p{
    line-height:1.6;
    color:rgba(5, 5, 62, 1);
    margin:0;
    font-weight: 500;
    font-style: Medium;
    max-width: 246px;
}

.active-card{
    background: linear-gradient(180deg, #7C6FE8 0%, #5046D4 100%);
    box-shadow: 0px 8px 24px 0px rgba(80, 70, 212, 0.25);
}

.active-card h1{
    color:rgba(255, 255, 255, 1);
}

.active-card p{
    color:rgba(255, 255, 255, 1);
}

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

/* Ends here */


/* Follow up Pipeline */
.prospect-section{
    padding:40px 0;
    background:rgba(245, 246, 255, 1);
}

.prospect-title{
    line-height:1.2;
    color:rgba(5, 5, 62, 1);
    margin-bottom:25px;
    max-width:773px;
    margin: 0 auto;
    margin-bottom: 18px;

}

.prospect-text{
    max-width:730px;
    margin:auto;
    color:rgba(71, 70, 80, 1);
    line-height:1.8;
    font-weight: 500;
    font-style: Medium;
}

.info-card{
    background:rgba(255, 255, 255, 1);
    border: 1px solid var(--Neutral-colors-Muted-Text, rgba(168, 174, 208, 1));
    border-radius:12px;
    padding:30px;
    height:100%;
}

.info-card h3{
    font-weight:700;
    font-style: Bold;
    color:rgba(5, 5, 62, 1);
    margin-bottom:20px;
    line-height:1.3;
}

.info-card p{
    color:rgba(95, 93, 104, 1);
    line-height:1.8;
    font-size: 12px;
    font-weight: 400;
    font-style: Regular;
    margin:0;
}

.bottoms-banners{
    background: linear-gradient(142.29deg, #7B61FF 8.41%, #05053E 176.98%);
    border-radius:20px;
    padding:45px;
    color:#fff;
}

.bottoms-banners h1{
    margin-bottom:10px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}

.bottoms-banners span{
    display:block;
    font-size:12px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    line-height:1.6;
    max-width: 248px;
    text-align: left;
}

.bottoms-banners h4{
    color: rgba(255, 255, 255, 1);
    font-weight:700;
    font-style: Bold;
    line-height:1.4;
    margin-bottom:20px;
}

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

/*Ends here*/



/* Client Results  AND Responsive css on A AISSalesMain.css page*/
.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 */




/*  B2B Section AND Responsive css on A AISSalesMain.css page */
.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 */

/* Email Manager */
.brittany-section{
    width:100%;
    padding:50px 0;
    background:rgba(245, 246, 255, 1);
    overflow:hidden;
}

.brittany-content h2{
    color:rgba(5, 5, 62, 1);
    line-height:1.15;
    margin-bottom:25px;
    max-width:570px;
}

.brittany-text{
    line-height:1.9;
    color:rgba(95, 93, 104, 1);
    max-width:623px;
    font-weight: 500;
    font-style: Medium;
}

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

.brittany-image img{
    max-width:480px;
    width:100%;
}

.feature-card{
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--Neutral-colors-Muted-Text, rgba(168, 174, 208, 1));
    border-radius:12px;
    padding:26px;
    height:100%;
    transition:.35s;
    box-shadow:0 8px 25px rgba(34,39,120,.05);
}

.feature-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(34,39,120,.12);
}

.feature-card h3{
    font-weight:700;
    font-style: Bold;
    color:rgba(5, 5, 62, 1);
    margin-bottom:15px;
    line-height:1.3;
}

.feature-card p{
    margin:0;
    color:rgba(95, 93, 104, 1);
    font-weight: 500;
    font-style: Medium;
    line-height:1.8;
    max-width: 448px;
}

.campaign-box{
    margin-top:45px;
    background: linear-gradient(142.29deg, #7B61FF 8.41%, #05053E 176.98%);
    border-radius:22px;
    padding:42px;
    color:#fff;
}

.campaign-box h4{
    font-weight:700;
    margin-bottom:18px;
    color: rgba(255, 255, 255, 1);
}

.campaign-box p{
    margin:0;
    color: rgba(255, 255, 255, 1);
    line-height:1.9;
    font-weight: 500;
    font-style: Medium;
    max-width:1132px;
}

/* 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-ie{
    transition:.35s;
    flex-shrink:0;
}
.faq-ie img{
   width: 24px;
   height: 24px;
}

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



