html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
p {
  font-size: 16px;
  margin: 0;
  line-height: 1.3;
}
.navbar-nav {
  gap: 15px;
}
.navbar-nav a {
  font-weight: 500;
  color: #424242;
  font-size: 16px;
  transition: 0.3s;
}

.banner-sec {
  background: linear-gradient(to right, #92dfda 0%, #ffffff 72%);
}
.padd-60 {
  padding: 60px 0px;
}
h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
.banner-content p {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0px 25px;
  max-width: 460px;
}
.img-store-btn {
  transition: 0.5s all-ease-out;
}
.img-store-btn:hover {
  opacity: 0.7;
}
h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.content-main p {
  max-width: 870px;
  margin: 0 auto;
}
.box-icons {
  background: rgb(245 245 245 / 55%);
  text-align: center;
  padding: 25px 10px;
  height: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
}
.box-icons span {
  display: inline-flex;
  width: 55px;
  height: 55px;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}
.modal-logo {
  max-width: 60px;
}
.box-icons h4 {
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}
.coming-soon-wrapper {
  margin-top: 60px;
  width: 90px;
  height: 90px;
  background: rgb(3 102 97 / 12%);
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.box-icons p {
  letter-spacing: -0.5px;
  font-size: 14px;
}
.download-options h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #5c5c5c;
}
.banner-content h1 {
  max-width: 420px;
}
.download-btn a {
  background: #036661;
  color: #fff;
  padding: 8px 22px !important;
  border-radius: 50px;
  font-size: 14px;
}

.download-btn a:hover {
  background: #444444;
  color: #fff !important;
}
.download-sec {
  background: #f5f5f5;
}

.btn-custom {
  text-decoration: none;
  background: #036661;
  color: #fff;
  padding: 10px 25px !important;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  font-weight: 500;
}
.btn-custom:hover {
  background: #444444;
  color: #fff;
}
.howitwork-sec {
  background: #3f4a4a;
}
.howitwork-content ul {
  margin-top: 15px;
  padding: 0px;
  list-style: none;
}
.howitwork-content ul span {
  font-weight: 600;
}
.howitwork-content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}
.howitwork-content ul li:before {
  content: "";
  background: url(../images/check-icons.png) 0 0 no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100%;
}

.box-price ul {
  margin-top: 15px;
  padding: 0px;
  list-style: none;
}
.box-price ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}
.box-price ul li:before {
  content: "";
  background: url(../images/check-icons.png) 0 0 no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100%;
}
.box-price h4 {
  font-weight: 600;
}
.box-price {
  border: 1px solid #e7e7e7;
  padding: 20px 20px 60px 20px;
  height: 100%;
  min-height: 410px;
  position: relative;
}
.box-price h5 {
  font-size: 40px;
  font-weight: bold;
  display: inline-flex;
}
.dollar-span {
  font-size: 20px;
  margin-bottom: auto;
  margin-right: 3px;
  position: relative;
  top: 5px;
}
.month-span {
  margin-top: auto;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: -10px;
}

.box-price .btn-outer.text-center {
  bottom: 30px;
  left: 0;
  right: 0;
  position: absolute;
}
.back-grey {
  background: #f5f5f5;
}

#accordion .card {
  border: none;
  border-radius: 0px;
  margin-bottom: 10px;
  background: linear-gradient(to right, #e3e3e3 0%, #f9f9f9 72%);
}
#accordion .card-header {
  border: none !important;
  background: none !important;
  padding: 0px;
}
.card-header .btn {
  display: block;
  text-align: left;
  padding: 15px;
  position: relative;
  font-weight: 600;
  padding-right: 40px;
}

