.elementor-kit-5{--e-global-color-primary:#002E5C;--e-global-color-secondary:#096A94;--e-global-color-text:#F59E33;--e-global-color-accent:#F05D38;--e-global-color-96af039:#FF7B33;--e-global-color-1919984:#FFFFFF;--e-global-color-7834bde:#E6E6E6;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== CARD ===== */
.custom-testimonial {
    background: #ffffff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    position: relative;
}

/* ===== ASPAS GRANDES ===== */
.custom-testimonial:before {
    content: "“";
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 110px;
    font-weight: 900;
    color: #f7a531; /* cor laranja das aspas */
    line-height: 0.6;
    opacity: 1;
}

/* Ajusta o texto para não ficar atrás das aspas */
.custom-testimonial .elementor-testimonial-content {
    margin-top: 40px;
    padding-left: 10px;
    color: #003366; /* azul escuro igual ao exemplo */
    font-size: 15px;
}

/* ===== ÁREA DO AVATAR ===== */
.custom-testimonial .elementor-testimonial-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

/* Avatar circular */
.custom-testimonial .elementor-testimonial-image img {
    width: 48px;
    height: 48px;
    background: #002f5b; /* azul do círculo */
    border-radius: 50%;
    object-fit: cover;
}

/* Nome */
.custom-testimonial .elementor-testimonial-name {
    text-transform: lowercase; /* fica igual ao exemplo */
    font-weight: 700;
    color: #002f5b;
    font-size: 14px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://crashcourse.milehipickleball.co/wp-content/uploads/2025/12/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://crashcourse.milehipickleball.co/wp-content/uploads/2025/12/Roboto-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */