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

div#second-section-scroll {
    cursor: pointer;
}

.transparent-menubar.elementor-sticky--effects {
            background-color: transparent;
   background-image: linear-gradient(90deg, var(--e-global-color-text) 26%, var(--e-global-color-accent) 12%);
}
.transparent-menubar.elementor-sticky--effects ul li a {
    color: #000 !important;
}
.transparent-menubar.elementor-sticky--effects ul li a:hover {
    color: #FD543A !important;
}

/*.transparent-menubar.elementor-sticky--effects, .sticky-menu ul li a {*/
/*  transition: .5s all ease-in-out;*/
/*}*/
header.transparent-menubar {
    z-index: 9;
}
.transparent-menubar .elementor-nav-menu--main .elementor-item.elementor-item-active {
    color: var(--e-global-color-primary) !important;
}
/* marquee animation */
.marquee-container {
	display: flex;
	align-items: center;
	overflow: hidden;
}
.marquee-text {
	font-size: 80px;
	line-height: 1.3;
	padding: 0;
	white-space: nowrap;
	animation: marquee 25s infinite linear;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	-webkit-text-stroke: 2px #fff;
	/* Outline effect */
	color: transparent;
	display: flex;
	gap: 30px;
    }
.marquee-text:after {
     content: "Revolutionizing Tech  - Cutting Edge";
}
@keyframes marquee {
      0% {
         transform: translateX(0)
      }
        100% {
         transform: translateX(-50%)
       }
}

/* btn arrow color css */
.btn-right-arrow:hover svg path {
    fill: #FD543A;
}
/* homepage carousel section */
/* .first-service-counte .elementor-icon-box-icon:after {
    content: "01";
    position: absolute;
    width: 30px;
    right: 0;
    font-size: 50px;
}
.our-services-section .elementor-icon-box-icon {
    display: flex;
    align-items: center;
} */
.service-box:hover svg path {
    fill: #FD543A;
}
.our-latest-blog-section img.avatar.avatar-128.photo {
    position: absolute !important;
    top: 32px !important;
}

/* .our-latest-blog-section .elementor-posts .elementor-post__card .elementor-post__text {
	padding-top:30px !important;
} */

.our-latest-blog-section .elementor-post__read-more::after {
    content: " →"; 
    font-size: 31px; 
    color: inherit; 
    margin-left: 8px; 
}

.our-latest-blog-section .elementor-post__read-more:hover::after {
    color: #000; 
    transition: color 0.3s ease;
	color:#FD543A;
}

.our-latest-blog-section .elementor-posts .elementor-post__card .elementor-post__meta-data {
	border: none !important;
}

.our-latest-blog-section .elementor-post__title {
    margin-bottom: 14px;
    margin-top: 5px !important;
}

