.elementor-2158 .elementor-element.elementor-element-fb32f3a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9e28e94 *//* --- OVERALL TESTIMONIAL SECTION STYLING --- */
.elementor-2158 .elementor-element.elementor-element-9e28e94 .testimonial-page-container {
    padding: 60px 20px;
    background-color: #F4F8FF; /* Light Lavender/Blue BG */
    text-align: center;
    font-family: Arial, sans-serif;
}

.elementor-2158 .elementor-element.elementor-element-9e28e94 .page-main-heading {
    color: #3C3C78; /* Dark Blue Heading */
    font-size: 2.8em;
    font-weight: 800;
    margin-bottom: 5px;
}

.elementor-2158 .elementor-element.elementor-element-9e28e94 .heading-subtext {
    color: #E4598B; /* Pink Subheading Accent */
    font-size: 1.2em;
    margin-bottom: 50px;
}

/* --- GRID LAYOUT (The 2-Column Split) --- */
.elementor-2158 .elementor-element.elementor-element-9e28e94 .testimonial-grid-wrapper {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* 50/50 Column Balance */
.elementor-2158 .elementor-element.elementor-element-9e28e94 .testimonial-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 50%; /* Forces 50% width on desktop */
}

/* --- INDIVIDUAL TESTIMONIAL CARD --- */
.elementor-2158 .elementor-element.elementor-element-9e28e94 .testimonial-card {
    background-color: #FFFFFF; /* White Card Background */
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border-left: 5px solid #E4598B; /* Pink accent border */
    text-align: left; /* Aligns text left for better readability */
}

.elementor-2158 .elementor-element.elementor-element-9e28e94 .testimonial-card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Rating Stars */
.elementor-2158 .elementor-element.elementor-element-9e28e94 .rating-stars {
    color: #FFC107; /* Gold Star Color */
    font-size: 1.2em;
    margin-bottom: 10px;
}

/* Card Title */
.elementor-2158 .elementor-element.elementor-element-9e28e94 .card-title {
    color: #3C3C78; /* Dark Blue */
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 8px;
}

/* Main Text */
.elementor-2158 .elementor-element.elementor-element-9e28e94 .card-text {
    color: #555555;
    font-style: italic;
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.6;
}

/* Patient Name & Location */
.elementor-2158 .elementor-element.elementor-element-9e28e94 .patient-name {
    display: block;
    font-weight: 700;
    color: #3C3C78;
    text-align: right; /* Aligns name to the right */
    margin-top: 10px;
    font-size: 0.95em;
}

.elementor-2158 .elementor-element.elementor-element-9e28e94 .treatment-tag {
    background-color: #E4598B; /* Pink background */
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: 600;
    float: left; /* Keeps the tag on the left */
}

/* --- MOBILE ADJUSTMENTS (Stack columns vertically) --- */
@media (max-width: 767px) {
    .elementor-2158 .elementor-element.elementor-element-9e28e94 .testimonial-grid-wrapper {
        flex-direction: column; 
    }
    .elementor-2158 .elementor-element.elementor-element-9e28e94 .testimonial-column {
        width: 100%; /* Columns take full width on mobile */
    }
}/* End custom CSS */