
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');


body{
  font-family: 'Poppins', sans-serif ;

    /* font-family: 'Inter', sans-serif; */
}
.table.table-wallet>:not(caption)>*>*{
  border-bottom: 1px solid rgb(112 112 112 / 21%) !important;
  font-size: 14px;
  color: #3D3D3D;
}
.form-group{
  margin-bottom: 1em;
}
.label-text{
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  color: #3D3D3D;
}
.form-control{
  background: #F9F9F9;
  border: none;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  height: 55px;
}
.form-control::placeholder{
  color: #989898;
}
.table.table-wallet{
  box-shadow: 0 3px 25px rgba(216, 216, 216, 0.161);
}
.table.table-wallet tr:last-child td{
  border-bottom: none !important;
}
.badge {
  border-radius: 20px;
  padding: 8px 15px;
}
.btn-dashboard{
  background: #FF6006;
  color: #fff;
  border: none;
  font-size: 17px;
  font-weight: 400;
  padding: 15px 30px;
  display: block;
  border-radius: 5px;
  width: fit-content;
}
.logo-box{
    margin-bottom: 3em;
}
.user-box .profile-box{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2em;
    position: relative;
}
.left-side-menu .btn-logout{
   position: absolute;
   font-size: 14px;
   color: #FF0000;
   font-weight: 400;
   display: flex;
   align-items: center;
   gap: 15px;
   bottom: 20px;
}
.user-box .profile-box .notification-icon{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: #D9D9D9;
}
.user-box .profile-box .notification-icon::after{
    content: '';
    position: absolute;
    background: #FF6006;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    right: 0;
    top: 0;
}
.user-box .profile-box img{
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
.user-box .profile-box .profile-name{
    font-size: 15px;
    color: #000;
    font-weight: 700;
    line-height: 15px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 7px;
    padding: 0 0 7px;
}
.user-box .profile-box .profile-name::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43px;
    height:3px ;
    background: #FEBD05;
}
.user-box .profile-box p{
    color: #3D3D3D;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}
.edit-icon {
    font-size: 18px;
    color: #000;
}
.text-main{
    color: #FF6006 !important;
}
.card-add-sms{
    position: fixed;
    bottom: 0;
    top: 0;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.039);
    padding: 40px 20px;
}
.card-add-sms .header-title{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2em;
    color: #000000;
}
.card-add-sms .form-control{
    background: #F9F9F9;
    color: #989898;
    font-size: 14px;
    appearance: auto;
    border: none;
    border-radius: 10px;
    font-weight: 400;
    padding: 20px;
}
.card-add-sms textarea.form-control{
    height: auto;
}
.form-check{
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    gap: 15px;
}
.form-check-input{
  background: #F2F2F2;
  border: none;
  width: 25px;
  height: 25px;
}
.form-check .form-check-label{
  font-size: 17px;
  font-weight: 400;
}
.navbar-brand img{
  width: auto;
  height: 30px;
}
.card-add-sms .btn{
    background: #FF6006;
    color: #fff;
    padding: 20px;
    height: 66px;
    text-align: center;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 400;
}
.dashboard-title-sm{
    font-size: 12px;
    font-weight: 400;
    color: #3D3D3D;
    line-height: 15px;
}
.balance-item h2{
    font-size: 48px;
    margin-bottom: 0;
    color: #000000;
    font-weight: 700;
    line-height: 60px;
}



/* landing page */

