@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

.header-section-wrapper {
  box-shadow: 0px 4px 12px 0px #2e2c381a;
  background-color: #ffffff;
  z-index: 99;
  position: relative;
}

.header-section-wrapper .navbar-brand img {
  max-height: 40px;
}

.header-section-wrapper .nav-link {
  color: #2e2151 !important;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 12px;
  line-height: 17px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.header-section-wrapper .btn-demo {
  background: linear-gradient(180deg, #ff9021 0%, #ff8001 100%);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0%;
  padding: 10px 25px;
  vertical-align: middle;
  border-radius: 13px;
}

.header-section-wrapper .btn-demo:hover {
  background-color: #e06900;
  color: #ffffff;
}

.header-section-wrapper .btn-demo:active {
  background-color: #e06900 !important;
  color: #ffffff !important;
}

@media (max-width: 992px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 250px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s;
    padding-top: 70px;
    z-index: 999;
  }

  .navbar-collapse.show {
    left: 0;
  }

  .navbar-toggler {
    border: none;
  }
}

.pricing-plan-wrapper {
  background-color: #e8f3fb;
  padding: 70px 20px;
}

.pricing-plan-wrapper h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 50.4px;
  color: #ff8e1e;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.pricing-plan-wrapper span {
  color: #005890;
}

.pricing-inner-wrapper {
  max-width: 950px;
  margin: 0 auto;
}

.pricing-inner-wrapper .title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #616671;
}

.navbar {
  max-width: 1250px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 10px;
  }
}

.dropdown-toggle::after {
  background-image: url(../images/arrow.svg);
  margin-left: 7px !important;
  border-top: unset !important;
  border-right: unset !important;
  border-bottom: 0 !important;
  border-left: unset !important;
  background-position: center;
  height: 10px;
  width: 10px;
  position: relative;
  top: 4px;
}

.navbar .img {
  width: 26px;
  height: 24px;
}

.navbar-collapse {
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background-color: #fff;
  z-index: 1050;
  padding: 1rem;
  overflow-y: auto;
}

