
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html{
            scroll-behavior:smooth;
        }

     
        body{
     font-family: "Instrument Sans", sans-serif;
     font-family: "Inter", sans-serif;
     padding: 0;
     margin: 0;
      
      
}
a{
  outline: none;
}
.clear{
    content: "";
    display: block;
    clear: both;
}
.header-sec{
    border-bottom: 1px solid #E8E8E8;
    padding: 15px 0;
}
.header{
    display: flex;
    gap: 120px;
    align-items: center;
}
.header .logo{
    width: 150px;
}
.header .logo img{
    width: 100%;
}
.header .menu{
    width: calc(100% - 270px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .menu ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header .menu ul li{
    padding: 10px;
}
.header .menu ul li a{
    color: #111111;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 1; */
    text-decoration: none;
    font-family: "Instrument Sans", sans-serif;
    border-radius: 8px;
}

.drop-menu ul li:hover{
    background: #F6F6F6;
    border-radius: 8px;
    padding: 10px;
}
.header .menu ul li a svg{
    width: 16px;
    margin-left: 5px;
    transition: .15s;
}

.header .menu a.menu-req{
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #008D62;
    padding: 13px 16px;
    font-family: "Inter", sans-serif;
    display: flex;
    gap: 8px;
    align-items: center;
}
ul.comp li:hover{
    background: none !important;
}
ul.comp li:hover a{
    
    color: #008d62 !important;
}
.header .menu a.menu-req svg{
    width: 16px;
}
.header .menu a.menu-req:hover{
    background: linear-gradient(
180deg, #008D53, #01643B);
}
.header .menu a.menu-req:focus{
    background: #007F58;
}
.menu-toggle{
    display:none;
    background:none;
    border:none;
    font-size: 16px;
    cursor:pointer;
    padding:0;
    height: 36px;
    width: 36px;
    color: #fff;
    background: #008d62;
    border-radius: 8px;
}





.hero{}
.hero .hero-cont{
    
float: left;
    
width: 100%;
    
position: relative;
}


.hero .hero-cont::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../img/hero-bg.png) center bottom no-repeat;
    opacity: 0.6;
    z-index: -1;
    background-size: 1274px;
}

.hero .hero-cont .cont-box{
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 300px;
    width: 100%;
}
.animated-heading{
    text-align: center;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 700;
    color: #111111;
    font-size: 48px;
}
.animated-heading span{}
.animated-heading span.clr{
    color: #008D62;
}
p.comm-par{
    text-align: center;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    color: #111111;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 15px;
}
.hero .hero-cont .cont-box a{
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #008D62;
    padding: 21px 30px;
    font-family: "Inter", sans-serif;
    line-height: 140%;
    text-transform: uppercase;
    letter-spacing: .3px;
    display: inline-flex;
    gap: 16px;
    margin-top: 30px;
}
.hero .hero-cont .cont-box a svg{
    width: 16px;
}
.hero .hero-cont .cont-box p.slogan{
    color: #35353599;
    font-size: 12px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-top: 25px;
}
.hero .hero-cont .cont-box p.slogan span{
    margin: 0 12px;
}
.hero .hero-cont .cont-box a:hover{
    background: linear-gradient(
180deg, #008D53, #01643B);
}
.hero .hero-cont .cont-box a:focus{
    background: #007F58;
}


/* Heading */
.animated-heading{}

/* Word Animation */
.animated-heading span{
    display:inline-block;
    opacity:0;
    filter:blur(10px);
    transform:translateY(40px);
    will-change:transform;
}

/* Italic Words */
.animated-heading .italic{
    font-family:'Instrument Serif',serif;
    font-style:italic;
}

/* Animation */
.animated-heading.animate span{
    animation:wordReveal .8s ease forwards;
}

@keyframes wordReveal{
    from{
        opacity:0;
        filter:blur(10px);
        transform:translateY(40px);
    }
    to{
        opacity:1;
        filter:blur(0);
        transform:translateY(0);
    }
}





.hero-bottom{
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.hero-bottom .img{
    margin-left: 54px;
    width: 132px;
}

.hero-bottom .img img{
    width: 100%;
}
.hero-bottom::after, .hero-bottom::before{
    content: "";
    width: 1312px;
    height: 39px;
    display: inline-block;
    position: absolute;
    left: 0;
}

.hero-bottom::after{
    background: url(../img/hero-line-bottom.svg);
    bottom: 2px;
}
.hero-bottom::before{
    background: url(../img/hero-line.svg);
    top: 0;
}
.bottom-tagline{
    width: calc(100% - 186px);
}
.bottom-tagline ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-left: 60px;
}
.bottom-tagline ul li{
    font-size: 15px;
    font-weight: 500;
    color: #555555;
    font-family: "Inter", sans-serif;
    border-right: 2px solid #008D62;
    padding: 0 35px;
    text-transform: uppercase;
}
.bottom-tagline ul li:last-child{
    border: 0;
}
.bottom-tagline ul li span{
    font-size: 18px;
    color: #008D62;
    font-weight: 700;
}

.logo-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

/* Track */
.logo-track {
    display: inline-flex;
    white-space: nowrap;
    gap: 12px;
}

/* Logos */
.logo-track img {
    height: 3.75rem;
}

/* LEFT SCROLL */
.scroll-left {
    animation: scrollLeft 20s linear infinite;
}

/* RIGHT SCROLL */
.scroll-right {
    animation: scrollRight 20s linear infinite;
}

/* Animations */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Pause on hover */
.logo-slider:hover .logo-track {
    animation-play-state: paused;
}


.business-outcome{
    padding: 90px 0;
}
.business-outcome .out-cont{
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
}
.sec-head{
    font-size: 40px;
}

.cus-tab-box{
    margin-top: 50px;
}
.cus-tab-box .tab-head{
    overflow: auto;
    padding-bottom: 20px;
}
.cus-tab-box .tab-head::-webkit-scrollbar {
    display: none;
}
.cus-tab-box .tab-head ul{
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    text-align: center;
}
.cus-tab-box .tab-head ul li{
    display: inline-block;
    margin: 0 3px;
}
.cus-tab-box .tab-head ul li:first-child{
    margin-left: 0;
}
.cus-tab-box .tab-head ul li a{
    font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    color: #111111;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 100px;
    border: 2px solid #E5E5E5;
    display: inline-block;
    white-space: nowrap;
    letter-spacing: .6px;
}

.cus-tab-box .tab-head ul li a.active, .cus-tab-box .tab-head ul li a:hover{
    
background: #1C1B29;
    
color: #fff;
    
border-color: #1C1B29;
}
.tab-cont{
    background: linear-gradient(  90deg,  #ffffff 0%,  #ffffff 35%,  #F8EEE4 100%);
    border-radius: 24px;
    padding: 35px;
    border: 1px solid #E5E5E5;
    border-bottom: 0;
    border-right: 0;
    margin-top: 0;
    display: none;
}
.tab-right-pad{
    padding-right: 85px;
}
.tab-cont.active{
    display: block;
}
.tab-cont img{
    width: 100%;
    border-radius: 24px;
}
.tab-cont h3{
    font-family: "Instrument Sans", sans-serif;
    font-weight: 700;
    color: #111111;
    font-size: 32px;
}
.tab-cont p{
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    color: #464646;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 13px;
}
.tab-cont ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 56px;
}
.tab-cont ul li{
    border-left: 1px solid #BABABA;
    padding: 10px 10px 10px 20px;
    margin: 15px 0;
    cursor: pointer;
}
.tab-cont ul li h4{
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    color: #111111;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
}
.tab-cont ul li p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #464646;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 0px;
    height: 0;
    margin-bottom: 0;
    overflow: hidden;
   
    margin-bottom: 0;
}

.tab-cont ul li.active{
    border-left: 2px solid #008D62;
}

.tab-cont ul li.active p{
    height: max-content;
  
    margin-top: 11px;
}
.tab-cont ul li.active h4{
    font-weight: 600;
}
.tab-cont a{
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #111111;
    padding: 16px 20px;
    font-family: "Inter", sans-serif;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: .3px;
    display: inline-flex;
    gap: 8px;
    margin-top: 20px;
    align-items: center;
}
.tab-cont a svg{
    width: 20px;
}
.tab-cont a:hover{
    background: linear-gradient(180deg, #505050, #111111);
}
.tab-cont a:focus{
    background: #505050;
}

.ai-sec{
    padding: 90px 0;
    background: url(../img/bg.png);
    background-size: cover;
    background-attachment: fixed;
}
.ai-sec .ai-sec-cont{
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
}

.ai-sec .ai-sec-cont p{
max-width: 450px;
    width: 100%;
    margin: 15px auto 0;

}
.ai-sec img{
    width: 100%;
    margin-top: 65px;
}
.mobile-img{
    display: none;
}

.enterprise{
    padding: 90px 0;
}
.enterprise-cont{width: 100%;max-width: 530px;margin: 0 auto;}
.enterprise-card-box{
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
}
.enterprise-card-box .enterprise-card{
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex: none;
    align-items: center;
    gap: 25px;
    width: 30%;
}
.enterprise-card-box .enterprise-card img{
    width: 44px;
}
.enterprise-card-box .enterprise-card h3{
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    color: #111111;
    font-size: 18px;
    letter-spacing: .2px;
    margin: 0;
}
.enterprise-logo{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 50px 0;
}
.enterprise-logo .img{
    width: 112px;
}
.enterprise-logo .img img{width: 100%;}



.carousel{
    margin-top: 20px;
    width: 100%;
    float: left;
}
 .carousel-control-prev,
    .carousel-control-next{
      width:50px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon{
      width: 48px;
      height: 48px;
      background-image: url(../img/cus-arr.png);
      background-size: cover;
      opacity: 1;
    }
.carousel-control-next, .carousel-control-prev{
    opacity: 1;
}

.carousel-control-next-icon {
   
}
.carousel-control-prev-icon{
    
transform: rotate(180deg);
    
margin-left: 2px;
}
.carousel-control-prev{
    left: 40px;
}
.carousel-control-next{
    right: 40px;
}


.curs-img{
    width: 80%;
    margin: 0 auto;
}
.curs-img img{
    width: 100%;
}



.testimonial-slider{
    overflow:visible;
}

.testimonial-card{
    background: #ffffff;
    border-radius: 24px;
    padding: 50px 50px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.testimonial-card img{
    width: 48px;
}

.quote{
    color:#009b67;
    font-size:120px;
    line-height:1;
    font-weight:700;
}

.testimonial-text{
    font-size: 22px;
    line-height: 1.4;
    color: #111111;
    margin: 20px 0 50px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
}

.author{
    display:flex;
    align-items:center;
    gap:20px;
}

.avatar{
    width:72px;
    height:72px;
    border-radius:50%;
    background:#cde2dc;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#009b67;
    font-size:32px;
    font-weight:700;
    display: none;
}

.author-info h4{
    font-size: 21px;
    margin-bottom:5px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.author-info p{
    font-size: 14px;
    color: #444444;
    font-family: "Inter", sans-serif;
    line-height: 1.4;
    margin: 0;
}

.slider-nav{
    margin-top:40px;
    display:flex;
    justify-content:center;
}

.nav-box{
    background:#222;
    border-radius:16px;
    display:flex;
    align-items:center;
    overflow:hidden;
}

.swiper-button-prev-custom,
.swiper-button-next-custom{
    width:55px;
    height:50px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:24px;
}

.slide-count{
    color:#fff;
    padding:0 20px;
    font-size:16px;
    border-left:1px solid rgba(255,255,255,.15);
    border-right:1px solid rgba(255,255,255,.15);
    height:50px;
    display:flex;
    align-items:center;
}


.testimonial-section{
    padding: 90px 0;
    background: url(../img/bg1.png);
    background-size: cover;
    background-attachment: fixed;
    margin-top: -135px;
    position: relative;
}
.testimonial-section h2{
    
text-align: center;
    
font-family: "Instrument Sans", sans-serif;
    
font-weight: 700;
    
color: #111111;
    
font-size: 40px;
    
margin-bottom: 45px;
}

.stats-section {
    padding: 80px 0;
    background: #fff;
}

.stat-card {
    background: linear-gradient(
126deg, #ffffff 0%, #ffffff 13%, #F8EEE4 100%);
    border-radius: 30px;
    padding: 50px;
    position: relative;
    transition: 0.3s ease;
    margin-top: 50px;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-card h2 {
    display: inline-block;
    text-align: center;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 700;
    color: #111111;
    font-size: 56px;
    margin: 0;
}

.stat-card .plus,
.stat-card .suffix {display: inline-block;text-align: center;font-family: "Instrument Sans", sans-serif;font-weight: 700;color: #111111;font-size: 56px;}

.stat-card p {font-family: "Inter", sans-serif;font-size: 20px;font-weight: 400;color: #555555;line-height: 1.4;margin: 0;margin-top: 25px;min-height: 57px;}



.get-started{
  background: #111111;
  padding: 170px 0;
  position: relative;
}

.get-started h2{
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
}
.get-started p{
    color: #fff;
    text-align: left;
}
.get-started::before , .get-started::after{
  content: "";
  background: url(../img/border.png);
  display: block;
  background-size: cover;
  max-width: 1154px;
  height: 2px;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
}
.get-started::before{
    top: 2rem;
}
.get-started::after{
    bottom: 2rem;
    /* transform: rotate(180deg); */
}
.get-started a{
    border-radius: 12px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #008D62;
    padding: 28px 44px;
    font-family: "Inter", sans-serif;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: .3px;
    display: inline-flex;
    gap: 8px;
    margin-top: 30px;
    align-items: center;
}

.get-started a svg{
    width: 20px;
}
.get-started a:hover{
    background: linear-gradient(
180deg, #008D53, #01643B);
}
.get-started a:focus{
    background: #007F58;
}
.get-started-btn{
    display: flex;
    justify-content: end;
}
.drop-menu{
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 27px;
    
    z-index: 9;
}

.drop-menu .menu-box{
    background: #fff;
    border-radius: 24px;
    border: 1px solid #E8E8E8;
    padding: 40px 40px 0;
    overflow: hidden;
    margin: 0 80px;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, .13);
}
.drop-menu .menu-box h2{

font-family: "Instrument Sans", sans-serif;

font-weight: 400;

color: #000000;

font-size: 13px;

line-height: 1.4;

text-transform: uppercase;

opacity: .5;

margin: 0;

margin-bottom: 30px;
}

.menu-platform{}
.menu-platform ul{
    flex-direction: column;
    gap: 20px;
}
.menu-platform ul li{
    /* display: flex; */
    /* gap: 20px; */
}
.menu-platform ul li a{
    display: flex;
    gap: 20px;
    justify-content: inherit !important;
}
.menu-platform ul li a img{}
.menu-platform ul li a img{
    width: 40px;
    height: 40px;
}
.menu-platform ul li a div{}
.menu-platform ul li a div h3{
    font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}
.menu-platform ul li a div p{
    font-family: "Instrument Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    margin: 0;
}
ul.comp{
    gap: 0px !important;
}
ul.comp li{
    padding: 5px 10px !important;
}
ul.comp li a{align-items: center;padding: 5px 0 !IMPORTANT;color: #111111 !important;}
ul.comp li a img{
    width: 20px;
    height: 20px;
}
ul.comp li:hover a{
    color: #008d62;
}
.menu-img-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.menu-img-box img{
    width: 100%;
}
.menu-img-box h4{
    font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin: 0;
}
.menu-img-box p{
    font-family: "Instrument Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    margin: 0 !important;
}
.menu-img-box a{
    font-weight: 500 !important;
    color: #0C3FB6 !important;
    opacity: .5;
    padding: 0 !important;
}
.menu-img-box a:hover{
    opacity: 1;
    color: #008D62;
}
.menu-footer .menu-footer-box a:hover{

    border-color: #008D62;
    background: #008D62;
    color: #fff;
}
.menu-footer{
    margin: 19px -40px 0;
    background: #F1F1F1;
    padding: 15px 40px;
}
.menu-footer .menu-footer-box{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.menu-footer .menu-footer-box .left{
    display: flex;
    align-items: center;
    gap: 20px;
}
.menu-footer .menu-footer-box .left img{
    width: 40px;
}
.menu-footer .menu-footer-box .left p{
    font-family: "Instrument Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    margin: 0;
}
.menu-footer .menu-footer-box .left p span{
    
font-weight: 400;
}
.menu-footer .menu-footer-box a{
    border-radius: 12px;
    text-decoration: none;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #fff;
    padding: 21px 21px !important;
    font-family: "Inter", sans-serif !important;
    line-height: 0;
    letter-spacing: .3px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #000;
    width: auto !important;
    white-space: nowrap;
}
.bor-rit{
    border-right: 1px solid #ccc;
}
ul.ul-sub{
    flex-direction: row;
    padding-left: 60px !important;
    margin-top: 10px !important;
    gap: 0;
}
ul.ul-sub li{
    padding: 0 !important;
}
ul.ul-sub li a{
    padding: 0px 8px !important;
    border-right: 1.5px solid #008d62;
    line-height: normal;
    color: #008d62 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    border-radius: 0 !important;
}

ul.ul-sub li:first-child a{
    padding-left: 0 !important;
}
ul.ul-sub li:last-child a{
    border-right: 0;
}
.powered-by{
    position: relative;
    margin-bottom: 20px;
}
.powered-by p{
    margin: 0;
    position: relative;
    z-index: 999;
    background: #fff;
    display: inline;
    padding: 0 10px;
    line-height: normal;
}
.powered-by p span{font-size: 13px;font-weight: 500;text-transform: uppercase;color: #008D62;border: 1px solid #008D624D;display: inline-block;padding: 5px 14px 3px;border-radius: 23px;/* height: 27px; */line-height: normal;}

.powered-by::after{
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    background: #008D624D;
    transform: translate(0px, 13px);
    bottom: 0;
    top: 0;
    z-index: 9;
}


.footer{
    padding: 30px 0 60px 0;
}
.footer p{
    color: #000000;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    margin-top: 30px;
}
.footer h3{
    color: #000000;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    opacity: .5;
    margin-bottom: 10px;
    margin-top: 30px;
}
.footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer ul li{
    padding: 4px 0;
}
.footer ul li a{
    color: #000000;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 0;
    transition: .25s;
}
.footer ul li a:hover{
    transition: .25s;
    padding-left: 10px;
}
.footer ul li:first-child{
    padding-top: 0;
}
.footer ul li:first-child a{
    padding-top: 0;
}
.footer ul li:last-child{
    padding-bottom: 0;
}
.footer ul li:last-child a{
    padding-bottom: 0;
}
.footer address{
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer address p{
    color: #000000;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    margin: 0;
}
.footer address a{
    color: #000000;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}
.footer ul.social{
    display: flex;
    align-items: center;
    gap: 15px;
}
.social-head{
    visibility: hidden;
}
.footer ul.social li{
    padding: 0;
}
.footer ul.social li a{}
.footer-bottom{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 50px;
    transition: 1s;
}
.footer ul.social li a:hover{
    padding-left: 0 !important;
}
.footer ul.social li a img{
    width: 32px;
}
.footer-bottom p{
    opacity: .7;
    margin: 0;
    word-break: break-all;
    white-space: normal;
}
.footer-bottom ul{
    display: none;
}
.footer-bottom ul li{padding: 0;}
.footer-bottom ul li a{
    padding: 0;
    border-right: 1px solid #000;
    padding: 0 8px;
    white-space: nowrap;
}
.footer-bottom ul li:last-child a{
    border: 0;
    padding-right: 0;
}
.bottom-img{
    margin-top: 30px;
}
.bottom-img img{
    width: 100%;
}

.hero-bottom .img{
    position:relative;
    height: 120px;
    margin-left: 54px;
    width: 132px;
}

/* OUTER ROTATING RING */
.outer-ring{
    position:absolute;
    inset:0;
    animation:spin 15s linear infinite;
}

.outer-ring svg{
    width:100%;
    height:100%;
}

.outer-ring text{
    fill: #1111119c;
    font-size: 20px;
    font-weight:700;
    letter-spacing: 7.4px;
    text-transform:uppercase;
}

/* CENTER STATIC CIRCLE */
.center-circle{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width: 130px;
    height: auto;
    border-radius:50%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.icon-row{
    display:flex;
    gap:10px;
    color:#00A878;
    font-size:14px;
}

.year-box{
    background:#00A878;
    color:#fff;
    padding:10px 25px;
    margin:18px 0;
    font-size:18px;
    font-weight:700;
    border-radius:30px;
    letter-spacing:1px;
}

/* ROTATION */
@keyframes spin{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}





/* Mobile */
@media (max-width:1200px){

    .header{
        gap:0;
        justify-content:space-between;
        position:relative;
    }

    .menu-toggle{
        display:block;
    }

    .header .menu{
        position:absolute;
        left:0;
        width:100%;
        background:#fff;
        border-top:1px solid #E8E8E8;
        padding: 20px 0;
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
        display:none;
        z-index:999;
        top: 51px;
    }

    .header .menu.active{
        display:flex;
        max-height: 85vh;
        overflow: auto;
        padding-right: 10px;
    }

    .header .menu ul{
        width:100%;
        flex-direction:column;
        gap: 0 !important;
        margin-bottom: 30px;
    }

    .header .menu ul li{
        width:100%;
    }

    .header .menu ul li a{
        display:flex;
        justify-content:space-between;
        width:100%;
        padding: 5px 0;
    }

    .header .menu a.menu-req{
        width:100%;
        justify-content:center;
    }
    
    .drop-menu .menu-box{
        margin: 0;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    }
     .drop-menu {
        display: none;
    }

    .drop-menu.active {
        display: block;
    }
    .header .menu ul li:has(.drop-menu.active) > a svg{
    transform: rotate(180deg);
    transition: 0.4s ease;
}{
    transform: rotate(180deg);
    transition: 1s;
}
    .drop-menu.active{
        position: inherit;
        padding: 0;
        padding-top: 20px;
        border-top: 1px solid #ccc;
        width: 100% !important;
        margin-top: 5px;
    }
    .menu-platform ul{
        gap: 30px !important;
    }
    ul.ul-sub{
        gap: 0 !important;
        flex-direction: row !important;
        margin-bottom: 0 !important;
    }
    ul.ul-sub li{
        width: auto !important;
    }
    .menu-footer{
        padding: 15px 55px;
    }
    .bor-rit{
        border: 0;
    }
     .testimonial-card{
        min-height:auto;
        padding:50px 40px;
    }

    .testimonial-text{
        font-size:22px;
    }
}


@media (min-width: 1200px) {
   

    .drop-menu {
        display: none;
    }

    .header .menu ul li:hover > .drop-menu {
        display: block;
    }
    
}



@media (max-width: 991px) {
     .animated-heading{
        font-size:42px;
        letter-spacing:-1px;
    }
    .stat-card {
        padding: 35px;
        margin-top: 20px;
    }

    .stat-card h2,
    .stat-card .plus,
    .stat-card .suffix {
        font-size: 52px;
    }

    .stat-card p {
        font-size: 18px;
    }
    .enterprise-card-box{
        flex-wrap: wrap;
    }
    .enterprise-card{
        width: 100% !important;
    }
    .carousel-control-prev{
    left: initial;
    right: 40px;
}
.carousel-control-next{
    right: 0px;
}
.bottom-tagline ul{
    justify-content: space-around;
    margin-left: 0;
}
.bottom-tagline ul li{
    padding: 0 10px;
}
.ai-sec img{
    display: none
}
.mobile-img{
    display: block !important;
    width: 75% !important;
    margin-left: auto;
    margin-right: auto;
}
.tab-cont img{
    margin-bottom: 25px;
}
.curs-img{
    width: 100%;
}
.carousel-control-next, .carousel-control-prev{
    bottom: initial;
}
.carousel-control-prev, .carousel-control-next, .carousel-control-prev-icon, .carousel-control-next-icon{
    width: 32px;
    height: 32px;
}
.carousel-control-prev, .carousel-control-prev-icon{

width: 34px;
}
.carousel-control-next, .carousel-control-prev{
    top: -50px;
    opacity: 1;
}
.get-started h2{
    text-align: center;
}
.get-started p{
    text-align: center;
}
.get-started-btn{
    justify-content: center;
}
.cus-tab-box .tab-head ul li{
    margin: 0 4px;
}
.tab-right-pad{
    padding-right: 15px !important;
}

}

@media(max-width:768px){

    .container{
        padding:0 20px;
    }

    .testimonial-card{
        padding:35px 25px;
    }

    .quote{
        font-size:70px;
    }

    .testimonial-text{
        font-size:18px;
    }
     .animated-heading{
        font-size: 38px;
        line-height: 1.2;
    }
.hero-bottom{
    flex-direction: column;
    padding-top: 25px;
}
.hero-bottom::after, .hero-bottom::before {
    display: none;
}

.hero-bottom .img{
    margin-left: 0;
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
.hero-bottom .img img{
        margin: 0 auto;
        margin-bottom: -2px;
}
.hero-bottom .img::after{content: "";width: 393px;height: 38px;display: inline-block;background: url(../img/hero-line-bottom-mobile.svg);background-position: center center;background-repeat: no-repeat;margin: 0  auto;position: absolute;bottom: -10px;transform: translate(-50%, 0%);}

.bottom-tagline{width: 100%;}
.bottom-tagline ul{
    gap: 0;
    align-items: center;
}
.bottom-tagline ul li{
    border: 0;
    display: flex;
    padding: 0 !important;
    flex-direction: column;
    width: 50%;
    font-size: 12px;
    align-items: center;
}
.bottom-tagline ul li span{
    font-size: 18px;
}
.bottom-tagline ul li:first-child{
    
border-right: 1px solid #008D62;
}
.bottom-tagline ul li:nth-child(2){
    display: none;
}
.footer-bottom{
    flex-direction: column;
}
.footer ul li:first-child a{
    padding-left: 0;
}
.mob-col-no{
    display: none;
}
.enterprise-logo{
    gap: 5px;
    margin-bottom: 60px;
}

.hero .hero-cont .cont-box{
    margin-top: 80px;
}
.hero .hero-cont .cont-box a{
    font-size: 13px;
    padding: 14px 20px;
    vertical-align: middle;
    line-height: 23px;
}
h2.animated-heading{
    font-size: 36px;
}
.business-outcome, .ai-sec, .testimonial-section{
    padding: 50px 0;
}
p.comm-par{
    font-size: 15px;
}
.tab-cont{
    padding:15px;
    margin-top: 0;
    background: linear-gradient(
123deg, #ffffff 0%, #ffffff 35%, #F8EEE4 100%);
    padding-bottom: 30px;
}
.cus-tab-box .tab-head ul li a{
    padding: 16px 24px;
}
.tab-cont ul{
    margin-top: 25px;
}
.tab-cont h3{
    font-size: 25px;
}
.tab-cont p{
    font-size: 14px;
}
.tab-cont ul li h4{
    font-size: 14px;
}
.tab-cont ul li p{
    font-size: 13px;
}
.tab-cont ul li{
    padding: 5px 10px 5px 20px;
}
.tab-cont a{
    padding: 10px 13px;
    border-radius: 8px;
    font-size: 13px;
}
.enterprise-card-box .enterprise-card img{
    width: 24px;
}
.enterprise-card-box .enterprise-card h3{
    font-size: 13px;
}
.enterprise-card-box .enterprise-card{
    padding: 16px;
}
.testimonial-card img{
    width: 32px;
}
.author-info h4{
    font-size: 16px;
}
.author-info p{
    font-size: 13px;
}
.testimonial-section h2{
    margin-bottom: 25px;
}
.stat-card h2, .stat-card .plus, .stat-card .suffix{
    font-size: 36px;
}
.stat-card p{
    margin-top: 10px;
}
.get-started a{
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 14px;
}
.footer p{
    font-size: 13px;
}
.footer h3{
    font-size: 12px;
}
.footer ul li:first-child a{
    font-size: 13px;
}
.footer ul.social li a img{
    width: 16px;
}
.social-head{
    display: none;
}
.footer ul.social{
    margin-top: 30px;
}
.footer-bottom{
    margin-top: 30px;
}

.hero .hero-cont .cont-box{

margin-bottom: 210px;
}
.hero .hero-cont::before{
        background-size: 852px;
        background-position: 52.5% 100%;
}
}
@media(max-width:1380px){
.drop-menu .menu-box{
    margin: 0;
}
.tab-right-pad{
    padding-right: 30px;
}
.bottom-tagline ul li{
    padding: 0 25px;
}
}

@media(max-width:390px){
.bottom-tagline ul li{
font-size: 10px;
}
}