@media (max-width: 991px) {
    #heroSection .row{
       flex-direction: column-reverse;
    }

    #l_h_bg , #lp_img{
         width: 100%;
         height: auto;
    }
#heroSection{
    padding: 50px 0px;
}

.ls_seprator , #lc_img{
    display: none;
}

#l_ctacard .row {
    border-radius: 0px;
    padding: 30px 0px;
}
.l_steps_grid{
    flex-direction: column;
    gap: 50px;
}
.lh_heading {
    font-size: 28px;
}

.lf_grid ,.lp_grid ,.landing-footer-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.ls_card{
    width: 100%;
}

#l_privacy .l_heading{
    margin-top: 40px !important;
}
.lc_content h2 {
    font-size: 30px;
    text-align: center;
}
.lc_content p{
    text-align: center;
}

    .landing-hero-shell {
        min-height: auto;
    }

    .landing-showcase {
        padding-left: 0;
        margin-top: 24px;
    }

    .landing-showcase-card.secondary {
        margin-left: 0;
    }

    
    .landing-section-overlap {
        margin-top: 0;
    }

    .landing-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .landing-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    #mainNav .container {
        padding: 10px 18px;
    }

    #h_lg_heading {
        font-size: 46px;
    }

    .landing-section {
        padding: 62px 0;
    }

    .landing-section-heading h2,
    .landing-cta-card h2 {
        font-size: 34px;
    }

    .landing-hero-copy {
        font-size: 16px;
    }

    .landing-cta-card,
    .landing-safety-panel,
    .landing-step-card,
    .landing-feature-card,
    .landing-faq-card {
        padding: 22px;
    }
}

@media (max-width: 1199px) {
    .paw-navbar {
        height: auto;
        padding: 12px 1rem;
        flex-wrap: wrap;
        gap: 12px;
    }

    .nav-pills-wrap {
        order: 3;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .nav-pills-wrap::-webkit-scrollbar {
        display: none;
    }

    .nav-right {
        flex: 1 1 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .nav-right > div:first-child {
        flex: 1 1 240px;
        min-width: 0;
    }

    .nav-search-wrap {
        width: 100%;
    }

    .nav-search-wrap input {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 991px) {
    .feed-layout,
    .profile-content,
    .post-layout {
        grid-template-columns: 1fr;
    }

    .hero-strip {
        padding: 20px 1rem 36px;
    }

    .hero-inner,
    .feed-header,
    .profile-av-row,
    .notif-card-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-compose-card {
        width: 100%;
        max-width: none;
    }

    .compose-actions,
    .filter-chips,
    .pf-stats,
    .pf-actions {
        flex-wrap: wrap;
    }

    .filter-chips {
        width: 100%;
    }

    .profile-actions {
        width: 100%;
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .profile-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .profile-stat {
        padding: 12px 10px 12px 0;
    }

    .post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .comment-form-wrap {
        flex-direction: column;
    }

    .comment-input-wrap {
        width: 100%;
    }

    .search-bar-big {
        flex-wrap: wrap;
    }

    .search-bar-big input {
        min-width: 0;
        width: 100%;
    }

    .btn-search,
    .btn-mark-all {
        width: 100%;
    }

    .toc-card {
        position: static;
        top: auto;
        margin-bottom: 18px;
    }

    .toc-rights-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .paw-navbar {
        padding: 10px .85rem;
    }

    .nav-brand-name {
        font-size: 15px;
    }

    .nav-pill {
        white-space: nowrap;
    }

    .nav-user-chip {
        padding-right: 10px;
    }

    .notif-dropdown {
        width: min(92vw, 320px);
    }

    .paw-toast {
        left: 16px;
        right: 16px;
        bottom: 16px;
        transform: none;
        white-space: normal;
        text-align: center;
    }

    .feed-layout,
    .profile-content,
    .post-layout,
    .notif-wrap,
    .search-wrap {
        padding: 0 .85rem;
    }

    .profile-inner,
    .tab-nav {
        padding: 0 .85rem;
    }

    .profile-avatar {
        width: 86px;
        height: 86px;
        font-size: 30px;
    }

    .profile-name {
        font-size: 19px;
    }

    .tab-nav {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .tab-nav::-webkit-scrollbar {
        display: none;
    }

    .tab-link {
        white-space: nowrap;
    }

    .pf-header,
    .pf-content,
    .pf-tags,
    .pf-stats,
    .comments-header,
    .comment-form-wrap,
    .notif-card-header,
    .notif-row,
    .page-term-wrap,
    .toc-card {
        padding-left: 16px;
        padding-right: 16px;
    }

    .pf-act-btn {
        min-width: calc(50% - 1px);
    }

    .toc-link {
        font-size: 14px;
    }

    .toc-data-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 575px) {
    .nav-user-name,
    .hero-strip .bg-paw,
    .profile-cover .cover-paws {
        display: none;
    }

    .hero-text h2,
    .vendor-title {
        font-size: 24px;
    }

    .hero-text p,
    .profile-bio,
    .pf-content {
        font-size: 14px;
    }

    .compose-card,
    .stories-wrap,
    .widget,
    .post-full,
    .comments-section,
    .notif-card,
    .page-term-wrap,
    .toc-card {
        border-radius: 16px;
    }

    .compose-actions > *,
    .pf-act-btn {
        width: 100%;
    }

    .profile-stats,
    .post-grid {
        grid-template-columns: 1fr;
    }

    .notif-row {
        gap: 10px;
    }

    .notif-av {
        width: 38px;
        height: 38px;
    }

    .page-term-wrap {
        padding: 14px;
    }
}
