.border-radius-15 {
    border-radius: 15px;
}

.bottom-right-btn {
    position: absolute;
    right: 2.5%;
    bottom: 0;
    width: auto;
}

.cat-img {
    display: none;
    height: 75px;
}

#nav-category a.active img.active {
    display: block;
}

#nav-category a.active img.inactive {
    display: none !important;
}

#nav-category img.inactive {
    display: block;
}

.nav-cat a {
    font-family: DMSans;
    width: 150px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #999999;
    margin-right: 15px;
}

    .nav-cat a.active .cat-heading {
        color: var(--secondary);
    }

        .nav-cat a.active .cat-heading .orange-div {
            visibility: visible;
        }

.cat-heading {
    font-size: 16px;
}

.description {
    font-family: DMSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #717172;
}

.product-name {
    font-family: DMSans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}

.card-features-heading {
    font-family: DMSans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
}

.products-scroll {
    margin-bottom: 50px;
}

.view-plans {
    font-family: DMSans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #333333;
    cursor: pointer;
}

.card-landing {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 15px;
    min-height: 200px;
}

.bajaj-features {
    font-family: DMSans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.card-review {
    font-family: DMSans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

.card-head {
    color: #333;
    font-family: DMSans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
}

.card-desc {
    font-family: DMSans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5);
}

.reviewer {
    font-family: DMSans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

.plan-today {
    font-size: 28px;
    line-height: 36px;
}

.review-img {
    position: absolute;
    left: 40%;
    top: -40px;
}

.product-logo {
    height: auto;
    width: 100%;
}

.footer-heading {
    color: #343434;
    font-size: 18px;
    padding-bottom: 10px;
    font-family: DMSans;
    font-weight: bold;
}

.footer-details li a {
    font-size: 15px;
    color: #343434;
}

.footer-details li {
    padding-bottom: 8px;
}

.footer-text {
    font-size: 14px;
    color: #595959;
    padding: 7px;
    line-height: 1.8;
}

.recommanded-row {
    margin-bottom: 10px;
}

.cal-premium-btn {
    font-size: 14px !important;
}

.know-more {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #333333 !important;
    cursor: pointer;
}

.banner-heading {
    font-size: 32px;
}

.contact-details {
    font-size: 20px;
    margin-top: 8% !important;
}

.bnr-header {
    font-weight: bold;
    line-height: 44px;
    font-size: 38px;
}

.prod-img {
    height: 200px;
}

.border-on-hover:hover {
    border: 1px solid var(--secondary);
    border-radius: 15px;
}

.product-card {
    height: 603px;
}

.product-height {
    height: 140px;
    overflow: auto;
}

    .product-height::-webkit-scrollbar {
        width: 5px;
        border-radius: 50%;
    }

@media (max-width: 768px) {
    .bottom-right-btn {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
    }

    h2 {
        font-size: 20px;
    }

    .cat-heading {
        font-size: 13px;
    }

    .nav-cat a {
        min-width: 100px;
    }

    .tab-heading {
        font-size: 16px;
    }

    .description {
        font-size: 13px;
        text-align: center;
    }

    .plan-today {
        font-size: 18px;
    }

    .card-review {
        font-size: 13px;
        line-height: unset;
    }

    .product-name {
        font-size: 14px;
    }

    .description-product {
        font-size: 12px;
    }

    .bnr-header {
        font-size: 20px;
        line-height: unset;
    }
}

@media(min-width:768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

#gridSection .card {
    width: 18rem;
    margin: 0 1rem;
}

.grid-img {
    width: 50%;
    margin: auto
}

/* Extracted inline styles */
.grid-section-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category-label {
    margin-right: 10px;
}

.category-dropdown {
    width: 200px;
    font-size: 14px;
    height: 38px;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.submit-btn-ml {
    margin-left: 10px;
    width: 100px;
}

.back-btn-w {
    width: 100px;
}
