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

.page-id-34:before {
    z-index: -1;
    width: 700px;
    position: absolute;
    top: 0;
    right: 0;
    content: url(/wp-content/uploads/2026/04/main-page-bg.png);
    height: 763px;
}
.header-line:after {
    background-image: linear-gradient(90deg, #0000, var(--e-global-color-338fbfe) 21%, #fff0);
    width: 100%;
    height: 1px;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    content: "";
}
.header-menu nav ul li:last-child {
    display: none;
}

/* General website button design start */
.website-btn .elementor-button-icon {
    background-color: var( --e-global-color-accent );
    border-radius: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.website-btn .elementor-button-content-wrapper {
    align-items: center;
    gap: 12px;
}
.website-btn .elementor-button-text {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
/* ORIGINAL TEXT (as layer) */
.website-btn .elementor-button-text::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: transform 0.4s cubic-bezier(.76,0,.24,1);
    color: #fff;
}
/* NEW TEXT */
.website-btn .elementor-button-text::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    transition: transform 0.4s cubic-bezier(.76,0,.24,1);
    color: #fff;
}
/* HIDE REAL TEXT */
.website-btn .elementor-button-text {
    color: transparent;
}
/* ANIMATION */
.website-btn:hover .elementor-button-text::before {
    transform: translateY(-100%);
}
.website-btn:hover .elementor-button-text::after {
    transform: translateY(-100%);
}

/* ICON WRAPPER */
.website-btn .elementor-button-icon {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

/* ORIGINAL SVG */
.website-btn .elementor-button-icon svg {
    transition: transform 0.4s cubic-bezier(.76,0,.24,1), opacity 0.3s;
}

/* DUPLICATE SVG */
.website-btn .elementor-button-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    background: currentColor;
    
    /* Use same SVG as mask */
    -webkit-mask: url('https://uidesigners.in/wp-content/uploads/2026/03/btn-arrow.svg') no-repeat center;
    mask: url('https://uidesigners.in/wp-content/uploads/2026/03/btn-arrow.svg') no-repeat center;

    transform: translateX(-120%);
    transition: transform 0.4s cubic-bezier(.76,0,.24,1);
}
/* original arrow goes right */
.website-btn:hover .elementor-button-icon svg {
    transform: translateX(120%);
    opacity: 0;
}

/* new arrow comes from left */
.website-btn:hover .elementor-button-icon::after {
    transform: translateX(0%);
}
/* General website button design end */


p {
	margin: 0;
}
.banner-img img {
	aspect-ratio: 1;
    background-image: url(https://uidesigners.in/wp-content/uploads/2025/03/bg-img.svg);
    background-position: 50% 0;
    background-size: cover;
    display: block;
    -webkit-mask-image: url(https://uidesigners.in/wp-content/uploads/2025/03/bg-img.svg);
    mask-image: url(https://uidesigners.in/wp-content/uploads/2025/03/bg-img.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.border-shape {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease !important;
    overflow: hidden;
}
/* .border-shape:before {
    content: '';
  z-index: -2;
  text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
	width: 99999px;
	height: 99999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: conic-gradient(rgba(0,0,0,0), #1976ed, rgba(0,0,0,0) 25%);
	animation: rotate 4s linear infinite;
}
.border-shape:after {
    content: '';
	position: absolute;
	z-index: -1;
	left: 5px;
	top: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	background: #292a2e;
}
@keyframes rotate {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
} */

.border-shape:after {
    width: 100%;
    content: "";
    display: inline-block;
    height: 0px;
    background-color: transparent;
    border: solid 1px #f25616;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: expand 5s infinite;
    z-index: 0;
}
@-webkit-keyframes expand{
    0%{height:0px; width: 0px;}
    100%{height:100%; width: 100%;}
}
.border-shape:before {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    z-index: 2;
}
.border-shape .elementor-social-icons-wrapper {
    position: relative;
    z-index: 2;
}

/* .border-shape:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-repeat: no-repeat;
	background-position: 0 0;
	background-image: conic-gradient(rgba(0,0,0,0), #f25616, rgba(0,0,0,0) 25%);
    animation: rotateBorder 4s linear infinite;
}

.border-shape:after {
    content: "";
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}
@keyframes rotateBorder {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
} */
.service-icon .elementor-icon-wrapper {
    width: 103px;
    height: 103px;
    padding: 10px;
    border: solid 1px #6a6a6a;
    border-radius: 16px;
    margin: auto;
}
.service-icon .elementor-icon {
    width: 83px;
    height: 83px;
    padding: 8px;
    border: solid 1px #6a6a6a !important;
    border-radius: 10px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(#292929, #1c1c1c);
}
.framing-line-glow-blocker {
    background-color: #111;
    width: 100%;
    height: 36px;
}
.framing-line-glow {
    z-index: -1;
    filter: blur(15px);
    background-color: #f2561633;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%);
}
.line-bottom .framing-line-glow-blocker {
    margin-top: -38px;
}
.line-bottom .framing-line-glow {
    top: unset;
    bottom: -6px;
}
.round-main {
    height: 500px;
    right: 0;
}
.round {
    aspect-ratio: 1;
    right: 0;
    margin: auto;
}
.service-circle-fill {
    aspect-ratio: 1;
}
.service-circle-decor-blocker-back {
    height: 75%;
}
.service-circle-decor-blocker-front {
    height: 60%;
}
.desktop-full-height {
    height: 100%;
}
.service-box-bg {
    top: -40%;
    left: 50%;
    transform: translate(-50%, -10%);
    position: absolute;
}
/* Case study section design start */
.case-img {
    -webkit-clip-path: polygon(0 0, calc(100% - 54.142px) .786377px, calc(100% - 54.142px) .786377px, calc(100% - 53.3502px) .817752px, calc(100% - 52.5683px) .910952px, calc(100% - 51.7995px) 1.06458px, calc(100% - 51.0473px) 1.27726px, calc(100% - 50.3151px) 1.54758px, calc(100% - 49.6062px) 1.87417px, calc(100% - 48.924px) 2.25563px, calc(100% - 48.2718px) 2.69056px, calc(100% - 47.653px) 3.17759px, calc(100% - 47.071px) 3.71531px, calc(100% - 2.929px) 47.8574px, calc(100% - 2.929px) 47.8574px, calc(100% - 2.39112px) 48.4395px, calc(100% - 1.904px) 49.0583px, calc(100% - 1.46902px) 49.7105px, calc(100% - 1.08756px) 50.3928px, calc(100% - .761px) 51.1017px, calc(100% - .49072px) 51.8338px, calc(100% - .2781px) 52.586px, calc(100% - .12452px) 53.3547px, calc(100% - .03136px) 54.1367px, calc(100% - 5.68434e-14px) 54.9285px, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, calc(100% - 54.142px) .786377px, calc(100% - 54.142px) .786377px, calc(100% - 53.3502px) .817752px, calc(100% - 52.5683px) .910952px, calc(100% - 51.7995px) 1.06458px, calc(100% - 51.0473px) 1.27726px, calc(100% - 50.3151px) 1.54758px, calc(100% - 49.6062px) 1.87417px, calc(100% - 48.924px) 2.25563px, calc(100% - 48.2718px) 2.69056px, calc(100% - 47.653px) 3.17759px, calc(100% - 47.071px) 3.71531px, calc(100% - 2.929px) 47.8574px, calc(100% - 2.929px) 47.8574px, calc(100% - 2.39112px) 48.4395px, calc(100% - 1.904px) 49.0583px, calc(100% - 1.46902px) 49.7105px, calc(100% - 1.08756px) 50.3928px, calc(100% - .761px) 51.1017px, calc(100% - .49072px) 51.8338px, calc(100% - .2781px) 52.586px, calc(100% - .12452px) 53.3547px, calc(100% - .03136px) 54.1367px, calc(100% - 5.68434e-14px) 54.9285px, 100% 100%, 0 100%, 0 0);
}
.case-studies-arrow {
    width: 46px;
    height: 46px;
    clip-path: polygon(
  100% 0,
  100% 100%,
  54.142px calc(100% - 0.786377px),
  54.142px calc(100% - 0.786377px),
  53.3502px calc(100% - 0.817752px),
  52.5683px calc(100% - 0.910952px),
  51.7995px calc(100% - 1.06458px),
  51.0473px calc(100% - 1.27726px),
  50.3151px calc(100% - 1.54758px),
  49.6062px calc(100% - 1.87417px),
  48.924px calc(100% - 2.25563px),
  48.2718px calc(100% - 2.69056px),
  47.653px calc(100% - 3.17759px),
  47.071px calc(100% - 3.71531px),
  2.929px calc(100% - 47.8574px),
  2.929px calc(100% - 47.8574px),
  2.39112px calc(100% - 48.4395px),
  1.904px calc(100% - 49.0583px),
  1.46902px calc(100% - 49.7105px),
  1.08756px calc(100% - 50.3928px),
  0.761px calc(100% - 51.1017px),
  0.49072px calc(100% - 51.8338px),
  0.2781px calc(100% - 52.586px),
  0.12452px calc(100% - 53.3547px),
  0.03136px calc(100% - 54.1367px),
  0px calc(100% - 54.9285px),
  0 100%,
  0 0,
  100% 0);
}
.case-study-block .case-studies-arrow .icon-one,
.case-study-block .case-studies-arrow .icon-two {
    transform: translate3d(0rem, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    transform-style: preserve-3d !important;
}
.case-study-block:hover .case-studies-arrow .icon-one,
.case-study-block:hover .case-studies-arrow .icon-two {
    transform: translate3d(1rem, -1rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
    transform-style: preserve-3d !important;
}
.case-study-block,
.case-study-block .case-img img {
    transition: transform 0.3s ease-in-out;
}
.case-study-block:hover .case-img img {
    transform: scale(1.1);
}
.case-study-block .case-img {
    overflow: hidden;
    border-radius: 10px;
}
.case-content {
    transform: translate3d(0px, 3rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
.case-study-block:hover .case-content {
    transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    opacity: 1;
}
.case-slider .elementor-swiper-button {
    top: -40px !important;
}
.case-slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: unset !important;
    right: 100px;
}
.case-slider .elementor-swiper-button.elementor-swiper-button-next {
    right: 40px !important;
}
.case-main {
    background-position: 40% -40px;
}
/* Case study section design end */

/* Testimonial section design start */
.continuous-carousel .swiper-wrapper {
    transition-timing-function: linear !important;
}
.continuous-carousel .swiper-slide {
    width: 400px !important; /* Allows smooth horizontal scrolling */
    background-image: linear-gradient(#ffffff0f, #f2561608);
}
.continuous-carousel .elementor-testimonial {
    display: flex;
    flex-wrap: wrap;
}
.continuous-carousel .elementor-testimonial .elementor-testimonial__footer {
    order: 1;
}
.continuous-carousel .elementor-testimonial .elementor-testimonial__content {
    order: 2;
    margin-top: 16px;
}
.home-testmonial:after,
.home-testmonial:before {
    content: "";
    z-index: 5;
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
}
.home-testmonial:before {
    background-image: linear-gradient(90deg, #111, #00000000);
    left: 0;
}
.home-testmonial:after {
    background-image: linear-gradient(270deg, #111, #00000000);
    right: 0;
}
/* only target wrappers inside the home-testmonial section */
.home-testmonial .continuous-carousel .swiper {
  overflow: hidden !important;
}

/* we'll tag wrappers with .hs-marquee */
.home-testmonial .continuous-carousel .swiper .swiper-wrapper.hs-marquee {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  /* animation properties will be set dynamically from JS */
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: hs-marquee-scroll;
}

/* reverse direction for second slider */
.home-testmonial .continuous-carousel.reverse .swiper .swiper-wrapper.hs-marquee {
  animation-direction: reverse;
}

/* keep slides inline-flex so width measurements are reliable */
.home-testmonial .continuous-carousel .swiper .swiper-wrapper.hs-marquee .swiper-slide {
  display: inline-flex;
  box-sizing: border-box;
  /* you can override exact card width here if needed */
  /* width: 360px !important; */
  margin-right: 40px; /* spaceBetween equivalent */
}

/* animation keyframes (transform applied by JS - duration set there) */
@keyframes hs-marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } /* because slides are duplicated */
}
.testimonial-bg .elementor-widget-image {

}
.testimonial-mask-left,
.testimonial-mask-right {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    max-width: 1441px !important;
    margin: auto;
    right: 0;
}
.testimonial-mask-left {
    -webkit-mask-image: url(/wp-content/uploads/2026/04/testimonial-mask-left.svg);
    mask-image: url(/wp-content/uploads/2026/04/testimonial-mask-left.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.testimonial-mask-right {
    -webkit-mask-image: url(/wp-content/uploads/2026/04/testimonial-mask-right.svg);
    mask-image: url(/wp-content/uploads/2026/04/testimonial-mask-right.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.testi-glow-border-left,
.testi-glow-border-right {
    background-image: linear-gradient(90deg, transparent, var(--e-global-color-accent) 50%, transparent);
    width: 150px;
    height: 200%; /* 👈 important for diagonal */
    position: absolute;
    top: 0;
    will-change: transform;
    transform: rotateZ(38deg); /* 👈 NEW */
}
.testi-glow-border-left {
  right: 100%;
  animation: glowMoveDiagonal 10s linear infinite;
}

@keyframes glowMoveDiagonal {
  0% {
    transform: translate3d(-10vw, -50vh, 0) rotateZ(38deg);
  }
  100% {
    transform: translate3d(150vw, 150vh, 0) rotateZ(38deg);
  }
}
.testi-glow-border-right {
  left: 100%;
  animation: glowMoveDiagonalReverse 10s linear infinite;
}

@keyframes glowMoveDiagonalReverse {
  0% {
    transform: translate3d(150vw, -50vh, 0) rotateZ(38deg);
  }
  100% {
    transform: translate3d(-50vw, 150vh, 0) rotateZ(38deg);
  }
}
/* Testimonial section design end */
h2 span {
    color: var( --e-global-color-accent );
}
.line-fade-side:before, 
.line-fade-side:after {
    z-index: 5;
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
}
.line-fade-side:before {
    background-image: linear-gradient(90deg, #111111, transparent);
    left: 0;
}
.line-fade-side:after {
    background-image: linear-gradient(270deg, #111111, transparent);
    right: 0;
}
/* footer infinite border animation start */
.footer-glow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-image: url(/wp-content/uploads/2026/03/Footer-Top-Decor-Mask.svg);
    mask-image: url(/wp-content/uploads/2026/03/Footer-Top-Decor-Mask.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    line-height: 0;
}
.border-glow {
    width: 100%;
    height: 100%;
    line-height: 0;
}
.service-glow {
    position: absolute;
    top: 0;
    left: 0;
}
.service-mask {
    -webkit-mask-image: url(/wp-content/uploads/2026/04/service-mask.svg);
    mask-image: url(/wp-content/uploads/2026/04/service-mask.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.footer-glow-border-left,
.footer-glow-border-right {
    background-image: linear-gradient(90deg, transparent, var( --e-global-color-accent ) 50%, transparent);
    width: 150px;
    height: 100%;
    position: absolute;
    top: 0;
    transform: translate(870px);
    will-change: transform;

}
.footer-hover-border-left,
.footer-hover-border-right {
    background-color: var( --e-global-color-accent );
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    will-change: transform;
    top: 0;
}
/* for left to right start */
.footer-glow-border-left {
    right: 100%;
  animation: glowMove 6s linear infinite;

}
@keyframes glowMove {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(180vw, 0, 0);
  }
}
.footer-hover-border-left {
    left: 0;
    transform: translate(-100%);
    transition: transform 0.9s cubic-bezier(0.65, 0, 0.35, 1);
}
/* for left to right end */
/* for right to left start */
.footer-glow-border-right {
    left: 100%;
  animation: glowMoveReverse 6s linear infinite;

}
@keyframes glowMoveReverse {
  0% {
    transform: translate3d(0vw, 0, 0);
  }
  100% {
    transform: translate3d(-180vw, 0, 0);
  }
}
.footer-hover-border-right {
    right: 0;
    transform: translate(100%);
    /*transition: transform 0.9s cubic-bezier(0.65, 0, 0.35, 1);*/
    transition: transform 1.2s cubic-bezier(0.7, 0, 0.2, 1);
}
/* for right to left end */

.footer-cta:hover .footer-hover-border-left,
.footer-cta:hover .footer-hover-border-right {
    transform: translate3d(0%, 0, 0);
}
/* footer infinite border animation end */



@media screen and (max-width: 1024px) {
    .service-circle-decor-blocker-back {
        height: 80%;
    }
    .service-circle-decor-blocker-front {
        height: 70%;
    }
    .line-top {
        right: 0;
    }
    .line-bottom {
        left: 0;
    }
    .case-main {
        background-position: 70% -40px;
    }
}
@media screen and (max-width: 767px) {
    .service-circle-decor-blocker-back {
        height: 89%;
    }
    .service-circle-decor-blocker-front {
        height: 83%;
    }
    .desktop-full-height {
        height: auto;
    }
    .header-menu nav ul li:last-child {
        display: block;
    }
}
@media screen and (max-width: 479px) {
    .service-circle-decor-blocker-back,
    .service-circle-decor-blocker-front {
        height: 90%;
    }
    .case-main {
        background-position: 60% -40px;
    }
}