.landing-page .landing-header {
    padding-top: 18px;
    padding-bottom: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
  }
  .landing-page .landing-header ul.landing-menu li.nav-item.menu-back {
    border-bottom: 1px solid #eeeeee;
    padding: 22px 20px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    display: none;
    cursor: pointer;
    margin-bottom: 15px;
  }
 .offcanvas ul.landing-menu{
  list-style: none;
  padding: 0;
  margin: 0;
 }
 .offcanvas ul.landing-menu li a{
  font-size: 18px;
  color: #000;
 }
  .landing-page .landing-header ul.landing-menu li.nav-item.menu-back i {
    font-size: 16px;
    margin-left: 10px;
  }
  .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    padding: 10px 20px;
  }
  .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link.active{
    background-color: transparent;
    /* color:#FF6006; */
  }
  .landing-page .landing-header ul.landing-menu li.nav-item:hover a.nav-link {
    color: #ffce00;
  }
  .landing-page .landing-header .buy-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            gap: 20px;
  }
  .landing-page .landing-header .buy-block .toggle-menu {
    display: none;
    cursor: pointer;
  }
  .landing-page .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .landing-page .navbar-nav .nav-item {
    position: relative;
  }
  .landing-page .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.7;
  }
  .landing-page .navbar-nav .nav-item .nav-link:hover, .landing-page .navbar-nav .nav-item .nav-link.active {
    opacity: 1;
    text-shadow: 0 0 0 #3e5fce;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #3e5fce;
  }
  .landing-page .btn-header {
    color: #FF6006;
    padding: 12px 20px;
    background: #fff;
    line-height: 17px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 10px;
    min-width: 138px;
    font-size: 17px;
    justify-content: center;
    border: 1px solid #FF6006;
  }
  .landing-page .btn-header.btn-dark {
    background-color: #0A9973;
    border-color: #0A9973;
    color: #fff;
  }
  .btn{
    min-width: 200px;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    text-align: center;
    justify-content: center;
    height: 57px;
  }
  .btn-secnd {
    background: #DF6936 ;
    color: #fff;
  }
  
  .landing-home{
      padding-top: 120px;
      height:  695.36px;
      position: relative;
  }
  .bg-light{
    background-color: rgba(10, 153, 115, 0.06)!important;
  }
  .landing-welcome-content h1{
    font-size: 49px;
    font-weight: 500;
    color: #202724;
    margin-bottom: 1rem;
    line-height: 59px;
    letter-spacing: -2px;
  }
  .landing-welcome-content .group-btns{
    display: flex;
    gap: 10px;
  }
  .landing-welcome-content p{
    font-size: 18px;
    color: #4A4949;
    line-height: 29px;
    font-weight: 100;
    margin-bottom: 2.5rem;
    /* letter-spacing: 0.5px; */
  }
  .btn-landing{
      background: #0A9973;
      border: 1px solid #0A9973;
      color: #fff;
      padding: 13px 32px;
      font-size: 15px;
      font-weight: 400;
      display: flex;
      gap: 12px;
      text-align: center;
      text-transform: capitalize;
      border-radius: 0;
      width: fit-content;
  }
  .companies-text{
    margin: 1em 0 0;
    font-size: 24px;
    line-height: 39px;
    color: #232323;
    font-weight: 500;
  }

  .btn-gray{
    background: #6E867C;
     border-color: #6E867C;
  }
  .company-item{
    width: 100%;
    display: flex;
    text-align: center;
    height: 60px;
    margin-bottom: 1em;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .btn-more{
      font-size: 14px;
      padding: 10px 15px;
      color: #FF6006;
      border: 1px solid #FF6006;
      border-radius: 5px;
      background: transparent;
  }
  .landing-welcome-image{
  text-align: center;
  position: relative;
  }
  .landing-welcome-image img{
    width: 100%;
  }
.bg-dark{
  background: #202724;
}
    .landing-title small{
      color: #0A9973;
      font-weight: 700;
      font-size: 18px;
      display: block;
      line-height: 22px;
      margin-bottom: 1.5em;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: 'Poppins', sans-serif !important;
    }
    .landing-title h2{
      color: #202724;
      font-family: 'Poppins', sans-serif !important;
      font-weight: 500;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-size: 40px;
      display: block;
      line-height: 48.76px;
      letter-spacing: -0.5px;
    }
    .landing-title p{
      color: #000000;
      font-weight: 400;
      font-family: 'Poppins', sans-serif !important;
      font-size: 16px;
      display: block;
      line-height: 26px;
      margin: 1em 0 0;
    }
    .landing-padding{
      position: relative;
      padding: 50px 0;
    }
    .landing-fact-card{
      border-radius: 10px;
      box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1) ;
      /* filter: drop-shadow(0px 3px rgba(0, 0, 0, 0.039)); */
      padding:  20px;
      background: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      justify-content: center;
    }
    .landing-fact-card .num{
      width: 160px;
      height: 160px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #FF6006;
      font-weight: 700;
      font-size: 40px;
      border: 2px solid #eeeeeea1;
      margin-bottom: 1rem;
    }
    .landing-fact-card h3{
      font-size: 26px;
      font-weight: 400;
      line-height: 40px;
      margin-bottom: 0;
      color: #333333;
    }
    .facts-cards .col-md-4:nth-child(2){
      margin-top: 40px;
    }
    .landing-facts {
      position: relative;
      padding: 100px 0 50px;
    }
    .landing-facts .shape1{
      position: absolute;
      left: 16%;
      top: 33%;
    }
    .landing-facts .shape2{
      position: absolute;
      left: 35%;
      top: 10%;
    }
    .landing-facts .shape3{
      position: absolute;
      right: 24%;
      top: 10%;
    }
    .landing-facts::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: -1;
      height: 432px;
      background: #F9F9F9;
    }
    .platform-thumb{
      text-align: center;
    }
  .platform-thumb img{
    width: 100%;
      position: relative;
    }
    .benefits-title{
      font-size: 40px;
      font-weight: 700;
      line-height: 48px;
      letter-spacing: -1px;
    }
    .benefits-des{
      font-size: 16px;
      color: #232323;
      font-weight: 400;
      margin-bottom: 0;
      line-height: 26px;
    }
    .benefits-list{
      padding: 0;
      list-style: none;
      margin: 2em 0 4em;
    }
    .benefits-list li{
      position: relative;
      padding-left: 30px;
      font-size: 18px;
      color: #000;
      font-weight:700 ;
      margin-bottom: 15px;
      line-height: 28.8px;
    }
    .benefits-list li:last-child{
      margin-bottom: 0;
    }
    .benefits-list li::before{
      content: '\F26A';
      color: #0A9973;
      position: absolute;
      font-family: bootstrap-icons;
      left: 0;
      top: 0;
    }
