/* Heading animation on load */
.offerings-heading {
  text-align: center;
  display: flex;
  font-size:60px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
  /* user-select: none; */
}

/* Entry animation keyframe */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Letter styling */
.offerings-heading span {
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: default;
}

/* Space between words */
.offerings-heading .space {
  width: 12px;
}

/* Hover jump trigger */
.offerings-heading:hover span {
  animation: letterJump 0.4s ease forwards;
}

/* Letter-by-letter hover delays */
.offerings-heading:hover span:nth-child(1) {
  animation-delay: 0s;
}

.offerings-heading:hover span:nth-child(2) {
  animation-delay: 0.02s;
}

.offerings-heading:hover span:nth-child(3) {
  animation-delay: 0.04s;
}

.offerings-heading:hover span:nth-child(4) {
  animation-delay: 0.06s;
}

.offerings-heading:hover span:nth-child(5) {
  animation-delay: 0.08s;
}

.offerings-heading:hover span:nth-child(6) {
  animation-delay: 0.1s;
}

.offerings-heading:hover span:nth-child(7) {
  animation-delay: 0.12s;
}

.offerings-heading:hover span:nth-child(8) {
  animation-delay: 0.14s;
}

/* space */
.offerings-heading:hover span:nth-child(9) {
  animation-delay: 0.16s;
}

.offerings-heading:hover span:nth-child(10) {
  animation-delay: 0.18s;
}

.offerings-heading:hover span:nth-child(11) {
  animation-delay: 0.2s;
}

.offerings-heading:hover span:nth-child(12) {
  animation-delay: 0.22s;
}

.offerings-heading:hover span:nth-child(13) {
  animation-delay: 0.24s;
}

/* space */
.offerings-heading:hover span:nth-child(14) {
  animation-delay: 0.26s;
}

.offerings-heading:hover span:nth-child(15) {
  animation-delay: 0.28s;
}

.offerings-heading:hover span:nth-child(16) {
  animation-delay: 0.3s;
}

/* space */
.offerings-heading:hover span:nth-child(17) {
  animation-delay: 0.32s;
}

.offerings-heading:hover span:nth-child(18) {
  animation-delay: 0.34s;
}

.offerings-heading:hover span:nth-child(19) {
  animation-delay: 0.36s;
}

.offerings-heading:hover span:nth-child(20) {
  animation-delay: 0.38s;
}

/* space */
.offerings-heading:hover span:nth-child(21) {
  animation-delay: 0.4s;
}

.offerings-heading:hover span:nth-child(22) {
  animation-delay: 0.42s;
}

.offerings-heading:hover span:nth-child(23) {
  animation-delay: 0.44s;
}

.offerings-heading:hover span:nth-child(24) {
  animation-delay: 0.46s;
}

.offerings-heading:hover span:nth-child(25) {
  animation-delay: 0.48s;
}

.offerings-heading:hover span:nth-child(26) {
  animation-delay: 0.5s;
}

.offerings-heading:hover span:nth-child(27) {
  animation-delay: 0.52s;
}

.offerings-heading:hover span:nth-child(28) {
  animation-delay: 0.54s;
}

.offerings-heading:hover span:nth-child(29) {
  animation-delay: 0.56s;
}

.offerings-heading:hover span:nth-child(30) {
  animation-delay: 0.58s;
}

.offerings-heading:hover span:nth-child(31) {
  animation-delay: 0.6s;
}

.offerings-heading:hover span:nth-child(32) {
  animation-delay: 0.62s;
}

.offerings-heading:hover span:nth-child(33) {
  animation-delay: 0.64s;
}

.offerings-heading:hover span:nth-child(34) {
  animation-delay: 0.66s;
}


@media (max-width: 435px) {
  .offerings-heading{
   font-size:30px;
  }
}

/* Jump animation keyframe */
@keyframes letterJump {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

a:hover h5 {
  text-decoration: underline;
}


.small-blog-img {
  height: 50px;
  width: 100px;
  margin-top: 12px;
}

.feature{
  height:60px;
  width:60px;
}

.custom-btn {
  padding: 14px 24px;
  margin-left: 0.2em;
  background-color: white;
  color: #333;
  border: 1px solid #333;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-btn:hover {
  background-color: #333;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.avatar{
  border-radius:50%;
}

@media (max-width: 575.98px) {
  .mt-xs-100 {
    margin-top: 150px !important;
  }
}

.youtube-video{
  width:1173px;
  height:500px;
}

@media (max-width: 575.98px) {
  .youtube-video {
  width:100%;
  height:100%;
  }
}

.custom-legal-links a:hover {
  color: #330c61; /* Your desired hover color */
  text-decoration: underline;
}

/* ***** Main Header ***** */
.main-header .lqd-hide-onstuck {
	background-size: 91px auto;
}

.main-header .lqd-hide-onstuck a:before {
	background-color: #fff;
}

.social-icon:hover {
	opacity: .9;
	color: #fff;
}

.main-header .module-primary-nav a:hover,
.main-header .module-primary-nav li.is-active,
.social-icon:hover i {
	color: #000;
}

.main-header.is-stuck .module-logo {
	padding-top: 18px;
	padding-inline-end: 0;
	padding-bottom: 18px;
	padding-inline-start: 0;
}

@media (max-width: 1199px) {
	.main-header .module-primary-nav .navbar-collapse {
		margin-right: 50px;
	}
}

/* ***** Sticky Bar ***** */
.main-header .lqd-stickybar-left .btn:before {
	background: #000000;
}

/* ***** Mobile Header ***** */
@media (max-width: 767px) {
	.main-header .lqd-mobile-sec .navbar-brand img {
		max-width: 171px;
	}

  .mobile-font{
  font-size: 10px !important;
}

.service-heading{
  font-size:30px !important;
}

}

