/**
 * Theme Name: Personal Care Clinic
 * Description: Blocksy Child theme
 * Author: SlypigPro
 * Template: blocksy
 * Text Domain: blocksy
 */

/* inter-regular - latin */

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: url('https://pccfootcare.ca/wp-content/themes/personal-care-clinic/fonts/inter-200.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('https://pccfootcare.ca/wp-content/themes/personal-care-clinic/fonts/inter.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('https://pccfootcare.ca/wp-content/themes/personal-care-clinic/fonts/inter-800.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ephesis-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ephesis';
    font-style: normal;
    font-weight: 400;
    src: url('https://pccfootcare.ca/wp-content/themes/personal-care-clinic/fonts/ephesis.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



:root {
    --pccblue: rgb(80, 151, 246);
    --pccpurple: rgb(172, 49, 250);
    --pccgreen: #80deaa;
    --pccdark: #413C58;
    --pcclight: #F5EDF0;
    --pccwhite: #FFFFFF;
    --pcclink: rgb(4, 84, 189);
}

* {
    box-sizing: border-box;
}


body {
    position: relative;
    overflow-x: hidden;
    /* To prevent horizontal overflow */
    background: hsla(280, 95%, 57%, 1);
    background: linear-gradient(315deg, hsla(280, 95%, 57%, 1) 0%, hsla(193, 90%, 55%, 1) 100%);
    background: -moz-linear-gradient(315deg, hsla(280, 95%, 57%, 1) 0%, hsla(193, 90%, 55%, 1) 100%);
    background: -webkit-linear-gradient(315deg, hsla(280, 95%, 57%, 1) 0%, hsla(193, 90%, 55%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#B429F9", endColorstr="#26C5F3", GradientType=1);
    scroll-padding-top: 500px !important;
    /* Adjust for navbar height */
}

h1,
h2,
h3 {
    font-family: 'Inter' !important;
}

.home .entry-content {
    padding-bottom: 0em;
}

.entry-content {
    padding-bottom: 2em;
}

.entry-content a {
    text-decoration: none;
    color: var(--pcclink);
}

header a,
header a:visited {
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    color: var(--pccwhite) !important;
}

header a:hover {
    color: var(--pccgreen) !important;
}

.menu-container {
    align-items: center;
}

.menu {
    max-height: 2em;
}

/* Constrain the clickable area to just the text of the links */
.menu .menu-item {
    display: inline !important;
}

.menu .menu-item a {
    display: inline !important;
    /* Ensure links themselves are inline */

}

.menu a {
    font-weight: 400 !important;
}

.appointment-link a {
    padding: 10px !important;
    background-color: #AC31FA;
}

.appointment-link a:hover,
.appointment-link a.active {
    color: var(--pccdark) !important;
    background-color: var(--pccgreen);
}

body:not(.home) a:link, body:not(.home) a:visited {
  color: var(--pccgreen);
}
/* Main Site ****************************************************/

.site-main {
    /*pages other than home*/
    color: #FFFFFF;
    padding-top: 2%;
    font-family: 'Inter';
    font-weight: 400;
    font-size: clamp(1.0rem, 0.3rem + 0.8333vw, 1.5rem);
    background-color: rgba(255, 255, 255, 0.1);
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.home .site-main {

    padding-top: 0
}

h1.page-title {
    color: var(--pcclight);
    font-size: clamp(1.4rem, 1.3rem + 0.6667vw, 2rem);
    text-transform: uppercase;
}


/* HOME PAGE ****************************************************************************/
.home .hero-section {
    display: none;
}

.l-footprint {
    width: 70px;
    height: 70px;
    background-image: url("https://pccfootcare.ca/wp-content/themes/personal-care-clinic/images/left-foot.webp");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transform: rotate(180deg);
    position: absolute;
    top: 350px;
    left: 100px;
    will-change: transform, opacity;

}

.r-footprint {
    width: 70px;
    height: 70px;
    background-image: url("https://pccfootcare.ca/wp-content/themes/personal-care-clinic/images/right-foot.webp");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transform: rotate(180deg);
    position: absolute;
    top: 350px;
    left: 40px;
    will-change: transform, opacity;
}

@media screen and (max-width:1024px) {

    .l-footprint,
    .r-footprint {
        z-index: -9 !important;

    }
}

/* Full width home ********************************************/

.home .panel-row-style,
.page-id-143

/*services*/
.panel-row-style {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;

}

#section {
    padding: 5% 24%;

}

@media screen and (max-width:1500px) {
    #section {
        padding: 2em 2em;
    }
}

@media screen and (max-width:748px) {
    #section {
        padding: 2em 1em;
    }
}

/* Homepage sections *************************************************/

.section-start,
.section-appoint,
.section-about,
.section-acknowledge,
.section-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: clamp(1.2rem, 0.1rem + 2.22vw, 1.7rem);
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1.2em;
    z-index: 9;

}

@media screen and (min-width:1024px) {
    .section-start {
        min-height: calc(100vh - 220px);
    }

    .section-about,
    .section-appoint,
    .section-contact {
        min-height: calc(100vh - 30px);
    }
}

.section-start {
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
    background-image: url("https://pccfootcare.ca/wp-content/uploads/2025/04/pcc-feet.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;

}

@media screen and (max-width:748px) {
    .section-start {
        background-position: 60% 50%;
    }
}

.section-home {
    opacity: 0;
    animation: fadeIn 1.0s ease-in forwards;
    background-color: rgba(255, 255, 255, 0.1);
}

.home-content {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Define the keyframes for the fade-in effect */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#section h1 {
    font-family: 'Inter';
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2em;
    color: var(--pccdark);

}

@media screen and (min-width:768px) {
    #about-anchor {
        padding-top: 180px;
        /* Adjust this value to offset the anchor */
        margin-top: -180px;
    }
}





/* Appointements **************************************/

.appointment {
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
    background-color: var(--pcclight);
    background-image: url("https://pccfootcare.ca/wp-content/uploads/2025/03/bg-appt.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 80%;
    background-attachment: fixed;

}

.appointment-content {
    background-color: rgba(255, 255, 255, 0.6) !important;
    text-align: center;
    padding: 1.5em;
    font-size: clamp(1rem, 0.1rem + 1.0vw, 1.5rem);
    color: black;
    border-radius: 0.5em;
}

.appointment-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.appointment-wrap ul {
    margin-top: 1.5em;
}

@media screen and (min-width:1024px) {
    .appointment-wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

    }

    .appointment-left,
    .appointment-right {
        width: 50%;
    }



}

.text-left {
    text-align: left;
}

.hero-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 3%;
    text-align: center;
}