.card-header .btn:after {
  content: "";
  background: url(../images/mdi_plus.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  position: absolute;
  right: 10px;
  top: 13px;
}

.card-header .btn[aria-expanded="true"]:after {
  content: "";
  background: url(../images/mdi_minus.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  position: absolute;
  right: 10px;
  top: 13px;
}
#accordion .card-body {
  border-top: 1px solid #fff;
}
footer {
  background: #2d2d2d;
  padding: 40px 0px 15px;
}
.footer-logo {
  border-bottom: 1px solid #3d3d3d;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.terms-outer a {
  /* text-decoration: none; */
  color: #fff;
  font-size: 14px;
  margin-left: 30px;
  transition: 0.4s all ease-in-out;
}
.terms-outer a:hover {
  opacity: 0.7;
}
.footer-copyright p {
  font-size: 14px;
}
.footer-copyright {
  margin-top: 80px;
}
.navbar-nav a:hover {
  color: #036661;
}
header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.terms-sec-banner {
  background: linear-gradient(to right, #92dfda 0%, #ffffff 72%);
  padding: 40px 0;
  text-align: center;
}
.number-ul li {
  list-style: auto;
}

.number-ul > li {
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 6px;
  background: linear-gradient(to right, #f9f9f9 0%, #fff 72%);
}
.alphabet-ul li {
  list-style: lower-alpha;
}
.roman-ul li {
  list-style: lower-roman;
}
li::marker {
  font-weight: 600;
}
.alphabet-ul {
  margin-top: 5px;
}
.roman-ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: transparent !important;
}
.form-control-custom label {
  display: block;
}

.form-control-custom input, .form-control-custom select {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.form-control-custom {
  margin-bottom: 10px;
}
.form-control-custom textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}
.red-star {
  color: #d30101;
}
.blog-outer {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5;
  height: 100%;
}
.blog-outer img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.blog-content {
  padding: 15px;
}
.blog-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}
.blog-single-outer h3 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
}
.blog-outer .btn-custom {
  display: inline-block;
}
.blog-outer .btn-outer,
.blog-single-outer .btn-outer {
  margin-top: 10px;
}
/* .blog-content span, .blog-single-outer span {
    display: inline-block;
    background: #efeb7f;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 40px;
    font-weight: 500;
    margin-bottom: 5px;
} */

.blog-content-badge {
  display: inline-block;
  background: #efeb7f;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 40px;
  font-weight: 500;
  margin-bottom: 5px;
}

.blog-single-outer span {
  margin-top: 30px;
}
/* .page-link, .page-link:hover {
    color: #036661; */
/* color: white; */
/* } */
.page-item.active .page-link {
  color: #ffffff;
  background-color: #036661;
  border-color: #036661;
}

.pagination .page-link {
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #036661;
}
.blog-single p {
  margin-bottom: 10px;
}

.blog-single img {
  aspect-ratio: 2/1;
  object-fit: cover;
}
.action-sec {
  background: #f5f5f5;
}
.img-bottom img {
    max-width: 550px;
    width: 100%;
}
.subtitle-contact span {
  font-size: 30px;
  display: block;
  text-align: center;
}
.p-contact {
  max-width: 640px;
  margin: 0 auto 30px;
}
.btn-action-outer {
  display: block;
  margin-top: 30px;
}
.navbar-nav .active a {
  color: #036661;
}
.error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 0.25rem;
  display: none;
}

.error-message:not(:empty) {
  display: block;
}

input:invalid,
select:invalid,
textarea:invalid {
  border-color: #dc3545;
}

/* input:valid,
select:valid,
textarea:valid {
  border-color: #28a745;
} */

.single-blog-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.text-formatter {
  white-space: normal;
  word-wrap: break-word;
}
#blog-title {
  font-size: 38px !important;
}

.main-layout {
  min-height: calc(100vh - 430px);
}
.better-habits {
  color: #038b84;
}
.bad-ones {
  color: #e60000;
}
.box-icons img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.footer-link {
  color: inherit; /* same color as normal text */
  text-decoration: underline;
}

.footer-link:hover {
  /* color: #0d6efd; */
  opacity: 0.7;
}

#get-started {
  scroll-margin-top: 100px; /* adjust this to your navbar height */
}
.active > .page-link,
.page-link.active {
  z-index: 0 !important;
}


.screenshots img {
  max-width: 290px !important;
}