        .services-container {
            display: flex;
            width: 100%;
            justify-content: center;
            flex-wrap: wrap; /* Allows stacking on mobile */
        }

        /* CARD COMPONENT */
        .card {
            width: 33.33%;
            padding: 0 15px; /* Creates the gutter space between cards */
            display: flex;
            flex-direction: column;
            align-items: center;
            background: transparent;
        }

        /* IMAGE WRAPPER (To handle absolute positioning of the button) */
        .image-wrapper {
            position: relative;
            width: 100%;
            height: 400px; /* Fixed height for consistency */
            margin-bottom: 35px; /* Space for the overlapping button */
            border-radius: 30px; /* Large rounded corners per design */
            overflow: visible; /* Allows button to hang off */
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }

        .card:hover .image-wrapper {
            transform: translateY(-5px);
        }

        /* THE IMAGE ITSELF */
        .card-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 30px; /* Matches wrapper */
            display: block;
        }

        /* THE RED ACTION BUTTON */
        .action-btn {
            position: absolute;
            bottom: -25px; /* Half of height (50px) to overlap exactly 50% */
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 50px;
            background-color: #910000; /* Dark Red */
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 4px solid #fff; /* White border to separate from image */
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        .card:hover .action-btn {
            background-color: #910000;
            transform: translateX(-50%) scale(1.1);
        }

        /* SVG ICON STYLING */
        .arrow-icon {
            width: 20px;
            height: 20px;
            stroke: white;
            stroke-width: 2;
            fill: none;
            /* Rotate -45deg to point top-right */
            /* Actually, the icon itself will be drawn pointing right, we rotate it */
        }

        /* TEXT CONTENT */
        .card-title {
            font-size: 23px;
            font-weight: 500;
            color: #222;
            text-align: center;
            margin-top: 10px;
        }

/* contact us page start */

.cont_in_main_inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #910000;
    border-radius: 20px;
    padding: 30px 0;
}

.cont_in_bx {
    padding: 0px 55px;
    border-right: 1px solid #FFFFFF33;
}

.cont_in_bx:last-child {
    border-right: none;
}

.inr_site_row {
    width: 100% !important;
    max-width: 80% !important;
}

.cont_in_bx_inr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.cont_in_bx_icon {
    line-height: 0;
}

.cont_in_bx_title span {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.cont_in_bx_title a {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
}

.cont_map {
    line-height: 0;
    width: 100%;
}

.cont_map iframe {
    width: 100%;
    height: 400px;
}

/* end */

/* about us page start */

.abt_in_col_1,
.abt_in_col_2 {
    width: 50% !important;
}

.abt_in_col_1 {
    padding-right: 30px;
}

.in_abt_img {
    width: 100% !important;
    line-height: 0;
}

.in_abt_img img {
    object-fit: cover;
    width: 100% !important;
    height: auto;
}

.in_cl_1 {
    width: 45% !important;
}

.in_cl_2 {
    width: 55% !important;
}

.in_cl_2 .site_title1:before {
    left: 0;
    right: auto;
}

/* end */

/* service area page */
.service_area_btn_box_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service_area_btn_box_inner .site_button {
    background: #fff;
    color: #000;
    width: 230px;
    margin: 10px 7px 20px;
    justify-content: start;
    padding: 0 0 0 20px;
}

.service_area_btn_box_inner .site_button:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 15px;
    background: url('data:image/svg+xml,<svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.97561 12C8.97561 7.1831 14.4288 6.1482 14.9797 6.05593C15.0075 6.05127 15.0244 6.02784 15.0244 5.99961C15.0244 5.97172 15.0081 5.94855 14.9806 5.94354C14.4351 5.84374 8.97561 4.727 8.97561 0M0 5.99317H15.0244" stroke="black" stroke-miterlimit="10"/></svg>') no-repeat;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 100% 100%;
}
.service_area_btn_box_inner .site_button:hover:after {
    filter: invert(1);
}
/* service area page end */
/* ------------- suburb page start ------------------ */
.sub_fl_row {
    border-top: 1px solid #DDDDDD;
}
.sub_rgt_desc_box_inner span {
    color: #fff !important;
}

.suburb_lft_img_section:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 25%;
    background: #910000;
    top: 0;
    left: 0;
}

