/* headers */
.twocolor-header h2 {
    color: #4c4c4c !important;
    font-weight: 300 !important;
}

.twocolor-header h2 span {
    font-family: "Montserrat", Sans-serif;
    font-size: 41px;
    font-weight: 800;
    line-height: 1em;
    color: var(--e-global-color-primary);
}


/* Testimonials */

.testimonial-slider {
    width: 100%;
}

/* Swiper fix */
.testimonial-swiper {
    overflow: hidden;
}

.swiper-slide {
    height: 350px !important;
}

/* CARD */
.testimonial-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    height: auto;
}

/* AVATAR */
.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    overflow: hidden;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* STARS */
.testimonial-stars {
    margin-bottom: 16px;
    font-size: 16px;
    color: #dcdcdc;
}

.testimonial-stars .filled {
    color: #ff3d2e;
	font-size:32px;
}

/* CONTENT */
.testimonial-content {
    font-size: 15px;
    line-height: 1.65;
    color: #555555;
    margin-bottom: 16px;
}

/* AUTHOR */
.testimonial-author {
    font-weight: 600;
    color: #ff3d2e;
}

/* NAVIGATION */
.ts-nav-wrapper {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
}

.ts-nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.25s ease;
}

.ts-nav:hover {
    background: #ff3d2e;
    color: #ffffff;
}


.ts-nav.ts-prev {
    background: #4c4c4c;
    color: #fff;
}


.ts-nav.ts-next {
    background: #f72828;
    color: #fff;
}




/* Contact Form */

footer form.wpcf7-form.init .submit-wrap {
    margin: auto;
    text-align: center;
}
form input[type="submit"] {
    font-size: 14px !important;
    width: 200px;
    padding: 20px;
	margin-top:20px;
	border-top: 0px !important;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.field-wrap p, .message-wrap p {
    margin: 0;
}

.wpcf7-form-control:not(.wpcf7-submit) {
    padding: 15px 20px !important;
    background-color: #eeeeee;
    border: 1px solid #dddddd !important;
    border-top: 3px solid #cccccc !important;
    box-sizing: border-box;
    font-size: 16px !important;
    color: #333;
    outline: none;
}

.message-wrap textarea {
    height: 200px;
    resize: vertical;
}

.wpcf7-form-control::placeholder {
    color: #555;
    font-weight: 500;
}

.submit-wrap {
    text-align: center;
    margin-top: 20px;
}

.wpcf7-submit {
/*     background-color: #ff0000; 
    color: #fff;
    border: none;
    padding: 12px 60px !important;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s ease;
	font-size: 15px !important; */
}

form input[type="submit"]:hover {
    background-color: #cc0000 !important;
}


/* TESTIMONIALS PAGE */
.wpmtst-testimonial-content p {    font-family: "Montserrat", Sans-serif; font-size: 18px; font-weight: 500; line-height: 1.7; color: #4C4C4C;}
.wpmtst-testimonial .testimonial-name, .simplePagerNav li { font-family: "Montserrat", Sans-serif; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 5px; word-spacing: 2px;}
.simplePagerNav li {letter-spacing: unset !important;}
.strong-rating-wrapper .star { margin: 0 3px !important}
.strong-rating-wrapper .star svg path { fill: #ff3d2e !important; }

@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}