/* Section */
.about-section {
  overflow: hidden;
}

/* Tags */
.section-tag {
  color: #f4b400;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Title */
.main-title {
  font-size: 28px;
  font-weight: 700;
  color: #0f2c1d;
  line-height: 1.2;
}

.main-title span {
  color: #f4b400;
}

/* Description */
.description {
  color: #5f6f68;
  font-size: 15px;
  line-height: 1.7;
}

/* Image Stats */
.stats-box {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #0f2c1d;
  color: #fff;
  padding: 20px 30px;
  border-radius: 14px;
  width: 90%;
}

.stats-box h3 {
  color: #f4b400;
  font-weight: 700;
}

.stats-box p {
  font-size: 13px;
  margin: 0;
}

/* Info Cards */
.info-card {
  background: #f9fafb;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  height: 100%;
}

.info-card h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.info-card p {
  font-size: 14px;
  color: #6b7280;
}

/* .info-card.highlight {
  border: 2px solid #f4b400;
} */

/* Buttons */
.btn-primary {
  background: #f4b400;
  border: none;
  color: #0f2c1d;
  font-weight: 600;
}

.btn-primary:hover {
  background: #e0a800;
}

.btn-outline-secondary {
  border-color: #0f2c1d;
  color: #0f2c1d;
}

/* Responsive */
@media (max-width: 768px) {
  .main-title {
    font-size: 28px;
  }

  .stats-box {
    position: static;
    transform: none;
    margin-top: 20px;
  }
}

.pathways {
    background-image: url('../../img/rh-images/pathways.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* Section */


/* Tag */
.tag {
    background: #ac455c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 20px;
}

/* Headings */
.main-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
}

/* Paragraph */
.desc {
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}

/* Info cards */
.info-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  height: 100%;
      min-height: 140px !important;
}

.info-card h6 {
  font-weight: 700;
  margin-bottom: 8px;
}

.info-card p {
  font-size: 14px;
  color: #475569;
}

/* Feature list */
.feature-list {
  padding-left: 0;
  list-style: none;
}

.feature-list li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 12px;
  font-size: 14px;
}

.feature-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: bold;
}

