/*=======================60% LOWER COST=============================*/
feature-section {
  position: relative;
  padding: 120px 0px 210px 0px;
  overflow: hidden;
}

.feature-section .bg-layer:before {
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}

.feature-section .sec-title.light .sub-title {
  color: #fff;
  border-color: #fff !important;
}

.feature-block-one .inner-box {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 6px;
  gap: 30px;
  margin-bottom: 20px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.04);
}

.feature-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 68px;
  line-height: 68px;
  min-width: 68px;
  text-align: center;
  border-radius: 6px;
  font-size: 40px;
  color: #fff;
}

.feature-block-one .inner-box h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.feature-block:nth-child(2) .feature-block-one .inner-box .icon-box {
  background: #0EBEF6;
}

.feature-block:nth-child(3) .feature-block-one .inner-box .icon-box {
  background: #243EDE;
}

.feature-block:nth-child(4) .feature-block-one .inner-box .icon-box {
  background: #FF8A00;
}

.feature-block:nth-child(5) .feature-block-one .inner-box .icon-box {
  background: #C42CFB;
}

.feature-block:nth-child(6) .feature-block-one .inner-box .icon-box {
  background: #06B502;
}

.feature-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  z-index: -1;
}

.feature-section.pb_100 {
  padding-bottom: 100px;
}


/** feature-style-two **/

.feature-style-two {
  position: relative;
}

.feature-block-two .inner-box {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 20px;
  padding: 45px 45px 40px 45px;
  border-top: solid;
  border-width: 5px;
  border-color: #7B0000;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.feature-block:nth-child(2) .feature-block-two .inner-box {
  border-color: #7B0000;
}

.feature-block:nth-child(3) .feature-block-two .inner-box {
  border-color: #7B0000;
}

.feature-block:nth-child(4) .feature-block-two .inner-box {
  border-color: #7B0000;
}

.feature-block-two .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 48px;
  color: #ce1810;
  margin-bottom: 22px;
}

.feature-block:nth-child(2) .feature-block-two .inner-box .icon-box {
  color: #ce1810;
}

.feature-block:nth-child(3) .feature-block-two .inner-box .icon-box {
  color: #ce1810;
}

.feature-block:nth-child(4) .feature-block-two .inner-box .icon-box {
  color: #ce1810;
}

.feature-block-two .inner-box h3 {
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}

.feature-block-two .inner-box h3 a {
  display: inline-block;
  color: var(--title-color);
}

.feature-block-two .inner-box h3 a:hover {}






/*======================= Two Proven Modes of Repatriation on Commercial Airlines=============================*/


.service-style-five {
  padding: 120px 0;
  background: #f9f9f9;
}

.sec-title {
  margin-bottom: 50px;
}

.sec-title .sub-title {
  display: inline-block;
  font-size: 16px;
  color: #0d6efd;
  font-weight: 600;
  margin-bottom: 12px;
}

.sec-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
}

.inner-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.category-block-one {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.category-block-one:hover {
  transform: translateY(-10px);
}

.category-block-one .inner-box {
  position: relative;
  color: #fff;
  min-height: 370px;
  display: grid;
  align-content: stretch;
  border-radius: 15px;
  overflow: hidden;
  /* height: 100%; */
}

.category-block-one .bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease;
}

.category-block-one:hover .bg-layer {
  transform: scale(1.1);
  filter: brightness(70%);
}

.category-block-one .big-text {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 18px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 12px;
  border-radius: 6px;
  text-transform: uppercase;
}

.category-block-one .content-box {
  position: relative;
  padding: 25px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 15px 15px;
  transition: all 0.4s ease;
}

.category-block-one:hover .content-box {
  background: rgba(0, 0, 0, 0.75);
}

.category-block-one .content-box h2 a {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.category-block-one .content-box p {
  font-size: 14px;
  margin: 10px 0 15px;
  line-height: 1.6;
}

.category-block-one ul {
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}

.category-block-one ul li {
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
  padding-left: 30px;
}

.category-block-one ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: white;
  font-size: 14px;
}

