/* ===============================
   WHY CHOOSE US – PREMIUM DESIGN
================================ */

.why-quantum {
  position: relative;
  padding: 120px 0;
  background: radial-gradient(circle at top, #162058, #020617);
  overflow: hidden;
}

/* Animated Glow Background */
.why-quantum:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: rgba(77, 166, 255, 0.15);
  filter: blur(120px);
  top: -200px;
  left: -200px;
}

.why-quantum .sec-title h5 {
  color: #8ab4ff;
  letter-spacing: 2px;
}

.why-quantum .sec-title h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 60px;
}


/* Cards */
.quantum-card {
  position: relative;
  background: rgba(255,255,255,0.05);
  border-radius: 20px;
  padding: 45px 30px;
  text-align: center;
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.4s ease;
  height: 100%;
}

/* Hover Effect */
.quantum-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0,0,0,0.6);
  border: 1px solid rgba(77,166,255,0.6);
}

/* Icon Circle */
.quantum-card .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4da6ff, #7b61ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #fff;
  box-shadow: 0 10px 25px rgba(77,166,255,0.5);
}

/* Title */
.quantum-card h4 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 12px;
  font-weight: 600;
}

/* Text */
.quantum-card p {
  font-size: 15px;
  color: #cbd5ff;
  line-height: 1.7;
}


/* =====================================
   MISSION & VISION – CONTRAST PREMIUM
===================================== */

.mission-vision-premium {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(180deg, #f4f7ff, #ffffff);
}

/* Section Heading */
.mission-vision-premium .sec-title h5 {
  color: #7b61ff;
  letter-spacing: 2px;
}

.mission-vision-premium .sec-title h1 {
  color: #0b1a4a;
  font-size: 44px;
  margin-bottom: 70px;
}


/* Card Box */
.mv-premium-box {
  background: #ffffff;
  padding: 60px 40px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.4s;
  height: 100%;
  border: 1px solid #eef1ff;
}

/* Hover */
.mv-premium-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}


/* Icon Circle */
.mv-icon {
  width: 85px;
  height: 85px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4da6ff, #7b61ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #fff;
  box-shadow: 0 10px 25px rgba(77,166,255,0.4);
}


/* Titles */
.mv-premium-box h2 {
  font-size: 26px;
  color: #0b1a4a;
  margin-bottom: 15px;
}


/* Text */
.mv-premium-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

.sec-pad {
  padding: 110px 0;
}

.sec-title {
  margin-bottom: 60px;
}

.ai-services .sec-title {
  margin-bottom: 70px;
}


/* ===============================
   AI INTRO SECTION
================================ */

.ai-intro-section {
  padding: 120px 0;
  background: radial-gradient(circle at top right, #f4f7ff, #ffffff);
  overflow: hidden;
}

/* Image Wrapper */
.ai-image-wrapper {
  position: relative;
  transition: transform 0.4s ease;
}

.ai-image-wrapper:hover {
  transform: translateY(-6px);
}

/* Image */
.ai-image-wrapper img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 102, 255, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Gradient Glow Behind Image */
.ai-image-wrapper:before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle,
      rgba(123, 97, 255, 0.25),
      transparent);
  top: -40px;
  left: -40px;
  z-index: -1;
}

/* Floating Card */
.ai-floating-card {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #4da6ff, #7b61ff);
  color: #fff;
  padding: 18px 25px;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(123, 97, 255, 0.3);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: float 4s ease-in-out infinite;
}

.ai-floating-card i {
  font-size: 20px;
}

/* Floating Animation */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}


/* Content Typography */
.ai-content h5 {
  color: #7b61ff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.ai-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0b1a4a;
  margin-bottom: 20px;
  line-height: 1.3;
}

.ai-content p {
  font-size: 16px;
  color: #5a647a;
  line-height: 1.8;
  margin-bottom: 15px;
}


/* ===============================
   AI SERVICES SECTION
================================ */

.ai-services {
  background: radial-gradient(circle at top left,
              #0b1a4a,
              #020617);
  color: #fff;
  padding: 110px 0;
  position: relative;
}

/* Subtle Background Glow */
.ai-services:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(77, 166, 255, 0.08);
  filter: blur(120px);
  top: -150px;
  right: -150px;
}

/* Cards */
.ai-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  backdrop-filter: blur(10px);
}

.ai-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: #4da6ff;
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}
.heading-5 {
	color:#fff !important;
}
/* Icons */
.ai-card i {
  font-size: 45px;
  margin-bottom: 25px;
  background: linear-gradient(135deg,
              #4da6ff,
              #7b61ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: iconGlow 2.5s infinite alternate;
}

@keyframes iconGlow {
  from {
    filter: drop-shadow(0 0 5px rgba(77,166,255,.3));
  }
  to {
    filter: drop-shadow(0 0 18px rgba(123,97,255,.7));
  }
}

.ai-card h4 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #ffffff;
}

.ai-card p {
  font-size: 14px;
  color: #cbd5ff;
  line-height: 1.7;
}


/* ===============================
   AI USE CASES SECTION
================================ */

.ai-usecases {
  background: linear-gradient(180deg,
              #ffffff,
              #f7f9ff);
}

.usecase-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  text-align: left;
  border: 1px solid #eef2ff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
  height: 100%;
}

.usecase-box:hover {
  box-shadow: 0 20px 40px rgba(77, 166, 255, 0.12);
  border-color: #4da6ff;
  transform: translateY(-6px);
}

.usecase-box h4 {
  color: #0b1a4a;
  font-weight: 700;
  margin-bottom: 15px;
}

.usecase-box p {
  color: #5a647a;
  line-height: 1.7;
  font-size: 15px;
}


/* ===============================
   RESPONSIVE FIXES
================================ */

@media (max-width: 991px) {

  .ai-intro-section {
    padding: 80px 0;
  }

  .ai-content h2 {
    font-size: 30px;
  }

  .ai-floating-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    justify-content: center;
  }

}

@media (max-width: 576px) {

  .ai-content h2 {
    font-size: 26px;
  }

  .ai-card {
    padding: 40px 20px;
  }

}