/*
00. Library override(ex. bootstrap etc) --------------------
01. Text and Typography ------------------------------------
02. Common element(ul,ol,li,body,div etc.) -----------------
03. Common class(padding, margin etc.) ---------------------
04. Header styles ------------------------------------------
05. Footer styles-------------------------------------------
06. Common content------------------------------------------
07. Pages and Posts-----------------------------------------
08. Extra styles--------------------------------------------
09. Media Query---------------------------------------------
*/
	/* End Table of Contents */

/* 00. Library override(ex. bootstrap etc) start*/
/* 00. Library override(ex. bootstrap etc)   end*/


/* 01. Text and Typography start */

/* 01. Text and Typography end */


/* 02. Common element(ul,ol,li,body,div etc.) start*/
/* 02. Common element(ul,ol,li,body,div etc.) end*/


/*03. Common class(padding, margin etc.) start*/

/* Button styles css start */

.header-btn a{
    position: relative;
    color: #fff !important;
    z-index: 1;
    padding: 10px 15px !important;
    line-height: 1em;
    font-size: 16px;
    font-weight: 400;
}

.header-btn::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    padding: 2px; /* border thickness */
    background: linear-gradient(135deg, #00c2c2, #2d5bff);
    background-size: 110% 110%;
    animation: gradient 5s ease infinite;
    z-index: 0;
}


.header-btn a::after{
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 100px;
    background: transparent;
    transition: all 0.3s ease;
    z-index: -1;
}

.header-btn:hover a::after{
    background: #fff !important;
}
.header-btn:hover a{
    color: #000 !important;
}
/* gradient border btn style start */


.gradient-btn .elementor-button {
    position: relative;
    color: #000 !important;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
    transition: color 0.4s ease;
}

.gradient-btn .elementor-button .elementor-button-text {
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
}


.gradient-btn .elementor-button::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 6px;
    background: linear-gradient(135deg, #00c2c2, #2d5bff);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}


.gradient-btn .elementor-button::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 3px;
    background: #fff;
    z-index: -1;

    transform: scale(1);
    opacity: 1;

    transition: 
        transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.35s ease;
}


.gradient-btn .elementor-button {
    position: relative;
    color: #000 !important;
    z-index: 1;
    border-radius: 100px;
    overflow: hidden;
    transition: color 0.35s ease;
}


.gradient-btn .elementor-button::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 100px;
    background: linear-gradient(135deg, #00c2c2, #2d5bff);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}


.gradient-btn .elementor-button::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 3px;
    background: #fff;
    z-index: -1;
    opacity: 1;
    transition: opacity 0.4s ease;
}


.gradient-btn .elementor-button:hover::after {
    opacity: 0;
}


.gradient-btn .elementor-button {
    background: linear-gradient(135deg, #00c2c2, #2d5bff);
    background-size: 100% 100%;
}


.gradient-btn .elementor-button:hover {
    color: #fff !important;
}
/* gradient border btn style end */

/* Button common css start */
.fill-gradient-btn-light a,
.fill-gradient-btn a{
    position: relative;
    color: #fff !important;
    z-index: 1;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    padding: 13px 15px 13px 15px !important;
}

.fill-gradient-btn::before,
.fill-gradient-btn-light::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    padding: 2px; /* border thickness */
    background: linear-gradient(135deg, #00c2c2, #2d5bff);
    background-size: 110% 110%;
    animation: gradient 5s ease infinite;
    z-index: 0;
}

.fill-gradient-btn a::after,
.fill-gradient-btn-light a::after{
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 100px;
    background: transparent;
    transition: all 0.3s ease;
    z-index: -1;
}

.fill-gradient-btn:hover a::after{
    background: #000 !important;
}
.fill-gradient-btn:hover a{
    color: #fff !important;
}

.fill-gradient-btn-light:hover a::after{
    background: #fff !important;
}
.fill-gradient-btn-light:hover a{
    color: #000 !important;
}
/* Button common css end */


/* Button styles css end */

/*03. Common class(padding, margin etc.) end*/


/*04. Header styles start*/
/* Header wrapper */

.header-top{
	background: #FFFFFF6B;
    backdrop-filter: blur(10px);
}

/*04. Header styles end*/


/*05. Footer styles start*/ 
.contact-link .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
	margin-top: 0px;
	padding-top: 0px;
}

.contact-link .elementor-icon-box-wrapper .elementor-icon-box-content .connect-link{
	color: #7E7E7E;
	transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 500;
}

.contact-link .elementor-icon-box-wrapper .elementor-icon-box-content:hover .connect-link{
	color: #040F32;
	transition: all 0.3s ease;
}



/*05. Footer styles end*/


/*06. Common content start*/ 
/*06. Common content end*/


/*07. Pages and Posts satrt*/
	/*Homepage satrt*/
    .hero-section{
        position: relative;
    }

    .hero-section:after{
        content: "";
        position: absolute;
        background-image: url(https://exillar.wp.synnnc.com/wp-content/uploads/2026/06/banner-left-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        width: 100%;
        height: 100%;
        z-index: -1;
        bottom: 0;
    }

	.about-section {
	position: relative;
	overflow: visible; /* important */
	}

	.circle-image {
	transform: scale(0.1);
	transform-origin: center;
	opacity: 0;
	filter: blur(10px);
	will-change: transform;
    pointer-events: none;
	}

	.circle-image img {
	width: 100%;
	display: block;
	}


.moving-overlay.elementor-element-e15fda6 {
    position: relative;
    overflow: hidden;
}

.moving-overlay.elementor-element-e15fda6::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    background-size: 80% 80%;
    background-position: center;
    animation: 
        moveX 20s ease-in-out infinite alternate,
        moveY 28s ease-in-out infinite alternate,
        transformMove 35s ease-in-out infinite;
}

/* Smooth random X */
@keyframes moveX {
    0% { background-position-x: 0%; }
    20% { background-position-x: 70%; }
    40% { background-position-x: 20%; }
    60% { background-position-x: 90%; }
    80% { background-position-x: 40%; }
    100% { background-position-x: 10%; }
}

/* Smooth random Y */
@keyframes moveY {
    0% { background-position-y: 0%; }
    20% { background-position-y: 80%; }
    40% { background-position-y: 30%; }
    60% { background-position-y: 95%; }
    80% { background-position-y: 20%; }
    100% { background-position-y: 50%; }
}

