*,
h1, h2, h3, h4, h5, h6,
li{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('https://careguild.ca/wp-content/uploads/2025/06/SourceSerifPro-Bold.woff2') format('woff2'),
        url('https://careguild.ca/wp-content/uploads/2025/06/SourceSerifPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('https://careguild.ca/wp-content/uploads/2025/06/SourceSerifPro-Light.woff2') format('woff2'),
        url('https://careguild.ca/wp-content/uploads/2025/06/SourceSerifPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('https://careguild.ca/careguild-wp/wp-content/uploads/2025/06/SourceSerifPro-Regular.woff2') format('woff2'),
        url('https://careguild.ca/careguild-wp/wp-content/uploads/2025/06/SourceSerifPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('https://careguild.ca/careguild-wp/wp-content/uploads/2025/06/SourceSerifPro-Semibold.woff2') format('woff2'),
        url('https://careguild.ca/careguild-wp/wp-content/uploads/2025/06/SourceSerifPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.source-font{
    font-family: "Source Serif", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6{
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    letter-spacing: 0.3px;
}


html{
    font-size: 16px;
}

body{
    font-size: 100%;
    font-family: "Poppins", sans-serif;
	background: #fff;
}

.entry-content{
    font-family: "Poppins", sans-serif;
}

section{
    padding: 100px 0;
}

p {
    font-size: 1em;
    font-weight: 300;
}

ul, ol{
    margin: 0;
    padding: 0;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

.logo img{
    max-width: 220px;
}

header.main{
    padding: 20px 0;;
}

.logo{
    height: 50px;
}

header.main > .container{
    display: flex;
    justify-content: space-between
}

.navigation-list{
    font-size: 15px;
    display: flex;
    align-items: center;
}

.menu-list,
.navigation-list{
    list-style: none;
    display: flex;
}

.menu-list a{
    text-decoration: none;
    color: #202020;
}

.menu-list > li{
    margin-right: 35px;
}

.cta-button{
    color: #fff;
    background: #228cac;
    display: flex;
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.main-banner{
	background: url('https://careguild.ca/wp-content/uploads/2025/06/banner-scaled.jpg') no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 20px 0;
    height: 600px;
    color: #fff;
    display: flex;
    align-items: center;
}

.main-banner h1 {
    position: relative;
    padding-bottom: 40px;
    font-weight: 400;
    font-size: 2.5em;
    margin: 0;
    letter-spacing: 0.3px;
}

.main-banner h1 > span{
    display: block;
}

.main-banner h1:after{
    content: '';
    background: #fff;
    height: 4px;
    width: 50px;
    display: block;
    position: absolute;
    border-radius: 5px;
    bottom: 18px;  
}

.banner-content-wrapper {
    max-width: 650px;
}

.cta-banner-btn {
    background: #fff;
    color: #54adc8;
    display: inline-block;
    padding: 14px 27px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 14px;
    text-decoration: none;
}

/* About us section starts from here */
.aboutus-home{
    position: relative;
}

.aboutus-home:before {
    content: '';
    background: url(https://careguild.ca/wp-content/uploads/2025/06/logo-bg.png);
    position: absolute;
    left: 0;
    right: 0;
    background-size: 300px;
    width: 300px;
    height: 230px;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.about-img{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 350px;
    height: 400px;
    position: relative;
}

.twosections {
    display: flex;
    align-items: center;
    gap: 50px;
}

.left-section h3{
    color: #228cac;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Poppins';
    margin: 0;
}


.about-points {
    font-weight: 500;
    color: #202020;
    list-style: none;
    column-count: 2;
    margin-top: 25px;
    margin-bottom: 25px;
}

.about-points > li {
    position: relative;
    margin: 0 0 15px;
    padding-left: 20px;
}

.about-points > li:before {
    content: '';
    background: url(https://careguild.ca/wp-content/uploads/2025/06/checkico.png) no-repeat;
    position: absolute;
    top: 4px;
    margin-right: 7px;
    width: 15px;
    display: block;
    height: 15px;
    background-size: contain;
    left: -1px;
}

.aboutus-home > .container{
    max-width: 990px;
}

.aboutus-home h2.headline {
    margin-bottom: 12px;
    font-size: 2.4em;
    color: #202020;
    margin: 5px 0 12px;
}

.book-now-button{
    background: #228CAC;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    padding: 12px 35px;
    text-decoration: none;
    border-radius: 50px;
}
/* About us section finsihes here */

/* Counter section starts from here */
.counter-sec {
    background: radial-gradient(78.12% 658.48% at 78.13% 25.5%, #52B2CC 0%, #3E7E95 100%);
    padding: 70px 0px;
}

.counter-list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    text-align: center;
}

.counter-sec .container {
    max-width: 990px;
    color: #fff;
}

.count--span{
    font-size: 2.6em;
}
/* Counter section finishes here */

/* Our Services starts from here */
.ourservices{
    background: #F2F9FF;
}

.ourservices-wrapper {
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: center;
}

.ourservices-list{
    list-style: none;
}

.ourservices--box {
    width: 400px;
    position: relative;
    padding: 60px 0 60px 50px;
}

.ourservices--box h2.headline{
    font-size: 2.3em;
    color: #202020;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.ourservices--box p {
    color: #202020;
    position: relative;
    z-index: 1;
}

.ourservices--box:before{
    content: '';
    border: 3px solid #228CAC;
    position: absolute;
    height: 100%;
    width: calc(100% - 100px);
    left: 0;
    top: 0;
    z-index: 0;
}

.ourservices--box:after{
    content: '';
    height: calc(100% - 100px);
    width: 5px;
    position: absolute;
    right: 98px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #f2f9ff;
}

.banner-content p{
    color: #fff;
}

.ourservices-list{
    position: relative;
}

.ourservices-list:before {
    content: '';
    border-left: 2px dashed #228cac;
    position: absolute;
    height: calc(100% - 20px);
    left: -22px;
    top: 5px;
}

.ourservices-list > li {
    position: relative;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-weight: 500;
}

.ourservices-list > li:before {
    content: '';
    background: url(https://careguild.ca/wp-content/uploads/2025/06/checkico.png) no-repeat;
    position: absolute;
    left: -29px;
    top: 4px;
    background-size: 100%;
    width: 18px;
    height: 20px;
}

.ourservices-list > li:last-child{
    margin-bottom: 0;
}
/* Our Services finishes here */

/* Testimonials Starts from here */
.testimonials--feedback {
    list-style-type: none;
    max-width: 650px;
    margin: 30px auto 0;
    position: relative;
}

.testimonials-home{
    text-align: center;
}

.feedback--rating > li{
    list-style: none;
    margin-left: 3px;
}

.feedback--rating > li:first-child{
    margin-left: 0;
}

.feedback--rating{
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.feedback--rating img{
    max-width: 14px;
}

.client--name {
    color: #000;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}   

.client--location {
    color: #999999;
}

.testimonials--feedback:before {
    content: url(../img/left--quote.png);
    position: absolute;
    left: -150px;
}

.testimonials--feedback:after {
    content: url(../img/right--quote.png);
    position: absolute;
    right: -150px;
    top: 0;
}
/* Testimonials finishes here */

/* Footer starts from here */
footer.main{
    background: #1a2e4f;
    padding: 100px 0;
    color: #fff;
}

footer.main > .container{
    display: flex;
}

.subfooter{
    background: #1a2e4f;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    padding: 25px 0;
    color: #fff;
}

.first--footer,
.second--footer,
.third--footer{
    width: 33.33%;
}

.social--media{
    display: flex;
    list-style: none;
}

.active--nav,
.current_page_item{
    font-weight: 500;
    position: relative;
}

header.main .active--nav:after,
header.main .current-menu-item:after {
    content: '';
    background: #228cac;
    width: 20px;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: -5px;
    right: 0;
    margin: auto;
}
/* Footer finishes here */

h2.headline{
    font-size: 2.5em;
}

.first--footer h3 {
    font-size: 2em;
    font-weight: 400;
}

.second--footer h3,
.third--footer h3{
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
}

.first--footer p{
    opacity: 0.5;
    color: #fff;
}

ul.footer--nav{
    list-style: none;
    font-size: 1em;
}

ul.footer--nav li > a{
    text-decoration: none;
    color: #fff;
    opacity: 0.5;
}

.current-menu-item{
    font-weight: 500;
}

/** Testimonials **/
.testimonials{
    text-align: center;
}

.clients-feedback {
    position: relative;
    padding: 0 20px;
    max-width: 600px;
    margin: 0 auto;
}

.feedback-content {
    font-weight: 200;
    max-width: 600px;
    margin: 0 auto 20px;
}

.feedback-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feedback--rating > li {
    list-style: none;
    margin-left: 3px;
}

.feedback-stars > li {
    margin-left: 5px;
}

.feedback-stars > li:first-child {
    margin-left: 0;
}

.feedback--rating img {
    max-width: 14px;
}

.client--name {
    color: #000;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.client--location {
    color: #999999;
}

.feedback-stars i {
    color: #E2E2E2;
    font-size: 1em;
}

.feedback-stars i.active-star{
    color: #ffaf14;
}

.feedback-by .by-name {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.feedback-by .by-location {
    color: #999;
    font-size: 0.8em;
    font-weight: 300;
}

.clients-feedback::before {
    content: '';
    background: url(https://careguild.ca/wp-content/uploads/2024/09/left-testimonial.png) no-repeat;
    left: -150px;
    position: absolute;
    height: 63px;
    width: 95px;
}

.clients-feedback::after {
    content: '';
    background: url(https://careguild.ca/wp-content/uploads/2024/09/right-testimonial.png) no-repeat;
    position: absolute;
    right: -150px;
    top: 0;
    height: 63px;
    width: 95px;
}

.first--footer h3,
.second--footer h3,
.third--footer h3{
    margin-bottom: 15px;
}

ul.social--media a{
    color: #fff;
}

ul.social--media > li{
    margin-left: 15px;
}

ul.social--media > li:first-child{
    margin-left: 0;
}

.client--contact{
    list-style-type: none;
}

.client--contact a{
    text-decoration: none;
    color: #fff;
}

.banner-img {
    background: radial-gradient(78.12% 658.48% at 78.13% 25.5%, #52B2CC 0%, #3E7E95 100%);
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

.banner-img h2.headline{
    font-family: "Poppins", sans-serif;
    font-size: 2em !important;
    text-transform: uppercase;
    font-weight: 300 !important;
}

.banner-img h2.headline {
    font-size: 2.25em;
    font-weight: 400;
}

.entry-content{
    font-size: 1em;
}

.wp-block-archives:not(.alignwide):not(.alignfull), .wp-block-categories:not(.alignwide):not(.alignfull), .wp-block-code, .wp-block-columns:not(.alignwide):not(.alignfull), .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-media-text:not(.alignwide):not(.alignfull), .wp-block-preformatted, .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-verse, .wp-block-video:not(.alignwide):not(.alignfull){
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.about-img:before {
    content: '';
    background: #36C9B5;
    width: 100px;
    height: 100px;
    display: block;
    right: -10px;
    position: absolute;
    top: -10px;
    z-index: -1;
}

.about-img:after {
    content: '';
    background: #53B4D1;
    width: 100px;
    height: 100px;
    display: block;
    left: -10px;
    position: absolute;
    bottom: -10px;
    z-index: -1;
}

.first--footer {
    padding-right: 100px;
    width: 500px;
}

ul.footer--nav > li {
    margin-bottom: 8px;
}

ul.footer--nav > li:last-child{
    margin-bottom: 0;
}

.client--contact > li{
    color: #fff;
    opacity: 0.5;
    margin-bottom: 8px;
}

.singular .entry-header {
    padding: 50px 0;
    background: radial-gradient(78.12% 658.48% at 78.13% 25.5%, #52B2CC 0%, #3E7E95 100%);
}

h1, .heading-size-1{
    font-size: 2em;
}

.singular .entry-header h1,
.singular .entry-header .heading-size-1{
    font-family: "Poppins", sans-serif;
    font-size: 2em !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    color: #fff;
}

.post-inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.banner-img {
    background: radial-gradient(78.12% 658.48% at 78.13% 25.5%, #52B2CC 0%, #3E7E95 100%);
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

blockquote, .border-color-accent, .border-color-accent-hover:hover, .border-color-accent-hover:focus{
    border-color: #228cac;
}

.form-template{
    background: #f7f7fa;
}

label,
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea, select{
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    padding: 10px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea{
    border-width: 1px;
}

.form-wrapper-design{
    padding: 40px;
    border: 1px solid #dfdfdf;
    background: #fff;
    max-width: 768px;
    margin: 20px auto 0;
}

.form-row{
    display: flex;
    gap: 20px;
}

.form-33{
    width: 33.33%;
}

.form-50{
    width: 50%;
	min-width: 333px;
}

.wpcf7-list-item{
    margin: 0;
}

.wpcf7-list-item input[type="radio"]{
    position: relative;
    top: 2px;
}

button, .button, .faux-button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"]{
    font-size: 13px;
    padding: 10px 21px;
    letter-spacing: 0;
    font-weight: 400;
    background: #228cac;
}

.redman {
    color: red;
    margin: 0 0 0 3px;
}

select{
    border: 1px solid #dfdfdf;
    width: 100%;
    padding:10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border: none;
    background: #ffdcdc;
    font-size: 13px;
    padding: 8px 10px;
}

.cta-button{
    text-decoration: none;
}

.form-wrapper-design p > label {
    padding: 0;
}

.wpcf7-not-valid-tip{
    font-size: 13px;
}

/* New */
.form-25{
	width: 25%;
}

.pickupaddress-section h3 {
	font-size: 1em;
    padding-left: 0;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

input[type="date"]{
	height: 42px;
}

@media (max-width: 992px){
    body{
        font-size: 90%;
    }

    .menu-list > li{
        margin-right: 20px;
    }

    .navigation-list{
        font-size: 13.5px;
    }

    .cta-button{
        width: 110px;
        height: 36px;
    }

    .about-points{
        column-count: 1;
    }

    .clients-feedback::before {
        left: 0;
        position: absolute;
        height: 40px;
        width: 62px;
        background-size: contain;
        top: -40px;
    }

    .clients-feedback::after {
        right: 0;
        position: absolute;
        height: 40px;
        width: 62px;
        background-size: contain;
        top: -40px;
    }
}

@media (max-width: 768px){
    .menu-list {
        position: absolute;
        width: 100%;
        left: 0;
        border-top: 1px solid #dfdfdf;
        top: 120px;
    }

    .menu-list{
        display: block;
    }
	
	
    
    .menu-list > li{
        margin: 0;
    }

    .menu-list > li > a {
        display: block;
        padding: 8px 20px;
        border-bottom: 1px solid #f2f2f2;
    }

    .current-menu-item > a{
        background: #f2f2f2;
    }

    header.main .active--nav:after, 
    header.main .current-menu-item:after{
        display: none;
    }

    .main-banner {
        height: 400px;
        align-items: center;
        display: flex;
        margin: 0;
    }

    .banner-content-wrapper{
        margin-top: 0;
    }

    .main-banner h1{
        font-size: 2em;
    }

    .cta-banner-btn{
        padding: 10px 20px;
        font-size: 12px;
        text-decoration: none;
    }

    .twosections{
        flex-wrap: wrap;
    }

    section{
        padding: 60px 0;
    }

    .about-img{
        width: 250px;
        height: 300px   ;
    }

    .about-points{
        margin-bottom: 0;
    }

    .counter-list{
        display: block;
    }

    .counter-sec{
        padding: 50px 0;
    }

    .counter-list > li{
        margin-bottom: 30px;
    }

    .counter-list > li:last-child{
        margin-bottom: 0;
    }

    .ourservices-wrapper{
        display: block;
    }

    .ourservices-list:before{
        left: 11px;
    }

    .ourservices-list > li{
        padding-left: 20px;
        margin-bottom: 30px;
    }

    .ourservices-list > li:before{
        left: -7px;
    }

    .ourservices-list {
        position: relative;
        padding-left: 10px;
        margin-top: 30px;
    }

    .ourservices--box{
        width: 100%;
        padding: 40px 0 40px 40px;
    }

    .clients-feedback::before,
    .clients-feedback::after{
        display: none;
    }

    h2.headline {
        font-size: 1.75em;
    }

    footer.main{
        padding: 50px 0;
    }

    footer.main > .container{
        display: block;
    }

    .first--footer,
    .second--footer,
    .third--footer{
        padding-right: 0;
        width: 100%;
        padding-bottom: 40px;
    }

    .third--footer{
        padding-bottom: 0;
    }

    .footer--nav .current-menu-item > a{
        color: #fff;
        opacity: 1;
    }

    .menu-list {
        display: block;
        background: #fff;
        z-index: 1;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
        font-size: 12px;
    }
	
	.navigation-list{
		display: none;
	}
	
	.form-row{
		display: block;
	}
	
	.form-50,
	.form-33,
	.form-25{
		width: 100%;
		min-width: auto;
	}
	
	.form-wrapper-design{
		padding: 20px;
	}
	
	.banner-img h2.headline{
		font-size: 1.5em !important;
	}
}   