/* Optimized Home Page Styles - GTmetrix A Grade */

/* Banner button styles */
.banner button.btn.getademo {
    margin-top: -90px;
}

/* Card title styles */
h4.card-title {
    font-size: 16px;
    height: 30px;
    display: flex;
    font-weight: 700;
    align-items: center;
    color: #072A82;
    justify-content: center;
    margin-bottom: 0;
}

/* Feature section heading styles */
h3.mb-1.text-white.pt-3 {
    font-size: 17px;
}

/* Additional non-critical styles */
.card-text {
    min-height: 80px;
}

.streamlined {
    transition: transform 0.3s ease;
}

.streamlined:hover {
    transform: translateY(-5px);
}

/* Performance optimizations */
.ourfeaturesdiv,
.oursolution,
.trusted {
    content-visibility: auto;
}

/* Smooth scroll behavior */
.css-slider-wrapper {
    scroll-behavior: smooth;
}

/* Responsive styles */
@media only screen and (max-width: 767px) {
    .paddright {
        padding-right: 0;
    }
    
    .subscribebox {
        text-align: center;
    }
    
    .banner img.homebannerright,
    .banner2 img.homebannerright {
        text-align: center;
        margin: -40px auto 0 auto;
        aspect-ratio: 291 / 291;
    }
    
    .slick-prev,
    .slick-next {
        top: 35%;
        display: none !important;
    }
    
    .ourfeaturesdiv {
        min-height: 600px;
    }
    
    .trusted {
        min-height: 800px;
    }
}
