@media (max-width: 1199px) {
    .nav-inner ul {
        gap: 18px;
    }

    .banner-heading h1,
    .banner-heading h2 {
        font-size: 34px;
    }

    .stat-num {
        font-size: 42px;
    }

    .stat-item p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .header-med {
        padding: 14px 0 16px;
    }

    .head-inner {
        align-items: center;
        min-height: 0;
        gap: 12px;
    }

    header .logo-h,
    header .logo-h a,
    header .logo-h img {
        width: 72px;
        height: auto;
    }

    header .logo-h img {
        height: 92px;
    }

    .nav-inner {
        display: none;
        margin-top: 0;
    }



    .search-mobile {
        margin: 30px 0px 20px;
    }

    .search-mobile .form-group {
        display: flex;
        justify-content: space-between;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(221, 221, 221);
        border-image: initial;
        border-radius: 8px;
    }

    .search-mobile .form-group input {
        width: calc(100% - 56px);
        height: 50px;
        border: none !important;
        padding: 0 10px;
        border-radius: 0px;
        color: #333;
        border-radius: 8px;
    }

    .search-mobile .form-group button {
        width: 50px;
        height: 50px;
        background: #fff;
        color: var(--main-color);
        font-weight: 900;
        font-size: 20px;
        border: none;
        border-radius: 8px;
    }

    .sidebar-btn {
        margin-top: 30px;
    }

    .menu-left {
        margin-top: 0;
    }

    .banner-h {
        margin-top: 0;
    }

    .banner-block {
        /* min-height: 520px; */
    }

    .banner-text {
        /* padding: 120px 0 80px; */
    }

    .banner-heading h1,
    .banner-heading h2 {
        font-size: 28px;
    }

    .about-inner {
        flex-direction: column-reverse;
        gap: 28px;
    }

    .about-media-wrap {
        flex: none;
        width: 100%;
        max-width: 100%;
    }

    .about-badge {
        right: 12px;
        bottom: -18px;
        padding: 14px 18px;
        gap: 8px;
    }

    .about-badge .badge-num {
        font-size: 32px;
        line-height: 1.2;
    }

    .about-badge .badge-label {
        font-size: 16px;
    }

    .about-text {
        align-items: flex-start;
        width: 100%;
    }

    .about-text h2 {
        max-width: none;
        font-size: 28px;
        line-height: 1.4;
    }

    .issues-wrap {
        /* padding: 0 48px; */
    }

    .founders-cards .col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 16px;
    }

    .stats-row > [class*="col-"]:not(:last-child) .stat-item::after {
        display: none;
    }

    .inner-banner {
        height: 240px;
    }

    .inner-banner-text {
        padding: 32px 0;
    }

    .inner-banner-text h1 {
        font-size: 28px;
        line-height: 1.4;
    }

    .founder-single {
        padding: 48px 0;
    }

    .founder-portrait {
        height: 420px;
        margin-bottom: 8px;
    }

    .founder-bio-head {
        margin-bottom: 28px;
        padding-bottom: 14px;
    }

    .founder-bio-head h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .founder-bio p {
        font-size: 16px;
        line-height: 28px;
    }

    .founder-quote p {
        font-size: 18px;
        line-height: 28px;
    }

    .about-page .about-h {
        padding: 48px 0 0;
    }

    .about-page .about-media {
        height: 320px;
    }

    .about-page .about-media img {
        width: 210px;
        height: auto;
    }

    .values-h {
        padding: 40px 0 24px;
    }

    .value-card {
        padding: 28px;
        margin-bottom: 16px;
    }

    .value-card h3 {
        font-size: 22px;
        line-height: 1.4;
        padding-top: 12px;
    }

    .value-card p,
    .value-card ul {
        font-size: 16px;
        line-height: 28px;
    }

    .stat-item {
        margin-bottom: 24px;
    }

    .foot-brand,
    .foot-block {
        margin-bottom: 30px;
    }

    .banner-block .row {
        min-height: 420px;
    }

    .about-text p {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
    }

    .activists-h {
        padding-block: 0;
    }

    .activists-listing {
        padding: 48px 0;
    }

    .timeline-listing {
        padding: 48px 0;
    }

    .timeline-track {
        gap: 28px;
    }

    .timeline-track::before {
        left: auto;
        inset-inline-start: 12px;
        margin-left: 0;
    }

    .timeline-item,
    .timeline-item:nth-child(odd),
    .timeline-item:nth-child(even) {
        justify-content: flex-start;
        padding-inline-start: 36px;
    }

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

    .timeline-node {
        left: auto;
        inset-inline-start: 12px;
        margin-left: 0;
        margin-inline-start: -12px;
    }

    .timeline-card h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .achievements-metrics {
        padding: 48px 0 24px;
    }

    .achievements-logo {
        padding-bottom: 48px;
    }

    .achievements-logo-box {
        height: 280px;
        border-radius: 10px;
    }

    .achievements-logo-box img {
        max-width: 70%;
        width: 280px;
    }

    .achievements-milestones {
        padding-bottom: 48px;
    }

    .achievements-milestones-row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    .milestone-card {
        min-height: 0;
    }

    .milestone-card h3,
    .milestone-card p,
    .milestone-card .milestone-date,
    .achieve-metric .num,
    .achieve-metric p {
        font-size: 16px;
        line-height: 24px;
    }

    .official-feed {
        padding-top: 48px;
    }

    .official-side {
        height: auto;
        margin-top: 0;
    }

    .statement-featured {
        min-height: 0;
    }

    .statement-featured h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .statement-featured p {
        font-size: 16px;
        line-height: 28px;
    }

    .statement-card h3,
    .official-archive-item h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .official-archive {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    .official-archive h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .official-archive-item {
        flex-wrap: wrap;
        gap: 12px;
    }

    .official-archive-item time {
        flex: 0 0 100%;
    }

    .official-archive-item h3 {
        flex: 1 1 100%;
    }

    .official-page .pagination-h {
        margin-top: 36px;
    }

    .contact-section {
        padding: 48px 0;
    }

    .contact-form-card {
        padding: 32px 20px 28px;
        margin-bottom: 8px;
    }

    .contact-form-card h2,
    .contact-info-card h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 16px;
    }

    .contact-form textarea {
        min-height: 120px;
        height: 120px;
    }

    .contact-info-card {
        padding: 28px 20px;
    }

    .contact-info-list li,
    .contact-info-list a {
        font-size: 16px;
        line-height: 32px;
    }

    .contact-map {
        margin-top: 20px;
        height: 180px;
    }

    .privacy-section {
        padding: 48px 0;
    }

    .privacy-card {
        padding: 28px 20px;
        gap: 24px;
    }

    .privacy-block {
        padding-bottom: 8px;
    }

    .privacy-head h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .privacy-block > p {
        font-size: 16px;
        line-height: 26px;
    }

    .privacy-right-box {
        padding: 24px 20px;
    }

    .privacy-right-box h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .privacy-mail {
        align-self: stretch;
        justify-content: center;
    }

    .copyright-section {
        padding: 48px 0;
    }

    .copyright-content {
        gap: 32px;
    }

    .copyright-head h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .faq-section {
        padding: 48px 0;
    }

    .faq-accordion .accordion-button {
        font-size: 18px;
        line-height: 28px;
        padding: 16px 18px;
    }

    .faq-accordion .accordion-body {
        font-size: 16px;
        line-height: 26px;
        padding: 16px 18px 20px;
    }

    .archive-listing {
        padding: 48px 0;
    }

    .news-listing {
        padding: 48px 0;
    }

    .video-listing {
        padding: 48px 0;
    }

    .photo-listing {
        padding: 48px 0;
    }

    .video-card {
        height: 220px;
    }

    .photo-card {
        height: 220px;
    }

    .news-items {
        gap: 28px;
    }

    .news-item {
        flex-direction: column-reverse;
        gap: 16px;
    }

    .news-item-media {
        width: 100%;
        height: 200px;
    }

    .news-item.is-lead .news-item-body h2,
    .news-item-body h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .news-item-body p {
        font-size: 16px;
        line-height: 26px;
    }

    .news-sidebar {
        padding: 20px;
        gap: 32px;
    }

    .article-single {
        padding: 48px 0;
    }

    .article-sidebar {
        border-inline-start: 0;
        padding-inline-start: 0;
    }

    .article-head h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .article-lead {
        font-size: 18px;
        line-height: 28px;
    }

    .article-body p {
        font-size: 16px;
        line-height: 28px;
    }

    .article-body h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .article-quote p {
        font-size: 18px;
        line-height: 28px;
    }

    .archive-single-page .inner-banner-text h1,
    .news-single-page .inner-banner-text h1 {
        font-size: 22px;
        line-height: 1.45;
    }

    .news-single {
        padding: 48px 0;
    }

    .archive-filter {
        border-inline-end: 0;
        padding-inline-end: 0;
        margin-bottom: 28px;
        padding-bottom: 20px;
        border-bottom: 1.163px solid #cfc3cf;
    }

    .archive-filter ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 6px;
    }

    .archive-item {
        flex-direction: column-reverse;
        gap: 16px;
        padding: 16px 0 20px;
    }

    .archive-item-media {
        width: 100%;
        height: 200px;
    }

    .archive-item-body h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .archive-item-body p:last-child {
        font-size: 16px;
        line-height: 26px;
    }

    .activists-page .activist-card {
        min-height: 88px;
        padding: 12px 14px;
    }

    .activists-page .activist-info h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .thaer-page .rebel-card {
        min-height: 0;
        padding: 12px;
    }

    .thaer-page .rebel-card .img {
        height: 200px;
    }

    .thaer-page .rebel-card h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .article-card {
        height: auto;
        margin: 10px 0;
    }

    .founders-h {
        padding-block: 50px;
    }

    .pagination-h {
        margin-top: 36px;
        gap: 8px;
        flex-wrap: wrap;
    }

    .pagination-h a,
    .pagination-h .page-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .foot-brand .logo-h {
        width: 110px;
    }

    .ryad-logo {
        float: none;
    }

    .footer-bottom {
        text-align: center;
        padding-top: 25px;
    }

    .menu-left .search-btn {
        display: none;
    }

    .mobile-menu .lang-h {
        display: block;
    }

    .mobile-menu .lang-h a {
        display: block;
        padding: 10px 0;
        color: var(--text-color);
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px solid var(--line-color);
    }
}

