/*
Theme Name: Astra Child
Template: astra
*/


/* .btn:hover {
background: transparent;
}

.btn:hover p {color: var(--Primary-color);}

.btn:hover path {
stroke: var(--Primary-color);
} */
header.sticky .site-header {
    background: #FCFBF5;
}

.pink-text p strong {
    color: var(--e-global-color-728081f);
}

span.elementor-button-icon svg {
    width: 24px;
    height: 20px !important;
}

.border-btn span.elementor-button-icon svg {
    width: 16px;
    height: 14px !important;
}

.top-title span {
    color: var(--e-global-color-1e3c9ce);
    font-weight: 500;
}

.leftside-image {
    transform: translateY(-50%);
    background: radial-gradient(50% 50% at 50% 50%, #F8F7F2 0%, #EAE9E1 100%);

}

.choose-box {
    position: relative;
}

.stateline {
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
}

.full-img>div {
    height: 100%;
}

.slick-slider .slick-track {
    display: flex;
}

.team-slider .slick-slide {
    height: inherit;
    margin: 0 15px;
}

.team-slider .slick-list {
    /*     margin: 0 -15px; */
    padding-right: 200px;
}

.slick-slider button.slick-arrow {
    top: -47px;
    font-size: 0;
    background: var(--e-global-color-1e3c9ce);
    border: none;
    width: 48px;
    height: 48px;
    padding: 5px;
    border-radius: 50px;
}

button.slick-next.slick-arrow {
    right: 0;
}

button.slick-prev.slick-arrow {
    left: unset;
    right: 60px;
}

.slick-slider .slick-arrow::before {
    font-size: 0;
    background: url('/wp-content/uploads/2026/07/arrow.svg');
    width: 18px;
    height: 14px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 1;
    top: 17px;
    left: 17px;
}

.slick-slider .slick-prev.slick-arrow:before {
    transform: rotate(180deg);
    left: 14px;
}

a.elementor-icon.elementor-social-icon.elementor-social-icon-instagram {
    background: #C13584;
}

a.elementor-icon.elementor-social-icon.elementor-social-icon-facebook-f {
    background: #1877F2;
}

span.e-n-accordion-item-title-icon {
    background: #FFFCE9;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    display: inline-flex;
    flex: 0 0 42px;
    justify-content: center;
    align-items: center;
}

form .forminator-field .forminator-input,
form .forminator-field .forminator-textarea {
    border: 1px solid #3333331A !important;
    height: auto !important;
    border-radius: 8px !important;
    padding: 12.5px 16px !important;
    color: #33333380 !important;
}

button.forminator-button.forminator-button-submit {
    padding: 15px 28px !important;
    width: 100% !important;
    border-radius: 8px !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'DM Sans' !important;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-description {
    display: none !important;
}

.forminator-row {
    margin-bottom: 16px !important;
}

.forminator-row.forminator-row-last {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}

.choose-item-text:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: -10px;
    background: #fff;
    transform: translateY(-50%);
    border: none;
}

.choose-item-text {
    position: relative;
}

.choose-item-text:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: var(--e-global-color-1e3c9ce);
    top: 50%;
    left: -5px;
    z-index: 11;
    transform: translateY(-50%);
}

.team-slider .slick-slide>div {
    height: 100%;
}

/* Puneet */

.vhc-listing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
    padding: 48px 0 72px;
}

.vhc-listing-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: var(--e-global-color-e2150a5);
    border-radius: 18px;
    overflow: hidden;
    transition: .25s;
    box-shadow: 0 2px 10px rgba(35, 56, 41, .06);
}

.vhc-listing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(35, 56, 41, .14);
}

.vhc-listing-card-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
    display: block;
    max-height: 280px;
}

.vhc-listing-card-body {
    padding: 22px 22px 26px;
    text-align: center;
}

.vhc-listing-card-tag {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 14px;
    font-weight: 500;
    color: var(--e-global-color-1e3c9ce);
}

.vhc-listing-card h3 {
    margin: 0 0 6px;
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 24px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: 1.2;
    color: var(--e-global-color-primary);
}

.vhc-listing-card-tagline {
    margin: 0 0 16px;
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 15px;
    font-style: italic;
    line-height: 1.4;
    color: var(--e-global-color-text);
}

.vhc-listing-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--e-global-typography-accent-font-family);
    font-size: 14px;
    font-weight: 600;
    color: var(--e-global-color-primary);
}

