/*
Theme Name: Hello Elementor Child
Theme URI: https://yourwebsite.com
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", Sans-serif !important;
    font-weight:600 !important;
}
h1.heading {
    margin: 0;
}
p,ul li,ol li{
font-family: "Inter" !important;
}

.pdtb-70{
	padding: 70px 15px;
}
.pdtb-35{
	padding: 35px 0px;
}
.pdt-70 {
    padding-top: 70px;
}
.pdb-40 {
    padding-bottom: 40px;
}
.pdb-70{
	padding-bottom: 70px;
}
.container {
    max-width: 1440px;
}
.step-circle{
    width:60px;
    height:60px;
    background:#f47a00;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    font-size:24px;
    font-weight:700;
    position:relative;
}

.step-circle:after{
    content:'';
    position:absolute;
    width:320px;
    height:2px;
    background:#f2b37b;
    left:70px;
    top:50%;
    transform:translateY(-50%);
}

.last-column .step-circle:after{
    display:none;
}
a.learn-brn {
    background: #ffffff;
    padding: 10px 15px;
    color: #000;
    margin-top: 20px;
    /* display: block; */
    border-radius: 5px;
}
@media(max-width:768px){
    .pdtb-70{
	padding: 50px 15px;
}
.pdtb-35{
	padding: 35px 0px;
}
.pdt-70 {
    padding-top: 50px;
}
.pdb-40 {
    padding-bottom: 40px;
}
.pdb-70{
	padding-bottom: 50px;
}
.step-circle:after{
    content:none !important;
}
}

.related-post-content h4 {
    font-size: 16px;
    line-height: 1.4;
}

.recent-posts-section {
    padding: 80px 0;
}

