

.descrption h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 24px;
  font-weight: 700;
}
.descrption h4 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 24px;
}
.descrption p {
  color: #4b5563;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 0.5rem;
}
.descrption ul,
.descrption ol {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.descrption ul li,
.descrption ol li {
  list-style: none;
  background: url('../img/down-arrow.png') left 4px no-repeat;
  padding-left: 28px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.descrption ol {
  margin-left: 14px;
}
.descrption ol li {
  background: transparent;
  list-style: auto;
  padding: 0;
  margin: 0;
}


/* Custom scrollbar for testimonial carousel */
    .scrollbar-none::-webkit-scrollbar {
      display: none;
    }
    .scrollbar-none {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    /* Red button hover */
    .btn-red-hover:hover {
      background-color: #b91c1c;
    }
    /* Custom arrow buttons for carousel */
    .carousel-btn {
      background-color: rgba(0, 0, 0, 0.1);
      transition: background-color 0.3s ease;
    }
    .carousel-btn:hover {
      background-color: rgba(220, 38, 38, 0.9);
      color: white;
    }
    .client-logo {
        background: url(./img/Cloud-Based-Solutions-1280x960-1.jpeg) center center no-repeat;
    }
    .services-sec {
        background: url(./img/service-item-shape.png) right top no-repeat;
    }
    .product-sec {
        background: url(./img/service-item-shape.png) right top no-repeat;
    }
    
      .testimonial-slide {
      display: none;
    }
    .testimonial-slide.active {
      display: block;
    }

.top_banner_img,
.solutions_banner_img,
.email_security_banner,
.online_store_top_banner_img  {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 350px;
    padding: 0px;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
    object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: cover;
}
.online_store_top_banner_img {
  object-position: top center;
}
.list li {
    display: grid;
    grid-template-columns: 20px auto;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  .no-scrollbar {
    -ms-overflow-style: none;  /* IE & Edge */
    scrollbar-width: none;     /* Firefox */
  }
@media (min-width: 320px) and (max-width: 1024px) {
    .top_banner_img,
    .solutions_banner_img,
    .email_security_banner {
        height: 200px;
        object-position: center center;
    }
}

