.elementor-widget-container > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-container > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-172424 .elementor-element.elementor-element-e61c48a{--display:flex;}.elementor-widget-html .uael-party-propz-widget-wrap i{color:var( --e-global-color-primary );}.elementor-widget-html .uael-party-propz-widget-wrap svg{fill:var( --e-global-color-primary );}.elementor-172424 .elementor-element.elementor-element-da5e3e9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-172424 .elementor-element.elementor-element-da5e3e9 > .elementor-widget-container{margin:-20px 0px 0px 0px;}}@media(min-width:768px){.elementor-172424 .elementor-element.elementor-element-e61c48a{--content-width:1350px;}}/* Start custom CSS for html, class: .elementor-element-da5e3e9 */.entry-content p {
    margin-bottom: 5px;
}


 body {
            margin: 0;
            padding: 0;
            font-family: open sauce r;
            background-color: white;
        }
        .testimonial-slider {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
            padding: 20px;
        }
        .slider-container {
            display: flex;
            transition: transform 0.5s ease;
        }
        .testimonial-slide {
            flex: 0 0 calc(50% - 20px);
            background: white;
            margin: 0 10px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            box-sizing: border-box;
            border: 1px solid #E5E5E5;
        }
        .star-rating {
            display: flex;
            gap: 5px;
            margin-bottom: 10px;
            justify-content: flex-start;
        }
        .star {
            color: white;
            font-size: 20px;
            background-color: #2b9f30;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 3px;
        }
        .testimonial-text {
            font-size: 16px;
            color: #505050;
            line-height: 1.4;
            margin-bottom: 15px;
             margin-top: 20px;
        }
        .testimonial-author {
            color: #000000;
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 3px;
            margin-top: 20px;
        }
        .testimonial-position {
            color: #505050;
            font-size: 14px;
        }
        .slider-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0,0,0,0.1);
            color: #333;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-weight: bold;
            transition: all 0.3s ease;
        }
        .slider-nav:hover {
            background-color: #2347BD;
            color: white;
        }
        .prev { left: 10px; }
        .next { right: 10px; }
       @media (max-width: 768px) {
            .testimonial-slide {
                flex: 0 0 calc(100% - 0px);
            }
            .slider-container {
                width: 100%;
            }
        }  
 @media (max-width: 600px) {
            .testimonial-slide {
                flex: 0 0 calc(100% - 0px) !important;
            }
            .slider-container {
                width: 100% !important;
            }
        }/* End custom CSS */