/* Stats */
.stat-box {
  background: #ffffff;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

.stat-box h3 {
  font-weight: 700;
  margin-bottom: 4px;
}

.stat-box p {
  font-size: 13px;
  color: #64748b;
}

.stat-box.active {
  border: 2px solid #0f172a;
}


.bccolor{ background-color: #e0f9ff;}


.gap-section {
  background: #0b1b4d;
  color: #ffffff;
}

/* TAG */
.section-tag {
  background: #3b82f6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 20px;
}

/* TITLES */
.section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.section-desc {
  color: #c7d2fe;
  font-size: 15px;
  line-height: 1.7;
}

/* CARDS */
.gap-card {
  background: #ffffff;
  color: #0f172a;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.card-img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}

.card-number {
  position: absolute;
  bottom: 210px;
  left: 20px;
  font-size: 56px;
  font-weight: 800;
  color: rgba(255,255,255,0.85);
}

.gap-card h5 {
  font-weight: 700;
  margin: 20px 20px 8px;
}

.gap-card p {
  margin: 0 20px 24px;
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* BOTTOM LOGIC BOX */
.logic-box {
  background: rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 24px 30px;
}

.logic-box h6 {
  font-weight: 700;
  margin-bottom: 6px;
}

.logic-box p {
  margin: 0;
  color: #e0e7ff;
  font-size: 14px;
}


/* SECTION */
.enable-section {
  background: #fbfbff;
}

/* RIGHT CONTENT */


.section-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

.section-desc {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
}

/* CARDS */
.enable-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  height: 100%;
}

.enable-card h6 {
  font-weight: 700;
  margin: 14px 0 8px;
  font-size: 14px;
}

.trust-card p{ text-align: center;}

.enable-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* ICON */
.icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
}

.bg-purple { background: #ede9fe; color: #6d28d9; }
.bg-orange { background: #ffedd5; color: #c2410c; }
.bg-green  { background: #dcfce7; color: #15803d; }
.bg-pink   { background: #fce7f3; color: #be185d; }

/* TAGS */
.tag-wrap {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.tag-wrap span {
  background: #f1f5f9;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  color: #334155;
}

/* BUTTON */
.btn-primary {
  background: #2563eb;
  border: none;
}

.btn-primary:hover {
  background: #1d4ed8;
}


/* WORK SECTION */
.work-section {
  padding: 20px 0 60px;
}

.small-tag {
  font-size: 12px;
  letter-spacing: 3px;
  color: #64748b;
  font-weight: 600;
}

.main-title {
  font-weight: 700;
  margin-top: 12px;
}

.info-card h5 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.gap-card p{ padding-bottom: 20px !important;}

.main-title span {
  color: #a64466;
}

/* STEPS */
.step-box {
  padding: 0px 30px;
}

.step-badge {
  display: inline-block;
  border: 1px solid #6366f1;
  color: #6366f1;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.step-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.step-box p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}

/* STAKEHOLDER SECTION */
.stakeholder-section {
  background: linear-gradient(180deg, #0b1d3a, #0a1a33);
  padding: 70px 0;
  color: #ffffff;
}

.stake-title {
  font-weight: 700;
}

/* STAKE CARDS */
.stake-card {
  background: rgb(0 0 0 / 6%);
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}



.stake-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.stake-card strong {
  color: #000;
}


.stg{    padding-top: 16px;}

/* Custom styles for cards and container */
.card {
    border: none;
    background-color: #f8f9fa;
    transition: box-shadow 0.3s ease;
}

.card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-title {
    font-size: 16px;

}

.card-text {
    font-size: 1rem;
    color: #6c757d;
}


.codemo{    height: 170px !important;}

.card-body p {
    margin-left: 0px;
    margin-top: 8px;
}

.font14{    font-size: 14px;}

.ftm {
    background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgb(46 130 152) 50%, rgb(46 129 153) 100%);
    margin-bottom: 20px !important;
    border-radius: 14px; color: #fff !important;
    padding: 10px;
    width: 80%;
    margin: auto;
}

.ftmh2{ text-align: left !important; color: #fff !important;}



.service-item2{      border: 1px solid lightgrey;
    min-height: 180px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    height: 100%; padding: 20px;}

/* CARD BASE */
.service-card{
  background:#ffffff;
  border-radius:18px;
  padding:28px 28px 32px;
  position:relative;
  box-shadow:0 10px 30px rgba(0,0,0,0.06);
  overflow:hidden;
  transition:all .3s ease;
  height: 100%;
  min-height: 229px;
}

/* BOTTOM CURVE BORDER */
.service-card::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:4px;
  border-radius:0 0 18px 18px;
}

/* ICON */
.icon-box{
  width:56px;
  height:56px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
  font-size:26px;
}

/* TEXT */
.service-card h5{
  font-weight:700;
  margin-bottom:10px;
}

.service-card p{
  font-size:14px;
  color:#64748b;
  line-height:1.6;
  max-width:90%;
}

/* COLOR VARIANTS */
.orange::after{ background:#ff7a3d; }
.orange .icon-box{
  background:#fff1ea;
  color:#ff7a3d;
}

.blue::after{ background:#38bdf8; }
.blue .icon-box{
  background:#e0f2fe;
  color:#0284c7;
}

.teal::after{ background:#2dd4bf; }
.teal .icon-box{
  background:#e6fffa;
  color:#0f766e;
}

.sky::after{ background:#60a5fa; }
.sky .icon-box{
  background:#e0ecff;
  color:#2563eb;
}

/* HOVER EFFECT */
.service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,0.10);
}



/* SECTION */
.travel-services{
  background:#ffffff;
}

/* TITLES */
.small-title{
  color:#ff7a00;
  font-weight:600;
  font-size:14px;
  display:inline-flex;
  align-items:center;
  gap:6px;
}

.main-title{
  font-weight:800;
  font-size:36px;
  margin-top:10px;
}

/* SERVICE ITEM */
.service-item{
  position:relative;
  padding: 20px;
}

.service-item.text-end{
  padding-left:0;
  padding-right:70px;
}

.service-item.text-end .icon-circle{
  right:0;
  left:auto;
}

.service-item h5{
  font-weight:700;
  margin-bottom:6px;
}

.service-item p{
  font-size:14px;
  color:#6b7280;
  line-height:1.6;
}

/* ICON */
.icon-circle{
  width:54px;
  height:54px;
  border-radius:50%;
  background:#ffffff;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ff7a00;
  font-size:22px;
  position:absolute;
  left:0;
  top:0;
}

/* IMAGE */
.travel-img{
  max-height:380px;
}

/* RESPONSIVE */
@media(max-width:991px){
  .service-item,
  .service-item.text-end{
    text-align:left !important;
    padding-left:30px;
    padding-right:0;
  }

  .service-item.text-end .icon-circle{
    left:0;
  }

  .main-title{
    font-size:28px;
  }
}




/* SECTION BACKGROUND */
.gov-section{
  background: radial-gradient(circle at top left, #0f766e, #021716);
  color:#ecfeff;
}

/* HEADER */
.gov-title{
  font-weight:800;
  font-size:36px;
  color:#f0fdfa;
}

.gov-desc{
  font-size:16px;
  color:#b6e3df;
  line-height:1.7;
}

/* GLASS CARD */
.glass-card{
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.09),
    rgba(255,255,255,0.03)
  );
  border:1px solid rgba(255,255,255,0.12);
  border-radius:16px;
  padding:28px;
  height:100%;
  box-shadow:0 25px 60px rgba(0,0,0,0.45);
}

/* SUBTITLE */
.section-subtitle{
  font-weight:700;
  margin-bottom:24px;
  color:#f0fdfa;
}

/* TIMELINE */
.timeline-item{
  position:relative;
  padding-left:30px;
  margin-bottom:24px;
}

.timeline-item h6{
  font-weight:700;
  margin-bottom:4px;
  color:#ffffff;
}

.timeline-item p{
  font-size:14px;
  color:#b6e3df;
}

.timeline-item::before{
  content:"";
  position:absolute;
  left:6px;
  top:0;
  bottom:-24px;
  width:2px;
  background:linear-gradient(#2dd4bf, transparent);
}

.timeline-item:last-child::before{
  display:none;
}

.dot{
  position:absolute;
  left:0;
  top:6px;
  width:14px;
  height:14px;
  background:#2dd4bf;
  border-radius:50%;
  box-shadow:0 0 0 5px rgba(45,212,191,0.25);
}

/* REPORT LIST */
.report-list{
  list-style:none;
  padding:0;
  margin:0;
}

.report-list li{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:14px 0;
  border-bottom:1px dashed rgba(255,255,255,0.18);
  font-size:15px;
  color:#ecfeff;
}

.report-list li:last-child{
  border-bottom:none;
}

.report-list i{
  color:#2dd4bf;
  font-size:18px;
  margin-top:2px;
}

/* RESPONSIVE */
@media(max-width:991px){
  .gov-title{
    font-size:28px;
  }
}



/* SECTION */
.trust-section{
  background:#f8fafc;
  color:#0f172a;
}

/* MAIN CARD */
.trust-card{
  background:#ffffff;
  border:1px solid #e2e8f0;
  border-radius:18px;
  padding:32px;
  box-shadow:0 12px 28px rgba(15,23,42,0.08);
}

/* TITLES */
.section-title{
  font-weight:700;
  font-size:20px;
  color:#0f172a;
}

.section-text{
  font-size:15px;
  line-height:1.7;
  color:#475569;
}

/* FEATURE CARDS */
.feature-card{
  background:#ffffff;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:22px 22px 22px 44px;
  position:relative;
  height:100%;
  transition:all .3s ease;
}

.feature-card:hover{
  box-shadow:0 14px 32px rgba(2,132,199,0.12);
  transform:translateY(-3px);
}

/* FEATURE TEXT */
.feature-card h6{
  font-weight:600;
  margin-bottom:6px;
  color:#0f172a;
}

.feature-card p{
  font-size:14px;
  color:#475569;
  line-height:1.6;
}

/* ACCENT DOT */
.trust-card .dot{
  position:absolute;
  left:20px;
  top:26px;
  width:10px;
  height:10px;
  background:#0ea5e9;
  border-radius:50%;
  box-shadow:0 0 0 6px rgba(14,165,233,0.2);
}

/* RESPONSIVE */
@media(max-width:768px){
  .faq-right div{display: block !important;}
  .feature-card{
    padding-left:36px;
  }

.faq-right {
	background: #0f172a;
	color: #fff;
	height: 180px !important;
	margin: auto;
	text-align: center;
	justify-content: center;
}

.faq-right a{margin-bottom: 20px;}

.stats-box {
	position: static;
	transform: none;
	margin-top: 20px;
	display: block !important;
	text-align: center;
}

.stats-box {
	width: 100%;
}

.about-section .col-lg-6{margin-top: 20px !important;}

}


/* SECTION */
.faq-section{
  background:#f1f5f9;
}

/* LEFT */
.faq-left{
  background:#eef4ff;
}

.image-collage{
  position:relative;
  width:340px;
  height:420px;
}

.img-card{
  position:absolute;
  width:200px;
  height:200px;
  object-fit:cover;
  border-radius:16px;
  box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.img-1{ top:0; left:70px; }
.img-2{ top:140px; left:0; }
.img-3{ top:220px; left:120px; }

/* RIGHT */
.faq-right {
    background: #0f172a;
    color: #fff;
    height: 280px;
    margin: auto;
    text-align: center;
    justify-content: center;
}

.faq-left h2{ font-size: 34px !important;}

.faq-content{
  max-width:520px;
  padding:60px;
}

.faq-tag{
  font-size:12px;
  letter-spacing:1px;
  color:#38bdf8;
  font-weight:600;
}

.faq-content h2{
  font-size:34px;
  font-weight:800;
  margin:15px 0;
}

.faq-desc{
  font-size:15px;
  color:#cbd5f5;
  margin-bottom:30px;
}

/* ACCORDION */
.accordion-item{
  background:#1e293b;
  border:none;
  margin-bottom:12px;
  border-radius:12px;
}

.accordion-button{
  background:#1e293b;
  color:#fff;
  font-weight:600;
  border-radius:12px;
}

.accordion-button:not(.collapsed){
  background:#1e293b;
  color:#38bdf8;
  box-shadow:none;
}

.accordion-button::after{
  filter:invert(1);
}

.accordion-body{
  color:#cbd5f5;
  font-size:14px;
  line-height:1.6;
}

/* COMMON */
.faq-section .btn{
  padding:14px 28px;
  font-weight:600;
  border-radius:50px;
  font-size:15px;
  transition:all 0.3s ease;
}

/* GRADIENT BUTTON */
.btn-partnership{
  background:linear-gradient(90deg, #2dd4bf, #facc15);
  color:#0f172a;
  border:none;
  box-shadow:0 10px 30px rgba(0,0,0,0.25);
}

.btn-partnership:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 40px rgba(0,0,0,0.35);
  color:#0f172a;
}

.btn-partnership{
  background:linear-gradient(90deg, #5eead4, #14b8a6);
  color:#042f2e;
}

.btn-membership{
  background:rgba(20,184,166,0.15);
  color:#ccfbf1;
  border:1px solid rgba(94,234,212,0.5);
}



.faq-left p{ font-size: 14px;}

p{ font-size: 14px !important;}


.how-it-works {
  padding: 30px 0;
  background: #f4fbff;
}

/* Left side */
.how-badge {
  background: #03977a;
  color: #0d6efd;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
}

.fnt{     font-size: 26px;
    margin-top: 0px;
    margin-bottom: 25px;
}

.how-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 20px;
}

.how-desc {
  color: #475569;
  max-width: 420px;
  margin-bottom: 30px;
}

.how-btn {
  padding: 10px 24px;
  border-radius: 10px;
  font-weight: 600;
}

/* Steps */
.steps-wrapper {
  position: relative;
  padding-left: 0px;
  z-index: 1;
}

.steps-wrapper::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #dbeafe;
}

.step-item {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.step-number {
    width: 36px;
    height: 36px;
    background: #FF5722;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 10000;
}

.step-content h6 {
  font-weight: 700;
  margin-bottom: 6px;
  color: #0f172a;
}

.step-content p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
}

/* Mobile */
@media (max-width: 991px) {
  .how-title {
    font-size: 34px;
  }

  .steps-wrapper {
    padding-left: 0px;
  }
}


@media only screen and (min-width: 320px) and (max-width: 660px) {

  @supports (-webkit-touch-callout: none) {
  .vh-100 {
    min-height: 100svh !important;
    height: auto !important;
  }

 
}

.mbimg img{ height: 190px !important;}

.g-5 {
	--bs-gutter-x: 0rem !important;
}


  .p-5{ padding: 0px !important;}

  .py-5 {
	padding-top: 1rem !important;
	padding-bottom: 0rem !important;
}

.feature-card {
	padding-left: 26px;
	text-align: center;
}

.trust-card .dot {
	position: absolute;
	left: 20px;
	top: 26px;
	width: 10px;
	height: 10px;
	background: #0ea5e9;
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(14,165,233,0.2);
	display: none;
}

  .service-card h5 {
	font-weight: 700;
	margin-bottom: 10px;
	width: 240px;
}

.service-item2 {
	border: 1px solid lightgrey;
	min-height: 180px !important;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
	height: 100%;
	padding: 20px;
	margin-bottom: 10px;
}

  .service-card {
	background: #ffffff;
	border-radius: 18px;
	padding: 28px 28px 32px;
	position: relative;
	box-shadow: 0 10px 30px rgba(0,0,0,0.06);
	overflow: hidden;
	transition: all .3s ease;
	height: 100%;
	min-height: 229px;
	text-align: justify;
	padding-right: 0;
}

  .service-card {
	margin-bottom: 10px;
}

  .codemo {
	height: 100% !important;
}

/* .h-100 {
	height: inherit !important;
	margin-bottom: 20px !important;
} */

.info-card {
	background: #ffffff;
	border-radius: 14px;
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.06);
	height: 100%;
	min-height: 140px !important;
  margin-bottom: 10px;
}
.section-title {
	margin-bottom: 8px !important;
}

.mt-5 {
	margin-top: 1rem !important;
}

.fnt {
	font-size: 26px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
}

.how-it-works .col-md-6{ padding-top: 0px !important;}

}