@font-face {
  font-family: "PlusJakartaSans Regular";
  src: url("../fonts/PlusJakartaSans-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans Bold";
  src: url("../fonts/PlusJakartaSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Radiush Bold";
  src: url("../fonts/RadlushBold-1joYZ.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

:root {
  --primary-color: #95df26;
  --secondary-color: #49185d;
  --tertiary-color: #f7f7f7;
}

html {
  font-size: 14px;
}

body {
  font-family: "PlusJakartaSans Regular", system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #918897;
}

.banner-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
}

.add-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.custom-font-heading {
  font-family: "Radiush Bold", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.main-content {
  margin-top: 80px;
}

.main-nav .nav-link {
  font-size: 20px;
  color: #22033a;
}

.hero-para {
  font-size: 20px;
}

.text-main-success-2 {
  color: #73c000;
}

.text-main-4 {
  color: #a855f7;
}

.line-clamp-3 {
  line-clamp: 3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-muted-2 {
  color: #918897;
}

.text-bold {
  font-weight: bold;
}

.z-index-1 {
  z-index: 1;
}

.position-badge {
  left: 10px;
  top: 10px;
  background-color: #95DF26;
  color: #FAF5FF;
  padding: 4px 30px;
  border-radius: 4px;
}

.text-main-2 {
  color: #c084fc;
}

.btn {
  font-size: 14px;
  font-weight: 600;
}

.btn-size {
  padding: 10px 16px;
}

.form-control-size {
  height: 50px;
}

.btn-main-primary {
  background-color: var(--primary-color);
  color: #0f172a;
}

.btn-main-primary:hover {
  background-color: var(--primary-color);
  color: #0f172a;
  opacity: 0.8;
}

.btn-main-secondary {
  background-color: var(--secondary-color);
  color: #fff;
}

.btn-main-secondary:hover {
  background-color: var(--secondary-color);
  color: #fff;
  opacity: 0.8;
}

.text-main-secondary {
  color: #22033a;
}

.text-main-secondary-2 {
  color: var(--secondary-color);
}

.text-main-secondary-light {
  color: #5d357b;
}

.hero-heading {
  font-size: 50px;
}

.heading-sect {
  font-size: 30px;
}

.btn-main-light {
  background-color: #f3e8ff;
  color: #0f172a;
}

.text-main-3 {
  color: #f3e8ff;
}

.ft-md {
  font-size: 20px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.text-main {
  color: #918897;
}

.text-muted-4 {
  color: #e2e8f0;
}

.text-medium {
  font-weight: 500;
}

.card {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.cursor-pointer {
  cursor: pointer;
}

.ft-sm {
  font-size: 13px;
}

.ft-xs {
  font-size: 11px;
}

.ft-xs-2 {
  font-size: 12px;
}

.ft-lg {
  font-size: 36px;
}

.bg-main-light-2 {
  background-color: #faf5ff;
}

.bg-main-light-3 {
  background-color: #f7d3ff !important;
}

.bg-main-secondary {
  background-color: var(--secondary-color) !important;
}

.text-muted-3 {
  color: #cbd5e1;
}

.text-star {
  color: #ffb800;
}

.opacity-bg-white {
  background-color: rgba(255, 255, 255, 0.3);
}

.avatar {
  height: 50px;
  width: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.avatar-2 {
  height: 40px;
  width: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.object-position-center {
  object-position: center center;
}

.insight-img {
  height: 230px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.big-font {
  font-size: 48px;
}

.footer .footer-link li a {
  text-decoration: none;
  font-size: 14px;
  color: #0a142f;
}

.footer-heading {
  color: #0a142f;
}

.footer-text {
  color: #0a142f;
}

.ft-normal {
  font-size: 16px !important;
}

.font-weight-bold {
  font-family: "PlusJakartaSans Bold";
  font-weight: bold;
}

.carousel-box {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.custom-indicators.carousel-indicators {
  position: absolute;
  right: unset;
  bottom: -55px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: unset;
}

.custom-indicators.carousel-indicators [data-bs-target] {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background-color: #22033a;
}

.btn-white {
  background-color: #fff;
  color: #22033a;
}

.btn-white.active {
  background-color: #15803d;
  color: #fff;
}

.career-benefit-card {
  height: 350px;
  border-radius: 6px;
}

.upload-box {
  border: 1px dashed #d6d6d6;
}

.upload-box:hover {
  background-color: #f1f1f1;
}

.indicator-item {
  height: 11px;
  width: 100%;
  background-color: #d1d5db;
  border-radius: 1px;
}

.form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.custom-check {
  height: 50px;
  display: flex;
  align-items: center;
}

.bg-main-grey {
  background-color: #d2d2d2;
}

.doctor-avatar {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.add-bg-image-2 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

.logos-container {
  height: 100px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.custom-tab.nav-pills .nav-link {
  border: 1px solid #e2e8f0;
  background-color: #fff;
  font-weight: 600;
  color: var(--secondary-color);
}

.custom-tab.nav-pills .nav-link.active,
.custom-tab.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--secondary-color);
}

.card-height-box {
  height: 350px;
  position: relative;
  overflow: hidden;
  position: relative;
}

.box-name {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.icon-positioning {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  margin: 0 auto;
}

.icon-positioning-2 {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  margin: 0 auto;
}

.text-muted-5 {
  color: #374151;
}

@media screen and (max-width: 768px) {
  .big-font {
    font-size: 35px;
  }

  .icon-positioning-2 {
    width: 100%;
    margin: 0 auto;
  }

  .icon-positioning {
    width: 100%;
  }

  .w-sm-100 {
    width: 100%;
  }

  .banner-cover {
    min-height: unset;
  }
}

.editor-pencil {
    float: right;
    height: 60px;
    width: 60px;
    box-shadow: 1px 3px 5px #333;
    border-radius: 50%;
    background-color: #49185d;
    color: #fff;
    padding: 10px;
}

.editor-pencil:hover {
    background-color: #95df26;
    color: #49185d;
    box-shadow: 1px 3px 5px #000;
    transition: all 0.3s ease-in-out;
}
