/*
 Theme Name:   advrcmsolution
 Theme URI:    https://chimpstudio.co.uk/elementor
 Description:  Child theme for Hello Elementor
 Author:       Chimpgroup
 Author URI:   https://chimpgroup.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  advrcmsolution
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Add your custom CSS below */
/* Right Sidebar Styling */
.right-sidebar {
    width: 300px;
    background-color: #ffffff;
    color: #333333;
    padding: 30px;
    border-radius: 12px;
    height: fit-content;
    border: 1px solid #eeeeee;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

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

.services-list li {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.services-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.services-list li a {
    color: #333333;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease;
}

.services-list li a:hover {
    color: #000000;
    padding-left: 5px;
}
.single-post .page-content:has(.right-sidebar) {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
.single-post .page-content:has(.right-sidebar) .content-holder {
    flex: 0 0 67%;
    max-width: 67%;
}
.single-post .right-sidebar {
    flex: 0 0 30%;
    max-width: 30%;
    position: sticky;
    top: 120px;
    margin-bottom: 30px;
}
.single-post .elementor-element.booking-page {
    display: none;
}
@media screen and (max-width: 575px) {
    .single-post .right-sidebar,
    .single-post .page-content:has(.right-sidebar) .content-holder {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* advrcmsolutions styles start here*/


.success-progress .e-con-inner {
    max-width: 100%;
}
.success-progress .success-progress-card {
    padding: 25px 25px;
    border: 2px solid #ddd;
    border-radius: 0 0 5px 5px;
    margin-left: -2px;
    border-left: 0;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.success-progress .success-progress-card:nth-child(even) {
    border-top: 0;
}
.success-progress .success-progress-card:nth-child(odd) {
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.success-progress .success-progress-card:nth-child(odd):first-child {
    border-left: 2px solid #ddd;
}
.success-progress .success-progress-card:first-child:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 2px;
    border-bottom: 2px solid #ddd;
    width: 9999px;
    left: -9999px;
}
.success-progress .success-progress-card:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    border-bottom: 2px solid #ddd;
    width: 9999px;
    right: -9999px;
}
.success-progress {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 50px;
	overflow: hidden;
}

.success-progress .success-progress-card .elementor-widget-icon-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.success-progress .success-progress-card:nth-child(odd) .elementor-widget-icon-box {
    bottom: auto;
    top: -30px;
}
.success-progress .success-progress-card .elementor-counter-title {
    line-height: 30px;
}
.success-progress .success-progress-card .elementor-counter-number-wrapper {
    margin: 0 0 15px;
}

/* Our Process Section Style Start */
.elementor-element.process-card {
    position: relative;
    padding: 0 15px;
}
.elementor-element.process-card:before {
	background: url('https://chimpstudio.co.uk/advrcmsolutions/wp-content/uploads/2026/01/curved-line-1.svg') no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100px;
    z-index: -1;
}
.elementor-element.process-card:nth-child(odd):before {}
.elementor-element.process-card:nth-child(even):before {
    transform: scale(-1);
}
.elementor-element.process-card:last-child:before {
    display: none;
}
.elementor-element.booking-page {
    overflow: hidden;
}
.elementor-element.process-card .elementor-icon {
    background-color: #fff;
}
/* Our Process Section Style End */

/* Responsive Style Start */
@media (max-width: 767px) {
	.elementor-element.process-card:before {
		display: none;
	}
	.elementor-element.process-card {
		max-width: 50%;
	}
	.success-progress .success-progress-card:first-child:before,
	.success-progress .success-progress-card:last-child:after{
		display: none;
	}
	.success-progress .success-progress-card {
		width: 48%;
		margin-bottom: 50px;
		border-left: 2px solid #ddd;
		border-radius: 5px;
	}
	.success-progress .success-progress-card:nth-child(even) {
		border-top: 2px solid #ddd;
		border-radius: 5px;
	}
	.success-progress .success-progress-card:nth-child(odd) {
		border-bottom: 2px solid #ddd;
		border-radius: 5px;
	}
	.success-progress .e-con-inner {
		gap: 0 20px !important;
	}
	.success-progress .success-progress-card .elementor-widget-icon-box {
		bottom: auto;
		top: -30px;
	}
}
@media (max-width: 576px) {
	.elementor-element.process-card {
		max-width: 100%;
	}
	.success-progress .success-progress-card {
		width: 100%;
	}
	.success-progress .e-con-inner {
		gap: 0 !important;
	}
}