.suburb_lft_img_section:before {
    position: absolute;
    content: "";
    height: 169px;
    width: 249px;
    background: url(/wp-content/uploads/2025/11/after_home_img.png) no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
    z-index: 1;
    background-size: 100% 100%;
}
.suburb_lft_img_col_1 {
    width: 51.2% !important;
}

.suburb_lft_img_col_2 {
    width: 48.8% !important;
    padding: 0 0 0 35px;
}

.sub_lft_img_code img {
    height: 486px;
    width: 100% !important;
    object-fit: cover;
}

.sub_lft_img_code {
    line-height: 0;
    overflow: hidden;
    border-radius: 30px;
}
.border_top {
    border-top: 1px solid #DDDDDD;
}
/* ------------- suburb page end ------------------ */


@media all and (min-width: 320px) and (max-width: 767px) {

    /* contact us page start */

    .cont_map iframe {
        width: 100%;
        height: 300px;
    }

    .inr_site_row {
        width: 100% !important;
        max-width: 98% !important;
    }

    .cont_in_main_inr {
        flex-direction: column;
        padding: 10px 0;
    }

    .cont_in_bx {
        width: 100%;
        border: none;
        padding: 0px 10px;
    }

    .cont_in_bx_inr {
        gap: 10px;
        justify-content: center;
        padding-bottom: 10px;
        flex-direction: column;
    }

    .cont_in_bx_title span {
        font-size: 16px;
        text-align: center;
    }

    .cont_in_bx_title a {
        font-size: 14px;
        text-align: center;
    }

    .cont_in_bx_icon svg {
        width: 100%;
        height: 60px;
    }

    /* end */

    /* about us page start */

    .abt_in_col_1,
    .abt_in_col_2 {
        width: 100% !important;
    }

    .abt_in_col_1 {
        padding-right: 0px;
    }

    .in_cl_1 {
        width: 100% !important;
    }

    .in_cl_2 {
        width: 100% !important;
    }

    .in_cl_2 .site_title1:before {
        left: 0;
        right: 0;
        margin: auto;
    }

    .in_cl_2 .site_title1 {
        text-align: center;
    }

    /* end */
/* service area page */
	.service_area_btn_box_inner .site_button {
	width: 144px;
        margin: 4px 4px 4px;
        padding: 0 0 0 10px;
	}
	.service_area_btn_box_inner .site_button:after {
		display:none;
	}
	/* service area page end */
	/* ------------- suburb page start ------------------ */
	
	.sub_lft_img_code img {
		height: 300px;
	}
	.suburb_lft_img_section:before,.suburb_lft_img_section:after {
   display:none;
}
	.suburb_lft_img_col_2 {
    padding: 0;
        width: 100% !important;
}
	.suburb_lft_img_col_1 {
    width: 100% !important;
}
		.image-wrapper{
		height:250px;
	}
	.card{
		width:100% !important;
	}
	/* ------------- suburb page end ------------------ */
}

@media all and (min-width: 481px) and (max-width: 767px) {

    /* contact us page start */

    .cont_in_bx_inr {
        flex-direction: unset;
        justify-content: unset;
    }

    .cont_in_bx_title span,
    .cont_in_bx_title a {
        text-align: left;
    }
	.card{
		width:50% !important;
	}
	

    /* end */

}

@media all and (min-width: 768px) and (max-width: 980px) {
		.image-wrapper{
		height:250px;
	}

    /* contact us page start */

    .cont_map iframe {
        width: 100%;
        height: 350px;
    }

    .inr_site_row {
        width: 100% !important;
        max-width: 98% !important;
    }

    .cont_in_main_inr {
        padding: 15px 0;
    }

    .cont_in_bx {
        padding: 0px 10px;
    }

    .cont_in_bx_inr {
        gap: 10px;
    }

    .cont_in_bx_title span {
        font-size: 16px;
    }

    .cont_in_bx_title a {
        font-size: 14px;
    }

    .cont_in_bx_icon svg {
        width: 100%;
        height: 70px;
    }

    /* end */

    /* about us page start */

    .abt_in_col_1,
    .abt_in_col_2 {
        width: 100% !important;
    }

    .abt_in_col_1 {
        padding-right: 0px;
    }

    .in_cl_1 {
        width: 100% !important;
    }

    .in_cl_2 {
        width: 100% !important;
    }

    .in_cl_2 .site_title1:before {
        left: 0;
        right: 0;
        margin: auto;
    }

    .in_cl_2 .site_title1 {
        text-align: center;
    }

    /* end */
/* service area page */
	.service_area_btn_box_inner .site_button {
		width: 170px;
	    margin: 6px 7px 6px;
		padding: 0 0 0 10px;
	}
	.service_area_btn_box_inner .site_button:after {
		right: 12px;
	}
	/* service area page end */
		/* ------------- suburb page start ------------------ */
	
	.sub_lft_img_code img {
		height: 400px;
	}
	.suburb_lft_img_section:before,.suburb_lft_img_section:after {
   display:none;
}
	.suburb_lft_img_col_2 {
    padding: 0;
        width: 100% !important;
}
	.suburb_lft_img_col_1 {
    width: 100% !important;
}
	/* ------------- suburb page end ------------------ */
}

