.page-banner-section {
    padding-top: 27px;
    padding-bottom: 27px;
    min-height: 490px;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: top center !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* border-top: 5px solid #3363ff; */
}

.imhjk{border-radius: 12px;
  margin-top: 40px;}

.rhdmember .rdf{margin-top: 99px !important;}

.core-feature-section {
  background: #ffffff;
}

.core-badge {
  font-size: 14px;
  color: #7b6cff;
  font-weight: 600;
}

.core-feature-section h2 {
  font-size: 36px;
  line-height: 1.3;
}

.feature-card {
  align-items: center;
  gap: 20px;
  padding: 24px;
  border-radius: 16px;
}

.feature-card p {
  margin: 0;
  color: #6c757d;
  font-size: 15px;
}

.feature-card.purple {
  background: #f2efff;
}

.feature-card.orange {
  background: #fff3e8;
}

.feature-card.green {
  background: #ecfff5;
}

.icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  flex-shrink: 0;
}

.icon-circle.purple {
  background: #7b6cff;
}

.icon-circle.orange {
  background: #ffa44f;
}

.icon-circle.green {
  background: #41d18a;
}

.illustration-box {
  background: #f8f9ff;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
}


.hero-section {
  padding: 0px 0;
  background: #ffffff;
}

.hero-img {
  max-width: 90%;
}

.hero-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #1f2a44;
}

.hero-title span {
  color: #0d6efd;
}


.check-list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.check-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #16a34a; /* green right mark */
  font-weight: 600;
}


.hero-text {
  font-size: 14px;
  color: #000;
  margin: 20px 0 5px;
  text-align: justify;
}

.hero-quote {
  background: #fff7e6;
  border-radius: 12px;
  padding: 18px 20px;
  font-size: 15px;
  color: #495057;
  position: relative;
  margin-bottom: 30px;
}

.quote-icon {
  font-size: 28px;
  color: #ffb300;
  margin-right: 8px;
}

.hero-feature {
  display: flex;
  gap: 14px;
}

.hero-feature h6 {
  margin: 0;
  font-weight: 600;
  color: #212529;
}

.hero-feature p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #6c757d;
}

.dot {
  width: 14px;
  height: 14px;
  background: #ffb300;
  border-radius: 50%;
  margin-top: 6px;
}


.light-badges {
  margin-top: 20px;
}

.badge-pill {
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #0d3b66;               /* dark blue text */
  background: linear-gradient(
    135deg,
    #f5faff,
    #eef4ff
  );
  border: 1px solid #dbe7ff;
  box-shadow: 0 4px 12px rgba(13, 59, 102, 0.08);
  white-space: nowrap;
}


.policy-pills {
  margin-top: 24px;
}

.policy-pill {
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #0f2a44; /* deep policy blue */
  background: linear-gradient(135deg, #f8fbff, #eef4ff);
  border: 1px solid #d6e4ff;
  box-shadow: 0 6px 16px rgba(15, 42, 68, 0.08);
  white-space: nowrap;
}




.hero-section2 {
background-color: #051320;
padding: 20px 0;
}

.hero-title2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-title2 span {
  color: #ffffff;
}

.hero-text2 {
  font-size: 16px;
  color: #cfded8;
  margin-bottom: 25px;
}

.hero-list2 {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.mdp{ margin-top: 0px !important; padding-top: 0px;}

.hero-list233 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
}

.hero-list2 li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
}

.hero-btn {
  background-color: #f5b400;
  color: #000;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 50px;
  text-decoration: none;
}

.hero-btn:hover {
  background-color: #ffcc33;
  color: #000;
}

.hero-img {
  max-width: 100%;
}

.practice-section {
  padding: 10px 0;
  background: linear-gradient(135deg, #0b4f5c, #083c45);
}

/* LEFT */
.section-tag {
  letter-spacing: 2px;
  color: #d6b46a;
  font-size: 12px;
}

.section-title {
  font-size: 48px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.2;
}

.nav-arrows {
  display: flex;
  gap: 15px;
}

.arrow-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 18px;
}

.arrow-btn.active {
  background: #d6b46a;
  border-color: #d6b46a;
  color: #000;
}

