.testimonial-block {
	background: #b5d3d2;
	padding: 30px 30px 5px;
}

.testimonial-block .wp-block-jetpack-rating-star svg path {
	fill: #dba403;
}

.testimonial-block blockquote:before {
	color: #32373c;
	top: -15px;
  left: -20px;
}

.testimonial-block .wp-block-jetpack-rating-star>span {   
    margin-inline-end: 0;
    margin: 0 1px;
}

body.home .entry-content {
	margin-bottom: 0;
}

/*Services page alignment*/
@media(min-width: 992px) { 
  	body.page-id-3743 div.grid article > header.entry-header {
    height: 90px;
}
  }

body.parent-pageid-3743.page-child div.hero div.entry-thumbnail img {
	width: 100%;
	max-height: 435px;
  object-fit: cover;
	object-position: center;
}

body.home .front-page-content-area .entry-footer {
	display: none;
}

body.page-id-3743 article > a > img {
    height: 350px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

/* Style the call now button */
.nav-call-now:before {
	display: none!important
}

.nav-call-now a {
    background-color: #32373c;
    color: white;
    padding: 10px 16px!important;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    transition: background-color 0.3s ease;
	display: inline-flex!important;
	flex-direction: row;
	flex-wrap: nowrap;
	color: #ffffff!important;
}

/* Add phone icon using dashicons */
.nav-call-now a::after {
    content: "\f525";
    font-family: "dashicons";
    font-size: 16px;
    line-height: 1;
	display: block;
	margin-left: 5px;
}

/* Hover, focus, and active states */
.nav-call-now a:hover,
.nav-call-now a:focus,
.nav-call-now a:active {
    background-color: #15b6b8;
    color: white;
    text-decoration: none;
}

/* Remove default list styling if needed */
.nav-call-now {
    margin-left: 10px; /* Add some space from other nav items */
}

/* Optional: Responsive adjustments */
@media (max-width: 767px) {
    .nav-call-now a {
        padding: 8px 12px;
        font-size: 14px;
    }
	
	.nav-call-now {
		padding-bottom: 12px !important;
        padding-top: 15px !important;
        margin-left: 0;
	}
}

@media screen and (min-width: 768px) {
    .main-navigation {
        padding: 0 35px;
    }
}

div#tertiary ul li.nav-call-now {
	margin-left:0;
}

body.blog div#page, body.single-post div#page {
	max-width: 1180px;
}

body.blog div#page div.post-thumbnail img, 
body.single-post div#page div.post-thumbnail img {
    width: 100%;
	height: 315px;
    object-fit: cover;
    object-position: center;
}

body.home .featured-page article > a > img {
    height: 225px;
    object-fit: cover;
    object-position: center;
}

div.footer-widget-area div#widget-area-2 aside#block-7 {
	margin-bottom: 0;
}


/*Hide cookie policy in header*/
nav#site-navigation ul li.cookie-policy {
	display: none;
}