/*
Theme Name: aunleepmu
Theme URI:  https://pmupixel.com/
Author:     PMUPIxel
Author URI: https://pmupixel.com/pmu-website-design/pmu-academy-website/
Template:   laveria
Version:    1.0
License:    GNU General Public License v2 or later
*/

.permanent {
    font-size: 90px;
    line-height: 1.0;
}

.name {
    font-size: 100px;
    color: #d28582;
    font-family: 'Lumios Marker';
    text-transform: none;
	margin-top: -25px;
}


.name-2 {
    font-size: 85px;
    color: #d28582;
    font-family: 'Lumios Marker';
    text-transform: none;
	margin-top: -18px;
}

@media (max-width: 768px) {
.name-2 {
    font-size: 70px;

    line-height: 0.9;
  }
}



.burger.offcanvas {
    background: #111111;
}

.widget_nav_menu ul > li:before {
    display: none;
}

.site-footer .widget_nav_menu a, .custom-menu-layout .site-footer .menu-item a, .custom-menu-layout .site-footer  .menu-item span {
    text-transform: unset;
}

.textwidget a {
    color: #fff;
    text-decoration: none;
}


.burger.offcanvas {
    background: #111111;
}

.widget_nav_menu ul > li:before {
    display: none;
}

.site-footer .widget_nav_menu a, .custom-menu-layout .site-footer .menu-item a, .custom-menu-layout .site-footer  .menu-item span {
    text-transform: unset;
}

.textwidget a {
    color: #fff;
    text-decoration: none;
}

.custom-menu-layout .copyright-wrapper nav.navbar {
	padding-top: 15px;
    padding-bottom: 15px;
}
@media (max-width: 768px) {
.copyright-wrapper .site-info {
    text-align: center;
}
 	
.copyright-wrapper .nav
 {
    justify-content: center;
}	
}



.logo-slider {
    background-color: #DBA9A7;
    padding: 40px 0;
    overflow: hidden;
}

/* Fade по краям — на swiper обёртке */
.logo-slider .swiper {
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 12%,
        black 88%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 12%,
        black 88%,
        transparent 100%
    );
}

.logo-slider .elementor-swiper-button,
.logo-slider .swiper-pagination {
    display: none !important;
}

.logo-slider .swiper-slide-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
}

/* Главное — размер */
.logo-slider .swiper-slide-image {
    width: auto !important;
    object-fit: contain;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.logo-slider .swiper-slide-image:hover {
    opacity: 1;
}

.service-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    display: inline-block;
    
    
background: linear-gradient(to right, 
        #ffffff 0%, 
        #f8e9e8 25%, 
        #f0d9d7 45%, 
        #e8c8c6 65%, 
        #DBA9A7 100%
    ) !important;
    
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    
    line-height: 0.85 !important;
    font-weight: 700;
    box-sizing: border-box !important;
    background-size: 100% 100% !important;
}

.service-title-right {
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    white-space: nowrap;
    display: inline-block;
    
    
background: linear-gradient(to right, 
        #ffffff 0%, 
        #f8e9e8 25%, 
        #f0d9d7 45%, 
        #e8c8c6 65%, 
        #DBA9A7 100%
    ) !important;
    
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    
    line-height: 0.85 !important;
    font-weight: 700;
    box-sizing: border-box !important;
    background-size: 100% 100% !important;
}

@media (max-width: 768px) {
.permanent {
    font-size: 60px;
    line-height: 1.0;
	}
	
.name {
    font-size: 85px;
}
	
}

.colorful {
	color: #D28582;
}



Вот вычищенная версия — убраны все дубли, оставлены только рабочие правила со специфичностью .testimonial-card:
css/* Card */
.testimonial-card {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    padding: 28px 30px;
    height: 100%;
}

.testimonial-card .card-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Author row goes to top */
.testimonial-card .entry-footer.author-comments {
    order: -1;
    display: block;
    border: none;
    padding: 0;
}

/* Row: photo | name (left) ... stars (right) */
.testimonial-card .testimonial-info {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 14px;
    width: 100%;
    text-align: left;
}

/* Photo fixed, doesn't shrink */
.testimonial-card .testimonial-photo {
    flex: 0 0 auto;
    margin: 0;
}

.testimonial-card .testimonial-photo img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

/* Meta takes the rest, name left + stars right */
.testimonial-card .testimonial-meta {
    flex: 1 1 auto;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: auto;
}

/* Name */
.testimonial-card .testimonial-name-title {
    margin: 0;
}

.testimonial-card .review-item-name {
    margin: 0;
    text-align: left !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #2e2e2e;
}

/* Stars */
.testimonial-card .testimonials-stars {
    display: flex;
    flex: 0 0 auto;
    gap: 3px;
    color: #f5a623;
    font-size: 15px;
    white-space: nowrap;
}

/* Review text below */
.testimonial-card .testimonial-item-text {
    font-size: 15px;
    line-height: 1.6;
    color: #6b6b6b;
    margin: 0;
}