/* .btn-box a {
  display: inline-block;
  background: #0d6efd;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
} */

/* .btn-box a:hover {
  background: #084298;
} */
.category-block-one .content-box {
  position: relative;
  padding: 52px;
  background: rgba(0, 0, 0, 0.75) !important;  /* always dark */
  border-radius: 0 0 15px 15px;
  transition: all 0.4s ease;
  color: #fff !important; /* force white text */
}

.category-block-one:hover .content-box {
  background: rgba(0, 0, 0, 0.85) !important; /* slightly darker on hover */
}

.category-block-one .content-box h2 a {
  color: #fff !important;
}

.category-block-one .content-box p,
.category-block-one ul li {
  color: #f1f1f1 !important;  /* readable soft white */
}
/* .category-block-one .content-box {
  position: relative;
  padding: 40px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0 0 15px 15px;
  transition: all 0.4s ease;
  color: #fff;
} */
/* 
.category-block-one:hover .content-box {
  background: rgba(0, 0, 0, 0.85);
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
} */
/* 
.category-block-one .content-box h2 a {
  color: #fff;
}

.category-block-one .content-box p,
.category-block-one ul li {
  color: #f1f1f1;
} */
.category-block-one .inner-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}


/*======================= WHY CHOOSE US =============================*/

.feature-style-three {
  position: relative;
  background: #F7F7F7;
  overflow: hidden;
}

.feature-style-three .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.03;
}

.feature-block-three .inner-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 20px;
  padding: 45px 20px 20px 20px;
  border-top: solid;
  border-width: 5px;
  border-color: #7B0000;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:hover:before {
  height: 100%;
  top: 0px;
}

.feature-block-three .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 35px;
  padding-left: 26px;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:hover .icon-box {
  color: #fff;
}

.feature-block-three .inner-box .icon-box:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 0px;
  top: -20px;
  opacity: 0.1;
  transition: all 500ms ease;
}

.feature-block-three .inner-box:hover .icon-box:before {
  background: #fff;
  opacity: 0.2;
}

.feature-block-three .inner-box h3 {
  display: block;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 11px;
}

.feature-block-three .inner-box h3 a {
  display: inline-block;
  color: var(--title-color);
}

.feature-block-three .inner-box h3 a:hover {
  text-decoration: underline;
}

.feature-block-three .inner-box:hover h3 a,
.feature-block-three .inner-box:hover p {
  color: #fff;
}

.feature-block-three .inner-box p {
  transition: all 500ms ease;
}


/** rtl-css **/

