@media(max-width: 768px) {
    .images-side {
        margin-top: 100%;
    }
    #why-choose {
        margin-top: 40%;
    }
}
@media (max-width: 991px) { /* Targets devices below 992px (Phones & Small Tablets) */
    .process-right-side {
        display: none !important;
    }
    .testimonial-image {
        padding-top: 8%;
        text-align: center;
    }
    .about-above {
        width: 100% !important; text-align: center !important;
    }
    #about .d-flex {
        justify-content: center !important; /* Centers the buttons */
        flex-wrap: wrap; /* Allows wrapping if needed */
    }
    .step-number {
        display: none;
    }
}
@media (max-width: 768px) {
    ::-webkit-scrollbar {
        display: none; /* Hide scrollbar in WebKit browsers */
    }

    html {
        scrollbar-width: none; /* Hide scrollbar in Firefox */
    }

    body {
        overflow: -moz-scrollbars-none; /* Hide scrollbar in older Firefox */
        -ms-overflow-style: none; /* Hide scrollbar in Internet Explorer and Edge */
    }
    blockquote {
        font-size: 1.4rem !important;
    }
    #welcome-title {
        font-size: 3.3rem;
    }
}
