#pcc-header {
    position: absolute;
}
#pcc-header .pcc-submenu-toggle {
    background: url('../images/has-sub-white.svg') no-repeat center;
}
#pcc-header.sticky .pcc-submenu-toggle {
    /* background: url('../image/has-sub.svg') no-repeat center; */
    background: url('../images/has-sub-white.svg') no-repeat center;
}
#pcc-header.sticky.white-bg .pcc-submenu-toggle {
    background: url('../images/has-sub.svg') no-repeat center;
}
.hover-underline::after {
    background: #ffffff;
}
#pcc-header.sticky.white-bg .hover-underline::after {
    background: #BA995D;
}



.pcc-hero {
    position: relative;
    width: 100%;
    max-width: unset;
    padding: 0;
    margin: 0;
    background: #ffffff;
}

.pcc-hero-content {
}
.pcc-hero-content.mask {
    -webkit-mask-image: url('../images/background-1920.png');
    mask-image: url('../images/background-1920.png');
    mask-repeat: no-repeat;
    /* mask-size: cover; */
    mask-position: top;
}

.pcc-hero-content h1 {
    font-size: 54px;
    margin-bottom: 12px;
    color: #ffffff;
    text-shadow: 0 6px 13px #00000012;
}

.pcc-hero-content p {
    font-weight: 500;
    line-height: 128%;
    margin-bottom: 18px;
    color: #ffffff;
    text-shadow: 0 6px 13px #00000012;
}

.pcc-hero-content .pcc-button {
    display: inline-block;
    width: fit-content;
    padding: 18px 26px;
    background-color: #BA995D;
    color: #ffffff;
    text-decoration: none;
    border-radius: 34px;
}
.pcc-hero-content .pcc-button:hover {
    background-color: #E3C992;
}

.pcc-hero-content .homeSwiper {
    position: relative;
    width: 100%;
    height: 100%;
}
.pcc-hero-content .homeSwiper .slide-content-wrapper {
    position: relative;
    width: 100%;
    max-width: 1512px;
    padding: 106px 130px 50px 130px;
    margin: 0 auto;
}
.pcc-hero-content .homeSwiper .slide-content {
    position: relative;
    width: 100%;
    max-width: 610px;
    display: flex;
    flex-direction: column;
    margin-top: 135px;
}
.pcc-hero-content .homeSwiper .swiper-slide {
    position: relative;
    width: 100%;
    min-height: 1000px;
    background-blend-mode: multiply;
    background-size: cover !important;
    text-align: left;
    display: flex;
    align-items: flex-start;
}
.pcc-hero-content .homeSwiper .swiper-slide:nth-child(1) {
    background-position: 45% !important;
    background: url('../images/canscreen-banner-1920-v2.jpg') no-repeat;
}
.pcc-hero-content .homeSwiper .swiper-slide:nth-child(2) {    
    background: url('../images/redeem-breast-cancer-checkup2.jpg') no-repeat;
}
.pcc-hero-content .homeSwiper .swiper-slide:nth-child(3) {
    background: url('../images/colorectal-banner.jpg') no-repeat rgba(0, 0, 0, 0.1);
}


/* Take Charge Section */
.pcc-accordion-icon {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
}
.pcc-health-title {
    position: relative;
    max-width: 777px;
    margin: auto;
}
.pcc-health-title h2,
.pcc-faq h2 {
    font-size: 40px;
}
.pcc-health-content {
    display: flex;
    justify-content: space-between;
    gap: 65px;
    margin-top: 48px;
    text-align: left;
}
.pcc-acc-left,
.pcc-acc-right {
    position: relative;
    width: 100%;
    max-width: 50%;
    overflow: hidden;
}
.pcc-acc-left img {
    position: relative;
    display: block;
    width: 100%;
    top: 0;
    opacity: 1;
    border-radius: 8px;
}
.pcc-accordion-content {
    display: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
}
.pcc-accordion-content p {
    margin-bottom: 24px;
}
.pcc-accordion-content .pcc-acc-link {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
}
.pcc-accordion-content .pcc-acc-link::after {
    content: '';
	background: url('../images/arrow-right.svg') no-repeat;
	background-size: cover;
	width: 14px;
    height: 8px;
	position: relative;
    transition: all 0.3s ease-out;
}
.pcc-accordion-content .pcc-acc-link:hover {
    color: #BA995D;
}
.pcc-accordion-content .pcc-acc-link:hover::after {
    transform: translateX(6px);
}
.pcc-accordion-item {
    border-bottom: 1px solid #E3E4CB;
    padding: 26px 0;
}
.pcc-accordion-item .pcc-accordion-title {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
}
.pcc-accordion-item .pcc-accordion-title h3 {
    margin: 0;
    font-size: 26px;
}

.pcc-health-item h3 {
    margin: 1rem 0 0.5rem;
    color: #10438E;
}

.pcc-health-item p {
    font-size: 0.9rem;
    line-height: 1.4;
}

/* FAQ Section */
.pcc-faq {
    max-width: unset;
    padding: 0;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,246,255,1) 100%);
}
.pcc-faq-accordion {
    max-width: 1512px;
    margin: 30px auto 0 auto;
    padding: 60px 130px;
    display: flex;
    justify-content: space-between;
    gap: 65px;
    text-align: left;
}

