
/* =========================================================
   HELCU HOME PAGE
   PREMIUM WHITE CARD DESIGN
   MOBILE FIRST

   0px → 767.98px
========================================================= */


/* =====================================================
   PAGE
===================================================== */

.hc-home-page {

    width: 100%;

    padding: 14px;

    color: #172033;

}


/* =====================================================
   COMMON CARD
===================================================== */

.hc-home-hero,
.hc-home-section,
.hc-home-cta {

    width: 100%;

    max-width: 1200px;

    margin-left: auto;
    margin-right: auto;

    background: #FFFFFF;

    border: 1px solid #E7EBF1;

    border-radius: 16px;

    box-shadow:
        0 4px 18px rgba(23, 32, 51, 0.06);

}


/* =====================================================
   HERO
===================================================== */

.hc-home-hero {

    padding: 38px 18px 30px;

}


.hc-home-hero-content {

    width: 100%;

    max-width: 1040px;

    margin: 0 auto;

    text-align: center;

}


.hc-home-hero-eyebrow {

    display: inline-block;

    margin-bottom: 11px;

    color: #20B2AA;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.6px;

    line-height: 1.4;

}


.hc-home-hero h1 {

    margin: 0;

    color: #172033;

    font-size: 32px;

    font-weight: 700;

    line-height: 1.17;

}


.hc-home-hero h1 span {

    display: block;

    color: #20B2AA;

}


.hc-home-hero p {

    max-width: 720px;

    margin: 15px auto 0;

    color: #64748B;

    font-size: 13px;

    line-height: 1.7;

}


/* =====================================================
   SEARCH CARD
===================================================== */

.hc-home-search-card {

    width: 100%;

    max-width: 1040px;

    margin: 28px auto 0;

    padding: 18px;

    border: 1px solid #E7EBF1;

    border-radius: 12px;

    background: #FFFFFF;

    text-align: left;

    box-shadow:
        0 3px 14px rgba(23, 32, 51, 0.04);

}


/* =====================================================
   SEARCH HEADING
===================================================== */

.hc-home-search-heading {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 17px;

}


.hc-home-search-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 38px;

    height: 38px;

    flex: 0 0 38px;

    border: 1px solid #DCEFED;

    border-radius: 9px;

    background: #EAF6F4;

    font-size: 17px;

}


.hc-home-search-heading strong {

    display: block;

    color: #172033;

    font-size: 14px;

    font-weight: 700;

    line-height: 1.3;

}


.hc-home-search-heading small {

    display: block;

    margin-top: 3px;

    color: #64748B;

    font-size: 11px;

    line-height: 1.4;

}


/* =====================================================
   SEARCH FORM INNER CARD
===================================================== */

.hc-home-search-form-card {

    width: 100%;

    margin-top: 18px;

    padding: 18px;

    border: 1px solid #A9D8DA;

    border-radius: 10px;

    background: #BFE3E5;

}


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

.hc-home-search-form {

    display: flex;

    flex-direction: column;

    gap: 13px;

}


/* =====================================================
   SEARCH FIELD
===================================================== */

.hc-home-search-field {

    position: relative;

    width: 100%;

}


/* =====================================================
   SEARCH FIELD LABEL
===================================================== */

.hc-home-search-field label {

    display: block;

    margin-bottom: 6px;

    color: #172033;

    font-size: 11px;

    font-weight: 600;

    line-height: 1.4;

}


/* =====================================================
   CATEGORY SEARCH
===================================================== */

.hc-home-category-search {

    position: relative;

    width: 100%;

}


/* =====================================================
   SUB CATEGORY SEARCH
===================================================== */

.hc-home-subcategory-search {

    position: relative;

    width: 100%;

}


/* =====================================================
   DOCTOR SPECIALIZATION SEARCH
===================================================== */

.hc-home-specialization-field {

    position: relative;

    width: 100%;

}


.hc-home-specialization-search {

    position: relative;

    width: 100%;

}


/* =====================================================
   LOCATION SEARCH
===================================================== */

.hc-home-location-search {

    position: relative;

    width: 100%;

}


/* =====================================================
   SEARCH INPUT
===================================================== */

