@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------- */
/* Created by - Abhaya
   Dated-22.04.25
   Modified by-
/* ----------------------------------------------------------- */

/* ----------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, nav {
 	
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
}
body {
   font-family: "Poppins", sans-serif !important;

}
.stats .counter-card span {
  position: absolute;
  top: unset;
  /* bottom: 55px; */
  right: 14px;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  background-color: rgba(28, 168, 203, 0.2);
  z-index: 2;
}

.counter-card:after, .counter-card:before {
  content: "";
  position: absolute;
  bottom: 20%;
  right: 7%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: content-box;
  /* background-color: #0b59db; */
}
.res-partner.counter-card:after, .res-partner.counter-card:before{
	bottom: 77%;
	right: 7%;

}



.counter-card {
  -webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

/* .ripple-animation,
.play-btn:after,
.play-btn:before,
.dash-shape span::after,
.testi-box_avater:after {
	-webkit-animation-duration: var(--ripple-ani-duration);
	animation-duration: var(--ripple-ani-duration);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: ripple;
	animation-name: ripple
} */

.ripple-animation3,
.counter-card:after,
.counter-item:after {
	-webkit-animation-duration: var(--ripple-ani-duration);
	animation-duration: var(--ripple-ani-duration);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: ripple3;
	animation-name: ripple3
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	30% {
		opacity: 0.3
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	30% {
		opacity: 0.3
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0
	}
}

@-webkit-keyframes ripple2 {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0.4
	}

	50% {
		opacity: 0.3
	}

	80% {
		opacity: 0.2
	}

	100% {
		-webkit-transform: scale(2.2);
		transform: scale(2.2);
		opacity: 0
	}
}

@keyframes ripple2 {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0.4
	}

	50% {
		opacity: 0.3
	}

	80% {
		opacity: 0.2
	}

	100% {
		-webkit-transform: scale(2.2);
		transform: scale(2.2);
		opacity: 0
	}
}

@-webkit-keyframes ripple3 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	30% {
		opacity: 0.4
	}

	100% {
		-webkit-transform: scale(2.9);
		transform: scale(2.9);
		opacity: 0.2
	}
}

@keyframes ripple3 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	30% {
		opacity: 0.4
	}

	100% {
		-webkit-transform: scale(2.9);
		transform: scale(2.9);
		opacity: 0.2
	}
}

