/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .call-us-section {
        height: 30rem;
    }
    
    .blog-post-content {
        -webkit-line-clamp: 8; /* Limit to 8 lines */
        height: calc(1.5em * 8);
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .call-us-section {
        height: 20rem;
    }
}

@media (max-width: 992px) {
    #navbarNav{
        background-color: aliceblue;
        padding: 1.2rem;
        border: none;
        border-radius: 0.4rem;
    }

    #navbarNav a{
        color: #014A8C !important;
    }

    /* Custom Hero */
    .custom-main-img {
        margin-top: 5rem;
    }

    .floating-div-2 {
        position: relative !important;
        left: 0;
        top: 0;
        margin-top: 2rem;
        text-align: start;
    }

    /* Hero */
    .product-main-img {
        margin-top: 5rem;
        max-width: 12rem;
    }

    .floating-div {
        position: relative !important;
        left: 0;
        top: 0;
        margin-top: 2rem;
        text-align: start;
    }

    /* Retailers */
    .partners-section-title {
        font-size: 1.2rem;
    }

    /* Feature Line */
    .feauture-line-column {
        justify-content: start !important;
    }

    /* Business Plans */
    .origin-business-plans-section .card {
        height: max-content;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .call-us-section {
        height: 8rem;
    }

    .blog-post-content {
        -webkit-line-clamp: 6; /* Limit to 6 lines */
        height: calc(1.5em * 6);
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}