.hc-home-search-input {

    display: block;

    width: 100%;

    height: 45px;

    padding: 0 12px;

    border: 1px solid #D5E1E2;

    border-radius: 8px;

    outline: none;

    background: #FFFFFF;

    color: #172033;

    font-family: inherit;

    font-size: 12px;

    font-weight: 500;

    line-height: 45px;

    box-shadow: none;

    transition:
        border-color 0.20s ease,
        box-shadow 0.20s ease,
        background-color 0.20s ease;

}


.hc-home-search-input::placeholder {

    color: #94A3B8;

    opacity: 1;

}


.hc-home-search-input:hover {

    border-color: #B8CDD0;

}


.hc-home-search-input:focus {

    border-color: #20B2AA;

    box-shadow:
        0 0 0 3px rgba(32, 178, 170, 0.10);

}


/* =====================================================
   HIDDEN SEARCH FIELD
===================================================== */

.hc-home-specialization-field[hidden] {

    display: none;

}


/* =====================================================
   COMMON SUGGESTION LIST
===================================================== */

.hc-home-suggestion-list {

    position: absolute;

    top: calc(100% + 6px);

    left: 0;

    width: 100%;

    max-height: 240px;

    overflow-y: auto;

    padding: 0;

    background: #FFFFFF;

    border: 1px solid #E5E7EB;

    border-radius: 12px;

    box-shadow:
        0 12px 30px rgba(15, 23, 42, 0.10);

    z-index: 1000;

    display: none;

}


/* =====================================================
   SUGGESTION ITEM
===================================================== */

.hc-home-suggestion-item {

    display: flex;

    align-items: center;

    gap: 10px;

    width: 100%;

    padding: 11px 13px;

    background: #FFFFFF;

    color: #374151;

    cursor: pointer;

    font-size: 13px;

    font-weight: 400;

    line-height: 1.4;

    text-align: left;

    transition:
        background-color 0.20s ease,
        color 0.20s ease;

}


/* =====================================================
   SUGGESTION ICON
===================================================== */

.hc-home-suggestion-item i {

    flex-shrink: 0;

    width: 16px;

    text-align: center;

    font-size: 14px;

    color: #0A9396;

}


/* =====================================================
   SUGGESTION TEXT
===================================================== */

.hc-home-suggestion-item span {

    min-width: 0;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}


/* =====================================================
   SUGGESTION HOVER
===================================================== */

.hc-home-suggestion-item:hover {

    background: #F0FDFA;

    color: #087C7F;

}


/* =====================================================
   SUGGESTION EMPTY
===================================================== */

.hc-home-suggestion-empty {

    padding: 11px 13px;

    background: #FFFFFF;

    color: #94A3B8;

    font-size: 12px;

    line-height: 1.5;

    text-align: center;

}


/* =====================================================
   SUGGESTION SCROLLBAR
===================================================== */

.hc-home-suggestion-list::-webkit-scrollbar {

    width: 5px;

}


.hc-home-suggestion-list::-webkit-scrollbar-thumb {

    background: #CBD5E1;

    border-radius: 10px;

}


.hc-home-suggestion-list::-webkit-scrollbar-track {

    background: transparent;

}


/* =====================================================
   SEARCH BUTTON
===================================================== */

.hc-home-search-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    min-height: 45px;

    padding: 0 18px;

    border: 1px solid #20B2AA;

    border-radius: 8px;

    background: #20B2AA;

    color: #FFFFFF;

    font-family: inherit;

    font-size: 12px;

    font-weight: 700;

    line-height: 1;

    cursor: pointer;

    transition:
        background-color 0.20s ease,
        border-color 0.20s ease,
        transform 0.20s ease,
        box-shadow 0.20s ease;

}


.hc-home-search-button i {

    margin-right: 6px;

    font-size: 12px;

}


.hc-home-search-button:hover {

    border-color: #189D96;

    background: #189D96;

    box-shadow:
        0 4px 10px rgba(32, 178, 170, 0.16);

}


.hc-home-search-button:active {

    transform: translateY(1px);

}


/* =====================================================
   SEARCH BOTTOM CARD
===================================================== */