/* 🔥 Combined transform (FIX) */
@keyframes transformMove {
    0% {
        transform: scale(1) rotate(0deg);
    }
    25% {
        transform: scale(1.1) rotate(90deg);
    }
    50% {
        transform: scale(1.2) rotate(180deg);
    }
    75% {
        transform: scale(1.1) rotate(270deg);
    }
    100% {
        transform: scale(1) rotate(360deg);
    }
}

	/* case study section css start */
	.case-study-listing .case-study-feature-image a{
		width: 100%;
	}
	.case-study-listing .case-study-title a{
		padding: 0px !important;
	}
	.case-study-listing .case-study-title a .elementor-button-text{
		text-align: start;
	}
	.elementor-element-1f88e59.case-study-section{
		position: relative;
		overflow: hidden;
	}

   .elementor-element-1f88e59.case-study-section::before {
    content: "";
    position: absolute;
    top: 35%;
    left: 40%;
    width: 980px;
    height: 780px;
    background-image: url(../images/circle-02.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
	}

	
/* particle animation css start */

.case-study-listing-section{
    position: relative;
}

.particle-wrapper{
	height: 100vh;
	width: 100%;
	position: absolute;
	overflow: hidden;

}


.bottom-particle-wrapper{
	height: 100vh;
	width: 100%;
	position: absolute;
	overflow: hidden;

}

/* =========================
   HORIZONTAL LINE
========================= */
.case-study-listing-section .horizontal-line{
    position: absolute;
    left: 0;
    top: 15px;
    width: 130px;
    height: 15px;
    background: linear-gradient(270deg, rgba(31, 78, 240, 1), rgba(0, 0, 0, 0));
    border-radius: 1px 7px 7px 1px;
	animation: moveHorizontal 6s linear infinite;
	filter: drop-shadow(0 0 6px rgba(31,78,240,0.6));
}


.case-study-listing-section .horizontal-reverse{
	position: absolute;
    right: 0;
    bottom: 14px;
    width: 130px;
    height: 15px;
    background: linear-gradient(90deg, rgba(31, 78, 240, 1), rgba(0, 0, 0, 0));
    border-radius: 7px 1px 1px 7px;
	animation: moveHorizontalReverse 6s linear infinite;
}


/* =========================
   VERTICAL LINE
========================= */
.case-study-listing-section .verticle-line{
    position: absolute;
    left: 14px;
    top: 0;
    width: 15px;
    height: 130px;
    background: linear-gradient(360deg, rgba(31, 78, 240, 1), rgba(0, 0, 0, 0));
    border-radius: 0 0 7px 7px;
	animation: moveVertical 6s linear infinite;
	filter: drop-shadow(0 0 6px rgba(31,78,240,0.6));
}

.case-study-listing-section .vertical-reverse{
	position: absolute;
    right: 25px;
    bottom: 0;
    width: 15px;
    height: 130px;
    background: linear-gradient(180deg, rgba(31, 78, 240, 1), rgba(0, 0, 0, 0));
    border-radius: 0 0 7px 7px;
	animation: moveVerticalReverse 6s linear infinite;
	filter: drop-shadow(0 0 6px rgba(31,78,240,0.6));
}

/* =========================
   DOT (HEAD)
========================= */
.case-study-listing-section .horizontal-reverse::before,
.case-study-listing-section .vertical-reverse::before,
.case-study-listing-section .horizontal-line::before,
.case-study-listing-section .verticle-line::before{
	content: "";
    position: absolute;
	width: 20px;
    height: 20px;
    background: #1e4ce4;
    border-radius: 50%;
	box-shadow: 0 0 10px #1e4ce4, 0 0 20px #1e4ce4;
	animation: pulseDot 1.5s ease-in-out infinite;
}

/* Dot position */
.case-study-listing-section .horizontal-reverse::before{
	bottom: -3px;
    left: -2px;
}
.case-study-listing-section .vertical-reverse::before{
    top: -5px;
    left: -3px;
}


.case-study-listing-section .horizontal-line::before {
    top: -3px;
    right: -2px;
}

.case-study-listing-section .verticle-line::before {
    bottom: 0;
    right: -3px;
}

/* =========================
   EXTRA PULSE RING
========================= */
.case-study-listing-section .horizontal-line::after,
.case-study-listing-section .verticle-line::after{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid rgba(30, 76, 228, 0.6);
	animation: ripple 1.5s linear infinite;
}

/* Position same as dot */
.case-study-listing-section .horizontal-line::after {
	top: -3px;
	right: -2px;
}

.case-study-listing-section .verticle-line::after {
	bottom: 0;
	right: -3px;
}



/* =========================
   ANIMATIONS
========================= */

/* Horizontal movement */
@keyframes moveHorizontal {
    0% {
        left: -150px;
        opacity: 0;
        transform: scale(0.8);
    }
    10% {
        opacity: 1;
    }
    50%{
        transform: scale(1);
    }
    100% {
        left: 100%;
        opacity: 0;
        transform: scale(0.8);
    }
}

/* Vertical movement */
@keyframes moveVertical {
    0% {
        top: -150px;
        opacity: 0;
        transform: scale(0.8);
    }
    10% {
        opacity: 1;
    }
    50%{
        transform: scale(1);
    }
    100% {
        top: 100%;
        opacity: 0;
        transform: scale(0.8);
    }
}

/* Dot pulse */
@keyframes pulseDot {
    0% {
        transform: scale(1);
        box-shadow: 0 0 10px #1e4ce4;
    }
    50% {
        transform: scale(1.2);
        box-shadow: 0 0 15px #1e4ce4, 0 0 20px #1e4ce4;
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 10px #1e4ce4;
    }
}

/* Ripple ring */
@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
} 

@keyframes moveHorizontalReverse {
    0% {
        right: -150px;
        opacity: 0;
        transform: scale(0.8);
    }
    10% {
        opacity: 1;
    }
    50%{
        transform: scale(1);
    }
    100% {
        right: 100%;
        opacity: 0;
        transform: scale(0.8);
    }
}

@keyframes moveVerticalReverse {
    0% {
        bottom: -150px;
        opacity: 0;
        transform: scale(0.8);
    }
    10% {
        opacity: 1;
    }
    50%{
        transform: scale(1);
    }
    100% {
        bottom: 100%;
        opacity: 0;
        transform: scale(0.8);
    }
}
/* particle animation css end */


/* Client section css start */
.custom-client-slider .custom-splide-list img{
    filter: invert(1) !important;
}

.custom-client-slider .custom-line{
    text-align: center;
}


.custom-cursor-section{
    cursor: url('../images/custom-cursor.svg') 16 16, auto;
    transition: all 0.3s ease;
}


.custom-cursor-section.case-study-section,
.custom-cursor-section.feature-work-section {
    position: relative;
}

.custom-cursor-section.case-study-section::after{
    content: "See More Case Studies";
}

.custom-cursor-section.feature-work-section::after{
    content: "See Our Portfolio";
}


