

/* hero section */
.hero{
    position:relative;
    width:100%;
    display:flex;
    align-items:center;
    height:100vh;
}

.hero-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    z-index:0;
}

.hero::before{
    position:absolute;
    inset:0;
    background:rgba(6,7,40,.35);
    z-index:1;
}

.hero-container{
    position:relative;
    z-index:5;
    width:90%;
    max-width:100%;
}

.hero-content{
    color:#fff;
    max-width:640px;
}

.top-text{
    display:block;
    margin-bottom:10px;
    color:rgba(216, 216, 255, 1);
    font-weight: 400;
    font-style: Regular;
}

.hero-content h1{
    font-weight:700;
    line-height:1.15;
    color: rgba(244, 241, 255, 1);
    margin-bottom:28px;
    font-style: Bold;
}

.hero-content h6{
    color:rgba(221, 225, 247, 1);
    font-weight: 500;
    font-style: Medium;
    margin-bottom:22px;
}

.hero-content.services{
    color:rgba(168, 174, 208, 1);
    line-height:2;
    margin-bottom:10px;
    font-weight: 400;
    font-style: Regular;
    vertical-align: middle;
}

.hero-btn{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.Started-btn{
    min-width:220px;
    height:62px;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:17px;
    font-weight:600;
    color:rgba(255, 255, 255, 1);
     background: linear-gradient(90deg, #6957FF 0%, #B59DFF 100%);
     transition: .3s;
}

.Started-btn:hover{  
    color:#ffffff;
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(110,98,255,.35);
}

.outline-light{
    min-width:220px;
    height:62px;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:17px;
    transition: .3s;
    font-weight:600;
    color:rgba(255, 255, 255, 1);
     background: rgb(5,5,62);
}

.outline-light:hover{
        transform:translateY(-3px);
        box-shadow:0 12px 25px rgba(110,98,255,.35);
}

/* ends here */


/* whoo we are */
.about-company{
    padding:50px 0;
    background:#fff;
}

.about-image{
    position:relative;
}

.about-image img{
    position: relative;
    width:100%;
    border-radius:18px;
    display:block;
}

.experience-box{
    position:absolute;
    top:-14px;
    left:-14px;
    width:180px;
    padding:14px 18px;
    background:rgba(32,38,74,.82);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.25);
    border-radius:16px;
    z-index:5;
}

.experience-box h2{
    margin:0;
    color:rgba(212, 210, 248, 1);
    font-weight:700;
}

.experience-box p{
    margin:6px 0 0;
    color:rgba(255, 255, 255, 0.55);
    font-size:12px;
}

.aboutss-content h2{
    color:rgba(11, 11, 46, 1);
    margin-bottom:12px;
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: 0%;
}

.who-we{
    margin-bottom:20px;
    color:rgba(26, 26, 77, 1) !important;
    font-weight: 500;
    font-family: Inter;
    font-style: Medium;
    font-size: 16px;
}

.aboutss-content p{
    color:rgba(71, 70, 80, 1);
    line-height:1.6;
    margin-bottom:10px;
    font-weight: 400;
    font-style: Regular;
}

.service-box{
    display:flex;
    align-items:center;
    gap:14px;
    background:#ffffff;
    border-radius:12px;
    padding:12px 16px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.35s;
    height:100%;
}

.service-box:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.service-icon{
    width:42px;
    height:42px;
     background: linear-gradient(135deg, #1D2755 0%, #324A9E 100%);
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

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

.service-box span{
    color:rgba(26, 26, 77, 1);
   font-family: Inter;
   font-weight: 500;
   font-style: Medium;
   font-size: 16px;
   line-height: 26px;
   letter-spacing: 1.2%;
}

.explore-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:30px;
    padding:14px 28px;
    background: rgba(26, 26, 77, 1);
    border: 1px solid rgba(26, 26, 77, 1);
    backdrop-filter: blur(24px);
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-size:16px;
    font-weight:500;
    transition:.35s;
    font-family: Inter;
}

.explore-btn img{
    width:18px;
}

.explore-btn:hover{
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(110,98,255,.35);
}

@media (max-width:768px){
    .aboutss-content h2{
        font-size: 32px;
    }
       .aboutss-content .who-we,
       .aboutss-content .p{
        font-size: 16px;
    }
    
}
/* ends here */




/* Client results */
.client-results{
    background:#fff;
    padding:50px 0;
}

.sections-headings h2{
    margin-bottom:8px;
    line-height: 52px;
    letter-spacing: 0%;
}

.sections-headings p{
    color:rgba(26, 26, 77, 1);
    margin:0;
    font-weight: 500;
    font-style: Medium;
    line-height: 26px;
    letter-spacing: 1.2%;    
}

.review-card{
    background:#fff;
    border:1px solid #d9e2ff;
    border-radius:22px;
    padding:28px;
    transition:.4s ease;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    height:100%;
    background: rgba(255, 255, 255, 1);
    border: 1px solid var(--text-color-Muted-Text, rgba(168, 174, 208, 1));
    box-shadow: 0px 8px 40px 0px rgba(24, 38, 65, 0.1);
}

.review-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 55px rgba(18,36,95,.18);
}

.stars{
    color:rgba(254, 187, 42, 1);
    font-size:28px;
    display:flex;
    border-radius: 1px;
    gap:5px;
}

.reviews-texts{
    color:rgba(119, 118, 129, 1);
    flex:1;
    font-weight: 400;
    font-style: Regular;
    line-height: 24px;
    letter-spacing: -0.4%;
    max-width: 367px;
}

.clents-infs{
    display:flex;
    align-items:center;
    gap:14px;
}

.clents-infs img{
    width:50px;
    height:50px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #fff;
    box-shadow:0 5px 15px rgba(0,0,0,.12);
}

.clents-infs span{
   color:rgba(5, 5, 62, 1);
   font-weight: 400;
   font-style: Regular;
   font-size: 14px;
   line-height: 20px;
   letter-spacing: 0%;
}

.ibottoms-text{
    color:rgba(5, 5, 62, 1);
    margin-bottom:28px;
    font-weight: 400;
    font-style: Regular;
    line-height: 26px;
    letter-spacing: 1.2%;
}

.claim-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:rgba(26, 26, 77, 1);
    color:rgba(255, 255, 255, 1);
    font-family: 16px;
    font-weight: 600;
    font-style: Semi Bold;
    font-family: Inter;
    text-decoration:none;
    padding:18px 34px;
    border-radius:6px;
    font-size:18px;
    font-weight:700;
    transition:.35s;
}