.recent-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.recent-post-card {
    display: block;
    text-decoration: none;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.recent-post-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.recent-post-content {
    padding: 30px;
}

.recent-post-content h3 {
    margin: 16px 0;
    font-size: 24px;
}

@media(max-width: 991px) {

    .blog-layout {
        grid-template-columns: 1fr;
    }

    .recent-post-grid {
        grid-template-columns: 1fr;
    }

    .blog-title {
        font-size: 38px;
    }

}
.hero-cat {
    display: inline-block;
    background: #E8650A;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 3px;
    margin-bottom: 16px;
    width: fit-content;
}
.hero-cat a {
	color:#fff;
}
/* =====================
   SIDEBAR
   ===================== */
.sidebar { display: flex; flex-direction: column; gap: 24px; }

/* CTA WIDGET */
.sw-cta { background: #fff; border: 1px solid #e4e4e4; border-radius: 12px; padding: 24px 20px; text-align: center; }
.sw-cta-icon { width: 44px; height: 44px; background: #fff3ea; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.sw-cta h4 { font-family: 'Playfair Display'; font-size: 20px; font-weight: 700; color: #000; margin-bottom: 10px; line-height: 1.3; }
.sw-cta p {
    font-size: 14px;
    color: #000;
    line-height: 1.65;
    margin-bottom: 18px;
}
.sw-cta .book-btn { display: flex; align-items: center; justify-content: center; gap: 8px; background: #E8650A; color: #fff; font-size: 14px; font-weight: 700; padding: 13px 20px; border-radius: 6px; text-decoration: none; margin-bottom: 10px; }
.sw-cta .book-btn:hover { background: #d45c09; }
.sw-cta .call-btn { display: flex; align-items: center; justify-content: center; gap: 8px; background: #fff; color: #E8650A; font-size: 14px; font-weight: 700; padding: 12px 20px; border-radius: 6px; border: 1.5px solid #E8650A; text-decoration: none; }
.sw-cta .call-btn:hover { background: #fff3ea; }

/* GOOGLE REVIEW WIDGET */
.sw-review { background: #fff; border: 1px solid #e4e4e4; border-radius: 12px; padding: 20px; }
.sw-review h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Playfair Display';
    margin-bottom: 4px;
    line-height: 1.3;
}
.sw-review .google-row { display: flex; align-items: center; gap: 10px; margin: 10px 0 6px; }
.google-logo { font-size: 18px; font-weight: 700; font-family: Arial, sans-serif; }
.google-logo .g-blue { color: #4285F4; }
.google-logo .g-red { color: #EA4335; }
.google-logo .g-yellow { color: #FBBC05; }
.google-logo .g-green { color: #34A853; }
.stars-big { color: #E8650A; font-size: 20px; letter-spacing: 2px; }
.score { font-size: 22px; font-weight: 700; color: #111; }
.review-count {
    font-size: 12px;
    color: #000;
    margin-top: 2px;
}

/* RELATED ARTICLES WIDGET */
.sw-related { background: #fff; border: 1px solid #e4e4e4; border-radius: 12px; overflow: hidden; }
.sw-related-hd { padding: 14px 18px; border-bottom: 1px solid #f0f0f0; }
.sw-related-hd h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Playfair Display';
    color: #000;
}
.rp { display: flex; gap: 12px; padding: 13px 16px; border-bottom: 1px solid #f5f5f5; text-decoration: none; }
.rp:last-of-type { border-bottom: none; }
.rp:hover { background: #fafafa; }
.rp-thumb { width: 66px; height: 52px; border-radius: 5px; flex-shrink: 0; object-fit: cover; }
.t1 { background: linear-gradient(135deg,#2a3a4a,#1a2530); }
.t2 { background: linear-gradient(135deg,#4a2a1a,#2a1008); }
.t3 { background: linear-gradient(135deg,#1a3a2a,#0a2018); }
.t4 { background: linear-gradient(135deg,#3a3a1a,#202010); }
.rp-info h5 {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    font-family: 'Playfair Display';
    line-height: 1.4;
    margin-bottom: 4px;
}
.rp-info span { font-size: 11px; color: #bbb; }
.view-all { display: flex; align-items: center; gap: 6px; padding: 12px 16px; font-size: 13px; font-weight: 600; color: #E8650A; text-decoration: none; border-top: 1px solid #f0f0f0; }
.view-all:hover { text-decoration: underline; }

/* SERVICE AREAS WIDGET */
.sw-areas { background: #fff; border: 1px solid #e4e4e4; border-radius: 12px; padding: 20px; }
.sw-areas h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Playfair Display';
    color: #000;
    margin-bottom: 14px;
    line-height: 1.3;
}
.area-list { list-style: none;     padding: 0; }
.area-list li {
    font-size: 14px;
    color: #000;
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #f5f5f5;
}
.area-list li:last-child { border-bottom: none; }
.area-check { color: #E8650A; font-size: 14px; font-weight: 700; }
.view-areas { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 13px; font-weight: 600; color: #E8650A; text-decoration: none; }
.view-areas:hover { text-decoration: underline; }
.icta {
    background: #000;
    border-radius: 12px;
    padding: 44px 48px;
    margin: 30px 0 0;
    text-align: center;
}
.icta h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.icta p {
    color: #fff !important;
    margin-bottom: 22px;
}
.icta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.btn-o {
    background: #E8650A;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}
.btn-w {
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.28);
    text-decoration: none;
    display: inline-block;
}
.blog-single-banner{
    background-image: url(https://kpy.ocp.mybluehost.me/wp-content/uploads/2026/05/Header-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inspection-list ul.elementor-icon-list-items.elementor-inline-items li {
    margin-bottom: 10px;
}
.inspection-list ul.elementor-icon-list-items.elementor-inline-items li:last-child {
    margin-bottom: 0px;
}
.svc-media::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 64px;
    height: 64px;
    border-left: 3px solid #EB7D00;
    border-bottom: 3px solid #EB7D00;
    border-radius: 0 0 0 5px;
}
.why-media img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 5px;
}