@charset "UTF-8";

.our-services .container-four {
    width: 100%;
    max-width: 141rem;
    margin: auto;
    padding: 10rem 1rem 7.6rem;
}

.our-services .container-four .squares {
    width: 100%;
    max-width: 8.5rem;
    margin: 1rem auto 0;
    display: flex;
    justify-content: space-between;
}

.our-services .container-four .squares .square {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.4rem;
    background-color: var(--color1);
}

.our-services .container-four .cards {
    display: flex;
    margin: 9rem auto 0;
    justify-content: space-between;
    gap: 1.6rem;
}

.our-services .container-four .cards .card {
    width: 100%;
    max-width: 44.1rem;
    border-radius: 4rem;
    box-shadow: 3px 5px 9px rgba(12, 68, 116, 0.15);
    position: relative;
}

.our-services .container-four .cards .card .top {
    border-radius: 4rem 4rem 0 0;
    background-color: var(--color3);
    padding: 3.1rem 0;
}

.our-services .container-four .cards .card h3 {
    font: 600 2.7rem/3rem var(--font0);
    color: var(--color0);
    text-align: center;
}

.our-services .container-four .cards .card p {
    font: 400 2rem/3rem var(--font2);
    text-align: left;
    color: var(--color4);
    width: 100%;
    max-width: 36rem;
    margin: auto;
    padding: 3.3rem 1rem 6rem;
}

.our-services .container-four .cards .card p .blue {
    font-family: var(--font1);
    font-weight: 700;
    color: var(--color3);
}

.our-services .container-four .cards .card p .grey {
    font-family: var(--font1);
    font-weight: 700;
}

.our-services .container-four .cards .card-two p {
    padding: 3.3rem 1rem 0;
    line-height: 2.5rem;
}

.our-services .container-four .cards .card-two .list {
    max-width: 37rem;
    margin: 2.3rem auto 4.7rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem 0;
}

.our-services .container-four .cards .card-two ul li {
    font: 400 2rem/2.8rem var(--font2);
    color: var(--color4);
    display: flex;
    align-items: center;
    cursor: initial;
}

.our-services .container-four .cards .card-two ul li::before {
    content: "";
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 50%;
    background-color: var(--color1);
    margin-right: 0.5rem;
}

.our-services .container-four .cards .card .bottom {
    width: 100%;
    max-width: 26.8rem;
    height: 0.7rem;
    background-color: var(--color1);
    border-radius: 10rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.healthcare {
    background: rgba(0, 201, 203, 0.05);
}

.healthcare .container-five {
    width: 100%;
    max-width: 144rem;
    margin: auto;
    padding: 6.5rem 1rem 9.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.healthcare .container-five .benefits-img {
    width: 100%;
    max-width: 60rem;
    position: relative;
}

.healthcare .container-five .benefits-img img {
    width: 100%;
    height: auto;
}

.healthcare .container-five .benefits-img .img-top,
.healthcare .container-five .benefits-img .img-left,
.healthcare .container-five .benefits-img .img-right {
    position: absolute;
}

.healthcare .container-five .benefits-img .img-top {
    max-width: 8.4rem;
    top: 4.1rem;
    left: 10rem;
    animation: float 6s infinite;
}

.healthcare .container-five .benefits-img .img-left {
    max-width: 21.1rem;
    top: 40.9rem;
    left: -1rem;
    animation: float 8s infinite;
}

.healthcare .container-five .benefits-img .img-right {
    max-width: 20rem;
    top: 24.9rem;
    right: -1.3rem;
    animation: float 8s infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-24px);
    }
}

.healthcare .container-five .text {
    width: 100%;
    max-width: 73.1rem;
}

.healthcare .container-five .text .squares {
    width: 100%;
    max-width: 8.5rem;
    margin: 0 0 2rem 0;
    display: flex;
    justify-content: space-between;
}

.healthcare .container-five .text .squares .square {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.4rem;
    background-color: var(--color1);
}

.healthcare .container-five .text h2 {
    text-align: left;
    color: var(--color3);
}

.healthcare .container-five .text p {
    font: 400 2.2rem/3.6rem var(--font2);
    letter-spacing: -0.01em;
    color: var(--color4);
    width: 100%;
    margin: 5.7rem 0 6.8rem;
}

.healthcare .container-five .text p span {
    font-family: var(--font1);
    font-weight: 700;
}

.healthcare .container-five .text .plans {
    max-width: 37.7rem;
    background: var(--color3);
}

