@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family:'Poppins',sans-serif !important;
}

.navbar-custom{
    height:80px;
    background:linear-gradient(90deg,#4338ca,#7c3aed);
}

.navbar-nav .nav-link{
    color:#fff;
    font-weight:500;
    margin:0 6px;
    transition:.3s;
}

.navbar-nav .nav-link:hover{
    color:rgba(255,255,255,.75);
}

.btn-start{
    width:160px;
    height:44px;
    border-radius:50px;
    background:#fff;
    color:#444;
    font-weight:500;
    border:none;
    transition:.3s;
}

/*.btn-start:hover{
    opacity:.9;
}*/

.navbar-toggler{
    border:none;
    box-shadow:none!important;
}

.navbar-toggler-icon{
    filter:brightness(0) invert(1);
}

@media(max-width:991px){

    .navbar-collapse{
        background:linear-gradient(90deg,#4338ca,#7c3aed);
        margin-top:12px;
        padding:20px;
        border-radius:12px;
    }

    .navbar-nav .nav-link{
        margin:10px 0;
    }

    .btn-start{
        margin-top:15px;
    }

}
.img-white{
    filter:brightness(0) invert(1);
}
.nav-but {
    background: white !important;
    border-radius: 50px !important;
    font-size: 15px !important;
}



.hero-section{

    position:relative;
    overflow:hidden;
    background: url('../../image-mail/new-hero-bg.png');
    background-position: right;

    /*background:
    radial-gradient(circle at left,#fff7b5 0%,transparent 45%),
    radial-gradient(circle at right bottom,#ffe5d8 0%,transparent 45%),
    #ffffff;*/

    border-radius:20px;

    margin:20px auto 40px;

    /*max-width:1450px;*/

    padding:90px 20px 70px;

    box-shadow:0 10px 40px rgba(0,0,0,.04);

}

.hero-content{
position:relative;
z-index:2;
}

.community-badge{

display:inline-flex;
align-items:center;

padding:8px 18px;

border:1px solid #ddd;

border-radius:50px;

background:#fff;

font-size:14px;

margin-bottom:30px;

box-shadow:0 3px 12px rgba(0,0,0,.04);

}

.community-badge img{

width:28px;
height:28px;
border-radius:50%;
margin-left:-8px;
border:2px solid #fff;

}

.community-badge img:first-child{
margin-left:0;
}

.community-badge span{
margin-left:12px;
font-weight:500;
}

.hero-title{

font-size:70px;

font-weight:800;

line-height:1.05;

color:#111827;

margin-bottom:20px;

}

.hero-title span{

display:block;
color:#445066;

}

.hero-text{

font-size:21px;

color:#6b7280;

max-width:760px;

margin:auto;

line-height:1.8;

}

.hero-btn{

margin-top:40px;

background:#162649;

padding:16px 38px;

border-radius:50px;

font-weight:600;

font-size:18px;

}

.hero-btn:hover{
background:#0d1b36;
}

.command-box{

display:inline-flex;

align-items:center;

background:#fff;

border:1px solid #dfe3ea;

padding:15px 25px;

border-radius:12px;

margin-top:30px;

font-size:16px;

font-weight:500;

gap:15px;

box-shadow:0 5px 15px rgba(0,0,0,.05);

}

.command-box i:last-child{
margin-left:15px;
cursor:pointer;
}

.brand-row{

margin-top:90px;

opacity:.5;

}

.brand-row img{

height:38px;

filter:grayscale(100%);

opacity:.7;

transition:.3s;

}

.brand-row img:hover{

filter:none;

opacity:1;

}

@media(max-width:991px){

.hero-title{

font-size:48px;

}

.hero-text{

font-size:18px;

}

}

@media(max-width:576px){

.hero-section{

padding:70px 20px;

}

.hero-title{

font-size:36px;

}

.community-badge{

font-size:12px;

}

}
.hero-but {
    background: black !important;
    border-radius: 50px !important;
    padding: 10px 30px !important;
}
.brand-slider {
    margin-top: 80px;
}

.brand-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.brand-slider .item img {
    max-height: 40px;
    width: auto;
    max-width: 160px;
    filter: grayscale(100%);
    opacity: .55;
    transition: .3s ease;
}

.brand-slider .item img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
}

/* Hide Dots */
.brand-slider .owl-dots {
    display: none;
}

/* Hide Nav */
.brand-slider .owl-nav {
    display: none;
}

.feature-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

.bg-purple{
    background:#F2E8FF;
}

.bg-success-light{
    background:#E8F8EC;
}

.bg-orange{
    background:#FFF1E7;
}

h5{
    color:#334155;
    font-size:20px;
}

p{
    color:#64748B;
    line-height:1.8;
}

@media (max-width:991px){

    .feature-icon{
        width:70px;
        height:70px;
    }

    h5{
        font-size:18px;
    }

}



.feature-section{
    padding:90px 0;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#1e293b;
    margin-bottom:15px;
}

.section-subtitle{
    color:#64748b;
    font-size:16px;
    line-height:1.8;
}

.feature-card {
    background: #fff;
    border: 2px solid;
    border-radius: 18px;
    padding: 20px 30px 5px;
    text-align: center;
    height: 100%;
    transition: .35s;
}

.feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.feature-icon1{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.feature-card h4{
    font-size: 18px;
    font-weight:600;
    color:#334155;
    margin-bottom:15px;
}

.feature-card p{
    color:#64748b;
    line-height:1.8;
    margin:0;
}

/* Border Colors */

.border-purple{
    border-color:#ddd6fe;
}

.border-blue{
    border-color: #77c1ff;
}

.border-green{
    border-color:#bbf7d0;
}

.border-orange{
    border-color:#fed7aa;
}

/* Background Colors */

.bg-purple{
    background:#f3e8ff;
}

.bg-blue {
    background: #7dc7ff73;
}
.bg-green{
    background:#dcfce7;
}

.bg-orange{
    background:#ffedd5;
}

/* Responsive */

@media (max-width:991px){

    .section-title{
        font-size:34px;
    }

    .feature-card{
        padding:35px 25px;
    }

}

@media (max-width:767px){

    .section-title{
        font-size:30px;
    }

    .feature-icon1{
        width:75px;
        height:75px;
    }

}

.feature-icon1{
    width:50px;
    height:50px;
    margin:0 auto 25px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.hei-auto {
    height: auto !important;
}
.txt-justy {
    text-align: justify !important;
}
.why-ul {
    list-style-type: none;
}
.why-ul li::before {
    content: "➾";
    font-size: 20px;
    padding-right: 10px;
    font-weight: bold;
}














.features-section3{
    background:#020617;
}


.feature-badge3{

    display:inline-block;
    padding:7px 40px;
    border-radius:50px;

    color:#c084fc;
    background:#3b0764;
    border:1px solid #581c87;

    font-size:14px;
    font-weight:500;

}


.section-title3{

    color:#ffffff;
    font-size:32px;
    font-weight:600;

}


.section-description3{

    color: white;
    max-width: 1000px;
    margin:10px auto 0;
    font-size:16px;

}



.feature-card3{

    background:#0f172a;

    border:1px solid #1e293b;

    border-radius:14px;

    padding:25px;

    height:100%;

    transition:.3s ease;

}


.feature-card3:hover{

    transform:translateY(-5px);

}



.gradient-border3{

    padding:1px;

    border-radius:15px;

    background:linear-gradient(
        135deg,
        #9544FF,
        #223B60
    );

}



.feature-icon3{

    color:#a855f7;

    margin-bottom:18px;

}


.feature-card3 h3{

    color:#ffffff;

    font-size:18px;

    font-weight:500;

}


.feature-card3 p{

    color:#94a3b8;

    font-size:15px;

    line-height:1.6;

    margin-bottom:0;

}



@media(max-width:768px){

    .section-title3{
        font-size:26px;
    }


    .feature-card3{
        padding:20px;
    }

}


.about-apps{
    padding:90px 0;
    position:relative;
}

.about-glow{
    width:550px;
    height:550px;
    position:absolute;
    left:50%;
    top:45%;
    transform:translate(-50%,-50%);
    background:#FBFFE1;
    filter:blur(180px);
    z-index:-1;
    border-radius:50%;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#1e293b;
}

.section-subtitle{
    color: #000000;
    font-size: 15px;
    line-height:1.8;
    margin-top:15px;
}

.about-img{
    max-width:380px;
    width:100%;
}

.feature-item{
    align-items:flex-start;
}

.feature-icon{
    width:58px;
    height:58px;
    background:#EEF2FF;
    border:1px solid #C7D2FE;
    border-radius:10px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
}

.feature-icon img{
    width:26px;
}

.feature-item h5{
    font-size:19px;
    font-weight:600;
    color: #000000;
    margin-bottom:6px;
}

.feature-item p{
    color: #000000;
    line-height:1.7;
    margin-bottom:0;
}

@media(max-width:991px){

    .section-title{
        font-size:34px;
    }

    .about-img{
        max-width:320px;
    }

}

@media(max-width:767px){

    .about-apps{
        padding:70px 0;
    }

    .section-title{
        font-size:30px;
    }

    .feature-icon{
        width:50px;
        height:50px;
    }

    .feature-icon img{
        width:22px;
    }

    .feature-item h5{
        font-size:17px;
    }

}



.testimonial-section{
    background:#f8fafc;
}


.testimonial-title{
    font-size:36px;
    font-weight:700;
    color:#1f2937;
}


.testimonial-subtitle{
    color: #000000;
    font-size:16px;
    margin-top:15px;
}



.testimonial-card{

    background:#ffffff;

    border:1px solid #e5e7eb;

    border-radius:12px;

    padding:25px;

    height:100%;

    transition:.3s ease;

}


.testimonial-card:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 30px rgba(0,0,0,.08);

}



.quote-icon{

    margin-bottom:10px;

}


.rating{

    color:#ff532e;

    letter-spacing:3px;

    font-size:20px;

}


.testimonial-text{

    color:#6b7280;

    font-size:15px;

    line-height:1.7;

    margin-top:15px;

}



.student-info{

    display:flex;

    align-items:center;

    gap:15px;

    margin-top:20px;

}


.student-info img{

    width:48px;

    height:48px;

    object-fit:cover;

    border-radius:50%;

}


.student-info h4{

    font-size:18px;

    color:#111827;

    margin:0;

    font-weight:600;

}


.student-info span{

    font-size:14px;

    color:#6b7280;

}



@media(max-width:768px){

    .testimonial-title{
        font-size:28px;
    }

}

.contact-section{
    padding: 50px 0px;
}


.contact-container{
    max-width:1100px;
}


.contact-badge{

    display:inline-block;
    border:1px solid #e4e4e7;
    background:#fafafa;

    border-radius:50px;

    padding:7px 18px;

    font-size:14px;

    color:#27272a;

    margin-bottom:15px;

}



.contact-title{

    font-size:40px;

    font-weight:500;

    color:#18181b;

    line-height:1.2;

}



.contact-description{

    font-size: 16px;

    color: #000000;
    line-height:1.7;

    margin-bottom:30px;

}



.contact-info{

    display:flex;

    flex-direction:column;

    gap:20px;

}


.contact-item{
    display:flex;
    align-items:center;
    gap:15px;
    text-decoration: none;
}
.contact-item span:hover {
    color: #4338ca;
}


.contact-icon{

    width:36px;

    height:36px;

    border-radius:50%;

    background:#f4f4f5;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}


.contact-item span{

    color: #000000;

    font-size: 16px;

}



.contact-form-box{

    border:1px solid #e4e4e7;

    border-radius:20px;

    padding:30px;

    max-width:470px;

    margin-left:auto;

}



.form-label{
    font-size: 15px;
    color: black;
}



.form-control{

    border-radius:50px;

    border:1px solid #e4e4e7;

    padding:12px 18px;

    font-size:14px;

}


textarea.form-control{

    border-radius:15px;

    height:100px;

    resize:none;

}



.form-control:focus{

    box-shadow:none;

    border-color:#a1a1aa;

}



.checkbox-custom{

    width:14px;

    height:14px;

    border:1px solid #e4e4e7;

    border-radius:50%;

}



.terms-text{

    font-size:12px;

    color:#18181b;

}



.terms-text a{

    color:#3f3f46;

    text-decoration:underline;

}



.submit-btn{

    width:100%;

    background: #7260ff;

    color:white;

    border:none;

    padding:12px;

    border-radius:50px;

    font-size:14px;

    transition:.3s;

}


.submit-btn:hover{

    background:#27272a;

}



@media(max-width:768px){

    .contact-section{
        padding:60px 15px;
    }


    .contact-title{
        font-size:30px;
    }


    .contact-form-box{
        margin:auto;
    }

}

.footer-section{

    width:100%;

    background:linear-gradient(
        to bottom,
        #F1EAFF,
        #FFFFFF
    );

    color:#1f2937;

}



.footer-content{

    padding: 40px 20px 30px;

}



.footer-logo img{

    height:44px;

}



.footer-description{

    max-width: 1000px;

    margin:auto;

    font-size: 16px;

    line-height:1.8;

    font-weight:400;

    color: #000000;

}



.footer-bottom{

    border-top:1px solid #e2e8f0;

    padding: 10px;

}



.footer-bottom p{

    font-size: 16px;

    font-weight:400;

    color: #000000;

}



.footer-bottom a{
    color: #000000;
    font-weight: 500;
    text-decoration:none;
}



.footer-bottom a:hover{
    color: #4338ca;
    font-weight: 500;

}
.foot-ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.foot-ul li {
    padding-right: 15px;
}
.foot-ul li::before{
    content: "»";
    font-size: 30px;
    padding-right: 7px;
    position: relative;
    top: 3px;
}
.foot-ul a {
    text-decoration: none;
    color: black;
}
.foot-social a{
    text-decoration: none;
    color: black;
}
.foot-social{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.foot-social a{
    width: 40px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    transition: all 0.3s ease;
}

.foot-social a:hover{
    background: #ffffff;
    color: #000000;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(255,255,255,0.25);
}

.foot-social a i{
    line-height: 1;
}
.foot-ul li:hover a {
    color: #4338ca;
}
.foot-ul li:hover::before {
    color: #4338ca;
}
.txt-black {
    color: black !important;
}
.txt-white {
    color: white !important;
}
.spl-minusmt50 {
    margin-top: -50px;
}
.spl-butbg{
    background: #7260ff !important;
}
.faq-section{
    padding:90px 0;
}

.faq-title{
    font-size:42px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:15px;
}

.faq-subtitle{
    color: black;
    line-height:1.8;
}

.custom-accordion .accordion-item{
    border:1px solid #e5e7eb;
    border-radius:12px !important;
    margin-bottom:15px;
    overflow:hidden;
    background:#f8fafc;
}

.custom-accordion .accordion-button{
    background:#f8fafc;
    box-shadow:none;
    font-weight:600 !important;
    color: black;
    font-size: 18px;
    padding:18px 20px;
}

.custom-accordion .accordion-button:not(.collapsed){
    background:#f1f5f9;
    color: black;
    font-weight: 600 !important;
    font-size: 18px;
}

.custom-accordion .accordion-button::after{
    background-size:18px;
}

.custom-accordion .accordion-body{
    color: black;
    line-height:1.8;
    padding: 10px 20px 15px;
}

.custom-accordion .accordion-button:focus{
    box-shadow:none;
}

@media(max-width:991px){

    .faq-title{
        font-size:34px;
        text-align:center;
    }

    .faq-subtitle{
        text-align:center;
        margin:0 auto 20px;
    }

}

@media(max-width:767px){

    .faq-title{
        font-size:30px;
    }

}
.counter-section {
    padding: 0px 0px 50px;
}

.counter-box{

    color: black;

}

.counter-icon{

    width: 90px;
    height: 90px;

    margin:auto auto 20px;

    border:2px solid black;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.35s;

}

.counter-icon i{

    font-size: 50px;

}

.counter-box:hover .counter-icon{

    transform:translateY(-8px);

    background:rgba(255,255,255,.15);

}

.counter {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 8px;
}
.counter-box h5 {
    font-size: 22px;
    font-weight: 600;
}

@media(max-width:991px){

    .counter{

        font-size:44px;

    }

    .counter-box h5{

        font-size:22px;

    }

}

@media(max-width:767px){

    .counter-section{

        padding:70px 0;

    }

    .counter{

        font-size:38px;

    }

    .counter-box h5{

        font-size:20px;

    }

}
.testimonial-slider .item{
    padding:15px;
}

.testimonial-slider .owl-stage{
    display:flex;
}

.testimonial-slider .owl-item{
    display:flex;
}
.testimonial-slider .owl-item img {
    width: auto !important;
}
.testimonial-slider .owl-nav {
    display: flex;
    justify-content: space-between;
}
.testimonial-slider .owl-nav span{
    font-size: 50px;
    position: absolute;
    top: 35%;
}
.testimonial-slider .owl-prev span {
    left: -20px !important;
}

.navbar-custom{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: .3s;
}

.navbar-custom.sticky{
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.call-phone {
    height: 40px;
    z-index: 1003;
    position: fixed;
    right: 24px;
    bottom: 110px;
    border: 3px solid #fff;
    border-radius: 50%;
}
/* WhatsApp Integration */

.whatsapp-name {
font-size: 16px;
font-weight: 600;
padding-bottom: 0;
margin-bottom: 0;
line-height: 0.5;
color: #fff;
}
#whatsapp-chat {
box-sizing: border-box !important;
outline: none !important;
position: fixed;
width: 350px;
border-radius: 10px;
box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
bottom: 230px;
right: 32px;
overflow: hidden;
z-index: 99;
animation-name: showchat;
animation-duration: 1s;
transform: scale(1);
}
a.blantershow-chat {
background: none !important;
color: #404040;
position: fixed;
display: flex;
font-weight: 400;
justify-content: space-between;
z-index: 1002;
bottom: 180px;
right: 20px;
font-size: 18px;
height: 45px;
width: 45px;
padding: 4px;
border-radius: 30px;
/box-shadow: 0 1px 15px rgb(32 33 36 / 61%);/
}
a.blantershow-chat svg {
transform: scale(1.2);
}
.header-chat {
    background: #532c77;
    color: #fff;
    padding: 20px;
}
.header-chat h3 {
margin: 0 0 10px;
}
.header-chat p {
font-size: 14px;
line-height: 1.7;
margin: 0;
}
.info-avatar {
position: relative;
}
.info-avatar img {
    width: 70px;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px;
    filter: brightness(0) invert(1);
}
a.informasi {
padding: 20px;
display: block;
overflow: hidden;
animation-name: showhide;
animation-duration: 0.5s;
}
a.informasi:hover {
background: #f1f1f1;
}
.info-chat span {
display: block;
}
#get-label,
span.chat-label {
font-size: 12px;
color: #888;
}
#get-nama,
span.chat-nama {
margin: 5px 0 0;
font-size: 15px;
font-weight: 700;
color: #222;
}
#get-label,
#get-nama {
color: #fff;
}
span.my-number {
display: none;
}
textarea#chat-input {
border: none;
width: 100%;
height: 46px;
outline: none;
resize: none;
padding: 9px;
font-size: 14px;
border-radius: 0px;
min-height: 50px;
}
a#send-it {
font-weight: 700;
padding: 10px 10px 0;
background: #eee;
}
a#send-it svg {
fill: #a6a6a6;
height: 24px;
width: 24px;
}
.first-msg {
background: transparent;
padding: 30px;
text-align: center;
}
.first-msg span {
background: #e2e2e2;
color: #333;
font-size: 14.2px;
line-height: 1.7;
border-radius: 10px;
padding: 15px 20px;
display: inline-block;
}
.start-chat .blanter-msg {
display: flex;
}
#get-number {
display: none;
}
a.close-chat {
position: absolute;
top: 5px;
right: 15px;
color: #fff;
font-size: 30px;
}
@keyframes ZpjSY {
0% {
background-color: #b6b5ba;
}
15% {
background-color: #111111;
}
25% {
background-color: #b6b5ba;
}
}
@keyframes hPhMsj {
15% {
background-color: #b6b5ba;
}
25% {
background-color: #111111;
}
35% {
background-color: #b6b5ba;
}
}
@keyframes iUMejp {
25% {
background-color: #b6b5ba;
}
35% {
background-color: #111111;
}
45% {
background-color: #b6b5ba;
}
}
@keyframes showhide {
from {
transform: scale(0.5);
opacity: 0;
}
}
@keyframes showchat {
from {
transform: scale(0);
opacity: 0;
}
}
@media screen and (max-width: 480px) {
#whatsapp-chat {
width: auto;
left: 5%;
right: 5%;
font-size: 80%;
}
}
@media screen and (max-width: 1200px) {
.index-page.show{
display: none !important;
}
}
#whatsapp-chat.hide {
display: none;
animation-name: showhide;
animation-duration: 0.5s;
transform: scale(1);
opacity: 1;
}
#whatsapp-chat.show {
display: block;
animation-name: showhide;
animation-duration: 0.5s;
transform: scale(1);
opacity: 1;
}
.whatsapp-message-container {
display: flex;
z-index: 1;
}
.whatsapp-message {
padding: 7px 14px 6px;
background-color: white;
border-radius: 0px 8px 8px;
position: relative;
transition: all 0.3s ease 0s;
opacity: 0;
transform-origin: center top 0px;
z-index: 2;
box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
margin-top: 4px;
margin-left: -54px;
max-width: calc(100% - 66px);
}
.whatsapp-chat-body {
padding: 4px 0px 0px 2px;
background-color: #e6ddd4;
position: relative;
}.whatsapp-chat-body::before {
display: block;
position: absolute;
content: "";
left: 0px;
top: 0px;
height: 100%;
width: 100%;
z-index: 0;
opacity: 0.08;
}
.dAbFpq {
display: flex;
z-index: 1;
}
.eJJEeC {
background-color: white;
width: 52.5px;
height: 32px;
border-radius: 16px;
display: flex;
-moz-box-pack: center;
justify-content: center;
-moz-box-align: center;
align-items: center;
margin-left: 10px;
opacity: 0;
transition: all 0.1s ease 0s;
z-index: 1;
box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
.hFENyl {
position: relative;
display: flex;
}
.ixsrax {
height: 5px;
width: 5px;
margin: 0px 2px;
border-radius: 50%;
display: inline-block;
position: relative;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
top: 0px;
background-color: #9e9da2;
animation-name: ZpjSY;
}
.dRvxoz {
height: 5px;
width: 5px;
margin: 0px 2px;
background-color: #b6b5ba;
border-radius: 50%;
display: inline-block;
position: relative;
animation-duration: 1.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
top: 0px;
animation-name: hPhMsj;
}
.kAZgZq {
/*  padding: 7px 14px 6px;*/
/* background-color: white;
border-radius: 0px 8px 8px;*/
position: relative;
transition: all 0.3s ease 0s;
opacity: 0;
transform-origin: center top 0px;
z-index: 2;
/*  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;*/
margin-top: 4px;
margin-left: -54px;
max-width: calc(100% - 66px);
}
/*.kAZgZq::before {
position: absolute;
background-image: url("../../solar-image/images/whatsapp/side-extend.webp");
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: contain;
content: "";
top: 0px;
left: -12px;
width: 12px;
height: 19px;
}*/
.bMIBDo {
font-size: 13px;
font-weight: 700;
line-height: 18px;
color: #000;
}
.iSpIQi {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111111;
}
.iSpIQi {
font-size: 14px;
line-height: 19px;
margin-top: 4px;
color: #111111;
}
.cqCDVm {
text-align: right;
margin-top: 4px;
font-size: 12px;
line-height: 16px;
color: rgba(17, 17, 17, 0.5);
margin-right: -8px;
margin-bottom: -4px;
}
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 45px;
    transform: rotate(270deg);
    cursor: pointer;
    z-index: 9999;
}
.scroll-top{
    display: none;
}
.spl-martop {
    margin-top: 80px !important;
}
.about-ul li{
    font-size: 18px;
    font-weight: 600;
}
.about-ul {
    list-style-type: none;
    display: flex;
}