.navbar-collapse.show {
  transform: translateX(0);
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

@media (max-width: 768px) {
  .navbar-mobile-wrap {
    flex-wrap: nowrap !important;
  }

  .header-section-wrapper .btn-demo {
    font-size: 14px;
    padding: 10px;
  }

  .header-section-wrapper .nav-link {
    font-size: 18px;
    padding: 15px 0;
  }

  .header-section-wrapper .dropdown-item {
    color: #2e2151;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    padding: 10px;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}

.header-section-wrapper .navbar-collapse .navbar-brand {
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 992px) {
  .desktop-menu.d-flex,
  .desktop-menu1 {
    display: none !important;
  }
}

@media (min-width: 993px) {
  .mobile-menu {
    display: none !important;
  }
}

.price-plan-wrapper {
  background-color: #e8f3ff;
  padding: 30px;
  font-family: "Inter", sans-serif;

  color: #333;
}

.price-plan-wrapper .card {
  border-radius: 16px;
  padding: 1.2rem !important;
  border: 1px solid #e3e7ee;
}

.price-plan-wrapper .col {
  padding: 0 !important;
}

.price-plan-wrapper .price {
  color: #005890;
  font-family: "Inter", sans-serif;

  font-weight: 800;
  font-size: 56px;
  margin: 20px auto;
  line-height: 43.5px;
  letter-spacing: -0.87px;
  vertical-align: middle;
}

.price-plan-wrapper .price span {
  color: #ff8e1e;
  font-family: "Inter", sans-serif;

  font-weight: 700;
  font-size: 32px !important;
  line-height: 29.91px;
  letter-spacing: -0.6px;
  vertical-align: middle;
}

.price-plan-wrapper .setup-fee {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #00355b;
}

.price-plan-wrapper .setup-fee span {
  color: #ff8e1e;
  font-weight: 700;
}

.enrolled-dropdown-wrapper {
  box-shadow: 0px 2px 5px 1px #1924350a inset;
  box-shadow: 0px 0px 6px 1px #1924351a inset;
  width: 100%;
  border: 1px solid #ffffff;
  color: white;
  border-radius: 20px;
  height: 50;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
  padding: 10px 7px;
  max-width: 320px;
}

.enrolled-dropdown .dropdown-menu {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  min-width: 100%;
  text-align: center;
}

.enrolled-dropdown .dropdown-item.active,
.enrolled-dropdown .dropdown-item:hover {
  background-color: #f1f1f1;
  font-weight: bold;
}

.enrolled-dropdown {
  background: linear-gradient(90deg, #232323 0%, #303030 100%);
  box-shadow: 0px 4px 8px 0px #a9a9a980;
  max-width: 174;
  height: 40;
  border-radius: 22px;
  padding: 5px 10px;
  box-shadow: 0px -1px 1px 0px #565656 inset;
}

.addon {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.additional-options {
  cursor: pointer;
}

.rotate-icon {
  transition: transform 0.3s;
}

.collapsed .rotate-icon {
  transform: rotate(-90deg);
}

@media (max-width: 768px) {
  .flex-md-row {
    flex-direction: column !important;
  }

  .price-plan-wrapper {
    padding: 0;
  }
}

.price-plan-wrapper .card .badge1 {
  color: #ff8e1e !important;
  font-weight: 700;
  display: block;
  /* max-width: 100px; */
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  font-size: 42px;
  padding: 5px 10px;
  margin-top: 20px !important;
  font-family: "Inter", sans-serif;
  background-color: #e8f3fb !important;
  border-radius: 8px;
}

.team-img {
  border-radius: 15px;
}

.card {
  position: relative;
}

.card .add-on-wrap {
  position: absolute;
  font-family: "Lato", sans-serif;
  top: -17px;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  background-color: #0071b9;
  border-radius: 8px;
  padding: 10px;
  height: 38px;
  letter-spacing: -0.26px;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  left: 0;
  max-width: 138px;
  right: 0;
}

.pricing-plan-wrapper .student-count {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  vertical-align: middle;
  font-size: 25px;
  color: #005890;
  line-height: 100%;
  letter-spacing: 0%;
}

.pricing-plan-wrapper .dropdown-menu.show {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 6px 0px;
  border: 1px solid var(--Colos-Borders-Primery, #e2e8f0);
  margin-top: 15px !important;
}

.price-plan-wrapper .dropdown-item {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #334155 !important;
}

.price-plan-wrapper .dropdown-item.active,
.price-plan-wrapper .dropdown-item:active {
  background-color: transparent !important;
  font-weight: 800;
}

.price-plan-wrapper .dropdown-item.active::after {
  background-image: url(../images/Tick.png);
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.addon .form-check-input {
  border: 1.31px solid #cbd5e1 !important;
  border-radius: 4px !important;
  width: 20px;
  margin-right: 10px;
  height: 20px;
}

.addon .form-check-input:focus {
  outline: none;
  box-shadow: none;
}

.addon .form-check-input:active {
  background-color: transparent;
  border-color: transparent;
}

.addon .form-check-input:checked {
  background-color: #fff;
  border-color: #4caf50;
  position: relative;
}

.addon .form-check-input:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-image: url("../images/Tick.png");
  background-size: cover;
}

.addon .form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}

.addon .form-check {
  display: flex;
  align-items: flex-start;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
  width: 100%;
  justify-content: space-between;
}

.addon .form-check .title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #005890;
  line-height: 26.4px;
  letter-spacing: -0.48px;
  vertical-align: middle;
}

.addon .form-check .title span {
  font-family: "Inter", sans-serif;
  background: linear-gradient(180deg, #ff962c 0%, #ff8001 100%);
  border-radius: 5px;
  padding: 5px 10px !important;
  font-weight: 600;
  max-width: 58px;
  font-size: 10px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
}

.addon .form-check .description {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #005890;
}

.addon .form-check .description span {
  color: #ff8e1e;
  font-weight: 700;
}

.addon .form-check small {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.addon1 {
  margin-top: 15px;
}

.card.card121 {
  padding: 0px 1.2rem 10px 1.2rem !important;
}

.card121 .additional-options {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 5px 8px;
}

.additional-options strong {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #005890;
}

.additional-options p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #005890;
  margin: 0 !important;
}

.list-group-item {
  font-family: "Lato", sans-serif;
  color: #000 !important;
  font-weight: 500;
  font-size: 16px;
  padding: 6px 0 !important;
  border: none !important;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.list-group-item a {
  font-family: "Lato", sans-serif;
  color: #000 !important;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .header-section-wrapper .nav-link {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .header-section-wrapper .nav-link {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .pricing-plan-wrapper h1 {
    font-size: 45px;
  }

  .pricing-inner-wrapper .title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .price-plan-wrapper .card .badge1 {
    font-size: 30px;
    padding: 0px 10px;
  }

  .price-plan-wrapper .price {
    margin: 10px auto;
    font-size: 36px;
  }

  .mobile-wrap-12 {
    margin-top: 20px;
  }

  .addon .form-check > div {
    display: flex;
  }
}

.pricing-table-wrapper {
  border: none !important;
  margin-top: 50px;
}

.pricing-table-wrapper table {
  width: 100%;
  border: none !important;
  border-collapse: collapse;
}

.pricing-table-wrapper th,
.pricing-table-wrapper td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  border: none !important;
}

.pricing-table-wrapper th {
  background-color: #f7f7f7;
}

.pricing-table-wrapper .pricing-option {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding-top: 20px !important;
  border-bottom: 0px solid #e0e0e0 !important;
  font-size: 22px;
  letter-spacing: -0.64px;
  vertical-align: middle;
  color: #005890;
  padding-bottom: 20px !important;
}

.pricing-table-wrapper .tick,
.pricing-table-wrapper .cross {
  width: 20px;
  height: 20px;
}

.pricing-table-wrapper td img {
  width: 20px;
  height: 20px;
}

.pricing-table-wrapper .pricing-header {
  font-weight: bold;
  background-color: #f7f7f7;
}

@media (max-width: 768px) {
  .pricing-table-wrapper table {
    font-size: 14px;
  }
}

.pricing-table-wrapper thead {
  border-bottom: 1px solid #e0e0e0;
}

.pricing-table-wrapper thead th {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #005890;
  padding-bottom: 20px;
  line-height: 32px;
  letter-spacing: -0.64px;
  text-align: center;
  vertical-align: middle;
}

.pricing-table-wrapper tr td:first-child {
  text-align: left;
}

.pricing-table-wrapper td {
  width: 200px;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .pricing-table-wrapper table {
    font-size: 14px;
  }

  .pricing-table-wrapper td {
    width: auto;
    max-width: none;
  }
}

.pricing-table-wrapper td {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 18px 0 !important;
  border-bottom: 1px solid #e0e0e0 !important;
  color: #005890 !important;
}

.pricing-table-wrapper .pricing-option.opt-1 {
  padding-top: 40px !important;
}

.dropdown-menu {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  min-width: 100%;
  text-align: center;
}

.dropdown-item.active,
.dropdown-item:hover {
  background-color: #f1f1f1;
  font-weight: bold;
}

.header-section-wrapper .dropdown-menu.show {
  /* box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 6px 0px; */
  border: none;
  background-color: #ffffff !important;
  border-radius: 0 !important;
  border-color: #f15929;
  transition: all 0.2s ease-in-out;
  border-top: 3px solid #f15929;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .pricing-table-wrapper {
    border: none !important;
    margin-top: 50px;
    width: 100% !important;
    overflow: auto;
  }

  .pricing-table-wrapper thead th {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 17px;

    font-size: 15px;
  }

  .pricing-table-wrapper td {
    font-size: 16px;
    padding: 15px 0 !important;
  }

  .pricing-table-wrapper .pricing-option {
    font-size: 18px;
  }
}

.content-section-box {
  margin: 80px auto !important;
  max-width: 1110px !important;
}

.content-section-box .right-content h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 50.4px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #005890;
}

.content-section-box img {
  width: 100%;
}

.content-section-box .right-content {
  padding-left: 30px;
}

.content-section-box .left-content {
  padding-left: 0px !important;
  padding-right: 50px !important;
}

.content-section-box .right-content p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  color: #686868;
}

.content-section-box .right-content p strong {
  color: #000;
}

.content-section-box .right-content h4 span {
  color: #ff8001;
}

.content-section-box p .quotes {
  color: #4d4d4d;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.content-section-box .right-content a {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #4d4d4d;
}

.content-section-box .right-content ul li {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #686868;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.content-section-box .right-content ul {
  padding-left: 18px;
}

.content-section-box .row-1-content {
  margin: 45px auto;
}

.support-section-wrapper {
  margin: 0px auto !important;
  max-width: 1110px !important;
}

.support-section-wrapper .card-wrapper {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

.support-section-wrapper h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  font-family: "Inter", sans-serif;
  color: #005890;
}

.support-section-wrapper h5 span {
  color: #ff8001;
}

.support-section-wrapper p {
  font-family: "Lato", sans-serif;
  color: #525252;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

.support-section-wrapper p a {
  color: #34b1ff;
}

.subsciption-section-wrapper {
  max-width: 930px;
  margin: 60px auto;
}

.subsciption-section-wrapper h5 {
  font-family: "Inter", sans-serif;
  color: #005890;
  font-weight: 700;
  font-size: 44px;
  text-align: center;
  line-height: 50.4px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.subsciption-section-wrapper h5 span {
  color: #ff8001;
}

.subsciption-section-wrapper p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  text-align: center;
  color: #636363;
}

@media (max-width: 768px) {
  .content-section-box .right-content h4 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 40px;
  }

  .content-section-box .right-content {
    padding-left: 0px;
  }

  .subsciption-section-wrapper h5 {
    font-size: 27px;
    line-height: 35.4px;
  }

  .content-section-box img {
    margin-top: 20px;
  }

  .content-section-box {
    margin: 40px auto !important;
  }

  .content-section-box p .quotes {
    font-size: 15px;
  }

  .content-section-box .row-1-content {
    margin: 5px auto;
  }

  .support-section-wrapper .card-wrapper {
    margin-bottom: 20px;
  }

  .content-section-box .left-content {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .subsciption-section-wrapper {
    padding: 0 15px;
    margin: 30px auto 60px auto;
  }
}

.enrolled-dropdown-wrapper input {
  border: 1.31px solid #cbd5e1 !important;
  border-radius: 20px;
  padding: 5px 10px;
  max-width: 80px;
  text-align: center;
}

/* 19-04-2025 New Css Added */
.card.card121 {
  background-color: #f6f6f6 !important;
}

.card.card121 ul li {
  background-color: #f6f6f6 !important;
}

.price-plan-wrapper .card .title {
  position: relative;
  display: inline-block;
}

.price-plan-wrapper .card .tell-more-text {
  display: none;
  text-decoration: none !important;
  font-size: 13px;
  color: blue;
  margin-left: 8px;
  text-decoration: underline;
  cursor: pointer;
}

.price-plan-wrapper .card .title:hover .tell-more-text {
  display: inline;
}

.toggle-features {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  margin-left: 6px;
  color: #005890;
}

.price-plan-wrapper .feature-section ul {
  padding: 0;
  list-style-type: none;
}

.price-plan-wrapper .feature-section li h4 {
  font-weight: 600;
  font-size: 16px;
}

.price-plan-wrapper .feature-section li p {
  font-weight: 400;
  font-size: 15px;
}

@media (max-width: 768px) {
  .addon .form-check > div {
    display: block !important;
  }

  .price-plan-wrapper .card .title:hover .tell-more-text {
    display: none;
  }
}

.highlighted-bg {
  background-color: #f7f9fc !important; /* Light blue background */
}

.check-icon {
  color: #3ec3ad;
  font-size: 1.25rem;
}

.sub-text {
  font-size: 0.85rem;
  color: #888;
}

.pricing-table-wrapper .hidden {
  display: none;
}

.custom-tooltip-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 6px;
}

.tooltip-icon {
  display: inline-block;
  color: #ff8001;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.custom-tooltip-text {
  position: absolute;
  top: 50%;
  left: 130%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #ff962c 0%, #ff8001 100%);
  color: white;
  padding: 8px 10px;
  border-radius: 6px;
  white-space: normal;
  font-size: 0.85rem;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  z-index: 1000;
}

.custom-tooltip-text::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent #2b2b58 transparent transparent;
}

