@media only screen and (max-width: 1400px) {
    .container {
        max-width: 1300px;
        margin: 0 auto;
    }

    .solution-1 {
        left: 2px;
    }
}

@media only screen and (max-width: 1200px) {
    .navbar-nav .nav-link {
        font-size: 16px;
        margin: 0 5px;
    }

    header.main-header.newheader nav.navbar a.navbar-brand img {
        max-width: 80px;
    }

    header.main-header.newheader {
        padding: 6px 0;
    }

    footer .gx-7 {
        --bs-gutter-x: 2rem;
    }
}

@media only screen and (max-width: 1024px) {

    /* .container {
        max-width: 1000px;
        margin: 0 auto;
    } */
    .main-header .navbar-brand img {
        max-width: 110px;
    }

    .home .banner-sec .banner-content h1 {
        font-size: 41px;
        line-height: 45px;
        margin-top: 50px;
    }

    footer {

        padding: 60px 50px;
    }

    .solution-content h3 {

        margin-top: 28px;
    }

    .about-sec .about-img {
        margin-top: 50px;
    }

    .about-sec .about-img img {
        width: 100%;
    }

    .about-sec .about-button-box {

        justify-content: start;
    }
}

@media only screen and (max-width: 992px) {
    /* ===== IMPROVED SHOP RESPONSIVE - LARGE TABLET ===== */

    /* Keep grid/list toggle visible on large tablets */
    #btnContainer {
        display: flex;
    }

    /* Product cards - 2 columns on large tablet with sidebar visible */
    .grid-view .products {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-view .service-connect-box {
        min-height: 360px;
    }

    /* ===== END SHOP RESPONSIVE ===== */
}