.health-plans .container-six {
    width: 100%;
    max-width: 144rem;
    margin: auto;
    padding: 11.5rem 1rem 16.2rem;
}

.health-plans .container-six .squares {
    width: 100%;
    max-width: 8.5rem;
    margin: 0 auto 1rem;
    display: flex;
    justify-content: space-between;
}

.health-plans .container-six .squares .square {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.4rem;
    background-color: var(--color1);
}

.health-plans .container-six p {
    font: 600 2.4rem/3.7rem var(--font0);
    letter-spacing: -0.02em;
    color: var(--color1);
    text-align: center;
    width: 100%;
    margin: 1.6rem auto 0;
}

.health-plans .container-six .plan-cards,
.health-plans .container-six .plan-cards-partner {
    width: 100%;
    margin: 14rem auto 0;
    display: flex;
    justify-content: center;
    gap: 2.8rem;
    flex-wrap: nowrap;
}

.health-plans .container-six .plan-cards .card,
.health-plans .container-six .plan-cards-partner .card {
    width: 100%;
    max-width: 35rem;
    min-width: 30rem;
    border: 2px solid var(--color5);
    border-radius: 4rem;
    position: relative;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
    height: 45rem;
    display: flex;
    flex-direction: column;
}

.health-plans .container-six .plan-cards .card .plan-type,
.health-plans .container-six .plan-cards-partner .card .plan-type {
    font: 400 1.6rem/1.6rem var(--font2);
    text-align: center;
    color: var(--color0);
    background-color: var(--color3);
    position: absolute;
    margin: auto;
    top: -1.25rem;
    right: 0;
    left: 0;
    padding: 0.5rem 1rem;
    width: 100%;
    max-width: 13.3rem;
    border-radius: 100px;
    text-align: center;
}