@-webkit-keyframes scrollMove {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes scrollMove {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

.meetmanagement .active-tab {
	background: #004080 !important;
	color: #fff !important;

}
.slick-dots{
	bottom: 50px !important;
}
.slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}
.active-vtab{
	color:#004080 !important;
}
.wave-letter {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  }

  .wave-text.in-view .wave-letter {
    opacity: 1;
    transform: translateY(0);
  }

  .wave-text.in-view .wave-letter:nth-child(1) { transition-delay: 0.05s; }
  .wave-text.in-view .wave-letter:nth-child(2) { transition-delay: 0.1s; }
  .wave-text.in-view .wave-letter:nth-child(3) { transition-delay: 0.15s; }
  .wave-text.in-view .wave-letter:nth-child(4) { transition-delay: 0.2s; }
  .wave-text.in-view .wave-letter:nth-child(5) { transition-delay: 0.25s; }
  .wave-text.in-view .wave-letter:nth-child(6) { transition-delay: 0.3s; }
  .wave-text.in-view .wave-letter:nth-child(7) { transition-delay: 0.35s; }
  .wave-text.in-view .wave-letter:nth-child(8) { transition-delay: 0.4s; }
  .wave-text.in-view .wave-letter:nth-child(9) { transition-delay: 0.45s; }
  .wave-text.in-view .wave-letter:nth-child(10) { transition-delay: 0.5s; }
  .wave-text.in-view .wave-letter:nth-child(11) { transition-delay: 0.55s; }
  .wave-text.in-view .wave-letter:nth-child(12) { transition-delay: 0.6s; }
  .wave-text.in-view .wave-letter:nth-child(13) { transition-delay: 0.65s; }
  .wave-text.in-view .wave-letter:nth-child(14) { transition-delay: 0.7s; }
  .wave-text.in-view .wave-letter:nth-child(15) { transition-delay: 0.75s; }
  .wave-text.in-view .wave-letter:nth-child(16) { transition-delay: 0.8s; }
  .wave-text.in-view .wave-letter:nth-child(17) { transition-delay: 0.85s; }
  .wave-text.in-view .wave-letter:nth-child(18) { transition-delay: 0.9s; }
  .wave-text.in-view .wave-letter:nth-child(19) { transition-delay: 0.95s; }
  .wave-text.in-view .wave-letter:nth-child(20) { transition-delay: 1.00s; }
  .wave-text.in-view .wave-letter:nth-child(21) { transition-delay: 1.00s; }
  .wave-text.in-view .wave-letter:nth-child(22) { transition-delay: 1.23s; }
  .wave-text.in-view .wave-letter:nth-child(23) { transition-delay: 1.35s; }

  .counter {
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .counter.in-view {
    opacity: 1;
  }

  @layer utilities {
    @keyframes glow {
      0%, 100% {
        box-shadow: 0 0 10px rgba(59,130,246,0.5), 0 0 20px rgba(59,130,246,0.4);
      }
      50% {
        box-shadow: 0 0 20px rgba(59,130,246,0.8), 0 0 30px rgba(59,130,246,0.6);
      }
    }

    .animate-glow {
      animation: glow 2s ease-in-out infinite;
    }
	@keyframes ripple {
		0% {
		  transform: scale(0.9);
		  opacity: 1;
		}
		100% {
		  transform: scale(2.5);
		  opacity: 0;
		}
	  }
  
	  .ripple-ring {
		position: absolute;
		border-radius: 9999px;
		width: 100%;
		height: 100%;
		border: 2px solid rgba(59,130,246,0.5); /* Tailwind blue-500 */
		animation: ripple 1.5s linear infinite;
		background-color: rgba(28, 168, 203, 0.2);
	  }
  }

  html {
	scroll-behavior: smooth;
  }

  /* Custom starting positions for fade-left/right */
  .fade-left {
	opacity: 0;
	transform: translateX(-150px);
	transition: all 0.8s ease-out;
  }

  .fade-right {
	opacity: 0;
	transform: translateX(150px);
	transition: all 0.8s ease-out;
  }
  .fade-up {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.8s ease-out;
}
.fade-up2 {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease-out;
}
.fade-up3 {
  opacity: 0;
  transform: translateY(120px);
  transition: all 0.8s ease-out;
}
.fade-up4 {
  opacity: 0;
  transform: translateY(140px);
  transition: all 0.8s ease-out;
}

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
}

.zoom-out {
  opacity: 0;
  transform: scale(1.2);
}

 /* Common transition for all */
 .animate-on-scroll {
  transition: all 0.8s ease-out;
}

  /* When in view */
  .in-view {
	opacity: 1 !important;
	transform: translateX(0) !important;
  }
  @keyframes slideUpDown {
0%, 100% {
  transform: translateY(0);
}
50% {
  transform: translateY(-50px); /* Adjust how high it slides */
}
}

.animate-slide-up-down {
animation: slideUpDown 6s ease-in-out infinite;
}

/* Container circle */
.orbit-container {
	width: 200px;
	height: 200px;
	border: 2px solid #ccc;
	border-radius: 50%;
	position: relative;
	margin: 100px auto;
  }
  
  /* Rotating wrapper */
  .orbit {
	width: 100%;
	height: 100%;
	position: absolute;
	animation: spin 5s linear infinite;
  }
  
  /* Container for the dot + ripple */
  .dot-with-ripple {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  /* The dot */
  .dot {
	width: 11px;
	height: 11px;
	background-color: #0b59db;
	border-radius: 50%;
	position: relative;
	z-index: 2;
  }
  
  /* Ripple effect */
  .ripple {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	/* border: 2px solid rgba(59,130,246,0.5); */
	background-color: rgba(59,130,246,0.5);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: rippleEffect 1.5s infinite ease-out;
	z-index: 1;
  }
  
  /* Rotation animation */
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
  
  /* Ripple animation */
  @keyframes rippleEffect {
	0% {
	  transform: translate(-50%, -50%) scale(0.5);
	  opacity: 0.7;
	}
	100% {
	  transform: translate(-50%, -50%) scale(2);
	  opacity: 0;
	}
  }