html {
  scroll-behavior: smooth;
}

div {
  -webkit-transition: none;
  transition: none;
}

.font-bold,
h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  font-family: "LatoWebBold" !important;
  font-weight: bold !important;
}

/* Hero Banner CSS Start Hear  */
.lpform-sec {
  width: 100%;
  height: auto;
  padding: 30px;
  background-color: #dbf2f5;
  border-radius: 10px;
  min-width: 450px;
  max-width: 450px;
}

.lpform-sec .form-group .txt-label {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  display: block;
}

.lpform-sec .form-group input[type="text"],
.lpform-sec .form-group input[type="email"],
.lpform-sec .form-group input[type="tel"] {
  border: 1px #c3c1c1 solid !important;
  background: #fff !important;
  width: 100%;
  color: #333 !important;
  padding: 10px;
  height: 40px;
  margin-bottom: 5px;
  padding-left: 20px !important;
}

.lpform-sec .form-group input[type="text"]:focus-visible,
.lpform-sec .form-group input[type="email"]:focus-visible,
.lpform-sec .form-group input[type="tel"]:focus-visible {
  outline: 1px solid #666;
}

.lpform-sec .submit-button {
  background: #0096a3;
  display: inline-block;
  border: 2px solid #0096a3;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  min-width: 150px;
  transition: all 0.2s ease;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.lpsite-button {
  background: #0096a3;
  display: inline-block;
  border: 2px solid #0096a3;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  min-width: 150px;
  transition: all 0.2s ease;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.lpsite-button:hover {
  background: #0096a3;
  border: 2px solid #0096a3;
  color: #fff;
}

.header-para-left {
  line-height: 25px;
}

@media (min-width: 320px) {
  #HomeSlider.new-slider h1 {
    font-size: clamp(30px, 3vw, 36px);
    line-height: 1.1;
  }
}

@media (max-width: 500px) {
  .lpform-sec {
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #dbf2f5;
    border-radius: 10px;
    max-width: 100%;
    min-width: auto;
  }
}

.privacy-text {
  font-size: 13px;
  line-height: 12px;
  text-align: center;
}

.astrick {
  color: red;
}

.partner-logo-heroshot {
  bottom: 30px;
  right: 30px;
}

@media (max-width: 991px) {
  .partner-logo-heroshot {
    display: none;
  }
}

/* Hero Banner CSS End Hear  */

.sap-product-implementation ul li {
  margin-bottom: 25px;
  list-style: none;
  position: relative;
  font-size: 18px;
  padding-left: 20px;
}

.sap-product-implementation ul li p {
  padding-left: 30px;
}

.sap-product-implementation ul li::before {
  content: "\2713";
  font-weight: bold;
  color: #fff;
  position: absolute;
  font-size: 16px;
  left: 0px;
  display: flex;
  top: -4px;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border: 2px solid #0097a4;
  border-radius: 50px;
  background: #0097a4;
}

/* Case study Section css start here */

.case-studies {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.case-box {
  border: 2px solid #0097a4;
  border-radius: 8px;
  padding: 20px;
  max-width: 450px;
  flex: 1 1 450px;
}

.case-box ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.case-box ul li {
  margin-bottom: 8px;
}

.quote {
  color: #0097a4;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.3;
}

.author {
  font-size: 12px;
  color: #444;
}

/* Case study Section css End here */

/*Testimonials start here */

.testimonial {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.testimonial-box {
  background: #fff;
  box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 8%);
  border-radius: 40px;
  max-width: 400px;
  flex: 1 1 400px;
}

.qoute-sec img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  margin-top: -3px;
}

.qoute-txt {
  padding: 0px 30px 30px 30px;
}

@media (max-width: 768px) {
  .case-box {
    max-width: 100%;
  }

  .testimonial-box {
    max-width: 100%;
  }
}

/*Testimonials End CSS here */

/*FAQ section CSS start here */

.collapsible:after,
.collapsible:before {
  color: teal;
}

.collapsible:hover {
  color: teal;
}

.collapsible:hover:after {
  color: teal;
}

.collapsible {
  color: #0097a4;
  border-bottom: 2px solid #0097a4;
}

/*FAQ section CSS End here */

.drawline-3:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #5ebdc6;
  right: 1%;
  top: 0%;
}

/*Award section CSS start here */

.awards-img ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  list-style: none;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 16px;
}

.awards-img li img {
  /* max-width: 150px !important;
    max-height: 140px !important;
    object-fit: contain; */
  height: 140px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .awards-img ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 991px) {
  .drawline-3:after {
    display: none;
  }
}

/*Footer section CSS start here */
.fcopyright-lp {
  background: #f1f1f1;
  padding: 10px;
}