/* CARDS */
.practice-card {
  background: #ffffff;
  padding: 35px;
  height: 100%;
}

.practice-card h5 {
  font-weight: 600;
  margin-top: 20px;
}

.practice-card p {
  font-size: 15px;
  color: #666;
  margin: 15px 0 25px;
}

.practice-card a {
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.icon-box {
  width: 50px;
  height: 50px;
  border: 2px solid #d6b46a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6b46a;
  font-size: 22px;
}

.light-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #eef1f5;
    min-height: 280px;
}

.badge {
  font-size: 0.85rem;
  padding: 8px 14px;
  border-radius: 50px;
  font-weight: 500;
}

.badge-blue {
  background: #022c63;
  color: #0d6efd;
}

.badge-yellow {
  background: #c49103;
  color: #d39e00;
}

.badge-gray {
  background: #042b52;
  color: #495057;
}

.content-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  color: #212529;
  line-height: 1.6;
  font-size: 14px;
}

.content-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-size: 22px;
  line-height: 1;
}


.linediv {
    width: 68px;
    height: 4px;
    background-color: #b80000;
    justify-content: center;
    display: flex;
    text-align: center;
    margin: auto;
    border-radius: 80px;
}

p{ font-size: 14px;}

h1,h2, h3, h4, h5, h6{ font-size: 21px !important;}