.vhc-listing-card-cta::after {
    content: "→";
    transition: .2s;
}

.vhc-listing-card:hover .vhc-listing-card-cta::after {
    transform: translateX(4px);
}

/* Empty */

.vhc-empty-state {
    text-align: center;
    padding: 60px 0 90px;
    color: var(--e-global-color-text);
}

/* Pagination */

.vhc-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-bottom: 72px;
    font-family: var(--e-global-typography-accent-font-family);
}

.vhc-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    text-decoration: none;
}

.vhc-pagination .page-numbers.current,
.vhc-pagination .page-numbers:hover {
    background: var(--e-global-color-primary);
    color: var(--e-global-color-e2150a5);
}

.vhc-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.vhc-filter-left select {
    min-width: 280px;
    height: 48px;
    padding: 0 18px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 8px;
    background: #fff;
    font-family: var(--e-global-typography-text-font-family);
    color: var(--e-global-color-text);
}

.vhc-filter-right {
    font-weight: 600;
    color: var(--e-global-color-primary);
}

.symptoms-slider .slick-slide {
    height: inherit;
    margin: 0 15px;
}

.symptoms-slider .slick-slide>div {
    height: 100%;
    padding-bottom: 14px;
}

/* =========================================
   VHC LOCATION MAP
========================================= */

.vhc-location-map {
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
    background: #eee;
}

.vhc-map-canvas {
    width: 100%;
    height: 100%;
}

/* Location Card */

.vhc-location-card {
    position: absolute;
    z-index: 999;
    top: 28px;
    right: 28px;
    width: 300px;
    padding: 26px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(35, 56, 41, 0.14);
}

/* Green Location Icon */

.vhc-location-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: #edf6e8;
    color: var(--e-global-color-1e3c9ce);
}

.vhc-location-icon span {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid var(--e-global-color-1e3c9ce);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    font-size: 0;
}

.vhc-location-icon span::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--e-global-color-1e3c9ce);
    border-radius: 50%;
    top: 5px;
    left: 5px;
}

/* Label */

.vhc-location-label {
    margin-bottom: 7px;
    font-family: var(--e-global-typography-text-font-family);
    font-size: 12px;
    line-height: 1.4;
    color: #666;
}

/* Business Name */

.vhc-location-card h3 {
    margin: 0 0 10px;
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 21px;
    line-height: 1.25;
    font-weight: 600;
    color: var(--e-global-color-primary);
}

/* Address */

.vhc-location-card p {
    margin: 0;
    font-family: var(--e-global-typography-text-font-family);
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* Divider */

.vhc-location-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background: #eeeeee;
}

/* Directions Button */

.vhc-direction-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 46px;
    padding: 12px 18px;
    box-sizing: border-box;

    border-radius: 7px;

    background: var(--e-global-color-1e3c9ce);
    color: #fff !important;

    font-family: var(--e-global-typography-accent-font-family);
    font-size: 13px;
    font-weight: 600;

    text-decoration: none !important;

    transition: all .25s ease;
}

.vhc-direction-btn:hover {
    background: var(--e-global-color-primary);
    color: #fff !important;
}

.vhc-direction-btn span {
    font-size: 17px;
    line-height: 1;
    transition: transform .2s ease;
}

.vhc-direction-btn:hover span {
    transform: translateX(4px);
}


/* Leaflet */

.vhc-location-map .leaflet-control-attribution {
    font-size: 9px;
}

.vhc-location-map .leaflet-control-zoom a {
    color: #333;
}

ul.sub-menu {
    height: 70vh;
    overflow: auto;
}

svg.e-font-icon-svg.e-fab-whatsapp {
    fill: #fff;
}

#ast-scroll-top {
    background-color: var(--e-global-color-1e3c9ce) !important;
}

.vhc-listing-grid-slider.slick-initialized .slick-slide {
    display: block;
    padding: 0 8px;
}

.care-path-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #ffffff00 !important;
}

.care-path-row .path-arrow {
    position: relative;
    flex: 0 0 20px;
    width: 60px;
    min-height: 20px;
    height: 20px;
    padding: 0;
    margin: 0 5px;
    align-self: center;
    background: transparent !important;
}

/* Line */
.care-path-row .path-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 1px;
    background: #b8b88a;
    transform: translateY(-50%);
}

/* Arrow head */
.care-path-row .path-arrow::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #b8b88a;
    border-right: 1px solid #b8b88a;
    transform: translateY(-50%) rotate(45deg);
}

