@media (max-width: 500px) {
    .header-area {
        padding: 13px 0;
    }
    .sticky-left-icons {
        padding: 8px;
    }
    .sticky-left-icons a {
        width: 35px;
        height: 35px;
    }
    .sticky-left-icons a i {
        font-size: 13px;
    }
    .popular-message {
        bottom: 0px !important;
        left: 14px !important;
    }
    .i-message-message {
        max-width: min-content;
        padding: 10px 8px !important;
        border-width: 3px !important;
    }
    .i-message-message svg {
        width: 18px !important;
        height: 18px !important;
    }
    .i-message-description {
        font-size: 11px !important;
    }
    .main-title {
        font-size: 30px;
    }
    .sub-title {
        font-size: 12px;
    }
    .images_child {
        font-size: 38px !important;
    }
    .tool-page #mobileProceedSlot {
        margin-top: 16px;
        margin-bottom: 20px;
    }

    .tool-page #proceedSection .row {
        margin-left: 0;
        margin-right: 0;
    }

    .tool-page #uploads-submit {
        width: 100% !important;
        float: none !important;
    }

    .tool-page #proceed-files {
        height: 32vh !important;
    }
    .tool-page .sticky-left-icons {
        display: none;
    }

    .tool-page .title-section {
        text-align: center;
        margin-bottom: 16px;
    }

    .tool-page .main-title {
        font-size: 24px;
        line-height: 1.25;
    }

    .tool-page .sub-title {
        font-size: 14px;
    }

    .tool-page #filedrop-form {
        align-items: stretch;
    }

    .tool-page .upload-section .row {
        margin-left: 0;
        margin-right: 0;
        gap: 10px;
    }

    .tool-page .login-item {
        margin: 0 auto;
        text-align: center;
    }

    .tool-page .top-banner .d-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .tool-page .top-banner .btn {
        width: 100%;
    }

    .tool-page .sidebar {
        position: fixed;
        top: 0;
        right: 0;
        width: min(360px, 92vw);
        height: 100vh;
        background: #ffffff;
        overflow-y: auto;
        transform: translateX(105%);
        transition: transform 0.25s ease;
        padding: 16px;
        box-shadow: -12px 0 30px rgba(0, 0, 0, 0.15);
        z-index: 9999;
    }

    .tool-page.is-settings-open .sidebar {
        transform: translateX(0);
    }

    .tool-page .settings-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        z-index: 1040;
    }

    .tool-page.is-settings-open .settings-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .tool-page .settings-fab {
        position: static;
        width: 90%;
        height: 35px;
        border-radius: 12px;
        border: none;
        background: #024263;
        color: #ffffff;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        box-shadow: 0 10px 20px rgba(2, 66, 99, 0.2);
        z-index: 1;
    }

    .tool-page .settings-inline-row {
        margin: 8px 0 8px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .feature-title {
        font-size: 18px;
    }
    .feature-step {
        gap: 13px;
        font-size: 14px;
    }
    .how-to {
        padding: 17px 15px;
    }
    .feature-video {
        padding: 5px;
    }

    .tool-page .filedrop--item {
        min-height: 12rem;
    }
}

@media (min-width: 501px) {
    .tool-page .settings-fab,
    .tool-page .settings-overlay {
        display: none;
    }
}