.rtl .feature-style-two .content-box {
  margin-left: 0px;
  margin-right: 75px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {
  .feature-style-two .content-box {
    margin-left: 0px;
  }

  .rtl .feature-style-two .content-box {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-section {
    padding: 70px 0px 150px 0px;
  }

  .feature-section.pb_100 {
    padding-bottom: 50px;
  }

  .feature-style-two,
  .feature-style-three {
    padding: 70px 0px 40px 0px;
  }
}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 499px) {
  .feature-block-two .inner-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*===============Critical Care in the Skies — Even on Commercial Airlines =================*/


.process-section {
  padding: 80px 0;
  text-align: center;
}

.sec-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}

.process-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.process-wrapper::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 10%;
  width: 80%;
  height: 3px;
  background: linear-gradient(to right, #0d47a1, #00c853, #ff6f00);
  z-index: 0;
}

.process-block {
  position: relative;
  text-align: center;
  width: 30%;
  z-index: 1;
}

.circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  border: 6px solid;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.circle h4 {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

.circle span {
  font-size: 13px;
  color: #fff;
}

.blue {
  background: #0d47a1;
  border-color: #0d47a1;
}

.green {
  background: #00c853;
  border-color: #00c853;
}

.orange {
  background: #ff6f00;
  border-color: #ff6f00;
}

.content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.content p {
  font-size: 15px;
  color: #555;
}
.hero-content p {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #f5f5f5;
}
@media(max-width: 768px) {
  .process-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .process-wrapper::before {
    display: none;
  }

  .process-block {
    width: 100%;
  }
}

.image-box {
  width: 89%;
  border-radius: 10px;
}
.image-box img{
  width: fit-content;
  border-radius: 10px;
}




/*==================================We Handle Everything — End-to-End:=====================================*/
.ete-container {
  text-align: center;
}

.ete-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.ete-card {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.ete-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 2px solid #ce1810;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.ete-icon i {
  font-size: 32px;
  color: #ce1810;
  transition: all 0.3s ease;
}

/* Hover only icon effect */
.ete-card:hover .ete-icon {
  background: #ce1810;
  transform: scale(1.1);
}

.ete-card:hover .ete-icon i {
  color: #fff;
}

.ete-card h3,
.ete-card p {
  margin-top: 12px;
  transition: color 0.3s ease;
}

.ete-card {
  background: #fff;
  border: 2px solid #333;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeUp 0.9s ease both;
}

.end-to-end-proper {
  background: linear-gradient(135deg, #f8fbff, #eef4ff);
  padding: 80px 20px;
  font-family: "Segoe UI", sans-serif;
}

.ete-title {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 60px;
  color: #d60909;
  position: relative;
}

.ete-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #d60909;
  /* brand red */
  display: block;
  margin: 15px auto 0;
  border-radius: 2px;
}

.ete-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.ete-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeUp 0.9s ease both;
}

.ete-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.ete-icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #d60909;
  /* brand red */
}

.ete-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: black;
  margin-bottom: 10px;
}

.ete-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media(max-width: 992px) {
  .ete-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  .ete-grid {
    grid-template-columns: 1fr;
  }
}




/*=========================Why Clients Trust Humancare for Commercial Airline Transfers===========================*/

.whytrustus-section {
  padding: 70px 0;
  background: #f9fbff;
  font-family: Arial, sans-serif;
}

.whytrustus-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

.whytrustus-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.trustus-left {
  flex: 1 1 60%;
}

.trustus-title h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1a237e;
  line-height: 1.4;
}

.trustus-title h2 span {
  color: #d60909;
}

.trustus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
  margin-top: 0px;
}

.trustus-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.trustus-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.trustus-card i {
  font-size: 32px;
  color: #d60909;
  margin-bottom: 15px;
}

.trustus-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;

}

.trustus-card p {
  font-size: 14px;
  color: #555;
}

.trustus-right {
  flex: 1 1 35%;
  text-align: center;
}

.trustus-doctor {
  display: inline-block;
  text-align: center;
}

.trustus-doctor img {
  /* width: 260px;
  height: 260px;
  border-radius: 50%; */
  object-fit: cover;
  border: 6px solid #d60909;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.trustus-doctor blockquote {
  margin-top: 20px;
  font-style: italic;
  font-size: 14px;
  color: #333;
}

@media (max-width: 768px) {
  .whytrustus-row {
    flex-direction: column;
  }

  .trustus-right {
    margin-top: 30px;
  }
}



.whytrustus-section {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 60px 0;
  /* optional for spacing */
}

/* --- Paste this at the end of your CSS file --- */
.service-style-five .list-style-one {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-style-five .list-style-one li {
  position: relative;
  display: block;
  /* full width so pseudo-element positions reliably */
  padding-left: 48px;
  /* space between icon and text */
  margin-bottom: 12px;
  /* spacing between list items */
  line-height: 1.6;
  color: #ffffff;
  /* ensures list text is white on dark overlay */
  font-weight: 500;
}

/* white check inside a red circular background */
.service-style-five .list-style-one li::before {
  content: "✓";
  /* plain Unicode check — always available */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* vertically center relative to the li box */
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e84b4b;
  /* circle color — change to your theme if needed */
  color: #ffffff;
  /* checkmark color (white) */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

/* responsive tweak for small screens */
@media (max-width: 576px) {
  .service-style-five .list-style-one li {
    padding-left: 44px;
  }

  .service-style-five .list-style-one li::before {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
}