/* HERO SECTION STYLES */
.hs-wrap {
  background: #1c2954 !important;
  border-radius: 35px;
  margin: 40px;
  padding: 100px 90px !important;
  color: #fff !important;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.text-blue {
  color: #00a2ff !important;
}

.hs-title {
  font-size: 64px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  margin-bottom: 30px !important;
}

.hs-text {
  color: #b8c0cc !important;
  font-size: 1.25rem !important;
  max-width: 620px;
  margin-bottom: 40px !important;
  line-height: 1.7 !important;
  opacity: 0.9 !important;
}

.trust-line {
  font-weight: 600;
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.hs-btn-main {
  background: #00a2ff !important;
  color: #fff !important;
  padding: 16px 36px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  border: none !important;
  transition: 0.3s;
  font-size: 16px !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: pulse-glow-hero 2s infinite;
}

@keyframes pulse-glow-hero {
  0% { box-shadow: 0 0 5px rgba(0, 162, 255, 0.4); }
  50% { box-shadow: 0 0 20px rgba(0, 162, 255, 0.8); }
  100% { box-shadow: 0 0 5px rgba(0, 162, 255, 0.4); }
}

.hs-btn-main:hover {
  background: #0082cc !important;
  transform: translateY(-2px);
}

.hs-image-area {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: auto !important;
}

.hs-img1 {
  width: 100% !important;
  max-width: 800px !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  border-radius: 20px;
  filter: drop-shadow(0 0 30px rgba(0, 162, 255, 0.2));
  animation: hsFloatNew 6s ease-in-out infinite;
}

@keyframes hsFloatNew {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(1deg); }
}

@media(max-width:1200px) {
  .hs-wrap { padding: 80px 40px !important; }
  .hs-title { font-size: 52px !important; }
}

@media(max-width:992px) {
  .hs-wrap { padding: 60px 40px !important; margin: 20px; text-align: center; }
  .hs-title { font-size: 42px !important; }
  .hs-text { margin: 0 auto 30px !important; text-align: center; }
  .hs-btn-main { 
    display: inline-block !important; 
    width: auto; 
    max-width: none; 
  }
  .hs-img1 { width: 90% !important; margin: 40px auto 0; }
  .trust-line { justify-content: center; flex-wrap: wrap; text-align: center; }
}

@media(max-width:576px) {
  .hs-wrap { margin: 15px 10px; padding: 50px 20px !important; border-radius: 25px; }
  .hs-title { font-size: 32px !important; line-height: 1.2 !important; }
  .hs-text { font-size: 1rem !important; }
  .hs-btn-main { width: auto; min-width: 180px; padding: 12px 24px !important; font-size: 0.95rem !important; }
  .hs-wrap .btn-lg { width: auto; min-width: 180px; padding: 12px 24px !important; font-size: 1rem !important; }
  .trust-line { font-size: 0.85rem; }
  .hs-image-area { margin-top: 30px; }
}
