html, body {
  padding: 0px;
  margin: 0px;
  font-family: "Inter", sans-serif;
  color: #000;
  overflow-x: hidden;
}

.container-fluid {
  padding-left: 10rem;
  padding-right: 10rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.sticky {
  position: fixed;
  /* position: sticky; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* Ensure it stays above other content */
  background-color: white !important;
  /* Background color for the sticky state */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Optional shadow */
  /* Smooth transition */
}

.navbar-toggler {
  background-color: #03a64e;
}

.navbar {
  transition: background-color 0.3s ease;
  /* Smooth transition for background color */
}

.space {
  padding-top: 200px;
}

img {
  max-width: 100%;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
.error { color: red; font-size: 0.9em; }

.header-section {
  /* border-bottom: 1px solid #e2f0e9; */
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin: 0px 30px;
}

.trackImg {
  margin-top: 100px;
}

.navbar-expand-lg .offcanvas {
  flex-grow: 0 !important;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
  font-weight: 700;
  color: #03a64e;
}

.first-section {
  /* background: #f2fff8b2;
  backdrop-filter: blur(100px); */
  position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #03a64e;
}
#about-us {
  padding-top: 100px;
  transition: all ease 0.3s;
}

.partnerBtn {
  background: #03a64e;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: 0px 5px;
}

.partnerBtn:hover {
  background: #037c3b !important;
  color: #ffffff;
}

.easyTextDivCl {
  display: flex;
  align-items: center;
}

.easyTextHeadding {
  font-size: 43px;
  font-weight: 700;
  color: #222222;
  line-height: 62px;
  text-transform: capitalize;
}

.easyTextDesc {
  font-size: 18px;
  font-weight: 500;
  color: #374151;
  margin-top: 20px;
  line-height: 30px;
  background: #ffffffa6;
  padding: 9px 11px;
  border-radius: 6px;
  max-width: 590px;
}
.TemeasyTextDesc {
  font-size: 18px;
  font-weight: 500;
  color: #374151;
  margin-top: 20px;
  line-height: 30px;
  background: #ffffffa6;
  padding: 9px 11px;
  border-radius: 6px;
}
.partnerForm {
  background: #ffffff;
  box-shadow: 0px 0px 35px 0px #16b96226;
  border-radius: 20px;
  padding: 25px;
}

.formHeadding {
  font-size: 20px;
  font-weight: 600;
  color: #030708;
}

.formSubHeadding {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}


.PolygonAbs {
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
}

.inputFormField {
  background-color: #f3f3f3;
  border: unset;
  height: 45px;
}

.textAreadiv:focus-visible {
  outline: unset !important;
}

.SubmitBtn {
  background-color: #03a64e;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  border: unset !important;
  width: 100%;
  height: 45px;
}

.SubmitBtn:hover {
  background-color: #03a64e;
  color: #ffffff;
}

/* About Css */

.aboutHeadding {
  font-size: 40px;
  font-weight: 700;
  color: #079247;
  margin-bottom: 10px;
}

.aboutDesc {
  font-size: 18px;
  font-weight: 400;
  color: #696969;
  line-height: 30px;
}

.phresTextH {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  line-height: 35px;
}

.phresTextDesc {
  font-size: 16px;
  font-weight: 500;
  color: #696969;
  line-height: 35px;
}

.phresLeftMinus {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 0px 30px 30px;
  margin-left: -150px;
}

.phresRightMinus {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 30px 30px 0px;
  margin-right: -150px;
  z-index: 9;
}

.phreshDflex {
  display: flex;
  align-items: center;
}

.manage-section {
  background: linear-gradient(174.04deg, #0c8645 4.73%, #fef200 134.49%);
  margin-top: 40px;
}

.manageHeadding {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 60px;
}

.manageDesc {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}

.getText {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
}

.manageColDiv {
  display: flex;
  align-items: center;
}

.manageRelative {
  position: relative;
}

.manageBtmImg {
  position: absolute;
  bottom: 0;
}

.footer-section {
  background-color: #030708;
  padding: 15px 0px;
}

.copyRight {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  margin-top: -8px;
}

.formclassWidth {
  width: 65%;
  margin-left: auto;
}

.first-section-rightImg {
  position: absolute;
  bottom: 120px;
  right: 0px;
  z-index: -1;
}

.first-section-rleftImg {
  position: absolute;
  bottom: -80px;
}

.claytonMarshel {
  background: linear-gradient(182.89deg, #0c8645 2.41%, #cec50c 153.71%);
  padding: 20px;
}

.claytonTextSpan {
  font-weight: 700 !important;
}

.claytonText {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
}

.goal-section {
  background-color: #edfff5;
}

.ourGoalTxt {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  line-height: 30px;
  margin: 20px 0px;
}

.ourGoalTxtDesc {
  font-size: 18px;
  font-weight: 400;
  color: #0f172a;
  line-height: 30px;
}

.serviceRel {
  position: relative;
  margin-top: 30px !important;
}

.servicePos {
  position: absolute;
  box-shadow: 0px 8px 16px 0px #abbed166;
  background: #f5f7fa;
  border-radius: 8px;
  padding: 20px;
  bottom: -30px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
}

.servicePosText {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 30px;
}

.manage-section {
  margin-top: 100px;
}

#service {
  padding-top: 70px;
  transition: all ease 0.3s;
}
.joinExp {
  color: #03a64e !important;
}
.termsUl li {
  font-size: 18px;
  font-weight: 400;
  color: #374151;
  line-height: 35px;
}
.termsUl {
  padding-bottom: 50px;
}
.termsLineHeight {
  line-height: 35px;
}

.footer-list {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
  text-align: center;
  list-style: none;
  padding: 0 35px;
}

.footer-list a {
  color: #fff;
}

.footer-ul {
  display: flex;
  justify-content: center;
  padding: 0 0;
  flex-wrap: wrap;
}
.closeBtn{
  display: none;
}
@media screen and (min-width: 360px) and (max-width: 767px) {
  .closeBtn{display: block !important;}
  .container-fluid {
    padding: 10px !important;
  }

  .easyTextHeadding {
    font-size: 35px;
    line-height: 45px;
  }

  .formclassWidth {
    width: 100% !important;
  }

  .phresLeftMinus {
    padding: 0px !important;
    margin-left: 0px !important;
  }

  .phresRightMinus {
    padding: 0px !important;
    margin-right: 0px !important;
  }

  .coloumReverse {
    flex-direction: column-reverse;
  }

  .manageRelative {
    margin-top: 20px;
  }

  .manageBtmImg,
  .manageTopImg {
    width: 50%;
  }

  .col-lg-1,
  .col-md-2 {
    text-align: center;
  }

  /* .sticky {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  } */

  .first-section-rleftImg {
    z-index: -1;
  }

  .copyRight {
    font-size: 14px;
  }

  .mobCenter {
    text-align: center !important;
  }
  .partnerBtn{
    margin: 15px 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding: 10px !important;
  }

  .formclassWidth {
    width: 100% !important;
  }

  .sticky {
    padding: 10px !important;
  }

  .first-section-rleftImg {
    z-index: -1;
  }

  .phresLeftMinus {
    margin-left: 0px !important;
  }

  .phresRightMinus {
    margin-right: 0px !important;
  }

  .mobCenter {
    text-align: center !important;
  }

  .serviceRel {
    margin-top: 30px;
  }
}

.bgBackground {
  background-image: url("img/Background.png");
  background-size: cover;
  background-position: left bottom;
  padding-bottom: 40px;
  background-repeat: no-repeat;
}
.TemeasyTextDescNew {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  color: #000 !important;
  padding: 0px !important;
  text-align: justify;
  line-height: 25px;

}
.termsPage h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10 px;
}
.termsPage p{
  font-size: 16px;
  font-weight: 400;
  margin: 28px 0px;
  text-align: justify;
}
.termsPage h6 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 60px;
}
.termsPage {
  padding-bottom: 40px;
}
.offcanvas.offcanvas-start{
  border-right: unset !important;
}


/* alert css */

/* Overlay to darken the background */
.alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  visibility: hidden; /* Hidden by default */
}

/* Alert box styling */
.alert-box {
  background-color: white;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 300px;
  width: 90%;
  text-align: center;
}

/* Alert message styling */
.alert-message {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333;
}

/* Close button styling */
.alert-close-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
}

/* Show the alert when active */
.alert-overlay.active {
  visibility: visible;
}
.relativeField {
  position: relative;

}
.form-select.inputFormField{
  cursor: pointer;
}


.outerHide::-webkit-outer-spin-button,
.outerHide::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}