.hero_content .hero_title_1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  color: #a31d38 !important;
  margin-top: 5px;
  display: block; 
}

.hero_content .hero_title_2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  /*color: #94a3b8 !important;*/
  margin-top: 5px;
  display: block; 
}

.footer_link {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #9e9db3;
	margin: 0px;	
}   

.footer_link:hover {
	color: #a31d38 !important;
}

.footer_title {
  color: #a31d38 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_content .hero_title_1 {
    font-size: 30px;
    line-height: 60px;
  }

  .hero_content .hero_title_2 {
    font-size: 20px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_content .hero_title_1 {
    font-size: 30px;
    line-height: 60px;
  }

  .hero_content .hero_title_2 {
    font-size: 20px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .hero_content .hero_title_1 {
    font-size: 20px;
    line-height: 38px;
  }

  .hero_content .hero_title_2 {
    font-size: 15px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_content .hero_title_1 {
    font-size: 30px;
    line-height: 60px;
  }

  .hero_content .hero_title_2 {
    font-size: 20px;
    line-height: 60px;
  }
}

.hero_content .hero_title span {
  display: contents;
  color: #a31d38;
}

.bg-dark-custom {
	background-color: #1a212d;
}

.bg-dark-light-custom {
  background-color: #1f2632;/*363d49*/
}

/* Smooth transition for the glow effect */
.btn-glow, .btn-glow-light {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Colored light glow matching a primary theme */
.btn-glow:hover {
  transform: translateY(-1px); /* Optional: slight lift effect */
  box-shadow: 0 0 15px rgba(13, 110, 253, 0.6); /* Blue light effect */
}

/* Soft white/light-gray glow for dark buttons or dark themes */
.btn-glow-light:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7); /* Pure white light effect */
}

.card-custom-blue {
  background-color: #263759 !important;
  border-color: #2f579d;
}

.rounded-10 {
    border-radius: 10px !important;
}

.card-custom-home {
  background-color: #a31d38 !important; /*#252b37*/
}

.card-custom-home:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7); /* Pure white light effect*/
}

.card-custom {
	/*background-color: #a31d38 !important; /*#252b37*/
  background-color: #1f2632 !important;
  border-color: #363d49;
}

.card-custom:hover {
 /* transform: translateY(-1px);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7); /* Pure white light effect */
  border-color: #a31d38;
}
p {
	color: #9e9db3 !important;
}

.header_hero {
  background-image: url(../images/hero.jpg); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-circle {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}