.hero-text2 {
    color: var(--pccpurple);

}



/* About us **************************************************/

.meet {
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
    gap: 10px;

}

.page-title[title="Stacey Greenway"]::before,
.page-title[title="Jessica Chamberlain"]::before,
.page-title[title="Audrey Sullivan"]::before,
.bio-meet {
    content: "Meet ";
    font-family: 'Ephesis';
    font-size: clamp(2.7rem, 2.1rem + 1.0vw, 5rem);
    color: var(--pccgreen);
    text-transform: capitalize;
}


.our-team {
    padding: 30px 0 50px;
    border: 1px solid var(--pccdark);
    background-color: rgba(255, 255, 255, 0.5) !important;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.our-team .picture {
    display: inline-block;
    height: 140px;
    width: 140px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

.our-team .picture::before {
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: var(--pccblue);
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.9;
    transform: scale(4);
    transition: all 0.3s linear 0s;
}

.our-team:hover .picture::before {
    height: 100%;
}


.our-team .picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px var(--pcclight);
}

.our-team:hover .picture img {
    transform: scale(1.1);
}

.our-team .name {
    color: var(--pcclight);
    text-transform: uppercase !important;
    display: inline-block;
    line-height: 1em;
    font-size: clamp(1rem, 1.8rem, 2.0rem)
}

@media screen and (max-width: 1024px) {
    .our-team .name {
        display: block;
        /* Break to a new line */
    }

    .our-team .name span {
        display: block;
        /* Ensures each part of the name goes on a new line */
    }
}

.our-team .title {
    display: block;
    font-size: clamp(0.9rem, 1.5rem, 2rem);
    color: var(--pccdark);
    line-height: 1em;
}

.our-team .bio-more {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: var(--pccdark);
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}

.our-team:hover .bio-more {
    bottom: 0;
}

.our-team .bio-more li a {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 17px;
    color: var(--pcclight);
    transition: all 0.3s ease 0s;
    text-decoration: none;

}

.our-team .bio-more li a:hover {
    color: var(--pccdark);
    background-color: var(--pccgreen);
}

.bio-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 1em auto;

}

.bio-pic img, .whatis img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 25px solid var(--pcclight);
}

.footer-bios {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
    width: 100%;
}

.footer-bio-wrap {
    text-align: center;
    width: 100px;
    margin: 0 1.5em;
}

.footer-bio-wrap a,
.footer-bio-wrap:visited {
    color: var(--pcclight);
    font-weight: 800;
}

.footer-bio-wrap a:hover {
    color: var(--pccgreen)
}