.custom-tooltip-wrapper:hover .custom-tooltip-text {
  opacity: 1;
  visibility: visible;
}
.custom-tooltip-text {
  left: auto;
  right: 162%;
  transform: translateY(-50%);
}

.custom-tooltip-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background-color: #ff8001;
  z-index: -1;
}
.custom-tooltip-text {
  right: auto;
  left: 162%;
  transform: translateY(-50%);
  height: 33px !important;
  font-size: 14px !important;
  line-height: 15px;
  width: 100px;
}
.custom-tooltip-text::before {
  right: auto;
  left: -6px;
  border-color: transparent #ff8001 transparent transparent;
}
@media (max-width: 768px) {
  .custom-tooltip-wrapper {
    display: none;
  }
}

.tooltip-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

#toggle-features {
  font-family: "Inter", sans-serif;
  background: linear-gradient(180deg, #ff962c 0%, #ff8001 100%);
  border-radius: 5px;
  padding: 10px !important;
  font-weight: 600;
  border: 0;
  font-size: 16px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
}
.pricing-table-wrapper td {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 20px 0 !important;
}

.tooltip-wrapper .pricing-table-wrapper .main-heading {
  font-size: 22px !important;
  font-weight: bold !important;
}

.tooltip-wrapper .pricing-table-wrapper td strong {
  font-size: 20px !important;
  font-weight: 500 !important ;
}

.tooltip-wrapper .pricing-table-wrapper thead th {
  font-size: 24px !important;
  font-weight: bolder !important;

  text-align: left;
}

.tooltip-wrapper .pricing-table-wrapper thead th.highlighted-bg {
  text-align: center !important;
  background-color: transparent !important;
}
.tooltip-wrapper .pricing-table-wrapper td strong a {
  text-decoration: none;
  color: #005890 !important;
}
.custom-tooltip-text a {
  color: #fff;
  text-decoration: none;
}
.custom-tooltip-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 6px;
}

.tooltip-icon {
  display: inline-block;
  color: #ff8001;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.custom-tooltip-text {
  position: absolute;
  top: 14px;
  left: 30px;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #ff962c 0%, #ff8001 100%);
  color: white;
  padding: 8px 10px;
  border-radius: 6px;
  white-space: normal;
  font-size: 14px !important;
  width: 100px;
  height: 33px !important;
  line-height: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 1000;

  pointer-events: none;
}

.custom-tooltip-wrapper:hover .custom-tooltip-text {
  opacity: 1;
  visibility: visible;

  pointer-events: auto;
}

.custom-tooltip-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background-color: #ff8001;
  z-index: -1;
}