.claim-btn:hover{
    background:#10103b;
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 18px 35px rgba(36,35,95,.28);
}

.claim-btn i{
    transition:.35s;
}

.claim-btn:hover i{
    transform:translateX(5px);
}
/* ENDS here */

/* WHY BRITTANY */
.britt-sects{
    background:rgb(255,255,255);
    overflow:hidden;
}

.container-britt{
    width: 80%;
    margin: 0 auto;
}

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

.section-title span{
    color:rgba(123, 97, 255, 1);
}

.section-desc{
    max-width:776px;
    line-height:1.8;
    color:rgba(71, 70, 80, 1);
    font-weight: 400;
    font-style: Regular;
     margin: 0 auto;          
    text-align: center;
    
}

.bri-conts{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.bri-conts h3{
    color:rgba(5, 5, 62, 1);
    margin-bottom:18px;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 0%;
}

.bri-conts p{
    line-height:1.9;
    color:rgba(95, 93, 104, 1);
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
}

.highlight-text{
    color:rgba(80, 70, 212, 1) !important;
    font-weight:500;
    font-style: Medium;
    font-size: 16px !important;
}

.demo-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#23235f;
    color:#fff;
    text-decoration:none;
    padding:16px 34px;
    border-radius:10px;
    font-size:18px;
    font-weight:700;
    transition:.35s;
    width:fit-content;
}

.demo-btn img{
    width:22px;
}

.demo-btn:hover{
    background:#10103b;
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 18px 35px rgba(35,35,95,.28);
}

.image-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

.image-wrapper img{
    width:100%;
    max-width:540px;
    border-radius:28px;
    transition:.45s ease;
}


.image-wrapper:hover img{
    transform:translateY(-10px) scale(1.03);
}

