/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    header {
        height: 70px;
    }
    main {
        padding-top: 70px;
    }
    
    header img {
        height: 30px;
    }

    header .btn-primary {
        padding: 8px 20px;
        margin-left: 0rem;
    }

    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    #hero-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }
    h5 {
        font-size: 18px;
    }

    .calendly-inline-widget {
        height: calc(100vh - 70px - 2rem) !important;
    }

    #formula-toggle-floating, #couriers-toggle-floating, #store-btn {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    header {
        height: 70px;
    }
    main {
        padding-top: 70px;
    }
    
    header img {
        height: 20px;
    }

    header .btn-primary {
        padding: 8px 20px;
        margin-left: 0rem;
    }

    h2 {
        font-size: 36px;
    }
    h5 {
        font-size: 19px;
    }

    #formula-toggle-floating, #couriers-toggle-floating, #store-btn, #store-btn-2 {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    header .btn-white {
        padding-left: 8px;
        padding-right: 8px;
    }

    header .btn-primary {
        margin-left: 1.2rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    header .btn-white {
        padding-left: 10px;
        padding-right: 10px;
    }
    .container-lg {
        max-width: 1140px;
    }
}

@media (max-width: 1003px) {
    #menu-bar {
        display: none !important;
    }
    #menu-toggle-container {
        display: block !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    header .btn-white {
        padding-left: 10px;
        padding-right: 10px;
    }
}

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

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (max-width: 1799.98px) {
    /* #couriers-toggle-floating {
        padding: 8px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        bottom: 20px !important;
        right: 20px !important;
        font-size: 18px !important;
    } */

    #store-btn, #store-btn-2, #couriers-toggle-floating {
        display: none !important;
    }
}