@media only screen and (max-width: 986px) {
    .navbar-toggler {
        margin-right: 25px;
    }

    .container {
        max-width: 900px;
        margin: 0 auto;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .header-right {
        align-items: self-start;
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {
    .home .banner-sec {
        padding-top: 100px;
    }

    /* ===== IMPROVED SHOP RESPONSIVE - TABLET ===== */
    .shop-product-fillter {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .shop-controls {
        justify-content: center;
        order: 2;
    }

    .totall-product {
        order: 1;
        text-align: center;
    }

    .totall-product p {
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    /* Show mobile filter toggle on tablet */
    .mobile-filter-toggle {
        display: inline-flex;
        align-items: center;
    }

    /* Slide-in filter sidebar on tablet */
    .shop-sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 320px;
        height: 100vh;
        background: white;
        padding: 20px;
        padding-top: 60px;
        overflow-y: auto;
        transition: left 0.3s ease;
        box-shadow: 2px 0 15px rgba(0,0,0,0.1);
        z-index: 9999;
    }

    .shop-sidebar.active {
        left: 0;
    }

    /* Show close button on mobile/tablet */
    .filter-close-btn {
        display: block;
    }

    /* Backdrop for mobile filters */
    .shop-sidebar.active::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: -1;
    }

    /* Products take full width when filters are hidden */
    .shop-products-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Product cards - 2 columns on tablet */
    .grid-view .products {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-view .service-connect-box {
        width: auto;
        min-height: 350px;
        padding: 20px 15px;
        border-radius: 50px;
    }

    .inner-service-content {
        gap: 12px;
    }

    .service-connect-box h3 {
        font-size: 26px;
    }

    /* ===== END SHOP RESPONSIVE ===== */

    .container {
        max-width: 700px;
        margin: 0 auto;
    }

    header.main-header .offcanvas-start {
        display: flex;
    }

    .banner-bg-width {
        width: 100%;
    }

    .select2.select2-container.select2-container--default {
        width: 100%;
    }

    .theme-btn {
        vertical-align: unset;
    }

    .inner-banner .inner-content img {
        max-width: 100%;
    }

    .search-list-img-box {
        width: 70%;
    }

    .page-id-272 .select2-container--default .select2-selection--multiple {
        width: auto;
    }
}

@media only screen and (max-width: 600px) {

    /* ===== IMPROVED SHOP RESPONSIVE - MOBILE ===== */

    /* Filter sidebar - narrower on mobile */
    .shop-sidebar {
        width: 280px;
        padding: 15px;
    }

    /* Product cards - single column on mobile */
    .grid-view .products {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .grid-view .service-connect-box {
        min-height: 320px;
        padding: 20px 15px;
        border-radius: 40px;
    }

    .service-connect-box h3 {
        font-size: 22px;
    }

    .service-connect-box p {
        font-size: 16px;
    }

    /* Hide grid/list toggle on small mobile - always grid view */
    #btnContainer {
        display: none;
    }

    /* List view adjustments for mobile */
    .woocommerce-shop .list-view .service-connect-box {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .list-view .service-coonect-icon {
        width: 100%;
        margin-bottom: 15px;
    }

    .list-view .inner-service-content {
        width: 100%;
    }

    .woocommerce-shop .service-connect-box {
        padding: 20px;
    }

    .woocommerce-shop .shop-product-fillter form {
        margin: 0;
    }

    .totall-product p {
        margin-bottom: 15px;
        text-align: center;
        font-size: 16px;
    }

    .sort-by-cover {
        padding-top: 15px;
        justify-content: center;
    }

    /* ===== END SHOP RESPONSIVE ===== */

    .every-sec {
        padding-top: 30px;
    }

    .connect-sec {
        padding: 30px 0;
    }

    .connect-sec .title-box h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .title-box h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .banner-sec .banner-img {
        padding-left: 0;
        padding-top: 50px;
    }

    .inner-solution-img-box img.inner-solution-2 {
        width: 100%;
    }

    .inner-solution-img-box img.inner-solution-1 {
        width: 100%;
    }

    .inner-solution-content h3 {
        margin-top: 75px;
    }

    .home .about-img img {
        width: 100%;
        height: auto;
    }

    .video-widget-box {
        height: 100%;
        margin-bottom: 45px;
    }

    .video-widget-box video {
        position: relative;
        height: 100%;
    }

    .banner-content h1 {
        text-align: center;
    }

    .service-box {
        margin-bottom: 25px;
    }

    .header-right {
        margin: 0 5px;
        margin-top: 25px;
        gap: 15px;
    }

    .connect-sec .row.gx-5.mb-60 {
        gap: 60px;
    }

    .offcanvas-body .navbar-nav .nav-link:hover {
        color: #FF9F7C;
    }

    .why-sec .row {
        gap: 50px
    }

    footer .newsletter-form .theme-btn {
        width: 50px;
        min-width: 98px;
        font-size: var(--font-16);
        font-weight: 600;
    }

    .blog-sec:after {
        bottom: -52px;
    }

    .blog-sec .blog-box {
        margin-bottom: 50px;
    }

    .why-sec:after {
        bottom: -50px;
    }

    .connect-sec:after {
        height: 60px;
    }

    .navbar-brand img {
        max-width: 85px;
    }

    footer {
        padding: 40px;
    }

    .banner-sec:after {
        bottom: -85px;
    }

    .navbar-nav .nav-link {
        font-size: 17px;
    }

    .inner-banner-bg-width {
        width: 100%;
        height: auto;
    }

    .inner-banner-bg-width-2 {
        width: 100%;
        height: auto;
    }

    .page-template-about .welcome-content {
        padding: 50px 20px;
    }

    .page-template-about .welcome-content:after {
        right: 20px;
        top: 20px;
    }

    .page-template-about .welcome-content:before {
        left: 20px;
        top: 20px;
    }

    .welcome-content-box h3 {
        margin-bottom: 50px;
        text-align: center;
    }

    .solution-content h3 {
        text-align: center;
    }

    .solution-content p {
        text-align: center;
    }

    .solution-sec:after {
        bottom: -60px;
    }

    .service-sec:after {
        bottom: -60px;
    }

    .title-box-3 h2 {
        font-size: 35px;
    }

    .solution-sec {
        margin-bottom: 50px;
    }

    .query-sec:after {
        bottom: -60px;
    }

    footer .row.align-items-center.mt-60 {
        flex-direction: column-reverse;
    }

    .copyright {
        margin-top: 25px;
    }

    .page-id-111 .solution-content p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-id-111 .solution-content ul {
        padding-left: 20px;
        padding-right: 20px;
    }

    .search-list-img-box {
        display: block;
        width: 60%;
    }

    .search-price-box {
        flex: auto;
        width: 40%;
    }

    .login-sec .dog-login {
        max-width: 100%;
    }

    .log-in-right {
        padding: 30px;
    }

    .log-in-right form {
        padding: 30px;
    }

    .page-id-10 .mb-42 {
        margin-bottom: -26px;
    }

    .login-sec .dog-login {
        max-width: 85%;
    }

    .page-id-10 .log-in-content p {
        padding: 0 25px;
    }

    .page-id-10 .log-in-content {
        height: 500px;
    }

    .home .title-box-2 h2 {
        text-align: center;
        margin-bottom: 25px;
    }

    .home .about-sec .about-rt-content p {
        text-align: center;
    }

    .home .about-sec .about-rt-content .about-button-box {
        margin-bottom: 25px;
        justify-content: center;
    }

    .home .about-sec .about-rt-content ul {
        justify-content: center;
    }

    .page-id-10 .woocommerce-MyAccount-content {
        padding: 10px 10px;
    }

    .page-id-10 .woocommerce form.edit-account .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
        width: 100%;
    }

    .page-id-10 .woocommerce form.edit-account .woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
        width: 100%;
    }

    .inner-solution-sec:after {
        bottom: -29px;
    }

    .footer-social {
        justify-content: center;
    }

    .main-header .header-user {
        flex-direction: column;
    }

    .search-form-box {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 18px;
        border-radius: 12px;
    }

    .search-form-box:hover {
        transform: none;
    }

    .search-form-box-search {
        flex-direction: column;
        gap: 16px;
    }

    .search_section_div {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .location_search,
    .service_type {
        width: 100%;
        min-width: auto;
    }

    .location_search .form-select,
    .service_type .form-select {
        padding: 12px 38px 12px 14px;
        font-size: 16px !important; /* Prevents iOS zoom */
        height: 50px;
    }

    .search-form-box .select2-container--default .select2-selection--multiple {
        height: auto !important;
        min-height: 50px !important;
        padding: 11px 14px !important;
    }

    .search-form-box .select2-container--default .select2-selection--multiple:not(:has(.select2-selection__choice)) {
        height: 50px !important;
    }

    .search-form-box .select2-container--default .select2-search--inline .select2-search__field {
        font-size: 16px !important; /* Prevents iOS zoom */
    }

    .sort-by-cover {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding-top: 8px;
        padding-left: 0;
        border-top: 1px solid #e5e7eb;
        border-left: none;
    }

    .sort-by-product-wrap p {
        font-size: 11px;
    }

    .sort-by-dropdown {
        flex: 1;
    }

    .sort-by-dropdown select {
        width: 100%;
        font-size: 16px !important; /* Prevents iOS zoom */
        padding: 12px 38px 12px 14px;
    }

}

@media only screen and (max-width: 425px) {
    .offcanvas .header-list {
        margin: 0 0 0 6px;
    }

    .solution-1 {
        position: static;
    }

    .solution-2 {
        position: static;
    }

    .color-orange {

        margin-left: 0;
    }

    .why-box:before {

        width: 240px;
    }

    /* My Account Mobile Optimizations */
    .woocommerce-MyAccount-navigation ul {
        padding: 6px;
        margin: 0 10px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        font-size: 14px;
        padding: 12px 15px;
    }

    .woocommerce-MyAccount-navigation ul li a:hover {
        padding-left: 19px;
    }

    .woocommerce-MyAccount-content {
        padding: 12px;
        margin: 0 10px;
    }

    /* Pet Cards - Extra Small Mobile */
    .pets-grid-container {
        gap: 15px;
        margin-top: 20px;
    }

    .pet-card-image-wrapper {
        height: 200px;
    }

    .pet-card-content {
        padding: 12px;
    }

    .pet-card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pet-card-meta p {
        font-size: 13px;
        margin: 8px 0;
    }

    .pet-card-actions {
        gap: 8px;
    }

    .pet-card-actions .action_btn {
        padding: 8px 10px;
        font-size: 12px;
    }

    .my-pets-heading {
        font-size: 22px;
    }

    .add-pet-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Landscape Mobile Optimization */
@media only screen and (max-width: 768px) and (orientation: landscape) {
    .pet-card-image-wrapper {
        height: 180px;
    }

    .pets-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* My Account Table Responsive Improvements */
@media only screen and (max-width: 768px) {
    /* Better spacing for stacked tables */
    .woocommerce-orders-table,
    .shop_table {
        font-size: 14px;
    }

    .woocommerce-orders-table thead,
    .shop_table thead {
        display: none;
    }

    .woocommerce-orders-table tr,
    .shop_table tr {
        display: block;
        margin-bottom: 20px;
        background: #f8f9fa;
        border-radius: 10px;
        padding: 15px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .woocommerce-orders-table td,
    .shop_table td {
        display: block;
        padding: 8px 0;
        border: none;
        text-align: left;
        position: relative;
        padding-left: 50%;
        min-height: 40px;
        overflow: visible;
    }

    .woocommerce-orders-table td:before,
    .shop_table td:before {
        content: attr(data-title);
        position: absolute;
        left: 0;
        width: 45%;
        padding-right: 10px;
        font-weight: 600;
        color: #333;
        word-wrap: break-word;
        white-space: normal;
    }

    /* Fix action buttons overflow on mobile */
    .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions,
    .shop_table td.order-actions,
    .woocommerce-orders-table__cell-order-actions,
    .woocommerce-MyAccount-orders .woocommerce-button {
        padding-left: 0;
        padding-top: 35px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }

    .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions:before,
    .shop_table td.order-actions:before {
        position: static;
        display: block;
        width: 100%;
        margin-bottom: 8px;
        padding-left: 0;
    }

    .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a,
    .shop_table td.order-actions a,
    .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .button,
    .shop_table td.order-actions .button {
        flex: 1 1 auto;
        min-width: 120px;
        margin: 0;
        white-space: nowrap;
        text-align: center;
        padding: 10px 15px;
        font-size: 14px;
    }

    /* Remove all animations from orders table on mobile */
    .woocommerce-orders-table,
    .woocommerce-orders-table *,
    .shop_table,
    .shop_table *,
    .my_account_orders,
    .my_account_orders *,
    .account-orders-table,
    .account-orders-table * {
        transition: none !important;
        animation: none !important;
    }

    .woocommerce-orders-table tr:hover,
    .shop_table tr:hover,
    .my_account_orders tr:hover,
    .account-orders-table tr:hover {
        background: #f8f9fa !important;
    }

    /* Booking Dates in Orders Table - Mobile */
    .woocommerce-orders-table .order-booking-dates-wrapper,
    .account-orders-table .order-booking-dates-wrapper {
        flex-direction: column;
        gap: 5px;
    }

    .order-booking-date-badge {
        width: fit-content;
        font-size: 12px;
        padding: 5px 8px;
    }

    /* Account Dashboard Grid */
    .woocommerce-MyAccount-dashboard {
        padding: 15px;
    }

    .woocommerce-MyAccount-dashboard p {
        font-size: 15px;
        line-height: 1.6;
    }

    /* Form Fields Mobile */
    .woocommerce-form-row {
        margin-bottom: 15px;
    }

    .woocommerce-Input {
        font-size: 16px !important; /* Prevents zoom on iOS */
        padding: 12px 15px;
    }

    .woocommerce-Button {
        width: 100%;
        padding: 14px 20px;
        font-size: 16px;
    }

    /* My Account Navigation Mobile */
    .woocommerce-MyAccount-navigation ul {
        padding: 6px;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 12px 16px;
        font-size: 15px;
    }

    .woocommerce-MyAccount-navigation ul li.is-active a::before {
        width: 3px;
        height: 16px;
        left: 6px;
    }

    /* ===== ENHANCED MOBILE RESPONSIVE - GENERAL ===== */

    /* Header Improvements */
    header.main-header {
        padding: 10px 0;
    }

    .header-icon a {
        font-size: 14px;
    }

    .header-icon img {
        max-width: 24px;
    }

    /* Search Form Mobile */
    .banner-form-box,
    .search-form-box {
        width: 100%;
        padding: 20px 15px;
    }

    .banner-form-box .form-control,
    .search-form-box .form-control,
    .banner-form-box .form-select,
    .search-form-box .form-select {
        width: 100%;
        margin-bottom: 12px;
        font-size: 16px !important; /* Prevents iOS zoom */
        padding: 12px 15px;
    }

    .banner-form-box .theme-btn,
    .search-form-box .theme-btn {
        width: 100%;
        margin-top: 10px;
        padding: 14px 20px;
        font-size: 16px;
    }

    /* Footer Mobile */
    footer .row > div {
        margin-bottom: 30px;
    }

    footer h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    footer .footer-menu li a {
        font-size: 15px;
        padding: 8px 0;
    }

    footer .newsletter-form {
        flex-direction: column;
        gap: 10px;
    }

    footer .newsletter-form input {
        width: 100%;
        font-size: 16px !important;
        padding: 12px 15px;
    }

    /* Service Boxes Mobile */
    .service-box,
    .service-connect-box {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .service-box h3,
    .service-connect-box h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .service-box p,
    .service-connect-box p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* Images Full Width Mobile */
    img {
        max-width: 100%;
        height: auto;
    }

    /* Container Padding Mobile */
    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    section {
        padding: 40px 0;
    }

    /* Typography Mobile */
    h1 {
        font-size: 28px !important;
        line-height: 1.3;
    }

    h2 {
        font-size: 24px !important;
        line-height: 1.3;
    }

    h3 {
        font-size: 20px !important;
        line-height: 1.3;
    }

    p {
        font-size: 15px;
        line-height: 1.6;
    }

    /* Buttons Mobile Touch Friendly */
    .theme-btn,
    .btn,
    button,
    a.button {
        min-height: 44px; /* WCAG touch target */
        padding: 12px 20px;
        font-size: 15px;
    }

    /* Inner Banner Mobile */
    .inner-banner {
        padding: 40px 0;
    }

    .inner-banner h1 {
        font-size: 28px;
    }

    /* Cards/Boxes Spacing */
    .card,
    .box,
    .widget {
        margin-bottom: 20px;
    }

    /* Select2 Dropdowns Mobile */
    .select2-container {
        width: 100% !important;
    }

    .select2-container .select2-selection--single,
    .select2-container .select2-selection--multiple {
        min-height: 44px;
        font-size: 16px !important;
        padding: 10px 15px;
    }

    /* Offcanvas Menu Improvements */
    .offcanvas-body {
        padding: 20px 15px;
    }

    .offcanvas-body .navbar-nav .nav-link {
        padding: 12px 15px;
        font-size: 16px;
        border-bottom: 1px solid #f0f0f0;
    }

    /* User Dropdown Mobile */
    .header-user .dropdown-menu {
        width: 100%;
        min-width: 200px;
    }

    .header-user .dropdown-menu a {
        padding: 12px 15px;
        font-size: 15px;
    }

    /* Tables General Mobile */
    table {
        font-size: 14px;
    }

    table th,
    table td {
        padding: 10px 8px;
    }
}

/* ===== EXTRA SMALL MOBILE (320px-425px) ===== */
@media only screen and (max-width: 425px) {

    /* Typography Extra Small */
    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    p {
        font-size: 14px;
    }

    /* Container Extra Small */
    .container,
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Header Extra Small */
    .navbar-brand img {
        max-width: 70px;
    }

    /* Footer Extra Small */
    footer {
        padding: 30px 15px;
    }

    footer h3 {
        font-size: 18px;
    }

    /* Service Boxes Extra Small */
    .service-box,
    .service-connect-box {
        padding: 15px 10px;
    }

    /* Buttons Extra Small */
    .theme-btn,
    .btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    /* Forms Extra Small */
    input,
    select,
    textarea {
        font-size: 14px !important;
        padding: 10px 12px;
    }

    /* Action buttons extra small mobile */
    .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a,
    .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions .button,
    .shop_table td.order-actions a,
    .shop_table td.order-actions .button {
        min-width: 95px;
        font-size: 12px;
        padding: 8px 8px;
    }
}

/* ===== TABLET LANDSCAPE (768px-1024px) ===== */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    /* Header Landscape Tablet */
    .navbar-nav .nav-link {
        padding: 10px 12px;
        font-size: 15px;
    }

    /* Container Landscape Tablet */
    .container {
        max-width: 95%;
    }

    /* Search Form Tablet */
    .banner-form-box {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: flex-end;
    }

    .banner-form-box .form-control,
    .banner-form-box .form-select {
        flex: 1;
        min-width: 200px;
    }

    .search-form-box {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 24px;
    }

    .search-form-box:hover {
        transform: translateY(-1px);
    }

    .search_section_div {
        flex-wrap: wrap;
        gap: 14px;
    }

    .location_search,
    .service_type {
        flex: 1;
        min-width: 200px;
    }

    .sort-by-cover {
        width: 100%;
        justify-content: flex-start;
        padding-top: 10px;
        padding-left: 0;
        border-top: 1px solid #e5e7eb;
        border-left: none;
    }

    .sort-by-dropdown select {
        min-width: 200px;
    }

    /* My Account Navigation Tablet */
    .woocommerce-MyAccount-navigation ul {
        max-width: 280px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        font-size: 15px;
    }

    /* Footer Tablet Layout */
    footer .row > div {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
}

/* ===== LARGE TABLET / SMALL DESKTOP (1024px-1200px) ===== */
@media only screen and (min-width: 1024px) and (max-width: 1200px) {

    .container {
        max-width: 1000px;
    }

    .navbar-nav .nav-link {
        font-size: 15px;
        padding: 10px 10px;
    }
}
/* ===== PROVIDER CERTIFICATIONS GALLERY ===== */
/* Tablet - 2 columns */
@media only screen and (max-width: 768px) {
    .provider-certifications-gallery {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Mobile - 1 column */
@media only screen and (max-width: 480px) {
    .provider-certifications-gallery {
        grid-template-columns: 1fr !important;
    }
}