/* Peace of Mind Section */
.pcc-peace {
    max-width: unset;
    background: url("../images/cancerscreen-section-bg-1.png") rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;    
}
.pcc-peace .pcc-peace-content {
    position: relative;
    max-width: 480px;
    padding: 120px 0 120px 0;
    text-align: left;
}
.pcc-peace .pcc-peace-content h2 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;
}
.pcc-peace .pcc-peace-content p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}
.pcc-peace .btn-wrapper {
    display: flex;
    gap: 15px;
}
.pcc-peace .pcc-button {
    display: inline-block;
    padding: 18px 28px;
    background-color: #BA995D;
    color: #ffffff;
    border-radius: 34px;
    border: 1px solid #BA995D;
}
.pcc-peace .pcc-button:first-child {
    background-color: transparent;
}
.pcc-peace .pcc-button:hover {
    background-color: #E3C992;
}



/* Responsive Adjustments */
@media only screen and (max-width: 768px) {
    #pcc-header .pcc-has-submenu::after {
        background: url('../images/has-sub.svg') no-repeat;
    }
    .pcc-hero-content.mask {
        mask-position: 60% bottom;
    }
    .pcc-hero-content .homeSwiper .slide-content-wrapper {
        max-width: unset;
        padding: 62px 16px;
    }
    .pcc-hero-content .homeSwiper .slide-content-wrapper.mobile-only {
        max-width: 60%;
        min-height: 600px;
        display: flex;
        align-items: center;
        margin: 0;
    }
    .pcc-hero-content .homeSwiper .swiper-slide {
        min-height: 700px;
        background-position: 60% center !important;
    }
    .pcc-hero-content .homeSwiper .slide-content {
        max-width: 500px;
        margin-top: 24px;
        margin-bottom: 150px;
    }
    .pcc-hero-content .homeSwiper .swiper-slide:nth-child(3) {
        background-position: 20% !important ;
    }
    .pcc-hero-content h1 {font-size: 30px;}
    .pcc-acc-left, .pcc-acc-right {max-width: unset;}
    .pcc-health-title h2, .pcc-faq h2, .pcc-peace .pcc-peace-content h2 {
        font-size: 24px;
    }
    .pcc-accordion-item .pcc-accordion-title h3 {
        font-size: 20px;
    }
    .pcc-accordion-icon {
        width: 24px;
        height: 24px;
    }
    .pcc-accordion-content img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 16 / 9;
        border-radius: 8px;
        margin-bottom: 24px;
    }
    .pcc-faq {
        padding: 0 16px 60px 16px;
    }
    .pcc-faq-accordion {
        flex-direction: column-reverse;
        padding: 0;
        gap: 32px;
    }
    .pcc-acc-left img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 16 / 9;
        border-radius: 8px;
        object-position: top;
    }
    .pcc-peace .pcc-peace-content {
        padding: 60px 0;
    }
}


@media only screen and (max-width: 480px) {
    .pcc-hero-content.mask {
        -webkit-mask-image: unset;
        mask-image: unset;
    }
    .pcc-hero-content .homeSwiper .slide-content-wrapper.mobile-only {
        display: block;
        max-width: unset;
        padding: 0;
        /* padding: 62px 0 0 0; */
    }
    .pcc-hero-content .homeSwiper .swiper-slide {
        background: unset !important;
    }
    .pcc-hero-content .homeSwiper .slide-content-wrapper.mobile-only h1 {
        color: #10438E;
    }
    .pcc-hero-content .homeSwiper .swiper-slide .hero-img-container {
        -webkit-mask-image: url('../images/mob-390.png');
        mask-image: url('../images/mob-390.png');
        mask-size: cover;
        mask-position: bottom;
    }
    .pcc-hero-content .homeSwiper .swiper-slide .hero-img-container img {
        width: 100%;
        aspect-ratio: 3 / 4;
        /* aspect-ratio: 1 / 1; */
        object-fit: cover;
        object-position: center;
        filter: brightness(80%);
    }
    .pcc-hero-content .homeSwiper .swiper-slide .hero-txt-container {
        padding: 24px 16px 50px 16px;
    }
    .pcc-hero-content .homeSwiper .swiper-slide .hero-txt-container * {
        color: #424242;
    }
    .pcc-hero-content .homeSwiper .swiper-slide .hero-txt-container a {
        color: #ffffff;
    }
    .swiper-button-wrapper {
        padding: 0 16px;
        bottom: 0;
    }
    /* .pcc-hero-content .homeSwiper .swiper-slide:nth-child(1) {
        background-position: center bottom !important;
        background: url('../image/canscreen-banner-1920-mobile.jpg') no-repeat rgba(0, 0, 0, 0.2);
    }
    .pcc-hero-content .homeSwiper .swiper-slide:nth-child(2) {
        background-position: right bottom !important ;
        background: url('../image/redeem-breast-cancer-checkup-2-mobile.jpg') no-repeat rgba(0, 0, 0, 0.2);
    }
    .pcc-hero-content .homeSwiper .swiper-slide:nth-child(3) {
        background-position: right bottom !important;
        background: url('../image/redeem-colorectal-cancer-kit-mob.jpg') no-repeat rgba(0, 0, 0, 0.2);
    } */
    .pcc-peace {
        background: url(../images/cancerscreen-section-bg-1.png) rgba(0, 0, 0, 0.3);
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .pcc-peace .pcc-peace-content {
        padding: 0;
    }
    .pcc-peace .btn-wrapper {
        flex-direction: column;
    }
    .pcc-peace .btn-wrapper a {
        width: 215px;
        text-align: center;
    }
}