/*=============== GOVERMENT HUMAN TRUST CARE =================*/

/* .trust-section {
      padding: 80px 20px;
      background: #ffffff;
      position: relative;
      overflow: hidden;
    } */

.trust-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 107, 107, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(59, 130, 246, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Header Styles */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    /* color: #1a1a2e; */
    margin-bottom: 20px;
}

.mission-statement {
    font-size: 1.2rem;
    color: #4a5568;
    max-width: 800px;
    margin: 0 auto 15px;
    line-height: 1.7;
}

.mission-statement strong {
    color: #e63946;
    font-weight: 600;
}

.tagline {
    font-size: 1.1rem;
    color: #2d3748;
    font-weight: 500;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 2fr));
    gap: 20px;
    margin-bottom: 20px;
}

.service-card-section {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.service-card-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(230, 57, 70, 0.05), transparent);
    transition: left 0.6s;
}

.service-card-section:hover::before {
    left: 100%;
}

.service-card-section:hover {
    transform: translateY(-10px);
    border-color: #e63946 !important;
    box-shadow: 0 20px 40px rgba(230, 57, 70, 0.15);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #e63946 0%, #ff6b6b 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 8px 20px rgba(230, 57, 70, 0.2);
    transition: all 0.4s ease;
}

.service-card-section:hover .icon-wrapper {
    transform: rotateY(360deg) scale(1.1);
    box-shadow: 0 12px 30px rgba(230, 57, 70, 0.3);
}

.service-icon-section {
    width: 40px;
    height: 40px;
    stroke: white;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    background: none;
}

.service-card-section h3 {
    font-size: 1.3rem;
    color: #1a1a2e;
    margin-bottom: 10px;
    font-weight: 600;
}


/* Quote Section */
.founder-quote {
    text-align: center;
    padding: 50px 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 20px;
    max-width: 900px;
    margin: 0 auto;
    border: 2px solid #f0f0f0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.founder-quote blockquote {
    font-size: 1.4rem;
    font-style: italic;
    color: #2d3748;
    line-height: 1.6;
    margin: 0 0 20px;
    position: relative;
    padding-left: 20px;
}

.founder-quote blockquote::before {
    content: '"';
    font-size: 5rem;
    color: #e63946;
    opacity: 0.2;
    position: absolute;
    left: -20px;
    top: -30px;
    font-family: Georgia, serif;
}

.founder-quote cite {
    color: #e63946;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .trust-section {
        padding: 60px 15px;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .mission-statement {
        font-size: 1.05rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .founder-quote {
        padding: 40px 25px;
    }

    .founder-quote blockquote {
        font-size: 1.1rem;
        padding-left: 10px;
    }

    .founder-quote blockquote::before {
        left: -10px;
        font-size: 3.5rem;
    }
}

/*=============== TRANSFER A CRITICAL PATIENT  =================*/


.critical-transfer-img {
    padding: 60px 20px;
    background: #fff;
}

.critical-transfer-img img:hover {
    transform: scale(1.03);
}

.transfer-left img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.15);
}

/* Availability list styles */
.availability h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: #0c2d6b;
}

.availability ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.availability ul li {
    margin: 10px 0;
    font-size: 1rem;
    color: #222;
    padding-left: 28px;
    position: relative;
}

.availability ul li::before {
    content: "✔";
    /* position: absolute; */
    left: 0;
    color: #cd0b0b;
    font-weight: bold;
}



/*=============== AIR CRAFT ICU =================*/

/* .aircraft-icu-section {
  padding: 70px 20px;
  background: #f9f9fb;
} */

.section-title h2 {
    margin-bottom: 15px;
}

.features {
    margin-top: 25px;
    display: grid;
    gap: 15px;
}

.feature-card {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 12px 16px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.feature-card .icon {
    background: #e63946;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 0.9rem;
}

.feature-card p {
    margin: 0;
    font-size: 1rem;
    color: #222;
    font-weight: 500;
}

.image-box img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
    padding: 8px;
}

.image-box img:hover {
    transform: scale(1.03);
}


/*===============WHO WE SERVE =================*/

.serve-list li {
    color: #222;
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 50px;
}

.serve-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #e63946;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 6px;
}

.serve-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 40px;
    width: 2px;
    height: calc(100% - 15px);
    background: #e63946;
}

.serve-image img {
    min-width: 100%;
    height: 330px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    object-fit: cover;
}

.serve-image img:hover {
    transform: scale(1.03);
}

/* service group button css start  */
.theme-btn-outline {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--text-font);
    color: #fff !important;
    text-align: center;
    border-radius: 4px;
    padding: 7px 40px;
    border: 1px solid #ce1810;
    border-width: 1px;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
    background: transparent;
}

.theme-btn-outline:hover:before {
    transform: scaleX(1);
}

