/* =========================================================
   HEALTHCARE SEO SERVICES IN NOIDA
   Shira Infotech
   Bootstrap 5 compatible custom CSS
========================================================= */

:root {
    --hc-primary: #0869d9;
    --hc-primary-dark: #0756b5;
    --hc-dark: #071b3a;
    --hc-text: #12233f;
    --hc-muted: #5d6b7f;
    --hc-border: #dce7f1;
    --hc-light: #eef8ff;
    --hc-success: #20ad70;
}

.hc-hero,
.hc-stats,
.hc-services,
.hc-process,
.hc-why,
.hc-testimonial {
    font-family: "Inter", Arial, sans-serif;
}

.hc-hero *,
.hc-stats *,
.hc-services *,
.hc-process *,
.hc-why *,
.hc-testimonial * {
    box-sizing: border-box;
}

.hc-hero {
    min-height: 475px;
    position: relative;
    overflow: hidden;
    background: url('../../webassets/new-img/healthcare.webp');
    background-size: cover;
}

.hc-hero .container {
    position: relative;
    z-index: 2;
}

.hc-hero-content {
    padding: 48px 0 45px;
}

.hc-badge,
.hc-section-label {
    display: inline-block;
    color: var(--hc-primary);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.hc-badge {
    padding: 7px 11px;
    background: #dff2ff;
    border-radius: 6px;
    margin-bottom: 14px;
}

.hc-hero h1 {
    max-width: 640px;
    margin: 0 0 15px;
    color: var(--hc-dark);
    font-size: 39px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -.7px;
}

.hc-hero h1 span {
    display: block;
    color: var(--hc-primary);
}

.hc-hero-description {
    max-width: 560px;
    margin-bottom: 22px;
    color: #213752;
    font-size: 14px;
    line-height: 1.6;
}

.hc-hero-features {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
    margin-bottom: 23px;
}

.hc-hero-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--hc-dark);
    font-size: 11px;
    line-height: 1.35;
}

.hc-feature-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hc-primary);
    background: #e2f3ff;
    font-size: 18px;
}

.hc-hero-feature strong,
.hc-hero-feature span {
    display: block;
}

.hc-hero-feature strong {
    font-size: 11px;
}

.hc-hero-buttons {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
}

.hc-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 20px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none !important;
    transition: .25s ease;
}

.hc-btn-primary {
    color: #fff !important;
    background: var(--hc-primary);
    border: 1px solid var(--hc-primary);
}

.hc-btn-primary:hover {
    color: #fff !important;
    background: var(--hc-primary-dark);
    border-color: var(--hc-primary-dark);
    transform: translateY(-1px);
}

.hc-btn-outline {
    color: var(--hc-primary) !important;
    background: #fff;
    border: 1px solid var(--hc-primary);
}

.hc-btn-outline:hover {
    color: #fff !important;
    background: var(--hc-primary);
}


/* =========================================================
   FORM
========================================================= */

.hc-consultation-card {
    max-width: 310px;
    margin: 34px 0 34px auto;
    padding: 20px 18px;
    background: rgba(255,255,255,.98);
    border-radius: 11px;
    box-shadow: 0 15px 40px rgba(12,65,105,.14);
}

.hc-consultation-card h2 {
    margin: 0 0 5px;
    color: var(--hc-dark);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
}

.hc-consultation-card > p {
    margin: 0 0 11px;
    color: #52647a;
    font-size: 10.5px;
    line-height: 1.5;
}

.hc-input-group {
    position: relative;
    margin-bottom: 7px;
}

.hc-input-group > i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #7890a5;
    font-size: 13px;
}

.hc-input-group .form-control,
.hc-input-group .form-select {
    height: 38px;
    padding: 8px 10px 8px 34px;
    color: #34485f;
    background-color: #fff;
    border: 1px solid #d7e2eb;
    border-radius: 7px;
    box-shadow: none;
    font-size: 10.5px;
}

.hc-input-group .form-control::placeholder {
    color: #8b9bae;
}

.hc-input-group .form-control:focus,
.hc-input-group .form-select:focus {
    border-color: var(--hc-primary);
    box-shadow: 0 0 0 3px rgba(8,105,217,.08);
}

