.page-header {
  position: relative;
  width: 100%;
  height: 400px; /* adjust height as per need */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  margin-top: -30px;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6); /* dark overlay */
  z-index: -1;
}

.page-header .content {
  color: #fff;
  position: relative;
  z-index: 2;
}

.page-header h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-header p {
  font-size: 18px;
}

.page-header p span {
  color: #00ff88; /* green highlight */
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .page-header {
    height: 220px;
  }
  .page-header h1 {
    font-size: 28px;
  }
  .page-header p {
    font-size: 14px;
  }
}

#h1-ser {
  
  font-weight: 700;
  margin-bottom: 20px;
  color: #d0ff71;
}


.learn-list {
  list-style: none;
  padding: 0;
}

.learn-list li {
  margin-bottom: 18px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.20;
}

.learn-list strong {
  color: #fff;
  font-weight: 600;
}



#h1-ser {
    font-size: 40px;
    margin-bottom: 15px;
  }
  @media (max-width: 768px) {
    #h1-ser {
      font-size: 24px;
    }
    .section-title {
      font-size: 20px !important;
    }
    .choose-us-img img {
      max-width: 100%;
      height: auto;
    }
    .agx-btn {
      font-size: 14px;
      padding: 10px 18px;
    }
  }

  /* Smooth floating effect */
.pro-floating-img {
  animation: floaty 6s ease-in-out infinite;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  border-radius: 15px;
}

/* Hover premium effect */
.pro-floating-img:hover {
  transform: scale(1.08) rotate3d(1, 1, 0, 8deg) translateY(-10px);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.35), 
              0px 10px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* Floating keyframes */
@keyframes floaty {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

/* Floating Animation (fast) */
.choose-us-img img {
  transition: all 0.3s ease-in-out;
  animation: floatImg 2s ease-in-out infinite; /* speed बढ़ा दी */
  border-radius: 15px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

/* Hover Effect */
.choose-us-img img:hover {
  transform: scale(1.08) rotate(3deg);
  box-shadow: 0 18px 35px rgba(0,0,0,0.4), 0 0 30px rgba(13,110,253,0.5);
}

/* Floating Keyframes */
@keyframes floatImg {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-15px); } /* ज्यादा lift */
  100% { transform: translateY(0px); }
}

#choose-list-id{
  font-size: 10px;
}