.custom-cursor-section.case-study-section::after,
.custom-cursor-section.feature-work-section::after {
    position: fixed;
    top: var(--y);
    left: var(--x);
    transform: translate(20%, -50%) scale(0.85);
    background:  linear-gradient(#fff, #fff) padding-box, linear-gradient(270deg, #2d5bff, #00c2c2) border-box;
    border: 3px solid transparent;
    color: #000;
    font-size:18px;
    font-weight: 500;
    padding: 12px 25px;
    border-radius: 40px;
    pointer-events: none;
    opacity: var(--opacity, 0);
    transition:  opacity 0.3s ease, transform 0.25s ease, box-shadow 0.3s ease;
    z-index: 9999;
    font-family: 'Lexend', sans-serif;
    line-height: 1.4em;
}

/* Hover grow effect */
.custom-cursor-section.case-study-section:hover::after,
.custom-cursor-section.feature-work-section:hover::after {
    transform: translate(20%, -50%) scale(1);
}

.custom-splide-slider.custom-value-client .detail-container{
    display: none;
}

.custom-splide-slider.custom-value-client .custom-line::before{
    content:none;
}

.custom-splide-slider .detail-container h2{
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-family: 'Lexend';
    letter-spacing: 0.5px;
    font-size: 11px;
    font-weight: 600;
    background: linear-gradient(101.61deg, rgba(41, 213, 224, 1) 16.66%, rgba(27, 154, 246, 1) 53.64%, rgba(31, 78, 240, 1) 100%);
    border: 3px solid #EDEDED;
    border-radius: 11px;
    padding: 5px 15px;
    opacity: 1;
    transition: all 0.3s ease;
    top: -40px;
    opacity: 0;
    transition: all 0.3s ease;
}

.custom-splide-slider .custom-line::before{
    content: '';
    position: absolute;
    top: -15px;
    right: 50%;
    width: 0px;
    height: 7px;
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
    opacity: 0;
    transition: all 0.3s ease;
}

.custom-splide-slider .detail-container{
    align-items: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.custom-splide-slider.custom-value-client .custom-splide-list{
    padding-top: 0px !important;
}

.custom-splide-slider .custom-splide-list{
    padding-top: 80px !important;
    column-gap: 15px !important;
    z-index: 1 !important;
}

.custom-splide-slider.tech-slider .icon-image-class{
      background: linear-gradient(
    180deg,
    #FBFBFB 0%,  
    #FBFBFB40 100%
  );
    width: 87px;
    height: 87px;
    z-index: 1;
}

.custom-splide-slider .splide__slide:hover .detail-container h2,
.custom-splide-slider .splide__slide.custom-line:hover::before{
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 999999999999999 !important;
}

.custom-top-slider .custom-splide-list .splide__slide{
    z-index:2 !important;
}


.tech-slider-section {
    background: var(--e-global-color-secondary);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.tech-slider-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(94deg, transparent 33%, #D3E4F0 100%);
    z-index: 1;
    pointer-events: none;
    border-radius: 10px;
}
/* Client section css end */

/* case study section css end */

/* Question section css start */
.question-section {
    position: relative;
    overflow: hidden;
}

.question-section .elementor-widget-image {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: transform 0.4s ease; /* smooth reset */
}

.question-section .elementor-widget-image img {
    display: block;
    will-change: transform;
}
/* Question section css end */



/* Typed text css start */
/* =========================

/* HIGHLIGHT COLORS */
.span-blue{
    background-color:#B6CCFF5E;
}

.span-green{
    background-color:#B6FFC55E;
}

.span-pink{
    background-color:#FFB6F05E;
}

.span-yellow{
    background-color:#FFFFE4;
}

/* MAIN WRAPPER */
.typed-text-wrap{
    position:relative;
    display:inline;
}

/* MAIN TEXT */
.typed-text{
    line-height:1.6;
    word-break:break-word;
    display:inline;
}

/* EACH WORD */
.typed-text .word{
    display:inline-block;
    white-space:nowrap;
    vertical-align:top;
}

/* SPACE BETWEEN WORDS */
.typed-text .space{
    display: inline-block;
    width: 0.01em;
    font-size: inherit;
}

/* EACH CHARACTER */
.typed-text .char{
    opacity:0.15;
    display:inline-block;
    margin:0 !important;
    padding:0 !important;
    line-height:inherit;
    letter-spacing:0 !important;
    word-spacing:0 !important;
    transition:opacity .15s linear;
    will-change:opacity;
}

/* ACTIVE CHARACTER */
.typed-text .char.active{
    opacity:1;
}

/* START SVG */
.start-svg{
    display:inline-flex;
    align-items:center;
    vertical-align:middle;
    margin-right:4px;
    position:relative;
    top:-1px;
}

.start-svg img{
    width:6px;
    height:auto;
    display:block;
}

/* MOVING CURSOR */
.moving-svg{
    display:inline-flex;
    align-items:center;
    vertical-align:middle;
    margin-left:2px;
    pointer-events:none;
    animation:blink 1s infinite;
    position:relative;
    top:-1px;
}

/* FINAL CURSOR */
.moving-svg.finished{
    position:relative;
}

/* CURSOR IMAGE */
.moving-svg img{
    width:6px;
    height:auto;
    display:block;
}

/* BLINK */
@keyframes blink{
    0%,100%{
        opacity:1;
    }
    50%{
        opacity:0;
    }
}
/* Typed text css end  */
.pacman-animation .e-lottie__animation svg path[fill="rgb(33,33,33)"] {
    fill: #00000000 !important
}

.home-blog-grid .e-loop-item{
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom:0px;
}


.home-blog-info .elementor-inline-items{
    display: flex;
    justify-content: space-between;

}

.home-blog-info .elementor-inline-items .elementor-icon-list-text .elementor-post-info__terms-list a{
    background-color: #070707;
    padding: 10px 12px;
    border-radius: 40px;
    color: #fff !important;
    font-size: 14px;
    font-family: 'Lexend';
}

.home-blog-info .elementor-inline-items .elementor-icon-list-item::marker{
    display: none;
}
.home-tools-gallery .gallery-item .wp-caption-text.gallery-caption{
    color:#fff !important;
}
/*Homepage end	*/


/* About us page css start */
.about-hero-section {
    position: relative;
    overflow: hidden !important;
}

.about-hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/about-back.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 55%;
    /* 🔥 Rotation */
    animation: rotateBg 20s linear infinite;
    transform: translateY(-50px) rotate(0deg);
    transform-origin: center;
}

/* 🔄 Keyframes */
/* @keyframes rotateBg {
    from {
        transform: translateY(-50px) rotate(0deg);
    }
    to {
        transform: translateY(-50px) rotate(360deg);
    }
} */

.custom-verticle-splide{
    height:100%;
}

.custom-verticle-splide .splide__track{
    min-height: calc(431px) !important;
}

.custom-verticle-splide .custom-splide-list .splide__slide {
    display: flex;
    column-gap: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DFE0E354;
    height: max-content !important;
}
.custom-verticle-splide .custom-splide-list .splide__slide .icon-image-class svg{
    height: 24px;
    width: 24px;
}

.custom-verticle-splide .custom-splide-list .splide__slide .detail-container h2{
    font-size: 24px;
    font-weight: 500;
    font-family: 'Lexend', sans-serif;
    line-height: 1.4em;
    color:#fff;
    margin-bottom: 20px;

}

.custom-verticle-splide .custom-splide-list .splide__slide .detail-container .detail-description p{
    font-size:16px;
    font-weight: 300;
    font-family: 'Lexend', sans-serif;
    line-height: 1.4em;
    color:#fff;
    margin-bottom: 0px;
}

.custom-about-section {
    position: relative;
    overflow: hidden;
}

.custom-about-section {
    position: relative;
    overflow: hidden;
}

/* Background layer */
.custom-about-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/zoom-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scaleY(var(--scaleY, 0)) scale(1.1);
    transform-origin: top;
    filter: 
        brightness(calc(0.6 + var(--scaleY, 0) * 0.6)) 
        contrast(calc(0.8 + var(--scaleY, 0) * 0.4))
        blur(calc(10px - (var(--scaleY, 0) * 10px)));
    opacity: calc(0.4 + var(--scaleY, 0) * 0.6);
    z-index: 0;
}

/* overlay for depth */
.custom-about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.3),
        rgba(0,0,0,0.1),
        rgba(0,0,0,0.5)
    );
    opacity: calc(var(--scaleY, 0));
    z-index: 1;
}

