/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
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.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1773858294
Updated: 2026-03-18 18:24:54

*/
div#button-header{transition:1s;border-radius:12px;}
div#button-header:hover{box-shadow: 0 10px 30px rgb(0 0 0 / 19%);}
div#mic svg {
    background-color: #E8F0FD;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 24px;
    border-radius: 10px;
	padding:11px;
}
.st1 {
    fill: #000 !important;
}
.st0 {
    fill: none;
    stroke: #000000 !important;
}
/*animation*/
div#banner::before {
	animation: floatMove 19s ease-in-out infinite;
	filter: grayscale(1) brightness(1.1) contrast(1) blur(0.2px);
}
@keyframes floatMove {
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateY(60px);
    }
    50% {
        transform: translateY(120px);
    }
    75% {
        transform: translateY(60px);
    }
    100% {
        transform: translateY(0px);
    }
}
.elementor-sticky {
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);

    /* Light grey glass like image */
    background: linear-gradient(
        180deg,
        rgba(180, 180, 180, 0.35),
        rgba(200, 200, 200, 0.25)
    );

    border: 1px solid rgba(255, 255, 255, 0.35);

    box-shadow: 0 8px 20px rgba(0,0,0,0.12);

    opacity: 1;
}
#icons .st0 {
    opacity: 1 !important;
}

#icons svg#Layer_1 {
    background-color: #9999994d;
    width: 48px;
    height: 48px;
    padding: 10px;
    border-radius: 12px;
}

div#line23{
	position:relative;
}
div#line23:before {
    position: absolute;
    content: "";
    border-top: 2px solid #e1e7ef;
    left: 50%;
    width: 77%;
    top: 24%;
    transform: translateX(-50%);
}
/*small-nav*/
div#small-nav{
backdrop-filter: blur(64px);
    background-color: #0000003d;
    border-radius: 10px;
    opacity: 1;	
}
div#small-nav h3 {
    background-color: #fff;
    padding: 12px;
    width: 116px;
    height: 59px;
    text-align: center;
    line-height: 33px;
    border-radius: 20px;
}


#cta-btn a {
    display: inline-block;
    background: linear-gradient(135deg, #cfd6df, #8a96a6);
    color: #000;
    padding: 20px 32px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
 animation: glowPulse 4s ease-in-out infinite,
               shake 0.6s ease-in-out infinite;
}

/* Glow + Scale */
@keyframes glowPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(255,255,255,0);
    }
    50% {
        transform: scale(1.06);
        box-shadow: 0 0 16px rgba(255,255,255,0.35);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(255,255,255,0);
    }
}


#cta-btn a:before{
content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #000; /* 👉 hover color */
  z-index: -1;
  transition: width 0.4s ease;	
	border-radius:12px;
}

/* hover effect */
#cta-btn a:hover::before {
  width: 100%;
}

/* text color change */
#cta-btn a:hover {
  color: #fff;
}



/* pulse grow Animation */
@keyframes pulse grow {
    0% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    50% { transform: translateX(2px); }
    75% { transform: translateX(-2px); }
    100% { transform: translateX(0); }
}


#glass-box {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(153, 153, 153, 0.15));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease;

}
.user-box {
    display: flex;
    justify-content: space-between;
}
#glass-box::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;

    background: linear-gradient(
        120deg,
        transparent 40%,
        rgba(255,255,255,0.9),
        transparent 60%
    );

    filter: blur(20px); /* glow softness */
    
    transform: rotate(25deg) translateX(-120%);
   animation: whiteGlow 3s ease-in-out infinite;
    pointer-events: none;
}
@keyframes whiteGlow {
    0% {
        transform: rotate(25deg) translateX(-120%);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    50% {
        transform: rotate(25deg) translateX(120%);
        opacity: 0.8;
    }
    100% {
        transform: rotate(25deg) translateX(120%);
        opacity: 0;
    }
}


div#services::before {
	filter: grayscale(1) brightness(1.1) contrast(1) blur(0.2px);
}

div#works::before {
	filter: grayscale(1) brightness(1.1) contrast(1) blur(0.2px);
}
div#reve::before {
	filter: grayscale(1) brightness(1.1) contrast(1) blur(0.2px);
}
div#team::before {
	filter: grayscale(1) brightness(1.1) contrast(1) blur(0.2px);
}


#clients, .slick-track {
    display: flex;
    gap: 22px;
}
#clients, .testimonial-card {
    margin: 15px;
}
.user-image img {
    max-width: 66px !important;
    border: 5px solid #ccc !important;
    border-radius: 50px !important;
    box-shadow: 0px 0px 10px 3px #00000047 !important;
}

.user-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    border-top: 1px solid #ccc;
    padding-top: 26px;
}
.quote {
    min-height: 97px;
}
.quote p {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    color: #65758B;
    font-style: italic;
    padding-bottom: 20px;
}
.user-name {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0F1729;
}