@media only screen and (min-width: 981px) and (max-width: 1140px) {
	.image-wrapper{
		height:300px;
	}
    /* contact us page start */

    .cont_map iframe {
        width: 100%;
        height: 350px;
    }

    .inr_site_row {
        width: 100% !important;
        max-width: 98% !important;
    }

    .cont_in_main_inr {
        padding: 15px 0;
    }

    .cont_in_bx {
        padding: 0px 10px;
    }

    .cont_in_bx_inr {
        gap: 10px;
    }

    .cont_in_bx_title span {
        font-size: 16px;
    }

    .cont_in_bx_title a {
        font-size: 14px;
    }

    .cont_in_bx_icon svg {
        width: 100%;
        height: 70px;
    }

    /* end */
/* service area page */
	.service_area_btn_box_inner .site_button {
		width: 170px;
	    margin: 6px 7px 6px;
		padding: 0 0 0 10px;
	}
	.service_area_btn_box_inner .site_button:after {
		right: 12px;
	}
	/* service area page end */
	/* ------------- suburb page start ------------------ */
	
	.sub_lft_img_code img {
		height: 430px;
	}
	.suburb_lft_img_section:before {
    left: 0;
}
	.suburb_lft_img_col_2 {
    padding: 0 0 0 15px;
}
	/* ------------- suburb page end ------------------ */
}

@media all and (min-width: 1141px) and (max-width: 1440px) {
	.image-wrapper{
		height:300px;
	}
    /* contact us page start */

    .cont_map iframe {
        width: 100%;
        height: 350px;
    }

    .inr_site_row {
        width: 100% !important;
        max-width: 98% !important;
    }

    .cont_in_main_inr {
        padding: 20px 0;
    }

    .cont_in_bx {
        padding: 0px 25px;
    }

    .cont_in_bx_inr {
        gap: 10px;
    }

    .cont_in_bx_title span {
        font-size: 16px;
    }

    .cont_in_bx_title a {
        font-size: 14px;
    }

    /* end */
	/* service area page */
	.service_area_btn_box_inner .site_button {
		width: 190px;
	    margin: 10px 7px 10px;
	}
	/* service area page end */
/* ------------- suburb page start ------------------ */
	
	.sub_lft_img_code img {
		height: 430px;
	}
	.suburb_lft_img_section:before {
    left: 0;
}.suburb_lft_img_col_2 {
    padding: 0 0 0 20px;
}
	/* ------------- suburb page end ------------------ */


}

@media all and (min-width: 1441px) and (max-width: 1880px) {

    /* contact us page start */

    .cont_map iframe {
        width: 100%;
        height: 350px;
    }

    .inr_site_row {
        width: 100% !important;
        max-width: 90% !important;
    }

    .cont_in_main_inr {
        padding: 20px 0;
    }

    .cont_in_bx {
        padding: 0px 40px;
    }

    .cont_in_bx_inr {
        gap: 10px;
    }

    .cont_in_bx_title span {
        font-size: 18px;
    }

    .cont_in_bx_title a {
        font-size: 16px;
    }

    /* end */
	/* ------------- suburb page start ------------------ */
	
	.sub_lft_img_code img {
		height: 430px;
	}
	.suburb_lft_img_section:before {
    left: 0;
}
	/* ------------- suburb page end ------------------ */

}