.image-wrapper::after{
    content:"";
    position:absolute;
    width:80%;
    height:80%;
    background:linear-gradient(135deg,#5a6eff,#8bb6ff);
    filter:blur(45px);
    opacity:0;
    z-index:-1;
    transition:.4s;
}

.image-wrapper:hover::after{
    opacity:.35;
}

/* ends here */


/* Our case studies */
.case-studies{
    padding:50px 0;
   background-color:  rgba(245, 246, 255, 1);
   width: 100%;
}

.C-heading{
    margin-bottom:40px;
}

.C-heading h2{
    font-weight:700;
    margin-bottom:10px;
    color: rgba(11, 11, 46, 1);
}

.C-heading p{
color: rgba(26, 26, 77, 1);
margin-bottom: 10px;
font-weight: 500;
font-style: Medium;
}


.case-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}


.case-card{
    background:#ffffff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.card-image{
    position:relative;
}

.card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}


.card-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 20px;
}

.tag{
    background:rgba(180, 177, 238, 0.9);
    color:rgba(8, 8, 59, 1);
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 1.5px;
    vertical-align: middle;
    text-transform: uppercase;
    padding:8px 14px;
    border-radius:50px;
}

.result{
    color:#ffffff;
    font-family: Inter;
    font-weight: 900;
    font-style: Black;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
}


.card-content{
    padding:25px;
}

.category{
    display:block;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.6%;
    margin-bottom:12px;
    color: rgba(184, 167, 255, 1);
}

.card-content h3{
    margin-bottom:15px;
    font-weight: 500;
    font-style: Medium;
    line-height: 32px;
    letter-spacing: 0%;
    color: rgba(26, 26, 77, 1);
}

.card-content p{
vertical-align: middle;
color:rgba(71, 70, 80, 1);
margin-bottom: 10px;
font-weight: 400;
font-style: Reggular;
}


.case-btn-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.case-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 38px;
    border-radius:15px;
    color:rgba(11, 11, 46, 1);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.52);
    font-size: 16px;
    font-weight: 500;
    transition:.35s;
    border: 1px solid rgba(26, 26, 77, 1);
    backdrop-filter: blur(24px)
}

.case-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(110,98,255,.35);
}


/* ends here */

/* Brittany Works around */
.Britt-works{
    padding:50px 0;
    background:#ffffff;
}

.mainbrit{
    text-align:center;
    margin-bottom:35px;
}

.mainbrit h2{
    font-size:24px;
    font-weight:700;
    font-style: Bold;
    line-height:1.3;
    color:rgba(5, 5, 62, 1);
}

.imagesdiv{
    overflow:hidden;
    text-align:center;
    transition:.35s ease;
}

.imagesdiv img{
    width:100%;
    aspect-ratio:17/9;
    object-fit:cover;
    object-position:center;
    border-radius:14px;
    display:block;
    transition:.45s ease;
}

.imagesdiv:hover img{
    transform:scale(1.04);
}

.imagesdiv p{
    margin-top:10px;
    font-size:14px;
    color:rgba(95, 93, 104, 1);
    font-weight:400;
    font-style: Regular;
    margin-bottom: 0 ;
}

.imagesdiv .lastr{
    font-size:14px;
    color:rgba(26, 26, 77, 1);
    font-weight:600;
    font-style: Semi Bold;
    line-height:1.4;
}

/* Ends here */


/* banner section */
.brittany-section{
    width: 100%;
    padding: 40px 0px;
    background: rgba(230, 230, 253, 1);
}

.container{
    width: 80%;
    margin: auto;
}

.brittany-heading h2{
    color: rgba(11, 11, 46, 1);
    width: 100%;
    margin-bottom: 30px;
    line-height: normal;
     margin:18px;
    font-weight: 700;
    text-align: center;
}

.brittany-heading span{
    color: #6b5cff;
}

.banner-image{
    width: 100%;
}

.banner-image img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    object-fit: contain; 
}

/* ends here */

/* our ai services */
.ai-services{
    padding:50px 0;
    background:#ffffff;
    width:100%;
}

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

.services-heading h2{
    font-weight:700;
    margin-bottom:10px;
}

.ser-h{
    font-weight:500;
    font-style: Medium;
    margin-bottom:15px;
    color:rgba(26, 26, 77, 1);
}