/*slider*/
button.slick-next.custom-arrow.slick-arrow {
    background-color: #000 !important;
    font-size: 0px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

button.slick-prev.custom-arrow.slick-arrow{
 background-color: #000 !important;
    font-size: 0px;
    width: 30px;
    height: 30px;
    border-radius: 4px;	
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #c36;
    color: #fff;
    text-decoration: none;
    background: none !important;
}


.wcf--image-box.style-1.wcf--image-box.style-1.wcf--image-box.style-1 {
    box-shadow: 0px 0px 26px 0px rgba(204, 204, 204, 0.5);
    margin: 14px;
}
.wcf__image-box-slider .ts-navigation{position:absolute; top:50%;}
.wcf__image-box-slider .ts-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.wcf-arrow.wcf-arrow-prev {
    left: -6%;
}
.wcf-arrow.wcf-arrow-next {
    right: -66px;
}
.wcf-arrow.wcf-arrow-prev {
    left: -4%;
    width: 35px;
    height: 35px;
    border-radius: 0px !important;
    background-color: #000;
    color: #fff;
}
.wcf-arrow.wcf-arrow-next {
    left: 4%;
    width: 35px;
    height: 35px;
    border-radius: 0px !important;
    background-color: #000;
    color: #fff;
}

#happy-clients figure.swiper-slide-inner {
   position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(153, 153, 153, 0.15));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease;
}
.testimonial-slider .slick-track {
    display: flex !important;
}

.testimonial-slider .slick-slide {
    height: auto !important;
}

.testimonial-card {
    height: 100%;
}


.logo-track {
  display: flex;

  width: max-content;
  animation: scrollLogo 25s linear infinite;
}
.logo-track:hover{
	animation-play-state: paused;
}

@keyframes scrollLogo {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}
.logo-track .logo img {
    max-width: 190px;
    height: 300px;
    object-fit: contain;
}
.logo-marquee {
  overflow: hidden;
}

.logo-track {
  display: flex;
  width: max-content;
}



@media (max-width: 768px) {
  .logo-track {
    gap: 10px;
    animation-duration: 25s;
  }

  .logo-track .logo img {
    width: 140px;
    height: 150px;
  }
}
@media (max-width: 480px) {
  .logo-marquee {
    max-width: 280px;
    margin: 0 auto;
  }
}
.logo {
	   background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(153, 153, 153, 0.15));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    height: 218px;
    width: 210px;
    padding: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left:7px;
	margin-right:7px;
}

/*testimonials*/
.testimonial-marquee {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;

}

.testimonial-track {
  display: flex;
  width: max-content;
	gap:25px;
 animation: scrollTestimonial 40s linear infinite;
}
div#globe .glass-box {
    margin-right: 0px;
}
/* Glass Box */
.glass-box {
  min-width: 320px;
  max-width: 320px;
  flex: 0 0 auto;

  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,0.25), rgba(153,153,153,0.15));
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.3);
  box-shadow: 0 1px 14px rgba(0,0,0,0.15);
}

/* Glow effect */
.glass-box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;

  background: linear-gradient(
    120deg,
    transparent 40%,
    rgba(255,255,255,0.9),
    transparent 60%
  );

  filter: blur(20px);
  transform: rotate(25deg) translateX(-120%);
  animation: whiteGlow 4s ease-in-out infinite;
}

/* Animation */
@keyframes scrollTestimonial {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0%); }
}

@keyframes whiteGlow {
  0% {
    transform: rotate(25deg) translateX(-120%);
    opacity: 0;
  }
  50% {
    transform: rotate(25deg) translateX(120%);
    opacity: 0.8;
  }
  100% {
    transform: rotate(25deg) translateX(120%);
    opacity: 0;
  }
}

/* User section */
.user-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.user-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.user-name {
  font-weight: 600;
}

.testimonial-track:hover {
  animation-play-state: paused;
}

.elementor-sticky--effects {
    top: 10px !important; /* gap amount (change as needed) */
}

/*new-testimonials*/
.marqueeSwiper {
  width: 100%;
  overflow: hidden;
}

/* Smooth linear */
.marqueeSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
}

/* Slide */
.marqueeSwiper .swiper-slide {
  width: auto;
}


.quote p {
  font-size: 14px;
  line-height: 1.6;
}

.user-box {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.user-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.user-name {
  margin-left: 10px;
  font-size: 14px;
}
.marqueeSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}


#globe .glass-box{
	height:540px;
}

.user-name span{
	font-size:14px;
	font-weight:400;
	display:block;
}


/*responsive*/
@media(max-width:992px){
	div#line23:before{
		display:none !important;
	}
}
@media(max-width:767px){
	div#small-nav h3 {
        background-color: #fff;
        padding: 18px;
        width: 100%;
        height: 44px;
        text-align: center;
        line-height: 9px;
        border-radius: 12px;
    }
	 .glass-box {
    min-width: 260px;
    max-width: 260px;
    padding: 20px;
  }

  .testimonial-track {
    gap: 15px;
    animation-duration: 20s;
  }
	div#small-nav{
		border-radius:15px;
		box-shadow:none;
	}
	div#line23:before{
		display:none !important;
	}
}