.path-arrow {

    box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 0%) !important;

}


@media(max-width:1200px) {
    .vhc-listing-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
}

@media(max-width:1140px) {
    .stateline {
        width: 42%;
    }
}

@media(max-width: 1024px) {
    .hfe-nav-menu__toggle.elementor-clickable {
        margin-left: 0 !important;
    }

    .hfe-nav-menu__toggle {
        width: 40px;
    }

    nav.hfe-nav-menu__submenu-arrow.hfe-dropdown {
        display: none;
    }

    nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
        display: block;
        left: unset !important;
        right: -15px;
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
        border: none;
    }

    .team-slider .slick-slide {
        margin: 0 10px;
    }

    .team-slider .slick-list {
        padding-right: 100px;
    }

    .symptoms-slider .slick-slide {
        margin: 0 10px;
    }

    .symptoms-slider .slick-list {
        padding-right: 100px;
    }

    .vhc-listing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .vhc-listing-card-img {
        height: 240px;
        max-height: 240px;
    }

    .slick-slider button.slick-arrow {
        width: 40px;
        height: 40px;
    }

    .slick-slider .slick-arrow::before {
        width: 14px;
        height: 12px;
        top: 14px;
        left: 13px;
    }

    .slick-slider .slick-prev.slick-arrow:before {
        left: 12px;
    }

    button.slick-prev.slick-arrow {
        right: 50px;
    }
}


@media (max-width: 1200px) and (min-width: 767px) {
    .glp-health-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .glp-health-cards>.e-con {
        width: calc(25% - 15px);
        min-width: 0;
    }

    .care-path-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .care-path-row .path-arrow {
        display: none;
    }

    .care-path-row>.e-con {
        width: 100%;
        min-width: 0;
        width: calc(25% - 15px);
    }
}


@media(min-width:768px) {
    .banner-right-img {
        margin-right: calc(-50vw + 50%) !important;
    }

}

@media(max-width:767px) {
    span.elementor-button-icon svg {
        width: 20px;
        height: 18px !important;
    }

    span.e-n-accordion-item-title-icon {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
    }

    form .forminator-field .forminator-input,
    form .forminator-field .forminator-textarea {
        font-size: 14px !important;
    }

    button.forminator-button.forminator-button-submit {
        padding: 12px 24px !important;
        font-size: 14px !important;
    }

    .vhc-listing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .vhc-listing-card-body {
        padding: 16px;
    }

    .vhc-listing-card-img {
        height: 220px;
        max-height: 220px;
    }

    .vhc-listing-card h3 {
        font-size: 20px;
    }

    .vhc-filter-left {
        width: 100%;
    }

    .vhc-filter-right {
        display: none;
    }

    ul.slick-dots {
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 16px 0 0;
        position: static;
    }

    ul.slick-dots li button {
        font-size: 0 !important;
        background: transparent !important;
        border: none !important;
        width: 32px;
        height: 32px;
        position: relative;
        min-width: min-content;
        padding: 0;
        box-shadow: unset;
    }

    ul.slick-dots li button:before {
        content: '';
        position: absolute;
        border-radius: 18px;
        width: 18px;
        height: 18px;
        padding: 0;
        background: transparent;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        opacity: 0.4;
        border: 2px solid var(--e-global-color-1e3c9ce);
    }

    ul.slick-dots li.slick-active button::before {
        opacity: 1;
        background: var(--e-global-color-1e3c9ce);
    }


    .vhc-location-map {
        height: 560px;
        border-radius: 16px;
    }

    .vhc-location-card {
        top: auto;
        right: 15px;
        bottom: 15px;
        left: 15px;
        width: auto;
        padding: 22px;
    }

    .vhc-location-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 14px;
    }

    .vhc-location-card h3 {
        font-size: 19px;
    }

    .glp-health-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .glp-health-cards>.e-con {
        width: calc(50% - 15px);
        min-width: 0;
    }

    .care-path-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .care-path-row .path-arrow {
        display: none;
    }

    .care-path-row>.e-con {
        width: 100%;
        min-width: 0;
        width: calc(50% - 15px);
    }
}

@media(max-width:600px) {
    .vhc-listing-grid {
        grid-template-columns: 1fr;
    }

    .vhc-listing-card-img {
        height: 260px;
        max-height: 260px;
    }

    .slick-slider button.slick-arrow {
        top: -92px;
    }
}