/* content above */
.custom-about-section > * {
    position: relative;
    z-index: 2;
}

.custom-about-section.meet-dynamic-section{
    position: relative;
}

.custom-about-section.meet-dynamic-section::before{
    content: "";
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    height: 70px;
    background: linear-gradient(
        -79.44deg,
        rgba(41, 213, 224, 1) 16.67%,
        rgba(27, 154, 246, 1) 53.65%,
        rgba(31, 78, 240, 1) 100%
    );
    z-index: 0;
}

.card-bg-gradient .person-box {
    position: relative;
}

.card-bg-gradient .umair-signature,
.card-bg-gradient .pranav-signature{
    position: absolute;
    height: fit-content;
}

.card-bg-gradient .umair-signature{
    right: 30px;
}

.card-bg-gradient .pranav-signature{
    left: 50px;
}

/* WRAPPER */
.timeline-wrapper {
    display: flex;
    justify-content: center;
    gap: 60px;
    height:100%;
}

/* ITEM */
.tag-name{
    height:100%;
}

.timeline-item {
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

/* LINE WRAPPER */
.line-wrapper {
    position: relative;
    width: 2px;
    height: 140px;
    margin: 0 auto;
}

/* LINE */
.line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 0%;
    background: linear-gradient(to bottom, #2da4ff, transparent);
    transition: height 1s cubic-bezier(0.77, 0, 0.175, 1);
}

/* DOT */
.dot {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, #00c2c2, #2d5bff);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(45, 164, 255, 0.6);
    transition: transform 0.4s ease;
    z-index: 1;
}

/* TEXT */
.timeline-text {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.timeline-item.timeline-first {
    position: absolute;
    left: 20%;
}

.timeline-item.timeline-second{
    position: absolute;
    right: 6%;
    bottom: 50%;
}
.timeline-item.timeline-third{
    position: absolute;
    right: 0%;
    bottom: 20%;

}

.timeline-first .timeline-text {
        background: linear-gradient(
    90deg,
    rgba(255, 240, 182, 0) 0%,
    #B6CCFF,
    rgba(255, 240, 182, 0) 100%
  );
}

.timeline-second .timeline-text{
            background: linear-gradient(
    90deg,
    rgba(255, 240, 182, 0) 0%,
    #F2FFB6,
    rgba(255, 240, 182, 0) 100%
  );
}


.timeline-third .timeline-text{
            background: linear-gradient(
    90deg,
    rgba(255, 240, 182, 0) 0%,
    #FFCCB6,
    rgba(255, 240, 182, 0) 100%
  );
}

/* ACTIVE STATE */
.timeline-item.active {
    opacity: 1;
    transform: translateY(0);
}

.timeline-item.active .line {
    height: 100%;
}

.timeline-item.active .dot {
    transform: translate(-50%, -50%) scale(1);
}

.timeline-item.active .timeline-text {
    opacity: 1;
    transform: translateY(0);
    font-size: 22px;
    font-weight: 400;
    font-family: 'Lexend';
    margin: 0px;
    line-height: 1.4em;
    margin-bottom: 14px;
    padding: 5px 0px;
}

/* ✨ STAGGER EFFECT */
.timeline-item:nth-child(1) .line { transition-delay: 0.2s; }
.timeline-item:nth-child(2) .line { transition-delay: 0.4s; }
.timeline-item:nth-child(3) .line { transition-delay: 0.6s; }

.timeline-item:nth-child(1) .dot { transition-delay: 0.6s; }
.timeline-item:nth-child(2) .dot { transition-delay: 0.8s; }
.timeline-item:nth-child(3) .dot { transition-delay: 1s; }

.timeline-item:nth-child(1) .timeline-text { transition-delay: 0.8s; }
.timeline-item:nth-child(2) .timeline-text { transition-delay: 1s; }
.timeline-item:nth-child(3) .timeline-text { transition-delay: 1.2s; }


.counter-grid-box .e-con-inner{
  background: #d9d9d945;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 54px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  padding:30px !important;
}


.testimonial-glass-box{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.3);
    --glow-color: #44DECC; /* default */
}

.testimonial-glass-box::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 35px;
    background: radial-gradient(
        circle at bottom center,
        color-mix(in srgb, var(--glow-color) 60%, transparent) 0%,
        color-mix(in srgb, var(--glow-color) 30%, transparent) 35%,
        transparent 70%
    );
}

.testimonial-glass-box > *{
    position: relative;
    z-index: 1;
}

/* Slide 1 */
#custom-testimonial-slider .swiper-slide[data-swiper-slide-index="0"] .testimonial-glass-box{
    --glow-color: #44DECC;
}

/* Slide 2 */
#custom-testimonial-slider .swiper-slide[data-swiper-slide-index="1"] .testimonial-glass-box{
    --glow-color: #D79AFF;
}

/* Slide 3 */
#custom-testimonial-slider .swiper-slide[data-swiper-slide-index="2"] .testimonial-glass-box{
    --glow-color: #87DE44;
}

/* Slide 4 */
#custom-testimonial-slider .swiper-slide[data-swiper-slide-index="3"] .testimonial-glass-box{
    --glow-color: #44DECC;
}


.team-box{
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.3);

    transform-style: preserve-3d;
    transition: transform .8s cubic-bezier(.22,1,.36,1);
}

.team-box{
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.3);
}

/* Image Section */
.team-box .team-image{
    position: relative;
    overflow: hidden;
    border-radius: 0 0 22px 22px;
    perspective: 1200px;
}

/* Front & Back Images */
.team-box .person-ghibli,
.team-box .person-real{
    width: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform .8s cubic-bezier(.22,1,.36,1);
}