.work-step{
  text-align: center;
}
.work-step img{
  width: 430px;
  height: 300px;
  margin-bottom: 20px;
}
.work-step h3{
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #000;
}
.work-step p{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
    .platform-des{
      color: #969696;
      font-size: 16px;
      line-height: 28.8px;
      opacity: 70%;
      font-weight: 400;
    }
    .card-feature{
      border-radius: 12px;
      padding:30px 25px;
      display: flex;
      flex-direction: column;
      background: #fff;
      gap: 25px;
    }
    .card-feature i{
      font-size: 22px;
      color: #fff;
    }
    .card-feature .icon{
      background: #0A9973;
      width: 53.71px;
      height: 53.71px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .card-feature h2{
      margin: 0;
      font-size: 18px;
      font-weight: 500;
      line-height: 22px;
      letter-spacing: -1px;
      color: #1B1D21;
    }
    .feature-large{
      box-shadow: 0px 8px 30px 0px rgb(156 155 154 / 13%);
      padding: 20px;
      margin-bottom: 1em;
      border-radius: 10px;
    }
    .feature-large .feature-title{
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 1em;
    }
    .feature-large .feature-title .icon{
      background: rgba(58, 58, 58, 0.22);
      width: 80.88px;
      height: 80.88px;
      border-radius: 50%;
      font-size: 20px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .feature-large .feature-title h3{
      color: #333333;
      font-size: 19px;
      line-height: 26px;
      margin-bottom: 0;
    }
    .feature-large .des{
      color: rgba(51, 51, 51, 0.5);
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 0;
    }
    .feature-small{
      border-radius: 10px;
      display: flex;
      align-items: center;
      gap: 20px;
      box-shadow: 0px 8px 30px 0px rgb(156 155 154 / 13%);
      padding: 20px;
      margin-bottom: 1em;
    }
    .feature-small .icon{
      background: #FF6006;
      color: #fff;
      width: 68px;
      height: 68px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
    }
    .feature-small h3{
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 0;
      color: #333333;
    }

    .landing-testimonial {
      background: #fff;
      padding: 0 20px 20px;
      border-radius: 20px;
      border: 1px solid #F2F2F2;
      margin-top: 50px;
    }
    .landing-testimonial .review-text{
      font-size: 13px;
      color: #100F11;
      line-height: 24px;
      margin-bottom: 3em;
      font-weight: 400;
    }
    .landing-testimonial .testimonial-info h3{
      color: #323232;
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      margin: 0;
    }
    .landing-testimonial .testimonial-info p{
      line-height: 24px;
    margin-bottom: 0;
    font-size: 14px;
    color: #969696;
    font-weight: 400;
    }
    .landing-testimonial .test-thumb{
      width: 48px !important;
    height: 48px;
    border-radius: 50% !important;
    margin-top: -20px;
    margin-bottom: 20px;
    }
    .landing-testimonial .testimonial-rating{
      gap: 10px;
      display: flex;
      align-items: center;
    }
    .rating{
      display: flex;
      align-items: center;
      gap: 8px;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .rating svg {
      height: 16px;
      fill: #F99C4E;
    }
    .clients-slider .owl-next,
    .clients-slider .owl-prev{
      border: 1px solid rgb(122 53 213 / 35%) !important;
      color: #6F24D1 !important;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      font-size: 15px !important;
      background: rgb(122 53 213 / 35%) !important;
    }
    .clients-slider .owl-next:hover,
    .clients-slider .owl-prev:hover{
     background: #6F24D1 !important;
     color: #fff !important;
    }
    .clients-slider .owl-nav{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin: 4em 0 0;
      position: absolute;
      top: -28%;
      right: 0;
    }
    .clients-slider .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 3em 0 0;
    }
    .owl-carousel button.owl-dot{
      width: 8px;
      height: 8px;
      background: #D8D8D8;
      border-radius: 50%;
    }
    .owl-carousel button.owl-dot.active{
      background: #6F24D1;
    }
    .landing-pricing {
      border: 3px solid transparent;
      transition: transform 0.2s ease-in-out;
      position: relative;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 2em;
      box-shadow: 0 3px 25px rgba(0, 0, 0, 0.039);
    }
    .landing-pricing .pricing-title{
       box-shadow: 0 3px 25px rgba(0, 0, 0, 0.039);
       padding: 0 20px;
       justify-content: space-between;
       display: flex;
       align-items: center;
       margin: 0;
       height: 78px;
    }
    .landing-pricing .pricing-title h3{
        font-weight: 700;
        color: #000000;
        font-size: 18px;
    }
    .landing-pricing .pricing-like{
        font-size: 18px;
        color: #FF0000;
    }
    .landing-pricing .pricing-features {
      padding: 30px 20px;
      list-style: none;
      margin: 0;
    }
    .landing-pricing .pricing-features li{
      position: relative;
      color: #707070;
      font-size: 18px;
      font-weight: 400;
      line-height: 22px;
      padding-left: 2em;
      margin-bottom: 10px;
    }
    .landing-pricing .pricing-features li::before{
      content: "\F26A";
      font-family:  bootstrap-icons;
      position: absolute;
      left: 0;
      font-size: 18px;
      color: #63A817;
    }
    .landing-pricing .pricing-footer{
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #3A3A3A;
      padding: 0 20px;
      height: 65px;
      box-shadow: 0 3px 25px rgba(0, 0, 0, 0.039);
      border-radius: 10px;
      margin: -3px 0;
    }
    .landing-pricing .pricing-footer p{
      margin-bottom: 0;
      color: #3A3A3A;
      font-size: 16px;
      font-weight: 700;
    }
    .landing-pricing .pricing-footer a{
      display: flex;
      align-items: center;
      gap:10px;
      font-size: 15px;
      color: #3A3A3A;
      font-weight: 400;
    }
    .landing-pricing:hover{
      transform: translateY(-10px);
      border-color: #FF6006;
    }
    .landing-pricing:hover .pricing-footer{
      background: #FF6006;
      border-color:#FF6006 ;
    }
    .landing-pricing:hover .pricing-footer p,
    .landing-pricing:hover .pricing-footer a{
      color: #fff;
    }
    .landing-pricing:hover .pricing-features{
      background:#f6f5f4;
    }
    .landing-brand{
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .landing-brand img{
      width: auto !important;
      height: 90px;
    }
    .owl-carousel.brands-slider.owl-loaded{
      display: flex !important;
      flex-direction: column;
      justify-content: center;
    }
   .brands-slider .owl-nav{
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    left: 0;
    right: 0;
   }
   .brands-slider .owl-nav button.owl-prev, .brands-slider .owl-nav button.owl-next{
      font-size: 20px;
      color: #FF6006;
   }
   .landing-footer{
    background: #0A9973;
    padding: 50px 0 30px;
    position: relative;
    overflow: hidden;
   }
   .footer-logo img{
    width: 198.28px;
    height: 52.28px;
    margin-bottom: 2em;
   }
   .footer-des{
    margin-bottom: 0;
    width: 80%;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    opacity: 70%;
   }
   .footer-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1em;
   }
   .footer-links{
    list-style: none;
    padding: 0;
    margin: 0;
   }
   .footer-links li a{
    color: #fff;
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    opacity: 70%;
   }
   .footer-subscribe {
    position: relative;
   }
   .footer-subscribe input{
    font-size: 15px;
    color: #989898;
    height: 70px;
    position: relative;
    border-radius: 0;
    padding: 0 20px;
    width: 100%;
   }
   .footer-subscribe button{
    position: absolute;
    right: 20px;
    top: 12px;
    width: 122px;
    background: #0A9973;
    color: #fff;
    height: 47px;
    font-size: 15px;
    font-weight: 400;
    border: none;
   }
   .subscribe-block{
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 3em;
   }
   .subscribe-block::before,
   .subscribe-block::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgb(0 0 0 / 0%), #FFFFFF,rgb(255 255 255 / 0%));
   }
   .subscribe-block::before{
    top: 0;
   }
   .subscribe-block::after{
    bottom: 0;
   }
  .landing-footer .footer-shape{
    position: absolute;
    right: 2%;
    bottom: 0;
    width: auto;
    height: 200px;
  }
  .user-after-login{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
  }
  .user-after-login span{
    position: relative;
    display: block;
    padding-bottom: 7px;
  }
  .user-after-login span::after{
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 43px;
    background:#FEBD05;
  }
  .user-after-login img{
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
  .user-after-login .profile-dropdown {
    width: 160px;
    top: 50px;
    left: 0;
    padding: 20px;
    border-radius: 10px;
  }
  .user-after-login .profile-dropdown li a{
    font-size: 13px;
    color: #000000;
    margin-bottom: 10px;
    display: block;
  }
  .user-after-login .profile-dropdown li:last-child a{
    margin-bottom: 0;
  }
  .landing-login .login-title{
    font-size: 38px;
    margin-bottom: 1em;
    color: #000000;
    line-height: 45px;
    font-weight: 700;
  }
  .landing-login .form-control{
    background: #F9F9F9;
    border-radius: 10px;
    height: 66px;
    border: none;
    font-size: 15px;
    font-weight: 400;
    color: #989898;
  }
  .select2-container{
    width: 100% !important;
  }
  .success-content{
    text-align: center;
  }
  .success-content i{
    color: #008E13;
    font-size: 60px;
    display: block;
    margin-bottom: 0;
  }
  .success-content h4{
    margin-bottom: 0;
    font-size: 24px;
    margin-bottom: 0;
    color: #000;
  }
  .landing-login textarea.form-control{
    height: auto;
  }
  .landing-login .btn{
    background: #FF6006;
    border-radius: 10px;
    color: #fff;
    height: 66px;
    font-size: 17px;
    font-weight: 400;
  }
  .landing-login .text-login{
    font-size: 17px;
    font-weight: 400;
    color: #000000;
  }
  .landing-login .text-login button{
    margin-right: 0;
    background: transparent;
    color: #ff6006;
    font-size: 17px;
    font-weight: 700;
    border: none;
  }
  .login-methods{
    display: flex;
    margin: 2em 0;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
  }
  .login-methods a{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #878787;
    height: 50px;
    border-radius: 10px;
  }
  .login-methods a i{
    font-size: 20px;
  }
  .modal-content{
    border-radius: 25px;
  }
  .modal-content .modal-body{
    padding: 2em;
  }
  .select2-container--default .select2-selection--single{
    height: 60px !important;
    background: #F9F9F9;
    border-radius: 10px;
    border: none;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 55px;
    right: 12px;
  }
  .select2-selection__rendered {
    padding: 20px !important;
    color: #000000;
    line-height: 20px !important;
    font-size: 17px;
  }
  .upload-box {
    position: relative;
    width: 130px;
    height: 130px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) , #000000);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 5em;
  }
  
  .file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
  
  .file-preview {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .upload-button {
    margin-bottom: 10px;
    border: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
  }
  .platform-steps{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 70%;
  }
  .platform-steps .item-step{
    border: 1px solid #faf7f7;
    padding: 20px;
    display: flex;
    align-items: start;
    gap: 15px;
    background: #fcfcfc;
  }
  .platform-steps .item-step:first-child{
    background: #fff;
    border-radius: 10px 10px 0 0;
  }
  .platform-steps .item-step .icon{
    background: #6F24D1;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .platform-steps .item-step .icon img{
    width: auto;
    height: 30px;
  }
  .platform-steps .item-step .content{
    width: calc(100% - 55px);
  }
  .platform-steps .item-step .content h2{
    color: #323232;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    padding-bottom: 10px;
  }
  .platform-steps .item-step .content p{
    color: #969696;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 23px;
  }
  .landing-accordion .accordion-header {
    margin-bottom: 0;
    margin-top: 0;
  }
  .landing-accordion .accordion-item{
    border: none;
    border-radius: 0 !important;
    background: transparent;
    margin-bottom: 0;
    border-bottom: 1px solid #97979738;
    padding: 15px 0;
  }
  .contact-section{
    background: #F8FBFF;
    padding: 20px 0 30px;
  }
  .landing-accordion .accordion-button{
    background: transparent;
    color: #100F11;
    font-size: 18px;
    line-height: 24.59px;
    font-weight: 500;
    border: none !important;
    padding: 0 1.25rem;
    box-shadow: none !important;
  }
  .landing-accordion .accordion-button::after{
    content: '\F4FE';
    font-family:  bootstrap-icons;
    background-image: none;
    width: 30px;
    height: 30px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px
  }
  .landing-accordion .accordion-button:not(.collapsed)::after{
    content: '\F63B';
    transform: none;
  }
  .contact-form .form-control{
    border: 1px solid rgba(46, 46, 46, 0.24) ;
    border-radius: 0;
    height: 64px;
    background: #fff;
    margin-bottom: 1em;
  }
  .contact-form{
   padding: 4em 4em 0;
  }
  .contact-form textarea.form-control{
    height: auto;
  }
  .contact-form .btn-contact{
    background: #0A9973;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    height: 64px;
    font-weight: 500;
    border: 1px solid #0A9973;
    display: block;
    width: 100%;
    transition: all 0.3s ease;
  }
  .contact-form  .btn-contact:hover{
    background: transparent;
    color: #0A9973;
  }
  .subscribe-title{
    color: #fff;
    font-size: 56px;
    line-height: 70px;
    font-weight: 600;
  }
  .col-grid-5{
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
  }
  @media (min-width: 576px){
    .modal-dialog {
      max-width: 530px;
   }

  }
  
  @media (max-width: 991px) {
    .landing-page .landing-header {
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .landing-page .landing-header ul.landing-menu {
      position: fixed;
      top: 0;
      right: -320px;
      width: 300px;
      height: 100vh;
      background-color: #fff;
      display: block;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    .landing-page .landing-header ul.landing-menu.open {
      right: 0;
    }
    .landing-page .landing-header ul.landing-menu li.nav-item {
      display: block;
      background-color: #fff;
      text-align: left;
    }
    .landing-page .landing-header ul.landing-menu li.nav-item.menu-back {
      display: block;
    }
    .landing-page .landing-header ul.landing-menu li.nav-item a.nav-link {
      color: #2b2b2b;
      padding: 10px 20px;
    }
    .landing-page .landing-header ul.landing-menu li.nav-item:hover a.nav-link {
      color: #3e5fce;
    }
    .landing-page .landing-header .buy-block .toggle-menu {
      display: block;
    }
   
  }
  
  @media(max-width:767px){
    .landing-home {
      padding-top: 100px;
      padding-bottom: 30px;
    }
    .landing-welcome-content h1 {
      font-size: 24px;
      margin-bottom: 10px;
      line-height: 36px;
      font-weight: 500;
    }
    .company-item{
      margin-bottom: 10px;
      height: 40px;
    }
    .landing-welcome-content .btn{
      margin: 0 auto;
    }
    .btn{
      height: 50px;
      padding: 10px 30px;
      min-width: none;
    }
    .landing-welcome-content p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 1em;
    }
    .landing-title small{
      font-size: 12px;
      line-height: 18px;
      font-weight: 600;
      margin-bottom: 0;
    }
    .btn-landing{
      padding: 10px 25px;
      font-size: 13px;
      margin: 0 auto;
      border-radius: 0;
    }
    .reverse-mobile{
      flex-direction: column-reverse;
    }
    .landing-welcome-content{
      text-align: center;
    }
    .landing-facts {
      padding: 50px 0;
    }
    .landing-title h2{
    font-size: 21px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    }
    .landing-title p{
      font-size: 13px;
    }
    .landing-facts .shape1 {
      left: 5%;
      top: 0%;
    }
    .landing-padding {
      padding: 30px 0;
    }
    .landing-facts .shape2,
    .landing-facts .shape3{
     display: none;
    }
    .landing-fact-card {
      padding: 10px 5px;
      margin-bottom: 1em;
    }
    .landing-facts::before{
      height: 349px;
    }
    .landing-fact-card .num{
      width: 80px;
      height: 80px;
      font-size: 22px;
      margin-bottom: 5px;
    }
    .landing-fact-card h3 {
      font-size: 16px;
      line-height: 24px;
    }
    .platform-des {
      width: 100%;
      font-size: 12px;
      line-height: 22px;
      text-align: center;
      font-weight: 400;
    }
    .ask-section{
      background: #FAFAFA;
    }
    .benefits-section{
      background-color: transparent !important;
    }
    .steps-slider .owl-prev,
    .steps-slider .owl-next{
          width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0A9973;
    background: #fff !important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    }
    .steps-slider .owl-nav{
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      top: 30%;
      width: 100%;
    }
    .contact-section{
      background: rgba(10, 153, 115, 0.06)!important;
    }
    .platform-steps .item-step{
      padding: 15px 8px;
    }
    .platform-steps .item-step .icon img {
      height: 78%;
    }
    .platform-steps .item-step .content{
      width: calc(100% - 25px);
    }
    .platform-steps .item-step .content h2{
      font-size: 14px;
      line-height: 21px;
      font-weight: 700;
      padding-bottom: 4px;
    }
    .platform-steps .item-step .content p{
      font-size: 12px;
      line-height: 18px;
      font-weight: 400;
    }
    .platform-steps .item-step .icon{
      width: 21.38px;
      height: 21.38px;
    }
    .landing-accordion .accordion-button{
      font-size: 12px;
      line-height: 18px;
      font-weight: 600;
      padding: 0 10px;
    }
    .landing-accordion .accordion-body{
      padding: 0 10px;
    }
    .landing-accordion .accordion-body p{
      margin-bottom: 0;
      font-size: 9px;
    }
    .footer-subscribe button{
      right: 8px;
      top: 6px;
      font-size: 12px;
      width: inherit;
      border-radius: 0;
      padding: 5px 20px;
      line-height: 22px;
      height: 40px;
    }
    .footer-logo img{
      width:147.81px;
      margin-bottom: 1em;
      height: 52.28px;
    }
    .footer-subscribe input{
      height: 50px;
      border-radius: 0;
      font-size: 12px;
    }
    .subscribe-block {
      padding-top: 1em;
      padding-bottom: 1em;
      margin-bottom: 2em;
  }
    .subscribe-title {
      font-size: 21px;
      line-height: 27px;
      font-weight: 600;
  }
  .subscribe-block::before, .subscribe-block::after{
    display: none;
  }
  .landing-footer{
    padding: 0 0 30px;
  }
  .footer-subscribe{
    margin: 1em 0 0;
  }
.contact-form {
    padding: 2em 0 0;
}
    .platform-steps{
      width: 100%;
    }
    .clients-slider .owl-nav{
    position: relative;
    bottom: 0;
    margin: 1em 0 0;
    top: inherit;
    }
    .mb-5 {
      margin-bottom: 1em !important;
    } 
    .clients-slider .owl-next, .clients-slider .owl-prev{
      width: 32px;
      height: 32px;
    }
    .contact-form .form-control{
      border-radius: 0;
      font-size: 9px;
      height: 36px;
    }
    .contact-form .btn-contact{
      border-radius: 0;
      height: 42px;
      font-size: 12px;
    }
    .landing-testimonial{
      margin-top: 40px;
      text-align: center;
    }
    .landing-testimonial .review-text{
      font-size: 12px;
      line-height: 18px;
      font-weight: 400;
    }
    .landing-testimonial .testimonial-info h3{
      font-size: 16px;
      line-height: 22px;
      font-weight: 700;
    }
    .landing-testimonial .testimonial-info p{
      font-size: 9px;
      line-height: 14px;
      font-weight: 400;
    }
    .landing-testimonial .test-thumb{
      width: 64px !important;
      height: 64px !important;
      margin: -50px auto 1em;
    }
    .platform-thumb img {
      width: 100%;
    }
    .landing-title{
      text-align: center;
    }
    .landing-testimonial{
      padding: 20px;
    }
    .landing-testimonial .review-text{
      margin-bottom: 2em;
    }
    .facts-cards .col-md-4:nth-child(2) {
      margin-top: 0;
    }
    .company-item img{
      width: auto;
      height: 22px;
    }
    .landing-accordion .accordion-item{
      border-bottom: none;
      margin-bottom: 10px;
      background: #fff;
    }
    .benefits-list li{
      line-height: 18px;
      font-size: 11px;
      padding-left: 17px;
    }
    .platform-thumb {
      margin-bottom: 3em;
  }
    .companies-text{
      font-size: 16px;
      line-height: 24px;
    }
    .footer-item{
      margin-bottom: 10px;
    }
    .offcanvas-title img{
      width: auto;
      height: 30px;
    }
    .footer-des{
      width: 100%;
      font-size: 12px;
      line-height: 17px;
    }
    .work-step img{
      width: 100%;
    }
    .col-grid-5{
      width: 50%;
      padding-left: 5px;
      padding-right: 5px;
    }
    .footer-links li a{
      font-size: 14px;
      margin: 0 0 6px;
    }
    .footer-title{
      margin-bottom: 10px;
    }
    .landing-footer .footer-shape{
      height: 150px;
    }
    .landing-page .btn-header{
      padding: 5px 10px;
      min-width: inherit;
      border-radius: 0;
      font-size: 9px;
    }
    .navbar-light .navbar-brand img{
      width: auto;
      height: 20px;
    }
    .landing-page .landing-header .buy-block{
      gap: 5px;
    }
  }

  .video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.popup-content {
    position: relative;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}
.wa-float {
    position: fixed;
    bottom: max(16px, env(safe-area-inset-bottom) + 12px);
    right: 16px; /* لو عايزها يسار في العربي غيّرها إلى left */
    z-index: 9999;
  }
  .wa-float a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    background: #25D366;
    box-shadow: 0 8px 20px rgba(0,0,0,.18);
    text-decoration: none;
  }
  .wa-float a:hover { transform: translateY(-1px); }
  .wa-float svg { width: 28px; height: 28px; fill: #ffffff; }
  @media (max-width: 480px) {
    .wa-float a { width: 54px; height: 54px; }
    .wa-float svg { width: 26px; height: 26px; }
  }