.hc-home-search-bottom-card {

    width: 100%;

    margin-top: 16px;

    min-height: 120px;

    padding: 20px;

    border: 1px solid #A9D8DA;

    border-radius: 10px;

    background: #BFE3E5;

    box-shadow:
        0 3px 14px rgba(23, 32, 51, 0.04);

}


/* =====================================================
   SEARCH BOTTOM CARD CONTENT
===================================================== */

.hc-home-search-bottom-content {

    width: 100%;

    max-width: 760px;

    margin: 0 auto;

    text-align: center;

}


.hc-home-search-bottom-eyebrow {

    display: inline-block;

    margin-bottom: 7px;

    color: #168F89;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.5px;

    line-height: 1.4;

}


.hc-home-search-bottom-content h2 {

    margin: 0;

    color: #172033;

    font-size: 21px;

    font-weight: 700;

    line-height: 1.25;

}


.hc-home-search-bottom-content p {

    max-width: 620px;

    margin: 9px auto 0;

    color: #526477;

    font-size: 11px;

    line-height: 1.65;

}


/* =====================================================
   QUICK LINKS
===================================================== */

.hc-home-quick-links {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

    gap: 7px 12px;

    margin-top: 17px;

    font-size: 11px;

}


.hc-home-quick-links > span {

    color: #64748B;

    font-weight: 600;

}


.hc-home-quick-links a {

    color: #20B2AA;

    font-weight: 600;

    text-decoration: none;

    transition: color 0.20s ease;

}


.hc-home-quick-links a:hover {

    color: #172033;

}


/* =====================================================
   COMMON SECTION
===================================================== */

.hc-home-section {

    margin-top: 14px;

    padding: 38px 18px;

}


/* =====================================================
   SECTION HEADING
===================================================== */

.hc-home-section-heading {

    max-width: 760px;

    margin: 0 auto 27px;

    text-align: center;

}


.hc-home-eyebrow {

    display: inline-block;

    margin-bottom: 8px;

    color: #20B2AA;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.6px;

    line-height: 1.4;

}


.hc-home-section-heading h2 {

    margin: 0;

    color: #172033;

    font-size: 24px;

    font-weight: 700;

    line-height: 1.25;

}


.hc-home-section-heading p {

    max-width: 650px;

    margin: 11px auto 0;

    color: #64748B;

    font-size: 12px;

    line-height: 1.7;

}


/* =====================================================
   SERVICE GRID
===================================================== */

.hc-home-service-grid {

    display: grid;

    grid-template-columns: 1fr;

    gap: 11px;

    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

}


/* =====================================================
   SERVICE CARD
===================================================== */

.hc-home-service-card {

    display: grid;

    grid-template-columns:
        auto
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 12px;

    min-height: 88px;

    padding: 14px;

    border: 1px solid #E7EBF1;

    border-radius: 10px;

    background: #FFFFFF;

    color: #172033;

    text-decoration: none;

    transition:
        border-color 0.20s ease,
        box-shadow 0.20s ease,
        transform 0.20s ease;

}


.hc-home-service-card:hover {

    border-color: #48D1CC;

    box-shadow:
        0 5px 15px rgba(23, 32, 51, 0.06);

    transform: translateY(-2px);

}


.hc-home-service-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 43px;

    height: 43px;

    flex: 0 0 43px;

    border: 1px solid #DCEFED;

    border-radius: 9px;

    background: #EAF6F4;

    font-size: 19px;

}


.hc-home-service-content {

    min-width: 0;

}


.hc-home-service-content h3 {

    margin: 0;

    color: #172033;

    font-size: 13px;

    font-weight: 700;

    line-height: 1.3;

}


.hc-home-service-content p {

    margin: 5px 0 0;

    color: #64748B;

    font-size: 10px;

    line-height: 1.55;

}


.hc-home-service-arrow {

    color: #20B2AA;

    font-size: 18px;

    font-weight: 600;

    line-height: 1;

    transition:
        transform 0.20s ease;

}


.hc-home-service-card:hover
.hc-home-service-arrow {

    transform: translateX(2px);

}


.hc-home-service-emergency {

    border-color: #E7EBF1;

}


/* =====================================================
   STATISTICS
===================================================== */

.hc-home-stats-section {

    padding-top: 30px;

    padding-bottom: 30px;

}