/* Front Image */
.team-box .person-ghibli{
    position: relative;
    z-index: 2;
    transform: rotateY(0deg);
}

/* Back Image */
.team-box .person-real{
    position: absolute;
    inset: 0;
    z-index: 1;
    transform: rotateY(180deg);
}

/* Flip Effect */
.team-box:hover .person-ghibli{
    transform: rotateY(-180deg);
}

.team-box:hover .person-real{
    transform: rotateY(0deg);
}

/* Image Styling */
.team-box .person-ghibli img,
.team-box .person-real img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 0 0 22px 22px;
}

/* Optional Premium Hover */
.team-box{
    transition: transform .5s ease, box-shadow .5s ease;
}

.team-box:hover{
    transform: translateY(-8px);
    box-shadow:
        0 20px 40px rgba(0,0,0,0.15),
        0 0 30px rgba(68,222,204,0.15);
}

.about-orbit-section .orbit.orbit1 .avatar,
.about-orbit-section .orbit.orbit2 .avatar,
.about-orbit-section .orbit.orbit3 .avatar{
    display:none;
}

.about-life-exillar{
    position: relative;
    overflow: hidden;
}

.about-life-exillar::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255);
    filter: blur(20px);
    top: 0px;
    pointer-events: none;
}

.about-life-exillar > *{
    position: relative;
    z-index: 2;
}
/* About us page css end */

/* Service pages css start */
/* card bean css start */
.custom-splide-raw-two .custom-splide-list .splide__slide,
.custom-splide-raw-three .custom-splide-list .splide__slide,
.custom-splide-raw-one .custom-splide-list .splide__slide{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 15px;
    column-gap: 8px;
    border-radius: 20px;
    width: max-content !important;
}


.custom-splide-raw-two .custom-splide-list .splide__slide .icon-image-class,
.custom-splide-raw-three .custom-splide-list .splide__slide .icon-image-class,
.custom-splide-raw-one .custom-splide-list .splide__slide .icon-image-class{
    max-width: 30px;
    height: 30px;
}

.custom-splide-raw-two .custom-splide-list .splide__slide .icon-image-class svg,
.custom-splide-raw-three .custom-splide-list .splide__slide .icon-image-class svg,
.custom-splide-raw-one .custom-splide-list .splide__slide .icon-image-class svg{
    font-size: 30px;
    height: 30px;
    width: 30px;
}

.custom-splide-raw-two .custom-splide-list .splide__slide .detail-container h2,
.custom-splide-raw-three .custom-splide-list .splide__slide .detail-container h2,
.custom-splide-raw-one .custom-splide-list .splide__slide .detail-container h2{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lexend', sans-serif;
    line-height: 1.4em;
    margin-bottom: 0px;
}

/* TARGET ONLY REAL SLIDES */

.custom-splide-raw-two .splide__slide,
.custom-splide-raw-three .splide__slide,
.custom-splide-raw-one .splide__slide {
    background-color: transparent;
}

/* PATTERN BASED (WORKS WITH CLONES) */

/* 1 */

.custom-splide-raw-three .splide__slide:nth-child(10n+9),
.custom-splide-raw-one .splide__slide:nth-child(10n+1) {
    background-color: #DAE02914;
}

/* 3 */
.custom-splide-raw-three .splide__slide:nth-child(10n+7),
.custom-splide-raw-one .splide__slide:nth-child(10n+3) {
    background-color: #82E94A14;
}

/* 5 */

.custom-splide-raw-three .splide__slide:nth-child(10n+5),
.custom-splide-raw-one .splide__slide:nth-child(10n+5) {
    background-color: #E0452914;
}

/* 7 */

.custom-splide-raw-three .splide__slide:nth-child(10n+3),
.custom-splide-raw-one .splide__slide:nth-child(10n+7) {
    background-color: #9D29E014;
}

/* 9 */
.custom-splide-raw-three .splide__slide:nth-child(10n+1),
.custom-splide-raw-one .splide__slide:nth-child(10n+9) {
    background-color: #DAE02914;
}
/* card bean css end */


.custom-title-gradient{
    background: linear-gradient(
    90deg,
    rgba(255, 240, 182, 0) 0%,
    rgba(255, 240, 182, 0.37) 48.181089758872986%,
    rgba(255, 240, 182, 0) 100%
  );
}

.custom-title-gradient-green{
    background: linear-gradient(90deg, rgba(182, 255, 204, 0) 0%, rgba(182, 255, 204, 0.37) 48.18%, rgba(182, 255, 204, 0) 100%);

}

.problem-section .box-one{
    height:305px;
}
.problem-section .box-two{
    height: 415px;
}

.problem-section .box-three{
    height: 516px;
}

.problem-section .box-four{
    height: 600px;
}

.path-wrapper {
  width: 100%;
}

.animated-path {
  width: 100%;
  height: auto;
}

.gradient-tag{
    background: linear-gradient(
    103.91deg,
    rgba(41, 213, 224, 1) 16.66666716337204%,
    rgba(27, 154, 246, 1) 49.179428815841675%,
    rgba(31, 78, 240, 1) 75.45271515846252%
  );
  width: max-content !important;
}

.tools-gallery .gallery .gallery-item{
    padding-bottom:0px !important;
    position:relative;
    max-width: 87px !important;
    width: 87px !important;
}

.tools-gallery .gallery-item .gallery-icon img{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 6px 7px 77.5px 0px rgba(0, 0, 0, 0.04);
    transition: 0.4s ease;
}

.tools-gallery .gallery-item .wp-caption-text {
    position:absolute;
    bottom:0;
    opacity:0;
    transition: 0.4s ease;
}
/* .tools-gallery .gallery-item{
    max-width: 87px;
    width: max-content !important;
} */

.tools-gallery .gallery-item:hover .wp-caption-text {
    opacity: 1;
    transition: 0.4s ease;
}
.tools-gallery .gallery-item:hover .gallery-icon img {
    transform: translateY(-50px);
    transition: 0.4s ease;
}

.tools-gallery .gallery{
    display: flex;
    justify-content: end;
    column-gap: 20px; 
}

/* WRAPPER (optional layout) */
.approach-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

/* COMMON BOX */
.approach-number-one,
.approach-number-two,
.approach-number-three,
.approach-number-four,
.approach-number-five {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center !important;
    align-items: center;
    position: relative;
    text-align: center;
}

