/* @font-face {
  font-family: "InterTight-Regular";
  src: url("../fonts/InterTight-Regular.eot");
  src: url("../fonts/InterTight-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/InterTight-Regular.woff2") format("woff2"),
    url("../fonts/InterTight-Regular.woff") format("woff"),
    url("../fonts/InterTight-Regular.ttf") format("truetype"),
    url("../fonts/InterTight-Regular.svg#InterTight-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
} */

* {
  font-family: "Inter Tight", sans-serif;
}

body {
  /* font-family: "InterTight-Regular"; */
  font-family: "Inter Tight", sans-serif;
}
a,
button {
  transition: 0.5s all ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter Tight", sans-serif;
}

p {
  font-family: "Inter Tight", sans-serif;
}
.error{
  color: red!important;
}

/*****************HEADER-CSS-START-HERE************************/
header.header {
  padding: 17px 0;
}
a.navbar-brand:hover {
  opacity: 0.7;
}
header.header ul.navbar-nav li.nav-item button {
  padding: 11px 15px;
  border-radius: 100px;
  gap: 8px;
  min-width: 140px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 148%;
  border: 2px solid rgba(0, 0, 128, 1);
}
header.header ul.navbar-nav li.nav-item button i {
  font-size: 24px;
}
.dashboard-icon a {
  background: #0d0d9f;
  border-radius: 10px;
  padding: 10px 10px;
}

/* .notifications-icon {
  background: #0a012e14;
  border-radius: 50px;
  padding: 7px 13px;
  color: #000080;
} */

.notifications-icon a {
  background: #0a012e14;
  border-radius: 50px;
  padding: 7px 13px !important;
  color: #000080;
}

.notifications-icon a i {
  color: #000080 !important;
}
.notifications-icon .dropdown-toggle::after {
  display: none;
}

/* Notification dropdown box */
.notif-dropdown {
  width: 420px;
  border-radius: 20px !important;
  max-height: 480px;
  overflow: hidden;
}

/* Scroll area */
.notif-scroll {
  max-height: 350px;
  overflow-y: auto;
}

.notif-scroll::-webkit-scrollbar {
  width: 6px;
}

.notif-scroll::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

