:root {
    --page-primary-bg: #1738BE;
    --page-secondary-bg: #FDFAFA;
    --page-fade: #F8F8F8;
    --text-theme: #1E1E1E;
    --text-grey: #58606A;
}

.page-primary {
    background: var(--page-primary-bg);
}

.page-secondary {
    background: var(--page-secondary-bg);
}

.page-fade {
    background-color: var(--page-fade);
}

.text-theme {
    color: var(--text-theme);
}

.text-grey {
    color: var(--text-grey);
}

.highlight {
    color: var(--page-primary-bg) !important;
}

.button-primary {
    color: var(--white-color);
    background-color: #EE344E !important;
    font-weight: 600 !important;
    white-space: nowrap;
}

.button-primary:hover {
    color: var(--white-color) !important;
    background-color: #EE344E !important;
}

.button svg {
    animation: pulso-effect 2s infinite;
    border-radius: 100px;
}

.sections-wrapper .text-white {
    color: var(--white-color) !important;
}

.z-1 {
    z-index: 1;
    position: relative;
}

.mb-70 {
    margin-bottom: 70px;
}

@keyframes pulso-effect {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

h1,h2,h3,h4,h5,h6 {
    color: #072637 !important;
}

.section-wrapper h1,
.section-wrapper .h1 {
    font-family: 'Gilroy' !important;
}

.section-wrapper h2,
.section-wrapper .h2 {
    font-family: 'Gilroy' !important;
}

.section-wrapper h3,
.section-wrapper .h3 {
    font-family: 'Gilroy' !important;
}

.section-wrapper h4,
.section-wrapper .h4 {
    font-family: 'Gilroy' !important;
}

.section-wrapper h5,
.section-wrapper .h5 {
    font-family: 'Gilroy' !important;
}

.section-wrapper h6,
.section-wrapper .h6 {
    font-family: 'Gilroy' !important;
}

p {
    font-family: 'Gilroy' !important;
}

.section-wrapper .w-normal {
    font-weight: 400 !important;
}

/* Hero Block */

.hero-intro {
    background-image: url(../images/cardiology-images/banner-intro.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 120px 0 !important;
}

/* Counter Block */

.counter-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

.counter-block {
    width: 100%;
    height: 100%;
    background-color: #D1E9FF;
    border-radius: 10px;
    padding: 20px 20px;
}

.counter-wrapper .counter-block:nth-child(2) {
    background-color: #EFFFF8;
}

.counter-wrapper .counter-block:nth-child(3) {
    background-color: #FFF4F9;
}

.counter-wrapper .counter-block:nth-child(4) {
    background-color: #F6FAFF;
}

.counter-block h2 {
    font-size: clamp(2.5rem, 6vw, 3.2rem);
    color: var(--text-theme) !important;
}

.counter-block img {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0 0;
    width: 100%;
    max-width: 60px;
    margin-left: auto;
}

/* Service Block */

.strategy-slider {
    padding: 20px 0 !important;
}

.service--block {
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    border-radius: 20px;
    transition: all 0.3s;
    background-color: var(--white-color);
    box-shadow: 0px 10px 30px 0px #164BAD14;
    border-bottom: 10px solid transparent;
}

.service--icon {
    background-color: var(--page-primary-bg);
    width: 70px;
    min-width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service--block.hovered {
    border: 1px solid #B3B3B3;
    box-shadow: unset;
}
.service--block.hovered .service--icon img {
    filter: invert() brightness(6);
}

.service--block.hovered:hover {
    background-color: var(--page-primary-bg);
}

.service--block.hovered:hover h4,
.service--block.hovered:hover p {
    color: var(--white-color) !important;
}

.service--block.hovered:hover .service--icon {
    background-color: var(--white-color);
}

.service--block.hovered:hover .service--icon img {
    filter: unset;
}

.service--block:hover {
    border-color: var(--page-primary-bg);
}

/* Table Block */

.inner-pricing-section table tr th {
    border-bottom: 1px solid #d5d5d580;
    border-right: 1px solid #d5d5d580;
    text-align: center;
    height: 120px;
    padding: 10px;
    font-size: 18px;
    color: var(--white-color);
}

.inner-pricing-section table tr th span {
    width: 100%;
    display: inline-block;
    font-weight: 300;
}

tbody tr td:first-child {
    background-color: #F5FFFE;
    font-weight: 600;
    font-size: 18px !important;
    color: #1C1B21 !important;
}

.flex-featured {
    display: flex;
    align-items: center;
    gap: 8px;
}

tbody tr td {
    background-color: var(--white-color);
    font-weight: 500;
    color: #1C1B21 !important;
}

.inner-pricing-section table tr th:nth-child(1) {
    background-color: var(--white-color);
}

.inner-pricing-section table tr th:nth-child(2) {
    background-color: #FFFAE4;
}

.inner-pricing-section table tr th:nth-child(3) {
    background-color: #FFE2EF;
}

.inner-pricing-section table tr th:last-child {
    background-color: #EAF3FF;
}

.inner-pricing-section table tr td {
    font-size: 17px;
    padding: 20px 20px;
    border-bottom: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}

/* Choose Block */

.choose-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.choose-wrapper .service--block.hovered {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #D5DEFF;
}

.choose-wrapper .service--block.hovered:hover span {
    color: var(--white-color) !important;
}

/* CTA */

.cta-intro {
    background-image: url(../images/cardiology-images/cta-intro.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 90px;
    border-radius: 20px;
    overflow: hidden;
}

.cta-intro.intro-2 {
    background-image: url(../images/cardiology-images/cta-itro-2.webp);
    border-radius: 0;
    margin: -2px 0 0;
}

.cta-block {
    background-color: #F6FAFF;
    padding: 50px 90px;
    border-radius: 20px;
}

/* Faq Block */

.new-faq .accordion-item {
    padding: 36px 0px !important;
}

.section-wrapper .new-faq .accordion-item h2.accordion-header button {
    font-size: 26px !important;
}

/* Responsive */

@media only screen and (max-width: 1599px) {

    .padding-left {
        --page-width: 1200px !important;
        padding-left: calc(50% -(var(--page-width) / 2) + 12px);
    }
    
    .padding-right {
        --page-width: 1200px !important;
        padding-right: calc(50% -(var(--page-width) / 2) + 12px);
    }
}

@media only screen and (max-width: 991px) {

    .counter-wrapper {
        grid-template-columns: repeat(2, 1fr);
        align-items: unset;
        gap: 30px;
    }

    .faq-section .accordion-button {
        gap: 20px;
    }

    .counter-block {
        text-align: center;
    }

    .cta-intro, .cta-block {
        padding: 50px 30px;
    }

    .counter-block img {
        margin: auto;
    }

    .hero-intro {
        background: var(--page-secondary-bg);
    }
}

@media only screen and (max-width: 767px) {
    
    .mb-50 {
        margin-bottom: 30px !important;
    }

    .section-wrapper .new-faq .accordion-item h2.accordion-header button {
        font-size: 19px !important;
        line-height: 30px;
    }

    .inner-pricing-section {
        overflow: auto;
    }

    .service--block {
        padding: 20px 20px;
    }
}