/* Responsive styles */
@media (max-width: 1600px) {

    span.footer-tag {
        padding: 14px 20px !important;
    }

    .client-logo img {
        width: 80%;
    }

    .container {
        padding: 0 40px;
    }

}

@media (max-width: 1440px) {
    .modal-form-inner img {
        margin-bottom: 25px;
    }

    .modal-form h3 {
        font-size: 32px;
    }

    .modal-form h3 {
        font-size: 20px;
    }

    .modal-form input,
    .modal-form textarea {
        padding: 10px 12px;
    }
}

@media (max-width: 1300px) {
    .blog-details-content {

        grid-template-columns: 820px 1fr;
        gap: 40px;
    }

    .client-logo img {
        width: 100%;
    }

}


@media (max-width: 1199px) {
    .container {
        padding: 0 20px;
    }

    .blog-details-content {

        grid-template-columns: 1.5fr 1fr;
        gap: 40px;
    }

    .blogs-section {
        padding: 40px 0;
    }

    .our_blog {
        padding: 40px 0;
    }

    .together_for_better_governance {

        padding: 40px 0 40px 0;

    }

    .why_choose_paars {
        padding: 40px 0 20px;
    }

    .hero-content-left h1 {
        font-size: 50px;
    }

    .btn-contact-wrapper {
        margin-top: 40px;
    }


    .how_we_work {
        padding: 40px 0;
    }

    .approach-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "card1"
            "card2"
            "center"
            "card3";
    }

    .feature-box:nth-child(1) {
        grid-area: card1;
    }

    .feature-box:nth-child(2) {
        grid-area: card2;
    }

    .feature-box:nth-child(3) {
        grid-area: center;
    }

    .feature-box:nth-child(4) {
        grid-area: card3;
    }

    .feature-box:nth-child(5) {
        grid-area: card4;
    }


    .left-col .feature-box {
        width: 50%;
    }

    .left-col {
        display: flex;
        justify-content: space-between;
    }

    .right-cols {
        display: flex;
        justify-content: space-between;
    }

    .footer-menu-wrapper ul {
        gap: 20px;

    }

    .bottom-footer {
        text-align: center;
    }

    .right-cols .feature-box,
    .left-col .feature-box {
        width: calc(50% - 10px);
        height: 100%;
    }

    .image-center img {
        height: 400px;
    }

    .text-main h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .pras_has {
        font-size: 38px;
        line-height: 48px;
    }

    .btn-contact-wrapper {
        margin-top: 20px;
    }

    .who-we-do {
        padding: 40px 0;
    }

    .why-it-matter {
        padding: 40px 0px;
    }

    .approach {
        padding: 40px 0px;
    }

    section.Engagement {
        padding: 40px 0px;
    }

    .our_service_main {
        margin: 40px 0;
    }

    .approach .feature-box img {
        text-align: left;
    }

    .modal-form-inner img {
        margin-bottom: 30px;
    }

    .modal-form h3 {
        font-size: 30px;

    }

    .modal-form p {
        font-size: 16px;
    }

    .modal-form input,
    .modal-form textarea {

        padding: 14px 12px;

    }

    .why_choose_paars .feature-box {
        border: 1px solid #11111126 !important;
    }

    .approach-grid .left-col,
    .approach-grid .center-col,
    .approach-grid .right-cols {
        flex-direction: row;
    }
}