.yellow-card h5{ color: #fff !important;}

li{ font-size: 14px;}

/* Yellow card */
.yellow-card {
    background: linear-gradient(135deg, #111c29, #111c29);
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.yellow-title {
  font-weight: 700;
  margin-bottom: 16px;
  color: #1a1a1a;
}

/* Blue inner content */
.blue-box {
  background: radial-gradient(circle at top, #1c2a3a, #0d1622);
  border-radius: 16px;
  padding: 24px;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.blue-title {
  font-weight: 600;
  margin-bottom: 16px;
}

.blue-list {
  padding-left: 18px;
  margin-bottom: 0;
}

.blue-list li {
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 14px;
}

/* Button */
.apply-btn {
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 8px 22px;
  font-size: 14px;
}

.apply-btn:hover {
  background: #222;
  color: #fff;
}


.pathways {
    background-image: url('../../img/rh-images/pathways.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pricing-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  border: 1px solid #e9edf3;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  position: relative;
}

.pricing-card.featured {
  border: 2px solid #0d6efd;
  transform: translateY(-6px);
}

.plan-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.price {
  font-weight: 700;
  margin-bottom: 5px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.feature-list li {
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
  color: #495057;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: bold;
}

.best-for {
  font-size: 0.9rem;
  color: #212529;
  margin-bottom: 20px;
}

.recommended {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #0d6efd;
  color: #fff;
  padding: 4px 12px;
  font-size: 0.75rem;
  border-radius: 50px;
}




.badge33 {
    text-align: center !important;
    align-items: center;
    gap: 8px;
    font-size: 22px !important;
    padding: 6px 10px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(94,234,212,.25);
    background: rgba(94,234,212,.08);
    color: #dffcf7;
    white-space: nowrap;
        display: block !important;
}


.badge2 {
    text-align: center !important;
    align-items: center;
    gap: 8px;
    font-size: 22px !important;
    padding: 6px 10px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(17, 17, 241, 0.25);
   background: rgba(7, 11, 248, 0.08) !important;
    color: #dffcf7;
    white-space: nowrap;
        display: block !important;
}


.badge3 {
    text-align: center;
    align-items: center;
    gap: 8px;
      font-size: 22px !important;
    padding: 6px 10px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(94,234,212,.25);
    background: rgba(125, 76, 2, 0.08) !important;
    color: #dffcf7;
    white-space: nowrap;
        display: block !important;
}


.why-us-section {
  background: #ffffff;
}

.main-title {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
  color: #0f172a;
}

/* Pills */
.pill {
  background: #f4f1ff;
  padding: 14px 22px;
  border-radius: 14px;
  font-weight: 500;
  color: #1e293b;
  transition: all 0.25s ease;
  cursor: default;
}

.pill:hover {
  background: #ebe7ff;
  transform: translateX(4px);
}

/* Center Image */
.center-img {
  border-radius: 18px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
  max-width: 100%;
}




.timeline {
  position: relative;
  padding-left: 60px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e5e7eb;
}

.timeline-item {
  position: relative;
  margin-bottom: 10px;
}

.step-circle {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0f4c5c;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.step-circle.blue { background: #1e88e5; }
.step-circle.cyan { background: #26c6da; }
.step-circle.green { background: #2dd4bf; }

.timeline-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.timeline-card ul{margin-bottom: 0px;}

.timeline-card h6 {
  font-weight: 600;
  margin-bottom: 6px;
}

.timeline-card p {
  margin: 0;
  font-size: 0.9rem;
  color: #6b7280;
}

.icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3e8ff;
  color: #9333ea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}


.pill {
    background: #f4f1ff;
    padding: 14px 22px;
    border-radius: 14px;
    font-weight: 500;
    color: #1e293b;
    transition: all 0.25s ease;
    cursor: default;
    font-size: 14px;
}


.process-flow .process-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 23px 17px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    width: 91%;
}
.process-card::after {
    content: "";
    position: absolute;
    top: 16px;
    right: -52px;
    width: 0;
    height: 0;
    border-top: 75px solid transparent;
    border-bottom: 75px solid transparent;
    border-left: 60px solid;
    z-index: -2;
}
.process-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.process-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.step-no {
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    z-index: 1111;
}

/* Color Themes */
.dark-blue::after {
  border-left-color: #0b2d4f;
}
.dark-blue .step-no {
  background: #0b2d4f;
}

.blue::after {
  border-left-color: #0b63ce;
}
.blue .step-no {
  background: #0b63ce;
}

.yellow::after {
  border-left-color: #f4b400;
}
.yellow .step-no {
  background: #f4b400;
}

/* Mobile Fix */
@media (max-width: 991px) {
  .process-card::after {
    display: none;
  }
}




.features-section {
  background: #ffffff;
}

.feature-card {
  background: #f3f2ef;
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.feature-card h6 {
  font-weight: 600;
  margin-top: 10px;
}

.feature-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

.icon {
  width: 42px;
  height: 42px;
  background: #0d6efd;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.center-image {
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}



.feature-box {
  background: #f4fbf9;
  padding: 18px 20px;
  border-radius: 14px;
}

.icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #19c59b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.posted ul{ margin-left: 16px;}

.h4ag{ color: #c49103; font-size: 14px !important;}

@media (max-width: 768px) {
  .feature-box {
    padding: 16px;
  }
}



.feature-list {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.feature-list li {
  margin-bottom: 10px;
  color: #374151;
  line-height: 1.6;
}

.card {
  background: #ffffff;
}

.badge {
  font-size: 0.9rem;
  padding: 0.5em 0.8em;
}


.mnb{    min-height: 258px;
}

.faq-accordion .accordion-item {
  border: none;
  border-radius: 14px;
  margin-bottom: 14px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion-button {
  font-weight: 600;
  color: #111827;
  border-radius: 14px;
  background: #ffffff;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #f0f7ff;
  color: #0d6efd;
  box-shadow: none;
}

.faq-accordion .accordion-body {
  color: #4b5563;
  line-height: 1.7;
}

@media only screen and (min-width: 320px) and (max-width: 660px) {

  .rhdmember .rdf {
	margin-top: 18px !important;
}

.rdf .btn{ width: 100%;}

  .imhjk {
	border-radius: 12px;
	margin-top: 20px;
}

.dgh {
	padding-top: 77px !important;
	padding-bottom: 27px !important;
	min-height: 120px !important;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: top bottom !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.step-no {
	position: absolute;
	right: -32px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	z-index: 1111;
	display: none;
}

.py-5 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.mb-5 {
	margin-bottom: 1rem !important;
}

.process-flow .process-card {
	position: relative;
	background: #ffffff;
	border-radius: 16px;
	padding: 23px 17px;
	height: 100%;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	width: 100%;
}

}

.page-banner-section2 {
	padding-top: 27px;
	padding-bottom: 27px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 1;
}