.desc{
    max-width:688px;
    height:auto;
    color:rgba(71, 70, 80, 1);
    font-weight: 400;
    font-style: Regular;
    margin-bottom: 10px;
}

.service-card-ai{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #ececf4;
    height:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.04);
    display:flex;
    flex-direction:column;
    transition:all .45s ease;
    position:relative;
}

.service-card-ai::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,
    rgba(123,97,255,.08),
    rgba(59,130,246,.05));
    opacity:0;
    transition:.45s;
    z-index:0;
}


.service-image-ai{
    position:relative;
}

.service-card-ai>*{
    position:relative;
    z-index:2;
}

.service-card-ai:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(27,35,74,.15);
}

.service-card-ai:hover::before{
    opacity:1;
}

.service-image-ai{
    position:relative;
    overflow:hidden;
}

.service-image-ai img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .6s ease;
}

.service-card-ai:hover .service-image-ai img{
    transform:scale(1.08);
}



.service-tag-ai{
    position:absolute;
    left:15px;
    bottom:15px;
    background:#7462ff;
    color:#ffffff;
    font-size:10px;
    font-weight:700;
    padding:8px 14px;
    border-radius:30px;
     text-transform: uppercase;
}

.service-content-ai{
    padding:28px;
    flex:1;
    display:flex;
    flex-direction:column;
}

.service-content-ai h3{
    line-height:1.3;
    margin-bottom:10px;
    color:rgba(11, 11, 46, 1);
    font-style: Medium;
    vertical-align: middle;
    font-weight: 500;
}

.service-content-ai p{
    max-width:362px;
    height:auto;
    margin-bottom:25px;
    color:rgba(71, 70, 80, 1);
    font-weight: 400;
    flex:1;
    margin-bottom:10px;
}
/* ends here */

/* Domination section */
.market-domination{
    background:rgba(5, 5, 62, 1);
    padding:50px 0;
    overflow:hidden;
}


.small-heading{
    color:rgba(221, 225, 247, 1);
    font-size:20px;
    font-weight:500;
    margin-bottom:10px;
}

.main-heading{
    color:rgba(168, 174, 208, 1);
    max-width:760px;
    margin:0 auto 35px;
    line-height:1.7;
    font-weight: 500;
    font-style: Medium;
}


.main-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    width:270px;
    height:58px;
    border-radius:6px;
    color:rgba(245, 246, 255, 1);
    text-decoration:none;
    transition:.35s;
    font-weight: 600;
    background: rgba(26, 26, 77, 1);
    font-style: Semi Bold;
    border-width: 0px, 1.6px, 2px, 1px;
    border-style: solid;
    border-color: var(--Brand-color-Lavender, rgba(216, 216, 255, 1));
    line-height: 19.2px;
    letter-spacing: 0%;
}

.main-btn img{
    width:18px;
    transition:.35s;
}

.main-btn:hover img{
    transform:translateX(6px);
}

.stats-row{
    margin-top:60px;
}

.stat-box{
    text-align:center;
    border-right:1px solid rgba(198, 196, 196, 0.12);
    padding:0 15px;
    height:100%;
    max-width: 172px;
}

.stat-box h4{
    color:rgba(245, 246, 255, 1);
    font-size:24px;
    font-weight:500;
    margin-bottom:10px;
}

.stat-box p{
    color:rgba(168, 174, 208, 1);
    line-height:1.6;
    margin:0;
    font:500;
    max-width: 171px;
    font-style: Medium;
}

.stats-row .col-lg:last-child .stat-box{
    border-right:none;
}
/* ends here */


/* owner section */
img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

.founder-story{
    padding:50px 0;
    background:#fff;
    overflow:hidden;
}

.containers-widths{
    width:80%;
    max-width:1440px;
    margin:0 auto;
}

.heading-wrapper{
    margin-bottom:45px;
}

.heading-wrapper h2{
    margin:0 0 12px;
    color:rgba(26, 26, 77, 1);
    font-style: Bold;
    font-weight:700;
    line-height:1.15;
    letter-spacing:-1px;
}

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

.heading-wrapper p{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:rgba(26, 26, 77, 1);
    line-height:30px;
}