.footer-bio-wrap img {
    width: 100px;
    height: auto;
    border-radius: 50%;
    padding: 3px;

}

.footer-bio-wrap:hover {
    filter: sepia(100%) hue-rotate(108deg) saturate(120%) contrast(102%);
    -webkit-filter: sepia(100%) hue-rotate(108deg) saturate(120%) contrast(102%);
    -moz-filter: sepia(100%) hue-rotate(108deg) saturate(120%) contrast(102%);
}

.footer-bio-meet {

    font-family: 'Ephesis';
    font-size: clamp(1.5rem, 2.1rem + 1.0vw, 2rem);
    color: var(--pccgreen);
    text-transform: capitalize;
}


.footer-bio-name {
    font-size: 0.8em;
}

.bio-pick {
    background-color: var(--pccpurple);
    padding: 0 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

@media screen and (max-width:768px) {
    .bio-pick {
        padding: 0 2%;
    }
}

.what-is {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 4em;
    background-color: var(--pccdark);
}

.what-is .wi-content {
    text-transform: capitalize;

}

/* Acknowledge ******************************************************/

.acknowledge {
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
    min-height: 18em;
}

.acknowledge-content {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
}

.acknowledge-content > * {
    flex: 0 0 auto;
}

/* Default (desktop/tablet): fixed size */
.acknowledge-content a,
.acknowledge-content img {
    display: block;
    max-width: 200px;
    width: 100%;
    text-align: center;
}

.acknowledge-content a img {
    width: 100%;
    height: auto;
    display: block;
}


/* 2x2 layout on mobile */
@media (max-width: 600px) {
    .acknowledge-content a,
    .acknowledge-content img {
        flex: 0 0 45%;
        width: 45%;
        max-width: none;  /* Remove max-width */
    }
}






/* Location and hours***********************************************/

.contact {
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
    background-image: url('https://pccfootcare.ca/wp-content/uploads/2025/03/old-mill.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 45% !important;
    background-attachment: fixed;
}

@media screen and (max-width:1024px) {

    .contact,
    .appointment {
        background-attachment: scroll;
    }
}

.contact-content {
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
    text-align: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8) !important;
    padding: 1em 2em;
    font-size: clamp(1rem, 0.1rem + 1.0vw, 1.5rem);
    color: black;
    border-radius: 0.5em;
}

.hours {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: var(--pccdark);
}

.hours li {
    padding: 0.1em 0.3em;
}

.highlight {
    color: var(--pccpurple);
    font-weight: 800;
    display: inline-block;
    white-space: nowrap;
}


/* BUTTONS ********************************************************/

button {
    padding: 0.5em 1em !important;
    font-size: 1.2rem !important;
    background-color: #AC31FA;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 2px;
    transition: ease-in-out 0.3s;
}

button:hover {
    background-color: var(--pccgreen);
    color: var(--pccdark);
    cursor: pointer;
}

/* BOOK AN APPOINTMENT PAGE ************************************/

.iframe-container {
    width: 100%;
    min-height: 500px;
    /* Adjust this height as needed */
    overflow: auto;
    /* This makes the container scrollable if the content overflows */
    position: relative;
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
}

#footer,
#footer * {
    font-family: "Inter", sans-serif !important;
    font-weight: 200;
    color: var(--pccwhite);
}

#footer a:hover {
    color: var(--pccgreen);
}

h3.widget-title {
    color: var(--pccwhite);
    font-weight: 800 !important;
}

/* Services Page *******************************************************************/
.service {
    background-image: url('https://pccfootcare.ca/wp-content/uploads/2025/04/bg-services2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center !important;
    gap:15px;

}

.service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(172, 49, 250, 0.6);
    z-index: 1;
}

.service>* {
    position: relative;
    z-index: 2;
    /* Ensures content appears above the overlay */
}

.service-wrap {
    display: flex;
    gap: 25px;
    justify-content: space-between;

}

.service-content {
    background-color: rgba(255, 255, 255, 0.8) !important;
    padding: 1em 2em;
    font-size: clamp(1rem, 0.1rem + 1.0vw, 1.5rem);
    color: var(--pccdark);
    border-radius: 0.5em;
    flex: 1 !important;


}

.service-content img {
    margin: 0.5em 0;
}

.service-content img.head-pic {
    min-width: 100%;
    height: auto;
    border-radius: 10px;
}

.service-wrap ul li {
    margin-left: -1em;

}

/* Contact Page ********************************************************************/

.pcc-map img {
    border-radius: 0.5em !important;
}

svg {
    fill: var(--pccwhite);
    transition: 0.3s ease-in-out;
}

svg:hover {
    fill: var(--pccgreen);
    cursor: pointer;
}