

/* Changing style  */
.section-orange .source-integration {
	background: #fff;
	padding-bottom: 46px;
   
  }
  .section-orange .source-integration .container {
    position: relative; /* Required for positioning the pseudo-element */
    z-index: 1; /* Ensure content appears above the pseudo-element */
}

.section-orange .source-integration .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../svg/career/background.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 90%;
    opacity: 0.8; /* Set the opacity to 5% */
    z-index: -1; /* Place it behind the content */
}
  
.section-orange .source-integration .integration {
	display: flex;
	align-items: start;
	justify-content: flex-start;
}
  
.section-orange .source-integration .integration h3 {
	font-size: 3.5rem;
	font-weight: 400;
}
  
.section-orange .source-integration .integration p {
	font-size: 1.1rem;
    line-height: 1.8rem
}
.section-orange .source-integration .disk {
    text-align: right;
}
  
.section-orange .source-integration .disk img {
    width: 425px;
    margin-top: 0px;
    position: relative;
}
  
.section-orange .source-integration .integration .images img {
    height: 26px;
    margin: 10px;
}

/* Triangles */
.triangle {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
  }
  
  .triangle.top-left1 {
	background-image: url('../svg/triangle-one.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	bottom: -20px;
	right:  370px;
	z-index: 3;
	border: none;
  }
  .triangle.top-left2 {
	background-image: url('../svg/triangle-two.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	bottom: -30px;
	right:  480px;
	z-index: 3;
	border: none;
  }
  .triangle.top-left3 {
	background-image: url('../svg/triangle-two.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	bottom: -60px;
	right:  534px;
	z-index: 3;
	border: none;
  }
.section-orange {
    margin-top: 0px;
    background-position: top;
}


.section-next-gen {
	padding: 23px 0;
	font-family: 'Brasley', sans-serif;
	background-image: url(../images/radius.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: bottom;
    background-size: 90px;
}
.section-next-gen .common-title {
    font-size: 55px;
    line-height: 61px;
    font-weight: lighter;
    margin-bottom: 20px;
}
.section-next-gen .common-title.spall::before {
    top: -22px;
    width: 76px;
}
.section-next-gen .letters {
	margin-left: -73px;
}
.section-next-gen .context p {
    font-size: 24px;
    width: 340px;
    line-height: 25px;
    color: #231F20;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}
.section-next-gen .context button {
    color: #fff;
    background: #231F20;
    padding: 8px 19px;
    line-height: 0px;
    font-size: 16px;
    font-weight: 600;
}
.section-next-gen .slider .slide {
    padding: 30px;
    /* padding-top: 60px; */
    background: #E6E7E8;
    border-radius: 10px;
    position: relative;
    min-height: 314px;
    font-family: 'Nunito', sans-serif;
}
.section-next-gen .slider .slide h3 {
    font-weight: 800;
    font-size: 18px;
    height: 46px;
    display: flex;
    align-items: end;
}
.section-next-gen .slider .slide h5 {
    font-weight: 600;
    font-size: .9rem;
}
.section-next-gen .slider .slide p {
    font-size: 17px;
    line-height: 20px;
    height: 120px;
    font-family: 'Nunito', sans-serif;
}
.section-next-gen .slider .slide button {
    color: #fff;
    background: #231F20;
    padding: 3px 14px;
    font-size: 12px;
    border-radius: 3px;
    border-bottom: #231F20;
    font-family: 'Nunito', sans-serif;
}
.section-next-gen .slider .slide .sticker {
    position: absolute;
    right: 0;
    top: 20px;
    color: #fff;
    background: #231F20;
    padding: 6px 9px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    width: 100px;
    font-family: 'Aleksha', sans-serif;
}
.section-next-gen .slider .slick-dots {
	bottom: -50px;
}
.section-next-gen .slick-slider .slick-dots li button:before {
	opacity: .70;
}

.section-next-gen .slick-slider .slick-prev:before, 
.section-next-gen .slick-slider .slick-next:before {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ddd;
	width: 35px!important;
	height: 35px!important;
	border-radius: 50%;
	font-size: 14px;
}
.section-next-gen .slick-slider .slick-prev{
	left: -60px;
}
.section-next-gen .slick-slider .slick-next {
	right: -60px;
}

.section-next-gen .slick-slider .slick-dots li.slick-active button::before {
	opacity: 1;
}

.carousel-container {
    width: 93%; 
    position: relative;
    margin: auto;
}


.slick-prev:before, .slick-next:before {
    color: rgb(105, 102, 102) !important;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
	
}
.slick-prev:before{
	content: url(../svg/left.svg) !important;
	font-weight: 500 !important;
}
.slick-next:before{
	content: url(../svg/right.svg) !important;
	font-weight: 500 !important;
}
.slick-dots li {
	/* background-color: orange !important; */
		width:5px !important;
}
.slick-dots li button:before {
	/* background-color: orange !important; */
	color: #FBB040 !important;
}

.shadow_image img{
    width:100%
}

.profile-card {
    margin-right: 20px; /* Adjust the value as needed */
    transition: transform 0.3s ease;
}

.profile-card.active {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding-left:10px ;
    padding-right: 10px;
    height: 200px;
    cursor: pointer;
}



.profile-card img {
    width: 100px; /* Set a consistent width */
    max-width: 100%; /* Ensure it doesn't exceed the container */
    height: auto; /* Maintain aspect ratio */
}


/* General Styles */
*, ::after, ::before {
    box-sizing: border-box;
}

/* Link Styles */
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.3s ease-out 0s;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

/* Disabled Styles */
.v-disabled {
    opacity: 0.5;
}

.v-disabled:hover {
    border-bottom: 2px solid #b3aeae;
}

/* Button Default Styles */
.v-btn-default {
    padding: 10px;
    font-size: 16px;
    color: #002C47;
    font-weight: 700;
    border-bottom: 2px solid #b3aeae;
    transition: all 300ms ease-in-out;
}

.v-btn-default:hover {
    border-bottom: 2px solid #0073BB;
    transition: all 500ms ease-in-out;
}

.team-says{
    color: green; font-family: 'Nunito', sans-serif; font-size: 30px; font-weight: 800; margin-top: -95px;
}
 

@media (max-width: 768px) {
    
    .team-says{
        margin-top: -36px !important;
        margin-bottom: 30px;
    }
    .profile {
        gap: 2rem;
        justify-content: center !important;
        flex-wrap: wrap;
    }

    .profile-card img {
        width: 100px;
        height: 130px;
        object-fit: cover;
    }

    .testimonial-container {
        padding: 20px;
        text-align: center;
        flex-direction: column;
        gap: 0;
        
        
    }

    
    .vector-image{
        display: none;
    }
    
    

    /* .image-placeholder {
        width: 80px;
        height: 80px;
    } */

    .quote-icon {
        top: -49px !important;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .testimonial-section {
        text-align: center;
        padding: 15px;
        width: 90% !important;
    }
}