/* new services page */
.ti-widget.ti-wp-testimonial-3 .ti-read-more,
.ti-widget.ti-wp-testimonial-5 .ti-read-more {
    display: none !important;
}
.ti-widget .ti-profile-img-square img {
    object-fit: cover;
    width: 300px !important;
    /* height: 300px !important; */
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 0 !important;
    display: block;
}

.ti-widget .ti-review-item .ti-inner .ti-review-content {
    text-align: left;
    font-family: inter;
    font-weight: 600;
    margin-bottom: 28px;
    height: auto !important;
    line-height: 25px;
}

.ti-widget .ti-widget-container .ti-date {
    color: #000000;
    opacity: 0.5;
    font-size: 16px !important;
}

.ti-widget .ti-widget-container .ti-name {
    font-family: inter !important;
    font-weight: normal !important;
    font-size: 28px;
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* color: #CEFF00 !important; */
    margin-bottom: 2px;
}


/* Simple fade-in text reveal */
.hide-and-show {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    max-width: 300px;
    height: 70px;
    padding: 0 20px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: max-width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid #eaeaea;
}

.hide-and-show:hover {
    width: 90% !important;
    max-width: 900px;
    border-color: #d0d0d0;
}

.hide-and-show h3 {
    margin: 0 15px 0 0;
    font-size: 1.4rem;
    color: #333;
    white-space: nowrap;
    flex-shrink: 0;
}

.hide-and-show .elementor-widget-text-editor {
    overflow: hidden;
    flex-shrink: 1;
}

.hide-and-show .elementor-widget-text-editor p {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.4s ease 0.15s,
        transform 0.4s ease 0.15s;
}

.hide-and-show:hover .elementor-widget-text-editor p {
    opacity: 1;
    transform: translateX(0);
    white-space: normal;
}

.elementor-shortcode .ti-widget .ti-widget-container .ti-review-item .ti-inner {
    border-color: transparent !important;
}

@media (max-width: 900px) {
    .general-enquiry-form .elementor-widget-shortcode {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .elementor-shortcode .ti-widget .ti-widget-container .ti-controls-line {
        display: none !important
    }
}