/* Icons */
.notif-icon {
  width: 45px;
  height: 45px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.green-bg {
  background: #e6f7e6;
  color: #1e9b35;
}

.blue-bg {
  background: #e9ecff;
  color: #3f51b5;
}

.pink-bg {
  background: #ffe6f3;
  color: #d63384;
}

/* Item hover */
.notif-item:hover {
  background: #f9f9f9;
  cursor: pointer;
}

.profile a.profile-anchor {
  background: #ecebef;
  border-radius: 8px;
  padding: 10px 10px;
}

.profile .dropdown-toggle::after {
  display: none;
}

/* Dropdown box styling */
.profile .profile-dropdown {
  width: 320px;
  border-radius: 16px !important;
  overflow: hidden;
}

/* Avatar style */
.profile .profile-avatar {
  width: 50px;
  height: 50px;
  background: #01036b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover effects */
.profile .profile-dropdown .dropdown-item:hover {
  background: #000080;
  color: #fff;
  border-radius: 10px;
}

.profile .logout-text {
  font-weight: 500;
  padding: 0px 16px;
  color: #212529;
}
.profile a.profile-anchor i {
  margin-left: 6px;
}

/* Button styling */
.profile .profile-anchor {
  background: #e9e9f3;
  border-radius: 12px;
  padding: 8px 15px;
}

.profile .profile-anchor:hover {
  background: #dcdcec;
}

/* Icon consistency */

button.signin_btn {
  color: rgba(0, 0, 128, 1);
  background-color: #fff;
}
button.signin_btn:hover {
  background-color: rgba(0, 0, 128, 1);
  color: #fff;
}
button.signup_btn {
  background-color: rgba(0, 0, 128, 1);
  color: #fff;
}
button.signup_btn:hover {
  color: rgba(0, 0, 128, 1);
  background-color: #fff;
}
/* Fix dropdown on small screens */
@media (max-width: 768px) {
  /* Make dropdown menus full-width */
  .notif-dropdown,
  .profile-dropdown {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(10px) !important;
  }

  /* Notification icon center */
  .notifications-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Stack navbar items */
  .dashboard-nav .nav-item {
    width: 100%;
  }

  /* Full-width profile button */
  .profile-anchor {
    width: 100%;
    justify-content: space-between;
  }
}

/*****************HEADER-CSS-END-HERE************************/

/*************THINKING-ABOUT-SECTION-START-HERE************************/

.thinking-about-section {
  background-color: #e2e2f0;
  padding-top: 100px;
  padding-bottom: 120px;
}
.thinking-about-section h1 {
  font-size: 65px;
  font-weight: 700;
  color: #000000;
}
.thinking-about-section p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
}

.list-unstyled .bi-check-circle-fill {
  font-size: 32px !important;
  color: #000080 !important;
}

.thinking-about-section strong {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.thinking-about-section a {
  background-color: #000080 !important;
  padding: 13px 35px !important;
  border-radius: 28px !important;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.thinking-about-section a:hover {
  background-color: #000fd1 !important;
}

.thinking-about-section a .bi-arrow-right {
  display: inline-block;
  transform: rotate(-45deg) !important;
}
/*************THINKING-ABOUT-SECTION-END-HERE************************/

/*************EXIT-READINESS-SECTION-START-HERE************************/
.exit-readiness-section {
  background-image: url(../images/exit-readiness-section-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.exit-readiness-section h2 {
  font-size: 52px;
  font-weight: 700;
  color: #000;
}

.exit-readiness-section .section-text {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}

.exit-readiness-section .questionnaire-btn {
  background-color: #000080;
  padding: 13px 35px !important;
  border-radius: 35px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.exit-readiness-section .questionnaire-btn:hover {
  background-color: #000fd1;
}

.exit-readiness-section .rotate-45 {
  display: inline-block;
  transform: rotate(-45deg) !important;
}
/*************EXIT-READINESS-SECTION-END-HERE************************/

/*************EXIT-DIAGNOSTIC-SECTION-START-HERE************************/
.exit-diagnostic-section {
  background: #eef7ff;
}

.exit-diagnostic-section .left-img {
  height: 1012px;
  object-fit: cover;
}

.content-box {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 59px;
  padding-right: 27px;
}
.exit-diagnostic-section h2 {
  color: #000000;
  font-weight: 900 !important;
  font-size: 50px;
}
.exit-diagnostic-section p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
}

.exit-diagnostic-section strong {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.icon-box i {
  font-size: 40px;
  color: #1118ff;
  background: #cdd8ff;
  padding: 12px;
  border-radius: 12px;
}

.check-icon {
  font-size: 24px;
  color: #1118ff;
}

.exit-diagnostic-section a.learn-btn {
  background-color: #000080 !important;
  padding: 13px 35px !important;
  border-radius: 28px !important;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.exit-diagnostic-section a.learn-btn:hover {
  background-color: #000fd1 !important;
}

.exit-diagnostic-section a.learn-btn .rotate-45 {
  display: inline-block;
  transform: rotate(-45deg) !important;
}
/*************EXIT-DIAGNOSTIC-SECTION-END-HERE************************/

/*************DEAL-READINESS-SECTION-START-HERE************************/
.deal-readiness-section {
  background: #eef7ff;
}

.deal-readiness-section .row {
  min-height: 620px;
}

.deal-readiness-section .col-lg-6 {
  height: 100%;
}

.deal-readiness-section .left-img {
  height: 1012px;
  object-fit: cover;
}

.content-box {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 59px;
  padding-right: 27px;
}

.deal-readiness-section h2 {
  color: #000000;
  font-weight: 900;
  font-size: 50px;
}

.deal-readiness-section p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
}

.deal-readiness-section strong {
  font-size: 24px;
  font-weight: 600;
}

.check-icon {
  font-size: 24px;
  color: #1118ff;
}

.deal-readiness-section a.learn-btn {
  background-color: #000080 !important;
  padding: 13px 35px !important;
  border-radius: 28px !important;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.deal-readiness-section a.learn-btn:hover {
  background-color: #000fd1 !important;
}

.rotate-45 {
  display: inline-block;
  transform: rotate(-45deg);
}
/*************DEAL-READINESS-SECTION-END-HERE************************/

/*************OUR-CUSTOMER-SAYS-SECTION-END-HERE************************/
.testimonials-section {
  background-image: url(../images/testimonial-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-bottom: 90px;
}

.testimonials-section h2 {
  font-size: 52px;
  font-weight: 700 !important;
  color: #000;
}

.testimonials-section .testimonial-card {
  background: white;
  border-radius: 25px;
  position: relative;
  min-height: 290px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.testimonials-section .testimonial-text {
  font-size: 24px;
  color: #000000;
  line-height: 1.6;
}

.testimonials-section .quote-icon-top {
  font-size: 70px;
  color: #c6c6e0;
}

.testimonials-section .quote-icon-bottom {
  font-size: 70px;
  color: #c6c6e0;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transform: rotate(-180deg) !important;
}

.testimonials-section .profile-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonials-section .slide-btn {
  background: #000062;
  border: none;
  color: white;
  padding: 10px 14px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
}

.testimonials-section .slide-btn:hover {
  background: #000fd1;
}

.testimonials-section h6 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

.testimonials-section small {
  font-size: 16px;
  font-weight: 400;
  color: #353535;
}
/*************OUR-CUSTOMER-SAYS-SECTION-END-HERE************************/

/*************FOUNDER-FIRST-SECTION-START-HERE************************/

.founder-first-section {
  background-image: url(../images/founder-first.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 120px;
}

.founder-first-section h2 {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
}

.founder-first-section .section-text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}

.founder-first-section .questionnaire-btn {
  background-color: #fff;
  padding: 13px 35px !important;
  border-radius: 35px;
  font-size: 20px;
  font-weight: 500;
  color: #000080 !important;
}

.founder-first-section .questionnaire-btn:hover {
  background-color: #000fd1;
  color: #fff !important;
}

.founder-first-section .rotate-45 {
  display: inline-block;
  transform: rotate(-45deg) !important;
}
/*************FOUNDER-FIRST-SECTION-END-HERE************************/

/*************FOOTER-CSS-SECTION-START-HERE************************/
footer.footer {
  background: #1b1b1b;
  padding: 80px 0px 80px 0px;
}

.footer p,
.footer a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Inter Tight", sans-serif;
}

.footer h6 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter Tight", sans-serif;
}

.footer-border-left {
  border-left: #ffffff1f;
  border-left: 2px solid #ffffff12;
}

.copyright {
  background-color: #1f1f1f;
  padding: 20px 0px 20px 0px;
}

.copyright p {
  color: #fff;
  font-size: 16px;
}
/*************FOOTER-CSS-SECTION-END-HERE************************/

/************************PURCHASE-PLAN-SCREEN-CSS-START-HERE**********************************/
.accelerate-exit-journey-section {
  background-image: url(../images/plan-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.accelerate-exit-journey-section h2 {
  font-size: 60px;
  font-weight: 700;
  color: #000;
  font-family: "Inter Tight", sans-serif;
}

.accelerate-exit-journey-section p {
  width: 100%;
  max-width: 789px;
  margin: 0 auto;
  font-size: 20px;
  color: #000;
}
.plan-area {
  margin-bottom: 65px !important;
}

.pricing-card {
  max-width: 600px;
  margin: auto;
  background-image: url(../images/founder-pricing-card-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  border-radius: 20px;
  color: #fff;
}
.pricing-card h5 {
  font-weight: 800;
  font-size: 42px;
  color: #fff;
}

.pricing-card p.unlock {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}

.pricing-card .price {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}

.bullet-listing p.instantly {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 8px;
}
.bullet-listing p.instantly i {
  font-size: 24px;
  color: #fff;
}

.pricing-card .btn-subscribe {
  background: #fff;
  color: #0f0f5c;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 10px;
  width: 100%;
  font-size: 24px;
}
.pricing-card .btn-subscribe:hover {
  background: #2c2c85 !important;
  color: #fff !important;
}

.plan-area p.cancel {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.how-box {
  padding: 30px 0px 30px 0px;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
}

.how-box:hover {
  transform: translateY(-5px);
}

.how-box h5 {
  font-size: 24px;
  font-weight: 500 !important;
  color: #000 !important;
}

.how-box p {
  font-size: 16px;
  font-weight: 400 !important;
  color: #000 !important;
}

.how-box i {
  font-size: 40px;
  margin-bottom: 15px;
  color: #4636ff;
}

.secure-text-line {
  font-size: 16px;
  font-weight: 400 !important;
  color: #000 !important;
}

@media (max-width: 767px) {
  .accelerate-exit-journey-section h2 {
    font-size: 45px;
  }
  .pricing-card h5 {
    font-size: 33px;
  }
  .pricing-card p.unlock {
    font-size: 24px;
  }
  .bullet-listing p.instantly {
    font-size: 17px;
  }
}

/************************PURCHASE-PLAN-SCREEN-CSS-END-HERE**********************************/

/****************DASHBOARD-SCREEN-START-HERE***********************/
.dashboard-screen-section {
  background-image: url(../images/plan-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.dashboard-screen-section h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.dashboard-screen-section p {
  font-weight: 400;
  color: #000000 !important;
  font-size: 16px;
}

/* MAIN SCORE CARD */
.score-card {
  background: linear-gradient(135deg, #0f1b75, #08124d);
  border-radius: 24px;
  padding: 35px;
  color: #fff;
  height: 100%;
}

.score-card h4 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.score-card p {
  font-weight: 400;
  color: #fff !important;
  font-size: 20px;
}

.score-card a {
  font-size: 20px;
  font-weight: 500 !important;
  color: #fff !important;
  text-decoration: none;
}

/* CIRCLE CHART */
.circle-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  margin: auto;
}

.circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#00a6ff 0% 72%, #e5e5e5 72% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-inner {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  color: #000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* READINESS BARS */
.readiness-card {
  background: rgba(183, 233, 203, 0.502);
  padding: 40px 22px;
  border-radius: 15px;
  margin-bottom: 23px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  border: 1px solid #00a73e;
}
.readiness-card:last-child {
  margin-bottom: 0 !important;
}
.progress {
  height: 10px;
  border-radius: 8px;
}

.readiness-card span {
  font-size: 20px;
  font-weight: 500;
}

/* DEAL READINESS */
.white-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.progress-text {
  display: flex;
  justify-content: space-between;
  color: #444444;
}
.progress-text label {
  color: #444444;
  font-size: 16px;
  font-weight: 400 !important;
}

p.track {
  text-align: center;
}

.view-checkput-button {
  text-align: center;
}

/* RESOURCE LIST */
.resource-item {
  padding: 12px 18px;
  background: #fafafa;
  border-radius: 12px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #0000800a;
  color: #444444 !important;
  font-size: 16px;
  font-weight: 400;
}
.resource-item span {
  background: #0000801f;
  border-radius: 100px;
  padding: 1px 10px;
  color: #000080;
  font-weight: 400;
  font-size: 14px;
}
.browser-respurces-button {
  text-align: center;
}
/* Buttons */
.btn-main {
  background: #000080;
  border-radius: 10px;
  padding: 16px 22px;
  color: #fff;
  font-weight: 600;
  border: 0px;
}

.circle-wrapper {
  position: relative;
  width: 220px;
  height: 220px;
  margin: auto;
}

/* Outer progress ring */
.pie {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: relative;
  /* will be set dynamically via JS using CSS variables */
  background: conic-gradient(
    var(--pieColor1, #00b0ff) 0deg var(--pieAngle, 0deg),
    var(--pieTrack, #e6e6e6) var(--pieAngle, 0deg) 360deg
  );
}

/* Inner white circle with shadow */
.circle-inner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.percent-text {
  font-size: 45px;
  font-weight: 800;
  color: #0b1a7a;
}

.desc-text {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  color: #000;
}

.circle-wrapper {
  width: 180px;
  height: 180px;
  position: relative;
  display: grid;
  place-items: center;
}

.circle-wrapper svg {
  transform: rotate(-90deg);
}

.number {
  position: absolute;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.percent-symbol {
  position: absolute;
  margin-top: 1px;
  font-size: 24px;
  color: #fff;
  right: 48px;
}

/****************DASHBOARD-SCREEN-END-HERE***********************/

/****************DASHBOARD-SCREEN-BEFORE-START-HERE***********************/
.score-card.score-card-before {
  padding: 0px 35px;
}
.score-card.score-card-before .score-card-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.score-card.score-card-before .score-card-text a {
  font-size: 17px;
  font-weight: 500 !important;
  color: #000080 !important;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  padding: 16px 22px;
  color: #fff;
  font-weight: 600;
  border: 0px;
}
.score-card.score-card-before .men-with-document {
  display: flex;
  align-items: end;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 100%;
}
/****************DASHBOARD-SCREEN-BEFORE-END-HERE***********************/

/****************QUESTIONNAIRE-LEGAL-READINESS-PAGE-START-HERE***********************/
.questionnaire-legal-readiness-section {
  background-image: url(../images/plan-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
.exit-compass-diagnostic-area {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.exit-compass-diagnostic-area h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}

.container-box {
  background: #fff;
  border-radius: 18px;
  padding: 35px;

  border: 1px solid #00000014;
}

.container-box.questions-area h5 {
  font-size: 20px;
  font-weight: 500;
  color: #111827;
}

.container-box.questions-area .tag-label {
  background: rgba(0, 0, 128, 0.078);
  color: #000080;
  padding: 6px 18px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
}

.container-box.questions-area .option-box {
  border: 1px solid #e5e5eb;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 16px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 500;
}
.container-box.questions-area .option-box:hover {
  border-color: #4b32c3;
  background: #f7f5ff;
}

.container-box.questions-area .btn-next {
  background: #000080;
  color: #fff;
  padding: 15px 32px;
  border-radius: 10px;
  font-weight: 600;
  border: none;
}

.container-box.questions-area .btn-next:hover {
  background: #4b32c3;
  color: #fff;
}
.container-box.questions-area .btn-next i {
  margin-left: 6px;
}
/************************QUESTIONNAIRE-LEGAL-READINESS-PAGE-END-HERE**********************************/

/************************ASSESMENT-COMPLETE-PAGE-START-HERE**********************************/
.assesment-complete-section {
  background-image: url(../images/plan-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.assesment-complete-area-outer {
  max-width: 800px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assesment-complete-area p {
  font-size: 22px;
  font-weight: 400;
  color: #1a1a1a;
  margin-top: 25px;
  margin-bottom: 0px;
}
.assesment-complete-area img {
  width: 130px;
}
/************************ASSESMENT-COMPLETE-PAGE-END-HERE**********************************/

/************************NOTIFICATION-PAGE-START-HERE**********************************/
.notification-page-section {
  background-image: url(../images/plan-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
.noti-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.time-text {
  font-size: 13px;
  color: #666;
  white-space: nowrap;
}

.notification-page-section button {
  background-color: #000080;
  border: 0px;
}

.badge-three {
  background-color: #000080 !important;
}
/* Mobile Responsive */
@media (max-width: 576px) {
  .noti-card {
    flex-direction: column;
    gap: 10px;
  }
  .time-text {
    text-align: left;
  }
}
/************************NOTIFICATION-PAGE-END-HERE**********************************/

/************************ACCOUNT-SETTING-PAGE-CSS-START-HERE**********************************/
.profile-settings-section {
  background-image: url(../images/plan-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}
.profile-settings-wrapper {
  background: rgba(255, 255, 255, 1);
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(246, 246, 246, 1);
}
.profile-settings-wrapper h2 {
  color: rgba(26, 26, 26, 1);
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 24px;
}
.tab_wrapper {
  border-right: 1px solid #f6f6f6;
}
.tab_wrapper ul.nav.nav-pills li.nav-item {
  width: 240px;
}
.tab_wrapper ul.nav.nav-pills li.nav-item a.nav-link {
  gap: 1rem;
  display: flex;
  color: #3c3c3c;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  padding: 20px;
  border-left: 4px solid transparent;
}
.tab_wrapper ul.nav.nav-pills li.nav-item a.nav-link i {
  font-size: 20px;
}
.tab_wrapper ul.nav.nav-pills li.nav-item a.nav-link.active {
  background: #cccce6;
  border-left: 4px solid #000080;
}
.tab_wrapper ul.nav.nav-pills li.nav-item a.nav-link.active i {
  color: #000080;
}
.tab-content-inner {
  border: 1px solid #eaebff;
  border-radius: 20px;
  padding: 20px;
}
.tab-content-inner h5 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.5px;
}

.profile-settings-wrapper label.form-label {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}
.profile-settings-wrapper input.form-control:focus {
  border-color: #000080;
  box-shadow: none;
}
.profile-settings-wrapper input.form-control {
  background: #fbfbfb;
  border: 1px solid #4041431a;
  border-radius: 8px;
  height: 60px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.profile-settings-wrapper button.btn.btn-primary {
  background: #000080;
  border: 1px solid #000080;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
button.btn-transparent {
  background: #fbfbfb;
  position: absolute;
  right: 1px;
  bottom: 1px;
  border-radius: 0 8px 8px 0;
  padding: 16px;
  border: none;
}
.profile-settings-wrapper input[type="password"] {
  padding-right: 56px;
}
label.paln-price {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #000080;
}
.profile-settings-wrapper h3 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}
.profile-settings-wrapper .form-check.form-switch {
  padding-left: 0;
  display: flex;
  gap: 10px;
}

.profile-settings-wrapper .form-check.form-switch input[type="checkbox"] {
  float: unset !important;
  margin-left: 0;
}
.profile-settings-wrapper .form-check.form-switch .form-check-input:checked {
  background-color: #000080;
  border-color: #000080;
}
.profile-settings-wrapper button.btn_edit {
  border: 1px solid #ededed;
  background: #fafafa;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
}
.profile-settings-wrapper .information {
  border-bottom: 1px solid #f6f6f6;
}
.profile-settings-wrapper .information p {
  color: #3c3c3c;
  font-size: 14px;
}
.billing-information {
  background: #f2eded;
  border: 1px solid #f6f6f6;
  border-radius: 8px;
  padding: 24px;
}
.billing-information .bg-white {
  border-radius: 8px;
}
.billing-information h4 {
  color: #1a1a1a;
  font-size: 20px;
  margin-bottom: 0px;
}
.profile-settings-wrapper button.cancel_btn {
  background: transparent;
  color: #e41316;
  border: none;
  text-decoration: underline;
  margin-top: 15px;
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  .tab_wrapper ul.nav.nav-pills li.nav-item a.nav-link {
    padding: 16px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .tab_wrapper ul.nav.nav-pills {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .tab_wrapper ul.nav.nav-pills li.nav-item {
    width: 100%;
  }
  .profile-settings-wrapper .container.tab-pane {
    padding: 0px;
  }
  .profile-settings-wrapper input.form-control {
    height: 50px;
    font-size: 14px;
  }
  button.btn-transparent {
    padding: 12px;
  }
  .profile-settings-wrapper .information {
    font-size: 14px;
  }
  .tab-content-inner {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .billing-information {
    padding: 10px;
  }
}
/************************ACCOUNT-SETTING-PAGE-CSS-END-HERE**********************************/

/************************RESOURCE-LIBRARY-PAGE-CSS-START-HERE***********************/
.resourch-library-section {
  background-image: url(../images/plan-bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
}

.resourch-text h4 {
  font-weight: 500;
  color: #000;
  font-size: 20px;
}
.resourch-text p {
  font-weight: 400;
  color: #000;
  font-size: 16px;
}

/* Tabs */
.tab-area {
  background: #ffffff;
  padding: 20px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}

.custom-tabs {
  padding: 0px;
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #00000014;
}

.custom-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px 10px 0px 0px;
  padding: 14px 22px;
  font-weight: 500;
  color: #000;
  background: #d0d0e3;
  font-size: 16px;
  justify-content: center;
  width: 200px;
}

.custom-tabs a.nav-link span.number {
  position: relative;
  color: #fff;
  background: #000080;
  padding: 4px 9px;
  border-radius: 35px;
}

.custom-tabs .nav-link.active span.number {
  color: #000;
  background: #fff;
}
.custom-tabs .nav-link.active {
  background: #000080;
  color: #fff;
  border-radius: 10px 10px 0px 0px !important;
}

.custom-tabs .nav-link i {
  font-size: 18px;
}

.custom-tabs a.nav-link span {
  font-size: 20px;
  font-weight: 500;
}

.resourch-library-tab-area {
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 12px;
}

.resourch-library-section .tab-content {
  background: #e3dcffcc;
  padding: 0px 20px 0px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.filter-area {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px 0px 20px;
  background: #e3dcffcc;
  border-top-right-radius: 8px;
}
.filter-area .filter-icon {
  font-size: 18px;
  color: #4a4a4a;
}

.filter-area .filter-label {
  font-size: 16px;
  font-weight: 500;
}

.filter-area .filter-pill {
  border: 1px solid #dddddd;
  padding: 8px 18px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 15px;
  cursor: pointer;
}

.filter-area .filter-pill:hover {
  background: #000080;
  font-weight: 600;
  color: #fff;
}

.filter-area .filter-pill.active {
  background: #000080;
  font-weight: 600;
  color: #fff;
}

.video-card {
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.video-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.video-card h5 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0px;
  line-height: inherit;
}
.video-card .play-btn {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}

.video-text {
  padding: 17px 17px;
  display: flex;
  justify-content: space-between;
}

.video-card .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.video-card .category-badge {
  background: #eee9ff;
  color: #4a2bc5;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.load-more-btn {
  background: #000080;
  color: #fff;
  padding: 16px 28px;
  font-size: 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: none;
  transition: 0.2s ease-in-out;
  font-size: 16px;
  font-weight: 400;
}

.load-more-btn:hover {
  background: #1e1ebe;
}

.spinner-icon {
  width: 22px;
  height: 22px;
}

.watch-btn {
  background: #e6edff;
  color: #0b1e82;
  border: none;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 14px;
}

.blue-area .resource-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0px -9px 0px 0px #000080;
  position: relative;
  overflow: hidden;
  border: 1px solid #00000014;
}

.pink-area .resource-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0px -9px 0px 0px #a73bff;
  position: relative;
  overflow: hidden;
  border: 1px solid #00000014;
}

.green-area .resource-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0px -9px 0px 0px #00c64f;
  position: relative;
  overflow: hidden;
  border: 1px solid #00000014;
}

.resource-card:hover {
  transform: translateY(-4px);
  transition: 0.2s ease;
}

/* Badge */
.blue-area .badge-tag {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #e7e8ff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  color: #0b1e82;
  font-weight: 500;
}

.pink-area .badge-tag {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #f3e8ff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  color: #a73bff;
  font-weight: 500;
}

.green-area .badge-tag {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #dbfce7;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  color: #00bc4a;
  font-weight: 500;
}

/* Video icon */
.blue-area .video-icon {
  width: 42px;
  height: 42px;
  background: #f3f4ff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pink-area .video-icon {
  width: 42px;
  height: 42px;
  background: #f3e8ff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.green-area .video-icon {
  width: 42px;
  height: 42px;
  background: #dbfce7;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blue-area .video-icon i {
  font-size: 20px;
  color: #0b1e82;
}

.pink-area .video-icon i {
  font-size: 20px;
  color: #a73bff;
  background: #f3e8ff;
}

.green-area .video-icon i {
  font-size: 20px;
  color: #00a63e;
  background: #dbfce7;
}

/* Watch button */
.blue-area .watch-btn {
  padding: 8px 20px;
  border-radius: 10px;
  background: #e6edff;
  border: none;
  color: #0b1e82;
  font-weight: 500;
  font-size: 14px;
}

.pink-area .watch-btn {
  padding: 8px 20px;
  border-radius: 10px;
  background: #faf5ff;
  border: none;
  color: #9810fa;
  font-weight: 500;
  font-size: 14px;
}

.green-area .watch-btn {
  padding: 8px 20px;
  border-radius: 10px;
  background: #f0fdf4;
  border: none;
  color: #00a63e;
  font-weight: 500;
  font-size: 14px;
}

.faq-box {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #00000014;
  position: relative;
}

.faq-tag {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

/* Tag Colors */
.faq-tag.legal {
  background: #e0e0f0;
  color: #000080;
}

.faq-tag.financial {
  background: #dbfce7;
  color: #00bc4a;
}

/* Responsive text adjustments */

@media (min-width: 768px) and (max-width: 991px) {
  .custom-tabs {
    gap: 5px;
  }
  .custom-tabs a.nav-link span {
    font-size: 14px;
  }
  .custom-tabs .nav-link {
    font-size: 16px;
    width: 156px;
  }
}

@media (max-width: 576px) {
  .custom-tabs {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
  }
  .custom-tabs .nav-link {
    padding: 8px 16px;
    border-radius: 0px;
  }
  .custom-tabs .nav-link.active {
    border-radius: 0px !important;
  }
  .faq-tag {
    top: 12px;
    right: 12px;
    padding: 5px 12px;
    font-size: 12px;
  }
  .custom-tabs .nav-link {
    width: 100%;
  }
  li.nav-item {
    width: 100% !important;
  }
}

@media (max-width: 380px) {
  li.nav-item {
    width: 100% !important;
  }
  .custom-tabs .nav-link {
    width: 100% !important;
  }
}

/************************RESOURCE-LIBRARY-PAGE-CSS-END-HERE*************************/

/************************RESPONSIVE-PART-START-HERE**********************************/
@media only screen and (max-width: 1199px) {
  .navbar-brand img {
    height: 40px;
  }

  .score-card.score-card-before {
    padding: 32px 35px;
  }
}

@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1650px;
  }
}

@media (max-width: 991px) {
  .footer-col {
    margin-bottom: 25px;
  }
  .footer-border-left {
    border-left: #ffffff1f;
    border-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    height: 30px;
  }

  .header .navbar-nav {
    flex-wrap: nowrap !important;
    flex-direction: row;
  }
  .notifications-icon {
    margin: 0px 7px;
    width: 48px !important;
  }
  .dashboard-icon {
    width: 100px !important;
  }
  .dashboard-icon a {
    font-size: 10px;
  }

  .profile {
    width: 100px !important;
  }

  .profile a {
    font-size: 10px;
  }

  .profile .profile-dropdown {
    width: 300px !important;
    border-radius: 16px !important;
    /* overflow: hidden; */
    position: absolute;
    left: -135px !important;
  }
  .notif-dropdown {
    width: 300px !important;
    border-radius: 20px !important;
    max-height: 480px;
    overflow: hidden;
    position: absolute !important;
    left: -90px !important;
  }

  .footer.footer img {
    width: 300px;
  }
}

@media (min-width: 576px) {
  .navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
  }
}

/************************RESPONSIVE-PART-START-END**********************************/
