@media only screen and (max-width: 1680px) {
    #juxta-home-section-two .banner-title p br {
        display: none !important;
    }

    .project-listing-content-link {
        width: 40%;
    }

    .placeholder-about-flex>div:nth-child(2) {
        width: calc(100% - 50% - 1.5rem);
        flex-basis: calc(100% - 50% - 1.5rem);
    }
}

@media only screen and (max-width: 1440px) {

    html {
        font-size: 14px;
    }

    .highlights-icon-grid {
        width: 85%;
    }

    .width-para-container {
        width: 75%;
        margin-left: 0;
    }

    .width-para-container-right {
        width: 45%;
        margin-left: auto;
    }
}

@media only screen and (max-width: 1366px) {

    .mini-container {
        width: 75%;
    }

    #juxta-home-section-two .banner-title p br {
        display: none !important;
    }
}

@media only screen and (max-width: 1280px) {
    html {
        font-size: 12px;
    }

    .image-grid-random {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1152px) {}

@media only screen and (max-width: 1024px) {
    .main-container {
        padding: 0 2rem;
    }

    .mini-container {
        width: 85%;
    }


    .three-col-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    html {
        font-size: 10px;
    }

    .width-para-container-right {
        width: 65%;
        margin-left: auto;
    }

    .highlights-icon-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        row-gap: 4rem;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 991px) {
    .contact-grid {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        gap: var(--big-gap-size);
    }

    .highlights-icon-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        row-gap: 4rem;
        margin: 0 auto;
    }

    .hide-tab-mobile {
        display: none !important;
    }

    .visible-tab-mobile {
        display: block !important;
    }

    .overview-flex-row {
        display: flex;
        align-items: start;
        gap: 4rem;
        flex-direction: column;
    }

    .overview-flex-row>div:nth-child(1),
    .overview-flex-row>div:nth-child(2),
    .overview-flex-row>div {
        width: 100%;
        flex-basis: 100%;
        top: unset;
        position: relative;
    }

    .work-flow-grid {
        gap: 2.5rem;
    }

    .section-padding-large {
        padding: 6rem 0;
    }

    .project-listing-card-image {
        height: 50vh;
    }

    .project-listing-content-link {
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        text-align: left;
        justify-content: space-between;
        display: flex;
        flex-direction: row;
        gap: 1rem;
        align-items: start;
        transition: var(--common-transition);
        opacity: 1;
        visibility: visible;
        margin-top: 1.5rem;
    }

    .project-listing-content-link>div:nth-child(1) {
        width: calc(100% - 3rem);
        flex-basis: calc(100% - 3rem);
    }

    .project-listing-content-link>div:nth-child(2) {
        width: 2rem;
        flex-basis: 2rem;
    }


    .project-listing-overlay {
        display: none !important;
    }

    .view-more-circle-card {
        width: 2.5rem;
        height: 2.5rem;
        position: relative;
        border: unset;
        border-radius: unset;
        overflow: unset;
        transition: var(--common-transition);
        padding: unset;
    }

    .view-more-circle-card span {
        color: var(--primary-color);
    }

    .project-listing-content-link h3.white-color {
        color: var(--primary-color) !important;
    }

    #juxta-detail-next-project .view-more-circle-card span,
    #juxta-detail-next-project .project-listing-content-link h3.white-color {
        color: var(--white-color) !important;
    }

    .view-more-circle-card:hover {
        border-color: unset;
        transition: var(--common-transition);
    }

    .view-more-circle-card::after {
        content: none !important;
    }

    .pipe-mobile {
        display: none;
    }

    .width-para-container {
        width: 100%;
        margin-left: 0;
    }

    .width-para-container-right {
        width: 75%;
        margin-left: auto;
    }

    .juxta-about-wrapper {
        margin-top: 4rem;
    }



    #juxta-projectdetail-section-one {
        padding: 10rem 0 5rem 0;
    }

    .placeholder-about-flex {
        display: flex;
        flex-direction: column;
        gap: var(--medium-gap-size);
        align-items: start;
        margin-bottom: 3rem;
    }

    .placeholder-about-flex>div:nth-child(1),
    .placeholder-about-flex>div:nth-child(2) {
        width: 100%;
        flex-basis: 100%;
    }

    .image-grid-random {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .main-container {
        padding: 0 1.5rem;
    }

    .stripLinks span,
    .stripLinks p {
        color: #FFFFFF !important;
        cursor: pointer;
    }

    #juxta-detail-section-inquire-now .contact-grid {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        gap: 3rem;
        padding-top: 3rem;
    }

    .inquire-now-floating-btn {
        position: fixed;
        bottom: -2px;
        right: unset;
        opacity: 0;
        visibility: hidden;
        z-index: 88888;
        transition: var(--common-transition);
        width: 100%;
        left: 0;
        padding: 1rem 1.5rem 2rem 1.5rem;
        -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.19);
        box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.19);
        background: #FFF;
    }

    .inquire-now-floating-btn .juxta-button {
        width: 100% !important;
        justify-content: center;
    }

    .inquire-now-floating-btn .button-style-primary:hover {
        border: 1px solid var(--primary-color);
        background-color: var(--primary-color);
        transition: var(--common-transition);
    }

    .inquire-now-floating-btn .button-style-primary:hover p {
        color: var(--white-color);
    }

    .mini-container {
        width: 100%;
        padding: 0 1.5rem;
    }

    .flex-clm-mobile {
        display: flex;
        align-items: start;
        gap: 0.25rem;
        flex-direction: column;
    }

    .banner-title p,
    .banner-title h1,
    .banner-title h2 {
        font-size: 2.5rem;
    }

    .banner-title p.mobile-text-banner-title {
        font-size: 2.2rem;
        font-family: var(--medium-font-family);
    }

    .footer-logo {
        width: 10rem;
        margin-bottom: 1.5rem;
    }

    .header-logo {
        width: 8rem;
    }

    .flex-50-50>div {
        flex-basis: 100%;
    }

    .flex-50-50.flex-row {
        flex-direction: column;
    }

    .walktrough-container {
        width: 100%;
    }

    .flex-50-50.row-reverse.flex-row .text-right {
        text-align: left;
    }

    .megamenu-link-container ul li {
        flex-basis: 100%;
        text-align: right;
    }

    .copyright-text {
        padding: 1rem 0 2rem 0;
        border-top: 1px solid var(--secondary-color);
    }

    .header-padding {
        padding-top: 7rem;
    }


    .contact-flex {
        border-top: 1px solid var(--secondary-color);
        padding-top: 1rem;
    }

    .small-gap {
        gap: 1rem;
    }

    .project-detail-container p {
        line-height: 1.5;
        width: 100%;
    }

    .w90 {
        width: 100%;
    }

    .megamenu-link-container .banner-title h2 {
        font-size: 2.5rem;
    }

    .megamenu-link-container .banner-title h2 a {
        font-family: var(--light-font-family);
    }

    .contact-form-wrapper form {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas:
            "one"" two"
            "three"" four"
            "five"" five"
            "six""seven";
        gap: var(--small-gap-size);
    }


    .banner-title-2 h1,
    .banner-title-2 h2 {
        font-size: 4rem;
    }

    .banner-title h1 br,
    .banner-title h2 br {
        display: none;
    }

    html {
        font-size: 12px;
    }

    .work-flow-grid>div {
        padding: 2.5rem;
    }

    .work-flow-ul ul {
        padding-top: 0rem;
        gap: 0.6rem;
    }

    .video-banner-home-page {
        width: 100%;
        height: 70lvh;
    }

    .section-padding,
    .section-padding-large {
        padding: 4rem 0;
    }

    .section-subtitle h3,
    .section-subtitle h3 span {
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .marquee-card-img img {
        width: 70px;
        max-width: 100%;
        transition: var(--common-transition);
        cursor: pointer;
        display: block;
        height: 70px;
        object-fit: contain;
        margin: 0 auto;
    }

    .section-title-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: var(--small-gap-size);
        align-items: end;
    }

    .article-link-arrow {
        align-items: start;
    }

    .marquess-clients-flex {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        row-gap: 2rem;
    }

    .juxta-design-thinking-workshops-img-grid {
        display: grid;
        margin-top: 2rem;
        grid-template-columns: repeat(1, 1fr);
        gap: var(--small-gap-size);
    }

    .articles-grid-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: var(--medium-gap-size);
        margin-top: 2rem;
    }

    .footer-card-main .banner-title-2 h1,
    .footer-card-main .banner-title-2 h2 {
        font-size: 3.5rem;
    }

    .get-in-footer-icon {
        width: 2.6rem;
        transition: var(--common-transition);
        transform: unset !important;
    }

    .footer-card-main {
        padding: 4rem 1.5rem 5rem 0;
    }

    .footer-card-main.footer-card-main-projectdetail {
        padding: 4rem 1.5rem 30% 0;
    }

    .strip-flex .section-content span,
    .strip-flex .section-content p {
        line-height: 1;
        font-size: 1.25rem;
        color: #FFF;
    }

    .stripLinks {
        display: none;
    }

    .dropdownTitle {
        gap: 1rem;
    }

    .mob-gap-05 {
        gap: 0.5rem !important;
    }

    .css-checkbox+label::before {
        width: 20px;
        height: 20px;
    }

    .css-checkbox:checked+label::after {
        width: 12px;
        height: 12px;
    }

    #juxta-detail-section-one.pt0 {
        padding-top: 8rem !important;
    }

    .footer-card-main .section-content span,
    .footer-card-main .section-content p {
        font-size: 1.45rem;
        color: var(--primary-text-color);
        line-height: 1.6;
    }

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


    .homeBannerFlex {
        gap: 5rem;
    }

    .project-detail-iframe {
        width: 100%;
        height: 45vh;
    }

    .two-col-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5rem !important;
    }

    .row-flex--width {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

    .optimsed-gallery-grid {
        grid-template-columns: 100%;
    }

    .highlights-icon-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
        row-gap: 4rem;
        margin: 0 auto;
    }

    .reverse-flex {
        flex-direction: column-reverse !important;
    }

    .width-para-container-right {
        width: 100%;
        margin-left: auto;
    }

    .detailHighlightFlex.flex-row.big-gap {
        display: none;
    }

    .two-col-flex-about {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
        align-items: start;
        justify-content: space-between;
    }

    .two-col-flex-about>div:nth-child(1),
    .two-col-flex-about>div:nth-child(2) {
        width: 100%;
        flex-basis: 100%;
    }

    .side_popup_wrapper {
        position: fixed;
        right: 0;
        top: unset;
        bottom: -100%;
        transition: all 0.6s ease;
        height: 100lvh;
        width: 100%;
        padding: 4rem 2rem;
        background: #FFF;
        z-index: 999999999;
    }

    .side_popup_wrapper.side_popup_wrapper_active {
        transition: all 0.6s ease;
        bottom: 0;
        right: 0;
    }

    .inquire-now--side-wrapper {
        position: fixed;
        right: 0;
        top: unset;
        bottom: -100%;
        transition: all 0.6s ease;
        height: 100lvh;
        width: 100%;
        padding: 4rem 2rem;
        background: #FFF;
        z-index: 999999999;

    }

    .inquire-now--side-wrapper.inquire-now--side-wrapper_active {
        transition: all 0.6s ease;
        bottom: 0;
        right: 0;
    }

    .career-opening-flex {
        display: flex;
        gap: var(--medium-gap-size);
        align-items: start;
        justify-content: space-between;
        flex-direction: column;
    }

    .career-opening-flex>div:nth-child(1) {
        width: 100%;
        flex-basis: 100%;
    }

    .megamenu-link-container {
        width: 100%;
        justify-content: end;
        margin: 0 auto;
    }

    .juxta-detail-section-one.section-padding.pt0 {
        padding-top: 4rem !important;
    }

    .apply-now-btn-career {
        margin-left: auto;
    }

    .juxta-about-wrapper {
        margin-top: 6rem;
    }

    .header-strip {
        padding: 1rem 0;
    }

    .headerDropdownContent.active {
        opacity: 1;
        pointer-events: all;
    }

    .headerDropdownContent {
        position: absolute;
        top: calc(100% + 1rem);
        left: unset;
        transform: unset;
        padding: 2rem;
        background: #000;
        opacity: 0;
        pointer-events: none;
        transition: var(--common-transition);
        right: 1.25rem;
        text-align: right;
    }

    .headerDropdownContent::before {
        content: '';
        position: absolute;
        left: unset;
        top: -0.5rem;
        transform: unset;
        width: 1.25rem;
        height: 1.25rem;
        background: #000;
        rotate: 135deg;
        right: 1.5%;
    }

    .section-content-big span, .section-content-big p {
        font-size: 1.275rem;
        letter-spacing: -0.032em;
        color: var(--primary-text-color);
        line-height: 1.5;
    }

    .headerDropdownContent a {
        font-size: 1.25rem;
    }

    .detailHighlightFlex.flex-row.big-gap {
        display: none;
    }

    #juxta-projectdetail-section-one .banner-title-2 h1,
    #juxta-projectdetail-section-one .banner-title-2 h2 {
        font-size: 2.5rem;
    }

    .accordion_click_detailacc>p {
        width: calc(100% - 1rem - 24px);
        flex-basis: calc(100% - 1rem - 24px);
        font-size: 16px;
        font-family: var(--semibold-font-family);
    }

    .accordion-block,
    .accordion_click_detailacc {
        width: 100%;
    }

    .accordion_click_detailacc>.accordion_icon_detailacc,
    .accordion_click_detailacc>.accordion_icon_detailacc span {
        width: 24px;
        max-width: 24px;
        font-size: 24px;
    }

    .section-content span,
    .section-content p {
        font-size: 16px;
        color: var(--primary-text-color);
        letter-spacing: -0.032em;
        line-height: 1.5;
    }

    .accordion-block {
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #DEDEED;
    }


    .content-accordion-detail-opening {
        padding-top: 1rem;
    }

    .highlights-accrodion-flex {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: start;
    }

    .image-grid-random {
        grid-template-columns: 100%;
    }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 325px) {}