

    .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 {
      padding: 60px 20px;
      border-radius: 15px;
      background-color: rgba(0, 0, 0, 0.5);
    }
    .hero-overlay h1, .hero-overlay p {
      color: #fff;
    }
    .hero-btn {
      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;
      animation: pulseGlow 2s infinite ease-in-out;
      box-shadow: 0 0 10px rgba(0, 242, 254, 0.6);
      transition: all 0.3s ease-in-out;
    }
    .hero-btn:hover {
      background-position: 100% 0;
      transform: scale(1.05);
      box-shadow: 0 0 15px #00f2fe, 0 0 30px #4facfe;
    }
    @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); }
    }
    
    
     .fh1{
        font-size: 60px;
    }
    .brandimg1{
        height:200px;width:100%;object-fit:contain;
    }
    .brandimgp1{
        line-height: 30px;
    }
    .cta-brand{
        background-attachment: fixed; width:100%; padding: 65px 30px; background-image: url('https://radhacctvcamera.com/assets/img/cctvbanner.webp'); background-size: cover; background-position: center;
    }
    
    .testimonial-outer{
        background-color:#fcfcff;
    }
    #testimon{
        border-radius:10px;
    }
    
    #testimon_img{
        width:100px;
    }
    #brand_img{
        height:80px;width:150px;object-fit:contain;
    }
    
    
    
    
