private function get_modified_title( $atts ) {
    $title = $atts['title'];

    if ( ! empty( $title ) ) {
        $split_title = explode( ' ', $title );

        if ( ! empty( $atts['line_break_positions'] ) ) {
            $line_break_positions = explode( ',', str_replace( ' ', '', $atts['line_break_positions'] ) );

            foreach ( $line_break_positions as $position ) {
                $position = intval( $position );

                if ( $position > 0 && isset( $split_title[ $position - 1 ] ) ) {
                    $split_title[ $position - 1 ] .= '<br />';
                }
            }
        }

        if ( ! empty( $atts['different_color_words_positions'] ) ) {
            $different_color_words_positions = explode( ',', str_replace( ' ', '', $atts['different_color_words_positions'] ) );

            if ( ! empty( $atts['different_title_color'] ) ) {
                $different_title_color = $atts['different_title_color'];
            } else {
                $different_title_color = '#878aec';
            }

            foreach ( $different_color_words_positions as $position ) {
                $position = intval( $position );

                if ( $position > 0 && isset( $split_title[ $position - 1 ] ) ) {
                    $split_title[ $position - 1 ] =
                        '<span class="qodef-m-title--different-color" style="color: ' .
                        esc_attr( $different_title_color ) . '">' .
                        $split_title[ $position - 1 ] .
                        '</span>';
                }
            }
        }

        $title = implode( ' ', $split_title );
    }

    return $title;
}<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.kundakunda.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.kundakunda.com/post-sitemap.xml</loc>
		<lastmod>2026-01-28T17:58:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.kundakunda.com/page-sitemap.xml</loc>
		<lastmod>2026-08-05T17:19:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.kundakunda.com/aiovg_videos-sitemap.xml</loc>
		<lastmod>2022-11-04T19:03:25+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.kundakunda.com/tribe_events-sitemap.xml</loc>
		<lastmod>2026-03-18T10:11:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.kundakunda.com/category-sitemap.xml</loc>
		<lastmod>2026-01-28T17:58:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.kundakunda.com/post_tag-sitemap.xml</loc>
		<lastmod>2026-01-28T17:58:16+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.kundakunda.com/clients-category-sitemap.xml</loc>
		<lastmod>2020-08-13T09:19:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.kundakunda.com/team-category-sitemap.xml</loc>
		<lastmod>2020-09-11T10:26:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.kundakunda.com/testimonials-category-sitemap.xml</loc>
		<lastmod>2020-08-10T12:52:24+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.kundakunda.com/aiovg_categories-sitemap.xml</loc>
		<lastmod>2022-11-04T19:03:25+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.kundakunda.com/aiovg_tags-sitemap.xml</loc>
		<lastmod>2021-06-28T16:09:57+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->