/* homepage faq section css */
.empower_image_sec img{
    border-radius: 5px;
}
.empower_accordion_main .e-n-accordion-item{
    border-bottom: 1px solid #cccccc;
}
.empower_accordion_main .e-n-accordion-item-title{
    padding-left: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    justify-content: space-between;
}
.empower_accordion_main .e-n-accordion-item-title-icon{
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    justify-content: center;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.empower_accordion_main .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon{
    border-color: #fd543a;
}
.empower_accordion_main .e-n-accordion-item-title-icon .e-opened{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fd543a'%3E%3C!--! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc. --%3E%3Cpath d='M443.9 266.7c5.5-6.1 5.5-15.3 0-21.4l-144-160c-5.9-6.6-16-7.1-22.6-1.2s-7.1 16-1.2 22.6L410.5 256 276.1 405.3c-5.9 6.6-5.4 16.7 1.2 22.6s16.7 5.4 22.6-1.2l144-160zm-336 160l144-160c5.5-6.1 5.5-15.3 0-21.4l-144-160c-5.9-6.6-16-7.1-22.6-1.2s-7.1 16-1.2 22.6L218.5 256 84.1 405.3c-5.9 6.6-5.4 16.7 1.2 22.6s16.7 5.4 22.6-1.2z'/%3E%3C/svg%3E");
    background-size: 16px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
}
.empower_accordion_main .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon .e-opened{
    transform: rotate(90deg);
}  

.empower_accordion_main .e-n-accordion-item-title-icon .e-opened svg,
.empower_accordion_main .e-n-accordion-item-title-icon .e-closed {
    display: none !important;
}
.empower_accordion_main .e-n-accordion .e-n-accordion-item:last-child{
    border-bottom: 0 !important;
} 
/* end homepage faq section css */
.trusted-logo-section figure.swiper-slide-inner {
    width: 200px;
    height: 100%;
}
.trusted-logo-section .swiper-slide {
    justify-content: center;
    display: flex;
}
.partnercollaboration-logo-section .swiper-slide {
    justify-content: center;
    display: flex;
}
.partnercollaboration-logo-section figure.swiper-slide-inner {
    width: 230px;
    height: 100%;
}
/* why choose us section */
.why-choose-us-section h5.elementor-icon-box-title {
    margin-top: 0px;
}

/* client review section */
/* Add styled quotation marks to the review content */
.review_main_slide .elementor-testimonial__content{
    padding: 50px 40px 70px 40px!important;
    position: relative;
    background-color: #111536;
    border-radius: 5px;
}

.review_main_slide .elementor-testimonial__content:after {
    position: absolute;
    content: '';
    border-top: 30px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 70px solid #111536;
    border-radius: 5px;
    top: -14px;
    left: 0;
}

.client-review-section .elementor-testimonial__text::after {
    content: url('/wp-content/uploads/2025/01/review-quote.svg');
	position: absolute;
    width: 90px;
    height: 70px;
    display: inline-block;
    bottom: 0;
    right: 0;
    transform: scale(0.6);
}
.client-review-section .elementor-swiper-button{
	padding:38px;
}
.client-review-section .elementor-swiper-button-prev,
.client-review-section .elementor-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px; /* Size of the circle */
  height: 50px;
  background: transparent;
  border: 2px solid #ff4500; /* Glowing orange-red border */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}
.client-review-section .elementor-swiper-button-prev {
  left: -60px; /* Positioning the button to the left */
}
.client-review-section .elementor-swiper-button-next {
  right: -60px; /* Positioning the button to the right */
}
.client-review-section .elementor-swiper-button-prev::before,
.client-review-section .elementor-swiper-button-next::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 15px; 
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center; 
}
.client-review-section .elementor-swiper-button-prev::before {
  background-image: url('/wp-content/uploads/2025/01/left-arrow.svg');
}
.client-review-section .elementor-swiper-button-next::before {
  background-image: url('/wp-content/uploads/2025/01/right-side-arrow.svg'); 
}
.client-review-section  .elementor-testimonial__header {
    display: flex;
    align-items: center;
}
/* .single-post-featured-img.elementor-widget-theme-post-featured-image img {
    height: 600px !important;
	width:920px !important;
}
.single-post figure.wp-block-image img {
    height: 600px !important;
	width:920px !important;
} */
@media (max-width: 1024px) and (min-width: 768px) {
.transparent-menubar.elementor-sticky--effects {
    background-image: linear-gradient(90deg, var(--e-global-color-text) 18%, var(--e-global-color-accent) 12%);
	}}

@media (max-width: 768px) and (min-width: 426px) {
	.client-review-section .elementor-swiper-button.elementor-swiper-button-prev{
		left:0 !important;
	}
	
	.client-review-section .elementor-swiper-button.elementor-swiper-button-next{
		right:0 !important;
}}
@media (max-width: 768px){
	.marquee-text img {
	   width: 55px;
}
.marquee-text {
		font-size: 45px;
	}
	.transparent-menubar.elementor-sticky--effects {
        background-image: linear-gradient(90deg, var(--e-global-color-text) 30%, var(--e-global-color-accent) 12%);
    }
/* 		.single-post-featured-img.elementor-widget-theme-post-featured-image img {
    height: 320px !important;
}
	.single-post figure.wp-block-image img {
    height: 320px !important;
} */
}
@media (max-width: 425px){
	.trusted-logo-section figure.swiper-slide-inner {
    width: 140px;
    height: 100%;
}
	.client-review-section .elementor-element .swiper .elementor-swiper-button.swiper-button-disabled {
    opacity: 1;
}
	.client-review-section .elementor-swiper-button {
    top: 112% !important;
    margin: 0 100px;
    padding: 30px !important;
}
	.post-section-custom {
    margin-bottom: -146px !important;
}
}
@media (max-width: 375px){
.client-review-section .elementor-swiper-button {
    top: 112% !important;
    margin: 0 75px;
    padding: 30px !important;
}
}
@media (max-width: 344px) and (min-width: 341px) {
.client-review-section .elementor-swiper-button {
        margin: 0 65px;
    }
}
@media (max-width: 340px) and (min-width: 320px) {
.client-review-section .elementor-swiper-button {
    top: 108% !important;
    margin: 0 55px;
    padding: 30px !important;
	}
}
@media screen and (max-width: 320px){
.client-review-section .elementor-swiper-button {
    top: 108% !important;
    margin: 0 55px;
    padding: 30px !important;
	}
	
    .transparent-menubar.elementor-sticky--effects {
        background-image: linear-gradient(90deg, var(--e-global-color-text) 33%, var(--e-global-color-accent) 12%);
    }
}

.forminator-ui#forminator-module-4862.forminator-design--flat .forminator-button-submit {
    background-color: #fd543a !important;
    color: #FFFFFF !important;
    border-radius: 5px !important;
}