/* NUMBER TEXT */
.approach-number-one .elementor-heading-title,
.approach-number-two .elementor-heading-title,
.approach-number-three .elementor-heading-title,
.approach-number-four .elementor-heading-title,
.approach-number-five .elementor-heading-title{
    position: relative;
    z-index: 2;
    font-size: 60px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

/* TOP DOT */
.approach-number-one::after,
.approach-number-two::after,
.approach-number-three::after,
.approach-number-four::after,
.approach-number-five::after {
    content: '';
    position: absolute;
    top: -10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

/* BLUR GLOW BASE */
.approach-number-one::before,
.approach-number-two::before,
.approach-number-three::before,
.approach-number-four::before,
.approach-number-five::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    filter: blur(30px);
    z-index: 1;
}

/* ================= COLORS ================= */

/* ONE */
.approach-number-one::before {
    background: radial-gradient(circle, rgb(68 83 222) 0%, rgba(68, 83, 222, 0) 70%);
}
.approach-number-one::after {
    background-color: #4453DE;
}

/* TWO */
.approach-number-two::before {
    background: radial-gradient(circle, rgba(68,222,204,0.6) 0%, rgba(68,222,204,0) 70%);
}
.approach-number-two::after {
    background-color: #44DECC;
}

/* THREE */
.approach-number-three::before {
    background: radial-gradient(circle, rgb(227 131 0) 0%, rgba(227, 131, 0, 0) 70%);
}
.approach-number-three::after {
    background-color: #E38300;
}

/* FOUR */
.approach-number-four::before {
    background: radial-gradient(circle, rgb(0 166 227) 0%, rgba(0, 166, 227, 0) 70%);
}
.approach-number-four::after {
    background-color: #00A6E3;
}

/* FIVE */
.approach-number-five::before {
    background: radial-gradient(circle, rgb(114 227 0) 0%, rgba(114, 227, 0, 0) 70%);
}
.approach-number-five::after {
    background-color: #72E300;
}



#why-choose .swiper-wrapper .swiper-slide{
    height: auto !important;
    display: flex !important;
}

#why-choose .hover-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    transform: scale(1);
    border-radius: 16px; /* optional */
}


#why-choose .hover-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}


.hover-box > * {
    position: relative;
    z-index: 2;
}

#why-choose .swiper-slide:hover .hover-box,
#why-choose .swiper-slide.swiper-slide-active .hover-box  {
    transform: scale(0.92); /* smooth shrink */
       border-radius: 16px;
}


#why-choose .swiper-slide:hover .hover-box::before,
#why-choose .swiper-slide.swiper-slide-active .hover-box::before {
    opacity: 1;
    border-radius: 16px;
}

#why-choose .hover-box{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 40px 20px 40px 20px;
    border-radius: 18px;
    overflow: hidden; /* 🔥 VERY IMPORTANT */
    position: relative;
    transition: all 0.5s ease;
}

#why-choose .hover-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/box-bg.png);
    opacity: 0;
    background-size: cover;
    background-position: bottom center;
    transition: opacity 0.5s ease;
    z-index: 1;
    border-radius: inherit; /* 🔥 KEY FIX */
}

#why-choose .swiper-slide.swiper-slide-active .hover-box::after,
#why-choose .swiper-slide:hover .hover-box::after {
    opacity: 1;
}
.custom-gradient-title{
    transition: all 0.4s ease;
    background-size: 200% 200%;
    background-position: left;

}

#why-choose .swiper-slide.swiper-slide-active .custom-gradient-title,
#why-choose .swiper-slide:hover .custom-gradient-title {
    background: linear-gradient(135deg, #00c2c2, #2d5bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease;
    /* for better browser support */
    background-clip: text;
    color: transparent;
}

.box-description{
    transition: all 0.4s ease;
}
#why-choose .swiper-slide.swiper-slide-active .box-description,
#why-choose .swiper-slide:hover .box-description{
    color: #000;
    transition: all 0.4s ease;
}

#why-choose .hover-box p {
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* #why-choose .swiper-slide.swiper-slide-active .hover-box p,
#why-choose .swiper-slide:hover .hover-box p {
    transform: translateY(-5px);
} */

/* Virtual keybord css start */
.virtual-keyboard.mac-style {
    border-radius: 20px;
}

.kb-row {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 6px;
}

/* Base key */
.virtual-keyboard .key {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #fff;
    border: none;
    font-size: 14px;
    color: #939598;
    font-family: "Lexend", Sans-serif;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.8), inset 0 -2px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
    transition: all 0.15s ease;
    border-radius: 6px 6px 6px 6px;
    border: 1.3px solid #9395982b;
    font-weight: 500;
}

/* Dual text keys */
.key.dual span:first-child {
    font-size: 10px;
    opacity: 0.6;
}
.key.dual span:last-child {
    font-size: 14px;
}

/* Sizes */
.key.small { width: 42px; height: 42px; }
.key.wide { width: 110px; }
.key.space { width: 340px; }

/* Hover */
.key:hover:not(.active) {
    background: #d0d0d0;
}

.virtual-keyboard .key:hover{
     background: linear-gradient(135deg, #00c2c2, #2d5bff) !important;
     border: 1.3px solid #9395982b;
     color: #fff;
     border-radius: 6px;
}

/* 🔥 EXACT ACTIVE STYLE (LIKE IMAGE) */
.key.active {
    background: linear-gradient(135deg, #00c2c2, #2d5bff) !important;
    color: #fff !important;
    transform: scale(0.94);
    box-shadow:
        inset 0 3px 6px rgba(0,0,0,0.3),
        0 0 12px rgba(0,123,255,0.7);
        border-radius: 6px;
}

.custom-form .form-control {
    border: 1px solid #D9D9D9;
    padding: 12px 20px;
    border-radius: 100px;
    max-width: 480px;
    font-size: 16px;
    font-family: 'Inter';
    color: #000;
}

.custom-form .wpcf7-spinner,
.custom-form .wpcf7-submit{
    display: none;
}

.custom-form .form-control::placeholder {
    font-size: 14px;     
    font-family: 'Inter';    
    color: #000;             
    opacity: 1;               
}

.custom-form .form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-family: 'Inter';
    color: #000;
}

.custom-form .form-control:-ms-input-placeholder {
    font-size: 14px;
    font-family: 'Inter';
    color: #000;
}

.custom-form .form-control::placeholder {
    font-size: 14px;
    font-family: 'Inter';
    color: #000;
}


.custom-faq .e-n-accordion-item-title[aria-expanded="true"]{
    border-radius: 7px 7px 0px 0px !important;
}
/* Virtual keyboard css end */

/* Numeric  section  css start*/
.numeric-section{
    position: relative;
}

.numeric-section::after{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 6.3249945640563965%,
    rgba(209, 235, 255, 1) 35.623687505722046%,
    rgba(27, 154, 246, 1) 50.75897574424744%,
    rgba(209, 235, 255, 1) 66.80068969726562%,
    rgba(255, 255, 255, 0) 100%
  );
    width: 8px;
    height: 100%;
}

.numeric-image {
    position: relative;
    overflow: hidden;
    height: 400px; /* adjust */
}

