body {
  font-family: "Nunito Sans", sans-serif;
  color: #212529;
  font-size: 18px;
  line-height: 1.5;
}
.support-sec {
  text-align: center;
  margin-top: 20px;
}
.footer-links ul li {
  padding: 6px 0px;
}
.footer-links {
  margin: 50px 0;
  color: #fff;
}
.wd-80{width: 80%;margin: auto;}
.ss-ct {
  display: flex;
  width: 400px;
  margin: auto;
  align-items: center;
}

.ft-about {
  width: 300px;
}
.ft-links {
  width: 230px;
}
.ft-cr {
  width: 200px;
}
.footer-links h4 {
  font-weight: 800;
  font-size: 18px;
  padding-bottom: 15px;
}
.footer-links p {
  padding: 8px 0;
}

.cta-container {
  background-color: #fff4dc;
}
.feature-pt {
  display: flex;
  justify-content: center;
}
.pt-box {
  padding: 20px;
  display: flex;
  flex-direction: row;
}

.logo-box {
  padding: 5px 30px;
}

.pt-box img {
  height: 40%;
  margin-right: 10px;
}

.cta-wrap {
  margin: auto;
}
.faq-spacing {
  padding: 50px;
}
.faq-box {
  border-bottom: solid 1px #c7c7c7;
  padding: 40px 0;
}
.faq-header {
  text-align: center;
  padding: 60px;
}
.faq-wrap {
  position: relative;
  background-color: #fff;
}
.ft-bg {
  background-color: #171840;
  padding: 40px;
}
.footer-logo img {
  width: 70%;
  padding: 40px 0;
}
.cta-form2 {
  margin-bottom: 0 !important;
}
.cta-padding {
  padding-bottom: 40px;
}
.cta-form {
  background: radial-gradient(
    112.22% 142.25% at 3.96% -6.88%,
    rgba(113, 219, 155, 0.91) 21.57%,
    rgba(181, 233, 255, 0.91) 100%
  );
  border-radius: 6px;
  margin-bottom: -40px;
  z-index: 1;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.cta-form input {
  padding: 20px;
  border-radius: 8px;
  width: 50%;
}

.landing-form-div,
.thankyou-form-div {
  border-radius: 4px;
}

.landing-form-div {
  width: 70%;
  padding: 35px 40px;
  margin: auto;
  text-align: center;
}

.landing-request-demo-form-div input[type="text"] {
  height: 60px;
  border: 0;
  width: 100%;
}

.landing-request-demo-form-div textarea {
  height: 140px;
  border: 0;
}

.cta-box {
  width: 500px !important;
  padding: 0 !important;
  margin-top: 80px;
}

.cta-feature {
  padding: 20px;
}
.cta-feature-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.cta-block {
  background-color: #fff4dc;
}

.feature-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list ul li {
  margin: 15px 0;
  background: url(../img/check-icon.png) no-repeat left top;
  padding: 0 30px;
  background-size: 25px;
}

.hero-img {
  margin-top: 50px;
  padding: 0 40px;
}

.hero-wrap {
  display: flex;
  flex-direction: row;
  padding: 10px 0 50px;
}

.top-logo {
  text-align: center;
}
.top-logo img {
  width: 200px;
  padding: 20px;
  display: inline;
}

.col img {
  max-width: 60%;
}
.text-center span {
  background: linear-gradient(
    102.3deg,
    #0cedf8 -30.95%,
    #daaa41 54.28%,
    #008c93 138.17%,
    #9f0010 224.72%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.masthead {
  position: relative;
  background-image: url(../img/top-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  border-bottom: 10px solid #f1f3f5;
  background-color: #f1f3f5;
  padding-bottom: 80px;
}

.masthead-container {
  position: relative;
  display: block;
  padding-top: 50px;
  padding-bottom: 16px;
}

.masthead-text {
  width: 100%;
  text-align: center;
}

.masthead-text h1 {
  margin-bottom: 12px;
  text-transform: capitalize;
  color: #000;
  text-align: center;
  font-weight: 700;
}

.masthead-text p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 200;
  margin-bottom: 16px;
  color: #000;
}

.bg-light-purple {
  background: radial-gradient(
    112.22% 142.25% at 3.96% -6.88%,
    rgba(113, 219, 155, 0.91) 21.57%,
    rgba(181, 233, 255, 0.91) 100%
  );
}

.space-lg {
  padding: 32px 0;
}

.note {
  font-size: 14px;
  font-weight: 600;
  padding-top: 10px;
}

.cta-sec {
  text-align: center;
  margin-top: 30px;
}

.btn {
  width: 100%;
  font-weight: 700;
  text-transform: none;
  font-size: 18px;
  padding: 12px 20px;
  border-radius: 40px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.cta-form .primary-btn {
  background-color: #ff6318;
  text-transform: uppercase;
  color: #fff;
  margin-left: -50px;
}

.primary-btn {
  background-color: #ff6318;
  border: solid 1px #ff6318;
  text-transform: uppercase;
  color: #fff;
}

.primary-btn:hover {
  background-color: #fff;
  border: solid 1px #ff6318;
  color: #ff6318;
}

.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
}

.logo img {
  width: 15%;
  height: fit-content;
  max-width: 100%;
  border-radius: 0;
}

/*========== home-page ===========*/
header.site-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../img/top-bg.png);
  background-position: top;
}
.hidden a {
  padding-right: 40px;
  font-weight: 800;
}
.bg-gray-800 {
  background-color: #d9fdf7 !important;
  padding: 40px;
}
.top-space {
  padding-top: 100px;
}
.gradient span {
  background: linear-gradient(
    102.3deg,
    #0cedf8 -30.95%,
    #daaa41 54.28%,
    #008c93 138.17%,
    #9f0010 224.72%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ft-list {
  display: flex;
  flex-direction: row;
  padding: 40px 0 60px;
}

.ft-list-col {
  padding-right: 40px;
}

.ft-img {
}
.ft-desc {
  padding-bottom: 30px;
}
.ft-row {
  display: flex;
  flex-direction: row;
}
h3 {
  font-size: 28px;
  font-weight: 800;
  padding-bottom: 15px;
}

.feature-img {
  width: 50%;
  margin: 0 20px;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.feature-item img {
  z-index: 1;
  max-width: 100%;
}

.feature-container {
  width: 80%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.feature-item {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
}

.green-gradient {
  background: radial-gradient(
    112.22% 142.25% at 3.96% -6.88%,
    rgb(168 255 236 / 91%) 21.57%,
    rgb(219 233 229 / 91%) 100%
  );
}
.ft-wrap {
  padding: 80px 0 0;
  margin-top: 80px;
}
.heading {
  text-align: center;
  padding-bottom: 40px;
}
.heading h2 {
  font-size: 38px;
  font-weight: 800;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.feature-row {
  padding: 50px 0 0;
}

.ft-box {
  width: 30%;
  padding: 20px;
  background-color: #fff;
  margin: auto;
  border-radius: 6px;
  height: 260px;
}

.ft-container {
  background: #f5f5f5;
}
.ft-box h6 {
  font-weight: 800;
  padding-top: 20px;
}

.ft-box img {
  width: 50px;
}
.ft-ctr {
  background: #f1f3f5;
}
.mr-tp {
  margin-top: -5px;
}

/*=========== pricing page ============*/

.pricing-box {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  width: 90%;
  margin: auto;
}
.spacing-grey {
  background-color: #f5f5fa;
  padding-top: 50px;
}
.pricing-tab-lt {
  float: left;
  background-color: #fff;
  padding: 50px;
  border-radius: 30px 0 0 30px;
  margin-top: 50px;
  height: 565px;
  width: 40%;
}
.pricing-tab-hl {
  float: left;
  background: radial-gradient(
    142.66% 149.53% at 1.02% 0.87%,
    rgba(0, 194, 203, 0.91) 0%,
    rgba(52, 170, 64, 0.91) 73.29%,
    rgba(19, 136, 141, 0.91) 100%
  );
  box-shadow: 0px 42px 34px rgba(82, 67, 194, 0.295755);
  border-radius: 30px;
  padding: 30px;
  color: #fff;
  height: 640px;
  width: 40%;
}
.pricing-tab-rt {
  float: left;
  background-color: #fff;
  padding: 50px;
  border-radius: 0 30px 30px 0;
  margin-top: 50px;
  height: 565px;
  width: 40%;
}
.heading-pricing {
  display: flex;
  align-items: baseline;
  padding-top: 30px;
}
.subititle {
  font-size: 36px;
  font-weight: 800;
}
.subititle2 {
  padding-bottom: 20px;
}
.pricing-tab-lt ul {
  padding: 0;
}
.pricing-tab-lt ul li {
  list-style: none;
  background: url(../img/checkcircle2.png) no-repeat;
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 10px;
}
.pricing-tab-hl ul li {
  list-style: none;
  background: url(../img/checkcircle1.png) no-repeat;
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 20px;
}
.pricing-tab-rt ul li {
  list-style: none;
  background: url(../img/checkcircle2.png) no-repeat;
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 10px;
}
.btn-pricing {
  text-align: center;
  margin-top: 50px;
}
.caption {
  background-color: #fff;
  width: 40%;
  border-radius: 10px;
  color: #ff6318;
  padding: 4px;
  text-align: center;
  margin-left: 220px;
  font-weight: 700;
}

.ftimg {
  padding-top: 10px;
}

.about-container {
  background-color: #fff;
  border-radius: 10px;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff; /* Your header background color */
  transition: transform 0.3s ease; /* Smooth transition effect */
  z-index: 1000; /* Ensure header stays on top */
}

#header.minimize {
  transform: translateY(-100%);
}
.box-container h6 {
  font-size: 20px;
  font-weight: 800;
  padding: 20px 0 10px;
}

.hero-sec {
  padding-bottom: 100px !important;
}
