@import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@300..700&display=swap');
*{
    margin: 0%;padding: 0%;
    box-sizing: border-box;
    font-family:"Red Rose", serif;
}
.logo_img {
    width: 240px;
}

.icon-img {
    width: 22px;
    margin-left: 15px;
}
.hero-section {
    width: 100%;
    padding: 60px 5%;
    background: #fff;
  }
  
  .hero-wrapper {
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .hero-text {
    background: #0a1aa8;
    color: #fff;
    padding: 60px;
    width: 60%;
    z-index: 2;
  }
  
  .hero-text h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  
  .hero-text p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .hero-text button {
    padding: 12px 30px;
    border: none;
    background: #fff;
    color: #000;
    font-weight: 600;
    cursor: pointer;
  }
  
  .hero-image {
    width: 50%;
    margin-left: -80px;
    position: relative;
  }
  
  .hero-image img {
    width: 90%;
    /* max-width: 500px; */
    display: block;
  }
  
  @media (max-width: 992px) {
    .hero-wrapper {
      flex-direction: column;
    }
  
    .hero-text {
      width: 100%;
      text-align: center;
    }
  
    .hero-image {
      width: 100%;
      margin-left: 0;
      margin-top: 30px;
      display: flex;
      justify-content: center;
    }
  
    .hero-text h1 {
      font-size: 32px;
    }
  }
  @media (max-width: 1024px),(min-width:767){
    .hero-image{
        margin-left: 0%;
    }
}

  @media (max-width: 576px) {
    .hero-text {
      padding: 30px;
    }
  
    .hero-text h1 {
      font-size: 26px;
    }
  
    .discount {
      font-size: 12px;
      padding: 8px 10px;
    }
  }



  .services {

    padding: 50px 6%;
    background: #fff;
  }
  
  .services h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
  }

  .services-grid {
    /* width: 1000px; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .services-grid a span{
    text-decoration: none;
  }

  .service-card {
    position: relative;
    display: block;
    border-radius: 6px;
  }
  
  .service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    justify-content: center;
  }
 
  .label {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #0a1a3a;
    text-decoration: underline;
  }

  .discount-text {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
  }
  
  .discount-text h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  
  .discount-text button {
    font-size:20px;
    width: 200px;
    height: 70px;
    background: #1a1aff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
  }
  #image-3{
    margin-top: 20px;
    width:100%;
  }
  @media (max-width: 992px) {
    .services-grid {
      grid-template-columns: 1fr;
    }
  
    .services h2 {
      font-size: 32px;
    }
  }
  @media (max-width: 576px) {
    .services {
      padding: 30px 4%;
    }
  
    .service-card {
      height: auto;
    }
  
    .label {
      font-size: 16px;
    }
  
    .discount-text h3 {
      font-size: 20px;
    }
    .discount-text button{
        width: 100px;
        height: auto;
        font-size: 10px;
    }
  }


  .feature-section {
    background: #eaf7ff;
    padding: 20px 8%;
  }

  .feature-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .img-box {
    background: #fff;
    padding: 50px;
  }
  
  .img-box img {
    width: 260px;
    max-width: 100%;
    display: block;
  }

  .text-box {
    max-width: 520px;
  }
  
  .text-box h2 {
    font-size: 38px;
    color: #0f172a;
    margin-bottom: 25px;
  }
  
  .text-box p {
    font-size: 20px;
    line-height: 1.7;
    color: #475569;
  }

  @media (max-width: 992px) {
    .feature-row {
      gap: 50px;
    }
  
    .text-box h2 {
      font-size: 30px;
    }
    .text-box p{
        font-size: 15px;
    }
  }
  
  /* Mobile */
  @media (max-width: 576px) {
    .feature-section {
      padding: 60px 5%;
    }
  
    .feature-row {
      flex-direction: column;
      text-align: center;
      margin-bottom: 80px;
    }
  
    .img-box {
      padding: 30px;
    }
  
    .text-box h2 {
      font-size: 26px;
    }
  
    .text-box p {
      font-size: 15px;
    }
  }



.brand-we h1{
    text-align: center;
    height: 70px;
    padding-top:10px ;
    background-color: #e1dff3;
}

  .brand-slider {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
  }
  
  .brand-track {
    display: flex;
    width: calc(250px * 10);
    animation: scrollX 20s linear infinite;
  }
  
  .brand {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .brand img {
    width: 150px;
    max-width: 100%;
    /* filter: grayscale(100%); */
    opacity: 0.8;
    transition: 0.3s;
  }
  
  .brand img:hover {
    filter: grayscale(0);
    opacity: 1;
  }
  .brand-slider:hover .brand-track {
    animation-play-state: paused;
  }
  
  @keyframes scrollX {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }



  .feature-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    height: 100%;
    }
    
    
    .feature-box i {
    font-size: 36px;
    color: #1e2bd8;
    margin-bottom: 10px;
    }
    
    .payment-icons img { 
        height: 28px;
        margin-left: 10px; 
    }

    .section-title {
        font-size: 42px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 50px;
        color: #0b132b;
        }
        
        
        .product-card {
        border: none;
        text-align: center;
        transition: transform .3s ease;
        }
        
        
        .product-card:hover {
        transform: translateY(-6px);
        }
        
        
        .product-card img {
        max-width: 100%;
        border-radius: 6px;
        }
        .card-body a{
            text-decoration: none;
        }

        .stars {
        color: #ff8c00;
        margin: 10px 0;
        font-size: 18px;
        }
        
        
        .product-title {
        font-weight: 600;
        text-transform: uppercase;
        color: #0d6efd;
        text-decoration: underline;
        display: inline-block;
        margin-top: 5px;
        }
        
        
        .btn-explore {
        background: #2a2bd8;
        color: #fff;
        padding: 14px 40px;
        font-weight: 600;
        border-radius: 0;
        text-transform: uppercase;
        }
        
        .btn-explore:hover {
        background: #1c1ea8;
        color: #fff;
        }

        .footer {
            background: #fff;
            padding: 60px 0 30px;
            }
            
            .footer h5 {
            font-weight: 600;
            margin-bottom: 20px;
            }
            
            
            .footer ul { 
                list-style: none;
                 padding: 0;
             }
            .footer ul li {
                 margin-bottom: 10px; 
            }
            
            
            .footer ul li a {
            text-decoration: none;
            color: #1e2bd8;
            }
            
            .footer-bottom {
                height: 150px;
            background: #0b132b;
            color: #fff;
            padding: 15px 0;
            }
            
        /* index end  */

        /* About start  */

    .about-sec{
        width: 100%;
        background-color: #dfdfdf;
        text-align: center;
    }
    .about-sec h1{
        font-size: 60px;
       padding-top: 180px;
       padding-bottom:30px ;
    }
    .about-sec p{
        margin: auto;
        width: 900px;
        line-height: 1.5rem;
        padding-bottom:200px ;
    }
    .about-img {
     text-align: center;
     position: relative;
     top: -100px;
    }
    @media(max-width:1000px){
        .about-sec p{
            width: auto;
            margin: 0 10px;
        }
    }
    /* About end  */

    /* contact start */
    section{
        width: 100%;
    }
    .contact-sec{
        width: 100%;
        background-color: #dfdfdf;
        text-align: center;
        padding-bottom:180px ;
    }
    .contact-sec h1{
        font-size: 60px;
       padding-top: 180px;
       padding-bottom:30px ;
    }
    .contact-form{
        position: relative;
        top: -150px;
        width: 800px;
        margin: auto;
        background:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .contact-form{
        background: #fff;box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
    .form-wrapper{
        width:800px;
        padding:40px;
        }
    .form-control, textarea{
        border-radius:0;
        padding:18px;
        font-size:18px;
    }
    textarea{
        resize:vertical;
        min-height:180px;
    }
    .btn-submit{
        background:#1218a8;
        color:#fff;
        padding:14px 40px;
        border-radius:0;
        font-weight:600;
        letter-spacing:1px;
    }
    .btn-submit:hover{
        background:#0b0f7a;
        color:#fff;
    }
    @media(max-width: 768px){
        .contact-form{
            width: 600px;
        }

    }
    @media(max-width: 425px){
        .contact-form{
            width: auto;
        }
        .btn-submit{
            padding: 12px 30px;
            font-weight: 400;
        }

    }
.container h4{
    color: #1700ae;

}
.contact-icon{
    width: 40px;
} 
.service-img{
    width: 300px;
    margin-bottom: 20px;
} 
@media(max-width:425px) {
    .service-img,.cctv-img-1,.solar-light-1{
        width: 400px;
    }
}
@media(max-width:768px) {
    .solar-light-1,.cctv-img-1{
        width: 340px;
    }
}