/* Custom styles to match H2 styling for H1 */
.section-heading-wrapper-alt h1 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 24px;
    /* text-transform: uppercase; */
}

.section-heading-wrapper-alt h1 strong.text-curly {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
}

.section-heading-wrapper-alt h1 strong.text-curly.text-curly-no-italic {
    font-style: normal;
}

.section-heading-wrapper-alt h1 strong.text-curly.text-primary-color {
    color: #ff5757;
}

.section-heading-wrapper-alt h1.margin-top-90 {
    margin-top: 90px;
}

#notalone h3, #wegetyou h3 {
    font-size: 34px;
    line-height: 52px;
}

.pinkbullets {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.pinkbullets li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.pinkbullets li:before {
    content: '→';
    position: absolute;
    left: 0;
    color: #FF3D7F;
    font-size: 16px;
}

/* Only apply pink links to content paragraphs, not navigation or other components */
.section-content-block p a:not(.btn):not(.readmore) {
    color: #ff5757;
    text-decoration: none;
    transition: color 0.3s ease;
}

.section-content-block p a:not(.btn):not(.readmore):hover {
    color: #ff5757;
    text-decoration: underline;
}

/* Service image size control */
.service-layout-1 .service-img-box {
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-layout-1 .service-img-box .service-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-layout-1 .service-img-box .service-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Testimonial styles */
.testimony-layout-1 {
    padding: 15px;
}

.testimony-layout-1 .testimony-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #000000;
}

.testimony-layout-1 h6 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #ff5757;
}

.testimony-layout-1 span {
    font-size: 13px;
    line-height: 15px;
}

.section-appointment-bg h2 {
    color: white !important;
}


    
