/* Responsive adjustments for this specific component */
 @keyframes blinkGlow {
    0%, 100% {
      text-shadow: 0 0 10px #00f6ff, 0 0 20px #f1ff00;
    }
    50% {
      text-shadow: 0 0 20px #00c3ff, 0 0 30px #ffff6b;
    }
  }

  .stylish-brand {
    font-family: 'Old English Text MT', 'Garamond', serif;
    font-size: 28px;
    color: #ffffff;
    animation: blinkGlow 1.5s infinite;
    display: inline-block;
    padding: 1.57px 5px;
  }

@media (max-width: 540px) {
  .menuTopFirst div:first-of-type {
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0rem;
    width: 100% !important;
    /* background-color: var(--anchor-secondary) !important; */
    padding: 0.5rem 0 0 0; 
  }
  .menuTopFirst div:last-of-type {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0rem;
    width: 100% !important;
    /* background-color: var(--anchor-secondary) !important; */
    padding: 0rem;
  }

  .topLinkStyle li>a{
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: whitesmoke !important;
  font-size: 0.6rem !important;
}
.brandLogo{
  border: none;
  outline: none;
  width: 66px;
  height: 66px;
}
.topLinkStyle .fa-envelope,.fa-phone{
  color: whitesmoke !important;
  font-size: 0.9rem;
  font-weight: 600;
}
.header .header-inner {
	width: 100%;
	z-index: 333;
	position: absolute;
	position: relative;
    padding: 0.8rem 0 0 0;
	background: #fff;
}
.slider .single-slider {
	height: 309px;
}

.slider .single-slider:before{
	background: #312e2e87;
}
.slider .single-slider .text {
	margin-top: 110px;
}

.about-heading {
  color: #0463fa;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about-title {
  font-size: 1.2rem;
}
.about-description {
  font-size: 14px;
  margin-bottom: 20px;
}
.stat-number {
  font-size: 1.8rem;
}
.stat-text {
    font-size: 1rem;
}
.about-image-container{
    margin-top: 2rem;
}
.about-image-container img {
  border-radius: 10px;
  border: 5px solid #1999f8;
}
.carousel__slide figcaption {
  display: none;
}
}
