/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
html {
  scroll-behavior: smooth;
}
::placeholder{
	opacity:1 !important;
}
.admin-bar .elementor-element.psc-header-wrp.elementor-sticky--effects {
    top: 52px !important;
}
.elementor-element.psc-header-wrp.elementor-sticky--effects {
    background-color: #FFFFFF;
    padding: 0 20px;
    top: 20px !important;
    box-shadow: 0px 0px 5px #0000001A;
}
/* .elementor-element.elementor-widget.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
} */
/* About Page CSS */
.team_linked .elementor-icon {
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.5);
}
.subscribe .elementor-field#form-field-email {
    padding: 20px 140px 20px 20px !important;
}
.subscribe .elementor-field-type-submit {
    position: absolute;
    top: 24%;
    right: 5px;
    transform: translateY(-50%);
    padding: 0 !important;
    width: auto !important;
}

/* what we Do */
.your-trust .elementor-widget-testimonial-carousel {
    position: unset !important;
}
.your-trust .swiper  {
	overflow:visible !important;
}
.your-trust .swiper-pagination-bullets {
    position: absolute !important;
    bottom: -60px !important;
}
.your-trust .swiper-pagination > span {
    background-image: url(http://psquaredconsulting.wordpressplanet.org/wp-content/uploads/2025/12/pagination.svg);
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-size: 14px !important;
    font-size: 0;
    font-weight: 100;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
.your-trust .swiper-pagination > span:hover,
.your-trust .swiper-pagination .swiper-pagination-bullet-active {
    background-image: url(http://psquaredconsulting.wordpressplanet.org/wp-content/uploads/2025/12/pagination-active.svg) !important;
}
.your-trust .elementor-swiper-button-prev,
.your-trust .elementor-swiper-button-next{
    bottom: -65px;
    top: unset !important;
}
.your-trust .swiper-slide-active .elementor-testimonial__content,
.your-trust .swiper-slide-active .elementor-testimonial__content:after,
.your-trust .swiper-slide-active .elementor-testimonial__content .elementor-testimonial__text{
    background: #253551 !important;
	color:#fff !important;
}
.your-trust .swiper-slide .elementor-testimonial__content:after {
	height: 30px !important;
	width: 30px !important;
	transform: scaleX(1) rotate(45deg) !important;
	top: calc(100% - 15px) !important;
}
.your-trust .elementor-swiper-button-prev{
    left:calc(50% - 230px) !important;
}
.your-trust .elementor-swiper-button-next {
    right: calc(50% - 230px) !important;
    transform: rotate(180deg) !important;
    transform-origin: center;
    bottom: -54px;
}

.your-trust .elementor-swiper-button {
    background-image: url(/wp-content/uploads/2025/12/Arrow-left.svg);
    background-size: 20px;
    z-index: 99 !important;
}
.your-trust .elementor-swiper-button:hover {
    background-image: url(/wp-content/uploads/2025/12/Arrow-left-hover.svg);
 }

.your-trust .elementor-swiper-button svg{
	opacity:0;
}

.elementor-main-swiper {
    padding-right: 175px;
}

@media screen and (max-width: 1024px) {
	.your-trust .swiper-slide .elementor-testimonial__content:after {
		height: 20px !important;
		width: 20px !important;
		top: calc(100% - 10px) !important;
		left: calc(20px + 0px / 2) !important;
	}
}
@media screen and (max-width:767px) {
	.elementor-nav-menu .sub-arrow {
        cursor: pointer;
        padding-left: 12px;
        display: inline-flex;
        align-items: center;
    }
	.your-trust .elementor-swiper-button-next{
		right:20px !important;
	}
	.your-trust .elementor-swiper-button-prev{
		left:20px !important;
	}
	.your-trust .elementor-widget-testimonial-carousel .elementor-main-swiper.swiper {
		padding-bottom: 10px !important;
	}
}