/**
* Theme Name:        avanam-canepbakery
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-canepbakery
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

/* Testimonial (müşteri) görsellerinin boyutunu küçült ve yuvarlak yap */
.elementor-widget-tmcore-testimonials .elementor-testimonial-image img {
    max-width: 130px !important;
    height: 130px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    margin: 0 auto;
}

/* Görseli ortalamak için gerekirse */
.elementor-widget-tmcore-testimonials .elementor-testimonial-image {
    text-align: center;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin-bottom: 20px;
}

/* Ensure generated images in service boxes are correctly sized */
.service-box .elementor-image-box-img img {
    width: 84px !important;
    height: 84px !important;
    object-fit: contain;
    margin: 0 auto;
}
