/* ================ media screen 1440 ================ */
@media screen and (max-width:1440px) {

    /* ---- Navbar ---- */

    #Navbar.navbar-custom {
        padding: 20px;
    }
}

/* ================ media screen 1100 ================ */
@media screen and (max-width:1100px) {

    /* ---- Why QR Code on Seed Packs? Section ---- */

    .why_qr_code_on_seed_packs_grid .item {
        grid-template-columns: 230px 1fr;
    }

    .why_qr_code_on_seed_packs_grid .item .item_img {
        height: 230px;
    }
}

/* ================ media screen 1024 ================ */
@media screen and (max-width:1024px) {
    /* ---- Crops Available Section ---- */

    .crops_section {
        .crop_content {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    /* ---- Crops List Section ---- */

    .crops-list_section {
        .crop_items {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    /* ---- Why QR Code on Seed Packs? Section ---- */

    .why_qr_code_on_seed_packs_grid {
        grid-template-columns: 1fr;
    }
}

/* ================ media screen 991 ================ */
@media screen and (max-width:991px) {

    /* ---- Navbar ---- */

    #Navbar.navbar-custom {
        .nav-link {
            padding: 0;
        }
    }

    /* ---- How It Works Section ---- */

    .how_it_works_section {
        .work-item {
            margin-bottom: 30px;
        }
    }

    /* ---- Contact AgroQR Section ---- */

    .contact_Page_section {

        .contact-info .single-info {
            padding: 15px;
        }

        .info-text {
            font-size: 16px;
        }

        .info-title p {
            font-size: 14px;
        }
    }
}

/* ================ media screen 767 ================ */
@media screen and (max-width:767px) {

    .section {
        padding: 50px 0;
    }

    .padding_top {
        padding-top: 50px;
    }

    .padding_bottom {
        padding-bottom: 50px;
    }

    /* ---- Navbar ---- */

    #Navbar.navbar-custom {
        padding: 15px;

        .navbar-brand img {
            height: 50px;
            margin-right: 10px;
        }

        .navbar-brand strong {
            font-size: 25px;
        }
    }

    /* ---- Crops Available Section ---- */

    .crops_section {
        .crop_content {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* ---- Crops List Section ---- */

    .crops-list_section {
        .crop_items {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* ---- FAQ Section ---- */

    .faq_section {
        .accordion-button {
            font-size: var(--body-font);
        }

        .accordion-body {
            font-size: var(--small-body-font);
        }
    }

    /* ---- Government Compliant Section ---- */

    .government_section {
        padding-bottom: 50px;
    }

    /* ---------- Why Choose AgroQR.in? Section ---------- */

    .why_choose_section {

        .table th:first-child {
            padding: 15px 3px 15px 10px;
        }

        .table th:last-child {
            border-top-right-radius: 20px;
            padding: 15px 10px 15px 3px;
        }

        .table tr td:first-child {
            padding: 10px 3px 10px 10px;
        }

        .table tr td:last-child {
            padding: 10px 10px 10px 3px;
        }

        .table tbody tr:first-child td {
            padding-top: 20px;
        }

        .table tbody tr:last-child td {
            padding-bottom: 15px;
        }

        .table thead th:first-child {
            width: 40%;
        }

        .table thead th:last-child {
            width: 60%;
        }

        .table th {
            font-size: var(--small-body-font);
        }

        .table td {
            font-size: 14px;
        }
    }

    /* ---- Contact AgroQR Section ---- */

    .contact_Page_section {

        .contact-form {
            padding: 30px;
        }

        .contact-info {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
    }
}

/* ================ media screen 500 ================ */
@media screen and (max-width:500px) {

    /* ---- Why QR Code on Seed Packs? Section ---- */

    .why_qr_code_on_seed_packs_grid .item {
        grid-template-columns: 1fr;
    }

    .why_qr_code_on_seed_packs_grid .item .item_img {
        height: 170px;
        max-width: 170px;
    }

    /* ---- FAQ Section ---- */

    .faq_section {
        .accordion-button {
            font-size: var(--body-font);
            padding: 15px;
        }

        .accordion-body {
            font-size: var(--small-body-font);
            padding: 0px 15px 15px 15px;
        }
    }

    .faq_Page_section .faq_header .faq-img {
        padding: 7px;
    }

    /* ---- Contact AgroQR Section ---- */

    .contact_Page_section {

        .contact-info {
            grid-template-columns: 1fr;
        }
    }
}

/* ================ media screen 425 ================ */
@media screen and (max-width:425px) {

    /* ---- Crops Available Section ---- */

    .crops_section {
        .crop_content {
            grid-template-columns: 1fr;
        }
    }

    /* ---- Crops List Section ---- */

    .crops-list_section {
        .crop_items {
            grid-template-columns: 1fr;
        }
    }
}