
.ismobile {
    display: none !important;
}

.hero-content {
    background-image: url('../images/banner.png');  
}

.aboutusdetails {
    padding: 0px 50px;
}

@media (max-width: 1024px) {
    .imgmobile {
        height: 30vh !important;
    }
    .imgmobile>div {
        height: 100%;
    }
    .hero-content {
        background-size: unset !important;
    }
    .ismobile {
        display: block !important;
    }
    .csoon {
        font-size: 13px;
    }

    .aboutusdetails {
        padding: 0px;
    }
    
  }

  @media (max-width: 768px) {
    .hero-content {
        background-image: url('../images/banner-mobile.png');  
        min-height: 30vh !important;
    }

    .aboutus {
        padding-top: 0px;
        top: -10px;
    }
  }


  .install-box {
    padding: 5px;
    text-align: center;
    border-radius: 12px;
    width: 90%;
    position: relative;
    display: none;
}

.install-box h2 {
    margin-bottom: 10px;
    color: #333;
}

.install-box p {
    margin-bottom: 20px;
    color: #666;
}

.install-box img {
    width: 200px;
    transition: transform 0.2s ease;
}

.install-box img:hover {
    transform: scale(1.05);
}