.theme-btn-outline:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scaleX(0);
    transform-origin: left center;
    z-index: -1;
    background: #bd0800;
    transition: all 500ms ease;
    color: white !important;
}

.service-btn-group {
    gap: 15px;
}

/* service group button css end  */
/*=======================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: 40px;
    background: rgba(0, 0, 0, 0.75);
    /* darker overlay */
    border-radius: 0 0 15px 15px;
    transition: all 0.4s ease;
    color: #fff;
    /* force text white */
}

.category-block-one:hover .content-box {
    background: rgba(0, 0, 0, 0.85);
    /* even darker on hover */
}

.category-block-one .content-box h2 a {
    color: #fff;
    /* service title visible */
}

.category-block-one .content-box p,
.category-block-one ul li {
    color: #f1f1f1;
    /* softer white for readability */
}


/*======================= 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;
}

@media(max-width: 768px) {
    .process-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .process-wrapper::before {
        display: none;
    }

    .process-block {
        width: 100%;
    }
}





/*==================================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: 18px;
    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: 30px;
}

.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: 18px;
    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;
    }
}

/** funfact-section **/

.funfact-section {
    position: relative;
}

.funfact-section .inner-container {
    position: relative;
    display: block;
    border-radius: 0px 0px 20px 20px;
}

.funfact-block-one .inner-box {
    position: relative;
    display: block;
    padding: 44px 30px 37px 30px;
}

.funfact-block-one .inner-box .count-outer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    line-height: 60px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 600;
    overflow: hidden;
}

.funfact-block-one .inner-box .count-outer .symble {
    position: relative;
    display: inline-block;
    top: -20px;
}

.funfact-block-one .inner-box p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.funfact-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    height: 100%;
    top: 0px;
    right: -15px;
    opacity: 0.30;
}

.funfact-block:last-child .funfact-block-one .inner-box:before {
    display: none;
}


/** funfact-style-two **/

.funfact-style-two {
    position: relative;
}

.funfact-style-two .inner-container {
    position: relative;
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    margin-top: -107px;
}

.funfact-block-two .inner-box {
    position: relative;
    display: block;
    padding: 92px 30px;
}

.funfact-block-two .inner-box:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    height: 60px;
    top: 77px;
    right: -15px;
    opacity: 0.20;
}

.funfact-block:last-child .funfact-block-two .inner-box:before {
    display: none;
}

.funfact-block-two .inner-box .count-outer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-size: 128px;
    line-height: 114px;
    height: 100px;
    font-family: var(--title-font);
    font-weight: 700;
    color: #fff;
    opacity: 0.10;
    overflow: hidden;
}

.funfact-block-two .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
}


/** funfact-style-three **/


.my-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(286px, 0fr));
    gap: 10px;
    margin-bottom: 5px;
    justify-content: center;
}

.funfact-style-three {
    position: relative;
}

.funfact-style-three .inner-container {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.funfact-block-three .inner-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 25px;
    background: #fff;
    border-radius: 12px;
    transition: all 500ms ease;
}

.funfact-block-three .inner-box:hover {
    background: #F5E5E5;
}

.funfact-block-three .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    min-width: 90px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    border-radius: 50%;
    transition: all 500ms ease;
}

.funfact-block-three .inner-box:hover .icon-box {
    background: #fff;
}


.funfact-block-three .inner-box .count-outer {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: 48px;
    line-height: 60px;
    font-family: var(--title-font);
    font-weight: 700;
    justify-content: center;
}



.funfact-block-three .inner-box .count-outer .symble {
    position: relative;
    display: inline-block;
    top: 0px;
    margin-left: 2px;
}

.funfact-block-three .inner-box p {
    font-size: 18px;
    line-height: 26px;
    color: var(--title-color);
}
.inner p{
    text-align: center;
}

.funfact-style-three .pattern-layer {
    position: absolute;
    left: 0px;
    top: -600px;
    right: 0px;
    width: 1274px;
    height: 1478px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    z-index: -1;
}


/** rtl-css **/

.rtl .funfact-block-one .inner-box:before {
    right: inherit;
    left: -15px;
}

.rtl .funfact-block-two .inner-box:before {
    right: inherit;
    left: -15px;
}

/** responsive-css **/

@media only screen and (max-width: 1400px) {
    .funfact-style-three {
        padding: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .funfact-block-three .inner-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .funfact-section.pb_180 {
        padding-bottom: 100px;
    }

    .funfact-style-two {
        padding-bottom: 0px;
    }

    .funfact-section.pb_0 {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 499px) {
    .funfact-block-three .inner-box {
        display: block;
    }

    .funfact-block-three .inner-box .icon-box {
        margin-bottom: 20px;
    }
}

.hero-content p{
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #f5f5f5;
}