| Server IP : 65.108.144.40 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : dev ( 1000) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/successkpi/wp-content/themes/successkpi/blocks/career-page-testimonials/ |
Upload File : |
.career-testimonials-wrapper {
text-align: center;
padding: 100px;
background: #fafbfd;
}
.career-testimonials-wrapper .sk-career-resource-quote p {
color: #555555;
max-width: 80%;
margin: 0 auto 24px;
}
.career-testimonials-wrapper .sk-career-testimonial-image {
width: 60px;
height: 60px;
margin: 0 auto;
}
.career-testimonials-wrapper .sk-career-resource-quote .designation p {
font-size: 28px;
color: #032169;
font-weight: 800;
margin-top: 15px;
}
.career-testimonials-wrapper .sk-career-testimonial-image img{
width: 100%;
height: 100%;
border-radius: 100%;
}
.career-testimonials-wrapper .slick-dots {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 20px;
padding: 0;
}
.career-testimonials-wrapper .slick-dots li {
list-style: none;
margin: 0;
}
.career-testimonials-wrapper .slick-dots li button {
font-size: 0;
border: none;
background: transparent;
padding: 0;
cursor: pointer;
}
.career-testimonials-wrapper .slick-dots li button::before {
content: "";
display: block;
width: 12px;
height: 12px;
background-color: #c4c4c4; /* grey */
border-radius: 50%;
opacity: 1;
transition: all 0.3s ease;
}
.career-testimonials-wrapper .slick-dots li.slick-active button::before {
background-color: #1e40af; /* blue (adjust to your brand) */
transform: scale(1.2);
}
.career-testimonials-wrapper {
text-align: center;
padding: 60px;
background: #fafbfd;
}
.career-testimonials-block.logo-size .sk-career-testimonial-image {
width: 120px;
height: 90px;
}
.career-testimonials-block.logo-size .sk-career-testimonial-image img {
width: 100%;
height: 100%;
object-fit: contain;
}
@media screen and (max-width:992px) {
.career-testimonials-wrapper {
text-align: center;
padding: 60px;
background: #fafbfd;
}
.career-testimonials-wrapper .sk-career-resource-quote .designation p {
font-size: 24px;
line-height: 32px;
margin-top: 15px;
}
}
@media screen and (max-width:767px)
{
.career-testimonials-wrapper {
padding: 50px 40px;
}
.career-testimonials-wrapper .sk-career-resource-quote p {
color: #555555;
max-width: 100%;
}
}