
    body {
      font-family: 'Poppins', sans-serif;
      /* background-color: #f8fafc; */
      color: #1f2933;
    }

    h1, h2, h3, h4, h5, h6 {
      font-family: 'Inter', sans-serif;
      font-weight: 700;
    }

    .hero {
      padding: 100px 0;
      background: linear-gradient(135deg, #4f46e5, #6366f1);
      color: #fff;
    }

    .feature-card {
      background: #fff;
      border-radius: 10px;
          /* padding: 10px 30px 30px 30px; */
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
      transition: transform .3s ease;
      height:100%;
    }

.image-carousel{
  padding:120px 0px;
}

.connect-list{
  padding:120px 0px;
}

.contact-formsec{
  padding:120px 0px;
  padding-bottom:180px;
}

.respom .hero-sec-cont{
  text-align: center;
}

.respom  .two-btn{
  justify-content: center;
}

.respom{
  background:#f0f6fb;
}

.connect-list .try-free{
  text-align: left;
}

.connect-list p{
  margin-bottom:40px;
}

.connect-list .row{
  row-gap: 35px;
}

.conn{
  padding: 40px 30px 30px 30px;
  border-radius:10px;
  background:#fff;
  box-shadow: 14.562px 10.58px 48px 0px rgba(17.99999999999971, 10.999999999999984, 149, 0.12);
  border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ECECEC;
    height: 100%;
}

    .feature-card img{
      width: 100%;
    max-height: 319px;
    object-fit: contain;
    padding: 20px;
    padding-bottom: 0px;
    }

    .feat-img{
      background:#000;
      border-radius: 5px 5px 0px 0px;
    }

    .feature-card h5{
      font-size: 30px;
    font-weight: 700;
    line-height: 1.29em;
    }

    .fot-logo img{
      width:100%;
      max-width: 250px;
      margin-bottom:15px;
    }
    
    .l{
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      background:#fff;
    }

    .feature-card:hover {
      transform: translateY(-8px);
    }

    .feature-icon {
      font-size: 36px;
      color: #4f46e5;
      margin-bottom: 15px;
    }


body.dark-mode {
  background: #0f172a;
  color: #e5e7eb;
}

body.dark-mode .card,
body.dark-mode .bg-light,
body.dark-mode footer {
  background: #111827 !important;
  color: #e5e7eb;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #4f46e5;
  color: #fff;
  z-index: 999;
}

.explaine h2{
  font-size:48px;
}

.explaine{
  padding:100px 0px;
}

.side-con h3{
  font-size:40px;
  margin-bottom:20px;
}

.side-con p{

}

.ft-box{
  text-align:center;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 100%;
  border-radius:10px;
}

.ft-box img{
  width:100%;
  max-width:320px;
}

.ft-box .cont-box{
  padding: 10px 30px 30px 30px;
}

.testimoni-slider{
  background: #F0F6FB;
}

.ft-box h3{
      font-size: 30px;
    font-weight: 700;
    margin-bottom:10px;
}

p{
  font-size: 18px;
  color:#666666;
  margin-bottom:0px;
}

.feat-explain{
  padding:140px 0px;
}

.feat-explain .row{
  align-items: center;
}

.colwe, .testimoni-slider {
  padding:100px 0px;
}

.trybox-sec{
  padding:100px 0px;
  padding-bottom:180px;
}


.try-box{
      padding: 50px 50px 50px 50px;
      background: #6c63ff;
      border-radius:10px;
      color:#fff;
}

.try-box p{
  color:#fff;
  text-align: center;
}

.btn-wrap{
  text-align:center;
  margin-top:30px;
}

a{
  text-decoration: none;
}

.btn-wrap a{
  color:#6c63ff;
  background:#fff;
  border-radius:50px;
  font-size:18px;
  font-weight:600;
      box-shadow: 0px 5px 15px 0px rgba(7.999999999999972, 0, 140, 0.19);
          padding: 13px 46px 13px 46px;
}

.top-footer{
   border-style: solid;
    border-width: 8px 0px 0px 0px;
    background: #fff;
    border-color: #6c63ff;
    box-shadow: 0px 18px 90px 0px rgba(0, 0, 0, 0.03);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -200px;
    margin-bottom: 0px;
    padding: 50px 60px;
    z-index: 999;
}

.section-head h2{
  font-size: 48px;
  text-align:center;
}

.row{
  justify-content: center;
}

.str-free ul{
  padding-left: 0px;
    list-style: none;
    display: flex;
    column-gap: 40px;
    row-gap: 30px;
    margin-top: 20px;
}

.try-free{
  text-align: center;
}

footer{
  padding:100px 0px;
  background:#f0f6fb;
}

.footer-bottom-text{
  text-align:center;
}

.footer-bottom-text p{
  margin-top:35px;
}

.footer-bottom-text p:last-child{
  
}

.main-footer{
  padding-top:120px;
}

.try-free a{
  background-color:#6c63ff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    border-radius:50px;
    padding: 12.5px 46px 12.5px 46px;
    color:#fff;
}

.footer-menu-title h4{
  margin-bottom:15px;
}

.menu-list ul{
  list-style: none;
  padding-left:0px;
}

.feat-cont{
      padding: 10px 30px 30px 30px;
}

.menu-list ul li{
  color:#666666;
  font-size:18px;
  margin-bottom:5px;
}

.hero-secc{
  padding:150px 0px;
  background-image: url(./images/home1-slider-bg.png);
    background-position: -25px 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.hero-sec-cont h1{
  margin-bottom:20px;
  font-size:60px;
}

.hero-sec-cont p{
  font-size:20px;
  line-height: 32px;
}

.sde-img img{
  width: auto;
    max-height: 450px;
}

.navbar-brand img{
  width:100%;
  max-width:160px;
}


.feature-image img{
    width:100%;
    height: auto;
}

.feature-image{
    text-align: center;
}

.hero-sec-cont h2{
    color:#6c63ff;
}

.two-btn{
    display: flex;
    align-items:center;
    margin-top:25px;
    column-gap: 30px;
}

.demo-screen{
    padding:140px 0px;
}

.two-btn a{
    background-color: #6c63ff;
    color:#fff;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 46px 13px 46px;
    border-radius: 50px;
    line-height: 1.5em;
    box-shadow: 0px 5px 15px 0px rgba(7.999999999999972, 0, 140, 0.19);
}

.hero-secc .row{
    align-items: center;
}

.inte-img img{
    width:100%;
    max-width:150px;
}

.inte-img{
    box-shadow: 0 0.2rem 2.5rem rgba(0, 0, 0, .08);
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d8d7e6;
    text-align:center;
    padding:30px 10px;
}

.inte-img h5{
    font-size:20px;
}

.int-tools{
    padding:140px 0px;
}

.int-tools h2{
    margin-bottom:30px;
}

.int-tools .row{
    row-gap: 30px;
}

.inte-img p{
    font-size:14px;
}