@media (max-width: 991px) {
    .header-content .logo a {
        max-width: 100px;
    }

    .hero-content-left {
        margin-bottom: 40px;
    }

    .center-footer-inner h3 {
        line-height: 30px;
    }

    .footer-menu-wrapper ul li a {

        font-size: 16px;
    }

    .footer-menu-wrapper ul {
        gap: 10px;
    }

    .together_why {
        margin: 30px 0;
    }

    .together_why {
        max-width: 100%;
    }

    .text-main {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .text-section {
        max-width: 100%;
        margin-top: 30px;
    }

    .feature-box {
        border-right: unset;
    }

    .feature-box {
        padding: 0 40px 40px 20px;
    }

    .feature-icon {
        margin-bottom: 20px;
    }

    .feature-box.last_child {
        padding-bottom: 0;
    }

    .text-main {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .who-we-do .image-section img {
        height: auto;
        max-width: 100%;
    }

    .image-section img {
        height: auto;
        max-width: 100%;
    }

    .matter_img1 img,
    .matter_img2 img {
        width: 100%;
        height: auto;
    }

    .what-we-offer-item-wrapper {
        padding-top: 20px;
    }

    .what-we-offer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .matter_img2 {
        margin-top: 30px;
    }

    .modal-form-inner img {
        margin-bottom: 15px;
    }



    .modal-form h3 {
        font-size: 24px;
    }

    .modal-contact-info a {
        font-size: 16px;
    }

    .modal-contact-info p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .modal-contact-info {
        padding: 20px 10px;

    }

    .modal-contact-info a {
        font-size: 14px;
    }

    .our_blog.desktop-view {
        display: none;
    }

    .our_blog.mobile-view {
        display: block !important;
    }

    .our_blog.mobile-view .our_previous_projects_header {
        gap: 10px;
    }

    .our_blog_content {
        margin-bottom: 0;
    }

    li.pll-parent-menu-item {
        margin-left: 0 !important;
    }

    .menu-list ul {
        gap: 25px;
    }

    /*.our_service_inner.service_mobile .our_service_main {
        display: block !important;
    }*/

    .our_service_inner.service_mobile .our_service_main {
        display: none;
    }

    .our_service .our_service_main .row .col-lg-6:first-child,
    .our_service .our_service_main .row .col-lg-6:nth-child(2) {
        margin-bottom: 0;
    }

    .home_blog_slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .our_previous_projects_navigation {
        width: 100%;
        justify-content: center;
    }

    .home_blog_slider .btn-contact-wrapper {
        order: 2;
    }

    .our_service_main .row {
        row-gap: 20px;
    }

    .our_previous_projects .expertise_cards {
        display: flex;
        flex-direction: column;
    }

    .expertise_cards .our_previous_projects_navigation {
        order: 2;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .who-we-do .row {
        flex-direction: column-reverse;
    }

    .who-we-do .image-section {
        margin-top: 25px;
    }

    .our_previous_projects {
        padding: 60px 0;
    }

    .approach .row div[class^="col"]:not(:last-child) .feature-box {
        margin-bottom: 30px;
    }

    .app_on {
        margin-bottom: 40px;
    }

    .home .our_service_main {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }

    .menu-list {
        width: 0;
        position: fixed;
        top: 0;
        left: auto;
        right: 0;
        background: var(--secondary-color);
        height: 100vh;
        overflow-x: hidden;
        transition: width 0.3s ease;
        z-index: 9999;
        padding-top: 60px;
        max-width: 300px;
    }

    .menu-list.open {
        width: 100%;
        transition: width 0.3s ease;
    }

    header #menu-header-menu>li.dropdown {
        margin-right: 0 !important;
    }

    #menu-header-menu .dropdown ul.sub-menu,
    #menu-header-menu-espanol .dropdown ul.sub-menu {
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
        position: static !important;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        margin-top: 20px;
        transition: none;
        display: none;
    }


    .modal-image img {
        left: 0;
        bottom: 0;
    }

    .what-we-offer-item-content p br {

        display: none;
    }

    .blog-details-content-inner-text h4 {

        line-height: 35px;

    }

    .blog-details-content {

        grid-template-columns: 1fr;
        gap: 40px;
    }

    .articles .row .col-lg-4.col-md-6 {
        margin-bottom: 30px;
    }

    .footer-menu-wrapper.footer-menu-left {
        margin-top: 20px;
        text-align: center;
    }

    ul.footer-menu {
        justify-content: center;
        gap: 20px;
    }

    .right-col {
        margin-top: 40px;
    }

    .col-lg-4.col-md-4.one {
        order: 2;
    }

    .col-lg-4.col-md-4.two {
        order: 1;
    }



    .col-lg-4.col-md-4.three {
        order: 3;
    }

    .menu-list ul {
        flex-direction: column;
        padding-left: 0;
        gap: 20px;
        align-items: center;
        width: 100%;
    }

    .menu-icon span {
        font-size: 26px;
        font-weight: 400;
        color: var(--quinary-color);
    }

    .right-col {
        max-width: 100%;
    }



    span.menu-close {
        padding: 6px 6px;
        display: block;
        border-radius: 6px;
        width: 45px;
        height: 45px;
        text-align: center;
        box-shadow: 0 0 25px rgb(0 0 0 / .1);
        line-height: 32px;
        background: var(--quaternary-color);
        color: var(--primary-color);
        position: absolute;
        right: 7px;
        top: 5px;
        font-size: 18px;
    }

    .dropdown:hover .sub-menu {
        opacity: 0;

    }

    .menu-icon {
        display: block;
    }

    .menu-list ul li {
        width: 100%;
        text-align: center;
    }

    .menu-list ul li a {
        font-size: 16px;
    }

    .menu-list ul li.current-menu-item a {
        color: var(--quinary-color);
    }

    #menu-header-menu .dropdown,
    #menu-header-menu-espanol .dropdown {
        justify-content: center;
    }

    .hero-content-left h1 {
        font-size: 40px;
    }

    .btn-contact-wrapper {
        margin-top: 30px;
    }

    .hero-content-right img {
        height: auto;

    }

    .left-col .feature-box {
        width: 100%;
    }

    .left-col {
        display: block;
    }

    .right-cols {
        display: block;
        justify-content: space-between;
    }

    .right-cols .feature-box {
        width: 100%;
    }

    .building-better .row .col-lg-4.col-md-4 {
        margin-bottom: 30px;
    }

    .text-main h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .right-cols .feature-box,
    .left-col .feature-box {
        height: auto;
    }

    .pras_has {
        font-size: 30px;
        line-height: 40px;
    }

    .section_title {
        font-size: 24px;
        line-height: 40px;
    }

    .what-we-offer-item.what-we-offer-item-second .row {
        flex-direction: column-reverse;
    }

    .what-we-offer-item-content-inner-icon img {
        width: 50px;
        height: 50px;
    }

    .other-services .our_service_card .our_service_icon img {
        width: 50px;
        height: 50px;
    }

    .what-we-offer-item-second .what-we-offer-item-content {
        text-align: left;
    }

    .what-we-offer-item-content-inner-icon {
        margin-bottom: 20px;
        text-align: left;
    }



    .approach-grid .feature-icon img {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }

    .modal-inner {
        flex-direction: column;
    }

    .modal-content {
        height: 700px;
        overflow: auto;
    }

    .modal-image {
        flex: auto;
        height: 300px;
    }

    .modal-contact-info {
        margin-top: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .modal-image,
    .modal-form {
        min-width: 0;
        width: 100%;
        padding: 18px;
    }

    .modal-content {
        padding: 0;
    }

    .sub-menu {
        padding: 10px !important;
    }

    .sub-menu li a {
        line-height: 1.4 !important;
    }

    .error-404-section {
        padding: 80px 0 60px;
    }

    .error-404-title {
        font-size: 80px;
    }

    .error-404-subtitle {
        font-size: 24px;
    }

    .error-404-description {
        font-size: 16px;
    }

    .error-404-actions {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .suggestions-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .our_previous_projects {
        padding: 80px 0;
    }

    .our_previous_projects_header {
        flex-direction: column;
        gap: 30px;
    }

    .our_previous_projects_content {
        max-width: 100%;
    }

    .expertise-card {
        padding: 30px 25px;
        margin-bottom: 0;
    }

    .expertise-card-content h3 {
        font-size: 18px;
    }

    .expertise-card-content p {
        font-size: 15px;
    }

    .expertise-checklist li {
        font-size: 13px;
    }

    .modal-contact-info {
        padding: 20px 10px 10px;
    }

    .header-content .pll-parent-menu-item span.sub-menu-icon {
        right: unset;
        left: 29px;
    }

    ul.dropdown-menu.sub-menu li.active>a {
        color: var(--quinary-color);
    }

    li.pll-parent-menu-item span.sub-menu-icon {
        left: auto !important;
        color: #003C43;
    }

    li.pll-parent-menu-item {
        width: 100px !important;
        justify-content: center;
        /* background: #E1EDD9 !important;
        border: 1px solid #003C431A !important;
        padding-left: 12px !important;*/
    }

    /* body li.pll-parent-menu-item ul.sub-menu {
        min-width: 100px !important;
        background: #E1EDD9;
        border-radius: 56px !important;
    } */

    li.pll-parent-menu-item ul.sub-menu li a {
        padding: 5px 20px !important;
    }

    .approach-grid.approach_grid_desktop {
        display: none;
    }

    .approach-grid.approach_grid_mobile {
        display: block !important;
    }

    .approach_grid_mobile .feature-box.slick-slide {
        margin: 0 10px;
    }

    .approach_grid_mobile .slick-dots li button:before {
        font-size: 30px !important;
    }

    .building-better.building_mobile {
        display: block !important;
    }

    .building-better.building_desktop {
        display: none;
    }

    .building_mobile .slick-slide {
        margin: 0 10px;
    }

    .building_mobile .slick-dots li button:before {
        font-size: 30px !important;
    }

    .what-we-offer-item-content-inner-text-list button.ocul {
        /*display: block !important;*/
        font-family: 'Manrope', sans-serif;
        font-weight: 600;
        font-size: 16px;
        padding-bottom: 18px;
        line-height: 100%;
        letter-spacing: 0;
        color: var(--quinary-color);
        border: 0;
        background: transparent;
        padding: 0;
    }

    .what-we-offer-item-content-inner-text-list ul {
        display: none;
    }

    .menu-list ul li>a::after {
        background: #f8f7f4;
    }

    .approach-grid .left-col,
    .approach-grid .center-col,
    .approach-grid .right-cols {
        display: block;
    }

    button.ocul {
        display: block;
    }

    .menu-list ul .sub-menu {
        box-shadow: none;
        border: 1px solid #dddddd78;
        background: var(--secondary-color);
        width: 90%;
    }

    .sub-menu li.menu-item a {
        padding: 10px 0;
    }

    .how_we_work .btn-contact-wrapper {
        display: none;
    }

    .how_we_work .btn-contact-wrapper.mobinbot {
        display: block;
    }

    .contact_us {
        padding: 40px 0 0;
    }

    .contact_us .section_title {
        margin: 0;
    }

    section.Engagement {
        padding: 40px 0px 0;
    }

    .expertise_cards {
        margin-top: 0px;
    }

    .together_for_better_governance {
        padding: 40px 0 20px 0;
    }

    .why_choose_paars .expertise_cards {
        margin-top: 20px;
    }

    .our_clients {
        padding: 40px 0px;
    }

    .together_for_better_governance .building-better {
        margin-top: 20px;
    }

    .our_blog.mobile-view .our_previous_projects_header {
        margin: 0;
    }

    .why_choose_paars .approach-grid {
        margin-top: 20px;
    }

    .our_service .approach-grid {
        margin-top: 20px;
    }

    .what-we-offer-item-content-inner-text h4 {
        font-size: 20px;
    }

    .menu-list ul .pll-parent-menu-item {
        height: auto;
        width: 100% !important;
        max-width: max-content;
        padding: 5px 8px !important;
        border-radius: 56px;
    }

    .header-content .menu-list ul li:hover ul.sub-menu {
        position: static !important;
    }

    section.blogs-section {
        padding: 40px 0;
    }

    .blog-card-wrapper {
        margin-top: 30px;
    }

    .building_mobile .expertise_cards {
        padding-inline: 0;
    }

    .who-we-are {
        padding: 40px 0px;
    }

    .our_previous_projects {
        padding: 40px 0;
    }

    .our_previous_projects_header {
        margin-bottom: 24px;
    }

    .together_why {
        margin: 15px 0 10px;
    }

    .our_service {
        padding: 40px 0;
    }

    .hero-section {
        padding: 40px 0 40px;
    }

    .hero-section {
        padding: 40px 0 40px;
    }

    .what-we-offer.offerdesk-main {
        padding-bottom: 60px;
    }

    .our_service_main {
        margin: 40px 0 20px;
    }

    .home .hero-section {
        padding: 40px 0 0;
    }

    .about-policy .image-section img {
        height: auto !important;
    }
}

@media (max-width: 575px) {
    .container {
        padding: 0 15px;
    }

    .hero-content-left h1 {
        font-size: 32px;
    }

    .section_title {
        font-size: 30px;
    }

    .text-main h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .modal-form input,
    .modal-form textarea {
        padding: 10px 12px;
    }

    .reform-title {
        padding: 8px 12px;
        font-size: 12px;
    }


    .btn-contact {
        font-size: 14px;
        padding: 10px 14px 10px 20px;
    }

    .btn-contact .icon-container {
        position: relative;
        width: 25px;
        height: 25px;
    }

    .btn-contact .icon i {
        font-size: 15px;
    }

    section.blogs-section {
        padding: 40px 0;
    }

    .blog-card-wrapper {
        margin-top: 20px;
    }

    .blog-card-content p {
        font-size: 18px;
    }

    .building-better {
        margin-top: 0px;
    }

    .Engagement .scale_on {
        text-align: center;
    }

    .our_previous_projects {
        padding: 40px 0;
    }

    .center-footer-inner {
        padding: 40px 0;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .article-card-content h4 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .error-404-title {
        font-size: 60px;
    }

    .error-404-subtitle {
        font-size: 20px;
    }

    .error-404-icon i {
        font-size: 60px;
    }

    .expertise-card {
        padding: 25px 20px;
    }

    .expertise-card-icon img {
        width: 50px;
        height: 50px;
    }

    .expertise-card-content h3 {
        font-size: 16px;
    }

    .expertise-card-content p {
        font-size: 14px;
    }

    .section_title {
        font-size: 24px;
    }

    .client-logo img {
        width: 70%;
    }
}