:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #444444;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #37517e;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #47b2e4;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
}


.footer .footer-image{
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #47b2e4;
}
.footer .footer-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-solutions {
  padding: 100px 0;
  /*--------------------------------------------------------------
  # Pricing Section
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Testimonials Section
  --------------------------------------------------------------*/
}

.our-solutions .pricing .pricing-item {
  background-color: var(--surface-color);
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--background-color);
  padding: 60px 40px;
  height: 100%;
  border-radius: 15px;
}

.our-solutions .pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

.our-solutions .pricing h4 {
  color: var(--accent-color);
  font-size: 48px;
  font-weight: 400;
  font-family: var(--heading-font);
  margin-bottom: 0;
}

.our-solutions .pricing h4 sup {
  font-size: 28px;
}

.our-solutions .pricing h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 18px;
}

.our-solutions .pricing ul {
  padding: 20px 0;
  list-style: none;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-align: left;
  line-height: 20px;
}

.our-solutions .pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.our-solutions .pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.our-solutions .pricing ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.our-solutions .pricing ul .na i {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.our-solutions .pricing ul .na span {
  text-decoration: line-through;
}

.our-solutions .pricing .buy-btn {
  color: var(--accent-color);
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
  transition: 0.3s;
  border: 1px solid var(--accent-color);
}

.our-solutions .pricing .buy-btn:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.our-solutions .pricing .featured {
  border-top-color: var(--accent-color);
}

.our-solutions .pricing .featured .buy-btn {
  background: var(--accent-color);
  color: var(--contrast-color);
}

@media (max-width: 992px) {
  .our-solutions .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .our-solutions .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .our-solutions .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

.our-solutions .pricing .pricing-item {
  background-color: #fefefe;
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #3d9efd;
  padding: 60px 40px;
  height: 100%;
  border-radius: 15px;
  border: 2px solid #3d9efd;
}

.our-solutions .pricing .pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

.our-solutions .pricing .pricing h4 {
  color: #059652;
  font-size: 48px;
  font-weight: 400;
  font-family: #3d9efd;
  margin-bottom: 0;
}

.our-solutions .pricing .pricing h4 sup {
  font-size: 28px;
}

.our-solutions .pricing .pricing h4 span {
  color: color-mix(in srgb, #3d9efd, transparent 50%);
  font-size: 18px;
}

.our-solutions .pricing .pricing ul {
  padding: 20px 0;
  list-style: none;
  color: color-mix(in srgb, #3d9efd, transparent 30%);
  text-align: left;
  line-height: 20px;
}

.our-solutions .pricing .pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.our-solutions .pricing .pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.our-solutions .pricing .pricing ul .na {
  color: color-mix(in srgb, #3d9efd, transparent 60%);
}

.our-solutions .pricing .pricing ul .na i {
  color: color-mix(in srgb, #3d9efd, transparent 60%);
}

.our-solutions .pricing .pricing ul .na span {
  text-decoration: line-through;
}

.our-solutions .pricing .pricing .buy-btn {
  color: #059652;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: #3d9efd;
  transition: 0.3s;
  border: 1px solid #059652;
}

.our-solutions .pricing .pricing .buy-btn:hover {
  background: #059652;
  color: #333;
}

.our-solutions .pricing .pricing .featured {
  border-top-color: #059652;
}

.our-solutions .pricing .pricing .featured .buy-btn {
  background: #059652;
  color: #333;
}

.our-solutions .pricing .order-now {
  position: absolute;
  bottom: 10px;
  background-color: #3d9efd !important;
  color: #fff !important;
  margin: auto;
  left: 50%;
  font-size: 14px;
  transform: translate(-50%, 0);
}

@media (max-width: 992px) {
  .our-solutions .pricing .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .our-solutions .pricing .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .our-solutions .pricing .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*# sourceMappingURL=style.css.map */