
 .hero-section {
    position: relative;
    width: 100%;
    padding: 135px 30px;
    background: url('https://radhacctvcamera.com/assets/img/ban3.webp') center center/cover no-repeat;
    text-align: center;
  }

  .hero-overlay {
    background: rgba(0, 0, 0, 0);
    padding: 60px 20px;
    border-radius: 15px;
    display: inline-block;
  }

  .hero-overlay h1,
  .hero-overlay p {
    color: #fff;
    margin-bottom: 20px;
  }

  .hero-btn {
    position: relative;
    display: inline-block;
    padding: 14px 32px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(90deg, #00f2fe, #4facfe, #00f2fe);
    background-size: 300% 300%;
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    animation: pulseGlow 2s infinite ease-in-out;
    box-shadow: 0 0 10px rgba(0, 242, 254, 0.6);
  }

  .hero-btn:hover {
    background-position: 100% 0;
    box-shadow: 0 0 15px #00f2fe, 0 0 30px #4facfe;
    transform: scale(1.05);
  }

  @keyframes pulseGlow {
    0% {
      box-shadow: 0 0 10px rgba(0, 242, 254, 0.5);
    }
    50% {
      box-shadow: 0 0 20px rgba(0, 242, 254, 1);
    }
    100% {
      box-shadow: 0 0 10px rgba(0, 242, 254, 0.5);
    }
  }
  .cctv-call-btn {
    display: inline-block;
    padding: 12px 25px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 50px;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    color: #fff !important;
    position: relative;
    border: 3px solid transparent;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
  }

  .cctv-call-btn::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(270deg, #00c6ff, #0072ff, #00c6ff);
    background-size: 600% 600%;
    animation: gradientMove 4s linear infinite;
    z-index: -1;
    border-radius: 50px;
  }

  .cctv-call-btn:hover {
    background: linear-gradient(90deg,rgb(255, 126, 43),rgb(214, 255, 65));
    color: #fff !important;
  }

  @keyframes gradientMove {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

main{
    margin-top:100px;
}
#c1d{
    margin-top:70px;
}
#cimage1{
    height:250px;width:100%;object-fit:contain;
}
  .gradient-text {
    background: linear-gradient(270deg, #00c9ff, #92fe9d, #ff8a00, #e52e71); /* multi-color for better animation */
    background-size: 800% 800%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: center;
    animation: gradientShift 4s linear infinite;
  }

  @keyframes gradientShift {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  #p1{
      line-height:30px;
  }
  
  #p2{
      line-height: 30px;
    font-weight: normal;
  }
  
  #divc1{
      background-attachment: fixed; width:100%; padding: 65px 30px; background-image: url('https://radhacctvcamera.com/assets/img/cctvbanner.webp'); background-size: cover; background-position: center;
  }
  #divlast{
      font-size:39px;
  }