.hc-home-stats-container {

    display: grid;

    grid-template-columns: 1fr;

    gap: 24px;

    width: 100%;

    max-width: 900px;

    margin: 0 auto;

}


.hc-home-stat-card {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

}


.hc-home-stat-icon {

    margin-bottom: 5px;

    font-size: 19px;

}


.hc-home-stat-card strong {

    color: #172033;

    font-size: 27px;

    font-weight: 700;

    line-height: 1.2;

}


.hc-home-stat-card > span:last-child {

    margin-top: 5px;

    color: #64748B;

    font-size: 10px;

    line-height: 1.4;

}


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

.hc-home-cta {

    margin-top: 14px;

    padding: 42px 18px 46px;

    text-align: center;

}


.hc-home-cta-content {

    width: 100%;

    max-width: 720px;

    margin: 0 auto;

}


.hc-home-cta-content h2 {

    margin: 0;

    color: #172033;

    font-size: 27px;

    font-weight: 700;

    line-height: 1.2;

}


.hc-home-cta-content p {

    max-width: 600px;

    margin: 11px auto 0;

    color: #64748B;

    font-size: 12px;

    line-height: 1.7;

}


.hc-home-cta-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 44px;

    margin-top: 20px;

    padding: 0 20px;

    border: 1px solid #20B2AA;

    border-radius: 8px;

    background: #20B2AA;

    color: #FFFFFF;

    font-size: 11px;

    font-weight: 700;

    text-decoration: none;

    transition:
        background-color 0.20s ease,
        border-color 0.20s ease,
        transform 0.20s ease;

}


.hc-home-cta-button:hover {

    border-color: #189D96;

    background: #189D96;

    color: #FFFFFF;

}


.hc-home-cta-button:active {

    transform: translateY(1px);

}


.hc-home-cta-button span {

    margin-left: 7px;

}


/* =========================================================
   TABLET

   768px → 1199.98px
========================================================= */

@media (min-width: 768px) {


    /* =================================================
       PAGE
    ================================================= */

    .hc-home-page {

        padding: 22px;

    }


    /* =================================================
       COMMON CARD
    ================================================= */

    .hc-home-hero,
    .hc-home-section,
    .hc-home-cta {

        border-radius: 18px;

    }


    /* =================================================
       HERO
    ================================================= */

    .hc-home-hero {

        padding: 58px 38px 46px;

    }


    .hc-home-hero h1 {

        font-size: 45px;

    }


    .hc-home-hero p {

        font-size: 14px;

    }


    /* =================================================
       SEARCH CARD
    ================================================= */

    .hc-home-search-card {

        padding: 23px;

    }


    .hc-home-search-form-card {

        margin-top: 20px;

        padding: 23px;

        border-radius: 12px;

    }


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

    .hc-home-search-form {

        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 13px;

    }


    /* =================================================
       SEARCH INPUT
    ================================================= */

    .hc-home-search-input {

        height: 45px;

    }


    /* =================================================
       SEARCH BUTTON
    ================================================= */

    .hc-home-search-button {

        width: 100%;

    }


    /* =================================================
       SEARCH BOTTOM CARD
    ================================================= */

    .hc-home-search-bottom-card {

        margin-top: 18px;

        min-height: 140px;

        padding: 24px;

        border-radius: 12px;

    }


    .hc-home-search-bottom-content h2 {

        font-size: 25px;

    }


    .hc-home-search-bottom-content p {

        font-size: 12px;

    }


    /* =================================================
       COMMON SECTION
    ================================================= */

    .hc-home-section {

        margin-top: 18px;

        padding: 52px 38px;

    }


    /* =================================================
       SECTION HEADING
    ================================================= */

    .hc-home-section-heading {

        margin-bottom: 34px;

    }


    .hc-home-section-heading h2 {

        font-size: 30px;

    }


    .hc-home-section-heading p {

        font-size: 13px;

    }


    /* =================================================
       SERVICE GRID
    ================================================= */

    .hc-home-service-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 14px;

    }


    .hc-home-service-card {

        min-height: 98px;

        padding: 16px;

    }


    .hc-home-service-icon {

        width: 45px;

        height: 45px;

        flex-basis: 45px;

    }


    .hc-home-service-content h3 {

        font-size: 14px;

    }


    .hc-home-service-content p {

        font-size: 11px;

    }


    /* =================================================
       STATISTICS
    ================================================= */

    .hc-home-stats-section {

        padding-top: 38px;

        padding-bottom: 38px;

    }


    .hc-home-stats-container {

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 20px;

    }


    .hc-home-stat-card strong {

        font-size: 29px;

    }


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

    .hc-home-cta {

        margin-top: 18px;

        padding: 60px 38px 66px;

    }


    .hc-home-cta-content h2 {

        font-size: 36px;

    }


    .hc-home-cta-content p {

        font-size: 13px;

    }

}


