.hm-about__image img {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}

.testimonials .owl-stage-outer {
    overflow: visible !important;
}

.testimonials__item {
    background: #fff;
    max-width: 90%;
    margin: 0 auto;
    padding: 50px;
    transform: translateY(50px);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
    position: relative;
    transition: all 0.5s;
}

.testimonials .owl-item.center .testimonials__item {
    transform: translate(0);
}

.testimonials__itemContentQuote {
    line-height: 1.7;
    font-weight: 300;
}

.testimonials__itemCount {
    position: absolute;
    top: -25px;
    left: -35px;
    line-height: 1;
    font-weight: bold;
    font-size: 70px;
    color: transparent;
    -webkit-text-stroke: 1px #000000;
}

.testimonials__itemContentName {
    color: #FFAD3E;
    font-weight: 600;
    margin: 30px 0 0;
}

.testimonials__itemImage {
    position: absolute;
    right: 50px;
    bottom: -40px;
    width: 120px;
    height: 120px;
    border-radius: 15px;
    overflow: hidden;
}

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

.testimonials .owl-dots {
    margin-top: 30px;
}

.testimonials .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.testimonials .owl-dots button {
    width: 10px;
    height: 10px;
    background: black !important;
    display: block;
    border-radius: 100%;
}

.testimonials .owl-dots button.active {
    background: #ffad3e !important
}

.theme-button text {
    font-weight: 600;
}

.theme-button a:hover .text-wrapper {
    fill: black;
}

.service-item {
    clip-path: polygon(0% 15%, 5% 0%, 100% 0, 100% 85%, 95% 100%, 0 100%);
}

.why-us-icon .elementor-icon {
    position: relative;
    top: 8px;
}

.why-us-icon b {
    color: #ffad3e;
}

@media (max-width: 767px) {
    .testimonials__itemCount {
        font-size: 50px;
        top: -15px;
        left: -20px;
    }

    .testimonials .owl-item:not(.active) {
        visibility: hidden;
    }

    .testimonials__itemImage {
        width: 70px;
        height: 70px;
        bottom: -20px;
		right: 30px;

    }

    .testimonials__item {
        padding: 30px;
    }
}