.hc-form-btn {
    width: 100%;
    min-height: 40px;
    margin-top: 2px;
    padding: 9px 12px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: var(--hc-primary);
    font-size: 11px;
    font-weight: 700;
    transition: .25s ease;
}

.hc-form-btn:hover {
    background: var(--hc-primary-dark);
}

.hc-form-note {
    margin-top: 9px;
    text-align: center;
    color: #63758a;
    font-size: 8px;
}


/* =========================================================
   STATS
========================================================= */

.hc-stats {
    background: #f3f8fc;
    border-top: 1px solid #e8eff5;
    border-bottom: 1px solid #e8eff5;
}

.hc-stat {
    min-height: 78px;
    padding: 13px 22px;
    display: flex;
    align-items: center;
    gap: 11px;
    border-right: 1px solid #dbe5ed;
}

.hc-stat-last {
    border-right: 0;
}

.hc-stat-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hc-primary);
    font-size: 30px;
}

.hc-stat strong {
    display: block;
    color: var(--hc-dark);
    font-size: 23px;
    line-height: 1.05;
    font-weight: 800;
}

.hc-stat span {
    display: block;
    margin-top: 3px;
    color: #34465a;
    font-size: 12px;
    line-height: 1.35;
}


/* =========================================================
   COMMON SECTIONS
========================================================= */

.section-padding {
    padding: 64px 0;
}

.hc-section-label {
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 1.7px;
}

.hc-section-title {
    margin: 0 0 8px;
    color: var(--hc-dark);
    font-size: 29px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -.4px;
}

.hc-section-description {
    max-width: 760px;
    margin: 0;
    color: #55677b;
    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   SERVICES
========================================================= */

.hc-services {
    background: #fff;
}

.hc-service-card {
    min-height: 105px;
    height: 100%;
    padding: 15px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #dce7ef;
    border-radius: 9px;
    background: #fff;
    transition: .25s ease;
}

.hc-service-card:hover {
    border-color: #b9d8f2;
    box-shadow: 0 8px 22px rgba(18,76,122,.08);
    transform: translateY(-3px);
}

.hc-service-icon {
    width: 39px;
    height: 39px;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hc-primary);
    background: #eef7ff;
    border-radius: 50%;
    font-size: 19px;
}

.hc-service-card h3 {
    margin: 0;
    color: var(--hc-dark);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}


/* =========================================================
   SPECIALIZED HEALTHCARE
========================================================= */

.hc-specialized {
    height: 100%;
    padding: 20px 20px 17px;
    border-radius: 11px;
    background: linear-gradient(145deg, #eaf7ff, #f6fbff);
}

.hc-specialized-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hc-specialized h3 {
    margin: 0 0 14px;
    color: var(--hc-dark);
    font-size: 18px;
    line-height: 1.18;
    font-weight: 800;
}

.hc-specialized-large-icon {
    color: #0869d9;
    opacity: .7;
    font-size: 44px;
}

.hc-specialized ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hc-specialized li {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 7px;
    color: #223a55;
    font-size: 14px;
    line-height: 1.35;
}

.hc-specialized li i {
    margin-top: 1px;
    color: var(--hc-success);
    font-size: 13px;
}


/* =========================================================
   PROCESS
========================================================= */

.hc-process {
    background: #fff;
    padding-top: 0;
}

.hc-process-image {
    height: 330px;
    overflow: hidden;
    border-radius: 10px;
    background: #edf6fc;
}

.hc-process-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hc-process-content {
    padding-left: 25px;
}

.hc-process-steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 27px;
}

.hc-process-steps::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 29px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: #d6e1ea;
}

.hc-process-step {
    position: relative;
    z-index: 1;
    width: 18%;
    text-align: center;
}

.hc-step-number {
    position: absolute;
    top: -7px;
    left: 50%;
    z-index: 3;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    border-radius: 50%;
    color: #fff;
    background: var(--hc-primary);
    font-size: 9px;
    font-weight: 700;
}

