@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: var(--inter);
}

:root {
  --green: #42c9a3;
  --black: #000;
  --grey: #a6a6a6;
  --light-grey: #f9f8fe;
  --inter: "inter", sans-serif;
}

.bg_lightgrey {
  background: var(--light-grey);
}

.btn_gradient {
  background: transparent !important;
  border-radius: 5px !important;
  color: var(--green) !important;
  border-color: var(--green) !important;
}

.btn_gradient:hover {
  background: var(--green) !important;
  color: var(--white) !important;
}

.text_grey {
  color: var(--grey);
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ol,
ul,
li,
span,
label {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.header_box img {
  width: 150px;
  height: 80px;
}
.header_box li.nav-item {
  padding: 1px 12px;
}
.header_box a.nav-link {
  font-size: 18px;
}
.btn-green {
  background: var(--green);
  color: #fff;
  width: fit-content;
}
.background_gradient {
  background: linear-gradient(135deg, #e3f8f4 15%, #ffffff 60%, #e2f6f1 100%);
}
.banner_picture {
  text-align: -webkit-right;
}
h1.heading {
  font-size: 70px;
  font-weight: 900;
  line-height: 84px;
  margin-bottom: 20px;
}
.padding_70 {
  padding: 70px 0px;
}
p.heading_para {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  width: 64%;
}
.banner_section .btn-green {
  background: var(--green);
  color: #fff;
  font-size: 20px;
  border-radius: 30px;
  padding: 16px 30px;
  width: fit-content;
}
.banner_section {
  position: relative;
}

/* Common icon styles */
.icon-pink,
.icon-purple,
.icon-yellow {
  position: absolute;
  width: 100px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: floatY 4s ease-in-out infinite;
}

/* Specific positions and images */
.icon-purple {
  background-image: url("../images/purple_icon.png");
  top: 23%;
  right: 33%;
  animation-delay: 0s;
}

.icon-yellow {
  background-image: url("../images/yellow_icon.png");
  top: 10%;
  right: 3%;
  animation-delay: 2s;
}
.icon-pink {
  background-image: url("../images/pink_icon.png");
  bottom: 44%;
  left: 84%;
  z-index: 0;
  animation-delay: 2s;
}
/* Floating keyframe animation */
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px); /* go upward */
  }
  100% {
    transform: translateY(0); /* back to original */
  }
}

/* .pink_icon::after {
    position: absolute;
    content: "";
    background: url("../images/pink_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 50px;
    bottom: 36%;
    left: 40%;
}
.pink_icon {
    position: relative;
} */
/* .small_icons {
    position: relative;
    overflow: hidden;
} */
p.text-grey {
  font-size: 23px;
  font-weight: 500;
  color: var(--grey);
  line-height: 40px;
  margin-top: 20px;
}
.why_choose h2.sub_heading {
  font-size: 42px;
  font-weight: 900;
}
.why_choose p.text-grey {
  font-size: 27px;
  line-height: 47px;
}
.why_box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.why_icon {
  background: #fff;
  padding: 12px;
  box-shadow: 0px 0px 2px #aaa;
}
.why_icon img {
  width: 28px;
}
.why_cntnt h3 {
  font-size: 28px;
  font-weight: 900;
  line-height: 40px;
}
.why_cntnt p.text-grey {
  font-size: 18px;
  line-height: 29px;
  margin-top: 5px;
}
.right_why {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer img {
  width: 58%;
}
.service_cntnt.why_cntnt p.text-grey {
  width: 83%;
}
.vision_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.vision_box p.heading_para {
  width: 100%;
}
.vision {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 35px;
}
.bottom_gradient {
  background: linear-gradient(to top left, #e3f8f4 14%, #ffffff 37%);
}
h2.sub_heading {
  font-size: 40px;
  font-weight: 900;
}
.left_vision {
  padding-left: 20px;
}
/* login */
.login-bg {
  background-position: center center;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #e3f8f4 29%, #ffffff 62%, #e2f6f1 100%);
}
.auth-box {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 25px;
  margin: 3rem auto;
  background: #fff;
  min-width: 320px;
  max-width: 320px;
  text-align: -webkit-center;
  box-shadow: 0px 30px 30px -30px #8f9094;
}
.auth-box img {
  width: 100%;
  max-width: 150px;
}
.auth-box label {
  text-align: justify;
}
.auth-box .btn-green {
  width: auto;
}
.btn-green:hover {
  background: #b8e5d0;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.icon-float {
  animation: float 3s ease-in-out infinite;
}
img.dash_logo {
  width: 23%;
}

table tr,
table th,
table td {
  vertical-align: middle;
}

.card-header {
  background: transparent !important;
}

h4.card-title {
  font-size: 16px;
  line-height: 24px;
}