/* scrolling layer */
.numeric-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%; /* IMPORTANT for seamless loop */
    height: 100%;
    background-image: url('https://exillar.wp.synnnc.com/wp-content/uploads/2026/04/numeric-new-image.png');
    background-repeat: repeat-x; /* 🔥 key for loop */
    background-size: auto 100%;

    animation: scrollX 15s linear infinite; /* slow */
}

/* animation */
@keyframes scrollX {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.numeric-gallery{
    pointer-events: none;
}
/* Numeric section css end */

/* 3D Button css start */
.custom-3d-btn .elementor-button {
    background: transparent !important;
    border: none !important;
    padding: 0;
    background: #fff !important;
    border-radius: 100px;
}

/* MAIN WRAPPER (for outer stroke) */
.custom-3d-btn .elementor-button-link {
    position: relative;
    display: inline-block;
    border-radius: 80px;
    padding: 8px; /* space for white ring */
    background: transparent;
}

/* BLUE OUTER STROKE */
.custom-3d-btn .elementor-button-link::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 80px;
    border: 2px solid #3b5bfd;
}

/* WHITE THICK BORDER */
.custom-3d-btn .elementor-button-content-wrapper {
    position: relative;
    display: block;
    border-radius: 70px;
    padding: 0px;
    background: #ffffff;
}

/* ACTUAL BUTTON SURFACE */
.custom-3d-btn .elementor-button-text {
    display: block;
    padding: 20px 40px;
    border-radius: 60px;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 2;
    background: linear-gradient(145deg, #00e6e6, #2f5bff);
    box-shadow:
        inset 0 6px 10px rgba(255,255,255,0.35),
        inset 0 -8px 14px rgba(0,0,0,0.35);
    text-shadow: 0 3px 6px rgba(0,0,0,0.35);
}

/* TOP GLOSS (IMPORTANT for real look) */
.custom-3d-btn .elementor-button-text::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 12px;
    right: 12px;
    height: 45%;
    border-radius: 50px;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0.8),
        rgba(255,255,255,0)
    );
}

/* HOVER */
.custom-3d-btn .elementor-button-link:hover {
    transform: translateY(-4px);
}


.custom-3d-btn .elementor-button-link:active {
    transform: translateY(3px);
}

/* Noise cursor css start */
/* MAIN */
.noise-cursor {
    position: relative;
    overflow: hidden;
}

/* 🎯 CURSOR SPOTLIGHT */
.noise-cursor::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;

    background: radial-gradient(
        260px circle at var(--x, 50%) var(--y, 50%),
        rgba(140,140,140,0.35),
        rgba(140,140,140,0.15) 40%,
        rgba(140,140,140,0.05) 60%,
        transparent 75%
    );

    transition: background 0.3s ease;
}

/* 🌫️ SMOKE + 🎞️ NOISE COMBINED */
.noise-cursor::after {
    content: "";
    position: absolute;
    inset: -50%;
    pointer-events: none;
    z-index: 2;

    background:
        /* SMOKE BLOBS */
        radial-gradient(circle at 30% 40%, rgba(255,255,255,0.06), transparent 60%),
        radial-gradient(circle at 70% 60%, rgba(0,0,0,0.06), transparent 60%),
        radial-gradient(circle at 50% 80%, rgba(255,255,255,0.04), transparent 70%),

        /* NOISE */
        repeating-radial-gradient(circle at 0 0, rgba(0,0,0,0.04) 0 1px, transparent 1px 3px),
        repeating-radial-gradient(circle at 100% 100%, rgba(255,255,255,0.03) 0 1px, transparent 1px 3px);

    filter: blur(60px);
    mix-blend-mode: overlay;

    opacity: 0;
    transition: opacity 0.4s ease;

    animation: smokeMove 18s linear infinite, noiseMove 0.4s infinite;
}

/* 🚀 ACTIVE */
.noise-cursor.active::after {
    opacity: 0.8;
}

/* 🌀 SMOKE FLOAT */
@keyframes smokeMove {
    0%   { transform: translate(0,0) scale(1); }
    50%  { transform: translate(-5%, -5%) scale(1.1); }
    100% { transform: translate(0,0) scale(1); }
}

/* 🎞️ NOISE SHAKE */
@keyframes noiseMove {
    0% { transform: translate(0,0); }
    25% { transform: translate(-1px, 1px); }
    50% { transform: translate(1px, -1px); }
    75% { transform: translate(-1px, -1px); }
    100% { transform: translate(1px, 1px); }
}

/* CONTENT ABOVE */
.noise-cursor > * {
    position: relative;
    z-index: 3;
}

/* keep content above */
/* .noise-cursor > * {
    position: relative;
    z-index: 3;
} */
/* Noise cursor css end */

/* 3D Button css end */

/* culture page css start */

.value-box-01,
.value-box-02,
.value-box-03,
.value-box-04,
.value-box-05{
    position: relative;
    overflow: hidden;
    background-color: #fff;
    max-height: 250px;
}

.value-box-01::after,
.value-box-02::after,
.value-box-03::after,
.value-box-04::after,
.value-box-05::after{
    content: "";
    display: block;
    position: absolute;
    height: 100px;
    width: 100%;
    line-height: 120px;
    border-radius: 100%;
    filter: blur(160px);
    z-index: 0;
    opacity: 1;
    left: 6%;
    bottom: -30%;
}

.value-box-01::after{
    background-color: #4453de;
}

.value-box-02::after{
    background-color: #44decc;
}
.value-box-03::after{
    background-color: #e38300;
}
.value-box-04::after{
    background-color: #8e44de;
}
.value-box-05::after{
    background-color: #75de44;
}
/* culture page css end */


/* Feature work details page css start */
.orange-hover-highlight,
.green-hover-highlight,
.blue-hover-highlight{
    position: relative;
    display: inline-block !important;
    width: fit-content !important;
    max-width: fit-content !important;
    z-index: 1;
}
 
.orange-hover-highlight::before,
.green-hover-highlight::before,
.blue-hover-highlight::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.08em;
    width: 100%;
    height: 100%;
    z-index: -1;
 
    transform: scaleY(.30) translateY(2px);
    transform-origin: bottom;
 
    transition: transform .9s cubic-bezier(0.22, 1, 0.36, 1);
 
    will-change: transform;
}
 
/* Colors */
.orange-hover-highlight::before{
    background: #FFDAB65E;
}
 
.green-hover-highlight::before{
    background: #B6FFC15E;
}
 
.blue-hover-highlight::before{
    background: #B6CCFF5E;
}
 
/* Hover */
.orange-hover-highlight:hover::before,
.green-hover-highlight:hover::before,
.blue-hover-highlight:hover::before{
    transform: scaleY(1) translate(0);
}
/* Feature work details page css end */


/* Industry page css start */
/* .custom-glass-effect{
    backdrop-filter: blur(10px);
} */

.custom-glass-effect{
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 0px 0px rgba(255, 255, 255, 0);
  position: relative;
  overflow: hidden;
}