.hc-step-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hc-primary);
    background: #fff;
    border: 1px solid #d4e1eb;
    border-radius: 50%;
    font-size: 23px;
}

.hc-process-step h3 {
    margin: 0;
    color: var(--hc-dark);
    font-size: 10.5px;
    line-height: 1.4;
    font-weight: 700;
}


/* =========================================================
   WHY CHOOSE
========================================================= */

.hc-why {
    padding: 47px 0;
    color: #fff;
    background: #063257;
}

.hc-why h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 25px;
    line-height: 1.18;
    font-weight: 800;
}

.hc-why p {
    max-width: 360px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 10.5px;
    line-height: 1.6;
}

.hc-why-card {
    min-height: 105px;
    height: 100%;
    padding: 14px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;
    background: rgba(255,255,255,.055);
}

.hc-why-card > i {
    margin-bottom: 9px;
    color: #c1e6ff;
    font-size: 25px;
}

.hc-why-card h3 {
    margin: 0;
    color: #fff;
    font-size: 9.5px;
    line-height: 1.45;
    font-weight: 600;
}


/* =========================================================
   TESTIMONIAL
========================================================= */

.hc-testimonial {
    background: #fff;
}

.hc-testimonial-card {
    max-width: 500px;
    padding: 19px;
    border: 1px solid #e1eaf1;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(17,59,91,.05);
}

.hc-client {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 12px;
}

.hc-client-image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    flex: 0 0 50px;
    border-radius: 50%;
    background: #eaf4fb;
}

.hc-client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hc-client strong,
.hc-client span {
    display: block;
}

.hc-client strong {
    color: var(--hc-dark);
    font-size: 11px;
    font-weight: 800;
}

.hc-client span {
    margin-top: 2px;
    color: #718196;
    font-size: 9px;
}

.hc-testimonial-card > p {
    margin: 0 0 8px;
    color: #2d425b;
    font-size: 10.5px;
    line-height: 1.6;
}

.hc-stars {
    color: #f5aa16;
    font-size: 14px;
    letter-spacing: 1px;
}

.hc-dots {
    margin-top: 14px;
    text-align: center;
}

.hc-dots span {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 3px;
    border-radius: 50%;
    background: #ccd8e2;
}

.hc-dots span.active {
    background: var(--hc-primary);
}


/* =========================================================
   FINAL CTA
========================================================= */

.hc-final-cta {
    position: relative;
    min-height: 190px;
    overflow: hidden;
    padding: 27px;
    border-radius: 11px;
    background: linear-gradient(135deg, #edf8ff, #f7fcff);
}

.hc-final-icon {
    margin-bottom: 3px;
    color: var(--hc-primary);
    font-size: 31px;
}

.hc-final-cta h2 {
    margin: 0 0 7px;
    color: var(--hc-dark);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
}

.hc-final-cta p {
    max-width: 420px;
    margin: 0 0 13px;
    color: #56697e;
    font-size: 10.5px;
    line-height: 1.55;
}

.hc-final-note {
    position: absolute;
    top: 26px;
    right: 30px;
    color: var(--hc-primary);
    font-size: 10px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.25;
    transform: rotate(-5deg);
}

.hc-final-decoration {
    position: absolute;
    right: -7px;
    bottom: -27px;
    color: rgba(8,105,217,.09);
    font-size: 135px;
}

/* =========================================================
   HEALTHCARE SEO FAQ
========================================================= */

.hc-faq-section {
    background: #fff;
}

.hc-faq-heading {
    max-width: 820px;
}

.hc-faq-heading .hc-section-title span {
    color: var(--hc-primary);
}

.hc-faq-heading .hc-section-description {
    max-width: 700px;
}

.hc-faq {
    border: 0;
}

.hc-faq .accordion-item {
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #dfe8ef;
    border-radius: 8px !important;
    background: #fff;
}

.hc-faq .accordion-button {
    position: relative;
    padding: 17px 45px 17px 18px;
    color: var(--hc-dark);
    background: #fff;
    box-shadow: none;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
}

.hc-faq .accordion-button:not(.collapsed) {
    color: var(--hc-primary);
    background: #f5faff;
    box-shadow: none;
}

.hc-faq .accordion-button:focus {
    box-shadow: none;
}

.hc-faq .accordion-button::after {
    position: absolute;
    right: 18px;
    width: 12px;
    height: 12px;
    background-size: 12px;
}

.hc-faq .accordion-body {
    padding: 0 45px 18px 18px;
    color: #56677b;
    background: #f5faff;
    font-size: 11px;
    line-height: 1.7;
}


/* FAQ hover */

.hc-faq .accordion-item:hover {
    border-color: #c4dff5;
}


/* Mobile */

@media (max-width: 767px) {

    .hc-faq-section {
        padding: 50px 0;
    }

    .hc-faq .accordion-button {
        padding: 15px 40px 15px 15px;
        font-size: 12px;
    }

    .hc-faq .accordion-body {
        padding: 0 38px 16px 15px;
        font-size: 10.5px;
        line-height: 1.65;
    }

}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .hc-hero h1 {
        font-size: 35px;
    }

    .hc-consultation-card {
        margin-right: 10px;
    }

    .hc-process-content {
        padding-left: 15px;
    }
}


