/* 
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
*/

/* Add your custom styles here */




.testimonial-slider {
	display: flex; 
	padding: 20px 0;
}
.testimonial-card {
	flex: 0 0 350px;
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.05); 
	border: 2px solid transparent;
	transition: 0.3s;
}
.testimonial-card:hover {
	border-color: #3b82f6;
}
.testimonial-rating {
	color: #ffb400;
	margin-bottom: 8px;
}
.testimonial-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #111;
}
.testimonial-content {
	font-size: 14px;
	color: #444;
	line-height: 1.6;
	margin-bottom: 15px;
}
.testimonial-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
}
.testimonial-avatar img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}

/* case study */

.case-study-vertical-slider { 
/* 	height: 800px;  */
	width: 100%;
	padding-top: 100px !important;
/* 	padding-bottom: 100px !important; */
}
 .swiper-slide.case-study-slide.swiper-slide-next, .swiper-slide.case-study-slide.swiper-slide-prev {
    opacity: 0.4;
}

.case-home-sli {
  position: relative;
  overflow: hidden;
}

.case-study-slide {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-wrapper-new {
  height: 100vh;
  overflow: hidden;
}
.pin-spacer {
    margin: 0 !important;
    padding: 0 !important;
}


.plugins-grid {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
	padding: 50px 0 80px;
}
.plugins-grid .plugin-box {
background-color: rgb(255 255 255 / 83%);
    border-radius: 12px;
    transition: border-color 200ms, box-shadow 200ms;
    border: 4px solid #0093ff33;
    padding: 20px 25px;
    text-align: left;
    display: flex;
    flex-flow:row wrap;
    align-items: center;
    gap: 15px;
    position: relative;
    box-shadow: 0px 20px 35px 0px rgb(208 208 208 / 50%);
    background-image: url(https://grey-hummingbird-775827.hostingersite.com/wp-content/uploads/2025/09/body-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.plugins-grid .plugin-box:hover {
		border-color: #cad5e2;
    box-shadow: rgb(0 0 0 / 6%) 2px 4px 12px 0px;
}
.plugin-box .plugin-title {
    font-size: 16px;
    margin: 0;
}
.plugin-box .plugin-icon {
    width: 50px;
    height: 50px;
}
.plugin-box .plugin-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.plugin-box > a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.plugin-box > a .plugin-link-text{
	display: none;
}

 
/*  		.case-study-vertical-slider::before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 200px;
width: 100%;
z-index: 10;
pointer-events: none;
background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 70%, rgba(255, 255, 255, 0) 100%);
}
.case-study-vertical-slider::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
height: 200px;
width: 100%;
z-index: 10;
pointer-events: none;
background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 70%, rgba(255, 255, 255, 0) 100%);
}   
.case-study-vertical-slider.swiper-vertical>.swiper-wrapper {
	justify-content: center;
	align-items: center;
} */

.case-study-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
 
.case-study-card {
	background: white;
	border-radius: 20px;
	padding: 20px;
	display: flex;
	flex-direction: row;
	gap: 60px;
	max-width: 100%;
	border: 1px solid #E2E2E2
}

.case-study-image {
	position: relative;
	flex: 0 0 360px;
	height: 360px;
	display: flex;
	border-radius: 15px;
	overflow:hidden;
}

.case-study-image img {
	border-radius: 15px;
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: top;
}  
.case-study-content {
	flex: 1;
	padding-right:20px;
}
.case-study-content h2{
	font-family: "Product Sans";
	font-size: 40px;
	margin-bottom: 30px;
	margin-top: 0;
	color:#1A004C;
}
.case-study-content p{
	font-family: "Product Sans";
	font-size: 15px;
	margin-bottom: 0;
	line-height:25px;
	color:#69779A;
}
.case-study-tag {
	font-family: 'Poppins';
	display: flex;
	align-items: center;
	justify-content: center;
	background: #DBEEFF;
	color: #017DFC;
	padding: 10px;
	font-size: 13px;
	margin-bottom: 30px;
	max-width: 103px;
	border-radius: 20px;
	gap: 10px;
	line-height: 1;
}
.case-study-tag::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: var(--Blue, #017DFC);

}

.case-study-btn { 
	margin-top: 30px;
}
.btn-default {
	align-items: center;
	font-family: "Product Sans";
	font-size: 18px;
	display: flex;
	line-height: 100%;
	box-shadow: 0px 20px 35px 0px #017CFC80 !important;
	background: linear-gradient(86.7deg, #017CFC 0%, #02C5FC 100%);
	max-width: 227px; 
	border-radius: 50px;
	gap: 10px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 30px;
	justify-content: space-between;
	color: white;
	transition: background 0.3s ease;
}
.case-study-btn:hover {
	background: linear-gradient(86.7deg, #02C5FC 0%, #017CFC 100%);
	color: white;
}



@media (max-width: 767px) {
	.plugins-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		padding: 40px 10px 40px;
	}
	.plugins-grid .plugin-box {
		flex-direction: column;
		align-items: flex-start;
	}
}