/*
Theme Name: Royal Elementor Kit Child
Theme URI: https://royal-elementor-addons.com/royal-elementor-kit-child
Description: Child theme for the Royal Elementor Kit
Author: WP Royal
Author URI: https://royal-elementor-addons.com/
Template: royal-elementor-kit
Version: 1.0.0
*/
h1,h2,h3{
	font-weight:600 !important;
}
h1{
 font-size:58px;
}
h2{
	font-size:48px;
}
.lg-h4 h4{
	font-size:28px;
	font-weight:600 !important;
}
.steps{
	background: #2f39f91a;
    width: 100px;
    padding: 8px;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #2f39f9;
}
}
#privacy-policy h2{
	font-size:38px;
	margin-top:30px;
}
/* Always-on Glass Effect Header */
header, 
.elementor-element-0e26e03, 
[data-wpr-sticky-section="yes"] {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.12) !important; /* translucent white layer */
  backdrop-filter: blur(15px); /* blur effect */
  -webkit-backdrop-filter: blur(15px); /* Safari fix */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 15px rgba(0,0,0,0.05) !important;
  transition: background 0.3s ease, backdrop-filter 0.3s ease !important;
}
/* End Glass Effect Header */
.tagline{
	font-size:18px;
	color:#65758b;
}
.gradient-hero{
    background: linear-gradient(180deg, hsl(0 0% 100%) 0%, hsl(214 100% 97%) 100%);
}
.text-gradient {
    background: linear-gradient(135deg, hsl(237 94% 58%) 0%, hsl(280 85% 65%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.home-bnr h1{
	font-size:72px;
}
.hero-video{
	 box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.top-bg-wrapper{
	position:absolute;
	left:0;
}
.top-bg-assets {
  position: absolute;
  top: 5rem;            
  left: 2.5rem;         
  width: 18rem;         
  height: 18rem;        
  border-radius: 9999px; 
  background-color: hsla(237, 94%, 58%, 0.2);
  filter: blur(64px);
  animation: float 3s ease-in-out infinite;
}
.bottom-bg-assets {
  position: absolute;
  bottom: 5rem;     
  right: 2.5rem;          
  width: 24rem;          
  height: 24rem;          
  border-radius: 9999px;  
  background-color: hsla(280, 85%, 65%, 0.2);
  filter: blur(64px);
  animation: float 3s ease-in-out infinite;
  animation-delay: 1s; 
}
/* Floating animation keyframes */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
/*-------------button---------*/
.grnd-button .elementor-button{
  padding:15px 32px !important;
  background: linear-gradient(135deg, hsl(237, 94%, 58%) 0%, hsl(280, 85%, 65%) 100%);
  color: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  box-shadow: 
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

/* Optional hover effect */
.grnd-button .elementor-button:hover {
box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  /* Smooth scale up */
  transform: scale(1.05);
}
.forminator-button{
	background-color:hsl(237, 94%, 58%);
    color: #fff;
}
.w-100 a{
	width:100% !important;
}
/*-------------button---------*/
/*------------stack card-----------*/
:root {
  --card-height: 30vw;
  --card-margin: 4vw;
  --card-top-offset: 1em;
  --numcards: 5;
}
.space--small{
	height:20vh;
}
.cards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cards {
  width: 85vw;
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--numcards), var(--card-height));
  gap: var(--card-margin);
  padding-bottom: calc(var(--numcards) * var(--card-top-offset));
  margin-bottom: var(--card-margin);
}

.stack-card {
  position: sticky;
  top: 100px;
}

.stack-card:nth-child(1) { --index: 1; padding-top: calc(1 * var(--card-top-offset)); }
.stack-card:nth-child(2) { --index: 2; padding-top: calc(2 * var(--card-top-offset)); }
.stack-card:nth-child(3) { --index: 3; padding-top: calc(3 * var(--card-top-offset)); }
.stack-card:nth-child(4) { --index: 4; padding-top: calc(4 * var(--card-top-offset)); }
.stack-card:nth-child(5) { --index: 5; padding-top: calc(5 * var(--card-top-offset)); }

.card__inner {
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1), 0 2em 4em rgba(0, 0, 0, 0.08);
  background: #ffffff;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  width:100%;
  align-items: center;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.card__video-container {
  grid-area: video;
  width: 50%;
  height: 100%;
  overflow: hidden;
  
}

.card__video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding:0 20px;
}

.card__content {
  grid-area: content;
  padding: 2.5em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  width:50%;
}

.card__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 0.5em;
}

.card__description {
  font-size: 1rem;
  line-height: 1.6;
  color: #4a4a4a;
  font-weight: 400;
}

@supports (animation-timeline: scroll()) {
  @keyframes scale {
    to {
      transform: scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
    }
  }

  .stack-card {
    --index0: calc(var(--index) - 1);
    --reverse-index: calc(var(--numcards) - var(--index0));
    --reverse-index0: calc(var(--reverse-index) - 1);
  }

  .card__inner {
    transform-origin: 50% 0%;
    will-change: transform;
    animation: scale linear forwards;
    animation-timeline: scroll();
    animation-range: entry 25% cover 50%;
  }
}




/*------------stack card-----------*/

/*--------------custom-grid-----------*/
.container {
	max-width: 1400px;
	margin: 0 auto;
}


.view-all-btn {
	background: #10b981;
	color: white;
	border: none;
	padding: 14px 32px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.view-all-btn:hover {
	background: #059669;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.service-card {
	background: white;
	border-radius: 16px;
	padding: 40px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	animation: fadeInUp 0.8s ease;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	background: linear-gradient(135deg, hsl(237 94% 58%) 0%, hsl(280 85% 65%) 100%);
	border-bottom: 4px solid hsl(237 94% 58%);
}

.service-card:hover .service-title,
.service-card:hover .service-description {
	color: white;
}

.service-card:hover .icon-wrapper {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
}

.service-card:hover .icon-wrapper svg {
	stroke: white;
}

.service-card.featured {
	background: linear-gradient(135deg, hsl(237 94% 58%) 0%, hsl(280 85% 65%) 100%);
	color: white;
	border-bottom: 4px solid hsl(237 94% 58%);
}

.service-card.featured .service-title,
.service-card.featured .service-description {
	color: white;
}

.icon-wrapper {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #F0F6FF 0%, #d1f5e8 100%);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	transition: all 0.3s ease;
}

.service-card.featured .icon-wrapper {
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
}

.service-card:hover .icon-wrapper {
	transform: scale(1.1) rotate(5deg);
}

.icon-wrapper svg {
	width: 36px;
	height: 36px;
	stroke: #10b981;
}

.service-card.featured .icon-wrapper svg {
	stroke: white;
}

.service-title {
	font-size: 22px;
	color: #1e293b;
	margin-bottom: 16px;
	font-weight: 700;
}

.service-description {
	color: #64748b;
	line-height: 1.8;
	font-size: 15px;
}

.service-card.featured .service-description {
	opacity: 0.95;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.service-card:nth-child(1) { animation-delay: 0.1s; }
.service-card:nth-child(2) { animation-delay: 0.2s; }
.service-card:nth-child(3) { animation-delay: 0.3s; }
.service-card:nth-child(4) { animation-delay: 0.4s; }
.service-card:nth-child(5) { animation-delay: 0.5s; }
.service-card:nth-child(6) { animation-delay: 0.6s; }

@media (max-width: 768px) {
	.header h1 {
		font-size: 36px;
	}

	.services-grid {
		grid-template-columns: 1fr;
	}

	.service-card {
		padding: 30px;
	}
}
/*--------------animated-border-------*/
.animated-border {
  position: relative;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden; /* keeps border animation neat */
  z-index: 0; /* ensure pseudo-element stays behind content */
}

/* Pseudo-element for animated border */
.animated-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px; /* border thickness */
  background: conic-gradient(from var(--border-angle), hsl(13.15deg 81.65% 57.25%), hsl(280 85% 65%), #6744e6);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  animation: border-rotate 3s linear infinite;
  z-index: -1;
}

/* Animate border rotation */
@keyframes border-rotate {
  to {
    --border-angle: 1turn;
  }
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

/*--------------animated-border-------*/
/*--------------testimonial-------*/
.mytesti-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.mytesti-row {
  display: flex;
  justify-content: center;
}

.mytesti-col {
  position: relative;
  width: 100%;
  max-width: 600px;
  text-align: center;
}


.mytesti-feedback-slider-item {
  position: relative;
  padding: 60px 40px 80px;
  margin-top: 0px;
}

.mytesti-feedback-slider-item:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 100px;
  bottom: 0;
  background-color: #f6f6f6;
  border: 1px solid #2f39f9;
  border-radius: 10px;
  z-index: -1;
}

.mytesti-feedback-slider-item img {
  width: 100px !important;
  height: 100px;
  margin: 0 auto 15px;
  display: block;
  border-radius: 50%;
}

.mytesti-customer-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

.mytesti-feedback-slider-item p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}


.mytesti-customer-rating {
  background-color: #eee;
  border: 3px solid #fff;
  color: #111;
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 44px;
  font-size: 15px;
  right: 0;
  top: 75px;
  text-indent: -3px;
}

.mytesti-customer-rating i {
  color: #2f39f9;
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 600;
  font-size: 12px;
}


.mytesti-feedback-slider-thumb {
  position: revert;
}

.mytesti-thumb-prev,
.mytesti-thumb-next {
  position: absolute;
  top: 50%;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.mytesti-thumb-prev {
  left: -130px;
}

.mytesti-thumb-next {
  right: -130px;
}

.mytesti-feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.mytesti-thumb-prev .mytesti-customer-rating,
.mytesti-thumb-next .mytesti-customer-rating {
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 47px;
  font-size: 13px;
  border-width: 2px;
}
.mytesti-thumb-prev .mytesti-customer-rating{
	top: -20px;
    left: 0;
    right: auto;
}
.mytesti-thumb-next .mytesti-customer-rating {
	top: -20px;
    right: 0;
}
/* Arrows & Dots */
.mytesti-customer-feedback .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}

.mytesti-customer-feedback .owl-nav i {
  color: #2f39f9;
  font-size: 22px;
  margin: 0 8px;
  cursor: pointer;
  transition: 0.2s;
}

.mytesti-customer-feedback .owl-nav i:hover {
  color: #000;
}

.mytesti-customer-feedback .owl-dots {
  display: none; /* hide dots if using thumbs */
}

/* Responsive */
@media (max-width: 991px) {
  .mytesti-thumb-prev {
    left: -90px;
  }
  .mytesti-thumb-next {
    right: -90px;
  }
}

@media (max-width: 767px) {
  .mytesti-thumb-prev,
  .mytesti-thumb-next {
    display: none;
  }
  .mytesti-feedback-slider-item {
    padding: 40px 25px 60px;
  }
}
/*--------------end testimonial-------*/
.cust-icon svg {
    width: 64px;
    height: 64px;
    stroke: #3446f6;
    stroke-width: 2;
    fill: none;
}
.custom-card{
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.custom-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.cust-monday-form .container_bc4bf89dc4{
	background:none;
}
.dev-by{
	font-size:14px !important;
}
/*-----------Media Query-------*/
@media(max-width:1024px){
	.card__inner{
	height:300px;	
}
}
@media(max-width:980px){
.home-bnr h1 {
    font-size: 52px;
}
h1{
font-size:48px;	
}
h2 {
    font-size: 40px;
}

h3, .card__title{
	font-size:24px !important;	
}
}
@media(max-width:860px){

	.cards{
		gap:7vw;
	}
}

@media (max-width: 768px) {
	.cards{
		display:flex;
		flex-direction: column;
	}
  .card__inner {
	  padding:20px;
flex-direction: column;
	height:100%;
  }

  .card__video-container {
    height: 250px;
	 width:100%;
  }

  .card__content {
    padding: 1.5em;
	width:100%;
  }

  .card__title {
    font-size: 1.4rem;
  }

  .card__description {
    font-size: 0.9rem;
  }

  :root {
    --card-height: 60vw;
  }
}