﻿
#client-reivew-module {
    padding: 60px 0;
}

    #client-reivew-module h2 {
        margin-bottom: 40px;
        margin-top: 0;
        font-weight:700;
    }

    #client-reivew-module .custom-arrow {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #f5f5f5; /* Light grey background */
        border: none;
        color: #333;
        font-size: 10px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        transition: background-color 0.3s ease;
        cursor: pointer;
        z-index: 10;
    }
        #client-reivew-module .custom-arrow.icon-left-arrow {
            position: absolute;
            top: 50%;
            left: -20px;
            transform: translateY(-50%);
        }
        #client-reivew-module .custom-arrow.icon-right-arrow {
            position: absolute;
            top: 50%;
            right: -20px;
            transform: translateY(-50%);
        }
        #client-reivew-module .custom-arrow:hover {
            background-color: #503216; /* Optional: Servcorp yellow or your brand color */
            color: white;
        }
    #client-reivew-module .slick-initialized .slick-slide{
        padding:0 20px;
    }
    #client-reivew-module .glide__arrow--left {
        position: absolute;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
    }

    #client-reivew-module .glide__arrow--right {
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
    }

    #client-reivew-module .disabled-arrow {
        pointer-events: none;
        opacity: 0.4;
        cursor: default;
    }

    #client-reivew-module .glide {
        padding-left: 4rem;
        padding-right: 4rem;
        padding-bottom: 60px;
    }

    #client-reivew-module .logo-img {
        height: 48px;
        width: 48px;
        flex: 0 0 48px;
        margin-right: 1.25rem;
    }

    #client-reivew-module .testimonial-container {
        display: flex;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    #client-reivew-module .companyname {
        font-size: 20px;
        line-height: 1.375;
        font-weight: 600;
    }

    #client-reivew-module .personname {
        font-size: 14px;
    }

    #client-reivew-module .companyname,
    #client-reivew-module .personname {
        margin: 0;
    }

    #client-reivew-module .testimonial {
        font-size: 16px;
        margin-top: 1rem;
    }

    #client-reivew-module .clamp-text-3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #client-reivew-module .testimoniallink {
        margin-top: 16px;
    }

    #client-reivew-module a {
        color: #256ba2;
        font-size: 16px;
        line-height: 1.375;
        font-weight: 600;
        display: flex;
        align-content: flex-end;
    }

        #client-reivew-module a:hover {
            text-decoration: unset;
            cursor: pointer;
        }

    #client-reivew-module .glide__bullets {
        bottom: 0;
    }
    #client-reivew-module .slick-dots li button:before {
        font-size: 30px;
        color: #503216;
    }
    .popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none; /* Hidden by default */
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

.popup {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    max-width: 1024px;
    width: 90%;
    height: 60vh;
    overflow-y: scroll;
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

#Popup .company-info {
    display: flex;
}
    #Popup .company-info figure {
        margin: 0 1.25rem 0 0;
    }
#Popup .popup ul li {
    margin-top: 24px;
    padding: 16px 0;
    list-style: none;
}

#Popup h2 {
    margin: 24px 0 0;
    font-weight:700;
}

@media only screen and (max-width: 991px) {
    #client-reivew-module {
        padding-left: 1rem;
        padding-right: 1rem;
    }
        
        
        #client-reivew-module .custom-arrow{
            display:none !important;
        }
        #client-reivew-module .slick-initialized .slick-slide {
            padding: 0;
        }
}