/* =========================================================
   DESKTOP

   1200px+
========================================================= */

@media (min-width: 1200px) {


    /* =================================================
       PAGE
    ================================================= */

    .hc-home-page {

        padding: 28px;

    }


    /* =================================================
       COMMON CARD
    ================================================= */

    .hc-home-hero,
    .hc-home-section,
    .hc-home-cta {

        border-radius: 20px;

        box-shadow:
            0 5px 22px rgba(23, 32, 51, 0.06);

    }


    /* =================================================
       HERO
    ================================================= */

    .hc-home-hero {

        padding: 72px 50px 58px;

    }


    .hc-home-hero h1 {

        font-size: 56px;

    }


    .hc-home-hero p {

        max-width: 760px;

        margin-top: 18px;

        font-size: 15px;

    }


    /* =================================================
       SEARCH CARD
    ================================================= */

    .hc-home-search-card {

        max-width: 1040px;

        margin-top: 34px;

        padding: 25px;

    }


    .hc-home-search-form-card {

        margin-top: 22px;

        padding: 25px;

        border-radius: 14px;

    }


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

    .hc-home-search-form {

        display: grid;

        grid-template-columns:
            repeat(4, minmax(0, 1fr));

        align-items: end;

        gap: 14px;

    }


    /* =================================================
       SEARCH BUTTON
    ================================================= */

    .hc-home-search-button {

        width: auto;

        min-width: 130px;

    }


    /* =================================================
       SEARCH BOTTOM CARD
    ================================================= */

    .hc-home-search-bottom-card {

        margin-top: 20px;

        min-height: 160px;

        padding: 28px;

        border-radius: 14px;

    }


    .hc-home-search-bottom-content h2 {

        font-size: 29px;

    }


    .hc-home-search-bottom-content p {

        margin-top: 11px;

        font-size: 13px;

    }


    /* =================================================
       COMMON SECTION
    ================================================= */

    .hc-home-section {

        margin-top: 22px;

        padding: 70px 50px;

    }


    /* =================================================
       SECTION HEADING
    ================================================= */

    .hc-home-section-heading {

        margin-bottom: 38px;

    }


    .hc-home-section-heading h2 {

        font-size: 35px;

    }


    .hc-home-section-heading p {

        font-size: 14px;

    }


    /* =================================================
       SERVICE GRID
    ================================================= */

    .hc-home-service-grid {

        max-width: 1120px;

        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 17px;

    }


    .hc-home-service-card {

        min-height: 108px;

        padding: 18px;

    }


    .hc-home-service-icon {

        width: 47px;

        height: 47px;

        flex-basis: 47px;

        font-size: 20px;

    }


    .hc-home-service-content h3 {

        font-size: 15px;

    }


    .hc-home-service-content p {

        font-size: 11px;

    }


    /* =================================================
       STATISTICS
    ================================================= */

    .hc-home-stats-section {

        padding-top: 46px;

        padding-bottom: 46px;

    }


    .hc-home-stats-container {

        max-width: 1000px;

    }


    .hc-home-stat-card strong {

        font-size: 31px;

    }


    .hc-home-stat-card > span:last-child {

        font-size: 12px;

    }


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

    .hc-home-cta {

        margin-top: 22px;

        padding: 78px 50px 88px;

    }


    .hc-home-cta-content h2 {

        font-size: 45px;

    }


    .hc-home-cta-content p {

        font-size: 14px;

    }


    .hc-home-cta-button {

        min-height: 47px;

        padding: 0 23px;

        font-size: 12px;

    }

}