.custom-glass-effect::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
}

.custom-glass-effect::after{
      content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8),
    transparent,
    rgba(255, 255, 255, 0.3)
  );
}
/* Optional */

.custom-tab-content .custom-lottie-shape{
    max-width: 180px !important;
    height: auto !important;
    padding: 30px !important;
}

.custom-tab-content .custom-lottie-shape svg path[fill="rgb(0,0,0)"]{
    display:none !important;
}


.static-before-line{
    position: relative;
}

.static-before-line::after{
    content: '';
    position: absolute;
    top: 0;
    left: 35px;
    height: 100%;
    border-left: 1.5px solid #C9C8C8;
}

/* Industry page css end */


/*07. Pages and Posts end*/


/* 08. Extra styles start*/
/* 08. Extra styles end*/
/*09. Media Query start*/
		@media screen and (min-width: 992px) {

		}
		@media screen and (min-width: 768px) {
            
		}

		@media screen and (max-width: 1199px) {

		}

	/*Tablet*/
		@media screen and (max-width: 991px) {
                .problem-section .box-one{
                    height: 260px;
                }
                .problem-section .box-two{
                    height: 340px;
                }
                .problem-section .box-three{
                    height: 420px;
                }
                .problem-section .box-four{
                    height: 480px;
                }
                .numeric-image::after {
                    animation: scrollX 8s linear infinite;
                }
                .custom-verticle-splide .splide__track{
                    min-height: auto !important;
                }
                .custom-verticle-splide .custom-splide-list .splide__slide {
                    padding-top: 15px;
                    padding-bottom: 15px;
                }
                .custom-verticle-splide .custom-splide-list .splide__slide .detail-container h2{
                    font-size: 18px;
                    margin-bottom: 10px;
                }

                .custom-verticle-splide .custom-splide-list .splide__slide .detail-container .detail-description p{
                    font-size: 14px;
                }

                .timeline-item.active .timeline-text{
                    font-size: 18px;
                }

                .timeline-item.timeline-first {
                    left: 20%;
                    bottom: 45%;
                }
                .timeline-item.timeline-second{
                    right: 10%;
                }
                .timeline-item.timeline-third{
                    right: 3%;
                }

                .custom-tab-content .custom-lottie-shape {
                    max-width: 130px !important;
                    height: auto !important;
                    padding: 20px !important;
                }

                .custom-about-section.meet-dynamic-section::before{
                    height: 40px;
                }


                .card-bg-gradient .umair-signature img{
                    max-width: 160px !important;
                }
                .card-bg-gradient .pranav-signature img{
                    max-width: 120px !important;
                    height: auto !important;
                }
                .decision-team img{
                    width: 50% !important;
                    max-width: 50% !important;
                }
		}

	/*Small Device*/

        @media screen and (max-width: 768px){
                .typed-text{
                    line-height:1.5;
                }
                .typed-text .space{
                    width:0.05em;
                }
                .start-svg img,
                .moving-svg img{
                    width:5px;
                }
                .decision-team img{
                    width: 45% !important;
                    max-width: 45% !important;
                } 

        }
		@media screen and (max-width: 767px) {
			.person-info .elementor-image-box-wrapper{
				display: content !important;
				display: flex;
    			column-gap: 15px;
                align-items: center;
			}
			.elementor-element-1f88e59.case-study-section::before{
				top: 35%;
   				left: -47%;
				opacity: 0.5;
			}
            .problem-content{
                margin-top: 0px !important;
            }
            .problem-section .box-one{
                height: max-content;
            }
            .problem-section .box-two{
                height: max-content;
            }
            .problem-section .box-three{
                height: max-content;
            }
            .problem-section .box-four{
                height: max-content;
            }
            .virtual-keyboard.mac-style{
                display: none;
            }

            .timeline-item.timeline-first {
                bottom: 30%;
            }
            .timeline-item.timeline-second{
                right: 15%;
                bottom: 40%;
            }
            .timeline-item.timeline-third{
                right: 3%;
            }
            .custom-about-section.meet-dynamic-section::before{
                content: none;
            }

            .card-bg-gradient{
                position: relative;
                background-color: #1E1E1E;
            }

            .card-bg-gradient::after{
                    content: "";
                    position: absolute;
                    left: 0;
                    top: auto;
                    width: 100%;
                    height: 50px;
                    background: linear-gradient(
                        -79.44deg,
                        rgba(41, 213, 224, 1) 16.67%,
                        rgba(27, 154, 246, 1) 53.65%,
                        rgba(31, 78, 240, 1) 100%
                    );
                    z-index: 0;
            }

		}

	/*Mobile Device*/
		@media screen and (max-width: 640px) {
            .timeline-item.timeline-first {
                bottom: 20%;
                left: 10%;
            }
            .timeline-item.timeline-second {
                right: 25%;
                bottom: 35%;
            }
            .timeline-item.timeline-third {
                right: 5%;
            }
            .timeline-item.active .timeline-text {
                font-size: 16px;
            }

             .tools-gallery .elementor-image-gallery .gallery{
                display: flex;
                flex-wrap: wrap;
                justify-content: start;
                column-gap: 0px;
                row-gap: 20px;
            }
            .tools-gallery .gallery-item .gallery-icon img{
                height: 70px !important;
                width: 70px !important;
            }
            .tools-gallery .gallery-item .wp-caption-text{
                font-size: 12px !important;
            }
            .tools-gallery .gallery-item:hover .gallery-icon img{
                    transform: translateY(-15px);
            }
            .decision-team img{
                width: 45% !important;
                max-width: 45% !important;
            }
		}

        @media screen and (max-width: 580px){
             .decision-team img{
                width: 60% !important;
                max-width: 60% !important;
            }
        }

	/*Extra Small Mobile Device*/
		@media screen and (max-width: 480px) {
            .tech-slider-section::after {
                background: linear-gradient(180deg, transparent 15%, #D3E4F0 100%);
            
            }
            .custom-3d-btn .elementor-button-text{
                padding: 15px 30px;
            }
            .numeric-image::after {
                animation: scrollX 4s linear infinite;
            }
            .timeline-item.timeline-first {
                bottom: 10%;
                left: 9%;
            }
            .timeline-item.timeline-second {
                right: 35%;
                bottom: 15%;
            }
            .timeline-item.timeline-third {
                right: 5%;
                bottom: 0;
            }
            .timeline-item.active .timeline-text {
                font-size: 14px;
            }

            .counter-grid-box .e-con-inner{
                padding: 20px !important;
            }

            .about-life-exillar::after{
                top: -50px;
            }
		}
		@media screen and (max-width: 420px) {
            .decision-team img{
                width: 60% !important;
                max-width: 60% !important;
            }
		}
        @media screen and (max-width: 380px) {
            .decision-team img{
                width: 80% !important;
                max-width: 80% !important;
            }
		}
/*09. Media Query end*/