.pcare-header {
    background: linear-gradient(83deg, #206A5D 2.61%, #BFDCAE 72.46%);
}

.pcare-button {
    border-radius: 100px;
    border: 0.5px solid rgba(255, 255, 255, 0.00);
    background: linear-gradient(119deg, rgba(32, 106, 93, 0.03) -24.28%, rgba(32, 106, 93, 0.60) 75.34%);
}

.pcare-section-title-black {
    color: #242424;
    font-size: 60px;
    font-family: Roboto;
    font-weight: 800;
    word-wrap: break-word
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pcare-section-title-green {
    color: #206A5D;
    font-family: Roboto;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    animation: slideUpFade 0.8s ease-out forwards;
}

.pcare-section-label-black {
    color: #242424;
    text-align: justify;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.expertise-card {
    background-color: #f5f5f5;
    border-radius: 30px;
    border: 1px solid #B7B7B7;
}

.expert-avatar {
    border-radius: 50%;
    border: 4px solid #B7B7B7;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.1);
}

.expert-count {
    font-size: 30px;
    font-weight: bold;
    color: #206A5D;
    margin: 0;
}

.pcare-expert-label {
    color: #242424;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pcare-card {
    position: relative;
    background: linear-gradient(119deg, rgba(191, 220, 174, 0.25) 2.51%, rgba(32, 106, 93, 0.50) 90.85%);
    border-radius: 30px;
    padding: 20px;
    color: #242424;
}

.pcare-card-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.pcare-card-title {
    color: #242424;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pcare-card-title-highlight {
    color: #206A5D;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pcare-click-here {
    color: #242424;
    text-align: justify;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.carousel {
    border-radius: 30px;
    overflow: hidden;
}

.carousel-inner {
    border-radius: 30px;
}

.pcare-card-counselor {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #B7B7B7;
    font-family: Roboto, sans-serif;
}

.pcare-card-counselor:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.pcare-card-header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pcare-card-header img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(2.5);
    object-fit: cover;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.pcare-card-counselor:hover .pcare-card-header img {
    bottom: 40%;
    transform: translateX(-50%) scale(1);
}


.pcare-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(152deg, rgba(191, 220, 174, 0.50) 7.96%, #206A5D 98.99%);
    backdrop-filter: blur(7.5px);
    transform: translateY(270px);
    transition: opacity 0.5s ease-in-out, transform 0.1s ease-in-out;
}

.pcare-card-counselor:hover .pcare-card-content {
    opacity: 1;
    transform: translateY(0);
}

.pcare-card-counselor-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
}

.pcare-card-description {
    color: #242424;
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 20px;
}

.pcare-card-button-container {
    display: flex;
    justify-content: center;
}

.pcare-card-button {
    display: inline-block;
    border-radius: 10px;
    padding: 10px 20px;
    background: linear-gradient(119deg, rgba(255, 255, 255, 0.15) 2.45%, rgba(255, 255, 255, 0.80) 155.09%);
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pcare-card-button:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #206A5D;
}

.pcare-description-service {
    color: #242424;
    text-align: justify;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.pcare-button-action {
    height: 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;

    border-radius: 20px;
    border: 1px solid #000;
    opacity: 0.6;
    background: linear-gradient(321deg, #D9D9D9 6.65%, #F5F5F5 66.85%);
    padding: 15px 30px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    overflow: hidden;
}

.pcare-button-action img.pcare-button-icon {
    position: absolute;

    right: 50px;

    top: 50%;

    transform: translateY(-50%);
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.pcare-button-action:hover img.pcare-button-icon {
    position: absolute;

    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.pcare-button-action .default-text {
    left: 30%;
    position: absolute;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.pcare-button-action .hover-text {
    left: 30%;
    position: absolute;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.pcare-button-action:hover {
    opacity: 1.6;
    background: linear-gradient(270deg, #206A5D 3.55%, #BFDCAE 77.23%);
    color: #FFF;

    border-color: transparent;

}

.pcare-button-action:hover .default-text {
    opacity: 0;

}

.pcare-button-action:hover .hover-text {
    opacity: 1;

}

.pcare-button-action-text {
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pcare-service-frame {
    border-radius: 20px;
    border: 1px solid #000;
    background: linear-gradient(321deg, #D9D9D9 6.65%, #F5F5F5 66.85%);
    position: relative;

}

@media (max-width: 768px) {
    .pcare-service-frame {
        max-width: 100%;

    }
}

.pcare-service-title {
    color: #206A5D;
    text-align: right;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pcare-service-description {
    color: #242424;
    text-align: justify;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.pcare-feature-title {
    color: #206A5D;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.pcare-feature-description {
    color: #242424;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.pcare-services {
    text-align: center; /* Centers text and inline elements */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers all child elements horizontally */
    justify-content: center; 
}

.pcare-services-box {
    background: linear-gradient(243deg, #CCCCCC 0%, #818181 100%);
    border-radius: 5px;
    margin-left: 10%;
    margin-right: 10%;
}

.pcare-services-box-for-color {
    background: linear-gradient(243deg, #CCCCCC 0%, #818181 100%);
    border-radius: 5px;
    margin-left: 10%;
    margin-right: 10%;
}

.pcare-services-title {
    color: #FFF;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.pcare-services-description {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.pcare-services-image {
    position: relative;
}

.pcare-services-image .pcare-services-image-color {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.pcare-services:hover .pcare-services-image-color {
    opacity: 1;
}

.pcare-services:hover .pcare-services-image-default {
    opacity: 0;
}

.pcare-services:hover .pcare-services-box-for-color {
    background: linear-gradient(243deg, #BFDCAE 2.79%, #206A5D 82.7%);
}

.pcare-service-step-title {
    color: #206A5D;
    text-align: center;
    font-family: Roboto;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.pcare-service-step-description {
    color: #242424;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.pcare-service-step-overlay {
    padding-top: 200px;
    padding-bottom: 200px;
}

/* Base card styling */
.pcare-service-step-card {
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.00);
    background: linear-gradient(238deg, rgba(255, 255, 255, 0.24) 0%, rgba(32, 106, 93, 0.08) 99.35%);
    backdrop-filter: blur(0px);
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 400px; /* Set a fixed height for the card */
}

/* Move-to-up content styling */
.move-to-up {
    transition: transform 0.5s ease-in-out;
}

.pcare-centered-image {
    top: 20%;
    position: absolute;
    left: 50%; /* Move the image down by 50% of the container's height */
    right: 50%; /* Move the image right by 50% of the container's width */
    transform: translate(-50%, -50%); /* Adjust the image's position to center it */
    z-index: 1; /* Ensure the image is above other content if needed */
}

/* Card title styling */
.pcare-service-step-card h3 {
    color: #FFF;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Card description styling */
.pcare-service-step-card p {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

/* Bottom button container styling */
.pcare-service-step-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Schedule button styling */
.pcare-schedule-button {
    width: 200px;
    height: 50px;
    background: #206A5D;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Schedule button text styling */
.pcare-schedule-button p {
    margin: 0.5rem;
    text-align: center;
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
}

/* Hover effects */
.pcare-service-step-frame:hover .move-to-up {
    transform: translateY(-27%);
}

.move-to-up-image {
    transition: top 0.5s ease-in-out;
}

.pcare-service-step-frame:hover .move-to-up-image {
    top: 0%;
    transition: top 0.5s ease-in-out;
}

.pcare-service-step-frame:hover .pcare-service-step-bottom {
    opacity: 1; /* Show the button */
}

.pcare-video-title {
    color: #242424;
    font-family: Roboto;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.pcare-video-title-highlight {
    color: #206A5D;
    font-family: Roboto;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.pcare-video-description {
    color: #242424;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.pcare-video-button {
    border-radius: 10px;
    background: #206A5D;
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pcare-video-frame-text {
    margin: 10%;
}

.pcare-footer-bg {
    border-top: 1px solid #000;
    background: linear-gradient(321deg, #D9D9D9 6.65%, #F5F5F5 66.85%);
}

.pcare-copyright-bg {
    background: linear-gradient(258deg, #BFDCAE -45.89%, #206A5D 116.97%);
    color: #FFF;
}