.heading-wrapper p span{
    color:rgba(123, 97, 255, 1);
    font-style:italic;
}

.founder-story .row{
    --bs-gutter-x:32px;
    --bs-gutter-y:32px;
}

.story-card{
    background:#EEF0F8;
    border:1px solid #E0E2F4;
    border-radius:24px;
    padding:32px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}

.top-content{
    display:flex;
    align-items:flex-start;
    gap:24px;
    margin-bottom:22px;
}

.founder-image{
    flex:0 0 165px;
}

.founder-image img{
    width:165px;
    height:190px;
    object-fit:cover;
    border-radius:14px;
}

.quote-content{
    flex:1;
}

.quote-content p{
    margin:0;
    color:rgba(71, 70, 80, 1);
    font-style:italic;
    font-weight:400;
    line-height:30px;
}

.story-text{
    width:100%;
}

.italic-text{
    margin-bottom:18px;
    color:rgba(71, 70, 80, 1);
    font-style:italic;
    font-weight:400;
    line-height:30px;
}

.bold-text{
    margin-bottom:18px;
    color:rgba(71, 70, 80, 1);
    font-weight:700;
    font-style: Bold;
    line-height:30px;
}

.read-more{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin-bottom:25px;
    color:rgba(184, 167, 255, 1);
    font-weight:700;
    font-style: Bold;
    transition:.3s ease;
}

.read-more:hover{
    color:#7B61FF;
}

.bolds-texts{
    margin:0;
    color:rgba(123, 97, 255, 1);
    font-weight:700;
    font-style: Bold;
    line-height:30px;
}

.video-card{
    background:#EEF0F8;
    border:1px solid #E0E2F4;
    border-radius:24px;
    overflow:hidden;
    height:100%;
    display:flex;
}

.video-placeholder{
    width:100%;
    min-height:610px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#1A1A4D;
    font-size:54px;
    font-weight:700;
    letter-spacing:-1px;
}

.story-card,
.video-card{
    transition:.35s ease;
}

.story-card:hover,
.video-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(25,25,60,.08);
}

.founder-image img{
    transition:.35s ease;
}

.story-card:hover .founder-image img{
    transform:scale(1.03);
}
/* ends here */

/* FAQ section */

.containers{
    width: 90%;
    margin: 0 auto;
}

.faq-section{
    padding:50px 0;
    width: 100%;
    background: rgb(230,226,255);
}

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

.faq-heading h2{
    font-weight:700;
    color:rgba(11, 11, 46, 1);
    margin-bottom:5px;
    line-height:1;
}

.faq-heading span{
    color: rgba(123, 97, 255, 1);
}


.custom-accordion .accordion-item{
    border-radius:16px !important;
    overflow:hidden;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(123, 97, 255, 0.18);
    box-shadow: 0px 8px 30px 0px rgba(5, 5, 62, 0.08);
    margin-bottom:12px;
    background:#fff;
}

.custom-accordion .accordion-button{
    background:#fff;
    border:none;
    box-shadow:none;
    padding:20px 22px;
    font-size:20px;
    font-weight:500;
    color:rgba(5, 5, 62, 1);
    position:relative;
    font-style:Medium;
    line-height: 30px;
    letter-spacing: normal;
}

.custom-accordion .accordion-button:not(.collapsed){
    background:#fff;
    color:#16194b;
    box-shadow:none;
}

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

.faq-icon{
    width:32px;
    height:32px;
    margin-left:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    border:2px solid rgba(212, 214, 240, 1);
    border-radius:50%;
    color:rgba(155, 151, 232, 1);
    font-size:22px;
    font-weight:600;
    line-height:1;
    flex-shrink:0;
    transition:transform.3s ease;
    background-color:3s ease;
    color:3s ease;
     border-color: .35s ease;
}

.custom-accordion .accordion-button:not(.collapsed) .faq-icon{
    transform:rotate(45deg);
    border-color:rgba(155, 151, 232, 1);
    color:rgba(212, 214, 240, 1);
}

.accordion-body{
    padding:0 22px 22px;
    color:rgba(26, 26, 77, 1);
    font: 400;
    font-style: Regular;
    line-height:1.8;
    font-size: 18px;
}

/* ends here */