@media (max-width: 767px) {
    .head-inner {
        min-height: 0;
    }

    header .logo-h,
    header .logo-h a {
        width: 64px;
        height: auto;
    }

    header .logo-h img {
        width: 64px;
        height: 82px;
    }

    .banner-h {
        margin-top: 0;
    }

    .banner-block {
        /* min-height: 420px; */
    }

    .banner-text {
        /* padding: 80px 0 70px; */
    }

    .banner-heading h1,
    .banner-heading h2 {
        font-size: 22px;
        line-height: 1.5;
    }

    .banner-h .slick-dots {
        text-align: center;
        left: 0;
        bottom: 26px;
        right: 0;
        justify-content: center;
    }

    .ticker-inner {
        min-height: 64px;
        gap: 16px;
    }

    .ticker-label {
        font-size: 16px;
        line-height: 1.4;
        padding-inline-end: 15px;
        margin-inline-end: 10px;
    }

    .ticker-item,
    .ticker-list a {
        font-size: 15px;
        line-height: 1.6;
    }

    .ticker-sep {
        width: 28px;
        height: 28px;
    }

    .ticker-sep svg {
        width: 28px;
        height: 28px;
    }

    .about-h,
    .activists-h,
    .articles-h,
    .founders-h {
        padding-left: 0;
        padding-right: 0;
    }

    .about-card {
        padding: 20px;
        overflow: visible;
        /* flex-direction: column-reverse; */
    }

    .about-h {
        padding-block: 48px;
    }

    .about-badge {
        right: 0;
        bottom: 0;
        padding: 12px 14px;
        animation: none;
        opacity: 1;
        transform: none;
        min-width: auto;
        margin: 10px;
        left: 0;
    }

    .about-badge .badge-num {
        font-size: 28px;
        line-height: 1.2;
    }

    .about-badge .badge-label {
        font-size: 14px;
    }

    .about-text h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .title h2 {
        font-size: 20px;
    }

    .issues-h {
        padding: 50px 0;
    }

    .issues-wrap {
        /* padding: 0 40px; */
    }

    .issues-arrow {
        width: 40px;
        height: 40px;
    }

    .issue-card {
        height: 320px;
    }

    .founders-cards .col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .founders-page .founder-card {
        min-height: 0;
        height: auto;
    }

    .founder-portrait {
        height: 340px;
    }

    .pagination-h {
        gap: 6px;
    }

    .stat-num {
        font-size: 36px;
    }

    .stat-item p {
        font-size: 16px;
    }

    .copy-right {
        flex-direction: column;
        text-align: center;
        padding-top: 0;
        max-width: 62%;
        margin: 0 auto;
    }

    .footer-top {
        padding-block: 40px 20px;
    }

    .search-modal {
        padding: 18vh 16px 24px;
    }

    .search-modal-dialog {
        padding: 28px 18px 20px;
        border-radius: 12px;
    }

    .search-modal-dialog h2 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .search-modal-field {
        flex-wrap: wrap;
        padding: 8px;
    }

    .search-modal-field svg {
        display: none;
    }

    .search-modal-field input {
        flex: 1 1 100%;
        height: 42px;
        padding: 0 8px;
    }

    .search-modal-field .btn {
        width: 100%;
        min-width: 0;
    }
    
    .only-desktop {
        display: none;
    }
    
    ul.slick-dots {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .menu-left {
        gap: 10px;
    }

    .lang-h {
        display: none;
    }

    .banner-badge {
        padding: 4px 12px;
    }

    .banner-badge .badge-num {
        font-size: 20px;
    }

    .articles-cards>[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}