@media (max-width: 991px) {

    .hc-hero {
        min-height: auto;
    }

    .hc-hero-bg {
        background:
            linear-gradient(
                90deg,
                rgba(238,248,255,.97),
                rgba(238,248,255,.84)
            ),
            url("../new-img/healthcare-seo-hero.webp") center / cover no-repeat;
    }

    .hc-hero-content {
        padding: 48px 0 25px;
    }

    .hc-consultation-card {
        max-width: 420px;
        margin: 15px auto 40px;
    }

    .hc-stat {
        border-bottom: 1px solid #dbe5ed;
    }

    .hc-stat:nth-child(2),
    .hc-stat:nth-child(4) {
        border-right: 0;
    }

    .hc-process-image {
        height: 300px;
        margin-bottom: 30px;
    }

    .hc-process-content {
        padding-left: 0;
    }

    .hc-why {
        text-align: center;
    }

    .hc-why p {
        margin-right: auto;
        margin-left: auto;
    }

    .hc-why-card {
        min-height: 100px;
    }
}


@media (max-width: 767px) {

    .section-padding {
        padding: 52px 0;
    }

    .hc-hero-bg {
        background:
            linear-gradient(
                rgba(238,248,255,.94),
                rgba(238,248,255,.96)
            ),
            url("../new-img/healthcare-seo-hero.webp") center / cover no-repeat;
    }

    .hc-hero-content {
        padding: 40px 15px 15px;
    }

    .hc-hero h1 {
        font-size: 31px;
    }

    .hc-hero-description {
        font-size: 13px;
    }

    .hc-hero-features {
        gap: 13px;
    }

    .hc-hero-feature {
        width: 100%;
    }

    .hc-hero-buttons {
        display: block;
    }

    .hc-hero-buttons .hc-btn {
        width: 100%;
        margin-bottom: 9px;
    }

    .hc-consultation-card {
        margin: 10px 15px 38px;
    }

    .hc-section-title {
        font-size: 27px;
    }

    .hc-specialized {
        margin-top: 18px;
    }

    .hc-process-steps {
        flex-wrap: wrap;
        gap: 25px 0;
    }

    .hc-process-steps::before {
        display: none;
    }

    .hc-process-step {
        width: 33.333%;
    }

    .hc-final-note {
        display: none;
    }

    .hc-final-decoration {
        font-size: 105px;
    }
}


@media (max-width: 575px) {

    .hc-hero h1 {
        font-size: 28px;
    }

    .hc-badge {
        font-size: 9px;
    }

    .hc-section-title {
        font-size: 25px;
    }

    .hc-stat {
        border-right: 0 !important;
    }

    .hc-process-step {
        width: 50%;
    }

    .hc-process-image {
        height: 260px;
    }

    .hc-why-card {
        min-height: 95px;
    }

    .hc-final-cta {
        padding: 22px;
    }
}


@media (max-width: 400px) {

    .hc-process-step {
        width: 100%;
    }

    .hc-hero h1 {
        font-size: 26px;
    }
}
