.service-excerpt p{
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.service-excerpt:hover p{
    color:white;
}


.about-content-top{
    max-width: 508px;
}
.about-content-top p{
    margin-bottom: 30px!important;
}


.pagination-wrapper {
    text-align: center;
    margin-top: 40px;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    margin: 0 6px;
    padding: 10px 22px;
    background: #f4f4f4;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-weight: 500;
}

.pagination-wrapper .page-numbers:hover {
    background: #28a745;
    color: #fff;
}

.pagination-wrapper .page-numbers.current {
    background: #28a745;
    color: #fff;
    font-weight: bold;
}


.dropdown-toggle{
    padding-right: 127px!important;
}

.about-two__content__texts{
    margin-top: 10px;
    max-width: 1100px;
}

.mt-100{
    margin-top: 100px;
}
.mb-100{
    margin-bottom: 100px;

}

.service-sidebar__nav li a {
    gap: 8px!important;
    font-size: 15px!important;
}

.service-thumbnail img {
    min-height: 195px;
} 



.image-hover-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.zoom-icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.image-hover-container:hover .zoom-icon-overlay {
    opacity: 1;
}

.zoomable-image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.image-hover-container:hover .zoomable-image {
    transform: scale(1.05);
}

.image-hover-container a {
    cursor: zoom-in;
}
.front-testi .ti-row .ti-name{
	color:white!important;
}
.front-testi .ti-rating-text strong{
	color:white!important;
}