/* Hide decorative quote */
.testimonial-card .testimonial-quote {
    display: none;
}

.testimonials .swiper-container {
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 10%,
        #000 90%,
        transparent 100%
    );
            mask-image: linear-gradient(
        to right,
        transparent 0,
        #000 10%,
        #000 90%,
        transparent 100%
    );
}

.testimonials {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.copyright-wrapper .site-info, .copyright-wrapper .footer-nav .nav-link span {
    font-size: 14px;
    letter-spacing: 0;
	font-weight:400;
}

.site-footer .widget_nav_menu ul .menu-item a {
    color: #000000;
    letter-spacing: 0;
    font-size: 16px;
	    margin-bottom: 5px;
}

.site-footer .widget-title {

    font-family: 'Classy Vogue';
}
.alice-fixed-buttons .toggle-button {
    background-color: #fff;
color: unset;
}

.copyright-wrapper > .container {
    border-top: 1px solid #fff;
}
section#text-4 a {
    color: #000;
}

section#text-4 a:hover {
    opacity: 0.7;
}


@media (max-width: 768px) {
  body .products-video-wrapper .alice-gallery-slider-slide{
    max-width: 50%;
  }

body .products-video-wrapper .product-thumbnail
 {

    width: 40px;
    height: 40px;
}

	.scrollToTopBtn
 {
    bottom: 90px;
    right: 10px;
}
	
   .alice-fixed-buttons {
        bottom: 0;
        right: 0;
        left: 0;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: 8px 0 10px 0;        /* минимальные отступы сверху/снизу */
        gap: 8px;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
        border-top: 1px solid #eee;
    }

    .alice-fixed-buttons .toggle-button {
        display: none;
    }

    .alice-fixed-buttons .buttons-container {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: transparent;
        border: none;
        padding: 0;
        box-shadow: none;
        width: 100%;
        max-width: 100%;
    }

    .alice-fixed-buttons .contact-button {
        width: auto;
        flex: 1;                    /* равномерно растягиваем */
        max-width: 140px;
        height: 52px;
        padding: 6px 10px;
        font-size: 12px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 6px;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        margin: 0;
    }

    .alice-fixed-buttons img {
        width: 20px;
        height: 20px;
    }
}

/* Очень маленькие экраны */
@media (max-width: 480px) {
    .alice-fixed-buttons .contact-button {
        height: 48px;
        font-size: 11.5px;
        padding: 5px 8px;
        gap: 5px;
    }
}


@media (max-width: 480px) {
    .alice-fixed-buttons .contact-button {
        height: 48px;
        font-size: 11.5px;
        padding: 5px 8px;
        gap: 5px;
    }
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    padding: 13px;
}

/* line */
.line-animation .elementor-heading-title {
    position: relative;
    display: inline-block;
    padding: 8px 0 28px 0;
    color: #333;
    font-size: 28px;
    font-weight: 700;
    background: transparent;
}

/* main line */
.line-animation .elementor-heading-title::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: -5px;
    right: -8px;
    height: 6px;
    border-bottom: 5px solid #D28582;
    border-radius: 50%;
    transform: rotate(-2.5deg);
    width: 0;
    animation: handSketch 2.2s ease-out forwards;
    animation-delay: 0.4s;
}

/* second line */
.line-animation .elementor-heading-title::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: -3px;
    right: -5px;
    height: 4px;
    border-bottom: 3px solid #D28582;
    border-radius: 50%;
    transform: rotate(2.5deg);
    width: 0;
    animation: handSketch 1.9s ease-out forwards;
    animation-delay: 0.7s;
}

/* line animation */
@keyframes handSketch {
    0% {
        width: 0;
        opacity: 0.6;
        transform: rotate(-5deg) translateX(-15px);
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 102%;
        transform: rotate(-2.5deg) translateX(0);
    }
}

.site-footer .widget_nav_menu ul .menu-item a, section#text-4 a, section#text-4 p {
    color: #5C5C5C !important;
    font-weight: 400;
}
.site-footer .widget_nav_menu ul .menu-item a:hover, section#text-4 a:hover {
color: #D28582 !important;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    border-radius: 5px;
}

.site-footer .social-icons-widget .buttons {
    display: flex;
    justify-content: flex-start;
	color: #d28582;
}

.site-footer .social-icons-widget .buttons a {
    border: 1px solid #d28582;
	color: #d28582;
}
section#custom_html-2 p{
	color: #5C5C5C;
	margin-bottom: 8px;
}

.rounded .social-icons-widget a {
    border-radius: 50px;
}
.social-icons-widget a {
    width: 40px;
	height: 40px;
	    margin-right: 8px;
}

.site-footer .social-icons-widget .buttons a {
    border: 1px solid #d28582;
	color: #d28582;
}

.site-footer .social-icons-widget .buttons a:hover {
    border: 1px solid #000;
	color: #000;
}