.wp-block-social-links .wp-social-link svg{
	width: 30px;
	height: 30px;
}
.breadcrumb-wrapper::before {
    background-image: unset;
}
.banner__slide {
    max-height: 720px;
    height: 100vh; /* Makes it responsive to screen height */
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat;
}
.contact-section.contactpg-contact {
	height: auto;
  background-repeat: no-repeat;
 background-size: 100% 100%  ; /* Or 'auto' if you want exact image size */
  background-position: center;
	
}
.notification-wrap {
    display: none;
}

.contact-section .c-location{
    position: relative;
    padding-bottom: 140px;
}
.contact-section .c-location::before{
    content: '1667 91 St SW, Edmonton, AB T6X 0C8';
    position: absolute;
    bottom: 32px;
}
.contact-section .c-location::after{
    content: 'Edmonton Office';
    position: absolute;
    bottom: 0px;
    font-weight: 700;
    font-size: 18px;
    width: 170px;
    left: 0;
}
.contactpg-contact .contact-social{
    position: relative;
    padding-bottom: 140px;
}
.contactpg-contact .contact-social::before{
    content: '587-817-2955';
    position: absolute;
    bottom: 32px;
}
.contactpg-contact .contact-social::after{
    content: 'Fax Number';
    position: absolute;
    bottom: 0;
    font-weight: 700;
    font-size: 18px;
    width: 170px;
    left: 0;
}
@media screen and (max-width: 992px){
	.contact-section .c-location, .contactpg-contact .contact-social{
		padding-bottom: 100px;
	}
}
a {
    text-decoration: none !important;
}

.service-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    width: 100% !important;
    gap: 32px;
    transform: none !important;
    transition: none !important;
	padding-bottom: 0;
}
.services-wrapper .swiper-slide{
	margin-right: 0 !important;
	margin-top: 0 !important;
}

.service-swiper .swiper-slide {
    width: auto !important;
}
.page-template-service .services-wrapper .service__card{
    padding: 32px;
    height: -webkit-fill-available;
}
.service-swiper .swiper-pagination{
	display: none;
}

@media screen and (max-width: 992px){
	.service-swiper .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 680px){
	.service-swiper .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
}
}
.single-service .wp-block-media-text__content{
	padding-left: 0;
}

.quote-section::before, 
.quote-section .elementor-background-overlay, 
.wp-block-cover__background {
    background-color: transparent !important;
    background-image: none !important;
    opacity: 0 !important;
}
.quote-section {
    background-color: transparent !important;
    filter: none !important;
}
.quote-section {
    background-color: #003366 !important; 
}
.banner__two-slider .swiper-slide .banner__slide{
    height: 700px !important;
}

@media screen and (max-width: 1024px){
    .banner__two-slider .swiper-slide .banner__slide{
        height: 600px !important;
    }
}
@media screen and (max-width: 768px){
    .banner__two-slider .swiper-slide .banner__slide{
        height: 500px !important;
    }
    .banner__two .banner__slide .banner__wrapper .banner__title{
        margin-bottom: 40px;
    }
}
.service__card{
	height: -webkit-fill-available;
}