/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800&display=swap');
:root {
    --cs-primary: #00e0ff;
    --cs-bg-dark: #000b1a;
    --cs-bg-blue: #0084ff; 
    --cs-card-bg: #ffffff;
    --cs-text-main: #ffffff;
    --cs-gap: 30px;
}
.cs-custom-slider-wrapper{
    width: 100%;
    overflow-x: hidden;
/*     max-width: 1550px;
    margin-left: auto; */
}
.cs-top-bar{
max-width:1450px;
}
.cs-custom-slider-wrapper {
    width: 100%;
    overflow-x: hidden;
}

.cs-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cs-heading {
    font-size: 35px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 0;
}

.cs-nav-wrap {
    display: flex;
    align-items: baseline;
    gap: 5px;
    align-self: end;
    padding-right: 20px;
}
.cs-counter .current-slide{color:#127EFD !important;}
.cs-counter {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    min-width: 80px;
    text-align: center;
}

.testimonial-slider-container .cs-counter {
    color: #ffffff;
}

.custom-nav {
    background: none;
    border: none;
    color: #127EFD;
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-slider-container .custom-nav {
    color: #127EFD;
}

.cs-custom-slider {
    overflow: hidden;
    background-color: #ffff;
    padding: 20px;
	border-radius:12px 0 0 0;
}

.cs-slider-track {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
    cursor: grab;
}

.cs-slider-track.dragging {
    cursor: grabbing;
    transition: none !important;
}

.cs-slider-item {
    flex: 0 0 calc((100% - (2 * var(--cs-gap))) / 2.5); /* 2.5 slides logic */
    margin-right: var(--cs-gap);
}

.services-card {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
}

.services-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.services-content {
    padding: 25px 0;
}

.services-content h3 {
    font-size: 20px;
    color: #041530;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.testimonial_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.testimonial-company-logo img {
    max-height: 35px;
    max-width: 140px;
    object-fit: contain;
}

.testimonial-stars {
    color: #ffc107;
    font-size: 20px;
    display: flex;
    gap: 2px;
}

.testimonial-content {
    flex-grow: 1;
}

.testimonial-content p {
    color: #494949;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

.testimonial-bottom {
    padding-top: 20px;
	display:flex;
	justify-content:end;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--cs-bg-blue);
}

.user-info h3 {
    margin: 0;
    font-size: 16px;
    color: #0A0F21;
    font-family: 'Inter', sans-serif !important;
}

.user-info span {
    font-size: 14px;
    color: #494949;
    display: block;
    margin-top: 2px;
}

@media (max-width: 1200px) {
    .cs-slider-item {
        flex: 0 0 calc((100% - var(--cs-gap)) / 2.2);
    }
}

@media (max-width: 991px) {
    .cs-heading {
        font-size: 26px;
    }
    .cs-slider-item {
        flex: 0 0 calc((100% - var(--cs-gap)) / 1.5);
    }
}

@media (max-width: 767px) {
    .cs-top-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .cs-slider-item {
        flex: 0 0 85%;
    }
    .services-image img {
        height: 220px;
    }
    .testimonial-card {
        padding: 25px;
    }
}
.cs-prev-btn:hover,
.cs-next-btn:hover,
.cs-prev-btn:active,
.cs-next-btn:active,
.cs-prev-btn:focus,
.cs-next-btn:focus {
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}
.cs-custom-slider-testimonial{background:none !important;padding:0 !important;}
.user-info{
    position: relative;
    padding-left: 15px;
}

.user-info::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: #F4F4F6;
}
.heading-text{
max-width:1550px !important;
margin-left:auto !important;
}
.testimonial_heading,.service_heading{
font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}
.service_heading{color: #33A6F3!important;}
@media screen and (min-width: 1440px){

    .rt-cont{
        max-width:8% !important;
		min-width:120px !important;
    }

}
@media screen and (min-width: 1025px){
	.cs-custom-slider-wrapper{
	   max-width 100%;
       padding-left: max(20px, calc((100vw - 1200px) / 2));
}

}
