/* hero section  */
.hero-section {
  background: linear-gradient(135deg, #25293C, #141a35, #25293C);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(4px);
  z-index: 1;
}
.navbar-blur {
  background-color: rgba(27, 26, 26, 0.132);
  backdrop-filter: blur(10px); /* Apply blur effect */
}
/* colour chnage effect in hero section */
.hero-section .container,
.hero-section .container-fluid {
  position: relative;
  z-index: 2;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.btn-primary:hover {
  background-color: #007bff;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
}
.btn-outline-light:hover {
  background: white;
  color: #095f95;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.floating-image {
  animation: float 6s ease-in-out infinite;
}
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}
/* herosection image and card floting  */
.floating-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: white;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 320px;
  text-align: center;
  animation: moveUp 3s ease infinite alternate;
}
@keyframes moveUp {
  from {
    transform: translateX(-50%) translateY(0);
  }

  to {
    transform: translateX(-50%) translateY(-10px);
  }
}
/* Background Color for another section except hero section */
.bg-gradient-custom {
  background: linear-gradient(135deg, #25223c, #1c1b2b, #191c28);
}
.feature-card {
  background-color: #23242b;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.card-header {
  background: linear-gradient(135deg, #2f39ae, #1c1e38);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 20px;
  color: white;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
}
.feature-card:hover .card-header {
  background: linear-gradient(135deg, #0f79ae, #0f79ae);
}
.card-header i {
  font-size: 2.5rem;
}
.card-body {
  padding: 20px;
  /* text-align: center; */
}
.card-body h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
}
.card-body p {
  font-size: 0.875rem;
  color: #adb5bd;
}
.feature-card i {
  transition: transform 0.3s ease;
}
.feature-card:hover i {
  transform: scale(1.1);
}
/* Hover effect */
.feature-card:hover {
  background-color: #2b2d38;
}
/* solution section card bg*/
#solutions {
  background: linear-gradient(135deg, #25223c, #1c1b2b, #191c28);
  color: #ffffff;
}

#solutions .text-center h2 {
  color: #ffffff;
}

#solutions .text-center p {
  color: #dcdcdc;/
}
/* /* contact us card design --------------------------------------------------------------------- */
.card {
  background-color: #23242b;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

 .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}
.card .icon {
  background-color: #d0cee7;
  padding: 15px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
}
.card .icon i {
  font-size: 40px;
  color: #ffffff;
} 
 .card-body h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}
.card-body p {
  font-size: 1rem;
  color: #c1c1c1;
  text-align: start;
}
.btn-primary {
  background-color: #4c2ed1;

  border-color: #41aaff;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

 /* .btn-primary:hover {
  background-color: #0f7ca8;
} */
@media (max-width: 768px) {
  .card-body h4 {
    font-size: 1.25rem;
  }
  .card-body p {
    font-size: 0.9rem;
  }
} 
 .card-hover:hover {
  background-color: #3d5577;
  color: #fff;
  transition: all 0.3s ease;
}

.card-hover:hover .text-primary {
  color: #fff !important;
}

.card-hover:hover a.btn {
  background-color: #fff;
  color: #0d6efd !important;
} 
.info-card-wrapper {
  padding: 2px; /* Border thickness */
  border-radius: 1rem;
  background: linear-gradient(135deg, #161c27, #3a117d);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card {
  background: #1c1e22; /* Dark background */
  border-radius: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(13, 110, 253, 0.4);
}