.health-plans .container-six .plan-cards .card .top,
.health-plans .container-six .plan-cards-partner .card .top {
    height: 35rem;
    padding: 3rem 2.5rem 0 3rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.health-plans .container-six .plan-cards .card .top h3,
.health-plans .container-six .plan-cards-partner .card .top h3 {
    font: 400 2.2rem/2.8rem var(--font2);
    color: var(--color4);
}

.health-plans .container-six .plan-cards .card .top h3 span,
.health-plans .container-six .plan-cards-partner .card .top h3 span {
    font-family: var(--font1);
    font-weight: 700;
}

.health-plans .container-six .plan-cards .card .top .p-top,
.health-plans .container-six .plan-cards-partner .card .top .p-top {
    font: 700 1.6rem/2.2rem var(--font1);
    text-align: left;
    color: var(--color3);
    margin: 0 0 1.2rem;
}

.health-plans .container-six .plan-cards .top .line,
.health-plans .container-six .plan-cards-partner .top .line {
    display: inline-block;
    width: 100%;
    max-width: 36rem;
    height: 0.2rem;
    background-color: var(--color6);
    margin: 1.2rem auto 2.5rem;
}

.health-plans .container-six .plan-cards .top ul,
.health-plans .container-six .plan-cards-partner .top ul {
    width: 100%;
    max-width: 33.8rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
}

.health-plans .container-six .plan-cards .top ul li,
.health-plans .container-six .plan-cards-partner .top ul li {
    font: 400 1.6rem/1.4rem var(--font2);
    color: var(--color4);
    display: flex;
    align-items: center;
    cursor: default;
    background-color: #f5f5f5;
    padding: 1rem 1.5rem;
    border-radius: 0.8rem;
    transition: 300ms;
}

.health-plans .container-six .plan-cards .top ul li:hover,
.health-plans .container-six .plan-cards-partner .top ul li:hover {
    background-color: rgba(0, 201, 203, 0.1);
    transform: translateX(0.4rem);
}

.health-plans .container-six .card .top ul li span,
.health-plans .container-six .plan-cards-partner .card .top ul li span {
    margin-right: 0.8rem;
    color: var(--color4);
}

.health-plans .container-six .plan-cards .bottom,
.health-plans .container-six .plan-cards-partner .bottom {
    background-color: var(--color7);
    border-radius: 0 0 4rem 4rem;
    padding: 3rem 0 7rem;
    position: relative;
    height: 12rem;
}

.health-plans .container-six .plan-cards .bottom p,
.health-plans .container-six .plan-cards-partner .bottom p {
    font: 700 4.0rem/0.0rem var(--font3);
    color: var(--color4);
    margin-bottom: 18px;
    padding: 0;
    margin: 0;
}

.health-plans .container-six .plan-cards .bottom p span,
.health-plans .container-six .plan-cards-partner .bottom p span {
    font: 400 2.6rem var(--font4);
}

.health-plans .container-six .plan-cards .plan-btn,
.health-plans .container-six .plan-cards-partner .plan-btn {
    width: 100%;
    padding: 1rem 0;
    border-radius: 0 0 4rem 4rem;
    background-color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    font: 600 1.6rem/1.6rem var(--font0);
    color: var(--color0);
    margin: 0;
    transition: 300ms;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.health-plans .container-six .plan-cards .plan-btn:hover,
.health-plans .container-six .plan-cards-partner .plan-btn:hover {
    transform: scale(1.02);
}

.solutions {
    background-color: var(--color8);
}

.solutions .container-seven {
    width: 100%;
    max-width: 144rem;
    padding: 12rem 1rem 14rem;
    margin: auto;
}

.solutions .container-seven h2 {
    color: var(--color3);
}

.solutions .container-seven .solution-cards {
    width: 100%;
    margin: 14rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 2.8rem;
}

.solutions .container-seven .solution-cards .card {
    width: 100%;
    max-width: 44.5rem;
    border: 2px solid var(--color5);
    border-radius: 4rem;
    position: relative;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
    background-color: var(--color0);
    padding: 6.5rem 4.2rem 7.2rem;
}

.solutions .container-seven .solution-cards .card .plan-type {
    font: 400 1.6rem/1.6rem var(--font2);
    text-align: center;
    color: var(--color0);
    background-color: var(--color3);
    position: absolute;
    margin: auto;
    top: -1.25rem;
    right: 0;
    left: 0;
    padding: 0.5rem 1rem;
    width: 100%;
    max-width: 13.3rem;
    border-radius: 0.6rem;
}

.solutions .container-seven .solution-cards .card h3 {
    font: 700 1.8rem/2.4rem var(--font1);
    color: var(--color3);
}

.solutions .container-seven .solution-cards .card p {
    font: 400 1.7rem/2.4rem var(--font2);
    color: var(--color4);
    margin: 1.7rem 0 0;
}

.solutions .container-seven .solution-cards ul {
    width: 100%;
    margin: 1.3rem auto 0;
}

.solutions .container-seven .solution-cards ul li {
    font: 400 1.6rem/2.4rem var(--font2);
    color: var(--color4);
    display: flex;
    align-items: flex-start;
    cursor: default;
}

.solutions .container-seven .solution-cards ul li span {
    margin-right: 0.4rem;
    color: var(--color4);
}

.solutions .container-seven .solution-cards .plan-btn {
    width: 100%;
    max-width: 29rem;
    padding: 1.35rem 0;
    border-radius: 100rem;
    background-color: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    font: 600 2rem/2rem var(--font0);
    color: var(--color0);
    margin: auto;
    transition: 300ms;
    position: absolute;
    right: 0;
    bottom: -2.65rem;
    left: 0;
}

.solutions .container-seven .solution-cards .plan-btn:hover {
    transform: scale(1.05);
}

.solutions .container-seven .solution-cards .card-four,
.solutions .container-seven .solution-cards .card-five {
    max-width: 69.4rem;
    margin: 11.7rem auto 0;
    padding: 6.5rem 3.5rem 7.2rem;
}

.solutions .container-seven .solution-cards .card-four h3,
.solutions .container-seven .solution-cards .card-five h3 {
    text-align: center;
}

.observation .container-eight {
    width: 100%;
    max-width: 77.8rem;
    margin: auto;
    padding: 6.3rem 1rem 7.3rem;
}

.observation .container-eight h3 {
    font: 700 1.8rem/3.0rem var(--font1);
    color: var(--color3);
    margin: 0 0 0 5.3rem;
}

.observation .container-eight .line {
    display: block;
    width: 100%;
    margin: 0.8rem auto 3.2rem;
    height: 0.05rem;
    background-color: var(--color3);
}

.observation .container-eight ul {
    margin: 1.3rem 0 0 5.3rem;
}

.observation .container-eight ul li {
    font: 400 1.8rem/3rem var(--font2);
    color: var(--color4);
    cursor: default;
}

.observation .container-eight ul li .dot {
    margin-right: 0.4rem;
}

.observation .container-eight ul li .purple-dot {
    color: var(--color3);
}

.observation .container-eight ul li .blue-dot {
    color: var(--color1);
}

.questions {
    background-color: var(--color3);
}

.questions .container-nine {
    width: 100%;
    max-width: 81.6rem;
    margin: auto;
    padding: 5.5rem 1rem 8.8rem;
}

.questions .container-nine .squares {
    width: 100%;
    max-width: 8.5rem;
    margin: 0 auto 1.2rem;
    display: flex;
    justify-content: space-between;
}

.questions .container-nine .squares .square {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.4rem;
    background-color: var(--color1);
}

.questions .container-nine h2 {
    font: 600 4.4rem/6rem var(--font0);
    letter-spacing: -0.02em;
    color: var(--color0);
}

.questions .container-nine p {
    font: 400 2rem/3rem var(--font2);
    color: var(--color0);
    text-align: center;
    width: 100%;
    max-width: 69.2rem;
    margin: 1.8rem auto 4.6rem;
}

.questions .container-nine .container-email {
    width: 100%;
    max-width: 80.6rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

form input[type="number"],
form input[type="email"] {
    font: 400 1.6rem/1rem var(--font2);
    color: var(--color3);
    background-color: var(--color0);
    border: none;
    border-radius: 10rem;
    outline: 2px solid var(--color8);
}

form::placeholder {
    color: var(--color4);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]:focus,
input[type="email"]:focus {
    outline: 2px solid var(--color1);
}

form .email,
form .phone {
    width: 100%;
    max-width: 33rem;
    height: 4.5rem;
    padding-left: 1.5rem;
}

form .btn-send {
    width: 100%;
    max-width: 12.1rem;
    padding: 1.25rem 1rem;
    border: none;
    border-radius: 10rem;
    background-color: var(--color1);
    background-repeat: no-repeat;
    font: 600 2rem / 2rem var(--font0);
    color: var(--color0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
}

form .btn-send::after {
    content: url(./assets/right-arrow.png);
    width: 1.9rem;
    height: 1.9rem;
    margin-left: 0.6rem;
}

form .btn-send:hover {
    cursor: pointer;
    transform: scale(1.05);
}

footer .container-ten {
    width: 100%;
    max-width: 138.3rem;
    margin: auto;
    padding: 3.8rem 1rem 1.5rem;
}

footer .container-ten .container-contact {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .container-ten .container-contact .footer-logo {
    width: 100%;
    max-width: 25.9rem;
    height: auto;
}

footer .container-ten .container-contact address {
    width: 100%;
    max-width: 30rem;
    font: 400 1.8rem/2.5rem var(--font2);
    color: var(--color4);
}

footer .container-ten .container-contact address span {
    font-family: var(--font0);
    font-weight: 600;
}

footer .container-ten .container-contact .socials {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    max-width: 22.4rem;
}

footer .container-ten .container-contact .socials p {
    font: 400 1.8rem/2.5rem var(--font2);
    color: var(--color4);
}

footer .container-ten .container-contact .socials .icons {
    width: 100%;
    max-width: 8.5rem;
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0 0;
}

footer .container-ten .container-contact .socials .icons img {
    width: 100%;
    max-width: 2.4rem;
    height: auto;
    transition: 300ms;
    margin-left: auto;
}

footer .container-ten .container-contact .socials .icons img:hover {
    transform: scale(1.1);
}

footer .container-ten .line {
    display: block;
    width: 100%;
    max-width: 138.4rem;
    margin: 4.2rem auto 1.7rem;
    height: 0.05rem;
    background-color: var(--color1);
}

footer .container-ten p {
    font: 400 1rem/1.2rem var(--font2);
    color: var(--color4);
    text-align: center;
    width: 100%;
    margin: auto;
}

footer img.wp-logo {
    width: 100%;
    max-width: 6.4rem;
    height: auto;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 100;
    transition: 300ms;
}

footer img.wp-logo:hover {
    transform: scale(1.1);
}

@media (max-width: 1476px) {
    .health-plans .container-six {
        padding: 12.2rem 1rem 0;
    }

    .health-plans .container-six .plan-cards {
        margin: 8rem auto 14.5rem;
        max-width: 120rem;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .health-plans .container-six .plan-cards .card-three {
        margin-top: 0;
    }
}

@media (max-width: 1440px) {
    .our-services .container-four {
        padding: 8rem 1rem 12rem;
    }

    .our-services .container-four .cards {
        flex-wrap: wrap;
        margin: 7.5rem auto 0;
        justify-content: center;
    }

    .healthcare .container-five {
        padding: 9.5rem 1rem 9.9rem;
        flex-direction: column;
        row-gap: 8rem;
    }

    .healthcare .container-five .text .squares {
        margin: 0 auto 2rem;
    }

    .healthcare .container-five .text h2,
    .healthcare .container-five p {
        text-align: center;
    }

    .healthcare .container-five .text .plans {
        margin: auto;
    }

    .solutions .container-seven .solution-cards {
        justify-content: center;
        column-gap: 1em;
        row-gap: 10rem;
        max-width: 90rem;
    }

    .solutions .container-seven .solution-cards .card-four,
    .solutions .container-seven .solution-cards .card-five {
        margin: 0 auto;
    }

    footer .container-ten {
        padding: 2rem 1rem 1.6rem;
    }

    footer .container-ten .container-contact .footer-logo {
        max-width: 18rem;
    }
}

@media (max-width: 1023px) {
    .our-services .container-four {
        padding: 6rem 1rem;
    }

    .our-services .container-four .cards {
        margin: 6rem auto 0;
        gap: 3rem;
    }

    .our-services .container-four .cards .card {
        max-width: 43rem;
    }

    .healthcare .container-five .text h2 {
        max-width: 61rem;
    }

    .health-plans .container-six .plan-cards {
        margin: 8rem auto;
        max-width: 100%;
        flex-wrap: wrap;
        gap: 3rem;
    }

    .health-plans .container-six .plan-cards .card {
        max-width: 34rem;
        margin: 0 auto;
    }

    .questions .container-nine h2 {
        font-size: 4rem;
        line-height: 5rem;
    }

    .questions .container-nine .container-email {
        max-width: 33rem;
        flex-direction: column;
        row-gap: 1.5rem;
    }

    form .btn-send {
        margin-left: auto;
    }

    footer .container-ten .container-contact {
        display: flex;
        flex-direction: column;
    }

    footer .container-ten {
        padding: 4.3rem 1rem 1.6rem;
    }

    footer .container-ten .container-contact address {
        margin: 3.7rem auto 7.9rem;
    }

    footer .container-ten .container-contact .socials {
        align-items: center;
        gap: 1rem;
    }

    footer .container-ten .line {
        max-width: 50rem;
        margin: 3rem auto 1.6rem;
    }
}

@media (max-width: 767px) {
    .our-services .container-four .cards {
        margin: 5.4rem auto 0;
    }

    .healthcare .container-five .benefits-img {
        max-width: 45rem;
    }

    .healthcare .container-five .benefits-img .img-top {
        left: 7rem;
    }

    .healthcare .container-five .benefits-img .img-left {
        top: 35rem;
    }

    .healthcare .container-five .benefits-img .img-right {
        top: 20rem;
    }

    .health-plans .container-six {
        padding: 8rem 1rem 0;
    }

    .health-plans .container-six p {
        margin: 1.8rem auto 6.2rem;
        max-width: 36rem;
    }

    .health-plans .container-six .plan-cards {
        flex-direction: column;
    }

    .health-plans .container-six .plan-cards .card {
        margin: 0 auto 10rem;
    }

    .questions .container-nine h2 {
        font-size: 2.8rem;
        line-height: 3.5rem;
    }

    .questions .container-nine p {
        font-size: 1.6rem;
        line-height: 2.2rem;
        max-width: 45rem;
        margin: 1.7rem auto 3.6rem;
    }
}

@media (max-width: 539px) {
    .our-services .container-four .cards .card h3 {
        font-size: 2.2rem;
        line-height: 3rem;
    }

    .our-services .container-four .cards .card p {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .our-services .container-four .cards .card-two .list {
        max-width: 33rem;
    }

    .our-services .container-four .cards .card-two ul li {
        font-size: 1.8rem;
    }

    .healthcare .container-five {
        padding: 7rem 1rem;
        row-gap: 5rem;
    }

    .healthcare .container-five .benefits-img {
        max-width: 32rem;
    }

    .healthcare .container-five .benefits-img .img-top {
        max-width: 6rem;
        left: 5rem;
        top: 3rem;
    }

    .healthcare .container-five .benefits-img .img-left {
        max-width: 15rem;
        top: 23rem;
        left: -2rem;
    }

    .healthcare .container-five .benefits-img .img-right {
        max-width: 15rem;
        top: 13rem;
    }

    .healthcare .container-five .text .platform {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin: 1.5rem 0 5rem;
    }

    .solutions .container-seven {
        padding: 10rem 1rem 12rem;
    }

    .questions .container-nine {
        padding: 6.6rem 1rem;
    }

    .questions .container-nine h2 {
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .questions .container-nine p {
        max-width: 39rem;
    }

    footer .container-ten .container-contact address {
        margin: 3.7rem auto 5rem;
    }
}

@media (max-width: 375px) {
    .our-services .container-four .cards .card h3 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .our-services .container-four .cards .card-two .list {
        max-width: 29rem;
    }

    .our-services .container-four .cards .card-two ul li {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .our-services .container-four .cards .bottom {
        max-width: 20rem;
    }

    .healthcare .container-five .benefits-img .img-left {
        left: 0rem;
    }

    .healthcare .container-five .benefits-img .img-right {
        right: 0rem;
    }

    .healthcare .container-five .text p {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .health-plans .container-six .plan-cards .card .top {
        height: fit-content;
        padding: 3rem 2.2rem 2rem 4.4rem;
    }

    .health-plans .container-six .plan-cards .card .top h3 {
        font-size: 2.6rem;
        line-height: 3.5rem;
    }

    .health-plans .container-six .plan-cards .card .top .p-top {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }

    .health-plans .container-six .plan-cards .bottom {
        padding: 3.2rem 0 6.4rem;
    }

    .health-plans .container-six .plan-cards .plan-btn {
        max-width: 24rem;
    }

    .solutions .container-seven {
        padding: 8rem 1rem 10rem;
    }

    .solutions .container-seven .solution-cards {
        margin: 10rem auto 0;
    }

    .solutions .container-seven .solution-cards .plan-btn {
        max-width: 24rem;
        font: 600 1.7rem / 1.7rem var(--font0);
        bottom: -2.15rem;
    }

    footer .container-ten .container-contact address {
        font-size: 1.5rem;
        line-height: 2rem;
        max-width: 25rem;
    }
}

/* Estilos responsivos para o novo footer refinado */
@media (max-width: 768px) {
    footer .container-contact {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
        text-align: center;
    }
    
    footer .container-contact > div {
        align-items: center !important;
    }
    
    footer .container-contact .icons {
        justify-content: center !important;
    }
    
    footer .container-ten > div:last-child {
        flex-direction: column !important;
        text-align: center;
        gap: 20px !important;
    }
    
    footer div[style*="text-align: justify"] {
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    footer {
        padding: 40px 0 20px !important;
        margin-top: 60px !important;
    }
    
    footer .container-ten {
        padding: 0 15px !important;
    }
    
    footer .container-contact {
        gap: 35px !important;
    }
    
    footer .container-contact h3 {
        font-size: 18px !important;
    }
    
    footer .container-contact a {
        font-size: 14px !important;
    }
    
    footer .container-contact p {
        font-size: 13px !important;
    }
    
    footer .icons a {
        width: 40px !important;
        height: 40px !important;
    }
    
    footer .icons img {
        width: 20px !important;
        height: 20px !important;
    }
    
    footer div[style*="gap: 15px"] {
        align-items: center !important;
    }
    
    footer div[style*="max-width: 160px"] {
        max-width: 140px !important;
    }
}

/* Efeitos de hover para o footer */
footer .container-contact a:hover {
    color: #009a9c !important;
    transform: translateY(-1px);
}

footer .icons a:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 4px 8px rgba(0, 201, 203, 0.3);
}

footer .container-ten > div:last-child a:hover {
    color: #009a9c !important;
    text-decoration: underline;
}

/* Animação para o ponto pulsante */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Refinamentos adicionais do footer */
footer .container-contact a[href^="mailto:"]:hover,
footer .container-contact a[href^="tel:"]:hover {
    background: rgba(0, 201, 203, 0.15) !important;
    transform: translateX(5px);
    box-shadow: 0 2px 10px rgba(0, 201, 203, 0.2);
}

footer .icons a:hover {
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
}

footer .icons a[href*="instagram"]:hover {
    box-shadow: 0 8px 25px rgba(228, 64, 95, 0.4) !important;
}

footer .icons a[href*="facebook"]:hover {
    box-shadow: 0 8px 25px rgba(24, 119, 242, 0.4) !important;
}

footer .icons a[href*="tiktok"]:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
}

footer div[style*="border-left: 3px solid transparent"] a:hover {
    color: #00c9cb !important;
    border-left: 3px solid #00c9cb !important;
    padding-left: 8px !important;
}

footer div[style*="border-radius: 20px"]:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}