@charset "UTF-8";

/*

Style   : MobApp CSS
Version : 1.0
Author  : Surjith S M
URI     : https://surjithctly.in/

Copyright © All rights Reserved 

*/

/*------------------------
[TABLE OF CONTENTS]
    
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER

------------------------*/

/* GLOBAL
----------------------*/

body {
  font-family: "Rubik", sans-serif;
  position: relative;
}

a {
  color: #028468;
}

a:hover,
a:focus {
  color: #d6619c;
}

h1 {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 45px;
  font-weight: 300;
  color: #028468;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}

h3 {
  color: #028468;
  font-size: 33px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  color: #028468; /*#633991*/
}

h5 {
  font-size: 28px;
  font-weight: 300;
  color: #028468;
  margin-bottom: 0.7rem;
}

p {
  /* color: #959094; */
  color: #000000;
}

p.lead {
  color: #028468;
  margin-bottom: 2rem;
}

.text-primary {
  color: #fff !important;
}

.light-font {
  font-weight: 300;
}

.btn {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.375rem 1.35rem;
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  color: #028468;
}

.btn-primary {
  border-radius: 3px;
  background-image: -moz-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: -webkit-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: -ms-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  padding: 0.6rem 2rem;
  border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-image: linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.btn-light {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
  font-size: 14px;
  font-weight: 500;
  color: #633991;
  margin: 0.5rem;
  padding: 0.7rem 1.6rem;
  line-height: 1.8;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.8rem 1rem;
  font-size: 15px;
}

.light-bg {
  background-color: #faf6fb;
}

.section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title small {
  color: #998a9b;
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
}

/* NAVBAR
----------------------*/

.nav-menu {
  padding: 0 0;
  transition: all 0.3s ease;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
  background-color: rgb(2, 132, 104);
  background: -moz-linear-gradient(
    135deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    135deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
  padding: 0;
}

.navbar-nav .nav-link {
  position: relative;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
  }
  .navbar-nav > .nav-item > .nav-link.active:after {
    content: "";
    border-bottom: 2px solid #ffffff;
    left: 1rem;
    right: 1rem;
    bottom: 5px;
    height: 1px;
    position: absolute;
  }
}

@media (max-width: 991px) {
  .navbar-nav.is-scrolling {
    padding-bottom: 1rem;
  }
  .navbar-nav .nav-item {
    text-align: center;
  }
}

/* HERO
----------------------*/

header {
  padding: 100px 0 0;
  text-align: center;
  color: #fff;
}

.bg-gradient {
  background-image: -moz-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: -webkit-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: -ms-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.tagline {
  font-size: 23px;
  font-weight: 300;
  color: #ffff;
  max-width: 800px;
  margin: 0 auto;
}

.img-holder {
  height: 0;
  padding-bottom: 33%;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .img-holder {
    padding-bottom: 50%;
  }
}

@media (max-width: 767px) {
  .tagline {
    font-size: 17px;
  }
  .img-holder {
    padding-bottom: 100%;
  }
}

/* FEATURES
----------------------*/

.gradient-fill:before {
  color: #fc73b4;
  background: -moz-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(1, 125, 1, 0.8) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  /* -webkit-text-fill-color: transparent; */
}

.card.features {
  border: 0;
  border-radius: 3px;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .card.features {
    margin-bottom: 2rem;
  }
  [class^="col-"]:last-child .card.features {
    margin-bottom: 0;
  }
}

.card.features:before {
  content: "";
  position: absolute;
  width: 3px;
  color: #fc73b4;
  background: -moz-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(2, 132, 104, 0.982) 0%,
    rgb(1, 125, 1, 0.8) 100%
  );
  top: 0;
  bottom: 0;
  left: 0;
}

.card-text {
  font-size: 14px;
}

.card.features:hover {
  transform: translateY(-3px);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.box-icon {
  box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
  padding: 10px;
  width: 70px;
  border-radius: 3px;
  margin-bottom: 1.5rem;
  background-color: #fff;
}

.circle-icon {
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
  padding: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  background-color: #fff;
  color: #028468;

  font-size: 48px;
  text-align: center;
  line-height: 80px;
  font-weight: 300;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .circle-icon {
    width: 70px;
    height: 70px;
    font-size: 28px;
    line-height: 50px;
  }
}

.ui-steps li:hover .circle-icon {
  background-image: -moz-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: -webkit-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: -ms-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
  color: #fff;
}

.ui-steps li {
  padding: 15px 0;
}

.ui-steps li:not(:last-child) {
  border-bottom: 1px solid #f8e3f0;
}

.perspective-phone {
  position: relative;
  z-index: -1;
}

@media (min-width: 992px) {
  .perspective-phone {
    margin-top: -150px;
  }
}

/*  TABS
----------------------*/

.tab-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
  padding: 3rem;
}

@media (max-width: 992px) {
  .tab-content {
    padding: 1.5rem;
  }
}

.tab-content p {
  line-height: 1.8;
}

.tab-content h2 {
  margin-bottom: 0.5rem;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  padding: 1rem 1rem;
  border-color: #faf6fb #faf6fb #fff;
  font-size: 19px;
  color: #a4c8b2; /*#b5a4c8*/
  background: #f5eff7;
}

.nav-tabs .nav-link.active {
  background: #fff;
  border-top-width: 3px;
  border-color: #028468 #faf6fb #fff;
  /* border-color: #ce75b4 #faf6fb #FFF;     */
  color: #028468;
}

/*  TESTIMONIALS
----------------------*/

.owl-carousel .owl-item img.client-img {
  width: 110px;
  margin: 30px auto;
  border-radius: 50%;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.blockquote {
  color: #7a767a;
  font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.5;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #e7d9eb;
  width: 35px;
  height: 8px;
  border-radius: 10px;
  transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #028468;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #028468;
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item {
  box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
  transform: scale(0.8);
  transition: all 0.3s ease-in;
}

.img-gallery .owl-item.center {
  transform: scale(1);
}

/*  PRICING
----------------------*/

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.pricing-table th {
  background-color: #028468;
  color: white;
}

.pricing-table .price {
  font-size: 24px;
  font-weight: bold;
  color: #028468;
}

.pricing-table td.check::before {
  content: "";
}

.pricing-table .check {
  color: #028468;
}

.pricing-table .check::before {
  content: "✔";
  margin-right: 5px;
}

.pricing-table .check del {
  color: #d9d3d8;
}

/*  CALL TO ACTION
----------------------*/

.call-to-action {
  text-align: center;
  color: #fff;
  margin: 3rem 0;
}

.call-to-action .box-icon {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  transform: scale(0.85);
  margin-bottom: 2.5rem;
}

.call-to-action h2 {
  color: #fff;
}

.call-to-action .tagline {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  max-width: 650px;
  margin: 0 auto;
}

.btn-light img {
  margin-right: 0.4rem;
  vertical-align: text-bottom;
}

/*  FOOTER
----------------------*/

.social-icons {
  text-align: right;
}

.social-icons a {
  background-color: #fff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin: 0 0.3rem;
  border-radius: 5px;
  color: rgba(2, 132, 104, 0.982);
  transition: all 0.3s ease;
}

.social-icons a:hover {
  text-decoration: none;
  color: rgba(2, 132, 104, 0.982);
}

@media (max-width: 991px) {
  .social-icons {
    text-align: center;
    margin-top: 2rem;
  }
}

.navbar-brand {
  max-width: 48px;
}

.bold {
  font-weight: 700;
}

.lite {
  font-weight: 400;
}

.btn-width {
  min-width: 12rem;
}

@media (min-width: 1189px) {
  #cards {
    height: 180px;
  }
}

.larging {
  max-width: 1500px;
}

/*  Language Menu
----------------------*/

ul#hormenu li ul {
  display: none;
  list-style-type: none;
}
ul#hormenu li:hover ul {
  display: block;
  position: absolute;
  z-index: 1;
  width: 150px;
  padding: 0;
  margin: 0 0 0 -1px;
  border: none;
  background: white;
}
ul#hormenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*Switch table*/

.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  margin-bottom: 40px;
  border-radius: 30px;
  background: var(--white);
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: var(--white);
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent;
}

.switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
  max-width: auto;
  text-align: center;
  align-content: center;
  padding: 0 10px;
  margin: 0 auto;
}

.switch-wrapper label:hover {
  background: var(--lightgray);
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: var(--darkgreen);
  transition: transform 0.25s ease-in-out;
}

@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap%22");

:root {
  --white: white;
  --gray: #999;
  --lightgray: whitesmoke;
  --darkgreen: #028468;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.toggle-center {
  max-width: auto;
  text-align: center;
  padding: 0 10px;
  margin: 0 auto;
}

/*Term & privacy*/

.tpContent {
  margin: 0 24px 0 24px;
  padding: 24px;
}

.tp-bg-gradient {
  background-image: -moz-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: -webkit-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: -ms-linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background-image: linear-gradient(
    315deg,
    rgba(2, 132, 104, 0.982) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.textColorW {
  color: white;
}

.textColorUl {
  color: white;
}

/*Download Modal*/

.modale {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  max-width: 400px;
  height: fit-content;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-direction: column;
}
/* Stili per l'overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Opacità al 50% */
  z-index: 9998; /* Uno in meno rispetto al modal */
  display: none;
}

.container-partners {
  display: flex;
  align-items: center;
  justify-content: center;
}
.square-holder {
  padding: 30px;
  border: 1px solid #cecece;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #f1f1f1;
  min-height: 200px;
}

.square-holder img {
  max-width: 100%;
  /* filter: grayscale(100%); */
  transition: all 0.1s;
}

.square-holder:hover {
  /* filter: none; */
  border: 2px solid #028468;
}

.contact {
  background-color: #fff;
}








/* Ensure the image always aligns to the right and is centered vertically */
.tab-img {
    align-self: center;
    margin-left: auto;
    margin-right: 0;
}

.d-flex.flex-lg-row {
    justify-content: space-between;
}

/* Optional: Set a consistent height for content if needed */
.tab-content div {
    min-height: 600px;
}
